@alfalab/core-components-steps 2.0.0-snapshot-95f92d7 → 2.0.0-snapshot-bbf91f6
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
- package/shared/package.json +3 -0
- package/src/shared/package.json +3 -0
|
@@ -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_hjov7 {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_hjov7.steps__horizontal_hjov7 {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_hjov7:not(.steps__vertical_hjov7) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_hjov7:last-of-type .steps__textWrapper_hjov7.steps__vertical_hjov7 {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_hjov7.steps__disabled_hjov7:hover .steps__text_hjov7 {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_hjov7.steps__disabled_hjov7 .steps__indicator_hjov7 {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_hjov7 {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_hjov7.steps__vertical_hjov7 {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_hjov7 {
|
|
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_hjov7.steps__vertical_hjov7 {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_hjov7 {
|
|
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_hjov7.steps__completed_hjov7 {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_hjov7.steps__vertical_hjov7 {
|
|
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_hjov7.steps__completed_hjov7.steps__vertical_hjov7 {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7 {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7.steps__gap-24_hjov7 {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7.steps__gap-32_hjov7 {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_hjov7 {
|
|
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_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_hjov7 {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_hjov7 .steps__text_hjov7 {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_hjov7 .steps__option_hjov7 {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_hjov7 {
|
|
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_hjov7 {
|
|
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_hjov7 .steps__checkbox_hjov7 {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_hjov7 .steps__checkbox_hjov7 .steps__dot_hjov7 {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_hjov7:not(.steps__error_hjov7).steps__unordered_hjov7 {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_hjov7 > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_hjov7 {
|
|
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_hjov7","horizontal":"steps__horizontal_hjov7","vertical":"steps__vertical_hjov7","textWrapper":"steps__textWrapper_hjov7","interactive":"steps__interactive_hjov7","disabled":"steps__disabled_hjov7","text":"steps__text_hjov7","indicator":"steps__indicator_hjov7","option":"steps__option_hjov7","dash":"steps__dash_hjov7","completed":"steps__completed_hjov7","gap-24":"steps__gap-24_hjov7","gap-32":"steps__gap-32_hjov7","focused":"steps__focused_hjov7","selected":"steps__selected_hjov7","checkbox":"steps__checkbox_hjov7","dot":"steps__dot_hjov7","error":"steps__error_hjov7","unordered":"steps__unordered_hjov7","completedIndicator":"steps__completedIndicator_hjov7","fullWidth":"steps__fullWidth_hjov7"};
|
|
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_hjov7 {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_hjov7.steps__horizontal_hjov7 {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_hjov7:not(.steps__vertical_hjov7) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_hjov7:last-of-type .steps__textWrapper_hjov7.steps__vertical_hjov7 {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_hjov7.steps__disabled_hjov7:hover .steps__text_hjov7 {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_hjov7.steps__disabled_hjov7 .steps__indicator_hjov7 {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_hjov7 {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_hjov7.steps__vertical_hjov7 {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_hjov7 {
|
|
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_hjov7.steps__vertical_hjov7 {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_hjov7 {
|
|
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_hjov7.steps__completed_hjov7 {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_hjov7.steps__vertical_hjov7 {
|
|
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_hjov7.steps__completed_hjov7.steps__vertical_hjov7 {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7 {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7.steps__gap-24_hjov7 {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7.steps__gap-32_hjov7 {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_hjov7 {
|
|
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_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_hjov7 {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_hjov7 .steps__text_hjov7 {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_hjov7 .steps__option_hjov7 {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_hjov7 {
|
|
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_hjov7 {
|
|
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_hjov7 .steps__checkbox_hjov7 {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_hjov7 .steps__checkbox_hjov7 .steps__dot_hjov7 {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_hjov7:not(.steps__error_hjov7).steps__unordered_hjov7 {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_hjov7 > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_hjov7 {
|
|
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_hjov7","horizontal":"steps__horizontal_hjov7","vertical":"steps__vertical_hjov7","textWrapper":"steps__textWrapper_hjov7","interactive":"steps__interactive_hjov7","disabled":"steps__disabled_hjov7","text":"steps__text_hjov7","indicator":"steps__indicator_hjov7","option":"steps__option_hjov7","dash":"steps__dash_hjov7","completed":"steps__completed_hjov7","gap-24":"steps__gap-24_hjov7","gap-32":"steps__gap-32_hjov7","focused":"steps__focused_hjov7","selected":"steps__selected_hjov7","checkbox":"steps__checkbox_hjov7","dot":"steps__dot_hjov7","error":"steps__error_hjov7","unordered":"steps__unordered_hjov7","completedIndicator":"steps__completedIndicator_hjov7","fullWidth":"steps__fullWidth_hjov7"};
|
|
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_1oz3b {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_1oz3b.steps__vertical_1oz3b {
|
|
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_1oz3b","vertical":"steps__vertical_1oz3b"};
|
|
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_1oz3b {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_1oz3b.steps__vertical_1oz3b {
|
|
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_1oz3b","vertical":"steps__vertical_1oz3b"};
|
|
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_hjov7 {
|
|
28
28
|
display: flex;
|
|
29
29
|
outline: none
|
|
30
|
-
} .
|
|
30
|
+
} .steps__step_hjov7.steps__horizontal_hjov7 {
|
|
31
31
|
flex-grow: 1;
|
|
32
|
-
} .
|
|
32
|
+
} .steps__step_hjov7:not(.steps__vertical_hjov7) {
|
|
33
33
|
align-items: center;
|
|
34
|
-
} .
|
|
34
|
+
} .steps__step_hjov7:last-of-type .steps__textWrapper_hjov7.steps__vertical_hjov7 {
|
|
35
35
|
margin-bottom: var(--gap-0);
|
|
36
|
-
} .
|
|
36
|
+
} .steps__step_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):hover {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .steps__step_hjov7.steps__disabled_hjov7:hover .steps__text_hjov7 {
|
|
39
39
|
background: unset;
|
|
40
|
-
} .
|
|
40
|
+
} .steps__step_hjov7.steps__disabled_hjov7 .steps__indicator_hjov7 {
|
|
41
41
|
cursor: unset;
|
|
42
|
-
} .
|
|
42
|
+
} .steps__indicator_hjov7 {
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
margin-right: var(--gap-4)
|
|
47
|
-
} .
|
|
47
|
+
} .steps__indicator_hjov7.steps__vertical_hjov7 {
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
margin-right: var(--gap-8);
|
|
50
|
-
} .
|
|
50
|
+
} .steps__option_hjov7 {
|
|
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_hjov7.steps__vertical_hjov7 {
|
|
64
64
|
margin-top: var(--gap-8);
|
|
65
|
-
} .
|
|
65
|
+
} .steps__dash_hjov7 {
|
|
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_hjov7.steps__completed_hjov7 {
|
|
71
71
|
border-top: var(--steps-dash-border);
|
|
72
|
-
} .
|
|
72
|
+
} .steps__dash_hjov7.steps__vertical_hjov7 {
|
|
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_hjov7.steps__completed_hjov7.steps__vertical_hjov7 {
|
|
80
80
|
border-left: var(--steps-dash-border);
|
|
81
|
-
} .
|
|
81
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7 {
|
|
82
82
|
min-height: 48px
|
|
83
|
-
} .
|
|
83
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7.steps__gap-24_hjov7 {
|
|
84
84
|
margin-bottom: var(--gap-8);
|
|
85
|
-
} .
|
|
85
|
+
} .steps__textWrapper_hjov7.steps__vertical_hjov7.steps__gap-32_hjov7 {
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
|
-
} .
|
|
87
|
+
} .steps__text_hjov7 {
|
|
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_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):hover {
|
|
99
99
|
background: var(--color-light-transparent-default-hover);
|
|
100
|
-
} .
|
|
100
|
+
} .steps__text_hjov7.steps__interactive_hjov7:not(.steps__disabled_hjov7):active {
|
|
101
101
|
background: var(--color-light-transparent-default-press);
|
|
102
|
-
} .
|
|
102
|
+
} .steps__focused_hjov7 {
|
|
103
103
|
outline: var(--gap-2) solid var(--focus-color);
|
|
104
104
|
outline-offset: var(--gap-2);
|
|
105
|
-
} .
|
|
105
|
+
} .steps__selected_hjov7 .steps__text_hjov7 {
|
|
106
106
|
color: var(--color-light-text-primary);
|
|
107
|
-
} .
|
|
107
|
+
} .steps__selected_hjov7 .steps__option_hjov7 {
|
|
108
108
|
color: var(--color-light-text-primary-inverted);
|
|
109
109
|
background: var(--color-light-neutral-translucent-1300);
|
|
110
|
-
} .
|
|
110
|
+
} .steps__checkbox_hjov7 {
|
|
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_hjov7 {
|
|
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_hjov7 .steps__checkbox_hjov7 {
|
|
124
124
|
border: 2px solid var(--color-light-neutral-translucent-1300)
|
|
125
|
-
} .
|
|
125
|
+
} .steps__selected_hjov7 .steps__checkbox_hjov7 .steps__dot_hjov7 {
|
|
126
126
|
background: var(--color-light-neutral-translucent-1300);
|
|
127
|
-
} .
|
|
127
|
+
} .steps__option_hjov7:not(.steps__error_hjov7).steps__unordered_hjov7 {
|
|
128
128
|
background: unset;
|
|
129
|
-
} .
|
|
129
|
+
} .steps__completedIndicator_hjov7 > [class*='positive'] {
|
|
130
130
|
color: var(--steps-option-svg-color);
|
|
131
131
|
background-color: var(--steps-option-svg-color);
|
|
132
|
-
} .
|
|
132
|
+
} .steps__fullWidth_hjov7 {
|
|
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_hjov7","horizontal":"steps__horizontal_hjov7","vertical":"steps__vertical_hjov7","textWrapper":"steps__textWrapper_hjov7","interactive":"steps__interactive_hjov7","disabled":"steps__disabled_hjov7","text":"steps__text_hjov7","indicator":"steps__indicator_hjov7","option":"steps__option_hjov7","dash":"steps__dash_hjov7","completed":"steps__completed_hjov7","gap-24":"steps__gap-24_hjov7","gap-32":"steps__gap-32_hjov7","focused":"steps__focused_hjov7","selected":"steps__selected_hjov7","checkbox":"steps__checkbox_hjov7","dot":"steps__dot_hjov7","error":"steps__error_hjov7","unordered":"steps__unordered_hjov7","completedIndicator":"steps__completedIndicator_hjov7","fullWidth":"steps__fullWidth_hjov7"};
|
|
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_1oz3b {
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
flex-direction: row
|
|
5
|
-
} .
|
|
5
|
+
} .steps__component_1oz3b.steps__vertical_1oz3b {
|
|
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_1oz3b","vertical":"steps__vertical_1oz3b"};
|
|
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.0-snapshot-
|
|
3
|
+
"version": "2.0.0-snapshot-bbf91f6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@alfalab/core-components-badge": "6.0.0-snapshot-
|
|
20
|
-
"@alfalab/core-components-shared": "1.0.0-snapshot-
|
|
19
|
+
"@alfalab/core-components-badge": "6.0.0-snapshot-bbf91f6",
|
|
20
|
+
"@alfalab/core-components-shared": "1.0.0-snapshot-bbf91f6",
|
|
21
21
|
"@alfalab/hooks": "^1.13.1",
|
|
22
22
|
"@alfalab/icons-glyph": "^2.210.0",
|
|
23
23
|
"classnames": "^2.5.1",
|
|
24
24
|
"tslib": "^2.4.0"
|
|
25
25
|
},
|
|
26
|
-
"themesVersion": "14.0.0-snapshot-
|
|
27
|
-
"varsVersion": "10.0.0-snapshot-
|
|
26
|
+
"themesVersion": "14.0.0-snapshot-bbf91f6",
|
|
27
|
+
"varsVersion": "10.0.0-snapshot-bbf91f6"
|
|
28
28
|
}
|