@hh.ru/magritte-ui-stepper 1.0.23 → 1.0.25
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/Content.js +1 -1
- package/Marker.js +1 -1
- package/Step.js +1 -1
- package/Stepper.js +1 -1
- package/index.css +48 -48
- package/index.js +1 -1
- package/package.json +3 -3
- package/stepper-C_tdvIth.js +5 -0
- package/stepper-C_tdvIth.js.map +1 -0
- package/stepper-BOm7KQJm.js +0 -5
- package/stepper-BOm7KQJm.js.map +0 -1
package/Content.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, Fragment } from 'react';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { useDisabled } from '@hh.ru/magritte-common-use-disabled';
|
|
6
|
-
import { s as styles } from './stepper-
|
|
6
|
+
import { s as styles } from './stepper-C_tdvIth.js';
|
|
7
7
|
|
|
8
8
|
const StepperContent = forwardRef(({ children, onClick }, ref) => {
|
|
9
9
|
const Wrapper = onClick ? 'button' : Fragment;
|
package/Marker.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { useDisabled } from '@hh.ru/magritte-common-use-disabled';
|
|
5
5
|
import { isIconElement } from '@hh.ru/magritte-ui-icon';
|
|
6
|
-
import { s as styles } from './stepper-
|
|
6
|
+
import { s as styles } from './stepper-C_tdvIth.js';
|
|
7
7
|
|
|
8
8
|
const StepperMarker = ({ children }) => {
|
|
9
9
|
const isDisabled = useDisabled();
|
package/Step.js
CHANGED
|
@@ -4,7 +4,7 @@ import { forwardRef, isValidElement, Children, cloneElement } from 'react';
|
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { useDisabled, DisabledContext } from '@hh.ru/magritte-common-use-disabled';
|
|
6
6
|
import { StepperContent } from './Content.js';
|
|
7
|
-
import { s as styles } from './stepper-
|
|
7
|
+
import { s as styles } from './stepper-C_tdvIth.js';
|
|
8
8
|
|
|
9
9
|
const StepperStep = forwardRef(({ 'data-qa': dataQa = 'magritte-stepper-step', disabled = false, children, onClick, selected, style = 'neutral', }, ref) => {
|
|
10
10
|
const isDisabled = !!(useDisabled() || disabled);
|
package/Stepper.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, Children, cloneElement, Fragment } from 'react';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { useDisabled, DisabledContext } from '@hh.ru/magritte-common-use-disabled';
|
|
6
|
-
import { s as styles } from './stepper-
|
|
6
|
+
import { s as styles } from './stepper-C_tdvIth.js';
|
|
7
7
|
|
|
8
8
|
const Stepper = forwardRef(({ selectedStep = null, onStepClick, orientation = 'vertical', 'data-qa': dataQa = 'magritte-stepper', 'aria-label': ariaLabel, disabled, children, }, ref) => {
|
|
9
9
|
const isDisabled = !!(useDisabled() || disabled);
|
package/index.css
CHANGED
|
@@ -10,160 +10,160 @@
|
|
|
10
10
|
--magritte-color-stroke-neutral-v24-0-2:#303030;
|
|
11
11
|
--magritte-color-stroke-positive-v24-0-2:#10b55f;
|
|
12
12
|
}
|
|
13
|
-
.magritte-stepper___bf9CG_1-0-
|
|
13
|
+
.magritte-stepper___bf9CG_1-0-25{
|
|
14
14
|
display:flex;
|
|
15
15
|
flex:1 1;
|
|
16
16
|
list-style:none;
|
|
17
17
|
}
|
|
18
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
18
|
+
.magritte-stepper-horizontal___54ih5_1-0-25{
|
|
19
19
|
flex-direction:row;
|
|
20
20
|
}
|
|
21
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
21
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-step___7YXV2_1-0-25{
|
|
22
22
|
flex-direction:column;
|
|
23
23
|
}
|
|
24
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
24
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-marker-container___ZuSOj_1-0-25{
|
|
25
25
|
flex-direction:row;
|
|
26
26
|
padding:0 12px 0 0;
|
|
27
27
|
}
|
|
28
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
28
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-marker-container___ZuSOj_1-0-25.magritte-marker-container-with-icon___rBC1i_1-0-25{
|
|
29
29
|
padding:0 8px 0 0;
|
|
30
30
|
}
|
|
31
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
31
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-marker-container___ZuSOj_1-0-25::after{
|
|
32
32
|
border-width:0;
|
|
33
33
|
border-top-width:1px;
|
|
34
34
|
}
|
|
35
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
35
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-marker-wrapper___m-Hsn_1-0-25{
|
|
36
36
|
padding:0 12px 0 0;
|
|
37
37
|
}
|
|
38
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
38
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-marker-container-with-icon___rBC1i_1-0-25 .magritte-marker-wrapper___m-Hsn_1-0-25{
|
|
39
39
|
padding:0 8px 0 0;
|
|
40
40
|
}
|
|
41
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
41
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-content-container___KPIiS_1-0-25{
|
|
42
42
|
padding:8px 24px 0 0;
|
|
43
43
|
}
|
|
44
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
44
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-marker-container-with-icon___rBC1i_1-0-25 + .magritte-content-container___KPIiS_1-0-25{
|
|
45
45
|
padding:12px 24px 0 0;
|
|
46
46
|
}
|
|
47
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
47
|
+
.magritte-stepper-horizontal___54ih5_1-0-25 .magritte-step___7YXV2_1-0-25:last-of-type .magritte-content-container___KPIiS_1-0-25{
|
|
48
48
|
padding-right:0;
|
|
49
49
|
}
|
|
50
|
-
.magritte-content-container___KPIiS_1-0-
|
|
50
|
+
.magritte-content-container___KPIiS_1-0-25{
|
|
51
51
|
order:2;
|
|
52
52
|
}
|
|
53
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
53
|
+
.magritte-stepper-vertical___032Tm_1-0-25{
|
|
54
54
|
flex-direction:column;
|
|
55
55
|
}
|
|
56
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
56
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-step___7YXV2_1-0-25{
|
|
57
57
|
flex-direction:row;
|
|
58
58
|
}
|
|
59
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
60
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
59
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-content-container___KPIiS_1-0-25,
|
|
60
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-step-button___xSXUO_1-0-25{
|
|
61
61
|
flex:1 1;
|
|
62
62
|
}
|
|
63
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
63
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-marker-container___ZuSOj_1-0-25{
|
|
64
64
|
flex-direction:column;
|
|
65
65
|
padding:4px 0 8px;
|
|
66
66
|
}
|
|
67
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
67
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-marker-container___ZuSOj_1-0-25.magritte-marker-container-with-icon___rBC1i_1-0-25{
|
|
68
68
|
padding-bottom:4px;
|
|
69
69
|
}
|
|
70
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
70
|
+
.magritte-stepper-vertical___032Tm_1-0-25.magritte-stepper-no-content___AEmtQ_1-0-25 .magritte-marker-container___ZuSOj_1-0-25{
|
|
71
71
|
padding-right:0;
|
|
72
72
|
}
|
|
73
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
73
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-marker-container___ZuSOj_1-0-25::after{
|
|
74
74
|
border-width:0;
|
|
75
75
|
border-left-width:1px;
|
|
76
76
|
}
|
|
77
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
77
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-marker-wrapper___m-Hsn_1-0-25{
|
|
78
78
|
padding:0 0 12px;
|
|
79
79
|
}
|
|
80
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
80
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-marker-container-with-icon___rBC1i_1-0-25 .magritte-marker-wrapper___m-Hsn_1-0-25{
|
|
81
81
|
padding:0 0 8px;
|
|
82
82
|
}
|
|
83
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
83
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-content-container___KPIiS_1-0-25{
|
|
84
84
|
padding:0 0 24px 12px;
|
|
85
85
|
}
|
|
86
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
87
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
88
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
86
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-step___7YXV2_1-0-25:last-of-type .magritte-content-container___KPIiS_1-0-25,
|
|
87
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-step___7YXV2_1-0-25:last-of-type .magritte-marker-container___ZuSOj_1-0-25,
|
|
88
|
+
.magritte-stepper-vertical___032Tm_1-0-25 .magritte-step___7YXV2_1-0-25:last-of-type .magritte-marker-wrapper___m-Hsn_1-0-25{
|
|
89
89
|
padding-bottom:0;
|
|
90
90
|
}
|
|
91
|
-
.magritte-step___7YXV2_1-0-
|
|
91
|
+
.magritte-step___7YXV2_1-0-25:last-of-type.magritte-step-no-content___mTIaO_1-0-25{
|
|
92
92
|
flex:0 0;
|
|
93
93
|
}
|
|
94
|
-
.magritte-step___7YXV2_1-0-
|
|
95
|
-
.magritte-step___7YXV2_1-0-
|
|
94
|
+
.magritte-step___7YXV2_1-0-25:last-of-type.magritte-step-no-content___mTIaO_1-0-25 .magritte-marker-container___ZuSOj_1-0-25,
|
|
95
|
+
.magritte-step___7YXV2_1-0-25:last-of-type.magritte-step-no-content___mTIaO_1-0-25 .magritte-marker-wrapper___m-Hsn_1-0-25{
|
|
96
96
|
padding:0;
|
|
97
97
|
}
|
|
98
|
-
.magritte-step___7YXV2_1-0-
|
|
98
|
+
.magritte-step___7YXV2_1-0-25{
|
|
99
99
|
display:flex;
|
|
100
100
|
flex:1 1;
|
|
101
101
|
}
|
|
102
|
-
.magritte-marker-container___ZuSOj_1-0-
|
|
102
|
+
.magritte-marker-container___ZuSOj_1-0-25{
|
|
103
103
|
order:1;
|
|
104
104
|
display:flex;
|
|
105
105
|
align-items:center;
|
|
106
106
|
}
|
|
107
|
-
.magritte-marker-container-disabled___lJ-PA_1-0-
|
|
107
|
+
.magritte-marker-container-disabled___lJ-PA_1-0-25{
|
|
108
108
|
opacity:0.5;
|
|
109
109
|
}
|
|
110
|
-
.magritte-step___7YXV2_1-0-
|
|
110
|
+
.magritte-step___7YXV2_1-0-25:not(:last-of-type) .magritte-marker-container___ZuSOj_1-0-25::after{
|
|
111
111
|
flex:1 1;
|
|
112
112
|
content:'';
|
|
113
113
|
border-style:solid;
|
|
114
114
|
}
|
|
115
|
-
.magritte-step-style-neutral___061j4_1-0-
|
|
115
|
+
.magritte-step-style-neutral___061j4_1-0-25 .magritte-marker-container___ZuSOj_1-0-25::after{
|
|
116
116
|
border-color:var(--magritte-color-stroke-neutral-v24-0-2);
|
|
117
117
|
}
|
|
118
|
-
.magritte-step-style-positive___9jcvm_1-0-
|
|
118
|
+
.magritte-step-style-positive___9jcvm_1-0-25 .magritte-marker-container___ZuSOj_1-0-25::after{
|
|
119
119
|
border-color:var(--magritte-color-stroke-positive-v24-0-2);
|
|
120
120
|
}
|
|
121
|
-
.magritte-step-style-warning___NboIv_1-0-
|
|
121
|
+
.magritte-step-style-warning___NboIv_1-0-25 .magritte-marker-container___ZuSOj_1-0-25::after{
|
|
122
122
|
border-color:var(--magritte-color-stroke-neutral-v24-0-2);
|
|
123
123
|
}
|
|
124
|
-
.magritte-step-style-negative___w1AbF_1-0-
|
|
124
|
+
.magritte-step-style-negative___w1AbF_1-0-25 .magritte-marker-container___ZuSOj_1-0-25::after{
|
|
125
125
|
border-color:var(--magritte-color-stroke-neutral-v24-0-2);
|
|
126
126
|
}
|
|
127
|
-
.magritte-marker-wrapper___m-Hsn_1-0-
|
|
127
|
+
.magritte-marker-wrapper___m-Hsn_1-0-25{
|
|
128
128
|
display:flex;
|
|
129
129
|
flex:0 0;
|
|
130
130
|
}
|
|
131
|
-
.magritte-marker-divider-wrapper___PGB27_1-0-
|
|
131
|
+
.magritte-marker-divider-wrapper___PGB27_1-0-25{
|
|
132
132
|
display:inline-block;
|
|
133
133
|
flex:1 1;
|
|
134
134
|
}
|
|
135
|
-
.magritte-content-container___KPIiS_1-0-
|
|
136
|
-
.magritte-step-button___xSXUO_1-0-
|
|
135
|
+
.magritte-content-container___KPIiS_1-0-25,
|
|
136
|
+
.magritte-step-button___xSXUO_1-0-25{
|
|
137
137
|
display:flex;
|
|
138
138
|
flex-direction:column;
|
|
139
139
|
align-items:flex-start;
|
|
140
140
|
gap:12px;
|
|
141
141
|
}
|
|
142
|
-
.magritte-content-interactive___Cd9wI_1-0-
|
|
142
|
+
.magritte-content-interactive___Cd9wI_1-0-25{
|
|
143
143
|
align-items:stretch;
|
|
144
144
|
}
|
|
145
|
-
.magritte-step-button___xSXUO_1-0-
|
|
145
|
+
.magritte-step-button___xSXUO_1-0-25{
|
|
146
146
|
margin:-4px -8px;
|
|
147
147
|
padding:4px 8px;
|
|
148
148
|
border-radius:12px;
|
|
149
149
|
cursor:default;
|
|
150
150
|
}
|
|
151
|
-
.magritte-step-button___xSXUO_1-0-
|
|
151
|
+
.magritte-step-button___xSXUO_1-0-25:not(:disabled){
|
|
152
152
|
cursor:pointer;
|
|
153
153
|
}
|
|
154
154
|
@media (min-width: 1020px){
|
|
155
|
-
body.magritte-old-layout .magritte-step-button___xSXUO_1-0-
|
|
155
|
+
body.magritte-old-layout .magritte-step-button___xSXUO_1-0-25:hover:not(:disabled){
|
|
156
156
|
background-color:var(--magritte-color-background-state-secondary-hovered-v24-0-2);
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
@media (min-width: 1024px){
|
|
160
|
-
body:not(.magritte-old-layout) .magritte-step-button___xSXUO_1-0-
|
|
160
|
+
body:not(.magritte-old-layout) .magritte-step-button___xSXUO_1-0-25:hover:not(:disabled){
|
|
161
161
|
background-color:var(--magritte-color-background-state-secondary-hovered-v24-0-2);
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
.magritte-step-button___xSXUO_1-0-
|
|
164
|
+
.magritte-step-button___xSXUO_1-0-25:active:not(:disabled){
|
|
165
165
|
background-color:var(--magritte-color-background-state-secondary-hovered-v24-0-2);
|
|
166
166
|
}
|
|
167
|
-
.magritte-step-button___xSXUO_1-0-
|
|
167
|
+
.magritte-step-button___xSXUO_1-0-25.focus-visible{
|
|
168
168
|
outline:4px solid var(--magritte-color-stroke-state-focused-accessible-v24-0-2);
|
|
169
169
|
}
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-stepper",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"@hh.ru/magritte-common-use-disabled": "1.0.14",
|
|
26
26
|
"@hh.ru/magritte-design-tokens": "24.0.2",
|
|
27
27
|
"@hh.ru/magritte-ui-breakpoint": "6.0.2",
|
|
28
|
-
"@hh.ru/magritte-ui-icon": "13.
|
|
28
|
+
"@hh.ru/magritte-ui-icon": "13.5.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"classnames": ">=2.3.2",
|
|
32
32
|
"react": ">=18.2.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "d8e9c3a21c5ed26e8ab7f3b7412ebd7a8e0ef904"
|
|
35
35
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
var styles = {"stepper":"magritte-stepper___bf9CG_1-0-25","stepper-horizontal":"magritte-stepper-horizontal___54ih5_1-0-25","stepperHorizontal":"magritte-stepper-horizontal___54ih5_1-0-25","step":"magritte-step___7YXV2_1-0-25","marker-container":"magritte-marker-container___ZuSOj_1-0-25","markerContainer":"magritte-marker-container___ZuSOj_1-0-25","marker-container-with-icon":"magritte-marker-container-with-icon___rBC1i_1-0-25","markerContainerWithIcon":"magritte-marker-container-with-icon___rBC1i_1-0-25","marker-wrapper":"magritte-marker-wrapper___m-Hsn_1-0-25","markerWrapper":"magritte-marker-wrapper___m-Hsn_1-0-25","content-container":"magritte-content-container___KPIiS_1-0-25","contentContainer":"magritte-content-container___KPIiS_1-0-25","stepper-vertical":"magritte-stepper-vertical___032Tm_1-0-25","stepperVertical":"magritte-stepper-vertical___032Tm_1-0-25","step-button":"magritte-step-button___xSXUO_1-0-25","stepButton":"magritte-step-button___xSXUO_1-0-25","stepper-no-content":"magritte-stepper-no-content___AEmtQ_1-0-25","stepperNoContent":"magritte-stepper-no-content___AEmtQ_1-0-25","step-no-content":"magritte-step-no-content___mTIaO_1-0-25","stepNoContent":"magritte-step-no-content___mTIaO_1-0-25","marker-container-disabled":"magritte-marker-container-disabled___lJ-PA_1-0-25","markerContainerDisabled":"magritte-marker-container-disabled___lJ-PA_1-0-25","step-style-neutral":"magritte-step-style-neutral___061j4_1-0-25","stepStyleNeutral":"magritte-step-style-neutral___061j4_1-0-25","step-style-positive":"magritte-step-style-positive___9jcvm_1-0-25","stepStylePositive":"magritte-step-style-positive___9jcvm_1-0-25","step-style-warning":"magritte-step-style-warning___NboIv_1-0-25","stepStyleWarning":"magritte-step-style-warning___NboIv_1-0-25","step-style-negative":"magritte-step-style-negative___w1AbF_1-0-25","stepStyleNegative":"magritte-step-style-negative___w1AbF_1-0-25","marker-divider-wrapper":"magritte-marker-divider-wrapper___PGB27_1-0-25","markerDividerWrapper":"magritte-marker-divider-wrapper___PGB27_1-0-25","content-interactive":"magritte-content-interactive___Cd9wI_1-0-25","contentInteractive":"magritte-content-interactive___Cd9wI_1-0-25"};
|
|
3
|
+
|
|
4
|
+
export { styles as s };
|
|
5
|
+
//# sourceMappingURL=stepper-C_tdvIth.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepper-C_tdvIth.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/stepper-BOm7KQJm.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './index.css';
|
|
2
|
-
var styles = {"stepper":"magritte-stepper___bf9CG_1-0-23","stepper-horizontal":"magritte-stepper-horizontal___54ih5_1-0-23","stepperHorizontal":"magritte-stepper-horizontal___54ih5_1-0-23","step":"magritte-step___7YXV2_1-0-23","marker-container":"magritte-marker-container___ZuSOj_1-0-23","markerContainer":"magritte-marker-container___ZuSOj_1-0-23","marker-container-with-icon":"magritte-marker-container-with-icon___rBC1i_1-0-23","markerContainerWithIcon":"magritte-marker-container-with-icon___rBC1i_1-0-23","marker-wrapper":"magritte-marker-wrapper___m-Hsn_1-0-23","markerWrapper":"magritte-marker-wrapper___m-Hsn_1-0-23","content-container":"magritte-content-container___KPIiS_1-0-23","contentContainer":"magritte-content-container___KPIiS_1-0-23","stepper-vertical":"magritte-stepper-vertical___032Tm_1-0-23","stepperVertical":"magritte-stepper-vertical___032Tm_1-0-23","step-button":"magritte-step-button___xSXUO_1-0-23","stepButton":"magritte-step-button___xSXUO_1-0-23","stepper-no-content":"magritte-stepper-no-content___AEmtQ_1-0-23","stepperNoContent":"magritte-stepper-no-content___AEmtQ_1-0-23","step-no-content":"magritte-step-no-content___mTIaO_1-0-23","stepNoContent":"magritte-step-no-content___mTIaO_1-0-23","marker-container-disabled":"magritte-marker-container-disabled___lJ-PA_1-0-23","markerContainerDisabled":"magritte-marker-container-disabled___lJ-PA_1-0-23","step-style-neutral":"magritte-step-style-neutral___061j4_1-0-23","stepStyleNeutral":"magritte-step-style-neutral___061j4_1-0-23","step-style-positive":"magritte-step-style-positive___9jcvm_1-0-23","stepStylePositive":"magritte-step-style-positive___9jcvm_1-0-23","step-style-warning":"magritte-step-style-warning___NboIv_1-0-23","stepStyleWarning":"magritte-step-style-warning___NboIv_1-0-23","step-style-negative":"magritte-step-style-negative___w1AbF_1-0-23","stepStyleNegative":"magritte-step-style-negative___w1AbF_1-0-23","marker-divider-wrapper":"magritte-marker-divider-wrapper___PGB27_1-0-23","markerDividerWrapper":"magritte-marker-divider-wrapper___PGB27_1-0-23","content-interactive":"magritte-content-interactive___Cd9wI_1-0-23","contentInteractive":"magritte-content-interactive___Cd9wI_1-0-23"};
|
|
3
|
-
|
|
4
|
-
export { styles as s };
|
|
5
|
-
//# sourceMappingURL=stepper-BOm7KQJm.js.map
|
package/stepper-BOm7KQJm.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-BOm7KQJm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|