@salutejs/sdds-dfa 0.322.0-canary.1906.17438878873.0 → 0.322.0-canary.2205.17440860016.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.
@@ -572,12 +572,11 @@ function _templateObject13() {
572
572
  function _templateObject14() {
573
573
  var data = _tagged_template_literal([
574
574
  "\n ",
575
- ": var(--text-primary);\n ",
576
- ": 0.4;\n ",
575
+ ": var(--text-secondary);\n ",
577
576
  ": var(--surface-transparent-primary);\n ",
578
577
  ": var(--text-secondary);\n ",
579
578
  ": var(--text-secondary);\n ",
580
- ": var(--text-primary);\n ",
579
+ ": var(--text-secondary);\n ",
581
580
  ": var(--surface-transparent-primary);\n "
582
581
  ]);
583
582
  _templateObject14 = function _templateObject() {
@@ -619,7 +618,7 @@ var config = {
619
618
  true: (0, _styledcomponents.css)(_templateObject13(), _styledcomponents.autocompleteTokens.textFieldDisabledOpacity)
620
619
  },
621
620
  readOnly: {
622
- true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.autocompleteTokens.textFieldColorReadOnly, _styledcomponents.autocompleteTokens.textFieldContentSlotRightOpacityReadOnly, _styledcomponents.autocompleteTokens.textFieldBackgroundColorReadOnly, _styledcomponents.autocompleteTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLabelColorReadOnly, _styledcomponents.autocompleteTokens.textFieldDividerColorReadOnly)
621
+ true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.autocompleteTokens.textFieldColorReadOnly, _styledcomponents.autocompleteTokens.textFieldBackgroundColorReadOnly, _styledcomponents.autocompleteTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLabelColorReadOnly, _styledcomponents.autocompleteTokens.textFieldDividerColorReadOnly)
623
622
  }
624
623
  }
625
624
  };
@@ -760,12 +760,11 @@ function _templateObject13() {
760
760
  function _templateObject14() {
761
761
  var data = _tagged_template_literal([
762
762
  "\n ",
763
- ": var(--text-primary);\n ",
764
- ": 0.4;\n ",
763
+ ": var(--text-secondary);\n ",
765
764
  ": var(--surface-transparent-primary);\n ",
766
765
  ": var(--text-secondary);\n ",
767
766
  ": var(--text-secondary);\n ",
768
- ": var(--text-primary);\n "
767
+ ": var(--text-secondary);\n "
769
768
  ]);
770
769
  _templateObject14 = function _templateObject() {
771
770
  return data;
@@ -806,7 +805,7 @@ var config = {
806
805
  true: (0, _styledcomponents.css)(_templateObject13(), _styledcomponents.comboboxNewTokens.textFieldDisabledOpacity)
807
806
  },
808
807
  readOnly: {
809
- true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.comboboxNewTokens.textFieldColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldContentSlotRightOpacityReadOnly, _styledcomponents.comboboxNewTokens.textFieldBackgroundColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLabelColorReadOnly)
808
+ true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.comboboxNewTokens.textFieldColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldBackgroundColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLabelColorReadOnly)
810
809
  }
811
810
  }
812
811
  };
@@ -41,7 +41,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
41
41
  textAfter?: string;
42
42
  variant?: "normal" | "tight";
43
43
  zIndex?: React.CSSProperties["zIndex"];
44
- listOverflow?: React.CSSProperties["overflow"];
45
44
  listMaxHeight?: React.CSSProperties["height"];
46
45
  listWidth?: React.CSSProperties["width"];
47
46
  portal?: string | React.RefObject<HTMLElement>;
@@ -58,6 +57,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
58
57
  view?: string;
59
58
  emptyStateDescription?: string;
60
59
  listHeight?: React.CSSProperties["height"];
60
+ listOverflow?: React.CSSProperties["overflow"];
61
61
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
62
62
  readOnly?: boolean;
63
63
  disabled?: true;
@@ -95,7 +95,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
95
95
  textAfter?: string;
96
96
  variant?: "normal" | "tight";
97
97
  zIndex?: React.CSSProperties["zIndex"];
98
- listOverflow?: React.CSSProperties["overflow"];
99
98
  listMaxHeight?: React.CSSProperties["height"];
100
99
  listWidth?: React.CSSProperties["width"];
101
100
  portal?: string | React.RefObject<HTMLElement>;
@@ -112,6 +111,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
112
111
  view?: string;
113
112
  emptyStateDescription?: string;
114
113
  listHeight?: React.CSSProperties["height"];
114
+ listOverflow?: React.CSSProperties["overflow"];
115
115
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
116
116
  readOnly?: boolean;
117
117
  disabled?: true;
@@ -149,7 +149,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
149
149
  textAfter?: string;
150
150
  variant?: "normal" | "tight";
151
151
  zIndex?: React.CSSProperties["zIndex"];
152
- listOverflow?: React.CSSProperties["overflow"];
153
152
  listMaxHeight?: React.CSSProperties["height"];
154
153
  listWidth?: React.CSSProperties["width"];
155
154
  portal?: string | React.RefObject<HTMLElement>;
