@salutejs/sdds-cs 0.336.0-canary.2403.20455152253.0 → 0.336.0-dev.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/dist/emotion/cjs/components/DatePicker/DatePicker.config.js +8 -3
- package/dist/emotion/cjs/components/Range/Range.config.js +23 -19
- package/dist/emotion/cjs/components/Skeleton/LineSkeleton.config.js +11 -23
- package/dist/emotion/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +17 -32
- package/dist/emotion/cjs/components/Typography/Heading.config.js +0 -30
- package/dist/emotion/cjs/components/Typography/Typography.js +0 -6
- package/dist/emotion/cjs/components/Typography/index.js +0 -3
- package/dist/emotion/es/components/DatePicker/DatePicker.config.js +8 -3
- package/dist/emotion/es/components/Range/Range.config.js +23 -19
- package/dist/emotion/es/components/Skeleton/LineSkeleton.config.js +11 -23
- package/dist/emotion/es/components/Tabs/horizontal/HorizontalTabs.config.js +17 -32
- package/dist/emotion/es/components/Typography/Heading.config.js +0 -27
- package/dist/emotion/es/components/Typography/Typography.js +1 -4
- package/dist/emotion/es/components/Typography/index.js +1 -1
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +8 -3
- package/dist/styled-components/cjs/components/Range/Range.config.js +23 -19
- package/dist/styled-components/cjs/components/Skeleton/LineSkeleton.config.js +11 -23
- package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +17 -32
- package/dist/styled-components/cjs/components/Typography/Heading.config.js +0 -30
- package/dist/styled-components/cjs/components/Typography/Typography.js +0 -6
- package/dist/styled-components/cjs/components/Typography/index.js +0 -3
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +8 -3
- package/dist/styled-components/es/components/Range/Range.config.js +23 -19
- package/dist/styled-components/es/components/Skeleton/LineSkeleton.config.js +11 -23
- package/dist/styled-components/es/components/Tabs/horizontal/HorizontalTabs.config.js +17 -32
- package/dist/styled-components/es/components/Typography/Heading.config.js +0 -27
- package/dist/styled-components/es/components/Typography/Typography.js +1 -4
- package/dist/styled-components/es/components/Typography/index.js +1 -1
- package/package.json +7 -7
- package/types/components/DatePicker/DatePicker.d.ts +19 -5
- package/types/components/Range/Range.d.ts +555 -3
- package/types/components/Skeleton/LineSkeleton.config.d.ts +0 -1
- package/types/components/Skeleton/Skeleton.d.ts +0 -2
- package/types/components/Tabs/Tabs.d.ts +0 -1
- package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +0 -1
- package/types/components/Typography/Heading.config.d.ts +0 -10
- package/types/components/Typography/Typography.d.ts +0 -17
- package/types/components/Typography/index.d.ts +1 -1
|
@@ -48,13 +48,3 @@ export declare const configH5: {
|
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
|
-
export declare const configH6: {
|
|
52
|
-
defaults: {
|
|
53
|
-
size: string;
|
|
54
|
-
};
|
|
55
|
-
variations: {
|
|
56
|
-
size: {
|
|
57
|
-
h6: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
};
|
|
@@ -219,23 +219,6 @@ export declare const H5: import("react").FunctionComponent<import("@salutejs/pla
|
|
|
219
219
|
size?: string;
|
|
220
220
|
isNumeric?: boolean;
|
|
221
221
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
|
222
|
-
export declare const H6: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
223
|
-
size: {
|
|
224
|
-
h6: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
225
|
-
};
|
|
226
|
-
}> & (({
|
|
227
|
-
noWrap?: boolean;
|
|
228
|
-
breakWord?: boolean;
|
|
229
|
-
color?: string;
|
|
230
|
-
size?: string;
|
|
231
|
-
isNumeric?: boolean;
|
|
232
|
-
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
|
233
|
-
noWrap?: boolean;
|
|
234
|
-
breakWord?: boolean;
|
|
235
|
-
color?: string;
|
|
236
|
-
size?: string;
|
|
237
|
-
isNumeric?: boolean;
|
|
238
|
-
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
|
239
222
|
export declare const TextM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
240
223
|
size: {
|
|
241
224
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { BodyL, BodyM, BodyS, BodyXS, BodyXXS, DsplL, DsplM, DsplS, H1, H2, H3, H4, H5,
|
|
1
|
+
export { BodyL, BodyM, BodyS, BodyXS, BodyXXS, DsplL, DsplM, DsplS, H1, H2, H3, H4, H5, TextL, TextM, TextS, TextXS, } from './Typography';
|