igniteui-angular 20.1.1 → 20.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/fesm2022/igniteui-angular.mjs +5 -5
  2. package/fesm2022/igniteui-angular.mjs.map +1 -1
  3. package/lib/core/styles/components/avatar/_avatar-theme.scss +1 -1
  4. package/lib/core/styles/components/badge/_badge-theme.scss +1 -1
  5. package/lib/core/styles/components/banner/_banner-theme.scss +1 -1
  6. package/lib/core/styles/components/bottom-nav/_bottom-nav-theme.scss +1 -1
  7. package/lib/core/styles/components/button-group/_button-group-theme.scss +1 -6
  8. package/lib/core/styles/components/calendar/_calendar-theme.scss +1 -1
  9. package/lib/core/styles/components/card/_card-theme.scss +10 -15
  10. package/lib/core/styles/components/carousel/_carousel-theme.scss +1 -1
  11. package/lib/core/styles/components/checkbox/_checkbox-theme.scss +1 -1
  12. package/lib/core/styles/components/chip/_chip-theme.scss +1 -1
  13. package/lib/core/styles/components/column-actions/_column-actions-theme.scss +1 -1
  14. package/lib/core/styles/components/combo/_combo-theme.scss +1 -1
  15. package/lib/core/styles/components/date-picker/_date-picker-theme.scss +0 -7
  16. package/lib/core/styles/components/date-range-picker/_date-range-picker-theme.scss +1 -1
  17. package/lib/core/styles/components/divider/_divider-theme.scss +1 -1
  18. package/lib/core/styles/components/dock-manager/_dock-manager-theme.scss +1 -1
  19. package/lib/core/styles/components/expansion-panel/_expansion-panel-theme.scss +1 -1
  20. package/lib/core/styles/components/grid/_excel-filtering-theme.scss +0 -7
  21. package/lib/core/styles/components/grid/_grid-theme.scss +1 -2
  22. package/lib/core/styles/components/grid/_pivot-data-selector-theme.scss +5 -7
  23. package/lib/core/styles/components/grid-toolbar/_grid-toolbar-theme.scss +1 -1
  24. package/lib/core/styles/components/icon/_icon-theme.scss +2 -2
  25. package/lib/core/styles/components/input/_input-group-theme.scss +4 -4
  26. package/lib/core/styles/components/list/_list-theme.scss +1 -1
  27. package/lib/core/styles/components/navbar/_navbar-theme.scss +1 -1
  28. package/lib/core/styles/components/navdrawer/_navdrawer-theme.scss +1 -1
  29. package/lib/core/styles/components/paginator/_paginator-theme.scss +1 -1
  30. package/lib/core/styles/components/progress/circular/_circular-theme.scss +1 -2
  31. package/lib/core/styles/components/progress/linear/_linear-theme.scss +1 -1
  32. package/lib/core/styles/components/query-builder/_query-builder-theme.scss +1 -8
  33. package/lib/core/styles/components/radio/_radio-theme.scss +1 -1
  34. package/lib/core/styles/components/select/_select-theme.scss +1 -1
  35. package/lib/core/styles/components/slider/_slider-theme.scss +1 -1
  36. package/lib/core/styles/components/snackbar/_snackbar-theme.scss +1 -1
  37. package/lib/core/styles/components/splitter/_splitter-theme.scss +1 -1
  38. package/lib/core/styles/components/stepper/_stepper-theme.scss +1 -1
  39. package/lib/core/styles/components/switch/_switch-theme.scss +1 -1
  40. package/lib/core/styles/components/tabs/_tabs-theme.scss +1 -1
  41. package/lib/core/styles/components/toast/_toast-theme.scss +1 -2
  42. package/lib/core/styles/components/tree/_tree-theme.scss +1 -1
  43. package/lib/core/styles/themes/_core.scss +1 -3
  44. package/package.json +2 -2
  45. package/styles/igniteui-angular-dark.css +1 -1
  46. package/styles/igniteui-angular.css +1 -1
  47. package/styles/igniteui-bootstrap-dark.css +1 -1
  48. package/styles/igniteui-bootstrap-light.css +1 -1
  49. package/styles/igniteui-dark-green.css +1 -1
  50. package/styles/igniteui-fluent-dark-excel.css +1 -1
  51. package/styles/igniteui-fluent-dark-word.css +1 -1
  52. package/styles/igniteui-fluent-dark.css +1 -1
  53. package/styles/igniteui-fluent-light-excel.css +1 -1
  54. package/styles/igniteui-fluent-light-word.css +1 -1
  55. package/styles/igniteui-fluent-light.css +1 -1
  56. package/styles/igniteui-indigo-dark.css +1 -1
  57. package/styles/igniteui-indigo-light.css +1 -1
  58. package/styles/maps/igniteui-angular-dark.css.map +1 -1
  59. package/styles/maps/igniteui-angular.css.map +1 -1
  60. package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
  61. package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
  62. package/styles/maps/igniteui-dark-green.css.map +1 -1
  63. package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
  64. package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
  65. package/styles/maps/igniteui-fluent-dark.css.map +1 -1
  66. package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
  67. package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
  68. package/styles/maps/igniteui-fluent-light.css.map +1 -1
  69. package/styles/maps/igniteui-indigo-dark.css.map +1 -1
  70. package/styles/maps/igniteui-indigo-light.css.map +1 -1
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin avatar($theme) {
9
- @include css-vars($theme, 'igx-avatar');
9
+ @include css-vars($theme);
10
10
 
11
11
  $variant: map.get($theme, '_meta', 'theme');
12
12
 
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin badge($theme) {
8
- @include css-vars($theme, 'igx-badge');
8
+ @include css-vars($theme);
9
9
 
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
 
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin banner($theme) {
8
- @include css-vars($theme, 'igx-banner, .igx-banner');
8
+ @include css-vars($theme);
9
9
  $variant: map.get($theme, '_meta', 'theme');
10
10
 
11
11
  %igx-banner-host {
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin bottom-nav($theme) {
9
- @include css-vars($theme, 'igx-bottom-nav');
9
+ @include css-vars($theme);
10
10
 
11
11
  $variant: map.get($theme, '_meta', 'theme');
12
12
  $menu-height: rem(56px);
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin button-group($theme) {
9
- @include css-vars($theme, 'igx-buttongroup');
9
+ @include css-vars($theme);
10
10
 
11
11
  $group-item-border-thickness: rem(1px);
12
12
  $group-items-margin: rem(10px, 16px);
@@ -65,11 +65,6 @@
65
65
  &[igxButton] {
66
66
  border-radius: 0;
67
67
  border-color: var-get($theme, 'item-border-color');
68
-
69
- @if $bootstrap-theme {
70
- margin: 0 !important;
71
- border: none;
72
- }
73
68
  }
74
69
 
75
70
  igx-icon {
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin calendar($theme) {
9
- @include css-vars($theme, 'igx-calendar, .igx-days-view--standalone, .igx-calendar-view--standalone, .igx-date-picker, .igx-month-picker');
9
+ @include css-vars($theme);
10
10
 
11
11
  $variant: map.get($theme, '_meta', 'theme');
12
12
  $bootstrap-theme: $variant == 'bootstrap';
@@ -1,12 +1,11 @@
1
1
  @use 'sass:map';
2
2
  @use '../../base' as *;
3
3
 
4
- /// Card Component
5
4
  /// @deprecated Use the `css-vars` mixin instead.
6
5
  /// @see {mixin} css-vars
7
6
  /// @param {Map} $theme - The theme used to style the component.
8
7
  @mixin card($theme) {
9
- @include css-vars($theme, 'igx-card');
8
+ @include css-vars($theme);
10
9
  $variant: map.get($theme, '_meta', 'theme');
11
10
  $not-material-theme: $variant != 'material';
12
11
 
@@ -29,10 +28,6 @@
29
28
  &:hover {
30
29
  box-shadow: none;
31
30
  }
32
-
33
- igx-avatar {
34
- --ig-size: #{if($variant == 'indigo', 3, 1)};
35
- }
36
31
  }
37
32
 
38
33
  %igx-card--elevated {
@@ -93,6 +88,10 @@
93
88
  margin-block: auto;
94
89
  }
95
90
 
91
+ igx-avatar {
92
+ --ig-size: #{if($variant == 'indigo', 3, 1)};
93
+ }
94
+
96
95
  &:empty {
97
96
  display: none;
98
97
  }
@@ -220,14 +219,9 @@
220
219
  display: flex;
221
220
  align-items: center;
222
221
  order: 1;
223
- color: var-get($theme, 'actions-text-color');
224
222
  margin-inline-start: auto;
225
223
  gap: rem(8px);
226
224
 
227
- [igxIconButton] {
228
- color: var-get($theme, 'actions-text-color');
229
- }
230
-
231
225
  &:empty {
232
226
  display: none;
233
227
  }
@@ -239,15 +233,16 @@
239
233
  order: 0;
240
234
  gap: rem(8px);
241
235
 
242
- [igxIconButton] {
243
- color: var-get($theme, 'actions-text-color');
244
- }
245
-
246
236
  &:empty {
247
237
  display: none;
248
238
  }
249
239
  }
250
240
 
241
+ %igx-card-actions__start,
242
+ %igx-card-actions__end {
243
+ color: var-get($theme, 'actions-text-color');
244
+ }
245
+
251
246
  %igx-card-actions__start--justify,
252
247
  %igx-card-actions__end--justify {
253
248
  justify-content: space-around;
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin carousel($theme) {
9
- @include css-vars($theme, 'igx-carousel');
9
+ @include css-vars($theme);
10
10
  @include scale-in-center();
11
11
  @include scale-out-center();
12
12
 
@@ -7,7 +7,7 @@
7
7
  /// @see {mixin} css-vars
8
8
  /// @param {Map} $theme - The theme used to style the component.
9
9
  @mixin checkbox($theme) {
10
- @include css-vars($theme, 'igx-checkbox');
10
+ @include css-vars($theme);
11
11
  $theme-variant: map.get($theme, '_meta', 'variant');
12
12
  $variant: map.get($theme, '_meta', 'theme');
13
13
  $material-theme: $variant == 'material';
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin chip($theme) {
9
- @include css-vars($theme, 'igx-chip, .igx-chip__ghost');
9
+ @include css-vars($theme);
10
10
  $chip-max-width: 32ch;
11
11
 
12
12
  $variant: map.get($theme, '_meta', 'theme');
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin column-actions($theme) {
8
- @include css-vars($theme, 'igx-column-actions');
8
+ @include css-vars($theme);
9
9
  $variant: map.get($theme, '_meta', 'theme');
10
10
 
11
11
  %column-actions-display {
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin combo($theme) {
8
- @include css-vars($theme, 'igx-combo, igx-simple-combo');
8
+ @include css-vars($theme);
9
9
 
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
 
@@ -2,13 +2,6 @@
2
2
  @use '../../base' as *;
3
3
  @use '../../themes/schemas' as *;
4
4
 
5
- ////
6
- /// @group themes
7
- /// @access public
8
- /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
9
- /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
10
- ////
11
-
12
5
  /// @deprecated Use the `css-vars` mixin instead.
13
6
  /// @see {mixin} css-vars
14
7
  /// @param {Map} $theme - The calendar theme used to style the component.
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin date-range-picker($theme) {
8
- @include css-vars($theme, 'igx-date-range-picker');
8
+ @include css-vars($theme);
9
9
 
10
10
  %igx-date-range-picker {
11
11
  display: flex;
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin divider($theme) {
8
- @include css-vars($theme, 'igx-divider');
8
+ @include css-vars($theme);
9
9
 
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
 
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin dock-manager($theme) {
8
- @include css-vars($theme, 'igc-dockmanager');
8
+ @include css-vars($theme);
9
9
  }
10
10
 
11
11
  /// Adds typography styles for the dock manager component.
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin expansion-panel($theme) {
9
- @include css-vars($theme, 'igx-expansion-panel');
9
+ @include css-vars($theme);
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
 
12
12
  $panel-padding: pad-block(rem(16px)) pad-inline(rem(24px));
@@ -4,13 +4,6 @@
4
4
  @use '../button-group/button-group-theme' as *;
5
5
  @use '../tree/tree-theme' as *;
6
6
 
7
- ////
8
- /// @group themes
9
- /// @access private
10
- /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
11
- /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
12
- ////
13
-
14
7
  /// @deprecated Use the `css-vars` mixin instead.
15
8
  /// @see {mixin} css-vars
16
9
  /// @param {Map} $theme - The grid theme used to style the component.
@@ -18,8 +18,7 @@
18
18
  /// @param {Map} $theme - The theme used to style the component.
19
19
  /// @requires {mixin} excel-filtering
20
20
  @mixin grid($theme) {
21
- @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');
22
-
21
+ @include css-vars($theme);
23
22
  @include scale-in-ver-center();
24
23
 
25
24
  $variant: map.get($theme, '_meta', 'theme');
@@ -3,12 +3,8 @@
3
3
  @use '../../base' as *;
4
4
  @use '../../themes/schemas' as *;
5
5
 
6
- ////
7
- /// @group themes
8
- /// @access public
9
- /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
10
- ////
11
-
6
+ /// @deprecated Use the `css-vars` mixin instead.
7
+ /// @see {mixin} css-vars
12
8
  /// @param {Map} $schema [$light-material-schema] - The schema used as basis for styling the component.
13
9
  @function pivot-data-selector-theme(
14
10
  $schema: $light-material-schema,
@@ -28,6 +24,7 @@
28
24
 
29
25
  @return extend($theme, (
30
26
  name: $name,
27
+ selector: $selector,
31
28
  ));
32
29
  }
33
30
 
@@ -35,7 +32,8 @@
35
32
  /// @see {mixin} css-vars
36
33
  /// @param {Map} $theme - The theme used to style the component.
37
34
  @mixin pivot-data-selector($theme) {
38
- @include css-vars($theme, 'igx-pivot-data-selector');
35
+ @include css-vars($theme);
36
+
39
37
  $variant: map.get($theme, '_meta', 'theme');
40
38
 
41
39
  $chip-height-material: (
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin grid-toolbar($theme) {
8
- @include css-vars($theme, 'igx-grid-toolbar, .igx-grid-toolbar__dd-list');
8
+ @include css-vars($theme);
9
9
 
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
  $bootstrap-theme: $variant == 'bootstrap';
@@ -1,12 +1,12 @@
1
+ // stylelint-disable font-family-no-missing-generic-family-keyword
1
2
  @use 'sass:map';
2
3
  @use '../../base' as *;
3
4
 
4
- // stylelint-disable font-family-no-missing-generic-family-keyword
5
5
  /// @deprecated Use the `css-vars` mixin instead.
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin icon($theme) {
9
- @include css-vars($theme, 'igx-icon');
9
+ @include css-vars($theme);
10
10
 
11
11
  $size: var-get($theme, 'size');
12
12
 
@@ -6,10 +6,10 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin input-group($theme) {
9
+ @include css-vars($theme);
10
+
9
11
  // The --variant CSS produced by css-vars is needed also
10
12
  // when dynamically switching between the input `type` attribute.
11
- @include css-vars($theme, 'igx-input-group, igx-date-range-start, igx-date-range-end');
12
-
13
13
  $variant: map.get($theme, '_meta', 'theme');
14
14
  $transition-timing: .25s $out-cubic;
15
15
  $material-theme: $variant == 'material';
@@ -323,7 +323,7 @@
323
323
  box-shadow: inset 0 0 0 var(--_fluent-input-border-size) var-get($theme, 'border-color');
324
324
  }
325
325
  }
326
-
326
+
327
327
  &%form-group-display--box:not(%form-group-display--disabled) {
328
328
  %form-group-bundle {
329
329
  background: var-get($theme, 'box-background-focus');
@@ -1958,7 +1958,7 @@
1958
1958
  }
1959
1959
  }
1960
1960
 
1961
- %form-group-display--invalid:not(%form-group-display--readonly),
1961
+ %form-group-display--invalid:not(%form-group-display--readonly),
1962
1962
  %form-group-display--invalid%form-group-display--file {
1963
1963
  @if $variant != 'indigo' {
1964
1964
  %form-group-label--error,
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin list($theme) {
9
- @include css-vars($theme, 'igx-list');
9
+ @include css-vars($theme);
10
10
 
11
11
  $variant: map.get($theme, '_meta', 'theme');
12
12
  $bootstrap-theme: $variant == 'bootstrap';
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin navbar($theme) {
9
- @include css-vars($theme, 'igx-navbar');
9
+ @include css-vars($theme);
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
 
12
12
  $navbar-padding: rem(16px);
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin navdrawer($theme) {
9
- @include css-vars($theme, 'igx-nav-drawer');
9
+ @include css-vars($theme);
10
10
 
11
11
  $variant: map.get($theme, '_meta', 'theme');
12
12
  $drawer-icon-size: rem(24px);
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin paginator($theme) {
8
- @include css-vars($theme, 'igx-paginator');
8
+ @include css-vars($theme);
9
9
 
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
 
@@ -8,8 +8,7 @@
8
8
  @mixin progress-circular($theme) {
9
9
  // Include rotate animation
10
10
  @include rotate-center();
11
-
12
- @include css-vars($theme, 'igx-circular-bar');
11
+ @include css-vars($theme);
13
12
 
14
13
  $animation-direction: normal;
15
14
  $animation-direction-rtl: reverse;
@@ -52,7 +52,7 @@ $easing-curves: (
52
52
  /// @see {mixin} css-vars
53
53
  /// @param {Map} $theme - The theme used to style the component.
54
54
  @mixin progress-linear($theme) {
55
- @include css-vars($theme, 'igx-linear-bar');
55
+ @include css-vars($theme);
56
56
 
57
57
  $variant: map.get($theme, '_meta', 'theme');
58
58
 
@@ -1,18 +1,11 @@
1
1
  @use 'sass:map';
2
2
  @use '../../base' as *;
3
3
 
4
- ////
5
- /// @group themes
6
- /// @access private
7
- /// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
8
- /// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
9
- ////
10
-
11
4
  /// @deprecated Use the `css-vars` mixin instead.
12
5
  /// @see {mixin} css-vars
13
6
  /// @param {Map} $theme - The grid theme used to style the component.
14
7
  @mixin query-builder($theme) {
15
- @include css-vars($theme, 'igx-query-builder');
8
+ @include css-vars($theme);
16
9
 
17
10
  $variant: map.get($theme, '_meta', 'theme');
18
11
  $theme-variant: map.get($theme, '_meta', 'variant');
@@ -7,7 +7,7 @@
7
7
  /// @see {mixin} css-vars
8
8
  /// @param {Map} $theme - The theme used to style the component.
9
9
  @mixin radio($theme) {
10
- @include css-vars($theme, 'igx-radio');
10
+ @include css-vars($theme);
11
11
  @include scale-in-out($start-scale: .9);
12
12
 
13
13
  $theme-variant: map.get($theme, '_meta', 'variant');
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin select($theme) {
8
- @include css-vars($theme, 'igx-select');
8
+ @include css-vars($theme);
9
9
  $variant: map.get($theme, '_meta', 'theme');
10
10
 
11
11
  %igx-select {
@@ -7,7 +7,7 @@
7
7
  /// @see {mixin} css-vars
8
8
  /// @param {Map} $theme - The theme used to style the component.
9
9
  @mixin slider($theme) {
10
- @include css-vars($theme, 'igx-slider');
10
+ @include css-vars($theme);
11
11
 
12
12
  $variant: map.get($theme, '_meta', 'theme');
13
13
 
@@ -6,7 +6,7 @@
6
6
  /// @see {mixin} css-vars
7
7
  /// @param {Map} $theme - The theme used to style the component.
8
8
  @mixin snackbar($theme) {
9
- @include css-vars($theme, 'igx-snackbar');
9
+ @include css-vars($theme);
10
10
  @include fade-in();
11
11
 
12
12
  $variant: map.get($theme, '_meta', 'theme');
@@ -7,7 +7,7 @@
7
7
  /// @see {mixin} css-vars
8
8
  /// @param {Map} $theme - The theme used to style the component.
9
9
  @mixin splitter($theme) {
10
- @include css-vars($theme, 'igx-splitter');
10
+ @include css-vars($theme);
11
11
  $splitter-color: var-get($theme, 'bar-color');
12
12
  $hitbox-size: rem(4px);
13
13
  $debug-hitbox: false;
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin stepper($theme) {
8
- @include css-vars($theme, 'igx-stepper');
8
+ @include css-vars($theme);
9
9
 
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
 
@@ -7,7 +7,7 @@
7
7
  /// @see {mixin} css-vars
8
8
  /// @param {Map} $theme - The theme used to style the component.
9
9
  @mixin switch($theme) {
10
- @include css-vars($theme, 'igx-switch');
10
+ @include css-vars($theme);
11
11
  @include scale-in-out($start-scale: .9);
12
12
 
13
13
  $variant: map.get($theme, '_meta', 'theme');
@@ -11,7 +11,7 @@
11
11
  /// @requires ripple-theme
12
12
  /// @requires {mixin} ripple
13
13
  @mixin tabs($theme) {
14
- @include css-vars($theme, 'igx-tabs');
14
+ @include css-vars($theme);
15
15
 
16
16
  $variant: map.get($theme, '_meta', 'theme');
17
17
  $not-bootstrap-theme: $variant != 'bootstrap';
@@ -1,12 +1,11 @@
1
1
  @use 'sass:map';
2
2
  @use '../../base' as *;
3
3
 
4
- /// Toast Component
5
4
  /// @deprecated Use the `css-vars` mixin instead.
6
5
  /// @see {mixin} css-vars
7
6
  /// @param {Map} $theme - The theme used to style the component.
8
7
  @mixin toast($theme) {
9
- @include css-vars($theme, 'igx-toast');
8
+ @include css-vars($theme);
10
9
 
11
10
  $variant: map.get($theme, '_meta', 'theme');
12
11
  $width: rem(52px);
@@ -5,7 +5,7 @@
5
5
  /// @see {mixin} css-vars
6
6
  /// @param {Map} $theme - The theme used to style the component.
7
7
  @mixin tree($theme) {
8
- @include css-vars($theme, 'igx-tree-node');
8
+ @include css-vars($theme);
9
9
 
10
10
  $variant: map.get($theme, '_meta', 'theme');
11
11
  $indigo-theme: $variant == 'indigo';
@@ -7,8 +7,7 @@
7
7
 
8
8
  // Used to configure color accessibility for charts
9
9
  @use 'igniteui-theming/sass/color/functions' as color;
10
- @use 'igniteui-theming/sass/themes/mixins' as theming;
11
- @use 'igniteui-theming/sass/themes/components' as themes;
10
+ @use 'igniteui-theming/sass/themes' as theming;
12
11
 
13
12
  // Common components
14
13
  @use '../components/_common/igx-control';
@@ -92,7 +91,6 @@
92
91
  $enhanced-accessibility: false
93
92
  ) {
94
93
  @include color.configure-colors($enhanced-accessibility);
95
- @include themes.configure-prefix('igx');
96
94
 
97
95
  // Angular hack for binding to [hidden] property
98
96
  // not working
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "20.1.1",
3
+ "version": "20.1.2",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -73,7 +73,7 @@
73
73
  "tslib": "^2.3.0",
74
74
  "igniteui-trial-watermark": "^3.1.0",
75
75
  "lodash-es": "^4.17.21",
76
- "igniteui-theming": "^20.0.0",
76
+ "igniteui-theming": "^21.0.0",
77
77
  "@igniteui/material-icons-extended": "^3.1.0"
78
78
  },
79
79
  "peerDependencies": {