igniteui-theming 1.4.5 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass/themes/schemas/components/dark/_action-strip.scss +50 -0
- package/sass/themes/schemas/components/dark/_badge.scss +39 -0
- package/sass/themes/schemas/components/dark/_banner.scss +54 -0
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +61 -0
- package/sass/themes/schemas/components/dark/_button-group.scss +190 -0
- package/sass/themes/schemas/components/dark/_calendar.scss +338 -0
- package/sass/themes/schemas/components/dark/_card.scss +71 -0
- package/sass/themes/schemas/components/dark/_carousel.scss +127 -0
- package/sass/themes/schemas/components/dark/_checkbox.scss +1 -6
- package/sass/themes/schemas/components/dark/_chip.scss +111 -0
- package/sass/themes/schemas/components/dark/_column-actions.scss +28 -0
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +28 -0
- package/sass/themes/schemas/components/dark/_dialog.scss +55 -0
- package/sass/themes/schemas/components/dark/_divider.scss +43 -0
- package/sass/themes/schemas/components/dark/_dock-manager.scss +349 -0
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +87 -0
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +28 -0
- package/sass/themes/schemas/components/dark/_grid-summary.scss +83 -0
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +36 -0
- package/sass/themes/schemas/components/dark/_grid.scss +684 -0
- package/sass/themes/schemas/components/dark/_highlight.scss +72 -0
- package/sass/themes/schemas/components/dark/_index.scss +214 -30
- package/sass/themes/schemas/components/dark/_list.scss +116 -0
- package/sass/themes/schemas/components/dark/_navdrawer.scss +142 -0
- package/sass/themes/schemas/components/dark/_overlay.scss +34 -0
- package/sass/themes/schemas/components/dark/_pagination.scss +44 -0
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +27 -0
- package/sass/themes/schemas/components/dark/_progress.scss +107 -0
- package/sass/themes/schemas/components/dark/_query-builder.scss +35 -0
- package/sass/themes/schemas/components/dark/_radio.scss +1 -6
- package/sass/themes/schemas/components/dark/_ripple.scss +28 -0
- package/sass/themes/schemas/components/dark/_scrollbar.scss +69 -0
- package/sass/themes/schemas/components/dark/_snackbar.scss +55 -0
- package/sass/themes/schemas/components/dark/_splitter.scss +68 -0
- package/sass/themes/schemas/components/dark/_stepper.scss +186 -0
- package/sass/themes/schemas/components/dark/_switch.scss +0 -1
- package/sass/themes/schemas/components/dark/_time-picker.scss +54 -0
- package/sass/themes/schemas/components/dark/_toast.scss +67 -0
- package/sass/themes/schemas/components/dark/_tooltip.scss +44 -0
- package/sass/themes/schemas/components/dark/_watermark.scss +48 -0
- package/sass/themes/schemas/components/elevation/_badge.scss +17 -0
- package/sass/themes/schemas/components/elevation/_bottom-nav.scss +23 -0
- package/sass/themes/schemas/components/elevation/_button-group.scss +29 -0
- package/sass/themes/schemas/components/elevation/_card.scss +37 -0
- package/sass/themes/schemas/components/elevation/_carousel.scss +29 -0
- package/sass/themes/schemas/components/elevation/_chip.scss +29 -0
- package/sass/themes/schemas/components/elevation/_dialog.scss +17 -0
- package/sass/themes/schemas/components/elevation/_grid.scss +21 -0
- package/sass/themes/schemas/components/elevation/_navdrawer.scss +17 -0
- package/sass/themes/schemas/components/elevation/_snackbar.scss +17 -0
- package/sass/themes/schemas/components/elevation/_time-picker.scss +13 -0
- package/sass/themes/schemas/components/elevation/_toast.scss +17 -0
- package/sass/themes/schemas/components/light/_action-strip.scss +89 -0
- package/sass/themes/schemas/components/light/_avatar.scss +1 -1
- package/sass/themes/schemas/components/light/_badge.scss +82 -0
- package/sass/themes/schemas/components/light/_banner.scss +96 -0
- package/sass/themes/schemas/components/light/_bottom-nav.scss +61 -0
- package/sass/themes/schemas/components/light/_button-group.scss +426 -0
- package/sass/themes/schemas/components/light/_calendar.scss +908 -0
- package/sass/themes/schemas/components/light/_card.scss +207 -0
- package/sass/themes/schemas/components/light/_carousel.scss +195 -0
- package/sass/themes/schemas/components/light/_chip.scss +538 -0
- package/sass/themes/schemas/components/light/_column-actions.scss +42 -0
- package/sass/themes/schemas/components/light/_date-range-picker.scss +35 -0
- package/sass/themes/schemas/components/light/_dialog.scss +102 -0
- package/sass/themes/schemas/components/light/_divider.scss +33 -0
- package/sass/themes/schemas/components/light/_dock-manager.scss +548 -0
- package/sass/themes/schemas/components/light/_expansion-panel.scss +172 -0
- package/sass/themes/schemas/components/light/_grid-filtering.scss +105 -0
- package/sass/themes/schemas/components/light/_grid-summary.scss +138 -0
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +117 -0
- package/sass/themes/schemas/components/light/_grid.scss +1330 -0
- package/sass/themes/schemas/components/light/_highlight.scss +86 -0
- package/sass/themes/schemas/components/light/_icon.scss +4 -14
- package/sass/themes/schemas/components/light/_index.scss +214 -30
- package/sass/themes/schemas/components/light/_list.scss +321 -0
- package/sass/themes/schemas/components/light/_navdrawer.scss +214 -0
- package/sass/themes/schemas/components/light/_overlay.scss +42 -0
- package/sass/themes/schemas/components/light/_pagination.scss +97 -0
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +38 -0
- package/sass/themes/schemas/components/light/_progress.scss +208 -0
- package/sass/themes/schemas/components/light/_query-builder.scss +138 -0
- package/sass/themes/schemas/components/light/_ripple.scss +36 -0
- package/sass/themes/schemas/components/light/_scrollbar.scss +79 -0
- package/sass/themes/schemas/components/light/_slider.scss +0 -4
- package/sass/themes/schemas/components/light/_snackbar.scss +131 -0
- package/sass/themes/schemas/components/light/_splitter.scss +99 -0
- package/sass/themes/schemas/components/light/_stepper.scss +695 -0
- package/sass/themes/schemas/components/light/_switch.scss +0 -5
- package/sass/themes/schemas/components/light/_time-picker.scss +210 -0
- package/sass/themes/schemas/components/light/_toast.scss +89 -0
- package/sass/themes/schemas/components/light/_tooltip.scss +96 -0
- package/sass/themes/schemas/components/light/_watermark.scss +77 -0
|
@@ -0,0 +1,695 @@
|
|
|
1
|
+
@use '../../../../utils/map' as *;
|
|
2
|
+
@use '../../../../typography/functions' as *;
|
|
3
|
+
|
|
4
|
+
////
|
|
5
|
+
/// @package theming
|
|
6
|
+
/// @group schemas
|
|
7
|
+
/// @access public
|
|
8
|
+
////
|
|
9
|
+
|
|
10
|
+
/// Generates a light stepper schema.
|
|
11
|
+
/// @type {Map}
|
|
12
|
+
/// @prop {Color} step-background [transparent] - The background of the step header.
|
|
13
|
+
/// @prop {Map} step-hover-background [color: ('gray', 200)] - The background of the step header on hover.
|
|
14
|
+
/// @prop {Map} step-focus-background [color: ('gray', 100)] - The background of the step header on focus.
|
|
15
|
+
/// @prop {Map} title-color [color: ('gray', 900)] - The text color of the step title.
|
|
16
|
+
/// @prop {Map} title-hover-color [color: ('gray', 900)] - The text color of the step title on hover.
|
|
17
|
+
/// @prop {Map} title-focus-color [color: ('gray', 900)] - The text color of the step title on focus.
|
|
18
|
+
/// @prop {Map} subtitle-color [color: ('gray', 700)] - The text color of the step subtitle.
|
|
19
|
+
/// @prop {Map} subtitle-hover-color [color: ('gray', 700)] - The text color of the step subtitle on hover.
|
|
20
|
+
/// @prop {Map} subtitle-focus-color [color: ('gray', 700)] - The text color of the step subtitle on focus.
|
|
21
|
+
/// @prop {Map} indicator-color [color: (contrast-color: ('gray', 400)] - The text color of the incomplete step indicator.
|
|
22
|
+
/// @prop {Map} indicator-background [color: ('gray', 400)] - The background color of the incomplete step indicator.
|
|
23
|
+
/// @prop {Map} indicator-outline [color: ('gray', 400)] - The outline color of the incomplete step indicator.
|
|
24
|
+
/// @prop {Color} invalid-step-background [transparent] - The background of the invalid step header.
|
|
25
|
+
/// @prop {Map} invalid-step-hover-background [color: ('gray', 200)] - The background of the invalid step header on hover.
|
|
26
|
+
/// @prop {Map} invalid-step-focus-background [color: 'gray', 100)] - The background of the invalid step header on focus.
|
|
27
|
+
/// @prop {Map} invalid-title-color [color: ('error')] - The color of the invalid step title.
|
|
28
|
+
/// @prop {Map} invalid-title-hover-color [color: ('error')] - The color of the invalid step title on hover.
|
|
29
|
+
/// @prop {Map} invalid-title-focus-color [color: ('error')] - The color of the invalid step title on focus.
|
|
30
|
+
/// @prop {Map} invalid-subtitle-color [color: ('error')] - The text of the invalid step subtitle.
|
|
31
|
+
/// @prop {Map} invalid-subtitle-hover-color [color: ('error')] - The color of the invalid step subtitle on hover.
|
|
32
|
+
/// @prop {Map} invalid-subtitle-focus-color [color: ('error')] - The color of the invalid step subtitle on focus.
|
|
33
|
+
/// @prop {Map} invalid-indicator-color [contrast-color: ('gray', 900)] - The color of the invalid step indicator.
|
|
34
|
+
/// @prop {Map} invalid-indicator-background [color: ('error')] - The background color of the invalid step indicator.
|
|
35
|
+
/// @prop {Map} invalid-indicator-outline [color: ('error')] - The outline color of the invalid step indicator.
|
|
36
|
+
/// @prop {Color} current-step-background [transparent] - The background of the current step header.
|
|
37
|
+
/// @prop {Map} current-step-hover-background [color: ('gray', 200)] - The background of the current step header on hover.
|
|
38
|
+
/// @prop {Map} current-step-focus-background [color: 'gray', 100)] - The background of the current step header on focus.
|
|
39
|
+
/// @prop {Map} current-title-color [color: ('gray', 900)] - The color of the current step title.
|
|
40
|
+
/// @prop {Map} current-title-hover-color [color: ('gray', 900)] - The color of the current step title on hover.
|
|
41
|
+
/// @prop {Map} current-title-focus-color [color: ('gray', 900)] - The color of the current step title on focus.
|
|
42
|
+
/// @prop {Map} current-subtitle-color [color: ('gray', 700)] - The color of the current step subtitle.
|
|
43
|
+
/// @prop {Map} current-subtitle-hover-color [color: ('gray', 700)] - The color of the current step subtitle on hover.
|
|
44
|
+
/// @prop {Map} current-subtitle-focus-color [color: ('gray', 700)] - The color of the current step subtitle on focus.
|
|
45
|
+
/// @prop {Map} current-indicator-color [contrast-color: ('gray', 900)] - The color of the current step indicator.
|
|
46
|
+
/// @prop {Map} current-indicator-background [color: ('primary', 500)] - The background color of the current step indicator.
|
|
47
|
+
/// @prop {Map} current-indicator-outline [color: ('primary', 500)] - The outline color of the current step indicator.
|
|
48
|
+
/// @prop {Color} complete-step-background [transparent] - The background of the complete step header.
|
|
49
|
+
/// @prop {Map} complete-step-hover-background [color: ('gray', 200)] - The background of the complete step header on hover.
|
|
50
|
+
/// @prop {Map} complete-step-focus-background [color: 'gray', 100)] - The background of the complete step header on focus.
|
|
51
|
+
/// @prop {Map} complete-title-color [color: ('gray', 900)] - The color of the complete step title.
|
|
52
|
+
/// @prop {Map} complete-title-hover-color [color: ('gray', 900)] - The color of the complete step title on hover.
|
|
53
|
+
/// @prop {Map} complete-title-focus-color [color: ('gray', 900)] - The color of the complete step title on focus.
|
|
54
|
+
/// @prop {Map} complete-subtitle-color [color: ('gray', 700)] - The color of the complete step subtitle.
|
|
55
|
+
/// @prop {Map} complete-subtitle-hover-color [color: ('gray', 700)] - The color of the complete step subtitle on hover.
|
|
56
|
+
/// @prop {Map} complete-subtitle-focus-color [color: ('gray', 700)] - The color of the complete step subtitle on focus.
|
|
57
|
+
/// @prop {Map} complete-indicator-color [contrast-color: ('gray', 900)] - The color of the completed step indicator.
|
|
58
|
+
/// @prop {Map} complete-indicator-background [color: ('gray', 900)] - The background color of the completed step indicator.
|
|
59
|
+
/// @prop {Map} complete-indicator-outline [color: ('gray', 900)] - The outline color of the completed step indicator.
|
|
60
|
+
/// @prop {Map} disabled-title-color [color: ('gray', 500)] - The title color of the disabled step.
|
|
61
|
+
/// @prop {Map} disabled-subtitle-color [color: ('gray', 500)] - The subtitle color of the disabled step.
|
|
62
|
+
/// @prop {Map} disabled-indicator-color [color: ('gray', 500)] - The color of the disabled step indicator, title, and subtitle.
|
|
63
|
+
/// @prop {Map} disabled-indicator-background [color: ('gray', 200)] - The background color of the disabled step indicator.
|
|
64
|
+
/// @prop {Map} disabled-indicator-outline [color: ('gray', 200)] - The outline color of the disabled step indicator.
|
|
65
|
+
/// @prop {Map} step-separator-color [color: ('gray', 300)] - The separator border-color of between the steps.
|
|
66
|
+
/// @prop {Map} complete-step-separator-color [color: ('gray', 900)] - The separator border-color between the completed steps.
|
|
67
|
+
/// @prop {String} step-separator-style ['dashed'] - The separator border-style of between the steps.
|
|
68
|
+
/// @prop {String} complete-step-separator-style ['solid'] - The separator border-style between the completed steps.
|
|
69
|
+
/// @prop {Number} border-radius-indicator [100px] - The border radius. Can be a fraction between 0 and 1, pixels, or percent.
|
|
70
|
+
/// @prop {Number} border-radius-step-header [0] - The border radius. Can be a fraction between 0 and 1, pixels, or percent.
|
|
71
|
+
$light-stepper: (
|
|
72
|
+
// Step incomplete
|
|
73
|
+
step-background: transparent,
|
|
74
|
+
step-hover-background: (
|
|
75
|
+
color: (
|
|
76
|
+
'gray',
|
|
77
|
+
200,
|
|
78
|
+
),
|
|
79
|
+
),
|
|
80
|
+
step-focus-background: (
|
|
81
|
+
color: (
|
|
82
|
+
'gray',
|
|
83
|
+
100,
|
|
84
|
+
),
|
|
85
|
+
),
|
|
86
|
+
|
|
87
|
+
indicator-background: (
|
|
88
|
+
color: (
|
|
89
|
+
'gray',
|
|
90
|
+
300,
|
|
91
|
+
),
|
|
92
|
+
),
|
|
93
|
+
indicator-outline: (
|
|
94
|
+
color: (
|
|
95
|
+
'gray',
|
|
96
|
+
300,
|
|
97
|
+
),
|
|
98
|
+
),
|
|
99
|
+
indicator-color: (
|
|
100
|
+
contrast-color: (
|
|
101
|
+
'gray',
|
|
102
|
+
400,
|
|
103
|
+
),
|
|
104
|
+
),
|
|
105
|
+
|
|
106
|
+
title-color: (
|
|
107
|
+
color: (
|
|
108
|
+
'gray',
|
|
109
|
+
900,
|
|
110
|
+
),
|
|
111
|
+
),
|
|
112
|
+
title-hover-color: (
|
|
113
|
+
color: (
|
|
114
|
+
'gray',
|
|
115
|
+
900,
|
|
116
|
+
),
|
|
117
|
+
),
|
|
118
|
+
title-focus-color: (
|
|
119
|
+
color: (
|
|
120
|
+
'gray',
|
|
121
|
+
900,
|
|
122
|
+
),
|
|
123
|
+
),
|
|
124
|
+
|
|
125
|
+
subtitle-color: (
|
|
126
|
+
color: (
|
|
127
|
+
'gray',
|
|
128
|
+
700,
|
|
129
|
+
),
|
|
130
|
+
),
|
|
131
|
+
subtitle-hover-color: (
|
|
132
|
+
color: (
|
|
133
|
+
'gray',
|
|
134
|
+
700,
|
|
135
|
+
),
|
|
136
|
+
),
|
|
137
|
+
subtitle-focus-color: (
|
|
138
|
+
color: (
|
|
139
|
+
'gray',
|
|
140
|
+
700,
|
|
141
|
+
),
|
|
142
|
+
),
|
|
143
|
+
|
|
144
|
+
// Complete
|
|
145
|
+
complete-step-background: transparent,
|
|
146
|
+
complete-step-hover-background: (
|
|
147
|
+
color: (
|
|
148
|
+
'gray',
|
|
149
|
+
200,
|
|
150
|
+
),
|
|
151
|
+
),
|
|
152
|
+
complete-step-focus-background: (
|
|
153
|
+
color: (
|
|
154
|
+
'gray',
|
|
155
|
+
100,
|
|
156
|
+
),
|
|
157
|
+
),
|
|
158
|
+
|
|
159
|
+
complete-indicator-background: (
|
|
160
|
+
color: (
|
|
161
|
+
'gray',
|
|
162
|
+
900,
|
|
163
|
+
),
|
|
164
|
+
),
|
|
165
|
+
complete-indicator-outline: (
|
|
166
|
+
color: (
|
|
167
|
+
'gray',
|
|
168
|
+
900,
|
|
169
|
+
),
|
|
170
|
+
),
|
|
171
|
+
complete-indicator-color: (
|
|
172
|
+
contrast-color: (
|
|
173
|
+
'gray',
|
|
174
|
+
900,
|
|
175
|
+
),
|
|
176
|
+
),
|
|
177
|
+
|
|
178
|
+
complete-title-color: (
|
|
179
|
+
color: (
|
|
180
|
+
'gray',
|
|
181
|
+
900,
|
|
182
|
+
),
|
|
183
|
+
),
|
|
184
|
+
complete-title-hover-color: (
|
|
185
|
+
color: (
|
|
186
|
+
'gray',
|
|
187
|
+
900,
|
|
188
|
+
),
|
|
189
|
+
),
|
|
190
|
+
complete-title-focus-color: (
|
|
191
|
+
color: (
|
|
192
|
+
'gray',
|
|
193
|
+
900,
|
|
194
|
+
),
|
|
195
|
+
),
|
|
196
|
+
|
|
197
|
+
complete-subtitle-color: (
|
|
198
|
+
color: (
|
|
199
|
+
'gray',
|
|
200
|
+
700,
|
|
201
|
+
),
|
|
202
|
+
),
|
|
203
|
+
complete-subtitle-hover-color: (
|
|
204
|
+
color: (
|
|
205
|
+
'gray',
|
|
206
|
+
700,
|
|
207
|
+
),
|
|
208
|
+
),
|
|
209
|
+
complete-subtitle-focus-color: (
|
|
210
|
+
color: (
|
|
211
|
+
'gray',
|
|
212
|
+
700,
|
|
213
|
+
),
|
|
214
|
+
),
|
|
215
|
+
|
|
216
|
+
// Current
|
|
217
|
+
current-step-background: transparent,
|
|
218
|
+
current-step-hover-background: (
|
|
219
|
+
color: (
|
|
220
|
+
'gray',
|
|
221
|
+
200,
|
|
222
|
+
),
|
|
223
|
+
),
|
|
224
|
+
current-step-focus-background: (
|
|
225
|
+
color: (
|
|
226
|
+
'gray',
|
|
227
|
+
100,
|
|
228
|
+
),
|
|
229
|
+
),
|
|
230
|
+
|
|
231
|
+
current-indicator-background: (
|
|
232
|
+
color: (
|
|
233
|
+
'primary',
|
|
234
|
+
500,
|
|
235
|
+
),
|
|
236
|
+
),
|
|
237
|
+
|
|
238
|
+
current-indicator-outline: (
|
|
239
|
+
color: (
|
|
240
|
+
'primary',
|
|
241
|
+
500,
|
|
242
|
+
),
|
|
243
|
+
),
|
|
244
|
+
|
|
245
|
+
current-indicator-color: (
|
|
246
|
+
contrast-color: (
|
|
247
|
+
'gray',
|
|
248
|
+
900,
|
|
249
|
+
),
|
|
250
|
+
),
|
|
251
|
+
|
|
252
|
+
current-title-color: (
|
|
253
|
+
color: (
|
|
254
|
+
'gray',
|
|
255
|
+
900,
|
|
256
|
+
),
|
|
257
|
+
),
|
|
258
|
+
current-title-hover-color: (
|
|
259
|
+
color: (
|
|
260
|
+
'gray',
|
|
261
|
+
900,
|
|
262
|
+
),
|
|
263
|
+
),
|
|
264
|
+
current-title-focus-color: (
|
|
265
|
+
color: (
|
|
266
|
+
'gray',
|
|
267
|
+
900,
|
|
268
|
+
),
|
|
269
|
+
),
|
|
270
|
+
|
|
271
|
+
current-subtitle-color: (
|
|
272
|
+
color: (
|
|
273
|
+
'gray',
|
|
274
|
+
700,
|
|
275
|
+
),
|
|
276
|
+
),
|
|
277
|
+
current-subtitle-hover-color: (
|
|
278
|
+
color: (
|
|
279
|
+
'gray',
|
|
280
|
+
700,
|
|
281
|
+
),
|
|
282
|
+
),
|
|
283
|
+
current-subtitle-focus-color: (
|
|
284
|
+
color: (
|
|
285
|
+
'gray',
|
|
286
|
+
700,
|
|
287
|
+
),
|
|
288
|
+
),
|
|
289
|
+
|
|
290
|
+
// Invalid
|
|
291
|
+
invalid-step-background: transparent,
|
|
292
|
+
invalid-step-hover-background: (
|
|
293
|
+
color: (
|
|
294
|
+
'gray',
|
|
295
|
+
200,
|
|
296
|
+
),
|
|
297
|
+
),
|
|
298
|
+
invalid-step-focus-background: (
|
|
299
|
+
color: (
|
|
300
|
+
'gray',
|
|
301
|
+
100,
|
|
302
|
+
),
|
|
303
|
+
),
|
|
304
|
+
|
|
305
|
+
invalid-indicator-background: (
|
|
306
|
+
color: (
|
|
307
|
+
'error',
|
|
308
|
+
),
|
|
309
|
+
),
|
|
310
|
+
invalid-indicator-outline: (
|
|
311
|
+
color: (
|
|
312
|
+
'error',
|
|
313
|
+
),
|
|
314
|
+
),
|
|
315
|
+
invalid-indicator-color: (
|
|
316
|
+
contrast-color: (
|
|
317
|
+
'gray',
|
|
318
|
+
900,
|
|
319
|
+
),
|
|
320
|
+
),
|
|
321
|
+
|
|
322
|
+
invalid-title-color: (
|
|
323
|
+
color: (
|
|
324
|
+
'error',
|
|
325
|
+
),
|
|
326
|
+
),
|
|
327
|
+
invalid-title-hover-color: (
|
|
328
|
+
color: (
|
|
329
|
+
'error',
|
|
330
|
+
),
|
|
331
|
+
),
|
|
332
|
+
invalid-title-focus-color: (
|
|
333
|
+
color: (
|
|
334
|
+
'error',
|
|
335
|
+
),
|
|
336
|
+
),
|
|
337
|
+
|
|
338
|
+
invalid-subtitle-color: (
|
|
339
|
+
color: (
|
|
340
|
+
'error',
|
|
341
|
+
),
|
|
342
|
+
),
|
|
343
|
+
invalid-subtitle-hover-color: (
|
|
344
|
+
color: (
|
|
345
|
+
'error',
|
|
346
|
+
),
|
|
347
|
+
),
|
|
348
|
+
invalid-subtitle-focus-color: (
|
|
349
|
+
color: (
|
|
350
|
+
'error',
|
|
351
|
+
),
|
|
352
|
+
),
|
|
353
|
+
|
|
354
|
+
// Disabled
|
|
355
|
+
disabled-indicator-color:
|
|
356
|
+
(
|
|
357
|
+
color: (
|
|
358
|
+
'gray',
|
|
359
|
+
500,
|
|
360
|
+
),
|
|
361
|
+
),
|
|
362
|
+
disabled-indicator-background: (
|
|
363
|
+
color: (
|
|
364
|
+
'gray',
|
|
365
|
+
200,
|
|
366
|
+
),
|
|
367
|
+
),
|
|
368
|
+
disabled-indicator-outline: (
|
|
369
|
+
color: (
|
|
370
|
+
'gray',
|
|
371
|
+
200,
|
|
372
|
+
),
|
|
373
|
+
),
|
|
374
|
+
disabled-title-color: (
|
|
375
|
+
color: (
|
|
376
|
+
'gray',
|
|
377
|
+
500,
|
|
378
|
+
),
|
|
379
|
+
),
|
|
380
|
+
disabled-subtitle-color: (
|
|
381
|
+
color: (
|
|
382
|
+
'gray',
|
|
383
|
+
500,
|
|
384
|
+
),
|
|
385
|
+
),
|
|
386
|
+
|
|
387
|
+
// Separator
|
|
388
|
+
step-separator-color:
|
|
389
|
+
(
|
|
390
|
+
color: (
|
|
391
|
+
'gray',
|
|
392
|
+
300,
|
|
393
|
+
),
|
|
394
|
+
),
|
|
395
|
+
complete-step-separator-color: (
|
|
396
|
+
color: (
|
|
397
|
+
'gray',
|
|
398
|
+
900,
|
|
399
|
+
),
|
|
400
|
+
),
|
|
401
|
+
step-separator-style: 'dashed',
|
|
402
|
+
complete-step-separator-style: 'solid',
|
|
403
|
+
border-radius-indicator: rem(100px),
|
|
404
|
+
border-radius-step-header: rem(0)
|
|
405
|
+
);
|
|
406
|
+
|
|
407
|
+
/// Generates a fluent stepper schema.
|
|
408
|
+
/// @type {Map}
|
|
409
|
+
/// @prop {Color} indicator-background [transparent] - The background color of the incomplete step indicator.
|
|
410
|
+
/// @prop {Color} indicator-outline [transparent] - The outline color of the incomplete step indicator.
|
|
411
|
+
/// @prop {Map} indicator-color [color: ('gray', 900)] - The text color of the incomplete step indicator.
|
|
412
|
+
/// @prop {Map} complete-indicator-background [color: ('gray', 300)] - The background color of the completed step indicator.
|
|
413
|
+
/// @prop {Color} complete-indicator-outline [transparent] - The outline color of the completed step indicator.
|
|
414
|
+
/// @prop {Map} complete-indicator-color [contrast-color: ('gray', 200)] - The text color of the completed step indicator.
|
|
415
|
+
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
416
|
+
/// @prop {Color} disabled-indicator-background [transparent] - The background color of the disabled step indicator.
|
|
417
|
+
/// @prop {Color} disabled-indicator-outline [transparent] - The outline color of the disabled step indicator.
|
|
418
|
+
/// @prop {Number} border-radius-indicator [2px] - The border radius. Can be a fraction between 0 and 1, pixels, or percent.
|
|
419
|
+
/// @prop {Number} border-radius-step-header [2px] - The border radius. Can be a fraction between 0 and 1, pixels, or percent.
|
|
420
|
+
/// @requires {Map} $light-stepper
|
|
421
|
+
$fluent-stepper: extend(
|
|
422
|
+
$light-stepper,
|
|
423
|
+
(
|
|
424
|
+
indicator-background: transparent,
|
|
425
|
+
indicator-outline: transparent,
|
|
426
|
+
indicator-color: (
|
|
427
|
+
color: (
|
|
428
|
+
'gray',
|
|
429
|
+
900,
|
|
430
|
+
),
|
|
431
|
+
),
|
|
432
|
+
|
|
433
|
+
// Complete
|
|
434
|
+
complete-indicator-background:
|
|
435
|
+
(
|
|
436
|
+
color: (
|
|
437
|
+
'gray',
|
|
438
|
+
300,
|
|
439
|
+
),
|
|
440
|
+
),
|
|
441
|
+
complete-indicator-outline: transparent,
|
|
442
|
+
complete-indicator-color: (
|
|
443
|
+
contrast-color: (
|
|
444
|
+
'gray',
|
|
445
|
+
200,
|
|
446
|
+
),
|
|
447
|
+
),
|
|
448
|
+
complete-step-separator-color: (
|
|
449
|
+
color: (
|
|
450
|
+
'primary',
|
|
451
|
+
500,
|
|
452
|
+
),
|
|
453
|
+
),
|
|
454
|
+
|
|
455
|
+
// Disabled
|
|
456
|
+
disabled-indicator-background: transparent,
|
|
457
|
+
disabled-indicator-outline: transparent,
|
|
458
|
+
border-radius-indicator: rem(2px),
|
|
459
|
+
border-radius-step-header: rem(2px),
|
|
460
|
+
)
|
|
461
|
+
);
|
|
462
|
+
|
|
463
|
+
/// Generates a bootstrap stepper schema.
|
|
464
|
+
/// @type {Map}
|
|
465
|
+
/// @prop {Color} indicator-color [color: ('primary', 500)] - The text color of the incomplete step indicator.
|
|
466
|
+
/// @prop {Color} indicator-background [transparent] - The background color of the incomplete step indicator.
|
|
467
|
+
/// @prop {Map} indicator-outline [color: ('gray', 300)] - The outline color of the incomplete step indicator.
|
|
468
|
+
/// @prop {Color} disabled-indicator-background [transparent] - The background color of the disabled step indicator.
|
|
469
|
+
/// @prop {Map} disabled-indicator-outline [color: ('gray', 300)] - The outline color of the disabled step indicator.
|
|
470
|
+
/// @prop {Map} complete-indicator-background [color: ('gray', 300)] - The background color of the completed step indicator.
|
|
471
|
+
/// @prop {Map} complete-indicator-outline [color: ('gray', 300)] - The outline color of the completed step indicator.
|
|
472
|
+
/// @prop {Map} complete-indicator-color [color: ('gray', 300)] - The text color of the completed step indicator.
|
|
473
|
+
/// @prop {Map} step-separator-color [color: ('gray', 300)] - The separator border-color of between the steps.
|
|
474
|
+
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
475
|
+
/// @prop {String} step-separator-style ['solid'] - The separator border-style of between the steps.
|
|
476
|
+
/// @prop {String} complete-step-separator-style ['solid'] - The separator border-style between the completed steps.
|
|
477
|
+
/// @prop {Map} step-hover-background [color: ('gray', 300, .5)] - The background of the step header on hover.
|
|
478
|
+
/// @prop {Map} invalid-step-hover-background [color: ('gray', 300, .5)] - The background of the invalid step header on hover.
|
|
479
|
+
/// @prop {Map} current-step-hover-background [color: ('gray', 300, .5)] - The background of the current step header on hover.
|
|
480
|
+
/// @prop {Map} complete-step-hover-background [color: ('gray', 300, .5)] - The background of the complete step header on hover.
|
|
481
|
+
/// @prop {Map} step-focus-background [color: ('gray', 300, .5)] - The background of the step header on hover.
|
|
482
|
+
/// @prop {Map} invalid-step-focus-background [color: ('gray', 300, .5)] - The background of the invalid step header on hover.
|
|
483
|
+
/// @prop {Map} current-step-focus-background [color: ('gray', 300, .5)] - The background of the current step header on hover.
|
|
484
|
+
/// @prop {Map} complete-step-focus-background [color: ('gray', 300, .5)] - The background of the complete step header on hover.
|
|
485
|
+
/// @prop {Number} border-radius-indicator [2px] - The border radius. Can be a fraction between 0 and 1, pixels, or percent.
|
|
486
|
+
/// @prop {Number} border-radius-step-header [2px] - The border radius. Can be a fraction between 0 and 1, pixels, or percent.
|
|
487
|
+
/// @requires {Map} $light-stepper
|
|
488
|
+
$bootstrap-stepper: extend(
|
|
489
|
+
$light-stepper,
|
|
490
|
+
(
|
|
491
|
+
step-hover-background: (
|
|
492
|
+
color: (
|
|
493
|
+
'gray',
|
|
494
|
+
300,
|
|
495
|
+
0.5,
|
|
496
|
+
),
|
|
497
|
+
),
|
|
498
|
+
complete-step-hover-background: (
|
|
499
|
+
color: (
|
|
500
|
+
'gray',
|
|
501
|
+
300,
|
|
502
|
+
0.5,
|
|
503
|
+
),
|
|
504
|
+
),
|
|
505
|
+
current-step-hover-background: (
|
|
506
|
+
color: (
|
|
507
|
+
'gray',
|
|
508
|
+
300,
|
|
509
|
+
0.5,
|
|
510
|
+
),
|
|
511
|
+
),
|
|
512
|
+
invalid-step-hover-background: (
|
|
513
|
+
color: (
|
|
514
|
+
'gray',
|
|
515
|
+
300,
|
|
516
|
+
0.5,
|
|
517
|
+
),
|
|
518
|
+
),
|
|
519
|
+
|
|
520
|
+
step-focus-background: (
|
|
521
|
+
color: (
|
|
522
|
+
'gray',
|
|
523
|
+
300,
|
|
524
|
+
0.5,
|
|
525
|
+
),
|
|
526
|
+
),
|
|
527
|
+
complete-step-focus-background: (
|
|
528
|
+
color: (
|
|
529
|
+
'gray',
|
|
530
|
+
300,
|
|
531
|
+
0.5,
|
|
532
|
+
),
|
|
533
|
+
),
|
|
534
|
+
current-step-focus-background: (
|
|
535
|
+
color: (
|
|
536
|
+
'gray',
|
|
537
|
+
300,
|
|
538
|
+
0.5,
|
|
539
|
+
),
|
|
540
|
+
),
|
|
541
|
+
invalid-step-focus-background: (
|
|
542
|
+
color: (
|
|
543
|
+
'gray',
|
|
544
|
+
300,
|
|
545
|
+
0.5,
|
|
546
|
+
),
|
|
547
|
+
),
|
|
548
|
+
|
|
549
|
+
indicator-background: transparent,
|
|
550
|
+
indicator-outline: (
|
|
551
|
+
color: (
|
|
552
|
+
'gray',
|
|
553
|
+
400,
|
|
554
|
+
),
|
|
555
|
+
),
|
|
556
|
+
indicator-color: (
|
|
557
|
+
color: (
|
|
558
|
+
'primary',
|
|
559
|
+
500,
|
|
560
|
+
),
|
|
561
|
+
),
|
|
562
|
+
|
|
563
|
+
// Complete
|
|
564
|
+
complete-indicator-background:
|
|
565
|
+
(
|
|
566
|
+
color: (
|
|
567
|
+
'gray',
|
|
568
|
+
400,
|
|
569
|
+
),
|
|
570
|
+
),
|
|
571
|
+
complete-indicator-outline: (
|
|
572
|
+
color: (
|
|
573
|
+
'gray',
|
|
574
|
+
400,
|
|
575
|
+
),
|
|
576
|
+
),
|
|
577
|
+
complete-indicator-color: (
|
|
578
|
+
contrast-color: (
|
|
579
|
+
'gray',
|
|
580
|
+
300,
|
|
581
|
+
),
|
|
582
|
+
),
|
|
583
|
+
|
|
584
|
+
// Disabled
|
|
585
|
+
disabled-indicator-background: transparent,
|
|
586
|
+
disabled-indicator-outline: (
|
|
587
|
+
color: (
|
|
588
|
+
'gray',
|
|
589
|
+
300,
|
|
590
|
+
),
|
|
591
|
+
),
|
|
592
|
+
|
|
593
|
+
// Separator
|
|
594
|
+
step-separator-color:
|
|
595
|
+
(
|
|
596
|
+
color: (
|
|
597
|
+
'gray',
|
|
598
|
+
300,
|
|
599
|
+
),
|
|
600
|
+
),
|
|
601
|
+
complete-step-separator-color: (
|
|
602
|
+
color: (
|
|
603
|
+
'primary',
|
|
604
|
+
500,
|
|
605
|
+
),
|
|
606
|
+
),
|
|
607
|
+
step-separator-style: 'solid',
|
|
608
|
+
complete-step-separator-style: 'solid',
|
|
609
|
+
border-radius-indicator: rem(2px),
|
|
610
|
+
border-radius-step-header: rem(2px),
|
|
611
|
+
)
|
|
612
|
+
);
|
|
613
|
+
|
|
614
|
+
/// Generates an indigo stepper schema.
|
|
615
|
+
/// @type {Map}
|
|
616
|
+
/// @prop {Map} indicator-color [color: ('primary', 500)] - The text color of the incomplete step indicator.
|
|
617
|
+
/// @prop {Color} indicator-background [transparent] - The background color of the incomplete step indicator.
|
|
618
|
+
/// @prop {Map} indicator-outline [color: ('gray', 300)] - The outline color of the incomplete step indicator.
|
|
619
|
+
/// @prop {Map} complete-indicator-color [color: ('primary', 500)] - The color of the completed step indicator.
|
|
620
|
+
/// @prop {Map} complete-indicator-background [color: ('primary', 100)] - The background color of the completed step indicator.
|
|
621
|
+
/// @prop {Map} complete-indicator-outline [color: ('primary', 100)] - The outline color of the completed step indicator.
|
|
622
|
+
/// @prop {Color} disabled-indicator-background [transparent] - The background color of the disabled step indicator.
|
|
623
|
+
/// @prop {Map} disabled-indicator-outline [color: ('gray', 200)] - The outline color of the disabled step indicator.
|
|
624
|
+
/// @prop {Map} step-separator-color [color: ('gray', 300)] - The separator border-color of between the steps.
|
|
625
|
+
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
626
|
+
/// @prop {String} step-separator-style ['solid'] - The separator border-style of between the steps.
|
|
627
|
+
/// @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
|
+
/// @requires $light-stepper
|
|
631
|
+
$indigo-stepper: extend(
|
|
632
|
+
$light-stepper,
|
|
633
|
+
(
|
|
634
|
+
indicator-background: transparent,
|
|
635
|
+
indicator-outline: (
|
|
636
|
+
color: (
|
|
637
|
+
'gray',
|
|
638
|
+
300,
|
|
639
|
+
),
|
|
640
|
+
),
|
|
641
|
+
indicator-color: (
|
|
642
|
+
color: (
|
|
643
|
+
'primary',
|
|
644
|
+
500,
|
|
645
|
+
),
|
|
646
|
+
),
|
|
647
|
+
|
|
648
|
+
// Complete
|
|
649
|
+
complete-indicator-background:
|
|
650
|
+
(
|
|
651
|
+
color: (
|
|
652
|
+
'primary',
|
|
653
|
+
100,
|
|
654
|
+
),
|
|
655
|
+
),
|
|
656
|
+
complete-indicator-outline: (
|
|
657
|
+
color: (
|
|
658
|
+
'primary',
|
|
659
|
+
100,
|
|
660
|
+
),
|
|
661
|
+
),
|
|
662
|
+
complete-indicator-color: (
|
|
663
|
+
color: (
|
|
664
|
+
'primary',
|
|
665
|
+
500,
|
|
666
|
+
),
|
|
667
|
+
),
|
|
668
|
+
|
|
669
|
+
// Disabled
|
|
670
|
+
disabled-indicator-background: transparent,
|
|
671
|
+
disabled-indicator-outline: (
|
|
672
|
+
color: (
|
|
673
|
+
'gray',
|
|
674
|
+
200,
|
|
675
|
+
),
|
|
676
|
+
),
|
|
677
|
+
|
|
678
|
+
// Separator
|
|
679
|
+
step-separator-color:
|
|
680
|
+
(
|
|
681
|
+
color: (
|
|
682
|
+
'gray',
|
|
683
|
+
300,
|
|
684
|
+
),
|
|
685
|
+
),
|
|
686
|
+
complete-step-separator-color: (
|
|
687
|
+
color: (
|
|
688
|
+
'primary',
|
|
689
|
+
500,
|
|
690
|
+
),
|
|
691
|
+
),
|
|
692
|
+
step-separator-style: 'solid',
|
|
693
|
+
complete-step-separator-style: 'solid',
|
|
694
|
+
)
|
|
695
|
+
);
|