igniteui-theming 4.2.0 → 4.3.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/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 +4 -7
- 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 +1 -1
- 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 +164 -104
- 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 +1 -1
- 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/utils/_map.scss +40 -0
|
@@ -7,26 +7,18 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light radio schema.
|
|
10
|
+
/// Generates a base light radio schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Color} hover-color [transparent] - The text color used for the label text.
|
|
13
|
-
/// @prop {Map} fill-hover-border-color [color: ('secondary', 500)] - The text color used for the label text.
|
|
14
13
|
/// @prop {Map} label-color [color: ('gray', 900)] - The text color used for the label text.
|
|
15
|
-
/// @prop {Map} empty-color [color: ('gray',
|
|
16
|
-
/// @prop {Map} fill-color [color: ('
|
|
17
|
-
/// @prop {Map} fill-color-hover [color: ('secondary', 500)] - The checked border and dot colors on hover.
|
|
14
|
+
/// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
|
|
15
|
+
/// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and dot colors.
|
|
18
16
|
/// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled border and dot colors.
|
|
19
17
|
/// @prop {Map} disabled-label-color [color: ('gray', 400)] - The disabled label color.
|
|
20
18
|
/// @prop {Map} error-color [color: ('error', 500)] - The label, border and dot color in invalid state.
|
|
21
|
-
/// @prop {
|
|
19
|
+
/// @prop {Color} focus-outline-color-focused [transparent] - The focus outlined color for focused state.
|
|
22
20
|
$light-radio: (
|
|
23
21
|
hover-color: transparent,
|
|
24
|
-
fill-hover-border-color: (
|
|
25
|
-
color: (
|
|
26
|
-
'secondary',
|
|
27
|
-
500,
|
|
28
|
-
),
|
|
29
|
-
),
|
|
30
22
|
label-color: (
|
|
31
23
|
color: (
|
|
32
24
|
'gray',
|
|
@@ -36,18 +28,12 @@ $light-radio: (
|
|
|
36
28
|
empty-color: (
|
|
37
29
|
color: (
|
|
38
30
|
'gray',
|
|
39
|
-
600,
|
|
40
|
-
),
|
|
41
|
-
),
|
|
42
|
-
fill-color: (
|
|
43
|
-
color: (
|
|
44
|
-
'secondary',
|
|
45
31
|
500,
|
|
46
32
|
),
|
|
47
33
|
),
|
|
48
|
-
fill-color
|
|
34
|
+
fill-color: (
|
|
49
35
|
color: (
|
|
50
|
-
'
|
|
36
|
+
'primary',
|
|
51
37
|
500,
|
|
52
38
|
),
|
|
53
39
|
),
|
|
@@ -69,12 +55,58 @@ $light-radio: (
|
|
|
69
55
|
500,
|
|
70
56
|
),
|
|
71
57
|
),
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
58
|
+
focus-outline-color-focused: transparent,
|
|
59
|
+
);
|
|
60
|
+
|
|
61
|
+
/// Generates a material radio schema.
|
|
62
|
+
/// @type {Map}
|
|
63
|
+
/// @prop {Color} focus-outline-color [transparent] - The focus outlined color.
|
|
64
|
+
/// @prop {Map} fill-hover-border-color [color: ('secondary', 500)] - The text color used for the label text.
|
|
65
|
+
/// @prop {Map} empty-color [color: ('gray', 600)] - The unchecked border color.
|
|
66
|
+
/// @prop {Map} fill-color [color: ('secondary', 500)] - The checked border and dot colors on hover.
|
|
67
|
+
/// @prop {Map} fill-color-hover [color: ('secondary', 500)] - The checked border and dot colors on hover.
|
|
68
|
+
/// @prop {Map} error-color-hover [color: ('error', 500)] - The border and dot color in invalid state on hover.
|
|
69
|
+
/// @requires {Map} $light-radio
|
|
70
|
+
$material-radio: extend(
|
|
71
|
+
$light-radio,
|
|
72
|
+
(
|
|
73
|
+
focus-outline-color: transparent,
|
|
74
|
+
|
|
75
|
+
fill-hover-border-color: (
|
|
76
|
+
color: (
|
|
77
|
+
'secondary',
|
|
78
|
+
500,
|
|
79
|
+
),
|
|
76
80
|
),
|
|
77
|
-
|
|
81
|
+
|
|
82
|
+
empty-color: (
|
|
83
|
+
color: (
|
|
84
|
+
'gray',
|
|
85
|
+
600,
|
|
86
|
+
),
|
|
87
|
+
),
|
|
88
|
+
|
|
89
|
+
fill-color: (
|
|
90
|
+
color: (
|
|
91
|
+
'secondary',
|
|
92
|
+
500,
|
|
93
|
+
),
|
|
94
|
+
),
|
|
95
|
+
|
|
96
|
+
fill-color-hover: (
|
|
97
|
+
color: (
|
|
98
|
+
'secondary',
|
|
99
|
+
500,
|
|
100
|
+
),
|
|
101
|
+
),
|
|
102
|
+
|
|
103
|
+
error-color-hover: (
|
|
104
|
+
color: (
|
|
105
|
+
'error',
|
|
106
|
+
500,
|
|
107
|
+
),
|
|
108
|
+
),
|
|
109
|
+
)
|
|
78
110
|
);
|
|
79
111
|
|
|
80
112
|
/// Generates a fluent radio schema.
|
|
@@ -82,7 +114,6 @@ $light-radio: (
|
|
|
82
114
|
/// @prop {Map} hover-color [color: ('gray', 700)] - The border and dot colors on hover.
|
|
83
115
|
/// @prop {Map} fill-hover-border-color [color: ('primary', 800)] - The checked dot border color on hover.
|
|
84
116
|
/// @prop {Map} empty-color [color: ('gray', 900)] - The unchecked border color.
|
|
85
|
-
/// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and dot colors.
|
|
86
117
|
/// @prop {Map} fill-color-hover [color: ('primary', 800)] - The checked border and dot colors on hover.
|
|
87
118
|
/// @prop {Map} focus-outline-color [color: ('gray', 700)] - The focus outlined color.
|
|
88
119
|
/// @prop {Map} error-color-hover [color: ('error', 700)] - The border and dot color in invalid state on hover.
|
|
@@ -115,12 +146,6 @@ $fluent-radio: extend(
|
|
|
115
146
|
900,
|
|
116
147
|
),
|
|
117
148
|
),
|
|
118
|
-
fill-color: (
|
|
119
|
-
color: (
|
|
120
|
-
'primary',
|
|
121
|
-
500,
|
|
122
|
-
),
|
|
123
|
-
),
|
|
124
149
|
fill-color-hover: (
|
|
125
150
|
color: (
|
|
126
151
|
'primary',
|
|
@@ -145,8 +170,6 @@ $fluent-radio: extend(
|
|
|
145
170
|
/// Generates a bootstrap radio schema.
|
|
146
171
|
/// @type {Map}
|
|
147
172
|
/// @prop {Map} fill-hover-border-color [color: ('gray', 50)] - The checked dot border color on hover.
|
|
148
|
-
/// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
|
|
149
|
-
/// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and dot colors.
|
|
150
173
|
/// @prop {Map} disabled-color [color: ('primary', 200)] - The disabled border and dot colors.
|
|
151
174
|
/// @prop {Map} fill-color-hover [color: ('gray', 50)] - The checked border and dot colors on hover.
|
|
152
175
|
/// @prop {Map} focus-outline-color [color: ('primary', 200)] - The focus outlined color.
|
|
@@ -173,18 +196,6 @@ $bootstrap-radio: extend(
|
|
|
173
196
|
200,
|
|
174
197
|
),
|
|
175
198
|
),
|
|
176
|
-
empty-color: (
|
|
177
|
-
color: (
|
|
178
|
-
'gray',
|
|
179
|
-
500,
|
|
180
|
-
),
|
|
181
|
-
),
|
|
182
|
-
fill-color: (
|
|
183
|
-
color: (
|
|
184
|
-
'primary',
|
|
185
|
-
500,
|
|
186
|
-
),
|
|
187
|
-
),
|
|
188
199
|
fill-color-hover: (
|
|
189
200
|
color: (
|
|
190
201
|
'gray',
|
|
@@ -203,9 +214,6 @@ $bootstrap-radio: extend(
|
|
|
203
214
|
/// Generates an indigo radio schema.
|
|
204
215
|
/// @type {Map}
|
|
205
216
|
/// @prop {Map} fill-hover-border-color [color: ('primary', 500)] - The text color used for the label text.
|
|
206
|
-
/// @prop {Map} label-color [color: ('gray', 900)] - The text color used for the label text.
|
|
207
|
-
/// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
|
|
208
|
-
/// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and dot colors.
|
|
209
217
|
/// @prop {Map} fill-color-hover [color: ('primary', 500)] - The checked border and dot colors on hover.
|
|
210
218
|
/// @prop {Map} disabled-color [color: ('gray', 300)] - The disabled border and dot colors.
|
|
211
219
|
/// @prop {Map} focus-outline-color [color: ('gray', 300)] - The focus outlined color.
|
|
@@ -233,24 +241,6 @@ $indigo-radio: extend(
|
|
|
233
241
|
500,
|
|
234
242
|
),
|
|
235
243
|
),
|
|
236
|
-
label-color: (
|
|
237
|
-
color: (
|
|
238
|
-
'gray',
|
|
239
|
-
900,
|
|
240
|
-
),
|
|
241
|
-
),
|
|
242
|
-
empty-color: (
|
|
243
|
-
color: (
|
|
244
|
-
'gray',
|
|
245
|
-
500,
|
|
246
|
-
),
|
|
247
|
-
),
|
|
248
|
-
fill-color: (
|
|
249
|
-
color: (
|
|
250
|
-
'primary',
|
|
251
|
-
500,
|
|
252
|
-
),
|
|
253
|
-
),
|
|
254
244
|
fill-color-hover: (
|
|
255
245
|
color: (
|
|
256
246
|
'primary',
|
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
/* stylelint-disable max-line-length */
|
|
11
11
|
|
|
12
|
+
/// Generates a base light rating schema.
|
|
13
|
+
/// @type {Map}
|
|
12
14
|
/// @prop {Map} label-color [color: ('gray', 900)] - sets the color for the label.
|
|
13
|
-
/// @prop {Map} value-label [color: ('gray',
|
|
15
|
+
/// @prop {Map} value-label [color: ('gray', 900)] - sets the color for the value label.
|
|
14
16
|
/// @prop {Number} symbol-size [rem(36px)] - the size of the symbols.
|
|
15
17
|
/// @prop {Map} symbol-empty-color [color: ('gray', 900)] - sets the idle color for the symbol when it is a plane text.
|
|
16
18
|
/// @prop {Map} symbol-full-color [color: ('primary')] - sets the color in selected state for the symbol when it is a plane text.
|
|
@@ -20,8 +22,6 @@
|
|
|
20
22
|
/// @prop {Map} disabled-empty-symbol-color [color: ('gray', 400)] - sets the idle color for the symbol in disabled state when it is a plane text.
|
|
21
23
|
/// @prop {Map} disabled-full-symbol-color [color: ('gray', 600)] - sets the color for the symbol in selected/disabled state when it is a plane text.
|
|
22
24
|
/// @prop {Number} default-size [2] - The default size used for the rating component.
|
|
23
|
-
/// Generates a light rating schema.
|
|
24
|
-
/// @type {Map}
|
|
25
25
|
$light-rating: (
|
|
26
26
|
symbol-size: null,
|
|
27
27
|
|
|
@@ -34,7 +34,7 @@ $light-rating: (
|
|
|
34
34
|
value-label: (
|
|
35
35
|
color: (
|
|
36
36
|
'gray',
|
|
37
|
-
|
|
37
|
+
900,
|
|
38
38
|
),
|
|
39
39
|
),
|
|
40
40
|
symbol-empty-color: (
|
|
@@ -81,10 +81,24 @@ $light-rating: (
|
|
|
81
81
|
default-size: 2,
|
|
82
82
|
);
|
|
83
83
|
|
|
84
|
+
/// Generates a material rating schema.
|
|
85
|
+
/// @type {Map}
|
|
86
|
+
/// @prop {Map} value-label [color: ('gray', 700)] - sets the color for the value label.
|
|
87
|
+
/// @requires {Map} $light-rating
|
|
88
|
+
$material-rating: extend(
|
|
89
|
+
$light-rating,
|
|
90
|
+
(
|
|
91
|
+
value-label: (
|
|
92
|
+
color: (
|
|
93
|
+
'gray',
|
|
94
|
+
700,
|
|
95
|
+
),
|
|
96
|
+
),
|
|
97
|
+
)
|
|
98
|
+
);
|
|
99
|
+
|
|
84
100
|
/// Generates a fluent rating schema.
|
|
85
101
|
/// @type {Map}
|
|
86
|
-
/// @prop {Map} value-label [color: ('gray', 900)] - sets the color for the value label.
|
|
87
|
-
/// @prop {Map} disabled-idle-symbols-color [color: ('gray', 200)] - sets the idle color for the symbol in disabled state when it is a plane text.
|
|
88
102
|
/// @prop {Map} symbol-empty-color [color: ('gray', 700)] - sets the idle color for the symbol when it is a plane text.
|
|
89
103
|
/// @prop {Map} symbol-full-color [[color: ('warn', 900)] - sets the color in selected state for the symbol when it is a plane text.
|
|
90
104
|
/// @prop {Map} disabled-empty-symbol-color [color: ('warn', 100)] - sets the idle color for the symbol in disabled state when it is a plane text.
|
|
@@ -93,12 +107,6 @@ $light-rating: (
|
|
|
93
107
|
$fluent-rating: extend(
|
|
94
108
|
$light-rating,
|
|
95
109
|
(
|
|
96
|
-
value-label: (
|
|
97
|
-
color: (
|
|
98
|
-
'gray',
|
|
99
|
-
900,
|
|
100
|
-
),
|
|
101
|
-
),
|
|
102
110
|
symbol-empty-color: (
|
|
103
111
|
color: (
|
|
104
112
|
'gray',
|
|
@@ -111,12 +119,6 @@ $fluent-rating: extend(
|
|
|
111
119
|
900,
|
|
112
120
|
),
|
|
113
121
|
),
|
|
114
|
-
disabled-value-label: (
|
|
115
|
-
color: (
|
|
116
|
-
'gray',
|
|
117
|
-
400,
|
|
118
|
-
),
|
|
119
|
-
),
|
|
120
122
|
disabled-empty-symbol-color: (
|
|
121
123
|
color: (
|
|
122
124
|
'warn',
|
|
@@ -134,32 +136,10 @@ $fluent-rating: extend(
|
|
|
134
136
|
|
|
135
137
|
/// Generates a bootstrap rating schema.
|
|
136
138
|
/// @type {Map}
|
|
137
|
-
/// @prop {Map} value-label [color: ('gray', 900)] - sets the color for the value label.
|
|
138
139
|
/// @requires {Map} $light-rating
|
|
139
|
-
$bootstrap-rating:
|
|
140
|
-
$light-rating,
|
|
141
|
-
(
|
|
142
|
-
value-label: (
|
|
143
|
-
color: (
|
|
144
|
-
'gray',
|
|
145
|
-
900,
|
|
146
|
-
),
|
|
147
|
-
),
|
|
148
|
-
)
|
|
149
|
-
);
|
|
140
|
+
$bootstrap-rating: $light-rating;
|
|
150
141
|
|
|
151
142
|
/// Generates an indigo rating schema.
|
|
152
143
|
/// @type {Map}
|
|
153
|
-
/// @prop {Map} value-label [color: ('gray', 900)] - sets the color for the value label.
|
|
154
144
|
/// @requires {Map} $light-rating
|
|
155
|
-
$indigo-rating:
|
|
156
|
-
$light-rating,
|
|
157
|
-
(
|
|
158
|
-
value-label: (
|
|
159
|
-
color: (
|
|
160
|
-
'gray',
|
|
161
|
-
900,
|
|
162
|
-
),
|
|
163
|
-
),
|
|
164
|
-
)
|
|
165
|
-
);
|
|
145
|
+
$indigo-rating: $light-rating;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light ripple schema.
|
|
10
|
+
/// Generates a base light ripple schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} color [color: ('gray', 800, .7)] - The color of the ripple.
|
|
13
13
|
$light-ripple: (
|
|
@@ -20,6 +20,11 @@ $light-ripple: (
|
|
|
20
20
|
),
|
|
21
21
|
);
|
|
22
22
|
|
|
23
|
+
/// Generates a material ripple schema.
|
|
24
|
+
/// @type {Map}
|
|
25
|
+
/// @requires {Map} $light-ripple
|
|
26
|
+
$material-ripple: $light-ripple;
|
|
27
|
+
|
|
23
28
|
/// Generates a fluent ripple schema.
|
|
24
29
|
/// @type {Map}
|
|
25
30
|
/// @requires {Map} $light-ripple
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light scrollbar schema.
|
|
10
|
+
/// Generates a base light scrollbar schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @property {Color} thumb-background [color: ('gray', 400)] - The background color used for the thumb.
|
|
13
13
|
/// @property {Color} track-background [color: ('gray', 100)] - The background color used for the track.
|
|
@@ -30,10 +30,14 @@ $light-scrollbar: (
|
|
|
30
30
|
),
|
|
31
31
|
);
|
|
32
32
|
|
|
33
|
+
/// Generates a material scrollbar schema.
|
|
34
|
+
/// @type {Map}
|
|
35
|
+
/// @requires {Map} $light-scrollbar
|
|
36
|
+
$material-scrollbar: $light-scrollbar;
|
|
37
|
+
|
|
33
38
|
/// Generates a fluent scrollbar schema.
|
|
34
39
|
/// @type {Map}
|
|
35
40
|
/// @property {Color} thumb-background [color: ('gray', 300)] - The background color used for the thumb.
|
|
36
|
-
///
|
|
37
41
|
/// @requires {Map} $light-scrollbar
|
|
38
42
|
$fluent-scrollbar: extend(
|
|
39
43
|
$light-scrollbar,
|
|
@@ -49,26 +53,16 @@ $fluent-scrollbar: extend(
|
|
|
49
53
|
|
|
50
54
|
/// Generates a bootstrap scrollbar schema.
|
|
51
55
|
/// @type {Map}
|
|
52
|
-
///
|
|
53
56
|
/// @requires {Map} $light-scrollbar
|
|
54
57
|
$bootstrap-scrollbar: $light-scrollbar;
|
|
55
58
|
|
|
56
59
|
/// Generates an indigo scrollbar schema.
|
|
57
60
|
/// @type {Map}
|
|
58
|
-
/// @property {Map} thumb-background [color: ('gray', 400)] - The background color used for the thumb.
|
|
59
61
|
/// @property {Color} track-background [color: ('gray', 200)] - The background color used for the track.
|
|
60
|
-
///
|
|
61
62
|
/// @requires {Map} $light-scrollbar
|
|
62
63
|
$indigo-scrollbar: extend(
|
|
63
64
|
$light-scrollbar,
|
|
64
65
|
(
|
|
65
|
-
thumb-background: (
|
|
66
|
-
color: (
|
|
67
|
-
'gray',
|
|
68
|
-
400,
|
|
69
|
-
),
|
|
70
|
-
),
|
|
71
|
-
|
|
72
66
|
track-background: (
|
|
73
67
|
color: (
|
|
74
68
|
'gray',
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
/* stylelint-disable max-line-length */
|
|
11
11
|
|
|
12
|
-
/// Generates a light select schema.
|
|
12
|
+
/// Generates a base light select schema.
|
|
13
13
|
/// @type {Map}
|
|
14
14
|
/// @prop {Map} toggle-button-background [color: ('gray', 300)] - The select toggle button background color.
|
|
15
15
|
/// @prop {Map} toggle-button-background-focus [color: ('gray', 400, .3)] - The select toggle button background color when the select is focused.
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
/// @prop {Map} toggle-button-foreground-focus [color: ('gray', 700)] - The select toggle button foreground color when the select is focused.
|
|
18
18
|
/// @prop {Map} toggle-button-foreground-filled [color: ('gray', 900)] - The select toggle button foreground color when the select is filled.
|
|
19
19
|
/// @prop {Map} toggle-button-background-disabled [color: ('gray', 100] - The select toggle button background color when the select is disabled.
|
|
20
|
-
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray',
|
|
20
|
+
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The select toggle button foreground color when the select is disabled.
|
|
21
21
|
/// @prop {Map} toggle-button-background-focus--border [color: ('gray', 300)] The select toggle button background color when the select is focused in material border and line variants.
|
|
22
22
|
/// @prop {Number} default-size [2] - The default size used for the select component.
|
|
23
23
|
$light-select: (
|
|
@@ -67,18 +67,33 @@ $light-select: (
|
|
|
67
67
|
toggle-button-foreground-disabled: (
|
|
68
68
|
color: (
|
|
69
69
|
'gray',
|
|
70
|
-
|
|
70
|
+
400,
|
|
71
71
|
),
|
|
72
72
|
),
|
|
73
73
|
default-size: 2,
|
|
74
74
|
);
|
|
75
75
|
|
|
76
|
+
/// Generates a material select schema.
|
|
77
|
+
/// @type {Map}
|
|
78
|
+
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 500)] - The select toggle button foreground color when the select is disabled.
|
|
79
|
+
/// @requires {Map} $light-select
|
|
80
|
+
$material-select: extend(
|
|
81
|
+
$light-select,
|
|
82
|
+
(
|
|
83
|
+
toggle-button-foreground-disabled: (
|
|
84
|
+
color: (
|
|
85
|
+
'gray',
|
|
86
|
+
500,
|
|
87
|
+
),
|
|
88
|
+
),
|
|
89
|
+
)
|
|
90
|
+
);
|
|
91
|
+
|
|
76
92
|
/// Generates a fluent select schema.
|
|
77
93
|
/// @type {Map}
|
|
78
94
|
/// @prop {Map} toggle-button-background [color: ('gray', 100)] - The select toggle button background color.
|
|
79
95
|
/// @prop {Map} toggle-button-background-focus [color: ('gray', 100)] - The select toggle button background color when the select is focused.
|
|
80
96
|
/// @prop {Map} toggle-button-foreground-filled [color: ('gray', 700)] - The select toggle button foreground color when the select is focused.
|
|
81
|
-
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The select toggle button foreground color when the select is disabled.
|
|
82
97
|
/// @requires {Map} $light-select
|
|
83
98
|
$fluent-select: extend(
|
|
84
99
|
$light-select,
|
|
@@ -101,18 +116,11 @@ $fluent-select: extend(
|
|
|
101
116
|
700,
|
|
102
117
|
),
|
|
103
118
|
),
|
|
104
|
-
toggle-button-foreground-disabled: (
|
|
105
|
-
color: (
|
|
106
|
-
'gray',
|
|
107
|
-
400,
|
|
108
|
-
),
|
|
109
|
-
),
|
|
110
119
|
)
|
|
111
120
|
);
|
|
112
121
|
|
|
113
122
|
/// Generates a bootstrap select schema.
|
|
114
123
|
/// @type {Map}
|
|
115
|
-
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The select toggle button foreground color when the select is disabled.
|
|
116
124
|
/// @prop {Map} toggle-button-foreground [color: ('gray', 800)] - The select toggle button foreground color.
|
|
117
125
|
/// @prop {Map} toggle-button-foreground-focus [color: ('gray', 800)] - The select toggle button foreground color when the select is focused.
|
|
118
126
|
/// @prop {Map} toggle-button-foreground-filled [color: ('gray', 800)] - The select toggle button foreground color when the select is focused.
|
|
@@ -120,19 +128,13 @@ $fluent-select: extend(
|
|
|
120
128
|
$bootstrap-select: extend(
|
|
121
129
|
$light-select,
|
|
122
130
|
(
|
|
123
|
-
toggle-button-foreground-disabled: (
|
|
124
|
-
color: (
|
|
125
|
-
'gray',
|
|
126
|
-
400,
|
|
127
|
-
),
|
|
128
|
-
),
|
|
129
131
|
toggle-button-foreground: (
|
|
130
132
|
color: (
|
|
131
133
|
'gray',
|
|
132
134
|
800,
|
|
133
135
|
),
|
|
134
136
|
),
|
|
135
|
-
toggle-button-foreground
|
|
137
|
+
toggle-button-foreground-focus: (
|
|
136
138
|
color: (
|
|
137
139
|
'gray',
|
|
138
140
|
800,
|