igniteui-theming 4.2.0 → 4.4.0

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 (113) hide show
  1. package/json/typography/presets/typescales.json +1 -1
  2. package/package.json +1 -1
  3. package/sass/themes/schemas/components/dark/_action-strip.scss +3 -3
  4. package/sass/themes/schemas/components/dark/_avatar.scss +3 -3
  5. package/sass/themes/schemas/components/dark/_badge.scss +3 -3
  6. package/sass/themes/schemas/components/dark/_banner.scss +3 -3
  7. package/sass/themes/schemas/components/dark/_bottom-nav.scss +8 -17
  8. package/sass/themes/schemas/components/dark/_button-group.scss +3 -3
  9. package/sass/themes/schemas/components/dark/_button.scss +224 -146
  10. package/sass/themes/schemas/components/dark/_calendar.scss +4 -4
  11. package/sass/themes/schemas/components/dark/_card.scss +4 -4
  12. package/sass/themes/schemas/components/dark/_carousel.scss +3 -3
  13. package/sass/themes/schemas/components/dark/_checkbox.scss +3 -3
  14. package/sass/themes/schemas/components/dark/_chip.scss +6 -6
  15. package/sass/themes/schemas/components/dark/_column-actions.scss +6 -6
  16. package/sass/themes/schemas/components/dark/_combo.scss +3 -3
  17. package/sass/themes/schemas/components/dark/_date-range-picker.scss +3 -3
  18. package/sass/themes/schemas/components/dark/_dialog.scss +3 -3
  19. package/sass/themes/schemas/components/dark/_divider.scss +3 -3
  20. package/sass/themes/schemas/components/dark/_dock-manager.scss +6 -0
  21. package/sass/themes/schemas/components/dark/_drop-down.scss +3 -3
  22. package/sass/themes/schemas/components/dark/_expansion-panel.scss +3 -3
  23. package/sass/themes/schemas/components/dark/_grid-filtering.scss +3 -3
  24. package/sass/themes/schemas/components/dark/_grid-summary.scss +3 -3
  25. package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
  26. package/sass/themes/schemas/components/dark/_grid.scss +4 -20
  27. package/sass/themes/schemas/components/dark/_highlight.scss +6 -0
  28. package/sass/themes/schemas/components/dark/_icon-button.scss +125 -24
  29. package/sass/themes/schemas/components/dark/_icon.scss +6 -6
  30. package/sass/themes/schemas/components/dark/_index.scss +53 -53
  31. package/sass/themes/schemas/components/dark/_input-group.scss +9 -15
  32. package/sass/themes/schemas/components/dark/_label.scss +3 -3
  33. package/sass/themes/schemas/components/dark/_list.scss +8 -9
  34. package/sass/themes/schemas/components/dark/_navbar.scss +3 -3
  35. package/sass/themes/schemas/components/dark/_navdrawer.scss +6 -3
  36. package/sass/themes/schemas/components/dark/_overlay.scss +3 -3
  37. package/sass/themes/schemas/components/dark/_pagination.scss +6 -6
  38. package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +6 -5
  39. package/sass/themes/schemas/components/dark/_progress.scss +14 -10
  40. package/sass/themes/schemas/components/dark/_query-builder.scss +7 -7
  41. package/sass/themes/schemas/components/dark/_radio.scss +26 -36
  42. package/sass/themes/schemas/components/dark/_rating.scss +3 -3
  43. package/sass/themes/schemas/components/dark/_ripple.scss +3 -3
  44. package/sass/themes/schemas/components/dark/_scrollbar.scss +4 -5
  45. package/sass/themes/schemas/components/dark/_select.scss +3 -3
  46. package/sass/themes/schemas/components/dark/_slider.scss +3 -3
  47. package/sass/themes/schemas/components/dark/_snackbar.scss +3 -3
  48. package/sass/themes/schemas/components/dark/_splitter.scss +2 -2
  49. package/sass/themes/schemas/components/dark/_stepper.scss +4 -4
  50. package/sass/themes/schemas/components/dark/_switch.scss +5 -14
  51. package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
  52. package/sass/themes/schemas/components/dark/_time-picker.scss +3 -3
  53. package/sass/themes/schemas/components/dark/_toast.scss +6 -4
  54. package/sass/themes/schemas/components/dark/_tooltip.scss +3 -4
  55. package/sass/themes/schemas/components/dark/_tree.scss +6 -33
  56. package/sass/themes/schemas/components/dark/_watermark.scss +16 -26
  57. package/sass/themes/schemas/components/elevation/_button.scss +2 -2
  58. package/sass/themes/schemas/components/light/_action-strip.scss +9 -0
  59. package/sass/themes/schemas/components/light/_avatar.scss +5 -3
  60. package/sass/themes/schemas/components/light/_badge.scss +5 -0
  61. package/sass/themes/schemas/components/light/_banner.scss +5 -0
  62. package/sass/themes/schemas/components/light/_bottom-nav.scss +5 -0
  63. package/sass/themes/schemas/components/light/_button-group.scss +52 -49
  64. package/sass/themes/schemas/components/light/_button.scss +425 -430
  65. package/sass/themes/schemas/components/light/_calendar.scss +66 -56
  66. package/sass/themes/schemas/components/light/_card.scss +18 -33
  67. package/sass/themes/schemas/components/light/_carousel.scss +7 -0
  68. package/sass/themes/schemas/components/light/_checkbox.scss +37 -53
  69. package/sass/themes/schemas/components/light/_chip.scss +63 -77
  70. package/sass/themes/schemas/components/light/_column-actions.scss +5 -0
  71. package/sass/themes/schemas/components/light/_combo.scss +31 -36
  72. package/sass/themes/schemas/components/light/_date-range-picker.scss +5 -0
  73. package/sass/themes/schemas/components/light/_dialog.scss +5 -0
  74. package/sass/themes/schemas/components/light/_divider.scss +5 -0
  75. package/sass/themes/schemas/components/light/_dock-manager.scss +68 -97
  76. package/sass/themes/schemas/components/light/_drop-down.scss +68 -89
  77. package/sass/themes/schemas/components/light/_expansion-panel.scss +5 -0
  78. package/sass/themes/schemas/components/light/_grid-filtering.scss +6 -9
  79. package/sass/themes/schemas/components/light/_grid-summary.scss +5 -0
  80. package/sass/themes/schemas/components/light/_grid-toolbar.scss +5 -0
  81. package/sass/themes/schemas/components/light/_grid.scss +98 -171
  82. package/sass/themes/schemas/components/light/_highlight.scss +5 -0
  83. package/sass/themes/schemas/components/light/_icon-button.scss +132 -53
  84. package/sass/themes/schemas/components/light/_icon.scss +5 -0
  85. package/sass/themes/schemas/components/light/_index.scss +53 -53
  86. package/sass/themes/schemas/components/light/_input-group.scss +35 -116
  87. package/sass/themes/schemas/components/light/_label.scss +9 -11
  88. package/sass/themes/schemas/components/light/_list.scss +6 -1
  89. package/sass/themes/schemas/components/light/_navbar.scss +6 -1
  90. package/sass/themes/schemas/components/light/_navdrawer.scss +6 -1
  91. package/sass/themes/schemas/components/light/_overlay.scss +6 -1
  92. package/sass/themes/schemas/components/light/_pagination.scss +7 -2
  93. package/sass/themes/schemas/components/light/_pivot-data-selector.scss +6 -1
  94. package/sass/themes/schemas/components/light/_progress.scss +14 -42
  95. package/sass/themes/schemas/components/light/_query-builder.scss +10 -11
  96. package/sass/themes/schemas/components/light/_radio.scss +57 -67
  97. package/sass/themes/schemas/components/light/_rating.scss +22 -42
  98. package/sass/themes/schemas/components/light/_ripple.scss +6 -1
  99. package/sass/themes/schemas/components/light/_scrollbar.scss +6 -12
  100. package/sass/themes/schemas/components/light/_select.scss +20 -18
  101. package/sass/themes/schemas/components/light/_slider.scss +65 -68
  102. package/sass/themes/schemas/components/light/_snackbar.scss +6 -6
  103. package/sass/themes/schemas/components/light/_splitter.scss +6 -2
  104. package/sass/themes/schemas/components/light/_stepper.scss +74 -141
  105. package/sass/themes/schemas/components/light/_switch.scss +101 -141
  106. package/sass/themes/schemas/components/light/_tabs.scss +19 -36
  107. package/sass/themes/schemas/components/light/_time-picker.scss +11 -4
  108. package/sass/themes/schemas/components/light/_toast.scss +6 -1
  109. package/sass/themes/schemas/components/light/_tooltip.scss +6 -1
  110. package/sass/themes/schemas/components/light/_tree.scss +49 -73
  111. package/sass/themes/schemas/components/light/_watermark.scss +6 -1
  112. package/sass/typography/presets/_fluent.scss +1 -1
  113. package/sass/utils/_map.scss +40 -0
