igniteui-theming 1.4.5 → 1.4.6

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 (94) hide show
  1. package/package.json +1 -1
  2. package/sass/themes/schemas/components/dark/_action-strip.scss +50 -0
  3. package/sass/themes/schemas/components/dark/_badge.scss +39 -0
  4. package/sass/themes/schemas/components/dark/_banner.scss +54 -0
  5. package/sass/themes/schemas/components/dark/_bottom-nav.scss +61 -0
  6. package/sass/themes/schemas/components/dark/_button-group.scss +190 -0
  7. package/sass/themes/schemas/components/dark/_calendar.scss +338 -0
  8. package/sass/themes/schemas/components/dark/_card.scss +71 -0
  9. package/sass/themes/schemas/components/dark/_carousel.scss +127 -0
  10. package/sass/themes/schemas/components/dark/_checkbox.scss +1 -6
  11. package/sass/themes/schemas/components/dark/_chip.scss +111 -0
  12. package/sass/themes/schemas/components/dark/_column-actions.scss +28 -0
  13. package/sass/themes/schemas/components/dark/_date-range-picker.scss +28 -0
  14. package/sass/themes/schemas/components/dark/_dialog.scss +55 -0
  15. package/sass/themes/schemas/components/dark/_divider.scss +43 -0
  16. package/sass/themes/schemas/components/dark/_dock-manager.scss +349 -0
  17. package/sass/themes/schemas/components/dark/_expansion-panel.scss +87 -0
  18. package/sass/themes/schemas/components/dark/_grid-filtering.scss +28 -0
  19. package/sass/themes/schemas/components/dark/_grid-summary.scss +83 -0
  20. package/sass/themes/schemas/components/dark/_grid-toolbar.scss +36 -0
  21. package/sass/themes/schemas/components/dark/_grid.scss +684 -0
  22. package/sass/themes/schemas/components/dark/_highlight.scss +72 -0
  23. package/sass/themes/schemas/components/dark/_index.scss +214 -30
  24. package/sass/themes/schemas/components/dark/_list.scss +116 -0
  25. package/sass/themes/schemas/components/dark/_navdrawer.scss +142 -0
  26. package/sass/themes/schemas/components/dark/_overlay.scss +34 -0
  27. package/sass/themes/schemas/components/dark/_pagination.scss +44 -0
  28. package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +27 -0
  29. package/sass/themes/schemas/components/dark/_progress.scss +107 -0
  30. package/sass/themes/schemas/components/dark/_query-builder.scss +35 -0
  31. package/sass/themes/schemas/components/dark/_radio.scss +1 -6
  32. package/sass/themes/schemas/components/dark/_ripple.scss +28 -0
  33. package/sass/themes/schemas/components/dark/_scrollbar.scss +69 -0
  34. package/sass/themes/schemas/components/dark/_snackbar.scss +55 -0
  35. package/sass/themes/schemas/components/dark/_splitter.scss +68 -0
  36. package/sass/themes/schemas/components/dark/_stepper.scss +186 -0
  37. package/sass/themes/schemas/components/dark/_switch.scss +0 -1
  38. package/sass/themes/schemas/components/dark/_time-picker.scss +54 -0
  39. package/sass/themes/schemas/components/dark/_toast.scss +67 -0
  40. package/sass/themes/schemas/components/dark/_tooltip.scss +44 -0
  41. package/sass/themes/schemas/components/dark/_watermark.scss +48 -0
  42. package/sass/themes/schemas/components/elevation/_badge.scss +17 -0
  43. package/sass/themes/schemas/components/elevation/_bottom-nav.scss +23 -0
  44. package/sass/themes/schemas/components/elevation/_button-group.scss +29 -0
  45. package/sass/themes/schemas/components/elevation/_card.scss +37 -0
  46. package/sass/themes/schemas/components/elevation/_carousel.scss +29 -0
  47. package/sass/themes/schemas/components/elevation/_chip.scss +29 -0
  48. package/sass/themes/schemas/components/elevation/_dialog.scss +17 -0
  49. package/sass/themes/schemas/components/elevation/_grid.scss +21 -0
  50. package/sass/themes/schemas/components/elevation/_navdrawer.scss +17 -0
  51. package/sass/themes/schemas/components/elevation/_snackbar.scss +17 -0
  52. package/sass/themes/schemas/components/elevation/_time-picker.scss +13 -0
  53. package/sass/themes/schemas/components/elevation/_toast.scss +17 -0
  54. package/sass/themes/schemas/components/light/_action-strip.scss +89 -0
  55. package/sass/themes/schemas/components/light/_avatar.scss +1 -1
  56. package/sass/themes/schemas/components/light/_badge.scss +82 -0
  57. package/sass/themes/schemas/components/light/_banner.scss +96 -0
  58. package/sass/themes/schemas/components/light/_bottom-nav.scss +61 -0
  59. package/sass/themes/schemas/components/light/_button-group.scss +426 -0
  60. package/sass/themes/schemas/components/light/_calendar.scss +908 -0
  61. package/sass/themes/schemas/components/light/_card.scss +207 -0
  62. package/sass/themes/schemas/components/light/_carousel.scss +195 -0
  63. package/sass/themes/schemas/components/light/_chip.scss +538 -0
  64. package/sass/themes/schemas/components/light/_column-actions.scss +42 -0
  65. package/sass/themes/schemas/components/light/_date-range-picker.scss +35 -0
  66. package/sass/themes/schemas/components/light/_dialog.scss +102 -0
  67. package/sass/themes/schemas/components/light/_divider.scss +33 -0
  68. package/sass/themes/schemas/components/light/_dock-manager.scss +548 -0
  69. package/sass/themes/schemas/components/light/_expansion-panel.scss +172 -0
  70. package/sass/themes/schemas/components/light/_grid-filtering.scss +105 -0
  71. package/sass/themes/schemas/components/light/_grid-summary.scss +138 -0
  72. package/sass/themes/schemas/components/light/_grid-toolbar.scss +117 -0
  73. package/sass/themes/schemas/components/light/_grid.scss +1330 -0
  74. package/sass/themes/schemas/components/light/_highlight.scss +86 -0
  75. package/sass/themes/schemas/components/light/_icon.scss +4 -14
  76. package/sass/themes/schemas/components/light/_index.scss +214 -30
  77. package/sass/themes/schemas/components/light/_list.scss +321 -0
  78. package/sass/themes/schemas/components/light/_navdrawer.scss +214 -0
  79. package/sass/themes/schemas/components/light/_overlay.scss +42 -0
  80. package/sass/themes/schemas/components/light/_pagination.scss +97 -0
  81. package/sass/themes/schemas/components/light/_pivot-data-selector.scss +38 -0
  82. package/sass/themes/schemas/components/light/_progress.scss +208 -0
  83. package/sass/themes/schemas/components/light/_query-builder.scss +138 -0
  84. package/sass/themes/schemas/components/light/_ripple.scss +36 -0
  85. package/sass/themes/schemas/components/light/_scrollbar.scss +79 -0
  86. package/sass/themes/schemas/components/light/_slider.scss +0 -4
  87. package/sass/themes/schemas/components/light/_snackbar.scss +131 -0
  88. package/sass/themes/schemas/components/light/_splitter.scss +99 -0
  89. package/sass/themes/schemas/components/light/_stepper.scss +695 -0
  90. package/sass/themes/schemas/components/light/_switch.scss +0 -5
  91. package/sass/themes/schemas/components/light/_time-picker.scss +210 -0
  92. package/sass/themes/schemas/components/light/_toast.scss +89 -0
  93. package/sass/themes/schemas/components/light/_tooltip.scss +96 -0
  94. package/sass/themes/schemas/components/light/_watermark.scss +77 -0
