@hh.ru/magritte-ui-stepper 1.2.0 → 1.2.1

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