@salutejs/sdds-os 0.27.0-next-sbcom.0 → 0.28.0-dev.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.
- package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js +1 -1
- package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js.map +1 -1
- package/dist/css/cjs/components/Autocomplete/{Autocomplete.config_5n66cg.css → Autocomplete.config_7vcl1u.css} +2 -2
- package/dist/css/cjs/components/Autocomplete/Autocomplete.css +12 -12
- package/dist/css/cjs/components/Combobox/Combobox.config.js +1 -1
- package/dist/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
- package/dist/css/cjs/components/Combobox/{Combobox.config_15t2f3z.css → Combobox.config_15pzyh8.css} +2 -2
- package/dist/css/cjs/components/Combobox/Combobox.css +15 -15
- package/dist/css/cjs/components/Select/Select.config.js +1 -1
- package/dist/css/cjs/components/Select/Select.config.js.map +1 -1
- package/dist/css/{es/components/Select/Select.config_3qkz78.css → cjs/components/Select/Select.config_12ruahx.css} +2 -2
- package/dist/css/cjs/components/Select/Select.css +15 -15
- package/dist/css/cjs/components/TextField/TextField.config.js +1 -1
- package/dist/css/cjs/components/TextField/TextField.config.js.map +1 -1
- package/dist/css/{es/components/TextField/TextField.config_5zurkr.css → cjs/components/TextField/TextField.config_b35paa.css} +2 -2
- package/dist/css/cjs/components/TextField/TextField.css +18 -18
- package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
- package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.config.js.map +1 -1
- package/dist/css/cjs/components/TextFieldGroup/{TextFieldGroup.config_15af1x4.css → TextFieldGroup.config_1uu1mly.css} +4 -4
- package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.css +8 -8
- package/dist/css/cjs/index.css +73 -73
- package/dist/css/es/components/Autocomplete/Autocomplete.config.js +1 -1
- package/dist/css/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
- package/dist/css/es/components/Autocomplete/{Autocomplete.config_5n66cg.css → Autocomplete.config_7vcl1u.css} +2 -2
- package/dist/css/es/components/Autocomplete/Autocomplete.css +12 -12
- package/dist/css/es/components/Combobox/Combobox.config.js +1 -1
- package/dist/css/es/components/Combobox/Combobox.config.js.map +1 -1
- package/dist/css/es/components/Combobox/{Combobox.config_15t2f3z.css → Combobox.config_15pzyh8.css} +2 -2
- package/dist/css/es/components/Combobox/Combobox.css +15 -15
- package/dist/css/es/components/Select/Select.config.js +1 -1
- package/dist/css/es/components/Select/Select.config.js.map +1 -1
- package/dist/css/{cjs/components/Select/Select.config_3qkz78.css → es/components/Select/Select.config_12ruahx.css} +2 -2
- package/dist/css/es/components/Select/Select.css +15 -15
- package/dist/css/es/components/TextField/TextField.config.js +1 -1
- package/dist/css/es/components/TextField/TextField.config.js.map +1 -1
- package/dist/css/{cjs/components/TextField/TextField.config_5zurkr.css → es/components/TextField/TextField.config_b35paa.css} +2 -2
- package/dist/css/es/components/TextField/TextField.css +18 -18
- package/dist/css/es/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
- package/dist/css/es/components/TextFieldGroup/TextFieldGroup.config.js.map +1 -1
- package/dist/css/es/components/TextFieldGroup/{TextFieldGroup.config_15af1x4.css → TextFieldGroup.config_1uu1mly.css} +4 -4
- package/dist/css/es/components/TextFieldGroup/TextFieldGroup.css +8 -8
- package/dist/css/es/index.css +73 -73
- package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +2 -2
- package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +2 -2
- package/dist/styled-components/cjs/components/Select/Select.config.js +2 -2
- package/dist/styled-components/cjs/components/TextField/TextField.config.js +2 -2
- package/dist/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.config.js +4 -4
- package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +2 -2
- package/dist/styled-components/es/components/Combobox/Combobox.config.js +2 -2
- package/dist/styled-components/es/components/Select/Select.config.js +2 -2
- package/dist/styled-components/es/components/TextField/TextField.config.js +2 -2
- package/dist/styled-components/es/components/TextFieldGroup/TextFieldGroup.config.js +4 -4
- package/package.json +7 -7
- package/types/components/Autocomplete/Autocomplete.d.ts +8 -0
- package/types/components/Avatar/Avatar.d.ts +4 -4
- package/types/components/Combobox/Combobox.d.ts +8 -0
- package/types/components/DatePicker/DatePicker.d.ts +2 -0
- package/types/components/Select/Select.d.ts +16 -0
- package/types/components/TextField/TextField.d.ts +8 -0
|
@@ -223,7 +223,7 @@ const config = {
|
|
|
223
223
|
${_styledcomponents.autocompleteTokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
224
224
|
${_styledcomponents.autocompleteTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
225
225
|
|
|
226
|
-
${_styledcomponents.autocompleteTokens.
|
|
226
|
+
${_styledcomponents.autocompleteTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
227
227
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
228
228
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
229
229
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -298,7 +298,7 @@ const config = {
|
|
|
298
298
|
${_styledcomponents.autocompleteTokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
299
299
|
${_styledcomponents.autocompleteTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
300
300
|
|
|
301
|
-
${_styledcomponents.autocompleteTokens.
|
|
301
|
+
${_styledcomponents.autocompleteTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
302
302
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
303
303
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
304
304
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -275,7 +275,7 @@ const config = {
|
|
|
275
275
|
${_styledcomponents.comboboxTokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
276
276
|
${_styledcomponents.comboboxTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
277
277
|
|
|
278
|
-
${_styledcomponents.comboboxTokens.
|
|
278
|
+
${_styledcomponents.comboboxTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
279
279
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
280
280
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
281
281
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -396,7 +396,7 @@ const config = {
|
|
|
396
396
|
${_styledcomponents.comboboxTokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
397
397
|
${_styledcomponents.comboboxTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
398
398
|
|
|
399
|
-
${_styledcomponents.comboboxTokens.
|
|
399
|
+
${_styledcomponents.comboboxTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
400
400
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
401
401
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
402
402
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -246,7 +246,7 @@ const config = {
|
|
|
246
246
|
${_styledcomponents.selectTokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
247
247
|
${_styledcomponents.selectTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
248
248
|
|
|
249
|
-
${_styledcomponents.selectTokens.
|
|
249
|
+
${_styledcomponents.selectTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
250
250
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
251
251
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
252
252
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -371,7 +371,7 @@ const config = {
|
|
|
371
371
|
${_styledcomponents.selectTokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
372
372
|
${_styledcomponents.selectTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
373
373
|
|
|
374
|
-
${_styledcomponents.selectTokens.
|
|
374
|
+
${_styledcomponents.selectTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
375
375
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
376
376
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
377
377
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -189,7 +189,7 @@ const config = {
|
|
|
189
189
|
${_styledcomponents.textFieldTokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
190
190
|
${_styledcomponents.textFieldTokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
191
191
|
|
|
192
|
-
${_styledcomponents.textFieldTokens.
|
|
192
|
+
${_styledcomponents.textFieldTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
193
193
|
${_styledcomponents.textFieldTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
194
194
|
${_styledcomponents.textFieldTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
195
195
|
${_styledcomponents.textFieldTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -275,7 +275,7 @@ const config = {
|
|
|
275
275
|
${_styledcomponents.textFieldTokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
276
276
|
${_styledcomponents.textFieldTokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
277
277
|
|
|
278
|
-
${_styledcomponents.textFieldTokens.
|
|
278
|
+
${_styledcomponents.textFieldTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
279
279
|
${_styledcomponents.textFieldTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
280
280
|
${_styledcomponents.textFieldTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
281
281
|
${_styledcomponents.textFieldTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -45,7 +45,7 @@ const config = {
|
|
|
45
45
|
${_styledcomponents.textFieldGroupTokens.labelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
|
|
46
46
|
${_styledcomponents.textFieldGroupTokens.labelLineHeight}: var(--plasma-typo-body-l-line-height);
|
|
47
47
|
|
|
48
|
-
${_styledcomponents.textFieldGroupTokens.
|
|
48
|
+
${_styledcomponents.textFieldGroupTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
49
49
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
50
50
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
51
51
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -101,7 +101,7 @@ const config = {
|
|
|
101
101
|
${_styledcomponents.textFieldGroupTokens.labelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
|
|
102
102
|
${_styledcomponents.textFieldGroupTokens.labelLineHeight}: var(--plasma-typo-body-m-line-height);
|
|
103
103
|
|
|
104
|
-
${_styledcomponents.textFieldGroupTokens.
|
|
104
|
+
${_styledcomponents.textFieldGroupTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
105
105
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
106
106
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
107
107
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -157,7 +157,7 @@ const config = {
|
|
|
157
157
|
${_styledcomponents.textFieldGroupTokens.labelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
|
|
158
158
|
${_styledcomponents.textFieldGroupTokens.labelLineHeight}: var(--plasma-typo-body-s-line-height);
|
|
159
159
|
|
|
160
|
-
${_styledcomponents.textFieldGroupTokens.
|
|
160
|
+
${_styledcomponents.textFieldGroupTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
161
161
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
162
162
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
163
163
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -213,7 +213,7 @@ const config = {
|
|
|
213
213
|
${_styledcomponents.textFieldGroupTokens.labelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
214
214
|
${_styledcomponents.textFieldGroupTokens.labelLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
215
215
|
|
|
216
|
-
${_styledcomponents.textFieldGroupTokens.
|
|
216
|
+
${_styledcomponents.textFieldGroupTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
217
217
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
218
218
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
219
219
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -213,7 +213,7 @@ export const config = {
|
|
|
213
213
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
214
214
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
215
215
|
|
|
216
|
-
${tokens.
|
|
216
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
217
217
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
218
218
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
219
219
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -288,7 +288,7 @@ export const config = {
|
|
|
288
288
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
289
289
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
290
290
|
|
|
291
|
-
${tokens.
|
|
291
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
292
292
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
293
293
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
294
294
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -265,7 +265,7 @@ export const config = {
|
|
|
265
265
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
266
266
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
267
267
|
|
|
268
|
-
${tokens.
|
|
268
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
269
269
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
270
270
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
271
271
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -386,7 +386,7 @@ export const config = {
|
|
|
386
386
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
387
387
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
388
388
|
|
|
389
|
-
${tokens.
|
|
389
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
390
390
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
391
391
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
392
392
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -236,7 +236,7 @@ export const config = {
|
|
|
236
236
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
237
237
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
238
238
|
|
|
239
|
-
${tokens.
|
|
239
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
240
240
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
241
241
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
242
242
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -361,7 +361,7 @@ export const config = {
|
|
|
361
361
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
362
362
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
363
363
|
|
|
364
|
-
${tokens.
|
|
364
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
365
365
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
366
366
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
367
367
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -179,7 +179,7 @@ export const config = {
|
|
|
179
179
|
${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
180
180
|
${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
181
181
|
|
|
182
|
-
${tokens.
|
|
182
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
183
183
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
184
184
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
185
185
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -265,7 +265,7 @@ export const config = {
|
|
|
265
265
|
${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
266
266
|
${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
267
267
|
|
|
268
|
-
${tokens.
|
|
268
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
269
269
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
270
270
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
271
271
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -35,7 +35,7 @@ export const config = {
|
|
|
35
35
|
${tokens.labelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
|
|
36
36
|
${tokens.labelLineHeight}: var(--plasma-typo-body-l-line-height);
|
|
37
37
|
|
|
38
|
-
${tokens.
|
|
38
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
39
39
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
40
40
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
41
41
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -91,7 +91,7 @@ export const config = {
|
|
|
91
91
|
${tokens.labelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
|
|
92
92
|
${tokens.labelLineHeight}: var(--plasma-typo-body-m-line-height);
|
|
93
93
|
|
|
94
|
-
${tokens.
|
|
94
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
95
95
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
96
96
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
97
97
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -147,7 +147,7 @@ export const config = {
|
|
|
147
147
|
${tokens.labelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
|
|
148
148
|
${tokens.labelLineHeight}: var(--plasma-typo-body-s-line-height);
|
|
149
149
|
|
|
150
|
-
${tokens.
|
|
150
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
151
151
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
152
152
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
153
153
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -203,7 +203,7 @@ export const config = {
|
|
|
203
203
|
${tokens.labelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
204
204
|
${tokens.labelLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
205
205
|
|
|
206
|
-
${tokens.
|
|
206
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
207
207
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
208
208
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
209
209
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-os",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0-dev.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS OS web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"publishConfig": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@salutejs-ds/sdds_os": "0.1.2",
|
|
44
|
-
"@salutejs/plasma-new-hope": "0.
|
|
44
|
+
"@salutejs/plasma-new-hope": "0.370.0-dev.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/cli": "7.24.1",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
61
61
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
62
62
|
"@salutejs/plasma-colors": "0.16.0",
|
|
63
|
-
"@salutejs/plasma-core": "1.
|
|
64
|
-
"@salutejs/plasma-cy-utils": "0.
|
|
65
|
-
"@salutejs/plasma-icons": "1.
|
|
66
|
-
"@salutejs/plasma-sb-utils": "0.
|
|
63
|
+
"@salutejs/plasma-core": "1.233.0-dev.0",
|
|
64
|
+
"@salutejs/plasma-cy-utils": "0.163.0-dev.0",
|
|
65
|
+
"@salutejs/plasma-icons": "1.243.0-dev.0",
|
|
66
|
+
"@salutejs/plasma-sb-utils": "0.234.0-dev.0",
|
|
67
67
|
"@types/node": "16.7.13",
|
|
68
68
|
"@types/react": "18.0.28",
|
|
69
69
|
"@types/react-dom": "18.0.11",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"sideEffects": [
|
|
109
109
|
"*.css"
|
|
110
110
|
],
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "efcc8fe5582bdd90d0db16c3250d021f08b1288b"
|
|
112
112
|
}
|
|
@@ -79,6 +79,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
79
79
|
hintOffset?: [number, number];
|
|
80
80
|
hintWidth?: string;
|
|
81
81
|
hintContentLeft?: React.ReactNode;
|
|
82
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
82
83
|
} & {
|
|
83
84
|
chips?: never;
|
|
84
85
|
onChangeChips?: never;
|
|
@@ -137,6 +138,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
137
138
|
hintOffset?: [number, number];
|
|
138
139
|
hintWidth?: string;
|
|
139
140
|
hintContentLeft?: React.ReactNode;
|
|
141
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
140
142
|
} & {
|
|
141
143
|
enumerationType: "chip";
|
|
142
144
|
onSearch?: never;
|
|
@@ -197,6 +199,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
197
199
|
hintOffset?: never;
|
|
198
200
|
hintWidth?: never;
|
|
199
201
|
hintContentLeft?: never;
|
|
202
|
+
hintPortal?: never;
|
|
200
203
|
} & {
|
|
201
204
|
chips?: never;
|
|
202
205
|
onChangeChips?: never;
|
|
@@ -255,6 +258,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
255
258
|
hintOffset?: never;
|
|
256
259
|
hintWidth?: never;
|
|
257
260
|
hintContentLeft?: never;
|
|
261
|
+
hintPortal?: never;
|
|
258
262
|
} & {
|
|
259
263
|
enumerationType: "chip";
|
|
260
264
|
onSearch?: never;
|
|
@@ -315,6 +319,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
315
319
|
hintOffset?: [number, number];
|
|
316
320
|
hintWidth?: string;
|
|
317
321
|
hintContentLeft?: React.ReactNode;
|
|
322
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
318
323
|
} & {
|
|
319
324
|
chips?: never;
|
|
320
325
|
onChangeChips?: never;
|
|
@@ -373,6 +378,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
373
378
|
hintOffset?: [number, number];
|
|
374
379
|
hintWidth?: string;
|
|
375
380
|
hintContentLeft?: React.ReactNode;
|
|
381
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
376
382
|
} & {
|
|
377
383
|
enumerationType: "chip";
|
|
378
384
|
onSearch?: never;
|
|
@@ -433,6 +439,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
433
439
|
hintOffset?: never;
|
|
434
440
|
hintWidth?: never;
|
|
435
441
|
hintContentLeft?: never;
|
|
442
|
+
hintPortal?: never;
|
|
436
443
|
} & {
|
|
437
444
|
chips?: never;
|
|
438
445
|
onChangeChips?: never;
|
|
@@ -491,6 +498,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
491
498
|
hintOffset?: never;
|
|
492
499
|
hintWidth?: never;
|
|
493
500
|
hintContentLeft?: never;
|
|
501
|
+
hintPortal?: never;
|
|
494
502
|
} & {
|
|
495
503
|
enumerationType: "chip";
|
|
496
504
|
onSearch?: never;
|
|
@@ -69,7 +69,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
|
69
69
|
size?: string;
|
|
70
70
|
name?: string;
|
|
71
71
|
url?: string;
|
|
72
|
-
customText?:
|
|
72
|
+
customText?: string;
|
|
73
73
|
status?: "active" | "inactive";
|
|
74
74
|
isScalable?: boolean;
|
|
75
75
|
focused?: boolean;
|
|
@@ -97,7 +97,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
|
97
97
|
size?: string;
|
|
98
98
|
name?: string;
|
|
99
99
|
url?: string;
|
|
100
|
-
customText?:
|
|
100
|
+
customText?: string;
|
|
101
101
|
status?: "active" | "inactive";
|
|
102
102
|
isScalable?: boolean;
|
|
103
103
|
focused?: boolean;
|
|
@@ -159,7 +159,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
|
159
159
|
size?: string;
|
|
160
160
|
name?: string;
|
|
161
161
|
url?: string;
|
|
162
|
-
customText?:
|
|
162
|
+
customText?: string;
|
|
163
163
|
status?: "active" | "inactive";
|
|
164
164
|
isScalable?: boolean;
|
|
165
165
|
focused?: boolean;
|
|
@@ -187,7 +187,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
|
187
187
|
size?: string;
|
|
188
188
|
name?: string;
|
|
189
189
|
url?: string;
|
|
190
|
-
customText?:
|
|
190
|
+
customText?: string;
|
|
191
191
|
status?: "active" | "inactive";
|
|
192
192
|
isScalable?: boolean;
|
|
193
193
|
focused?: boolean;
|
|
@@ -96,6 +96,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
96
96
|
hintOffset?: [number, number];
|
|
97
97
|
hintWidth?: string;
|
|
98
98
|
hintContentLeft?: React.ReactNode;
|
|
99
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
99
100
|
} & {
|
|
100
101
|
_offset?: [number, number];
|
|
101
102
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -160,6 +161,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
160
161
|
hintOffset?: never;
|
|
161
162
|
hintWidth?: never;
|
|
162
163
|
hintContentLeft?: never;
|
|
164
|
+
hintPortal?: never;
|
|
163
165
|
} & {
|
|
164
166
|
_offset?: [number, number];
|
|
165
167
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -224,6 +226,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
224
226
|
hintOffset?: [number, number];
|
|
225
227
|
hintWidth?: string;
|
|
226
228
|
hintContentLeft?: React.ReactNode;
|
|
229
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
227
230
|
} & {
|
|
228
231
|
_offset?: [number, number];
|
|
229
232
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -288,6 +291,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
288
291
|
hintOffset?: never;
|
|
289
292
|
hintWidth?: never;
|
|
290
293
|
hintContentLeft?: never;
|
|
294
|
+
hintPortal?: never;
|
|
291
295
|
} & {
|
|
292
296
|
_offset?: [number, number];
|
|
293
297
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -356,6 +360,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
356
360
|
hintOffset?: [number, number];
|
|
357
361
|
hintWidth?: string;
|
|
358
362
|
hintContentLeft?: React.ReactNode;
|
|
363
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
359
364
|
} & {
|
|
360
365
|
_offset?: [number, number];
|
|
361
366
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -424,6 +429,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
424
429
|
hintOffset?: never;
|
|
425
430
|
hintWidth?: never;
|
|
426
431
|
hintContentLeft?: never;
|
|
432
|
+
hintPortal?: never;
|
|
427
433
|
} & {
|
|
428
434
|
_offset?: [number, number];
|
|
429
435
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -492,6 +498,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
492
498
|
hintOffset?: [number, number];
|
|
493
499
|
hintWidth?: string;
|
|
494
500
|
hintContentLeft?: React.ReactNode;
|
|
501
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
495
502
|
} & {
|
|
496
503
|
_offset?: [number, number];
|
|
497
504
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -560,6 +567,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
560
567
|
hintOffset?: never;
|
|
561
568
|
hintWidth?: never;
|
|
562
569
|
hintContentLeft?: never;
|
|
570
|
+
hintPortal?: never;
|
|
563
571
|
} & {
|
|
564
572
|
_offset?: [number, number];
|
|
565
573
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
|
@@ -64,6 +64,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
|
|
|
64
64
|
hintOffset?: [number, number];
|
|
65
65
|
hintWidth?: string;
|
|
66
66
|
hintContentLeft?: import("react").ReactNode;
|
|
67
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
67
68
|
} & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerVariationProps & {
|
|
68
69
|
titleCaption?: import("react").ReactNode;
|
|
69
70
|
requiredPlacement?: "left" | "right";
|
|
@@ -105,6 +106,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
|
|
|
105
106
|
hintOffset?: never;
|
|
106
107
|
hintWidth?: never;
|
|
107
108
|
hintContentLeft?: never;
|
|
109
|
+
hintPortal?: never;
|
|
108
110
|
} & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>))>;
|
|
109
111
|
export declare const DatePickerRange: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
110
112
|
view: {
|
|
@@ -61,6 +61,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
61
61
|
hintOffset?: [number, number];
|
|
62
62
|
hintWidth?: string;
|
|
63
63
|
hintContentLeft?: React.ReactNode;
|
|
64
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
64
65
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
65
66
|
_offset?: [number, number];
|
|
66
67
|
_checkboxAppearance?: string;
|
|
@@ -92,6 +93,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
92
93
|
hintOffset?: never;
|
|
93
94
|
hintWidth?: never;
|
|
94
95
|
hintContentLeft?: never;
|
|
96
|
+
hintPortal?: never;
|
|
95
97
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
96
98
|
_offset?: [number, number];
|
|
97
99
|
_checkboxAppearance?: string;
|
|
@@ -123,6 +125,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
123
125
|
hintOffset?: [number, number];
|
|
124
126
|
hintWidth?: string;
|
|
125
127
|
hintContentLeft?: React.ReactNode;
|
|
128
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
126
129
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
127
130
|
_offset?: [number, number];
|
|
128
131
|
_checkboxAppearance?: string;
|
|
@@ -154,6 +157,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
154
157
|
hintOffset?: never;
|
|
155
158
|
hintWidth?: never;
|
|
156
159
|
hintContentLeft?: never;
|
|
160
|
+
hintPortal?: never;
|
|
157
161
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
158
162
|
_offset?: [number, number];
|
|
159
163
|
_checkboxAppearance?: string;
|
|
@@ -189,6 +193,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
189
193
|
hintOffset?: [number, number];
|
|
190
194
|
hintWidth?: string;
|
|
191
195
|
hintContentLeft?: React.ReactNode;
|
|
196
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
192
197
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
193
198
|
_offset?: [number, number];
|
|
194
199
|
_checkboxAppearance?: string;
|
|
@@ -224,6 +229,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
224
229
|
hintOffset?: never;
|
|
225
230
|
hintWidth?: never;
|
|
226
231
|
hintContentLeft?: never;
|
|
232
|
+
hintPortal?: never;
|
|
227
233
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
228
234
|
_offset?: [number, number];
|
|
229
235
|
_checkboxAppearance?: string;
|
|
@@ -259,6 +265,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
259
265
|
hintOffset?: [number, number];
|
|
260
266
|
hintWidth?: string;
|
|
261
267
|
hintContentLeft?: React.ReactNode;
|
|
268
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
262
269
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
263
270
|
_offset?: [number, number];
|
|
264
271
|
_checkboxAppearance?: string;
|
|
@@ -294,6 +301,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
294
301
|
hintOffset?: never;
|
|
295
302
|
hintWidth?: never;
|
|
296
303
|
hintContentLeft?: never;
|
|
304
|
+
hintPortal?: never;
|
|
297
305
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
298
306
|
_offset?: [number, number];
|
|
299
307
|
_checkboxAppearance?: string;
|
|
@@ -327,6 +335,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
327
335
|
hintOffset?: [number, number];
|
|
328
336
|
hintWidth?: string;
|
|
329
337
|
hintContentLeft?: React.ReactNode;
|
|
338
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
330
339
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
331
340
|
_offset?: [number, number];
|
|
332
341
|
_checkboxAppearance?: string;
|
|
@@ -360,6 +369,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
360
369
|
hintOffset?: never;
|
|
361
370
|
hintWidth?: never;
|
|
362
371
|
hintContentLeft?: never;
|
|
372
|
+
hintPortal?: never;
|
|
363
373
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
364
374
|
_offset?: [number, number];
|
|
365
375
|
_checkboxAppearance?: string;
|
|
@@ -393,6 +403,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
393
403
|
hintOffset?: [number, number];
|
|
394
404
|
hintWidth?: string;
|
|
395
405
|
hintContentLeft?: React.ReactNode;
|
|
406
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
396
407
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
397
408
|
_offset?: [number, number];
|
|
398
409
|
_checkboxAppearance?: string;
|
|
@@ -426,6 +437,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
426
437
|
hintOffset?: never;
|
|
427
438
|
hintWidth?: never;
|
|
428
439
|
hintContentLeft?: never;
|
|
440
|
+
hintPortal?: never;
|
|
429
441
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
430
442
|
_offset?: [number, number];
|
|
431
443
|
_checkboxAppearance?: string;
|
|
@@ -463,6 +475,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
463
475
|
hintOffset?: [number, number];
|
|
464
476
|
hintWidth?: string;
|
|
465
477
|
hintContentLeft?: React.ReactNode;
|
|
478
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
466
479
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
467
480
|
_offset?: [number, number];
|
|
468
481
|
_checkboxAppearance?: string;
|
|
@@ -500,6 +513,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
500
513
|
hintOffset?: never;
|
|
501
514
|
hintWidth?: never;
|
|
502
515
|
hintContentLeft?: never;
|
|
516
|
+
hintPortal?: never;
|
|
503
517
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
504
518
|
_offset?: [number, number];
|
|
505
519
|
_checkboxAppearance?: string;
|
|
@@ -537,6 +551,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
537
551
|
hintOffset?: [number, number];
|
|
538
552
|
hintWidth?: string;
|
|
539
553
|
hintContentLeft?: React.ReactNode;
|
|
554
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
540
555
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
541
556
|
_offset?: [number, number];
|
|
542
557
|
_checkboxAppearance?: string;
|
|
@@ -574,6 +589,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
574
589
|
hintOffset?: never;
|
|
575
590
|
hintWidth?: never;
|
|
576
591
|
hintContentLeft?: never;
|
|
592
|
+
hintPortal?: never;
|
|
577
593
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
578
594
|
_offset?: [number, number];
|
|
579
595
|
_checkboxAppearance?: string;
|
|
@@ -64,6 +64,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
64
64
|
hintOffset?: [number, number];
|
|
65
65
|
hintWidth?: string;
|
|
66
66
|
hintContentLeft?: import("react").ReactNode;
|
|
67
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
67
68
|
} & {
|
|
68
69
|
chips?: never;
|
|
69
70
|
onChangeChips?: never;
|
|
@@ -102,6 +103,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
102
103
|
hintOffset?: [number, number];
|
|
103
104
|
hintWidth?: string;
|
|
104
105
|
hintContentLeft?: import("react").ReactNode;
|
|
106
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
105
107
|
} & {
|
|
106
108
|
enumerationType: "chip";
|
|
107
109
|
onSearch?: never;
|
|
@@ -142,6 +144,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
142
144
|
hintOffset?: never;
|
|
143
145
|
hintWidth?: never;
|
|
144
146
|
hintContentLeft?: never;
|
|
147
|
+
hintPortal?: never;
|
|
145
148
|
} & {
|
|
146
149
|
chips?: never;
|
|
147
150
|
onChangeChips?: never;
|
|
@@ -180,6 +183,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
180
183
|
hintOffset?: never;
|
|
181
184
|
hintWidth?: never;
|
|
182
185
|
hintContentLeft?: never;
|
|
186
|
+
hintPortal?: never;
|
|
183
187
|
} & {
|
|
184
188
|
enumerationType: "chip";
|
|
185
189
|
onSearch?: never;
|
|
@@ -220,6 +224,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
220
224
|
hintOffset?: [number, number];
|
|
221
225
|
hintWidth?: string;
|
|
222
226
|
hintContentLeft?: import("react").ReactNode;
|
|
227
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
223
228
|
} & {
|
|
224
229
|
chips?: never;
|
|
225
230
|
onChangeChips?: never;
|
|
@@ -258,6 +263,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
258
263
|
hintOffset?: [number, number];
|
|
259
264
|
hintWidth?: string;
|
|
260
265
|
hintContentLeft?: import("react").ReactNode;
|
|
266
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
261
267
|
} & {
|
|
262
268
|
enumerationType: "chip";
|
|
263
269
|
onSearch?: never;
|
|
@@ -298,6 +304,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
298
304
|
hintOffset?: never;
|
|
299
305
|
hintWidth?: never;
|
|
300
306
|
hintContentLeft?: never;
|
|
307
|
+
hintPortal?: never;
|
|
301
308
|
} & {
|
|
302
309
|
chips?: never;
|
|
303
310
|
onChangeChips?: never;
|
|
@@ -336,6 +343,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
336
343
|
hintOffset?: never;
|
|
337
344
|
hintWidth?: never;
|
|
338
345
|
hintContentLeft?: never;
|
|
346
|
+
hintPortal?: never;
|
|
339
347
|
} & {
|
|
340
348
|
enumerationType: "chip";
|
|
341
349
|
onSearch?: never;
|