igniteui-theming 4.1.0 → 4.3.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 (112) hide show
  1. package/package.json +1 -1
  2. package/sass/color/_functions.scss +8 -4
  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 +4 -7
  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 +1 -1
  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 +164 -104
  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 +1 -1
  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 +24 -1
  90. package/sass/themes/schemas/components/light/_navdrawer.scss +18 -2
  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/utils/_map.scss +40 -0
@@ -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
@@ -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 [null] - Sets the background color for active context menus.
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 [null] - Sets the background color of the joysticks.
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: ('gray', 600)] - Sets the color for the joystick icons.
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 [null] - Sets the background color for the splitter handles.
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 [null] - Sets the background color for tabs.
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 [null] - Sets the text color for tabs.
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: null,
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-color: null,
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: null,
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: null,
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: null,
172
+ tab-background: (
173
+ color: 'surface',
174
+ ),
175
+
176
176
  tab-border-color-active: null,
177
177
  tab-border-color: null,
178
- tab-text-active: null,
179
- tab-text: null,
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',