@@ -7,22 +7,22 @@
7
7
  /// @access private
8
8
  ////
9
9
 
10
- /// Generates a dark column actions schema based on a mix of $light-column-actions.
10
+ /// Generates a dark material column actions schema.
11
11
  /// @type {Map}
12
- /// @requires $light-column-actions
13
- $dark-column-actions: $light-column-actions;
12
+ /// @requires $material-column-actions
13
+ $dark-material-column-actions: $material-column-actions;
14
14
 
15
- /// Generates a dark fluent column actions schema based on a mix of $luent-column-actions.
15
+ /// Generates a dark fluent column actions schema.
16
16
  /// @type {Map}
17
17
  /// @requires $fluent-column-actions
18
18
  $dark-fluent-column-actions: $fluent-column-actions;
19
19
 
20
- /// Generates a dark bootstrap column actions schema based on a mix of $bootstrap-column-actions.
20
+ /// Generates a dark bootstrap column actions schema.
21
21
  /// @type {Map}
22
22
  /// @requires $bootstrap-column-actions
23
23
  $dark-bootstrap-column-actions: $bootstrap-column-actions;
24
24
 
25
- /// Generates a dark indigo column actions schema based on a mix of $indigo-column-actions.
25
+ /// Generates a dark indigo column actions schema.
26
26
  /// @type {Map}
