igniteui-theming 1.4.14 → 2.0.1
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/package.json +1 -1
- package/sass/themes/_functions.scss +5 -2
- package/sass/themes/_mixins.scss +4 -1
- package/sass/themes/schemas/components/light/_action-strip.scss +24 -8
- package/sass/themes/schemas/components/light/_avatar.scss +2 -2
- package/sass/themes/schemas/components/light/_badge.scss +2 -2
- package/sass/themes/schemas/components/light/_button-group.scss +18 -7
- package/sass/themes/schemas/components/light/_button.scss +90 -34
- package/sass/themes/schemas/components/light/_calendar.scss +60 -22
- package/sass/themes/schemas/components/light/_card.scss +18 -7
- package/sass/themes/schemas/components/light/_carousel.scss +12 -6
- package/sass/themes/schemas/components/light/_checkbox.scss +48 -16
- package/sass/themes/schemas/components/light/_chip.scss +12 -6
- package/sass/themes/schemas/components/light/_dialog.scss +18 -7
- package/sass/themes/schemas/components/light/_drop-down.scss +30 -13
- package/sass/themes/schemas/components/light/_expansion-panel.scss +12 -5
- package/sass/themes/schemas/components/light/_grid.scss +20 -9
- package/sass/themes/schemas/components/light/_icon.scss +0 -2
- package/sass/themes/schemas/components/light/_input-group.scss +54 -21
- package/sass/themes/schemas/components/light/_list.scss +24 -10
- package/sass/themes/schemas/components/light/_navdrawer.scss +18 -7
- package/sass/themes/schemas/components/light/_progress.scss +13 -7
- package/sass/themes/schemas/components/light/_snackbar.scss +18 -6
- package/sass/themes/schemas/components/light/_splitter.scss +6 -2
- package/sass/themes/schemas/components/light/_stepper.scss +28 -14
- package/sass/themes/schemas/components/light/_switch.scss +42 -15
- package/sass/themes/schemas/components/light/_tabs.scss +12 -4
- package/sass/themes/schemas/components/light/_time-picker.scss +42 -15
- package/sass/themes/schemas/components/light/_toast.scss +24 -8
- package/sass/themes/schemas/components/light/_tooltip.scss +18 -7
- package/sass/themes/schemas/components/light/_watermark.scss +24 -8
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
/// @prop {Map} root-summaries-text-color [contrast-color: ('gray', 300)] - The text color of the summary groups located the footer.
|
|
90
90
|
/// @prop {Map} row-drag-color [color: ('gray', 200))] - The color of the drag handle.
|
|
91
91
|
/// @prop {Map} row-ghost-background [color: ('primary', 50))] - The background color of the dragged row.
|
|
92
|
-
/// @prop {
|
|
93
|
-
/// @prop {
|
|
94
|
-
/// @prop {
|
|
92
|
+
/// @prop {Number} grid-elevation [2] - The elevation level, between 0-24, to be used for the grid.
|
|
93
|
+
/// @prop {Number} drag-elevation [5] - The elevation level, between 0-24, to be used for movable elements (ex. column header).
|
|
94
|
+
/// @prop {List} drop-area-border-radius [(rem(16px), rem(0), rem(16px))] - The border radius used for drop-area.
|
|
95
95
|
/// @requires {Map} $default-elevation-grid
|
|
96
96
|
$light-grid: extend(
|
|
97
97
|
$default-elevation-grid,
|
|
@@ -626,7 +626,11 @@ $light-grid: extend(
|
|
|
626
626
|
),
|
|
627
627
|
),
|
|
628
628
|
|
|
629
|
-
drop-area-border-radius:
|
|
629
|
+
drop-area-border-radius: (
|
|
630
|
+
rem(16px),
|
|
631
|
+
rem(0),
|
|
632
|
+
rem(16px),
|
|
633
|
+
),
|
|
630
634
|
)
|
|
631
635
|
);
|
|
632
636
|
|
|
@@ -653,7 +657,7 @@ $light-grid: extend(
|
|
|
653
657
|
/// @prop {Map} row-ghost-background [color: 'surface'] - The background color of the dragged row.
|
|
654
658
|
/// @prop {number} grid-elevation [0] - The elevation level, between 0-24, to be used for the grid.
|
|
655
659
|
/// @prop {number} drag-elevation [1] - The elevation level, between 0-24, to be used for movable elements (ex. column header).
|
|
656
|
-
/// @prop {
|
|
660
|
+
/// @prop {List} drop-area-border-radius [(rem(2px), rem(0), rem(16px))] - The border radius used for drop-area.
|
|
657
661
|
/// @prop {Map} filtering-background-or [color: ('error', .5)] - The background color of advanced filtering "OR" condition.
|
|
658
662
|
/// @prop {Map} filtering-background-or--focus [color: ('error')] - The background color on focus/selected of advanced filtering "OR" condition.
|
|
659
663
|
/// @prop {Map} cell-selected-within-background [color: ('gray', 300)] - The background of the selected cell inside a selected row/column.
|
|
@@ -828,7 +832,11 @@ $fluent-grid: extend(
|
|
|
828
832
|
color: 'surface',
|
|
829
833
|
),
|
|
830
834
|
|
|
831
|
-
drop-area-border-radius:
|
|
835
|
+
drop-area-border-radius: (
|
|
836
|
+
rem(2px),
|
|
837
|
+
rem(0),
|
|
838
|
+
rem(16px),
|
|
839
|
+
),
|
|
832
840
|
)
|
|
833
841
|
);
|
|
834
842
|
|
|
@@ -845,7 +853,7 @@ $fluent-grid: extend(
|
|
|
845
853
|
/// @prop {Map} row-selected-hover-background [color: ('primary', 100)] - The selected row hover background.
|
|
846
854
|
/// @prop {Map} pinned-border-color [color: ('gray', 400)] - The color of the pinned border.
|
|
847
855
|
/// @prop {Map} resize-line-color [color: ('primary', 500)] - The table header resize line color.
|
|
848
|
-
/// @prop {
|
|
856
|
+
/// @prop {List} drop-area-border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for drop-area.
|
|
849
857
|
/// @prop {Map} cell-selected-within-background [color: ('primary', 100)] - The background of the selected cell inside a selected row/column.
|
|
850
858
|
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('primary', 100)] - The color of the selected cell inside a selected row/column.
|
|
851
859
|
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('primary', 100)] - The selected row hover text color.
|
|
@@ -984,7 +992,11 @@ $bootstrap-grid: extend(
|
|
|
984
992
|
),
|
|
985
993
|
),
|
|
986
994
|
|
|
987
|
-
drop-area-border-radius:
|
|
995
|
+
drop-area-border-radius: (
|
|
996
|
+
rem(4px),
|
|
997
|
+
rem(0),
|
|
998
|
+
rem(16px),
|
|
999
|
+
),
|
|
988
1000
|
)
|
|
989
1001
|
);
|
|
990
1002
|
|
|
@@ -1021,7 +1033,6 @@ $bootstrap-grid: extend(
|
|
|
1021
1033
|
/// @prop {Map} drop-area-background [color: ('gray', 200)] - The drop area background color.
|
|
1022
1034
|
/// @prop {Map} drop-area-text-color [contrast-color: ('gray', 200)] - The drop area text color.
|
|
1023
1035
|
/// @prop {Map} drop-area-icon-color [contrast-color: ('gray', 200)] - The drop area icon color.
|
|
1024
|
-
/// @prop {Number} drop-area-border-radius [16px] - The border radius used for drop-area. Can be a fraction between 0 and 1, pixels, or percent.
|
|
1025
1036
|
/// @prop {Map} root-summaries-background [color: ('gray', 100)] - The background color of the summary groups located the footer.
|
|
1026
1037
|
/// @prop {Map} body-summaries-background [color: ('gray', 100)] - The background color of the summary groups located the body.
|
|
1027
1038
|
/// @prop {Map} group-row-background [color: ('gray', 100)] - The grid group row background color.
|
|
@@ -10,11 +10,9 @@
|
|
|
10
10
|
/// Generates a light icon schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Color} color ["'currentColor'"] - The icon color.
|
|
13
|
-
/// @prop {String} size [rem(24px)] - The icon size.
|
|
14
13
|
/// @prop {Color} disabled-color ["'currentColor'"] - The disabled icon color.
|
|
15
14
|
$light-icon: (
|
|
16
15
|
color: "'currentColor'",
|
|
17
|
-
size: rem(24px),
|
|
18
16
|
disabled-color: "'currentColor'",
|
|
19
17
|
);
|
|
20
18
|
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
/// @prop {Map} error-shadow-color [color: ('error', 500, .38)] - The shadow/border color for error state for bootstrap input group.
|
|
52
52
|
/// @prop {Map} placeholder-color [color: ('gray', 700)] - The placeholder color of an input group.
|
|
53
53
|
/// @prop {Map} disabled-placeholder-color [color: ('gray', 500)] - The disabled placeholder color of an input group.
|
|
54
|
-
/// @prop {
|
|
55
|
-
/// @prop {
|
|
56
|
-
/// @prop {
|
|
54
|
+
/// @prop {List} box-border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for box input.
|
|
55
|
+
/// @prop {List} border-border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for border input.
|
|
56
|
+
/// @prop {List} search-border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for search input.
|
|
57
57
|
/// @prop {Map} input-prefix-color--filled [color: ('gray', 900)] - The input prefix color in the filled state.
|
|
58
58
|
/// @prop {Color} input-prefix-background--filled [inherit] - The background color of an input prefix in the filled state.
|
|
59
59
|
/// @prop {Map} input-prefix-color--focused [color: ('gray', 900)] - The input prefix color in the focused state.
|
|
@@ -280,9 +280,21 @@ $light-input-group: extend(
|
|
|
280
280
|
100,
|
|
281
281
|
),
|
|
282
282
|
),
|
|
283
|
-
box-border-radius:
|
|
284
|
-
|
|
285
|
-
|
|
283
|
+
box-border-radius: (
|
|
284
|
+
rem(4px),
|
|
285
|
+
rem(0),
|
|
286
|
+
rem(20px),
|
|
287
|
+
),
|
|
288
|
+
border-border-radius: (
|
|
289
|
+
rem(4px),
|
|
290
|
+
rem(0),
|
|
291
|
+
rem(20px),
|
|
292
|
+
),
|
|
293
|
+
search-border-radius: (
|
|
294
|
+
rem(4px),
|
|
295
|
+
rem(0),
|
|
296
|
+
rem(20px),
|
|
297
|
+
),
|
|
286
298
|
success-shadow-color: (
|
|
287
299
|
color: (
|
|
288
300
|
'success',
|
|
@@ -314,9 +326,9 @@ $light-input-group: extend(
|
|
|
314
326
|
/// @prop {Number} search-resting-elevation [0] - The elevation level, between 0-24, to be used for the resting state of the search input.
|
|
315
327
|
/// @prop {Number} search-hover-elevation [0] - The elevation level, between 0-24, to be used for the hover state of the search input.
|
|
316
328
|
/// @prop {Number} search-disabled-elevation [0] - The elevation level, between 0-24, to be used for the disabled state of the search input.
|
|
317
|
-
/// @prop {
|
|
318
|
-
/// @prop {
|
|
319
|
-
/// @prop {
|
|
329
|
+
/// @prop {List} box-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for box input.
|
|
330
|
+
/// @prop {List} border-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for border input.
|
|
331
|
+
/// @prop {List} search-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for search input.
|
|
320
332
|
/// @prop {Map} input-prefix-color [color: ('gray', 700)] - The text color of an input prefix of type line, box and border.
|
|
321
333
|
/// @prop {Map} input-prefix-color--filled [color: ('gray', 700)] - The input prefix color in the filled state.
|
|
322
334
|
/// @prop {Map} input-prefix-color--focused [color: ('gray', 700)] - The input prefix color in the focused state.
|
|
@@ -461,9 +473,21 @@ $fluent-input-group: extend(
|
|
|
461
473
|
100,
|
|
462
474
|
),
|
|
463
475
|
),
|
|
464
|
-
box-border-radius:
|
|
465
|
-
|
|
466
|
-
|
|
476
|
+
box-border-radius: (
|
|
477
|
+
rem(2px),
|
|
478
|
+
rem(0),
|
|
479
|
+
rem(20px),
|
|
480
|
+
),
|
|
481
|
+
border-border-radius: (
|
|
482
|
+
rem(2px),
|
|
483
|
+
rem(0),
|
|
484
|
+
rem(20px),
|
|
485
|
+
),
|
|
486
|
+
search-border-radius: (
|
|
487
|
+
rem(2px),
|
|
488
|
+
rem(0),
|
|
489
|
+
rem(20px),
|
|
490
|
+
),
|
|
467
491
|
)
|
|
468
492
|
);
|
|
469
493
|
|
|
@@ -478,9 +502,6 @@ $fluent-input-group: extend(
|
|
|
478
502
|
/// @prop {Map} warning-secondary-color [color: ('warn', 500)] - The warning color used in the warning state.
|
|
479
503
|
/// @prop {Map} error-secondary-color [color: ('error')] - The error color used in the error state.
|
|
480
504
|
/// @prop {Map} disabled-text-color [color: ('gray', 400)] - The input text color in the disabled state.
|
|
481
|
-
/// @prop {Number} box-border-radius [4px] - The border radius used for box input. Can be a fraction between 0 and 1, pixels, or percent.
|
|
482
|
-
/// @prop {Number} border-border-radius [4px] - The border radius used for border input. Can be a fraction between 0 and 1, pixels, or percent.
|
|
483
|
-
/// @prop {Number} search-border-radius [4px] - The border radius used for search input. Can be a fraction between 0 and 1, pixels, or percent.
|
|
484
505
|
/// @prop {Map} interim-bottom-line-color [color: ('primary', 500)] - The bottom line and border colors during the to-focused transition.
|
|
485
506
|
/// @prop {Map} disabled-placeholder-color [color: ('gray', 400)] - The disabled placeholder color of an input group.
|
|
486
507
|
/// @prop {Map} input-prefix-color [color: ('gray', 800)] - The input prefix color in the idle state.
|
|
@@ -644,9 +665,9 @@ $bootstrap-input-group: extend(
|
|
|
644
665
|
/// @prop {Number} search-resting-elevation [1] - The elevation level, between 0-24, to be used for the resting state of the search input.
|
|
645
666
|
/// @prop {Number} search-hover-elevation [1] - The elevation level, between 0-24, to be used for the hover state of the search input.
|
|
646
667
|
/// @prop {Number} search-disabled-elevation [1] - The elevation level, between 0-24, to be used for the disabled state of the search input.
|
|
647
|
-
/// @prop {
|
|
648
|
-
/// @prop {
|
|
649
|
-
/// @prop {
|
|
668
|
+
/// @prop {List} box-border-radius [(rem(0), rem(0), rem(20px))] - The border radius used for box input.
|
|
669
|
+
/// @prop {List} border-border-radius [(rem(0), rem(0), rem(20px))] - The border radius used for border input.
|
|
670
|
+
/// @prop {List} search-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for search input.
|
|
650
671
|
/// @prop {Map} placeholder-color [color: ('gray', 300)] - The placeholder color of an input group.
|
|
651
672
|
/// @prop {Map} disabled-placeholder-color [color: ('gray', 300)] - The disabled placeholder color of an input group.
|
|
652
673
|
/// @prop {Map} input-prefix-color--filled [color: ('gray', 600)] - The input prefix color in the filled state.
|
|
@@ -781,9 +802,21 @@ $indigo-input-group: extend(
|
|
|
781
802
|
300,
|
|
782
803
|
),
|
|
783
804
|
),
|
|
784
|
-
box-border-radius:
|
|
785
|
-
|
|
786
|
-
|
|
805
|
+
box-border-radius: (
|
|
806
|
+
rem(0),
|
|
807
|
+
rem(0),
|
|
808
|
+
rem(20px),
|
|
809
|
+
),
|
|
810
|
+
border-border-radius: (
|
|
811
|
+
rem(0),
|
|
812
|
+
rem(0),
|
|
813
|
+
rem(20px),
|
|
814
|
+
),
|
|
815
|
+
search-border-radius: (
|
|
816
|
+
rem(2px),
|
|
817
|
+
rem(0),
|
|
818
|
+
rem(20px),
|
|
819
|
+
),
|
|
787
820
|
idle-secondary-color: (
|
|
788
821
|
color: (
|
|
789
822
|
'gray',
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
/// @prop {Color} item-thumbnail-color ["'currentColor'"] - The list item thumbnail color.
|
|
31
31
|
/// @prop {Color} item-thumbnail-color-hover ["'currentColor'"] - The list item thumbnail hover color.
|
|
32
32
|
/// @prop {Color} item-thumbnail-color-active ["'currentColor'"] - The list item thumbnail active color.
|
|
33
|
-
/// @prop {
|
|
34
|
-
/// @prop {
|
|
33
|
+
/// @prop {List} border-radius [()] - The border radius used for list component.
|
|
34
|
+
/// @prop {List} item-border-radius [()] - The border radius used for list item.
|
|
35
35
|
/// @prop {Number} border-color [transparent] - The list border color.
|
|
36
36
|
/// @prop {Color} border-width [0] - The list border width.
|
|
37
37
|
$light-list: (
|
|
@@ -117,8 +117,16 @@ $light-list: (
|
|
|
117
117
|
|
|
118
118
|
border-width: 0,
|
|
119
119
|
|
|
120
|
-
border-radius:
|
|
121
|
-
|
|
120
|
+
border-radius: (
|
|
121
|
+
rem(0),
|
|
122
|
+
rem(0),
|
|
123
|
+
rem(24px),
|
|
124
|
+
),
|
|
125
|
+
item-border-radius: (
|
|
126
|
+
rem(0),
|
|
127
|
+
rem(0),
|
|
128
|
+
rem(24px),
|
|
129
|
+
),
|
|
122
130
|
);
|
|
123
131
|
|
|
124
132
|
/// Generates a fluent list schema.
|
|
@@ -133,8 +141,7 @@ $fluent-list: $light-list;
|
|
|
133
141
|
/// @prop {Map} item-text-color [color: ('gray', 900)] - The list item text color.
|
|
134
142
|
/// @prop {Map} item-text-color-hover [color: ('gray', 900)] - The list item text color.
|
|
135
143
|
/// @prop {Map} item-text-color-active [color: ('gray', 900)] - The active list item text color.
|
|
136
|
-
/// @prop {
|
|
137
|
-
/// @prop {Number} item-border-radius [0] - The border radius used for list item. Can be a fraction between 0 and 1, pixels, or percent.
|
|
144
|
+
/// @prop {List} border-radius [(rem(4px), rem(0), rem(24px))] - The border radius used for list component.
|
|
138
145
|
/// @prop {Number} border-color [color: ('gray', 300)] - The list border color.
|
|
139
146
|
/// @prop {Color} border-width [rem(1px)] - The list border width.
|
|
140
147
|
/// @requires {Map} $light-list
|
|
@@ -184,7 +191,11 @@ $bootstrap-list: extend(
|
|
|
184
191
|
),
|
|
185
192
|
),
|
|
186
193
|
|
|
187
|
-
border-radius:
|
|
194
|
+
border-radius: (
|
|
195
|
+
rem(4px),
|
|
196
|
+
rem(0),
|
|
197
|
+
rem(24px),
|
|
198
|
+
),
|
|
188
199
|
)
|
|
189
200
|
);
|
|
190
201
|
|
|
@@ -205,8 +216,7 @@ $bootstrap-list: extend(
|
|
|
205
216
|
/// @prop {Color} item-thumbnail-color [color: ('gray', 600)] - The list item thumbnail color.
|
|
206
217
|
/// @prop {Color} item-thumbnail-color-hover [color: ('gray', 600)] - The list item thumbnail hover color.
|
|
207
218
|
/// @prop {Color} item-thumbnail-color-active [color: ('gray', 600)] - The list item thumbnail active color.
|
|
208
|
-
/// @prop {
|
|
209
|
-
/// @prop {Number} item-border-radius [2px] - The border radius used for list item. Can be a fraction between 0 and 1, pixels, or percent.
|
|
219
|
+
/// @prop {List} item-border-radius [(rem(2px), rem(0), rem(24px))] - The border radius used for list item.
|
|
210
220
|
/// @requires {Map} $light-list
|
|
211
221
|
$indigo-list: extend(
|
|
212
222
|
$light-list,
|
|
@@ -316,6 +326,10 @@ $indigo-list: extend(
|
|
|
316
326
|
),
|
|
317
327
|
),
|
|
318
328
|
|
|
319
|
-
item-border-radius:
|
|
329
|
+
item-border-radius: (
|
|
330
|
+
rem(2px),
|
|
331
|
+
rem(0),
|
|
332
|
+
rem(24px),
|
|
333
|
+
),
|
|
320
334
|
)
|
|
321
335
|
);
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
/// @prop {Map} item-hover-text-color [color: ('gray', 900)] - The item's hover text color.
|
|
23
23
|
/// @prop {Map} item-hover-icon-color [color: ('gray', 900)] - The item's hover icon color.
|
|
24
24
|
/// @prop {Map} elevation [16] - The elevation level, between 0-24, to be used for the drawer.
|
|
25
|
-
/// @prop {
|
|
26
|
-
/// @prop {
|
|
25
|
+
/// @prop {List} border-radius [(rem(0), rem(0), rem(36px))] - The border radius used for the navdrawer component.
|
|
26
|
+
/// @prop {List} item-border-radius [(rem(4px), rem(0), rem(24px))] - The border radius used for the navdrawer items.
|
|
27
27
|
/// @requires {Map} $default-elevation-navdrawer
|
|
28
28
|
$light-navdrawer: extend(
|
|
29
29
|
$default-elevation-navdrawer,
|
|
@@ -105,8 +105,16 @@ $light-navdrawer: extend(
|
|
|
105
105
|
),
|
|
106
106
|
),
|
|
107
107
|
|
|
108
|
-
border-radius:
|
|
109
|
-
|
|
108
|
+
border-radius: (
|
|
109
|
+
rem(0),
|
|
110
|
+
rem(0),
|
|
111
|
+
rem(36px),
|
|
112
|
+
),
|
|
113
|
+
item-border-radius: (
|
|
114
|
+
rem(4px),
|
|
115
|
+
rem(0),
|
|
116
|
+
rem(24px),
|
|
117
|
+
),
|
|
110
118
|
)
|
|
111
119
|
);
|
|
112
120
|
|
|
@@ -133,8 +141,7 @@ $bootstrap-navdrawer: $light-navdrawer;
|
|
|
133
141
|
/// @prop {Map} item-hover-text-color [contrast-color: ('gray', 700)] - The item's hover text color.
|
|
134
142
|
/// @prop {Map} item-hover-icon-color [contrast-color: ('gray', 700)] - The item's hover icon color.
|
|
135
143
|
/// @prop {Map} elevation [0] - The elevation level, between 0-24, to be used for the drawer.
|
|
136
|
-
/// @prop {
|
|
137
|
-
/// @prop {Number} item-border-radius [24px] - The border radius used for the navdrawer items. Can be a fraction between 0 and 1, pixels, or percent.
|
|
144
|
+
/// @prop {List} item-border-radius [(rem(24px), rem(0), rem(24px))] - The border radius used for the navdrawer items.
|
|
138
145
|
/// @requires {Map} $light-navdrawer
|
|
139
146
|
/// @requires {Map} $indigo-elevation-navdrawer
|
|
140
147
|
$indigo-navdrawer: extend(
|
|
@@ -209,6 +216,10 @@ $indigo-navdrawer: extend(
|
|
|
209
216
|
),
|
|
210
217
|
),
|
|
211
218
|
|
|
212
|
-
item-border-radius:
|
|
219
|
+
item-border-radius: (
|
|
220
|
+
rem(24px),
|
|
221
|
+
rem(0),
|
|
222
|
+
rem(24px),
|
|
223
|
+
),
|
|
213
224
|
)
|
|
214
225
|
);
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
/// @prop {Map} fill-color-success [color: ('success')] - The track success fill color.
|
|
18
18
|
/// @prop {Map} stripes-color [color: ('gray', 50, .7)] - The track stripes color.
|
|
19
19
|
/// @prop {Map} text-color [color: ('gray', 700)] - The track value text color.
|
|
20
|
-
/// @prop {
|
|
20
|
+
/// @prop {List} track-border-radius [(rem(0), rem(0), rem(8px))] - The border radius used for the progress bar track.
|
|
21
21
|
$light-progress-linear: extend(
|
|
22
22
|
(
|
|
23
23
|
track-color: (
|
|
@@ -73,13 +73,16 @@ $light-progress-linear: extend(
|
|
|
73
73
|
),
|
|
74
74
|
),
|
|
75
75
|
|
|
76
|
-
track-border-radius:
|
|
76
|
+
track-border-radius: (
|
|
77
|
+
rem(0),
|
|
78
|
+
rem(0),
|
|
79
|
+
rem(8px),
|
|
80
|
+
),
|
|
77
81
|
)
|
|
78
82
|
);
|
|
79
83
|
|
|
80
84
|
/// Generates a fluent progress-linear schema.
|
|
81
85
|
/// @type {Map}
|
|
82
|
-
/// @prop {Number} track-border-radius [0] - The border radius used for the progress bar track. Can be a fraction between 0 and 1, pixels, or percent.
|
|
83
86
|
/// @requires $light-progress-linear
|
|
84
87
|
$fluent-progress-linear: $light-progress-linear;
|
|
85
88
|
|
|
@@ -87,7 +90,7 @@ $fluent-progress-linear: $light-progress-linear;
|
|
|
87
90
|
/// @type {Map}
|
|
88
91
|
/// @prop {Map} track-color [color: ('gray', 200)] - The main track color.
|
|
89
92
|
/// @prop {Map} stripes-color [color: ('gray', 50, .15)] - The track stripes color.
|
|
90
|
-
/// @prop {
|
|
93
|
+
/// @prop {List} track-border-radius [(rem(4px), rem(0), rem(8px))] - The border radius used for the progress bar track.
|
|
91
94
|
/// @requires $light-progress-linear
|
|
92
95
|
$bootstrap-progress-linear: extend(
|
|
93
96
|
$light-progress-linear,
|
|
@@ -107,7 +110,11 @@ $bootstrap-progress-linear: extend(
|
|
|
107
110
|
),
|
|
108
111
|
),
|
|
109
112
|
|
|
110
|
-
track-border-radius:
|
|
113
|
+
track-border-radius: (
|
|
114
|
+
rem(4px),
|
|
115
|
+
rem(0),
|
|
116
|
+
rem(8px),
|
|
117
|
+
),
|
|
111
118
|
)
|
|
112
119
|
);
|
|
113
120
|
|
|
@@ -115,7 +122,6 @@ $bootstrap-progress-linear: extend(
|
|
|
115
122
|
/// @type {Map}
|
|
116
123
|
/// @prop {Map} track-color [color: ('gray', 300)] - The main track color.
|
|
117
124
|
/// @prop {Map} stripes-color [color: ('gray', 50, .45)] - The track stripes color.
|
|
118
|
-
/// @prop {Number} track-border-radius [0] - The border radius used for the progress bar track. Can be a fraction between 0 and 1, pixels, or percent.
|
|
119
125
|
/// @requires $light-progress-linear
|
|
120
126
|
$indigo-progress-linear: extend(
|
|
121
127
|
$light-progress-linear,
|
|
@@ -142,7 +148,7 @@ $indigo-progress-linear: extend(
|
|
|
142
148
|
/// @prop {Map} base-circle-color [color: ('gray', 300)] - The base circle fill color.
|
|
143
149
|
/// @prop {Map} progress-circle-color [color: ('primary', 500)] - The progress circle fill color.
|
|
144
150
|
/// @prop {Map} text-color [color: ('gray', 700)] - The value text color.
|
|
145
|
-
/// @prop {
|
|
151
|
+
/// @prop {List} track-border-radius [rem(0)] - The border radius used for the progress bar track.
|
|
146
152
|
$light-progress-circular: extend(
|
|
147
153
|
(
|
|
148
154
|
base-circle-color: (
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
/// @prop {Map} text-color [contrast-color: ('gray', 900)] - The text color used in the snackbar.
|
|
15
15
|
/// @prop {Map} button-color [color: ('secondary', 500)] - The button color used in the snackbar.
|
|
16
16
|
/// @prop {Number} elevation [4] - The elevation level, between 0-24, to be used in the snackbar.
|
|
17
|
-
/// @prop {
|
|
17
|
+
/// @prop {List} border-radius [(rem(4px), rem(0), rem(24px))] - The border radius used for snackbar.
|
|
18
18
|
/// @requires {Map} $default-elevation-snackbar
|
|
19
19
|
$light-snackbar: extend(
|
|
20
20
|
$default-elevation-snackbar,
|
|
@@ -41,19 +41,27 @@ $light-snackbar: extend(
|
|
|
41
41
|
),
|
|
42
42
|
),
|
|
43
43
|
|
|
44
|
-
border-radius:
|
|
44
|
+
border-radius: (
|
|
45
|
+
rem(4px),
|
|
46
|
+
rem(0),
|
|
47
|
+
rem(24px),
|
|
48
|
+
),
|
|
45
49
|
)
|
|
46
50
|
);
|
|
47
51
|
|
|
48
52
|
/// Generates a fluent snackbar schema.
|
|
49
53
|
/// @type {Map}
|
|
50
|
-
/// @prop {
|
|
54
|
+
/// @prop {List} border-radius [(rem(2px), rem(0), rem(24px))] - The border radius used for snackbar.
|
|
51
55
|
///
|
|
52
56
|
/// @requires $light-snackbar
|
|
53
57
|
$fluent-snackbar: extend(
|
|
54
58
|
$light-snackbar,
|
|
55
59
|
(
|
|
56
|
-
border-radius:
|
|
60
|
+
border-radius: (
|
|
61
|
+
rem(2px),
|
|
62
|
+
rem(0),
|
|
63
|
+
rem(24px),
|
|
64
|
+
),
|
|
57
65
|
)
|
|
58
66
|
);
|
|
59
67
|
|
|
@@ -97,7 +105,7 @@ $bootstrap-snackbar: extend(
|
|
|
97
105
|
/// @prop {Map} background [color: ('gray', 700, .9)] - The background color used in the snackbar.
|
|
98
106
|
/// @prop {Map} text-color [contrast-color: ('gray', 700)] - The text color used in the snackbar.
|
|
99
107
|
/// @prop {Map} button-color [contrast-color: ('gray', 700)] - The button color used in the snackbar.
|
|
100
|
-
/// @prop {
|
|
108
|
+
/// @prop {List} border-radius [(rem(6px), rem(0), rem(24px))] - The border radius used for snackbar.
|
|
101
109
|
///
|
|
102
110
|
///
|
|
103
111
|
/// @requires $light-snackbar
|
|
@@ -126,6 +134,10 @@ $indigo-snackbar: extend(
|
|
|
126
134
|
),
|
|
127
135
|
),
|
|
128
136
|
|
|
129
|
-
border-radius:
|
|
137
|
+
border-radius: (
|
|
138
|
+
rem(6px),
|
|
139
|
+
rem(0),
|
|
140
|
+
rem(24px),
|
|
141
|
+
),
|
|
130
142
|
)
|
|
131
143
|
);
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
/// @prop {Map} bar-color [color: ('gray', 200)] - The background color of the bar.
|
|
13
13
|
/// @prop {Map} handle-color [color: ('gray', 400)] - The color for the bar drag handle.
|
|
14
14
|
/// @prop {Map} expander-color [color: ('gray', 400)] - The color for the arrow expander's.
|
|
15
|
-
/// @prop {
|
|
15
|
+
/// @prop {List} border-radius [(rem(2px), rem(0), rem(2px))] - The border radius used for splitter.
|
|
16
16
|
/// @prop {Map} focus-color [color: ('secondary', 500)] - The color used for focused splitter bar.
|
|
17
17
|
/// @prop {Number} size [4px] - The size of the splitter, it's width for vertical and height for horizontal splitter.
|
|
18
18
|
$light-splitter: (
|
|
@@ -46,7 +46,11 @@ $light-splitter: (
|
|
|
46
46
|
|
|
47
47
|
size: 4px,
|
|
48
48
|
|
|
49
|
-
border-radius:
|
|
49
|
+
border-radius: (
|
|
50
|
+
rem(2px),
|
|
51
|
+
rem(0),
|
|
52
|
+
rem(2px),
|
|
53
|
+
),
|
|
50
54
|
);
|
|
51
55
|
|
|
52
56
|
/// Generates a fluent splitter schema.
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
/// @prop {Map} complete-step-separator-color [color: ('gray', 900)] - The separator border-color between the completed steps.
|
|
67
67
|
/// @prop {String} step-separator-style ['dashed'] - The separator border-style of between the steps.
|
|
68
68
|
/// @prop {String} complete-step-separator-style ['solid'] - The separator border-style between the completed steps.
|
|
69
|
-
/// @prop {
|
|
70
|
-
/// @prop {
|
|
69
|
+
/// @prop {List} border-radius-indicator [(rem(100px), rem(0), rem(100px))] - The indicator border radius.
|
|
70
|
+
/// @prop {List} border-radius-step-header [(rem(0), rem(0), rem(100px))] - The header border radius.
|
|
71
71
|
$light-stepper: (
|
|
72
72
|
// Step incomplete
|
|
73
73
|
step-background: transparent,
|
|
@@ -400,8 +400,8 @@ $light-stepper: (
|
|
|
400
400
|
),
|
|
401
401
|
step-separator-style: 'dashed',
|
|
402
402
|
complete-step-separator-style: 'solid',
|
|
403
|
-
border-radius-indicator: rem(100px),
|
|
404
|
-
border-radius-step-header: rem(0)
|
|
403
|
+
border-radius-indicator: (rem(100px), rem(0), rem(100px)),
|
|
404
|
+
border-radius-step-header: (rem(0), rem(0), rem(100px))
|
|
405
405
|
);
|
|
406
406
|
|
|
407
407
|
/// Generates a fluent stepper schema.
|
|
@@ -415,8 +415,8 @@ $light-stepper: (
|
|
|
415
415
|
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
416
416
|
/// @prop {Color} disabled-indicator-background [transparent] - The background color of the disabled step indicator.
|
|
417
417
|
/// @prop {Color} disabled-indicator-outline [transparent] - The outline color of the disabled step indicator.
|
|
418
|
-
/// @prop {
|
|
419
|
-
/// @prop {
|
|
418
|
+
/// @prop {List} border-radius-indicator [(rem(2px), rem(0), rem(100px))] - The indicator border radius.
|
|
419
|
+
/// @prop {List} border-radius-step-header [(rem(2px), rem(0), rem(100px))] - The header border radius.
|
|
420
420
|
/// @requires {Map} $light-stepper
|
|
421
421
|
$fluent-stepper: extend(
|
|
422
422
|
$light-stepper,
|
|
@@ -455,8 +455,16 @@ $fluent-stepper: extend(
|
|
|
455
455
|
// Disabled
|
|
456
456
|
disabled-indicator-background: transparent,
|
|
457
457
|
disabled-indicator-outline: transparent,
|
|
458
|
-
border-radius-indicator:
|
|
459
|
-
|
|
458
|
+
border-radius-indicator: (
|
|
459
|
+
rem(2px),
|
|
460
|
+
rem(0),
|
|
461
|
+
rem(100px),
|
|
462
|
+
),
|
|
463
|
+
border-radius-step-header: (
|
|
464
|
+
rem(2px),
|
|
465
|
+
rem(0),
|
|
466
|
+
rem(100px),
|
|
467
|
+
),
|
|
460
468
|
)
|
|
461
469
|
);
|
|
462
470
|
|
|
@@ -482,8 +490,8 @@ $fluent-stepper: extend(
|
|
|
482
490
|
/// @prop {Map} invalid-step-focus-background [color: ('gray', 300, .5)] - The background of the invalid step header on hover.
|
|
483
491
|
/// @prop {Map} current-step-focus-background [color: ('gray', 300, .5)] - The background of the current step header on hover.
|
|
484
492
|
/// @prop {Map} complete-step-focus-background [color: ('gray', 300, .5)] - The background of the complete step header on hover.
|
|
485
|
-
/// @prop {
|
|
486
|
-
/// @prop {
|
|
493
|
+
/// @prop {List} border-radius-indicator [(rem(2px), rem(0), rem(100px))] - The indicator border radius.
|
|
494
|
+
/// @prop {List} border-radius-step-header [(rem(2px), rem(0), rem(100px))] - The header border radius.
|
|
487
495
|
/// @requires {Map} $light-stepper
|
|
488
496
|
$bootstrap-stepper: extend(
|
|
489
497
|
$light-stepper,
|
|
@@ -606,8 +614,16 @@ $bootstrap-stepper: extend(
|
|
|
606
614
|
),
|
|
607
615
|
step-separator-style: 'solid',
|
|
608
616
|
complete-step-separator-style: 'solid',
|
|
609
|
-
border-radius-indicator:
|
|
610
|
-
|
|
617
|
+
border-radius-indicator: (
|
|
618
|
+
rem(2px),
|
|
619
|
+
rem(0),
|
|
620
|
+
rem(100px),
|
|
621
|
+
),
|
|
622
|
+
border-radius-step-header: (
|
|
623
|
+
rem(2px),
|
|
624
|
+
rem(0),
|
|
625
|
+
rem(100px),
|
|
626
|
+
),
|
|
611
627
|
)
|
|
612
628
|
);
|
|
613
629
|
|
|
@@ -625,8 +641,6 @@ $bootstrap-stepper: extend(
|
|
|
625
641
|
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
626
642
|
/// @prop {String} step-separator-style ['solid'] - The separator border-style of between the steps.
|
|
627
643
|
/// @prop {String} complete-step-separator-style ['solid'] - The separator border-style between the completed steps.
|
|
628
|
-
/// @prop {Number} border-radius-indicator [100px] - The border radius. Can be a fraction between 0 and 1, pixels, or percent.
|
|
629
|
-
/// @prop {Number} border-radius-step-header [0] - The border radius. Can be a fraction between 0 and 1, pixels, or percent.
|
|
630
644
|
/// @requires $light-stepper
|
|
631
645
|
$indigo-stepper: extend(
|
|
632
646
|
$light-stepper,
|