@salutejs/sdds-dfa 0.321.0-canary.2198.17378237458.0 → 0.321.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.
@@ -49,6 +49,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
49
49
  beforeList?: import("react").ReactNode;
50
50
  afterList?: import("react").ReactNode;
51
51
  virtual?: boolean;
52
+ flip?: boolean;
52
53
  size?: string;
53
54
  view?: string;
54
55
  } & Omit<{
@@ -103,6 +104,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
103
104
  beforeList?: import("react").ReactNode;
104
105
  afterList?: import("react").ReactNode;
105
106
  virtual?: boolean;
107
+ flip?: boolean;
106
108
  size?: string;
107
109
  view?: string;
108
110
  } & Omit<{
@@ -159,6 +161,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
159
161
  beforeList?: import("react").ReactNode;
160
162
  afterList?: import("react").ReactNode;
161
163
  virtual?: boolean;
164
+ flip?: boolean;
162
165
  size?: string;
163
166
  view?: string;
164
167
  } & Omit<{
@@ -213,6 +216,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
213
216
  beforeList?: import("react").ReactNode;
214
217
  afterList?: import("react").ReactNode;
215
218
  virtual?: boolean;
219
+ flip?: boolean;
216
220
  size?: string;
217
221
  view?: string;
218
222
  } & Omit<{
@@ -269,6 +273,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
269
273
  beforeList?: import("react").ReactNode;
270
274
  afterList?: import("react").ReactNode;
271
275
  virtual?: boolean;
276
+ flip?: boolean;
272
277
  size?: string;
273
278
  view?: string;
274
279
  } & Omit<{
@@ -323,6 +328,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
323
328
  beforeList?: import("react").ReactNode;
324
329
  afterList?: import("react").ReactNode;
325
330
  virtual?: boolean;
331
+ flip?: boolean;
326
332
  size?: string;
327
333
  view?: string;
328
334
  } & Omit<{
@@ -379,6 +385,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
379
385
  beforeList?: import("react").ReactNode;
380
386
  afterList?: import("react").ReactNode;
381
387
  virtual?: boolean;
388
+ flip?: boolean;
382
389
  size?: string;
383
390
  view?: string;
384
391
  } & Omit<{
@@ -433,6 +440,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
433
440
  beforeList?: import("react").ReactNode;
434
441
  afterList?: import("react").ReactNode;
435
442
  virtual?: boolean;
443
+ flip?: boolean;
436
444
  size?: string;
437
445
  view?: string;
438
446
  } & Omit<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-dfa",
3
- "version": "0.321.0-canary.2198.17378237458.0",
3
+ "version": "0.321.0-canary.2199.17384366399.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS DFA web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,8 +19,8 @@
19
19
  "directory": "packages/sdds-dfa"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.335.0-canary.2198.17378237458.0",
23
- "@salutejs/sdds-themes": "0.47.0-canary.2198.17378237458.0"
22
+ "@salutejs/plasma-new-hope": "0.335.0-canary.2199.17384366399.0",
23
+ "@salutejs/sdds-themes": "0.47.0-canary.2199.17384366399.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.13.1",
@@ -37,10 +37,10 @@
37
37
  "@babel/preset-typescript": "7.24.1",
38
38
  "@microsoft/api-extractor": "7.38.3",
39
39
  "@salutejs/plasma-colors": "0.16.0",
40
- "@salutejs/plasma-core": "1.207.0-canary.2198.17378237458.0",
41
- "@salutejs/plasma-cy-utils": "0.137.0-canary.2198.17378237458.0",
42
- "@salutejs/plasma-icons": "1.223.0-canary.2198.17378237458.0",
43
- "@salutejs/plasma-sb-utils": "0.207.0-canary.2198.17378237458.0",
40
+ "@salutejs/plasma-core": "1.207.0-canary.2199.17384366399.0",
41
+ "@salutejs/plasma-cy-utils": "0.137.0-canary.2199.17384366399.0",
42
+ "@salutejs/plasma-icons": "1.223.0-canary.2199.17384366399.0",
43
+ "@salutejs/plasma-sb-utils": "0.207.0-canary.2199.17384366399.0",
44
44
  "@storybook/addon-docs": "8.6.14",
45
45
  "@storybook/addon-essentials": "8.6.14",
46
46
  "@storybook/manager-api": "8.6.14",
@@ -94,5 +94,5 @@
94
94
  "Anton Vinogradov"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "ced807ae4876e586c95b3547105bbab55ecb55bd"
97
+ "gitHead": "28f274b6a820cb4547b90e65574c3765a7030028"
98
98
  }