@salutejs/plasma-web 1.601.1-canary.2382.20369051129.0 → 1.601.1-canary.2387.20300594664.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js +1 -1
- package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js.map +1 -1
- package/dist/css/cjs/components/Autocomplete/{Autocomplete.config_vreqgt.css → Autocomplete.config_tm91jp.css} +1 -1
- package/dist/css/cjs/components/Autocomplete/Autocomplete.css +14 -14
- package/dist/css/cjs/components/Combobox/Combobox.config.js +1 -1
- package/dist/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
- package/dist/css/cjs/components/Combobox/{Combobox.config_15idlzj.css → Combobox.config_1cx644q.css} +1 -1
- package/dist/css/cjs/components/Combobox/Combobox.css +14 -14
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/{es/components/DatePicker/DatePicker.config_4328ph.css → cjs/components/DatePicker/DatePicker.config_4mc9qv.css} +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.css +9 -9
- package/dist/css/cjs/components/Mask/Mask.css +21 -21
- package/dist/css/cjs/components/Select/Select.config.js +1 -1
- package/dist/css/cjs/components/Select/Select.config.js.map +1 -1
- package/dist/css/{es/components/Select/Select.config_9780jh.css → cjs/components/Select/Select.config_vsd8cb.css} +1 -1
- package/dist/css/cjs/components/Select/Select.css +23 -23
- package/dist/css/cjs/components/TextField/TextField.config.js +1 -1
- package/dist/css/cjs/components/TextField/TextField.config.js.map +1 -1
- package/dist/css/cjs/components/TextField/{TextField.config_1n4dh05.css → TextField.config_1cwmi74.css} +1 -1
- package/dist/css/cjs/index.css +85 -85
- package/dist/css/es/components/Autocomplete/Autocomplete.config.js +1 -1
- package/dist/css/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
- package/dist/css/es/components/Autocomplete/{Autocomplete.config_vreqgt.css → Autocomplete.config_tm91jp.css} +1 -1
- package/dist/css/es/components/Autocomplete/Autocomplete.css +14 -14
- package/dist/css/es/components/Combobox/Combobox.config.js +1 -1
- package/dist/css/es/components/Combobox/Combobox.config.js.map +1 -1
- package/dist/css/es/components/Combobox/{Combobox.config_15idlzj.css → Combobox.config_1cx644q.css} +1 -1
- package/dist/css/es/components/Combobox/Combobox.css +14 -14
- package/dist/css/es/components/DatePicker/DatePicker.config.js +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/{cjs/components/DatePicker/DatePicker.config_4328ph.css → es/components/DatePicker/DatePicker.config_4mc9qv.css} +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.css +9 -9
- package/dist/css/es/components/Mask/Mask.css +21 -21
- package/dist/css/es/components/Select/Select.config.js +1 -1
- package/dist/css/es/components/Select/Select.config.js.map +1 -1
- package/dist/css/{cjs/components/Select/Select.config_9780jh.css → es/components/Select/Select.config_vsd8cb.css} +1 -1
- package/dist/css/es/components/Select/Select.css +23 -23
- package/dist/css/es/components/TextField/TextField.config.js +1 -1
- package/dist/css/es/components/TextField/TextField.config.js.map +1 -1
- package/dist/css/es/components/TextField/{TextField.config_1n4dh05.css → TextField.config_1cwmi74.css} +1 -1
- package/dist/css/es/index.css +85 -85
- package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +2 -4
- package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +2 -4
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +2 -4
- package/dist/styled-components/cjs/components/Select/Select.config.js +2 -4
- package/dist/styled-components/cjs/components/TextField/TextField.config.js +2 -4
- package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +2 -4
- package/dist/styled-components/es/components/Combobox/Combobox.config.js +2 -4
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +2 -4
- package/dist/styled-components/es/components/Select/Select.config.js +2 -4
- package/dist/styled-components/es/components/TextField/TextField.config.js +2 -4
- package/package.json +7 -7
- package/types/components/Combobox/Combobox.d.ts +0 -24
- package/types/components/Select/Select.d.ts +0 -6
|
@@ -596,9 +596,7 @@ function _templateObject14() {
|
|
|
596
596
|
": var(--text-secondary);\n ",
|
|
597
597
|
": var(--text-secondary);\n ",
|
|
598
598
|
": var(--text-primary);\n ",
|
|
599
|
-
": var(--surface-transparent-primary);\n
|
|
600
|
-
": transparent;\n ",
|
|
601
|
-
": 0;\n "
|
|
599
|
+
": var(--surface-transparent-primary);\n "
|
|
602
600
|
]);
|
|
603
601
|
_templateObject14 = function _templateObject() {
|
|
604
602
|
return data;
|
|
@@ -639,7 +637,7 @@ var config = {
|
|
|
639
637
|
true: (0, _styledcomponents.css)(_templateObject13(), _styledcomponents.autocompleteTokens.textFieldDisabledOpacity)
|
|
640
638
|
},
|
|
641
639
|
readOnly: {
|
|
642
|
-
true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.autocompleteTokens.textFieldColorReadOnly, _styledcomponents.autocompleteTokens.textFieldReadOnlyOpacity, _styledcomponents.autocompleteTokens.textFieldContentSlotRightOpacityReadOnly, _styledcomponents.autocompleteTokens.textFieldBackgroundColorReadOnly, _styledcomponents.autocompleteTokens.textFieldBorderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLabelColorReadOnly, _styledcomponents.autocompleteTokens.textFieldDividerColorReadOnly
|
|
640
|
+
true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.autocompleteTokens.textFieldColorReadOnly, _styledcomponents.autocompleteTokens.textFieldReadOnlyOpacity, _styledcomponents.autocompleteTokens.textFieldContentSlotRightOpacityReadOnly, _styledcomponents.autocompleteTokens.textFieldBackgroundColorReadOnly, _styledcomponents.autocompleteTokens.textFieldBorderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.autocompleteTokens.textFieldLabelColorReadOnly, _styledcomponents.autocompleteTokens.textFieldDividerColorReadOnly)
|
|
643
641
|
}
|
|
644
642
|
}
|
|
645
643
|
};
|
|
@@ -798,9 +798,7 @@ function _templateObject14() {
|
|
|
798
798
|
": var(--text-secondary);\n ",
|
|
799
799
|
": var(--text-secondary);\n ",
|
|
800
800
|
": var(--text-primary);\n ",
|
|
801
|
-
": 0.4;\n
|
|
802
|
-
": transparent;\n ",
|
|
803
|
-
": 0;\n "
|
|
801
|
+
": 0.4;\n "
|
|
804
802
|
]);
|
|
805
803
|
_templateObject14 = function _templateObject() {
|
|
806
804
|
return data;
|
|
@@ -841,7 +839,7 @@ var config = {
|
|
|
841
839
|
true: (0, _styledcomponents.css)(_templateObject13(), _styledcomponents.comboboxNewTokens.textFieldDisabledOpacity)
|
|
842
840
|
},
|
|
843
841
|
readOnly: {
|
|
844
|
-
true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.comboboxNewTokens.textFieldColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldBackgroundColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldBorderColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLabelColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldContentSlotRightOpacityReadOnly
|
|
842
|
+
true: (0, _styledcomponents.css)(_templateObject14(), _styledcomponents.comboboxNewTokens.textFieldColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldBackgroundColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldBorderColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldLabelColorReadOnly, _styledcomponents.comboboxNewTokens.textFieldContentSlotRightOpacityReadOnly)
|
|
845
843
|
}
|
|
846
844
|
}
|
|
847
845
|
};
|
|
@@ -636,9 +636,7 @@ function _templateObject8() {
|
|
|
636
636
|
": 0.4;\n ",
|
|
637
637
|
": 0.4;\n ",
|
|
638
638
|
": 0.1;\n ",
|
|
639
|
-
": 0.1;\n
|
|
640
|
-
": transparent;\n ",
|
|
641
|
-
": 0;\n "
|
|
639
|
+
": 0.1;\n "
|
|
642
640
|
]);
|
|
643
641
|
_templateObject8 = function _templateObject() {
|
|
644
642
|
return data;
|
|
@@ -668,7 +666,7 @@ var config = {
|
|
|
668
666
|
true: (0, _styledcomponents.css)(_templateObject7(), _styledcomponents.datePickerTokens.disabledOpacity)
|
|
669
667
|
},
|
|
670
668
|
readOnly: {
|
|
671
|
-
true: (0, _styledcomponents.css)(_templateObject8(), _styledcomponents.datePickerTokens.backgroundReadOnly, _styledcomponents.datePickerTokens.borderColorReadOnly, _styledcomponents.datePickerTokens.textFieldBorderColorReadOnly, _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, _styledcomponents.datePickerTokens.textFieldReadOnlyOpacity, _styledcomponents.datePickerTokens.rangeReadOnlyOpacity
|
|
669
|
+
true: (0, _styledcomponents.css)(_templateObject8(), _styledcomponents.datePickerTokens.backgroundReadOnly, _styledcomponents.datePickerTokens.borderColorReadOnly, _styledcomponents.datePickerTokens.textFieldBorderColorReadOnly, _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, _styledcomponents.datePickerTokens.textFieldReadOnlyOpacity, _styledcomponents.datePickerTokens.rangeReadOnlyOpacity)
|
|
672
670
|
}
|
|
673
671
|
}
|
|
674
672
|
};
|
|
@@ -1014,9 +1014,7 @@ function _templateObject23() {
|
|
|
1014
1014
|
": var(--text-secondary);\n ",
|
|
1015
1015
|
": var(--text-secondary);\n ",
|
|
1016
1016
|
": var(--text-primary);\n ",
|
|
1017
|
-
": var(--surface-transparent-primary);\n
|
|
1018
|
-
": transparent;\n ",
|
|
1019
|
-
": 0;\n "
|
|
1017
|
+
": var(--surface-transparent-primary);\n "
|
|
1020
1018
|
]);
|
|
1021
1019
|
_templateObject23 = function _templateObject() {
|
|
1022
1020
|
return data;
|
|
@@ -1069,7 +1067,7 @@ var config = {
|
|
|
1069
1067
|
true: (0, _styledcomponents.css)(_templateObject22(), _styledcomponents.selectTokens.textFieldDisabledOpacity)
|
|
1070
1068
|
},
|
|
1071
1069
|
readOnly: {
|
|
1072
|
-
true: (0, _styledcomponents.css)(_templateObject23(), _styledcomponents.selectTokens.disclosureIconOpacityReadOnly, _styledcomponents.selectTokens.textFieldReadOnlyOpacity, _styledcomponents.selectTokens.textFieldColorReadOnly, _styledcomponents.selectTokens.textFieldBackgroundColorReadOnly, _styledcomponents.selectTokens.textFieldBorderColorReadOnly, _styledcomponents.selectTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.selectTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.selectTokens.textFieldTitleCaptionColorReadOnly, _styledcomponents.selectTokens.textFieldLabelColorReadOnly, _styledcomponents.selectTokens.textFieldDividerColorReadOnly
|
|
1070
|
+
true: (0, _styledcomponents.css)(_templateObject23(), _styledcomponents.selectTokens.disclosureIconOpacityReadOnly, _styledcomponents.selectTokens.textFieldReadOnlyOpacity, _styledcomponents.selectTokens.textFieldColorReadOnly, _styledcomponents.selectTokens.textFieldBackgroundColorReadOnly, _styledcomponents.selectTokens.textFieldBorderColorReadOnly, _styledcomponents.selectTokens.textFieldPlaceholderColorReadOnly, _styledcomponents.selectTokens.textFieldLeftHelperColorReadOnly, _styledcomponents.selectTokens.textFieldTitleCaptionColorReadOnly, _styledcomponents.selectTokens.textFieldLabelColorReadOnly, _styledcomponents.selectTokens.textFieldDividerColorReadOnly)
|
|
1073
1071
|
}
|
|
1074
1072
|
}
|
|
1075
1073
|
};
|
|
@@ -769,9 +769,7 @@ function _templateObject21() {
|
|
|
769
769
|
": var(--text-secondary);\n ",
|
|
770
770
|
": var(--text-primary);\n ",
|
|
771
771
|
": var(--surface-transparent-primary);\n ",
|
|
772
|
-
": 0.4;\n
|
|
773
|
-
": transparent;\n ",
|
|
774
|
-
": 0;\n "
|
|
772
|
+
": 0.4;\n "
|
|
775
773
|
]);
|
|
776
774
|
_templateObject21 = function _templateObject() {
|
|
777
775
|
return data;
|
|
@@ -821,7 +819,7 @@ var config = {
|
|
|
821
819
|
true: (0, _styledcomponents.css)(_templateObject20(), _styledcomponents.textFieldTokens.disabledOpacity)
|
|
822
820
|
},
|
|
823
821
|
readOnly: {
|
|
824
|
-
true: (0, _styledcomponents.css)(_templateObject21(), _styledcomponents.textFieldTokens.readOnlyOpacity, _styledcomponents.textFieldTokens.colorReadOnly, _styledcomponents.textFieldTokens.backgroundColorReadOnly, _styledcomponents.textFieldTokens.borderColorReadOnly, _styledcomponents.textFieldTokens.placeholderColorReadOnly, _styledcomponents.textFieldTokens.leftHelperColorReadOnly, _styledcomponents.textFieldTokens.titleCaptionColorReadOnly, _styledcomponents.textFieldTokens.labelColorReadOnly, _styledcomponents.textFieldTokens.dividerColorReadOnly, _styledcomponents.textFieldTokens.contentSlotRightOpacityReadOnly
|
|
822
|
+
true: (0, _styledcomponents.css)(_templateObject21(), _styledcomponents.textFieldTokens.readOnlyOpacity, _styledcomponents.textFieldTokens.colorReadOnly, _styledcomponents.textFieldTokens.backgroundColorReadOnly, _styledcomponents.textFieldTokens.borderColorReadOnly, _styledcomponents.textFieldTokens.placeholderColorReadOnly, _styledcomponents.textFieldTokens.leftHelperColorReadOnly, _styledcomponents.textFieldTokens.titleCaptionColorReadOnly, _styledcomponents.textFieldTokens.labelColorReadOnly, _styledcomponents.textFieldTokens.dividerColorReadOnly, _styledcomponents.textFieldTokens.contentSlotRightOpacityReadOnly)
|
|
825
823
|
}
|
|
826
824
|
}
|
|
827
825
|
};
|
|
@@ -585,9 +585,7 @@ function _templateObject14() {
|
|
|
585
585
|
": var(--text-secondary);\n ",
|
|
586
586
|
": var(--text-secondary);\n ",
|
|
587
587
|
": var(--text-primary);\n ",
|
|
588
|
-
": var(--surface-transparent-primary);\n
|
|
589
|
-
": transparent;\n ",
|
|
590
|
-
": 0;\n "
|
|
588
|
+
": var(--surface-transparent-primary);\n "
|
|
591
589
|
]);
|
|
592
590
|
_templateObject14 = function _templateObject() {
|
|
593
591
|
return data;
|
|
@@ -629,7 +627,7 @@ export var config = {
|
|
|
629
627
|
true: css(_templateObject13(), tokens.textFieldDisabledOpacity)
|
|
630
628
|
},
|
|
631
629
|
readOnly: {
|
|
632
|
-
true: css(_templateObject14(), tokens.textFieldColorReadOnly, tokens.textFieldReadOnlyOpacity, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly
|
|
630
|
+
true: css(_templateObject14(), tokens.textFieldColorReadOnly, tokens.textFieldReadOnlyOpacity, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly)
|
|
633
631
|
}
|
|
634
632
|
}
|
|
635
633
|
};
|
|
@@ -787,9 +787,7 @@ function _templateObject14() {
|
|
|
787
787
|
": var(--text-secondary);\n ",
|
|
788
788
|
": var(--text-secondary);\n ",
|
|
789
789
|
": var(--text-primary);\n ",
|
|
790
|
-
": 0.4;\n
|
|
791
|
-
": transparent;\n ",
|
|
792
|
-
": 0;\n "
|
|
790
|
+
": 0.4;\n "
|
|
793
791
|
]);
|
|
794
792
|
_templateObject14 = function _templateObject() {
|
|
795
793
|
return data;
|
|
@@ -831,7 +829,7 @@ export var config = {
|
|
|
831
829
|
true: css(_templateObject13(), tokens.textFieldDisabledOpacity)
|
|
832
830
|
},
|
|
833
831
|
readOnly: {
|
|
834
|
-
true: css(_templateObject14(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly
|
|
832
|
+
true: css(_templateObject14(), tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly)
|
|
835
833
|
}
|
|
836
834
|
}
|
|
837
835
|
};
|
|
@@ -625,9 +625,7 @@ function _templateObject8() {
|
|
|
625
625
|
": 0.4;\n ",
|
|
626
626
|
": 0.4;\n ",
|
|
627
627
|
": 0.1;\n ",
|
|
628
|
-
": 0.1;\n
|
|
629
|
-
": transparent;\n ",
|
|
630
|
-
": 0;\n "
|
|
628
|
+
": 0.1;\n "
|
|
631
629
|
]);
|
|
632
630
|
_templateObject8 = function _templateObject() {
|
|
633
631
|
return data;
|
|
@@ -658,7 +656,7 @@ export var config = {
|
|
|
658
656
|
true: css(_templateObject7(), tokens.disabledOpacity)
|
|
659
657
|
},
|
|
660
658
|
readOnly: {
|
|
661
|
-
true: css(_templateObject8(), tokens.backgroundReadOnly, tokens.borderColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.rightContentOpacityReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldReadOnlyOpacity, tokens.rangeReadOnlyOpacity
|
|
659
|
+
true: css(_templateObject8(), tokens.backgroundReadOnly, tokens.borderColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.rightContentOpacityReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldReadOnlyOpacity, tokens.rangeReadOnlyOpacity)
|
|
662
660
|
}
|
|
663
661
|
}
|
|
664
662
|
};
|
|
@@ -1003,9 +1003,7 @@ function _templateObject23() {
|
|
|
1003
1003
|
": var(--text-secondary);\n ",
|
|
1004
1004
|
": var(--text-secondary);\n ",
|
|
1005
1005
|
": var(--text-primary);\n ",
|
|
1006
|
-
": var(--surface-transparent-primary);\n
|
|
1007
|
-
": transparent;\n ",
|
|
1008
|
-
": 0;\n "
|
|
1006
|
+
": var(--surface-transparent-primary);\n "
|
|
1009
1007
|
]);
|
|
1010
1008
|
_templateObject23 = function _templateObject() {
|
|
1011
1009
|
return data;
|
|
@@ -1059,7 +1057,7 @@ export var config = {
|
|
|
1059
1057
|
true: css(_templateObject22(), tokens.textFieldDisabledOpacity)
|
|
1060
1058
|
},
|
|
1061
1059
|
readOnly: {
|
|
1062
|
-
true: css(_templateObject23(), tokens.disclosureIconOpacityReadOnly, tokens.textFieldReadOnlyOpacity, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldTitleCaptionColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly
|
|
1060
|
+
true: css(_templateObject23(), tokens.disclosureIconOpacityReadOnly, tokens.textFieldReadOnlyOpacity, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldTitleCaptionColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly)
|
|
1063
1061
|
}
|
|
1064
1062
|
}
|
|
1065
1063
|
};
|
|
@@ -758,9 +758,7 @@ function _templateObject21() {
|
|
|
758
758
|
": var(--text-secondary);\n ",
|
|
759
759
|
": var(--text-primary);\n ",
|
|
760
760
|
": var(--surface-transparent-primary);\n ",
|
|
761
|
-
": 0.4;\n
|
|
762
|
-
": transparent;\n ",
|
|
763
|
-
": 0;\n "
|
|
761
|
+
": 0.4;\n "
|
|
764
762
|
]);
|
|
765
763
|
_templateObject21 = function _templateObject() {
|
|
766
764
|
return data;
|
|
@@ -811,7 +809,7 @@ export var config = {
|
|
|
811
809
|
true: css(_templateObject20(), tokens.disabledOpacity)
|
|
812
810
|
},
|
|
813
811
|
readOnly: {
|
|
814
|
-
true: css(_templateObject21(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.borderColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly, tokens.contentSlotRightOpacityReadOnly
|
|
812
|
+
true: css(_templateObject21(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.borderColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly, tokens.contentSlotRightOpacityReadOnly)
|
|
815
813
|
}
|
|
816
814
|
}
|
|
817
815
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-web",
|
|
3
|
-
"version": "1.601.1-canary.
|
|
3
|
+
"version": "1.601.1-canary.2387.20300594664.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"exports": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"directory": "packages/plasma-web"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salutejs/plasma-core": "1.211.1-canary.
|
|
36
|
-
"@salutejs/plasma-hope": "1.357.1-canary.
|
|
37
|
-
"@salutejs/plasma-new-hope": "0.343.1-canary.
|
|
35
|
+
"@salutejs/plasma-core": "1.211.1-canary.2387.20300594664.0",
|
|
36
|
+
"@salutejs/plasma-hope": "1.357.1-canary.2387.20300594664.0",
|
|
37
|
+
"@salutejs/plasma-new-hope": "0.343.1-canary.2387.20300594664.0",
|
|
38
38
|
"@salutejs/plasma-themes": "0.38.0",
|
|
39
39
|
"@salutejs/plasma-tokens-b2b": "1.54.0",
|
|
40
40
|
"@salutejs/plasma-tokens-b2c": "0.65.0",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
63
63
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
64
64
|
"@salutejs/plasma-colors": "0.16.0",
|
|
65
|
-
"@salutejs/plasma-cy-utils": "0.141.1-canary.
|
|
65
|
+
"@salutejs/plasma-cy-utils": "0.141.1-canary.2387.20300594664.0",
|
|
66
66
|
"@salutejs/plasma-icons": "1.228.0",
|
|
67
|
-
"@salutejs/plasma-sb-utils": "0.211.1-canary.
|
|
67
|
+
"@salutejs/plasma-sb-utils": "0.211.1-canary.2387.20300594664.0",
|
|
68
68
|
"@types/node": "16.7.13",
|
|
69
69
|
"@types/react": "18.0.28",
|
|
70
70
|
"@types/react-dom": "18.0.11",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"sideEffects": [
|
|
118
118
|
"*.css"
|
|
119
119
|
],
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "c83ab1f2aecee10cc4593b2ba6ee19b39fddf062"
|
|
121
121
|
}
|
|
@@ -39,7 +39,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
39
39
|
placeholder?: string;
|
|
40
40
|
helperText?: string;
|
|
41
41
|
contentLeft?: React.ReactElement;
|
|
42
|
-
contentRight?: React.ReactElement;
|
|
43
42
|
textBefore?: string;
|
|
44
43
|
textAfter?: string;
|
|
45
44
|
variant?: "normal" | "tight";
|
|
@@ -99,7 +98,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
99
98
|
placeholder?: string;
|
|
100
99
|
helperText?: string;
|
|
101
100
|
contentLeft?: React.ReactElement;
|
|
102
|
-
contentRight?: React.ReactElement;
|
|
103
101
|
textBefore?: string;
|
|
104
102
|
textAfter?: string;
|
|
105
103
|
variant?: "normal" | "tight";
|
|
@@ -159,7 +157,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
159
157
|
placeholder?: string;
|
|
160
158
|
helperText?: string;
|
|
161
159
|
contentLeft?: React.ReactElement;
|
|
162
|
-
contentRight?: React.ReactElement;
|
|
163
160
|
textBefore?: string;
|
|
164
161
|
textAfter?: string;
|
|
165
162
|
variant?: "normal" | "tight";
|
|
@@ -219,7 +216,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
219
216
|
placeholder?: string;
|
|
220
217
|
helperText?: string;
|
|
221
218
|
contentLeft?: React.ReactElement;
|
|
222
|
-
contentRight?: React.ReactElement;
|
|
223
219
|
textBefore?: string;
|
|
224
220
|
textAfter?: string;
|
|
225
221
|
variant?: "normal" | "tight";
|
|
@@ -279,7 +275,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
279
275
|
placeholder?: string;
|
|
280
276
|
helperText?: string;
|
|
281
277
|
contentLeft?: React.ReactElement;
|
|
282
|
-
contentRight?: React.ReactElement;
|
|
283
278
|
textBefore?: string;
|
|
284
279
|
textAfter?: string;
|
|
285
280
|
variant?: "normal" | "tight";
|
|
@@ -339,7 +334,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
339
334
|
placeholder?: string;
|
|
340
335
|
helperText?: string;
|
|
341
336
|
contentLeft?: React.ReactElement;
|
|
342
|
-
contentRight?: React.ReactElement;
|
|
343
337
|
textBefore?: string;
|
|
344
338
|
textAfter?: string;
|
|
345
339
|
variant?: "normal" | "tight";
|
|
@@ -399,7 +393,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
399
393
|
placeholder?: string;
|
|
400
394
|
helperText?: string;
|
|
401
395
|
contentLeft?: React.ReactElement;
|
|
402
|
-
contentRight?: React.ReactElement;
|
|
403
396
|
textBefore?: string;
|
|
404
397
|
textAfter?: string;
|
|
405
398
|
variant?: "normal" | "tight";
|
|
@@ -459,7 +452,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
459
452
|
placeholder?: string;
|
|
460
453
|
helperText?: string;
|
|
461
454
|
contentLeft?: React.ReactElement;
|
|
462
|
-
contentRight?: React.ReactElement;
|
|
463
455
|
textBefore?: string;
|
|
464
456
|
textAfter?: string;
|
|
465
457
|
variant?: "normal" | "tight";
|
|
@@ -519,7 +511,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
519
511
|
placeholder?: string;
|
|
520
512
|
helperText?: string;
|
|
521
513
|
contentLeft?: React.ReactElement;
|
|
522
|
-
contentRight?: React.ReactElement;
|
|
523
514
|
textBefore?: string;
|
|
524
515
|
textAfter?: string;
|
|
525
516
|
variant?: "normal" | "tight";
|
|
@@ -579,7 +570,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
579
570
|
placeholder?: string;
|
|
580
571
|
helperText?: string;
|
|
581
572
|
contentLeft?: React.ReactElement;
|
|
582
|
-
contentRight?: React.ReactElement;
|
|
583
573
|
textBefore?: string;
|
|
584
574
|
textAfter?: string;
|
|
585
575
|
variant?: "normal" | "tight";
|
|
@@ -639,7 +629,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
639
629
|
placeholder?: string;
|
|
640
630
|
helperText?: string;
|
|
641
631
|
contentLeft?: React.ReactElement;
|
|
642
|
-
contentRight?: React.ReactElement;
|
|
643
632
|
textBefore?: string;
|
|
644
633
|
textAfter?: string;
|
|
645
634
|
variant?: "normal" | "tight";
|
|
@@ -699,7 +688,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
699
688
|
placeholder?: string;
|
|
700
689
|
helperText?: string;
|
|
701
690
|
contentLeft?: React.ReactElement;
|
|
702
|
-
contentRight?: React.ReactElement;
|
|
703
691
|
textBefore?: string;
|
|
704
692
|
textAfter?: string;
|
|
705
693
|
variant?: "normal" | "tight";
|
|
@@ -759,7 +747,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
759
747
|
placeholder?: string;
|
|
760
748
|
helperText?: string;
|
|
761
749
|
contentLeft?: React.ReactElement;
|
|
762
|
-
contentRight?: React.ReactElement;
|
|
763
750
|
textBefore?: string;
|
|
764
751
|
textAfter?: string;
|
|
765
752
|
variant?: "normal" | "tight";
|
|
@@ -819,7 +806,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
819
806
|
placeholder?: string;
|
|
820
807
|
helperText?: string;
|
|
821
808
|
contentLeft?: React.ReactElement;
|
|
822
|
-
contentRight?: React.ReactElement;
|
|
823
809
|
textBefore?: string;
|
|
824
810
|
textAfter?: string;
|
|
825
811
|
variant?: "normal" | "tight";
|
|
@@ -879,7 +865,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
879
865
|
placeholder?: string;
|
|
880
866
|
helperText?: string;
|
|
881
867
|
contentLeft?: React.ReactElement;
|
|
882
|
-
contentRight?: React.ReactElement;
|
|
883
868
|
textBefore?: string;
|
|
884
869
|
textAfter?: string;
|
|
885
870
|
variant?: "normal" | "tight";
|
|
@@ -939,7 +924,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
939
924
|
placeholder?: string;
|
|
940
925
|
helperText?: string;
|
|
941
926
|
contentLeft?: React.ReactElement;
|
|
942
|
-
contentRight?: React.ReactElement;
|
|
943
927
|
textBefore?: string;
|
|
944
928
|
textAfter?: string;
|
|
945
929
|
variant?: "normal" | "tight";
|
|
@@ -999,7 +983,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
999
983
|
placeholder?: string;
|
|
1000
984
|
helperText?: string;
|
|
1001
985
|
contentLeft?: React.ReactElement;
|
|
1002
|
-
contentRight?: React.ReactElement;
|
|
1003
986
|
textBefore?: string;
|
|
1004
987
|
textAfter?: string;
|
|
1005
988
|
variant?: "normal" | "tight";
|
|
@@ -1059,7 +1042,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1059
1042
|
placeholder?: string;
|
|
1060
1043
|
helperText?: string;
|
|
1061
1044
|
contentLeft?: React.ReactElement;
|
|
1062
|
-
contentRight?: React.ReactElement;
|
|
1063
1045
|
textBefore?: string;
|
|
1064
1046
|
textAfter?: string;
|
|
1065
1047
|
variant?: "normal" | "tight";
|
|
@@ -1119,7 +1101,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1119
1101
|
placeholder?: string;
|
|
1120
1102
|
helperText?: string;
|
|
1121
1103
|
contentLeft?: React.ReactElement;
|
|
1122
|
-
contentRight?: React.ReactElement;
|
|
1123
1104
|
textBefore?: string;
|
|
1124
1105
|
textAfter?: string;
|
|
1125
1106
|
variant?: "normal" | "tight";
|
|
@@ -1179,7 +1160,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1179
1160
|
placeholder?: string;
|
|
1180
1161
|
helperText?: string;
|
|
1181
1162
|
contentLeft?: React.ReactElement;
|
|
1182
|
-
contentRight?: React.ReactElement;
|
|
1183
1163
|
textBefore?: string;
|
|
1184
1164
|
textAfter?: string;
|
|
1185
1165
|
variant?: "normal" | "tight";
|
|
@@ -1239,7 +1219,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1239
1219
|
placeholder?: string;
|
|
1240
1220
|
helperText?: string;
|
|
1241
1221
|
contentLeft?: React.ReactElement;
|
|
1242
|
-
contentRight?: React.ReactElement;
|
|
1243
1222
|
textBefore?: string;
|
|
1244
1223
|
textAfter?: string;
|
|
1245
1224
|
variant?: "normal" | "tight";
|
|
@@ -1299,7 +1278,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1299
1278
|
placeholder?: string;
|
|
1300
1279
|
helperText?: string;
|
|
1301
1280
|
contentLeft?: React.ReactElement;
|
|
1302
|
-
contentRight?: React.ReactElement;
|
|
1303
1281
|
textBefore?: string;
|
|
1304
1282
|
textAfter?: string;
|
|
1305
1283
|
variant?: "normal" | "tight";
|
|
@@ -1359,7 +1337,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1359
1337
|
placeholder?: string;
|
|
1360
1338
|
helperText?: string;
|
|
1361
1339
|
contentLeft?: React.ReactElement;
|
|
1362
|
-
contentRight?: React.ReactElement;
|
|
1363
1340
|
textBefore?: string;
|
|
1364
1341
|
textAfter?: string;
|
|
1365
1342
|
variant?: "normal" | "tight";
|
|
@@ -1419,7 +1396,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1419
1396
|
placeholder?: string;
|
|
1420
1397
|
helperText?: string;
|
|
1421
1398
|
contentLeft?: React.ReactElement;
|
|
1422
|
-
contentRight?: React.ReactElement;
|
|
1423
1399
|
textBefore?: string;
|
|
1424
1400
|
textAfter?: string;
|
|
1425
1401
|
variant?: "normal" | "tight";
|
|
@@ -57,7 +57,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
57
57
|
target?: "textfield-like";
|
|
58
58
|
view?: "default" | "positive" | "warning" | "negative";
|
|
59
59
|
contentLeft?: React.ReactNode;
|
|
60
|
-
contentRight?: React.ReactElement;
|
|
61
60
|
placeholder?: string;
|
|
62
61
|
helperText?: string;
|
|
63
62
|
chipType?: "default" | "text";
|
|
@@ -119,7 +118,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
119
118
|
target?: "textfield-like";
|
|
120
119
|
view?: "default" | "positive" | "warning" | "negative";
|
|
121
120
|
contentLeft?: React.ReactNode;
|
|
122
|
-
contentRight?: React.ReactElement;
|
|
123
121
|
placeholder?: string;
|
|
124
122
|
helperText?: string;
|
|
125
123
|
chipType?: "default" | "text";
|
|
@@ -182,7 +180,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
182
180
|
target?: "textfield-like";
|
|
183
181
|
view?: "default" | "positive" | "warning" | "negative";
|
|
184
182
|
contentLeft?: React.ReactNode;
|
|
185
|
-
contentRight?: React.ReactElement;
|
|
186
183
|
placeholder?: string;
|
|
187
184
|
helperText?: string;
|
|
188
185
|
chipType?: "default" | "text";
|
|
@@ -244,7 +241,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
244
241
|
target?: "textfield-like";
|
|
245
242
|
view?: "default" | "positive" | "warning" | "negative";
|
|
246
243
|
contentLeft?: React.ReactNode;
|
|
247
|
-
contentRight?: React.ReactElement;
|
|
248
244
|
placeholder?: string;
|
|
249
245
|
helperText?: string;
|
|
250
246
|
chipType?: "default" | "text";
|
|
@@ -295,7 +291,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
295
291
|
target: "button-like";
|
|
296
292
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
297
293
|
contentLeft?: never;
|
|
298
|
-
contentRight?: never;
|
|
299
294
|
placeholder?: never;
|
|
300
295
|
helperText?: never;
|
|
301
296
|
chipType?: never;
|
|
@@ -345,7 +340,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
345
340
|
target: "button-like";
|
|
346
341
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
347
342
|
contentLeft?: never;
|
|
348
|
-
contentRight?: never;
|
|
349
343
|
placeholder?: never;
|
|
350
344
|
helperText?: never;
|
|
351
345
|
chipType?: never;
|