@alfalab/core-components-steps 2.0.1-snapshot-c2c8d5a → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/step/index.css +31 -31
- package/components/step/index.module.css.js +1 -1
- package/components/step-indicator/index.css +1 -1
- package/components/step-indicator/index.module.css.js +1 -1
- package/esm/components/step/index.css +31 -31
- package/esm/components/step/index.module.css.js +1 -1
- package/esm/components/step-indicator/index.css +1 -1
- package/esm/components/step-indicator/index.module.css.js +1 -1
- package/esm/index.css +2 -2
- package/esm/index.module.css.js +1 -1
- package/index.css +2 -2
- package/index.module.css.js +1 -1
- package/modern/components/step/index.css +31 -31
- package/modern/components/step/index.module.css.js +1 -1
- package/modern/components/step-indicator/index.css +1 -1
- package/modern/components/step-indicator/index.module.css.js +1 -1
- package/modern/index.css +2 -2
- package/modern/index.module.css.js +1 -1
- package/package.json +5 -5
|
@@ -24,30 +24,30 @@
|
|
|
24
24
|
} :root {
|
|
25
25
|
--steps-option-svg-color: var(--color-light-status-positive);
|
|
26
26
|
--steps-dash-border: 2px solid var(--color-light-status-positive);
|
|
27
|
-
} .
|
|
27
|
+
} .steps__step_hi6sy {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_hi6sy.steps__horizontal_hi6sy {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_hi6sy:not(.steps__vertical_hi6sy) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_hi6sy:last-of-type .steps__textWrapper_hi6sy.steps__vertical_hi6sy {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_hi6sy.steps__disabled_hi6sy:hover .steps__text_hi6sy {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_hi6sy.steps__disabled_hi6sy .steps__indicator_hi6sy {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_hi6sy {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_hi6sy.steps__vertical_hi6sy {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_hi6sy {
|
|
51
51
|
font-size: 14px;
|
|
52
52
|
line-height: 20px;
|
|
53
53
|
font-weight: 700;
|
|
@@ -60,31 +60,31 @@
|
|
|
60
60
|
min-width: 24px;
|
|
61
61
|
height: 24px;
|
|
62
62
|
border-radius: var(--border-radius-circle)
|
|
63
|
-
} .
|
|
63
|
+
} .steps__option_hi6sy.steps__vertical_hi6sy {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_hi6sy {
|
|
66
66
|
flex: 1 1 auto;
|
|
67
67
|
min-width: 24px;
|
|
68
68
|
border-top: 2px solid var(--color-light-neutral-translucent-300);
|
|
69
69
|
margin-right: var(--gap-8)
|
|
70
|
-
} .
|
|
70
|
+
} .steps__dash_hi6sy.steps__completed_hi6sy {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_hi6sy.steps__vertical_hi6sy {
|
|
73
73
|
min-width: unset;
|
|
74
74
|
min-height: 8px;
|
|
75
75
|
margin-right: var(--gap-0);
|
|
76
76
|
margin-top: var(--gap-8);
|
|
77
77
|
border-left: 2px solid var(--color-light-neutral-translucent-300);
|
|
78
78
|
border-top: none;
|
|
79
|
-
} .
|
|
79
|
+
} .steps__dash_hi6sy.steps__completed_hi6sy.steps__vertical_hi6sy {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy.steps__gap-24_hi6sy {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy.steps__gap-32_hi6sy {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_hi6sy {
|
|
88
88
|
font-size: 16px;
|
|
89
89
|
line-height: 24px;
|
|
90
90
|
font-weight: 400;
|
|
@@ -95,19 +95,19 @@
|
|
|
95
95
|
border-radius: var(--gap-8);
|
|
96
96
|
height: -moz-min-content;
|
|
97
97
|
height: min-content
|
|
98
|
-
} .
|
|
98
|
+
} .steps__text_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_hi6sy {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_hi6sy .steps__text_hi6sy {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_hi6sy .steps__option_hi6sy {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_hi6sy {
|
|
111
111
|
display: flex;
|
|
112
112
|
justify-content: center;
|
|
113
113
|
align-items: center;
|
|
@@ -115,20 +115,20 @@
|
|
|
115
115
|
width: 20px;
|
|
116
116
|
height: 20px;
|
|
117
117
|
border: 2px solid var(--color-light-neutral-translucent-300);
|
|
118
|
-
} .
|
|
118
|
+
} .steps__dot_hi6sy {
|
|
119
119
|
width: 10px;
|
|
120
120
|
height: 10px;
|
|
121
121
|
border-radius: var(--border-radius-circle);
|
|
122
122
|
background: var(--color-light-neutral-translucent-300);
|
|
123
|
-
} .
|
|
123
|
+
} .steps__selected_hi6sy .steps__checkbox_hi6sy {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_hi6sy .steps__checkbox_hi6sy .steps__dot_hi6sy {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_hi6sy:not(.steps__error_hi6sy).steps__unordered_hi6sy {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_hi6sy > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_hi6sy {
|
|
133
133
|
width: 100%;
|
|
134
134
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"step":"
|
|
5
|
+
var styles = {"step":"steps__step_hi6sy","horizontal":"steps__horizontal_hi6sy","vertical":"steps__vertical_hi6sy","textWrapper":"steps__textWrapper_hi6sy","interactive":"steps__interactive_hi6sy","disabled":"steps__disabled_hi6sy","text":"steps__text_hi6sy","indicator":"steps__indicator_hi6sy","option":"steps__option_hi6sy","dash":"steps__dash_hi6sy","completed":"steps__completed_hi6sy","gap-24":"steps__gap-24_hi6sy","gap-32":"steps__gap-32_hi6sy","focused":"steps__focused_hi6sy","selected":"steps__selected_hi6sy","checkbox":"steps__checkbox_hi6sy","dot":"steps__dot_hi6sy","error":"steps__error_hi6sy","unordered":"steps__unordered_hi6sy","completedIndicator":"steps__completedIndicator_hi6sy","fullWidth":"steps__fullWidth_hi6sy"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -24,30 +24,30 @@
|
|
|
24
24
|
} :root {
|
|
25
25
|
--steps-option-svg-color: var(--color-light-status-positive);
|
|
26
26
|
--steps-dash-border: 2px solid var(--color-light-status-positive);
|
|
27
|
-
} .
|
|
27
|
+
} .steps__step_hi6sy {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_hi6sy.steps__horizontal_hi6sy {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_hi6sy:not(.steps__vertical_hi6sy) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_hi6sy:last-of-type .steps__textWrapper_hi6sy.steps__vertical_hi6sy {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_hi6sy.steps__disabled_hi6sy:hover .steps__text_hi6sy {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_hi6sy.steps__disabled_hi6sy .steps__indicator_hi6sy {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_hi6sy {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_hi6sy.steps__vertical_hi6sy {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_hi6sy {
|
|
51
51
|
font-size: 14px;
|
|
52
52
|
line-height: 20px;
|
|
53
53
|
font-weight: 700;
|
|
@@ -60,31 +60,31 @@
|
|
|
60
60
|
min-width: 24px;
|
|
61
61
|
height: 24px;
|
|
62
62
|
border-radius: var(--border-radius-circle)
|
|
63
|
-
} .
|
|
63
|
+
} .steps__option_hi6sy.steps__vertical_hi6sy {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_hi6sy {
|
|
66
66
|
flex: 1 1 auto;
|
|
67
67
|
min-width: 24px;
|
|
68
68
|
border-top: 2px solid var(--color-light-neutral-translucent-300);
|
|
69
69
|
margin-right: var(--gap-8)
|
|
70
|
-
} .
|
|
70
|
+
} .steps__dash_hi6sy.steps__completed_hi6sy {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_hi6sy.steps__vertical_hi6sy {
|
|
73
73
|
min-width: unset;
|
|
74
74
|
min-height: 8px;
|
|
75
75
|
margin-right: var(--gap-0);
|
|
76
76
|
margin-top: var(--gap-8);
|
|
77
77
|
border-left: 2px solid var(--color-light-neutral-translucent-300);
|
|
78
78
|
border-top: none;
|
|
79
|
-
} .
|
|
79
|
+
} .steps__dash_hi6sy.steps__completed_hi6sy.steps__vertical_hi6sy {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy.steps__gap-24_hi6sy {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy.steps__gap-32_hi6sy {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_hi6sy {
|
|
88
88
|
font-size: 16px;
|
|
89
89
|
line-height: 24px;
|
|
90
90
|
font-weight: 400;
|
|
@@ -95,19 +95,19 @@
|
|
|
95
95
|
border-radius: var(--gap-8);
|
|
96
96
|
height: -moz-min-content;
|
|
97
97
|
height: min-content
|
|
98
|
-
} .
|
|
98
|
+
} .steps__text_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_hi6sy {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_hi6sy .steps__text_hi6sy {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_hi6sy .steps__option_hi6sy {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_hi6sy {
|
|
111
111
|
display: flex;
|
|
112
112
|
justify-content: center;
|
|
113
113
|
align-items: center;
|
|
@@ -115,20 +115,20 @@
|
|
|
115
115
|
width: 20px;
|
|
116
116
|
height: 20px;
|
|
117
117
|
border: 2px solid var(--color-light-neutral-translucent-300);
|
|
118
|
-
} .
|
|
118
|
+
} .steps__dot_hi6sy {
|
|
119
119
|
width: 10px;
|
|
120
120
|
height: 10px;
|
|
121
121
|
border-radius: var(--border-radius-circle);
|
|
122
122
|
background: var(--color-light-neutral-translucent-300);
|
|
123
|
-
} .
|
|
123
|
+
} .steps__selected_hi6sy .steps__checkbox_hi6sy {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_hi6sy .steps__checkbox_hi6sy .steps__dot_hi6sy {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_hi6sy:not(.steps__error_hi6sy).steps__unordered_hi6sy {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_hi6sy > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_hi6sy {
|
|
133
133
|
width: 100%;
|
|
134
134
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"step":"
|
|
3
|
+
var styles = {"step":"steps__step_hi6sy","horizontal":"steps__horizontal_hi6sy","vertical":"steps__vertical_hi6sy","textWrapper":"steps__textWrapper_hi6sy","interactive":"steps__interactive_hi6sy","disabled":"steps__disabled_hi6sy","text":"steps__text_hi6sy","indicator":"steps__indicator_hi6sy","option":"steps__option_hi6sy","dash":"steps__dash_hi6sy","completed":"steps__completed_hi6sy","gap-24":"steps__gap-24_hi6sy","gap-32":"steps__gap-32_hi6sy","focused":"steps__focused_hi6sy","selected":"steps__selected_hi6sy","checkbox":"steps__checkbox_hi6sy","dot":"steps__dot_hi6sy","error":"steps__error_hi6sy","unordered":"steps__unordered_hi6sy","completedIndicator":"steps__completedIndicator_hi6sy","fullWidth":"steps__fullWidth_hi6sy"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
.steps__component_musto {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_musto.steps__vertical_musto {
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
align-items: flex-start;
|
|
8
8
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"steps__component_musto","vertical":"steps__vertical_musto"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
.steps__component_musto {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_musto.steps__vertical_musto {
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
align-items: flex-start;
|
|
8
8
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"steps__component_musto","vertical":"steps__vertical_musto"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -24,30 +24,30 @@
|
|
|
24
24
|
} :root {
|
|
25
25
|
--steps-option-svg-color: var(--color-light-status-positive);
|
|
26
26
|
--steps-dash-border: 2px solid var(--color-light-status-positive);
|
|
27
|
-
} .
|
|
27
|
+
} .steps__step_hi6sy {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_hi6sy.steps__horizontal_hi6sy {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_hi6sy:not(.steps__vertical_hi6sy) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_hi6sy:last-of-type .steps__textWrapper_hi6sy.steps__vertical_hi6sy {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_hi6sy.steps__disabled_hi6sy:hover .steps__text_hi6sy {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_hi6sy.steps__disabled_hi6sy .steps__indicator_hi6sy {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_hi6sy {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_hi6sy.steps__vertical_hi6sy {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_hi6sy {
|
|
51
51
|
font-size: 14px;
|
|
52
52
|
line-height: 20px;
|
|
53
53
|
font-weight: 700;
|
|
@@ -60,31 +60,31 @@
|
|
|
60
60
|
min-width: 24px;
|
|
61
61
|
height: 24px;
|
|
62
62
|
border-radius: var(--border-radius-circle)
|
|
63
|
-
} .
|
|
63
|
+
} .steps__option_hi6sy.steps__vertical_hi6sy {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_hi6sy {
|
|
66
66
|
flex: 1 1 auto;
|
|
67
67
|
min-width: 24px;
|
|
68
68
|
border-top: 2px solid var(--color-light-neutral-translucent-300);
|
|
69
69
|
margin-right: var(--gap-8)
|
|
70
|
-
} .
|
|
70
|
+
} .steps__dash_hi6sy.steps__completed_hi6sy {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_hi6sy.steps__vertical_hi6sy {
|
|
73
73
|
min-width: unset;
|
|
74
74
|
min-height: 8px;
|
|
75
75
|
margin-right: var(--gap-0);
|
|
76
76
|
margin-top: var(--gap-8);
|
|
77
77
|
border-left: 2px solid var(--color-light-neutral-translucent-300);
|
|
78
78
|
border-top: none;
|
|
79
|
-
} .
|
|
79
|
+
} .steps__dash_hi6sy.steps__completed_hi6sy.steps__vertical_hi6sy {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy.steps__gap-24_hi6sy {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_hi6sy.steps__vertical_hi6sy.steps__gap-32_hi6sy {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_hi6sy {
|
|
88
88
|
font-size: 16px;
|
|
89
89
|
line-height: 24px;
|
|
90
90
|
font-weight: 400;
|
|
@@ -95,19 +95,19 @@
|
|
|
95
95
|
border-radius: var(--gap-8);
|
|
96
96
|
height: -moz-min-content;
|
|
97
97
|
height: min-content
|
|
98
|
-
} .
|
|
98
|
+
} .steps__text_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_hi6sy.steps__interactive_hi6sy:not(.steps__disabled_hi6sy):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_hi6sy {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_hi6sy .steps__text_hi6sy {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_hi6sy .steps__option_hi6sy {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_hi6sy {
|
|
111
111
|
display: flex;
|
|
112
112
|
justify-content: center;
|
|
113
113
|
align-items: center;
|
|
@@ -115,20 +115,20 @@
|
|
|
115
115
|
width: 20px;
|
|
116
116
|
height: 20px;
|
|
117
117
|
border: 2px solid var(--color-light-neutral-translucent-300);
|
|
118
|
-
} .
|
|
118
|
+
} .steps__dot_hi6sy {
|
|
119
119
|
width: 10px;
|
|
120
120
|
height: 10px;
|
|
121
121
|
border-radius: var(--border-radius-circle);
|
|
122
122
|
background: var(--color-light-neutral-translucent-300);
|
|
123
|
-
} .
|
|
123
|
+
} .steps__selected_hi6sy .steps__checkbox_hi6sy {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_hi6sy .steps__checkbox_hi6sy .steps__dot_hi6sy {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_hi6sy:not(.steps__error_hi6sy).steps__unordered_hi6sy {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_hi6sy > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_hi6sy {
|
|
133
133
|
width: 100%;
|
|
134
134
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"step":"
|
|
3
|
+
const styles = {"step":"steps__step_hi6sy","horizontal":"steps__horizontal_hi6sy","vertical":"steps__vertical_hi6sy","textWrapper":"steps__textWrapper_hi6sy","interactive":"steps__interactive_hi6sy","disabled":"steps__disabled_hi6sy","text":"steps__text_hi6sy","indicator":"steps__indicator_hi6sy","option":"steps__option_hi6sy","dash":"steps__dash_hi6sy","completed":"steps__completed_hi6sy","gap-24":"steps__gap-24_hi6sy","gap-32":"steps__gap-32_hi6sy","focused":"steps__focused_hi6sy","selected":"steps__selected_hi6sy","checkbox":"steps__checkbox_hi6sy","dot":"steps__dot_hi6sy","error":"steps__error_hi6sy","unordered":"steps__unordered_hi6sy","completedIndicator":"steps__completedIndicator_hi6sy","fullWidth":"steps__fullWidth_hi6sy"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
.steps__component_musto {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_musto.steps__vertical_musto {
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
align-items: flex-start;
|
|
8
8
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const styles = {"component":"steps__component_musto","vertical":"steps__vertical_musto"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-steps",
|
|
3
|
-
"version": "2.0.1
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@alfalab/core-components-badge": "^6.0.0",
|
|
14
|
-
"@alfalab/core-components-shared": "1.0
|
|
14
|
+
"@alfalab/core-components-shared": "^1.1.0",
|
|
15
15
|
"@alfalab/hooks": "^1.13.1",
|
|
16
|
-
"@alfalab/icons-glyph": "^2.
|
|
16
|
+
"@alfalab/icons-glyph": "^2.247.0",
|
|
17
17
|
"classnames": "^2.5.1",
|
|
18
18
|
"tslib": "^2.4.0"
|
|
19
19
|
},
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"access": "public",
|
|
26
26
|
"directory": "dist"
|
|
27
27
|
},
|
|
28
|
-
"themesVersion": "14.
|
|
29
|
-
"varsVersion": "10.0
|
|
28
|
+
"themesVersion": "14.1.0",
|
|
29
|
+
"varsVersion": "10.1.0"
|
|
30
30
|
}
|