Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/source-map": "0.5.2",
"express": "^5.1.0",
"fflate": "^0.8.1",
"igniteui-theming": "^19.2.3",
"igniteui-theming": "^19.3.1",
"igniteui-trial-watermark": "^3.1.0",
"lodash-es": "^4.17.21",
"rxjs": "^7.8.2",
Expand Down Expand Up @@ -121,7 +121,7 @@
"ig-typedoc-theme": "^6.0.0",
"igniteui-dockmanager": "^1.16.1",
"igniteui-sassdoc-theme": "^2.0.1",
"igniteui-webcomponents": "6.1.1",
"igniteui-webcomponents": "6.2.1",
"jasmine": "^5.6.0",
"jasmine-core": "^5.6.0",
"karma": "^6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/igniteui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"tslib": "^2.3.0",
"igniteui-trial-watermark": "^3.1.0",
"lodash-es": "^4.17.21",
"igniteui-theming": "^19.2.3",
"igniteui-theming": "^19.3.1",
"@igniteui/material-icons-extended": "^3.1.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin avatar($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-avatar');

$variant: map.get($theme, '_meta', 'theme');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin badge($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-badge');

$variant: map.get($theme, '_meta', 'theme');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin banner($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-banner, .igx-banner');
$variant: map.get($theme, '_meta', 'theme');

%igx-banner-host {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin bottom-nav($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-bottom-nav');

$variant: map.get($theme, '_meta', 'theme');
$menu-height: rem(56px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin button-group($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-buttongroup');

$group-item-border-thickness: rem(1px);
$group-items-margin: rem(10px, 16px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin calendar($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-calendar, .igx-days-view--standalone, .igx-calendar-view--standalone, .igx-date-picker, .igx-month-picker');

$variant: map.get($theme, '_meta', 'theme');
$bootstrap-theme: $variant == 'bootstrap';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin card($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-card');
$variant: map.get($theme, '_meta', 'theme');
$not-material-theme: $variant != 'material';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin carousel($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-carousel');
@include scale-in-center();
@include scale-out-center();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin checkbox($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-checkbox');
$theme-variant: map.get($theme, '_meta', 'variant');
$variant: map.get($theme, '_meta', 'theme');
$material-theme: $variant == 'material';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin chip($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-chip, .igx-chip__ghost');
$chip-max-width: 32ch;

$variant: map.get($theme, '_meta', 'theme');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin column-actions($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-column-actions');
$variant: map.get($theme, '_meta', 'theme');

%column-actions-display {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin combo($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-combo, igx-simple-combo');

$variant: map.get($theme, '_meta', 'theme');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin date-range-picker($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-date-range-picker');

%igx-date-range-picker {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin dialog($theme) {
@include css-vars($theme);
@include css-vars($theme, '.igx-dialog');

$variant: map.get($theme, '_meta', 'theme');
$bootstrap-theme: map.get($theme, '_meta', 'theme') == 'bootstrap';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin divider($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-divider');

$variant: map.get($theme, '_meta', 'theme');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin dock-manager($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igc-dockmanager');
}

/// Adds typography styles for the dock manager component.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin drop-down($theme) {
@include css-vars($theme);
@include css-vars($theme, '.igx-drop-down__list, .igx-grid-toolbar__dd-list');
$variant: map.get($theme, '_meta', 'theme');

%igx-drop-down {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin expansion-panel($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-expansion-panel');
$variant: map.get($theme, '_meta', 'theme');

$panel-padding: rem(16px) rem(24px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin grid-summary($theme) {
@include css-vars($theme);
@include css-vars($theme, '.igx-grid-summary');

$variant: map.get($theme, '_meta', 'theme');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin grid-toolbar($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-grid-toolbar, .igx-grid-toolbar__dd-list');

$variant: map.get($theme, '_meta', 'theme');
$bootstrap-theme: $variant == 'bootstrap';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/// @param {Map} $theme - The theme used to style the component.
/// @requires {mixin} excel-filtering
@mixin grid($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-grid, igx-hierarchical-grid, igx-pivot-grid, igx-tree-grid, igx-advanced-filtering-dialog, igx-grid-excel-style-filtering, .igx-excel-filter__secondary');

@include scale-in-ver-center();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin pivot-data-selector($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-pivot-data-selector');
$variant: map.get($theme, '_meta', 'theme');

$chip-height-material: (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin highlight($theme) {
@include css-vars($theme);
@include css-vars($theme, '.igx-highlight');

%igx-highlight {
color: var-get($theme, 'resting-color');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin icon($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-icon');

$size: var-get($theme, 'size');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@
$file-selector-button-foreground--disabled: null,
) {
$name: 'igx-file-input';

// the variable are scoped to the selector so no other input except the file type will have them.
$selector: '.igx-file-input';

$file-input-schema: ();

@if map.has-key($schema, 'file-input') {
$file-input-schema: map.get($schema, 'file-input');
} @else {
Expand All @@ -68,7 +65,6 @@
$theme,
(
name: $name,
selector: $selector,
file-names-background: $file-names-background,
file-names-background--focused: $file-names-background--focused,
file-names-background--filled: $file-names-background--filled,
Expand All @@ -94,7 +90,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin file-input($theme) {
@include css-vars($theme);
@include css-vars($theme, '.igx-file-input');
$variant: map.get($theme, '_meta', 'theme');

%file-names {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@mixin input-group($theme) {
// The --variant CSS produced by css-vars is needed also
// when dynamically switching between the input `type` attribute.
@include css-vars($theme);
@include css-vars($theme, 'igx-input-group, igx-date-range-start, igx-date-range-end');

$variant: map.get($theme, '_meta', 'theme');
$transition-timing: .25s $out-cubic;
Expand Down Expand Up @@ -687,7 +687,7 @@
%form-group-prefix:not(:first-child) {
border-inline-start-color: var-get($theme, 'warning-secondary-color');
}

%form-group-suffix:not(:last-child) {
border-inline-end-color: var-get($theme, 'warning-secondary-color');
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@mixin label($theme) {
// The --variant CSS produced by css-vars is needed also
// when dynamically switching between the input `type` attribute.
@include css-vars($theme);
@include css-vars($theme, '[igxLabel]');

$variant: map.get($theme, '_meta', 'theme');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin list($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-list');

$variant: map.get($theme, '_meta', 'theme');
$bootstrap-theme: $variant == 'bootstrap';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin navbar($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-navbar');
$variant: map.get($theme, '_meta', 'theme');

$navbar-padding: rem(16px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin navdrawer($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-nav-drawer');

$variant: map.get($theme, '_meta', 'theme');
$drawer-icon-size: rem(24px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin overlay($theme) {
@include css-vars($theme);
@include css-vars($theme, '.igx-overlay__wrapper--modal, .igx-overlay__content--modal');

%overlay-display {
width: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @see {mixin} css-vars
/// @param {Map} $theme - The theme used to style the component.
@mixin paginator($theme) {
@include css-vars($theme);
@include css-vars($theme, 'igx-paginator');

$variant: map.get($theme, '_meta', 'theme');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Include rotate animation
@include rotate-center();

@include css-vars($theme);
@include css-vars($theme, 'igx-circular-bar');

$animation-direction: normal;
$animation-direction-rtl: reverse;
Expand Down
Loading
Loading