@@ -166,6 +165,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
166
165
  view?: string;
167
166
  emptyStateDescription?: string;
168
167
  listHeight?: React.CSSProperties["height"];
168
+ listOverflow?: React.CSSProperties["overflow"];
169
169
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
170
170
  readOnly?: boolean;
171
171
  disabled?: true;
@@ -203,7 +203,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
203
203
  textAfter?: string;
204
204
  variant?: "normal" | "tight";
205
205
  zIndex?: React.CSSProperties["zIndex"];
206
- listOverflow?: React.CSSProperties["overflow"];
207
206
  listMaxHeight?: React.CSSProperties["height"];
208
207
  listWidth?: React.CSSProperties["width"];
209
208
  portal?: string | React.RefObject<HTMLElement>;
@@ -220,6 +219,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
220
219
  view?: string;
221
220
  emptyStateDescription?: string;
222
221
  listHeight?: React.CSSProperties["height"];
222
+ listOverflow?: React.CSSProperties["overflow"];
223
223
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
224
224
  readOnly?: boolean;
225
225
  disabled?: true;
@@ -257,7 +257,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
257
257
  textAfter?: string;
258
258
  variant?: "normal" | "tight";
259
259
  zIndex?: React.CSSProperties["zIndex"];
260
- listOverflow?: React.CSSProperties["overflow"];
261
260
  listMaxHeight?: React.CSSProperties["height"];
262
261
  listWidth?: React.CSSProperties["width"];
263
262
  portal?: string | React.RefObject<HTMLElement>;
@@ -274,6 +273,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
274
273
  view?: string;
275
274
  emptyStateDescription?: string;
276
275
  listHeight?: React.CSSProperties["height"];
276
+ listOverflow?: React.CSSProperties["overflow"];
277
277
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
278
278
  readOnly?: boolean;
279
279
  disabled?: true;
@@ -311,7 +311,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
311
311
  textAfter?: string;
312
312
  variant?: "normal" | "tight";
313
313
  zIndex?: React.CSSProperties["zIndex"];
314
- listOverflow?: React.CSSProperties["overflow"];
315
314
  listMaxHeight?: React.CSSProperties["height"];
316
315
  listWidth?: React.CSSProperties["width"];
317
316
  portal?: string | React.RefObject<HTMLElement>;
@@ -328,6 +327,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
328
327
  view?: string;
329
328
  emptyStateDescription?: string;
330
329
  listHeight?: React.CSSProperties["height"];
330
+ listOverflow?: React.CSSProperties["overflow"];
331
331
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
332
332
  readOnly?: boolean;
333
333
  disabled?: true;
@@ -365,7 +365,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
365
365
  textAfter?: string;
366
366
  variant?: "normal" | "tight";
367
367
  zIndex?: React.CSSProperties["zIndex"];
368
- listOverflow?: React.CSSProperties["overflow"];
369
368
  listMaxHeight?: React.CSSProperties["height"];
370
369
  listWidth?: React.CSSProperties["width"];
371
370
  portal?: string | React.RefObject<HTMLElement>;
@@ -382,6 +381,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
382
381
  view?: string;
383
382
  emptyStateDescription?: string;
384
383
  listHeight?: React.CSSProperties["height"];
384
+ listOverflow?: React.CSSProperties["overflow"];
385
385
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
386
386
  readOnly?: boolean;
387
387
  disabled?: true;
@@ -419,7 +419,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
419
419
  textAfter?: string;
420
420
  variant?: "normal" | "tight";
421
421
  zIndex?: React.CSSProperties["zIndex"];
422
- listOverflow?: React.CSSProperties["overflow"];
423
422
  listMaxHeight?: React.CSSProperties["height"];
424
423
  listWidth?: React.CSSProperties["width"];
425
424
  portal?: string | React.RefObject<HTMLElement>;
@@ -436,6 +435,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
436
435
  view?: string;
437
436
  emptyStateDescription?: string;
438
437
  listHeight?: React.CSSProperties["height"];
438
+ listOverflow?: React.CSSProperties["overflow"];
439
439
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
440
440
  readOnly?: boolean;
441
441
  disabled?: true;
@@ -473,7 +473,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
473
473
  textAfter?: string;
474
474
  variant?: "normal" | "tight";
475
475
  zIndex?: React.CSSProperties["zIndex"];
476
- listOverflow?: React.CSSProperties["overflow"];
477
476
  listMaxHeight?: React.CSSProperties["height"];
478
477
  listWidth?: React.CSSProperties["width"];
479
478
  portal?: string | React.RefObject<HTMLElement>;
@@ -490,6 +489,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
490
489
  view?: string;
491
490
  emptyStateDescription?: string;
492
491
  listHeight?: React.CSSProperties["height"];
492
+ listOverflow?: React.CSSProperties["overflow"];
493
493
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
494
494
  readOnly?: true;
495
495
  disabled?: boolean;
@@ -527,7 +527,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
527
527
  textAfter?: string;
528
528
  variant?: "normal" | "tight";
529
529
  zIndex?: React.CSSProperties["zIndex"];
