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