@salutejs/sdds-serv 0.326.0-canary.2303.18841217749.0 → 0.326.1-canary.2309.18879166426.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Attach/Attach.config.js +1 -1
- package/components/Attach/Attach.config.js.map +1 -1
- package/components/Attach/{Attach.config_18v389v.css → Attach.config_4eb05r.css} +14 -14
- package/components/Attach/Attach.css +16 -16
- package/components/Attach/Attach.d.ts +448 -16
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/LinkButton/LinkButton.config.js +1 -1
- package/components/LinkButton/LinkButton.config.js.map +1 -1
- package/{es/components/LinkButton/LinkButton.config_1b6kqyz.css → components/LinkButton/LinkButton.config_b1souo.css} +6 -6
- package/components/LinkButton/LinkButton.css +13 -13
- package/components/Tabs/TabItem.css +15 -15
- package/components/Tabs/TabsController.css +15 -15
- package/components/Tabs/horizontal/HorizontalIconTabItem.config.js +1 -1
- package/components/Tabs/horizontal/HorizontalIconTabItem.config.js.map +1 -1
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +2 -2
- package/components/Tabs/horizontal/HorizontalTabItem.config.js.map +1 -1
- package/components/Tabs/horizontal/HorizontalTabItem.config_1ibgsbi.css +16 -0
- package/emotion/cjs/components/Attach/Attach.config.js +60 -28
- package/emotion/cjs/components/LinkButton/LinkButton.config.js +18 -12
- package/emotion/cjs/components/Tabs/horizontal/HorizontalIconTabItem.config.js +1 -1
- package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +25 -29
- package/emotion/es/components/Attach/Attach.config.js +60 -28
- package/emotion/es/components/LinkButton/LinkButton.config.js +18 -12
- package/emotion/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js +1 -1
- package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +25 -29
- package/es/components/Attach/Attach.config.js +1 -1
- package/es/components/Attach/Attach.config.js.map +1 -1
- package/es/components/Attach/{Attach.config_18v389v.css → Attach.config_4eb05r.css} +14 -14
- package/es/components/Attach/Attach.css +16 -16
- package/es/components/LinkButton/LinkButton.config.js +1 -1
- package/es/components/LinkButton/LinkButton.config.js.map +1 -1
- package/{components/LinkButton/LinkButton.config_1b6kqyz.css → es/components/LinkButton/LinkButton.config_b1souo.css} +6 -6
- package/es/components/LinkButton/LinkButton.css +13 -13
- package/es/components/Tabs/TabItem.css +15 -15
- package/es/components/Tabs/TabsController.css +15 -15
- package/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js +1 -1
- package/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js.map +1 -1
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +2 -2
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js.map +1 -1
- package/es/components/Tabs/horizontal/HorizontalTabItem.config_1ibgsbi.css +16 -0
- package/es/index.css +44 -44
- package/package.json +8 -8
- package/styled-components/cjs/components/Attach/Attach.config.js +60 -28
- package/styled-components/cjs/components/LinkButton/LinkButton.config.js +18 -12
- package/styled-components/cjs/components/Tabs/horizontal/HorizontalIconTabItem.config.js +1 -1
- package/styled-components/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +25 -29
- package/styled-components/es/components/Attach/Attach.config.js +60 -28
- package/styled-components/es/components/LinkButton/LinkButton.config.js +18 -12
- package/styled-components/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js +1 -1
- package/styled-components/es/components/Tabs/horizontal/HorizontalTabItem.config.js +25 -29
- package/components/Tabs/horizontal/HorizontalTabItem.config_1k9kicq.css +0 -16
- package/es/components/Tabs/horizontal/HorizontalTabItem.config_1k9kicq.css +0 -16
|
@@ -26,8 +26,6 @@ function _templateObject() {
|
|
|
26
26
|
": var(--text-secondary);\n ",
|
|
27
27
|
": transparent;\n ",
|
|
28
28
|
": background-color 0.3s ease-in-out;\n\n ",
|
|
29
|
-
": 0;\n ",
|
|
30
|
-
": 0;\n\n ",
|
|
31
29
|
": var(--surface-accent);\n\n ",
|
|
32
30
|
": 0rem;\n ",
|
|
33
31
|
": var(--text-primary);\n ",
|
|
@@ -52,10 +50,10 @@ function _templateObject1() {
|
|
|
52
50
|
": transparent;\n ",
|
|
53
51
|
": var(--text-primary);\n ",
|
|
54
52
|
": var(--text-secondary);\n ",
|
|
55
|
-
": var(--surface-
|
|
53
|
+
": var(--surface-solid-card);\n ",
|
|
56
54
|
": var(--text-primary);\n ",
|
|
57
55
|
": var(--text-secondary);\n ",
|
|
58
|
-
": var(--surface-
|
|
56
|
+
": var(--surface-solid-card);\n ",
|
|
59
57
|
": background-color 0.3s ease-in-out;\n\n ",
|
|
60
58
|
": 0.125rem;\n\n ",
|
|
61
59
|
": var(--surface-accent);\n\n ",
|
|
@@ -87,8 +85,6 @@ function _templateObject2() {
|
|
|
87
85
|
": var(--text-secondary);\n ",
|
|
88
86
|
": transparent;\n ",
|
|
89
87
|
": background-color 0.3s ease-in-out;\n\n ",
|
|
90
|
-
": 0;\n ",
|
|
91
|
-
": 0;\n\n ",
|
|
92
88
|
": var(--surface-accent);\n\n ",
|
|
93
89
|
": 0.125rem;\n ",
|
|
94
90
|
": var(--text-primary);\n ",
|
|
@@ -112,10 +108,10 @@ function _templateObject3() {
|
|
|
112
108
|
": var(--text-secondary);\n ",
|
|
113
109
|
": transparent;\n ",
|
|
114
110
|
": var(--inverse-text-primary);\n ",
|
|
115
|
-
": var(--
|
|
111
|
+
": var(--inverse-text-secondary);\n ",
|
|
116
112
|
": var(--surface-solid-default);\n ",
|
|
117
113
|
": var(--inverse-text-primary);\n ",
|
|
118
|
-
": var(--
|
|
114
|
+
": var(--inverse-text-secondary);\n ",
|
|
119
115
|
": var(--surface-solid-default);\n ",
|
|
120
116
|
": background-color 0.3s ease-in-out;\n\n ",
|
|
121
117
|
": 0.125rem;\n\n ",
|
|
@@ -136,9 +132,9 @@ function _templateObject4() {
|
|
|
136
132
|
": 0.375rem;\n ",
|
|
137
133
|
": auto;\n ",
|
|
138
134
|
": 2rem;\n ",
|
|
139
|
-
": 0 0.
|
|
135
|
+
": 0 0.125rem;\n ",
|
|
140
136
|
": 0 0.375rem;\n ",
|
|
141
|
-
": 1.
|
|
137
|
+
": 1.5rem;\n ",
|
|
142
138
|
": 0.25rem;\n ",
|
|
143
139
|
": 0.125rem;\n\n ",
|
|
144
140
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
@@ -160,9 +156,9 @@ function _templateObject5() {
|
|
|
160
156
|
": 0.5rem;\n ",
|
|
161
157
|
": auto;\n ",
|
|
162
158
|
": 2.5rem;\n ",
|
|
163
|
-
": 0 0.
|
|
159
|
+
": 0 0.125rem;\n ",
|
|
164
160
|
": 0 0.5rem;\n ",
|
|
165
|
-
": 1.
|
|
161
|
+
": 1.5rem;\n ",
|
|
166
162
|
": 0.25rem;\n ",
|
|
167
163
|
": 0.125rem;\n\n ",
|
|
168
164
|
": var(--plasma-typo-body-s-font-family);\n ",
|
|
@@ -184,9 +180,9 @@ function _templateObject6() {
|
|
|
184
180
|
": 0.625rem;\n ",
|
|
185
181
|
": auto;\n ",
|
|
186
182
|
": 3rem;\n ",
|
|
187
|
-
": 0 0.
|
|
183
|
+
": 0 0.125rem;\n ",
|
|
188
184
|
": 0 0.5rem;\n ",
|
|
189
|
-
": 1.
|
|
185
|
+
": 1.5rem;\n ",
|
|
190
186
|
": 0.375rem;\n ",
|
|
191
187
|
": 0.125rem;\n\n ",
|
|
192
188
|
": var(--plasma-typo-body-m-font-family);\n ",
|
|
@@ -208,9 +204,9 @@ function _templateObject7() {
|
|
|
208
204
|
": 0.75rem;\n ",
|
|
209
205
|
": auto;\n ",
|
|
210
206
|
": 3.5rem;\n ",
|
|
211
|
-
": 0 0.
|
|
207
|
+
": 0 0.125rem;\n ",
|
|
212
208
|
": 0 0.75rem;\n ",
|
|
213
|
-
": 1.
|
|
209
|
+
": 1.5rem;\n ",
|
|
214
210
|
": 0.5rem;\n ",
|
|
215
211
|
": 0.125rem;\n\n ",
|
|
216
212
|
": var(--plasma-typo-body-l-font-family);\n ",
|
|
@@ -232,8 +228,8 @@ function _templateObject8() {
|
|
|
232
228
|
": 0.375rem;\n ",
|
|
233
229
|
": auto;\n ",
|
|
234
230
|
": 3rem;\n ",
|
|
235
|
-
":
|
|
236
|
-
": 1.
|
|
231
|
+
": 0 0.125rem;\n ",
|
|
232
|
+
": 1.5rem;\n ",
|
|
237
233
|
": 0.625rem;\n\n ",
|
|
238
234
|
": var(--plasma-typo-h5-font-family);\n ",
|
|
239
235
|
": var(--plasma-typo-h5-font-size);\n ",
|
|
@@ -254,8 +250,8 @@ function _templateObject9() {
|
|
|
254
250
|
": 0.375rem;\n ",
|
|
255
251
|
": auto;\n ",
|
|
256
252
|
": 3.25rem;\n ",
|
|
257
|
-
":
|
|
258
|
-
":
|
|
253
|
+
": 0 0.125rem;\n ",
|
|
254
|
+
": 1.75rem;\n ",
|
|
259
255
|
": 0.625rem;\n\n ",
|
|
260
256
|
": var(--plasma-typo-h4-font-family);\n ",
|
|
261
257
|
": var(--plasma-typo-h4-font-size);\n ",
|
|
@@ -276,8 +272,8 @@ function _templateObject10() {
|
|
|
276
272
|
": 0.5rem;\n ",
|
|
277
273
|
": auto;\n ",
|
|
278
274
|
": 3.875rem;\n ",
|
|
279
|
-
":
|
|
280
|
-
":
|
|
275
|
+
": 0 0.125rem;\n ",
|
|
276
|
+
": 2rem;\n ",
|
|
281
277
|
": 0.75rem;\n\n ",
|
|
282
278
|
": var(--plasma-typo-h3-font-family);\n ",
|
|
283
279
|
": var(--plasma-typo-h3-font-size);\n ",
|
|
@@ -298,8 +294,8 @@ function _templateObject11() {
|
|
|
298
294
|
": 0.625rem;\n ",
|
|
299
295
|
": auto;\n ",
|
|
300
296
|
": 4.5rem;\n ",
|
|
301
|
-
":
|
|
302
|
-
": 2.
|
|
297
|
+
": 0 0.125rem;\n ",
|
|
298
|
+
": 2.25rem;\n ",
|
|
303
299
|
": 0.875rem;\n\n ",
|
|
304
300
|
": var(--plasma-typo-h2-font-family);\n ",
|
|
305
301
|
": var(--plasma-typo-h2-font-size);\n ",
|
|
@@ -320,8 +316,8 @@ function _templateObject12() {
|
|
|
320
316
|
": 0.75rem;\n ",
|
|
321
317
|
": auto;\n ",
|
|
322
318
|
": 5.75rem;\n ",
|
|
323
|
-
":
|
|
324
|
-
": 3.
|
|
319
|
+
": 0 0.125rem;\n ",
|
|
320
|
+
": 3.25rem;\n ",
|
|
325
321
|
": 1rem;\n\n ",
|
|
326
322
|
": var(--plasma-typo-h1-font-family);\n ",
|
|
327
323
|
": var(--plasma-typo-h1-font-size);\n ",
|
|
@@ -368,14 +364,14 @@ function _templateObject15() {
|
|
|
368
364
|
import { css, tabsTokens } from '@salutejs/plasma-new-hope/styled-components';
|
|
369
365
|
export var config = {
|
|
370
366
|
defaults: {
|
|
371
|
-
view: '
|
|
367
|
+
view: 'divider',
|
|
372
368
|
size: 'l'
|
|
373
369
|
},
|
|
374
370
|
variations: {
|
|
375
371
|
view: {
|
|
376
|
-
clear: css(_templateObject(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemBackgroundColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemBackgroundColorHover, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedValueColor, tabsTokens.itemSelectedBackgroundColor, tabsTokens.itemSelectedColorHover, tabsTokens.itemSelectedValueColorHover, tabsTokens.itemSelectedBackgroundColorHover, tabsTokens.itemBackgroundTransition, tabsTokens.
|
|
372
|
+
clear: css(_templateObject(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemBackgroundColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemBackgroundColorHover, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedValueColor, tabsTokens.itemSelectedBackgroundColor, tabsTokens.itemSelectedColorHover, tabsTokens.itemSelectedValueColorHover, tabsTokens.itemSelectedBackgroundColorHover, tabsTokens.itemBackgroundTransition, tabsTokens.outlineFocusColor, tabsTokens.itemSelectedDividerHeight, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover, tabsTokens.itemCursor),
|
|
377
373
|
secondary: css(_templateObject1(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemBackgroundColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemBackgroundColorHover, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedValueColor, tabsTokens.itemSelectedBackgroundColor, tabsTokens.itemSelectedColorHover, tabsTokens.itemSelectedValueColorHover, tabsTokens.itemSelectedBackgroundColorHover, tabsTokens.itemBackgroundTransition, tabsTokens.itemMarginLeftFilled, tabsTokens.outlineFocusColor, tabsTokens.itemSelectedDividerHeight, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover, tabsTokens.itemCursor),
|
|
378
|
-
divider: css(_templateObject2(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemBackgroundColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemBackgroundColorHover, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedValueColor, tabsTokens.itemSelectedBackgroundColor, tabsTokens.itemSelectedColorHover, tabsTokens.itemSelectedValueColorHover, tabsTokens.itemSelectedBackgroundColorHover, tabsTokens.itemBackgroundTransition, tabsTokens.
|
|
374
|
+
divider: css(_templateObject2(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemBackgroundColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemBackgroundColorHover, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedValueColor, tabsTokens.itemSelectedBackgroundColor, tabsTokens.itemSelectedColorHover, tabsTokens.itemSelectedValueColorHover, tabsTokens.itemSelectedBackgroundColorHover, tabsTokens.itemBackgroundTransition, tabsTokens.outlineFocusColor, tabsTokens.itemSelectedDividerHeight, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover, tabsTokens.itemCursor),
|
|
379
375
|
default: css(_templateObject3(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemBackgroundColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemBackgroundColorHover, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedValueColor, tabsTokens.itemSelectedBackgroundColor, tabsTokens.itemSelectedColorHover, tabsTokens.itemSelectedValueColorHover, tabsTokens.itemSelectedBackgroundColorHover, tabsTokens.itemBackgroundTransition, tabsTokens.itemMarginLeftFilled, tabsTokens.outlineFocusColor, tabsTokens.itemSelectedDividerHeight, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover, tabsTokens.itemCursor)
|
|
380
376
|
},
|
|
381
377
|
size: {
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
.c1qbla27{--plasma-tab-item-color:var(--text-secondary);--plasma-tab-item-value-color:var(--text-tertiary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:transparent;--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:transparent;--plasma-tab-item-background-transition:background-color 0.3s ease-in-out;--plasma-tab-item-padding-clear:0;--plasma-tab-item-content-padding-clear:0;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary);--plasma-tab-item-cursor:pointer;}
|
|
2
|
-
.s1sazr3k{--plasma-tab-item-color:var(--text-primary);--plasma-tab-item-value-color:var(--text-secondary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:var(--surface-transparent-card);--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:var(--surface-transparent-card);--plasma-tab-item-background-transition:background-color 0.3s ease-in-out;--plasma-tab-item-margin-left-filled:0.125rem;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary);--plasma-tab-item-cursor:pointer;}
|
|
3
|
-
.d4t8mk9{--plasma-tab-item-color:var(--text-secondary);--plasma-tab-item-value-color:var(--text-tertiary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:transparent;--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:transparent;--plasma-tab-item-background-transition:background-color 0.3s ease-in-out;--plasma-tab-item-padding-clear:0;--plasma-tab-item-content-padding-clear:0;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0.125rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary);--plasma-tab-item-cursor:pointer;}
|
|
4
|
-
.d1hrjiow{--plasma-tab-item-color:var(--text-primary);--plasma-tab-item-value-color:var(--text-secondary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--inverse-text-primary);--plasma-tab-item-selected-value-color:var(--on-dark-text-secondary);--plasma-tab-item-selected-background-color:var(--surface-solid-default);--plasma-tab-item-selected-color-hover:var(--inverse-text-primary);--plasma-tab-item-selected-value-color-hover:var(--on-dark-text-secondary);--plasma-tab-item-selected-background-color-hover:var(--surface-solid-default);--plasma-tab-item-background-transition:background-color 0.3s ease-in-out;--plasma-tab-item-margin-left-filled:0.125rem;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary);--plasma-tab-item-cursor:pointer;}
|
|
5
|
-
.x1539gzv{--plasma-tab-item-border-radius:0.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:2rem;--plasma-tab-item-padding:0 0.5rem;--plasma-tab-item-padding-pilled:0 0.375rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.25rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-xs-line-height);--plasma-tab-item-action-content-margin-left:0;}
|
|
6
|
-
.sikuk77{--plasma-tab-item-border-radius:0.5rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:2.5rem;--plasma-tab-item-padding:0 0.625rem;--plasma-tab-item-padding-pilled:0 0.5rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.25rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-s-line-height);--plasma-tab-item-action-content-margin-left:0.125rem;}
|
|
7
|
-
.mp3y2ao{--plasma-tab-item-border-radius:0.625rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3rem;--plasma-tab-item-padding:0 0.625rem;--plasma-tab-item-padding-pilled:0 0.5rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.375rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-m-line-height);--plasma-tab-item-action-content-margin-left:0.25rem;}
|
|
8
|
-
.l1qh9jow{--plasma-tab-item-border-radius:0.75rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.5rem;--plasma-tab-item-padding:0 0.875rem;--plasma-tab-item-padding-pilled:0 0.75rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.5rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-l-line-height);--plasma-tab-item-action-content-margin-left:0.125rem;}
|
|
9
|
-
.h1s7gpc9{--plasma-tab-item-border-radius:0.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.625rem;--plasma-tab-item-font-family:var(--plasma-typo-h5-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h5-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h5-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h5-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h5-line-height);--plasma-tab-item-action-content-margin-left:-0.125rem;}
|
|
10
|
-
.h13wvabz{--plasma-tab-item-border-radius:0.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.25rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2rem;--plasma-tab-item-content-gap:0.625rem;--plasma-tab-item-font-family:var(--plasma-typo-h4-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h4-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h4-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h4-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h4-line-height);--plasma-tab-item-action-content-margin-left:-0.125rem;}
|
|
11
|
-
.h1gxsxyj{--plasma-tab-item-border-radius:0.5rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.875rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2.25rem;--plasma-tab-item-content-gap:0.75rem;--plasma-tab-item-font-family:var(--plasma-typo-h3-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h3-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h3-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h3-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h3-line-height);--plasma-tab-item-action-content-margin-left:-0.125rem;}
|
|
12
|
-
.hv3zmfq{--plasma-tab-item-border-radius:0.625rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:4.5rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2.5rem;--plasma-tab-item-content-gap:0.875rem;--plasma-tab-item-font-family:var(--plasma-typo-h2-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h2-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h2-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h2-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h2-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h2-line-height);--plasma-tab-item-action-content-margin-left:-0.125rem;}
|
|
13
|
-
.hwisn6u{--plasma-tab-item-border-radius:0.75rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:5.75rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:3.5rem;--plasma-tab-item-content-gap:1rem;--plasma-tab-item-font-family:var(--plasma-typo-h1-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h1-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h1-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h1-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h1-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h1-line-height);--plasma-tab-item-action-content-margin-left:0;}
|
|
14
|
-
.t19ews1g{--plasma-tabs-disabled-opacity:0.4;}
|
|
15
|
-
.tosxbtd{--plasma-tab-item-pilled-border-radius:1.5rem;}
|
|
16
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
.c1qbla27{--plasma-tab-item-color:var(--text-secondary);--plasma-tab-item-value-color:var(--text-tertiary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:transparent;--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:transparent;--plasma-tab-item-background-transition:background-color 0.3s ease-in-out;--plasma-tab-item-padding-clear:0;--plasma-tab-item-content-padding-clear:0;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary);--plasma-tab-item-cursor:pointer;}
|
|
2
|
-
.s1sazr3k{--plasma-tab-item-color:var(--text-primary);--plasma-tab-item-value-color:var(--text-secondary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:var(--surface-transparent-card);--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:var(--surface-transparent-card);--plasma-tab-item-background-transition:background-color 0.3s ease-in-out;--plasma-tab-item-margin-left-filled:0.125rem;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary);--plasma-tab-item-cursor:pointer;}
|
|
3
|
-
.d4t8mk9{--plasma-tab-item-color:var(--text-secondary);--plasma-tab-item-value-color:var(--text-tertiary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:transparent;--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:transparent;--plasma-tab-item-background-transition:background-color 0.3s ease-in-out;--plasma-tab-item-padding-clear:0;--plasma-tab-item-content-padding-clear:0;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0.125rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary);--plasma-tab-item-cursor:pointer;}
|
|
4
|
-
.d1hrjiow{--plasma-tab-item-color:var(--text-primary);--plasma-tab-item-value-color:var(--text-secondary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--inverse-text-primary);--plasma-tab-item-selected-value-color:var(--on-dark-text-secondary);--plasma-tab-item-selected-background-color:var(--surface-solid-default);--plasma-tab-item-selected-color-hover:var(--inverse-text-primary);--plasma-tab-item-selected-value-color-hover:var(--on-dark-text-secondary);--plasma-tab-item-selected-background-color-hover:var(--surface-solid-default);--plasma-tab-item-background-transition:background-color 0.3s ease-in-out;--plasma-tab-item-margin-left-filled:0.125rem;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary);--plasma-tab-item-cursor:pointer;}
|
|
5
|
-
.x1539gzv{--plasma-tab-item-border-radius:0.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:2rem;--plasma-tab-item-padding:0 0.5rem;--plasma-tab-item-padding-pilled:0 0.375rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.25rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-xs-line-height);--plasma-tab-item-action-content-margin-left:0;}
|
|
6
|
-
.sikuk77{--plasma-tab-item-border-radius:0.5rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:2.5rem;--plasma-tab-item-padding:0 0.625rem;--plasma-tab-item-padding-pilled:0 0.5rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.25rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-s-line-height);--plasma-tab-item-action-content-margin-left:0.125rem;}
|
|
7
|
-
.mp3y2ao{--plasma-tab-item-border-radius:0.625rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3rem;--plasma-tab-item-padding:0 0.625rem;--plasma-tab-item-padding-pilled:0 0.5rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.375rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-m-line-height);--plasma-tab-item-action-content-margin-left:0.25rem;}
|
|
8
|
-
.l1qh9jow{--plasma-tab-item-border-radius:0.75rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.5rem;--plasma-tab-item-padding:0 0.875rem;--plasma-tab-item-padding-pilled:0 0.75rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.5rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-l-line-height);--plasma-tab-item-action-content-margin-left:0.125rem;}
|
|
9
|
-
.h1s7gpc9{--plasma-tab-item-border-radius:0.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:0.625rem;--plasma-tab-item-font-family:var(--plasma-typo-h5-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h5-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h5-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h5-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h5-line-height);--plasma-tab-item-action-content-margin-left:-0.125rem;}
|
|
10
|
-
.h13wvabz{--plasma-tab-item-border-radius:0.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.25rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2rem;--plasma-tab-item-content-gap:0.625rem;--plasma-tab-item-font-family:var(--plasma-typo-h4-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h4-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h4-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h4-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h4-line-height);--plasma-tab-item-action-content-margin-left:-0.125rem;}
|
|
11
|
-
.h1gxsxyj{--plasma-tab-item-border-radius:0.5rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.875rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2.25rem;--plasma-tab-item-content-gap:0.75rem;--plasma-tab-item-font-family:var(--plasma-typo-h3-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h3-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h3-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h3-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h3-line-height);--plasma-tab-item-action-content-margin-left:-0.125rem;}
|
|
12
|
-
.hv3zmfq{--plasma-tab-item-border-radius:0.625rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:4.5rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2.5rem;--plasma-tab-item-content-gap:0.875rem;--plasma-tab-item-font-family:var(--plasma-typo-h2-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h2-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h2-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h2-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h2-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h2-line-height);--plasma-tab-item-action-content-margin-left:-0.125rem;}
|
|
13
|
-
.hwisn6u{--plasma-tab-item-border-radius:0.75rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:5.75rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:3.5rem;--plasma-tab-item-content-gap:1rem;--plasma-tab-item-font-family:var(--plasma-typo-h1-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h1-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h1-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h1-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h1-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h1-line-height);--plasma-tab-item-action-content-margin-left:0;}
|
|
14
|
-
.t19ews1g{--plasma-tabs-disabled-opacity:0.4;}
|
|
15
|
-
.tosxbtd{--plasma-tab-item-pilled-border-radius:1.5rem;}
|
|
16
|
-
|