@salutejs/sdds-serv 0.324.0-dev.0 → 0.324.1-canary.2269.18404132498.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_1dqafsg.css → Chip.config_7kj31a.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_16lk3xt.css → components/Combobox/Combobox.config_xpd4a4.css} +4 -4
- package/components/Combobox/Combobox.css +14 -14
- package/components/Combobox/Combobox.d.ts +24 -0
- package/components/DatePicker/DatePicker.d.ts +3 -3
- 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_1rprv7.css → components/Select/Select.config_ox8oha.css} +3 -3
- package/components/Select/Select.css +23 -23
- package/components/Select/Select.d.ts +6 -0
- package/components/TextField/TextField.config.js +1 -1
- package/components/TextField/TextField.config.js.map +1 -1
- package/{es/components/TextField/TextField.config_1v9erru.css → components/TextField/TextField.config_15il1op.css} +6 -6
- package/emotion/cjs/components/Chip/Chip.config.js +18 -12
- package/emotion/cjs/components/Combobox/Combobox.config.js +12 -4
- package/emotion/cjs/components/Select/Select.config.js +11 -5
- package/emotion/cjs/components/TextField/TextField.config.js +18 -6
- package/emotion/es/components/Chip/Chip.config.js +18 -12
- package/emotion/es/components/Combobox/Combobox.config.js +12 -4
- package/emotion/es/components/Select/Select.config.js +11 -5
- package/emotion/es/components/TextField/TextField.config.js +18 -6
- 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_1dqafsg.css → Chip.config_7kj31a.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_16lk3xt.css → es/components/Combobox/Combobox.config_xpd4a4.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_1rprv7.css → es/components/Select/Select.config_ox8oha.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_1v9erru.css → es/components/TextField/TextField.config_15il1op.css} +6 -6
- package/es/index.css +75 -75
- package/package.json +3 -3
- package/styled-components/cjs/components/Chip/Chip.config.js +18 -12
- package/styled-components/cjs/components/Combobox/Combobox.config.js +12 -4
- package/styled-components/cjs/components/Select/Select.config.js +11 -5
- package/styled-components/cjs/components/TextField/TextField.config.js +18 -6
- package/styled-components/es/components/Chip/Chip.config.js +18 -12
- package/styled-components/es/components/Combobox/Combobox.config.js +12 -4
- package/styled-components/es/components/Select/Select.config.js +11 -5
- package/styled-components/es/components/TextField/TextField.config.js +18 -6
@@ -585,6 +585,8 @@ 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 ",
|
588
590
|
": 1;\n "
|
589
591
|
]);
|
590
592
|
_templateObject12 = function _templateObject() {
|
@@ -606,6 +608,8 @@ function _templateObject13() {
|
|
606
608
|
": var(--surface-transparent-secondary);\n ",
|
607
609
|
": var(--text-primary);\n\n ",
|
608
610
|
": var(--text-secondary);\n ",
|
611
|
+
": var(--text-secondary);\n ",
|
612
|
+
": var(--text-secondary-hover);\n ",
|
609
613
|
": 1;\n "
|
610
614
|
]);
|
611
615
|
_templateObject13 = function _templateObject() {
|
@@ -627,6 +631,8 @@ function _templateObject14() {
|
|
627
631
|
": var(--surface-accent);\n ",
|
628
632
|
": var(--on-dark-text-primary);\n\n ",
|
629
633
|
": var(--on-dark-text-secondary);\n ",
|
634
|
+
": var(--on-dark-text-secondary);\n ",
|
635
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
630
636
|
": 1;\n "
|
631
637
|
]);
|
632
638
|
_templateObject14 = function _templateObject() {
|
@@ -648,6 +654,8 @@ function _templateObject15() {
|
|
648
654
|
": var(--surface-positive);\n ",
|
649
655
|
": var(--on-dark-text-primary);\n\n ",
|
650
656
|
": var(--on-dark-text-secondary);\n ",
|
657
|
+
": var(--on-dark-text-secondary);\n ",
|
658
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
651
659
|
": 1;\n "
|
652
660
|
]);
|
653
661
|
_templateObject15 = function _templateObject() {
|
@@ -669,6 +677,8 @@ function _templateObject16() {
|
|
669
677
|
": var(--surface-warning);\n ",
|
670
678
|
": var(--on-dark-text-primary);\n\n ",
|
671
679
|
": var(--on-dark-text-secondary);\n ",
|
680
|
+
": var(--on-dark-text-secondary);\n ",
|
681
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
672
682
|
": 1;\n "
|
673
683
|
]);
|
674
684
|
_templateObject16 = function _templateObject() {
|
@@ -690,6 +700,8 @@ function _templateObject17() {
|
|
690
700
|
": var(--surface-negative);\n ",
|
691
701
|
": var(--on-dark-text-primary);\n\n ",
|
692
702
|
": var(--on-dark-text-secondary);\n ",
|
703
|
+
": var(--on-dark-text-secondary);\n ",
|
704
|
+
": var(--on-dark-text-secondary-hover);\n ",
|
693
705
|
": 1;\n "
|
694
706
|
]);
|
695
707
|
_templateObject17 = function _templateObject() {
|
@@ -822,12 +834,12 @@ export var config = {
|
|
822
834
|
true: css(_templateObject11())
|
823
835
|
},
|
824
836
|
chipView: {
|
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)
|
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.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
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.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
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.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
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.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
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.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly),
|
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.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipOpacityReadonly)
|
831
843
|
},
|
832
844
|
hintView: {
|
833
845
|
default: css(_templateObject18(), tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor, tokens.tooltipArrowBackground)
|