@alfalab/core-components-steps 2.0.0-snapshot-4f075c0 → 2.0.0-snapshot-5bcd094

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.
@@ -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
- } .steps__step_1sacg {
27
+ } .steps__step_c6sxr {
28
28
  display: flex;
29
29
  outline: none
30
- } .steps__step_1sacg.steps__horizontal_1sacg {
30
+ } .steps__step_c6sxr.steps__horizontal_c6sxr {
31
31
  flex-grow: 1;
32
- } .steps__step_1sacg:not(.steps__vertical_1sacg) {
32
+ } .steps__step_c6sxr:not(.steps__vertical_c6sxr) {
33
33
  align-items: center;
34
- } .steps__step_1sacg:last-of-type .steps__textWrapper_1sacg.steps__vertical_1sacg {
34
+ } .steps__step_c6sxr:last-of-type .steps__textWrapper_c6sxr.steps__vertical_c6sxr {
35
35
  margin-bottom: var(--gap-0);
36
- } .steps__step_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):hover {
36
+ } .steps__step_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):hover {
37
37
  cursor: pointer;
38
- } .steps__step_1sacg.steps__disabled_1sacg:hover .steps__text_1sacg {
38
+ } .steps__step_c6sxr.steps__disabled_c6sxr:hover .steps__text_c6sxr {
39
39
  background: unset;
40
- } .steps__step_1sacg.steps__disabled_1sacg .steps__indicator_1sacg {
40
+ } .steps__step_c6sxr.steps__disabled_c6sxr .steps__indicator_c6sxr {
41
41
  cursor: unset;
42
- } .steps__indicator_1sacg {
42
+ } .steps__indicator_c6sxr {
43
43
  cursor: pointer;
44
44
  display: flex;
45
45
  align-items: center;
46
46
  margin-right: var(--gap-4)
47
- } .steps__indicator_1sacg.steps__vertical_1sacg {
47
+ } .steps__indicator_c6sxr.steps__vertical_c6sxr {
48
48
  flex-direction: column;
49
49
  margin-right: var(--gap-8);
50
- } .steps__option_1sacg {
50
+ } .steps__option_c6sxr {
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
- } .steps__option_1sacg.steps__vertical_1sacg {
63
+ } .steps__option_c6sxr.steps__vertical_c6sxr {
64
64
  margin-top: var(--gap-8);
65
- } .steps__dash_1sacg {
65
+ } .steps__dash_c6sxr {
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
- } .steps__dash_1sacg.steps__completed_1sacg {
70
+ } .steps__dash_c6sxr.steps__completed_c6sxr {
71
71
  border-top: var(--steps-dash-border);
72
- } .steps__dash_1sacg.steps__vertical_1sacg {
72
+ } .steps__dash_c6sxr.steps__vertical_c6sxr {
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
- } .steps__dash_1sacg.steps__completed_1sacg.steps__vertical_1sacg {
79
+ } .steps__dash_c6sxr.steps__completed_c6sxr.steps__vertical_c6sxr {
80
80
  border-left: var(--steps-dash-border);
81
- } .steps__textWrapper_1sacg.steps__vertical_1sacg {
81
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr {
82
82
  min-height: 48px
83
- } .steps__textWrapper_1sacg.steps__vertical_1sacg.steps__gap-24_1sacg {
83
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr.steps__gap-24_c6sxr {
84
84
  margin-bottom: var(--gap-8);
85
- } .steps__textWrapper_1sacg.steps__vertical_1sacg.steps__gap-32_1sacg {
85
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr.steps__gap-32_c6sxr {
86
86
  margin-bottom: var(--gap-16);
87
- } .steps__text_1sacg {
87
+ } .steps__text_c6sxr {
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
- } .steps__text_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):hover {
98
+ } .steps__text_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):hover {
99
99
  background: var(--color-light-transparent-default-hover);
100
- } .steps__text_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):active {
100
+ } .steps__text_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):active {
101
101
  background: var(--color-light-transparent-default-press);
102
- } .steps__focused_1sacg {
102
+ } .steps__focused_c6sxr {
103
103
  outline: var(--gap-2) solid var(--focus-color);
104
104
  outline-offset: var(--gap-2);
105
- } .steps__selected_1sacg .steps__text_1sacg {
105
+ } .steps__selected_c6sxr .steps__text_c6sxr {
106
106
  color: var(--color-light-text-primary);
107
- } .steps__selected_1sacg .steps__option_1sacg {
107
+ } .steps__selected_c6sxr .steps__option_c6sxr {
108
108
  color: var(--color-light-text-primary-inverted);
109
109
  background: var(--color-light-neutral-translucent-1300);
110
- } .steps__checkbox_1sacg {
110
+ } .steps__checkbox_c6sxr {
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
- } .steps__dot_1sacg {
118
+ } .steps__dot_c6sxr {
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
- } .steps__selected_1sacg .steps__checkbox_1sacg {
123
+ } .steps__selected_c6sxr .steps__checkbox_c6sxr {
124
124
  border: 2px solid var(--color-light-neutral-translucent-1300)
125
- } .steps__selected_1sacg .steps__checkbox_1sacg .steps__dot_1sacg {
125
+ } .steps__selected_c6sxr .steps__checkbox_c6sxr .steps__dot_c6sxr {
126
126
  background: var(--color-light-neutral-translucent-1300);
127
- } .steps__option_1sacg:not(.steps__error_1sacg).steps__unordered_1sacg {
127
+ } .steps__option_c6sxr:not(.steps__error_c6sxr).steps__unordered_c6sxr {
128
128
  background: unset;
129
- } .steps__completedIndicator_1sacg > [class*='positive'] {
129
+ } .steps__completedIndicator_c6sxr > [class*='positive'] {
130
130
  color: var(--steps-option-svg-color);
131
131
  background-color: var(--steps-option-svg-color);
132
- } .steps__fullWidth_1sacg {
132
+ } .steps__fullWidth_c6sxr {
133
133
  width: 100%;
134
134
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"step":"steps__step_1sacg","horizontal":"steps__horizontal_1sacg","vertical":"steps__vertical_1sacg","textWrapper":"steps__textWrapper_1sacg","interactive":"steps__interactive_1sacg","disabled":"steps__disabled_1sacg","text":"steps__text_1sacg","indicator":"steps__indicator_1sacg","option":"steps__option_1sacg","dash":"steps__dash_1sacg","completed":"steps__completed_1sacg","gap-24":"steps__gap-24_1sacg","gap-32":"steps__gap-32_1sacg","focused":"steps__focused_1sacg","selected":"steps__selected_1sacg","checkbox":"steps__checkbox_1sacg","dot":"steps__dot_1sacg","error":"steps__error_1sacg","unordered":"steps__unordered_1sacg","completedIndicator":"steps__completedIndicator_1sacg","fullWidth":"steps__fullWidth_1sacg"};
5
+ var styles = {"step":"steps__step_c6sxr","horizontal":"steps__horizontal_c6sxr","vertical":"steps__vertical_c6sxr","textWrapper":"steps__textWrapper_c6sxr","interactive":"steps__interactive_c6sxr","disabled":"steps__disabled_c6sxr","text":"steps__text_c6sxr","indicator":"steps__indicator_c6sxr","option":"steps__option_c6sxr","dash":"steps__dash_c6sxr","completed":"steps__completed_c6sxr","gap-24":"steps__gap-24_c6sxr","gap-32":"steps__gap-32_c6sxr","focused":"steps__focused_c6sxr","selected":"steps__selected_c6sxr","checkbox":"steps__checkbox_c6sxr","dot":"steps__dot_c6sxr","error":"steps__error_c6sxr","unordered":"steps__unordered_c6sxr","completedIndicator":"steps__completedIndicator_c6sxr","fullWidth":"steps__fullWidth_c6sxr"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,5 +1,5 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
- } .steps__component_1n2fl.steps__component_1n2fl {
3
+ } .steps__component_zqm8k.steps__component_zqm8k {
4
4
  padding: var(--gap-0);
5
5
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"steps__component_1n2fl"};
5
+ var styles = {"component":"steps__component_zqm8k"};
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
- } .steps__step_1sacg {
27
+ } .steps__step_c6sxr {
28
28
  display: flex;
29
29
  outline: none
30
- } .steps__step_1sacg.steps__horizontal_1sacg {
30
+ } .steps__step_c6sxr.steps__horizontal_c6sxr {
31
31
  flex-grow: 1;
32
- } .steps__step_1sacg:not(.steps__vertical_1sacg) {
32
+ } .steps__step_c6sxr:not(.steps__vertical_c6sxr) {
33
33
  align-items: center;
34
- } .steps__step_1sacg:last-of-type .steps__textWrapper_1sacg.steps__vertical_1sacg {
34
+ } .steps__step_c6sxr:last-of-type .steps__textWrapper_c6sxr.steps__vertical_c6sxr {
35
35
  margin-bottom: var(--gap-0);
36
- } .steps__step_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):hover {
36
+ } .steps__step_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):hover {
37
37
  cursor: pointer;
38
- } .steps__step_1sacg.steps__disabled_1sacg:hover .steps__text_1sacg {
38
+ } .steps__step_c6sxr.steps__disabled_c6sxr:hover .steps__text_c6sxr {
39
39
  background: unset;
40
- } .steps__step_1sacg.steps__disabled_1sacg .steps__indicator_1sacg {
40
+ } .steps__step_c6sxr.steps__disabled_c6sxr .steps__indicator_c6sxr {
41
41
  cursor: unset;
42
- } .steps__indicator_1sacg {
42
+ } .steps__indicator_c6sxr {
43
43
  cursor: pointer;
44
44
  display: flex;
45
45
  align-items: center;
46
46
  margin-right: var(--gap-4)
47
- } .steps__indicator_1sacg.steps__vertical_1sacg {
47
+ } .steps__indicator_c6sxr.steps__vertical_c6sxr {
48
48
  flex-direction: column;
49
49
  margin-right: var(--gap-8);
50
- } .steps__option_1sacg {
50
+ } .steps__option_c6sxr {
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
- } .steps__option_1sacg.steps__vertical_1sacg {
63
+ } .steps__option_c6sxr.steps__vertical_c6sxr {
64
64
  margin-top: var(--gap-8);
65
- } .steps__dash_1sacg {
65
+ } .steps__dash_c6sxr {
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
- } .steps__dash_1sacg.steps__completed_1sacg {
70
+ } .steps__dash_c6sxr.steps__completed_c6sxr {
71
71
  border-top: var(--steps-dash-border);
72
- } .steps__dash_1sacg.steps__vertical_1sacg {
72
+ } .steps__dash_c6sxr.steps__vertical_c6sxr {
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
- } .steps__dash_1sacg.steps__completed_1sacg.steps__vertical_1sacg {
79
+ } .steps__dash_c6sxr.steps__completed_c6sxr.steps__vertical_c6sxr {
80
80
  border-left: var(--steps-dash-border);
81
- } .steps__textWrapper_1sacg.steps__vertical_1sacg {
81
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr {
82
82
  min-height: 48px
83
- } .steps__textWrapper_1sacg.steps__vertical_1sacg.steps__gap-24_1sacg {
83
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr.steps__gap-24_c6sxr {
84
84
  margin-bottom: var(--gap-8);
85
- } .steps__textWrapper_1sacg.steps__vertical_1sacg.steps__gap-32_1sacg {
85
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr.steps__gap-32_c6sxr {
86
86
  margin-bottom: var(--gap-16);
87
- } .steps__text_1sacg {
87
+ } .steps__text_c6sxr {
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
- } .steps__text_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):hover {
98
+ } .steps__text_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):hover {
99
99
  background: var(--color-light-transparent-default-hover);
100
- } .steps__text_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):active {
100
+ } .steps__text_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):active {
101
101
  background: var(--color-light-transparent-default-press);
102
- } .steps__focused_1sacg {
102
+ } .steps__focused_c6sxr {
103
103
  outline: var(--gap-2) solid var(--focus-color);
104
104
  outline-offset: var(--gap-2);
105
- } .steps__selected_1sacg .steps__text_1sacg {
105
+ } .steps__selected_c6sxr .steps__text_c6sxr {
106
106
  color: var(--color-light-text-primary);
107
- } .steps__selected_1sacg .steps__option_1sacg {
107
+ } .steps__selected_c6sxr .steps__option_c6sxr {
108
108
  color: var(--color-light-text-primary-inverted);
109
109
  background: var(--color-light-neutral-translucent-1300);
110
- } .steps__checkbox_1sacg {
110
+ } .steps__checkbox_c6sxr {
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
- } .steps__dot_1sacg {
118
+ } .steps__dot_c6sxr {
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
- } .steps__selected_1sacg .steps__checkbox_1sacg {
123
+ } .steps__selected_c6sxr .steps__checkbox_c6sxr {
124
124
  border: 2px solid var(--color-light-neutral-translucent-1300)
125
- } .steps__selected_1sacg .steps__checkbox_1sacg .steps__dot_1sacg {
125
+ } .steps__selected_c6sxr .steps__checkbox_c6sxr .steps__dot_c6sxr {
126
126
  background: var(--color-light-neutral-translucent-1300);
127
- } .steps__option_1sacg:not(.steps__error_1sacg).steps__unordered_1sacg {
127
+ } .steps__option_c6sxr:not(.steps__error_c6sxr).steps__unordered_c6sxr {
128
128
  background: unset;
129
- } .steps__completedIndicator_1sacg > [class*='positive'] {
129
+ } .steps__completedIndicator_c6sxr > [class*='positive'] {
130
130
  color: var(--steps-option-svg-color);
131
131
  background-color: var(--steps-option-svg-color);
132
- } .steps__fullWidth_1sacg {
132
+ } .steps__fullWidth_c6sxr {
133
133
  width: 100%;
134
134
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"step":"steps__step_1sacg","horizontal":"steps__horizontal_1sacg","vertical":"steps__vertical_1sacg","textWrapper":"steps__textWrapper_1sacg","interactive":"steps__interactive_1sacg","disabled":"steps__disabled_1sacg","text":"steps__text_1sacg","indicator":"steps__indicator_1sacg","option":"steps__option_1sacg","dash":"steps__dash_1sacg","completed":"steps__completed_1sacg","gap-24":"steps__gap-24_1sacg","gap-32":"steps__gap-32_1sacg","focused":"steps__focused_1sacg","selected":"steps__selected_1sacg","checkbox":"steps__checkbox_1sacg","dot":"steps__dot_1sacg","error":"steps__error_1sacg","unordered":"steps__unordered_1sacg","completedIndicator":"steps__completedIndicator_1sacg","fullWidth":"steps__fullWidth_1sacg"};
3
+ var styles = {"step":"steps__step_c6sxr","horizontal":"steps__horizontal_c6sxr","vertical":"steps__vertical_c6sxr","textWrapper":"steps__textWrapper_c6sxr","interactive":"steps__interactive_c6sxr","disabled":"steps__disabled_c6sxr","text":"steps__text_c6sxr","indicator":"steps__indicator_c6sxr","option":"steps__option_c6sxr","dash":"steps__dash_c6sxr","completed":"steps__completed_c6sxr","gap-24":"steps__gap-24_c6sxr","gap-32":"steps__gap-32_c6sxr","focused":"steps__focused_c6sxr","selected":"steps__selected_c6sxr","checkbox":"steps__checkbox_c6sxr","dot":"steps__dot_c6sxr","error":"steps__error_c6sxr","unordered":"steps__unordered_c6sxr","completedIndicator":"steps__completedIndicator_c6sxr","fullWidth":"steps__fullWidth_c6sxr"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,5 +1,5 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
- } .steps__component_1n2fl.steps__component_1n2fl {
3
+ } .steps__component_zqm8k.steps__component_zqm8k {
4
4
  padding: var(--gap-0);
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"steps__component_1n2fl"};
3
+ var styles = {"component":"steps__component_zqm8k"};
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
- .steps__component_1vbrc {
1
+ .steps__component_1aw9f {
2
2
  display: flex;
3
3
  align-items: center;
4
4
  flex-direction: row
5
- } .steps__component_1vbrc.steps__vertical_1vbrc {
5
+ } .steps__component_1aw9f.steps__vertical_1aw9f {
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
- var styles = {"component":"steps__component_1vbrc","vertical":"steps__vertical_1vbrc"};
3
+ var styles = {"component":"steps__component_1aw9f","vertical":"steps__vertical_1aw9f"};
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
- .steps__component_1vbrc {
1
+ .steps__component_1aw9f {
2
2
  display: flex;
3
3
  align-items: center;
4
4
  flex-direction: row
5
- } .steps__component_1vbrc.steps__vertical_1vbrc {
5
+ } .steps__component_1aw9f.steps__vertical_1aw9f {
6
6
  flex-direction: column;
7
7
  align-items: flex-start;
8
8
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"steps__component_1vbrc","vertical":"steps__vertical_1vbrc"};
5
+ var styles = {"component":"steps__component_1aw9f","vertical":"steps__vertical_1aw9f"};
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
- } .steps__step_1sacg {
27
+ } .steps__step_c6sxr {
28
28
  display: flex;
29
29
  outline: none
30
- } .steps__step_1sacg.steps__horizontal_1sacg {
30
+ } .steps__step_c6sxr.steps__horizontal_c6sxr {
31
31
  flex-grow: 1;
32
- } .steps__step_1sacg:not(.steps__vertical_1sacg) {
32
+ } .steps__step_c6sxr:not(.steps__vertical_c6sxr) {
33
33
  align-items: center;
34
- } .steps__step_1sacg:last-of-type .steps__textWrapper_1sacg.steps__vertical_1sacg {
34
+ } .steps__step_c6sxr:last-of-type .steps__textWrapper_c6sxr.steps__vertical_c6sxr {
35
35
  margin-bottom: var(--gap-0);
36
- } .steps__step_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):hover {
36
+ } .steps__step_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):hover {
37
37
  cursor: pointer;
38
- } .steps__step_1sacg.steps__disabled_1sacg:hover .steps__text_1sacg {
38
+ } .steps__step_c6sxr.steps__disabled_c6sxr:hover .steps__text_c6sxr {
39
39
  background: unset;
40
- } .steps__step_1sacg.steps__disabled_1sacg .steps__indicator_1sacg {
40
+ } .steps__step_c6sxr.steps__disabled_c6sxr .steps__indicator_c6sxr {
41
41
  cursor: unset;
42
- } .steps__indicator_1sacg {
42
+ } .steps__indicator_c6sxr {
43
43
  cursor: pointer;
44
44
  display: flex;
45
45
  align-items: center;
46
46
  margin-right: var(--gap-4)
47
- } .steps__indicator_1sacg.steps__vertical_1sacg {
47
+ } .steps__indicator_c6sxr.steps__vertical_c6sxr {
48
48
  flex-direction: column;
49
49
  margin-right: var(--gap-8);
50
- } .steps__option_1sacg {
50
+ } .steps__option_c6sxr {
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
- } .steps__option_1sacg.steps__vertical_1sacg {
63
+ } .steps__option_c6sxr.steps__vertical_c6sxr {
64
64
  margin-top: var(--gap-8);
65
- } .steps__dash_1sacg {
65
+ } .steps__dash_c6sxr {
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
- } .steps__dash_1sacg.steps__completed_1sacg {
70
+ } .steps__dash_c6sxr.steps__completed_c6sxr {
71
71
  border-top: var(--steps-dash-border);
72
- } .steps__dash_1sacg.steps__vertical_1sacg {
72
+ } .steps__dash_c6sxr.steps__vertical_c6sxr {
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
- } .steps__dash_1sacg.steps__completed_1sacg.steps__vertical_1sacg {
79
+ } .steps__dash_c6sxr.steps__completed_c6sxr.steps__vertical_c6sxr {
80
80
  border-left: var(--steps-dash-border);
81
- } .steps__textWrapper_1sacg.steps__vertical_1sacg {
81
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr {
82
82
  min-height: 48px
83
- } .steps__textWrapper_1sacg.steps__vertical_1sacg.steps__gap-24_1sacg {
83
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr.steps__gap-24_c6sxr {
84
84
  margin-bottom: var(--gap-8);
85
- } .steps__textWrapper_1sacg.steps__vertical_1sacg.steps__gap-32_1sacg {
85
+ } .steps__textWrapper_c6sxr.steps__vertical_c6sxr.steps__gap-32_c6sxr {
86
86
  margin-bottom: var(--gap-16);
87
- } .steps__text_1sacg {
87
+ } .steps__text_c6sxr {
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
- } .steps__text_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):hover {
98
+ } .steps__text_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):hover {
99
99
  background: var(--color-light-transparent-default-hover);
100
- } .steps__text_1sacg.steps__interactive_1sacg:not(.steps__disabled_1sacg):active {
100
+ } .steps__text_c6sxr.steps__interactive_c6sxr:not(.steps__disabled_c6sxr):active {
101
101
  background: var(--color-light-transparent-default-press);
102
- } .steps__focused_1sacg {
102
+ } .steps__focused_c6sxr {
103
103
  outline: var(--gap-2) solid var(--focus-color);
104
104
  outline-offset: var(--gap-2);
105
- } .steps__selected_1sacg .steps__text_1sacg {
105
+ } .steps__selected_c6sxr .steps__text_c6sxr {
106
106
  color: var(--color-light-text-primary);
107
- } .steps__selected_1sacg .steps__option_1sacg {
107
+ } .steps__selected_c6sxr .steps__option_c6sxr {
108
108
  color: var(--color-light-text-primary-inverted);
109
109
  background: var(--color-light-neutral-translucent-1300);
110
- } .steps__checkbox_1sacg {
110
+ } .steps__checkbox_c6sxr {
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
- } .steps__dot_1sacg {
118
+ } .steps__dot_c6sxr {
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
- } .steps__selected_1sacg .steps__checkbox_1sacg {
123
+ } .steps__selected_c6sxr .steps__checkbox_c6sxr {
124
124
  border: 2px solid var(--color-light-neutral-translucent-1300)
125
- } .steps__selected_1sacg .steps__checkbox_1sacg .steps__dot_1sacg {
125
+ } .steps__selected_c6sxr .steps__checkbox_c6sxr .steps__dot_c6sxr {
126
126
  background: var(--color-light-neutral-translucent-1300);
127
- } .steps__option_1sacg:not(.steps__error_1sacg).steps__unordered_1sacg {
127
+ } .steps__option_c6sxr:not(.steps__error_c6sxr).steps__unordered_c6sxr {
128
128
  background: unset;
129
- } .steps__completedIndicator_1sacg > [class*='positive'] {
129
+ } .steps__completedIndicator_c6sxr > [class*='positive'] {
130
130
  color: var(--steps-option-svg-color);
131
131
  background-color: var(--steps-option-svg-color);
132
- } .steps__fullWidth_1sacg {
132
+ } .steps__fullWidth_c6sxr {
133
133
  width: 100%;
134
134
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"step":"steps__step_1sacg","horizontal":"steps__horizontal_1sacg","vertical":"steps__vertical_1sacg","textWrapper":"steps__textWrapper_1sacg","interactive":"steps__interactive_1sacg","disabled":"steps__disabled_1sacg","text":"steps__text_1sacg","indicator":"steps__indicator_1sacg","option":"steps__option_1sacg","dash":"steps__dash_1sacg","completed":"steps__completed_1sacg","gap-24":"steps__gap-24_1sacg","gap-32":"steps__gap-32_1sacg","focused":"steps__focused_1sacg","selected":"steps__selected_1sacg","checkbox":"steps__checkbox_1sacg","dot":"steps__dot_1sacg","error":"steps__error_1sacg","unordered":"steps__unordered_1sacg","completedIndicator":"steps__completedIndicator_1sacg","fullWidth":"steps__fullWidth_1sacg"};
3
+ const styles = {"step":"steps__step_c6sxr","horizontal":"steps__horizontal_c6sxr","vertical":"steps__vertical_c6sxr","textWrapper":"steps__textWrapper_c6sxr","interactive":"steps__interactive_c6sxr","disabled":"steps__disabled_c6sxr","text":"steps__text_c6sxr","indicator":"steps__indicator_c6sxr","option":"steps__option_c6sxr","dash":"steps__dash_c6sxr","completed":"steps__completed_c6sxr","gap-24":"steps__gap-24_c6sxr","gap-32":"steps__gap-32_c6sxr","focused":"steps__focused_c6sxr","selected":"steps__selected_c6sxr","checkbox":"steps__checkbox_c6sxr","dot":"steps__dot_c6sxr","error":"steps__error_c6sxr","unordered":"steps__unordered_c6sxr","completedIndicator":"steps__completedIndicator_c6sxr","fullWidth":"steps__fullWidth_c6sxr"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,5 +1,5 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
- } .steps__component_1n2fl.steps__component_1n2fl {
3
+ } .steps__component_zqm8k.steps__component_zqm8k {
4
4
  padding: var(--gap-0);
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"steps__component_1n2fl"};
3
+ const styles = {"component":"steps__component_zqm8k"};
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
- .steps__component_1vbrc {
1
+ .steps__component_1aw9f {
2
2
  display: flex;
3
3
  align-items: center;
4
4
  flex-direction: row
5
- } .steps__component_1vbrc.steps__vertical_1vbrc {
5
+ } .steps__component_1aw9f.steps__vertical_1aw9f {
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":"steps__component_1vbrc","vertical":"steps__vertical_1vbrc"};
3
+ const styles = {"component":"steps__component_1aw9f","vertical":"steps__vertical_1aw9f"};
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-4f075c0",
3
+ "version": "2.0.0-snapshot-5bcd094",
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-4f075c0",
20
- "@alfalab/core-components-shared": "1.0.0-snapshot-4f075c0",
19
+ "@alfalab/core-components-badge": "6.0.0-snapshot-5bcd094",
20
+ "@alfalab/core-components-shared": "1.0.0-snapshot-5bcd094",
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-4f075c0",
27
- "varsVersion": "10.0.0-snapshot-4f075c0"
26
+ "themesVersion": "14.0.0-snapshot-5bcd094",
27
+ "varsVersion": "10.0.0-snapshot-5bcd094"
28
28
  }