@alfalab/core-components-steps 2.0.0 → 2.0.1-snapshot-c2c8d5a
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 +3 -3
|
@@ -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_1dqye {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_1dqye.steps__horizontal_1dqye {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_1dqye:not(.steps__vertical_1dqye) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_1dqye:last-of-type .steps__textWrapper_1dqye.steps__vertical_1dqye {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_1dqye.steps__disabled_1dqye:hover .steps__text_1dqye {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_1dqye.steps__disabled_1dqye .steps__indicator_1dqye {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_1dqye {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_1dqye.steps__vertical_1dqye {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_1dqye {
|
|
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_1dqye.steps__vertical_1dqye {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_1dqye {
|
|
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_1dqye.steps__completed_1dqye {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_1dqye.steps__vertical_1dqye {
|
|
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_1dqye.steps__completed_1dqye.steps__vertical_1dqye {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye.steps__gap-24_1dqye {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye.steps__gap-32_1dqye {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_1dqye {
|
|
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_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_1dqye {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_1dqye .steps__text_1dqye {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_1dqye .steps__option_1dqye {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_1dqye {
|
|
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_1dqye {
|
|
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_1dqye .steps__checkbox_1dqye {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_1dqye .steps__checkbox_1dqye .steps__dot_1dqye {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_1dqye:not(.steps__error_1dqye).steps__unordered_1dqye {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_1dqye > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_1dqye {
|
|
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_1dqye","horizontal":"steps__horizontal_1dqye","vertical":"steps__vertical_1dqye","textWrapper":"steps__textWrapper_1dqye","interactive":"steps__interactive_1dqye","disabled":"steps__disabled_1dqye","text":"steps__text_1dqye","indicator":"steps__indicator_1dqye","option":"steps__option_1dqye","dash":"steps__dash_1dqye","completed":"steps__completed_1dqye","gap-24":"steps__gap-24_1dqye","gap-32":"steps__gap-32_1dqye","focused":"steps__focused_1dqye","selected":"steps__selected_1dqye","checkbox":"steps__checkbox_1dqye","dot":"steps__dot_1dqye","error":"steps__error_1dqye","unordered":"steps__unordered_1dqye","completedIndicator":"steps__completedIndicator_1dqye","fullWidth":"steps__fullWidth_1dqye"};
|
|
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_1dqye {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_1dqye.steps__horizontal_1dqye {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_1dqye:not(.steps__vertical_1dqye) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_1dqye:last-of-type .steps__textWrapper_1dqye.steps__vertical_1dqye {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_1dqye.steps__disabled_1dqye:hover .steps__text_1dqye {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_1dqye.steps__disabled_1dqye .steps__indicator_1dqye {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_1dqye {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_1dqye.steps__vertical_1dqye {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_1dqye {
|
|
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_1dqye.steps__vertical_1dqye {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_1dqye {
|
|
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_1dqye.steps__completed_1dqye {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_1dqye.steps__vertical_1dqye {
|
|
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_1dqye.steps__completed_1dqye.steps__vertical_1dqye {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye.steps__gap-24_1dqye {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye.steps__gap-32_1dqye {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_1dqye {
|
|
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_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_1dqye {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_1dqye .steps__text_1dqye {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_1dqye .steps__option_1dqye {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_1dqye {
|
|
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_1dqye {
|
|
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_1dqye .steps__checkbox_1dqye {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_1dqye .steps__checkbox_1dqye .steps__dot_1dqye {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_1dqye:not(.steps__error_1dqye).steps__unordered_1dqye {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_1dqye > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_1dqye {
|
|
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_1dqye","horizontal":"steps__horizontal_1dqye","vertical":"steps__vertical_1dqye","textWrapper":"steps__textWrapper_1dqye","interactive":"steps__interactive_1dqye","disabled":"steps__disabled_1dqye","text":"steps__text_1dqye","indicator":"steps__indicator_1dqye","option":"steps__option_1dqye","dash":"steps__dash_1dqye","completed":"steps__completed_1dqye","gap-24":"steps__gap-24_1dqye","gap-32":"steps__gap-32_1dqye","focused":"steps__focused_1dqye","selected":"steps__selected_1dqye","checkbox":"steps__checkbox_1dqye","dot":"steps__dot_1dqye","error":"steps__error_1dqye","unordered":"steps__unordered_1dqye","completedIndicator":"steps__completedIndicator_1dqye","fullWidth":"steps__fullWidth_1dqye"};
|
|
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_ek3a3 {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_ek3a3.steps__vertical_ek3a3 {
|
|
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_ek3a3","vertical":"steps__vertical_ek3a3"};
|
|
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_ek3a3 {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_ek3a3.steps__vertical_ek3a3 {
|
|
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_ek3a3","vertical":"steps__vertical_ek3a3"};
|
|
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_1dqye {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_1dqye.steps__horizontal_1dqye {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_1dqye:not(.steps__vertical_1dqye) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_1dqye:last-of-type .steps__textWrapper_1dqye.steps__vertical_1dqye {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_1dqye.steps__disabled_1dqye:hover .steps__text_1dqye {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_1dqye.steps__disabled_1dqye .steps__indicator_1dqye {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_1dqye {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_1dqye.steps__vertical_1dqye {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_1dqye {
|
|
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_1dqye.steps__vertical_1dqye {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_1dqye {
|
|
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_1dqye.steps__completed_1dqye {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_1dqye.steps__vertical_1dqye {
|
|
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_1dqye.steps__completed_1dqye.steps__vertical_1dqye {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye.steps__gap-24_1dqye {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_1dqye.steps__vertical_1dqye.steps__gap-32_1dqye {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_1dqye {
|
|
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_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_1dqye.steps__interactive_1dqye:not(.steps__disabled_1dqye):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_1dqye {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_1dqye .steps__text_1dqye {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_1dqye .steps__option_1dqye {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_1dqye {
|
|
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_1dqye {
|
|
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_1dqye .steps__checkbox_1dqye {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_1dqye .steps__checkbox_1dqye .steps__dot_1dqye {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_1dqye:not(.steps__error_1dqye).steps__unordered_1dqye {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_1dqye > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_1dqye {
|
|
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_1dqye","horizontal":"steps__horizontal_1dqye","vertical":"steps__vertical_1dqye","textWrapper":"steps__textWrapper_1dqye","interactive":"steps__interactive_1dqye","disabled":"steps__disabled_1dqye","text":"steps__text_1dqye","indicator":"steps__indicator_1dqye","option":"steps__option_1dqye","dash":"steps__dash_1dqye","completed":"steps__completed_1dqye","gap-24":"steps__gap-24_1dqye","gap-32":"steps__gap-32_1dqye","focused":"steps__focused_1dqye","selected":"steps__selected_1dqye","checkbox":"steps__checkbox_1dqye","dot":"steps__dot_1dqye","error":"steps__error_1dqye","unordered":"steps__unordered_1dqye","completedIndicator":"steps__completedIndicator_1dqye","fullWidth":"steps__fullWidth_1dqye"};
|
|
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_ek3a3 {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_ek3a3.steps__vertical_ek3a3 {
|
|
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_ek3a3","vertical":"steps__vertical_ek3a3"};
|
|
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.
|
|
3
|
+
"version": "2.0.1-snapshot-c2c8d5a",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@alfalab/core-components-badge": "^6.0.0",
|
|
14
|
-
"@alfalab/core-components-shared": "
|
|
14
|
+
"@alfalab/core-components-shared": "1.0.1-snapshot-c2c8d5a",
|
|
15
15
|
"@alfalab/hooks": "^1.13.1",
|
|
16
16
|
"@alfalab/icons-glyph": "^2.210.0",
|
|
17
17
|
"classnames": "^2.5.1",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"directory": "dist"
|
|
27
27
|
},
|
|
28
28
|
"themesVersion": "14.0.0",
|
|
29
|
-
"varsVersion": "10.0.
|
|
29
|
+
"varsVersion": "10.0.1-snapshot-c2c8d5a"
|
|
30
30
|
}
|