@@ -0,0 +1,102 @@
1
+ @use '../../../../utils/map' as *;
2
+ @use '../../../../typography/functions' as *;
3
+ @use '../elevation/dialog' as *;
4
+
5
+ ////
6
+ /// @package theming
7
+ /// @group schemas
8
+ /// @access public
9
+ ////
10
+
11
+ /// Generates a light dialog schema.
12
+ /// @type {Map}
13
+ /// @prop {Map} background [color: 'surface'] - The dialog background color.
14
+ /// @prop {Map} title-color [color: ('gray', 900)] - The dialog title text color.
15
+ /// @prop {Map} message-color [color: ('gray', 600)] - The dialog message text color.
16
+ /// @prop {Color} border-color [transparent] - The border color for dialog component.
17
+ /// @prop {Number} elevation [24] - The elevation level, between 0-24, to be used for the dialog.
18
+ /// @prop {Number} border-radius [4px] - The border radius used for dialog. Can be a fraction between 0 and 1, pixels, or percent.
19
+ /// @requires {Map} $default-elevation-dialog
20
+ $light-dialog: extend(
21
+ $default-elevation-dialog,
22
+ (
23
+ background: (
24
+ color: 'surface',
25
+ ),
26
+
27
+ title-color: (
28
+ color: (
29
+ 'gray',
30
+ 900,
31
+ ),
32
+ ),
33
+
34
+ message-color: (
35
+ color: (
36
+ 'gray',
37
+ 600,
38
+ ),
39
+ ),
40
+
41
+ border-color: transparent,
42
+
43
+ border-radius: rem(4px),
44
+ )
45
+ );
46
+
47
+ /// Generates a fluent dialog schema.
48
+ /// @type {Map}
49
+ /// @prop {Number} border-radius [2px] - The border radius used for dialog. Can be a fraction between 0 and 1, pixels, or percent.
50
+ /// @prop {Map} message-color [color: ('gray', 700)] - The dialog message text color.
51
+ /// @requires {Map} $light-dialog
52
+ $fluent-dialog: extend(
53
+ $light-dialog,
54
+ (
55
+ border-radius: rem(2px),
56
+ message-color: (
57
+ color: (
58
+ 'gray',
59
+ 700,
60
+ ),
61
+ ),
62
+ )
63
+ );
64
+
65
+ /// Generates a bootstrap dialog schema.
66
+ /// @type {Map}
67
+ /// @prop {Map} border-color [color: ('gray', 300)] - The border color for dialog component.
68
+ /// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the dialog.
69
+ /// @prop {Number} border-radius [4px] - The border radius used for dialog. Can be a fraction between 0 and 1, pixels, or percent.
70
+ /// @requires {Map} $light-dialog
71
+ /// @requires {Map} $bootstrap-elevation-dialog
72
+ $bootstrap-dialog: extend(
73
+ $light-dialog,
74
+ $bootstrap-elevation-dialog,
75
+ (
76
+ border-color: (
77
+ color: (
78
+ 'gray',
79
+ 300,
80
+ ),
81
+ ),
82
+ )
83
+ );
84
+
85
+ /// Generates an indigo dialog schema.
86
+ /// @type {Map}
87
+ /// @prop {Map} message-color [color: ('gray', 700)] - The dialog message text color.
88
+ /// @prop {Number} border-radius [2px] - The border radius used for dialog. Can be a fraction between 0 and 1, pixels, or percent.
89
+ /// @requires {Map} $light-dialog
90
+ $indigo-dialog: extend(
91
+ $light-dialog,
92
+ (
93
+ message-color: (
94
+ color: (
95
+ 'gray',
96
+ 700,
97
+ ),
98
+ ),
99
+
100
+ border-radius: rem(2px),
101
+ )
102
+ );
@@ -0,0 +1,33 @@
1
+ @use '../../../../utils/map' as *;
2
+ @use '../../../../typography/functions' as *;
3
+
4
+ ////
5
+ /// @package theming
6
+ /// @group schemas
7
+ /// @access public
8
+ ////
9
+
10
+ /// Generates a light divider schema.
11
+ /// @type {Map}
12
+ /// @prop {Map} color [color: ('gray', 300)] - The color used for the divider.
13
+ $light-divider: (
14
+ color: (
15
+ color: (
16
+ 'gray',
17
+ 300,
18
+ ),
19
+ ),
20
+ );
21
+
22
+ /// Generates a fluent divider schema.
23
+ /// @type {Map}
24
+ /// @requires {Map} $light-divider
25
+ $fluent-divider: $light-divider;
26
+
27
+ /// Generates a bootstrap divider schema.
28
+ /// @type {Map}
29
+ $bootstrap-divider: $light-divider;
30
+
31
+ /// Generates an indigo divider schema.
32
+ /// @type {Map}
33
+ $indigo-divider: $light-divider;
@@ -0,0 +1,548 @@
1
+ @use '../../../../utils/map' as *;
2
+ @use '../../../../typography/functions' as *;
3
+
4
+ ////
5
+ /// @package theming
6
+ /// @group schemas
7
+ /// @access public
8
+ ////
9
+
10
+ /// Generates a light dock-manager schema.
11
+ /// @type {Map}
12
+ /// @prop {Color} accent-color [null] - Sets the pinned header background color, the joystick background and border colors, as well as the context menu background color.
13
+ /// @prop {Color} active-color [color: 'primary'] - Sets the active text and border colors for tabs, panes, and menus.
14
+ /// @prop {Color} background-color [null] - Sets the base dock manager color as well as the pane headers and tabs background colors.
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
+ /// @prop {Color} button-text [color: ('gray', 800)] - Sets the button text color.
17
+ /// @prop {Color} context-menu-background-active [null] - Sets the background color for active context menus.
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
+ /// @prop {Color} dock-background [null] - Sets the background color of the dock manager.
22
+ /// @prop {Color} dock-text [null] - Sets the text color of the dock manager.
23
+ /// @prop {Color} drop-shadow-background [color: ('primary', 500, .2)] - Sets the drop-shadow background color.
24
+ /// @prop {Color} floating-pane-border-color [color: 'surface'] - Sets the border color for floating panes.
25
+ /// @prop {Color} flyout-shadow-color [color: ('gray', 900, .8)] - Sets the flyout shadow color.
26
+ /// @prop {Color} joystick-background [null] - Sets the background color of the joystick.
27
+ /// @prop {Color} joystick-background-active [null] - Sets the background color of the joysticks.
28
+ /// @prop {Color} joystick-border-color [color: ('gray', 300)] - Sets the border color of the joystick.
29
+ /// @prop {Color} joystick-icon-color [color: ('gray', 600)] - Sets the color for the joystick icons.
30
+ /// @prop {Color} joystick-icon-color-active [contrast-color: 'surface'] - Sets the color of the active joystick icons.
31
+ /// @prop {Color} pane-content-background [color: ('surface')] - Sets the background color of the content panes.
32
+ /// @prop {Color} pane-content-text [null] - Sets the text color of the content panes.
33
+ /// @prop {Color} pane-header-background [null] - Sets the background color for pane headers.
34
+ /// @prop {Color} pane-header-text [null] - Sets the text color for pane headers.
35
+ /// @prop {Color} pinned-header-background [null] - Sets the background colors of pinned headers.
36
+ /// @prop {Color} pinned-header-text [null] - Sets the text colors of pinned headers.
37
+ /// @prop {Color} splitter-background [color: ('gray', 300)] - Sets the background color for the splitters.
38
+ /// @prop {Color} splitter-handle [null] - Sets the background color for the splitter handles.
39
+ /// @prop {Color} tab-background-active [color: ('primary', 100)] - Sets the background color for active tabs.
40
+ /// @prop {Color} tab-background [null] - Sets the background color for tabs.
41
+ /// @prop {Color} tab-border-color [null] - Sets the border color for tabs.
42
+ /// @prop {Color} tab-border-color-active [null] - Sets the border color for active tabs.
43
+ /// @prop {Color} tab-text [null] - Sets the text color for tabs.
44
+ /// @prop {Color} tab-text-active [null] - Sets the text color for active tabs.
45
+ /// @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
+ $light-dock-manager: (
47
+ accent-color: null,
48
+
49
+ active-color: (
50
+ color: primary,
51
+ ),
52
+
53
+ background-color: (
54
+ color: (
55
+ 'gray',
56
+ 200,
57
+ ),
58
+ ),
59
+
60
+ border-color: (
61
+ color: (
62
+ 'surface',
63
+ ),
64
+ ),
65
+
66
+ button-text: (
67
+ color: (
68
+ 'gray',
69
+ 800,
70
+ ),
71
+ ),
72
+
73
+ context-menu-background-active: null,
74
+
75
+ context-menu-background: null,
76
+
77
+ context-menu-color-active: (
78
+ contrast-color: 'surface',
79
+ ),
80
+
81
+ context-menu-color: null,
82
+
83
+ dock-background: (
84
+ color: (
85
+ 'gray',
86
+ 50,
87
+ ),
88
+ ),
89
+
90
+ dock-text: null,
91
+
92
+ drop-shadow-background: (
93
+ color: (
94
+ 'primary',
95
+ 900,
96
+ 0.1,
97
+ ),
98
+ ),
99
+
100
+ floating-pane-border-color: (
101
+ color: 'surface',
102
+ ),
103
+
104
+ flyout-shadow-color: (
105
+ color: (
106
+ 'gray',
107
+ 900,
108
+ 0.1,
109
+ ),
110
+ ),
111
+
112
+ joystick-background-active: null,
113
+
114
+ joystick-background: null,
115
+
116
+ joystick-border-color: (
117
+ color: (
118
+ 'gray',
119
+ 300,
120
+ ),
121
+ ),
122
+
123
+ joystick-icon-color: (
124
+ color: (
125
+ 'gray',
126
+ 600,
127
+ ),
128
+ ),
129
+
130
+ joystick-icon-color-active: (
131
+ contrast-color: 'surface',
132
+ ),
133
+
134
+ pane-content-background: (
135
+ color: (
136
+ 'surface',
137
+ ),
138
+ ),
139
+
140
+ pane-content-text: null,
141
+
142
+ pane-header-background: (
143
+ color: (
144
+ 'gray',
145
+ 200,
146
+ ),
147
+ ),
148
+
149
+ pane-header-text: null,
150
+
151
+ pinned-header-background: (
152
+ color: (
153
+ 'gray',
154
+ 50,
155
+ ),
156
+ ),
157
+
158
+ pinned-header-text: null,
159
+
160
+ splitter-background: (
161
+ color: (
162
+ 'gray',
163
+ 300,
164
+ ),
165
+ ),
166
+
167
+ splitter-handle: null,
168
+
169
+ tab-background-active: (
170
+ color: (
171
+ 'surface',
172
+ ),
173
+ ),
174
+
175
+ tab-background: null,
176
+ tab-border-color-active: null,
177
+ tab-border-color: null,
178
+ tab-text-active: null,
179
+ tab-text: null,
180
+
181
+ text-color: (
182
+ color: (
183
+ 'gray',
184
+ 800,
185
+ ),
186
+ ),
187
+ );
188
+
189
+ /// Generates a fluent dock-manager schema.
190
+ /// @type {Map}
191
+ /// @prop {Color} context-menu-background-active [color: ('gray', 200)] - Sets the background color for active context menus.
192
+ /// @prop {Color} context-menu-color-active [color: ('gray', 800)] - Sets the text color for active context menus.
193
+ /// @prop {Color} context-menu-color [color: ('gray', 800)] - Sets the text color for active context menus.
194
+ /// @prop {Color} floating-pane-border-color [color: ('gray', 400)] - Sets the border color for floating panes.
195
+ /// @prop {Color} joystick-background-active [color: ('gray', 200)] - Sets the background color of the joysticks.
196
+ /// @prop {Color} joystick-border-color [color: ('gray', 400)] - Sets the border color of the joystick.
197
+ /// @prop {Color} joystick-icon-color [color: ('gray', 800)] - Sets the color for the joystick icons.
198
+ /// @prop {Color} joystick-icon-color-active [color: ('gray', 800)] - Sets the color of the active joystick icons.
199
+ /// @prop {Color} pane-header-background [color: ('gray', 100)] - Sets the background color for pane headers.
200
+ /// @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
+ /// @prop {Color} tab-border-color [color: 'surface'] - Sets the border color for tabs.
204
+ /// @prop {Color} tab-border-color-active [color: 'surface'] - Sets the border color for active tabs.
205
+ /// @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
+ /// @requires {Map} $light-dock-manager
208
+ $fluent-dock-manager: extend(
209
+ $light-dock-manager,
210
+ (
211
+ context-menu-background-active: (
212
+ color: (
213
+ 'gray',
214
+ 200,
215
+ ),
216
+ ),
217
+
218
+ context-menu-color-active: (
219
+ color: (
220
+ 'gray',
221
+ 800,
222
+ ),
223
+ ),
224
+
225
+ context-menu-color: (
226
+ color: (
227
+ 'gray',
228
+ 800,
229
+ ),
230
+ ),
231
+
232
+ floating-pane-border-color: (
233
+ color: (
234
+ 'gray',
235
+ 400,
236
+ ),
237
+ ),
238
+
239
+ joystick-background-active: (
240
+ color: (
241
+ 'gray',
242
+ 200,
243
+ ),
244
+ ),
245
+
246
+ joystick-border-color: (
247
+ color: (
248
+ 'gray',
249
+ 400,
250
+ ),
251
+ ),
252
+
253
+ joystick-icon-color: (
254
+ color: (
255
+ 'gray',
256
+ 800,
257
+ ),
258
+ ),
259
+
260
+ joystick-icon-color-active: (
261
+ color: (
262
+ 'gray',
263
+ 800,
264
+ ),
265
+ ),
266
+
267
+ pane-header-background: (
268
+ color: (
269
+ 'gray',
270
+ 100,
271
+ ),
272
+ ),
273
+
274
+ splitter-background: (
275
+ color: (
276
+ 'gray',
277
+ 100,
278
+ ),
279
+ ),
280
+
281
+ splitter-handle: (
282
+ color: (
283
+ 'gray',
284
+ 400,
285
+ ),
286
+ ),
287
+
288
+ tab-background: (
289
+ color: 'surface',
290
+ ),
291
+
292
+ tab-border-color-active: (
293
+ color: 'surface',
294
+ ),
295
+
296
+ tab-border-color: (
297
+ color: 'surface',
298
+ ),
299
+
300
+ tab-text-active: (
301
+ color: 'primary',
302
+ ),
303
+
304
+ tab-text: (
305
+ color: (
306
+ 'gray',
307
+ 700,
308
+ ),
309
+ ),
310
+ )
311
+ );
312
+
313
+ /// Generates a bootstrap dock-manager schema.
314
+ /// @type {Map}
315
+ /// @prop {Color} button-text [color: 'primary'] - Sets the button text color.
316
+ /// @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
+ /// @prop {Color} context-menu-color-active [color: 'surface'] - Sets the text color for active context menus.
319
+ /// @prop {Color} context-menu-color [color: 'primary'] - Sets the text color for context menus.
320
+ /// @prop {Color} dock-background [color: ('gray', 100)] - Sets the background color of the dock manager.
321
+ /// @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
+ /// @prop {Color} pane-header-background [color: ('gray', 100)] - Sets the background color for pane headers.
325
+ /// @prop {Color} pinned-header-background [color: ('gray', 100)] - Sets the background colors of pinned headers.
326
+ /// @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
+ /// @prop {Color} tab-border-color-active [color: ('gray', 300)] - Sets the border color for active tabs.
330
+ /// @prop {Color} tab-border-color [color: 'surface'] - Sets the border color for tabs.
331
+ /// @prop {Color} tab-text-active [color: ('gray', 800)] - Sets the text color for active tabs.
332
+ /// @prop {Color} tab-text [color: 'primary'] - Sets the text color for tabs.
333
+ /// @requires {Map} $light-dock-manager
334
+ $bootstrap-dock-manager: extend(
335
+ $light-dock-manager,
336
+ (
337
+ button-text: (
338
+ color: 'primary',
339
+ ),
340
+
341
+ context-menu-background: (
342
+ color: 'surface',
343
+ ),
344
+
345
+ context-menu-background-active: (
346
+ color: 'primary',
347
+ ),
348
+
349
+ context-menu-color-active: (
350
+ color: 'surface',
351
+ ),
352
+
353
+ context-menu-color: (
354
+ color: 'primary',
355
+ ),
356
+
357
+ dock-background: (
358
+ color: (
359
+ 'gray',
360
+ 100,
361
+ ),
362
+ ),
363
+
364
+ floating-pane-border-color: (
365
+ color: (
366
+ 'gray',
367
+ 300,
368
+ ),
369
+ ),
370
+
371
+ joystick-background-active: (
372
+ color: 'primary',
373
+ ),
374
+
375
+ joystick-icon-color: (
376
+ color: 'primary',
377
+ ),
378
+
379
+ pane-header-background: (
380
+ color: (
381
+ 'gray',
382
+ 100,
383
+ ),
384
+ ),
385
+
386
+ pinned-header-background: (
387
+ color: (
388
+ 'gray',
389
+ 100,
390
+ ),
391
+ ),
392
+
393
+ splitter-background: (
394
+ color: (
395
+ 'gray',
396
+ 200,
397
+ ),
398
+ ),
399
+
400
+ splitter-handle: (
401
+ color: (
402
+ 'gray',
403
+ 400,
404
+ ),
405
+ ),
406
+
407
+ tab-background: (
408
+ color: 'surface',
409
+ ),
410
+
411
+ tab-border-color-active: (
412
+ color: (
413
+ 'gray',
414
+ 300,
415
+ ),
416
+ ),
417
+
418
+ tab-border-color: (
419
+ color: 'surface',
420
+ ),
421
+
422
+ tab-text-active: (
423
+ color: (
424
+ 'gray',
425
+ 800,
426
+ ),
427
+ ),
428
+
429
+ tab-text: (
430
+ color: 'primary',
431
+ ),
432
+ )
433
+ );
434
+
435
+ /// Generates a light indigo dock-manager schema.
436
+ /// @type Map
437
+ /// @prop {Color} background-color [color: ('gray', 100)] - Sets the base dock manager color as well as the pane headers and tabs background colors.
438
+ /// @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
+ /// @prop {Color} context-menu-color-active [contrast-color: 'primary'] - Sets the text color for active context menus.
441
+ /// @prop {Color} context-menu-color [color: ('gray', 700)] - Sets the text color for context menus.
442
+ /// @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
+ /// @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
+ /// @prop {Color} joystick-icon-color-active [contrast-color: 'primary'] - Sets the color of the active joystick icons.
447
+ /// @prop {Color} pinned-header-background [color: ('gray', 100)] - Sets the background colors of pinned headers.
448
+ /// @prop {Color} splitter-handle [color: 'surface'] - Sets the background color for the splitter handles.
449
+ /// @prop {Color} tab-background [color: ('gray', 100)] - Sets the background color for tabs.
450
+ /// @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
+ /// @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
+ /// @requires {Map} $light-dock-manager
454
+ $indigo-dock-manager: extend(
455
+ $light-dock-manager,
456
+ (
457
+ background-color: (
458
+ color: (
459
+ 'gray',
460
+ 100,
461
+ ),
462
+ ),
463
+
464
+ button-text: (
465
+ color: 'primary',
466
+ ),
467
+
468
+ context-menu-background-active: (
469
+ color: 'primary',
470
+ ),
471
+
472
+ context-menu-color-active: (
473
+ contrast-color: 'primary',
474
+ ),
475
+
476
+ context-menu-color: (
477
+ color: (
478
+ 'gray',
479
+ 700,
480
+ ),
481
+ ),
482
+
483
+ joystick-background: (
484
+ color: (
485
+ 'primary',
486
+ 50,
487
+ ),
488
+ ),
489
+
490
+ joystick-background-active: (
491
+ color: 'primary',
492
+ ),
493
+
494
+ joystick-border-color: (
495
+ color: (
496
+ 'primary',
497
+ 50,
498
+ ),
499
+ ),
500
+
501
+ joystick-icon-color: (
502
+ color: 'primary',
503
+ ),
504
+
505
+ joystick-icon-color-active: (
506
+ contrast-color: 'primary',
507
+ ),
508
+
509
+ pinned-header-background: (
510
+ color: (
511
+ 'gray',
512
+ 100,
513
+ ),
514
+ ),
515
+
516
+ splitter-handle: (
517
+ color: 'surface',
518
+ ),
519
+
520
+ tab-background: (
521
+ color: (
522
+ 'gray',
523
+ 100,
524
+ ),
525
+ ),
526
+
527
+ tab-text-active: (
528
+ color: (
529
+ 'gray',
530
+ 900,
531
+ ),
532
+ ),
533
+
534
+ tab-text: (
535
+ color: (
536
+ 'gray',
537
+ 700,
538
+ ),
539
+ ),
540
+
541
+ text-color: (
542
+ color: (
543
+ 'gray',
544
+ 900,
545
+ ),
546
+ ),
547
+ )
548
+ );