@salutejs/sdds-cs 0.327.0-canary.2198.17378237458.0 → 0.327.0-canary.2199.17384366399.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.
@@ -37,6 +37,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
37
37
|
beforeList?: import("react").ReactNode;
|
38
38
|
afterList?: import("react").ReactNode;
|
39
39
|
virtual?: boolean;
|
40
|
+
flip?: boolean;
|
40
41
|
size?: string;
|
41
42
|
view?: string;
|
42
43
|
} & Omit<{
|
@@ -91,6 +92,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
91
92
|
beforeList?: import("react").ReactNode;
|
92
93
|
afterList?: import("react").ReactNode;
|
93
94
|
virtual?: boolean;
|
95
|
+
flip?: boolean;
|
94
96
|
size?: string;
|
95
97
|
view?: string;
|
96
98
|
} & Omit<{
|
@@ -147,6 +149,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
147
149
|
beforeList?: import("react").ReactNode;
|
148
150
|
afterList?: import("react").ReactNode;
|
149
151
|
virtual?: boolean;
|
152
|
+
flip?: boolean;
|
150
153
|
size?: string;
|
151
154
|
view?: string;
|
152
155
|
} & Omit<{
|
@@ -201,6 +204,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
201
204
|
beforeList?: import("react").ReactNode;
|
202
205
|
afterList?: import("react").ReactNode;
|
203
206
|
virtual?: boolean;
|
207
|
+
flip?: boolean;
|
204
208
|
size?: string;
|
205
209
|
view?: string;
|
206
210
|
} & Omit<{
|
@@ -257,6 +261,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
257
261
|
beforeList?: import("react").ReactNode;
|
258
262
|
afterList?: import("react").ReactNode;
|
259
263
|
virtual?: boolean;
|
264
|
+
flip?: boolean;
|
260
265
|
size?: string;
|
261
266
|
view?: string;
|
262
267
|
} & Omit<{
|
@@ -311,6 +316,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
311
316
|
beforeList?: import("react").ReactNode;
|
312
317
|
afterList?: import("react").ReactNode;
|
313
318
|
virtual?: boolean;
|
319
|
+
flip?: boolean;
|
314
320
|
size?: string;
|
315
321
|
view?: string;
|
316
322
|
} & Omit<{
|
@@ -367,6 +373,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
367
373
|
beforeList?: import("react").ReactNode;
|
368
374
|
afterList?: import("react").ReactNode;
|
369
375
|
virtual?: boolean;
|
376
|
+
flip?: boolean;
|
370
377
|
size?: string;
|
371
378
|
view?: string;
|
372
379
|
} & Omit<{
|
@@ -421,6 +428,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
421
428
|
beforeList?: import("react").ReactNode;
|
422
429
|
afterList?: import("react").ReactNode;
|
423
430
|
virtual?: boolean;
|
431
|
+
flip?: boolean;
|
424
432
|
size?: string;
|
425
433
|
view?: string;
|
426
434
|
} & Omit<{
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.327.0-canary.
|
3
|
+
"version": "0.327.0-canary.2199.17384366399.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,8 +30,8 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.335.0-canary.
|
34
|
-
"@salutejs/sdds-themes": "0.47.0-canary.
|
33
|
+
"@salutejs/plasma-new-hope": "0.335.0-canary.2199.17384366399.0",
|
34
|
+
"@salutejs/sdds-themes": "0.47.0-canary.2199.17384366399.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
37
|
"@emotion/react": ">=11",
|
@@ -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.16.0",
|
57
|
-
"@salutejs/plasma-core": "1.207.0-canary.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.137.0-canary.
|
59
|
-
"@salutejs/plasma-icons": "1.223.0-canary.
|
60
|
-
"@salutejs/plasma-sb-utils": "0.207.0-canary.
|
57
|
+
"@salutejs/plasma-core": "1.207.0-canary.2199.17384366399.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.137.0-canary.2199.17384366399.0",
|
59
|
+
"@salutejs/plasma-icons": "1.223.0-canary.2199.17384366399.0",
|
60
|
+
"@salutejs/plasma-sb-utils": "0.207.0-canary.2199.17384366399.0",
|
61
61
|
"@storybook/addon-docs": "8.6.14",
|
62
62
|
"@storybook/addon-essentials": "8.6.14",
|
63
63
|
"@storybook/manager-api": "8.6.14",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "28f274b6a820cb4547b90e65574c3765a7030028"
|
127
127
|
}
|