@salutejs/sdds-finportal 0.234.1-canary.1748.13146738449.0 → 0.234.1-dev.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,7 +68,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
68
68
  placeholder?: string | undefined;
69
69
  helperText?: string | undefined;
70
70
  disabled?: boolean | undefined;
71
- readOnly?: boolean | undefined;
72
71
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
73
72
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
74
73
  children?: undefined;
@@ -121,7 +120,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
121
120
  placeholder?: string | undefined;
122
121
  helperText?: string | undefined;
123
122
  disabled?: boolean | undefined;
124
- readOnly?: boolean | undefined;
125
123
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
126
124
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
127
125
  children?: undefined;
@@ -174,7 +172,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
174
172
  placeholder?: string | undefined;
175
173
  helperText?: string | undefined;
176
174
  disabled?: boolean | undefined;
177
- readOnly?: boolean | undefined;
178
175
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
179
176
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
180
177
  children?: undefined;
@@ -227,7 +224,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
227
224
  placeholder?: string | undefined;
228
225
  helperText?: string | undefined;
229
226
  disabled?: boolean | undefined;
230
- readOnly?: boolean | undefined;
231
227
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
232
228
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
233
229
  children?: undefined;
@@ -268,7 +264,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
268
264
  placeholder?: string | undefined;
269
265
  helperText?: string | undefined;
270
266
  disabled?: boolean | undefined;
271
- readOnly?: boolean | undefined;
272
267
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
273
268
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
274
269
  children?: undefined;
@@ -309,7 +304,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
309
304
  placeholder?: string | undefined;
310
305
  helperText?: string | undefined;
311
306
  disabled?: boolean | undefined;
312
- readOnly?: boolean | undefined;
313
307
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
314
308
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
315
309
  children?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.234.1-canary.1748.13146738449.0",
3
+ "version": "0.234.1-dev.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.257.1-canary.1748.13146738449.0",
22
+ "@salutejs/plasma-new-hope": "0.257.0-dev.0",
23
23
  "@salutejs/sdds-themes": "0.31.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -39,7 +39,7 @@
39
39
  "@salutejs/plasma-colors": "0.14.0",
40
40
  "@salutejs/plasma-core": "1.191.0",
41
41
  "@salutejs/plasma-cy-utils": "0.122.0",
42
- "@salutejs/plasma-icons": "1.210.0",
42
+ "@salutejs/plasma-icons": "1.210.1-dev.0",
43
43
  "@salutejs/plasma-sb-utils": "0.191.0",
44
44
  "@storybook/addon-docs": "7.6.17",
45
45
  "@storybook/addon-essentials": "7.6.17",
@@ -95,5 +95,5 @@
95
95
  "Vasiliy Loginevskiy"
96
96
  ],
97
97
  "sideEffects": false,
98
- "gitHead": "cf3ebd823e9696370b5f96319b95ba16927dfd15"
98
+ "gitHead": "938e3cecc45ec6c56330c8dfda178743bb48038c"
99
99
  }