@salutejs/sdds-platform-ai 0.348.0-next-sbcom.0 → 0.348.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.
@@ -39,11 +39,9 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
39
39
  true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
40
40
  };
41
41
  }> & ((import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
42
- name?: never;
43
- defaultValue?: never;
44
- } & {
45
42
  multiselect?: false;
46
43
  value?: string;
44
+ defaultValue?: string;
47
45
  onChange?: ((value: string, item: SelectItemOption | null) => void) | undefined;
48
46
  isTargetAmount?: never | false;
49
47
  renderTarget?: ((value: SelectItemOption, opened?: boolean) => React.ReactNode) | undefined;
@@ -71,12 +69,10 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
71
69
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
72
70
  _offset?: [number, number];
73
71
  _checkboxAppearance?: string;
74
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
75
- name?: never;
76
- defaultValue?: never;
77
- } & {
72
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
78
73
  multiselect?: false;
79
74
  value?: string;
75
+ defaultValue?: string;
80
76
  onChange?: ((value: string, item: SelectItemOption | null) => void) | undefined;
81
77
  isTargetAmount?: never | false;
82
78
  renderTarget?: ((value: SelectItemOption, opened?: boolean) => React.ReactNode) | undefined;
@@ -104,12 +100,10 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
104
100
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
105
101
  _offset?: [number, number];
106
102
  _checkboxAppearance?: string;
107
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
108
- name?: never;
109
- defaultValue?: never;
110
- } & {
103
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
111
104
  multiselect: true;
112
105
  value?: string[];
106
+ defaultValue?: string[];
113
107
  onChange?: ((value: string[], item: SelectItemOption | null) => void) | undefined;
114
108
  isTargetAmount?: true;
115
109
  renderTarget?: ((value: SelectItemOption[], opened?: boolean) => React.ReactNode) | undefined;
@@ -137,12 +131,10 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
137
131
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
138
132
  _offset?: [number, number];
139
133
  _checkboxAppearance?: string;
140
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
141
- name?: never;
142
- defaultValue?: never;
143
- } & {
134
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
144
135
  multiselect: true;
145
136
  value?: string[];
137
+ defaultValue?: string[];
146
138
  onChange?: ((value: string[], item: SelectItemOption | null) => void) | undefined;
147
139
  isTargetAmount?: true;
148
140
  renderTarget?: ((value: SelectItemOption[], opened?: boolean) => React.ReactNode) | undefined;
@@ -170,19 +162,19 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
170
162
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
171
163
  _offset?: [number, number];
172
164
  _checkboxAppearance?: string;
173
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
174
- name: string;
175
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
176
- value?: never;
177
- defaultValue?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectValue;
178
- } & Omit<{
165
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & Omit<{
179
166
  multiselect?: false;
180
167
  value?: string;
168
+ defaultValue?: string;
181
169
  onChange?: ((value: string, item: SelectItemOption | null) => void) | undefined;
182
170
  isTargetAmount?: never | false;
183
171
  renderTarget?: ((value: SelectItemOption, opened?: boolean) => React.ReactNode) | undefined;
184
172
  selectAllOptions?: never;
185
173
  }, "onChange" | "value"> & {
174
+ name: string;
175
+ value?: never;
176
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
177
+ } & {
186
178
  target?: "textfield-like";
187
179
  contentLeft?: React.ReactNode;
188
180
  contentRight?: React.ReactElement;
@@ -205,19 +197,19 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
205
197
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
206
198
  _offset?: [number, number];
207
199
  _checkboxAppearance?: string;
208
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
209
- name: string;
210
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
211
- value?: never;
212
- defaultValue?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectValue;
213
- } & Omit<{
200
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & Omit<{
214
201
  multiselect?: false;
215
202
  value?: string;
203
+ defaultValue?: string;
216
204
  onChange?: ((value: string, item: SelectItemOption | null) => void) | undefined;
217
205
  isTargetAmount?: never | false;
218
206
  renderTarget?: ((value: SelectItemOption, opened?: boolean) => React.ReactNode) | undefined;
219
207
  selectAllOptions?: never;
220
208
  }, "onChange" | "value"> & {
209
+ name: string;
210
+ value?: never;
211
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
212
+ } & {
221
213
  target?: "textfield-like";
222
214
  contentLeft?: React.ReactNode;
223
215
  contentRight?: React.ReactElement;
@@ -240,19 +232,19 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
240
232
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
241
233
  _offset?: [number, number];
242
234
  _checkboxAppearance?: string;
243
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
244
- name: string;
245
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
246
- value?: never;
247
- defaultValue?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectValue;
248
- } & Omit<{
235
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & Omit<{
249
236
  multiselect: true;
250
237
  value?: string[];
238
+ defaultValue?: string[];
251
239
  onChange?: ((value: string[], item: SelectItemOption | null) => void) | undefined;
252
240
  isTargetAmount?: true;
253
241
  renderTarget?: ((value: SelectItemOption[], opened?: boolean) => React.ReactNode) | undefined;
254
242
  selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
255
243
  }, "onChange" | "value"> & {
244
+ name: string;
245
+ value?: never;
246
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
247
+ } & {
256
248
  target?: "textfield-like";
257
249
  contentLeft?: React.ReactNode;
258
250
  contentRight?: React.ReactElement;
@@ -275,19 +267,19 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
275
267
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
276
268
  _offset?: [number, number];
277
269
  _checkboxAppearance?: string;
278
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
279
- name: string;
280
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
281
- value?: never;
282
- defaultValue?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectValue;
283
- } & Omit<{
270
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & Omit<{
284
271
  multiselect: true;
285
272
  value?: string[];
273
+ defaultValue?: string[];
286
274
  onChange?: ((value: string[], item: SelectItemOption | null) => void) | undefined;
287
275
  isTargetAmount?: true;
288
276
  renderTarget?: ((value: SelectItemOption[], opened?: boolean) => React.ReactNode) | undefined;
289
277
  selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
290
278
  }, "onChange" | "value"> & {
279
+ name: string;
280
+ value?: never;
281
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
282
+ } & {
291
283
  target?: "textfield-like";
292
284
  contentLeft?: React.ReactNode;
293
285
  contentRight?: React.ReactElement;
@@ -310,12 +302,10 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
310
302
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
311
303
  _offset?: [number, number];
312
304
  _checkboxAppearance?: string;
313
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
314
- name?: never;
315
- defaultValue?: never;
316
- } & {
305
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
317
306
  multiselect?: false;
318
307
  value?: string;
308
+ defaultValue?: string;
319
309
  onChange?: ((value: string, item: SelectItemOption | null) => void) | undefined;
320
310
  isTargetAmount?: never | false;
321
311
  renderTarget?: ((value: SelectItemOption, opened?: boolean) => React.ReactNode) | undefined;
@@ -345,12 +335,10 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
345
335
  } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
346
336
  _offset?: [number, number];
347
337
  _checkboxAppearance?: string;
348
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
349
- name?: never;
350
- defaultValue?: never;
351
- } & {
338
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
352
339
  multiselect?: false;
353
340
  value?: string;
341
+ defaultValue?: string;
354
342
  onChange?: ((value: string, item: SelectItemOption | null) => void) | undefined;
355
343
  isTargetAmount?: never | false;
356
344
  renderTarget?: ((value: SelectItemOption, opened?: boolean) => React.ReactNode) | undefined;
@@ -380,12 +368,10 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
380
368
  } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
381
369
  _offset?: [number, number];
382
370
  _checkboxAppearance?: string;
383
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
384
- name?: never;
385
- defaultValue?: never;
386
- } & {
371
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
387
372
  multiselect: true;
388
373
  value?: string[];
374
+ defaultValue?: string[];
389
375
  onChange?: ((value: string[], item: SelectItemOption | null) => void) | undefined;
390
376
  isTargetAmount?: true;
391
377
  renderTarget?: ((value: SelectItemOption[], opened?: boolean) => React.ReactNode) | undefined;
@@ -415,12 +401,10 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
415
401
  } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
416
402
  _offset?: [number, number];
417
403
  _checkboxAppearance?: string;
418
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
419
- name?: never;
420
- defaultValue?: never;
421
- } & {
404
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
422
405
  multiselect: true;
423
406
  value?: string[];
407
+ defaultValue?: string[];
424
408
  onChange?: ((value: string[], item: SelectItemOption | null) => void) | undefined;
425
409
  isTargetAmount?: true;
426
410
  renderTarget?: ((value: SelectItemOption[], opened?: boolean) => React.ReactNode) | undefined;
@@ -450,19 +434,19 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
450
434
  } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
451
435
  _offset?: [number, number];
452
436
  _checkboxAppearance?: string;
453
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
454
- name: string;
455
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
456
- value?: never;
457
- defaultValue?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectValue;
458
- } & Omit<{
437
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & Omit<{
459
438
  multiselect?: false;
460
439
  value?: string;
440
+ defaultValue?: string;
461
441
  onChange?: ((value: string, item: SelectItemOption | null) => void) | undefined;
462
442
  isTargetAmount?: never | false;
463
443
  renderTarget?: ((value: SelectItemOption, opened?: boolean) => React.ReactNode) | undefined;
464
444
  selectAllOptions?: never;
465
445
  }, "onChange" | "value"> & {
446
+ name: string;
447
+ value?: never;
448
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
449
+ } & {
466
450
  target: "button-like";
467
451
  label?: string;
468
452
  contentLeft?: never;
@@ -487,19 +471,19 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
487
471
  } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
488
472
  _offset?: [number, number];
489
473
  _checkboxAppearance?: string;
490
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
491
- name: string;
492
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
493
- value?: never;
494
- defaultValue?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectValue;
495
- } & Omit<{
474
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & Omit<{
496
475
  multiselect?: false;
497
476
  value?: string;
477
+ defaultValue?: string;
498
478
  onChange?: ((value: string, item: SelectItemOption | null) => void) | undefined;
499
479
  isTargetAmount?: never | false;
500
480
  renderTarget?: ((value: SelectItemOption, opened?: boolean) => React.ReactNode) | undefined;
501
481
  selectAllOptions?: never;
502
482
  }, "onChange" | "value"> & {
483
+ name: string;
484
+ value?: never;
485
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
486
+ } & {
503
487
  target: "button-like";
504
488
  label?: string;
505
489
  contentLeft?: never;
@@ -524,19 +508,19 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
524
508
  } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
525
509
  _offset?: [number, number];
526
510
  _checkboxAppearance?: string;
527
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
528
- name: string;
529
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
530
- value?: never;
531
- defaultValue?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectValue;
532
- } & Omit<{
511
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & Omit<{
533
512
  multiselect: true;
534
513
  value?: string[];
514
+ defaultValue?: string[];
535
515
  onChange?: ((value: string[], item: SelectItemOption | null) => void) | undefined;
536
516
  isTargetAmount?: true;
537
517
  renderTarget?: ((value: SelectItemOption[], opened?: boolean) => React.ReactNode) | undefined;
538
518
  selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
539
519
  }, "onChange" | "value"> & {
520
+ name: string;
521
+ value?: never;
522
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
523
+ } & {
540
524
  target: "button-like";
541
525
  label?: string;
542
526
  contentLeft?: never;
@@ -561,19 +545,19 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
561
545
  } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
562
546
  _offset?: [number, number];
563
547
  _checkboxAppearance?: string;
564
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & {
565
- name: string;
566
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
567
- value?: never;
568
- defaultValue?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectValue;
569
- } & Omit<{
548
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").BasicProps<SelectItemOption> & Omit<{
570
549
  multiselect: true;
571
550
  value?: string[];
551
+ defaultValue?: string[];
572
552
  onChange?: ((value: string[], item: SelectItemOption | null) => void) | undefined;
573
553
  isTargetAmount?: true;
574
554
  renderTarget?: ((value: SelectItemOption[], opened?: boolean) => React.ReactNode) | undefined;
575
555
  selectAllOptions?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types.js").SelectAllProps;
576
556
  }, "onChange" | "value"> & {
557
+ name: string;
558
+ value?: never;
559
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
560
+ } & {
577
561
  target: "button-like";
578
562
  label?: string;
579
563
  contentLeft?: never;
@@ -598,7 +582,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
598
582
  } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
599
583
  _offset?: [number, number];
600
584
  _checkboxAppearance?: string;
601
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "name" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
585
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "defaultValue" | "placeholder" | "onResize" | "onResizeCapture" | "onScroll" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
602
586
  export type SelectProps<K extends SelectItemOption> = DistributiveOmit<SelectPropsNewHope<K>, 'size' | 'view' | 'chipView' | 'hintView' | 'hintSize' | 'labelPlacement'> & DistributivePick<ComponentProps<typeof SelectNewHope>, 'size' | 'view' | 'chipView' | 'hintView' | 'hintSize' | 'labelPlacement'>;
603
587
  declare const Select: <K extends SelectItemOption>(props: SelectProps<K> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
604
588
  export { Select };
@@ -1,9 +0,0 @@
1
- .demycyd{--plasma-notification-title-color:var(--text-primary);--plasma-notification-content-left-icon-color:var(--text-primary);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
2
- .nu7sha0{--plasma-notification-title-color:var(--text-negative);--plasma-notification-content-left-icon-color:var(--text-negative);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
3
- .p1dvr7yw{--plasma-notification-title-color:var(--text-positive);--plasma-notification-content-left-icon-color:var(--text-positive);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
4
- .w6lem8i{--plasma-notification-title-color:var(--text-warning);--plasma-notification-content-left-icon-color:var(--text-warning);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
5
- .ict0qyy{--plasma-notification-title-color:var(--text-info);--plasma-notification-content-left-icon-color:var(--text-info);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
6
- .xzwr0u6{--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-padding:0.375rem;--plasma-notification-textbox-padding-top-with-top-icon:0rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-buttons-margin-left:0rem;}
7
- .hxcvx6m{--plasma-notification-width:25rem;--plasma-notification-horizontal-layout-padding:1rem 0.5rem 1rem 0.875rem;}
8
- .vjsygjg{--plasma-notification-width:15rem;--plasma-notification-padding:0.375rem;}
9
- .d5jqj9y{--plasma-notification-close-icon-button-size:1.5rem;--plasma-notification-close-icon-size:1.5rem;}
@@ -1,9 +0,0 @@
1
- .demycyd{--plasma-notification-title-color:var(--text-primary);--plasma-notification-content-left-icon-color:var(--text-primary);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
2
- .nu7sha0{--plasma-notification-title-color:var(--text-negative);--plasma-notification-content-left-icon-color:var(--text-negative);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
3
- .p1dvr7yw{--plasma-notification-title-color:var(--text-positive);--plasma-notification-content-left-icon-color:var(--text-positive);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
4
- .w6lem8i{--plasma-notification-title-color:var(--text-warning);--plasma-notification-content-left-icon-color:var(--text-warning);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
5
- .ict0qyy{--plasma-notification-title-color:var(--text-info);--plasma-notification-content-left-icon-color:var(--text-info);--plasma-notification-content-color:var(--text-secondary);--plasma-notification-background:var(--surface-transparent-card);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--text-tertiary);--plasma-notification-close-icon-color-on-hover:var(--text-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
6
- .xzwr0u6{--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-padding:0.375rem;--plasma-notification-textbox-padding-top-with-top-icon:0rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-buttons-margin-left:0rem;}
7
- .hxcvx6m{--plasma-notification-width:25rem;--plasma-notification-horizontal-layout-padding:1rem 0.5rem 1rem 0.875rem;}
8
- .vjsygjg{--plasma-notification-width:15rem;--plasma-notification-padding:0.375rem;}
9
- .d5jqj9y{--plasma-notification-close-icon-button-size:1.5rem;--plasma-notification-close-icon-size:1.5rem;}