530
- listOverflow?: React.CSSProperties["overflow"];
531
530
  listMaxHeight?: React.CSSProperties["height"];
532
531
  listWidth?: React.CSSProperties["width"];
533
532
  portal?: string | React.RefObject<HTMLElement>;
@@ -544,6 +543,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
544
543
  view?: string;
545
544
  emptyStateDescription?: string;
546
545
  listHeight?: React.CSSProperties["height"];
546
+ listOverflow?: React.CSSProperties["overflow"];
547
547
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
548
548
  readOnly?: true;
549
549
  disabled?: boolean;
@@ -581,7 +581,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
581
581
  textAfter?: string;
582
582
  variant?: "normal" | "tight";
583
583
  zIndex?: React.CSSProperties["zIndex"];
584
- listOverflow?: React.CSSProperties["overflow"];
585
584
  listMaxHeight?: React.CSSProperties["height"];
586
585
  listWidth?: React.CSSProperties["width"];
587
586
  portal?: string | React.RefObject<HTMLElement>;
@@ -598,6 +597,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
598
597
  view?: string;
599
598
  emptyStateDescription?: string;
600
599
  listHeight?: React.CSSProperties["height"];
600
+ listOverflow?: React.CSSProperties["overflow"];
601
601
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
602
602
  readOnly?: true;
603
603
  disabled?: boolean;
@@ -635,7 +635,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
635
635
  textAfter?: string;
636
636
  variant?: "normal" | "tight";
637
637
  zIndex?: React.CSSProperties["zIndex"];
638
- listOverflow?: React.CSSProperties["overflow"];
639
638
  listMaxHeight?: React.CSSProperties["height"];
640
639
  listWidth?: React.CSSProperties["width"];
641
640
  portal?: string | React.RefObject<HTMLElement>;
@@ -652,6 +651,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
652
651
  view?: string;
653
652
  emptyStateDescription?: string;
654
653
  listHeight?: React.CSSProperties["height"];
654
+ listOverflow?: React.CSSProperties["overflow"];
655
655
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
656
656
  readOnly?: true;
657
657
  disabled?: boolean;
@@ -689,7 +689,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
689
689
  textAfter?: string;
690
690
  variant?: "normal" | "tight";
691
691
  zIndex?: React.CSSProperties["zIndex"];
692
- listOverflow?: React.CSSProperties["overflow"];
693
692
  listMaxHeight?: React.CSSProperties["height"];
694
693
  listWidth?: React.CSSProperties["width"];
695
694
  portal?: string | React.RefObject<HTMLElement>;
@@ -706,6 +705,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
706
705
  view?: string;
707
706
  emptyStateDescription?: string;
708
707
  listHeight?: React.CSSProperties["height"];
708
+ listOverflow?: React.CSSProperties["overflow"];
709
709
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
710
710
  readOnly?: true;
711
711
  disabled?: boolean;
@@ -743,7 +743,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
743
743
  textAfter?: string;
744
744
  variant?: "normal" | "tight";
745
745
  zIndex?: React.CSSProperties["zIndex"];
746
- listOverflow?: React.CSSProperties["overflow"];
747
746
  listMaxHeight?: React.CSSProperties["height"];
748
747
  listWidth?: React.CSSProperties["width"];
749
748
  portal?: string | React.RefObject<HTMLElement>;
@@ -760,6 +759,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
760
759
  view?: string;
761
760
  emptyStateDescription?: string;
762
761
  listHeight?: React.CSSProperties["height"];
762
+ listOverflow?: React.CSSProperties["overflow"];
763
763
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
764
764
  readOnly?: true;
765
765
  disabled?: boolean;
@@ -797,7 +797,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
797
797
  textAfter?: string;
798
798
  variant?: "normal" | "tight";
799
799
  zIndex?: React.CSSProperties["zIndex"];
800
- listOverflow?: React.CSSProperties["overflow"];
801
800
  listMaxHeight?: React.CSSProperties["height"];
802
801
  listWidth?: React.CSSProperties["width"];
803
802
  portal?: string | React.RefObject<HTMLElement>;
@@ -814,6 +813,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
814
813
  view?: string;
815
814
  emptyStateDescription?: string;
816
815
  listHeight?: React.CSSProperties["height"];
816
+ listOverflow?: React.CSSProperties["overflow"];
817
817
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
818
818
  readOnly?: true;
819
819
  disabled?: boolean;
@@ -851,7 +851,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
851
851
  textAfter?: string;
852
852
  variant?: "normal" | "tight";
853
853
  zIndex?: React.CSSProperties["zIndex"];
854
- listOverflow?: React.CSSProperties["overflow"];
855
854
  listMaxHeight?: React.CSSProperties["height"];
856
855
  listWidth?: React.CSSProperties["width"];
857
856
  portal?: string | React.RefObject<HTMLElement>;
@@ -868,6 +867,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
868
867
  view?: string;
869
868
  emptyStateDescription?: string;
870
869
  listHeight?: React.CSSProperties["height"];
870
+ listOverflow?: React.CSSProperties["overflow"];
871
871
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
872
872
  readOnly?: true;
