@salutejs/sdds-cs 0.246.1-canary.1748.13146738449.0 → 0.246.1-dev.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
48
48
  placeholder?: string | undefined;
49
49
  helperText?: string | undefined;
50
50
  disabled?: boolean | undefined;
51
- readOnly?: boolean | undefined;
52
51
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
53
52
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
54
53
  children?: undefined;
@@ -101,7 +100,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
101
100
  placeholder?: string | undefined;
102
101
  helperText?: string | undefined;
103
102
  disabled?: boolean | undefined;
104
- readOnly?: boolean | undefined;
105
103
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
106
104
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
107
105
  children?: undefined;
@@ -154,7 +152,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
154
152
  placeholder?: string | undefined;
155
153
  helperText?: string | undefined;
156
154
  disabled?: boolean | undefined;
157
- readOnly?: boolean | undefined;
158
155
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
159
156
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
160
157
  children?: undefined;
@@ -207,7 +204,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
207
204
  placeholder?: string | undefined;
208
205
  helperText?: string | undefined;
209
206
  disabled?: boolean | undefined;
210
- readOnly?: boolean | undefined;
211
207
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
212
208
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
213
209
  children?: undefined;
@@ -248,7 +244,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
248
244
  placeholder?: string | undefined;
249
245
  helperText?: string | undefined;
250
246
  disabled?: boolean | undefined;
251
- readOnly?: boolean | undefined;
252
247
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
253
248
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
254
249
  children?: undefined;
@@ -289,7 +284,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
289
284
  placeholder?: string | undefined;
290
285
  helperText?: string | undefined;
291
286
  disabled?: boolean | undefined;
292
- readOnly?: boolean | undefined;
293
287
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
294
288
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
295
289
  children?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.246.1-canary.1748.13146738449.0",
3
+ "version": "0.246.1-dev.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.257.1-canary.1748.13146738449.0",
33
+ "@salutejs/plasma-new-hope": "0.257.0-dev.0",
34
34
  "@salutejs/sdds-themes": "0.31.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -56,7 +56,7 @@
56
56
  "@salutejs/plasma-colors": "0.14.0",
57
57
  "@salutejs/plasma-core": "1.191.0",
58
58
  "@salutejs/plasma-cy-utils": "0.122.0",
59
- "@salutejs/plasma-icons": "1.210.0",
59
+ "@salutejs/plasma-icons": "1.210.1-dev.0",
60
60
  "@salutejs/plasma-sb-utils": "0.191.0",
61
61
  "@storybook/addon-docs": "7.6.17",
62
62
  "@storybook/addon-essentials": "7.6.17",
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "cf3ebd823e9696370b5f96319b95ba16927dfd15"
126
+ "gitHead": "938e3cecc45ec6c56330c8dfda178743bb48038c"
127
127
  }