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
@@ -11,24 +11,20 @@
11
11
  /// Generates a light chip schema.
12
12
  /// @type {Map}
13
13
  /// @prop {List} border-radius [(rem(16px), rem(0), rem(16px))] - The border radius used for chip.
14
- /// @prop {Map} text-color [contrast-color: ('gray', 300)] - The chip text color.
15
- /// @prop {Map} background [color: ('gray', 300)] - The chip background color.
14
+ /// @prop {Map} background [color: ('gray', 200)] - The chip background color.
16
15
  /// @prop {Color} border-color [transparent] - The chip border color.
17
16
  /// @prop {Map} ghost-background [color: ('gray', 400))] - The chip ghost background color.
18
17
  /// @prop {Map} hover-text-color [contrast-color: ('gray', 400)] - The chip text hover color.
19
18
  /// @prop {Map} hover-background [color: ('gray', 400)] - The chip hover background color.
20
19
  /// @prop {Color} hover-border-color [transparent] - The chip hover border color.
21
20
  /// @prop {Map} selected-text-color [color: ('gray', 700)] - The selected chip text color.
22
- /// @prop {Map} selected-background [color: ('gray', 300)] - The selected chip background color.
21
+ /// @prop {Map} selected-background [color: ('primary', 500)] - The selected chip background color.
23
22
  /// @prop {Color} selected-border-color [transparent] The selected chip border color.
24
- /// @prop {Map} focus-background [color: ('gray', 500)] The focused chip background color.
25
23
  /// @prop {Map} focus-text-color [contrast-color: ('gray', 500)] The focused chip text color.
26
24
  /// @prop {Color} focus-border-color [transparent] - The chip focus border color.
27
25
  /// @prop {Map} hover-selected-text-color [contrast-color: ('gray', 400)] - The selected chip hover text color.
28
26
  /// @prop {Map} hover-selected-background [color: ('gray', 400)] - The selected chip hover background color.
29
27
  /// @prop {Color} hover-selected-border-color [transparent] - The selected chip hover border color.
30
- /// @prop {Map} focus-selected-text-color [contrast-color: ('gray', 500)] - The selected chip text focus color.
31
- /// @prop {Map} focus-selected-background [color: ('gray', 500)] - The selected chip focus background color.
32
28
  /// @prop {Color} focus-selected-border-color [transparent] - The selected chip focus border color.
33
29
  /// @prop {Number} ghost-elevation [8] - The elevation level, between 0-24, to be used for the chip's ghost (dragging mode).
34
30
  /// @prop {color} remove-icon-color ["'currentColor'"] - The remove icon color for the chip.
@@ -50,17 +46,10 @@ $light-chip: extend(
50
46
 
51
47
  remove-icon-color-focus: "'currentColor'",
52
48
 
53
- text-color: (
54
- contrast-color: (
55
- 'gray',
56
- 300,
57
- ),
58
- ),
59
-
60
49
  background: (
61
50
  color: (
62
51
  'gray',
63
- 300,
52
+ 200,
64
53
  ),
65
54
  ),
66
55
 
@@ -96,13 +85,6 @@ $light-chip: extend(
96
85
  ),
97
86
  ),
98
87
 
99
- focus-background: (
100
- color: (
101
- 'gray',
102
- 500,
103
- ),
104
- ),
105
-
106
88
  focus-border-color: transparent,
107
89
 
