@alfalab/core-components-steps 1.1.6 → 1.1.7

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/Component.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
  var cn = require('classnames');
5
7
  var components_step_Component = require('./components/step/Component.js');
@@ -16,7 +18,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
16
18
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
17
19
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
18
20
 
19
- var styles = {"component":"steps__component_tjr9k","vertical":"steps__vertical_tjr9k"};
21
+ var styles = {"component":"steps__component_1nzqd","vertical":"steps__vertical_1nzqd"};
20
22
  require('./index.css')
21
23
 
22
24
  var Steps = function (_a) {
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var cn = require('classnames');
@@ -15,7 +17,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
15
17
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
18
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
19
 
18
- var styles = {"step":"steps__step_y0cu8","vertical":"steps__vertical_y0cu8","interactive":"steps__interactive_y0cu8","disabled":"steps__disabled_y0cu8","text":"steps__text_y0cu8","indicator":"steps__indicator_y0cu8","option":"steps__option_y0cu8","dash":"steps__dash_y0cu8","completed":"steps__completed_y0cu8","focused":"steps__focused_y0cu8","selected":"steps__selected_y0cu8","checkbox":"steps__checkbox_y0cu8","dot":"steps__dot_y0cu8","error":"steps__error_y0cu8","unordered":"steps__unordered_y0cu8","completedIndicator":"steps__completedIndicator_y0cu8"};
20
+ var styles = {"step":"steps__step_1s0c8","vertical":"steps__vertical_1s0c8","interactive":"steps__interactive_1s0c8","disabled":"steps__disabled_1s0c8","text":"steps__text_1s0c8","indicator":"steps__indicator_1s0c8","option":"steps__option_1s0c8","dash":"steps__dash_1s0c8","completed":"steps__completed_1s0c8","focused":"steps__focused_1s0c8","selected":"steps__selected_1s0c8","checkbox":"steps__checkbox_1s0c8","dot":"steps__dot_1s0c8","error":"steps__error_1s0c8","unordered":"steps__unordered_1s0c8","completedIndicator":"steps__completedIndicator_1s0c8"};
19
21
  require('./index.css')
20
22
 
21
23
  var Step = function (_a) {
@@ -1,16 +1,16 @@
1
- /* hash: 1a6jp */
1
+ /* hash: 9lg60 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-link: #007aff;
5
- --color-light-border-primary: #dbdee1;
4
+ --color-light-border-link: #0072ef;
5
+ --color-light-border-primary: #dcdcdd;
6
6
  --color-light-graphic-positive: #2fc26e;
7
- --color-light-graphic-primary: #0b1f35;
7
+ --color-light-graphic-primary: #0e0e0e;
8
8
  --color-light-graphic-primary-inverted: #fff;
9
- --color-light-graphic-quaternary: #dbdee1;
10
- --color-light-text-primary: #0b1f35;
11
- --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
12
- --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
13
- } :root {
9
+ --color-light-graphic-quaternary: #dcdcdd;
10
+ --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
11
+ --color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
12
+ --color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
13
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
14
  } :root {
15
15
  } :root {
16
16
 
@@ -31,26 +31,26 @@
31
31
  } :root {
32
32
  --steps-option-svg-color: var(--color-light-graphic-positive);
33
33
  --steps-dash-border: 2px solid var(--color-light-graphic-positive);
34
- } .steps__step_y0cu8 {
34
+ } .steps__step_1s0c8 {
35
35
  display: flex;
36
36
  outline: none
37
- } .steps__step_y0cu8:not(.steps__vertical_y0cu8) {
37
+ } .steps__step_1s0c8:not(.steps__vertical_1s0c8) {
38
38
  align-items: center;
39
- } .steps__step_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):hover {
39
+ } .steps__step_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):hover {
40
40
  cursor: pointer;
41
- } .steps__step_y0cu8.steps__disabled_y0cu8:hover .steps__text_y0cu8 {
41
+ } .steps__step_1s0c8.steps__disabled_1s0c8:hover .steps__text_1s0c8 {
42
42
  background: unset;
43
- } .steps__step_y0cu8.steps__disabled_y0cu8 .steps__indicator_y0cu8 {
43
+ } .steps__step_1s0c8.steps__disabled_1s0c8 .steps__indicator_1s0c8 {
44
44
  cursor: unset;
45
- } .steps__indicator_y0cu8 {
45
+ } .steps__indicator_1s0c8 {
46
46
  cursor: pointer;
47
47
  display: flex;
48
48
  align-items: center;
49
49
  margin-right: var(--gap-2xs)
50
- } .steps__indicator_y0cu8.steps__vertical_y0cu8 {
50
+ } .steps__indicator_1s0c8.steps__vertical_1s0c8 {
51
51
  flex-direction: column;
52
52
  margin-right: var(--gap-xs);
53
- } .steps__option_y0cu8 {
53
+ } .steps__option_1s0c8 {
54
54
  font-size: 14px;
55
55
  line-height: 20px;
56
56
  font-weight: 700;
@@ -63,25 +63,25 @@
63
63
  min-width: 24px;
64
64
  height: 24px;
65
65
  border-radius: var(--border-radius-circle)
66
- } .steps__option_y0cu8.steps__vertical_y0cu8 {
66
+ } .steps__option_1s0c8.steps__vertical_1s0c8 {
67
67
  margin-top: var(--gap-xs);
68
- } .steps__dash_y0cu8 {
68
+ } .steps__dash_1s0c8 {
69
69
  flex: 1 1 auto;
70
70
  min-width: 24px;
71
71
  border-top: 2px solid var(--color-light-border-primary);
72
72
  margin-right: var(--gap-xs)
73
- } .steps__dash_y0cu8.steps__completed_y0cu8 {
73
+ } .steps__dash_1s0c8.steps__completed_1s0c8 {
74
74
  border-top: var(--steps-dash-border);
75
- } .steps__dash_y0cu8.steps__vertical_y0cu8 {
75
+ } .steps__dash_1s0c8.steps__vertical_1s0c8 {
76
76
  min-width: unset;
77
77
  min-height: 24px;
78
78
  margin-right: 0;
79
79
  margin-top: var(--gap-xs);
80
80
  border-left: 2px solid var(--color-light-border-primary);
81
81
  border-top: none;
82
- } .steps__dash_y0cu8.steps__completed_y0cu8.steps__vertical_y0cu8 {
82
+ } .steps__dash_1s0c8.steps__completed_1s0c8.steps__vertical_1s0c8 {
83
83
  border-left: var(--steps-dash-border);
84
- } .steps__text_y0cu8 {
84
+ } .steps__text_1s0c8 {
85
85
  font-size: 16px;
86
86
  line-height: 24px;
87
87
  font-weight: 400;
@@ -91,19 +91,19 @@
91
91
  color: var(--color-light-text-primary);
92
92
  border-radius: var(--gap-xs);
93
93
  height: min-content
94
- } .steps__text_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):hover {
94
+ } .steps__text_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):hover {
95
95
  background: var(--color-light-bg-primary-inverted-alpha-7);
96
- } .steps__text_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):active {
96
+ } .steps__text_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):active {
97
97
  background: var(--color-light-bg-primary-inverted-alpha-15);
98
- } .steps__focused_y0cu8 {
98
+ } .steps__focused_1s0c8 {
99
99
  outline: var(--gap-3xs) solid var(--focus-color);
100
100
  outline-offset: var(--gap-3xs);
101
- } .steps__selected_y0cu8 .steps__text_y0cu8 {
101
+ } .steps__selected_1s0c8 .steps__text_1s0c8 {
102
102
  color: var(--color-light-graphic-primary);
103
- } .steps__selected_y0cu8 .steps__option_y0cu8 {
103
+ } .steps__selected_1s0c8 .steps__option_1s0c8 {
104
104
  color: var(--color-light-graphic-primary-inverted);
105
105
  background: var(--color-light-graphic-primary);
106
- } .steps__checkbox_y0cu8 {
106
+ } .steps__checkbox_1s0c8 {
107
107
  display: flex;
108
108
  justify-content: center;
109
109
  align-items: center;
@@ -111,18 +111,18 @@
111
111
  width: 20px;
112
112
  height: 20px;
113
113
  border: 2px solid var(--color-light-graphic-quaternary);
114
- } .steps__dot_y0cu8 {
114
+ } .steps__dot_1s0c8 {
115
115
  width: 10px;
116
116
  height: 10px;
117
117
  border-radius: var(--border-radius-circle);
118
118
  background: var(--color-light-graphic-quaternary);
119
- } .steps__selected_y0cu8 .steps__checkbox_y0cu8 {
119
+ } .steps__selected_1s0c8 .steps__checkbox_1s0c8 {
120
120
  border: 2px solid var(--color-light-graphic-primary)
121
- } .steps__selected_y0cu8 .steps__checkbox_y0cu8 .steps__dot_y0cu8 {
121
+ } .steps__selected_1s0c8 .steps__checkbox_1s0c8 .steps__dot_1s0c8 {
122
122
  background: var(--color-light-graphic-primary);
123
- } .steps__option_y0cu8:not(.steps__error_y0cu8).steps__unordered_y0cu8 {
123
+ } .steps__option_1s0c8:not(.steps__error_1s0c8).steps__unordered_1s0c8 {
124
124
  background: unset;
125
- } .steps__completedIndicator_y0cu8 > [class*='positive'] {
125
+ } .steps__completedIndicator_1s0c8 > [class*='positive'] {
126
126
  color: var(--steps-option-svg-color);
127
127
  background-color: var(--steps-option-svg-color);
128
128
  }
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var components_step_Component = require('./Component.js');
4
6
  require('tslib');
5
7
  require('react');
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
  var cn = require('classnames');
5
7
  var coreComponentsBadge = require('@alfalab/core-components-badge');
@@ -9,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
9
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
10
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
11
13
 
12
- var styles = {"component":"steps__component_7cufd"};
14
+ var styles = {"component":"steps__component_f3cx7"};
13
15
  require('./index.css')
14
16
 
15
17
  var StepIndicator = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1mhye */
2
- .steps__component_7cufd {
1
+ /* hash: lwuvw */
2
+ .steps__component_f3cx7 {
3
3
  padding: 0;
4
4
  }
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var components_stepIndicator_Component = require('./Component.js');
4
6
  require('react');
5
7
  require('classnames');
package/cssm/Component.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
  var cn = require('classnames');
5
7
  var components_step_Component = require('./components/step/Component.js');
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var tslib = require('tslib');
4
6
  var React = require('react');
5
7
  var cn = require('classnames');
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var components_step_Component = require('./Component.js');
4
6
  require('tslib');
5
7
  require('react');
@@ -1,15 +1,15 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
- --color-light-border-link: #007aff;
4
- --color-light-border-primary: #dbdee1;
3
+ --color-light-border-link: #0072ef;
4
+ --color-light-border-primary: #dcdcdd;
5
5
  --color-light-graphic-positive: #2fc26e;
6
- --color-light-graphic-primary: #0b1f35;
6
+ --color-light-graphic-primary: #0e0e0e;
7
7
  --color-light-graphic-primary-inverted: #fff;
8
- --color-light-graphic-quaternary: #dbdee1;
9
- --color-light-text-primary: #0b1f35;
10
- --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
11
- --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
12
- } :root {
8
+ --color-light-graphic-quaternary: #dcdcdd;
9
+ --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
10
+ --color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
11
+ --color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
13
  } :root {
14
14
  } :root {
15
15
 
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var React = require('react');
4
6
  var cn = require('classnames');
5
7
  var coreComponentsBadge = require('@alfalab/core-components-badge/cssm');
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var components_stepIndicator_Component = require('./Component.js');
4
6
  require('react');
5
7
  require('classnames');
package/cssm/index.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var Component = require('./Component.js');
4
6
  require('react');
5
7
  require('classnames');
@@ -1,6 +1,6 @@
1
1
  :root {
2
- } /* deprecated */ :root {
3
- } :root {
2
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root {
5
5
  } :root {
6
6
 
package/esm/Component.js CHANGED
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/ExclamationCircleMIcon';
9
9
  import './components/step-indicator/Component.js';
10
10
  import '@alfalab/core-components-badge/esm';
11
11
 
12
- var styles = {"component":"steps__component_tjr9k","vertical":"steps__vertical_tjr9k"};
12
+ var styles = {"component":"steps__component_1nzqd","vertical":"steps__vertical_1nzqd"};
13
13
  require('./index.css')
14
14
 
15
15
  var Steps = function (_a) {
@@ -8,7 +8,7 @@ import { ExclamationCircleMIcon } from '@alfalab/icons-glyph/ExclamationCircleMI
8
8
  import { StepIndicator } from '../step-indicator/Component.js';
9
9
  import '@alfalab/core-components-badge/esm';
10
10
 
11
- var styles = {"step":"steps__step_y0cu8","vertical":"steps__vertical_y0cu8","interactive":"steps__interactive_y0cu8","disabled":"steps__disabled_y0cu8","text":"steps__text_y0cu8","indicator":"steps__indicator_y0cu8","option":"steps__option_y0cu8","dash":"steps__dash_y0cu8","completed":"steps__completed_y0cu8","focused":"steps__focused_y0cu8","selected":"steps__selected_y0cu8","checkbox":"steps__checkbox_y0cu8","dot":"steps__dot_y0cu8","error":"steps__error_y0cu8","unordered":"steps__unordered_y0cu8","completedIndicator":"steps__completedIndicator_y0cu8"};
11
+ var styles = {"step":"steps__step_1s0c8","vertical":"steps__vertical_1s0c8","interactive":"steps__interactive_1s0c8","disabled":"steps__disabled_1s0c8","text":"steps__text_1s0c8","indicator":"steps__indicator_1s0c8","option":"steps__option_1s0c8","dash":"steps__dash_1s0c8","completed":"steps__completed_1s0c8","focused":"steps__focused_1s0c8","selected":"steps__selected_1s0c8","checkbox":"steps__checkbox_1s0c8","dot":"steps__dot_1s0c8","error":"steps__error_1s0c8","unordered":"steps__unordered_1s0c8","completedIndicator":"steps__completedIndicator_1s0c8"};
12
12
  require('./index.css')
13
13
 
14
14
  var Step = function (_a) {
@@ -1,16 +1,16 @@
1
- /* hash: 1a6jp */
1
+ /* hash: 9lg60 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-link: #007aff;
5
- --color-light-border-primary: #dbdee1;
4
+ --color-light-border-link: #0072ef;
5
+ --color-light-border-primary: #dcdcdd;
6
6
  --color-light-graphic-positive: #2fc26e;
7
- --color-light-graphic-primary: #0b1f35;
7
+ --color-light-graphic-primary: #0e0e0e;
8
8
  --color-light-graphic-primary-inverted: #fff;
9
- --color-light-graphic-quaternary: #dbdee1;
10
- --color-light-text-primary: #0b1f35;
11
- --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
12
- --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
13
- } :root {
9
+ --color-light-graphic-quaternary: #dcdcdd;
10
+ --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
11
+ --color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
12
+ --color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
13
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
14
  } :root {
15
15
  } :root {
16
16
 
@@ -31,26 +31,26 @@
31
31
  } :root {
32
32
  --steps-option-svg-color: var(--color-light-graphic-positive);
33
33
  --steps-dash-border: 2px solid var(--color-light-graphic-positive);
34
- } .steps__step_y0cu8 {
34
+ } .steps__step_1s0c8 {
35
35
  display: flex;
36
36
  outline: none
37
- } .steps__step_y0cu8:not(.steps__vertical_y0cu8) {
37
+ } .steps__step_1s0c8:not(.steps__vertical_1s0c8) {
38
38
  align-items: center;
39
- } .steps__step_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):hover {
39
+ } .steps__step_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):hover {
40
40
  cursor: pointer;
41
- } .steps__step_y0cu8.steps__disabled_y0cu8:hover .steps__text_y0cu8 {
41
+ } .steps__step_1s0c8.steps__disabled_1s0c8:hover .steps__text_1s0c8 {
42
42
  background: unset;
43
- } .steps__step_y0cu8.steps__disabled_y0cu8 .steps__indicator_y0cu8 {
43
+ } .steps__step_1s0c8.steps__disabled_1s0c8 .steps__indicator_1s0c8 {
44
44
  cursor: unset;
45
- } .steps__indicator_y0cu8 {
45
+ } .steps__indicator_1s0c8 {
46
46
  cursor: pointer;
47
47
  display: flex;
48
48
  align-items: center;
49
49
  margin-right: var(--gap-2xs)
50
- } .steps__indicator_y0cu8.steps__vertical_y0cu8 {
50
+ } .steps__indicator_1s0c8.steps__vertical_1s0c8 {
51
51
  flex-direction: column;
52
52
  margin-right: var(--gap-xs);
53
- } .steps__option_y0cu8 {
53
+ } .steps__option_1s0c8 {
54
54
  font-size: 14px;
55
55
  line-height: 20px;
56
56
  font-weight: 700;
@@ -63,25 +63,25 @@
63
63
  min-width: 24px;
64
64
  height: 24px;
65
65
  border-radius: var(--border-radius-circle)
66
- } .steps__option_y0cu8.steps__vertical_y0cu8 {
66
+ } .steps__option_1s0c8.steps__vertical_1s0c8 {
67
67
  margin-top: var(--gap-xs);
68
- } .steps__dash_y0cu8 {
68
+ } .steps__dash_1s0c8 {
69
69
  flex: 1 1 auto;
70
70
  min-width: 24px;
71
71
  border-top: 2px solid var(--color-light-border-primary);
72
72
  margin-right: var(--gap-xs)
73
- } .steps__dash_y0cu8.steps__completed_y0cu8 {
73
+ } .steps__dash_1s0c8.steps__completed_1s0c8 {
74
74
  border-top: var(--steps-dash-border);
75
- } .steps__dash_y0cu8.steps__vertical_y0cu8 {
75
+ } .steps__dash_1s0c8.steps__vertical_1s0c8 {
76
76
  min-width: unset;
77
77
  min-height: 24px;
78
78
  margin-right: 0;
79
79
  margin-top: var(--gap-xs);
80
80
  border-left: 2px solid var(--color-light-border-primary);
81
81
  border-top: none;
82
- } .steps__dash_y0cu8.steps__completed_y0cu8.steps__vertical_y0cu8 {
82
+ } .steps__dash_1s0c8.steps__completed_1s0c8.steps__vertical_1s0c8 {
83
83
  border-left: var(--steps-dash-border);
84
- } .steps__text_y0cu8 {
84
+ } .steps__text_1s0c8 {
85
85
  font-size: 16px;
86
86
  line-height: 24px;
87
87
  font-weight: 400;
@@ -91,19 +91,19 @@
91
91
  color: var(--color-light-text-primary);
92
92
  border-radius: var(--gap-xs);
93
93
  height: min-content
94
- } .steps__text_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):hover {
94
+ } .steps__text_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):hover {
95
95
  background: var(--color-light-bg-primary-inverted-alpha-7);
96
- } .steps__text_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):active {
96
+ } .steps__text_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):active {
97
97
  background: var(--color-light-bg-primary-inverted-alpha-15);
98
- } .steps__focused_y0cu8 {
98
+ } .steps__focused_1s0c8 {
99
99
  outline: var(--gap-3xs) solid var(--focus-color);
100
100
  outline-offset: var(--gap-3xs);
101
- } .steps__selected_y0cu8 .steps__text_y0cu8 {
101
+ } .steps__selected_1s0c8 .steps__text_1s0c8 {
102
102
  color: var(--color-light-graphic-primary);
103
- } .steps__selected_y0cu8 .steps__option_y0cu8 {
103
+ } .steps__selected_1s0c8 .steps__option_1s0c8 {
104
104
  color: var(--color-light-graphic-primary-inverted);
105
105
  background: var(--color-light-graphic-primary);
106
- } .steps__checkbox_y0cu8 {
106
+ } .steps__checkbox_1s0c8 {
107
107
  display: flex;
108
108
  justify-content: center;
109
109
  align-items: center;
@@ -111,18 +111,18 @@
111
111
  width: 20px;
112
112
  height: 20px;
113
113
  border: 2px solid var(--color-light-graphic-quaternary);
114
- } .steps__dot_y0cu8 {
114
+ } .steps__dot_1s0c8 {
115
115
  width: 10px;
116
116
  height: 10px;
117
117
  border-radius: var(--border-radius-circle);
118
118
  background: var(--color-light-graphic-quaternary);
119
- } .steps__selected_y0cu8 .steps__checkbox_y0cu8 {
119
+ } .steps__selected_1s0c8 .steps__checkbox_1s0c8 {
120
120
  border: 2px solid var(--color-light-graphic-primary)
121
- } .steps__selected_y0cu8 .steps__checkbox_y0cu8 .steps__dot_y0cu8 {
121
+ } .steps__selected_1s0c8 .steps__checkbox_1s0c8 .steps__dot_1s0c8 {
122
122
  background: var(--color-light-graphic-primary);
123
- } .steps__option_y0cu8:not(.steps__error_y0cu8).steps__unordered_y0cu8 {
123
+ } .steps__option_1s0c8:not(.steps__error_1s0c8).steps__unordered_1s0c8 {
124
124
  background: unset;
125
- } .steps__completedIndicator_y0cu8 > [class*='positive'] {
125
+ } .steps__completedIndicator_1s0c8 > [class*='positive'] {
126
126
  color: var(--steps-option-svg-color);
127
127
  background-color: var(--steps-option-svg-color);
128
128
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Badge } from '@alfalab/core-components-badge/esm';
4
4
 
5
- var styles = {"component":"steps__component_7cufd"};
5
+ var styles = {"component":"steps__component_f3cx7"};
6
6
  require('./index.css')
7
7
 
8
8
  var StepIndicator = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1mhye */
2
- .steps__component_7cufd {
1
+ /* hash: lwuvw */
2
+ .steps__component_f3cx7 {
3
3
  padding: 0;
4
4
  }
package/esm/index.css CHANGED
@@ -1,7 +1,7 @@
1
- /* hash: ht7qu */
1
+ /* hash: ljgg7 */
2
2
  :root {
3
- } /* deprecated */ :root {
4
- } :root {
3
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -14,11 +14,11 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .steps__component_tjr9k {
17
+ } .steps__component_1nzqd {
18
18
  display: flex;
19
19
  align-items: center;
20
20
  flex-direction: row
21
- } .steps__component_tjr9k.steps__vertical_tjr9k {
21
+ } .steps__component_1nzqd.steps__vertical_1nzqd {
22
22
  flex-direction: column;
23
23
  align-items: flex-start;
24
24
  }
package/index.css CHANGED
@@ -1,7 +1,7 @@
1
- /* hash: ht7qu */
1
+ /* hash: ljgg7 */
2
2
  :root {
3
- } /* deprecated */ :root {
4
- } :root {
3
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -14,11 +14,11 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .steps__component_tjr9k {
17
+ } .steps__component_1nzqd {
18
18
  display: flex;
19
19
  align-items: center;
20
20
  flex-direction: row
21
- } .steps__component_tjr9k.steps__vertical_tjr9k {
21
+ } .steps__component_1nzqd.steps__vertical_1nzqd {
22
22
  flex-direction: column;
23
23
  align-items: flex-start;
24
24
  }
package/index.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var Component = require('./Component.js');
4
6
  require('react');
5
7
  require('classnames');
@@ -8,7 +8,7 @@ import '@alfalab/icons-glyph/ExclamationCircleMIcon';
8
8
  import './components/step-indicator/Component.js';
9
9
  import '@alfalab/core-components-badge/modern';
10
10
 
11
- const styles = {"component":"steps__component_tjr9k","vertical":"steps__vertical_tjr9k"};
11
+ const styles = {"component":"steps__component_1nzqd","vertical":"steps__vertical_1nzqd"};
12
12
  require('./index.css')
13
13
 
14
14
  const Steps = ({ className, children, defaultActiveStep = 1, activeStep: activeStepProp, isMarkCompletedSteps = true, isVerticalAlign = false, ordered = true, interactive = true, checkIsStepDisabled, checkIsStepError, checkIsStepWarning, checkIsStepWaiting, checkIsStepPositive, checkIsStepCustom, onChange, dataTestId, }) => {
@@ -7,7 +7,7 @@ import { ExclamationCircleMIcon } from '@alfalab/icons-glyph/ExclamationCircleMI
7
7
  import { StepIndicator } from '../step-indicator/Component.js';
8
8
  import '@alfalab/core-components-badge/modern';
9
9
 
10
- const styles = {"step":"steps__step_y0cu8","vertical":"steps__vertical_y0cu8","interactive":"steps__interactive_y0cu8","disabled":"steps__disabled_y0cu8","text":"steps__text_y0cu8","indicator":"steps__indicator_y0cu8","option":"steps__option_y0cu8","dash":"steps__dash_y0cu8","completed":"steps__completed_y0cu8","focused":"steps__focused_y0cu8","selected":"steps__selected_y0cu8","checkbox":"steps__checkbox_y0cu8","dot":"steps__dot_y0cu8","error":"steps__error_y0cu8","unordered":"steps__unordered_y0cu8","completedIndicator":"steps__completedIndicator_y0cu8"};
10
+ const styles = {"step":"steps__step_1s0c8","vertical":"steps__vertical_1s0c8","interactive":"steps__interactive_1s0c8","disabled":"steps__disabled_1s0c8","text":"steps__text_1s0c8","indicator":"steps__indicator_1s0c8","option":"steps__option_1s0c8","dash":"steps__dash_1s0c8","completed":"steps__completed_1s0c8","focused":"steps__focused_1s0c8","selected":"steps__selected_1s0c8","checkbox":"steps__checkbox_1s0c8","dot":"steps__dot_1s0c8","error":"steps__error_1s0c8","unordered":"steps__unordered_1s0c8","completedIndicator":"steps__completedIndicator_1s0c8"};
11
11
  require('./index.css')
12
12
 
13
13
  const Step = ({ children, stepNumber, isSelected, disabled, ordered, isPositive, isError, isWarning, isWaiting, customStepIndicator, isStepCompleted, onClick, interactive, isVerticalAlign, isNotLastStep, }) => {
@@ -1,16 +1,16 @@
1
- /* hash: 1a6jp */
1
+ /* hash: 9lg60 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-link: #007aff;
5
- --color-light-border-primary: #dbdee1;
4
+ --color-light-border-link: #0072ef;
5
+ --color-light-border-primary: #dcdcdd;
6
6
  --color-light-graphic-positive: #2fc26e;
7
- --color-light-graphic-primary: #0b1f35;
7
+ --color-light-graphic-primary: #0e0e0e;
8
8
  --color-light-graphic-primary-inverted: #fff;
9
- --color-light-graphic-quaternary: #dbdee1;
10
- --color-light-text-primary: #0b1f35;
11
- --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
12
- --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
13
- } :root {
9
+ --color-light-graphic-quaternary: #dcdcdd;
10
+ --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
11
+ --color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
12
+ --color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
13
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
14
  } :root {
15
15
  } :root {
16
16
 
@@ -31,26 +31,26 @@
31
31
  } :root {
32
32
  --steps-option-svg-color: var(--color-light-graphic-positive);
33
33
  --steps-dash-border: 2px solid var(--color-light-graphic-positive);
34
- } .steps__step_y0cu8 {
34
+ } .steps__step_1s0c8 {
35
35
  display: flex;
36
36
  outline: none
37
- } .steps__step_y0cu8:not(.steps__vertical_y0cu8) {
37
+ } .steps__step_1s0c8:not(.steps__vertical_1s0c8) {
38
38
  align-items: center;
39
- } .steps__step_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):hover {
39
+ } .steps__step_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):hover {
40
40
  cursor: pointer;
41
- } .steps__step_y0cu8.steps__disabled_y0cu8:hover .steps__text_y0cu8 {
41
+ } .steps__step_1s0c8.steps__disabled_1s0c8:hover .steps__text_1s0c8 {
42
42
  background: unset;
43
- } .steps__step_y0cu8.steps__disabled_y0cu8 .steps__indicator_y0cu8 {
43
+ } .steps__step_1s0c8.steps__disabled_1s0c8 .steps__indicator_1s0c8 {
44
44
  cursor: unset;
45
- } .steps__indicator_y0cu8 {
45
+ } .steps__indicator_1s0c8 {
46
46
  cursor: pointer;
47
47
  display: flex;
48
48
  align-items: center;
49
49
  margin-right: var(--gap-2xs)
50
- } .steps__indicator_y0cu8.steps__vertical_y0cu8 {
50
+ } .steps__indicator_1s0c8.steps__vertical_1s0c8 {
51
51
  flex-direction: column;
52
52
  margin-right: var(--gap-xs);
53
- } .steps__option_y0cu8 {
53
+ } .steps__option_1s0c8 {
54
54
  font-size: 14px;
55
55
  line-height: 20px;
56
56
  font-weight: 700;
@@ -63,25 +63,25 @@
63
63
  min-width: 24px;
64
64
  height: 24px;
65
65
  border-radius: var(--border-radius-circle)
66
- } .steps__option_y0cu8.steps__vertical_y0cu8 {
66
+ } .steps__option_1s0c8.steps__vertical_1s0c8 {
67
67
  margin-top: var(--gap-xs);
68
- } .steps__dash_y0cu8 {
68
+ } .steps__dash_1s0c8 {
69
69
  flex: 1 1 auto;
70
70
  min-width: 24px;
71
71
  border-top: 2px solid var(--color-light-border-primary);
72
72
  margin-right: var(--gap-xs)
73
- } .steps__dash_y0cu8.steps__completed_y0cu8 {
73
+ } .steps__dash_1s0c8.steps__completed_1s0c8 {
74
74
  border-top: var(--steps-dash-border);
75
- } .steps__dash_y0cu8.steps__vertical_y0cu8 {
75
+ } .steps__dash_1s0c8.steps__vertical_1s0c8 {
76
76
  min-width: unset;
77
77
  min-height: 24px;
78
78
  margin-right: 0;
79
79
  margin-top: var(--gap-xs);
80
80
  border-left: 2px solid var(--color-light-border-primary);
81
81
  border-top: none;
82
- } .steps__dash_y0cu8.steps__completed_y0cu8.steps__vertical_y0cu8 {
82
+ } .steps__dash_1s0c8.steps__completed_1s0c8.steps__vertical_1s0c8 {
83
83
  border-left: var(--steps-dash-border);
84
- } .steps__text_y0cu8 {
84
+ } .steps__text_1s0c8 {
85
85
  font-size: 16px;
86
86
  line-height: 24px;
87
87
  font-weight: 400;
@@ -91,19 +91,19 @@
91
91
  color: var(--color-light-text-primary);
92
92
  border-radius: var(--gap-xs);
93
93
  height: min-content
94
- } .steps__text_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):hover {
94
+ } .steps__text_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):hover {
95
95
  background: var(--color-light-bg-primary-inverted-alpha-7);
96
- } .steps__text_y0cu8.steps__interactive_y0cu8:not(.steps__disabled_y0cu8):active {
96
+ } .steps__text_1s0c8.steps__interactive_1s0c8:not(.steps__disabled_1s0c8):active {
97
97
  background: var(--color-light-bg-primary-inverted-alpha-15);
98
- } .steps__focused_y0cu8 {
98
+ } .steps__focused_1s0c8 {
99
99
  outline: var(--gap-3xs) solid var(--focus-color);
100
100
  outline-offset: var(--gap-3xs);
101
- } .steps__selected_y0cu8 .steps__text_y0cu8 {
101
+ } .steps__selected_1s0c8 .steps__text_1s0c8 {
102
102
  color: var(--color-light-graphic-primary);
103
- } .steps__selected_y0cu8 .steps__option_y0cu8 {
103
+ } .steps__selected_1s0c8 .steps__option_1s0c8 {
104
104
  color: var(--color-light-graphic-primary-inverted);
105
105
  background: var(--color-light-graphic-primary);
106
- } .steps__checkbox_y0cu8 {
106
+ } .steps__checkbox_1s0c8 {
107
107
  display: flex;
108
108
  justify-content: center;
109
109
  align-items: center;
@@ -111,18 +111,18 @@
111
111
  width: 20px;
112
112
  height: 20px;
113
113
  border: 2px solid var(--color-light-graphic-quaternary);
114
- } .steps__dot_y0cu8 {
114
+ } .steps__dot_1s0c8 {
115
115
  width: 10px;
116
116
  height: 10px;
117
117
  border-radius: var(--border-radius-circle);
118
118
  background: var(--color-light-graphic-quaternary);
119
- } .steps__selected_y0cu8 .steps__checkbox_y0cu8 {
119
+ } .steps__selected_1s0c8 .steps__checkbox_1s0c8 {
120
120
  border: 2px solid var(--color-light-graphic-primary)
121
- } .steps__selected_y0cu8 .steps__checkbox_y0cu8 .steps__dot_y0cu8 {
121
+ } .steps__selected_1s0c8 .steps__checkbox_1s0c8 .steps__dot_1s0c8 {
122
122
  background: var(--color-light-graphic-primary);
123
- } .steps__option_y0cu8:not(.steps__error_y0cu8).steps__unordered_y0cu8 {
123
+ } .steps__option_1s0c8:not(.steps__error_1s0c8).steps__unordered_1s0c8 {
124
124
  background: unset;
125
- } .steps__completedIndicator_y0cu8 > [class*='positive'] {
125
+ } .steps__completedIndicator_1s0c8 > [class*='positive'] {
126
126
  color: var(--steps-option-svg-color);
127
127
  background-color: var(--steps-option-svg-color);
128
128
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Badge } from '@alfalab/core-components-badge/modern';
4
4
 
5
- const styles = {"component":"steps__component_7cufd"};
5
+ const styles = {"component":"steps__component_f3cx7"};
6
6
  require('./index.css')
7
7
 
8
8
  const StepIndicator = ({ content, iconColor, className }) => (React.createElement(Badge, { size: 'l', view: 'icon', iconColor: iconColor, className: cn(styles.component, className), content: content }));
@@ -1,4 +1,4 @@
1
- /* hash: 1mhye */
2
- .steps__component_7cufd {
1
+ /* hash: lwuvw */
2
+ .steps__component_f3cx7 {
3
3
  padding: 0;
4
4
  }
package/modern/index.css CHANGED
@@ -1,7 +1,7 @@
1
- /* hash: ht7qu */
1
+ /* hash: ljgg7 */
2
2
  :root {
3
- } /* deprecated */ :root {
4
- } :root {
3
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -14,11 +14,11 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .steps__component_tjr9k {
17
+ } .steps__component_1nzqd {
18
18
  display: flex;
19
19
  align-items: center;
20
20
  flex-direction: row
21
- } .steps__component_tjr9k.steps__vertical_tjr9k {
21
+ } .steps__component_1nzqd.steps__vertical_1nzqd {
22
22
  flex-direction: column;
23
23
  align-items: flex-start;
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-steps",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@alfalab/core-components-badge": "^5.0.1",
20
+ "@alfalab/core-components-badge": "^5.0.2",
21
21
  "@alfalab/hooks": "^1.13.0",
22
22
  "@alfalab/icons-glyph": "^2.89.0",
23
23
  "classnames": "^2.3.1",