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.
- package/json/typography/presets/typescales.json +1 -1
- package/package.json +1 -1
- package/sass/themes/schemas/components/dark/_action-strip.scss +3 -3
- package/sass/themes/schemas/components/dark/_avatar.scss +3 -3
- package/sass/themes/schemas/components/dark/_badge.scss +3 -3
- package/sass/themes/schemas/components/dark/_banner.scss +3 -3
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +8 -17
- package/sass/themes/schemas/components/dark/_button-group.scss +3 -3
- package/sass/themes/schemas/components/dark/_button.scss +224 -146
- package/sass/themes/schemas/components/dark/_calendar.scss +4 -4
- package/sass/themes/schemas/components/dark/_card.scss +4 -4
- package/sass/themes/schemas/components/dark/_carousel.scss +3 -3
- package/sass/themes/schemas/components/dark/_checkbox.scss +3 -3
- package/sass/themes/schemas/components/dark/_chip.scss +6 -6
- package/sass/themes/schemas/components/dark/_column-actions.scss +6 -6
- package/sass/themes/schemas/components/dark/_combo.scss +3 -3
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +3 -3
- package/sass/themes/schemas/components/dark/_dialog.scss +3 -3
- package/sass/themes/schemas/components/dark/_divider.scss +3 -3
- package/sass/themes/schemas/components/dark/_dock-manager.scss +6 -0
- package/sass/themes/schemas/components/dark/_drop-down.scss +3 -3
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-summary.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid.scss +4 -20
- package/sass/themes/schemas/components/dark/_highlight.scss +6 -0
- package/sass/themes/schemas/components/dark/_icon-button.scss +125 -24
- package/sass/themes/schemas/components/dark/_icon.scss +6 -6
- package/sass/themes/schemas/components/dark/_index.scss +53 -53
- package/sass/themes/schemas/components/dark/_input-group.scss +9 -15
- package/sass/themes/schemas/components/dark/_label.scss +3 -3
- package/sass/themes/schemas/components/dark/_list.scss +8 -9
- package/sass/themes/schemas/components/dark/_navbar.scss +3 -3
- package/sass/themes/schemas/components/dark/_navdrawer.scss +6 -3
- package/sass/themes/schemas/components/dark/_overlay.scss +3 -3
- package/sass/themes/schemas/components/dark/_pagination.scss +6 -6
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +6 -5
- package/sass/themes/schemas/components/dark/_progress.scss +14 -10
- package/sass/themes/schemas/components/dark/_query-builder.scss +7 -7
- package/sass/themes/schemas/components/dark/_radio.scss +26 -36
- package/sass/themes/schemas/components/dark/_rating.scss +3 -3
- package/sass/themes/schemas/components/dark/_ripple.scss +3 -3
- package/sass/themes/schemas/components/dark/_scrollbar.scss +4 -5
- package/sass/themes/schemas/components/dark/_select.scss +3 -3
- package/sass/themes/schemas/components/dark/_slider.scss +3 -3
- package/sass/themes/schemas/components/dark/_snackbar.scss +3 -3
- package/sass/themes/schemas/components/dark/_splitter.scss +2 -2
- package/sass/themes/schemas/components/dark/_stepper.scss +4 -4
- package/sass/themes/schemas/components/dark/_switch.scss +5 -14
- package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
- package/sass/themes/schemas/components/dark/_time-picker.scss +3 -3
- package/sass/themes/schemas/components/dark/_toast.scss +6 -4
- package/sass/themes/schemas/components/dark/_tooltip.scss +3 -4
- package/sass/themes/schemas/components/dark/_tree.scss +6 -33
- package/sass/themes/schemas/components/dark/_watermark.scss +16 -26
- package/sass/themes/schemas/components/elevation/_button.scss +2 -2
- package/sass/themes/schemas/components/light/_action-strip.scss +9 -0
- package/sass/themes/schemas/components/light/_avatar.scss +5 -3
- package/sass/themes/schemas/components/light/_badge.scss +5 -0
- package/sass/themes/schemas/components/light/_banner.scss +5 -0
- package/sass/themes/schemas/components/light/_bottom-nav.scss +5 -0
- package/sass/themes/schemas/components/light/_button-group.scss +52 -49
- package/sass/themes/schemas/components/light/_button.scss +425 -430
- package/sass/themes/schemas/components/light/_calendar.scss +66 -56
- package/sass/themes/schemas/components/light/_card.scss +18 -33
- package/sass/themes/schemas/components/light/_carousel.scss +7 -0
- package/sass/themes/schemas/components/light/_checkbox.scss +37 -53
- package/sass/themes/schemas/components/light/_chip.scss +63 -77
- package/sass/themes/schemas/components/light/_column-actions.scss +5 -0
- package/sass/themes/schemas/components/light/_combo.scss +31 -36
- package/sass/themes/schemas/components/light/_date-range-picker.scss +5 -0
- package/sass/themes/schemas/components/light/_dialog.scss +5 -0
- package/sass/themes/schemas/components/light/_divider.scss +5 -0
- package/sass/themes/schemas/components/light/_dock-manager.scss +68 -97
- package/sass/themes/schemas/components/light/_drop-down.scss +68 -89
- package/sass/themes/schemas/components/light/_expansion-panel.scss +5 -0
- package/sass/themes/schemas/components/light/_grid-filtering.scss +6 -9
- package/sass/themes/schemas/components/light/_grid-summary.scss +5 -0
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +5 -0
- package/sass/themes/schemas/components/light/_grid.scss +98 -171
- package/sass/themes/schemas/components/light/_highlight.scss +5 -0
- package/sass/themes/schemas/components/light/_icon-button.scss +132 -53
- package/sass/themes/schemas/components/light/_icon.scss +5 -0
- package/sass/themes/schemas/components/light/_index.scss +53 -53
- package/sass/themes/schemas/components/light/_input-group.scss +35 -116
- package/sass/themes/schemas/components/light/_label.scss +9 -11
- package/sass/themes/schemas/components/light/_list.scss +6 -1
- package/sass/themes/schemas/components/light/_navbar.scss +6 -1
- package/sass/themes/schemas/components/light/_navdrawer.scss +6 -1
- package/sass/themes/schemas/components/light/_overlay.scss +6 -1
- package/sass/themes/schemas/components/light/_pagination.scss +7 -2
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +6 -1
- package/sass/themes/schemas/components/light/_progress.scss +14 -42
- package/sass/themes/schemas/components/light/_query-builder.scss +10 -11
- package/sass/themes/schemas/components/light/_radio.scss +57 -67
- package/sass/themes/schemas/components/light/_rating.scss +22 -42
- package/sass/themes/schemas/components/light/_ripple.scss +6 -1
- package/sass/themes/schemas/components/light/_scrollbar.scss +6 -12
- package/sass/themes/schemas/components/light/_select.scss +20 -18
- package/sass/themes/schemas/components/light/_slider.scss +65 -68
- package/sass/themes/schemas/components/light/_snackbar.scss +6 -6
- package/sass/themes/schemas/components/light/_splitter.scss +6 -2
- package/sass/themes/schemas/components/light/_stepper.scss +74 -141
- package/sass/themes/schemas/components/light/_switch.scss +101 -141
- package/sass/themes/schemas/components/light/_tabs.scss +19 -36
- package/sass/themes/schemas/components/light/_time-picker.scss +11 -4
- package/sass/themes/schemas/components/light/_toast.scss +6 -1
- package/sass/themes/schemas/components/light/_tooltip.scss +6 -1
- package/sass/themes/schemas/components/light/_tree.scss +49 -73
- package/sass/themes/schemas/components/light/_watermark.scss +6 -1
- package/sass/typography/presets/_fluent.scss +1 -1
- package/sass/utils/_map.scss +40 -0
|
@@ -14,19 +14,17 @@
|
|
|
14
14
|
/// @prop {Color} background-color [null] - Sets the base dock manager color as well as the pane headers and tabs background colors.
|
|
15
15
|
/// @prop {Color} border-color [color: ('surface')] - Sets the global border color in the dock manager. Also sets the pane content background and the context menu active background colors.
|
|
16
16
|
/// @prop {Color} button-text [color: ('gray', 800)] - Sets the button text color.
|
|
17
|
-
/// @prop {Color} context-menu-background-active [
|
|
17
|
+
/// @prop {Color} context-menu-background-active [color: 'primary'] - Sets the background color for active context menus.
|
|
18
18
|
/// @prop {Color} context-menu-background [null] - Sets the background color for context menus.
|
|
19
|
-
/// @prop {Color} context-menu-color-active [contrast-color: 'surface'] - Sets the text color for active context menus.
|
|
20
|
-
/// @prop {Color} context-menu-color [null] - Sets the text color for context menus.
|
|
21
19
|
/// @prop {Color} dock-background [null] - Sets the background color of the dock manager.
|
|
22
20
|
/// @prop {Color} dock-text [null] - Sets the text color of the dock manager.
|
|
23
21
|
/// @prop {Color} drop-shadow-background [color: ('primary', 500, .2)] - Sets the drop-shadow background color.
|
|
24
22
|
/// @prop {Color} floating-pane-border-color [color: 'surface'] - Sets the border color for floating panes.
|
|
25
23
|
/// @prop {Color} flyout-shadow-color [color: ('gray', 900, .8)] - Sets the flyout shadow color.
|
|
26
24
|
/// @prop {Color} joystick-background [null] - Sets the background color of the joystick.
|
|
27
|
-
/// @prop {Color} joystick-background-active [
|
|
25
|
+
/// @prop {Color} joystick-background-active [color: 'primary'] - Sets the background color of the joysticks.
|
|
28
26
|
/// @prop {Color} joystick-border-color [color: ('gray', 300)] - Sets the border color of the joystick.
|
|
29
|
-
/// @prop {Color} joystick-icon-color [color:
|
|
27
|
+
/// @prop {Color} joystick-icon-color [color: 'primary'] - Sets the color for the joystick icons.
|
|
30
28
|
/// @prop {Color} joystick-icon-color-active [contrast-color: 'surface'] - Sets the color of the active joystick icons.
|
|
31
29
|
/// @prop {Color} pane-content-background [color: ('surface')] - Sets the background color of the content panes.
|
|
32
30
|
/// @prop {Color} pane-content-text [null] - Sets the text color of the content panes.
|
|
@@ -35,13 +33,12 @@
|
|
|
35
33
|
/// @prop {Color} pinned-header-background [null] - Sets the background colors of pinned headers.
|
|
36
34
|
/// @prop {Color} pinned-header-text [null] - Sets the text colors of pinned headers.
|
|
37
35
|
/// @prop {Color} splitter-background [color: ('gray', 300)] - Sets the background color for the splitters.
|
|
38
|
-
/// @prop {Color} splitter-handle [
|
|
36
|
+
/// @prop {Color} splitter-handle [color: ('gray', 400)] - Sets the background color for the splitter handles.
|
|
39
37
|
/// @prop {Color} tab-background-active [color: ('primary', 100)] - Sets the background color for active tabs.
|
|
40
|
-
/// @prop {Color} tab-background [
|
|
38
|
+
/// @prop {Color} tab-background [color: 'surface'] - Sets the background color for tabs.
|
|
41
39
|
/// @prop {Color} tab-border-color [null] - Sets the border color for tabs.
|
|
42
40
|
/// @prop {Color} tab-border-color-active [null] - Sets the border color for active tabs.
|
|
43
|
-
/// @prop {Color} tab-text [
|
|
44
|
-
/// @prop {Color} tab-text-active [null] - Sets the text color for active tabs.
|
|
41
|
+
/// @prop {Color} tab-text [color: ('gray', 700)] - Sets the text color for tabs.
|
|
45
42
|
/// @prop {Color} text-color [color: ('gray', 800)] - Sets the text color for most elements in the dock manager. Used as the default joystick icon color.
|
|
46
43
|
$light-dock-manager: (
|
|
47
44
|
accent-color: null,
|
|
@@ -70,15 +67,11 @@ $light-dock-manager: (
|
|
|
70
67
|
),
|
|
71
68
|
),
|
|
72
69
|
|
|
73
|
-
context-menu-background-active:
|
|
74
|
-
|
|
75
|
-
context-menu-background: null,
|
|
76
|
-
|
|
77
|
-
context-menu-color-active: (
|
|
78
|
-
contrast-color: 'surface',
|
|
70
|
+
context-menu-background-active: (
|
|
71
|
+
color: 'primary',
|
|
79
72
|
),
|
|
80
73
|
|
|
81
|
-
context-menu-
|
|
74
|
+
context-menu-background: null,
|
|
82
75
|
|
|
83
76
|
dock-background: (
|
|
84
77
|
color: (
|
|
@@ -109,7 +102,9 @@ $light-dock-manager: (
|
|
|
109
102
|
),
|
|
110
103
|
),
|
|
111
104
|
|
|
112
|
-
joystick-background-active:
|
|
105
|
+
joystick-background-active: (
|
|
106
|
+
color: 'primary',
|
|
107
|
+
),
|
|
113
108
|
|
|
114
109
|
joystick-background: null,
|
|
115
110
|
|
|
@@ -121,10 +116,7 @@ $light-dock-manager: (
|
|
|
121
116
|
),
|
|
122
117
|
|
|
123
118
|
joystick-icon-color: (
|
|
124
|
-
color:
|
|
125
|
-
'gray',
|
|
126
|
-
600,
|
|
127
|
-
),
|
|
119
|
+
color: 'primary',
|
|
128
120
|
),
|
|
129
121
|
|
|
130
122
|
joystick-icon-color-active: (
|
|
@@ -164,7 +156,12 @@ $light-dock-manager: (
|
|
|
164
156
|
),
|
|
165
157
|
),
|
|
166
158
|
|
|
167
|
-
splitter-handle:
|
|
159
|
+
splitter-handle: (
|
|
160
|
+
color: (
|
|
161
|
+
'gray',
|
|
162
|
+
400,
|
|
163
|
+
),
|
|
164
|
+
),
|
|
168
165
|
|
|
169
166
|
tab-background-active: (
|
|
170
167
|
color: (
|
|
@@ -172,11 +169,19 @@ $light-dock-manager: (
|
|
|
172
169
|
),
|
|
173
170
|
),
|
|
174
171
|
|
|
175
|
-
tab-background:
|
|
172
|
+
tab-background: (
|
|
173
|
+
color: 'surface',
|
|
174
|
+
),
|
|
175
|
+
|
|
176
176
|
tab-border-color-active: null,
|
|
177
177
|
tab-border-color: null,
|
|
178
|
-
|
|
179
|
-
tab-text:
|
|
178
|
+
|
|
179
|
+
tab-text: (
|
|
180
|
+
color: (
|
|
181
|
+
'gray',
|
|
182
|
+
700,
|
|
183
|
+
),
|
|
184
|
+
),
|
|
180
185
|
|
|
181
186
|
text-color: (
|
|
182
187
|
color: (
|
|
@@ -186,6 +191,44 @@ $light-dock-manager: (
|
|
|
186
191
|
),
|
|
187
192
|
);
|
|
188
193
|
|
|
194
|
+
/// Generates a material dock-manager schema.
|
|
195
|
+
/// @type {Map}
|
|
196
|
+
/// @prop {Color} context-menu-background-active [null] - Sets the background color for active context menus.
|
|
197
|
+
/// @prop {Color} context-menu-color-active [contrast-color: 'surface'] - Sets the text color for active context menus.
|
|
198
|
+
/// @prop {Color} context-menu-color [null] - Sets the text color for context menus.
|
|
199
|
+
/// @prop {Color} joystick-background-active [null] - Sets the background color of the joysticks.
|
|
200
|
+
/// @prop {Color} joystick-icon-color [color: ('gray', 600)] - Sets the color for the joystick icons.
|
|
201
|
+
/// @prop {Color} splitter-handle [null] - Sets the background color for the splitter handles.
|
|
202
|
+
/// @prop {Color} tab-background [null] - Sets the background color for tabs.
|
|
203
|
+
/// @prop {Color} tab-text [null] - Sets the text color for tabs.
|
|
204
|
+
/// @prop {Color} tab-text-active [null] - Sets the text color for active tabs.
|
|
205
|
+
/// @requires {Map} $light-dock-manager
|
|
206
|
+
$material-dock-manager: extend(
|
|
207
|
+
$light-dock-manager,
|
|
208
|
+
(
|
|
209
|
+
context-menu-background-active: null,
|
|
210
|
+
|
|
211
|
+
context-menu-color-active: (
|
|
212
|
+
contrast-color: 'surface',
|
|
213
|
+
),
|
|
214
|
+
|
|
215
|
+
context-menu-color: null,
|
|
216
|
+
joystick-background-active: null,
|
|
217
|
+
|
|
218
|
+
joystick-icon-color: (
|
|
219
|
+
color: (
|
|
220
|
+
'gray',
|
|
221
|
+
600,
|
|
222
|
+
),
|
|
223
|
+
),
|
|
224
|
+
|
|
225
|
+
splitter-handle: null,
|
|
226
|
+
tab-background: null,
|
|
227
|
+
tab-text: null,
|
|
228
|
+
tab-text-active: null,
|
|
229
|
+
)
|
|
230
|
+
);
|
|
231
|
+
|
|
189
232
|
/// Generates a fluent dock-manager schema.
|
|
190
233
|
/// @type {Map}
|
|
191
234
|
/// @prop {Color} context-menu-background-active [color: ('gray', 200)] - Sets the background color for active context menus.
|
|
@@ -198,12 +241,9 @@ $light-dock-manager: (
|
|
|
198
241
|
/// @prop {Color} joystick-icon-color-active [color: ('gray', 800)] - Sets the color of the active joystick icons.
|
|
199
242
|
/// @prop {Color} pane-header-background [color: ('gray', 100)] - Sets the background color for pane headers.
|
|
200
243
|
/// @prop {Color} splitter-background [color: ('gray', 100) - Sets the background color for the splitters.
|
|
201
|
-
/// @prop {Color} splitter-handle [color: ('gray', 400)] - Sets the background color for the splitter handles.
|
|
202
|
-
/// @prop {Color} tab-background [color: 'surface'] - Sets the background color for tabs.
|
|
203
244
|
/// @prop {Color} tab-border-color [color: 'surface'] - Sets the border color for tabs.
|
|
204
245
|
/// @prop {Color} tab-border-color-active [color: 'surface'] - Sets the border color for active tabs.
|
|
205
246
|
/// @prop {Color} tab-text-active [color: 'primary'] - Sets the text color for active tabs.
|
|
206
|
-
/// @prop {Color} tab-text [color: ('gray', 700)] - Sets the text color for tabs.
|
|
207
247
|
/// @requires {Map} $light-dock-manager
|
|
208
248
|
$fluent-dock-manager: extend(
|
|
209
249
|
$light-dock-manager,
|
|
@@ -278,17 +318,6 @@ $fluent-dock-manager: extend(
|
|
|
278
318
|
),
|
|
279
319
|
),
|
|
280
320
|
|
|
281
|
-
splitter-handle: (
|
|
282
|
-
color: (
|
|
283
|
-
'gray',
|
|
284
|
-
400,
|
|
285
|
-
),
|
|
286
|
-
),
|
|
287
|
-
|
|
288
|
-
tab-background: (
|
|
289
|
-
color: 'surface',
|
|
290
|
-
),
|
|
291
|
-
|
|
292
321
|
tab-border-color-active: (
|
|
293
322
|
color: 'surface',
|
|
294
323
|
),
|
|
@@ -300,13 +329,6 @@ $fluent-dock-manager: extend(
|
|
|
300
329
|
tab-text-active: (
|
|
301
330
|
color: 'primary',
|
|
302
331
|
),
|
|
303
|
-
|
|
304
|
-
tab-text: (
|
|
305
|
-
color: (
|
|
306
|
-
'gray',
|
|
307
|
-
700,
|
|
308
|
-
),
|
|
309
|
-
),
|
|
310
332
|
)
|
|
311
333
|
);
|
|
312
334
|
|
|
@@ -314,18 +336,13 @@ $fluent-dock-manager: extend(
|
|
|
314
336
|
/// @type {Map}
|
|
315
337
|
/// @prop {Color} button-text [color: 'primary'] - Sets the button text color.
|
|
316
338
|
/// @prop {Color} context-menu-background [color: 'surface'] - Sets the background color for context menus.
|
|
317
|
-
/// @prop {Color} context-menu-background-active [color: 'primary'] - Sets the background color for active context menus.
|
|
318
339
|
/// @prop {Color} context-menu-color-active [color: 'surface'] - Sets the text color for active context menus.
|
|
319
340
|
/// @prop {Color} context-menu-color [color: 'primary'] - Sets the text color for context menus.
|
|
320
341
|
/// @prop {Color} dock-background [color: ('gray', 100)] - Sets the background color of the dock manager.
|
|
321
342
|
/// @prop {Color} floating-pane-border-color [color: ('gray', 300)] - Sets the border color for floating panes.
|
|
322
|
-
/// @prop {Color} joystick-background-active [color: 'primary'] - Sets the background color of the joysticks.
|
|
323
|
-
/// @prop {Color} joystick-icon-color [color: 'primary'] - Sets the color for the joystick icons.
|
|
324
343
|
/// @prop {Color} pane-header-background [color: ('gray', 100)] - Sets the background color for pane headers.
|
|
325
344
|
/// @prop {Color} pinned-header-background [color: ('gray', 100)] - Sets the background colors of pinned headers.
|
|
326
345
|
/// @prop {Color} splitter-background [color: ('gray', 200)] - Sets the background color for the splitters.
|
|
327
|
-
/// @prop {Color} splitter-handle [color: ('gray', 400)] - Sets the background color for the splitter handles.
|
|
328
|
-
/// @prop {Color} tab-background [color: 'surface'] - Sets the background color for tabs.
|
|
329
346
|
/// @prop {Color} tab-border-color-active [color: ('gray', 300)] - Sets the border color for active tabs.
|
|
330
347
|
/// @prop {Color} tab-border-color [color: 'surface'] - Sets the border color for tabs.
|
|
331
348
|
/// @prop {Color} tab-text-active [color: ('gray', 800)] - Sets the text color for active tabs.
|
|
@@ -342,10 +359,6 @@ $bootstrap-dock-manager: extend(
|
|
|
342
359
|
color: 'surface',
|
|
343
360
|
),
|
|
344
361
|
|
|
345
|
-
context-menu-background-active: (
|
|
346
|
-
color: 'primary',
|
|
347
|
-
),
|
|
348
|
-
|
|
349
362
|
context-menu-color-active: (
|
|
350
363
|
color: 'surface',
|
|
351
364
|
),
|
|
@@ -368,14 +381,6 @@ $bootstrap-dock-manager: extend(
|
|
|
368
381
|
),
|
|
369
382
|
),
|
|
370
383
|
|
|
371
|
-
joystick-background-active: (
|
|
372
|
-
color: 'primary',
|
|
373
|
-
),
|
|
374
|
-
|
|
375
|
-
joystick-icon-color: (
|
|
376
|
-
color: 'primary',
|
|
377
|
-
),
|
|
378
|
-
|
|
379
384
|
pane-header-background: (
|
|
380
385
|
color: (
|
|
381
386
|
'gray',
|
|
@@ -397,17 +402,6 @@ $bootstrap-dock-manager: extend(
|
|
|
397
402
|
),
|
|
398
403
|
),
|
|
399
404
|
|
|
400
|
-
splitter-handle: (
|
|
401
|
-
color: (
|
|
402
|
-
'gray',
|
|
403
|
-
400,
|
|
404
|
-
),
|
|
405
|
-
),
|
|
406
|
-
|
|
407
|
-
tab-background: (
|
|
408
|
-
color: 'surface',
|
|
409
|
-
),
|
|
410
|
-
|
|
411
405
|
tab-border-color-active: (
|
|
412
406
|
color: (
|
|
413
407
|
'gray',
|
|
@@ -436,19 +430,15 @@ $bootstrap-dock-manager: extend(
|
|
|
436
430
|
/// @type Map
|
|
437
431
|
/// @prop {Color} background-color [color: ('gray', 100)] - Sets the base dock manager color as well as the pane headers and tabs background colors.
|
|
438
432
|
/// @prop {Color} button-text [color: 'primary'] - Sets the button text color.
|
|
439
|
-
/// @prop {Color} context-menu-background-active [color: 'primary'] - Sets the background color for active context menus.
|
|
440
433
|
/// @prop {Color} context-menu-color-active [contrast-color: 'primary'] - Sets the text color for active context menus.
|
|
441
434
|
/// @prop {Color} context-menu-color [color: ('gray', 700)] - Sets the text color for context menus.
|
|
442
435
|
/// @prop {Color} joystick-background [color: ('primary', 50)] - Sets the background color of the joysticks.
|
|
443
|
-
/// @prop {Color} joystick-background-active [color: 'primary'] - Sets the background color of the joysticks.
|
|
444
436
|
/// @prop {Color} joystick-border-color [color: ('primary', 50)] - Sets the border color of the joystick.
|
|
445
|
-
/// @prop {Color} joystick-icon-color [color: 'primary'] - Sets the color for the joystick icons.
|
|
446
437
|
/// @prop {Color} joystick-icon-color-active [contrast-color: 'primary'] - Sets the color of the active joystick icons.
|
|
447
438
|
/// @prop {Color} pinned-header-background [color: ('gray', 100)] - Sets the background colors of pinned headers.
|
|
448
439
|
/// @prop {Color} splitter-handle [color: 'surface'] - Sets the background color for the splitter handles.
|
|
449
440
|
/// @prop {Color} tab-background [color: ('gray', 100)] - Sets the background color for tabs.
|
|
450
441
|
/// @prop {Color} tab-text-active [color: ('gray', 900)] - Sets the text color for active tabs.
|
|
451
|
-
/// @prop {Color} tab-text [color: ('gray', 700)] - Sets the text color for tabs.
|
|
452
442
|
/// @prop {Color} text-color [color: ('gray', 900)] - Sets the text color for most elements in the dock manager. Used as the default joystick icon color.
|
|
453
443
|
/// @requires {Map} $light-dock-manager
|
|
454
444
|
$indigo-dock-manager: extend(
|
|
@@ -465,10 +455,6 @@ $indigo-dock-manager: extend(
|
|
|
465
455
|
color: 'primary',
|
|
466
456
|
),
|
|
467
457
|
|
|
468
|
-
context-menu-background-active: (
|
|
469
|
-
color: 'primary',
|
|
470
|
-
),
|
|
471
|
-
|
|
472
458
|
context-menu-color-active: (
|
|
473
459
|
contrast-color: 'primary',
|
|
474
460
|
),
|
|
@@ -487,10 +473,6 @@ $indigo-dock-manager: extend(
|
|
|
487
473
|
),
|
|
488
474
|
),
|
|
489
475
|
|
|
490
|
-
joystick-background-active: (
|
|
491
|
-
color: 'primary',
|
|
492
|
-
),
|
|
493
|
-
|
|
494
476
|
joystick-border-color: (
|
|
495
477
|
color: (
|
|
496
478
|
'primary',
|
|
@@ -498,10 +480,6 @@ $indigo-dock-manager: extend(
|
|
|
498
480
|
),
|
|
499
481
|
),
|
|
500
482
|
|
|
501
|
-
joystick-icon-color: (
|
|
502
|
-
color: 'primary',
|
|
503
|
-
),
|
|
504
|
-
|
|
505
483
|
joystick-icon-color-active: (
|
|
506
484
|
contrast-color: 'primary',
|
|
507
485
|
),
|
|
@@ -531,13 +509,6 @@ $indigo-dock-manager: extend(
|
|
|
531
509
|
),
|
|
532
510
|
),
|
|
533
511
|
|
|
534
|
-
tab-text: (
|
|
535
|
-
color: (
|
|
536
|
-
'gray',
|
|
537
|
-
700,
|
|
538
|
-
),
|
|
539
|
-
),
|
|
540
|
-
|
|
541
512
|
text-color: (
|
|
542
513
|
color: (
|
|
543
514
|
'gray',
|
|
@@ -16,15 +16,8 @@
|
|
|
16
16
|
/// @prop {Map} header-text-color [color: ('secondary', 500)] - The drop-down header text color.
|
|
17
17
|
/// @prop {Map} item-text-color [color: ('gray', 800)] - The drop-down text color.
|
|
18
18
|
/// @prop {Map} hover-item-text-color [color: ('gray', 800)] - The drop-down hover text color.
|
|
19
|
-
/// @prop {Map} hover-item-background [color: ('gray', 100, .8)] - The drop-down hover item background color.
|
|
20
|
-
/// @prop {Map} focused-item-background [color: ('gray', 100, .8)] - The drop-down focused item background color.
|
|
21
19
|
/// @prop {Map} focused-item-text-color [color: ('gray', 800)] - The drop-down focused item text color.
|
|
22
|
-
/// @prop {Map} selected-item-background [color: ('
|
|
23
|
-
/// @prop {Map} selected-item-text-color [contrast-color: ('secondary', 100)] - The drop-down selected item text color.
|
|
24
|
-
/// @prop {Map} selected-hover-item-background [color: ('secondary', 200)] - The drop-down selected item hover background color.
|
|
25
|
-
/// @prop {Map} selected-hover-item-text-color [contrast-color: ('secondary', 200)] - The drop-down selected item hover text color.
|
|
26
|
-
/// @prop {Map} selected-focus-item-background [color: ('secondary', 200)] - The drop-down selected item focus background color.
|
|
27
|
-
/// @prop {Map} selected-focus-item-text-color [contrast-color: ('secondary', 200)] - The drop-down selected item focus text color.
|
|
20
|
+
/// @prop {Map} selected-item-background [color: ('primary', 500)] - The drop-down selected item background color.
|
|
28
21
|
/// @prop {Color} disabled-item-background [transparent] - The drop-down disabled item background color.
|
|
29
22
|
/// @prop {Map} disabled-item-text-color [color: ('gray', 400)] - The drop-down disabled item text color.
|
|
30
23
|
/// @prop {Number} elevation [8] - The elevation level, between 0-24, to be used for the drop-down shadow.
|
|
@@ -59,24 +52,85 @@ $light-drop-down: extend(
|
|
|
59
52
|
800,
|
|
60
53
|
),
|
|
61
54
|
),
|
|
62
|
-
|
|
55
|
+
focused-item-text-color: (
|
|
63
56
|
color: (
|
|
64
57
|
'gray',
|
|
65
|
-
|
|
66
|
-
0.8,
|
|
58
|
+
800,
|
|
67
59
|
),
|
|
68
60
|
),
|
|
69
|
-
|
|
61
|
+
selected-item-background: (
|
|
62
|
+
color: (
|
|
63
|
+
'primary',
|
|
64
|
+
500,
|
|
65
|
+
),
|
|
66
|
+
),
|
|
67
|
+
disabled-item-background: transparent,
|
|
68
|
+
disabled-item-text-color: (
|
|
69
|
+
color: (
|
|
70
|
+
'gray',
|
|
71
|
+
400,
|
|
72
|
+
),
|
|
73
|
+
),
|
|
74
|
+
border-color: (
|
|
75
|
+
color: (
|
|
76
|
+
'gray',
|
|
77
|
+
300,
|
|
78
|
+
),
|
|
79
|
+
),
|
|
80
|
+
border-width: 0,
|
|
81
|
+
border-radius: (
|
|
82
|
+
border-radius: (
|
|
83
|
+
rem(4px),
|
|
84
|
+
rem(0),
|
|
85
|
+
rem(20px),
|
|
86
|
+
),
|
|
87
|
+
),
|
|
88
|
+
item-border-radius: (
|
|
89
|
+
border-radius: (
|
|
90
|
+
rem(0),
|
|
91
|
+
rem(0),
|
|
92
|
+
rem(20px),
|
|
93
|
+
),
|
|
94
|
+
),
|
|
95
|
+
size: (
|
|
96
|
+
sizable: (
|
|
97
|
+
rem(28px),
|
|
98
|
+
rem(32px),
|
|
99
|
+
rem(40px),
|
|
100
|
+
),
|
|
101
|
+
),
|
|
102
|
+
default-size: 2,
|
|
103
|
+
)
|
|
104
|
+
);
|
|
105
|
+
|
|
106
|
+
/// Generates a material drop-down schema.
|
|
107
|
+
/// @type {Map}
|
|
108
|
+
/// @prop {Map} hover-item-background [color: ('gray', 100, .8)] - The drop-down hover item background color.
|
|
109
|
+
/// @prop {Map} focused-item-background [color: ('gray', 100, .8)] - The drop-down focused item background color.
|
|
110
|
+
/// @prop {Map} selected-item-background [color: ('secondary', 100)] - The drop-down selected item background color.
|
|
111
|
+
/// @prop {Map} selected-item-text-color [contrast-color: ('secondary', 100)] - The drop-down selected item text color.
|
|
112
|
+
/// @prop {Map} selected-hover-item-background [color: ('secondary', 200)] - The drop-down selected item hover background color.
|
|
113
|
+
/// @prop {Map} selected-hover-item-text-color [contrast-color: ('secondary', 200)] - The drop-down selected item hover text color.
|
|
114
|
+
/// @prop {Map} selected-focus-item-background [color: ('secondary', 200)] - The drop-down selected item focus background color.
|
|
115
|
+
/// @prop {Map} selected-focus-item-text-color [contrast-color: ('secondary', 200)] - The drop-down selected item focus text color.
|
|
116
|
+
/// @requires {Map} $light-drop-down
|
|
117
|
+
/// @requires {Map} $default-elevation-drop-down
|
|
118
|
+
$material-drop-down: extend(
|
|
119
|
+
$light-drop-down,
|
|
120
|
+
$default-elevation-drop-down,
|
|
121
|
+
(
|
|
122
|
+
hover-item-background: (
|
|
70
123
|
color: (
|
|
71
124
|
'gray',
|
|
72
125
|
100,
|
|
73
126
|
0.8,
|
|
74
127
|
),
|
|
75
128
|
),
|
|
76
|
-
focused-item-
|
|
129
|
+
focused-item-background: (
|
|
77
130
|
color: (
|
|
78
131
|
'gray',
|
|
79
|
-
|
|
132
|
+
100,
|
|
133
|
+
0.8,
|
|
80
134
|
),
|
|
81
135
|
),
|
|
82
136
|
selected-item-background: (
|
|
@@ -115,54 +169,11 @@ $light-drop-down: extend(
|
|
|
115
169
|
200,
|
|
116
170
|
),
|
|
117
171
|
),
|
|
118
|
-
disabled-item-background: (
|
|
119
|
-
color: (
|
|
120
|
-
'gray',
|
|
121
|
-
50,
|
|
122
|
-
0,
|
|
123
|
-
),
|
|
124
|
-
),
|
|
125
|
-
disabled-item-text-color: (
|
|
126
|
-
color: (
|
|
127
|
-
'gray',
|
|
128
|
-
400,
|
|
129
|
-
),
|
|
130
|
-
),
|
|
131
|
-
border-color: (
|
|
132
|
-
color: (
|
|
133
|
-
'gray',
|
|
134
|
-
300,
|
|
135
|
-
),
|
|
136
|
-
),
|
|
137
|
-
border-width: 0,
|
|
138
|
-
border-radius: (
|
|
139
|
-
border-radius: (
|
|
140
|
-
rem(4px),
|
|
141
|
-
rem(0),
|
|
142
|
-
rem(20px),
|
|
143
|
-
),
|
|
144
|
-
),
|
|
145
|
-
item-border-radius: (
|
|
146
|
-
border-radius: (
|
|
147
|
-
rem(0),
|
|
148
|
-
rem(0),
|
|
149
|
-
rem(20px),
|
|
150
|
-
),
|
|
151
|
-
),
|
|
152
|
-
size: (
|
|
153
|
-
sizable: (
|
|
154
|
-
rem(28px),
|
|
155
|
-
rem(32px),
|
|
156
|
-
rem(40px),
|
|
157
|
-
),
|
|
158
|
-
),
|
|
159
|
-
default-size: 2,
|
|
160
172
|
)
|
|
161
173
|
);
|
|
162
174
|
|
|
163
175
|
/// Generates a fluent drop-down schema.
|
|
164
176
|
/// @type {Map}
|
|
165
|
-
/// @prop {Map} hover-item-text-color [color: ('gray', 800)] - The drop-down hover text color.
|
|
166
177
|
/// @prop {Map} hover-item-background [color: ('gray', 100)] - The drop-down hover item background color.
|
|
167
178
|
/// @prop {Map} focused-item-background [color: 'surface'] - The drop-down focused item background color.
|
|
168
179
|
/// @prop {Map} focused-item-text-color [color: ('gray', 800)] - The drop-down focused item text color.
|
|
@@ -182,12 +193,6 @@ $fluent-drop-down: extend(
|
|
|
182
193
|
$light-drop-down,
|
|
183
194
|
$fluent-elevation-drop-down,
|
|
184
195
|
(
|
|
185
|
-
hover-item-text-color: (
|
|
186
|
-
color: (
|
|
187
|
-
'gray',
|
|
188
|
-
800,
|
|
189
|
-
),
|
|
190
|
-
),
|
|
191
196
|
hover-item-background: (
|
|
192
197
|
color: (
|
|
193
198
|
'gray',
|
|
@@ -199,12 +204,6 @@ $fluent-drop-down: extend(
|
|
|
199
204
|
'surface',
|
|
200
205
|
),
|
|
201
206
|
),
|
|
202
|
-
focused-item-text-color: (
|
|
203
|
-
color: (
|
|
204
|
-
'gray',
|
|
205
|
-
800,
|
|
206
|
-
),
|
|
207
|
-
),
|
|
208
207
|
selected-item-background: (
|
|
209
208
|
color: (
|
|
210
209
|
'gray',
|
|
@@ -268,7 +267,6 @@ $fluent-drop-down: extend(
|
|
|
268
267
|
/// @prop {Map} header-text-color [color: ('gray', 700)] - The drop-down header text color.
|
|
269
268
|
/// @prop {Map} hover-item-background [color: ('gray', 200)] - The drop-down hover item background color.
|
|
270
269
|
/// @prop {Map} focused-item-background [color: ('gray', 200)] - The drop-down focused item background color.
|
|
271
|
-
/// @prop {Map} selected-item-background [color: ('primary', 500)] - The drop-down selected item background color.
|
|
272
270
|
/// @prop {Map} selected-item-text-color [contrast-color('primary', 600)] - The drop-down selected item text color.
|
|
273
271
|
/// @prop {Map} selected-hover-item-background [color: ('primary', 600)] - The drop-down selected item hover background color.
|
|
274
272
|
/// @prop {Map} selected-hover-item-text-color [contrast-color('primary', 600)] - The drop-down selected item hover text color.
|
|
@@ -300,12 +298,6 @@ $bootstrap-drop-down: extend(
|
|
|
300
298
|
200,
|
|
301
299
|
),
|
|
302
300
|
),
|
|
303
|
-
selected-item-background: (
|
|
304
|
-
color: (
|
|
305
|
-
'primary',
|
|
306
|
-
500,
|
|
307
|
-
),
|
|
308
|
-
),
|
|
309
301
|
selected-item-text-color: (
|
|
310
302
|
contrast-color: (
|
|
311
303
|
'primary',
|
|
@@ -337,12 +329,6 @@ $bootstrap-drop-down: extend(
|
|
|
337
329
|
),
|
|
338
330
|
),
|
|
339
331
|
border-width: 1px,
|
|
340
|
-
disabled-item-text-color: (
|
|
341
|
-
color: (
|
|
342
|
-
'gray',
|
|
343
|
-
400,
|
|
344
|
-
),
|
|
345
|
-
),
|
|
346
332
|
)
|
|
347
333
|
);
|
|
348
334
|
|
|
@@ -352,7 +338,6 @@ $bootstrap-drop-down: extend(
|
|
|
352
338
|
/// @prop {Map} item-text-color [color: ('gray', 700)] - The drop-down text color.
|
|
353
339
|
/// @prop {Map} hover-item-background [color: ('primary', 500, .15)] - The drop-down hover item background color.
|
|
354
340
|
/// @prop {Map} focused-item-background [color: ('primary', 500, .15)] - The drop-down focused item background color.
|
|
355
|
-
/// @prop {Map} selected-item-background [color: ('primary', 500)] - The drop-down selected item background color.
|
|
356
341
|
/// @prop {Map} selected-item-text-color [contrast-color: ('primary', 500)] - The drop-down selected item text color.
|
|
357
342
|
/// @prop {Map} selected-hover-item-background [color: ('primary', 400)] - The drop-down selected item hover background color.
|
|
358
343
|
/// @prop {Map} selected-hover-item-text-color [contrast-color: ('primary', 400)] - The drop-down selected item hover text color.
|
|
@@ -393,12 +378,6 @@ $indigo-drop-down: extend(
|
|
|
393
378
|
0.15,
|
|
394
379
|
),
|
|
395
380
|
),
|
|
396
|
-
selected-item-background: (
|
|
397
|
-
color: (
|
|
398
|
-
'primary',
|
|
399
|
-
500,
|
|
400
|
-
),
|
|
401
|
-
),
|
|
402
381
|
selected-item-text-color: (
|
|
403
382
|
contrast-color: (
|
|
404
383
|
'primary',
|
|
@@ -82,6 +82,11 @@ $light-expansion-panel: (
|
|
|
82
82
|
),
|
|
83
83
|
);
|
|
84
84
|
|
|
85
|
+
/// Generates a material expansion panel schema.
|
|
86
|
+
/// @type {Map}
|
|
87
|
+
/// @requires {Map} $light-expansion-panel
|
|
88
|
+
$material-expansion-panel: $light-expansion-panel;
|
|
89
|
+
|
|
85
90
|
/// Generates a fluent expansion panel schema.
|
|
86
91
|
/// @type {Map}
|
|
87
92
|
/// @prop {Map} body-color [color: ('gray', 700)] - The panel body text color.
|
|
@@ -81,18 +81,15 @@ $light-grid-filtering: (
|
|
|
81
81
|
),
|
|
82
82
|
);
|
|
83
83
|
|
|
84
|
+
/// Generates a material grid-filtering schema.
|
|
85
|
+
/// @type {Map}
|
|
86
|
+
/// @requires {Map} $light-grid-filtering
|
|
87
|
+
$material-grid-filtering: $light-grid-filtering;
|
|
88
|
+
|
|
84
89
|
/// Generates a fluent grid-filtering schema.
|
|
85
90
|
/// @type {Map}
|
|
86
|
-
/// @prop {Map} menu-background [color: 'surface'] - The idle menu background color.
|
|
87
91
|
/// @requires {Map} $light-grid-filtering
|
|
88
|
-
$fluent-grid-filtering:
|
|
89
|
-
$light-grid-filtering,
|
|
90
|
-
(
|
|
91
|
-
menu-background: (
|
|
92
|
-
color: 'surface',
|
|
93
|
-
),
|
|
94
|
-
)
|
|
95
|
-
);
|
|
92
|
+
$fluent-grid-filtering: $light-grid-filtering;
|
|
96
93
|
|
|
97
94
|
/// Generates a bootstrap grid-filtering schema.
|
|
98
95
|
/// @type {Map}
|
|
@@ -61,6 +61,11 @@ $light-grid-summary: (
|
|
|
61
61
|
),
|
|
62
62
|
);
|
|
63
63
|
|
|
64
|
+
/// Generates a material grid-summary schema.
|
|
65
|
+
/// @type {Map}
|
|
66
|
+
/// @requires {Map} $light-grid-summary
|
|
67
|
+
$material-grid-summary: $light-grid-summary;
|
|
68
|
+
|
|
64
69
|
/// Generates a fluent grid-summary schema.
|
|
65
70
|
/// @type {Map}
|
|
66
71
|
/// @prop {Map} background-color [color: ('surface')] - The summaries background color is inherited from the grid footer.
|
|
@@ -83,6 +83,11 @@ $light-grid-toolbar: (
|
|
|
83
83
|
),
|
|
84
84
|
);
|
|
85
85
|
|
|
86
|
+
/// Generates a material grid-toolbar schema.
|
|
87
|
+
/// @type {Map}
|
|
88
|
+
/// @requires {Map} $light-grid-toolbar
|
|
89
|
+
$material-grid-toolbar: $light-grid-toolbar;
|
|
90
|
+
|
|
86
91
|
/// Generates a fluent grid-toolbar schema.
|
|
87
92
|
/// @type {Map}
|
|
88
93
|
/// @prop {Map} background-color [color: 'surface'] - The toolbar background color.
|