@alfalab/core-components-steps 2.0.0-snapshot-c39129c → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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_16y46 {
27
+ } .steps__step_1exzg {
28
28
  display: flex;
29
29
  outline: none
30
- } .steps__step_16y46.steps__horizontal_16y46 {
30
+ } .steps__step_1exzg.steps__horizontal_1exzg {
31
31
  flex-grow: 1;
32
- } .steps__step_16y46:not(.steps__vertical_16y46) {
32
+ } .steps__step_1exzg:not(.steps__vertical_1exzg) {
33
33
  align-items: center;
34
- } .steps__step_16y46:last-of-type .steps__textWrapper_16y46.steps__vertical_16y46 {
34
+ } .steps__step_1exzg:last-of-type .steps__textWrapper_1exzg.steps__vertical_1exzg {
35
35
  margin-bottom: var(--gap-0);
36
- } .steps__step_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):hover {
36
+ } .steps__step_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):hover {
37
37
  cursor: pointer;
38
- } .steps__step_16y46.steps__disabled_16y46:hover .steps__text_16y46 {
38
+ } .steps__step_1exzg.steps__disabled_1exzg:hover .steps__text_1exzg {
39
39
  background: unset;
40
- } .steps__step_16y46.steps__disabled_16y46 .steps__indicator_16y46 {
40
+ } .steps__step_1exzg.steps__disabled_1exzg .steps__indicator_1exzg {
41
41
  cursor: unset;
42
- } .steps__indicator_16y46 {
42
+ } .steps__indicator_1exzg {
43
43
  cursor: pointer;
44
44
  display: flex;
45
45
  align-items: center;
46
46
  margin-right: var(--gap-4)
47
- } .steps__indicator_16y46.steps__vertical_16y46 {
47
+ } .steps__indicator_1exzg.steps__vertical_1exzg {
48
48
  flex-direction: column;
49
49
  margin-right: var(--gap-8);
50
- } .steps__option_16y46 {
50
+ } .steps__option_1exzg {
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_16y46.steps__vertical_16y46 {
63
+ } .steps__option_1exzg.steps__vertical_1exzg {
64
64
  margin-top: var(--gap-8);
65
- } .steps__dash_16y46 {
65
+ } .steps__dash_1exzg {
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_16y46.steps__completed_16y46 {
70
+ } .steps__dash_1exzg.steps__completed_1exzg {
71
71
  border-top: var(--steps-dash-border);
72
- } .steps__dash_16y46.steps__vertical_16y46 {
72
+ } .steps__dash_1exzg.steps__vertical_1exzg {
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_16y46.steps__completed_16y46.steps__vertical_16y46 {
79
+ } .steps__dash_1exzg.steps__completed_1exzg.steps__vertical_1exzg {
80
80
  border-left: var(--steps-dash-border);
81
- } .steps__textWrapper_16y46.steps__vertical_16y46 {
81
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg {
82
82
  min-height: 48px
83
- } .steps__textWrapper_16y46.steps__vertical_16y46.steps__gap-24_16y46 {
83
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg.steps__gap-24_1exzg {
84
84
  margin-bottom: var(--gap-8);
85
- } .steps__textWrapper_16y46.steps__vertical_16y46.steps__gap-32_16y46 {
85
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg.steps__gap-32_1exzg {
86
86
  margin-bottom: var(--gap-16);
87
- } .steps__text_16y46 {
87
+ } .steps__text_1exzg {
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_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):hover {
98
+ } .steps__text_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):hover {
99
99
  background: var(--color-light-transparent-default-hover);
100
- } .steps__text_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):active {
100
+ } .steps__text_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):active {
101
101
  background: var(--color-light-transparent-default-press);
102
- } .steps__focused_16y46 {
102
+ } .steps__focused_1exzg {
103
103
  outline: var(--gap-2) solid var(--focus-color);
104
104
  outline-offset: var(--gap-2);
105
- } .steps__selected_16y46 .steps__text_16y46 {
105
+ } .steps__selected_1exzg .steps__text_1exzg {
106
106
  color: var(--color-light-text-primary);
107
- } .steps__selected_16y46 .steps__option_16y46 {
107
+ } .steps__selected_1exzg .steps__option_1exzg {
108
108
  color: var(--color-light-text-primary-inverted);
109
109
  background: var(--color-light-neutral-translucent-1300);
110
- } .steps__checkbox_16y46 {
110
+ } .steps__checkbox_1exzg {
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_16y46 {
118
+ } .steps__dot_1exzg {
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_16y46 .steps__checkbox_16y46 {
123
+ } .steps__selected_1exzg .steps__checkbox_1exzg {
124
124
  border: 2px solid var(--color-light-neutral-translucent-1300)
125
- } .steps__selected_16y46 .steps__checkbox_16y46 .steps__dot_16y46 {
125
+ } .steps__selected_1exzg .steps__checkbox_1exzg .steps__dot_1exzg {
126
126
  background: var(--color-light-neutral-translucent-1300);
127
- } .steps__option_16y46:not(.steps__error_16y46).steps__unordered_16y46 {
127
+ } .steps__option_1exzg:not(.steps__error_1exzg).steps__unordered_1exzg {
128
128
  background: unset;
129
- } .steps__completedIndicator_16y46 > [class*='positive'] {
129
+ } .steps__completedIndicator_1exzg > [class*='positive'] {
130
130
  color: var(--steps-option-svg-color);
131
131
  background-color: var(--steps-option-svg-color);
132
- } .steps__fullWidth_16y46 {
132
+ } .steps__fullWidth_1exzg {
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_16y46","horizontal":"steps__horizontal_16y46","vertical":"steps__vertical_16y46","textWrapper":"steps__textWrapper_16y46","interactive":"steps__interactive_16y46","disabled":"steps__disabled_16y46","text":"steps__text_16y46","indicator":"steps__indicator_16y46","option":"steps__option_16y46","dash":"steps__dash_16y46","completed":"steps__completed_16y46","gap-24":"steps__gap-24_16y46","gap-32":"steps__gap-32_16y46","focused":"steps__focused_16y46","selected":"steps__selected_16y46","checkbox":"steps__checkbox_16y46","dot":"steps__dot_16y46","error":"steps__error_16y46","unordered":"steps__unordered_16y46","completedIndicator":"steps__completedIndicator_16y46","fullWidth":"steps__fullWidth_16y46"};
5
+ var styles = {"step":"steps__step_1exzg","horizontal":"steps__horizontal_1exzg","vertical":"steps__vertical_1exzg","textWrapper":"steps__textWrapper_1exzg","interactive":"steps__interactive_1exzg","disabled":"steps__disabled_1exzg","text":"steps__text_1exzg","indicator":"steps__indicator_1exzg","option":"steps__option_1exzg","dash":"steps__dash_1exzg","completed":"steps__completed_1exzg","gap-24":"steps__gap-24_1exzg","gap-32":"steps__gap-32_1exzg","focused":"steps__focused_1exzg","selected":"steps__selected_1exzg","checkbox":"steps__checkbox_1exzg","dot":"steps__dot_1exzg","error":"steps__error_1exzg","unordered":"steps__unordered_1exzg","completedIndicator":"steps__completedIndicator_1exzg","fullWidth":"steps__fullWidth_1exzg"};
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_15nq6.steps__component_15nq6 {
3
+ } .steps__component_1r6i2.steps__component_1r6i2 {
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_15nq6"};
5
+ var styles = {"component":"steps__component_1r6i2"};
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_16y46 {
27
+ } .steps__step_1exzg {
28
28
  display: flex;
29
29
  outline: none
30
- } .steps__step_16y46.steps__horizontal_16y46 {
30
+ } .steps__step_1exzg.steps__horizontal_1exzg {
31
31
  flex-grow: 1;
32
- } .steps__step_16y46:not(.steps__vertical_16y46) {
32
+ } .steps__step_1exzg:not(.steps__vertical_1exzg) {
33
33
  align-items: center;
34
- } .steps__step_16y46:last-of-type .steps__textWrapper_16y46.steps__vertical_16y46 {
34
+ } .steps__step_1exzg:last-of-type .steps__textWrapper_1exzg.steps__vertical_1exzg {
35
35
  margin-bottom: var(--gap-0);
36
- } .steps__step_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):hover {
36
+ } .steps__step_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):hover {
37
37
  cursor: pointer;
38
- } .steps__step_16y46.steps__disabled_16y46:hover .steps__text_16y46 {
38
+ } .steps__step_1exzg.steps__disabled_1exzg:hover .steps__text_1exzg {
39
39
  background: unset;
40
- } .steps__step_16y46.steps__disabled_16y46 .steps__indicator_16y46 {
40
+ } .steps__step_1exzg.steps__disabled_1exzg .steps__indicator_1exzg {
41
41
  cursor: unset;
42
- } .steps__indicator_16y46 {
42
+ } .steps__indicator_1exzg {
43
43
  cursor: pointer;
44
44
  display: flex;
45
45
  align-items: center;
46
46
  margin-right: var(--gap-4)
47
- } .steps__indicator_16y46.steps__vertical_16y46 {
47
+ } .steps__indicator_1exzg.steps__vertical_1exzg {
48
48
  flex-direction: column;
49
49
  margin-right: var(--gap-8);
50
- } .steps__option_16y46 {
50
+ } .steps__option_1exzg {
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_16y46.steps__vertical_16y46 {
63
+ } .steps__option_1exzg.steps__vertical_1exzg {
64
64
  margin-top: var(--gap-8);
65
- } .steps__dash_16y46 {
65
+ } .steps__dash_1exzg {
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_16y46.steps__completed_16y46 {
70
+ } .steps__dash_1exzg.steps__completed_1exzg {
71
71
  border-top: var(--steps-dash-border);
72
- } .steps__dash_16y46.steps__vertical_16y46 {
72
+ } .steps__dash_1exzg.steps__vertical_1exzg {
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_16y46.steps__completed_16y46.steps__vertical_16y46 {
79
+ } .steps__dash_1exzg.steps__completed_1exzg.steps__vertical_1exzg {
80
80
  border-left: var(--steps-dash-border);
81
- } .steps__textWrapper_16y46.steps__vertical_16y46 {
81
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg {
82
82
  min-height: 48px
83
- } .steps__textWrapper_16y46.steps__vertical_16y46.steps__gap-24_16y46 {
83
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg.steps__gap-24_1exzg {
84
84
  margin-bottom: var(--gap-8);
85
- } .steps__textWrapper_16y46.steps__vertical_16y46.steps__gap-32_16y46 {
85
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg.steps__gap-32_1exzg {
86
86
  margin-bottom: var(--gap-16);
87
- } .steps__text_16y46 {
87
+ } .steps__text_1exzg {
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_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):hover {
98
+ } .steps__text_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):hover {
99
99
  background: var(--color-light-transparent-default-hover);
100
- } .steps__text_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):active {
100
+ } .steps__text_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):active {
101
101
  background: var(--color-light-transparent-default-press);
102
- } .steps__focused_16y46 {
102
+ } .steps__focused_1exzg {
103
103
  outline: var(--gap-2) solid var(--focus-color);
104
104
  outline-offset: var(--gap-2);
105
- } .steps__selected_16y46 .steps__text_16y46 {
105
+ } .steps__selected_1exzg .steps__text_1exzg {
106
106
  color: var(--color-light-text-primary);
107
- } .steps__selected_16y46 .steps__option_16y46 {
107
+ } .steps__selected_1exzg .steps__option_1exzg {
108
108
  color: var(--color-light-text-primary-inverted);
109
109
  background: var(--color-light-neutral-translucent-1300);
110
- } .steps__checkbox_16y46 {
110
+ } .steps__checkbox_1exzg {
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_16y46 {
118
+ } .steps__dot_1exzg {
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_16y46 .steps__checkbox_16y46 {
123
+ } .steps__selected_1exzg .steps__checkbox_1exzg {
124
124
  border: 2px solid var(--color-light-neutral-translucent-1300)
125
- } .steps__selected_16y46 .steps__checkbox_16y46 .steps__dot_16y46 {
125
+ } .steps__selected_1exzg .steps__checkbox_1exzg .steps__dot_1exzg {
126
126
  background: var(--color-light-neutral-translucent-1300);
127
- } .steps__option_16y46:not(.steps__error_16y46).steps__unordered_16y46 {
127
+ } .steps__option_1exzg:not(.steps__error_1exzg).steps__unordered_1exzg {
128
128
  background: unset;
129
- } .steps__completedIndicator_16y46 > [class*='positive'] {
129
+ } .steps__completedIndicator_1exzg > [class*='positive'] {
130
130
  color: var(--steps-option-svg-color);
131
131
  background-color: var(--steps-option-svg-color);
132
- } .steps__fullWidth_16y46 {
132
+ } .steps__fullWidth_1exzg {
133
133
  width: 100%;
134
134
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"step":"steps__step_16y46","horizontal":"steps__horizontal_16y46","vertical":"steps__vertical_16y46","textWrapper":"steps__textWrapper_16y46","interactive":"steps__interactive_16y46","disabled":"steps__disabled_16y46","text":"steps__text_16y46","indicator":"steps__indicator_16y46","option":"steps__option_16y46","dash":"steps__dash_16y46","completed":"steps__completed_16y46","gap-24":"steps__gap-24_16y46","gap-32":"steps__gap-32_16y46","focused":"steps__focused_16y46","selected":"steps__selected_16y46","checkbox":"steps__checkbox_16y46","dot":"steps__dot_16y46","error":"steps__error_16y46","unordered":"steps__unordered_16y46","completedIndicator":"steps__completedIndicator_16y46","fullWidth":"steps__fullWidth_16y46"};
3
+ var styles = {"step":"steps__step_1exzg","horizontal":"steps__horizontal_1exzg","vertical":"steps__vertical_1exzg","textWrapper":"steps__textWrapper_1exzg","interactive":"steps__interactive_1exzg","disabled":"steps__disabled_1exzg","text":"steps__text_1exzg","indicator":"steps__indicator_1exzg","option":"steps__option_1exzg","dash":"steps__dash_1exzg","completed":"steps__completed_1exzg","gap-24":"steps__gap-24_1exzg","gap-32":"steps__gap-32_1exzg","focused":"steps__focused_1exzg","selected":"steps__selected_1exzg","checkbox":"steps__checkbox_1exzg","dot":"steps__dot_1exzg","error":"steps__error_1exzg","unordered":"steps__unordered_1exzg","completedIndicator":"steps__completedIndicator_1exzg","fullWidth":"steps__fullWidth_1exzg"};
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_15nq6.steps__component_15nq6 {
3
+ } .steps__component_1r6i2.steps__component_1r6i2 {
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_15nq6"};
3
+ var styles = {"component":"steps__component_1r6i2"};
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_1ha3u {
1
+ .steps__component_q5f3b {
2
2
  display: flex;
3
3
  align-items: center;
4
4
  flex-direction: row
5
- } .steps__component_1ha3u.steps__vertical_1ha3u {
5
+ } .steps__component_q5f3b.steps__vertical_q5f3b {
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_1ha3u","vertical":"steps__vertical_1ha3u"};
3
+ var styles = {"component":"steps__component_q5f3b","vertical":"steps__vertical_q5f3b"};
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_1ha3u {
1
+ .steps__component_q5f3b {
2
2
  display: flex;
3
3
  align-items: center;
4
4
  flex-direction: row
5
- } .steps__component_1ha3u.steps__vertical_1ha3u {
5
+ } .steps__component_q5f3b.steps__vertical_q5f3b {
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_1ha3u","vertical":"steps__vertical_1ha3u"};
5
+ var styles = {"component":"steps__component_q5f3b","vertical":"steps__vertical_q5f3b"};
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_16y46 {
27
+ } .steps__step_1exzg {
28
28
  display: flex;
29
29
  outline: none
30
- } .steps__step_16y46.steps__horizontal_16y46 {
30
+ } .steps__step_1exzg.steps__horizontal_1exzg {
31
31
  flex-grow: 1;
32
- } .steps__step_16y46:not(.steps__vertical_16y46) {
32
+ } .steps__step_1exzg:not(.steps__vertical_1exzg) {
33
33
  align-items: center;
34
- } .steps__step_16y46:last-of-type .steps__textWrapper_16y46.steps__vertical_16y46 {
34
+ } .steps__step_1exzg:last-of-type .steps__textWrapper_1exzg.steps__vertical_1exzg {
35
35
  margin-bottom: var(--gap-0);
36
- } .steps__step_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):hover {
36
+ } .steps__step_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):hover {
37
37
  cursor: pointer;
38
- } .steps__step_16y46.steps__disabled_16y46:hover .steps__text_16y46 {
38
+ } .steps__step_1exzg.steps__disabled_1exzg:hover .steps__text_1exzg {
39
39
  background: unset;
40
- } .steps__step_16y46.steps__disabled_16y46 .steps__indicator_16y46 {
40
+ } .steps__step_1exzg.steps__disabled_1exzg .steps__indicator_1exzg {
41
41
  cursor: unset;
42
- } .steps__indicator_16y46 {
42
+ } .steps__indicator_1exzg {
43
43
  cursor: pointer;
44
44
  display: flex;
45
45
  align-items: center;
46
46
  margin-right: var(--gap-4)
47
- } .steps__indicator_16y46.steps__vertical_16y46 {
47
+ } .steps__indicator_1exzg.steps__vertical_1exzg {
48
48
  flex-direction: column;
49
49
  margin-right: var(--gap-8);
50
- } .steps__option_16y46 {
50
+ } .steps__option_1exzg {
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_16y46.steps__vertical_16y46 {
63
+ } .steps__option_1exzg.steps__vertical_1exzg {
64
64
  margin-top: var(--gap-8);
65
- } .steps__dash_16y46 {
65
+ } .steps__dash_1exzg {
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_16y46.steps__completed_16y46 {
70
+ } .steps__dash_1exzg.steps__completed_1exzg {
71
71
  border-top: var(--steps-dash-border);
72
- } .steps__dash_16y46.steps__vertical_16y46 {
72
+ } .steps__dash_1exzg.steps__vertical_1exzg {
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_16y46.steps__completed_16y46.steps__vertical_16y46 {
79
+ } .steps__dash_1exzg.steps__completed_1exzg.steps__vertical_1exzg {
80
80
  border-left: var(--steps-dash-border);
81
- } .steps__textWrapper_16y46.steps__vertical_16y46 {
81
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg {
82
82
  min-height: 48px
83
- } .steps__textWrapper_16y46.steps__vertical_16y46.steps__gap-24_16y46 {
83
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg.steps__gap-24_1exzg {
84
84
  margin-bottom: var(--gap-8);
85
- } .steps__textWrapper_16y46.steps__vertical_16y46.steps__gap-32_16y46 {
85
+ } .steps__textWrapper_1exzg.steps__vertical_1exzg.steps__gap-32_1exzg {
86
86
  margin-bottom: var(--gap-16);
87
- } .steps__text_16y46 {
87
+ } .steps__text_1exzg {
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_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):hover {
98
+ } .steps__text_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):hover {
99
99
  background: var(--color-light-transparent-default-hover);
100
- } .steps__text_16y46.steps__interactive_16y46:not(.steps__disabled_16y46):active {
100
+ } .steps__text_1exzg.steps__interactive_1exzg:not(.steps__disabled_1exzg):active {
101
101
  background: var(--color-light-transparent-default-press);
102
- } .steps__focused_16y46 {
102
+ } .steps__focused_1exzg {
103
103
  outline: var(--gap-2) solid var(--focus-color);
104
104
  outline-offset: var(--gap-2);
105
- } .steps__selected_16y46 .steps__text_16y46 {
105
+ } .steps__selected_1exzg .steps__text_1exzg {
106
106
  color: var(--color-light-text-primary);
107
- } .steps__selected_16y46 .steps__option_16y46 {
107
+ } .steps__selected_1exzg .steps__option_1exzg {
108
108
  color: var(--color-light-text-primary-inverted);
109
109
  background: var(--color-light-neutral-translucent-1300);
110
- } .steps__checkbox_16y46 {
110
+ } .steps__checkbox_1exzg {
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_16y46 {
118
+ } .steps__dot_1exzg {
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_16y46 .steps__checkbox_16y46 {
123
+ } .steps__selected_1exzg .steps__checkbox_1exzg {
124
124
  border: 2px solid var(--color-light-neutral-translucent-1300)
125
- } .steps__selected_16y46 .steps__checkbox_16y46 .steps__dot_16y46 {
125
+ } .steps__selected_1exzg .steps__checkbox_1exzg .steps__dot_1exzg {
126
126
  background: var(--color-light-neutral-translucent-1300);
127
- } .steps__option_16y46:not(.steps__error_16y46).steps__unordered_16y46 {
127
+ } .steps__option_1exzg:not(.steps__error_1exzg).steps__unordered_1exzg {
128
128
  background: unset;
129
- } .steps__completedIndicator_16y46 > [class*='positive'] {
129
+ } .steps__completedIndicator_1exzg > [class*='positive'] {
130
130
  color: var(--steps-option-svg-color);
131
131
  background-color: var(--steps-option-svg-color);
132
- } .steps__fullWidth_16y46 {
132
+ } .steps__fullWidth_1exzg {
133
133
  width: 100%;
134
134
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"step":"steps__step_16y46","horizontal":"steps__horizontal_16y46","vertical":"steps__vertical_16y46","textWrapper":"steps__textWrapper_16y46","interactive":"steps__interactive_16y46","disabled":"steps__disabled_16y46","text":"steps__text_16y46","indicator":"steps__indicator_16y46","option":"steps__option_16y46","dash":"steps__dash_16y46","completed":"steps__completed_16y46","gap-24":"steps__gap-24_16y46","gap-32":"steps__gap-32_16y46","focused":"steps__focused_16y46","selected":"steps__selected_16y46","checkbox":"steps__checkbox_16y46","dot":"steps__dot_16y46","error":"steps__error_16y46","unordered":"steps__unordered_16y46","completedIndicator":"steps__completedIndicator_16y46","fullWidth":"steps__fullWidth_16y46"};
3
+ const styles = {"step":"steps__step_1exzg","horizontal":"steps__horizontal_1exzg","vertical":"steps__vertical_1exzg","textWrapper":"steps__textWrapper_1exzg","interactive":"steps__interactive_1exzg","disabled":"steps__disabled_1exzg","text":"steps__text_1exzg","indicator":"steps__indicator_1exzg","option":"steps__option_1exzg","dash":"steps__dash_1exzg","completed":"steps__completed_1exzg","gap-24":"steps__gap-24_1exzg","gap-32":"steps__gap-32_1exzg","focused":"steps__focused_1exzg","selected":"steps__selected_1exzg","checkbox":"steps__checkbox_1exzg","dot":"steps__dot_1exzg","error":"steps__error_1exzg","unordered":"steps__unordered_1exzg","completedIndicator":"steps__completedIndicator_1exzg","fullWidth":"steps__fullWidth_1exzg"};
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_15nq6.steps__component_15nq6 {
3
+ } .steps__component_1r6i2.steps__component_1r6i2 {
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_15nq6"};
3
+ const styles = {"component":"steps__component_1r6i2"};
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_1ha3u {
1
+ .steps__component_q5f3b {
2
2
  display: flex;
3
3
  align-items: center;
4
4
  flex-direction: row
5
- } .steps__component_1ha3u.steps__vertical_1ha3u {
5
+ } .steps__component_q5f3b.steps__vertical_q5f3b {
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_1ha3u","vertical":"steps__vertical_1ha3u"};
3
+ const styles = {"component":"steps__component_q5f3b","vertical":"steps__vertical_q5f3b"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,27 +1,30 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-steps",
3
- "version": "2.0.0-snapshot-c39129c",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
+ "sideEffects": [
8
+ "**/*.css"
9
+ ],
7
10
  "main": "index.js",
8
11
  "module": "./esm/index.js",
9
- "publishConfig": {
10
- "access": "public",
11
- "directory": "dist"
12
- },
13
- "peerDependencies": {
14
- "react": "^16.9.0 || ^17.0.1 || ^18.0.0",
15
- "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
16
- },
17
12
  "dependencies": {
18
- "@alfalab/core-components-badge": "6.0.0-snapshot-c39129c",
19
- "@alfalab/core-components-shared": "1.0.0-snapshot-c39129c",
13
+ "@alfalab/core-components-badge": "^6.0.0",
14
+ "@alfalab/core-components-shared": "^1.0.0",
20
15
  "@alfalab/hooks": "^1.13.1",
21
16
  "@alfalab/icons-glyph": "^2.210.0",
22
17
  "classnames": "^2.5.1",
23
18
  "tslib": "^2.4.0"
24
19
  },
25
- "themesVersion": "14.0.0-snapshot-c39129c",
26
- "varsVersion": "10.0.0-snapshot-c39129c"
20
+ "peerDependencies": {
21
+ "react": "^16.9.0 || ^17.0.1 || ^18.0.0",
22
+ "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
23
+ },
24
+ "publishConfig": {
25
+ "access": "public",
26
+ "directory": "dist"
27
+ },
28
+ "themesVersion": "14.0.0",
29
+ "varsVersion": "10.0.0"
27
30
  }