@salutejs/plasma-web 1.579.0-canary.1916.14452626215.0 → 1.579.0-canary.1916.14472644120.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/Checkbox/Checkbox.config.d.ts +1 -0
- package/components/Checkbox/Checkbox.config.js +14 -13
- package/components/Checkbox/Checkbox.d.ts +2 -0
- package/components/DatePicker/DatePicker.config.js +1 -1
- package/components/DatePicker/DatePicker.d.ts +1 -1
- package/components/Radiobox/Radiobox.config.d.ts +1 -0
- package/components/Radiobox/Radiobox.config.js +14 -13
- package/components/Radiobox/Radiobox.d.ts +2 -0
- package/components/Typography/Old/index.d.ts +6 -0
- package/components/Typography/Typography.d.ts +34 -0
- package/css/cjs/components/Checkbox/Checkbox.config.js +14 -13
- package/css/cjs/components/Checkbox/Checkbox.config.js.map +1 -1
- package/css/cjs/components/Checkbox/{Checkbox.config_1dyaw29.css → Checkbox.config_57uhk4.css} +12 -11
- package/css/cjs/components/Checkbox/Checkbox.css +14 -13
- package/css/cjs/components/DatePicker/DatePicker.config.js +1 -1
- package/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/css/{es/components/DatePicker/DatePicker.config_om5396.css → cjs/components/DatePicker/DatePicker.config_1q6rwyz.css} +1 -1
- package/css/cjs/components/DatePicker/DatePicker.css +7 -7
- package/css/cjs/components/Radiobox/Radiobox.config.js +14 -13
- package/css/cjs/components/Radiobox/Radiobox.config.js.map +1 -1
- package/css/{es/components/Radiobox/Radiobox.config_1bffieh.css → cjs/components/Radiobox/Radiobox.config_1klut3q.css} +12 -11
- package/css/cjs/components/Radiobox/Radiobox.css +14 -13
- package/css/cjs/index.css +35 -33
- package/css/es/components/Checkbox/Checkbox.config.js +14 -13
- package/css/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/css/es/components/Checkbox/{Checkbox.config_1dyaw29.css → Checkbox.config_57uhk4.css} +12 -11
- package/css/es/components/Checkbox/Checkbox.css +14 -13
- package/css/es/components/DatePicker/DatePicker.config.js +1 -1
- package/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/css/{cjs/components/DatePicker/DatePicker.config_om5396.css → es/components/DatePicker/DatePicker.config_1q6rwyz.css} +1 -1
- package/css/es/components/DatePicker/DatePicker.css +7 -7
- package/css/es/components/Radiobox/Radiobox.config.js +14 -13
- package/css/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/css/{cjs/components/Radiobox/Radiobox.config_1bffieh.css → es/components/Radiobox/Radiobox.config_1klut3q.css} +12 -11
- package/css/es/components/Radiobox/Radiobox.css +14 -13
- package/css/es/index.css +35 -33
- package/es/components/Checkbox/Checkbox.config.js +14 -13
- package/es/components/DatePicker/DatePicker.config.js +1 -1
- package/es/components/Radiobox/Radiobox.config.js +14 -13
- package/package.json +6 -6
@@ -8,11 +8,13 @@ export declare const BodyM: import("react").FunctionComponent<import("@salutejs/
|
|
8
8
|
breakWord?: boolean | undefined;
|
9
9
|
color?: string | undefined;
|
10
10
|
size?: string | undefined;
|
11
|
+
isNumeric?: boolean | undefined;
|
11
12
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
12
13
|
noWrap?: boolean | undefined;
|
13
14
|
breakWord?: boolean | undefined;
|
14
15
|
color?: string | undefined;
|
15
16
|
size?: string | undefined;
|
17
|
+
isNumeric?: boolean | undefined;
|
16
18
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
17
19
|
export declare const BodyL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
18
20
|
size: {
|
@@ -23,11 +25,13 @@ export declare const BodyL: import("react").FunctionComponent<import("@salutejs/
|
|
23
25
|
breakWord?: boolean | undefined;
|
24
26
|
color?: string | undefined;
|
25
27
|
size?: string | undefined;
|
28
|
+
isNumeric?: boolean | undefined;
|
26
29
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
27
30
|
noWrap?: boolean | undefined;
|
28
31
|
breakWord?: boolean | undefined;
|
29
32
|
color?: string | undefined;
|
30
33
|
size?: string | undefined;
|
34
|
+
isNumeric?: boolean | undefined;
|
31
35
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
32
36
|
export declare const BodyS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
33
37
|
size: {
|
@@ -38,11 +42,13 @@ export declare const BodyS: import("react").FunctionComponent<import("@salutejs/
|
|
38
42
|
breakWord?: boolean | undefined;
|
39
43
|
color?: string | undefined;
|
40
44
|
size?: string | undefined;
|
45
|
+
isNumeric?: boolean | undefined;
|
41
46
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
42
47
|
noWrap?: boolean | undefined;
|
43
48
|
breakWord?: boolean | undefined;
|
44
49
|
color?: string | undefined;
|
45
50
|
size?: string | undefined;
|
51
|
+
isNumeric?: boolean | undefined;
|
46
52
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
47
53
|
export declare const BodyXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
48
54
|
size: {
|
@@ -53,11 +59,13 @@ export declare const BodyXS: import("react").FunctionComponent<import("@salutejs
|
|
53
59
|
breakWord?: boolean | undefined;
|
54
60
|
color?: string | undefined;
|
55
61
|
size?: string | undefined;
|
62
|
+
isNumeric?: boolean | undefined;
|
56
63
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
57
64
|
noWrap?: boolean | undefined;
|
58
65
|
breakWord?: boolean | undefined;
|
59
66
|
color?: string | undefined;
|
60
67
|
size?: string | undefined;
|
68
|
+
isNumeric?: boolean | undefined;
|
61
69
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
62
70
|
export declare const BodyXXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
63
71
|
size: {
|
@@ -68,11 +76,13 @@ export declare const BodyXXS: import("react").FunctionComponent<import("@salutej
|
|
68
76
|
breakWord?: boolean | undefined;
|
69
77
|
color?: string | undefined;
|
70
78
|
size?: string | undefined;
|
79
|
+
isNumeric?: boolean | undefined;
|
71
80
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
72
81
|
noWrap?: boolean | undefined;
|
73
82
|
breakWord?: boolean | undefined;
|
74
83
|
color?: string | undefined;
|
75
84
|
size?: string | undefined;
|
85
|
+
isNumeric?: boolean | undefined;
|
76
86
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
77
87
|
export declare const DsplM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
78
88
|
size: {
|
@@ -83,11 +93,13 @@ export declare const DsplM: import("react").FunctionComponent<import("@salutejs/
|
|
83
93
|
breakWord?: boolean | undefined;
|
84
94
|
color?: string | undefined;
|
85
95
|
size?: string | undefined;
|
96
|
+
isNumeric?: boolean | undefined;
|
86
97
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
87
98
|
noWrap?: boolean | undefined;
|
88
99
|
breakWord?: boolean | undefined;
|
89
100
|
color?: string | undefined;
|
90
101
|
size?: string | undefined;
|
102
|
+
isNumeric?: boolean | undefined;
|
91
103
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
92
104
|
export declare const DsplL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
93
105
|
size: {
|
@@ -98,11 +110,13 @@ export declare const DsplL: import("react").FunctionComponent<import("@salutejs/
|
|
98
110
|
breakWord?: boolean | undefined;
|
99
111
|
color?: string | undefined;
|
100
112
|
size?: string | undefined;
|
113
|
+
isNumeric?: boolean | undefined;
|
101
114
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
102
115
|
noWrap?: boolean | undefined;
|
103
116
|
breakWord?: boolean | undefined;
|
104
117
|
color?: string | undefined;
|
105
118
|
size?: string | undefined;
|
119
|
+
isNumeric?: boolean | undefined;
|
106
120
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
107
121
|
export declare const DsplS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
108
122
|
size: {
|
@@ -113,11 +127,13 @@ export declare const DsplS: import("react").FunctionComponent<import("@salutejs/
|
|
113
127
|
breakWord?: boolean | undefined;
|
114
128
|
color?: string | undefined;
|
115
129
|
size?: string | undefined;
|
130
|
+
isNumeric?: boolean | undefined;
|
116
131
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
117
132
|
noWrap?: boolean | undefined;
|
118
133
|
breakWord?: boolean | undefined;
|
119
134
|
color?: string | undefined;
|
120
135
|
size?: string | undefined;
|
136
|
+
isNumeric?: boolean | undefined;
|
121
137
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
122
138
|
export declare const H1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
123
139
|
size: {
|
@@ -128,11 +144,13 @@ export declare const H1: import("react").FunctionComponent<import("@salutejs/pla
|
|
128
144
|
breakWord?: boolean | undefined;
|
129
145
|
color?: string | undefined;
|
130
146
|
size?: string | undefined;
|
147
|
+
isNumeric?: boolean | undefined;
|
131
148
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
132
149
|
noWrap?: boolean | undefined;
|
133
150
|
breakWord?: boolean | undefined;
|
134
151
|
color?: string | undefined;
|
135
152
|
size?: string | undefined;
|
153
|
+
isNumeric?: boolean | undefined;
|
136
154
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
137
155
|
export declare const H2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
138
156
|
size: {
|
@@ -143,11 +161,13 @@ export declare const H2: import("react").FunctionComponent<import("@salutejs/pla
|
|
143
161
|
breakWord?: boolean | undefined;
|
144
162
|
color?: string | undefined;
|
145
163
|
size?: string | undefined;
|
164
|
+
isNumeric?: boolean | undefined;
|
146
165
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
147
166
|
noWrap?: boolean | undefined;
|
148
167
|
breakWord?: boolean | undefined;
|
149
168
|
color?: string | undefined;
|
150
169
|
size?: string | undefined;
|
170
|
+
isNumeric?: boolean | undefined;
|
151
171
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
152
172
|
export declare const H3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
153
173
|
size: {
|
@@ -158,11 +178,13 @@ export declare const H3: import("react").FunctionComponent<import("@salutejs/pla
|
|
158
178
|
breakWord?: boolean | undefined;
|
159
179
|
color?: string | undefined;
|
160
180
|
size?: string | undefined;
|
181
|
+
isNumeric?: boolean | undefined;
|
161
182
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
162
183
|
noWrap?: boolean | undefined;
|
163
184
|
breakWord?: boolean | undefined;
|
164
185
|
color?: string | undefined;
|
165
186
|
size?: string | undefined;
|
187
|
+
isNumeric?: boolean | undefined;
|
166
188
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
167
189
|
export declare const H4: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
168
190
|
size: {
|
@@ -173,11 +195,13 @@ export declare const H4: import("react").FunctionComponent<import("@salutejs/pla
|
|
173
195
|
breakWord?: boolean | undefined;
|
174
196
|
color?: string | undefined;
|
175
197
|
size?: string | undefined;
|
198
|
+
isNumeric?: boolean | undefined;
|
176
199
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
177
200
|
noWrap?: boolean | undefined;
|
178
201
|
breakWord?: boolean | undefined;
|
179
202
|
color?: string | undefined;
|
180
203
|
size?: string | undefined;
|
204
|
+
isNumeric?: boolean | undefined;
|
181
205
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
182
206
|
export declare const H5: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
183
207
|
size: {
|
@@ -188,11 +212,13 @@ export declare const H5: import("react").FunctionComponent<import("@salutejs/pla
|
|
188
212
|
breakWord?: boolean | undefined;
|
189
213
|
color?: string | undefined;
|
190
214
|
size?: string | undefined;
|
215
|
+
isNumeric?: boolean | undefined;
|
191
216
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
192
217
|
noWrap?: boolean | undefined;
|
193
218
|
breakWord?: boolean | undefined;
|
194
219
|
color?: string | undefined;
|
195
220
|
size?: string | undefined;
|
221
|
+
isNumeric?: boolean | undefined;
|
196
222
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
197
223
|
export declare const TextM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
198
224
|
size: {
|
@@ -203,11 +229,13 @@ export declare const TextM: import("react").FunctionComponent<import("@salutejs/
|
|
203
229
|
breakWord?: boolean | undefined;
|
204
230
|
color?: string | undefined;
|
205
231
|
size?: string | undefined;
|
232
|
+
isNumeric?: boolean | undefined;
|
206
233
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
207
234
|
noWrap?: boolean | undefined;
|
208
235
|
breakWord?: boolean | undefined;
|
209
236
|
color?: string | undefined;
|
210
237
|
size?: string | undefined;
|
238
|
+
isNumeric?: boolean | undefined;
|
211
239
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
212
240
|
export declare const TextL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
213
241
|
size: {
|
@@ -218,11 +246,13 @@ export declare const TextL: import("react").FunctionComponent<import("@salutejs/
|
|
218
246
|
breakWord?: boolean | undefined;
|
219
247
|
color?: string | undefined;
|
220
248
|
size?: string | undefined;
|
249
|
+
isNumeric?: boolean | undefined;
|
221
250
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
222
251
|
noWrap?: boolean | undefined;
|
223
252
|
breakWord?: boolean | undefined;
|
224
253
|
color?: string | undefined;
|
225
254
|
size?: string | undefined;
|
255
|
+
isNumeric?: boolean | undefined;
|
226
256
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
227
257
|
export declare const TextS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
228
258
|
size: {
|
@@ -233,11 +263,13 @@ export declare const TextS: import("react").FunctionComponent<import("@salutejs/
|
|
233
263
|
breakWord?: boolean | undefined;
|
234
264
|
color?: string | undefined;
|
235
265
|
size?: string | undefined;
|
266
|
+
isNumeric?: boolean | undefined;
|
236
267
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
237
268
|
noWrap?: boolean | undefined;
|
238
269
|
breakWord?: boolean | undefined;
|
239
270
|
color?: string | undefined;
|
240
271
|
size?: string | undefined;
|
272
|
+
isNumeric?: boolean | undefined;
|
241
273
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
242
274
|
export declare const TextXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
243
275
|
size: {
|
@@ -248,9 +280,11 @@ export declare const TextXS: import("react").FunctionComponent<import("@salutejs
|
|
248
280
|
breakWord?: boolean | undefined;
|
249
281
|
color?: string | undefined;
|
250
282
|
size?: string | undefined;
|
283
|
+
isNumeric?: boolean | undefined;
|
251
284
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
|
252
285
|
noWrap?: boolean | undefined;
|
253
286
|
breakWord?: boolean | undefined;
|
254
287
|
color?: string | undefined;
|
255
288
|
size?: string | undefined;
|
289
|
+
isNumeric?: boolean | undefined;
|
256
290
|
} & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require('./Checkbox.
|
1
|
+
require('./Checkbox.config_57uhk4.css');
|
2
2
|
'use strict';
|
3
3
|
|
4
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
@@ -12,31 +12,32 @@ var config = {
|
|
12
12
|
variations: {
|
13
13
|
size: {
|
14
14
|
s: "s1rbd3p5",
|
15
|
-
m: "m1b31az7"
|
15
|
+
m: "m1b31az7",
|
16
|
+
l: "lhc94kv"
|
16
17
|
},
|
17
18
|
view: {
|
18
|
-
accent: "
|
19
|
+
accent: "auukuk0",
|
19
20
|
// deprecated
|
20
|
-
"default": "
|
21
|
+
"default": "d527yke",
|
21
22
|
// deprecated
|
22
|
-
primary: "
|
23
|
+
primary: "p14xqe1f",
|
23
24
|
// deprecated
|
24
|
-
secondary: "
|
25
|
+
secondary: "s1osm13r",
|
25
26
|
// deprecated
|
26
|
-
tertiary: "
|
27
|
+
tertiary: "t1dy107n",
|
27
28
|
// deprecated
|
28
|
-
paragraph: "
|
29
|
+
paragraph: "pkg3b6l",
|
29
30
|
// deprecated
|
30
|
-
positive: "
|
31
|
+
positive: "p156nc0s",
|
31
32
|
// deprecated
|
32
|
-
warning: "
|
33
|
-
negative: "
|
33
|
+
warning: "w9dcoci",
|
34
|
+
negative: "nvknbfm"
|
34
35
|
},
|
35
36
|
disabled: {
|
36
|
-
"true": "
|
37
|
+
"true": "t1npi1sh"
|
37
38
|
},
|
38
39
|
focused: {
|
39
|
-
"true": "
|
40
|
+
"true": "trr86lt"
|
40
41
|
}
|
41
42
|
}
|
42
43
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Checkbox.config.js","sources":["../../../../src-css/components/Checkbox/Checkbox.config.ts"],"sourcesContent":["import { css, checkboxTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'accent',\n size: 'm',\n focused: 'true',\n },\n variations: {\n size: {\n s: css`\n ${checkboxTokens.margin}: 0;\n ${checkboxTokens.triggerPadding}: 0.0625rem;\n ${checkboxTokens.triggerSize}: 0.875rem;\n ${checkboxTokens.triggerBorderRadius}: 0.25rem;\n ${checkboxTokens.triggerBorderWidth}: 0.125rem;\n ${checkboxTokens.contentTopOffset}: 0;\n ${checkboxTokens.contentLeftOffset}: 0.5rem;\n ${checkboxTokens.descriptionMarginTop}: 0.125rem;\n ${checkboxTokens.labelFontFamily}: var(--plasma-typo-body-s-font-family);\n ${checkboxTokens.labelFontSize}: var(--plasma-typo-body-s-font-size);\n ${checkboxTokens.labelFontStyle}: var(--plasma-typo-body-s-font-style);\n ${checkboxTokens.labelFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${checkboxTokens.labelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${checkboxTokens.labelLineHeight}: var(--plasma-typo-body-s-line-height);\n ${checkboxTokens.descriptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${checkboxTokens.descriptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${checkboxTokens.descriptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${checkboxTokens.descriptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${checkboxTokens.descriptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${checkboxTokens.descriptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n m: css`\n ${checkboxTokens.margin}: 0;\n ${checkboxTokens.triggerPadding}: 0.125rem;\n ${checkboxTokens.triggerSize}: 1.25rem;\n ${checkboxTokens.triggerBorderRadius}: 0.375rem;\n ${checkboxTokens.triggerBorderWidth}: 0.125rem;\n ${checkboxTokens.contentTopOffset}: 0.125rem;\n ${checkboxTokens.contentLeftOffset}: 0.75rem;\n ${checkboxTokens.descriptionMarginTop}: 0.125rem;\n ${checkboxTokens.labelFontFamily}: var(--plasma-typo-body-m-font-family);\n ${checkboxTokens.labelFontSize}: var(--plasma-typo-body-m-font-size);\n ${checkboxTokens.labelFontStyle}: var(--plasma-typo-body-m-font-style);\n ${checkboxTokens.labelFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${checkboxTokens.labelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${checkboxTokens.labelLineHeight}: var(--plasma-typo-body-m-line-height);\n ${checkboxTokens.descriptionFontFamily}: var(--plasma-typo-body-s-font-family);\n ${checkboxTokens.descriptionFontSize}: var(--plasma-typo-body-s-font-size);\n ${checkboxTokens.descriptionFontStyle}: var(--plasma-typo-body-s-font-style);\n ${checkboxTokens.descriptionFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${checkboxTokens.descriptionLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${checkboxTokens.descriptionLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n },\n view: {\n accent: css`\n ${checkboxTokens.fillColor}: var(--text-accent);\n ${checkboxTokens.iconColor}: var(--on-dark-text-primary);\n ${checkboxTokens.labelColor}: var(--text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n default: css`\n ${checkboxTokens.fillColor}: var(--text-primary);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n primary: css`\n ${checkboxTokens.fillColor}: var(--text-primary);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n secondary: css`\n ${checkboxTokens.fillColor}: var(--text-secondary);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n tertiary: css`\n ${checkboxTokens.fillColor}: var(--text-tertiary);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n paragraph: css`\n ${checkboxTokens.fillColor}: var(--text-paragraph);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n positive: css`\n ${checkboxTokens.fillColor}: var(--text-positive);\n ${checkboxTokens.iconColor}: var(--on-dark-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n warning: css`\n ${checkboxTokens.fillColor}: var(--text-warning);\n ${checkboxTokens.iconColor}: var(--on-dark-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n negative: css`\n ${checkboxTokens.fillColor}: var(--text-negative);\n ${checkboxTokens.iconColor}: var(--on-dark-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-negative);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n },\n disabled: {\n true: css`\n ${checkboxTokens.disabledOpacity}: 0.4;\n `,\n },\n focused: {\n true: css`\n ${checkboxTokens.focusColor}: var(--text-accent);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","focused","variations","s","m","accent","default","primary","secondary","tertiary","paragraph","positive","warning","negative","disabled","true"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,QAAQ;AACdC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,OAAO,EAAE,MAAA;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAqBA,UAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;KAsBJ;AACDL,IAAAA,IAAI,EAAE;AACFM,MAAAA,MAAM,EAQL,SAAA;AACD;AACAC,MAAAA,SAAAA,EAOC,SAAA;AACD;AACAC,MAAAA,OAAO,EAON,SAAA;AACD;AACAC,MAAAA,SAAS,EAOR,UAAA;AACD;AACAC,MAAAA,QAAQ,EAOP,UAAA;AACD;AACAC,MAAAA,SAAS,EAOR,UAAA;AACD;AACAC,MAAAA,QAAQ,EAOP,SAAA;AACD;AACAC,MAAAA,OAAO,EAON,UAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAQX;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,SAAA;KAGP;AACDd,IAAAA,OAAO,EAAE;MACLc,MAAI,EAAA,UAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
1
|
+
{"version":3,"file":"Checkbox.config.js","sources":["../../../../src-css/components/Checkbox/Checkbox.config.ts"],"sourcesContent":["import { css, checkboxTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'accent',\n size: 'm',\n focused: 'true',\n },\n variations: {\n size: {\n s: css`\n ${checkboxTokens.margin}: 0;\n ${checkboxTokens.triggerPadding}: 0.0625rem;\n ${checkboxTokens.triggerSize}: 0.875rem;\n ${checkboxTokens.triggerBorderRadius}: 0.25rem;\n ${checkboxTokens.triggerBorderWidth}: 0.125rem;\n ${checkboxTokens.contentTopOffset}: 0;\n ${checkboxTokens.contentLeftOffset}: 0.5rem;\n ${checkboxTokens.descriptionMarginTop}: 0.125rem;\n ${checkboxTokens.labelFontFamily}: var(--plasma-typo-body-s-font-family);\n ${checkboxTokens.labelFontSize}: var(--plasma-typo-body-s-font-size);\n ${checkboxTokens.labelFontStyle}: var(--plasma-typo-body-s-font-style);\n ${checkboxTokens.labelFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${checkboxTokens.labelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${checkboxTokens.labelLineHeight}: var(--plasma-typo-body-s-line-height);\n ${checkboxTokens.descriptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${checkboxTokens.descriptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${checkboxTokens.descriptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${checkboxTokens.descriptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${checkboxTokens.descriptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${checkboxTokens.descriptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n m: css`\n ${checkboxTokens.margin}: 0;\n ${checkboxTokens.triggerPadding}: 0.125rem;\n ${checkboxTokens.triggerSize}: 1.25rem;\n ${checkboxTokens.triggerBorderRadius}: 0.375rem;\n ${checkboxTokens.triggerBorderWidth}: 0.125rem;\n ${checkboxTokens.contentTopOffset}: 0.125rem;\n ${checkboxTokens.contentLeftOffset}: 0.75rem;\n ${checkboxTokens.descriptionMarginTop}: 0.125rem;\n ${checkboxTokens.labelFontFamily}: var(--plasma-typo-body-m-font-family);\n ${checkboxTokens.labelFontSize}: var(--plasma-typo-body-m-font-size);\n ${checkboxTokens.labelFontStyle}: var(--plasma-typo-body-m-font-style);\n ${checkboxTokens.labelFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${checkboxTokens.labelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${checkboxTokens.labelLineHeight}: var(--plasma-typo-body-m-line-height);\n ${checkboxTokens.descriptionFontFamily}: var(--plasma-typo-body-s-font-family);\n ${checkboxTokens.descriptionFontSize}: var(--plasma-typo-body-s-font-size);\n ${checkboxTokens.descriptionFontStyle}: var(--plasma-typo-body-s-font-style);\n ${checkboxTokens.descriptionFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${checkboxTokens.descriptionLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${checkboxTokens.descriptionLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n l: css`\n ${checkboxTokens.margin}: 0;\n ${checkboxTokens.triggerPadding}: 0.125rem;\n ${checkboxTokens.triggerSize}: 1.25rem;\n ${checkboxTokens.triggerBorderRadius}: 0.375rem;\n ${checkboxTokens.triggerBorderWidth}: 0.125rem;\n ${checkboxTokens.contentTopOffset}: 0.0625rem;\n ${checkboxTokens.contentLeftOffset}: 0.75rem;\n ${checkboxTokens.labelFontFamily}: var(--plasma-typo-body-l-font-family);\n ${checkboxTokens.labelFontSize}: var(--plasma-typo-body-l-font-size);\n ${checkboxTokens.labelFontStyle}: var(--plasma-typo-body-l-font-style);\n ${checkboxTokens.labelFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${checkboxTokens.labelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${checkboxTokens.labelLineHeight}: var(--plasma-typo-body-l-line-height);\n ${checkboxTokens.descriptionMarginTop}: 0.125rem;\n ${checkboxTokens.descriptionFontFamily}: var(--plasma-typo-body-m-font-family);\n ${checkboxTokens.descriptionFontSize}: var(--plasma-typo-body-m-font-size);\n ${checkboxTokens.descriptionFontStyle}: var(--plasma-typo-body-m-font-style);\n ${checkboxTokens.descriptionFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${checkboxTokens.descriptionLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${checkboxTokens.descriptionLineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n },\n view: {\n accent: css`\n ${checkboxTokens.fillColor}: var(--text-accent);\n ${checkboxTokens.iconColor}: var(--on-dark-text-primary);\n ${checkboxTokens.labelColor}: var(--text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n default: css`\n ${checkboxTokens.fillColor}: var(--text-primary);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n primary: css`\n ${checkboxTokens.fillColor}: var(--text-primary);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n secondary: css`\n ${checkboxTokens.fillColor}: var(--text-secondary);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n tertiary: css`\n ${checkboxTokens.fillColor}: var(--text-tertiary);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n paragraph: css`\n ${checkboxTokens.fillColor}: var(--text-paragraph);\n ${checkboxTokens.iconColor}: var(--inverse-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n positive: css`\n ${checkboxTokens.fillColor}: var(--text-positive);\n ${checkboxTokens.iconColor}: var(--on-dark-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n // deprecated\n warning: css`\n ${checkboxTokens.fillColor}: var(--text-warning);\n ${checkboxTokens.iconColor}: var(--on-dark-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-secondary);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n negative: css`\n ${checkboxTokens.fillColor}: var(--text-negative);\n ${checkboxTokens.iconColor}: var(--on-dark-text-primary);\n ${checkboxTokens.descriptionColor}: var(--text-secondary);\n ${checkboxTokens.triggerBackgroundColor}: transparent;\n ${checkboxTokens.triggerBorderColor}: var(--text-negative);\n ${checkboxTokens.triggerBorderCheckedColor}: transparent;\n `,\n },\n disabled: {\n true: css`\n ${checkboxTokens.disabledOpacity}: 0.4;\n `,\n },\n focused: {\n true: css`\n ${checkboxTokens.focusColor}: var(--text-accent);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","focused","variations","s","m","l","accent","default","primary","secondary","tertiary","paragraph","positive","warning","negative","disabled","true"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,QAAQ;AACdC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,OAAO,EAAE,MAAA;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAqBA,UAAA;AACDC,MAAAA,CAAC,EAqBA,UAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KAsBJ;AACDN,IAAAA,IAAI,EAAE;AACFO,MAAAA,MAAM,EAQL,SAAA;AACD;AACAC,MAAAA,SAAAA,EAOC,SAAA;AACD;AACAC,MAAAA,OAAO,EAON,UAAA;AACD;AACAC,MAAAA,SAAS,EAOR,UAAA;AACD;AACAC,MAAAA,QAAQ,EAOP,UAAA;AACD;AACAC,MAAAA,SAAS,EAOR,SAAA;AACD;AACAC,MAAAA,QAAQ,EAOP,UAAA;AACD;AACAC,MAAAA,OAAO,EAON,SAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAQX;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;KAGP;AACDf,IAAAA,OAAO,EAAE;MACLe,MAAI,EAAA,SAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
package/css/cjs/components/Checkbox/{Checkbox.config_1dyaw29.css → Checkbox.config_57uhk4.css}
RENAMED
@@ -1,13 +1,14 @@
|
|
1
1
|
.s1rbd3p5{--plasma-checkbox-margin:0;--plasma-checkbox-trigger-padding:0.0625rem;--plasma-checkbox-trigger-size:0.875rem;--plasma-checkbox-trigger-border-radius:0.25rem;--plasma-checkbox-trigger-border-width:0.125rem;--plasma-checkbox-content-top-offset:0;--plasma-checkbox-content-left-offset:0.5rem;--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-checkbox-description-font-family:var(--plasma-typo-body-xs-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-xs-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-xs-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-xs-line-height);}
|
2
2
|
.m1b31az7{--plasma-checkbox-margin:0;--plasma-checkbox-trigger-padding:0.125rem;--plasma-checkbox-trigger-size:1.25rem;--plasma-checkbox-trigger-border-radius:0.375rem;--plasma-checkbox-trigger-border-width:0.125rem;--plasma-checkbox-content-top-offset:0.125rem;--plasma-checkbox-content-left-offset:0.75rem;--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-checkbox-description-font-family:var(--plasma-typo-body-s-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-s-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-s-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-s-line-height);}
|
3
|
-
.
|
4
|
-
.
|
5
|
-
.
|
6
|
-
.
|
7
|
-
.
|
8
|
-
.
|
9
|
-
.pkg3b6l{--plasma-checkbox-fill-color:var(--text-
|
10
|
-
.
|
11
|
-
.
|
12
|
-
.
|
13
|
-
.t1npi1sh{--plasma-checkbox-
|
3
|
+
.lhc94kv{--plasma-checkbox-margin:0;--plasma-checkbox-trigger-padding:0.125rem;--plasma-checkbox-trigger-size:1.25rem;--plasma-checkbox-trigger-border-radius:0.375rem;--plasma-checkbox-trigger-border-width:0.125rem;--plasma-checkbox-content-top-offset:0.0625rem;--plasma-checkbox-content-left-offset:0.75rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-description-font-family:var(--plasma-typo-body-m-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-m-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-m-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-m-line-height);}
|
4
|
+
.auukuk0{--plasma-checkbox-fill-color:var(--text-accent);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-label-color:var(--text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
5
|
+
.d527yke{--plasma-checkbox-fill-color:var(--text-primary);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
6
|
+
.p14xqe1f{--plasma-checkbox-fill-color:var(--text-primary);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
7
|
+
.s1osm13r{--plasma-checkbox-fill-color:var(--text-secondary);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
8
|
+
.t1dy107n{--plasma-checkbox-fill-color:var(--text-tertiary);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
9
|
+
.pkg3b6l{--plasma-checkbox-fill-color:var(--text-paragraph);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
10
|
+
.p156nc0s{--plasma-checkbox-fill-color:var(--text-positive);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
11
|
+
.w9dcoci{--plasma-checkbox-fill-color:var(--text-warning);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
12
|
+
.nvknbfm{--plasma-checkbox-fill-color:var(--text-negative);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-negative);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
13
|
+
.t1npi1sh{--plasma-checkbox-disabled-opacity:0.4;}
|
14
|
+
.trr86lt{--plasma-checkbox-focus-color:var(--text-accent);}
|
@@ -1,13 +1,14 @@
|
|
1
|
-
.
|
2
|
-
.
|
3
|
-
.
|
4
|
-
.
|
5
|
-
.
|
6
|
-
.
|
7
|
-
.
|
8
|
-
.
|
9
|
-
.
|
10
|
-
.
|
11
|
-
.
|
12
|
-
.
|
13
|
-
.
|
1
|
+
.Checkbox_config_57uhk4_s1rbd3p5__42decee2{--plasma-checkbox-margin:0;--plasma-checkbox-trigger-padding:0.0625rem;--plasma-checkbox-trigger-size:0.875rem;--plasma-checkbox-trigger-border-radius:0.25rem;--plasma-checkbox-trigger-border-width:0.125rem;--plasma-checkbox-content-top-offset:0;--plasma-checkbox-content-left-offset:0.5rem;--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-checkbox-description-font-family:var(--plasma-typo-body-xs-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-xs-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-xs-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-xs-line-height);}
|
2
|
+
.Checkbox_config_57uhk4_m1b31az7__42decee2{--plasma-checkbox-margin:0;--plasma-checkbox-trigger-padding:0.125rem;--plasma-checkbox-trigger-size:1.25rem;--plasma-checkbox-trigger-border-radius:0.375rem;--plasma-checkbox-trigger-border-width:0.125rem;--plasma-checkbox-content-top-offset:0.125rem;--plasma-checkbox-content-left-offset:0.75rem;--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-checkbox-description-font-family:var(--plasma-typo-body-s-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-s-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-s-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-s-line-height);}
|
3
|
+
.Checkbox_config_57uhk4_lhc94kv__42decee2{--plasma-checkbox-margin:0;--plasma-checkbox-trigger-padding:0.125rem;--plasma-checkbox-trigger-size:1.25rem;--plasma-checkbox-trigger-border-radius:0.375rem;--plasma-checkbox-trigger-border-width:0.125rem;--plasma-checkbox-content-top-offset:0.0625rem;--plasma-checkbox-content-left-offset:0.75rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-description-font-family:var(--plasma-typo-body-m-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-m-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-m-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-m-line-height);}
|
4
|
+
.Checkbox_config_57uhk4_auukuk0__42decee2{--plasma-checkbox-fill-color:var(--text-accent);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-label-color:var(--text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
5
|
+
.Checkbox_config_57uhk4_d527yke__42decee2{--plasma-checkbox-fill-color:var(--text-primary);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
6
|
+
.Checkbox_config_57uhk4_p14xqe1f__42decee2{--plasma-checkbox-fill-color:var(--text-primary);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
7
|
+
.Checkbox_config_57uhk4_s1osm13r__42decee2{--plasma-checkbox-fill-color:var(--text-secondary);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
8
|
+
.Checkbox_config_57uhk4_t1dy107n__42decee2{--plasma-checkbox-fill-color:var(--text-tertiary);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
9
|
+
.Checkbox_config_57uhk4_pkg3b6l__42decee2{--plasma-checkbox-fill-color:var(--text-paragraph);--plasma-checkbox-icon-color:var(--inverse-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
10
|
+
.Checkbox_config_57uhk4_p156nc0s__42decee2{--plasma-checkbox-fill-color:var(--text-positive);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
11
|
+
.Checkbox_config_57uhk4_w9dcoci__42decee2{--plasma-checkbox-fill-color:var(--text-warning);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
12
|
+
.Checkbox_config_57uhk4_nvknbfm__42decee2{--plasma-checkbox-fill-color:var(--text-negative);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-color:var(--text-negative);--plasma-checkbox-trigger-border-checked-color:transparent;}
|
13
|
+
.Checkbox_config_57uhk4_t1npi1sh__42decee2{--plasma-checkbox-disabled-opacity:0.4;}
|
14
|
+
.Checkbox_config_57uhk4_trr86lt__42decee2{--plasma-checkbox-focus-color:var(--text-accent);}
|