27
27
  /// @requires $indigo-column-actions
28
28
  $dark-indigo-column-actions: $indigo-column-actions;
@@ -10,10 +10,10 @@
10
10
 
11
11
  /* stylelint-disable max-line-length */
12
12
 
13
- /// Generates a dark combo schema.
13
+ /// Generates a dark material combo schema.
14
14
  /// @type {Map}
15
- /// @requires $light-combo
16
- $dark-combo: $light-combo;
15
+ /// @requires $material-combo
16
+ $dark-material-combo: $material-combo;
17
17
 
18
18
  /// Generates a dark fluent combo schema.
19
19
  /// @type {Map}
@@ -7,10 +7,10 @@
7
7
  /// @access public
8
8
  ////
9
9
 
10
- /// Generates a dark date-range-picker schema.
10
+ /// Generates a dark material date-range-picker schema.
11
11
  /// @type {Map}
12
- /// @requires $light-date-range-picker
13
- $dark-date-range-picker: $light-date-range-picker;
12
+ /// @requires $material-date-range-picker
13
+ $dark-material-date-range-picker: $material-date-range-picker;
14
14
 
15
15
  /// Generates a dark fluent date-range-picker schema.
16
16
  /// @type {Map}
@@ -19,11 +19,11 @@ $base-dark-dialog: (
19
19
  ),
20
20
  );
21
21
 
22
- /// Generates a dark dialog schema.
22
+ /// Generates a dark material dialog schema.
23
23
  /// @type {Map}
24
- /// @requires $light-dialog
24
+ /// @requires $material-dialog
25
25
  /// @requires $base-dark-dialog
26
- $dark-dialog: extend($light-dialog, $base-dark-dialog);
26
+ $dark-material-dialog: extend($material-dialog, $base-dark-dialog);
27
27
 
28
28
  /// Generates a dark fluent dialog schema.
29
29
  /// @type {Map}
@@ -19,11 +19,11 @@ $base-dark-divider: (
19
19
  ),
20
20
  );
21
21
 
22
- /// Generates a dark divider schema.
22
+ /// Generates a dark material divider schema.
23
23
  /// @type {Map}
24
- /// @requires $light-divider
24
+ /// @requires $material-divider
25
25
  /// @requires $base-dark-divider
26
- $dark-divider: extend($light-divider, $base-dark-divider);
26
+ $dark-material-divider: extend($material-divider, $base-dark-divider);
27
27
 
28
28
  /// Generates a dark fluent divider schema.
29
29
  /// @type {Map}
@@ -168,6 +168,12 @@ $dark-base-dock-manager: (
168
168
  ),
169
169
  );
170
170
 
171
+ /// Generates a dark material dock-manager schema.
172
+ /// @type {Map}
173
+ /// @requires $material-dock-manager
174
+ /// @requires $dark-base-dock-manager
175
+ $dark-material-dock-manager: extend($material-dock-manager, $dark-base-dock-manager);
176
+
171
177
  /// Generates a dark dock-manager schema.
172
178
  /// @type {Map}
173
179
  /// @requires $light-dock-manager
@@ -22,11 +22,11 @@ $base-dark-drop-down: (
22
22
  ),
23
23
  );
24
24
 
25
- /// Generates a dark drop-down schema.
25
+ /// Generates a dark material drop-down schema.
26
26
  /// @type {Map}
27
- /// @requires $light-drop-down
27
+ /// @requires $material-drop-down
28
28
  /// @requires $base-dark-drop-down