873
873
  disabled?: boolean;
@@ -905,7 +905,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
905
905
  textAfter?: string;
906
906
  variant?: "normal" | "tight";
907
907
  zIndex?: React.CSSProperties["zIndex"];
908
- listOverflow?: React.CSSProperties["overflow"];
909
908
  listMaxHeight?: React.CSSProperties["height"];
910
909
  listWidth?: React.CSSProperties["width"];
911
910
  portal?: string | React.RefObject<HTMLElement>;
@@ -922,6 +921,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
922
921
  view?: string;
923
922
  emptyStateDescription?: string;
924
923
  listHeight?: React.CSSProperties["height"];
924
+ listOverflow?: React.CSSProperties["overflow"];
925
925
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
926
926
  readOnly?: false;
927
927
  disabled?: false;
@@ -959,7 +959,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
959
959
  textAfter?: string;
960
960
  variant?: "normal" | "tight";
961
961
  zIndex?: React.CSSProperties["zIndex"];
962
- listOverflow?: React.CSSProperties["overflow"];
963
962
  listMaxHeight?: React.CSSProperties["height"];
964
963
  listWidth?: React.CSSProperties["width"];
965
964
  portal?: string | React.RefObject<HTMLElement>;
@@ -976,6 +975,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
976
975
  view?: string;
977
976
  emptyStateDescription?: string;
978
977
  listHeight?: React.CSSProperties["height"];
978
+ listOverflow?: React.CSSProperties["overflow"];
979
979
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
980
980
  readOnly?: false;
981
981
  disabled?: false;
@@ -1013,7 +1013,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1013
1013
  textAfter?: string;
1014
1014
  variant?: "normal" | "tight";
1015
1015
  zIndex?: React.CSSProperties["zIndex"];
1016
- listOverflow?: React.CSSProperties["overflow"];
1017
1016
  listMaxHeight?: React.CSSProperties["height"];
1018
1017
  listWidth?: React.CSSProperties["width"];
1019
1018
  portal?: string | React.RefObject<HTMLElement>;
@@ -1030,6 +1029,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1030
1029
  view?: string;
1031
1030
  emptyStateDescription?: string;
1032
1031
  listHeight?: React.CSSProperties["height"];
1032
+ listOverflow?: React.CSSProperties["overflow"];
1033
1033
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1034
1034
  readOnly?: false;
1035
1035
  disabled?: false;
@@ -1067,7 +1067,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1067
1067
  textAfter?: string;
1068
1068
  variant?: "normal" | "tight";
1069
1069
  zIndex?: React.CSSProperties["zIndex"];
1070
- listOverflow?: React.CSSProperties["overflow"];
1071
1070
  listMaxHeight?: React.CSSProperties["height"];
1072
1071
  listWidth?: React.CSSProperties["width"];
1073
1072
  portal?: string | React.RefObject<HTMLElement>;
@@ -1084,6 +1083,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1084
1083
  view?: string;
1085
1084
  emptyStateDescription?: string;
1086
1085
  listHeight?: React.CSSProperties["height"];
1086
+ listOverflow?: React.CSSProperties["overflow"];
1087
1087
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1088
1088
  readOnly?: false;
1089
1089
  disabled?: false;
@@ -1121,7 +1121,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1121
1121
  textAfter?: string;
1122
1122
  variant?: "normal" | "tight";
1123
1123
  zIndex?: React.CSSProperties["zIndex"];
1124
- listOverflow?: React.CSSProperties["overflow"];
1125
1124
  listMaxHeight?: React.CSSProperties["height"];
1126
1125
  listWidth?: React.CSSProperties["width"];
1127
1126
  portal?: string | React.RefObject<HTMLElement>;
@@ -1138,6 +1137,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1138
1137
  view?: string;
1139
1138
  emptyStateDescription?: string;
1140
1139
  listHeight?: React.CSSProperties["height"];
1140
+ listOverflow?: React.CSSProperties["overflow"];
1141
1141
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1142
1142
  readOnly?: false;
1143
1143
  disabled?: false;
@@ -1175,7 +1175,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1175
1175
  textAfter?: string;
1176
1176
  variant?: "normal" | "tight";
1177
1177
  zIndex?: React.CSSProperties["zIndex"];
1178
- listOverflow?: React.CSSProperties["overflow"];
1179
1178
  listMaxHeight?: React.CSSProperties["height"];
1180
1179
  listWidth?: React.CSSProperties["width"];
1181
1180
  portal?: string | React.RefObject<HTMLElement>;
@@ -1192,6 +1191,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1192
1191
  view?: string;
1193
1192
  emptyStateDescription?: string;
1194
1193
  listHeight?: React.CSSProperties["height"];
1194
+ listOverflow?: React.CSSProperties["overflow"];
1195
1195
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1196
1196
  readOnly?: false;
1197
1197
  disabled?: false;
@@ -1229,7 +1229,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1229
1229
  textAfter?: string;
1230
1230
  variant?: "normal" | "tight";
1231
1231
  zIndex?: React.CSSProperties["zIndex"];
