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