29
- $dark-drop-down: extend($light-drop-down, $base-dark-drop-down);
29
+ $dark-material-drop-down: extend($material-drop-down, $base-dark-drop-down);
30
30
 
31
31
  /// Generates a dark fluent drop-down schema.
32
32
  /// @type {Map}
@@ -20,11 +20,11 @@ $base-dark-expansion-panel: (
20
20
  ),
21
21
  );
22
22
 
23
- /// Generates a dark expansion panel schema based on a mix of $light-expansion-panel and $base-dark-expansion-panel.
23
+ /// Generates a dark material expansion panel schema based on a mix of $material-expansion-panel and $base-dark-expansion-panel.
24
24
  /// @type {Map}
25
- /// @requires $light-expansion-panel
25
+ /// @requires $material-expansion-panel
26
26
  /// @requires $base-dark-expansion-panel
27
- $dark-expansion-panel: extend($light-expansion-panel, $base-dark-expansion-panel);
27
+ $dark-material-expansion-panel: extend($material-expansion-panel, $base-dark-expansion-panel);
28
28
 
29
29
  /// Generates a dark fluent expansion panel schema based on a mix of $fluent-expansion-panel and $base-dark-expansion-panel.
30
30
  /// @type {Map}
@@ -7,10 +7,10 @@
7
7
  /// @access public
8
8
  ////
9
9
 
10
- /// Generates a dark grid-filtering schema.
10
+ /// Generates a dark material grid-filtering schema.
11
11
  /// @type {Map}
12
- /// @requires $light-grid-filtering
13
- $dark-grid-filtering: $light-grid-filtering;
12
+ /// @requires $material-grid-filtering
13
+ $dark-material-grid-filtering: $material-grid-filtering;
14
14
 
15
15
  /// Generates a dark fluent grid-filtering schema.
16
16
  /// @type {Map}
@@ -7,10 +7,10 @@
7
7
  /// @access public
8
8
  ////
9
9
 
10
- /// Generates a dark grid-summary schema.
10
+ /// Generates a dark material grid-summary schema.
11
11
  /// @type {Map}
12
- /// @requires $light-grid-summary
13
- $dark-grid-summary: $light-grid-summary;
12
+ /// @requires $material-grid-summary
13
+ $dark-material-grid-summary: $material-grid-summary;
14
14
 
15
15
  /// Generates a dark fluent grid-summary schema.
16
16
  /// @type {Map}
@@ -7,17 +7,17 @@
7
7
  /// @access public
8
8
  ////
9
9
 
10
- /// Generates a dark grid-toolbar schema based on a mix of $light-grid-toolbar and $base-dark-grid-toolbar.
10
+ /// Generates a dark material grid-toolbar schema.
11
11
  /// @type {Map}
12
- /// @requires $light-grid-toolbar
13
- $dark-grid-toolbar: $light-grid-toolbar;
12
+ /// @requires $material-grid-toolbar
13
+ $dark-material-grid-toolbar: $material-grid-toolbar;
14
14
 
15
- /// Generates a dark fluent grid-toolbar schema based on a mix of $fluent-grid-toolbar and $base-dark-grid-toolbar..
15
+ /// Generates a dark fluent grid-toolbar schema.
16
16
  /// @type {Map}
17
17
  /// @requires $fluent-grid-toolbar
18
18
  $dark-fluent-grid-toolbar: $fluent-grid-toolbar;
19
19
 
20
- /// Generates a dark bootstrap grid-toolbar schema based on a mix of $bootstrap-grid-toolbar and $base-dark-grid-toolbar..
20
+ /// Generates a dark bootstrap grid-toolbar schema.
21
21
  /// @type {Map}
22
22
  /// @requires $bootstrap-grid-toolbar
23
23
  $dark-bootstrap-grid-toolbar: $bootstrap-grid-toolbar;
@@ -219,23 +219,21 @@ $base-dark-grid: (
219
219
  ),
220
220
  );
221
221
 
222
- /// Generates a dark grid schema based on a mix of $light-grid and $base-dark-grid.
222
+ /// Generates a dark material grid schema based on a mix of $material-grid and $base-dark-grid.
223
223
  /// @type {Map}
224
- /// @requires $light-grid
224
+ /// @requires $material-grid
225
225
  /// @requires $base-dark-grid
226
- $dark-grid: extend($light-grid, $base-dark-grid);
226
+ $dark-material-grid: extend($material-grid, $base-dark-grid);
227
227
 
228
228
  /// Generates a dark fluent grid schema based on a mix of $fluent-grid and $base-dark-grid.
229
229
  /// @prop {Map} header-selected-background [color: ('gray', 200)] - The table header background color when selected (ex. column selection).
