@salutejs/sdds-cs 0.246.1-canary.1731.13148843834.0 → 0.246.1-canary.1748.13146738449.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,6 +48,7 @@ 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;
51
52
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
52
53
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
53
54
  children?: undefined;
@@ -100,6 +101,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
100
101
  placeholder?: string | undefined;
101
102
  helperText?: string | undefined;
102
103
  disabled?: boolean | undefined;
104
+ readOnly?: boolean | undefined;
103
105
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
104
106
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
105
107
  children?: undefined;
@@ -152,6 +154,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
152
154
  placeholder?: string | undefined;
153
155
  helperText?: string | undefined;
154
156
  disabled?: boolean | undefined;
157
+ readOnly?: boolean | undefined;
155
158
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
156
159
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
157
160
  children?: undefined;
@@ -204,6 +207,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
204
207
  placeholder?: string | undefined;
205
208
  helperText?: string | undefined;
206
209
  disabled?: boolean | undefined;
210
+ readOnly?: boolean | undefined;
207
211
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
208
212
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
209
213
  children?: undefined;
@@ -244,6 +248,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
244
248
  placeholder?: string | undefined;
245
249
  helperText?: string | undefined;
246
250
  disabled?: boolean | undefined;
251
+ readOnly?: boolean | undefined;
247
252
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
248
253
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
249
254
  children?: undefined;
@@ -284,6 +289,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
284
289
  placeholder?: string | undefined;
285
290
  helperText?: string | undefined;
286
291
  disabled?: boolean | undefined;
292
+ readOnly?: boolean | undefined;
287
293
  items?: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect[] | undefined;
288
294
  onItemSelect?: ((e: import("@salutejs/plasma-new-hope/styled-components").DropdownNodeSelect, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
289
295
  children?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.246.1-canary.1731.13148843834.0",
3
+ "version": "0.246.1-canary.1748.13146738449.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.0-dev.0",
33
+ "@salutejs/plasma-new-hope": "0.257.1-canary.1748.13146738449.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.1-canary.1731.13148843834.0",
59
+ "@salutejs/plasma-icons": "1.210.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": "dd12f62c40f746355f32c3276d8b06ff9046b31e"
126
+ "gitHead": "cf3ebd823e9696370b5f96319b95ba16927dfd15"
127
127
  }