@salutejs/sdds-cs 0.326.0-canary.2159.17056052712.0 → 0.326.0-canary.2159.17089541413.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.d.ts +0 -24
- package/components/Button/Button.config.js +7 -4
- package/components/Button/Button.d.ts +0 -12
- package/components/IconButton/IconButton.d.ts +0 -6
- package/emotion/cjs/components/Button/Button.config.js +7 -4
- package/emotion/es/components/Button/Button.config.js +7 -4
- package/es/components/Button/Button.config.js +7 -4
- package/package.json +3 -3
@@ -32,9 +32,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
32
32
|
shiftLeft?: boolean;
|
33
33
|
shiftRight?: boolean;
|
34
34
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
35
|
-
textColor?: string;
|
36
|
-
iconColor?: string;
|
37
|
-
customColor?: string;
|
38
35
|
} & {
|
39
36
|
value?: string | number;
|
40
37
|
contentRight?: never;
|
@@ -58,9 +55,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
58
55
|
shiftLeft?: boolean;
|
59
56
|
shiftRight?: boolean;
|
60
57
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
61
|
-
textColor?: string;
|
62
|
-
iconColor?: string;
|
63
|
-
customColor?: string;
|
64
58
|
} & {
|
65
59
|
value?: string | number;
|
66
60
|
contentRight?: never;
|
@@ -87,9 +81,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
87
81
|
shiftLeft?: boolean;
|
88
82
|
shiftRight?: boolean;
|
89
83
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
90
|
-
textColor?: string;
|
91
|
-
iconColor?: string;
|
92
|
-
customColor?: string;
|
93
84
|
} & {
|
94
85
|
value?: string | number;
|
95
86
|
contentRight?: never;
|
@@ -114,9 +105,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
114
105
|
shiftLeft?: boolean;
|
115
106
|
shiftRight?: boolean;
|
116
107
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
117
|
-
textColor?: string;
|
118
|
-
iconColor?: string;
|
119
|
-
customColor?: string;
|
120
108
|
} & {
|
121
109
|
value?: string | number;
|
122
110
|
contentRight?: never;
|
@@ -144,9 +132,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
144
132
|
shiftLeft?: boolean;
|
145
133
|
shiftRight?: boolean;
|
146
134
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
147
|
-
textColor?: string;
|
148
|
-
iconColor?: string;
|
149
|
-
customColor?: string;
|
150
135
|
} & {
|
151
136
|
value?: never;
|
152
137
|
contentRight?: import("react").ReactNode;
|
@@ -173,9 +158,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
173
158
|
shiftLeft?: boolean;
|
174
159
|
shiftRight?: boolean;
|
175
160
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
176
|
-
textColor?: string;
|
177
|
-
iconColor?: string;
|
178
|
-
customColor?: string;
|
179
161
|
} & {
|
180
162
|
value?: never;
|
181
163
|
contentRight?: import("react").ReactNode;
|
@@ -199,9 +181,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
199
181
|
shiftLeft?: boolean;
|
200
182
|
shiftRight?: boolean;
|
201
183
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
202
|
-
textColor?: string;
|
203
|
-
iconColor?: string;
|
204
|
-
customColor?: string;
|
205
184
|
} & {
|
206
185
|
value?: never;
|
207
186
|
contentRight?: import("react").ReactNode;
|
@@ -229,9 +208,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
229
208
|
shiftLeft?: boolean;
|
230
209
|
shiftRight?: boolean;
|
231
210
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
232
|
-
textColor?: string;
|
233
|
-
iconColor?: string;
|
234
|
-
customColor?: string;
|
235
211
|
} & {
|
236
212
|
value?: never;
|
237
213
|
contentRight?: import("react").ReactNode;
|
@@ -23,6 +23,7 @@ function _templateObject() {
|
|
23
23
|
var data = _tagged_template_literal([
|
24
24
|
"\n ",
|
25
25
|
": var(--on-dark-text-primary);\n ",
|
26
|
+
": var(--on-dark-text-primary);\n ",
|
26
27
|
": var(--on-light-text-accent-minor);\n ",
|
27
28
|
": var(--surface-accent);\n ",
|
28
29
|
": var(",
|
@@ -40,7 +41,8 @@ function _templateObject1() {
|
|
40
41
|
"\n ",
|
41
42
|
": var(--text-accent);\n ",
|
42
43
|
": #1A9E32;\n ",
|
43
|
-
": var(--text-accent-active);\n
|
44
|
+
": var(--text-accent-active);\n ",
|
45
|
+
": var(--text-accent);\n ",
|
44
46
|
": var(--text-secondary);\n ",
|
45
47
|
": var(--surface-solid-primary);\n ",
|
46
48
|
": var(",
|
@@ -57,6 +59,7 @@ function _templateObject2() {
|
|
57
59
|
var data = _tagged_template_literal([
|
58
60
|
"\n ",
|
59
61
|
": var(--text-accent);\n ",
|
62
|
+
": var(--text-accent);\n ",
|
60
63
|
": var(--text-accent-minor);\n ",
|
61
64
|
": var(--surface-clear);\n ",
|
62
65
|
": var(--surface-transparent-accent);\n ",
|
@@ -159,9 +162,9 @@ var config = {
|
|
159
162
|
},
|
160
163
|
variations: {
|
161
164
|
view: {
|
162
|
-
accent: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive),
|
163
|
-
secondary: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonColorHover, _styledcomponents.buttonTokens.buttonColorActive, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive),
|
164
|
-
clear: (0, _styledcomponents.css)(_templateObject2(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive)
|
165
|
+
accent: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonTextColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive),
|
166
|
+
secondary: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonColorHover, _styledcomponents.buttonTokens.buttonColorActive, _styledcomponents.buttonTokens.buttonTextColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive),
|
167
|
+
clear: (0, _styledcomponents.css)(_templateObject2(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonTextColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive)
|
165
168
|
},
|
166
169
|
size: {
|
167
170
|
s: (0, _styledcomponents.css)(_templateObject3(), _styledcomponents.buttonTokens.buttonHeight, _styledcomponents.buttonTokens.buttonWidth, _styledcomponents.buttonTokens.buttonPadding, _styledcomponents.buttonTokens.buttonRadius, _styledcomponents.buttonTokens.buttonFontFamily, _styledcomponents.buttonTokens.buttonFontSize, _styledcomponents.buttonTokens.buttonFontStyle, _styledcomponents.buttonTokens.buttonFontWeight, _styledcomponents.buttonTokens.buttonLetterSpacing, _styledcomponents.buttonTokens.buttonLineHeight, _styledcomponents.buttonTokens.buttonSpinnerSize, _styledcomponents.buttonTokens.buttonSpinnerColor, _styledcomponents.buttonTokens.buttonLeftContentMargin, _styledcomponents.buttonTokens.buttonRightContentMargin, _styledcomponents.buttonTokens.buttonValueMargin),
|
@@ -35,9 +35,6 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
35
35
|
shiftLeft?: boolean;
|
36
36
|
shiftRight?: boolean;
|
37
37
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
38
|
-
textColor?: string;
|
39
|
-
iconColor?: string;
|
40
|
-
customColor?: string;
|
41
38
|
} & {
|
42
39
|
value?: string | number;
|
43
40
|
contentRight?: never;
|
@@ -59,9 +56,6 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
59
56
|
shiftLeft?: boolean;
|
60
57
|
shiftRight?: boolean;
|
61
58
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
62
|
-
textColor?: string;
|
63
|
-
iconColor?: string;
|
64
|
-
customColor?: string;
|
65
59
|
} & {
|
66
60
|
value?: never;
|
67
61
|
contentRight?: React.ReactNode;
|
@@ -106,9 +100,6 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
106
100
|
shiftLeft?: boolean;
|
107
101
|
shiftRight?: boolean;
|
108
102
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
109
|
-
textColor?: string;
|
110
|
-
iconColor?: string;
|
111
|
-
customColor?: string;
|
112
103
|
} & {
|
113
104
|
value?: string | number;
|
114
105
|
contentRight?: never;
|
@@ -148,9 +139,6 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
148
139
|
shiftLeft?: boolean;
|
149
140
|
shiftRight?: boolean;
|
150
141
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
151
|
-
textColor?: string;
|
152
|
-
iconColor?: string;
|
153
|
-
customColor?: string;
|
154
142
|
} & {
|
155
143
|
value?: never;
|
156
144
|
contentRight?: React.ReactNode;
|
@@ -34,9 +34,6 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
34
34
|
shiftLeft?: boolean;
|
35
35
|
shiftRight?: boolean;
|
36
36
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
37
|
-
textColor?: string;
|
38
|
-
iconColor?: string;
|
39
|
-
customColor?: string;
|
40
37
|
} & {
|
41
38
|
value?: string | number;
|
42
39
|
contentRight?: never;
|
@@ -58,9 +55,6 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
58
55
|
shiftLeft?: boolean;
|
59
56
|
shiftRight?: boolean;
|
60
57
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
61
|
-
textColor?: string;
|
62
|
-
iconColor?: string;
|
63
|
-
customColor?: string;
|
64
58
|
} & {
|
65
59
|
value?: never;
|
66
60
|
contentRight?: import("react").ReactNode;
|
@@ -23,6 +23,7 @@ function _templateObject() {
|
|
23
23
|
var data = _tagged_template_literal([
|
24
24
|
"\n ",
|
25
25
|
": var(--on-dark-text-primary);\n ",
|
26
|
+
": var(--on-dark-text-primary);\n ",
|
26
27
|
": var(--on-light-text-accent-minor);\n ",
|
27
28
|
": var(--surface-accent);\n ",
|
28
29
|
": var(",
|
@@ -40,7 +41,8 @@ function _templateObject1() {
|
|
40
41
|
"\n ",
|
41
42
|
": var(--text-accent);\n ",
|
42
43
|
": #1A9E32;\n ",
|
43
|
-
": var(--text-accent-active);\n
|
44
|
+
": var(--text-accent-active);\n ",
|
45
|
+
": var(--text-accent);\n ",
|
44
46
|
": var(--text-secondary);\n ",
|
45
47
|
": var(--surface-solid-primary);\n ",
|
46
48
|
": var(",
|
@@ -57,6 +59,7 @@ function _templateObject2() {
|
|
57
59
|
var data = _tagged_template_literal([
|
58
60
|
"\n ",
|
59
61
|
": var(--text-accent);\n ",
|
62
|
+
": var(--text-accent);\n ",
|
60
63
|
": var(--text-accent-minor);\n ",
|
61
64
|
": var(--surface-clear);\n ",
|
62
65
|
": var(--surface-transparent-accent);\n ",
|
@@ -159,9 +162,9 @@ var config = {
|
|
159
162
|
},
|
160
163
|
variations: {
|
161
164
|
view: {
|
162
|
-
accent: (0, _emotion.css)(_templateObject(), _emotion.buttonTokens.buttonColor, _emotion.buttonTokens.buttonValueColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonLoadingBackgroundColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonBackgroundColorHover, _emotion.buttonTokens.buttonBackgroundColorActive),
|
163
|
-
secondary: (0, _emotion.css)(_templateObject1(), _emotion.buttonTokens.buttonColor, _emotion.buttonTokens.buttonColorHover, _emotion.buttonTokens.buttonColorActive, _emotion.buttonTokens.buttonValueColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonLoadingBackgroundColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonBackgroundColorHover, _emotion.buttonTokens.buttonBackgroundColorActive),
|
164
|
-
clear: (0, _emotion.css)(_templateObject2(), _emotion.buttonTokens.buttonColor, _emotion.buttonTokens.buttonValueColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonLoadingBackgroundColor, _emotion.buttonTokens.buttonBackgroundColorHover, _emotion.buttonTokens.buttonBackgroundColorActive)
|
165
|
+
accent: (0, _emotion.css)(_templateObject(), _emotion.buttonTokens.buttonColor, _emotion.buttonTokens.buttonTextColor, _emotion.buttonTokens.buttonValueColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonLoadingBackgroundColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonBackgroundColorHover, _emotion.buttonTokens.buttonBackgroundColorActive),
|
166
|
+
secondary: (0, _emotion.css)(_templateObject1(), _emotion.buttonTokens.buttonColor, _emotion.buttonTokens.buttonColorHover, _emotion.buttonTokens.buttonColorActive, _emotion.buttonTokens.buttonTextColor, _emotion.buttonTokens.buttonValueColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonLoadingBackgroundColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonBackgroundColorHover, _emotion.buttonTokens.buttonBackgroundColorActive),
|
167
|
+
clear: (0, _emotion.css)(_templateObject2(), _emotion.buttonTokens.buttonColor, _emotion.buttonTokens.buttonTextColor, _emotion.buttonTokens.buttonValueColor, _emotion.buttonTokens.buttonBackgroundColor, _emotion.buttonTokens.buttonLoadingBackgroundColor, _emotion.buttonTokens.buttonBackgroundColorHover, _emotion.buttonTokens.buttonBackgroundColorActive)
|
165
168
|
},
|
166
169
|
size: {
|
167
170
|
s: (0, _emotion.css)(_templateObject3(), _emotion.buttonTokens.buttonHeight, _emotion.buttonTokens.buttonWidth, _emotion.buttonTokens.buttonPadding, _emotion.buttonTokens.buttonRadius, _emotion.buttonTokens.buttonFontFamily, _emotion.buttonTokens.buttonFontSize, _emotion.buttonTokens.buttonFontStyle, _emotion.buttonTokens.buttonFontWeight, _emotion.buttonTokens.buttonLetterSpacing, _emotion.buttonTokens.buttonLineHeight, _emotion.buttonTokens.buttonSpinnerSize, _emotion.buttonTokens.buttonSpinnerColor, _emotion.buttonTokens.buttonLeftContentMargin, _emotion.buttonTokens.buttonRightContentMargin, _emotion.buttonTokens.buttonValueMargin),
|
@@ -12,6 +12,7 @@ function _templateObject() {
|
|
12
12
|
var data = _tagged_template_literal([
|
13
13
|
"\n ",
|
14
14
|
": var(--on-dark-text-primary);\n ",
|
15
|
+
": var(--on-dark-text-primary);\n ",
|
15
16
|
": var(--on-light-text-accent-minor);\n ",
|
16
17
|
": var(--surface-accent);\n ",
|
17
18
|
": var(",
|
@@ -29,7 +30,8 @@ function _templateObject1() {
|
|
29
30
|
"\n ",
|
30
31
|
": var(--text-accent);\n ",
|
31
32
|
": #1A9E32;\n ",
|
32
|
-
": var(--text-accent-active);\n
|
33
|
+
": var(--text-accent-active);\n ",
|
34
|
+
": var(--text-accent);\n ",
|
33
35
|
": var(--text-secondary);\n ",
|
34
36
|
": var(--surface-solid-primary);\n ",
|
35
37
|
": var(",
|
@@ -46,6 +48,7 @@ function _templateObject2() {
|
|
46
48
|
var data = _tagged_template_literal([
|
47
49
|
"\n ",
|
48
50
|
": var(--text-accent);\n ",
|
51
|
+
": var(--text-accent);\n ",
|
49
52
|
": var(--text-accent-minor);\n ",
|
50
53
|
": var(--surface-clear);\n ",
|
51
54
|
": var(--surface-transparent-accent);\n ",
|
@@ -149,9 +152,9 @@ export var config = {
|
|
149
152
|
},
|
150
153
|
variations: {
|
151
154
|
view: {
|
152
|
-
accent: css(_templateObject(), buttonTokens.buttonColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
153
|
-
secondary: css(_templateObject1(), buttonTokens.buttonColor, buttonTokens.buttonColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
154
|
-
clear: css(_templateObject2(), buttonTokens.buttonColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive)
|
155
|
+
accent: css(_templateObject(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
156
|
+
secondary: css(_templateObject1(), buttonTokens.buttonColor, buttonTokens.buttonColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonTextColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
157
|
+
clear: css(_templateObject2(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive)
|
155
158
|
},
|
156
159
|
size: {
|
157
160
|
s: css(_templateObject3(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
@@ -12,6 +12,7 @@ function _templateObject() {
|
|
12
12
|
var data = _tagged_template_literal([
|
13
13
|
"\n ",
|
14
14
|
": var(--on-dark-text-primary);\n ",
|
15
|
+
": var(--on-dark-text-primary);\n ",
|
15
16
|
": var(--on-light-text-accent-minor);\n ",
|
16
17
|
": var(--surface-accent);\n ",
|
17
18
|
": var(",
|
@@ -29,7 +30,8 @@ function _templateObject1() {
|
|
29
30
|
"\n ",
|
30
31
|
": var(--text-accent);\n ",
|
31
32
|
": #1A9E32;\n ",
|
32
|
-
": var(--text-accent-active);\n
|
33
|
+
": var(--text-accent-active);\n ",
|
34
|
+
": var(--text-accent);\n ",
|
33
35
|
": var(--text-secondary);\n ",
|
34
36
|
": var(--surface-solid-primary);\n ",
|
35
37
|
": var(",
|
@@ -46,6 +48,7 @@ function _templateObject2() {
|
|
46
48
|
var data = _tagged_template_literal([
|
47
49
|
"\n ",
|
48
50
|
": var(--text-accent);\n ",
|
51
|
+
": var(--text-accent);\n ",
|
49
52
|
": var(--text-accent-minor);\n ",
|
50
53
|
": var(--surface-clear);\n ",
|
51
54
|
": var(--surface-transparent-accent);\n ",
|
@@ -149,9 +152,9 @@ export var config = {
|
|
149
152
|
},
|
150
153
|
variations: {
|
151
154
|
view: {
|
152
|
-
accent: css(_templateObject(), buttonTokens.buttonColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
153
|
-
secondary: css(_templateObject1(), buttonTokens.buttonColor, buttonTokens.buttonColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
154
|
-
clear: css(_templateObject2(), buttonTokens.buttonColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive)
|
155
|
+
accent: css(_templateObject(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
156
|
+
secondary: css(_templateObject1(), buttonTokens.buttonColor, buttonTokens.buttonColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonTextColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
|
157
|
+
clear: css(_templateObject2(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive)
|
155
158
|
},
|
156
159
|
size: {
|
157
160
|
s: css(_templateObject3(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.326.0-canary.2159.
|
3
|
+
"version": "0.326.0-canary.2159.17089541413.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.334.0-canary.2159.
|
33
|
+
"@salutejs/plasma-new-hope": "0.334.0-canary.2159.17089541413.0",
|
34
34
|
"@salutejs/sdds-themes": "0.45.0-dev.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "017be95011f78faf7d49a9d7ab333ec45cc2b350"
|
127
127
|
}
|