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,473 @@
1
+ @use '../../../../utils/map' as *;
2
+ @use '../../../../typography/functions' as *;
3
+ @use '../elevation/switch' as *;
4
+
5
+ ////
6
+ /// @package theming
7
+ /// @group schemas
8
+ /// @access public
9
+ ////
10
+
11
+ /* stylelint-disable max-line-length */
12
+
13
+ /// Generates a light switch schema.
14
+ /// @type {Map}
15
+ /// @prop {Map} thumb-on-color [color: ('secondary', 500)] - The color of the thumb when the switch is on.
16
+ /// @prop {Map} track-on-color [color: ('secondary', 200)] - The color of the track when the switch is on.
17
+ /// @prop {Map} thumb-off-color [color: ('gray', 50)] - The color of the thumb when the switch is off.
18
+ /// @prop {Map} track-off-color [color: ('gray', 500)] - The color of the track when the switch is off.
19
+ /// @prop {Map} thumb-disabled-color [color: ('gray', 200)] - The color of the thumb when the switch is disabled.
20
+ /// @prop {Map} thumb-on-disabled-color [color: ('secondary', 100)] - The color of the thumb when the switch is on and disabled.
21
+ /// @prop {Map} track-disabled-color [color: ('gray', 300)] - The color of the track when the switch is disabled.
22
+ /// @prop {Map} track-on-disabled-color [color: ('secondary', 50)] - The color of the track when the switch is on and disabled.
23
+ /// @prop {Map} label-color [color: ('gray', 900)] - The color of the switch label
24
+ /// @prop {Map} label-disabled-color [color: ('gray', 500)] - The color of the switch label when the switch is disabled
25
+ /// @prop {Number} resting-elevation [2] - The elevation level, between 0-24, to be used for the resting state.
26
+ /// @prop {Number} hover-elevation [3] - The elevation level, between 0-24, to be used for the hover state.
27
+ /// @prop {Number} disabled-elevation [1] - The elevation level, between 0-24, to be used for the disabled state.
28
+ /// @prop {Number} border-radius-track [7px] - The border radius used for switch track. Can be a fraction between 0 and 1, pixels, or percent.
29
+ /// @prop {Number} border-radius-thumb [10px] - The border radius used for switch thumb. Can be a fraction between 0 and 1, pixels, or percent.
30
+ /// @prop {Number} border-radius-ripple [24px] - The border radius used for switch ripple. Can be a fraction between 0 and 1, pixels, or percent.
31
+ /// @prop {Color} border-color [transparent] - The border color of the switch.
32
+ /// @prop {Color} border-hover-color [transparent] - The border color of the switch on hover.
33
+ /// @prop {Color} border-disabled-color [transparent] - The border color of the disabled switch.
34
+ /// @prop {Color} border-on-color [transparent] - The border color of the on-switch.
35
+ /// @prop {Color} border-on-hover-color [transparent] - The border color of the on-switch.
36
+ /// @prop {Map} label-invalid-color [color: ('gray', 900)] - The color of the switch label in invalid state.
37
+ /// @prop {Map} track-error-color [color: ('gray', 500)] - The color of the track in invalid state when the switch is off.
38
+ /// @prop {Map} error-color [color: ('gray', 50)] - The color of the thumb in invalid state.
39
+ /// @prop {Map} error-color-hover [color: ('gray', 500)] - The border color in invalid state on hover.
40
+ /// @requires {Map} $default-elevation-switch
41
+ $light-switch: extend(
42
+ $default-elevation-switch,
43
+ (
44
+ border-color: transparent,
45
+ border-hover-color: transparent,
46
+ border-disabled-color: transparent,
47
+ border-on-color: transparent,
48
+ border-on-hover-color: transparent,
49
+ thumb-on-color: (
50
+ color: (
51
+ 'secondary',
52
+ 500,
53
+ ),
54
+ ),
55
+ track-on-color: (
56
+ color: (
57
+ 'secondary',
58
+ 200,
59
+ ),
60
+ ),
61
+ thumb-off-color: (
62
+ color: (
63
+ 'gray',
64
+ 50,
65
+ ),
66
+ ),
67
+ track-disabled-color: (
68
+ color: (
69
+ 'gray',
70
+ 300,
71
+ ),
72
+ ),
73
+ track-on-disabled-color: (
74
+ color: (
75
+ 'secondary',
76
+ 50,
77
+ ),
78
+ ),
79
+ track-off-color: (
80
+ color: (
81
+ 'gray',
82
+ 500,
83
+ ),
84
+ ),
85
+ thumb-disabled-color: (
86
+ color: (
87
+ 'gray',
88
+ 200,
89
+ ),
90
+ ),
91
+ thumb-on-disabled-color: (
92
+ color: (
93
+ 'secondary',
94
+ 100,
95
+ ),
96
+ ),
97
+ label-color: (
98
+ color: (
99
+ 'gray',
100
+ 900,
101
+ ),
102
+ ),
103
+ label-disabled-color: (
104
+ color: (
105
+ 'gray',
106
+ 500,
107
+ ),
108
+ ),
109
+ label-invalid-color: (
110
+ color: (
111
+ 'gray',
112
+ 900,
113
+ ),
114
+ ),
115
+ track-error-color: (
116
+ color: (
117
+ 'gray',
118
+ 500,
119
+ ),
120
+ ),
121
+ error-color: (
122
+ color: (
123
+ 'gray',
124
+ 50,
125
+ ),
126
+ ),
127
+ error-color-hover: (
128
+ color: (
129
+ 'gray',
130
+ 500,
131
+ ),
132
+ ),
133
+ border-radius-track: rem(7px),
134
+ border-radius-thumb: rem(10px),
135
+ border-radius-ripple: rem(24px),
136
+ )
137
+ );
138
+
139
+ /// Generates a fluent switch schema.
140
+ /// @type {Map}
141
+ ///
142
+ /// @prop {Map} border-color [color('gray', 700)] - The border color of the switch.
143
+ /// @prop {Map} border-hover-color [color('gray', 800)] - The border color of the switch on hover.
144
+ /// @prop {Map} border-disabled-color [color('gray', 400)] - The border color of the disabled switch.
145
+ /// @prop {Map} border-on-color [color('primary', 500)] - The border color of the on-switch.
146
+ /// @prop {Map} border-on-hover-color [color('primary', 800)] - The border color of the on-switch.
147
+ ///
148
+ /// @prop {Map} thumb-on-color [color: ('gray', 50)] - The color of the thumb when the switch is on.
149
+ /// @prop {Map} thumb-off-color [color: ('gray', 700)] - The color of the thumb when the switch is off.
150
+ /// @prop {Map} track-on-color [color: ('primary', 500)] - The color of the track when the switch is on.
151
+ /// @prop {Color} track-off-color [transparent] - The color of the track when the switch is off.
152
+ /// @prop {Map} track-on-hover-color [color: ('primary', 800)] - The color of the track when the switch is on and hovered.
153
+ /// @prop {Map} track-on-disabled-color [color: ('gray', 400)] - The color of the track when the switch is on and disabled.
154
+ /// @prop {Color} track-disabled-color [transparent] - The color of the track when the switch is disabled.
155
+ /// @prop {Map} thumb-disabled-color [color: ('gray', 400)] - The color of the thumb when the switch is disabled.
156
+ /// @prop {Map} thumb-on-disabled-color [color: ('gray', 100)] - The color of the thumb when the switch is on and disabled.
157
+ /// @prop {Map} focus-outline-color [color: ('gray', 700)] - The focus outlined color.
158
+ /// @prop {Map} error-color [color: ('gray', 700)] - The border and thumb color in invalid state.
159
+ /// @prop {Map} error-color-hover [color: ('gray', 800)] - The border and thumb color in invalid state on hover.
160
+ ///
161
+ /// @prop {Number} border-radius-track [10px] - The border radius used for switch track. Can be a fraction between 0 and 1, pixels, or percent.
162
+ ///
163
+ ///
164
+ /// @requires {Map} $light-switch
165
+ $fluent-switch: extend(
166
+ $light-switch,
167
+ (
168
+ focus-outline-color: (
169
+ color: (
170
+ 'gray',
171
+ 700,
172
+ ),
173
+ ),
174
+ border-color: (
175
+ color: (
176
+ 'gray',
177
+ 700,
178
+ ),
179
+ ),
180
+ thumb-off-color: (
181
+ color: (
182
+ 'gray',
183
+ 700,
184
+ ),
185
+ ),
186
+ track-off-color: transparent,
187
+ border-hover-color: (
188
+ color: (
189
+ 'gray',
190
+ 800,
191
+ ),
192
+ ),
193
+ track-on-color: (
194
+ color: (
195
+ 'primary',
196
+ 500,
197
+ ),
198
+ ),
199
+ border-on-color: (
200
+ color: (
201
+ 'primary',
202
+ 500,
203
+ ),
204
+ ),
205
+ track-on-hover-color: (
206
+ color: (
207
+ 'primary',
208
+ 800,
209
+ ),
210
+ ),
211
+ border-on-hover-color: (
212
+ color: (
213
+ 'primary',
214
+ 800,
215
+ ),
216
+ ),
217
+ thumb-on-color: (
218
+ color: (
219
+ 'gray',
220
+ 50,
221
+ ),
222
+ ),
223
+ track-on-disabled-color: (
224
+ color: (
225
+ 'gray',
226
+ 400,
227
+ ),
228
+ ),
229
+ thumb-disabled-color: (
230
+ color: (
231
+ 'gray',
232
+ 400,
233
+ ),
234
+ ),
235
+ thumb-on-disabled-color: (
236
+ color: (
237
+ 'gray',
238
+ 100,
239
+ ),
240
+ ),
241
+ border-disabled-color: (
242
+ color: (
243
+ 'gray',
244
+ 400,
245
+ ),
246
+ ),
247
+ error-color: (
248
+ color: (
249
+ 'gray',
250
+ 700,
251
+ ),
252
+ ),
253
+ error-color-hover: (
254
+ color: (
255
+ 'gray',
256
+ 800,
257
+ ),
258
+ ),
259
+ track-disabled-color: transparent,
260
+ border-radius-track: rem(10px),
261
+ )
262
+ );
263
+
264
+ /// Generates a bootstrap switch schema.
265
+ /// @type {Map}
266
+ /// @prop {Map} focus-outline-color [color: ('primary', 100)] - The focus outlined color.
267
+ /// @prop {Map} focus-fill-color [color: ('primary', 200)] - The focus fill color.
268
+ /// @prop {Map} border-color [color('gray', 400)] - The border color of the switch.
269
+ /// @prop {Map} border-disabled-color [color: ('gray', 300)] - The border color of the disabled switch.
270
+ /// @prop {Map} thumb-off-color [color: ('gray', 400)] - The color of the thumb when the switch is off.
271
+ /// @prop {Map} thumb-disabled-color [color: ('gray', 300)] - The color of the thumb when the switch is disabled.
272
+ /// @prop {Map} track-on-color [color: ('primary', 500)] - The color of the track when the switch is on.
273
+ /// @prop {Map} track-on-disabled-color [color: ('primary', 200)] - The color of the track when the switch is on and disabled.
274
+ /// @prop {Map} thumb-on-disabled-color [color: ('gray', 50)] - The color of the thumb when the switch is on and disabled.
275
+ /// @prop {Color} track-disabled-color [transparent] - The color of the track when the switch is disabled.
276
+ /// @prop {Map} error-color [color: ('gray', 400)] - The border and thumb color in invalid state.
277
+ /// @prop {Map} error-color-hover [color: ('primary', 200)] - The border and thumb color in invalid state on hover.
278
+ /// @prop {Number} border-radius-track [32px] - The border radius used for switch track. Can be a fraction between 0 and 1, pixels, or percent.
279
+ /// @prop {Number} border-radius-thumb [32px] - The border radius used for switch thumb. Can be a fraction between 0 and 1, pixels, or percent.
280
+ ///
281
+ ///
282
+ /// @requires {Map} $fluent-switch
283
+ $bootstrap-switch: extend(
284
+ $fluent-switch,
285
+ (
286
+ focus-outline-color: (
287
+ color: (
288
+ 'primary',
289
+ 100,
290
+ ),
291
+ ),
292
+ focus-fill-color: (
293
+ color: (
294
+ 'primary',
295
+ 200,
296
+ ),
297
+ ),
298
+ border-color: (
299
+ color: (
300
+ 'gray',
301
+ 400,
302
+ ),
303
+ ),
304
+ border-disabled-color: (
305
+ color: (
306
+ 'gray',
307
+ 300,
308
+ ),
309
+ ),
310
+ thumb-off-color: (
311
+ color: (
312
+ 'gray',
313
+ 400,
314
+ ),
315
+ ),
316
+ thumb-disabled-color: (
317
+ color: (
318
+ 'gray',
319
+ 300,
320
+ ),
321
+ ),
322
+ thumb-on-disabled-color: (
323
+ color: (
324
+ 'gray',
325
+ 50,
326
+ ),
327
+ ),
328
+ track-on-color: (
329
+ color: (
330
+ 'primary',
331
+ 500,
332
+ ),
333
+ ),
334
+ track-on-disabled-color: (
335
+ color: (
336
+ 'primary',
337
+ 200,
338
+ ),
339
+ ),
340
+ error-color: (
341
+ color: (
342
+ 'gray',
343
+ 400,
344
+ ),
345
+ ),
346
+ error-color-hover: (
347
+ color: (
348
+ 'primary',
349
+ 200,
350
+ ),
351
+ ),
352
+ border-radius-track: rem(32px),
353
+ border-radius-thumb: rem(32px),
354
+ )
355
+ );
356
+
357
+ /// Generates an indigo switch schema.
358
+ /// @type {Map}
359
+ ///
360
+ /// @prop {Map} thumb-on-color [color: ('gray', 50)] - The color of the thumb when the switch is on.
361
+ /// @prop {Map} track-on-color [color: ('primary', 500)] - The color of the track when the switch is on.
362
+ /// @prop {Map} thumb-off-color [color: ('gray', 600)] - The color of the thumb when the switch is off.
363
+ /// @prop {Color} track-off-color [transparent] - The color of the track when the switch is off.
364
+ /// @prop {Map} thumb-disabled-color [color: ('gray', 300)] - The color of the thumb when the switch is disabled.
365
+ /// @prop {Color} track-disabled-color [transparent] - The color of the track when the switch is disabled.
366
+ ///
367
+ /// @prop {Map} border-color [color: ('gray', 600)] - The border color of the switch.
368
+ /// @prop {Map} border-hover-color [color: ('gray', 600)] - The border color of the switch on hover.
369
+ /// @prop {Map} border-disabled-color [color: ('gray', 300)] - The border color of the disabled switch.
370
+ /// @prop {Map} border-on-color [color: ('primary', 500)] - The border color of the on-switch.
371
+ /// @prop {Map} border-on-hover-color [color: ('primary', 500)] - The border color of the on-switch.
372
+ /// @prop {Map} label-disabled-color [color: ('gray', 300)] - The color of the switch label when the switch is disabled
373
+ /// @prop {Map} error-color [color: ('gray', 500)] - The border and thumb color in invalid state.
374
+ /// @prop {Map} error-color-hover [color: ('gray', 300)] - The border and thumb color in invalid state on hover.
375
+ /// @prop {Number} border-radius-track [8px] - The border radius used for switch track. Can be a fraction between 0 and 1, pixels, or percent.
376
+ /// @prop {Number} border-radius-thumb [10px] - The border radius used for switch thumb. Can be a fraction between 0 and 1, pixels, or percent.
377
+ /// @prop {Map} focus-outline-color [color: ('gray', 300)] - The focus outlined color.
378
+ /// @prop {Map} focus-outline-color-focused [color: ('primary', 200)] - The focus outlined color for focused state.
379
+ ///
380
+ ///
381
+ /// @requires $light-switch
382
+ $indigo-switch: extend(
383
+ $light-switch,
384
+ (
385
+ focus-outline-color: (
386
+ color: (
387
+ 'gray',
388
+ 300,
389
+ ),
390
+ ),
391
+ focus-outline-color-focused: (
392
+ color: (
393
+ 'primary',
394
+ 200,
395
+ ),
396
+ ),
397
+ border-color: (
398
+ color: (
399
+ 'gray',
400
+ 500,
401
+ ),
402
+ ),
403
+ border-hover-color: (
404
+ color: (
405
+ 'gray',
406
+ 500,
407
+ ),
408
+ ),
409
+ border-disabled-color: (
410
+ color: (
411
+ 'gray',
412
+ 300,
413
+ ),
414
+ ),
415
+ border-on-color: (
416
+ color: (
417
+ 'primary',
418
+ 500,
419
+ ),
420
+ ),
421
+ border-on-hover-color: (
422
+ color: (
423
+ 'primary',
424
+ 500,
425
+ ),
426
+ ),
427
+ thumb-on-color: (
428
+ color: (
429
+ 'gray',
430
+ 50,
431
+ ),
432
+ ),
433
+ thumb-off-color: (
434
+ color: (
435
+ 'gray',
436
+ 600,
437
+ ),
438
+ ),
439
+ track-on-color: (
440
+ color: (
441
+ 'primary',
442
+ 500,
443
+ ),
444
+ ),
445
+ error-color: (
446
+ color: (
447
+ 'gray',
448
+ 500,
449
+ ),
450
+ ),
451
+ error-color-hover: (
452
+ color: (
453
+ 'gray',
454
+ 300,
455
+ ),
456
+ ),
457
+ track-off-color: transparent,
458
+ track-disabled-color: transparent,
459
+ thumb-disabled-color: (
460
+ color: (
461
+ 'gray',
462
+ 300,
463
+ ),
464
+ ),
465
+ label-disabled-color: (
466
+ color: (
467
+ 'gray',
468
+ 300,
469
+ ),
470
+ ),
471
+ border-radius-track: rem(8px),
472
+ )
473
+ );