@salutejs/plasma-web 1.578.1-canary.1910.14381785345.0 → 1.578.1-canary.1910.14464879960.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.
Files changed (29) hide show
  1. package/components/Combobox/Combobox.d.ts +24 -0
  2. package/components/Select/Select.d.ts +6 -0
  3. package/components/Table/Table.config.js +3 -3
  4. package/components/Tree/Tree.config.js +4 -4
  5. package/components/Typography/Old/index.d.ts +6 -0
  6. package/components/Typography/Typography.d.ts +34 -0
  7. package/css/cjs/components/Table/Table.config.js +1 -1
  8. package/css/cjs/components/Table/Table.config.js.map +1 -1
  9. package/css/cjs/components/Table/{Table.config_1d1ccr3.css → Table.config_lk2ssy.css} +3 -3
  10. package/css/cjs/components/Table/Table.css +5 -5
  11. package/css/cjs/components/Tree/Tree.config.js +1 -1
  12. package/css/cjs/components/Tree/Tree.config.js.map +1 -1
  13. package/css/cjs/components/Tree/Tree.config_1iqqtu9.css +5 -0
  14. package/css/cjs/components/Tree/Tree.css +5 -5
  15. package/css/cjs/index.css +10 -10
  16. package/css/es/components/Table/Table.config.js +1 -1
  17. package/css/es/components/Table/Table.config.js.map +1 -1
  18. package/css/es/components/Table/{Table.config_1d1ccr3.css → Table.config_lk2ssy.css} +3 -3
  19. package/css/es/components/Table/Table.css +5 -5
  20. package/css/es/components/Tree/Tree.config.js +1 -1
  21. package/css/es/components/Tree/Tree.config.js.map +1 -1
  22. package/css/es/components/Tree/Tree.config_1iqqtu9.css +5 -0
  23. package/css/es/components/Tree/Tree.css +5 -5
  24. package/css/es/index.css +10 -10
  25. package/es/components/Table/Table.config.js +3 -3
  26. package/es/components/Tree/Tree.config.js +4 -4
  27. package/package.json +6 -6
  28. package/css/cjs/components/Tree/Tree.config_dc0i95.css +0 -5
  29. package/css/es/components/Tree/Tree.config_dc0i95.css +0 -5
