@hh.ru/magritte-ui-stepper 1.0.8 → 1.0.9

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