@salutejs/plasma-new-hope 0.320.0 → 0.321.0-canary.1872.14258030126.0
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/cjs/components/Steps/Steps.css +9 -9
- package/cjs/components/Steps/Steps.js +9 -3
- package/cjs/components/Steps/Steps.js.map +1 -1
- package/cjs/components/Steps/Steps.tokens.js +3 -1
- package/cjs/components/Steps/Steps.tokens.js.map +1 -1
- package/cjs/components/Steps/ui/StepItem/StepItem.css +9 -9
- package/cjs/components/Steps/ui/StepItem/StepItem.styles.js +1 -1
- package/cjs/components/Steps/ui/StepItem/StepItem.styles.js.map +1 -1
- package/cjs/components/Steps/ui/StepItem/{StepItem.styles_c6jhr1.css → StepItem.styles_vom1a1.css} +3 -3
- package/cjs/components/Steps/variations/_itemView/base.js +9 -0
- package/cjs/components/Steps/variations/_itemView/base.js.map +1 -0
- package/cjs/components/Steps/variations/_itemView/base_x642ct.css +1 -0
- package/cjs/engines/linaria.js.map +1 -1
- package/cjs/engines/utils.js.map +1 -1
- package/cjs/index.css +9 -9
- package/emotion/cjs/components/Steps/Steps.js +9 -3
- package/emotion/cjs/components/Steps/Steps.template-doc.mdx +67 -5
- package/emotion/cjs/components/Steps/Steps.tokens.js +3 -1
- package/emotion/cjs/components/Steps/ui/StepItem/StepItem.styles.js +10 -10
- package/emotion/cjs/components/Steps/variations/_itemView/base.js +8 -0
- package/emotion/cjs/components/Steps/variations/_itemView/tokens.json +1 -0
- package/emotion/cjs/engines/emotion.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +34 -7
- package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +21 -5
- package/emotion/cjs/examples/plasma_web/components/Steps/Steps.config.js +34 -7
- package/emotion/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +21 -5
- package/emotion/es/components/Steps/Steps.js +9 -3
- package/emotion/es/components/Steps/Steps.template-doc.mdx +67 -5
- package/emotion/es/components/Steps/Steps.tokens.js +3 -1
- package/emotion/es/components/Steps/ui/StepItem/StepItem.styles.js +10 -10
- package/emotion/es/components/Steps/variations/_itemView/base.js +2 -0
- package/emotion/es/components/Steps/variations/_itemView/tokens.json +1 -0
- package/emotion/es/engines/emotion.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Steps/Steps.config.js +34 -7
- package/emotion/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +21 -5
- package/emotion/es/examples/plasma_web/components/Steps/Steps.config.js +34 -7
- package/emotion/es/examples/plasma_web/components/Steps/Steps.stories.tsx +21 -5
- package/es/components/Steps/Steps.css +9 -9
- package/es/components/Steps/Steps.js +9 -3
- package/es/components/Steps/Steps.js.map +1 -1
- package/es/components/Steps/Steps.tokens.js +3 -1
- package/es/components/Steps/Steps.tokens.js.map +1 -1
- package/es/components/Steps/ui/StepItem/StepItem.css +9 -9
- package/es/components/Steps/ui/StepItem/StepItem.styles.js +1 -1
- package/es/components/Steps/ui/StepItem/StepItem.styles.js.map +1 -1
- package/es/components/Steps/ui/StepItem/{StepItem.styles_c6jhr1.css → StepItem.styles_vom1a1.css} +3 -3
- package/es/components/Steps/variations/_itemView/base.js +5 -0
- package/es/components/Steps/variations/_itemView/base.js.map +1 -0
- package/es/components/Steps/variations/_itemView/base_x642ct.css +1 -0
- package/es/engines/linaria.js.map +1 -1
- package/es/engines/utils.js.map +1 -1
- package/es/index.css +9 -9
- package/package.json +2 -2
- package/styled-components/cjs/components/Steps/Steps.js +9 -3
- package/styled-components/cjs/components/Steps/Steps.template-doc.mdx +67 -5
- package/styled-components/cjs/components/Steps/Steps.tokens.js +3 -1
- package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.styles.js +3 -3
- package/styled-components/cjs/components/Steps/variations/_itemView/base.js +8 -0
- package/styled-components/cjs/components/Steps/variations/_itemView/tokens.json +1 -0
- package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +30 -3
- package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +21 -5
- package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.config.js +30 -3
- package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +21 -5
- package/styled-components/es/components/Steps/Steps.js +9 -3
- package/styled-components/es/components/Steps/Steps.template-doc.mdx +67 -5
- package/styled-components/es/components/Steps/Steps.tokens.js +3 -1
- package/styled-components/es/components/Steps/ui/StepItem/StepItem.styles.js +3 -3
- package/styled-components/es/components/Steps/variations/_itemView/base.js +2 -0
- package/styled-components/es/components/Steps/variations/_itemView/tokens.json +1 -0
- package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.config.js +30 -3
- package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +21 -5
- package/styled-components/es/examples/plasma_web/components/Steps/Steps.config.js +30 -3
- package/styled-components/es/examples/plasma_web/components/Steps/Steps.stories.tsx +21 -5
- package/types/components/Steps/Steps.d.ts +2 -0
- package/types/components/Steps/Steps.d.ts.map +1 -1
- package/types/components/Steps/Steps.tokens.d.ts +2 -0
- package/types/components/Steps/Steps.tokens.d.ts.map +1 -1
- package/types/components/Steps/Steps.types.d.ts +5 -1
- package/types/components/Steps/Steps.types.d.ts.map +1 -1
- package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts.map +1 -1
- package/types/components/Steps/variations/_itemView/base.d.ts +2 -0
- package/types/components/Steps/variations/_itemView/base.d.ts.map +1 -0
- package/types/engines/emotion.d.ts +1 -1
- package/types/engines/emotion.d.ts.map +1 -1
- package/types/engines/linaria.d.ts +1 -1
- package/types/engines/linaria.d.ts.map +1 -1
- package/types/engines/types.d.ts +1 -1
- package/types/engines/types.d.ts.map +1 -1
- package/types/engines/utils.d.ts +2 -2
- package/types/engines/utils.d.ts.map +1 -1
@@ -1,14 +1,17 @@
|
|
1
1
|
import React, { useState, useEffect } from 'react';
|
2
2
|
import type { ComponentProps } from 'react';
|
3
3
|
import type { StoryObj, Meta } from '@storybook/react';
|
4
|
-
import {
|
4
|
+
import { getConfigVariations } from '@salutejs/plasma-sb-utils';
|
5
5
|
|
6
6
|
import { IconMic } from '../../../../components/_Icon';
|
7
7
|
import { argTypesFromConfig, WithTheme } from '../../../_helpers';
|
8
8
|
import { StepItemProps } from '../../../../components/Steps/ui';
|
9
9
|
|
10
|
+
import { config } from './Steps.config';
|
10
11
|
import { Steps, mergedConfig } from './Steps';
|
11
12
|
|
13
|
+
const { views, sizes } = getConfigVariations(config);
|
14
|
+
|
12
15
|
const meta: Meta<typeof Steps> = {
|
13
16
|
title: 'web/Navigation/Steps',
|
14
17
|
decorators: [WithTheme],
|
@@ -133,9 +136,11 @@ const DefaultStory = (args) => {
|
|
133
136
|
|
134
137
|
export const Default: Story = {
|
135
138
|
args: {
|
139
|
+
view: 'default',
|
140
|
+
itemView: 'default',
|
141
|
+
size: 'm',
|
136
142
|
maxWidth: '100%',
|
137
143
|
quantity: 6,
|
138
|
-
size: 'm',
|
139
144
|
title: 'Title',
|
140
145
|
content: 'Content',
|
141
146
|
contentAlign: 'left',
|
@@ -153,10 +158,22 @@ export const Default: Story = {
|
|
153
158
|
type: 'text',
|
154
159
|
},
|
155
160
|
},
|
161
|
+
view: {
|
162
|
+
options: views,
|
163
|
+
control: {
|
164
|
+
type: 'select',
|
165
|
+
},
|
166
|
+
},
|
167
|
+
itemView: {
|
168
|
+
options: ['default', 'negative', 'warning', 'positive'],
|
169
|
+
control: {
|
170
|
+
type: 'select',
|
171
|
+
},
|
172
|
+
},
|
156
173
|
size: {
|
157
|
-
options:
|
174
|
+
options: sizes,
|
158
175
|
control: {
|
159
|
-
type: '
|
176
|
+
type: 'select',
|
160
177
|
},
|
161
178
|
},
|
162
179
|
orientation: {
|
@@ -189,7 +206,6 @@ export const Default: Story = {
|
|
189
206
|
type: 'boolean',
|
190
207
|
},
|
191
208
|
},
|
192
|
-
...disableProps(['view']),
|
193
209
|
},
|
194
210
|
render: (args) => <DefaultStory {...args} />,
|
195
211
|
};
|
@@ -11,10 +11,12 @@ export declare const stepsConfig: {
|
|
11
11
|
variations: {
|
12
12
|
size: import("@linaria/core").LinariaClassName;
|
13
13
|
view: import("@linaria/core").LinariaClassName;
|
14
|
+
itemView: import("@linaria/core").LinariaClassName;
|
14
15
|
};
|
15
16
|
defaults: {
|
16
17
|
view: string;
|
17
18
|
size: string;
|
19
|
+
itemView: string;
|
18
20
|
};
|
19
21
|
};
|
20
22
|
export {};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../../src/components/Steps/Steps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAmC,cAAc,EAAW,MAAM,OAAO,CAAC;AAGxF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAGjE,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;
|
1
|
+
{"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../../src/components/Steps/Steps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAmC,cAAc,EAAW,MAAM,OAAO,CAAC;AAGxF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAGjE,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AAQ7D,aAAK,UAAU,GAAG,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,CAAC;AAEpF,eAAO,MAAM,SAAS,SAAU,sBAAsB,cAAc,EAAE,UAAU,CAAC,mJAqG3E,CAAC;AAEP,eAAO,MAAM,WAAW;;;mBAvGQ,sBAAsB,cAAc,EAAE,UAAU,CAAC;;;;;;;;;;;;CAsHhF,CAAC"}
|
@@ -63,6 +63,7 @@ export declare const tokens: {
|
|
63
63
|
activeIndicatorColorHover: string;
|
64
64
|
activeIndicatorBackground: string;
|
65
65
|
completedTitleColor: string;
|
66
|
+
completedTitleColorHover: string;
|
66
67
|
completedIndicatorColor: string;
|
67
68
|
completedIndicatorColorHover: string;
|
68
69
|
completedIndicatorBackground: string;
|
@@ -73,5 +74,6 @@ export declare const tokens: {
|
|
73
74
|
inactiveIndicatorBackgroundHover: string;
|
74
75
|
disabledOpacity: string;
|
75
76
|
dividerThickness: string;
|
77
|
+
dividerColor: string;
|
76
78
|
};
|
77
79
|
//# sourceMappingURL=Steps.tokens.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Steps.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Steps/Steps.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAanB,CAAC;AAEF,eAAO,MAAM,MAAM
|
1
|
+
{"version":3,"file":"Steps.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Steps/Steps.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAanB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6ElB,CAAC"}
|
@@ -16,6 +16,10 @@ export interface StepsProps {
|
|
16
16
|
* Отображение шага
|
17
17
|
*/
|
18
18
|
view?: string;
|
19
|
+
/**
|
20
|
+
* Отображение элемента шага
|
21
|
+
*/
|
22
|
+
itemView?: string;
|
19
23
|
/**
|
20
24
|
* Ориентация компонента
|
21
25
|
* @default 'horizontal'
|
@@ -44,7 +48,7 @@ export interface StepsProps {
|
|
44
48
|
*/
|
45
49
|
hasContent?: StepsContent;
|
46
50
|
/**
|
47
|
-
* Отображает
|
51
|
+
* Отображает loader вместо индикатора активного шага.
|
48
52
|
*/
|
49
53
|
hasLoader?: boolean;
|
50
54
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Steps.types.d.ts","sourceRoot":"","sources":["../../../src/components/Steps/Steps.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AAEjD,oBAAY,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;AACrD,oBAAY,iBAAiB,GAAG,MAAM,GAAG,QAAQ,CAAC;AAClD,oBAAY,gBAAgB,GAAG,YAAY,GAAG,UAAU,CAAC;AAEzD,MAAM,WAAW,UAAU;IACvB;;;OAGG;IACH,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAC/B;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAC;IACjC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/E"}
|
1
|
+
{"version":3,"file":"Steps.types.d.ts","sourceRoot":"","sources":["../../../src/components/Steps/Steps.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AAEjD,oBAAY,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;AACrD,oBAAY,iBAAiB,GAAG,MAAM,GAAG,QAAQ,CAAC;AAClD,oBAAY,gBAAgB,GAAG,YAAY,GAAG,UAAU,CAAC;AAEzD,MAAM,WAAW,UAAU;IACvB;;;OAGG;IACH,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAC/B;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAC;IACjC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/E"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"StepItem.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Steps/ui/StepItem/StepItem.styles.ts"],"names":[],"mappings":";AAUA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;qDAIzB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAYzB,CAAC;AAEF,eAAO,MAAM,eAAe,qKAc3B,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAmDlC,CAAC;AAEF,eAAO,MAAM,eAAe,iLAqE3B,CAAC;AAEF,eAAO,MAAM,MAAM;;EAYlB,CAAC;AAEF,eAAO,MAAM,eAAe;;
|
1
|
+
{"version":3,"file":"StepItem.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Steps/ui/StepItem/StepItem.styles.ts"],"names":[],"mappings":";AAUA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;qDAIzB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAYzB,CAAC;AAEF,eAAO,MAAM,eAAe,qKAc3B,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAmDlC,CAAC;AAEF,eAAO,MAAM,eAAe,iLAqE3B,CAAC;AAEF,eAAO,MAAM,MAAM;;EAYlB,CAAC;AAEF,eAAO,MAAM,eAAe;;EAmC3B,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAalC,CAAC;AAEF,eAAO,MAAM,cAAc,qKAyN1B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/Steps/variations/_itemView/base.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,0CAAQ,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { css } from '@emotion/react';
|
3
|
-
import
|
3
|
+
import { ComponentConfig, HTMLAnyAttributes } from './types';
|
4
4
|
export { css };
|
5
5
|
export declare const _component: (componentConfig: ComponentConfig) => React.ForwardRefExoticComponent<Omit<HTMLAnyAttributes, "ref"> & React.RefAttributes<HTMLElement>>;
|
6
6
|
//# sourceMappingURL=emotion.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"emotion.d.ts","sourceRoot":"","sources":["../../src/engines/emotion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAoB,MAAM,gBAAgB,CAAC;AAIvD,OAAO,
|
1
|
+
{"version":3,"file":"emotion.d.ts","sourceRoot":"","sources":["../../src/engines/emotion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAoB,MAAM,gBAAgB,CAAC;AAIvD,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAwB,MAAM,SAAS,CAAC;AAEnF,OAAO,EAAE,GAAG,EAAE,CAAC;AAef,eAAO,MAAM,UAAU,oBAAqB,eAAe,uGAsB1D,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import 'focus-visible';
|
3
|
-
import
|
3
|
+
import { ComponentConfig, HTMLAnyAttributes } from './types';
|
4
4
|
export declare const _component: (componentConfig: ComponentConfig) => React.ForwardRefExoticComponent<Omit<HTMLAnyAttributes, "ref"> & React.RefAttributes<HTMLElement>>;
|
5
5
|
//# sourceMappingURL=linaria.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"linaria.d.ts","sourceRoot":"","sources":["../../src/engines/linaria.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,OAAO,eAAe,CAAC;AAEvB,OAAO,
|
1
|
+
{"version":3,"file":"linaria.d.ts","sourceRoot":"","sources":["../../src/engines/linaria.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,OAAO,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG7D,eAAO,MAAM,UAAU,oBAAqB,eAAe,uGA6C1D,CAAC"}
|
package/types/engines/types.d.ts
CHANGED
@@ -36,7 +36,7 @@ export declare type Filter<T extends {} = {}, U extends string = string> = {
|
|
36
36
|
[k in keyof T]: k extends U ? unknown : T[k];
|
37
37
|
};
|
38
38
|
export interface Intersection {
|
39
|
-
style:
|
39
|
+
style: PolymorphicClassName;
|
40
40
|
}
|
41
41
|
export interface ComponentConfig<Tag extends HTMLTagList = React.ElementType, VariantList extends Variants = Variants, VariantsProps extends PropsType<VariantList> = {}, LayoutProps extends React.HTMLAttributes<HTMLElement> | undefined = React.HTMLAttributes<HTMLElement>> {
|
42
42
|
name: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/engines/types.ts"],"names":[],"mappings":";AACA,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,gBAAgB,CAAC;CAC3B;AAED,oBAAY,oBAAoB,GAAG,MAAM,GAAG,gBAAgB,CAAC;AAE7D,oBAAY,aAAa,GAAG;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,aAAa,CAAC;CAClD,CAAC;AAEF,oBAAY,GAAG,GAAG,CACd,OAAO,EAAE,oBAAoB,EAC7B,GAAG,KAAK,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,aAAa,CAAC,KAC/C,oBAAoB,CAAC;AAE1B,oBAAY,6BAA6B,CAAC,CAAC,GAAG,WAAW,IAAI,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;AACvG,oBAAY,4CAA4C,CAAC,CAAC,GAAG,WAAW,IAAI,IAAI,CAC5E,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EACvB,UAAU,GAAG,cAAc,CAC9B,CAAC;AAEF,oBAAY,SAAS,CACjB,UAAU,SAAS,WAAW,EAC9B,OAAO,SAAS,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG,6BAA6B,CAAC,WAAW,CAAC,IAC9F,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,OAAO,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,CAAC;AAExG,oBAAY,qBAAqB,CAC7B,UAAU,SAAS,WAAW,EAC9B,OAAO,SAAS,6BAA6B,CAAC,WAAW,CAAC,IAC1D,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,CAAC;AAExG,oBAAY,oCAAoC,CAC5C,UAAU,SAAS,WAAW,EAC9B,OAAO,SAAS,4CAA4C,CAAC,WAAW,CAAC,IACzE,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,CAAC;AAExG,oBAAY,OAAO,GAAG;IAClB,GAAG,CAAC,EAAE,oBAAoB,CAAC;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC/B,GAAG,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAErB,oBAAY,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAEpD,oBAAY,WAAW,GAAG,MAAM,GAAG,KAAK,CAAC,WAAW,CAAC;AAErD,oBAAY,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE/C,oBAAY,SAAS,CAAC,CAAC,SAAS,QAAQ,GAAG,QAAQ,IAAI;KAClD,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;CACpE,CAAC;AAEF,oBAAY,MAAM,CAAC,CAAC,SAAS,EAAE,GAAG,EAAE,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI;KAC9D,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC;CAC/C,CAAC;AAEF,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/engines/types.ts"],"names":[],"mappings":"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"}
|
package/types/engines/utils.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import
|
1
|
+
import { ComponentConfig, HTMLAnyAttributes, Intersection, PolymorphicClassName } from './types';
|
2
2
|
export declare const getStaticVariants: (config: ComponentConfig) => (string | import("./types").SerializedStyles)[];
|
3
3
|
export declare const getDynamicVariants: (config: ComponentConfig) => (props: HTMLAnyAttributes) => any[];
|
4
|
-
export declare const getIntersectionStyles: (props: Record<string, any>, intersections?: Intersection[] | undefined) =>
|
4
|
+
export declare const getIntersectionStyles: (props: Record<string, any>, intersections?: Intersection[] | undefined) => PolymorphicClassName[];
|
5
5
|
//# sourceMappingURL=utils.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/engines/utils.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/engines/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEjG,eAAO,MAAM,iBAAiB,WAAY,eAAe,oDAcxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,WAAY,eAAe,aACvC,iBAAiB,UAgBnC,CAAC;AAEF,eAAO,MAAM,qBAAqB,UAAW,OAAO,MAAM,EAAE,GAAG,CAAC,uEAgB/D,CAAC"}
|