230
230
  /// @prop {Map} header-selected-text-color [contrast-color: ('gray', 200)] - The table header text color when selected (ex. column selection).
231
- /// @prop {Map} row-hover-background [color: ('gray', 100)] - The hover row background color.
232
231
  /// @prop {Map} row-selected-background [color: ('gray', 100)] - The selected row background color.
233
232
  /// @prop {Map} row-selected-hover-background [color: ('gray', 200)] - The selected row background color on hover.
234
233
  /// @prop {Map} row-selected-hover-text-color [contrast-color: ('gray', 200)] - The selected row hover text color.
235
234
  /// @prop {Map} cell-selected-within-background [color: ('gray', 200)] - The background of the selected cell inside a selected row/column.
236
235
  /// @prop {Map} cell-selected-within-text-color [contrast-color: ('gray', 200)] - The color of the selected cell inside a selected row/column.
237
236
  /// @prop {Map} group-row-background [color: ('gray', 100, .5)] - The grid group row background color.
238
- /// @prop {Map} group-row-selected-background [color: ('gray', 100)] - The drop area background on drop color.
239
237
  ///
240
238
  /// @requires $fluent-grid
241
239
  /// @requires $base-dark-grid
@@ -257,13 +255,6 @@ $dark-fluent-grid: extend(
257
255
  ),
258
256
  ),
259
257
 
260
- row-hover-background: (
261
- color: (
262
- 'gray',
263
- 100,
264
- ),
265
- ),
266
-
267
258
  pinned-border-color: (
268
259
  color: (
269
260
  'gray',
@@ -314,13 +305,6 @@ $dark-fluent-grid: extend(
314
305
  0.5,
315
306
  ),
316
307
  ),
317
-
318
- group-row-selected-background: (
319
- color: (
320
- 'gray',
321
- 100,
322
- ),
323
- ),
324
308
  )
325
309
  );
326
310
 
@@ -382,7 +366,7 @@ $dark-bootstrap-grid: extend(
382
366
  /// Generates a dark indigo grid schema.
383
367
  /// @type {Map}
384
368
  ///
385
- /// @prop {Map} content-background [color: 'surface'] - The table body background color.
369
+ /// @prop {Color} content-background [color: 'surface'] - The table body background color.
386
370
  /// @prop {Map} header-background [color: 'surface'] - The table header background color.
387
371
  /// @prop {Map} header-border-color [color: ('gray', 100, .24)] - The color used for header borders.
388
372
  /// @prop {MAp} header-text-color [contrast-color: 'surface'] - The table header text color.
@@ -27,6 +27,12 @@ $dark-base-highlight: (
27
27
  ),
28
28
  );
29
29
 
30
+ /// Generates a dark material highlight schema.
31
+ /// @type {Map}
32
+ /// @requires $material-highlight
33
+ /// @requires $dark-base-highlight
34
+ $dark-material-highlight: extend($material-highlight, $dark-base-highlight);
35
+
30
36
  /// Generates a dark highlight schema.
31
37
  /// @type {Map}
32
38
  /// @requires $light-highlight
@@ -29,31 +29,100 @@ $material-outlined-icon-button-dark: extend($material-outlined-icon-button);
29
29
  /// @requires {Map} $material-flat-icon-button-dark
30
30
  /// @requires {Map} $material-outlined-icon-button-dark
31
31
  /// @requires {Map} $material-contained-icon-button-dark
