@salutejs/sdds-serv 0.325.0-canary.2237.18160100785.0 → 0.325.0-canary.2260.18215165010.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/CHANGELOG.md +131 -0
- package/components/Chip/Chip.config.js +1 -1
- package/components/Chip/Chip.config.js.map +1 -1
- package/components/Chip/{Chip.config_7kj31a.css → Chip.config_1dqafsg.css} +6 -6
- package/components/Chip/Chip.css +13 -13
- package/components/Combobox/Combobox.config.js +1 -1
- package/components/Combobox/Combobox.config.js.map +1 -1
- package/{es/components/Combobox/Combobox.config_xpd4a4.css → components/Combobox/Combobox.config_16lk3xt.css} +4 -4
- package/components/Combobox/Combobox.css +14 -14
- package/components/Combobox/Combobox.d.ts +0 -24
- package/components/Mask/Mask.css +21 -21
- package/components/Select/Select.config.js +1 -1
- package/components/Select/Select.config.js.map +1 -1
- package/{es/components/Select/Select.config_ox8oha.css → components/Select/Select.config_1rprv7.css} +3 -3
- package/components/Select/Select.css +23 -23
- package/components/Select/Select.d.ts +0 -6
- package/components/TextField/TextField.config.js +1 -1
- package/components/TextField/TextField.config.js.map +1 -1
- package/{es/components/TextField/TextField.config_15il1op.css → components/TextField/TextField.config_1v9erru.css} +6 -6
- package/emotion/cjs/components/Chip/Chip.config.js +12 -18
- package/emotion/cjs/components/Combobox/Combobox.config.js +4 -12
- package/emotion/cjs/components/Select/Select.config.js +5 -11
- package/emotion/cjs/components/TextField/TextField.config.js +6 -18
- package/emotion/es/components/Chip/Chip.config.js +12 -18
- package/emotion/es/components/Combobox/Combobox.config.js +4 -12
- package/emotion/es/components/Select/Select.config.js +5 -11
- package/emotion/es/components/TextField/TextField.config.js +6 -18
- package/es/components/Chip/Chip.config.js +1 -1
- package/es/components/Chip/Chip.config.js.map +1 -1
- package/es/components/Chip/{Chip.config_7kj31a.css → Chip.config_1dqafsg.css} +6 -6
- package/es/components/Chip/Chip.css +13 -13
- package/es/components/Combobox/Combobox.config.js +1 -1
- package/es/components/Combobox/Combobox.config.js.map +1 -1
- package/{components/Combobox/Combobox.config_xpd4a4.css → es/components/Combobox/Combobox.config_16lk3xt.css} +4 -4
- package/es/components/Combobox/Combobox.css +14 -14
- package/es/components/Mask/Mask.css +21 -21
- package/es/components/Select/Select.config.js +1 -1
- package/es/components/Select/Select.config.js.map +1 -1
- package/{components/Select/Select.config_ox8oha.css → es/components/Select/Select.config_1rprv7.css} +3 -3
- package/es/components/Select/Select.css +23 -23
- package/es/components/TextField/TextField.config.js +1 -1
- package/es/components/TextField/TextField.config.js.map +1 -1
- package/{components/TextField/TextField.config_15il1op.css → es/components/TextField/TextField.config_1v9erru.css} +6 -6
- package/es/index.css +75 -75
- package/package.json +4 -4
- package/styled-components/cjs/components/Chip/Chip.config.js +12 -18
- package/styled-components/cjs/components/Combobox/Combobox.config.js +4 -12
- package/styled-components/cjs/components/Select/Select.config.js +5 -11
- package/styled-components/cjs/components/TextField/TextField.config.js +6 -18
- package/styled-components/es/components/Chip/Chip.config.js +12 -18
- package/styled-components/es/components/Combobox/Combobox.config.js +4 -12
- package/styled-components/es/components/Select/Select.config.js +5 -11
- package/styled-components/es/components/TextField/TextField.config.js +6 -18
@@ -585,8 +585,6 @@ function _templateObject12() {
|
|
585
585
|
": var(--surface-solid-default);\n ",
|
586
586
|
": var(--inverse-text-primary);\n\n ",
|
587
587
|
": var(--inverse-text-secondary);\n ",
|
588
|
-
": var(--inverse-text-secondary);\n ",
|
589
|
-
": var(--inverse-text-secondary-hover);\n ",
|
590
588
|
": 1;\n "
|
591
589
|
]);
|
592
590
|
_templateObject12 = function _templateObject() {
|
@@ -608,8 +606,6 @@ function _templateObject13() {
|
|
608
606
|
": var(--surface-transparent-secondary);\n ",
|
609
607
|
": var(--text-primary);\n\n ",
|
610
608
|
": var(--text-secondary);\n ",
|
611
|
-
": var(--text-secondary);\n ",
|
612
|
-
": var(--text-secondary-hover);\n ",
|
613
609
|
": 1;\n "
|
614
610
|
]);
|
615
611
|
_templateObject13 = function _templateObject() {
|
@@ -631,8 +627,6 @@ function _templateObject14() {
|
|
631
627
|
": var(--surface-accent);\n ",
|
632
628
|
": var(--on-dark-text-primary);\n\n ",
|
633
629
|
": var(--on-dark-text-secondary);\n ",
|
634
|
-
": var(--on-dark-text-secondary);\n ",
|
635
|
-
": var(--on-dark-text-secondary-hover);\n ",
|
636
630
|
": 1;\n "
|
637
631
|
]);
|
638
632
|
_templateObject14 = function _templateObject() {
|
@@ -654,8 +648,6 @@ function _templateObject15() {
|
|
654
648
|
": var(--surface-positive);\n ",
|
655
649
|
": var(--on-dark-text-primary);\n\n ",
|
656
650
|
": var(--on-dark-text-secondary);\n ",
|
657
|
-
": var(--on-dark-text-secondary);\n ",
|
658
|
-
": var(--on-dark-text-secondary-hover);\n ",
|
659
651
|
": 1;\n "
|
660
652
|
]);
|
661
653
|
_templateObject15 = function _templateObject() {
|
@@ -677,8 +669,6 @@ function _templateObject16() {
|
|
677
669
|
": var(--surface-warning);\n ",
|
678
670
|
": var(--on-dark-text-primary);\n\n ",
|
679
671
|
": var(--on-dark-text-secondary);\n ",
|
680
|
-
": var(--on-dark-text-secondary);\n ",
|
681
|
-
": var(--on-dark-text-secondary-hover);\n ",
|
682
672
|
": 1;\n "
|
683
673
|
]);
|
684
674
|
_templateObject16 = function _templateObject() {
|
@@ -700,8 +690,6 @@ function _templateObject17() {
|
|
700
690
|
": var(--surface-negative);\n ",
|
701
691
|
": var(--on-dark-text-primary);\n\n ",
|
702
692
|
": var(--on-dark-text-secondary);\n ",
|
703
|
-
": var(--on-dark-text-secondary);\n ",
|
704
|
-
": var(--on-dark-text-secondary-hover);\n ",
|
705
693
|
": 1;\n "
|
706
694
|
]);
|
707
695
|
_templateObject17 = function _templateObject() {
|
@@ -834,12 +822,12 @@ export var config = {
|
|
834
822
|
true: css(_templateObject11())
|
835
823
|
},
|
836
824
|
chipView: {
|
837
|
-
default: css(_templateObject12(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.
|
838
|
-
secondary: css(_templateObject13(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.
|
839
|
-
accent: css(_templateObject14(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.
|
840
|
-
positive: css(_templateObject15(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.
|
841
|
-
warning: css(_templateObject16(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.
|
842
|
-
negative: css(_templateObject17(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.
|
825
|
+
default: css(_templateObject12(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
826
|
+
secondary: css(_templateObject13(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
827
|
+
accent: css(_templateObject14(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
828
|
+
positive: css(_templateObject15(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
829
|
+
warning: css(_templateObject16(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly),
|
830
|
+
negative: css(_templateObject17(), tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipCloseIconColor, tokens.chipOpacityReadonly)
|
843
831
|
},
|
844
832
|
hintView: {
|
845
833
|
default: css(_templateObject18(), tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor, tokens.tooltipArrowBackground)
|