@@ -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('./Table.config_1d1ccr3.css');
1
+ require('./Table.config_lk2ssy.css');
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1 +1 @@
1
- {"version":3,"file":"Table.config.js","sources":["../../../../src-css/components/Table/Table.config.ts"],"sourcesContent":["import { css, tableTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n view: {\n default: css`\n ${tokens.borderColor}: #ddd;\n `,\n clear: css`\n ${tokens.borderColor}: transparent;\n `,\n },\n size: {\n l: css`\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.headerRowHeight}: 3.125rem;\n ${tokens.rowHeight}: 3.125rem;\n ${tokens.cellPadding}: 0.375rem 1rem;\n ${tokens.checkboxCellPadding}: 0.375rem 1rem;\n ${tokens.checkboxTriggerBorderWidth}: 0.125rem;\n ${tokens.checkboxTriggerBorderCheckedColor}: transparent;\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n\n ${tokens.editableCellIconGap}: 0.5rem;\n ${tokens.editableCellIconButtonWidth}: 3rem;\n ${tokens.editableCellIconButtonHeight}: 100%;\n ${tokens.editableCellPadding}: 0.25rem;\n ${tokens.editableCellInputBorderRadius}: 0.875rem;\n ${tokens.editableCellInputPadding}: 0 0.75rem;\n\n ${tokens.editableCellInputBackground}: var(--surface-transparent-tertiary);\n\n ${tokens.filterCheckboxPadding}: 0.75rem 0;\n ${tokens.filterDividerMargin}: 0.375rem 1rem;\n\n ${tokens.buttonHeight}: 2.5rem;\n ${tokens.buttonFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.buttonFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.buttonFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.buttonFontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${tokens.buttonLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.buttonLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.selectPadding}: 0.125rem;\n ${tokens.selectBorderRadius}: 0.875rem;\n ${tokens.selectItemHeight}: 1.5rem;\n ${tokens.selectItemPadding}: 0.75rem 0.875rem;\n ${tokens.selectItemBorderRadius}: 0.75rem;\n ${tokens.selectItemIconMargin}: 0 0.375rem 0 0;\n ${tokens.selectItemIconSize}: 1.5rem;\n ${tokens.selectCellPadding}: 0;\n ${tokens.selectCellTitleFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.selectCellTitleFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.selectCellTitleFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.selectCellTitleFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.selectCellTitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.selectCellTitleLineHeight}: var(--plasma-typo-body-m-line-height);\n ${tokens.selectCheckboxTriggerSize}: 1.25rem;\n ${tokens.selectCheckboxTriggerBorderRadius}: 0.375rem;\n ${tokens.selectCheckboxTriggerBorderWidth}: 0.125rem;\n ${tokens.selectCheckboxTriggerBorderCheckedColor}: transparent;\n ${tokens.selectControlPanelPadding}: 0.5rem 1rem;\n ${tokens.selectControlPanelGap}: 0.5rem;\n\n ${tokens.linkButtonFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.linkButtonFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.linkButtonFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.linkButtonFontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${tokens.linkButtonLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.linkButtonLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n m: css`\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.headerRowHeight}: 2.75rem;\n ${tokens.rowHeight}: 2.75rem;\n ${tokens.cellPadding}: 0.25rem 0.875rem;\n ${tokens.checkboxCellPadding}: 0.25rem 0.75rem;\n ${tokens.checkboxTriggerBorderWidth}: 0.125rem;\n ${tokens.checkboxTriggerBorderCheckedColor}: transparent;\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n\n ${tokens.editableCellIconGap}: 0.375rem;\n ${tokens.editableCellIconButtonWidth}: 2.5rem;\n ${tokens.editableCellIconButtonHeight}: 100%;\n ${tokens.editableCellPadding}: 0.25rem;\n ${tokens.editableCellInputBorderRadius}: 0.625rem;\n ${tokens.editableCellInputPadding}: 0 0.625rem;\n\n ${tokens.editableCellInputBackground}: var(--surface-transparent-tertiary);\n\n ${tokens.filterCheckboxPadding}: 0.5rem 0;\n ${tokens.filterDividerMargin}: 0.375rem 0.875rem;\n\n ${tokens.buttonHeight}: 2rem;\n ${tokens.buttonFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.buttonFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.buttonFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.buttonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.buttonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.buttonLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.selectPadding}: 0.125rem;\n ${tokens.selectBorderRadius}: 0.75rem;\n ${tokens.selectItemHeight}: 1.5rem;\n ${tokens.selectItemPadding}: 0.5rem 0.625rem;\n ${tokens.selectItemBorderRadius}: 0.625rem;\n ${tokens.selectItemIconMargin}: 0 0.375rem 0 0;\n ${tokens.selectItemIconSize}: 1.5rem;\n ${tokens.selectCellPadding}: 0;\n ${tokens.selectCellTitleFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.selectCellTitleFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.selectCellTitleFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.selectCellTitleFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.selectCellTitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.selectCellTitleLineHeight}: var(--plasma-typo-body-s-line-height);\n ${tokens.selectCheckboxTriggerSize}: 1.25rem;\n ${tokens.selectCheckboxTriggerBorderRadius}: 0.375rem;\n ${tokens.selectCheckboxTriggerBorderWidth}: 0.125rem;\n ${tokens.selectCheckboxTriggerBorderCheckedColor}: transparent;\n ${tokens.selectControlPanelPadding}: 0.25rem 0.875rem;\n ${tokens.selectControlPanelGap}: 0.625rem;\n\n ${tokens.linkButtonFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.linkButtonFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.linkButtonFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.linkButtonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.linkButtonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.linkButtonLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n s: css`\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.headerRowHeight}: 2.125rem;\n ${tokens.rowHeight}: 2.125rem;\n ${tokens.cellPadding}: 0.125rem 0.5rem;\n ${tokens.checkboxCellPadding}: 0.125rem 0.625rem;\n ${tokens.checkboxTriggerBorderWidth}: 0.125rem;\n ${tokens.checkboxTriggerBorderCheckedColor}: transparent;\n ${tokens.checkboxTriggerSize}: 0.875rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.25rem;\n\n ${tokens.editableCellIconGap}: 0.25rem;\n ${tokens.editableCellIconButtonWidth}: 2rem;\n ${tokens.editableCellIconButtonHeight}: 100%;\n ${tokens.editableCellPadding}: 0.125rem;\n ${tokens.editableCellInputBorderRadius}: 0.5rem;\n ${tokens.editableCellInputPadding}: 0 0.375rem;\n\n ${tokens.editableCellInputBackground}: var(--surface-transparent-tertiary);\n\n ${tokens.filterCheckboxPadding}: 0.5rem 0;\n ${tokens.filterDividerMargin}: 0.25rem 0.625rem;\n\n ${tokens.buttonHeight}: 1.5rem;\n ${tokens.buttonFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.buttonFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.buttonFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.buttonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.buttonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.buttonLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.selectPadding}: 0.125rem;\n ${tokens.selectBorderRadius}: 0.625rem;\n ${tokens.selectItemHeight}: 1rem;\n ${tokens.selectItemPadding}: 0.5rem;\n ${tokens.selectItemBorderRadius}: 0.5rem;\n ${tokens.selectItemIconMargin}: 0 0.25rem 0 0;\n ${tokens.selectItemIconSize}: 1rem;\n ${tokens.selectCellPadding}: 0;\n ${tokens.selectCellTitleFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.selectCellTitleFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.selectCellTitleFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.selectCellTitleFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.selectCellTitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.selectCellTitleLineHeight}: var(--plasma-typo-body-xs-line-height);\n ${tokens.selectCheckboxTriggerSize}: 0.875rem;\n ${tokens.selectCheckboxTriggerBorderRadius}: 0.25rem;\n ${tokens.selectCheckboxTriggerBorderWidth}: 0.125rem;\n ${tokens.selectCheckboxTriggerBorderCheckedColor}: transparent;\n ${tokens.selectControlPanelPadding}: 0.25rem 0.625rem;\n ${tokens.selectControlPanelGap}: 0.25rem;\n\n ${tokens.linkButtonFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.linkButtonFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.linkButtonFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.linkButtonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.linkButtonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.linkButtonLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","clear","l","m","s"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EAEC,SAAA;AACDC,MAAAA,KAAK,EAAA,SAAA;KAGR;AACDH,IAAAA,IAAI,EAAE;AACFI,MAAAA,CAAC,EAgEA,UAAA;AACDC,MAAAA,CAAC,EAgEA,UAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;AAiEL,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"Table.config.js","sources":["../../../../src-css/components/Table/Table.config.ts"],"sourcesContent":["import { css, tableTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n view: {\n default: css`\n ${tokens.borderColor}: #ddd;\n `,\n clear: css`\n ${tokens.borderColor}: transparent;\n `,\n },\n size: {\n l: css`\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.headerRowHeight}: 3.125rem;\n ${tokens.rowHeight}: 3.125rem;\n ${tokens.cellPadding}: 0.375rem 1rem;\n ${tokens.checkboxCellPadding}: 0.375rem 1rem;\n ${tokens.checkboxTriggerBorderWidth}: 0.125rem;\n ${tokens.checkboxTriggerBorderCheckedColor}: transparent;\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxTriggerIconColor}: var(--on-dark-text-primary);\n\n ${tokens.editableCellIconGap}: 0.5rem;\n ${tokens.editableCellIconButtonWidth}: 3rem;\n ${tokens.editableCellIconButtonHeight}: 100%;\n ${tokens.editableCellPadding}: 0.25rem;\n ${tokens.editableCellInputBorderRadius}: 0.875rem;\n ${tokens.editableCellInputPadding}: 0 0.75rem;\n\n ${tokens.editableCellInputBackground}: var(--surface-transparent-tertiary);\n\n ${tokens.filterCheckboxPadding}: 0.75rem 0;\n ${tokens.filterDividerMargin}: 0.375rem 1rem;\n\n ${tokens.buttonHeight}: 2.5rem;\n ${tokens.buttonFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.buttonFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.buttonFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.buttonFontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${tokens.buttonLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.buttonLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.selectPadding}: 0.125rem;\n ${tokens.selectBorderRadius}: 0.875rem;\n ${tokens.selectItemHeight}: 1.5rem;\n ${tokens.selectItemPadding}: 0.75rem 0.875rem;\n ${tokens.selectItemBorderRadius}: 0.75rem;\n ${tokens.selectItemIconMargin}: 0 0.375rem 0 0;\n ${tokens.selectItemIconSize}: 1.5rem;\n ${tokens.selectCellPadding}: 0;\n ${tokens.selectCellTitleFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.selectCellTitleFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.selectCellTitleFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.selectCellTitleFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.selectCellTitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.selectCellTitleLineHeight}: var(--plasma-typo-body-m-line-height);\n ${tokens.selectCheckboxTriggerSize}: 1.25rem;\n ${tokens.selectCheckboxTriggerBorderRadius}: 0.375rem;\n ${tokens.selectCheckboxTriggerBorderWidth}: 0.125rem;\n ${tokens.selectCheckboxTriggerBorderCheckedColor}: transparent;\n ${tokens.selectControlPanelPadding}: 0.5rem 1rem;\n ${tokens.selectControlPanelGap}: 0.5rem;\n\n ${tokens.linkButtonFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.linkButtonFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.linkButtonFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.linkButtonFontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${tokens.linkButtonLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.linkButtonLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n m: css`\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.headerRowHeight}: 2.75rem;\n ${tokens.rowHeight}: 2.75rem;\n ${tokens.cellPadding}: 0.25rem 0.875rem;\n ${tokens.checkboxCellPadding}: 0.25rem 0.75rem;\n ${tokens.checkboxTriggerBorderWidth}: 0.125rem;\n ${tokens.checkboxTriggerBorderCheckedColor}: transparent;\n ${tokens.checkboxTriggerSize}: 1.25rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.375rem;\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxTriggerIconColor}: var(--on-dark-text-primary);\n\n ${tokens.editableCellIconGap}: 0.375rem;\n ${tokens.editableCellIconButtonWidth}: 2.5rem;\n ${tokens.editableCellIconButtonHeight}: 100%;\n ${tokens.editableCellPadding}: 0.25rem;\n ${tokens.editableCellInputBorderRadius}: 0.625rem;\n ${tokens.editableCellInputPadding}: 0 0.625rem;\n\n ${tokens.editableCellInputBackground}: var(--surface-transparent-tertiary);\n\n ${tokens.filterCheckboxPadding}: 0.5rem 0;\n ${tokens.filterDividerMargin}: 0.375rem 0.875rem;\n\n ${tokens.buttonHeight}: 2rem;\n ${tokens.buttonFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.buttonFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.buttonFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.buttonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.buttonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.buttonLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.selectPadding}: 0.125rem;\n ${tokens.selectBorderRadius}: 0.75rem;\n ${tokens.selectItemHeight}: 1.5rem;\n ${tokens.selectItemPadding}: 0.5rem 0.625rem;\n ${tokens.selectItemBorderRadius}: 0.625rem;\n ${tokens.selectItemIconMargin}: 0 0.375rem 0 0;\n ${tokens.selectItemIconSize}: 1.5rem;\n ${tokens.selectCellPadding}: 0;\n ${tokens.selectCellTitleFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.selectCellTitleFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.selectCellTitleFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.selectCellTitleFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.selectCellTitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.selectCellTitleLineHeight}: var(--plasma-typo-body-s-line-height);\n ${tokens.selectCheckboxTriggerSize}: 1.25rem;\n ${tokens.selectCheckboxTriggerBorderRadius}: 0.375rem;\n ${tokens.selectCheckboxTriggerBorderWidth}: 0.125rem;\n ${tokens.selectCheckboxTriggerBorderCheckedColor}: transparent;\n ${tokens.selectControlPanelPadding}: 0.25rem 0.875rem;\n ${tokens.selectControlPanelGap}: 0.625rem;\n\n ${tokens.linkButtonFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.linkButtonFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.linkButtonFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.linkButtonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.linkButtonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.linkButtonLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n s: css`\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.headerRowHeight}: 2.125rem;\n ${tokens.rowHeight}: 2.125rem;\n ${tokens.cellPadding}: 0.125rem 0.5rem;\n ${tokens.checkboxCellPadding}: 0.125rem 0.625rem;\n ${tokens.checkboxTriggerBorderWidth}: 0.125rem;\n ${tokens.checkboxTriggerBorderCheckedColor}: transparent;\n ${tokens.checkboxTriggerSize}: 0.875rem;\n ${tokens.checkboxTriggerBorderRadius}: 0.25rem;\n ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);\n ${tokens.checkboxFillColor}: var(--text-accent);\n ${tokens.checkboxTriggerIconColor}: var(--on-dark-text-primary);\n\n ${tokens.editableCellIconGap}: 0.25rem;\n ${tokens.editableCellIconButtonWidth}: 2rem;\n ${tokens.editableCellIconButtonHeight}: 100%;\n ${tokens.editableCellPadding}: 0.125rem;\n ${tokens.editableCellInputBorderRadius}: 0.5rem;\n ${tokens.editableCellInputPadding}: 0 0.375rem;\n\n ${tokens.editableCellInputBackground}: var(--surface-transparent-tertiary);\n\n ${tokens.filterCheckboxPadding}: 0.5rem 0;\n ${tokens.filterDividerMargin}: 0.25rem 0.625rem;\n\n ${tokens.buttonHeight}: 1.5rem;\n ${tokens.buttonFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.buttonFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.buttonFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.buttonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.buttonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.buttonLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.selectPadding}: 0.125rem;\n ${tokens.selectBorderRadius}: 0.625rem;\n ${tokens.selectItemHeight}: 1rem;\n ${tokens.selectItemPadding}: 0.5rem;\n ${tokens.selectItemBorderRadius}: 0.5rem;\n ${tokens.selectItemIconMargin}: 0 0.25rem 0 0;\n ${tokens.selectItemIconSize}: 1rem;\n ${tokens.selectCellPadding}: 0;\n ${tokens.selectCellTitleFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.selectCellTitleFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.selectCellTitleFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.selectCellTitleFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.selectCellTitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.selectCellTitleLineHeight}: var(--plasma-typo-body-xs-line-height);\n ${tokens.selectCheckboxTriggerSize}: 0.875rem;\n ${tokens.selectCheckboxTriggerBorderRadius}: 0.25rem;\n ${tokens.selectCheckboxTriggerBorderWidth}: 0.125rem;\n ${tokens.selectCheckboxTriggerBorderCheckedColor}: transparent;\n ${tokens.selectControlPanelPadding}: 0.25rem 0.625rem;\n ${tokens.selectControlPanelGap}: 0.25rem;\n\n ${tokens.linkButtonFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.linkButtonFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.linkButtonFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.linkButtonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.linkButtonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.linkButtonLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","clear","l","m","s"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EAEC,SAAA;AACDC,MAAAA,KAAK,EAAA,SAAA;KAGR;AACDH,IAAAA,IAAI,EAAE;AACFI,MAAAA,CAAC,EAmEA,UAAA;AACDC,MAAAA,CAAC,EAmEA,UAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;AAoEL,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -1,5 +1,5 @@
1
1
  .d5x0195{--plasma-table-border-color:#ddd;}
2
2
  .c3naxk1{--plasma-table-border-color:transparent;}
3
- .l1hx7sl3{--plasma-table-font-family:var(--plasma-typo-body-l-font-family);--plasma-table-font-size:var(--plasma-typo-body-l-font-size);--plasma-table-font-style:var(--plasma-typo-body-l-font-style);--plasma-table-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-l-line-height);--plasma-table-header-row-height:3.125rem;--plasma-table-row-height:3.125rem;--plasma-cell-padding:0.375rem 1rem;--plasma-checkbox-cell-padding:0.375rem 1rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:1.25rem;--plasma-table-checkbox-trigger-border-radius:0.375rem;--plasma-table-editable-cell-icon-gap:0.5rem;--plasma-table-editable-cell-icon-button-width:3rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.25rem;--plasma-table-editable-cell-input-border-radius:0.875rem;--plasma-table-editable-cell-input-padding:0 0.75rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.75rem 0;--plasma-table-filter-divider-margin:0.375rem 1rem;--plasma-table-button-height:2.5rem;--plasma-table-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.875rem;--plasma-table-select-item-height:1.5rem;--plasma-table-select-item-padding:0.75rem 0.875rem;--plasma-table-select-item-border-radius:0.75rem;--plasma-table-select-item-icon-margin:0 0.375rem 0 0;--plasma-table-select-item-icon-size:1.5rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-table-select-checkbox-trigger-size:1.25rem;--plasma-table-select-checkbox-trigger-border-radius:0.375rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.5rem 1rem;--plasma-table-select-control-panel-gap:0.5rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-s-line-height);}
4
- .m1dhelde{--plasma-table-font-family:var(--plasma-typo-body-m-font-family);--plasma-table-font-size:var(--plasma-typo-body-m-font-size);--plasma-table-font-style:var(--plasma-typo-body-m-font-style);--plasma-table-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-m-line-height);--plasma-table-header-row-height:2.75rem;--plasma-table-row-height:2.75rem;--plasma-cell-padding:0.25rem 0.875rem;--plasma-checkbox-cell-padding:0.25rem 0.75rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:1.25rem;--plasma-table-checkbox-trigger-border-radius:0.375rem;--plasma-table-editable-cell-icon-gap:0.375rem;--plasma-table-editable-cell-icon-button-width:2.5rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.25rem;--plasma-table-editable-cell-input-border-radius:0.625rem;--plasma-table-editable-cell-input-padding:0 0.625rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.5rem 0;--plasma-table-filter-divider-margin:0.375rem 0.875rem;--plasma-table-button-height:2rem;--plasma-table-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.75rem;--plasma-table-select-item-height:1.5rem;--plasma-table-select-item-padding:0.5rem 0.625rem;--plasma-table-select-item-border-radius:0.625rem;--plasma-table-select-item-icon-margin:0 0.375rem 0 0;--plasma-table-select-item-icon-size:1.5rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-select-checkbox-trigger-size:1.25rem;--plasma-table-select-checkbox-trigger-border-radius:0.375rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.25rem 0.875rem;--plasma-table-select-control-panel-gap:0.625rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-xs-line-height);}
5
- .s1xlnl30{--plasma-table-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-header-row-height:2.125rem;--plasma-table-row-height:2.125rem;--plasma-cell-padding:0.125rem 0.5rem;--plasma-checkbox-cell-padding:0.125rem 0.625rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:0.875rem;--plasma-table-checkbox-trigger-border-radius:0.25rem;--plasma-table-editable-cell-icon-gap:0.25rem;--plasma-table-editable-cell-icon-button-width:2rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.125rem;--plasma-table-editable-cell-input-border-radius:0.5rem;--plasma-table-editable-cell-input-padding:0 0.375rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.5rem 0;--plasma-table-filter-divider-margin:0.25rem 0.625rem;--plasma-table-button-height:1.5rem;--plasma-table-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.625rem;--plasma-table-select-item-height:1rem;--plasma-table-select-item-padding:0.5rem;--plasma-table-select-item-border-radius:0.5rem;--plasma-table-select-item-icon-margin:0 0.25rem 0 0;--plasma-table-select-item-icon-size:1rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-checkbox-trigger-size:0.875rem;--plasma-table-select-checkbox-trigger-border-radius:0.25rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.25rem 0.625rem;--plasma-table-select-control-panel-gap:0.25rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-xs-line-height);}
3
+ .l1hx7sl3{--plasma-table-font-family:var(--plasma-typo-body-l-font-family);--plasma-table-font-size:var(--plasma-typo-body-l-font-size);--plasma-table-font-style:var(--plasma-typo-body-l-font-style);--plasma-table-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-l-line-height);--plasma-table-header-row-height:3.125rem;--plasma-table-row-height:3.125rem;--plasma-cell-padding:0.375rem 1rem;--plasma-checkbox-cell-padding:0.375rem 1rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:1.25rem;--plasma-table-checkbox-trigger-border-radius:0.375rem;--plasma-table-checkbox-trigger-border-color:var(--text-secondary);--plasma-table-checkbox-fill-color:var(--text-accent);--plasma-table-checkbox-trigger-icon-color:var(--on-dark-text-primary);--plasma-table-editable-cell-icon-gap:0.5rem;--plasma-table-editable-cell-icon-button-width:3rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.25rem;--plasma-table-editable-cell-input-border-radius:0.875rem;--plasma-table-editable-cell-input-padding:0 0.75rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.75rem 0;--plasma-table-filter-divider-margin:0.375rem 1rem;--plasma-table-button-height:2.5rem;--plasma-table-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.875rem;--plasma-table-select-item-height:1.5rem;--plasma-table-select-item-padding:0.75rem 0.875rem;--plasma-table-select-item-border-radius:0.75rem;--plasma-table-select-item-icon-margin:0 0.375rem 0 0;--plasma-table-select-item-icon-size:1.5rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-table-select-checkbox-trigger-size:1.25rem;--plasma-table-select-checkbox-trigger-border-radius:0.375rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.5rem 1rem;--plasma-table-select-control-panel-gap:0.5rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-s-line-height);}
4
+ .m1dhelde{--plasma-table-font-family:var(--plasma-typo-body-m-font-family);--plasma-table-font-size:var(--plasma-typo-body-m-font-size);--plasma-table-font-style:var(--plasma-typo-body-m-font-style);--plasma-table-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-m-line-height);--plasma-table-header-row-height:2.75rem;--plasma-table-row-height:2.75rem;--plasma-cell-padding:0.25rem 0.875rem;--plasma-checkbox-cell-padding:0.25rem 0.75rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:1.25rem;--plasma-table-checkbox-trigger-border-radius:0.375rem;--plasma-table-checkbox-trigger-border-color:var(--text-secondary);--plasma-table-checkbox-fill-color:var(--text-accent);--plasma-table-checkbox-trigger-icon-color:var(--on-dark-text-primary);--plasma-table-editable-cell-icon-gap:0.375rem;--plasma-table-editable-cell-icon-button-width:2.5rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.25rem;--plasma-table-editable-cell-input-border-radius:0.625rem;--plasma-table-editable-cell-input-padding:0 0.625rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.5rem 0;--plasma-table-filter-divider-margin:0.375rem 0.875rem;--plasma-table-button-height:2rem;--plasma-table-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.75rem;--plasma-table-select-item-height:1.5rem;--plasma-table-select-item-padding:0.5rem 0.625rem;--plasma-table-select-item-border-radius:0.625rem;--plasma-table-select-item-icon-margin:0 0.375rem 0 0;--plasma-table-select-item-icon-size:1.5rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-select-checkbox-trigger-size:1.25rem;--plasma-table-select-checkbox-trigger-border-radius:0.375rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.25rem 0.875rem;--plasma-table-select-control-panel-gap:0.625rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-xs-line-height);}
5
+ .s1xlnl30{--plasma-table-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-header-row-height:2.125rem;--plasma-table-row-height:2.125rem;--plasma-cell-padding:0.125rem 0.5rem;--plasma-checkbox-cell-padding:0.125rem 0.625rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:0.875rem;--plasma-table-checkbox-trigger-border-radius:0.25rem;--plasma-table-checkbox-trigger-border-color:var(--text-secondary);--plasma-table-checkbox-fill-color:var(--text-accent);--plasma-table-checkbox-trigger-icon-color:var(--on-dark-text-primary);--plasma-table-editable-cell-icon-gap:0.25rem;--plasma-table-editable-cell-icon-button-width:2rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.125rem;--plasma-table-editable-cell-input-border-radius:0.5rem;--plasma-table-editable-cell-input-padding:0 0.375rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.5rem 0;--plasma-table-filter-divider-margin:0.25rem 0.625rem;--plasma-table-button-height:1.5rem;--plasma-table-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.625rem;--plasma-table-select-item-height:1rem;--plasma-table-select-item-padding:0.5rem;--plasma-table-select-item-border-radius:0.5rem;--plasma-table-select-item-icon-margin:0 0.25rem 0 0;--plasma-table-select-item-icon-size:1rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-checkbox-trigger-size:0.875rem;--plasma-table-select-checkbox-trigger-border-radius:0.25rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.25rem 0.625rem;--plasma-table-select-control-panel-gap:0.25rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-xs-line-height);}
@@ -1,5 +1,5 @@
1
- .Table_config_1d1ccr3_d5x0195__73a9a0ef{--plasma-table-border-color:#ddd;}
2
- .Table_config_1d1ccr3_c3naxk1__73a9a0ef{--plasma-table-border-color:transparent;}
3
- .Table_config_1d1ccr3_l1hx7sl3__73a9a0ef{--plasma-table-font-family:var(--plasma-typo-body-l-font-family);--plasma-table-font-size:var(--plasma-typo-body-l-font-size);--plasma-table-font-style:var(--plasma-typo-body-l-font-style);--plasma-table-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-l-line-height);--plasma-table-header-row-height:3.125rem;--plasma-table-row-height:3.125rem;--plasma-cell-padding:0.375rem 1rem;--plasma-checkbox-cell-padding:0.375rem 1rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:1.25rem;--plasma-table-checkbox-trigger-border-radius:0.375rem;--plasma-table-editable-cell-icon-gap:0.5rem;--plasma-table-editable-cell-icon-button-width:3rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.25rem;--plasma-table-editable-cell-input-border-radius:0.875rem;--plasma-table-editable-cell-input-padding:0 0.75rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.75rem 0;--plasma-table-filter-divider-margin:0.375rem 1rem;--plasma-table-button-height:2.5rem;--plasma-table-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.875rem;--plasma-table-select-item-height:1.5rem;--plasma-table-select-item-padding:0.75rem 0.875rem;--plasma-table-select-item-border-radius:0.75rem;--plasma-table-select-item-icon-margin:0 0.375rem 0 0;--plasma-table-select-item-icon-size:1.5rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-table-select-checkbox-trigger-size:1.25rem;--plasma-table-select-checkbox-trigger-border-radius:0.375rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.5rem 1rem;--plasma-table-select-control-panel-gap:0.5rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-s-line-height);}
4
- .Table_config_1d1ccr3_m1dhelde__73a9a0ef{--plasma-table-font-family:var(--plasma-typo-body-m-font-family);--plasma-table-font-size:var(--plasma-typo-body-m-font-size);--plasma-table-font-style:var(--plasma-typo-body-m-font-style);--plasma-table-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-m-line-height);--plasma-table-header-row-height:2.75rem;--plasma-table-row-height:2.75rem;--plasma-cell-padding:0.25rem 0.875rem;--plasma-checkbox-cell-padding:0.25rem 0.75rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:1.25rem;--plasma-table-checkbox-trigger-border-radius:0.375rem;--plasma-table-editable-cell-icon-gap:0.375rem;--plasma-table-editable-cell-icon-button-width:2.5rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.25rem;--plasma-table-editable-cell-input-border-radius:0.625rem;--plasma-table-editable-cell-input-padding:0 0.625rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.5rem 0;--plasma-table-filter-divider-margin:0.375rem 0.875rem;--plasma-table-button-height:2rem;--plasma-table-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.75rem;--plasma-table-select-item-height:1.5rem;--plasma-table-select-item-padding:0.5rem 0.625rem;--plasma-table-select-item-border-radius:0.625rem;--plasma-table-select-item-icon-margin:0 0.375rem 0 0;--plasma-table-select-item-icon-size:1.5rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-select-checkbox-trigger-size:1.25rem;--plasma-table-select-checkbox-trigger-border-radius:0.375rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.25rem 0.875rem;--plasma-table-select-control-panel-gap:0.625rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-xs-line-height);}
5
- .Table_config_1d1ccr3_s1xlnl30__73a9a0ef{--plasma-table-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-header-row-height:2.125rem;--plasma-table-row-height:2.125rem;--plasma-cell-padding:0.125rem 0.5rem;--plasma-checkbox-cell-padding:0.125rem 0.625rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:0.875rem;--plasma-table-checkbox-trigger-border-radius:0.25rem;--plasma-table-editable-cell-icon-gap:0.25rem;--plasma-table-editable-cell-icon-button-width:2rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.125rem;--plasma-table-editable-cell-input-border-radius:0.5rem;--plasma-table-editable-cell-input-padding:0 0.375rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.5rem 0;--plasma-table-filter-divider-margin:0.25rem 0.625rem;--plasma-table-button-height:1.5rem;--plasma-table-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.625rem;--plasma-table-select-item-height:1rem;--plasma-table-select-item-padding:0.5rem;--plasma-table-select-item-border-radius:0.5rem;--plasma-table-select-item-icon-margin:0 0.25rem 0 0;--plasma-table-select-item-icon-size:1rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-checkbox-trigger-size:0.875rem;--plasma-table-select-checkbox-trigger-border-radius:0.25rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.25rem 0.625rem;--plasma-table-select-control-panel-gap:0.25rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-xs-line-height);}
1
+ .Table_config_lk2ssy_d5x0195__390d0345{--plasma-table-border-color:#ddd;}
2
+ .Table_config_lk2ssy_c3naxk1__390d0345{--plasma-table-border-color:transparent;}
3
+ .Table_config_lk2ssy_l1hx7sl3__390d0345{--plasma-table-font-family:var(--plasma-typo-body-l-font-family);--plasma-table-font-size:var(--plasma-typo-body-l-font-size);--plasma-table-font-style:var(--plasma-typo-body-l-font-style);--plasma-table-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-l-line-height);--plasma-table-header-row-height:3.125rem;--plasma-table-row-height:3.125rem;--plasma-cell-padding:0.375rem 1rem;--plasma-checkbox-cell-padding:0.375rem 1rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:1.25rem;--plasma-table-checkbox-trigger-border-radius:0.375rem;--plasma-table-checkbox-trigger-border-color:var(--text-secondary);--plasma-table-checkbox-fill-color:var(--text-accent);--plasma-table-checkbox-trigger-icon-color:var(--on-dark-text-primary);--plasma-table-editable-cell-icon-gap:0.5rem;--plasma-table-editable-cell-icon-button-width:3rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.25rem;--plasma-table-editable-cell-input-border-radius:0.875rem;--plasma-table-editable-cell-input-padding:0 0.75rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.75rem 0;--plasma-table-filter-divider-margin:0.375rem 1rem;--plasma-table-button-height:2.5rem;--plasma-table-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.875rem;--plasma-table-select-item-height:1.5rem;--plasma-table-select-item-padding:0.75rem 0.875rem;--plasma-table-select-item-border-radius:0.75rem;--plasma-table-select-item-icon-margin:0 0.375rem 0 0;--plasma-table-select-item-icon-size:1.5rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-table-select-checkbox-trigger-size:1.25rem;--plasma-table-select-checkbox-trigger-border-radius:0.375rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.5rem 1rem;--plasma-table-select-control-panel-gap:0.5rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-s-line-height);}
4
+ .Table_config_lk2ssy_m1dhelde__390d0345{--plasma-table-font-family:var(--plasma-typo-body-m-font-family);--plasma-table-font-size:var(--plasma-typo-body-m-font-size);--plasma-table-font-style:var(--plasma-typo-body-m-font-style);--plasma-table-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-m-line-height);--plasma-table-header-row-height:2.75rem;--plasma-table-row-height:2.75rem;--plasma-cell-padding:0.25rem 0.875rem;--plasma-checkbox-cell-padding:0.25rem 0.75rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:1.25rem;--plasma-table-checkbox-trigger-border-radius:0.375rem;--plasma-table-checkbox-trigger-border-color:var(--text-secondary);--plasma-table-checkbox-fill-color:var(--text-accent);--plasma-table-checkbox-trigger-icon-color:var(--on-dark-text-primary);--plasma-table-editable-cell-icon-gap:0.375rem;--plasma-table-editable-cell-icon-button-width:2.5rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.25rem;--plasma-table-editable-cell-input-border-radius:0.625rem;--plasma-table-editable-cell-input-padding:0 0.625rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.5rem 0;--plasma-table-filter-divider-margin:0.375rem 0.875rem;--plasma-table-button-height:2rem;--plasma-table-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.75rem;--plasma-table-select-item-height:1.5rem;--plasma-table-select-item-padding:0.5rem 0.625rem;--plasma-table-select-item-border-radius:0.625rem;--plasma-table-select-item-icon-margin:0 0.375rem 0 0;--plasma-table-select-item-icon-size:1.5rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-select-checkbox-trigger-size:1.25rem;--plasma-table-select-checkbox-trigger-border-radius:0.375rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.25rem 0.875rem;--plasma-table-select-control-panel-gap:0.625rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-xs-line-height);}
5
+ .Table_config_lk2ssy_s1xlnl30__390d0345{--plasma-table-font-family:var(--plasma-typo-body-s-font-family);--plasma-table-font-size:var(--plasma-typo-body-s-font-size);--plasma-table-font-style:var(--plasma-typo-body-s-font-style);--plasma-table-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-table-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-table-line-height:var(--plasma-typo-body-s-line-height);--plasma-table-header-row-height:2.125rem;--plasma-table-row-height:2.125rem;--plasma-cell-padding:0.125rem 0.5rem;--plasma-checkbox-cell-padding:0.125rem 0.625rem;--plasma-table-checkbox-trigger-border-width:0.125rem;--plasma-table-checkbox-trigger-border-checked-color:transparent;--plasma-table-checkbox-trigger-size:0.875rem;--plasma-table-checkbox-trigger-border-radius:0.25rem;--plasma-table-checkbox-trigger-border-color:var(--text-secondary);--plasma-table-checkbox-fill-color:var(--text-accent);--plasma-table-checkbox-trigger-icon-color:var(--on-dark-text-primary);--plasma-table-editable-cell-icon-gap:0.25rem;--plasma-table-editable-cell-icon-button-width:2rem;--plasma-table-editable-cell-icon-button-height:100%;--plasma-table-editable-cell-padding:0.125rem;--plasma-table-editable-cell-input-border-radius:0.5rem;--plasma-table-editable-cell-input-padding:0 0.375rem;--plasma-table-editable-cell-input-background:var(--surface-transparent-tertiary);--plasma-table-filter-checkbox-padding:0.5rem 0;--plasma-table-filter-divider-margin:0.25rem 0.625rem;--plasma-table-button-height:1.5rem;--plasma-table-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-padding:0.125rem;--plasma-table-select-border-radius:0.625rem;--plasma-table-select-item-height:1rem;--plasma-table-select-item-padding:0.5rem;--plasma-table-select-item-border-radius:0.5rem;--plasma-table-select-item-icon-margin:0 0.25rem 0 0;--plasma-table-select-item-icon-size:1rem;--plasma-table-select-cell-padding:0;--plasma-table-select-cell-title-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-select-cell-title-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-select-cell-title-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-select-cell-title-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-table-select-cell-title-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-select-cell-title-line-height:var(--plasma-typo-body-xs-line-height);--plasma-table-select-checkbox-trigger-size:0.875rem;--plasma-table-select-checkbox-trigger-border-radius:0.25rem;--plasma-table-select-checkbox-trigger-border-width:0.125rem;--plasma-table-select-checkbox-trigger-border-color-checked:transparent;--plasma-table-select-control-panel-padding:0.25rem 0.625rem;--plasma-table-select-control-panel-gap:0.25rem;--plasma-table-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-table-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-table-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-table-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-table-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-table-link-button-line-height:var(--plasma-typo-body-xs-line-height);}
@@ -1,4 +1,4 @@
1
- require('./Tree.config_dc0i95.css');
1
+ require('./Tree.config_1iqqtu9.css');
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1 +1 @@
1
- {"version":3,"file":"Tree.config.js","sources":["../../../../src-css/components/Tree/Tree.config.ts"],"sourcesContent":["import { css, treeTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n view: {\n default: css`\n ${tokens.iconFolderColor}: var(--text-secondary);\n ${tokens.arrowColor}: var(--text-secondary);\n ${tokens.arrowColorHover}: var(--text-secondary-hover);\n ${tokens.arrowColorActive}: var(--text-secondary-active);\n ${tokens.color}: var(--text-secondary);\n ${tokens.colorSelected}: var(--text-primary);\n ${tokens.itemBackgroundColor}: var(--surface-transparent-secondary);\n ${tokens.itemBackgroundColorHover}: var(--surface-transparent-secondary-hover);\n ${tokens.itemBackgroundColorActive}: var(--surface-transparent-secondary-active);\n ${tokens.checkboxBorderColor}: var(--text-secondary);\n ${tokens.checkboxBackgroundColor}: var(--text-accent);\n ${tokens.itemDisabledOpacity}: 0.4;\n ${tokens.itemDisabledBorderColor}: var(--text-secondary);\n ${tokens.itemDisabledColor}: var(--text-secondary);\n `,\n },\n size: {\n l: css`\n ${tokens.itemHeight}: 3.5rem;\n ${tokens.itemPadding}: 1rem;\n ${tokens.itemPaddingTight}: 0.375rem;\n ${tokens.itemIndent}: 2rem;\n ${tokens.itemBorderRadius}: 0.75rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMargin}: 0 0.5rem 0 0;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.5rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n m: css`\n ${tokens.itemHeight}: 3rem;\n ${tokens.itemPadding}: 0.875rem;\n ${tokens.itemPaddingTight}: 0.375rem;\n ${tokens.itemIndent}: 2rem;\n ${tokens.itemBorderRadius}: 0.625rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMargin}: 0 0.5rem 0 0;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.5rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n s: css`\n ${tokens.itemHeight}: 2.5rem;\n ${tokens.itemPadding}: 0.75rem;\n ${tokens.itemPaddingTight}: 0.25rem;\n ${tokens.itemIndent}: 1.875rem;\n ${tokens.itemBorderRadius}: 0.5rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.375rem 0 0;\n ${tokens.switcherMargin}: 0 0.375rem 0 0;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.25rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n xs: css`\n ${tokens.itemHeight}: 2rem;\n ${tokens.itemPadding}: 0.5rem;\n ${tokens.itemPaddingTight}: 0.125rem;\n ${tokens.itemIndent}: 1.25rem;\n ${tokens.itemBorderRadius}: 0.375rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.25rem 0 0;\n ${tokens.switcherMargin}: 0 0.25rem 0 0;\n ${tokens.switcherSize}: 1rem;\n ${tokens.checkboxMargin}: 0 0.25rem 0 0;\n ${tokens.checkboxSize}: 1rem;\n ${tokens.checkboxInnerSize}: 0.875rem;\n ${tokens.checkboxBorderRadius}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","l","m","s","xs"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,SAAA;KAgBV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAsBA,UAAA;AACDC,MAAAA,CAAC,EAsBA,SAAA;AACDC,MAAAA,CAAC,EAsBA,SAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;AAuBN,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"Tree.config.js","sources":["../../../../src-css/components/Tree/Tree.config.ts"],"sourcesContent":["import { css, treeTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n view: {\n default: css`\n ${tokens.iconFolderColor}: var(--text-secondary);\n ${tokens.arrowColor}: var(--text-secondary);\n ${tokens.arrowColorHover}: var(--text-secondary-hover);\n ${tokens.arrowColorActive}: var(--text-secondary-active);\n ${tokens.color}: var(--text-secondary);\n ${tokens.colorSelected}: var(--text-primary);\n ${tokens.itemBackgroundColor}: var(--surface-transparent-secondary);\n ${tokens.itemBackgroundColorHover}: var(--surface-transparent-secondary-hover);\n ${tokens.itemBackgroundColorActive}: var(--surface-transparent-secondary-active);\n ${tokens.checkboxBorderColor}: var(--text-secondary);\n ${tokens.checkboxBackgroundColor}: var(--text-accent);\n ${tokens.itemDisabledOpacity}: 0.4;\n ${tokens.itemDisabledBorderColor}: var(--text-secondary);\n ${tokens.itemDisabledColor}: var(--text-secondary);\n `,\n },\n size: {\n l: css`\n ${tokens.itemHeight}: 3.5rem;\n ${tokens.itemPadding}: 1rem;\n ${tokens.itemPaddingTight}: 0.375rem;\n ${tokens.itemIndent}: 2rem;\n ${tokens.itemBorderRadius}: 0.75rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.5rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.5rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n m: css`\n ${tokens.itemHeight}: 3rem;\n ${tokens.itemPadding}: 0.875rem;\n ${tokens.itemPaddingTight}: 0.375rem;\n ${tokens.itemIndent}: 2rem;\n ${tokens.itemBorderRadius}: 0.625rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.5rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.5rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n s: css`\n ${tokens.itemHeight}: 2.5rem;\n ${tokens.itemPadding}: 0.75rem;\n ${tokens.itemPaddingTight}: 0.25rem;\n ${tokens.itemIndent}: 1.875rem;\n ${tokens.itemBorderRadius}: 0.5rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.375rem 0 0;\n ${tokens.switcherMargin}: 0 0.375rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.375rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.25rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n xs: css`\n ${tokens.itemHeight}: 2rem;\n ${tokens.itemPadding}: 0.5rem;\n ${tokens.itemPaddingTight}: 0.125rem;\n ${tokens.itemIndent}: 1.25rem;\n ${tokens.itemBorderRadius}: 0.375rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.25rem 0 0;\n ${tokens.switcherMargin}: 0 0.25rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.25rem;\n ${tokens.switcherSize}: 1rem;\n ${tokens.checkboxMargin}: 0 0.25rem 0 0;\n ${tokens.checkboxSize}: 1rem;\n ${tokens.checkboxInnerSize}: 0.875rem;\n ${tokens.checkboxBorderRadius}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","l","m","s","xs"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,SAAA;KAgBV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAuBA,UAAA;AACDC,MAAAA,CAAC,EAuBA,SAAA;AACDC,MAAAA,CAAC,EAuBA,SAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;AAwBN,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -0,0 +1,5 @@
1
+ .de6q557{--plasma-tree-icon-folder-color:var(--text-secondary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-secondary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color:var(--surface-transparent-secondary);--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);}
2
+ .l1adci4f{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
3
+ .mtlwm4v{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
4
+ .s5rli8c{--plasma-tree-item-height:2.5rem;--plasma-tree-item-padding:0.75rem;--plasma-tree-item-padding-tight:0.25rem;--plasma-tree-item-indent:1.875rem;--plasma-tree-item-border-radius:0.5rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.375rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-s-font-family);--plasma-tree-font-size:var(--plasma-typo-body-s-font-size);--plasma-tree-font-style:var(--plasma-typo-body-s-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-s-line-height);}
5
+ .xvylsia{--plasma-tree-item-height:2rem;--plasma-tree-item-padding:0.5rem;--plasma-tree-item-padding-tight:0.125rem;--plasma-tree-item-indent:1.25rem;--plasma-tree-item-border-radius:0.375rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.25rem;--plasma-tree-switcher-size:1rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1rem;--plasma-tree-checkbox-inner-size:0.875rem;--plasma-tree-checkbox-border-radius:0.25rem;--plasma-tree-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tree-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tree-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-xs-line-height);}
@@ -1,5 +1,5 @@
1
- .Tree_config_dc0i95_de6q557__8d8ecfa8{--plasma-tree-icon-folder-color:var(--text-secondary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-secondary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color:var(--surface-transparent-secondary);--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);}
2
- .Tree_config_dc0i95_l1adci4f__8d8ecfa8{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
3
- .Tree_config_dc0i95_mtlwm4v__8d8ecfa8{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
4
- .Tree_config_dc0i95_s5rli8c__8d8ecfa8{--plasma-tree-item-height:2.5rem;--plasma-tree-item-padding:0.75rem;--plasma-tree-item-padding-tight:0.25rem;--plasma-tree-item-indent:1.875rem;--plasma-tree-item-border-radius:0.5rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin:0 0.375rem 0 0;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-s-font-family);--plasma-tree-font-size:var(--plasma-typo-body-s-font-size);--plasma-tree-font-style:var(--plasma-typo-body-s-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-s-line-height);}
5
- .Tree_config_dc0i95_xvylsia__8d8ecfa8{--plasma-tree-item-height:2rem;--plasma-tree-item-padding:0.5rem;--plasma-tree-item-padding-tight:0.125rem;--plasma-tree-item-indent:1.25rem;--plasma-tree-item-border-radius:0.375rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin:0 0.25rem 0 0;--plasma-tree-switcher-size:1rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1rem;--plasma-tree-checkbox-inner-size:0.875rem;--plasma-tree-checkbox-border-radius:0.25rem;--plasma-tree-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tree-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tree-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-xs-line-height);}
1
+ .Tree_config_1iqqtu9_de6q557__6bfe4b26{--plasma-tree-icon-folder-color:var(--text-secondary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-secondary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color:var(--surface-transparent-secondary);--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);}
2
+ .Tree_config_1iqqtu9_l1adci4f__6bfe4b26{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
3
+ .Tree_config_1iqqtu9_mtlwm4v__6bfe4b26{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
4
+ .Tree_config_1iqqtu9_s5rli8c__6bfe4b26{--plasma-tree-item-height:2.5rem;--plasma-tree-item-padding:0.75rem;--plasma-tree-item-padding-tight:0.25rem;--plasma-tree-item-indent:1.875rem;--plasma-tree-item-border-radius:0.5rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.375rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-s-font-family);--plasma-tree-font-size:var(--plasma-typo-body-s-font-size);--plasma-tree-font-style:var(--plasma-typo-body-s-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-s-line-height);}
5
+ .Tree_config_1iqqtu9_xvylsia__6bfe4b26{--plasma-tree-item-height:2rem;--plasma-tree-item-padding:0.5rem;--plasma-tree-item-padding-tight:0.125rem;--plasma-tree-item-indent:1.25rem;--plasma-tree-item-border-radius:0.375rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.25rem;--plasma-tree-switcher-size:1rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1rem;--plasma-tree-checkbox-inner-size:0.875rem;--plasma-tree-checkbox-border-radius:0.25rem;--plasma-tree-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tree-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tree-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-xs-line-height);}