32
- $dark-icon-button: (
32
+ $dark-material-icon-button: (
33
33
  flat: $material-flat-icon-button-dark,
34
34
  outlined: $material-outlined-icon-button-dark,
35
35
  contained: $material-contained-icon-button-dark,
36
36
  );
37
37
 
38
+ /// @type {Map}
39
+ /// @prop {Map} hover-background [color: ('gray', 50)] - The hover background color of the fluent icon button.
40
+ /// @prop {Map} focus-border-color [color: ('gray', 400)] - The focus border color of the fluent dark icon button.
41
+ /// @prop {Map} disabled-background [color: ('gray', 50)] - The disabled background color of the icon button.
42
+ /// @prop {Color} disabled-foreground [color: ('gray', 200)] - The disabled foreground color of the icon button.
43
+ $fluent-base-icon-button-dark: (
44
+ hover-background: (
45
+ color: (
46
+ 'gray',
47
+ 50,
48
+ ),
49
+ ),
50
+ focus-border-color: (
51
+ color: (
52
+ 'gray',
53
+ 400,
54
+ ),
55
+ ),
56
+ disabled-background: (
57
+ color: (
58
+ 'gray',
59
+ 50,
60
+ ),
61
+ ),
62
+ disabled-foreground: (
63
+ color: (
64
+ 'gray',
65
+ 200,
66
+ ),
67
+ ),
68
+ );
69
+
38
70
  /// Generates a dark fluent flat icon button schema.
39
71
  /// @type {Map}
72
+ /// @prop {Map} hover-foreground [color: ('primary', 400)] - The hover text color of the fluent icon button.
73
+ /// @prop {Map} focus-hover-background [color: ('gray', 50)] - The background color on focus hovered state of the icon button.
74
+ /// @prop {Map} focus-hover-foreground [color: ('primary', 400)] - The foreground color on focus hovered state of the icon button.
40
75
  /// @requires {Map} $fluent-flat-icon-button
41
- $fluent-flat-icon-button-dark: extend($fluent-flat-icon-button);
76
+ /// @requires {Map} $fluent-base-icon-button-dark
77
+ $fluent-flat-icon-button-dark: extend(
78
+ $fluent-flat-icon-button,
79
+ $fluent-base-icon-button-dark,
80
+ (
81
+ hover-background: (
82
+ color: (
83
+ 'gray',
84
+ 50,
85
+ ),
86
+ ),
87
+ hover-foreground: (
88
+ color: (
89
+ 'primary',
90
+ 400,
91
+ ),
92
+ ),
93
+ focus-hover-background: (
94
+ color: (
95
+ 'gray',
96
+ 50,
97
+ ),
98
+ ),
99
+ focus-hover-foreground: (
100
+ color: (
101
+ 'primary',
102
+ 400,
103
+ ),
104
+ ),
105
+ )
106
+ );
42
107
 
43
108
  /// Generates a dark fluent contained icon button schema.
44
109
  /// @type {Map}
45
110
  /// @prop {Map} background [color: ('primary', 300)] - The background color of the fluent dark contained icon button.
46
- /// @prop {Map} foreground [color: ('surface', 500)] - The idle text color of the fluent dark contained icon button.
111
+ /// @prop {Map} foreground [contrast-color: ('primary', 300)] - The idle text color of the fluent dark contained icon button.
47
112
  /// @prop {Map} hover-background [color: ('primary', 200)] - The hover background color of the fluent dark contained icon button.
48
- /// @prop {Map} hover-foreground [color: ('surface', 500)] - The hover text color of the fluent dark contained icon button.
49
- /// @prop {Map} focus-background [color: ('primary', 200)] - The focus background color of the fluent dark contained icon button.
50
- /// @prop {Map} focus-foreground [color: ('surface', 500)] - The focus text color of the fluent dark contained icon button.
113
+ /// @prop {Map} hover-foreground [contrast-color: ('primary', 300)] - The hover text color of the fluent dark contained icon button.
114
+ /// @prop {Map} focus-background [color: ('primary', 300)] - The focus background color of the fluent dark contained icon button.
115
+ /// @prop {Map} focus-foreground [contrast-color: ('primary', 300)] - The focus text color of the fluent dark contained icon button.
116
+ /// @prop {Map} focus-hover-background [color: ('primary', 200)] - The background color on focus hovered state of the icon button.
117
+ /// @prop {Map} focus-hover-foreground [contrast-color: ('primary', 300)] - The foreground color on focus hovered state of the icon button.
51
118
  /// @prop {Map} active-background [color: ('primary', 200)] - The active background color of the fluent dark contained icon button.
52
- /// @prop {Map} active-foreground [color: ('surface', 500)] - The active text color of the fluent dark contained icon button.
53
- /// @prop {Map} focus-border-color [color: ('surface', 500)] - The focus border color of the fluent dark contained icon button.
119
+ /// @prop {Map} active-foreground [contrast-color: ('primary', 300)] - The active text color of the fluent dark contained icon button.
120
+ /// @prop {Map} focus-border-color [contrast-color: ('primary', 300)] - The focus border color of the fluent dark contained icon button.
54
121
  /// @requires {Map} $fluent-contained-icon-button
122
+ /// @requires {Map} $fluent-base-icon-button-dark
55
123
  $fluent-contained-icon-button-dark: extend(
56
124
  $fluent-contained-icon-button,
125
+ $fluent-base-icon-button-dark,
57
126
  (
58
127
  background: (
59
128
  color: (
@@ -62,9 +131,9 @@ $fluent-contained-icon-button-dark: extend(
62
131
  ),
63
132
  ),
64
133
  foreground: (
65
- color: (
66
- 'surface',
67
- 500,
134
+ contrast-color: (
135
+ 'primary',
136
+ 300,
68
137
  ),
69
138
  ),
70
139
  hover-background: (
@@ -74,21 +143,33 @@ $fluent-contained-icon-button-dark: extend(
74
143
  ),
75
144
  ),
76
145
  hover-foreground: (
77
- color: (
78
- 'surface',
79
- 500,
146
+ contrast-color: (
147
+ 'primary',
148
+ 300,
80
149
  ),
81
150
  ),
82
151
  focus-background: (
83
152
  color: (
84
153
  'primary',
85
- 200,
154
+ 300,
86
155
  ),
87
156
  ),
88
157
  focus-foreground: (
158
+ contrast-color: (
159
+ 'primary',
160
+ 300,
161
+ ),
162
+ ),
163
+ focus-hover-background: (
89
164
  color: (
90
- 'surface',
91
- 500,
165
+ 'primary',
166
+ 200,
167
+ ),
168
+ ),
169
+ focus-hover-foreground: (
170
+ contrast-color: (
171
+ 'primary',
172
+ 300,
92
173
  ),
93
174
  ),
94
175
  active-background: (
@@ -98,15 +179,15 @@ $fluent-contained-icon-button-dark: extend(
98
179
  ),
99
180
  ),
100
181
  active-foreground: (
101
- color: (
102
- 'surface',
103
- 500,
182
+ contrast-color: (
183
+ 'primary',
184
+ 300,
104
185
  ),
105
186
  ),
106
187
  focus-border-color: (
107
- color: (
108
- 'surface',
109
- 500,
188
+ contrast-color: (
189
+ 'primary',
190
+ 300,
110
191
  ),
111
192
  ),
112
193
  )
@@ -114,8 +195,28 @@ $fluent-contained-icon-button-dark: extend(
114
195
 
115
196
  /// Generates a dark fluent outlined icon button schema.
116
197
  /// @type {Map}
198
+ /// @prop {Map} border-color [color: ('gray', 400)] - The border color of the fluent outlined icon button.
199
+ /// @prop {Map} disabled-border-color [color: ('gray', 100)] - The disabled focused border color of an outlined icon button.
117
200
  /// @requires {Map} $fluent-outlined-icon-button
118
- $fluent-outlined-icon-button-dark: extend($fluent-outlined-icon-button);
201
+ /// @requires {Map} $fluent-base-icon-button-dark
202
+ $fluent-outlined-icon-button-dark: extend(
203
+ $fluent-outlined-icon-button,
204
+ $fluent-base-icon-button-dark,
205
+ (
206
+ border-color: (
207
+ color: (
208
+ 'gray',
209
+ 400,
210
+ ),
211
+ ),
212
+ disabled-border-color: (
213
+ color: (
214
+ 'gray',
215
+ 100,
216
+ ),
217
+ ),
218
+ )
219
+ );
119
220
 
120
221
  /// Generates a dark fluent icon button schema.
121
222
  /// @type {Map}
@@ -8,15 +8,15 @@
8
8
  /// @access public
9
9
  ////
10
10
 
11
- /// Generates a dark icon schema.
11
+ /// Generates a dark material icon schema.
12
12
  /// @type {Map}
13
- /// @requires $light-icon
14
- $dark-icon: $light-icon;
13
+ /// @requires $material-icon
14
+ $dark-material-icon: $material-icon;
15
15
 
16
16
  /// Generates a dark fluent icon schema.
17
17
  /// @type {Map}
18
18
  /// @property {Map} disabled-color [color: ('gray' 500)] - The icon color.
19
- /// @requires $light-icon
19
+ /// @requires $fluent-icon
20
20
  $dark-fluent-icon: extend(
21
21
  $fluent-icon,
22
22
  (
@@ -31,10 +31,10 @@ $dark-fluent-icon: extend(
31
31
 
32
32
  /// Generates a dark bootstrap icon schema.
33
33
  /// @type {Map}
34
- /// @requires $light-icon
34
+ /// @requires $bootstrap-icon
35
35
  $dark-bootstrap-icon: $bootstrap-icon;
36
36
 
37
37
  /// Generates a dark indigo icon schema.
38
38
  /// @type {Map}
39
- /// @requires $light-icon
39
+ /// @requires $indigo-icon
40
40
  $dark-indigo-icon: $indigo-icon;
@@ -62,60 +62,60 @@
62
62
  /// Use in combination with dark palettes.
63
63
  /// @type Map
64
64
  $dark-material-schema: (
65
- action-strip: $dark-action-strip,
66
- avatar: $dark-avatar,
67
- badge: $dark-badge,
68
- banner: $dark-banner,
69
- bottom-nav: $dark-bottom-nav,
70
- button: $dark-button,
71
- button-group: $dark-button-group,
72
- calendar: $dark-calendar,
73
- card: $dark-card,
74
- carousel: $dark-carousel,
75
- checkbox: $dark-checkbox,
76
- chip: $dark-chip,
77
- column-actions: $dark-column-actions,
78
- combo: $dark-combo,
79
- date-range: $dark-date-range-picker,
80
- dialog: $dark-dialog,
81
- divider: $dark-divider,
82
- dockmanager: $dark-dock-manager,
83
- drop-down: $dark-drop-down,
84
- expansion-panel: $dark-expansion-panel,
85
- grid: $dark-grid,
86
- grid-filtering: $dark-grid-filtering,
87
- grid-summary: $dark-grid-summary,
88
- grid-toolbar: $dark-grid-toolbar,
89
- highlight: $dark-highlight,
90
- icon: $dark-icon,
91
- icon-button: $dark-icon-button,
92
- input-group: $dark-input-group,
65
+ action-strip: $dark-material-action-strip,
66
+ avatar: $dark-material-avatar,
67
+ badge: $dark-material-badge,
68
+ banner: $dark-material-banner,
69
+ bottom-nav: $dark-material-bottom-nav,
70
+ button: $dark-material-button,
71
+ button-group: $dark-material-button-group,
72
+ calendar: $dark-material-calendar,
73
+ card: $dark-material-card,
74
+ carousel: $dark-material-carousel,
75
+ checkbox: $dark-material-checkbox,
76
+ chip: $dark-material-chip,
77
+ column-actions: $dark-material-column-actions,
78
+ combo: $dark-material-combo,
79
+ date-range: $dark-material-date-range-picker,
80
+ dialog: $dark-material-dialog,
81
+ divider: $dark-material-divider,
82
+ dockmanager: $dark-material-dock-manager,
83
+ drop-down: $dark-material-drop-down,
84
+ expansion-panel: $dark-material-expansion-panel,
85
+ grid: $dark-material-grid,
86
+ grid-filtering: $dark-material-grid-filtering,
87
+ grid-summary: $dark-material-grid-summary,
88
+ grid-toolbar: $dark-material-grid-toolbar,
89
+ highlight: $dark-material-highlight,
90
+ icon: $dark-material-icon,
91
+ icon-button: $dark-material-icon-button,
92
+ input-group: $dark-material-input-group,
93
93
  label: $dark-material-label,
94
- list: $dark-list,
95
- navbar: $dark-navbar,
96
- nav-drawer: $dark-navdrawer,
97
- overlay: $dark-overlay,
98
- paginator: $dark-pagination,
99
- pivot-data-selector: $dark-pivot-data-selector,
100
- linear-bar: $dark-progress-linear,
101
- circular-bar: $dark-progress-circular,
102
- query-builder: $dark-query-builder,
103
- radio: $dark-radio,
104
- rating: $dark-rating,
105
- ripple: $dark-ripple,
106
- scrollbar: $dark-scrollbar,
107
- select: $dark-select,
108
- slider: $dark-slider,
109
- snackbar: $dark-snackbar,
110
- splitter: $dark-splitter,
111
- stepper: $dark-stepper,
112
- switch: $dark-switch,
113
- tabs: $dark-tabs,
114
- time-picker: $dark-time-picker,
115
- toast: $dark-toast,
116
- tooltip: $dark-tooltip,
117
- tree: $dark-tree,
118
- watermark: $dark-watermark,
94
+ list: $dark-material-list,
95
+ navbar: $dark-material-navbar,
96
+ nav-drawer: $dark-material-navdrawer,
97
+ overlay: $dark-material-overlay,
98
+ paginator: $dark-material-pagination,
99
+ pivot-data-selector: $dark-material-pivot-data-selector,
100
+ linear-bar: $dark-material-progress-linear,
101
+ circular-bar: $dark-material-progress-circular,
102
+ query-builder: $dark-material-query-builder,
103
+ radio: $dark-material-radio,
104
+ rating: $dark-material-rating,
105
+ ripple: $dark-material-ripple,
106
+ scrollbar: $dark-material-scrollbar,
107
+ select: $dark-material-select,
108
+ slider: $dark-material-slider,
109
+ snackbar: $dark-material-snackbar,
110
+ splitter: $dark-material-splitter,
111
+ stepper: $dark-material-stepper,
112
+ switch: $dark-material-switch,
113
+ tabs: $dark-material-tabs,
114
+ time-picker: $dark-material-time-picker,
115
+ toast: $dark-material-toast,
116
+ tooltip: $dark-material-tooltip,
117
+ tree: $dark-material-tree,
118
+ watermark: $dark-material-watermark,
119
119
  _meta: (
120
120
  theme: 'material',
121
121
  variant: 'dark',