1232
- listOverflow?: React.CSSProperties["overflow"];
1233
1232
  listMaxHeight?: React.CSSProperties["height"];
1234
1233
  listWidth?: React.CSSProperties["width"];
1235
1234
  portal?: string | React.RefObject<HTMLElement>;
@@ -1246,6 +1245,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1246
1245
  view?: string;
1247
1246
  emptyStateDescription?: string;
1248
1247
  listHeight?: React.CSSProperties["height"];
1248
+ listOverflow?: React.CSSProperties["overflow"];
1249
1249
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1250
1250
  readOnly?: false;
1251
1251
  disabled?: false;
@@ -1283,7 +1283,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1283
1283
  textAfter?: string;
1284
1284
  variant?: "normal" | "tight";
1285
1285
  zIndex?: React.CSSProperties["zIndex"];
1286
- listOverflow?: React.CSSProperties["overflow"];
1287
1286
  listMaxHeight?: React.CSSProperties["height"];
1288
1287
  listWidth?: React.CSSProperties["width"];
1289
1288
  portal?: string | React.RefObject<HTMLElement>;
@@ -1300,6 +1299,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1300
1299
  view?: string;
1301
1300
  emptyStateDescription?: string;
1302
1301
  listHeight?: React.CSSProperties["height"];
1302
+ listOverflow?: React.CSSProperties["overflow"];
1303
1303
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1304
1304
  readOnly?: false;
1305
1305
  disabled?: false;
@@ -544,15 +544,12 @@ function _templateObject6() {
544
544
  var data = _tagged_template_literal([
545
545
  "\n ",
546
546
  ": var(--surface-transparent-primary);\n ",
547
- ": var(--text-primary);\n ",
547
+ ": var(--text-secondary);\n ",
548
+ ": var(--text-secondary);\n ",
548
549
  ": var(--text-secondary);\n\n ",
549
- ": var(--text-primary);\n ",
550
- ": 0.4;\n\n ",
551
- ": var(--text-primary);\n ",
550
+ ": var(--text-secondary);\n ",
552
551
  ": var(--surface-transparent-primary);\n ",
553
- ": var(--text-secondary);\n\n ",
554
- ": 0.4;\n ",
555
- ": 0.4;\n "
552
+ ": var(--text-secondary);\n "
556
553
  ]);
557
554
  _templateObject6 = function _templateObject() {
558
555
  return data;
@@ -578,7 +575,7 @@ var config = {
578
575
  true: (0, _styledcomponents.css)(_templateObject5(), _styledcomponents.datePickerTokens.disabledOpacity)
579
576
  },
580
577
  readOnly: {
581
- true: (0, _styledcomponents.css)(_templateObject6(), _styledcomponents.datePickerTokens.backgroundReadOnly, _styledcomponents.datePickerTokens.labelColorReadOnly, _styledcomponents.datePickerTokens.leftHelperColorReadOnly, _styledcomponents.datePickerTokens.dividerColorReadOnly, _styledcomponents.datePickerTokens.dividerOpacityReadOnly, _styledcomponents.datePickerTokens.textFieldColorReadOnly, _styledcomponents.datePickerTokens.textFieldBackgroundColorReadOnly, _styledcomponents.datePickerTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.datePickerTokens.rightContentOpacityReadOnly, _styledcomponents.datePickerTokens.textFieldContentSlotRightOpacityReadOnly)
578
+ true: (0, _styledcomponents.css)(_templateObject6(), _styledcomponents.datePickerTokens.backgroundReadOnly, _styledcomponents.datePickerTokens.labelColorReadOnly, _styledcomponents.datePickerTokens.leftHelperColorReadOnly, _styledcomponents.datePickerTokens.dividerColorReadOnly, _styledcomponents.datePickerTokens.textFieldColorReadOnly, _styledcomponents.datePickerTokens.textFieldBackgroundColorReadOnly, _styledcomponents.datePickerTokens.textFieldPlaceholderColorReadOnly)
582
579
  }
583
580
  }
584
581
  };
@@ -78,7 +78,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
78
78
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
79
79
  variant?: "normal" | "tight";
80
80
  zIndex?: React.CSSProperties["zIndex"];
81
- listOverflow?: React.CSSProperties["overflow"];
82
81
  listMaxHeight?: React.CSSProperties["height"];
83
82
  listWidth?: React.CSSProperties["width"];
84
83
  portal?: string | React.RefObject<HTMLElement>;
@@ -98,6 +97,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
98
97
  isOpen?: boolean;
99
98
  listHeight?: React.CSSProperties["height"];
100
99
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
100
+ listOverflow?: React.CSSProperties["overflow"];
101
101
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
102
102
  hintText: string;
103
103
  hintTrigger?: "hover" | "click";
@@ -136,7 +136,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
136
136
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
137
137
  variant?: "normal" | "tight";
138
138
  zIndex?: React.CSSProperties["zIndex"];
139
- listOverflow?: React.CSSProperties["overflow"];
140
139
  listMaxHeight?: React.CSSProperties["height"];
141
140
  listWidth?: React.CSSProperties["width"];
142
141
  portal?: string | React.RefObject<HTMLElement>;
