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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light stepper schema.
|
|
10
|
+
/// Generates a base light stepper schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Color} step-background [transparent] - The background of the step header.
|
|
13
13
|
/// @prop {Map} step-hover-background [color: ('gray', 200)] - The background of the step header on hover.
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
/// @prop {Map} subtitle-color [color: ('gray', 700)] - The text color of the step subtitle.
|
|
19
19
|
/// @prop {Map} subtitle-hover-color [color: ('gray', 700)] - The text color of the step subtitle on hover.
|
|
20
20
|
/// @prop {Map} subtitle-focus-color [color: ('gray', 700)] - The text color of the step subtitle on focus.
|
|
21
|
-
/// @prop {Map} indicator-color [color: (
|
|
22
|
-
/// @prop {
|
|
21
|
+
/// @prop {Map} indicator-color [color: ('primary', 500)] - The text color of the incomplete step indicator.
|
|
22
|
+
/// @prop {Color} indicator-background [transparent] - The background color of the incomplete step indicator.
|
|
23
23
|
/// @prop {Map} indicator-outline [color: ('gray', 400)] - The outline color of the incomplete step indicator.
|
|
24
24
|
/// @prop {Color} invalid-step-background [transparent] - The background of the invalid step header.
|
|
25
25
|
/// @prop {Map} invalid-step-hover-background [color: ('gray', 200)] - The background of the invalid step header on hover.
|
|
@@ -54,16 +54,13 @@
|
|
|
54
54
|
/// @prop {Map} complete-subtitle-color [color: ('gray', 700)] - The color of the complete step subtitle.
|
|
55
55
|
/// @prop {Map} complete-subtitle-hover-color [color: ('gray', 700)] - The color of the complete step subtitle on hover.
|
|
56
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
57
|
/// @prop {Map} disabled-title-color [color: ('gray', 500)] - The title color of the disabled step.
|
|
61
58
|
/// @prop {Map} disabled-subtitle-color [color: ('gray', 500)] - The subtitle color of the disabled step.
|
|
62
59
|
/// @prop {Map} disabled-indicator-color [color: ('gray', 500)] - The color of the disabled step indicator, title, and subtitle.
|
|
63
|
-
/// @prop {
|
|
60
|
+
/// @prop {Color} disabled-indicator-background [transparent] - The background color of the disabled step indicator.
|
|
64
61
|
/// @prop {Map} disabled-indicator-outline [color: ('gray', 200)] - The outline color of the disabled step indicator.
|
|
65
62
|
/// @prop {Map} step-separator-color [color: ('gray', 300)] - The separator border-color of between the steps.
|
|
66
|
-
/// @prop {Map} complete-step-separator-color [color: ('
|
|
63
|
+
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
67
64
|
/// @prop {String} step-separator-style ['dashed'] - The separator border-style of between the steps.
|
|
68
65
|
/// @prop {String} complete-step-separator-style ['solid'] - The separator border-style between the completed steps.
|
|
69
66
|
/// @prop {List} border-radius-indicator [(rem(100px), rem(0), rem(100px))] - The indicator border radius.
|
|
@@ -83,13 +80,7 @@ $light-stepper: (
|
|
|
83
80
|
100,
|
|
84
81
|
),
|
|
85
82
|
),
|
|
86
|
-
|
|
87
|
-
indicator-background: (
|
|
88
|
-
color: (
|
|
89
|
-
'gray',
|
|
90
|
-
300,
|
|
91
|
-
),
|
|
92
|
-
),
|
|
83
|
+
indicator-background: transparent,
|
|
93
84
|
indicator-outline: (
|
|
94
85
|
color: (
|
|
95
86
|
'gray',
|
|
@@ -97,12 +88,11 @@ $light-stepper: (
|
|
|
97
88
|
),
|
|
98
89
|
),
|
|
99
90
|
indicator-color: (
|
|
100
|
-
|
|
101
|
-
'
|
|
102
|
-
|
|
91
|
+
color: (
|
|
92
|
+
'primary',
|
|
93
|
+
500,
|
|
103
94
|
),
|
|
104
95
|
),
|
|
105
|
-
|
|
106
96
|
title-color: (
|
|
107
97
|
color: (
|
|
108
98
|
'gray',
|
|
@@ -155,26 +145,6 @@ $light-stepper: (
|
|
|
155
145
|
100,
|
|
156
146
|
),
|
|
157
147
|
),
|
|
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
148
|
complete-title-color: (
|
|
179
149
|
color: (
|
|
180
150
|
'gray',
|
|
@@ -301,7 +271,6 @@ $light-stepper: (
|
|
|
301
271
|
100,
|
|
302
272
|
),
|
|
303
273
|
),
|
|
304
|
-
|
|
305
274
|
invalid-indicator-background: (
|
|
306
275
|
color: (
|
|
307
276
|
'error',
|
|
@@ -318,7 +287,6 @@ $light-stepper: (
|
|
|
318
287
|
900,
|
|
319
288
|
),
|
|
320
289
|
),
|
|
321
|
-
|
|
322
290
|
invalid-title-color: (
|
|
323
291
|
color: (
|
|
324
292
|
'error',
|
|
@@ -334,7 +302,6 @@ $light-stepper: (
|
|
|
334
302
|
'error',
|
|
335
303
|
),
|
|
336
304
|
),
|
|
337
|
-
|
|
338
305
|
invalid-subtitle-color: (
|
|
339
306
|
color: (
|
|
340
307
|
'error',
|
|
@@ -359,12 +326,7 @@ $light-stepper: (
|
|
|
359
326
|
500,
|
|
360
327
|
),
|
|
361
328
|
),
|
|
362
|
-
disabled-indicator-background:
|
|
363
|
-
color: (
|
|
364
|
-
'gray',
|
|
365
|
-
200,
|
|
366
|
-
),
|
|
367
|
-
),
|
|
329
|
+
disabled-indicator-background: transparent,
|
|
368
330
|
disabled-indicator-outline: (
|
|
369
331
|
color: (
|
|
370
332
|
'gray',
|
|
@@ -394,8 +356,8 @@ $light-stepper: (
|
|
|
394
356
|
),
|
|
395
357
|
complete-step-separator-color: (
|
|
396
358
|
color: (
|
|
397
|
-
'
|
|
398
|
-
|
|
359
|
+
'primary',
|
|
360
|
+
500,
|
|
399
361
|
),
|
|
400
362
|
),
|
|
401
363
|
step-separator-style: 'dashed',
|
|
@@ -416,16 +378,71 @@ $light-stepper: (
|
|
|
416
378
|
)
|
|
417
379
|
);
|
|
418
380
|
|
|
381
|
+
/// Generates a material stepper schema.
|
|
382
|
+
/// @type {Map}
|
|
383
|
+
/// @prop {Map} indicator-background [color: ('gray', 400)] - The background color of the incomplete step indicator.
|
|
384
|
+
/// @prop {Map} indicator-color [color: (contrast-color: ('gray', 400)] - The text color of the incomplete step indicator.
|
|
385
|
+
/// @prop {Map} complete-indicator-background [color: ('gray', 900)] - The background color of the completed step indicator.
|
|
386
|
+
/// @prop {Map} complete-indicator-outline [color: ('gray', 900)] - The outline color of the completed step indicator.
|
|
387
|
+
/// @prop {Map} complete-indicator-color [contrast-color: ('gray', 900)] - The color of the completed step indicator.
|
|
388
|
+
/// @prop {Map} complete-step-separator-color [color: ('gray', 900)] - The separator border-color between the completed steps.
|
|
389
|
+
/// @prop {Map} disabled-indicator-background [color: ('gray', 200)] - The background color of the disabled step indicator.
|
|
390
|
+
/// @requires {Map} $light-stepper
|
|
391
|
+
$material-stepper: extend(
|
|
392
|
+
$light-stepper,
|
|
393
|
+
(
|
|
394
|
+
indicator-background: (
|
|
395
|
+
color: (
|
|
396
|
+
'gray',
|
|
397
|
+
300,
|
|
398
|
+
),
|
|
399
|
+
),
|
|
400
|
+
indicator-color: (
|
|
401
|
+
contrast-color: (
|
|
402
|
+
'gray',
|
|
403
|
+
400,
|
|
404
|
+
),
|
|
405
|
+
),
|
|
406
|
+
complete-indicator-background: (
|
|
407
|
+
color: (
|
|
408
|
+
'gray',
|
|
409
|
+
900,
|
|
410
|
+
),
|
|
411
|
+
),
|
|
412
|
+
complete-indicator-outline: (
|
|
413
|
+
color: (
|
|
414
|
+
'gray',
|
|
415
|
+
900,
|
|
416
|
+
),
|
|
417
|
+
),
|
|
418
|
+
complete-indicator-color: (
|
|
419
|
+
contrast-color: (
|
|
420
|
+
'gray',
|
|
421
|
+
900,
|
|
422
|
+
),
|
|
423
|
+
),
|
|
424
|
+
complete-step-separator-color: (
|
|
425
|
+
color: (
|
|
426
|
+
'gray',
|
|
427
|
+
900,
|
|
428
|
+
),
|
|
429
|
+
),
|
|
430
|
+
disabled-indicator-background: (
|
|
431
|
+
color: (
|
|
432
|
+
'gray',
|
|
433
|
+
200,
|
|
434
|
+
),
|
|
435
|
+
),
|
|
436
|
+
)
|
|
437
|
+
);
|
|
438
|
+
|
|
419
439
|
/// Generates a fluent stepper schema.
|
|
420
440
|
/// @type {Map}
|
|
421
|
-
/// @prop {Color} indicator-background [transparent] - The background color of the incomplete step indicator.
|
|
422
441
|
/// @prop {Color} indicator-outline [transparent] - The outline color of the incomplete step indicator.
|
|
423
442
|
/// @prop {Map} indicator-color [color: ('gray', 900)] - The text color of the incomplete step indicator.
|
|
424
443
|
/// @prop {Map} complete-indicator-background [color: ('gray', 300)] - The background color of the completed step indicator.
|
|
425
444
|
/// @prop {Color} complete-indicator-outline [transparent] - The outline color of the completed step indicator.
|
|
426
445
|
/// @prop {Map} complete-indicator-color [contrast-color: ('gray', 200)] - The text color of the completed step indicator.
|
|
427
|
-
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
428
|
-
/// @prop {Color} disabled-indicator-background [transparent] - The background color of the disabled step indicator.
|
|
429
446
|
/// @prop {Color} disabled-indicator-outline [transparent] - The outline color of the disabled step indicator.
|
|
430
447
|
/// @prop {List} border-radius-indicator [(rem(2px), rem(0), rem(100px))] - The indicator border radius.
|
|
431
448
|
/// @prop {List} border-radius-step-header [(rem(2px), rem(0), rem(100px))] - The header border radius.
|
|
@@ -433,7 +450,6 @@ $light-stepper: (
|
|
|
433
450
|
$fluent-stepper: extend(
|
|
434
451
|
$light-stepper,
|
|
435
452
|
(
|
|
436
|
-
indicator-background: transparent,
|
|
437
453
|
indicator-outline: transparent,
|
|
438
454
|
indicator-color: (
|
|
439
455
|
color: (
|
|
@@ -457,15 +473,8 @@ $fluent-stepper: extend(
|
|
|
457
473
|
200,
|
|
458
474
|
),
|
|
459
475
|
),
|
|
460
|
-
complete-step-separator-color: (
|
|
461
|
-
color: (
|
|
462
|
-
'primary',
|
|
463
|
-
500,
|
|
464
|
-
),
|
|
465
|
-
),
|
|
466
476
|
|
|
467
477
|
// Disabled
|
|
468
|
-
disabled-indicator-background: transparent,
|
|
469
478
|
disabled-indicator-outline: transparent,
|
|
470
479
|
border-radius-indicator: (
|
|
471
480
|
border-radius: (
|
|
@@ -486,18 +495,12 @@ $fluent-stepper: extend(
|
|
|
486
495
|
|
|
487
496
|
/// Generates a bootstrap stepper schema.
|
|
488
497
|
/// @type {Map}
|
|
489
|
-
/// @prop {Color} indicator-color [color: ('primary', 500)] - The text color of the incomplete step indicator.
|
|
490
|
-
/// @prop {Color} indicator-background [transparent] - The background color of the incomplete step indicator.
|
|
491
498
|
/// @prop {Map} indicator-outline [color: ('gray', 300)] - The outline color of the incomplete step indicator.
|
|
492
|
-
/// @prop {Color} disabled-indicator-background [transparent] - The background color of the disabled step indicator.
|
|
493
499
|
/// @prop {Map} disabled-indicator-outline [color: ('gray', 300)] - The outline color of the disabled step indicator.
|
|
494
500
|
/// @prop {Map} complete-indicator-background [color: ('gray', 300)] - The background color of the completed step indicator.
|
|
495
501
|
/// @prop {Map} complete-indicator-outline [color: ('gray', 300)] - The outline color of the completed step indicator.
|
|
496
502
|
/// @prop {Map} complete-indicator-color [color: ('gray', 300)] - The text color of the completed step indicator.
|
|
497
|
-
/// @prop {Map} step-separator-color [color: ('gray', 300)] - The separator border-color of between the steps.
|
|
498
|
-
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
499
503
|
/// @prop {String} step-separator-style ['solid'] - The separator border-style of between the steps.
|
|
500
|
-
/// @prop {String} complete-step-separator-style ['solid'] - The separator border-style between the completed steps.
|
|
501
504
|
/// @prop {Map} step-hover-background [color: ('gray', 300, .5)] - The background of the step header on hover.
|
|
502
505
|
/// @prop {Map} invalid-step-hover-background [color: ('gray', 300, .5)] - The background of the invalid step header on hover.
|
|
503
506
|
/// @prop {Map} current-step-hover-background [color: ('gray', 300, .5)] - The background of the current step header on hover.
|
|
@@ -540,7 +543,6 @@ $bootstrap-stepper: extend(
|
|
|
540
543
|
0.5,
|
|
541
544
|
),
|
|
542
545
|
),
|
|
543
|
-
|
|
544
546
|
step-focus-background: (
|
|
545
547
|
color: (
|
|
546
548
|
'gray',
|
|
@@ -569,20 +571,12 @@ $bootstrap-stepper: extend(
|
|
|
569
571
|
0.5,
|
|
570
572
|
),
|
|
571
573
|
),
|
|
572
|
-
|
|
573
|
-
indicator-background: transparent,
|
|
574
574
|
indicator-outline: (
|
|
575
575
|
color: (
|
|
576
576
|
'gray',
|
|
577
577
|
400,
|
|
578
578
|
),
|
|
579
579
|
),
|
|
580
|
-
indicator-color: (
|
|
581
|
-
color: (
|
|
582
|
-
'primary',
|
|
583
|
-
500,
|
|
584
|
-
),
|
|
585
|
-
),
|
|
586
580
|
|
|
587
581
|
// Complete
|
|
588
582
|
complete-indicator-background:
|
|
@@ -606,30 +600,16 @@ $bootstrap-stepper: extend(
|
|
|
606
600
|
),
|
|
607
601
|
|
|
608
602
|
// Disabled
|
|
609
|
-
disabled-indicator-
|
|
610
|
-
disabled-indicator-outline: (
|
|
611
|
-
color: (
|
|
612
|
-
'gray',
|
|
613
|
-
300,
|
|
614
|
-
),
|
|
615
|
-
),
|
|
616
|
-
|
|
617
|
-
// Separator
|
|
618
|
-
step-separator-color:
|
|
603
|
+
disabled-indicator-outline:
|
|
619
604
|
(
|
|
620
605
|
color: (
|
|
621
606
|
'gray',
|
|
622
607
|
300,
|
|
623
608
|
),
|
|
624
609
|
),
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
'primary',
|
|
628
|
-
500,
|
|
629
|
-
),
|
|
630
|
-
),
|
|
610
|
+
|
|
611
|
+
// Separator
|
|
631
612
|
step-separator-style: 'solid',
|
|
632
|
-
complete-step-separator-style: 'solid',
|
|
633
613
|
border-radius-indicator: (
|
|
634
614
|
border-radius: (
|
|
635
615
|
rem(2px),
|
|
@@ -649,36 +629,14 @@ $bootstrap-stepper: extend(
|
|
|
649
629
|
|
|
650
630
|
/// Generates an indigo stepper schema.
|
|
651
631
|
/// @type {Map}
|
|
652
|
-
/// @prop {Map} indicator-color [color: ('primary', 500)] - The text color of the incomplete step indicator.
|
|
653
|
-
/// @prop {Color} indicator-background [transparent] - The background color of the incomplete step indicator.
|
|
654
|
-
/// @prop {Map} indicator-outline [color: ('gray', 300)] - The outline color of the incomplete step indicator.
|
|
655
632
|
/// @prop {Map} complete-indicator-color [color: ('primary', 500)] - The color of the completed step indicator.
|
|
656
633
|
/// @prop {Map} complete-indicator-background [color: ('primary', 100)] - The background color of the completed step indicator.
|
|
657
634
|
/// @prop {Map} complete-indicator-outline [color: ('primary', 100)] - The outline color of the completed step indicator.
|
|
658
|
-
/// @prop {Color} disabled-indicator-background [transparent] - The background color of the disabled step indicator.
|
|
659
|
-
/// @prop {Map} disabled-indicator-outline [color: ('gray', 200)] - The outline color of the disabled step indicator.
|
|
660
|
-
/// @prop {Map} step-separator-color [color: ('gray', 300)] - The separator border-color of between the steps.
|
|
661
|
-
/// @prop {Map} complete-step-separator-color [color: ('primary', 500)] - The separator border-color between the completed steps.
|
|
662
635
|
/// @prop {String} step-separator-style ['solid'] - The separator border-style of between the steps.
|
|
663
|
-
/// @prop {String} complete-step-separator-style ['solid'] - The separator border-style between the completed steps.
|
|
664
636
|
/// @requires $light-stepper
|
|
665
637
|
$indigo-stepper: extend(
|
|
666
638
|
$light-stepper,
|
|
667
639
|
(
|
|
668
|
-
indicator-background: transparent,
|
|
669
|
-
indicator-outline: (
|
|
670
|
-
color: (
|
|
671
|
-
'gray',
|
|
672
|
-
300,
|
|
673
|
-
),
|
|
674
|
-
),
|
|
675
|
-
indicator-color: (
|
|
676
|
-
color: (
|
|
677
|
-
'primary',
|
|
678
|
-
500,
|
|
679
|
-
),
|
|
680
|
-
),
|
|
681
|
-
|
|
682
640
|
// Complete
|
|
683
641
|
complete-indicator-background:
|
|
684
642
|
(
|
|
@@ -699,31 +657,6 @@ $indigo-stepper: extend(
|
|
|
699
657
|
500,
|
|
700
658
|
),
|
|
701
659
|
),
|
|
702
|
-
|
|
703
|
-
// Disabled
|
|
704
|
-
disabled-indicator-background: transparent,
|
|
705
|
-
disabled-indicator-outline: (
|
|
706
|
-
color: (
|
|
707
|
-
'gray',
|
|
708
|
-
200,
|
|
709
|
-
),
|
|
710
|
-
),
|
|
711
|
-
|
|
712
|
-
// Separator
|
|
713
|
-
step-separator-color:
|
|
714
|
-
(
|
|
715
|
-
color: (
|
|
716
|
-
'gray',
|
|
717
|
-
300,
|
|
718
|
-
),
|
|
719
|
-
),
|
|
720
|
-
complete-step-separator-color: (
|
|
721
|
-
color: (
|
|
722
|
-
'primary',
|
|
723
|
-
500,
|
|
724
|
-
),
|
|
725
|
-
),
|
|
726
|
-
step-separator-style: 'solid',
|
|
727
|
-
complete-step-separator-style: 'solid',
|
|
660
|
+
step-separator-style: 'solid'
|
|
728
661
|
)
|
|
729
662
|
);
|