@hh.ru/magritte-ui-stepper 1.1.1 → 1.1.3

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