igniteui-theming 4.2.0 → 4.4.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.
- package/json/typography/presets/typescales.json +1 -1
- package/package.json +1 -1
- package/sass/themes/schemas/components/dark/_action-strip.scss +3 -3
- package/sass/themes/schemas/components/dark/_avatar.scss +3 -3
- package/sass/themes/schemas/components/dark/_badge.scss +3 -3
- package/sass/themes/schemas/components/dark/_banner.scss +3 -3
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +8 -17
- package/sass/themes/schemas/components/dark/_button-group.scss +3 -3
- package/sass/themes/schemas/components/dark/_button.scss +224 -146
- package/sass/themes/schemas/components/dark/_calendar.scss +4 -4
- package/sass/themes/schemas/components/dark/_card.scss +4 -4
- package/sass/themes/schemas/components/dark/_carousel.scss +3 -3
- package/sass/themes/schemas/components/dark/_checkbox.scss +3 -3
- package/sass/themes/schemas/components/dark/_chip.scss +6 -6
- package/sass/themes/schemas/components/dark/_column-actions.scss +6 -6
- package/sass/themes/schemas/components/dark/_combo.scss +3 -3
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +3 -3
- package/sass/themes/schemas/components/dark/_dialog.scss +3 -3
- package/sass/themes/schemas/components/dark/_divider.scss +3 -3
- package/sass/themes/schemas/components/dark/_dock-manager.scss +6 -0
- package/sass/themes/schemas/components/dark/_drop-down.scss +3 -3
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-summary.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid.scss +4 -20
- package/sass/themes/schemas/components/dark/_highlight.scss +6 -0
- package/sass/themes/schemas/components/dark/_icon-button.scss +125 -24
- package/sass/themes/schemas/components/dark/_icon.scss +6 -6
- package/sass/themes/schemas/components/dark/_index.scss +53 -53
- package/sass/themes/schemas/components/dark/_input-group.scss +9 -15
- package/sass/themes/schemas/components/dark/_label.scss +3 -3
- package/sass/themes/schemas/components/dark/_list.scss +8 -9
- package/sass/themes/schemas/components/dark/_navbar.scss +3 -3
- package/sass/themes/schemas/components/dark/_navdrawer.scss +6 -3
- package/sass/themes/schemas/components/dark/_overlay.scss +3 -3
- package/sass/themes/schemas/components/dark/_pagination.scss +6 -6
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +6 -5
- package/sass/themes/schemas/components/dark/_progress.scss +14 -10
- package/sass/themes/schemas/components/dark/_query-builder.scss +7 -7
- package/sass/themes/schemas/components/dark/_radio.scss +26 -36
- package/sass/themes/schemas/components/dark/_rating.scss +3 -3
- package/sass/themes/schemas/components/dark/_ripple.scss +3 -3
- package/sass/themes/schemas/components/dark/_scrollbar.scss +4 -5
- package/sass/themes/schemas/components/dark/_select.scss +3 -3
- package/sass/themes/schemas/components/dark/_slider.scss +3 -3
- package/sass/themes/schemas/components/dark/_snackbar.scss +3 -3
- package/sass/themes/schemas/components/dark/_splitter.scss +2 -2
- package/sass/themes/schemas/components/dark/_stepper.scss +4 -4
- package/sass/themes/schemas/components/dark/_switch.scss +5 -14
- package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
- package/sass/themes/schemas/components/dark/_time-picker.scss +3 -3
- package/sass/themes/schemas/components/dark/_toast.scss +6 -4
- package/sass/themes/schemas/components/dark/_tooltip.scss +3 -4
- package/sass/themes/schemas/components/dark/_tree.scss +6 -33
- package/sass/themes/schemas/components/dark/_watermark.scss +16 -26
- package/sass/themes/schemas/components/elevation/_button.scss +2 -2
- package/sass/themes/schemas/components/light/_action-strip.scss +9 -0
- package/sass/themes/schemas/components/light/_avatar.scss +5 -3
- package/sass/themes/schemas/components/light/_badge.scss +5 -0
- package/sass/themes/schemas/components/light/_banner.scss +5 -0
- package/sass/themes/schemas/components/light/_bottom-nav.scss +5 -0
- package/sass/themes/schemas/components/light/_button-group.scss +52 -49
- package/sass/themes/schemas/components/light/_button.scss +425 -430
- package/sass/themes/schemas/components/light/_calendar.scss +66 -56
- package/sass/themes/schemas/components/light/_card.scss +18 -33
- package/sass/themes/schemas/components/light/_carousel.scss +7 -0
- package/sass/themes/schemas/components/light/_checkbox.scss +37 -53
- package/sass/themes/schemas/components/light/_chip.scss +63 -77
- package/sass/themes/schemas/components/light/_column-actions.scss +5 -0
- package/sass/themes/schemas/components/light/_combo.scss +31 -36
- package/sass/themes/schemas/components/light/_date-range-picker.scss +5 -0
- package/sass/themes/schemas/components/light/_dialog.scss +5 -0
- package/sass/themes/schemas/components/light/_divider.scss +5 -0
- package/sass/themes/schemas/components/light/_dock-manager.scss +68 -97
- package/sass/themes/schemas/components/light/_drop-down.scss +68 -89
- package/sass/themes/schemas/components/light/_expansion-panel.scss +5 -0
- package/sass/themes/schemas/components/light/_grid-filtering.scss +6 -9
- package/sass/themes/schemas/components/light/_grid-summary.scss +5 -0
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +5 -0
- package/sass/themes/schemas/components/light/_grid.scss +98 -171
- package/sass/themes/schemas/components/light/_highlight.scss +5 -0
- package/sass/themes/schemas/components/light/_icon-button.scss +132 -53
- package/sass/themes/schemas/components/light/_icon.scss +5 -0
- package/sass/themes/schemas/components/light/_index.scss +53 -53
- package/sass/themes/schemas/components/light/_input-group.scss +35 -116
- package/sass/themes/schemas/components/light/_label.scss +9 -11
- package/sass/themes/schemas/components/light/_list.scss +6 -1
- package/sass/themes/schemas/components/light/_navbar.scss +6 -1
- package/sass/themes/schemas/components/light/_navdrawer.scss +6 -1
- package/sass/themes/schemas/components/light/_overlay.scss +6 -1
- package/sass/themes/schemas/components/light/_pagination.scss +7 -2
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +6 -1
- package/sass/themes/schemas/components/light/_progress.scss +14 -42
- package/sass/themes/schemas/components/light/_query-builder.scss +10 -11
- package/sass/themes/schemas/components/light/_radio.scss +57 -67
- package/sass/themes/schemas/components/light/_rating.scss +22 -42
- package/sass/themes/schemas/components/light/_ripple.scss +6 -1
- package/sass/themes/schemas/components/light/_scrollbar.scss +6 -12
- package/sass/themes/schemas/components/light/_select.scss +20 -18
- package/sass/themes/schemas/components/light/_slider.scss +65 -68
- package/sass/themes/schemas/components/light/_snackbar.scss +6 -6
- package/sass/themes/schemas/components/light/_splitter.scss +6 -2
- package/sass/themes/schemas/components/light/_stepper.scss +74 -141
- package/sass/themes/schemas/components/light/_switch.scss +101 -141
- package/sass/themes/schemas/components/light/_tabs.scss +19 -36
- package/sass/themes/schemas/components/light/_time-picker.scss +11 -4
- package/sass/themes/schemas/components/light/_toast.scss +6 -1
- package/sass/themes/schemas/components/light/_tooltip.scss +6 -1
- package/sass/themes/schemas/components/light/_tree.scss +49 -73
- package/sass/themes/schemas/components/light/_watermark.scss +6 -1
- package/sass/typography/presets/_fluent.scss +1 -1
- package/sass/utils/_map.scss +40 -0
|
@@ -49,12 +49,8 @@
|
|
|
49
49
|
/// @prop {Map} date-focus-background [color: ('secondary', 100)] - The focus date background color.
|
|
50
50
|
/// @prop {Map} date-hover-foreground [contrast-color: 'secondary', 100] - The hover date text color.
|
|
51
51
|
/// @prop {Map} date-focus-foreground [contrast-color: 'secondary', 100] - The focused date text color.
|
|
52
|
-
/// @prop {Map} date-selected-background [color: ('secondary', 500)] - The background color for the selected date.
|
|
53
|
-
/// @prop {Map} date-selected-text-color [contrast-color: ('secondary', 600)] - The text color for the selected date.
|
|
54
52
|
/// @prop {Map} date-selected-hover-background [color: ('secondary', 700)] - The hover background color for the selected date.
|
|
55
53
|
/// @prop {Map} date-selected-focus-background [color: ('secondary', 700)] - The focus background color for the selected date.
|
|
56
|
-
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('gray', 600)] - The hover text color for the selected date.
|
|
57
|
-
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('gray', 600)] - The focus text color for the selected date.
|
|
58
54
|
/// @prop {Map} date-selected-color-range [contrast-color: ('secondary', 50)] - The text color for the selected range.
|
|
59
55
|
/// @prop {Map} date-selected-background-range [color: ('secondary', 50)] - The background color for the selected range.
|
|
60
56
|
/// @prop {Map} date-selected-color-range-hover [contrast-color: ('secondary', 100)] - The text color for the selected range on hover/focus.
|
|
@@ -70,9 +66,6 @@
|
|
|
70
66
|
/// @prop {Map} current-outline-focus [color: ('surface', 500)] - The outline color for the current date on focus.
|
|
71
67
|
/// @prop {Map} current-selected-outline [color: ('surface', 500)] - The outline color for the current selected date.
|
|
72
68
|
/// @prop {Map} date-current-bg-color [color: ('surface', 500)] - The background color for the current date.
|
|
73
|
-
/// @prop {Map} date-current-text-color [color: ('gray', 800)] - The text color for the current date.
|
|
74
|
-
/// @prop {Map} date-current-hover-foreground [contrast-color: ('secondary', 200)] - The hover text color for the current date.
|
|
75
|
-
/// @prop {Map} date-current-focus-foreground [contrast-color: ('secondary', 200)] - The focus text color for the current date.
|
|
76
69
|
/// @prop {Map} date-current-hover-background [color: ('secondary', 100)] - The hover background color for the current date.
|
|
77
70
|
/// @prop {Map} date-current-focus-background [color: ('secondary', 100)] - The focus background color for the current date.
|
|
78
71
|
/// @prop {Map} date-special-background [color: ('gray', 100)] - The background color used for special dates.
|
|
@@ -266,13 +259,6 @@ $light-calendar: (
|
|
|
266
259
|
),
|
|
267
260
|
),
|
|
268
261
|
|
|
269
|
-
date-selected-background: (
|
|
270
|
-
color: (
|
|
271
|
-
'secondary',
|
|
272
|
-
500,
|
|
273
|
-
),
|
|
274
|
-
),
|
|
275
|
-
|
|
276
262
|
date-selected-hover-background: (
|
|
277
263
|
color: (
|
|
278
264
|
'secondary',
|
|
@@ -308,27 +294,6 @@ $light-calendar: (
|
|
|
308
294
|
),
|
|
309
295
|
),
|
|
310
296
|
|
|
311
|
-
date-selected-text-color: (
|
|
312
|
-
contrast-color: (
|
|
313
|
-
'secondary',
|
|
314
|
-
600,
|
|
315
|
-
),
|
|
316
|
-
),
|
|
317
|
-
|
|
318
|
-
date-selected-hover-foreground: (
|
|
319
|
-
contrast-color: (
|
|
320
|
-
'secondary',
|
|
321
|
-
600,
|
|
322
|
-
),
|
|
323
|
-
),
|
|
324
|
-
|
|
325
|
-
date-selected-focus-foreground: (
|
|
326
|
-
contrast-color: (
|
|
327
|
-
'secondary',
|
|
328
|
-
600,
|
|
329
|
-
),
|
|
330
|
-
),
|
|
331
|
-
|
|
332
297
|
date-selected-color-range: (
|
|
333
298
|
contrast-color: (
|
|
334
299
|
'secondary',
|
|
@@ -357,27 +322,6 @@ $light-calendar: (
|
|
|
357
322
|
),
|
|
358
323
|
),
|
|
359
324
|
|
|
360
|
-
date-current-text-color: (
|
|
361
|
-
color: (
|
|
362
|
-
'gray',
|
|
363
|
-
800,
|
|
364
|
-
),
|
|
365
|
-
),
|
|
366
|
-
|
|
367
|
-
date-current-hover-foreground: (
|
|
368
|
-
contrast-color: (
|
|
369
|
-
'secondary',
|
|
370
|
-
200,
|
|
371
|
-
),
|
|
372
|
-
),
|
|
373
|
-
|
|
374
|
-
date-current-focus-foreground: (
|
|
375
|
-
contrast-color: (
|
|
376
|
-
'secondary',
|
|
377
|
-
200,
|
|
378
|
-
),
|
|
379
|
-
),
|
|
380
|
-
|
|
381
325
|
date-selected-current-foreground: (
|
|
382
326
|
contrast-color: (
|
|
383
327
|
'secondary',
|
|
@@ -563,12 +507,77 @@ $light-calendar: (
|
|
|
563
507
|
),
|
|
564
508
|
);
|
|
565
509
|
|
|
510
|
+
/// Generates a material calendar schema.
|
|
511
|
+
/// @type {Map}
|
|
512
|
+
/// @prop {Map} date-selected-background [color: ('secondary', 500)] - The background color for the selected date.
|
|
513
|
+
/// @prop {Map} date-selected-text-color [contrast-color: ('secondary', 600)] - The text color for the selected date.
|
|
514
|
+
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('secondary', 600)] - The hover text color for the selected date.
|
|
515
|
+
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('secondary', 600)] - The focus text color for the selected date.
|
|
516
|
+
/// @prop {Map} date-current-text-color [color: ('gray', 800)] - The text color for the current date.
|
|
517
|
+
/// @prop {Map} date-current-hover-foreground [contrast-color: ('secondary', 200)] - The hover text color for the current date.
|
|
518
|
+
/// @prop {Map} date-current-focus-foreground [contrast-color: ('secondary', 200)] - The focus text color for the current date.
|
|
519
|
+
/// @requires {Map} $light-calendar
|
|
520
|
+
$material-calendar: extend(
|
|
521
|
+
$light-calendar,
|
|
522
|
+
(
|
|
523
|
+
date-selected-background: (
|
|
524
|
+
color: (
|
|
525
|
+
'secondary',
|
|
526
|
+
500,
|
|
527
|
+
),
|
|
528
|
+
),
|
|
529
|
+
|
|
530
|
+
date-selected-text-color: (
|
|
531
|
+
contrast-color: (
|
|
532
|
+
'secondary',
|
|
533
|
+
600,
|
|
534
|
+
),
|
|
535
|
+
),
|
|
536
|
+
|
|
537
|
+
date-selected-hover-foreground: (
|
|
538
|
+
contrast-color: (
|
|
539
|
+
'secondary',
|
|
540
|
+
600,
|
|
541
|
+
),
|
|
542
|
+
),
|
|
543
|
+
|
|
544
|
+
date-selected-focus-foreground: (
|
|
545
|
+
contrast-color: (
|
|
546
|
+
'secondary',
|
|
547
|
+
600,
|
|
548
|
+
),
|
|
549
|
+
),
|
|
550
|
+
|
|
551
|
+
date-current-text-color: (
|
|
552
|
+
color: (
|
|
553
|
+
'gray',
|
|
554
|
+
800,
|
|
555
|
+
),
|
|
556
|
+
),
|
|
557
|
+
|
|
558
|
+
date-current-hover-foreground: (
|
|
559
|
+
contrast-color: (
|
|
560
|
+
'secondary',
|
|
561
|
+
200,
|
|
562
|
+
),
|
|
563
|
+
),
|
|
564
|
+
|
|
565
|
+
date-current-focus-foreground: (
|
|
566
|
+
contrast-color: (
|
|
567
|
+
'secondary',
|
|
568
|
+
200,
|
|
569
|
+
),
|
|
570
|
+
),
|
|
571
|
+
)
|
|
572
|
+
);
|
|
573
|
+
|
|
566
574
|
/// Generates a fluent calendar schema.
|
|
567
575
|
/// @type {Map}
|
|
568
576
|
/// @prop {Color} date-current-text-color [color: 'surface'] - The text color for the current date.
|
|
569
577
|
/// @prop {Map} date-current-bg-color [color: ('primary', 500)] - The background color for the current date.
|
|
570
578
|
/// @prop {Map} date-selected-background [color: ('primary', 50)] - The background color for the selected date.
|
|
571
579
|
/// @prop {Map} date-selected-text-color [color: ('primary', 100)] - The text color for the selected date.
|
|
580
|
+
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('primary', 50)] - The focus text color for the selected date.
|
|
572
581
|
/// @prop {Map} date-selected-current-hover-foreground [contrast-color: ('primary', 600)] - The hover text color for the selected/current date.
|
|
573
582
|
/// @prop {Map} date-selected-current-focus-foreground [contrast-color: ('primary', 600)] - The focus text color for the selected/current date.
|
|
574
583
|
/// @prop {Map} date-current-hover-background [color: ('primary', 500)] - The hover background color for the current date.
|
|
@@ -715,6 +724,7 @@ $fluent-calendar: extend(
|
|
|
715
724
|
|
|
716
725
|
/// Generates a bootstrap calendar schema.
|
|
717
726
|
/// @type {Map}
|
|
727
|
+
/// @prop {Map} content-text-color [color: ('gray', 900)] - The main content text color.
|
|
718
728
|
/// @prop {Map} year-hover-text-color [color: ('primary', 500)] - The year hover text color.
|
|
719
729
|
/// @prop {Map} date-special-background [color: ('warn')] - The background color used for special dates.
|
|
720
730
|
/// @prop {Map} month-hover-text-color [color: ('primary', 500)] - The month hover text color.
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
/// @prop {Map} subtitle-text-color [color: ('gray', 700)] - The text color of the card subtitle.
|
|
16
16
|
/// @prop {Map} content-text-color [color: ('gray', 700)] - The text color of the card content.
|
|
17
17
|
/// @prop {Map} actions-text-color [color: ('gray', 700)] - The text color of the card buttons.
|
|
18
|
-
/// @prop {Map} outline-color [color: ('gray', 400, .54)] - The outline color of an outlined type card.
|
|
19
18
|
/// @prop {Number} resting-elevation [4] - The elevation level, between 0-24, to be used for the resting state.
|
|
20
19
|
/// @prop {Number} hover-elevation [6] - The elevation level, between 0-24, to be used for the hover state.
|
|
21
20
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(24px))] - The border radius used for card.
|
|
@@ -56,14 +55,6 @@ $light-card: extend(
|
|
|
56
55
|
),
|
|
57
56
|
),
|
|
58
57
|
|
|
59
|
-
outline-color: (
|
|
60
|
-
color: (
|
|
61
|
-
'gray',
|
|
62
|
-
400,
|
|
63
|
-
0.54,
|
|
64
|
-
),
|
|
65
|
-
),
|
|
66
|
-
|
|
67
58
|
border-radius: (
|
|
68
59
|
border-radius: (
|
|
69
60
|
rem(4px),
|
|
@@ -75,6 +66,24 @@ $light-card: extend(
|
|
|
75
66
|
)
|
|
76
67
|
);
|
|
77
68
|
|
|
69
|
+
/// Generates a material card schema.
|
|
70
|
+
/// @type {Map}
|
|
71
|
+
/// @prop {Map} outline-color [color: ('gray', 400, .54)] - The outline color of an outlined type card.
|
|
72
|
+
/// @prop {List} border-radius [(rem(2px), rem(0), rem(24px))] - The border radius used for card.
|
|
73
|
+
/// @requires {Map} $light-card
|
|
74
|
+
$material-card: extend(
|
|
75
|
+
$light-card,
|
|
76
|
+
(
|
|
77
|
+
outline-color: (
|
|
78
|
+
color: (
|
|
79
|
+
'gray',
|
|
80
|
+
400,
|
|
81
|
+
0.54,
|
|
82
|
+
),
|
|
83
|
+
),
|
|
84
|
+
)
|
|
85
|
+
);
|
|
86
|
+
|
|
78
87
|
/// Generates a fluent card schema.
|
|
79
88
|
/// @type {Map}
|
|
80
89
|
/// @prop {Map} outline-color [color: ('gray', 200)] - The outline color of an outlined type card.
|
|
@@ -104,7 +113,6 @@ $fluent-card: extend(
|
|
|
104
113
|
/// @type {Map}
|
|
105
114
|
/// @prop {Map} background [contrast-color: ('gray', 900)]- The card background color.
|
|
106
115
|
/// @prop {Map} outline-color [color: ('gray', 300)] - The outline color of an outlined type card.
|
|
107
|
-
/// @prop {Map} header-text-color [color: ('gray', 900)] - The text color of the card title.
|
|
108
116
|
/// @prop {Map} subtitle-text-color [color: ('gray', 800)] - The text color of the card subtitle.
|
|
109
117
|
/// @prop {Map} content-text-color [color: ('gray', 800)] - The text color of the card content.
|
|
110
118
|
/// @prop {Map} actions-text-color [color: ('gray', 900)] - The text color of the card buttons.
|
|
@@ -126,13 +134,6 @@ $bootstrap-card: extend(
|
|
|
126
134
|
),
|
|
127
135
|
),
|
|
128
136
|
|
|
129
|
-
header-text-color: (
|
|
130
|
-
color: (
|
|
131
|
-
'gray',
|
|
132
|
-
900,
|
|
133
|
-
),
|
|
134
|
-
),
|
|
135
|
-
|
|
136
137
|
subtitle-text-color: (
|
|
137
138
|
color: (
|
|
138
139
|
'gray',
|
|
@@ -159,9 +160,7 @@ $bootstrap-card: extend(
|
|
|
159
160
|
/// Generates an indigo card schema.
|
|
160
161
|
/// @type {Map}
|
|
161
162
|
/// @prop {Map} outline-color [color: ('gray', 400)] - The outline color of an outlined type card.
|
|
162
|
-
/// @prop {Map} header-text-color [color: ('gray', 900)] - The text color of the card title.
|
|
163
163
|
/// @prop {Map} subtitle-text-color [color: ('gray', 500)] - The text color of the card subtitle.
|
|
164
|
-
/// @prop {Map} content-text-color [color: ('gray', 700)] - The text color of the card content.
|
|
165
164
|
/// @prop {Map} actions-text-color [color: ('gray', 600)] - The text color of the card buttons.
|
|
166
165
|
/// @prop {List} border-radius [(rem(3px), rem(0), rem(24px))] - The border radius used for card.
|
|
167
166
|
/// @requires {Map} $light-card
|
|
@@ -175,13 +174,6 @@ $indigo-card: extend(
|
|
|
175
174
|
),
|
|
176
175
|
),
|
|
177
176
|
|
|
178
|
-
header-text-color: (
|
|
179
|
-
color: (
|
|
180
|
-
'gray',
|
|
181
|
-
900,
|
|
182
|
-
),
|
|
183
|
-
),
|
|
184
|
-
|
|
185
177
|
subtitle-text-color: (
|
|
186
178
|
color: (
|
|
187
179
|
'gray',
|
|
@@ -189,13 +181,6 @@ $indigo-card: extend(
|
|
|
189
181
|
),
|
|
190
182
|
),
|
|
191
183
|
|
|
192
|
-
content-text-color: (
|
|
193
|
-
color: (
|
|
194
|
-
'gray',
|
|
195
|
-
700,
|
|
196
|
-
),
|
|
197
|
-
),
|
|
198
|
-
|
|
199
184
|
actions-text-color: (
|
|
200
185
|
color: (
|
|
201
186
|
'gray',
|
|
@@ -108,6 +108,13 @@ $light-carousel: extend(
|
|
|
108
108
|
)
|
|
109
109
|
);
|
|
110
110
|
|
|
111
|
+
/// Generates a material carousel schema.
|
|
112
|
+
/// @type {Map}
|
|
113
|
+
/// @prop {Number} button-elevation [0] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
114
|
+
/// @requires {Map} $light-carousel
|
|
115
|
+
/// @requires {Map} $default-elevation-carousel
|
|
116
|
+
$material-carousel: $light-carousel;
|
|
117
|
+
|
|
111
118
|
/// Generates a fluent carousel schema.
|
|
112
119
|
/// @type {Map}
|
|
113
120
|
/// @prop {Number} button-elevation [0] - The elevation level, between 0-24, to be used for the carousel buttons.
|
|
@@ -14,9 +14,8 @@
|
|
|
14
14
|
/// @prop {Map} tick-color [color: ('gray', 50)] - The checked mark color.
|
|
15
15
|
/// @prop {Map} tick-color-hover [color: ('gray', 50)] - The checked mark color on hover.
|
|
16
16
|
/// @prop {Map} label-color [color: ('gray', 900)]- The text color used for the label text.
|
|
17
|
-
/// @prop {Map} empty-color [color: ('gray',
|
|
18
|
-
/// @prop {Map} fill-color [color: ('
|
|
19
|
-
/// @prop {Map} fill-color-hover [color: ('secondary', 500)] - The checked border and fill colors on hover.
|
|
17
|
+
/// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
|
|
18
|
+
/// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
|
|
20
19
|
/// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled border and fill colors.
|
|
21
20
|
/// @prop {Map} disabled-indeterminate-color [color: ('secondary', 100)] - The disabled border and fill colors in indeterminate state.
|
|
22
21
|
/// @prop {Map} disabled-color-label [color: ('gray', 500)] - The disabled color of the label.
|
|
@@ -46,21 +45,16 @@ $light-checkbox: (
|
|
|
46
45
|
empty-color: (
|
|
47
46
|
color: (
|
|
48
47
|
'gray',
|
|
49
|
-
|
|
48
|
+
500,
|
|
50
49
|
),
|
|
51
50
|
),
|
|
52
51
|
fill-color: (
|
|
53
52
|
color: (
|
|
54
|
-
'
|
|
55
|
-
500,
|
|
56
|
-
),
|
|
57
|
-
),
|
|
58
|
-
fill-color-hover: (
|
|
59
|
-
color: (
|
|
60
|
-
'secondary',
|
|
53
|
+
'primary',
|
|
61
54
|
500,
|
|
62
55
|
),
|
|
63
56
|
),
|
|
57
|
+
|
|
64
58
|
disabled-color: (
|
|
65
59
|
color: (
|
|
66
60
|
'gray',
|
|
@@ -107,13 +101,43 @@ $light-checkbox: (
|
|
|
107
101
|
),
|
|
108
102
|
);
|
|
109
103
|
|
|
104
|
+
/// Generates a material checkbox schema.
|
|
105
|
+
/// @type {Map}
|
|
106
|
+
/// @prop {Map} empty-color [color: ('gray', 600)] - The unchecked border color.
|
|
107
|
+
/// @prop {Map} fill-color [color: ('secondary', 500)] - The checked border and fill colors.
|
|
108
|
+
/// @prop {Map} fill-color-hover [color: ('secondary', 500)] - The checked border and fill colors on hover.
|
|
109
|
+
/// @requires {Map} $light-checkbox
|
|
110
|
+
$material-checkbox: extend(
|
|
111
|
+
$light-checkbox,
|
|
112
|
+
(
|
|
113
|
+
empty-color: (
|
|
114
|
+
color: (
|
|
115
|
+
'gray',
|
|
116
|
+
600,
|
|
117
|
+
),
|
|
118
|
+
),
|
|
119
|
+
|
|
120
|
+
fill-color: (
|
|
121
|
+
color: (
|
|
122
|
+
'secondary',
|
|
123
|
+
500,
|
|
124
|
+
),
|
|
125
|
+
),
|
|
126
|
+
|
|
127
|
+
fill-color-hover: (
|
|
128
|
+
color: (
|
|
129
|
+
'secondary',
|
|
130
|
+
500,
|
|
131
|
+
),
|
|
132
|
+
),
|
|
133
|
+
)
|
|
134
|
+
);
|
|
135
|
+
|
|
110
136
|
/// Generates a fluent checkbox schema.
|
|
111
137
|
/// @type {Map}
|
|
112
138
|
/// @prop {Map} tick-color-hover [color: ('gray', 700)] - The checked mark color on hover when the control in unchecked.
|
|
113
139
|
/// @prop {Map} empty-color [color: ('gray', 900)] - The unchecked border color.
|
|
114
|
-
/// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
|
|
115
140
|
/// @prop {Map} fill-color-hover [color: ('primary', 900)] - The checked border and fill colors on hover.
|
|
116
|
-
/// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled border and fill colors.
|
|
117
141
|
/// @prop {Map} focus-outline-color [color: ('gray', 800)] - The focus outlined color.
|
|
118
142
|
/// @prop {Map} error-color-hover [color: ('error', 900)] - The border and fill colors in invalid state on hover.
|
|
119
143
|
/// @prop {List} border-radius [(rem(2px), rem(0), rem(10px))] - The border radius used for checkbox.
|
|
@@ -140,24 +164,12 @@ $fluent-checkbox: extend(
|
|
|
140
164
|
900,
|
|
141
165
|
),
|
|
142
166
|
),
|
|
143
|
-
fill-color: (
|
|
144
|
-
color: (
|
|
145
|
-
'primary',
|
|
146
|
-
500,
|
|
147
|
-
),
|
|
148
|
-
),
|
|
149
167
|
fill-color-hover: (
|
|
150
168
|
color: (
|
|
151
169
|
'primary',
|
|
152
170
|
900,
|
|
153
171
|
),
|
|
154
172
|
),
|
|
155
|
-
disabled-color: (
|
|
156
|
-
color: (
|
|
157
|
-
'gray',
|
|
158
|
-
400,
|
|
159
|
-
),
|
|
160
|
-
),
|
|
161
173
|
error-color-hover: (
|
|
162
174
|
color: (
|
|
163
175
|
'error',
|
|
@@ -183,9 +195,7 @@ $fluent-checkbox: extend(
|
|
|
183
195
|
|
|
184
196
|
/// Generates a bootstrap checkbox schema.
|
|
185
197
|
/// @type {Map}
|
|
186
|
-
/// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
|
|
187
198
|
/// @prop {Map} fill-color-hover [color: ('primary', 500)] - The checked border and fill colors on hover.
|
|
188
|
-
/// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
|
|
189
199
|
/// @prop {Map} disabled-color [color: ('primary', 200)] - The disabled border and fill colors.
|
|
190
200
|
/// @prop {Map} disabled-color-label [color: ('gray', 400)] - The disabled color of the label.
|
|
191
201
|
/// @prop {Map} focus-outline-color [color: ('primary', 200)] - The focus outlined color.
|
|
@@ -202,24 +212,12 @@ $bootstrap-checkbox: extend(
|
|
|
202
212
|
200,
|
|
203
213
|
),
|
|
204
214
|
),
|
|
205
|
-
fill-color: (
|
|
206
|
-
color: (
|
|
207
|
-
'primary',
|
|
208
|
-
500,
|
|
209
|
-
),
|
|
210
|
-
),
|
|
211
215
|
fill-color-hover: (
|
|
212
216
|
color: (
|
|
213
217
|
'primary',
|
|
214
218
|
500,
|
|
215
219
|
),
|
|
216
220
|
),
|
|
217
|
-
empty-color: (
|
|
218
|
-
color: (
|
|
219
|
-
'gray',
|
|
220
|
-
500,
|
|
221
|
-
),
|
|
222
|
-
),
|
|
223
221
|
disabled-color: (
|
|
224
222
|
color: (
|
|
225
223
|
'primary',
|
|
@@ -259,9 +257,7 @@ $bootstrap-checkbox: extend(
|
|
|
259
257
|
/// @type {Map}
|
|
260
258
|
/// @prop {Color} tick-color [color: 'surface'] - The checked mark color.
|
|
261
259
|
/// @prop {Color} tick-color-hover [color: 'surface'] - The checked mark color on hover.
|
|
262
|
-
/// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
|
|
263
260
|
/// @prop {Map} fill-color-hover [color: ('primary', 400)] - The checked border and fill colors on hover.
|
|
264
|
-
/// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
|
|
265
261
|
/// @prop {Map} disabled-color [color: ('gray', 300)] - The disabled border and fill colors.
|
|
266
262
|
/// @prop {Map} disabled-indeterminate-color [color: ('primary', 200)] - The disabled border and fill colors in checked/indeterminate state.
|
|
267
263
|
/// @prop {Map} disabled-color-label [color: ('gray', 300)] - The disabled label color.
|
|
@@ -292,24 +288,12 @@ $indigo-checkbox: extend(
|
|
|
292
288
|
tick-color-hover: (
|
|
293
289
|
color: 'surface',
|
|
294
290
|
),
|
|
295
|
-
fill-color: (
|
|
296
|
-
color: (
|
|
297
|
-
'primary',
|
|
298
|
-
500,
|
|
299
|
-
),
|
|
300
|
-
),
|
|
301
291
|
fill-color-hover: (
|
|
302
292
|
color: (
|
|
303
293
|
'primary',
|
|
304
294
|
400,
|
|
305
295
|
),
|
|
306
296
|
),
|
|
307
|
-
empty-color: (
|
|
308
|
-
color: (
|
|
309
|
-
'gray',
|
|
310
|
-
500,
|
|
311
|
-
),
|
|
312
|
-
),
|
|
313
297
|
disabled-color: (
|
|
314
298
|
color: (
|
|
315
299
|
'gray',
|