@salutejs/sdds-cs 0.330.0-canary.2254.18336605490.0 → 0.330.0-canary.2254.18489699974.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/components/Attach/Attach.config.js +7 -7
- package/components/Autocomplete/Autocomplete.config.js +2 -2
- package/components/Button/Button.config.js +1 -1
- package/components/ButtonGroup/ButtonGroup.config.js +7 -7
- package/components/Calendar/CalendarBase.config.js +2 -2
- package/components/Carousel/Carousel.config.js +1 -1
- package/components/Chip/Chip.config.js +8 -5
- package/components/Combobox/Combobox.config.js +10 -6
- package/components/Combobox/Combobox.d.ts +24 -0
- package/components/DatePicker/DatePicker.config.js +1 -1
- package/components/DatePicker/DatePicker.d.ts +3 -3
- package/components/Dropdown/Dropdown.config.js +1 -3
- package/components/IconButton/IconButton.config.js +1 -1
- package/components/Link/Link.config.js +2 -2
- package/components/Modal/Modal.config.js +3 -3
- package/components/Notification/Notification.config.js +1 -1
- package/components/NumberInput/NumberInput.config.js +1 -1
- package/components/Pagination/Pagination.config.js +6 -6
- package/components/Segment/SegmentItem.config.js +3 -3
- package/components/Select/Select.config.js +6 -5
- package/components/Select/Select.d.ts +6 -0
- package/components/Steps/Steps.config.js +1 -1
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
- package/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/components/Tabs/vertical/VerticalTabs.config.js +1 -1
- package/components/TextField/TextField.config.js +7 -3
- package/components/Toast/Toast.config.js +3 -3
- package/components/ToastNew/ToastNew.config.js +1 -1
- package/components/Tree/Tree.config.js +1 -1
- package/emotion/cjs/components/Attach/Attach.config.js +7 -7
- package/emotion/cjs/components/Autocomplete/Autocomplete.config.js +2 -2
- package/emotion/cjs/components/Button/Button.config.js +1 -1
- package/emotion/cjs/components/ButtonGroup/ButtonGroup.config.js +7 -7
- package/emotion/cjs/components/Calendar/CalendarBase.config.js +2 -2
- package/emotion/cjs/components/Carousel/Carousel.config.js +1 -1
- package/emotion/cjs/components/Chip/Chip.config.js +8 -5
- package/emotion/cjs/components/Combobox/Combobox.config.js +10 -6
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +1 -1
- package/emotion/cjs/components/Dropdown/Dropdown.config.js +1 -3
- package/emotion/cjs/components/IconButton/IconButton.config.js +1 -1
- package/emotion/cjs/components/Link/Link.config.js +2 -2
- package/emotion/cjs/components/Modal/Modal.config.js +3 -3
- package/emotion/cjs/components/Notification/Notification.config.js +1 -1
- package/emotion/cjs/components/NumberInput/NumberInput.config.js +1 -1
- package/emotion/cjs/components/Pagination/Pagination.config.js +6 -6
- package/emotion/cjs/components/Segment/SegmentItem.config.js +3 -3
- package/emotion/cjs/components/Select/Select.config.js +6 -5
- package/emotion/cjs/components/Steps/Steps.config.js +1 -1
- package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
- package/emotion/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/emotion/cjs/components/Tabs/vertical/VerticalTabs.config.js +1 -1
- package/emotion/cjs/components/TextField/TextField.config.js +7 -3
- package/emotion/cjs/components/Toast/Toast.config.js +3 -3
- package/emotion/cjs/components/ToastNew/ToastNew.config.js +1 -1
- package/emotion/cjs/components/Tree/Tree.config.js +1 -1
- package/emotion/es/components/Attach/Attach.config.js +7 -7
- package/emotion/es/components/Autocomplete/Autocomplete.config.js +2 -2
- package/emotion/es/components/Button/Button.config.js +1 -1
- package/emotion/es/components/ButtonGroup/ButtonGroup.config.js +7 -7
- package/emotion/es/components/Calendar/CalendarBase.config.js +2 -2
- package/emotion/es/components/Carousel/Carousel.config.js +1 -1
- package/emotion/es/components/Chip/Chip.config.js +8 -5
- package/emotion/es/components/Combobox/Combobox.config.js +10 -6
- package/emotion/es/components/DatePicker/DatePicker.config.js +1 -1
- package/emotion/es/components/Dropdown/Dropdown.config.js +1 -3
- package/emotion/es/components/IconButton/IconButton.config.js +1 -1
- package/emotion/es/components/Link/Link.config.js +2 -2
- package/emotion/es/components/Modal/Modal.config.js +3 -3
- package/emotion/es/components/Notification/Notification.config.js +1 -1
- package/emotion/es/components/NumberInput/NumberInput.config.js +1 -1
- package/emotion/es/components/Pagination/Pagination.config.js +6 -6
- package/emotion/es/components/Segment/SegmentItem.config.js +3 -3
- package/emotion/es/components/Select/Select.config.js +6 -5
- package/emotion/es/components/Steps/Steps.config.js +1 -1
- package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
- package/emotion/es/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/emotion/es/components/Tabs/vertical/VerticalTabs.config.js +1 -1
- package/emotion/es/components/TextField/TextField.config.js +7 -3
- package/emotion/es/components/Toast/Toast.config.js +3 -3
- package/emotion/es/components/ToastNew/ToastNew.config.js +1 -1
- package/emotion/es/components/Tree/Tree.config.js +1 -1
- package/es/components/Attach/Attach.config.js +7 -7
- package/es/components/Autocomplete/Autocomplete.config.js +2 -2
- package/es/components/Button/Button.config.js +1 -1
- package/es/components/ButtonGroup/ButtonGroup.config.js +7 -7
- package/es/components/Calendar/CalendarBase.config.js +2 -2
- package/es/components/Carousel/Carousel.config.js +1 -1
- package/es/components/Chip/Chip.config.js +8 -5
- package/es/components/Combobox/Combobox.config.js +10 -6
- package/es/components/DatePicker/DatePicker.config.js +1 -1
- package/es/components/Dropdown/Dropdown.config.js +1 -3
- package/es/components/IconButton/IconButton.config.js +1 -1
- package/es/components/Link/Link.config.js +2 -2
- package/es/components/Modal/Modal.config.js +3 -3
- package/es/components/Notification/Notification.config.js +1 -1
- package/es/components/NumberInput/NumberInput.config.js +1 -1
- package/es/components/Pagination/Pagination.config.js +6 -6
- package/es/components/Segment/SegmentItem.config.js +3 -3
- package/es/components/Select/Select.config.js +6 -5
- package/es/components/Steps/Steps.config.js +1 -1
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
- package/es/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/es/components/Tabs/vertical/VerticalTabs.config.js +1 -1
- package/es/components/TextField/TextField.config.js +7 -3
- package/es/components/Toast/Toast.config.js +3 -3
- package/es/components/ToastNew/ToastNew.config.js +1 -1
- package/es/components/Tree/Tree.config.js +1 -1
- package/package.json +3 -3
@@ -12,16 +12,16 @@ function _templateObject() {
|
|
12
12
|
var data = _tagged_template_literal([
|
13
13
|
"\n ",
|
14
14
|
": var(--text-accent);\n ",
|
15
|
-
": var(--text-accent);\n ",
|
16
|
-
": var(--text-accent);\n ",
|
15
|
+
": var(--text-accent-minor);\n ",
|
16
|
+
": var(--text-accent-active);\n ",
|
17
17
|
": var(--surface-clear);\n ",
|
18
18
|
": var(--surface-clear);\n ",
|
19
19
|
": var(--surface-clear);\n ",
|
20
|
+
": var(--text-accent-minor);\n ",
|
21
|
+
": var(--text-accent-active);\n ",
|
20
22
|
": var(--text-accent);\n ",
|
21
|
-
": var(--text-accent);\n ",
|
22
|
-
": var(--text-accent);\n ",
|
23
|
-
": var(--text-accent);\n ",
|
24
|
-
": var(--text-accent);\n\n ",
|
23
|
+
": var(--text-accent-minor);\n ",
|
24
|
+
": var(--text-accent-active);\n\n ",
|
25
25
|
": var(--surface-solid-card);\n ",
|
26
26
|
": var(--surface-solid-card);\n ",
|
27
27
|
": var(--outline-solid-primary);\n\n ",
|
@@ -13,7 +13,7 @@ function _templateObject() {
|
|
13
13
|
"\n ",
|
14
14
|
": var(--text-accent);\n ",
|
15
15
|
": transparent;\n ",
|
16
|
-
":
|
16
|
+
": var(--text-accent-minor);\n ",
|
17
17
|
": transparent;\n ",
|
18
18
|
": var(--text-accent-minor);\n ",
|
19
19
|
": var(--text-accent-minor);\n ",
|
@@ -35,13 +35,13 @@ function _templateObject1() {
|
|
35
35
|
"\n ",
|
36
36
|
": var(--text-accent);\n ",
|
37
37
|
": transparent;\n ",
|
38
|
-
":
|
38
|
+
": var(--text-accent-minor);\n ",
|
39
39
|
": transparent;\n ",
|
40
40
|
": var(--text-accent-minor);\n ",
|
41
41
|
": var(--text-accent-minor);\n ",
|
42
42
|
": var(--text-accent);\n ",
|
43
43
|
": var(--surface-solid-card);\n ",
|
44
|
-
": var(--text-accent);\n ",
|
44
|
+
": var(--text-accent-minor);\n ",
|
45
45
|
": var(--surface-solid-card);\n ",
|
46
46
|
": var(--text-accent-minor);\n ",
|
47
47
|
": var(--text-accent-minor);\n\n ",
|
@@ -24,7 +24,7 @@ function _templateObject() {
|
|
24
24
|
": var(--surface-negative);\n ",
|
25
25
|
": var(--text-tertiary);\n\n ",
|
26
26
|
": var(--text-accent);\n ",
|
27
|
-
":
|
27
|
+
": var(--text-accent-minor);\n ",
|
28
28
|
": var(--text-accent-active);\n ",
|
29
29
|
": var(--text-primary);\n ",
|
30
30
|
": var(--text-primary-hover);\n ",
|
@@ -33,7 +33,7 @@ function _templateObject() {
|
|
33
33
|
": var(--surface-solid-primary-hover);\n ",
|
34
34
|
": var(--surface-solid-primary-active);\n\n ",
|
35
35
|
": var(--text-accent);\n ",
|
36
|
-
":
|
36
|
+
": var(--text-accent-minor);\n ",
|
37
37
|
": var(--surface-transparent-accent);\n ",
|
38
38
|
": 1;\n ",
|
39
39
|
": var(--text-secondary);\n\n ",
|
@@ -67,7 +67,7 @@ function _templateObject1() {
|
|
67
67
|
": var(--surface-negative);\n ",
|
68
68
|
": var(--text-tertiary);\n\n ",
|
69
69
|
": var(--text-accent);\n ",
|
70
|
-
":
|
70
|
+
": var(--text-accent-minor);\n ",
|
71
71
|
": var(--text-accent-active);\n ",
|
72
72
|
": var(--text-primary);\n ",
|
73
73
|
": var(--text-primary-hover);\n ",
|
@@ -76,7 +76,7 @@ function _templateObject1() {
|
|
76
76
|
": var(--surface-solid-primary-hover);\n ",
|
77
77
|
": var(--surface-solid-primary-active);\n\n ",
|
78
78
|
": var(--text-accent);\n ",
|
79
|
-
":
|
79
|
+
": var(--text-accent-minor);\n ",
|
80
80
|
": var(--surface-transparent-accent);\n ",
|
81
81
|
": 1;\n ",
|
82
82
|
": var(--text-secondary);\n\n ",
|
@@ -231,6 +231,7 @@ function _templateObject5() {
|
|
231
231
|
": var(--inverse-text-primary);\n ",
|
232
232
|
": var(--surface-solid-default);\n ",
|
233
233
|
": var(--surface-solid-default-hover);\n ",
|
234
|
+
": var(--inverse-text-secondary);\n ",
|
234
235
|
": var(--inverse-text-primary);\n ",
|
235
236
|
": 1;\n "
|
236
237
|
]);
|
@@ -293,7 +294,7 @@ export var config = {
|
|
293
294
|
outer: css(_templateObject4())
|
294
295
|
},
|
295
296
|
chipView: {
|
296
|
-
default: css(_templateObject5(), selectTokens.textFieldChipColor, selectTokens.textFieldChipBackground, selectTokens.textFieldChipBackgroundHover, selectTokens.textFieldChipCloseIconColor, selectTokens.textFieldChipOpacityReadonly)
|
297
|
+
default: css(_templateObject5(), selectTokens.textFieldChipColor, selectTokens.textFieldChipBackground, selectTokens.textFieldChipBackgroundHover, selectTokens.textFieldChipCloseIconColor, selectTokens.textFieldChipCloseIconColorHover, selectTokens.textFieldChipOpacityReadonly)
|
297
298
|
},
|
298
299
|
disabled: {
|
299
300
|
true: css(_templateObject6(), selectTokens.textFieldDisabledOpacity, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldColor)
|
@@ -12,7 +12,7 @@ function _templateObject() {
|
|
12
12
|
var data = _tagged_template_literal([
|
13
13
|
"\n ",
|
14
14
|
": var(--text-accent);\n ",
|
15
|
-
": var(--text-accent);\n ",
|
15
|
+
": var(--text-accent-minor);\n ",
|
16
16
|
": solid var(--text-accent);\n ",
|
17
17
|
": var(--text-positive);\n ",
|
18
18
|
": var(--surface-clear);\n\n ",
|
@@ -77,7 +77,7 @@ function _templateObject2() {
|
|
77
77
|
": var(--text-accent);\n ",
|
78
78
|
": var(--text-secondary);\n ",
|
79
79
|
": transparent;\n ",
|
80
|
-
":
|
80
|
+
": var(--text-accent-minor);\n ",
|
81
81
|
": var(--text-secondary);\n ",
|
82
82
|
": var(--text-accent-active);\n ",
|
83
83
|
": var(--text-secondary);\n ",
|
@@ -46,7 +46,7 @@ function _templateObject2() {
|
|
46
46
|
var data = _tagged_template_literal([
|
47
47
|
"\n ",
|
48
48
|
": var(--text-accent);\n ",
|
49
|
-
":
|
49
|
+
": var(--text-accent-minor);\n ",
|
50
50
|
": var(--text-accent-active);\n ",
|
51
51
|
": transparent;\n ",
|
52
52
|
": var(--surface-accent);\n\n ",
|
@@ -14,7 +14,7 @@ function _templateObject() {
|
|
14
14
|
": var(--text-accent);\n ",
|
15
15
|
": var(--text-secondary);\n ",
|
16
16
|
": transparent;\n ",
|
17
|
-
":
|
17
|
+
": var(--text-accent-minor);\n ",
|
18
18
|
": var(--text-secondary);\n ",
|
19
19
|
": var(--text-accent-active);\n ",
|
20
20
|
": var(--text-secondary);\n ",
|
@@ -12,7 +12,7 @@ function _templateObject() {
|
|
12
12
|
var data = _tagged_template_literal([
|
13
13
|
"\n ",
|
14
14
|
": var(--text-accent);\n ",
|
15
|
-
":
|
15
|
+
": var(--text-accent-minor);\n ",
|
16
16
|
": var(--text-accent-active);\n ",
|
17
17
|
": transparent;\n ",
|
18
18
|
": var(--surface-accent);\n\n ",
|
@@ -30,12 +30,14 @@ function _templateObject() {
|
|
30
30
|
": var(--text-secondary-hover);\n ",
|
31
31
|
": var(--text-secondary-active);\n ",
|
32
32
|
": var(--text-accent);\n ",
|
33
|
-
":
|
33
|
+
": var(--text-accent-minor);\n ",
|
34
34
|
": var(--text-accent-active);\n\n ",
|
35
35
|
": var(--outline-solid-primary);\n ",
|
36
36
|
": var(--text-secondary);\n ",
|
37
37
|
": var(--surface-accent);\n\n ",
|
38
38
|
": var(--text-secondary);\n ",
|
39
|
+
": var(--text-secondary);\n ",
|
40
|
+
": var(--text-primary);\n ",
|
39
41
|
": var(--text-primary);\n ",
|
40
42
|
": var(--surface-transparent-secondary);\n ",
|
41
43
|
": var(--text-primary-hover);\n ",
|
@@ -81,6 +83,8 @@ function _templateObject1() {
|
|
81
83
|
": var(--surface-negative);\n ",
|
82
84
|
": var(--surface-accent);\n\n ",
|
83
85
|
": var(--text-secondary);\n ",
|
86
|
+
": var(--text-secondary);\n ",
|
87
|
+
": var(--text-primary);\n ",
|
84
88
|
": var(--text-primary);\n ",
|
85
89
|
": var(--surface-transparent-secondary);\n ",
|
86
90
|
": var(--text-primary);\n ",
|
@@ -304,8 +308,8 @@ export var config = {
|
|
304
308
|
},
|
305
309
|
variations: {
|
306
310
|
view: {
|
307
|
-
default: css(_templateObject(), tokens.color, tokens.clearColor, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.caretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.contentSlotRightColor, tokens.contentSlotRightColorHover, tokens.contentSlotRightColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.indicatorColor, tokens.optionalColor),
|
308
|
-
negative: css(_templateObject1(), tokens.color, tokens.clearColor, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.caretColor, tokens.placeholderColor, tokens.clearPlaceholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColorFocus, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.borderColor, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor)
|
311
|
+
default: css(_templateObject(), tokens.color, tokens.clearColor, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.caretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.contentSlotRightColor, tokens.contentSlotRightColorHover, tokens.contentSlotRightColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.chipCloseIconColor, tokens.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.borderColor, tokens.borderColorFocus, tokens.borderColorHover, tokens.indicatorColor, tokens.optionalColor),
|
312
|
+
negative: css(_templateObject1(), tokens.color, tokens.clearColor, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.caretColor, tokens.placeholderColor, tokens.clearPlaceholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColorFocus, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.chipCloseIconColor, tokens.chipCloseIconColorReadonly, tokens.chipCloseIconColorHover, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.borderColor, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor)
|
309
313
|
},
|
310
314
|
size: {
|
311
315
|
s: css(_templateObject2(), tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.textBeforeMargin, tokens.textAfterMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight)
|
@@ -14,7 +14,7 @@ function _templateObject() {
|
|
14
14
|
": var(--text-primary);\n ",
|
15
15
|
": var(--surface-solid-card-brightness);\n\n ",
|
16
16
|
": var(--text-accent);\n ",
|
17
|
-
":
|
17
|
+
": var(--text-accent-minor);\n "
|
18
18
|
]);
|
19
19
|
_templateObject = function _templateObject() {
|
20
20
|
return data;
|
@@ -27,7 +27,7 @@ function _templateObject1() {
|
|
27
27
|
": var(--on-dark-text-primary);\n ",
|
28
28
|
": var(--on-dark-surface-solid-primary-brightness);\n\n ",
|
29
29
|
": var(--on-dark-text-accent);\n ",
|
30
|
-
": var(--on-dark-text-accent-
|
30
|
+
": var(--on-dark-text-accent-minor);\n "
|
31
31
|
]);
|
32
32
|
_templateObject1 = function _templateObject() {
|
33
33
|
return data;
|
@@ -40,7 +40,7 @@ function _templateObject2() {
|
|
40
40
|
": var(--on-light-text-primary);\n ",
|
41
41
|
": var(--on-light-surface-solid-primary-brightness);\n\n ",
|
42
42
|
": var(--on-light-text-accent);\n ",
|
43
|
-
": var(--on-light-text-accent-
|
43
|
+
": var(--on-light-text-accent-minor);\n "
|
44
44
|
]);
|
45
45
|
_templateObject2 = function _templateObject() {
|
46
46
|
return data;
|
@@ -14,7 +14,7 @@ function _templateObject() {
|
|
14
14
|
": var(--text-primary);\n ",
|
15
15
|
": var(--surface-solid-card-brightness);\n\n ",
|
16
16
|
": var(--text-accent);\n ",
|
17
|
-
":
|
17
|
+
": var(--text-accent-minor);\n "
|
18
18
|
]);
|
19
19
|
_templateObject = function _templateObject() {
|
20
20
|
return data;
|
@@ -13,7 +13,7 @@ function _templateObject() {
|
|
13
13
|
"\n ",
|
14
14
|
": var(--text-primary);\n ",
|
15
15
|
": var(--text-accent);\n ",
|
16
|
-
": var(--text-accent-
|
16
|
+
": var(--text-accent-minor);\n ",
|
17
17
|
": var(--text-accent-active);\n ",
|
18
18
|
": var(--text-primary);\n ",
|
19
19
|
": var(--text-primary);\n ",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.330.0-canary.2254.
|
3
|
+
"version": "0.330.0-canary.2254.18489699974.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.338.0-canary.2254.
|
33
|
+
"@salutejs/plasma-new-hope": "0.338.0-canary.2254.18489699974.0",
|
34
34
|
"@salutejs/sdds-themes": "0.47.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "b19b67945bbaba4b694dea5b09f40c4654314f08"
|
127
127
|
}
|