@@ -156,6 +155,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
156
155
  isOpen?: boolean;
157
156
  listHeight?: React.CSSProperties["height"];
158
157
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
158
+ listOverflow?: React.CSSProperties["overflow"];
159
159
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
160
160
  hintTrigger?: never;
161
161
  hintText?: never;
@@ -193,7 +193,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
193
193
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
194
194
  variant?: "normal" | "tight";
195
195
  zIndex?: React.CSSProperties["zIndex"];
196
- listOverflow?: React.CSSProperties["overflow"];
197
196
  listMaxHeight?: React.CSSProperties["height"];
198
197
  listWidth?: React.CSSProperties["width"];
199
198
  portal?: string | React.RefObject<HTMLElement>;
@@ -213,6 +212,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
213
212
  isOpen?: boolean;
214
213
  listHeight?: React.CSSProperties["height"];
215
214
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
215
+ listOverflow?: React.CSSProperties["overflow"];
216
216
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
217
217
  hintTrigger?: never;
218
218
  hintText?: never;
@@ -251,7 +251,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
251
251
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
252
252
  variant?: "normal" | "tight";
253
253
  zIndex?: React.CSSProperties["zIndex"];
254
- listOverflow?: React.CSSProperties["overflow"];
255
254
  listMaxHeight?: React.CSSProperties["height"];
256
255
  listWidth?: React.CSSProperties["width"];
257
256
  portal?: string | React.RefObject<HTMLElement>;
@@ -271,6 +270,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
271
270
  isOpen?: boolean;
272
271
  listHeight?: React.CSSProperties["height"];
273
272
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
273
+ listOverflow?: React.CSSProperties["overflow"];
274
274
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
275
275
  target: "button-like";
276
276
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -296,7 +296,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
296
296
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
297
297
  variant?: "normal" | "tight";
298
298
  zIndex?: React.CSSProperties["zIndex"];
299
- listOverflow?: React.CSSProperties["overflow"];
300
299
  listMaxHeight?: React.CSSProperties["height"];
301
300
  listWidth?: React.CSSProperties["width"];
302
301
  portal?: string | React.RefObject<HTMLElement>;
@@ -316,6 +315,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
316
315
  isOpen?: boolean;
317
316
  listHeight?: React.CSSProperties["height"];
318
317
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
318
+ listOverflow?: React.CSSProperties["overflow"];
319
319
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
320
320
  target: "button-like";
321
321
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -342,7 +342,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
342
342
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
343
343
  variant?: "normal" | "tight";
344
344
  zIndex?: React.CSSProperties["zIndex"];
345
- listOverflow?: React.CSSProperties["overflow"];
346
345
  listMaxHeight?: React.CSSProperties["height"];
347
346
  listWidth?: React.CSSProperties["width"];
348
347
  portal?: string | React.RefObject<HTMLElement>;
@@ -362,6 +361,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
362
361
  isOpen?: boolean;
363
362
  listHeight?: React.CSSProperties["height"];
364
363
  onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
364
+ listOverflow?: React.CSSProperties["overflow"];
365
365
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
366
366
  export type SelectProps<K extends ItemOptionSelect> = DistributiveOmit<SelectPropsNewHope<K>, 'size' | 'view' | 'chipView' | 'disabled'> & DistributivePick<ComponentProps<typeof SelectNewHope>, 'size' | 'view' | 'chipView' | 'disabled'>;