108
90
  selected-text-color: (
@@ -114,8 +96,8 @@ $light-chip: extend(
114
96
 
115
97
  selected-background: (
116
98
  color: (
117
- 'gray',
118
- 300,
99
+ 'primary',
100
+ 500,
119
101
  ),
120
102
  ),
121
103
 
@@ -137,20 +119,6 @@ $light-chip: extend(
137
119
 
138
120
  hover-selected-border-color: transparent,
139
121
 
140
- focus-selected-text-color: (
141
- contrast-color: (
142
- 'gray',
143
- 500,
144
- ),
145
- ),
146
-
147
- focus-selected-background: (
148
- color: (
149
- 'gray',
150
- 500,
151
- ),
152
- ),
153
-
154
122
  focus-selected-border-color: transparent,
155
123
 
156
124
  border-radius: (
@@ -193,15 +161,71 @@ $light-chip: extend(
193
161
  )
194
162
  );
195
163
 
164
+ /// Generates a material chip schema.
165
+ /// @type {Map}
166
+ /// @prop {Map} text-color [contrast-color: ('gray', 300)] - The chip text color.
167
+ /// @prop {Map} background [color: ('gray', 300)] - The chip background color.
168
+ /// @prop {Map} focus-background [color: ('gray', 500)] The focused chip background color.
169
+ /// @prop {Map} selected-background [color: ('gray', 300)] - The selected chip background color.
170
+ /// @prop {Map} focus-selected-text-color [contrast-color: ('gray', 500)] - The selected chip text focus color.
171
+ /// @prop {Map} focus-selected-background [color: ('gray', 500)] - The selected chip focus background color.
172
+ /// @requires {Map} $light-chip
173
+ /// @requires {Map} $default-elevation-chip
174
+ $material-chip: extend(
175
+ $light-chip,
176
+ $default-elevation-chip,
177
+ (
178
+ text-color: (
179
+ contrast-color: (
180
+ 'gray',
181
+ 300,
182
+ ),
183
+ ),
184
+
185
+ background: (
186
+ color: (
187
+ 'gray',
188
+ 300,
189
+ ),
190
+ ),
191
+
192
+ focus-background: (
193
+ color: (
194
+ 'gray',
195
+ 500,
196
+ ),
197
+ ),
198
+
199
+ selected-background: (
200
+ color: (
201
+ 'gray',
202
+ 300,
203
+ ),
204
+ ),
205
+
206
+ focus-selected-text-color: (
207
+ contrast-color: (
208
+ 'gray',
209
+ 500,
210
+ ),
211
+ ),
212
+
213
+ focus-selected-background: (
214
+ color: (
215
+ 'gray',
216
+ 500,
217
+ ),
218
+ ),
219
+ )
220
+ );
221
+
196
222
  /// Generates a fluent chip schema.
197
223
  /// @type {Map}
198
224
  /// @prop {Map} text-color [color: ('gray', 700)] - The chip text color.
199
- /// @prop {Map} background [color: ('gray', 200)] - The chip background color.
200
225
  /// @prop {Map} ghost-background [color: ('primary', 500)] - The chip ghost background color.
201
226
  /// @prop {Map} hover-background [color: ('gray', 200)] - The chip hover background color.
202
227
  /// @prop {Map} hover-text-color [contrast-color: ('gray', 200)] - The chip text hover color.
203
228
  /// @prop {Map} selected-text-color [contrast-color: ('primary', 700))] - The selected chip text color.
204
- /// @prop {Map} selected-background [color: ('primary', 500)] - The selected chip background color.
205
229
  /// @prop {Map} focus-background [color: ('primary', 600)] The focused chip background color.
206
230
  /// @prop {Map} focus-text-color [contrast-color: ('primary', 700)] The focused chip text color.
207
231
  /// @prop {Map} hover-selected-text-color [contrast-color: ('primary', 700)] - The selected chip hover text color.
@@ -215,13 +239,6 @@ $fluent-chip: extend(
215
239
  $light-chip,
216
240
  $fluent-elevation-chip,
217
241
  (
218
- background: (
219
- color: (
220
- 'gray',
221
- 200,
222
- ),
223
- ),
224
-
225
242
  text-color: (
226
243
  color: (
227
244
  'gray',
@@ -250,13 +267,6 @@ $fluent-chip: extend(
250
267
  ),
251
268
  ),
252
269
 
253
- selected-background: (
254
- color: (
255
- 'primary',
256
- 500,
257
- ),
258
- ),
259
-
260
270
  focus-background: (
261
271
  color: (
262
272
  'primary',
@@ -310,12 +320,10 @@ $fluent-chip: extend(
310
320
 
311
321
  /// Generates a bootstrap chip schema.
312
322
  /// @type {Map}
313
- /// @prop {Map} background [color: ('gray', 200)] - The chip background color.
314
323
  /// @prop {Map} text-color [contrast-color: ('gray', 200)] - The chip text color.
315
324
  /// @prop {Map} selected-background [color: ('gray', 200)] - The selected chip background color.
316
325
  /// @prop {Map} focus-text-color [contrast-color: ('gray', 400)] The focused chip text color.
317
326
  /// @prop {Map} focus-background [color: ('gray', 400)] The focused chip background color.
318
- /// @prop {Map} hover-selected-background [color: ('gray', 400)] - The selected chip hover background color.
319
327
  /// @prop {Map} focus-selected-background [color: ('gray', 400)] - The selected chip focus background color.
320
328
  /// @prop {Map} focus-selected-text-color [contrast-color: ('gray', 400)] - The selected chip text focus color.
321
329
  /// @prop {Number} ghost-elevation [0] - The elevation level, between 0-24, to be used for the chip's ghost (dragging mode).
@@ -328,13 +336,6 @@ $bootstrap-chip: extend(
328
336
  $light-chip,
329
337
  $bootstrap-elevation-chip,
330
338
  (
331
- background: (
332
- color: (
333
- 'gray',
334
- 200,
335
- ),
336
- ),
337
-
338
339
  text-color: (
339
340
  contrast-color: (
340
341
  'gray',
@@ -384,13 +385,6 @@ $bootstrap-chip: extend(
384
385
  ),
385
386
  ),
386
387
 
387
- hover-selected-background: (
388
- color: (
389
- 'gray',
390
- 400,
391
- ),
392
- ),
393
-
394
388
  focus-selected-text-color: (
395
389
  contrast-color: (
396
390
  'gray',
@@ -417,7 +411,6 @@ $bootstrap-chip: extend(
417
411
  /// @prop {Map} hover-background [color: ('gray', 200)] - The chip hover background color.
418
412
  /// @prop {Map} focus-background [color: ('surface')] The focused chip background color.
419
413
  /// @prop {Map} selected-text-color [contrast-color: ('primary', 500)] - The selected chip text color.
420
- /// @prop {Map} selected-background [color: ('primary', 500)] - The selected chip background color.
421
414
  /// @prop {Map} hover-selected-text-color [contrast-color: ('primary', 400)] - The selected chip hover text color.
422
415
  /// @prop {Map} hover-selected-background [color: ('primary', 400)] - The selected chip hover background color.
423
416
  /// @prop {Map} focus-selected-text-color [contrast-color: ('primary', 400)] - The selected chip text focus color.
@@ -509,13 +502,6 @@ $indigo-chip: extend(
509
502
  ),
510
503
  ),
511
504
 
512
- selected-background: (
513
- color: (
514
- 'primary',
515
- 500,
516
- ),
517
- ),
518
-
519
505
  hover-selected-text-color: (
520
506
  contrast-color: (
521
507
  'primary',
@@ -26,6 +26,11 @@ $light-column-actions: (
26
26
  ),
27
27
  );
28
28
 
29
+ /// Generates a material column actions schema.
30
+ /// @type {Map}
31
+ /// @requires {map} $light-column-actions
32
+ $material-column-actions: $light-column-actions;
33
+
29
34
  /// Generates a fluent column actions schema.
30
35
  /// @type {Map}
31
36
  /// @requires {map} $light-column-actions
@@ -15,15 +15,14 @@
15
15
  /// @prop {Map} search-separator-border-color [color: ('gray', 500)] - The combo search box separator color.
16
16
  /// @prop {Map} empty-list-placeholder-color [color: ('gray', 700)] - The combo placeholder text color.
17
17
  /// @prop {Map} toggle-button-background [color: ('gray', 300)] - The combo toggle button background color.
18
- /// @prop {Map} toggle-button-background-focus [color: ('gray', 400, .3)] - The combo toggle button background color when the combo is focused.
18
+ /// @prop {Map} toggle-button-background-focus [color: ('gray', 300)] - The combo toggle button background color when the combo is focused.
19
19
  /// @prop {Map} toggle-button-foreground [color: ('gray', 700)] - The combo toggle button foreground color.
20
20
  /// @prop {Map} toggle-button-foreground-focus [color: ('gray', 700)] - The combo toggle button foreground color when the combo is focused.
21
21
  /// @prop {Map} toggle-button-foreground-filled [color: ('gray', 900)] - The combo toggle button foreground color when the combo is focused.
22
22
  /// @prop {Map} toggle-button-background-disabled [color: ('gray', 100)] - The combo toggle button background color when the combo is disabled.
23
- /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 500)] - The combo toggle button foreground color when the combo is disabled.
23
+ /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The combo toggle button foreground color when the combo is disabled.
24
24
  /// @prop {Map} toggle-button-background-focus--border [color: ('gray', 300)] The combo toggle button background color when the combo is focused in material border and line variants.
25
25
  /// @prop {Color} clear-button-background [transparent] - The combo clear button background color.
26
- /// @prop {Color} clear-button-background-focus [transparent] - The combo clear button background color when the combo is focused.
27
26
  /// @prop {Map} clear-button-foreground [contrast-color: ('gray', 100)] - The combo toggle clear foreground color.
28
27
  /// @prop {Map} clear-button-foreground-focus [contrast-color: ('gray', 100)] - The combo clear button foreground color when the combo is focused.
29
28
  /// @prop {Map} case-icon-color [color: ('gray', 400)] - The case sensitive icon color in inactive state for combo search input
@@ -72,8 +71,7 @@ $light-combo: (
72
71
  toggle-button-background-focus: (
73
72
  color: (
74
73
  'gray',
75
- 400,
76
- 0.3,
74
+ 300,
77
75
  ),
78
76
  ),
79
77
  toggle-button-foreground: (
@@ -95,7 +93,6 @@ $light-combo: (
95
93
  ),
96
94
  ),
97
95
  clear-button-background: transparent,
98
- clear-button-background-focus: transparent,
99
96
  clear-button-foreground: (
100
97
  contrast-color: (
101
98
  'gray',
@@ -117,12 +114,38 @@ $light-combo: (
117
114
  toggle-button-foreground-disabled: (
118
115
  color: (
119
116
  'gray',
120
- 500,
117
+ 400,
121
118
  ),
122
119
  ),
123
120
  default-size: 2,
124
121
  );
125
122
 
123
+ /// Generates a material combo schema.
124
+ /// @type {Map}
125
+ /// @prop {Map} toggle-button-background-focus [color: ('gray', 400, .3)] - The combo toggle button background color when the combo is focused.
126
+ /// @prop {Color} clear-button-background-focus [transparent] - The combo clear button background color when the combo is focused.
127
+ /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 500)] - The combo toggle button foreground color when the combo is disabled.
128
+ /// @requires {Map} $light-combo
129
+ $material-combo: extend(
130
+ $light-combo,
131
+ (
132
+ toggle-button-background-focus: (
133
+ color: (
134
+ 'gray',
135
+ 400,
136
+ 0.3,
137
+ ),
138
+ ),
139
+ clear-button-background-focus: transparent,
140
+ toggle-button-foreground-disabled: (
141
+ color: (
142
+ 'gray',
143
+ 500,
144
+ ),
145
+ ),
146
+ )
147
+ );
148
+
126
149
  /// Generates a fluent combo schema.
127
150
  /// @type {Map}
128
151
  /// @prop {Map} toggle-button-background [color: ('gray', 100)] - The combo toggle button background color.
@@ -131,7 +154,6 @@ $light-combo: (
131
154
  /// @prop {Color} clear-button-background-focus [color: ('gray', 100)] - The combo clear button background color when the combo is focused.
132
155
  /// @prop {Map} toggle-button-foreground-filled [color: ('gray', 700)] - The combo toggle button foreground color when the combo is focused.
133
156
  /// @prop {Map} toggle-button-background-disabled [color: ('gray', 100)] - The combo toggle button background color when the combo is disabled.
134
- /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The combo toggle button foreground color when the combo is disabled.
135
157
  /// @requires {Map} $light-combo
136
158
  $fluent-combo: extend(
137
159
  $light-combo,
@@ -172,12 +194,6 @@ $fluent-combo: extend(
172
194
  100,
173
195
  ),
174
196
  ),
175
- toggle-button-foreground-disabled: (
176
- color: (
177
- 'gray',
178
- 400,
179
- ),
180
- ),
181
197
  )
182
198
  );
183
199
 
@@ -192,8 +208,6 @@ $fluent-combo: extend(
192
208
  /// @prop {Map} clear-button-background-focus [color: ('gray', 300)] - The combo clear button background color when the combo is focused.
193
209
  /// @prop {Map} clear-button-foreground [color: ('gray', 800)] - The combo toggle clear foreground color.
194
210
  /// @prop {Map} clear-button-foreground-focus [color: ('gray', 800)] - The combo clear button foreground color when the combo is focused.
195
- /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The combo toggle button foreground color when the combo is disabled.
196
- /// @prop {Map} toggle-button-background-focus [color: ('gray', 300)] - The combo toggle button background color when the combo is focused.
197
211
  /// @requires {Map} $light-combo
198
212
  $bootstrap-combo: extend(
199
213
  $light-combo,
@@ -245,7 +259,7 @@ $bootstrap-combo: extend(
245
259
  800,
246
260
  ),
247
261
  ),
248
- toggle-button-foreground--focus: (
262
+ toggle-button-foreground-focus: (
249
263
  color: (
250
264
  'gray',
251
265
  800,
@@ -257,18 +271,6 @@ $bootstrap-combo: extend(
257
271
  800,
258
272
  ),
259
273
  ),
260
- toggle-button-background-focus: (
261
- color: (
262
- 'gray',
263
- 300,
264
- ),
265
- ),
266
- toggle-button-foreground-disabled: (
267
- color: (
268
- 'gray',
269
- 400,
270
- ),
271
- ),
272
274
  )
273
275
  );
274
276
 
@@ -279,7 +281,6 @@ $bootstrap-combo: extend(
279
281
  /// @prop {Map} clear-button-foreground-focus [color: ('gray', 600)] - The combo clear button foreground color when the combo is focused.
280
282
  /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 300)] - The combo toggle button foreground color when the combo is disabled.
281
283
  /// @prop {Color} toggle-button-background-disabled [transparent] - The combo toggle button background color when the combo is disabled.
282
- /// @prop {Color} toggle-button-background-focus [transparent] - The combo toggle button background color when the combo is focused.
283
284
  /// @requires {Map} $light-combo
284
285
  $indigo-combo: extend(
285
286
  $light-combo,
@@ -291,12 +292,6 @@ $indigo-combo: extend(
291
292
  600,
292
293
  ),
293
294
  ),
294
- toggle-button-background-focus: (
295
- color: (
296
- 'gray',
297
- 300,
298
- ),
299
- ),
300
295
  clear-button-foreground-focus: (
301
296
  color: (
302
297
  'gray',
@@ -19,6 +19,11 @@ $light-date-range-picker: (
19
19
  ),
20
20
  );
21
21
 
22
+ /// Generates a material date-range-picker schema.
23
+ /// @type {Map}
24
+ /// @requires {Map} $light-date-range-picker
25
+ $material-date-range-picker: $light-date-range-picker;
26
+
22
27
  /// Generates a fluent date-range-picker schema.
23
28
  /// @type {Map}
24
29
  /// @requires {Map} $light-date-range-picker
@@ -61,6 +61,11 @@ $light-dialog: extend(
61
61
  )
62
62
  );
63
63
 
64
+ /// Generates a material dialog schema.
65
+ /// @type {Map}
66
+ /// @requires {Map} $light-dialog
67
+ $material-dialog: $light-dialog;
68
+
64
69
  /// Generates a fluent dialog schema.
65
70
  /// @type {Map}
66
71
  /// @prop {Map} backdrop [color: ('gray', 900, .4)] - The dialog backdrop color.
@@ -21,6 +21,11 @@ $light-divider: (
21
21
  inset: 0,
22
22
  );
23
23
 
24
+ /// Generates a material divider schema.
25
+ /// @type {Map}
26
+ /// @requires {Map} $light-divider
27
+ $material-divider: $light-divider;
28
+
24
29
  /// Generates a fluent divider schema.
25
30
  /// @type {Map}
26
31
  /// @requires {Map} $light-divider