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