367
367
  declare const Select: <K extends ItemOptionSelect>(props: SelectProps<K> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
@@ -32,9 +32,6 @@ export declare const config: {
32
32
  clear: {
33
33
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
34
  };
35
- readOnly: {
36
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
37
- };
38
35
  disabled: {
39
36
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
40
37
  };
@@ -663,20 +663,6 @@ function _templateObject13() {
663
663
  return data;
664
664
  }
665
665
  function _templateObject14() {
666
- var data = _tagged_template_literal([
667
- "\n ",
668
- ": 0.4;\n ",
669
- ": var(--surface-transparent-primary);\n ",
670
- ": var(--text-primary);\n ",
671
- ": var(--surface-transparent-primary);\n ",
672
- ": 0.4;\n "
673
- ]);
674
- _templateObject14 = function _templateObject() {
675
- return data;
676
- };
677
- return data;
678
- }
679
- function _templateObject15() {
680
666
  var data = _tagged_template_literal([
681
667
  "\n ",
682
668
  ": 0.4;\n ",
@@ -684,7 +670,7 @@ function _templateObject15() {
684
670
  ": var(--surface-transparent-primary);\n ",
685
671
  ": var(--text-secondary);\n "
686
672
  ]);
687
- _templateObject15 = function _templateObject() {
673
+ _templateObject14 = function _templateObject() {
688
674
  return data;
689
675
  };
690
676
  return data;
@@ -722,11 +708,8 @@ var config = {
722
708
  clear: {
723
709
  true: (0, _styledcomponents.css)(_templateObject13())
724
710
  },
725
- readOnly: {
726
- true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.textAreaTokens.readOnlyOpacity, _styledcomponents.textAreaTokens.backgroundColorReadOnly, _styledcomponents.textAreaTokens.inputColorReadOnly, _styledcomponents.textAreaTokens.dividerColorReadOnly, _styledcomponents.textAreaTokens.contentSlotRightOpacityReadOnly)
727
- },
728
711
  disabled: {
729
- true: (0, _styledcomponents.css)(_templateObject15(), _styledcomponents.textAreaTokens.disabledOpacity, _styledcomponents.textAreaTokens.inputColorDisabled, _styledcomponents.textAreaTokens.dividerColorReadOnly, _styledcomponents.textAreaTokens.titleCaptionColorReadOnly)
712
+ true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.textAreaTokens.disabledOpacity, _styledcomponents.textAreaTokens.inputColorDisabled, _styledcomponents.textAreaTokens.dividerColorReadOnly, _styledcomponents.textAreaTokens.titleCaptionColorReadOnly)
730
713
  }
731
714
  }
732
715
  };
@@ -26,9 +26,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
26
26
  clear: {
27
27
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
28
  };
29
- readOnly: {
30
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
- };
32
29
  disabled: {
33
30
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
31
  };
@@ -795,8 +795,7 @@ function _templateObject22() {
795
795
  ": var(--text-secondary);\n ",
796
796
  ": var(--text-secondary);\n ",
797
797
  ": var(--text-primary);\n ",
798
- ": var(--surface-transparent-primary);\n ",
799
- ": 0.4;\n "
798
+ ": var(--surface-transparent-primary);\n "
800
799
  ]);
801
800
  _templateObject22 = function _templateObject() {
802
801
  return data;
@@ -850,7 +849,7 @@ var config = {
850
849
  true: (0, _styledcomponents.css)(_templateObject21(), _styledcomponents.textFieldTokens.disabledOpacity)
851
850
  },
852
851
  readOnly: {
853
- true: (0, _styledcomponents.css)(_templateObject22(), _styledcomponents.textFieldTokens.readOnlyOpacity, _styledcomponents.textFieldTokens.colorReadOnly, _styledcomponents.textFieldTokens.backgroundColorReadOnly, _styledcomponents.textFieldTokens.placeholderColorReadOnly, _styledcomponents.textFieldTokens.leftHelperColorReadOnly, _styledcomponents.textFieldTokens.titleCaptionColorReadOnly, _styledcomponents.textFieldTokens.labelColorReadOnly, _styledcomponents.textFieldTokens.dividerColorReadOnly, _styledcomponents.textFieldTokens.contentSlotRightOpacityReadOnly)
852
+ true: (0, _styledcomponents.css)(_templateObject22(), _styledcomponents.textFieldTokens.readOnlyOpacity, _styledcomponents.textFieldTokens.colorReadOnly, _styledcomponents.textFieldTokens.backgroundColorReadOnly, _styledcomponents.textFieldTokens.placeholderColorReadOnly, _styledcomponents.textFieldTokens.leftHelperColorReadOnly, _styledcomponents.textFieldTokens.titleCaptionColorReadOnly, _styledcomponents.textFieldTokens.labelColorReadOnly, _styledcomponents.textFieldTokens.dividerColorReadOnly)
854
853
  }
855
854
  }
856
855
  };
