igniteui-theming 1.4.2 → 1.4.3-beta.2

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 (109) hide show
  1. package/index.js +3 -0
  2. package/json/colors/meta/multipliers.json +1 -1
  3. package/package.json +21 -14
  4. package/sass/animations/_easings.scss +23 -23
  5. package/sass/animations/entrances/_bounce.scss +3 -3
  6. package/sass/animations/entrances/_flicker.scss +10 -26
  7. package/sass/animations/exits/_bounce.scss +6 -6
  8. package/sass/animations/exits/_flicker.scss +12 -28
  9. package/sass/animations/exits/_flip.scss +8 -8
  10. package/sass/animations/exits/_puff.scss +11 -11
  11. package/sass/animations/exits/_roll.scss +4 -4
  12. package/sass/animations/exits/_rotate.scss +25 -25
  13. package/sass/animations/exits/_scale.scss +15 -15
  14. package/sass/animations/exits/_slide.scss +34 -34
  15. package/sass/animations/exits/_slit.scss +4 -4
  16. package/sass/animations/exits/_swing.scss +8 -8
  17. package/sass/animations/exits/_swirl.scss +18 -18
  18. package/sass/animations/generic/_flip.scss +4 -4
  19. package/sass/animations/generic/_rotate.scss +5 -5
  20. package/sass/animations/generic/_scale.scss +31 -31
  21. package/sass/animations/generic/_shadows.scss +12 -68
  22. package/sass/bem/_index.scss +9 -3
  23. package/sass/color/_charts.scss +1 -1
  24. package/sass/color/_functions.scss +22 -56
  25. package/sass/color/_multipliers.scss +14 -14
  26. package/sass/color/_types.scss +6 -1
  27. package/sass/color/presets/dark/_bootstrap.scss +1 -1
  28. package/sass/color/presets/dark/_fluent.scss +3 -3
  29. package/sass/color/presets/dark/_indigo.scss +1 -1
  30. package/sass/color/presets/dark/_material.scss +1 -1
  31. package/sass/color/presets/light/_bootstrap.scss +1 -1
  32. package/sass/color/presets/light/_extra.scss +2 -2
  33. package/sass/color/presets/light/_fluent.scss +3 -3
  34. package/sass/color/presets/light/_indigo.scss +1 -1
  35. package/sass/color/presets/light/_material.scss +1 -1
  36. package/sass/elevations/presets/_index.scss +1 -5
  37. package/sass/elevations/presets/_material.scss +1 -1
  38. package/sass/themes/_functions.scss +2 -12
  39. package/sass/themes/_index.scss +1 -0
  40. package/sass/themes/_mixins.scss +4 -5
  41. package/sass/themes/charts/_category-chart-theme.scss +15 -11
  42. package/sass/themes/charts/_data-chart-theme.scss +4 -7
  43. package/sass/themes/charts/_doughnut-chart-theme.scss +2 -2
  44. package/sass/themes/charts/_financial-chart-theme.scss +15 -11
  45. package/sass/themes/charts/_funnel-chart-theme.scss +22 -18
  46. package/sass/themes/charts/_gauge-theme.scss +8 -16
  47. package/sass/themes/charts/_geo-map-theme.scss +10 -11
  48. package/sass/themes/charts/_graph-theme.scss +3 -3
  49. package/sass/themes/charts/_pie-chart-theme.scss +21 -20
  50. package/sass/themes/charts/_shape-chart-theme.scss +15 -11
  51. package/sass/themes/charts/_sparkline-theme.scss +2 -2
  52. package/sass/themes/schemas/_index.scss +10 -33
  53. package/sass/themes/schemas/charts/light/_category-chart.scss +68 -24
  54. package/sass/themes/schemas/charts/light/_data-chart.scss +12 -3
  55. package/sass/themes/schemas/charts/light/_financial-chart.scss +1 -1
  56. package/sass/themes/schemas/charts/light/_gauge.scss +14 -5
  57. package/sass/themes/schemas/charts/light/_geo-map.scss +2 -2
  58. package/sass/themes/schemas/charts/light/_graph.scss +20 -5
  59. package/sass/themes/schemas/charts/light/_pie-chart.scss +4 -1
  60. package/sass/themes/schemas/charts/light/_shape-chart.scss +8 -2
  61. package/sass/themes/schemas/charts/light/_sparkline.scss +4 -1
  62. package/sass/themes/schemas/components/_index.scss +2 -0
  63. package/sass/themes/schemas/components/dark/_avatar.scss +46 -0
  64. package/sass/themes/schemas/components/dark/_button.scss +491 -0
  65. package/sass/themes/schemas/components/dark/_checkbox.scss +88 -0
  66. package/sass/themes/schemas/components/dark/_combo.scss +56 -0
  67. package/sass/themes/schemas/components/dark/_drop-down.scss +86 -0
  68. package/sass/themes/schemas/components/dark/_icon.scss +39 -0
  69. package/sass/themes/schemas/components/dark/_index.scss +120 -0
  70. package/sass/themes/schemas/components/dark/_input-group.scss +170 -0
  71. package/sass/themes/schemas/components/dark/_navbar.scss +27 -0
  72. package/sass/themes/schemas/components/dark/_radio.scss +144 -0
  73. package/sass/themes/schemas/components/dark/_rating.scss +29 -0
  74. package/sass/themes/schemas/components/dark/_select.scss +56 -0
  75. package/sass/themes/schemas/components/dark/_slider.scss +136 -0
  76. package/sass/themes/schemas/components/dark/_switch.scss +216 -0
  77. package/sass/themes/schemas/components/dark/_tabs.scss +65 -0
  78. package/sass/themes/schemas/components/dark/_tree.scss +132 -0
  79. package/sass/themes/schemas/components/elevation/_button.scss +63 -0
  80. package/sass/themes/schemas/components/elevation/_drop-down.scss +29 -0
  81. package/sass/themes/schemas/components/elevation/_input-group.scss +37 -0
  82. package/sass/themes/schemas/components/elevation/_navbar.scss +23 -0
  83. package/sass/themes/schemas/components/elevation/_switch.scss +15 -0
  84. package/sass/themes/schemas/components/light/_avatar.scss +69 -0
  85. package/sass/themes/schemas/components/light/_button.scss +1700 -0
  86. package/sass/themes/schemas/components/light/_checkbox.scss +285 -0
  87. package/sass/themes/schemas/components/light/_combo.scss +317 -0
  88. package/sass/themes/schemas/components/light/_drop-down.scss +376 -0
  89. package/sass/themes/schemas/components/light/_icon.scss +55 -0
  90. package/sass/themes/schemas/components/light/_index.scss +121 -0
  91. package/sass/themes/schemas/components/light/_input-group.scss +794 -0
  92. package/sass/themes/schemas/components/light/_navbar.scss +116 -0
  93. package/sass/themes/schemas/components/light/_radio.scss +279 -0
  94. package/sass/themes/schemas/components/light/_rating.scss +129 -0
  95. package/sass/themes/schemas/components/light/_select.scss +176 -0
  96. package/sass/themes/schemas/components/light/_slider.scss +362 -0
  97. package/sass/themes/schemas/components/light/_switch.scss +473 -0
  98. package/sass/themes/schemas/components/light/_tabs.scss +402 -0
  99. package/sass/themes/schemas/components/light/_tree.scss +288 -0
  100. package/sass/typography/_functions.scss +7 -5
  101. package/sass/typography/_mixins.scss +1 -3
  102. package/sass/typography/_types.scss +2 -16
  103. package/sass/typography/presets/_bootstrap.scss +24 -24
  104. package/sass/typography/presets/_fluent.scss +23 -23
  105. package/sass/typography/presets/_indigo.scss +24 -24
  106. package/sass/typography/presets/_material.scss +23 -23
  107. package/sass/utils/_css.scss +6 -1
  108. package/sass/utils/_map.scss +4 -8
  109. package/sass/utils/_string.scss +14 -6
