@salutejs/sdds-cs 0.324.0-canary.2103.16644309163.0 → 0.324.0-canary.2105.16651743587.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.
@@ -23,6 +23,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
23
23
|
readOnly?: boolean;
|
24
24
|
disabled?: boolean;
|
25
25
|
portal?: string | React.RefObject<HTMLElement>;
|
26
|
+
zIndex?: import("react").CSSProperties["zIndex"];
|
26
27
|
value?: string;
|
27
28
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
28
29
|
threshold?: number;
|
@@ -76,6 +77,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
76
77
|
readOnly?: boolean;
|
77
78
|
disabled?: boolean;
|
78
79
|
portal?: string | React.RefObject<HTMLElement>;
|
80
|
+
zIndex?: import("react").CSSProperties["zIndex"];
|
79
81
|
value?: string;
|
80
82
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
81
83
|
threshold?: number;
|
@@ -131,6 +133,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
131
133
|
readOnly?: boolean;
|
132
134
|
disabled?: boolean;
|
133
135
|
portal?: string | React.RefObject<HTMLElement>;
|
136
|
+
zIndex?: import("react").CSSProperties["zIndex"];
|
134
137
|
value?: string;
|
135
138
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
136
139
|
threshold?: number;
|
@@ -184,6 +187,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
184
187
|
readOnly?: boolean;
|
185
188
|
disabled?: boolean;
|
186
189
|
portal?: string | React.RefObject<HTMLElement>;
|
190
|
+
zIndex?: import("react").CSSProperties["zIndex"];
|
187
191
|
value?: string;
|
188
192
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
189
193
|
threshold?: number;
|
@@ -239,6 +243,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
239
243
|
readOnly?: boolean;
|
240
244
|
disabled?: boolean;
|
241
245
|
portal?: string | React.RefObject<HTMLElement>;
|
246
|
+
zIndex?: import("react").CSSProperties["zIndex"];
|
242
247
|
value?: string;
|
243
248
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
244
249
|
threshold?: number;
|
@@ -292,6 +297,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
292
297
|
readOnly?: boolean;
|
293
298
|
disabled?: boolean;
|
294
299
|
portal?: string | React.RefObject<HTMLElement>;
|
300
|
+
zIndex?: import("react").CSSProperties["zIndex"];
|
295
301
|
value?: string;
|
296
302
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
297
303
|
threshold?: number;
|
@@ -347,6 +353,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
347
353
|
readOnly?: boolean;
|
348
354
|
disabled?: boolean;
|
349
355
|
portal?: string | React.RefObject<HTMLElement>;
|
356
|
+
zIndex?: import("react").CSSProperties["zIndex"];
|
350
357
|
value?: string;
|
351
358
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
352
359
|
threshold?: number;
|
@@ -400,6 +407,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
400
407
|
readOnly?: boolean;
|
401
408
|
disabled?: boolean;
|
402
409
|
portal?: string | React.RefObject<HTMLElement>;
|
410
|
+
zIndex?: import("react").CSSProperties["zIndex"];
|
403
411
|
value?: string;
|
404
412
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
405
413
|
threshold?: number;
|
@@ -56,4 +56,5 @@ export declare const SegmentItem: import("react").FunctionComponent<import("@sal
|
|
56
56
|
view?: string;
|
57
57
|
contentLeft?: React.ReactNode;
|
58
58
|
contentRight?: React.ReactNode | string;
|
59
|
+
maxItemWidth?: React.CSSProperties["width"];
|
59
60
|
} & import("react").RefAttributes<HTMLLabelElement>>;
|
@@ -24,6 +24,7 @@ export declare const StyledSegmentItem: import("styled-components").StyledCompon
|
|
24
24
|
view?: string;
|
25
25
|
contentLeft?: React.ReactNode;
|
26
26
|
contentRight?: React.ReactNode | string;
|
27
|
+
maxItemWidth?: React.CSSProperties["width"];
|
27
28
|
} & import("react").RefAttributes<HTMLLabelElement>>, any, {}, never>;
|
28
29
|
export declare const AccordionInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
29
30
|
export declare const Subcategory: import("styled-components").StyledComponent<"div", any, {}, never>;
|
@@ -26,6 +26,7 @@ export declare const StyledSegmentItem: import("styled-components").StyledCompon
|
|
26
26
|
view?: string;
|
27
27
|
contentLeft?: React.ReactNode;
|
28
28
|
contentRight?: React.ReactNode | string;
|
29
|
+
maxItemWidth?: React.CSSProperties["width"];
|
29
30
|
} & import("react").RefAttributes<HTMLLabelElement>>, any, {}, never>;
|
30
31
|
export declare const AccordionTypographyTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
31
32
|
export declare const FontFamily: import("styled-components").StyledComponent<"span", any, {}, never>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.324.0-canary.
|
3
|
+
"version": "0.324.0-canary.2105.16651743587.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.332.0-canary.
|
33
|
+
"@salutejs/plasma-new-hope": "0.332.0-canary.2105.16651743587.0",
|
34
34
|
"@salutejs/sdds-themes": "0.43.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.15.0",
|
57
|
-
"@salutejs/plasma-core": "1.204.0-canary.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.134.0-canary.
|
57
|
+
"@salutejs/plasma-core": "1.204.0-canary.2105.16651743587.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.134.0-canary.2105.16651743587.0",
|
59
59
|
"@salutejs/plasma-icons": "1.222.0",
|
60
|
-
"@salutejs/plasma-sb-utils": "0.204.0-canary.
|
60
|
+
"@salutejs/plasma-sb-utils": "0.204.0-canary.2105.16651743587.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
63
63
|
"@storybook/addons": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "e802228e5de38e515bc451bfb21b0c0d73d4839b"
|
127
127
|
}
|