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
|
@@ -10,29 +10,24 @@
|
|
|
10
10
|
////
|
|
11
11
|
|
|
12
12
|
/// @type {Map}
|
|
13
|
-
/// @prop {Map} disabled-background [color: ('gray', 100
|
|
14
|
-
/// @prop {Color} disabled-foreground [color: ('gray',
|
|
15
|
-
/// @requires {Map} $material-base-button
|
|
13
|
+
/// @prop {Map} disabled-background [color: ('gray', 100)] - The disabled background color of the button.
|
|
14
|
+
/// @prop {Color} disabled-foreground [color: ('gray', 500)] - The disabled foreground color of the button.
|
|
16
15
|
$material-base-button-dark: (
|
|
17
16
|
disabled-background: (
|
|
18
17
|
color: (
|
|
19
18
|
'gray',
|
|
20
19
|
100,
|
|
21
|
-
0.3,
|
|
22
20
|
),
|
|
23
21
|
),
|
|
24
22
|
disabled-foreground: (
|
|
25
23
|
color: (
|
|
26
24
|
'gray',
|
|
27
|
-
|
|
25
|
+
500,
|
|
28
26
|
),
|
|
29
27
|
),
|
|
30
28
|
);
|
|
31
29
|
|
|
32
30
|
/// @type {Map}
|
|
33
|
-
/// @prop {Map} hover-background [color: ('secondary', 500, .12)] - The hover background color of a flat button.
|
|
34
|
-
/// @prop {Map} focus-background [color: ('secondary', 400, .24)] - The focus background color of a flat button.
|
|
35
|
-
/// @prop {Map} focus-visible-background [color: ('secondary', 400, .24)] - The focus-visible background color of a flat button.
|
|
36
31
|
/// @prop {Color} disabled-background [transparent] - The disabled background color a flat button.
|
|
37
32
|
/// @requires {Map} $material-base-button-dark
|
|
38
33
|
/// @requires {Map} $material-flat-button
|
|
@@ -40,42 +35,13 @@ $material-flat-button-dark: extend(
|
|
|
40
35
|
$material-flat-button,
|
|
41
36
|
$material-base-button-dark,
|
|
42
37
|
(
|
|
43
|
-
hover-background: (
|
|
44
|
-
color: (
|
|
45
|
-
'secondary',
|
|
46
|
-
500,
|
|
47
|
-
0.12,
|
|
48
|
-
),
|
|
49
|
-
),
|
|
50
|
-
focus-background: (
|
|
51
|
-
color: (
|
|
52
|
-
'secondary',
|
|
53
|
-
400,
|
|
54
|
-
0.24,
|
|
55
|
-
),
|
|
56
|
-
),
|
|
57
|
-
focus-visible-background: (
|
|
58
|
-
color: (
|
|
59
|
-
'secondary',
|
|
60
|
-
400,
|
|
61
|
-
0.24,
|
|
62
|
-
),
|
|
63
|
-
),
|
|
64
38
|
disabled-background: transparent,
|
|
65
39
|
)
|
|
66
40
|
);
|
|
67
41
|
|
|
68
|
-
/// @requires {Map} $material-contained-button
|
|
69
|
-
/// @requires {Map} $material-base-button-dark
|
|
70
|
-
$material-contained-button-dark: extend($material-contained-button, $material-base-button-dark);
|
|
71
|
-
|
|
72
|
-
/// @requires {Map} $material-fab-button
|
|
73
|
-
/// @requires {Map} $material-base-button-dark
|
|
74
|
-
$material-fab-button-dark: extend($material-fab-button, $material-base-button-dark);
|
|
75
|
-
|
|
76
42
|
/// @requires {Map} $material-outlined-button
|
|
77
43
|
/// @requires {Map} $material-base-button-dark
|
|
78
|
-
/// @prop {Map} disabled-border-color [color: ('gray',
|
|
44
|
+
/// @prop {Map} disabled-border-color [color: ('gray', 300)] - The disabled focused border color of an outlined button.
|
|
79
45
|
/// @prop {Color} disabled-background [transparent] - The disabled background color an outlined button.
|
|
80
46
|
$material-outlined-button-dark: extend(
|
|
81
47
|
$material-outlined-button,
|
|
@@ -84,21 +50,28 @@ $material-outlined-button-dark: extend(
|
|
|
84
50
|
disabled-border-color: (
|
|
85
51
|
color: (
|
|
86
52
|
'gray',
|
|
87
|
-
|
|
88
|
-
0.3,
|
|
53
|
+
300,
|
|
89
54
|
),
|
|
90
55
|
),
|
|
91
56
|
disabled-background: transparent,
|
|
92
57
|
)
|
|
93
58
|
);
|
|
94
59
|
|
|
60
|
+
/// @requires {Map} $material-contained-button
|
|
61
|
+
/// @requires {Map} $material-base-button-dark
|
|
62
|
+
$material-contained-button-dark: extend($material-contained-button, $material-base-button-dark);
|
|
63
|
+
|
|
64
|
+
/// @requires {Map} $material-fab-button
|
|
65
|
+
/// @requires {Map} $material-base-button-dark
|
|
66
|
+
$material-fab-button-dark: extend($material-fab-button, $material-base-button-dark);
|
|
67
|
+
|
|
95
68
|
/// Generates a dark material button schema.
|
|
96
69
|
/// @type {Map}
|
|
97
70
|
/// @requires {Map} $material-flat-button-dark
|
|
98
|
-
/// @requires {Map} $material-outlined-button
|
|
99
|
-
/// @requires {Map} $material-contained-button
|
|
100
|
-
/// @requires {Map} $material-fab-button
|
|
101
|
-
$dark-button: (
|
|
71
|
+
/// @requires {Map} $material-outlined-button-dark
|
|
72
|
+
/// @requires {Map} $material-contained-button-dark
|
|
73
|
+
/// @requires {Map} $material-fab-button-dark
|
|
74
|
+
$dark-material-button: (
|
|
102
75
|
flat: $material-flat-button-dark,
|
|
103
76
|
outlined: $material-outlined-button-dark,
|
|
104
77
|
contained: $material-contained-button-dark,
|
|
@@ -106,10 +79,30 @@ $dark-button: (
|
|
|
106
79
|
);
|
|
107
80
|
|
|
108
81
|
/// @type {Map}
|
|
109
|
-
/// @
|
|
110
|
-
/// @prop {Map}
|
|
111
|
-
/// @prop {Map}
|
|
82
|
+
/// @prop {Map} focus-visible-border-color [color: ('gray', 400)] - The focus-visible border color of a contained button.
|
|
83
|
+
/// @prop {Map} hover-background [color: ('gray', 50)] - The hover background of a contained button.
|
|
84
|
+
/// @prop {Map} focus-hover-background [color: ('gray', 50)] - The background color on focus hovered state of the button.
|
|
85
|
+
/// @prop {Map} disabled-background [color: ('gray', 50)] - The disabled background color of the button.
|
|
86
|
+
/// @prop {Map} disabled-foreground [color: ('gray', 200)] - The disabled foreground color of the button.
|
|
112
87
|
$fluent-base-button-dark: (
|
|
88
|
+
focus-visible-border-color: (
|
|
89
|
+
color: (
|
|
90
|
+
'gray',
|
|
91
|
+
400,
|
|
92
|
+
),
|
|
93
|
+
),
|
|
94
|
+
hover-background: (
|
|
95
|
+
color: (
|
|
96
|
+
'gray',
|
|
97
|
+
50,
|
|
98
|
+
),
|
|
99
|
+
),
|
|
100
|
+
focus-hover-background: (
|
|
101
|
+
color: (
|
|
102
|
+
'gray',
|
|
103
|
+
50,
|
|
104
|
+
),
|
|
105
|
+
),
|
|
113
106
|
disabled-background: (
|
|
114
107
|
color: (
|
|
115
108
|
'gray',
|
|
@@ -119,7 +112,7 @@ $fluent-base-button-dark: (
|
|
|
119
112
|
disabled-foreground: (
|
|
120
113
|
color: (
|
|
121
114
|
'gray',
|
|
122
|
-
|
|
115
|
+
200,
|
|
123
116
|
),
|
|
124
117
|
),
|
|
125
118
|
);
|
|
@@ -136,22 +129,72 @@ $fluent-flat-button-dark: extend(
|
|
|
136
129
|
)
|
|
137
130
|
);
|
|
138
131
|
|
|
132
|
+
/// @prop {Map} focus-border-color [color: ('gray', 400)] - The focus border color of a contained button.
|
|
133
|
+
/// @prop {Map} active-background [color: ('gray', 100, .8)] - The active background color of an outlined button.
|
|
134
|
+
/// @prop {Map} active-foreground [contrast-color: ('gray' 100)] - The active text color of an outlined button.
|
|
135
|
+
/// @prop {Map} border-color [color: ('gray', 400)] - The border color of an outlined button.
|
|
136
|
+
/// @prop {Map} hover-border-color [color: ('gray', 400)] - The hover border color of an outlined button.
|
|
137
|
+
/// @prop {Map} disabled-border-color [color: ('gray', 100)] - The disabled focused border color of an outlined button.
|
|
138
|
+
/// @requires {Map} $fluent-outlined-button
|
|
139
|
+
/// @requires {Map} $fluent-base-button-dark
|
|
140
|
+
$fluent-outlined-button-dark: extend(
|
|
141
|
+
$fluent-outlined-button,
|
|
142
|
+
$fluent-base-button-dark,
|
|
143
|
+
(
|
|
144
|
+
focus-border-color: (
|
|
145
|
+
color: (
|
|
146
|
+
'gray',
|
|
147
|
+
400,
|
|
148
|
+
),
|
|
149
|
+
),
|
|
150
|
+
active-background: (
|
|
151
|
+
color: (
|
|
152
|
+
'gray',
|
|
153
|
+
100,
|
|
154
|
+
0.8,
|
|
155
|
+
),
|
|
156
|
+
),
|
|
157
|
+
active-foreground: (
|
|
158
|
+
contrast-color: (
|
|
159
|
+
'gray',
|
|
160
|
+
100,
|
|
161
|
+
),
|
|
162
|
+
),
|
|
163
|
+
border-color: (
|
|
164
|
+
color: (
|
|
165
|
+
'gray',
|
|
166
|
+
400,
|
|
167
|
+
),
|
|
168
|
+
),
|
|
169
|
+
hover-border-color: (
|
|
170
|
+
color: (
|
|
171
|
+
'gray',
|
|
172
|
+
400,
|
|
173
|
+
),
|
|
174
|
+
),
|
|
175
|
+
disabled-border-color: (
|
|
176
|
+
color: (
|
|
177
|
+
'gray',
|
|
178
|
+
100,
|
|
179
|
+
),
|
|
180
|
+
),
|
|
181
|
+
)
|
|
182
|
+
);
|
|
183
|
+
|
|
139
184
|
/// @type {Map}
|
|
140
185
|
/// @prop {Map} background [color: ('primary', 300)] - The background color of an contained button.
|
|
141
|
-
/// @prop {Map} foreground [color: ('
|
|
142
|
-
/// @prop {Map} border-color [color: ('primary', 300)] - The border color of a contained button.
|
|
143
|
-
/// @prop {Map} hover-border-color [color: ('primary', 200)] - The hover border color of a contained button.
|
|
144
|
-
/// @prop {Map} focus-border-color [color: ('primary', 300)] - The focus border color of a contained button.
|
|
145
|
-
/// @prop {Map} focus-visible-border-color [color: ('primary', 200)] - The focus-visible border color of a contained button.
|
|
146
|
-
/// @prop {Map} active-border-color [color: ('primary', 200)] - The active border color of a contained button.
|
|
186
|
+
/// @prop {Map} foreground [contrast-color: ('primary', 300)] - The idle text color of a contained button.
|
|
187
|
+
/// @prop {Map} focus-visible-border-color [contrast-color: ('primary', 300)] - The focus-visible border color of a contained button.
|
|
147
188
|
/// @prop {Map} hover-background [color: ('primary', 200)] - The hover background of a contained button.
|
|
148
|
-
/// @prop {Map} hover-foreground [color: ('
|
|
189
|
+
/// @prop {Map} hover-foreground [contrast-color: ('primary', 500)] - The hover text color of a contained button.
|
|
149
190
|
/// @prop {Map} focus-background [color: ('primary', 300)] - The focus background color of a contained button.
|
|
150
|
-
/// @prop {Map} focus-foreground [color: ('
|
|
151
|
-
/// @prop {Map} focus-
|
|
152
|
-
/// @prop {Map} focus-
|
|
191
|
+
/// @prop {Map} focus-foreground [contrast-color: ('primary', 500)] - The focus text color of a contained button.
|
|
192
|
+
/// @prop {Map} focus-hover-background [color: ('primary', 200)] - The background color on focus hovered state of the button.
|
|
193
|
+
/// @prop {Map} focus-hover-foreground [contrast-color: ('primary', 500)] - The text color on focus hovered state of the button.
|
|
194
|
+
/// @prop {Map} focus-visible-background [color: ('primary', 300)] - The focus-visible background color of a contained button.
|
|
195
|
+
/// @prop {Map} focus-visible-foreground [contrast-color: ('primary', 500)] - The focus-visible text color of a contained button.
|
|
153
196
|
/// @prop {Map} active-background [color: ('primary', 200)] - The active background color of a contained button.
|
|
154
|
-
/// @prop {Map} active-foreground [color: ('
|
|
197
|
+
/// @prop {Map} active-foreground [contrast-color: ('primary', 500)] - The active text color of a contained button.
|
|
155
198
|
/// @requires {Map} $fluent-contained-button
|
|
156
199
|
/// @requires {Map} $fluent-base-button-dark
|
|
157
200
|
$fluent-contained-button-dark: extend(
|
|
@@ -165,13 +208,7 @@ $fluent-contained-button-dark: extend(
|
|
|
165
208
|
),
|
|
166
209
|
),
|
|
167
210
|
foreground: (
|
|
168
|
-
color: (
|
|
169
|
-
'surface',
|
|
170
|
-
500,
|
|
171
|
-
),
|
|
172
|
-
),
|
|
173
|
-
border-color: (
|
|
174
|
-
color: (
|
|
211
|
+
contrast-color: (
|
|
175
212
|
'primary',
|
|
176
213
|
300,
|
|
177
214
|
),
|
|
@@ -183,15 +220,9 @@ $fluent-contained-button-dark: extend(
|
|
|
183
220
|
),
|
|
184
221
|
),
|
|
185
222
|
hover-foreground: (
|
|
186
|
-
color: (
|
|
187
|
-
'surface',
|
|
188
|
-
500,
|
|
189
|
-
),
|
|
190
|
-
),
|
|
191
|
-
hover-border-color: (
|
|
192
|
-
color: (
|
|
223
|
+
contrast-color: (
|
|
193
224
|
'primary',
|
|
194
|
-
|
|
225
|
+
300,
|
|
195
226
|
),
|
|
196
227
|
),
|
|
197
228
|
focus-background: (
|
|
@@ -201,13 +232,19 @@ $fluent-contained-button-dark: extend(
|
|
|
201
232
|
),
|
|
202
233
|
),
|
|
203
234
|
focus-foreground: (
|
|
204
|
-
color: (
|
|
205
|
-
'
|
|
206
|
-
|
|
235
|
+
contrast-color: (
|
|
236
|
+
'primary',
|
|
237
|
+
300,
|
|
207
238
|
),
|
|
208
239
|
),
|
|
209
|
-
focus-
|
|
240
|
+
focus-hover-background: (
|
|
210
241
|
color: (
|
|
242
|
+
'primary',
|
|
243
|
+
200,
|
|
244
|
+
),
|
|
245
|
+
),
|
|
246
|
+
focus-hover-foreground: (
|
|
247
|
+
contrast-color: (
|
|
211
248
|
'primary',
|
|
212
249
|
300,
|
|
213
250
|
),
|
|
@@ -215,19 +252,19 @@ $fluent-contained-button-dark: extend(
|
|
|
215
252
|
focus-visible-background: (
|
|
216
253
|
color: (
|
|
217
254
|
'primary',
|
|
218
|
-
|
|
255
|
+
300,
|
|
219
256
|
),
|
|
220
257
|
),
|
|
221
258
|
focus-visible-foreground: (
|
|
222
|
-
color: (
|
|
223
|
-
'
|
|
224
|
-
|
|
259
|
+
contrast-color: (
|
|
260
|
+
'primary',
|
|
261
|
+
300,
|
|
225
262
|
),
|
|
226
263
|
),
|
|
227
264
|
focus-visible-border-color: (
|
|
228
|
-
color: (
|
|
265
|
+
contrast-color: (
|
|
229
266
|
'primary',
|
|
230
|
-
|
|
267
|
+
300,
|
|
231
268
|
),
|
|
232
269
|
),
|
|
233
270
|
active-background: (
|
|
@@ -237,57 +274,111 @@ $fluent-contained-button-dark: extend(
|
|
|
237
274
|
),
|
|
238
275
|
),
|
|
239
276
|
active-foreground: (
|
|
240
|
-
color: (
|
|
241
|
-
'surface',
|
|
242
|
-
500,
|
|
243
|
-
),
|
|
244
|
-
),
|
|
245
|
-
active-border-color: (
|
|
246
|
-
color: (
|
|
277
|
+
contrast-color: (
|
|
247
278
|
'primary',
|
|
248
|
-
|
|
279
|
+
300,
|
|
249
280
|
),
|
|
250
281
|
),
|
|
251
282
|
)
|
|
252
283
|
);
|
|
253
284
|
|
|
285
|
+
/// @type {Map}
|
|
286
|
+
/// @prop {Map} background [color: ('primary', 300)] - The background color of an contained button.
|
|
287
|
+
/// @prop {Map} foreground [contrast-color: ('primary', 300)] - The idle text color of a contained button.
|
|
288
|
+
/// @prop {Map} focus-visible-border-color [contrast-color: ('primary', 300)] - The focus-visible border color of a contained button.
|
|
289
|
+
/// @prop {Map} active-border-color [color: ('primary', 200)] - The active border color of a contained button.
|
|
290
|
+
/// @prop {Map} hover-background [color: ('primary', 200)] - The hover background of a contained button.
|
|
291
|
+
/// @prop {Map} hover-foreground [contrast-color: ('primary', 300)] - The hover text color of a contained button.
|
|
292
|
+
/// @prop {Map} focus-background [color: ('primary', 300)] - The focus background color of a contained button.
|
|
293
|
+
/// @prop {Map} focus-foreground [contrast-color: ('primary', 300)] - The focus text color of a contained button.
|
|
294
|
+
/// @prop {Map} focus-hover-background [color: ('primary', 200)] - The background color on focus hovered state of the button.
|
|
295
|
+
/// @prop {Map} focus-hover-foreground [contrast-color: ('primary', 300)] - The text color on focus hovered state of the button.
|
|
296
|
+
/// @prop {Map} focus-visible-background [color: ('primary', 300)] - The focus-visible background color of a contained button.
|
|
297
|
+
/// @prop {Map} focus-visible-foreground [contrast-color: ('primary', 300)] - The focus-visible text color of a contained button.
|
|
298
|
+
/// @prop {Map} active-background [color: ('primary', 200)] - The active background color of a contained button.
|
|
299
|
+
/// @prop {Map} active-foreground [contrast-color: ('primary', 300)] - The active text color of a contained button.
|
|
254
300
|
/// @requires {Map} $fluent-fab-button
|
|
255
301
|
/// @requires {Map} $fluent-base-button-dark
|
|
256
|
-
$fluent-fab-button-dark: extend(
|
|
257
|
-
|
|
258
|
-
/// @prop {Map} hover-foreground [color: ('gray', 50)] - TThe hover text color of an outlined button.
|
|
259
|
-
/// @prop {Map} active-background [color: ('gray', 100, .8)] - The active background color of an outlined button.
|
|
260
|
-
/// @prop {Map} active-foreground [contrast-color: ('gray' 100)] - The active text color of an outlined button.
|
|
261
|
-
/// @prop {Map} border-color [color: ('gray', 100)] - The border color of an outlined button.
|
|
262
|
-
/// @requires {Map} $fluent-outlined-button
|
|
263
|
-
/// @requires {Map} $fluent-base-button-dark
|
|
264
|
-
$fluent-outlined-button-dark: extend(
|
|
265
|
-
$fluent-outlined-button,
|
|
302
|
+
$fluent-fab-button-dark: extend(
|
|
303
|
+
$fluent-fab-button,
|
|
266
304
|
$fluent-base-button-dark,
|
|
267
305
|
(
|
|
306
|
+
background: (
|
|
307
|
+
color: (
|
|
308
|
+
'primary',
|
|
309
|
+
300,
|
|
310
|
+
),
|
|
311
|
+
),
|
|
312
|
+
foreground: (
|
|
313
|
+
contrast-color: (
|
|
314
|
+
'primary',
|
|
315
|
+
300,
|
|
316
|
+
),
|
|
317
|
+
),
|
|
268
318
|
hover-background: (
|
|
269
319
|
color: (
|
|
270
|
-
'
|
|
271
|
-
|
|
320
|
+
'primary',
|
|
321
|
+
200,
|
|
272
322
|
),
|
|
273
323
|
),
|
|
274
|
-
|
|
324
|
+
hover-foreground: (
|
|
325
|
+
contrast-color: (
|
|
326
|
+
'primary',
|
|
327
|
+
300,
|
|
328
|
+
),
|
|
329
|
+
),
|
|
330
|
+
focus-background: (
|
|
275
331
|
color: (
|
|
276
|
-
'
|
|
277
|
-
|
|
278
|
-
0.8,
|
|
332
|
+
'primary',
|
|
333
|
+
300,
|
|
279
334
|
),
|
|
280
335
|
),
|
|
281
|
-
|
|
336
|
+
focus-foreground: (
|
|
282
337
|
contrast-color: (
|
|
283
|
-
'
|
|
284
|
-
|
|
338
|
+
'primary',
|
|
339
|
+
300,
|
|
285
340
|
),
|
|
286
341
|
),
|
|
287
|
-
|
|
342
|
+
focus-hover-background: (
|
|
288
343
|
color: (
|
|
289
|
-
'
|
|
290
|
-
|
|
344
|
+
'primary',
|
|
345
|
+
200,
|
|
346
|
+
),
|
|
347
|
+
),
|
|
348
|
+
focus-hover-foreground: (
|
|
349
|
+
contrast-color: (
|
|
350
|
+
'primary',
|
|
351
|
+
300,
|
|
352
|
+
),
|
|
353
|
+
),
|
|
354
|
+
focus-visible-background: (
|
|
355
|
+
color: (
|
|
356
|
+
'primary',
|
|
357
|
+
300,
|
|
358
|
+
),
|
|
359
|
+
),
|
|
360
|
+
focus-visible-foreground: (
|
|
361
|
+
contrast-color: (
|
|
362
|
+
'primary',
|
|
363
|
+
300,
|
|
364
|
+
),
|
|
365
|
+
),
|
|
366
|
+
focus-visible-border-color: (
|
|
367
|
+
contrast-color: (
|
|
368
|
+
'primary',
|
|
369
|
+
300,
|
|
370
|
+
),
|
|
371
|
+
),
|
|
372
|
+
active-background: (
|
|
373
|
+
color: (
|
|
374
|
+
'primary',
|
|
375
|
+
200,
|
|
376
|
+
),
|
|
377
|
+
),
|
|
378
|
+
active-foreground: (
|
|
379
|
+
contrast-color: (
|
|
380
|
+
'primary',
|
|
381
|
+
300,
|
|
291
382
|
),
|
|
292
383
|
),
|
|
293
384
|
)
|
|
@@ -296,9 +387,9 @@ $fluent-outlined-button-dark: extend(
|
|
|
296
387
|
/// Generates a dark fluent button schema.
|
|
297
388
|
/// @type {Map}
|
|
298
389
|
/// @requires {Map} $fluent-flat-button-dark
|
|
299
|
-
/// @requires {Map} $fluent-outlined-button
|
|
300
|
-
/// @requires {Map} $fluent-contained-button
|
|
301
|
-
/// @requires {Map} $fluent-fab-button
|
|
390
|
+
/// @requires {Map} $fluent-outlined-button-dark
|
|
391
|
+
/// @requires {Map} $fluent-contained-button-dark
|
|
392
|
+
/// @requires {Map} $fluent-fab-button-dark
|
|
302
393
|
$dark-fluent-button: (
|
|
303
394
|
flat: $fluent-flat-button-dark,
|
|
304
395
|
outlined: $fluent-outlined-button-dark,
|
|
@@ -306,32 +397,6 @@ $dark-fluent-button: (
|
|
|
306
397
|
fab: $fluent-fab-button-dark,
|
|
307
398
|
);
|
|
308
399
|
|
|
309
|
-
/// @type {Map}
|
|
310
|
-
/// @requires {Map} $bootstrap-base-button
|
|
311
|
-
$bootstrap-base-button-dark: $bootstrap-base-button;
|
|
312
|
-
|
|
313
|
-
/// @type {Map}
|
|
314
|
-
/// @prop {Map} disabled-border-color [color: ('primary', 900)] - The disabled border color of the button.
|
|
315
|
-
/// @requires {Map} $bootstrap-base-button-dark
|
|
316
|
-
/// @requires {Map} $bootstrap-outlined-button
|
|
317
|
-
$bootstrap-outlined-button-dark: extend(
|
|
318
|
-
$bootstrap-base-button-dark,
|
|
319
|
-
$bootstrap-outlined-button,
|
|
320
|
-
(
|
|
321
|
-
disabled-border-color: (
|
|
322
|
-
color: (
|
|
323
|
-
'primary',
|
|
324
|
-
900,
|
|
325
|
-
),
|
|
326
|
-
),
|
|
327
|
-
)
|
|
328
|
-
);
|
|
329
|
-
|
|
330
|
-
/// @type {Map}
|
|
331
|
-
/// @requires {Map} $bootstrap-base-button-dark
|
|
332
|
-
/// @requires {Map} $bootstrap-flat-button
|
|
333
|
-
$bootstrap-flat-button-dark: extend($bootstrap-base-button-dark, $bootstrap-flat-button);
|
|
334
|
-
|
|
335
400
|
/// Generates a dark bootstrap button schema.
|
|
336
401
|
/// @type {Map}
|
|
337
402
|
/// @requires {Map} $bootstrap-flat-button
|
|
@@ -339,8 +404,8 @@ $bootstrap-flat-button-dark: extend($bootstrap-base-button-dark, $bootstrap-flat
|
|
|
339
404
|
/// @requires {Map} $bootstrap-contained-button
|
|
340
405
|
/// @requires {Map} $bootstrap-fab-button
|
|
341
406
|
$dark-bootstrap-button: (
|
|
342
|
-
flat: $bootstrap-flat-button
|
|
343
|
-
outlined: $bootstrap-outlined-button
|
|
407
|
+
flat: $bootstrap-flat-button,
|
|
408
|
+
outlined: $bootstrap-outlined-button,
|
|
344
409
|
contained: $bootstrap-contained-button,
|
|
345
410
|
fab: $bootstrap-fab-button,
|
|
346
411
|
);
|
|
@@ -348,7 +413,6 @@ $dark-bootstrap-button: (
|
|
|
348
413
|
/// @type {Map}
|
|
349
414
|
/// @prop {Color} disabled-foreground [color: ('gray', 300)] - The disabled foreground color of the button.
|
|
350
415
|
/// @prop {Color} disabled-background [color: ('gray', 200, .1)] - The disabled background color of the button.
|
|
351
|
-
/// @requires {Map} $indigo-base-button
|
|
352
416
|
$indigo-base-button-dark: (
|
|
353
417
|
disabled-foreground: (
|
|
354
418
|
color: (
|
|
@@ -389,6 +453,7 @@ $indigo-flat-button-dark: extend(
|
|
|
389
453
|
/// @prop {Color} foreground [color: ('gray', 900)] - The idle text color of a contained button.
|
|
390
454
|
/// @prop {Color} hover-foreground [color: ('gray', 900)] - The hover text color of a contained button.
|
|
391
455
|
/// @prop {Color} focus-foreground [color: ('gray', 900)] - The focus text color of a contained button.
|
|
456
|
+
/// @prop {Map} focus-hover-foreground [color: ('gray', 900)] - The text color on focus hovered state of the button.
|
|
392
457
|
/// @prop {Color} focus-visible-foreground [color: ('gray', 900)] - The focus-visible text color of a contained button.
|
|
393
458
|
/// @requires {Map} $indigo-base-button-dark
|
|
394
459
|
/// @requires {Map} $indigo-contained-button
|
|
@@ -414,6 +479,12 @@ $indigo-contained-button-dark: extend(
|
|
|
414
479
|
900,
|
|
415
480
|
),
|
|
416
481
|
),
|
|
482
|
+
focus-hover-foreground: (
|
|
483
|
+
color: (
|
|
484
|
+
'gray',
|
|
485
|
+
900,
|
|
486
|
+
),
|
|
487
|
+
),
|
|
417
488
|
focus-visible-foreground: (
|
|
418
489
|
color: (
|
|
419
490
|
'gray',
|
|
@@ -461,6 +532,7 @@ $indigo-outlined-button-dark: extend(
|
|
|
461
532
|
/// @prop {Color} foreground [color: ('gray', 900) - The idle text color of a fab button.
|
|
462
533
|
/// @prop {Color} hover-foreground [color: ('gray', 900)] - The hover text color of a fab button.
|
|
463
534
|
/// @prop {Color} focus-foreground [color: ('gray', 900)] - The focus text color of a fab button.
|
|
535
|
+
/// @prop {Map} focus-hover-foreground [color: ('gray', 900)] - The text color on focus hovered state of the button.
|
|
464
536
|
/// @prop {Color} focus-visible-foreground [color: ('gray', 900)] - The focus-visible text color of a fab button.
|
|
465
537
|
/// @requires {Map} $indigo-base-button-dark
|
|
466
538
|
/// @requires {Map} $indigo-fab-button
|
|
@@ -486,6 +558,12 @@ $indigo-fab-button-dark: extend(
|
|
|
486
558
|
900,
|
|
487
559
|
),
|
|
488
560
|
),
|
|
561
|
+
focus-hover-foreground: (
|
|
562
|
+
color: (
|
|
563
|
+
'gray',
|
|
564
|
+
900,
|
|
565
|
+
),
|
|
566
|
+
),
|
|
489
567
|
focus-visible-foreground: (
|
|
490
568
|
color: (
|
|
491
569
|
'gray',
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark calendar schema.
|
|
10
|
+
/// Generates a dark material calendar schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} date-disabled-text-color [color: ('gray', 500)] - The text color for disabled dates.
|
|
13
13
|
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('secondary', 500)] - The hover text color for the selected date.
|
|
14
14
|
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('secondary', 500)] - The focus text color for the selected date.
|
|
15
|
-
/// @requires $
|
|
16
|
-
$dark-calendar: extend(
|
|
17
|
-
$
|
|
15
|
+
/// @requires $material-calendar
|
|
16
|
+
$dark-material-calendar: extend(
|
|
17
|
+
$material-calendar,
|
|
18
18
|
(
|
|
19
19
|
date-disabled-text-color: (
|
|
20
20
|
color: (
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark card schema.
|
|
10
|
+
/// Generates a dark material card schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} outline-color [color: ('gray', 400, .38)] - The outline color of an outlined type card.
|
|
13
|
-
/// @requires $
|
|
14
|
-
$dark-card: extend(
|
|
15
|
-
$
|
|
13
|
+
/// @requires $material-card
|
|
14
|
+
$dark-material-card: extend(
|
|
15
|
+
$material-card,
|
|
16
16
|
(
|
|
17
17
|
outline-color: (
|
|
18
18
|
color: (
|
|
@@ -54,11 +54,11 @@ $base-dark-carousel: extend(
|
|
|
54
54
|
)
|
|
55
55
|
);
|
|
56
56
|
|
|
57
|
-
/// Generates a dark carousel schema based on a mix of $
|
|
57
|
+
/// Generates a dark material carousel schema based on a mix of $material-carousel and $base-dark-carousel
|
|
58
58
|
/// @type {Map}
|
|
59
|
-
/// @requires $
|
|
59
|
+
/// @requires $material-carousel
|
|
60
60
|
/// @requires $base-dark-carousel
|
|
61
|
-
$dark-carousel: $base-dark-carousel;
|
|
61
|
+
$dark-material-carousel: extend($material-carousel, $base-dark-carousel);
|
|
62
62
|
|
|
63
63
|
/// Generates a dark fluent carousel schema based on a mix of $fluent-carousel and $base-dark-carousel
|
|
64
64
|
/// @type {Map}
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
/// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
|
|
9
9
|
////
|
|
10
10
|
|
|
11
|
-
/// Generates a dark checkbox schema.
|
|
11
|
+
/// Generates a dark material checkbox schema.
|
|
12
12
|
/// @type {Map}
|
|
13
|
-
/// @requires $
|
|
14
|
-
$dark-checkbox: $
|
|
13
|
+
/// @requires $material-checkbox
|
|
14
|
+
$dark-material-checkbox: $material-checkbox;
|
|
15
15
|
|
|
16
16
|
/// Generates a dark fluent checkbox schema.
|
|
17
17
|
/// @type {Map}
|
|
@@ -7,22 +7,22 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark chip schema
|
|
10
|
+
/// Generates a dark material chip schema.
|
|
11
11
|
/// @type {Map}
|
|
12
|
-
/// @requires $
|
|
13
|
-
$dark-chip: $
|
|
12
|
+
/// @requires $material-chip
|
|
13
|
+
$dark-material-chip: $material-chip;
|
|
14
14
|
|
|
15
|
-
/// Generates a dark fluent chip schema
|
|
15
|
+
/// Generates a dark fluent chip schema.
|
|
16
16
|
/// @type {Map}
|
|
17
17
|
/// @requires $fluent-chip
|
|
18
18
|
$dark-fluent-chip: $fluent-chip;
|
|
19
19
|
|
|
20
|
-
/// Generates a dark bootstrap chip schema
|
|
20
|
+
/// Generates a dark bootstrap chip schema.
|
|
21
21
|
/// @type {Map}
|
|
22
22
|
/// @requires $bootstrap-chip
|
|
23
23
|
$dark-bootstrap-chip: $bootstrap-chip;
|
|
24
24
|
|
|
25
|
-
/// Generates a dark indigo chip schema
|
|
25
|
+
/// Generates a dark indigo chip schema.
|
|
26
26
|
/// @type {Map}
|
|
27
27
|
/// @prop {Map} text-color [color: ('gray', 700)] - The chip text color.
|
|
28
28
|
/// @prop {Map} hover-text-color [color: ('gray', 700)] - The chip text hover color.
|