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