@@ -561,12 +561,11 @@ function _templateObject13() {
561
561
  function _templateObject14() {
562
562
  var data = _tagged_template_literal([
563
563
  "\n ",
564
- ": var(--text-primary);\n ",
565
- ": 0.4;\n ",
564
+ ": var(--text-secondary);\n ",
566
565
  ": var(--surface-transparent-primary);\n ",
567
566
  ": var(--text-secondary);\n ",
568
567
  ": var(--text-secondary);\n ",
569
- ": var(--text-primary);\n ",
568
+ ": var(--text-secondary);\n ",
570
569
  ": var(--surface-transparent-primary);\n "
571
570
  ]);
572
571
  _templateObject14 = function _templateObject() {
@@ -609,7 +608,7 @@ export var config = {
609
608
  true: css(_templateObject13(), tokens.textFieldDisabledOpacity)
610
609
  },
611
610
  readOnly: {
612
- true: css(_templateObject14(), tokens.textFieldColorReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly)
611
+ true: css(_templateObject14(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly)
613
612
  }
614
613
  }
615
614
  };
@@ -749,12 +749,11 @@ function _templateObject13() {
749
749
  function _templateObject14() {
750
750
  var data = _tagged_template_literal([
751
751
  "\n ",
752
- ": var(--text-primary);\n ",
753
- ": 0.4;\n ",
752
+ ": var(--text-secondary);\n ",
754
753
  ": var(--surface-transparent-primary);\n ",
755
754
  ": var(--text-secondary);\n ",
756
755
  ": var(--text-secondary);\n ",
757
- ": var(--text-primary);\n "
756
+ ": var(--text-secondary);\n "
758
757
  ]);
759
758
  _templateObject14 = function _templateObject() {
760
759
  return data;
@@ -796,7 +795,7 @@ export var config = {
796
795
  true: css(_templateObject13(), tokens.textFieldDisabledOpacity)
797
796
  },
798
797
  readOnly: {
799
- true: css(_templateObject14(), tokens.textFieldColorReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly)
798
+ true: css(_templateObject14(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly)
800
799
  }
801
800
  }
802
801
  };
@@ -533,15 +533,12 @@ function _templateObject6() {
533
533
  var data = _tagged_template_literal([
534
534
  "\n ",
535
535
  ": var(--surface-transparent-primary);\n ",
536
- ": var(--text-primary);\n ",
536
+ ": var(--text-secondary);\n ",
537
+ ": var(--text-secondary);\n ",
537
538
  ": var(--text-secondary);\n\n ",
538
- ": var(--text-primary);\n ",
539
- ": 0.4;\n\n ",
540
- ": var(--text-primary);\n ",
539
+ ": var(--text-secondary);\n ",
541
540
  ": var(--surface-transparent-primary);\n ",
542
- ": var(--text-secondary);\n\n ",
543
- ": 0.4;\n ",
544
- ": 0.4;\n "
541
+ ": var(--text-secondary);\n "
545
542
  ]);
546
543
  _templateObject6 = function _templateObject() {
547
544
  return data;
@@ -568,7 +565,7 @@ export var config = {
568
565
  true: css(_templateObject5(), tokens.disabledOpacity)
569
566
  },
570
567
  readOnly: {
571
- true: css(_templateObject6(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.rightContentOpacityReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly)
568
+ true: css(_templateObject6(), tokens.backgroundReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly)
572
569
  }
573
570
  }
574
571
  };
@@ -652,20 +652,6 @@ function _templateObject13() {
652
652
  return data;
653
653
  }
654
654
  function _templateObject14() {
655
- var data = _tagged_template_literal([
656
- "\n ",
657
- ": 0.4;\n ",
658
- ": var(--surface-transparent-primary);\n ",
659
- ": var(--text-primary);\n ",
660
- ": var(--surface-transparent-primary);\n ",
661
- ": 0.4;\n "
662
- ]);
663
- _templateObject14 = function _templateObject() {
664
- return data;
665
- };
666
- return data;
667
- }
668
- function _templateObject15() {
669
655
  var data = _tagged_template_literal([
670
656
  "\n ",
671
657
  ": 0.4;\n ",
@@ -673,7 +659,7 @@ function _templateObject15() {
673
659
  ": var(--surface-transparent-primary);\n ",
674
660
  ": var(--text-secondary);\n "
675
661
  ]);
676
- _templateObject15 = function _templateObject() {
662
+ _templateObject14 = function _templateObject() {
677
663
  return data;
678
664
  };
679
665
  return data;
@@ -712,11 +698,8 @@ export var config = {
712
698
  clear: {
713
699
  true: css(_templateObject13())
714
700
  },
715
- readOnly: {
716
- true: css(_templateObject14(), textAreaTokens.readOnlyOpacity, textAreaTokens.backgroundColorReadOnly, textAreaTokens.inputColorReadOnly, textAreaTokens.dividerColorReadOnly, textAreaTokens.contentSlotRightOpacityReadOnly)
717
- },
718
701
  disabled: {
719
- true: css(_templateObject15(), textAreaTokens.disabledOpacity, textAreaTokens.inputColorDisabled, textAreaTokens.dividerColorReadOnly, textAreaTokens.titleCaptionColorReadOnly)
702
+ true: css(_templateObject14(), textAreaTokens.disabledOpacity, textAreaTokens.inputColorDisabled, textAreaTokens.dividerColorReadOnly, textAreaTokens.titleCaptionColorReadOnly)
720
703
  }
721
704
  }
722
705
  };
@@ -784,8 +784,7 @@ function _templateObject22() {
784
784
  ": var(--text-secondary);\n ",
785
785
  ": var(--text-secondary);\n ",
786
786
  ": var(--text-primary);\n ",
787
- ": var(--surface-transparent-primary);\n ",
788
- ": 0.4;\n "
787
+ ": var(--surface-transparent-primary);\n "
789
788
  ]);
790
789
  _templateObject22 = function _templateObject() {
791
790
  return data;
@@ -840,7 +839,7 @@ export var config = {
840
839
  true: css(_templateObject21(), tokens.disabledOpacity)
841
840
  },
842
841
  readOnly: {
843
- true: css(_templateObject22(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly, tokens.contentSlotRightOpacityReadOnly)
842
+ true: css(_templateObject22(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly)
844
843
  }
845
844
  }
846
845
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-dfa",
3
- "version": "0.322.0-canary.1906.17438878873.0",
3
+ "version": "0.322.0-canary.2205.17440860016.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS DFA web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-dfa"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.336.0-canary.1906.17438878873.0",
22
+ "@salutejs/plasma-new-hope": "0.336.0-canary.2205.17440860016.0",
23
23
  "@salutejs/sdds-themes": "0.47.0-dev.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -94,5 +94,5 @@
94
94
  "Anton Vinogradov"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "0af332a63212307745332b00ce77e7d36063937d"
97
+ "gitHead": "929639bec1371c9be519059233ea47ffdfe779da"
98
98
  }