@@ -0,0 +1,285 @@
1
+ @use '../../../../utils/map' as *;
2
+ @use '../../../../typography/functions' as *;
3
+
4
+ ////
5
+ /// @package theming
6
+ /// @group schemas
7
+ /// @access public
8
+ ////
9
+
10
+ /* stylelint-disable max-line-length */
11
+
12
+ /// Generates a light checkbox schema.
13
+ /// @type {Map}
14
+ /// @prop {Map} tick-color [color: ('gray', 50)] - The checked mark color.
15
+ /// @prop {Map} tick-color-hover [color: ('gray', 50)] - The checked mark color on hover.
16
+ /// @prop {Map} label-color [color: ('gray', 900)]- The text color used for the label text.
17
+ /// @prop {Map} empty-color [color: ('gray', 600)] - The unchecked border color.
18
+ /// @prop {Map} fill-color [color: ('secondary', 500)] - The checked border and fill colors.
19
+ /// @prop {Map} fill-color-hover [color: ('secondary', 500)] - The checked border and fill colors on hover.
20
+ /// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled border and fill colors.
21
+ /// @prop {Map} disabled-indeterminate-color [color: ('secondary', 200)] - The disabled border and fill colors in indeterminate state.
22
+ /// @prop {Map} disabled-color-label [color: ('gray', 500)] - The disabled color of the label.
23
+ /// @prop {Map} error-color [color: ('error', 500)] - The border and fill colors in invalid state.
24
+ /// @prop {Map} error-color-hover [color: ('error', 500)] - The border and fill colors in invalid state on hover.
25
+ /// @prop {Number} border-radius [2px] - The border radius used for checkbox. Can be a fraction between 0 and 1, pixels, or percent.
26
+ /// @prop {Number} border-radius-ripple [24px] - The border radius used for checkbox ripple. Can be a fraction between 0 and 1, pixels, or percent.
27
+ $light-checkbox: extend(
28
+ (
29
+ tick-color: (
30
+ color: (
31
+ 'gray',
32
+ 50,
33
+ ),
34
+ ),
35
+ tick-color-hover: (
36
+ color: (
37
+ 'gray',
38
+ 50,
39
+ ),
40
+ ),
41
+ label-color: (
42
+ color: (
43
+ 'gray',
44
+ 900,
45
+ ),
46
+ ),
47
+ empty-color: (
48
+ color: (
49
+ 'gray',
50
+ 600,
51
+ ),
52
+ ),
53
+ fill-color: (
54
+ color: (
55
+ 'secondary',
56
+ 500,
57
+ ),
58
+ ),
59
+ fill-color-hover: (
60
+ color: (
61
+ 'secondary',
62
+ 500,
63
+ ),
64
+ ),
65
+ disabled-color: (
66
+ color: (
67
+ 'gray',
68
+ 400,
69
+ ),
70
+ ),
71
+ disabled-indeterminate-color: (
72
+ color: (
73
+ 'secondary',
74
+ 100,
75
+ ),
76
+ ),
77
+ disabled-color-label: (
78
+ color: (
79
+ 'gray',
80
+ 500,
81
+ ),
82
+ ),
83
+ error-color: (
84
+ color: (
85
+ 'error',
86
+ 500,
87
+ ),
88
+ ),
89
+ error-color-hover: (
90
+ color: (
91
+ 'error',
92
+ 500,
93
+ ),
94
+ ),
95
+ border-radius: rem(2px),
96
+ border-radius-ripple: rem(24px),
97
+ )
98
+ );
99
+
100
+ /// Generates a fluent checkbox schema.
101
+ /// @type {Map}
102
+ /// @prop {Map} tick-color-hover [color: ('gray', 700)] - The checked mark color on hover when the control in unchecked.
103
+ /// @prop {Map} empty-color [color: ('gray', 900)] - The unchecked border color.
104
+ /// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
105
+ /// @prop {Map} fill-color-hover [color: ('primary', 900)] - The checked border and fill colors on hover.
106
+ /// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled border and fill colors.
107
+ /// @prop {Map} focus-outline-color [color: ('gray', 800)] - The focus outlined color.
108
+ /// @prop {Map} error-color-hover [color: ('error', 900)] - The border and fill colors in invalid state on hover.
109
+ /// @prop {Number} border-radius [2px] - The border radius used for checkbox. Can be a fraction between 0 and 1, pixels, or percent.
110
+ /// @prop {Number} border-radius-ripple [2px] - The border radius used for checkbox ripple. Can be a fraction between 0 and 1, pixels, or percent.
111
+ /// @requires {Map} $light-checkbox
112
+ $fluent-checkbox: extend(
113
+ $light-checkbox,
114
+ (
115
+ tick-color-hover: (
116
+ color: (
117
+ 'gray',
118
+ 700,
119
+ ),
120
+ ),
121
+ focus-outline-color: (
122
+ color: (
123
+ 'gray',
124
+ 800,
125
+ ),
126
+ ),
127
+ empty-color: (
128
+ color: (
129
+ 'gray',
130
+ 900,
131
+ ),
132
+ ),
133
+ fill-color: (
134
+ color: (
135
+ 'primary',
136
+ 500,
137
+ ),
138
+ ),
139
+ fill-color-hover: (
140
+ color: (
141
+ 'primary',
142
+ 900,
143
+ ),
144
+ ),
145
+ disabled-color: (
146
+ color: (
147
+ 'gray',
148
+ 400,
149
+ ),
150
+ ),
151
+ error-color-hover: (
152
+ color: (
153
+ 'error',
154
+ 900,
155
+ ),
156
+ ),
157
+ border-radius: rem(2px),
158
+ border-radius-ripple: rem(2px),
159
+ )
160
+ );
161
+
162
+ /// Generates a bootstrap checkbox schema.
163
+ /// @type {Map}
164
+ /// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
165
+ /// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
166
+ /// @prop {Map} disabled-color [color: ('primary', 200)] - The disabled border and fill colors.
167
+ /// @prop {Map} disabled-color-label [color: ('gray', 400)] - The disabled color of the label.
168
+ /// @prop {Map} focus-outline-color [color: ('primary', 200)] - The focus outlined color.
169
+ /// @prop {Map} error-color-hover [color: ('error', 100)] - The focus outlined color in invalid state.
170
+ /// @prop {Number} border-radius [4px] - The border radius used for checkbox. Can be a fraction between 0 and 1, pixels, or percent.
171
+ /// @prop {Number} border-radius-ripple [4px] - The border radius used for checkbox ripple. Can be a fraction between 0 and 1, pixels, or percent.
172
+ /// @requires {Map} $light-checkbox
173
+ $bootstrap-checkbox: extend(
174
+ $light-checkbox,
175
+ (
176
+ focus-outline-color: (
177
+ color: (
178
+ 'primary',
179
+ 200,
180
+ ),
181
+ ),
182
+ fill-color: (
183
+ color: (
184
+ 'primary',
185
+ 500,
186
+ ),
187
+ ),
188
+ empty-color: (
189
+ color: (
190
+ 'gray',
191
+ 500,
192
+ ),
193
+ ),
194
+ disabled-color: (
195
+ color: (
196
+ 'primary',
197
+ 200,
198
+ ),
199
+ ),
200
+ disabled-color-label: (
201
+ color: (
202
+ 'gray',
203
+ 400,
204
+ ),
205
+ ),
206
+ error-color-hover: (
207
+ color: (
208
+ 'error',
209
+ 100,
210
+ ),
211
+ ),
212
+ border-radius: rem(4px),
213
+ border-radius-ripple: rem(4px),
214
+ )
215
+ );
216
+
217
+ /// Generates an indigo checkbox schema.
218
+ /// @type {Map}
219
+ /// @prop {Color} tick-color [color: 'surface'] - The checked mark color.
220
+ /// @prop {Color} tick-color-hover [color: 'surface'] - The checked mark color on hover.
221
+ /// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
222
+ /// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
223
+ /// @prop {Map} disabled-color [color: ('gray', 300)] - The disabled border and fill colors.
224
+ /// @prop {Map} disabled-color-label [color: ('gray', 300)] - The disabled label color.
225
+ /// @prop {Map} focus-outline-color [color: ('gray', 300)] - The focus outlined color.
226
+ /// @prop {Map} focus-outline-color-focused [color: ('primary', 200)] - The focus outlined color for focused state.
227
+ /// @prop {Map} error-color-hover [color: ('error', 200)] - The focus outlined color in invalid state.
228
+ /// @prop {Number} border-radius [3px] - The border radius used for checkbox. Can be a fraction between 0 and 1, pixels, or percent.
229
+ /// @prop {Number} border-radius-ripple [3px] - The border radius used for checkbox ripple. Can be a fraction between 0 and 1, pixels, or percent.
230
+ /// @requires {Map} $light-checkbox
231
+ $indigo-checkbox: extend(
232
+ $light-checkbox,
233
+ (
234
+ focus-outline-color: (
235
+ color: (
236
+ 'gray',
237
+ 300,
238
+ ),
239
+ ),
240
+ focus-outline-color-focused: (
241
+ color: (
242
+ 'primary',
243
+ 200,
244
+ ),
245
+ ),
246
+ tick-color: (
247
+ color: 'surface',
248
+ ),
249
+ tick-color-hover: (
250
+ color: 'surface',
251
+ ),
252
+ fill-color: (
253
+ color: (
254
+ 'primary',
255
+ 500,
256
+ ),
257
+ ),
258
+ empty-color: (
259
+ color: (
260
+ 'gray',
261
+ 500,
262
+ ),
263
+ ),
264
+ disabled-color: (
265
+ color: (
266
+ 'gray',
267
+ 300,
268
+ ),
269
+ ),
270
+ disabled-color-label: (
271
+ color: (
272
+ 'gray',
273
+ 300,
274
+ ),
275
+ ),
276
+ error-color-hover: (
277
+ color: (
278
+ 'error',
279
+ 200,
280
+ ),
281
+ ),
282
+ border-radius: rem(3px),
283
+ border-radius-ripple: rem(3px),
284
+ )
285
+ );
@@ -0,0 +1,317 @@
1
+ @use '../../../../utils/map' as *;
2
+ @use '../../../../typography/functions' as *;
3
+
4
+ ////
5
+ /// @package theming
6
+ /// @group schemas
7
+ /// @access public
8
+ ////
9
+
10
+ /* stylelint-disable max-line-length */
11
+
12
+ /// Generates a light combo schema.
13
+ /// @type {Map}
14
+ /// @prop {Map} empty-list-background [color: 'surface'] - The combo list background color.
15
+ /// @prop {Map} search-separator-border-color [color: ('gray', 500)] - The combo search box separator color.
16
+ /// @prop {Map} empty-list-placeholder-color [color: ('gray', 700)] - The combo placeholder text color.
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.
19
+ /// @prop {Map} toggle-button-foreground [color: ('gray', 700)] - The combo toggle button foreground color.
20
+ /// @prop {Map} toggle-button-foreground-focus [color: ('gray', 700)] - The combo toggle button foreground color when the combo is focused.
21
+ /// @prop {Map} toggle-button-foreground-filled [color: ('gray', 900)] - The combo toggle button foreground color when the combo is focused.
22
+ /// @prop {Map} toggle-button-background-disabled [color: ('gray', 300)] - The combo toggle button background color when the combo is disabled.
23
+ /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 700)] - The combo toggle button foreground color when the combo is disabled.
24
+ /// @prop {Color} clear-button-background [transparent] - The combo clear button background color.
25
+ /// @prop {Color} clear-button-background-focus [transparent] - The combo clear button background color when the combo is focused.
26
+ /// @prop {Map} clear-button-foreground [contrast-color: ('gray', 100)] - The combo toggle clear foreground color.
27
+ /// @prop {Map} clear-button-foreground-focus [contrast-color: ('gray', 100)] - The combo clear button foreground color when the combo is focused.
28
+ /// @prop {Map} case-icon-color [color: ('gray', 400)] - The case sensitive icon color in inactive state for combo search input
29
+ /// @prop {Map} case-icon-color--active [color: ('primary', 500)] - The case sensitive icon color in active state for combo search input
30
+ $light-combo: (
31
+ case-icon-color: (
32
+ color: (
33
+ 'gray',
34
+ 400,
35
+ ),
36
+ ),
37
+ case-icon-color--active: (
38
+ color: (
39
+ 'primary',
40
+ 500,
41
+ ),
42
+ ),
43
+ empty-list-background: (
44
+ color: 'surface',
45
+ ),
46
+ search-separator-border-color: (
47
+ color: (
48
+ 'gray',
49
+ 500,
50
+ ),
51
+ ),
52
+ empty-list-placeholder-color: (
53
+ color: (
54
+ 'gray',
55
+ 700,
56
+ ),
57
+ ),
58
+ toggle-button-background: (
59
+ color: (
60
+ 'gray',
61
+ 300,
62
+ ),
63
+ ),
64
+ toggle-button-background-focus: (
65
+ color: (
66
+ 'gray',
67
+ 400,
68
+ 0.3,
69
+ ),
70
+ ),
71
+ toggle-button-foreground: (
72
+ color: (
73
+ 'gray',
74
+ 700,
75
+ ),
76
+ ),
77
+ toggle-button-foreground-focus: (
78
+ color: (
79
+ 'gray',
80
+ 700,
81
+ ),
82
+ ),
83
+ toggle-button-foreground-filled: (
84
+ color: (
85
+ 'gray',
86
+ 900,
87
+ ),
88
+ ),
89
+ clear-button-background: transparent,
90
+ clear-button-background-focus: transparent,
91
+ clear-button-foreground: (
92
+ contrast-color: (
93
+ 'gray',
94
+ 100,
95
+ ),
96
+ ),
97
+ clear-button-foreground-focus: (
98
+ contrast-color: (
99
+ 'gray',
100
+ 100,
101
+ ),
102
+ ),
103
+ toggle-button-background-disabled: (
104
+ color: (
105
+ 'gray',
106
+ 300,
107
+ ),
108
+ ),
109
+ toggle-button-foreground-disabled: (
110
+ color: (
111
+ 'gray',
112
+ 500,
113
+ ),
114
+ ),
115
+ );
116
+
117
+ /// Generates a fluent combo schema.
118
+ /// @type {Map}
119
+ /// @prop {Map} toggle-button-background [color: ('gray', 100)] - The combo toggle button background color.
120
+ /// @prop {Map} toggle-button-background-focus [color: ('gray', 100)] - The combo toggle button background color when the combo is focused.
121
+ /// @prop {Color} clear-button-background [color: ('gray', 100)] - The combo clear button background color.
122
+ /// @prop {Color} clear-button-background-focus [color: ('gray', 100)] - The combo clear button background color when the combo is focused.
123
+ /// @prop {Map} toggle-button-foreground-filled [color: ('gray', 700)] - The combo toggle button foreground color when the combo is focused.
124
+ /// @prop {Map} toggle-button-background-disabled [color: ('gray', 100)] - The combo toggle button background color when the combo is disabled.
125
+ /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The combo toggle button foreground color when the combo is disabled.
126
+ /// @requires {Map} $light-combo
127
+ $fluent-combo: extend(
128
+ $light-combo,
129
+ (
130
+ toggle-button-background: (
131
+ color: (
132
+ 'gray',
133
+ 100,
134
+ ),
135
+ ),
136
+ toggle-button-background-focus: (
137
+ color: (
138
+ 'gray',
139
+ 100,
140
+ ),
141
+ ),
142
+ toggle-button-foreground-filled: (
143
+ color: (
144
+ 'gray',
145
+ 700,
146
+ ),
147
+ ),
148
+ clear-button-background: (
149
+ color: (
150
+ 'gray',
151
+ 100,
152
+ ),
153
+ ),
154
+ clear-button-background-focus: (
155
+ color: (
156
+ 'gray',
157
+ 100,
158
+ ),
159
+ ),
160
+ toggle-button-background-disabled: (
161
+ color: (
162
+ 'gray',
163
+ 100,
164
+ ),
165
+ ),
166
+ toggle-button-foreground-disabled: (
167
+ color: (
168
+ 'gray',
169
+ 400,
170
+ ),
171
+ ),
172
+ )
173
+ );
174
+
175
+ /// Generates a bootstrap combo schema.
176
+ /// @type {Map}
177
+ /// @prop {Map} toggle-button-foreground [color: ('gray', 800)] - The combo toggle button foreground color.
178
+ /// @prop {Map} toggle-button-foreground-filled [color: ('gray', 800)] - The combo toggle button foreground color when the combo is focused.
179
+ /// @prop {Map} empty-list-background [color: ('surface')] - The combo list background color.
180
+ /// @prop {Map} search-separator-border-color [color: ('gray', 400)] - The combo search box separator color.
181
+ /// @prop {Map} empty-list-placeholder-color [color: ('gray', 600)] - The combo placeholder text color.
182
+ /// @prop {Map} clear-button-background [color: ('gray', 300)] - The combo clear button background color.
183
+ /// @prop {Map} clear-button-background-focus [color: ('gray', 300)] - The combo clear button background color when the combo is focused.
184
+ /// @prop {Map} clear-button-foreground [color: ('gray', 800)] - The combo toggle clear foreground color.
185
+ /// @prop {Map} clear-button-foreground-focus [color: ('gray', 800)] - The combo clear button foreground color when the combo is focused.
186
+ /// @prop {Map} toggle-button-background-disabled [color: ('gray', 300)] - The combo toggle button background color when the combo is disabled.
187
+ /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The combo toggle button foreground color when the combo is disabled.
188
+ /// @prop {Map} toggle-button-background-focus [color: ('gray', 300)] - The combo toggle button background color when the combo is focused.
189
+ /// @requires {Map} $light-combo
190
+ $bootstrap-combo: extend(
191
+ $light-combo,
192
+ (
193
+ empty-list-background: (
194
+ color: (
195
+ 'surface',
196
+ ),
197
+ ),
198
+ search-separator-border-color: (
199
+ color: (
200
+ 'gray',
201
+ 400,
202
+ ),
203
+ ),
204
+ empty-list-placeholder-color: (
205
+ color: (
206
+ 'gray',
207
+ 600,
208
+ ),
209
+ ),
210
+ clear-button-foreground: (
211
+ color: (
212
+ 'gray',
213
+ 800,
214
+ ),
215
+ ),
216
+ clear-button-foreground-focus: (
217
+ color: (
218
+ 'gray',
219
+ 800,
220
+ ),
221
+ ),
222
+ clear-button-background: (
223
+ color: (
224
+ 'gray',
225
+ 300,
226
+ ),
227
+ ),
228
+ clear-button-background-focus: (
229
+ color: (
230
+ 'gray',
231
+ 300,
232
+ ),
233
+ ),
234
+ toggle-button-foreground: (
235
+ color: (
236
+ 'gray',
237
+ 800,
238
+ ),
239
+ ),
240
+ toggle-button-foreground--focus: (
241
+ color: (
242
+ 'gray',
243
+ 800,
244
+ ),
245
+ ),
246
+ toggle-button-foreground-filled: (
247
+ color: (
248
+ 'gray',
249
+ 800,
250
+ ),
251
+ ),
252
+ toggle-button-background-focus: (
253
+ color: (
254
+ 'gray',
255
+ 300,
256
+ ),
257
+ ),
258
+ toggle-button-background-disabled: (
259
+ color: (
260
+ 'gray',
261
+ 300,
262
+ ),
263
+ ),
264
+ toggle-button-foreground-disabled: (
265
+ color: (
266
+ 'gray',
267
+ 400,
268
+ ),
269
+ ),
270
+ )
271
+ );
272
+
273
+ /// Generates an indigo combo schema.
274
+ /// @type {Map}
275
+ /// @prop {Color} clear-button-background-focus [transparent] - The combo clear button background color when the combo is focused.
276
+ /// @prop {Map} clear-button-foreground [color: ('gray', 600)] - The combo toggle clear foreground color.
277
+ /// @prop {Map} clear-button-foreground-focus [color: ('gray', 600)] - The combo clear button foreground color when the combo is focused.
278
+ /// @prop {Map} toggle-button-background-disabled [color: ('gray', 100)] - The combo toggle button background color when the combo is disabled.
279
+ /// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 300)] - The combo toggle button foreground color when the combo is disabled.
280
+ /// @prop {Map} toggle-button-background-focus [color: ('gray', 300)] - The combo toggle button background color when the combo is focused.
281
+ /// @requires {Map} $light-combo
282
+ $indigo-combo: extend(
283
+ $light-combo,
284
+ (
285
+ clear-button-background-focus: transparent,
286
+ clear-button-foreground: (
287
+ color: (
288
+ 'gray',
289
+ 600,
290
+ ),
291
+ ),
292
+ toggle-button-background-focus: (
293
+ color: (
294
+ 'gray',
295
+ 300,
296
+ ),
297
+ ),
298
+ clear-button-foreground-focus: (
299
+ color: (
300
+ 'gray',
301
+ 600,
302
+ ),
303
+ ),
304
+ toggle-button-background-disabled: (
305
+ color: (
306
+ 'gray',
307
+ 100,
308
+ ),
309
+ ),
310
+ toggle-button-foreground-disabled: (
311
+ color: (
312
+ 'gray',
313
+ 300,
314
+ ),
315
+ ),
316
+ )
317
+ );