@hh.ru/magritte-ui-stepper 1.0.28 → 1.0.30
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 +48 -48
- package/index.js +1 -1
- package/index.mock.js +1 -31
- package/index.mock.js.map +1 -1
- package/package.json +4 -3
- package/stepper--f8piype.js +5 -0
- package/stepper--f8piype.js.map +1 -0
- package/stepper-HXivve_W.js +0 -5
- package/stepper-HXivve_W.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--f8piype.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--f8piype.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--f8piype.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--f8piype.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,160 +10,160 @@
|
|
|
10
10
|
--magritte-color-stroke-neutral-v24-1-0:#303030;
|
|
11
11
|
--magritte-color-stroke-positive-v24-1-0:#10b55f;
|
|
12
12
|
}
|
|
13
|
-
.magritte-stepper___bf9CG_1-0-
|
|
13
|
+
.magritte-stepper___bf9CG_1-0-30{
|
|
14
14
|
display:flex;
|
|
15
15
|
flex:1 1;
|
|
16
16
|
list-style:none;
|
|
17
17
|
}
|
|
18
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
18
|
+
.magritte-stepper-horizontal___54ih5_1-0-30{
|
|
19
19
|
flex-direction:row;
|
|
20
20
|
}
|
|
21
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
21
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-step___7YXV2_1-0-30{
|
|
22
22
|
flex-direction:column;
|
|
23
23
|
}
|
|
24
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
24
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-marker-container___ZuSOj_1-0-30{
|
|
25
25
|
flex-direction:row;
|
|
26
26
|
padding:0 12px 0 0;
|
|
27
27
|
}
|
|
28
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
28
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-marker-container___ZuSOj_1-0-30.magritte-marker-container-with-icon___rBC1i_1-0-30{
|
|
29
29
|
padding:0 8px 0 0;
|
|
30
30
|
}
|
|
31
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
31
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-marker-container___ZuSOj_1-0-30::after{
|
|
32
32
|
border-width:0;
|
|
33
33
|
border-top-width:1px;
|
|
34
34
|
}
|
|
35
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
35
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-marker-wrapper___m-Hsn_1-0-30{
|
|
36
36
|
padding:0 12px 0 0;
|
|
37
37
|
}
|
|
38
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
38
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-marker-container-with-icon___rBC1i_1-0-30 .magritte-marker-wrapper___m-Hsn_1-0-30{
|
|
39
39
|
padding:0 8px 0 0;
|
|
40
40
|
}
|
|
41
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
41
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-content-container___KPIiS_1-0-30{
|
|
42
42
|
padding:8px 24px 0 0;
|
|
43
43
|
}
|
|
44
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
44
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-marker-container-with-icon___rBC1i_1-0-30 + .magritte-content-container___KPIiS_1-0-30{
|
|
45
45
|
padding:12px 24px 0 0;
|
|
46
46
|
}
|
|
47
|
-
.magritte-stepper-horizontal___54ih5_1-0-
|
|
47
|
+
.magritte-stepper-horizontal___54ih5_1-0-30 .magritte-step___7YXV2_1-0-30:last-of-type .magritte-content-container___KPIiS_1-0-30{
|
|
48
48
|
padding-right:0;
|
|
49
49
|
}
|
|
50
|
-
.magritte-content-container___KPIiS_1-0-
|
|
50
|
+
.magritte-content-container___KPIiS_1-0-30{
|
|
51
51
|
order:2;
|
|
52
52
|
}
|
|
53
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
53
|
+
.magritte-stepper-vertical___032Tm_1-0-30{
|
|
54
54
|
flex-direction:column;
|
|
55
55
|
}
|
|
56
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
56
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-step___7YXV2_1-0-30{
|
|
57
57
|
flex-direction:row;
|
|
58
58
|
}
|
|
59
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
60
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
59
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-content-container___KPIiS_1-0-30,
|
|
60
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-step-button___xSXUO_1-0-30{
|
|
61
61
|
flex:1 1;
|
|
62
62
|
}
|
|
63
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
63
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-marker-container___ZuSOj_1-0-30{
|
|
64
64
|
flex-direction:column;
|
|
65
65
|
padding:4px 0 8px;
|
|
66
66
|
}
|
|
67
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
67
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-marker-container___ZuSOj_1-0-30.magritte-marker-container-with-icon___rBC1i_1-0-30{
|
|
68
68
|
padding-bottom:4px;
|
|
69
69
|
}
|
|
70
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
70
|
+
.magritte-stepper-vertical___032Tm_1-0-30.magritte-stepper-no-content___AEmtQ_1-0-30 .magritte-marker-container___ZuSOj_1-0-30{
|
|
71
71
|
padding-right:0;
|
|
72
72
|
}
|
|
73
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
73
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-marker-container___ZuSOj_1-0-30::after{
|
|
74
74
|
border-width:0;
|
|
75
75
|
border-left-width:1px;
|
|
76
76
|
}
|
|
77
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
77
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-marker-wrapper___m-Hsn_1-0-30{
|
|
78
78
|
padding:0 0 12px;
|
|
79
79
|
}
|
|
80
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
80
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-marker-container-with-icon___rBC1i_1-0-30 .magritte-marker-wrapper___m-Hsn_1-0-30{
|
|
81
81
|
padding:0 0 8px;
|
|
82
82
|
}
|
|
83
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
83
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-content-container___KPIiS_1-0-30{
|
|
84
84
|
padding:0 0 24px 12px;
|
|
85
85
|
}
|
|
86
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
87
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
88
|
-
.magritte-stepper-vertical___032Tm_1-0-
|
|
86
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-step___7YXV2_1-0-30:last-of-type .magritte-content-container___KPIiS_1-0-30,
|
|
87
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-step___7YXV2_1-0-30:last-of-type .magritte-marker-container___ZuSOj_1-0-30,
|
|
88
|
+
.magritte-stepper-vertical___032Tm_1-0-30 .magritte-step___7YXV2_1-0-30:last-of-type .magritte-marker-wrapper___m-Hsn_1-0-30{
|
|
89
89
|
padding-bottom:0;
|
|
90
90
|
}
|
|
91
|
-
.magritte-step___7YXV2_1-0-
|
|
91
|
+
.magritte-step___7YXV2_1-0-30:last-of-type.magritte-step-no-content___mTIaO_1-0-30{
|
|
92
92
|
flex:0 0;
|
|
93
93
|
}
|
|
94
|
-
.magritte-step___7YXV2_1-0-
|
|
95
|
-
.magritte-step___7YXV2_1-0-
|
|
94
|
+
.magritte-step___7YXV2_1-0-30:last-of-type.magritte-step-no-content___mTIaO_1-0-30 .magritte-marker-container___ZuSOj_1-0-30,
|
|
95
|
+
.magritte-step___7YXV2_1-0-30:last-of-type.magritte-step-no-content___mTIaO_1-0-30 .magritte-marker-wrapper___m-Hsn_1-0-30{
|
|
96
96
|
padding:0;
|
|
97
97
|
}
|
|
98
|
-
.magritte-step___7YXV2_1-0-
|
|
98
|
+
.magritte-step___7YXV2_1-0-30{
|
|
99
99
|
display:flex;
|
|
100
100
|
flex:1 1;
|
|
101
101
|
}
|
|
102
|
-
.magritte-marker-container___ZuSOj_1-0-
|
|
102
|
+
.magritte-marker-container___ZuSOj_1-0-30{
|
|
103
103
|
order:1;
|
|
104
104
|
display:flex;
|
|
105
105
|
align-items:center;
|
|
106
106
|
}
|
|
107
|
-
.magritte-marker-container-disabled___lJ-PA_1-0-
|
|
107
|
+
.magritte-marker-container-disabled___lJ-PA_1-0-30{
|
|
108
108
|
opacity:0.5;
|
|
109
109
|
}
|
|
110
|
-
.magritte-step___7YXV2_1-0-
|
|
110
|
+
.magritte-step___7YXV2_1-0-30:not(:last-of-type) .magritte-marker-container___ZuSOj_1-0-30::after{
|
|
111
111
|
flex:1 1;
|
|
112
112
|
content:'';
|
|
113
113
|
border-style:solid;
|
|
114
114
|
}
|
|
115
|
-
.magritte-step-style-neutral___061j4_1-0-
|
|
115
|
+
.magritte-step-style-neutral___061j4_1-0-30 .magritte-marker-container___ZuSOj_1-0-30::after{
|
|
116
116
|
border-color:var(--magritte-color-stroke-neutral-v24-1-0);
|
|
117
117
|
}
|
|
118
|
-
.magritte-step-style-positive___9jcvm_1-0-
|
|
118
|
+
.magritte-step-style-positive___9jcvm_1-0-30 .magritte-marker-container___ZuSOj_1-0-30::after{
|
|
119
119
|
border-color:var(--magritte-color-stroke-positive-v24-1-0);
|
|
120
120
|
}
|
|
121
|
-
.magritte-step-style-warning___NboIv_1-0-
|
|
121
|
+
.magritte-step-style-warning___NboIv_1-0-30 .magritte-marker-container___ZuSOj_1-0-30::after{
|
|
122
122
|
border-color:var(--magritte-color-stroke-neutral-v24-1-0);
|
|
123
123
|
}
|
|
124
|
-
.magritte-step-style-negative___w1AbF_1-0-
|
|
124
|
+
.magritte-step-style-negative___w1AbF_1-0-30 .magritte-marker-container___ZuSOj_1-0-30::after{
|
|
125
125
|
border-color:var(--magritte-color-stroke-neutral-v24-1-0);
|
|
126
126
|
}
|
|
127
|
-
.magritte-marker-wrapper___m-Hsn_1-0-
|
|
127
|
+
.magritte-marker-wrapper___m-Hsn_1-0-30{
|
|
128
128
|
display:flex;
|
|
129
129
|
flex:0 0;
|
|
130
130
|
}
|
|
131
|
-
.magritte-marker-divider-wrapper___PGB27_1-0-
|
|
131
|
+
.magritte-marker-divider-wrapper___PGB27_1-0-30{
|
|
132
132
|
display:inline-block;
|
|
133
133
|
flex:1 1;
|
|
134
134
|
}
|
|
135
|
-
.magritte-content-container___KPIiS_1-0-
|
|
136
|
-
.magritte-step-button___xSXUO_1-0-
|
|
135
|
+
.magritte-content-container___KPIiS_1-0-30,
|
|
136
|
+
.magritte-step-button___xSXUO_1-0-30{
|
|
137
137
|
display:flex;
|
|
138
138
|
flex-direction:column;
|
|
139
139
|
align-items:flex-start;
|
|
140
140
|
gap:12px;
|
|
141
141
|
}
|
|
142
|
-
.magritte-content-interactive___Cd9wI_1-0-
|
|
142
|
+
.magritte-content-interactive___Cd9wI_1-0-30{
|
|
143
143
|
align-items:stretch;
|
|
144
144
|
}
|
|
145
|
-
.magritte-step-button___xSXUO_1-0-
|
|
145
|
+
.magritte-step-button___xSXUO_1-0-30{
|
|
146
146
|
margin:-4px -8px;
|
|
147
147
|
padding:4px 8px;
|
|
148
148
|
border-radius:12px;
|
|
149
149
|
cursor:default;
|
|
150
150
|
}
|
|
151
|
-
.magritte-step-button___xSXUO_1-0-
|
|
151
|
+
.magritte-step-button___xSXUO_1-0-30:not(:disabled){
|
|
152
152
|
cursor:pointer;
|
|
153
153
|
}
|
|
154
154
|
@media (min-width: 1020px){
|
|
155
|
-
body.magritte-old-layout .magritte-step-button___xSXUO_1-0-
|
|
155
|
+
body.magritte-old-layout .magritte-step-button___xSXUO_1-0-30:hover:not(:disabled){
|
|
156
156
|
background-color:var(--magritte-color-background-state-secondary-hovered-v24-1-0);
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
@media (min-width: 1024px){
|
|
160
|
-
body:not(.magritte-old-layout) .magritte-step-button___xSXUO_1-0-
|
|
160
|
+
body:not(.magritte-old-layout) .magritte-step-button___xSXUO_1-0-30:hover:not(:disabled){
|
|
161
161
|
background-color:var(--magritte-color-background-state-secondary-hovered-v24-1-0);
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
.magritte-step-button___xSXUO_1-0-
|
|
164
|
+
.magritte-step-button___xSXUO_1-0-30:active:not(:disabled){
|
|
165
165
|
background-color:var(--magritte-color-background-state-secondary-hovered-v24-1-0);
|
|
166
166
|
}
|
|
167
|
-
.magritte-step-button___xSXUO_1-0-
|
|
167
|
+
.magritte-step-button___xSXUO_1-0-30.focus-visible{
|
|
168
168
|
outline:4px solid var(--magritte-color-stroke-state-focused-accessible-v24-1-0);
|
|
169
169
|
}
|
package/index.js
CHANGED
package/index.mock.js
CHANGED
|
@@ -1,35 +1,5 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
import {
|
|
3
|
-
import { forwardRef } from 'react';
|
|
4
|
-
|
|
5
|
-
function enhance(mockComponent, staticProps) {
|
|
6
|
-
// удаляем внутренний свойства реакта, чтобы не перезаписать ими mockComponent
|
|
7
|
-
delete staticProps.type;
|
|
8
|
-
delete staticProps.$$typeof;
|
|
9
|
-
delete staticProps.render;
|
|
10
|
-
for (const prop in staticProps) {
|
|
11
|
-
mockComponent[prop] = staticProps[prop];
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
const MockComponent = ({ style, ...props }) => (
|
|
15
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
16
|
-
// @ts-ignore
|
|
17
|
-
// eslint-disable-next-line react/jsx-no-undef
|
|
18
|
-
jsx("magritte-component-mock", { "style-data": style, ...props }));
|
|
19
|
-
/**
|
|
20
|
-
* Возвращает mock React компонента
|
|
21
|
-
*/
|
|
22
|
-
const mockComponent = (componentName, staticProps = {}, { withChildren, innerDependence, WrapperComponent } = {}) => {
|
|
23
|
-
const mockWrapper = forwardRef(({ children, ...props }, ref) => {
|
|
24
|
-
const mock = (
|
|
25
|
-
// eslint-disable-next-line react/jsx-no-undef
|
|
26
|
-
jsxs(MockComponent, { ...props, _component: componentName, children: [innerDependence ? innerDependence(props, ref) : null, withChildren ? children : null] }));
|
|
27
|
-
return WrapperComponent ? jsx(WrapperComponent, { ...props, children: mock }) : mock;
|
|
28
|
-
});
|
|
29
|
-
staticProps && enhance(mockWrapper, staticProps);
|
|
30
|
-
mockWrapper.displayName = 'magritte-ref';
|
|
31
|
-
return mockWrapper;
|
|
32
|
-
};
|
|
2
|
+
import { mockComponent } from '@hh.ru/magritte-ui-mock-component';
|
|
33
3
|
|
|
34
4
|
const Step = mockComponent('Stepper', undefined, {
|
|
35
5
|
withChildren: true,
|
package/index.mock.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mock.js","sources":["
|
|
1
|
+
{"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\nexport { type StepperProps } from '@hh.ru/magritte-ui-stepper/Stepper';\nexport { type StepExternalProps as StepperStepProps } from '@hh.ru/magritte-ui-stepper/Step';\n\nexport const Step: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('Stepper', undefined, {\n withChildren: true,\n});\n\nexport const StepperStep: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('StepperStep', undefined, {\n withChildren: true,\n});\n\nexport const StepperContent: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent(\n 'StepperContent',\n undefined,\n {\n withChildren: true,\n }\n);\n\nexport const StepperMarker: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent(\n 'StepperMarker',\n undefined,\n {\n withChildren: true,\n }\n);\n"],"names":[],"mappings":";;MAOa,IAAI,GAAuD,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE;AACxG,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EAAE;MAEU,WAAW,GAAuD,aAAa,CAAC,aAAa,EAAE,SAAS,EAAE;AACnH,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EAAE;MAEU,cAAc,GAAuD,aAAa,CAC3F,gBAAgB,EAChB,SAAS,EACT;AACI,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA,EACH;MAEW,aAAa,GAAuD,aAAa,CAC1F,eAAe,EACf,SAAS,EACT;AACI,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA;;;;"}
|
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.30",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -25,11 +25,12 @@
|
|
|
25
25
|
"@hh.ru/magritte-common-use-disabled": "1.0.14",
|
|
26
26
|
"@hh.ru/magritte-design-tokens": "24.1.0",
|
|
27
27
|
"@hh.ru/magritte-ui-breakpoint": "6.0.2",
|
|
28
|
-
"@hh.ru/magritte-ui-icon": "13.
|
|
28
|
+
"@hh.ru/magritte-ui-icon": "13.6.0",
|
|
29
|
+
"@hh.ru/magritte-ui-mock-component": "1.1.6"
|
|
29
30
|
},
|
|
30
31
|
"peerDependencies": {
|
|
31
32
|
"classnames": ">=2.3.2",
|
|
32
33
|
"react": ">=18.2.0"
|
|
33
34
|
},
|
|
34
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "3bec23f33a604ce69a0649560716934949bdfe29"
|
|
35
36
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
var styles = {"stepper":"magritte-stepper___bf9CG_1-0-30","stepper-horizontal":"magritte-stepper-horizontal___54ih5_1-0-30","stepperHorizontal":"magritte-stepper-horizontal___54ih5_1-0-30","step":"magritte-step___7YXV2_1-0-30","marker-container":"magritte-marker-container___ZuSOj_1-0-30","markerContainer":"magritte-marker-container___ZuSOj_1-0-30","marker-container-with-icon":"magritte-marker-container-with-icon___rBC1i_1-0-30","markerContainerWithIcon":"magritte-marker-container-with-icon___rBC1i_1-0-30","marker-wrapper":"magritte-marker-wrapper___m-Hsn_1-0-30","markerWrapper":"magritte-marker-wrapper___m-Hsn_1-0-30","content-container":"magritte-content-container___KPIiS_1-0-30","contentContainer":"magritte-content-container___KPIiS_1-0-30","stepper-vertical":"magritte-stepper-vertical___032Tm_1-0-30","stepperVertical":"magritte-stepper-vertical___032Tm_1-0-30","step-button":"magritte-step-button___xSXUO_1-0-30","stepButton":"magritte-step-button___xSXUO_1-0-30","stepper-no-content":"magritte-stepper-no-content___AEmtQ_1-0-30","stepperNoContent":"magritte-stepper-no-content___AEmtQ_1-0-30","step-no-content":"magritte-step-no-content___mTIaO_1-0-30","stepNoContent":"magritte-step-no-content___mTIaO_1-0-30","marker-container-disabled":"magritte-marker-container-disabled___lJ-PA_1-0-30","markerContainerDisabled":"magritte-marker-container-disabled___lJ-PA_1-0-30","step-style-neutral":"magritte-step-style-neutral___061j4_1-0-30","stepStyleNeutral":"magritte-step-style-neutral___061j4_1-0-30","step-style-positive":"magritte-step-style-positive___9jcvm_1-0-30","stepStylePositive":"magritte-step-style-positive___9jcvm_1-0-30","step-style-warning":"magritte-step-style-warning___NboIv_1-0-30","stepStyleWarning":"magritte-step-style-warning___NboIv_1-0-30","step-style-negative":"magritte-step-style-negative___w1AbF_1-0-30","stepStyleNegative":"magritte-step-style-negative___w1AbF_1-0-30","marker-divider-wrapper":"magritte-marker-divider-wrapper___PGB27_1-0-30","markerDividerWrapper":"magritte-marker-divider-wrapper___PGB27_1-0-30","content-interactive":"magritte-content-interactive___Cd9wI_1-0-30","contentInteractive":"magritte-content-interactive___Cd9wI_1-0-30"};
|
|
3
|
+
|
|
4
|
+
export { styles as s };
|
|
5
|
+
//# sourceMappingURL=stepper--f8piype.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepper--f8piype.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/stepper-HXivve_W.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './index.css';
|
|
2
|
-
var styles = {"stepper":"magritte-stepper___bf9CG_1-0-28","stepper-horizontal":"magritte-stepper-horizontal___54ih5_1-0-28","stepperHorizontal":"magritte-stepper-horizontal___54ih5_1-0-28","step":"magritte-step___7YXV2_1-0-28","marker-container":"magritte-marker-container___ZuSOj_1-0-28","markerContainer":"magritte-marker-container___ZuSOj_1-0-28","marker-container-with-icon":"magritte-marker-container-with-icon___rBC1i_1-0-28","markerContainerWithIcon":"magritte-marker-container-with-icon___rBC1i_1-0-28","marker-wrapper":"magritte-marker-wrapper___m-Hsn_1-0-28","markerWrapper":"magritte-marker-wrapper___m-Hsn_1-0-28","content-container":"magritte-content-container___KPIiS_1-0-28","contentContainer":"magritte-content-container___KPIiS_1-0-28","stepper-vertical":"magritte-stepper-vertical___032Tm_1-0-28","stepperVertical":"magritte-stepper-vertical___032Tm_1-0-28","step-button":"magritte-step-button___xSXUO_1-0-28","stepButton":"magritte-step-button___xSXUO_1-0-28","stepper-no-content":"magritte-stepper-no-content___AEmtQ_1-0-28","stepperNoContent":"magritte-stepper-no-content___AEmtQ_1-0-28","step-no-content":"magritte-step-no-content___mTIaO_1-0-28","stepNoContent":"magritte-step-no-content___mTIaO_1-0-28","marker-container-disabled":"magritte-marker-container-disabled___lJ-PA_1-0-28","markerContainerDisabled":"magritte-marker-container-disabled___lJ-PA_1-0-28","step-style-neutral":"magritte-step-style-neutral___061j4_1-0-28","stepStyleNeutral":"magritte-step-style-neutral___061j4_1-0-28","step-style-positive":"magritte-step-style-positive___9jcvm_1-0-28","stepStylePositive":"magritte-step-style-positive___9jcvm_1-0-28","step-style-warning":"magritte-step-style-warning___NboIv_1-0-28","stepStyleWarning":"magritte-step-style-warning___NboIv_1-0-28","step-style-negative":"magritte-step-style-negative___w1AbF_1-0-28","stepStyleNegative":"magritte-step-style-negative___w1AbF_1-0-28","marker-divider-wrapper":"magritte-marker-divider-wrapper___PGB27_1-0-28","markerDividerWrapper":"magritte-marker-divider-wrapper___PGB27_1-0-28","content-interactive":"magritte-content-interactive___Cd9wI_1-0-28","contentInteractive":"magritte-content-interactive___Cd9wI_1-0-28"};
|
|
3
|
-
|
|
4
|
-
export { styles as s };
|
|
5
|
-
//# sourceMappingURL=stepper-HXivve_W.js.map
|
package/stepper-HXivve_W.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-HXivve_W.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|