@salutejs/sdds-cs 0.327.0-canary.2194.17367251959.0 → 0.327.0-canary.2195.17430179093.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Attach/Attach.d.ts +8 -0
- package/components/Autocomplete/Autocomplete.d.ts +8 -0
- package/components/Button/Button.config.js +4 -2
- package/components/Button/Button.d.ts +4 -0
- package/components/Calendar/CalendarBase.config.js +3 -2
- package/components/Calendar/CalendarDouble.config.js +3 -2
- package/components/DatePicker/DatePicker.config.js +3 -2
- package/components/IconButton/IconButton.d.ts +2 -0
- package/components/Tabs/TabItem.d.ts +2 -2
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
- package/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
- package/emotion/cjs/components/Button/Button.config.js +4 -2
- package/emotion/cjs/components/Calendar/CalendarBase.config.js +3 -2
- package/emotion/cjs/components/Calendar/CalendarDouble.config.js +3 -2
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +3 -2
- package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
- package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
- package/emotion/es/components/Button/Button.config.js +4 -2
- package/emotion/es/components/Calendar/CalendarBase.config.js +3 -2
- package/emotion/es/components/Calendar/CalendarDouble.config.js +3 -2
- package/emotion/es/components/DatePicker/DatePicker.config.js +3 -2
- package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
- package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
- package/es/components/Button/Button.config.js +4 -2
- package/es/components/Calendar/CalendarBase.config.js +3 -2
- package/es/components/Calendar/CalendarDouble.config.js +3 -2
- package/es/components/DatePicker/DatePicker.config.js +3 -2
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
- package/package.json +8 -8
@@ -18,6 +18,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
18
18
|
text?: string;
|
19
19
|
contentLeft?: import("react").ReactNode;
|
20
20
|
contentPlacing?: "default" | "relaxed";
|
21
|
+
additionalContent?: import("react").ReactNode;
|
21
22
|
isLoading?: boolean;
|
22
23
|
loader?: import("react").ReactNode;
|
23
24
|
stretch?: boolean;
|
@@ -41,6 +42,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
41
42
|
text?: string;
|
42
43
|
contentLeft?: import("react").ReactNode;
|
43
44
|
contentPlacing?: "default" | "relaxed";
|
45
|
+
additionalContent?: import("react").ReactNode;
|
44
46
|
isLoading?: boolean;
|
45
47
|
loader?: import("react").ReactNode;
|
46
48
|
stretch?: boolean;
|
@@ -67,6 +69,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
67
69
|
text?: string;
|
68
70
|
contentLeft?: import("react").ReactNode;
|
69
71
|
contentPlacing?: "default" | "relaxed";
|
72
|
+
additionalContent?: import("react").ReactNode;
|
70
73
|
isLoading?: boolean;
|
71
74
|
loader?: import("react").ReactNode;
|
72
75
|
stretch?: boolean;
|
@@ -91,6 +94,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
91
94
|
text?: string;
|
92
95
|
contentLeft?: import("react").ReactNode;
|
93
96
|
contentPlacing?: "default" | "relaxed";
|
97
|
+
additionalContent?: import("react").ReactNode;
|
94
98
|
isLoading?: boolean;
|
95
99
|
loader?: import("react").ReactNode;
|
96
100
|
stretch?: boolean;
|
@@ -118,6 +122,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
118
122
|
text?: string;
|
119
123
|
contentLeft?: import("react").ReactNode;
|
120
124
|
contentPlacing?: "default" | "relaxed";
|
125
|
+
additionalContent?: import("react").ReactNode;
|
121
126
|
isLoading?: boolean;
|
122
127
|
loader?: import("react").ReactNode;
|
123
128
|
stretch?: boolean;
|
@@ -144,6 +149,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
144
149
|
text?: string;
|
145
150
|
contentLeft?: import("react").ReactNode;
|
146
151
|
contentPlacing?: "default" | "relaxed";
|
152
|
+
additionalContent?: import("react").ReactNode;
|
147
153
|
isLoading?: boolean;
|
148
154
|
loader?: import("react").ReactNode;
|
149
155
|
stretch?: boolean;
|
@@ -167,6 +173,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
167
173
|
text?: string;
|
168
174
|
contentLeft?: import("react").ReactNode;
|
169
175
|
contentPlacing?: "default" | "relaxed";
|
176
|
+
additionalContent?: import("react").ReactNode;
|
170
177
|
isLoading?: boolean;
|
171
178
|
loader?: import("react").ReactNode;
|
172
179
|
stretch?: boolean;
|
@@ -194,6 +201,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
194
201
|
text?: string;
|
195
202
|
contentLeft?: import("react").ReactNode;
|
196
203
|
contentPlacing?: "default" | "relaxed";
|
204
|
+
additionalContent?: import("react").ReactNode;
|
197
205
|
isLoading?: boolean;
|
198
206
|
loader?: import("react").ReactNode;
|
199
207
|
stretch?: boolean;
|
@@ -37,6 +37,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
37
37
|
beforeList?: import("react").ReactNode;
|
38
38
|
afterList?: import("react").ReactNode;
|
39
39
|
virtual?: boolean;
|
40
|
+
flip?: boolean;
|
40
41
|
size?: string;
|
41
42
|
view?: string;
|
42
43
|
} & Omit<{
|
@@ -91,6 +92,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
91
92
|
beforeList?: import("react").ReactNode;
|
92
93
|
afterList?: import("react").ReactNode;
|
93
94
|
virtual?: boolean;
|
95
|
+
flip?: boolean;
|
94
96
|
size?: string;
|
95
97
|
view?: string;
|
96
98
|
} & Omit<{
|
@@ -147,6 +149,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
147
149
|
beforeList?: import("react").ReactNode;
|
148
150
|
afterList?: import("react").ReactNode;
|
149
151
|
virtual?: boolean;
|
152
|
+
flip?: boolean;
|
150
153
|
size?: string;
|
151
154
|
view?: string;
|
152
155
|
} & Omit<{
|
@@ -201,6 +204,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
201
204
|
beforeList?: import("react").ReactNode;
|
202
205
|
afterList?: import("react").ReactNode;
|
203
206
|
virtual?: boolean;
|
207
|
+
flip?: boolean;
|
204
208
|
size?: string;
|
205
209
|
view?: string;
|
206
210
|
} & Omit<{
|
@@ -257,6 +261,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
257
261
|
beforeList?: import("react").ReactNode;
|
258
262
|
afterList?: import("react").ReactNode;
|
259
263
|
virtual?: boolean;
|
264
|
+
flip?: boolean;
|
260
265
|
size?: string;
|
261
266
|
view?: string;
|
262
267
|
} & Omit<{
|
@@ -311,6 +316,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
311
316
|
beforeList?: import("react").ReactNode;
|
312
317
|
afterList?: import("react").ReactNode;
|
313
318
|
virtual?: boolean;
|
319
|
+
flip?: boolean;
|
314
320
|
size?: string;
|
315
321
|
view?: string;
|
316
322
|
} & Omit<{
|
@@ -367,6 +373,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
367
373
|
beforeList?: import("react").ReactNode;
|
368
374
|
afterList?: import("react").ReactNode;
|
369
375
|
virtual?: boolean;
|
376
|
+
flip?: boolean;
|
370
377
|
size?: string;
|
371
378
|
view?: string;
|
372
379
|
} & Omit<{
|
@@ -421,6 +428,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
421
428
|
beforeList?: import("react").ReactNode;
|
422
429
|
afterList?: import("react").ReactNode;
|
423
430
|
virtual?: boolean;
|
431
|
+
flip?: boolean;
|
424
432
|
size?: string;
|
425
433
|
view?: string;
|
426
434
|
} & Omit<{
|
@@ -113,7 +113,9 @@ function _templateObject4() {
|
|
113
113
|
": inherit;\n\n ",
|
114
114
|
": 0 0.25rem 0 0;\n ",
|
115
115
|
": 0 0 0 0.25rem;\n ",
|
116
|
-
": 0 0 0 0.25rem;\n
|
116
|
+
": 0 0 0 0.25rem;\n ",
|
117
|
+
": 0 0 0 0.25rem;\n ",
|
118
|
+
": 0.25rem;\n "
|
117
119
|
]);
|
118
120
|
_templateObject4 = function _templateObject() {
|
119
121
|
return data;
|
@@ -171,7 +173,7 @@ var config = {
|
|
171
173
|
},
|
172
174
|
size: {
|
173
175
|
s: (0, _styledcomponents.css)(_templateObject3(), _styledcomponents.buttonTokens.buttonHeight, _styledcomponents.buttonTokens.buttonWidth, _styledcomponents.buttonTokens.buttonPadding, _styledcomponents.buttonTokens.buttonRadius, _styledcomponents.buttonTokens.buttonFontFamily, _styledcomponents.buttonTokens.buttonFontSize, _styledcomponents.buttonTokens.buttonFontStyle, _styledcomponents.buttonTokens.buttonFontWeight, _styledcomponents.buttonTokens.buttonLetterSpacing, _styledcomponents.buttonTokens.buttonLineHeight, _styledcomponents.buttonTokens.buttonSpinnerSize, _styledcomponents.buttonTokens.buttonSpinnerColor, _styledcomponents.buttonTokens.buttonLeftContentMargin, _styledcomponents.buttonTokens.buttonRightContentMargin, _styledcomponents.buttonTokens.buttonValueMargin),
|
174
|
-
sr: (0, _styledcomponents.css)(_templateObject4(), _styledcomponents.buttonTokens.buttonHeight, _styledcomponents.buttonTokens.buttonWidth, _styledcomponents.buttonTokens.buttonFontFamily, _styledcomponents.buttonTokens.buttonFontSize, _styledcomponents.buttonTokens.buttonFontStyle, _styledcomponents.buttonTokens.buttonFontWeight, _styledcomponents.buttonTokens.buttonLetterSpacing, _styledcomponents.buttonTokens.buttonLineHeight, _styledcomponents.buttonTokens.buttonSpinnerSize, _styledcomponents.buttonTokens.buttonSpinnerColor, _styledcomponents.buttonTokens.buttonLeftContentMargin, _styledcomponents.buttonTokens.buttonRightContentMargin, _styledcomponents.buttonTokens.buttonValueMargin)
|
176
|
+
sr: (0, _styledcomponents.css)(_templateObject4(), _styledcomponents.buttonTokens.buttonHeight, _styledcomponents.buttonTokens.buttonWidth, _styledcomponents.buttonTokens.buttonFontFamily, _styledcomponents.buttonTokens.buttonFontSize, _styledcomponents.buttonTokens.buttonFontStyle, _styledcomponents.buttonTokens.buttonFontWeight, _styledcomponents.buttonTokens.buttonLetterSpacing, _styledcomponents.buttonTokens.buttonLineHeight, _styledcomponents.buttonTokens.buttonSpinnerSize, _styledcomponents.buttonTokens.buttonSpinnerColor, _styledcomponents.buttonTokens.buttonLeftContentMargin, _styledcomponents.buttonTokens.buttonRightContentMargin, _styledcomponents.buttonTokens.buttonValueMargin, _styledcomponents.buttonTokens.buttonAdditionalContentMargin, _styledcomponents.buttonTokens.buttonAdditionalContentMarginRightWidthValue)
|
175
177
|
},
|
176
178
|
focused: {
|
177
179
|
true: (0, _styledcomponents.css)(_templateObject5(), _styledcomponents.buttonTokens.buttonFocusColor)
|
@@ -21,6 +21,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
21
21
|
text?: string;
|
22
22
|
contentLeft?: React.ReactNode;
|
23
23
|
contentPlacing?: "default" | "relaxed";
|
24
|
+
additionalContent?: React.ReactNode;
|
24
25
|
isLoading?: boolean;
|
25
26
|
loader?: React.ReactNode;
|
26
27
|
stretch?: boolean;
|
@@ -42,6 +43,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
42
43
|
text?: string;
|
43
44
|
contentLeft?: React.ReactNode;
|
44
45
|
contentPlacing?: "default" | "relaxed";
|
46
|
+
additionalContent?: React.ReactNode;
|
45
47
|
isLoading?: boolean;
|
46
48
|
loader?: React.ReactNode;
|
47
49
|
stretch?: boolean;
|
@@ -86,6 +88,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
86
88
|
text?: string;
|
87
89
|
contentLeft?: React.ReactNode;
|
88
90
|
contentPlacing?: "default" | "relaxed";
|
91
|
+
additionalContent?: React.ReactNode;
|
89
92
|
isLoading?: boolean;
|
90
93
|
loader?: React.ReactNode;
|
91
94
|
stretch?: boolean;
|
@@ -125,6 +128,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
125
128
|
text?: string;
|
126
129
|
contentLeft?: React.ReactNode;
|
127
130
|
contentPlacing?: "default" | "relaxed";
|
131
|
+
additionalContent?: React.ReactNode;
|
128
132
|
isLoading?: boolean;
|
129
133
|
loader?: React.ReactNode;
|
130
134
|
stretch?: boolean;
|
@@ -97,7 +97,8 @@ function _templateObject1() {
|
|
97
97
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
98
98
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
99
99
|
": 0.125rem;\n\n ",
|
100
|
-
": 0.5rem;\n
|
100
|
+
": 0.5rem;\n ",
|
101
|
+
": 1.5rem;\n\n ",
|
101
102
|
": 0 0 0 0.5rem;\n ",
|
102
103
|
": 0.25rem;\n\n ",
|
103
104
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -127,7 +128,7 @@ var config = {
|
|
127
128
|
default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.calendarBaseTokens.calendarSelectedItemBackground, _styledcomponents.calendarBaseTokens.calendarSelectedItemColor, _styledcomponents.calendarBaseTokens.calendarSelectableItemBackgroundHover, _styledcomponents.calendarBaseTokens.calendarCurrentItemBorderColor, _styledcomponents.calendarBaseTokens.calendarCurrentItemBackgroundHover, _styledcomponents.calendarBaseTokens.calendarCurrentItemColorHover, _styledcomponents.calendarBaseTokens.calendarCurrentItemChildBackgroundHover, _styledcomponents.calendarBaseTokens.calendarActiveItemBackground, _styledcomponents.calendarBaseTokens.calendarActiveItemColor, _styledcomponents.calendarBaseTokens.calendarHoveredItemBackground, _styledcomponents.calendarBaseTokens.calendarHoveredItemColor, _styledcomponents.calendarBaseTokens.calendarRangeBackground, _styledcomponents.calendarBaseTokens.calendarOutlineFocusColor, _styledcomponents.calendarBaseTokens.calendarContentPrimaryColor, _styledcomponents.calendarBaseTokens.calendarContentPrimaryDisabledColor, _styledcomponents.calendarBaseTokens.calendarContentSecondaryColor, _styledcomponents.calendarBaseTokens.calendarContentSecondaryDisabledColor, _styledcomponents.calendarBaseTokens.calendarDayOfWeekColor, _styledcomponents.calendarBaseTokens.calendarHeaderArrowColor, _styledcomponents.calendarBaseTokens.calendarDisabledOpacity, _styledcomponents.calendarBaseTokens.iconButtonColor, _styledcomponents.calendarBaseTokens.iconButtonBackgroundColor, _styledcomponents.calendarBaseTokens.iconButtonColorHover, _styledcomponents.calendarBaseTokens.iconButtonBackgroundColorHover, _styledcomponents.calendarBaseTokens.iconButtonColorActive, _styledcomponents.calendarBaseTokens.iconButtonBackgroundColorActive, _styledcomponents.calendarBaseTokens.iconButtonFocusColor)
|
128
129
|
},
|
129
130
|
size: {
|
130
|
-
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.calendarBaseTokens.calendarContainerWidth, _styledcomponents.calendarBaseTokens.calendarContainerHeight, _styledcomponents.calendarBaseTokens.calendarYearsPadding, _styledcomponents.calendarBaseTokens.calendarYearItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarYearFontFamily, _styledcomponents.calendarBaseTokens.calendarYearFontSize, _styledcomponents.calendarBaseTokens.calendarYearFontStyle, _styledcomponents.calendarBaseTokens.calendarYearFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarYearFontLineHeight, _styledcomponents.calendarBaseTokens.calendarYearFontWeight, _styledcomponents.calendarBaseTokens.calendarYearSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarQuartersPadding, _styledcomponents.calendarBaseTokens.calendarQuarterItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarQuarterFontFamily, _styledcomponents.calendarBaseTokens.calendarQuarterFontSize, _styledcomponents.calendarBaseTokens.calendarQuarterFontStyle, _styledcomponents.calendarBaseTokens.calendarQuarterFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarQuarterFontLineHeight, _styledcomponents.calendarBaseTokens.calendarQuarterFontWeight, _styledcomponents.calendarBaseTokens.calendarQuarterSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarMonthsPadding, _styledcomponents.calendarBaseTokens.calendarMonthItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarMonthFontFamily, _styledcomponents.calendarBaseTokens.calendarMonthFontSize, _styledcomponents.calendarBaseTokens.calendarMonthFontStyle, _styledcomponents.calendarBaseTokens.calendarMonthFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarMonthFontLineHeight, _styledcomponents.calendarBaseTokens.calendarMonthFontWeight, _styledcomponents.calendarBaseTokens.calendarMonthSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarDaysPadding, _styledcomponents.calendarBaseTokens.calendarDayItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarDayFontFamily, _styledcomponents.calendarBaseTokens.calendarDayFontSize, _styledcomponents.calendarBaseTokens.calendarDayFontStyle, _styledcomponents.calendarBaseTokens.calendarDayFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarDayFontLineHeight, _styledcomponents.calendarBaseTokens.calendarDayFontWeight, _styledcomponents.calendarBaseTokens.calendarDaySelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarCurrentItemBorderWidth, _styledcomponents.calendarBaseTokens.calendarHeaderArrowGap, _styledcomponents.calendarBaseTokens.calendarHeaderPadding, _styledcomponents.calendarBaseTokens.calendarHeaderDateGap, _styledcomponents.calendarBaseTokens.calendarHeaderFontFamily, _styledcomponents.calendarBaseTokens.calendarHeaderFontSize, _styledcomponents.calendarBaseTokens.calendarHeaderFontStyle, _styledcomponents.calendarBaseTokens.calendarHeaderFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarHeaderFontLineHeight, _styledcomponents.calendarBaseTokens.calendarHeaderFontWeight, _styledcomponents.calendarBaseTokens.calendarHeaderFontWeightBold, _styledcomponents.calendarBaseTokens.iconButtonHeight, _styledcomponents.calendarBaseTokens.iconButtonWidth, _styledcomponents.calendarBaseTokens.iconButtonPadding, _styledcomponents.calendarBaseTokens.iconButtonRadius)
|
131
|
+
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.calendarBaseTokens.calendarContainerWidth, _styledcomponents.calendarBaseTokens.calendarContainerHeight, _styledcomponents.calendarBaseTokens.calendarYearsPadding, _styledcomponents.calendarBaseTokens.calendarYearItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarYearFontFamily, _styledcomponents.calendarBaseTokens.calendarYearFontSize, _styledcomponents.calendarBaseTokens.calendarYearFontStyle, _styledcomponents.calendarBaseTokens.calendarYearFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarYearFontLineHeight, _styledcomponents.calendarBaseTokens.calendarYearFontWeight, _styledcomponents.calendarBaseTokens.calendarYearSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarQuartersPadding, _styledcomponents.calendarBaseTokens.calendarQuarterItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarQuarterFontFamily, _styledcomponents.calendarBaseTokens.calendarQuarterFontSize, _styledcomponents.calendarBaseTokens.calendarQuarterFontStyle, _styledcomponents.calendarBaseTokens.calendarQuarterFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarQuarterFontLineHeight, _styledcomponents.calendarBaseTokens.calendarQuarterFontWeight, _styledcomponents.calendarBaseTokens.calendarQuarterSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarMonthsPadding, _styledcomponents.calendarBaseTokens.calendarMonthItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarMonthFontFamily, _styledcomponents.calendarBaseTokens.calendarMonthFontSize, _styledcomponents.calendarBaseTokens.calendarMonthFontStyle, _styledcomponents.calendarBaseTokens.calendarMonthFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarMonthFontLineHeight, _styledcomponents.calendarBaseTokens.calendarMonthFontWeight, _styledcomponents.calendarBaseTokens.calendarMonthSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarDaysPadding, _styledcomponents.calendarBaseTokens.calendarDayItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarDayFontFamily, _styledcomponents.calendarBaseTokens.calendarDayFontSize, _styledcomponents.calendarBaseTokens.calendarDayFontStyle, _styledcomponents.calendarBaseTokens.calendarDayFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarDayFontLineHeight, _styledcomponents.calendarBaseTokens.calendarDayFontWeight, _styledcomponents.calendarBaseTokens.calendarDaySelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarCurrentItemBorderWidth, _styledcomponents.calendarBaseTokens.calendarHeaderArrowGap, _styledcomponents.calendarBaseTokens.calendarArrowHeaderCustomSize, _styledcomponents.calendarBaseTokens.calendarHeaderPadding, _styledcomponents.calendarBaseTokens.calendarHeaderDateGap, _styledcomponents.calendarBaseTokens.calendarHeaderFontFamily, _styledcomponents.calendarBaseTokens.calendarHeaderFontSize, _styledcomponents.calendarBaseTokens.calendarHeaderFontStyle, _styledcomponents.calendarBaseTokens.calendarHeaderFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarHeaderFontLineHeight, _styledcomponents.calendarBaseTokens.calendarHeaderFontWeight, _styledcomponents.calendarBaseTokens.calendarHeaderFontWeightBold, _styledcomponents.calendarBaseTokens.iconButtonHeight, _styledcomponents.calendarBaseTokens.iconButtonWidth, _styledcomponents.calendarBaseTokens.iconButtonPadding, _styledcomponents.calendarBaseTokens.iconButtonRadius)
|
131
132
|
}
|
132
133
|
}
|
133
134
|
};
|
@@ -96,7 +96,8 @@ function _templateObject1() {
|
|
96
96
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
97
97
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
98
98
|
": 0.125rem;\n\n ",
|
99
|
-
": 0.5rem;\n
|
99
|
+
": 0.5rem;\n ",
|
100
|
+
": 1.5rem;\n\n ",
|
100
101
|
": 0.5rem 0 0 0;\n ",
|
101
102
|
": 0 0 0 0.5rem;\n ",
|
102
103
|
": 0.25rem;\n\n ",
|
@@ -127,7 +128,7 @@ var config = {
|
|
127
128
|
default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.calendarDoubleTokens.calendarSelectedItemBackground, _styledcomponents.calendarDoubleTokens.calendarSelectedItemColor, _styledcomponents.calendarDoubleTokens.calendarSelectableItemBackgroundHover, _styledcomponents.calendarDoubleTokens.calendarCurrentItemBorderColor, _styledcomponents.calendarDoubleTokens.calendarCurrentItemBackgroundHover, _styledcomponents.calendarDoubleTokens.calendarCurrentItemColorHover, _styledcomponents.calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, _styledcomponents.calendarDoubleTokens.calendarActiveItemBackground, _styledcomponents.calendarDoubleTokens.calendarActiveItemColor, _styledcomponents.calendarDoubleTokens.calendarHoveredItemBackground, _styledcomponents.calendarDoubleTokens.calendarHoveredItemColor, _styledcomponents.calendarDoubleTokens.calendarRangeBackground, _styledcomponents.calendarDoubleTokens.calendarOutlineFocusColor, _styledcomponents.calendarDoubleTokens.calendarContentPrimaryColor, _styledcomponents.calendarDoubleTokens.calendarContentPrimaryDisabledColor, _styledcomponents.calendarDoubleTokens.calendarContentSecondaryColor, _styledcomponents.calendarDoubleTokens.calendarContentSecondaryDisabledColor, _styledcomponents.calendarDoubleTokens.calendarDayOfWeekColor, _styledcomponents.calendarDoubleTokens.calendarHeaderArrowColor, _styledcomponents.calendarDoubleTokens.calendarDisabledOpacity, _styledcomponents.calendarDoubleTokens.iconButtonColor, _styledcomponents.calendarDoubleTokens.iconButtonBackgroundColor, _styledcomponents.calendarDoubleTokens.iconButtonColorHover, _styledcomponents.calendarDoubleTokens.iconButtonBackgroundColorHover, _styledcomponents.calendarDoubleTokens.iconButtonColorActive, _styledcomponents.calendarDoubleTokens.iconButtonBackgroundColorActive, _styledcomponents.calendarDoubleTokens.iconButtonFocusColor)
|
128
129
|
},
|
129
130
|
size: {
|
130
|
-
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.calendarDoubleTokens.calendarContainerWidth, _styledcomponents.calendarDoubleTokens.calendarContainerHeight, _styledcomponents.calendarDoubleTokens.calendarYearsPadding, _styledcomponents.calendarDoubleTokens.calendarYearItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarYearFontFamily, _styledcomponents.calendarDoubleTokens.calendarYearFontSize, _styledcomponents.calendarDoubleTokens.calendarYearFontStyle, _styledcomponents.calendarDoubleTokens.calendarYearFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarYearFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarYearFontWeight, _styledcomponents.calendarDoubleTokens.calendarYearSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarQuartersPadding, _styledcomponents.calendarDoubleTokens.calendarQuarterItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarQuarterFontFamily, _styledcomponents.calendarDoubleTokens.calendarQuarterFontSize, _styledcomponents.calendarDoubleTokens.calendarQuarterFontStyle, _styledcomponents.calendarDoubleTokens.calendarQuarterFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarQuarterFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarQuarterFontWeight, _styledcomponents.calendarDoubleTokens.calendarQuarterSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarMonthsPadding, _styledcomponents.calendarDoubleTokens.calendarMonthItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarMonthFontFamily, _styledcomponents.calendarDoubleTokens.calendarMonthFontSize, _styledcomponents.calendarDoubleTokens.calendarMonthFontStyle, _styledcomponents.calendarDoubleTokens.calendarMonthFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarMonthFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarMonthFontWeight, _styledcomponents.calendarDoubleTokens.calendarMonthSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarDayItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarDayFontFamily, _styledcomponents.calendarDoubleTokens.calendarDayFontSize, _styledcomponents.calendarDoubleTokens.calendarDayFontStyle, _styledcomponents.calendarDoubleTokens.calendarDayFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarDayFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarDayFontWeight, _styledcomponents.calendarDoubleTokens.calendarDaySelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarCurrentItemBorderWidth, _styledcomponents.calendarDoubleTokens.calendarHeaderArrowGap, _styledcomponents.calendarDoubleTokens.calendarDaysPadding, _styledcomponents.calendarDoubleTokens.calendarHeaderPadding, _styledcomponents.calendarDoubleTokens.calendarHeaderDateGap, _styledcomponents.calendarDoubleTokens.calendarHeaderFontFamily, _styledcomponents.calendarDoubleTokens.calendarHeaderFontSize, _styledcomponents.calendarDoubleTokens.calendarHeaderFontStyle, _styledcomponents.calendarDoubleTokens.calendarHeaderFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarHeaderFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarHeaderFontWeight, _styledcomponents.calendarDoubleTokens.calendarHeaderFontWeightBold, _styledcomponents.calendarDoubleTokens.iconButtonHeight, _styledcomponents.calendarDoubleTokens.iconButtonWidth, _styledcomponents.calendarDoubleTokens.iconButtonPadding, _styledcomponents.calendarDoubleTokens.iconButtonRadius)
|
131
|
+
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.calendarDoubleTokens.calendarContainerWidth, _styledcomponents.calendarDoubleTokens.calendarContainerHeight, _styledcomponents.calendarDoubleTokens.calendarYearsPadding, _styledcomponents.calendarDoubleTokens.calendarYearItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarYearFontFamily, _styledcomponents.calendarDoubleTokens.calendarYearFontSize, _styledcomponents.calendarDoubleTokens.calendarYearFontStyle, _styledcomponents.calendarDoubleTokens.calendarYearFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarYearFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarYearFontWeight, _styledcomponents.calendarDoubleTokens.calendarYearSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarQuartersPadding, _styledcomponents.calendarDoubleTokens.calendarQuarterItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarQuarterFontFamily, _styledcomponents.calendarDoubleTokens.calendarQuarterFontSize, _styledcomponents.calendarDoubleTokens.calendarQuarterFontStyle, _styledcomponents.calendarDoubleTokens.calendarQuarterFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarQuarterFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarQuarterFontWeight, _styledcomponents.calendarDoubleTokens.calendarQuarterSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarMonthsPadding, _styledcomponents.calendarDoubleTokens.calendarMonthItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarMonthFontFamily, _styledcomponents.calendarDoubleTokens.calendarMonthFontSize, _styledcomponents.calendarDoubleTokens.calendarMonthFontStyle, _styledcomponents.calendarDoubleTokens.calendarMonthFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarMonthFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarMonthFontWeight, _styledcomponents.calendarDoubleTokens.calendarMonthSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarDayItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarDayFontFamily, _styledcomponents.calendarDoubleTokens.calendarDayFontSize, _styledcomponents.calendarDoubleTokens.calendarDayFontStyle, _styledcomponents.calendarDoubleTokens.calendarDayFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarDayFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarDayFontWeight, _styledcomponents.calendarDoubleTokens.calendarDaySelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarCurrentItemBorderWidth, _styledcomponents.calendarDoubleTokens.calendarHeaderArrowGap, _styledcomponents.calendarDoubleTokens.calendarArrowHeaderCustomSize, _styledcomponents.calendarDoubleTokens.calendarDaysPadding, _styledcomponents.calendarDoubleTokens.calendarHeaderPadding, _styledcomponents.calendarDoubleTokens.calendarHeaderDateGap, _styledcomponents.calendarDoubleTokens.calendarHeaderFontFamily, _styledcomponents.calendarDoubleTokens.calendarHeaderFontSize, _styledcomponents.calendarDoubleTokens.calendarHeaderFontStyle, _styledcomponents.calendarDoubleTokens.calendarHeaderFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarHeaderFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarHeaderFontWeight, _styledcomponents.calendarDoubleTokens.calendarHeaderFontWeightBold, _styledcomponents.calendarDoubleTokens.iconButtonHeight, _styledcomponents.calendarDoubleTokens.iconButtonWidth, _styledcomponents.calendarDoubleTokens.iconButtonPadding, _styledcomponents.calendarDoubleTokens.iconButtonRadius)
|
131
132
|
}
|
132
133
|
}
|
133
134
|
};
|
@@ -188,7 +188,8 @@ function _templateObject1() {
|
|
188
188
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
189
189
|
": 0.125rem;\n\n ",
|
190
190
|
": 0.75rem 1rem 0 1rem;\n ",
|
191
|
-
": 0.5rem;\n
|
191
|
+
": 0.5rem;\n ",
|
192
|
+
": 1.5rem;\n\n ",
|
192
193
|
": 0 0 0 0.5rem;\n ",
|
193
194
|
": 0.25rem;\n\n ",
|
194
195
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -257,7 +258,7 @@ var config = {
|
|
257
258
|
default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.datePickerTokens.background, _styledcomponents.datePickerTokens.borderColor, _styledcomponents.datePickerTokens.borderColorHover, _styledcomponents.datePickerTokens.borderColorFocus, _styledcomponents.datePickerTokens.borderColorError, _styledcomponents.datePickerTokens.borderColorSuccess, _styledcomponents.datePickerTokens.dividerColor, _styledcomponents.datePickerTokens.labelColor, _styledcomponents.datePickerTokens.leftHelperColor, _styledcomponents.datePickerTokens.leftHelperColorError, _styledcomponents.datePickerTokens.leftHelperColorSuccess, _styledcomponents.datePickerTokens.textFieldColor, _styledcomponents.datePickerTokens.textFieldPlaceholderColor, _styledcomponents.datePickerTokens.textFieldPlaceholderColorFocus, _styledcomponents.datePickerTokens.textFieldCaretColor, _styledcomponents.datePickerTokens.labelInnerFontFamily, _styledcomponents.datePickerTokens.labelInnerFontSize, _styledcomponents.datePickerTokens.labelInnerFontStyle, _styledcomponents.datePickerTokens.labelInnerFontWeight, _styledcomponents.datePickerTokens.labelInnerLetterSpacing, _styledcomponents.datePickerTokens.labelInnerLineHeight, _styledcomponents.datePickerTokens.indicatorColor, _styledcomponents.datePickerTokens.textFieldBorderColor, _styledcomponents.datePickerTokens.textFieldBorderColorHover, _styledcomponents.datePickerTokens.textFieldBorderColorFocus, _styledcomponents.datePickerTokens.textFieldBorderColorError, _styledcomponents.datePickerTokens.textFieldBorderColorErrorFocus, _styledcomponents.datePickerTokens.textFieldBorderColorSuccess, _styledcomponents.datePickerTokens.textFieldBorderColorSuccessFocus, _styledcomponents.datePickerTokens.textFieldBackgroundColor, _styledcomponents.datePickerTokens.textFieldContentSlotColor, _styledcomponents.datePickerTokens.textFieldTextBeforeColor, _styledcomponents.datePickerTokens.textFieldTextAfterColor, _styledcomponents.datePickerTokens.focusColor, _styledcomponents.datePickerTokens.calendarShadow, _styledcomponents.datePickerTokens.calendarSeparatorBackground, _styledcomponents.datePickerTokens.calendarBackgroundColor, _styledcomponents.datePickerTokens.calendarSelectedItemBackground, _styledcomponents.datePickerTokens.calendarSelectedItemColor, _styledcomponents.datePickerTokens.calendarSelectableItemBackgroundHover, _styledcomponents.datePickerTokens.calendarCurrentItemBorderColor, _styledcomponents.datePickerTokens.calendarCurrentItemBackgroundHover, _styledcomponents.datePickerTokens.calendarCurrentItemColorHover, _styledcomponents.datePickerTokens.calendarCurrentItemChildBackgroundHover, _styledcomponents.datePickerTokens.calendarActiveItemBackground, _styledcomponents.datePickerTokens.calendarActiveItemColor, _styledcomponents.datePickerTokens.calendarHoveredItemBackground, _styledcomponents.datePickerTokens.calendarHoveredItemColor, _styledcomponents.datePickerTokens.calendarRangeBackground, _styledcomponents.datePickerTokens.calendarOutlineFocusColor, _styledcomponents.datePickerTokens.calendarContentPrimaryColor, _styledcomponents.datePickerTokens.calendarContentSecondaryColor, _styledcomponents.datePickerTokens.calendarContentPrimaryDisabledColor, _styledcomponents.datePickerTokens.calendarContentSecondaryDisabledColor, _styledcomponents.datePickerTokens.calendarHeaderArrowColor, _styledcomponents.datePickerTokens.calendarBorderColor, _styledcomponents.datePickerTokens.calendarDayOfWeekColor, _styledcomponents.datePickerTokens.calendarDisabledOpacity, _styledcomponents.datePickerTokens.iconButtonColor, _styledcomponents.datePickerTokens.iconButtonBackgroundColor, _styledcomponents.datePickerTokens.iconButtonColorHover, _styledcomponents.datePickerTokens.iconButtonBackgroundColorHover, _styledcomponents.datePickerTokens.iconButtonColorActive, _styledcomponents.datePickerTokens.iconButtonBackgroundColorActive, _styledcomponents.datePickerTokens.iconButtonFocusColor, _styledcomponents.datePickerTokens.textFieldContentRightSlotColor, _styledcomponents.datePickerTokens.textFieldContentRightSlotColorHover)
|
258
259
|
},
|
259
260
|
size: {
|
260
|
-
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.datePickerTokens.width, _styledcomponents.datePickerTokens.borderRadius, _styledcomponents.datePickerTokens.borderWidth, _styledcomponents.datePickerTokens.dividerPadding, _styledcomponents.datePickerTokens.dividerFontFamily, _styledcomponents.datePickerTokens.dividerFontStyle, _styledcomponents.datePickerTokens.dividerFontSize, _styledcomponents.datePickerTokens.dividerFontWeight, _styledcomponents.datePickerTokens.dividerLetterSpacing, _styledcomponents.datePickerTokens.dividerLineHeight, _styledcomponents.datePickerTokens.leftContentMargin, _styledcomponents.datePickerTokens.rightContentMargin, _styledcomponents.datePickerTokens.labelOffset, _styledcomponents.datePickerTokens.labelInnerPadding, _styledcomponents.datePickerTokens.contentLabelInnerPadding, _styledcomponents.datePickerTokens.labelFontFamily, _styledcomponents.datePickerTokens.labelFontStyle, _styledcomponents.datePickerTokens.labelFontSize, _styledcomponents.datePickerTokens.labelFontWeight, _styledcomponents.datePickerTokens.labelLetterSpacing, _styledcomponents.datePickerTokens.labelLineHeight, _styledcomponents.datePickerTokens.indicatorSize, _styledcomponents.datePickerTokens.indicatorSizeOuter, _styledcomponents.datePickerTokens.indicatorPlacement, _styledcomponents.datePickerTokens.indicatorOuterPlacement, _styledcomponents.datePickerTokens.indicatorPlacementRight, _styledcomponents.datePickerTokens.indicatorOuterPlacementRight, _styledcomponents.datePickerTokens.textFieldHeight, _styledcomponents.datePickerTokens.textFieldBorderRadius, _styledcomponents.datePickerTokens.textFieldBorderWidth, _styledcomponents.datePickerTokens.textFieldPadding, _styledcomponents.datePickerTokens.textFieldFontFamily, _styledcomponents.datePickerTokens.textFieldFontStyle, _styledcomponents.datePickerTokens.textFieldFontSize, _styledcomponents.datePickerTokens.textFieldFontWeight, _styledcomponents.datePickerTokens.textFieldLetterSpacing, _styledcomponents.datePickerTokens.textFieldLineHeight, _styledcomponents.datePickerTokens.leftHelperOffset, _styledcomponents.datePickerTokens.leftHelperFontFamily, _styledcomponents.datePickerTokens.leftHelperFontStyle, _styledcomponents.datePickerTokens.leftHelperFontSize, _styledcomponents.datePickerTokens.leftHelperFontWeight, _styledcomponents.datePickerTokens.leftHelperLetterSpacing, _styledcomponents.datePickerTokens.leftHelperLineHeight, _styledcomponents.datePickerTokens.textFieldLeftContentMargin, _styledcomponents.datePickerTokens.textFieldRightContentMargin, _styledcomponents.datePickerTokens.textFieldTextBeforeMargin, _styledcomponents.datePickerTokens.textFieldTextAfterMargin, _styledcomponents.datePickerTokens.calendarBorderWidth, _styledcomponents.datePickerTokens.calendarContainerWidth, _styledcomponents.datePickerTokens.calendarContainerHeight, _styledcomponents.datePickerTokens.calendarBorderRadius, _styledcomponents.datePickerTokens.calendarYearsPadding, _styledcomponents.datePickerTokens.calendarYearItemBorderRadius, _styledcomponents.datePickerTokens.calendarYearFontFamily, _styledcomponents.datePickerTokens.calendarYearFontSize, _styledcomponents.datePickerTokens.calendarYearFontStyle, _styledcomponents.datePickerTokens.calendarYearFontLetterSpacing, _styledcomponents.datePickerTokens.calendarYearFontLineHeight, _styledcomponents.datePickerTokens.calendarYearFontWeight, _styledcomponents.datePickerTokens.calendarYearSelectedFontWeight, _styledcomponents.datePickerTokens.calendarQuartersPadding, _styledcomponents.datePickerTokens.calendarQuarterItemBorderRadius, _styledcomponents.datePickerTokens.calendarQuarterFontFamily, _styledcomponents.datePickerTokens.calendarQuarterFontSize, _styledcomponents.datePickerTokens.calendarQuarterFontStyle, _styledcomponents.datePickerTokens.calendarQuarterFontLetterSpacing, _styledcomponents.datePickerTokens.calendarQuarterFontLineHeight, _styledcomponents.datePickerTokens.calendarQuarterFontWeight, _styledcomponents.datePickerTokens.calendarQuarterSelectedFontWeight, _styledcomponents.datePickerTokens.calendarMonthsPadding, _styledcomponents.datePickerTokens.calendarMonthItemBorderRadius, _styledcomponents.datePickerTokens.calendarMonthFontFamily, _styledcomponents.datePickerTokens.calendarMonthFontSize, _styledcomponents.datePickerTokens.calendarMonthFontStyle, _styledcomponents.datePickerTokens.calendarMonthFontLetterSpacing, _styledcomponents.datePickerTokens.calendarMonthFontLineHeight, _styledcomponents.datePickerTokens.calendarMonthFontWeight, _styledcomponents.datePickerTokens.calendarMonthSelectedFontWeight, _styledcomponents.datePickerTokens.calendarDaysPadding, _styledcomponents.datePickerTokens.calendarDayItemBorderRadius, _styledcomponents.datePickerTokens.calendarDayFontFamily, _styledcomponents.datePickerTokens.calendarDayFontSize, _styledcomponents.datePickerTokens.calendarDayFontStyle, _styledcomponents.datePickerTokens.calendarDayFontLetterSpacing, _styledcomponents.datePickerTokens.calendarDayFontLineHeight, _styledcomponents.datePickerTokens.calendarDayFontWeight, _styledcomponents.datePickerTokens.calendarDaySelectedFontWeight, _styledcomponents.datePickerTokens.calendarCurrentItemBorderWidth, _styledcomponents.datePickerTokens.calendarHeaderWrapperPadding, _styledcomponents.datePickerTokens.calendarHeaderArrowGap, _styledcomponents.datePickerTokens.calendarHeaderPadding, _styledcomponents.datePickerTokens.calendarHeaderDateGap, _styledcomponents.datePickerTokens.calendarHeaderFontFamily, _styledcomponents.datePickerTokens.calendarHeaderFontSize, _styledcomponents.datePickerTokens.calendarHeaderFontStyle, _styledcomponents.datePickerTokens.calendarHeaderFontLetterSpacing, _styledcomponents.datePickerTokens.calendarHeaderFontLineHeight, _styledcomponents.datePickerTokens.calendarHeaderFontWeight, _styledcomponents.datePickerTokens.calendarHeaderFontWeightBold, _styledcomponents.datePickerTokens.iconButtonHeight, _styledcomponents.datePickerTokens.iconButtonWidth, _styledcomponents.datePickerTokens.iconButtonPadding, _styledcomponents.datePickerTokens.iconButtonRadius)
|
261
|
+
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.datePickerTokens.width, _styledcomponents.datePickerTokens.borderRadius, _styledcomponents.datePickerTokens.borderWidth, _styledcomponents.datePickerTokens.dividerPadding, _styledcomponents.datePickerTokens.dividerFontFamily, _styledcomponents.datePickerTokens.dividerFontStyle, _styledcomponents.datePickerTokens.dividerFontSize, _styledcomponents.datePickerTokens.dividerFontWeight, _styledcomponents.datePickerTokens.dividerLetterSpacing, _styledcomponents.datePickerTokens.dividerLineHeight, _styledcomponents.datePickerTokens.leftContentMargin, _styledcomponents.datePickerTokens.rightContentMargin, _styledcomponents.datePickerTokens.labelOffset, _styledcomponents.datePickerTokens.labelInnerPadding, _styledcomponents.datePickerTokens.contentLabelInnerPadding, _styledcomponents.datePickerTokens.labelFontFamily, _styledcomponents.datePickerTokens.labelFontStyle, _styledcomponents.datePickerTokens.labelFontSize, _styledcomponents.datePickerTokens.labelFontWeight, _styledcomponents.datePickerTokens.labelLetterSpacing, _styledcomponents.datePickerTokens.labelLineHeight, _styledcomponents.datePickerTokens.indicatorSize, _styledcomponents.datePickerTokens.indicatorSizeOuter, _styledcomponents.datePickerTokens.indicatorPlacement, _styledcomponents.datePickerTokens.indicatorOuterPlacement, _styledcomponents.datePickerTokens.indicatorPlacementRight, _styledcomponents.datePickerTokens.indicatorOuterPlacementRight, _styledcomponents.datePickerTokens.textFieldHeight, _styledcomponents.datePickerTokens.textFieldBorderRadius, _styledcomponents.datePickerTokens.textFieldBorderWidth, _styledcomponents.datePickerTokens.textFieldPadding, _styledcomponents.datePickerTokens.textFieldFontFamily, _styledcomponents.datePickerTokens.textFieldFontStyle, _styledcomponents.datePickerTokens.textFieldFontSize, _styledcomponents.datePickerTokens.textFieldFontWeight, _styledcomponents.datePickerTokens.textFieldLetterSpacing, _styledcomponents.datePickerTokens.textFieldLineHeight, _styledcomponents.datePickerTokens.leftHelperOffset, _styledcomponents.datePickerTokens.leftHelperFontFamily, _styledcomponents.datePickerTokens.leftHelperFontStyle, _styledcomponents.datePickerTokens.leftHelperFontSize, _styledcomponents.datePickerTokens.leftHelperFontWeight, _styledcomponents.datePickerTokens.leftHelperLetterSpacing, _styledcomponents.datePickerTokens.leftHelperLineHeight, _styledcomponents.datePickerTokens.textFieldLeftContentMargin, _styledcomponents.datePickerTokens.textFieldRightContentMargin, _styledcomponents.datePickerTokens.textFieldTextBeforeMargin, _styledcomponents.datePickerTokens.textFieldTextAfterMargin, _styledcomponents.datePickerTokens.calendarBorderWidth, _styledcomponents.datePickerTokens.calendarContainerWidth, _styledcomponents.datePickerTokens.calendarContainerHeight, _styledcomponents.datePickerTokens.calendarBorderRadius, _styledcomponents.datePickerTokens.calendarYearsPadding, _styledcomponents.datePickerTokens.calendarYearItemBorderRadius, _styledcomponents.datePickerTokens.calendarYearFontFamily, _styledcomponents.datePickerTokens.calendarYearFontSize, _styledcomponents.datePickerTokens.calendarYearFontStyle, _styledcomponents.datePickerTokens.calendarYearFontLetterSpacing, _styledcomponents.datePickerTokens.calendarYearFontLineHeight, _styledcomponents.datePickerTokens.calendarYearFontWeight, _styledcomponents.datePickerTokens.calendarYearSelectedFontWeight, _styledcomponents.datePickerTokens.calendarQuartersPadding, _styledcomponents.datePickerTokens.calendarQuarterItemBorderRadius, _styledcomponents.datePickerTokens.calendarQuarterFontFamily, _styledcomponents.datePickerTokens.calendarQuarterFontSize, _styledcomponents.datePickerTokens.calendarQuarterFontStyle, _styledcomponents.datePickerTokens.calendarQuarterFontLetterSpacing, _styledcomponents.datePickerTokens.calendarQuarterFontLineHeight, _styledcomponents.datePickerTokens.calendarQuarterFontWeight, _styledcomponents.datePickerTokens.calendarQuarterSelectedFontWeight, _styledcomponents.datePickerTokens.calendarMonthsPadding, _styledcomponents.datePickerTokens.calendarMonthItemBorderRadius, _styledcomponents.datePickerTokens.calendarMonthFontFamily, _styledcomponents.datePickerTokens.calendarMonthFontSize, _styledcomponents.datePickerTokens.calendarMonthFontStyle, _styledcomponents.datePickerTokens.calendarMonthFontLetterSpacing, _styledcomponents.datePickerTokens.calendarMonthFontLineHeight, _styledcomponents.datePickerTokens.calendarMonthFontWeight, _styledcomponents.datePickerTokens.calendarMonthSelectedFontWeight, _styledcomponents.datePickerTokens.calendarDaysPadding, _styledcomponents.datePickerTokens.calendarDayItemBorderRadius, _styledcomponents.datePickerTokens.calendarDayFontFamily, _styledcomponents.datePickerTokens.calendarDayFontSize, _styledcomponents.datePickerTokens.calendarDayFontStyle, _styledcomponents.datePickerTokens.calendarDayFontLetterSpacing, _styledcomponents.datePickerTokens.calendarDayFontLineHeight, _styledcomponents.datePickerTokens.calendarDayFontWeight, _styledcomponents.datePickerTokens.calendarDaySelectedFontWeight, _styledcomponents.datePickerTokens.calendarCurrentItemBorderWidth, _styledcomponents.datePickerTokens.calendarHeaderWrapperPadding, _styledcomponents.datePickerTokens.calendarHeaderArrowGap, _styledcomponents.datePickerTokens.calendarHeaderArrowCustomSize, _styledcomponents.datePickerTokens.calendarHeaderPadding, _styledcomponents.datePickerTokens.calendarHeaderDateGap, _styledcomponents.datePickerTokens.calendarHeaderFontFamily, _styledcomponents.datePickerTokens.calendarHeaderFontSize, _styledcomponents.datePickerTokens.calendarHeaderFontStyle, _styledcomponents.datePickerTokens.calendarHeaderFontLetterSpacing, _styledcomponents.datePickerTokens.calendarHeaderFontLineHeight, _styledcomponents.datePickerTokens.calendarHeaderFontWeight, _styledcomponents.datePickerTokens.calendarHeaderFontWeightBold, _styledcomponents.datePickerTokens.iconButtonHeight, _styledcomponents.datePickerTokens.iconButtonWidth, _styledcomponents.datePickerTokens.iconButtonPadding, _styledcomponents.datePickerTokens.iconButtonRadius)
|
261
262
|
},
|
262
263
|
disabled: {
|
263
264
|
true: (0, _styledcomponents.css)(_templateObject2(), _styledcomponents.datePickerTokens.background, _styledcomponents.datePickerTokens.borderColor, _styledcomponents.datePickerTokens.borderColorHover, _styledcomponents.datePickerTokens.borderColorFocus, _styledcomponents.datePickerTokens.borderColorSuccess, _styledcomponents.datePickerTokens.textFieldBorderColorFocus, _styledcomponents.datePickerTokens.textFieldColor, _styledcomponents.datePickerTokens.textFieldPlaceholderColor, _styledcomponents.datePickerTokens.textFieldColor, _styledcomponents.datePickerTokens.textFieldPlaceholderColor, _styledcomponents.datePickerTokens.textFieldCaretColor, _styledcomponents.datePickerTokens.textFieldBackgroundColor, _styledcomponents.datePickerTokens.labelColor)
|
@@ -20,6 +20,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
20
20
|
text?: string;
|
21
21
|
contentLeft?: import("react").ReactNode;
|
22
22
|
contentPlacing?: "default" | "relaxed";
|
23
|
+
additionalContent?: import("react").ReactNode;
|
23
24
|
isLoading?: boolean;
|
24
25
|
loader?: import("react").ReactNode;
|
25
26
|
stretch?: boolean;
|
@@ -41,6 +42,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
41
42
|
text?: string;
|
42
43
|
contentLeft?: import("react").ReactNode;
|
43
44
|
contentPlacing?: "default" | "relaxed";
|
45
|
+
additionalContent?: import("react").ReactNode;
|
44
46
|
isLoading?: boolean;
|
45
47
|
loader?: import("react").ReactNode;
|
46
48
|
stretch?: boolean;
|
@@ -29,7 +29,7 @@ declare const HorizontalTabItem: React.FunctionComponent<(import("@salutejs/plas
|
|
29
29
|
} & {
|
30
30
|
value?: string | number;
|
31
31
|
contentRight?: never;
|
32
|
-
} & React.RefAttributes<
|
32
|
+
} & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
33
33
|
view: {
|
34
34
|
clear: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
35
35
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -59,7 +59,7 @@ declare const HorizontalTabItem: React.FunctionComponent<(import("@salutejs/plas
|
|
59
59
|
} & {
|
60
60
|
value?: never;
|
61
61
|
contentRight?: React.ReactNode;
|
62
|
-
} & React.RefAttributes<
|
62
|
+
} & React.RefAttributes<HTMLButtonElement>)>;
|
63
63
|
declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
64
64
|
view: {
|
65
65
|
divider: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -167,7 +167,8 @@ function _templateObject4() {
|
|
167
167
|
": var(--plasma-typo-body-m-font-style);\n ",
|
168
168
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
169
169
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
170
|
-
": var(--plasma-typo-body-m-line-height);\n
|
170
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
171
|
+
": 0.125rem;\n "
|
171
172
|
]);
|
172
173
|
_templateObject4 = function _templateObject() {
|
173
174
|
return data;
|
@@ -224,7 +225,7 @@ var config = {
|
|
224
225
|
default: (0, _styledcomponents.css)(_templateObject3(), _styledcomponents.tabsTokens.itemColor, _styledcomponents.tabsTokens.itemValueColor, _styledcomponents.tabsTokens.itemBackgroundColor, _styledcomponents.tabsTokens.itemColorHover, _styledcomponents.tabsTokens.itemValueColorHover, _styledcomponents.tabsTokens.itemColorActive, _styledcomponents.tabsTokens.itemValueColorActive, _styledcomponents.tabsTokens.itemBackgroundColorHover, _styledcomponents.tabsTokens.itemSelectedColor, _styledcomponents.tabsTokens.itemSelectedValueColor, _styledcomponents.tabsTokens.itemSelectedBackgroundColor, _styledcomponents.tabsTokens.itemSelectedColorHover, _styledcomponents.tabsTokens.itemSelectedValueColorHover, _styledcomponents.tabsTokens.itemSelectedBackgroundColorHover, _styledcomponents.tabsTokens.itemBackgroundTransition, _styledcomponents.tabsTokens.itemMarginLeftFilled, _styledcomponents.tabsTokens.outlineFocusColor, _styledcomponents.tabsTokens.itemSelectedDividerHeight, _styledcomponents.tabsTokens.itemSelectedDividerColor, _styledcomponents.tabsTokens.itemSelectedDividerColorHover, _styledcomponents.tabsTokens.itemCursor, _styledcomponents.tabsTokens.itemCursorOverNotSelected)
|
225
226
|
},
|
226
227
|
size: {
|
227
|
-
s: (0, _styledcomponents.css)(_templateObject4(), _styledcomponents.tabsTokens.itemBorderRadius, _styledcomponents.tabsTokens.itemWidth, _styledcomponents.tabsTokens.itemHeight, _styledcomponents.tabsTokens.itemPadding, _styledcomponents.tabsTokens.itemPaddingPilled, _styledcomponents.tabsTokens.itemMarginLeft, _styledcomponents.tabsTokens.itemContentGap, _styledcomponents.tabsTokens.itemContentPadding, _styledcomponents.tabsTokens.fontFamily, _styledcomponents.tabsTokens.fontSize, _styledcomponents.tabsTokens.fontStyle, _styledcomponents.tabsTokens.fontWeight, _styledcomponents.tabsTokens.letterSpacing, _styledcomponents.tabsTokens.lineHeight, _styledcomponents.tabsTokens.valueFontFamily, _styledcomponents.tabsTokens.valueFontSize, _styledcomponents.tabsTokens.valueFontStyle, _styledcomponents.tabsTokens.valueFontWeight, _styledcomponents.tabsTokens.valueLetterSpacing, _styledcomponents.tabsTokens.valueLineHeight)
|
228
|
+
s: (0, _styledcomponents.css)(_templateObject4(), _styledcomponents.tabsTokens.itemBorderRadius, _styledcomponents.tabsTokens.itemWidth, _styledcomponents.tabsTokens.itemHeight, _styledcomponents.tabsTokens.itemPadding, _styledcomponents.tabsTokens.itemPaddingPilled, _styledcomponents.tabsTokens.itemMarginLeft, _styledcomponents.tabsTokens.itemContentGap, _styledcomponents.tabsTokens.itemContentPadding, _styledcomponents.tabsTokens.fontFamily, _styledcomponents.tabsTokens.fontSize, _styledcomponents.tabsTokens.fontStyle, _styledcomponents.tabsTokens.fontWeight, _styledcomponents.tabsTokens.letterSpacing, _styledcomponents.tabsTokens.lineHeight, _styledcomponents.tabsTokens.valueFontFamily, _styledcomponents.tabsTokens.valueFontSize, _styledcomponents.tabsTokens.valueFontStyle, _styledcomponents.tabsTokens.valueFontWeight, _styledcomponents.tabsTokens.valueLetterSpacing, _styledcomponents.tabsTokens.valueLineHeight, _styledcomponents.tabsTokens.actionContentMarginLeft)
|
228
229
|
},
|
229
230
|
disabled: {
|
230
231
|
true: (0, _styledcomponents.css)(_templateObject5(), _styledcomponents.tabsTokens.itemColor, _styledcomponents.tabsTokens.itemValueColor, _styledcomponents.tabsTokens.itemColorHover, _styledcomponents.tabsTokens.itemValueColorHover, _styledcomponents.tabsTokens.itemColorActive, _styledcomponents.tabsTokens.itemValueColorActive, _styledcomponents.tabsTokens.itemSelectedColor, _styledcomponents.tabsTokens.itemSelectedDividerColor, _styledcomponents.tabsTokens.itemSelectedDividerColorHover)
|
@@ -75,7 +75,8 @@ function _templateObject1() {
|
|
75
75
|
": var(--plasma-typo-body-m-font-style);\n ",
|
76
76
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
77
77
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
78
|
-
": var(--plasma-typo-body-m-line-height);\n
|
78
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
79
|
+
": 0.25rem;\n "
|
79
80
|
]);
|
80
81
|
_templateObject1 = function _templateObject() {
|
81
82
|
return data;
|
@@ -119,7 +120,7 @@ var config = {
|
|
119
120
|
divider: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.tabsTokens.itemColor, _styledcomponents.tabsTokens.itemValueColor, _styledcomponents.tabsTokens.itemBackgroundColor, _styledcomponents.tabsTokens.itemColorHover, _styledcomponents.tabsTokens.itemValueColorHover, _styledcomponents.tabsTokens.itemColorActive, _styledcomponents.tabsTokens.itemValueColorActive, _styledcomponents.tabsTokens.itemBackgroundColorHover, _styledcomponents.tabsTokens.itemSelectedColor, _styledcomponents.tabsTokens.itemSelectedValueColor, _styledcomponents.tabsTokens.itemSelectedBackgroundColor, _styledcomponents.tabsTokens.itemSelectedColorHover, _styledcomponents.tabsTokens.itemSelectedValueColorHover, _styledcomponents.tabsTokens.itemSelectedBackgroundColorHover, _styledcomponents.tabsTokens.itemBackgroundTransition, _styledcomponents.tabsTokens.itemPaddingClear, _styledcomponents.tabsTokens.itemContentPaddingClear, _styledcomponents.tabsTokens.outlineFocusColor, _styledcomponents.tabsTokens.itemSelectedDividerWidth, _styledcomponents.tabsTokens.itemSelectedDividerHeight, _styledcomponents.tabsTokens.itemSelectedDividerColor, _styledcomponents.tabsTokens.itemSelectedDividerColorHover, _styledcomponents.tabsTokens.itemCursor, _styledcomponents.tabsTokens.itemCursorOverNotSelected)
|
120
121
|
},
|
121
122
|
size: {
|
122
|
-
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.tabsTokens.itemBorderRadius, _styledcomponents.tabsTokens.itemWidth, _styledcomponents.tabsTokens.itemHeight, _styledcomponents.tabsTokens.itemPadding, _styledcomponents.tabsTokens.itemPaddingPilled, _styledcomponents.tabsTokens.itemPaddingOrientationVertical, _styledcomponents.tabsTokens.itemMarginLeft, _styledcomponents.tabsTokens.itemContentGap, _styledcomponents.tabsTokens.itemContentPadding, _styledcomponents.tabsTokens.fontFamily, _styledcomponents.tabsTokens.fontSize, _styledcomponents.tabsTokens.fontStyle, _styledcomponents.tabsTokens.fontWeight, _styledcomponents.tabsTokens.letterSpacing, _styledcomponents.tabsTokens.lineHeight, _styledcomponents.tabsTokens.valueFontFamily, _styledcomponents.tabsTokens.valueFontSize, _styledcomponents.tabsTokens.valueFontStyle, _styledcomponents.tabsTokens.valueFontWeight, _styledcomponents.tabsTokens.valueLetterSpacing, _styledcomponents.tabsTokens.valueLineHeight)
|
123
|
+
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.tabsTokens.itemBorderRadius, _styledcomponents.tabsTokens.itemWidth, _styledcomponents.tabsTokens.itemHeight, _styledcomponents.tabsTokens.itemPadding, _styledcomponents.tabsTokens.itemPaddingPilled, _styledcomponents.tabsTokens.itemPaddingOrientationVertical, _styledcomponents.tabsTokens.itemMarginLeft, _styledcomponents.tabsTokens.itemContentGap, _styledcomponents.tabsTokens.itemContentPadding, _styledcomponents.tabsTokens.fontFamily, _styledcomponents.tabsTokens.fontSize, _styledcomponents.tabsTokens.fontStyle, _styledcomponents.tabsTokens.fontWeight, _styledcomponents.tabsTokens.letterSpacing, _styledcomponents.tabsTokens.lineHeight, _styledcomponents.tabsTokens.valueFontFamily, _styledcomponents.tabsTokens.valueFontSize, _styledcomponents.tabsTokens.valueFontStyle, _styledcomponents.tabsTokens.valueFontWeight, _styledcomponents.tabsTokens.valueLetterSpacing, _styledcomponents.tabsTokens.valueLineHeight, _styledcomponents.tabsTokens.actionContentMarginLeft)
|
123
124
|
},
|
124
125
|
disabled: {
|
125
126
|
true: (0, _styledcomponents.css)(_templateObject2(), _styledcomponents.tabsTokens.itemColor, _styledcomponents.tabsTokens.itemValueColor, _styledcomponents.tabsTokens.itemColorHover, _styledcomponents.tabsTokens.itemValueColorHover, _styledcomponents.tabsTokens.itemColorActive, _styledcomponents.tabsTokens.itemValueColorActive, _styledcomponents.tabsTokens.itemSelectedColor, _styledcomponents.tabsTokens.itemSelectedDividerColor, _styledcomponents.tabsTokens.itemSelectedDividerColorHover)
|
@@ -113,7 +113,9 @@ function _templateObject4() {
|
|
113
113
|
": inherit;\n\n ",
|
114
114
|
": 0 0.25rem 0 0;\n ",
|
115
115
|
": 0 0 0 0.25rem;\n ",
|
116
|
-
": 0 0 0 0.25rem;\n
|
116
|
+
": 0 0 0 0.25rem;\n ",
|
117
|
+
": 0 0 0 0.25rem;\n ",
|
118
|
+
": 0.25rem;\n "
|
117
119
|
]);
|
118
120
|
_templateObject4 = function _templateObject() {
|
119
121
|
return data;
|
@@ -171,7 +173,7 @@ var config = {
|
|
171
173
|
},
|
172
174
|
size: {
|
173
175
|
s: (0, _emotion.css)(_templateObject3(), _emotion.buttonTokens.buttonHeight, _emotion.buttonTokens.buttonWidth, _emotion.buttonTokens.buttonPadding, _emotion.buttonTokens.buttonRadius, _emotion.buttonTokens.buttonFontFamily, _emotion.buttonTokens.buttonFontSize, _emotion.buttonTokens.buttonFontStyle, _emotion.buttonTokens.buttonFontWeight, _emotion.buttonTokens.buttonLetterSpacing, _emotion.buttonTokens.buttonLineHeight, _emotion.buttonTokens.buttonSpinnerSize, _emotion.buttonTokens.buttonSpinnerColor, _emotion.buttonTokens.buttonLeftContentMargin, _emotion.buttonTokens.buttonRightContentMargin, _emotion.buttonTokens.buttonValueMargin),
|
174
|
-
sr: (0, _emotion.css)(_templateObject4(), _emotion.buttonTokens.buttonHeight, _emotion.buttonTokens.buttonWidth, _emotion.buttonTokens.buttonFontFamily, _emotion.buttonTokens.buttonFontSize, _emotion.buttonTokens.buttonFontStyle, _emotion.buttonTokens.buttonFontWeight, _emotion.buttonTokens.buttonLetterSpacing, _emotion.buttonTokens.buttonLineHeight, _emotion.buttonTokens.buttonSpinnerSize, _emotion.buttonTokens.buttonSpinnerColor, _emotion.buttonTokens.buttonLeftContentMargin, _emotion.buttonTokens.buttonRightContentMargin, _emotion.buttonTokens.buttonValueMargin)
|
176
|
+
sr: (0, _emotion.css)(_templateObject4(), _emotion.buttonTokens.buttonHeight, _emotion.buttonTokens.buttonWidth, _emotion.buttonTokens.buttonFontFamily, _emotion.buttonTokens.buttonFontSize, _emotion.buttonTokens.buttonFontStyle, _emotion.buttonTokens.buttonFontWeight, _emotion.buttonTokens.buttonLetterSpacing, _emotion.buttonTokens.buttonLineHeight, _emotion.buttonTokens.buttonSpinnerSize, _emotion.buttonTokens.buttonSpinnerColor, _emotion.buttonTokens.buttonLeftContentMargin, _emotion.buttonTokens.buttonRightContentMargin, _emotion.buttonTokens.buttonValueMargin, _emotion.buttonTokens.buttonAdditionalContentMargin, _emotion.buttonTokens.buttonAdditionalContentMarginRightWidthValue)
|
175
177
|
},
|
176
178
|
focused: {
|
177
179
|
true: (0, _emotion.css)(_templateObject5(), _emotion.buttonTokens.buttonFocusColor)
|
@@ -97,7 +97,8 @@ function _templateObject1() {
|
|
97
97
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
98
98
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
99
99
|
": 0.125rem;\n\n ",
|
100
|
-
": 0.5rem;\n
|
100
|
+
": 0.5rem;\n ",
|
101
|
+
": 1.5rem;\n\n ",
|
101
102
|
": 0 0 0 0.5rem;\n ",
|
102
103
|
": 0.25rem;\n\n ",
|
103
104
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -127,7 +128,7 @@ var config = {
|
|
127
128
|
default: (0, _emotion.css)(_templateObject(), _emotion.calendarBaseTokens.calendarSelectedItemBackground, _emotion.calendarBaseTokens.calendarSelectedItemColor, _emotion.calendarBaseTokens.calendarSelectableItemBackgroundHover, _emotion.calendarBaseTokens.calendarCurrentItemBorderColor, _emotion.calendarBaseTokens.calendarCurrentItemBackgroundHover, _emotion.calendarBaseTokens.calendarCurrentItemColorHover, _emotion.calendarBaseTokens.calendarCurrentItemChildBackgroundHover, _emotion.calendarBaseTokens.calendarActiveItemBackground, _emotion.calendarBaseTokens.calendarActiveItemColor, _emotion.calendarBaseTokens.calendarHoveredItemBackground, _emotion.calendarBaseTokens.calendarHoveredItemColor, _emotion.calendarBaseTokens.calendarRangeBackground, _emotion.calendarBaseTokens.calendarOutlineFocusColor, _emotion.calendarBaseTokens.calendarContentPrimaryColor, _emotion.calendarBaseTokens.calendarContentPrimaryDisabledColor, _emotion.calendarBaseTokens.calendarContentSecondaryColor, _emotion.calendarBaseTokens.calendarContentSecondaryDisabledColor, _emotion.calendarBaseTokens.calendarDayOfWeekColor, _emotion.calendarBaseTokens.calendarHeaderArrowColor, _emotion.calendarBaseTokens.calendarDisabledOpacity, _emotion.calendarBaseTokens.iconButtonColor, _emotion.calendarBaseTokens.iconButtonBackgroundColor, _emotion.calendarBaseTokens.iconButtonColorHover, _emotion.calendarBaseTokens.iconButtonBackgroundColorHover, _emotion.calendarBaseTokens.iconButtonColorActive, _emotion.calendarBaseTokens.iconButtonBackgroundColorActive, _emotion.calendarBaseTokens.iconButtonFocusColor)
|
128
129
|
},
|
129
130
|
size: {
|
130
|
-
s: (0, _emotion.css)(_templateObject1(), _emotion.calendarBaseTokens.calendarContainerWidth, _emotion.calendarBaseTokens.calendarContainerHeight, _emotion.calendarBaseTokens.calendarYearsPadding, _emotion.calendarBaseTokens.calendarYearItemBorderRadius, _emotion.calendarBaseTokens.calendarYearFontFamily, _emotion.calendarBaseTokens.calendarYearFontSize, _emotion.calendarBaseTokens.calendarYearFontStyle, _emotion.calendarBaseTokens.calendarYearFontLetterSpacing, _emotion.calendarBaseTokens.calendarYearFontLineHeight, _emotion.calendarBaseTokens.calendarYearFontWeight, _emotion.calendarBaseTokens.calendarYearSelectedFontWeight, _emotion.calendarBaseTokens.calendarQuartersPadding, _emotion.calendarBaseTokens.calendarQuarterItemBorderRadius, _emotion.calendarBaseTokens.calendarQuarterFontFamily, _emotion.calendarBaseTokens.calendarQuarterFontSize, _emotion.calendarBaseTokens.calendarQuarterFontStyle, _emotion.calendarBaseTokens.calendarQuarterFontLetterSpacing, _emotion.calendarBaseTokens.calendarQuarterFontLineHeight, _emotion.calendarBaseTokens.calendarQuarterFontWeight, _emotion.calendarBaseTokens.calendarQuarterSelectedFontWeight, _emotion.calendarBaseTokens.calendarMonthsPadding, _emotion.calendarBaseTokens.calendarMonthItemBorderRadius, _emotion.calendarBaseTokens.calendarMonthFontFamily, _emotion.calendarBaseTokens.calendarMonthFontSize, _emotion.calendarBaseTokens.calendarMonthFontStyle, _emotion.calendarBaseTokens.calendarMonthFontLetterSpacing, _emotion.calendarBaseTokens.calendarMonthFontLineHeight, _emotion.calendarBaseTokens.calendarMonthFontWeight, _emotion.calendarBaseTokens.calendarMonthSelectedFontWeight, _emotion.calendarBaseTokens.calendarDaysPadding, _emotion.calendarBaseTokens.calendarDayItemBorderRadius, _emotion.calendarBaseTokens.calendarDayFontFamily, _emotion.calendarBaseTokens.calendarDayFontSize, _emotion.calendarBaseTokens.calendarDayFontStyle, _emotion.calendarBaseTokens.calendarDayFontLetterSpacing, _emotion.calendarBaseTokens.calendarDayFontLineHeight, _emotion.calendarBaseTokens.calendarDayFontWeight, _emotion.calendarBaseTokens.calendarDaySelectedFontWeight, _emotion.calendarBaseTokens.calendarCurrentItemBorderWidth, _emotion.calendarBaseTokens.calendarHeaderArrowGap, _emotion.calendarBaseTokens.calendarHeaderPadding, _emotion.calendarBaseTokens.calendarHeaderDateGap, _emotion.calendarBaseTokens.calendarHeaderFontFamily, _emotion.calendarBaseTokens.calendarHeaderFontSize, _emotion.calendarBaseTokens.calendarHeaderFontStyle, _emotion.calendarBaseTokens.calendarHeaderFontLetterSpacing, _emotion.calendarBaseTokens.calendarHeaderFontLineHeight, _emotion.calendarBaseTokens.calendarHeaderFontWeight, _emotion.calendarBaseTokens.calendarHeaderFontWeightBold, _emotion.calendarBaseTokens.iconButtonHeight, _emotion.calendarBaseTokens.iconButtonWidth, _emotion.calendarBaseTokens.iconButtonPadding, _emotion.calendarBaseTokens.iconButtonRadius)
|
131
|
+
s: (0, _emotion.css)(_templateObject1(), _emotion.calendarBaseTokens.calendarContainerWidth, _emotion.calendarBaseTokens.calendarContainerHeight, _emotion.calendarBaseTokens.calendarYearsPadding, _emotion.calendarBaseTokens.calendarYearItemBorderRadius, _emotion.calendarBaseTokens.calendarYearFontFamily, _emotion.calendarBaseTokens.calendarYearFontSize, _emotion.calendarBaseTokens.calendarYearFontStyle, _emotion.calendarBaseTokens.calendarYearFontLetterSpacing, _emotion.calendarBaseTokens.calendarYearFontLineHeight, _emotion.calendarBaseTokens.calendarYearFontWeight, _emotion.calendarBaseTokens.calendarYearSelectedFontWeight, _emotion.calendarBaseTokens.calendarQuartersPadding, _emotion.calendarBaseTokens.calendarQuarterItemBorderRadius, _emotion.calendarBaseTokens.calendarQuarterFontFamily, _emotion.calendarBaseTokens.calendarQuarterFontSize, _emotion.calendarBaseTokens.calendarQuarterFontStyle, _emotion.calendarBaseTokens.calendarQuarterFontLetterSpacing, _emotion.calendarBaseTokens.calendarQuarterFontLineHeight, _emotion.calendarBaseTokens.calendarQuarterFontWeight, _emotion.calendarBaseTokens.calendarQuarterSelectedFontWeight, _emotion.calendarBaseTokens.calendarMonthsPadding, _emotion.calendarBaseTokens.calendarMonthItemBorderRadius, _emotion.calendarBaseTokens.calendarMonthFontFamily, _emotion.calendarBaseTokens.calendarMonthFontSize, _emotion.calendarBaseTokens.calendarMonthFontStyle, _emotion.calendarBaseTokens.calendarMonthFontLetterSpacing, _emotion.calendarBaseTokens.calendarMonthFontLineHeight, _emotion.calendarBaseTokens.calendarMonthFontWeight, _emotion.calendarBaseTokens.calendarMonthSelectedFontWeight, _emotion.calendarBaseTokens.calendarDaysPadding, _emotion.calendarBaseTokens.calendarDayItemBorderRadius, _emotion.calendarBaseTokens.calendarDayFontFamily, _emotion.calendarBaseTokens.calendarDayFontSize, _emotion.calendarBaseTokens.calendarDayFontStyle, _emotion.calendarBaseTokens.calendarDayFontLetterSpacing, _emotion.calendarBaseTokens.calendarDayFontLineHeight, _emotion.calendarBaseTokens.calendarDayFontWeight, _emotion.calendarBaseTokens.calendarDaySelectedFontWeight, _emotion.calendarBaseTokens.calendarCurrentItemBorderWidth, _emotion.calendarBaseTokens.calendarHeaderArrowGap, _emotion.calendarBaseTokens.calendarArrowHeaderCustomSize, _emotion.calendarBaseTokens.calendarHeaderPadding, _emotion.calendarBaseTokens.calendarHeaderDateGap, _emotion.calendarBaseTokens.calendarHeaderFontFamily, _emotion.calendarBaseTokens.calendarHeaderFontSize, _emotion.calendarBaseTokens.calendarHeaderFontStyle, _emotion.calendarBaseTokens.calendarHeaderFontLetterSpacing, _emotion.calendarBaseTokens.calendarHeaderFontLineHeight, _emotion.calendarBaseTokens.calendarHeaderFontWeight, _emotion.calendarBaseTokens.calendarHeaderFontWeightBold, _emotion.calendarBaseTokens.iconButtonHeight, _emotion.calendarBaseTokens.iconButtonWidth, _emotion.calendarBaseTokens.iconButtonPadding, _emotion.calendarBaseTokens.iconButtonRadius)
|
131
132
|
}
|
132
133
|
}
|
133
134
|
};
|
@@ -96,7 +96,8 @@ function _templateObject1() {
|
|
96
96
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
97
97
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
98
98
|
": 0.125rem;\n\n ",
|
99
|
-
": 0.5rem;\n
|
99
|
+
": 0.5rem;\n ",
|
100
|
+
": 1.5rem;\n\n ",
|
100
101
|
": 0.5rem 0 0 0;\n ",
|
101
102
|
": 0 0 0 0.5rem;\n ",
|
102
103
|
": 0.25rem;\n\n ",
|
@@ -127,7 +128,7 @@ var config = {
|
|
127
128
|
default: (0, _emotion.css)(_templateObject(), _emotion.calendarDoubleTokens.calendarSelectedItemBackground, _emotion.calendarDoubleTokens.calendarSelectedItemColor, _emotion.calendarDoubleTokens.calendarSelectableItemBackgroundHover, _emotion.calendarDoubleTokens.calendarCurrentItemBorderColor, _emotion.calendarDoubleTokens.calendarCurrentItemBackgroundHover, _emotion.calendarDoubleTokens.calendarCurrentItemColorHover, _emotion.calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, _emotion.calendarDoubleTokens.calendarActiveItemBackground, _emotion.calendarDoubleTokens.calendarActiveItemColor, _emotion.calendarDoubleTokens.calendarHoveredItemBackground, _emotion.calendarDoubleTokens.calendarHoveredItemColor, _emotion.calendarDoubleTokens.calendarRangeBackground, _emotion.calendarDoubleTokens.calendarOutlineFocusColor, _emotion.calendarDoubleTokens.calendarContentPrimaryColor, _emotion.calendarDoubleTokens.calendarContentPrimaryDisabledColor, _emotion.calendarDoubleTokens.calendarContentSecondaryColor, _emotion.calendarDoubleTokens.calendarContentSecondaryDisabledColor, _emotion.calendarDoubleTokens.calendarDayOfWeekColor, _emotion.calendarDoubleTokens.calendarHeaderArrowColor, _emotion.calendarDoubleTokens.calendarDisabledOpacity, _emotion.calendarDoubleTokens.iconButtonColor, _emotion.calendarDoubleTokens.iconButtonBackgroundColor, _emotion.calendarDoubleTokens.iconButtonColorHover, _emotion.calendarDoubleTokens.iconButtonBackgroundColorHover, _emotion.calendarDoubleTokens.iconButtonColorActive, _emotion.calendarDoubleTokens.iconButtonBackgroundColorActive, _emotion.calendarDoubleTokens.iconButtonFocusColor)
|
128
129
|
},
|
129
130
|
size: {
|
130
|
-
s: (0, _emotion.css)(_templateObject1(), _emotion.calendarDoubleTokens.calendarContainerWidth, _emotion.calendarDoubleTokens.calendarContainerHeight, _emotion.calendarDoubleTokens.calendarYearsPadding, _emotion.calendarDoubleTokens.calendarYearItemBorderRadius, _emotion.calendarDoubleTokens.calendarYearFontFamily, _emotion.calendarDoubleTokens.calendarYearFontSize, _emotion.calendarDoubleTokens.calendarYearFontStyle, _emotion.calendarDoubleTokens.calendarYearFontLetterSpacing, _emotion.calendarDoubleTokens.calendarYearFontLineHeight, _emotion.calendarDoubleTokens.calendarYearFontWeight, _emotion.calendarDoubleTokens.calendarYearSelectedFontWeight, _emotion.calendarDoubleTokens.calendarQuartersPadding, _emotion.calendarDoubleTokens.calendarQuarterItemBorderRadius, _emotion.calendarDoubleTokens.calendarQuarterFontFamily, _emotion.calendarDoubleTokens.calendarQuarterFontSize, _emotion.calendarDoubleTokens.calendarQuarterFontStyle, _emotion.calendarDoubleTokens.calendarQuarterFontLetterSpacing, _emotion.calendarDoubleTokens.calendarQuarterFontLineHeight, _emotion.calendarDoubleTokens.calendarQuarterFontWeight, _emotion.calendarDoubleTokens.calendarQuarterSelectedFontWeight, _emotion.calendarDoubleTokens.calendarMonthsPadding, _emotion.calendarDoubleTokens.calendarMonthItemBorderRadius, _emotion.calendarDoubleTokens.calendarMonthFontFamily, _emotion.calendarDoubleTokens.calendarMonthFontSize, _emotion.calendarDoubleTokens.calendarMonthFontStyle, _emotion.calendarDoubleTokens.calendarMonthFontLetterSpacing, _emotion.calendarDoubleTokens.calendarMonthFontLineHeight, _emotion.calendarDoubleTokens.calendarMonthFontWeight, _emotion.calendarDoubleTokens.calendarMonthSelectedFontWeight, _emotion.calendarDoubleTokens.calendarDayItemBorderRadius, _emotion.calendarDoubleTokens.calendarDayFontFamily, _emotion.calendarDoubleTokens.calendarDayFontSize, _emotion.calendarDoubleTokens.calendarDayFontStyle, _emotion.calendarDoubleTokens.calendarDayFontLetterSpacing, _emotion.calendarDoubleTokens.calendarDayFontLineHeight, _emotion.calendarDoubleTokens.calendarDayFontWeight, _emotion.calendarDoubleTokens.calendarDaySelectedFontWeight, _emotion.calendarDoubleTokens.calendarCurrentItemBorderWidth, _emotion.calendarDoubleTokens.calendarHeaderArrowGap, _emotion.calendarDoubleTokens.calendarDaysPadding, _emotion.calendarDoubleTokens.calendarHeaderPadding, _emotion.calendarDoubleTokens.calendarHeaderDateGap, _emotion.calendarDoubleTokens.calendarHeaderFontFamily, _emotion.calendarDoubleTokens.calendarHeaderFontSize, _emotion.calendarDoubleTokens.calendarHeaderFontStyle, _emotion.calendarDoubleTokens.calendarHeaderFontLetterSpacing, _emotion.calendarDoubleTokens.calendarHeaderFontLineHeight, _emotion.calendarDoubleTokens.calendarHeaderFontWeight, _emotion.calendarDoubleTokens.calendarHeaderFontWeightBold, _emotion.calendarDoubleTokens.iconButtonHeight, _emotion.calendarDoubleTokens.iconButtonWidth, _emotion.calendarDoubleTokens.iconButtonPadding, _emotion.calendarDoubleTokens.iconButtonRadius)
|
131
|
+
s: (0, _emotion.css)(_templateObject1(), _emotion.calendarDoubleTokens.calendarContainerWidth, _emotion.calendarDoubleTokens.calendarContainerHeight, _emotion.calendarDoubleTokens.calendarYearsPadding, _emotion.calendarDoubleTokens.calendarYearItemBorderRadius, _emotion.calendarDoubleTokens.calendarYearFontFamily, _emotion.calendarDoubleTokens.calendarYearFontSize, _emotion.calendarDoubleTokens.calendarYearFontStyle, _emotion.calendarDoubleTokens.calendarYearFontLetterSpacing, _emotion.calendarDoubleTokens.calendarYearFontLineHeight, _emotion.calendarDoubleTokens.calendarYearFontWeight, _emotion.calendarDoubleTokens.calendarYearSelectedFontWeight, _emotion.calendarDoubleTokens.calendarQuartersPadding, _emotion.calendarDoubleTokens.calendarQuarterItemBorderRadius, _emotion.calendarDoubleTokens.calendarQuarterFontFamily, _emotion.calendarDoubleTokens.calendarQuarterFontSize, _emotion.calendarDoubleTokens.calendarQuarterFontStyle, _emotion.calendarDoubleTokens.calendarQuarterFontLetterSpacing, _emotion.calendarDoubleTokens.calendarQuarterFontLineHeight, _emotion.calendarDoubleTokens.calendarQuarterFontWeight, _emotion.calendarDoubleTokens.calendarQuarterSelectedFontWeight, _emotion.calendarDoubleTokens.calendarMonthsPadding, _emotion.calendarDoubleTokens.calendarMonthItemBorderRadius, _emotion.calendarDoubleTokens.calendarMonthFontFamily, _emotion.calendarDoubleTokens.calendarMonthFontSize, _emotion.calendarDoubleTokens.calendarMonthFontStyle, _emotion.calendarDoubleTokens.calendarMonthFontLetterSpacing, _emotion.calendarDoubleTokens.calendarMonthFontLineHeight, _emotion.calendarDoubleTokens.calendarMonthFontWeight, _emotion.calendarDoubleTokens.calendarMonthSelectedFontWeight, _emotion.calendarDoubleTokens.calendarDayItemBorderRadius, _emotion.calendarDoubleTokens.calendarDayFontFamily, _emotion.calendarDoubleTokens.calendarDayFontSize, _emotion.calendarDoubleTokens.calendarDayFontStyle, _emotion.calendarDoubleTokens.calendarDayFontLetterSpacing, _emotion.calendarDoubleTokens.calendarDayFontLineHeight, _emotion.calendarDoubleTokens.calendarDayFontWeight, _emotion.calendarDoubleTokens.calendarDaySelectedFontWeight, _emotion.calendarDoubleTokens.calendarCurrentItemBorderWidth, _emotion.calendarDoubleTokens.calendarHeaderArrowGap, _emotion.calendarDoubleTokens.calendarArrowHeaderCustomSize, _emotion.calendarDoubleTokens.calendarDaysPadding, _emotion.calendarDoubleTokens.calendarHeaderPadding, _emotion.calendarDoubleTokens.calendarHeaderDateGap, _emotion.calendarDoubleTokens.calendarHeaderFontFamily, _emotion.calendarDoubleTokens.calendarHeaderFontSize, _emotion.calendarDoubleTokens.calendarHeaderFontStyle, _emotion.calendarDoubleTokens.calendarHeaderFontLetterSpacing, _emotion.calendarDoubleTokens.calendarHeaderFontLineHeight, _emotion.calendarDoubleTokens.calendarHeaderFontWeight, _emotion.calendarDoubleTokens.calendarHeaderFontWeightBold, _emotion.calendarDoubleTokens.iconButtonHeight, _emotion.calendarDoubleTokens.iconButtonWidth, _emotion.calendarDoubleTokens.iconButtonPadding, _emotion.calendarDoubleTokens.iconButtonRadius)
|
131
132
|
}
|
132
133
|
}
|
133
134
|
};
|
@@ -188,7 +188,8 @@ function _templateObject1() {
|
|
188
188
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
189
189
|
": 0.125rem;\n\n ",
|
190
190
|
": 0.75rem 1rem 0 1rem;\n ",
|
191
|
-
": 0.5rem;\n
|
191
|
+
": 0.5rem;\n ",
|
192
|
+
": 1.5rem;\n\n ",
|
192
193
|
": 0 0 0 0.5rem;\n ",
|
193
194
|
": 0.25rem;\n\n ",
|
194
195
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -257,7 +258,7 @@ var config = {
|
|
257
258
|
default: (0, _emotion.css)(_templateObject(), _emotion.datePickerTokens.background, _emotion.datePickerTokens.borderColor, _emotion.datePickerTokens.borderColorHover, _emotion.datePickerTokens.borderColorFocus, _emotion.datePickerTokens.borderColorError, _emotion.datePickerTokens.borderColorSuccess, _emotion.datePickerTokens.dividerColor, _emotion.datePickerTokens.labelColor, _emotion.datePickerTokens.leftHelperColor, _emotion.datePickerTokens.leftHelperColorError, _emotion.datePickerTokens.leftHelperColorSuccess, _emotion.datePickerTokens.textFieldColor, _emotion.datePickerTokens.textFieldPlaceholderColor, _emotion.datePickerTokens.textFieldPlaceholderColorFocus, _emotion.datePickerTokens.textFieldCaretColor, _emotion.datePickerTokens.labelInnerFontFamily, _emotion.datePickerTokens.labelInnerFontSize, _emotion.datePickerTokens.labelInnerFontStyle, _emotion.datePickerTokens.labelInnerFontWeight, _emotion.datePickerTokens.labelInnerLetterSpacing, _emotion.datePickerTokens.labelInnerLineHeight, _emotion.datePickerTokens.indicatorColor, _emotion.datePickerTokens.textFieldBorderColor, _emotion.datePickerTokens.textFieldBorderColorHover, _emotion.datePickerTokens.textFieldBorderColorFocus, _emotion.datePickerTokens.textFieldBorderColorError, _emotion.datePickerTokens.textFieldBorderColorErrorFocus, _emotion.datePickerTokens.textFieldBorderColorSuccess, _emotion.datePickerTokens.textFieldBorderColorSuccessFocus, _emotion.datePickerTokens.textFieldBackgroundColor, _emotion.datePickerTokens.textFieldContentSlotColor, _emotion.datePickerTokens.textFieldTextBeforeColor, _emotion.datePickerTokens.textFieldTextAfterColor, _emotion.datePickerTokens.focusColor, _emotion.datePickerTokens.calendarShadow, _emotion.datePickerTokens.calendarSeparatorBackground, _emotion.datePickerTokens.calendarBackgroundColor, _emotion.datePickerTokens.calendarSelectedItemBackground, _emotion.datePickerTokens.calendarSelectedItemColor, _emotion.datePickerTokens.calendarSelectableItemBackgroundHover, _emotion.datePickerTokens.calendarCurrentItemBorderColor, _emotion.datePickerTokens.calendarCurrentItemBackgroundHover, _emotion.datePickerTokens.calendarCurrentItemColorHover, _emotion.datePickerTokens.calendarCurrentItemChildBackgroundHover, _emotion.datePickerTokens.calendarActiveItemBackground, _emotion.datePickerTokens.calendarActiveItemColor, _emotion.datePickerTokens.calendarHoveredItemBackground, _emotion.datePickerTokens.calendarHoveredItemColor, _emotion.datePickerTokens.calendarRangeBackground, _emotion.datePickerTokens.calendarOutlineFocusColor, _emotion.datePickerTokens.calendarContentPrimaryColor, _emotion.datePickerTokens.calendarContentSecondaryColor, _emotion.datePickerTokens.calendarContentPrimaryDisabledColor, _emotion.datePickerTokens.calendarContentSecondaryDisabledColor, _emotion.datePickerTokens.calendarHeaderArrowColor, _emotion.datePickerTokens.calendarBorderColor, _emotion.datePickerTokens.calendarDayOfWeekColor, _emotion.datePickerTokens.calendarDisabledOpacity, _emotion.datePickerTokens.iconButtonColor, _emotion.datePickerTokens.iconButtonBackgroundColor, _emotion.datePickerTokens.iconButtonColorHover, _emotion.datePickerTokens.iconButtonBackgroundColorHover, _emotion.datePickerTokens.iconButtonColorActive, _emotion.datePickerTokens.iconButtonBackgroundColorActive, _emotion.datePickerTokens.iconButtonFocusColor, _emotion.datePickerTokens.textFieldContentRightSlotColor, _emotion.datePickerTokens.textFieldContentRightSlotColorHover)
|
258
259
|
},
|
259
260
|
size: {
|
260
|
-
s: (0, _emotion.css)(_templateObject1(), _emotion.datePickerTokens.width, _emotion.datePickerTokens.borderRadius, _emotion.datePickerTokens.borderWidth, _emotion.datePickerTokens.dividerPadding, _emotion.datePickerTokens.dividerFontFamily, _emotion.datePickerTokens.dividerFontStyle, _emotion.datePickerTokens.dividerFontSize, _emotion.datePickerTokens.dividerFontWeight, _emotion.datePickerTokens.dividerLetterSpacing, _emotion.datePickerTokens.dividerLineHeight, _emotion.datePickerTokens.leftContentMargin, _emotion.datePickerTokens.rightContentMargin, _emotion.datePickerTokens.labelOffset, _emotion.datePickerTokens.labelInnerPadding, _emotion.datePickerTokens.contentLabelInnerPadding, _emotion.datePickerTokens.labelFontFamily, _emotion.datePickerTokens.labelFontStyle, _emotion.datePickerTokens.labelFontSize, _emotion.datePickerTokens.labelFontWeight, _emotion.datePickerTokens.labelLetterSpacing, _emotion.datePickerTokens.labelLineHeight, _emotion.datePickerTokens.indicatorSize, _emotion.datePickerTokens.indicatorSizeOuter, _emotion.datePickerTokens.indicatorPlacement, _emotion.datePickerTokens.indicatorOuterPlacement, _emotion.datePickerTokens.indicatorPlacementRight, _emotion.datePickerTokens.indicatorOuterPlacementRight, _emotion.datePickerTokens.textFieldHeight, _emotion.datePickerTokens.textFieldBorderRadius, _emotion.datePickerTokens.textFieldBorderWidth, _emotion.datePickerTokens.textFieldPadding, _emotion.datePickerTokens.textFieldFontFamily, _emotion.datePickerTokens.textFieldFontStyle, _emotion.datePickerTokens.textFieldFontSize, _emotion.datePickerTokens.textFieldFontWeight, _emotion.datePickerTokens.textFieldLetterSpacing, _emotion.datePickerTokens.textFieldLineHeight, _emotion.datePickerTokens.leftHelperOffset, _emotion.datePickerTokens.leftHelperFontFamily, _emotion.datePickerTokens.leftHelperFontStyle, _emotion.datePickerTokens.leftHelperFontSize, _emotion.datePickerTokens.leftHelperFontWeight, _emotion.datePickerTokens.leftHelperLetterSpacing, _emotion.datePickerTokens.leftHelperLineHeight, _emotion.datePickerTokens.textFieldLeftContentMargin, _emotion.datePickerTokens.textFieldRightContentMargin, _emotion.datePickerTokens.textFieldTextBeforeMargin, _emotion.datePickerTokens.textFieldTextAfterMargin, _emotion.datePickerTokens.calendarBorderWidth, _emotion.datePickerTokens.calendarContainerWidth, _emotion.datePickerTokens.calendarContainerHeight, _emotion.datePickerTokens.calendarBorderRadius, _emotion.datePickerTokens.calendarYearsPadding, _emotion.datePickerTokens.calendarYearItemBorderRadius, _emotion.datePickerTokens.calendarYearFontFamily, _emotion.datePickerTokens.calendarYearFontSize, _emotion.datePickerTokens.calendarYearFontStyle, _emotion.datePickerTokens.calendarYearFontLetterSpacing, _emotion.datePickerTokens.calendarYearFontLineHeight, _emotion.datePickerTokens.calendarYearFontWeight, _emotion.datePickerTokens.calendarYearSelectedFontWeight, _emotion.datePickerTokens.calendarQuartersPadding, _emotion.datePickerTokens.calendarQuarterItemBorderRadius, _emotion.datePickerTokens.calendarQuarterFontFamily, _emotion.datePickerTokens.calendarQuarterFontSize, _emotion.datePickerTokens.calendarQuarterFontStyle, _emotion.datePickerTokens.calendarQuarterFontLetterSpacing, _emotion.datePickerTokens.calendarQuarterFontLineHeight, _emotion.datePickerTokens.calendarQuarterFontWeight, _emotion.datePickerTokens.calendarQuarterSelectedFontWeight, _emotion.datePickerTokens.calendarMonthsPadding, _emotion.datePickerTokens.calendarMonthItemBorderRadius, _emotion.datePickerTokens.calendarMonthFontFamily, _emotion.datePickerTokens.calendarMonthFontSize, _emotion.datePickerTokens.calendarMonthFontStyle, _emotion.datePickerTokens.calendarMonthFontLetterSpacing, _emotion.datePickerTokens.calendarMonthFontLineHeight, _emotion.datePickerTokens.calendarMonthFontWeight, _emotion.datePickerTokens.calendarMonthSelectedFontWeight, _emotion.datePickerTokens.calendarDaysPadding, _emotion.datePickerTokens.calendarDayItemBorderRadius, _emotion.datePickerTokens.calendarDayFontFamily, _emotion.datePickerTokens.calendarDayFontSize, _emotion.datePickerTokens.calendarDayFontStyle, _emotion.datePickerTokens.calendarDayFontLetterSpacing, _emotion.datePickerTokens.calendarDayFontLineHeight, _emotion.datePickerTokens.calendarDayFontWeight, _emotion.datePickerTokens.calendarDaySelectedFontWeight, _emotion.datePickerTokens.calendarCurrentItemBorderWidth, _emotion.datePickerTokens.calendarHeaderWrapperPadding, _emotion.datePickerTokens.calendarHeaderArrowGap, _emotion.datePickerTokens.calendarHeaderPadding, _emotion.datePickerTokens.calendarHeaderDateGap, _emotion.datePickerTokens.calendarHeaderFontFamily, _emotion.datePickerTokens.calendarHeaderFontSize, _emotion.datePickerTokens.calendarHeaderFontStyle, _emotion.datePickerTokens.calendarHeaderFontLetterSpacing, _emotion.datePickerTokens.calendarHeaderFontLineHeight, _emotion.datePickerTokens.calendarHeaderFontWeight, _emotion.datePickerTokens.calendarHeaderFontWeightBold, _emotion.datePickerTokens.iconButtonHeight, _emotion.datePickerTokens.iconButtonWidth, _emotion.datePickerTokens.iconButtonPadding, _emotion.datePickerTokens.iconButtonRadius)
|
261
|
+
s: (0, _emotion.css)(_templateObject1(), _emotion.datePickerTokens.width, _emotion.datePickerTokens.borderRadius, _emotion.datePickerTokens.borderWidth, _emotion.datePickerTokens.dividerPadding, _emotion.datePickerTokens.dividerFontFamily, _emotion.datePickerTokens.dividerFontStyle, _emotion.datePickerTokens.dividerFontSize, _emotion.datePickerTokens.dividerFontWeight, _emotion.datePickerTokens.dividerLetterSpacing, _emotion.datePickerTokens.dividerLineHeight, _emotion.datePickerTokens.leftContentMargin, _emotion.datePickerTokens.rightContentMargin, _emotion.datePickerTokens.labelOffset, _emotion.datePickerTokens.labelInnerPadding, _emotion.datePickerTokens.contentLabelInnerPadding, _emotion.datePickerTokens.labelFontFamily, _emotion.datePickerTokens.labelFontStyle, _emotion.datePickerTokens.labelFontSize, _emotion.datePickerTokens.labelFontWeight, _emotion.datePickerTokens.labelLetterSpacing, _emotion.datePickerTokens.labelLineHeight, _emotion.datePickerTokens.indicatorSize, _emotion.datePickerTokens.indicatorSizeOuter, _emotion.datePickerTokens.indicatorPlacement, _emotion.datePickerTokens.indicatorOuterPlacement, _emotion.datePickerTokens.indicatorPlacementRight, _emotion.datePickerTokens.indicatorOuterPlacementRight, _emotion.datePickerTokens.textFieldHeight, _emotion.datePickerTokens.textFieldBorderRadius, _emotion.datePickerTokens.textFieldBorderWidth, _emotion.datePickerTokens.textFieldPadding, _emotion.datePickerTokens.textFieldFontFamily, _emotion.datePickerTokens.textFieldFontStyle, _emotion.datePickerTokens.textFieldFontSize, _emotion.datePickerTokens.textFieldFontWeight, _emotion.datePickerTokens.textFieldLetterSpacing, _emotion.datePickerTokens.textFieldLineHeight, _emotion.datePickerTokens.leftHelperOffset, _emotion.datePickerTokens.leftHelperFontFamily, _emotion.datePickerTokens.leftHelperFontStyle, _emotion.datePickerTokens.leftHelperFontSize, _emotion.datePickerTokens.leftHelperFontWeight, _emotion.datePickerTokens.leftHelperLetterSpacing, _emotion.datePickerTokens.leftHelperLineHeight, _emotion.datePickerTokens.textFieldLeftContentMargin, _emotion.datePickerTokens.textFieldRightContentMargin, _emotion.datePickerTokens.textFieldTextBeforeMargin, _emotion.datePickerTokens.textFieldTextAfterMargin, _emotion.datePickerTokens.calendarBorderWidth, _emotion.datePickerTokens.calendarContainerWidth, _emotion.datePickerTokens.calendarContainerHeight, _emotion.datePickerTokens.calendarBorderRadius, _emotion.datePickerTokens.calendarYearsPadding, _emotion.datePickerTokens.calendarYearItemBorderRadius, _emotion.datePickerTokens.calendarYearFontFamily, _emotion.datePickerTokens.calendarYearFontSize, _emotion.datePickerTokens.calendarYearFontStyle, _emotion.datePickerTokens.calendarYearFontLetterSpacing, _emotion.datePickerTokens.calendarYearFontLineHeight, _emotion.datePickerTokens.calendarYearFontWeight, _emotion.datePickerTokens.calendarYearSelectedFontWeight, _emotion.datePickerTokens.calendarQuartersPadding, _emotion.datePickerTokens.calendarQuarterItemBorderRadius, _emotion.datePickerTokens.calendarQuarterFontFamily, _emotion.datePickerTokens.calendarQuarterFontSize, _emotion.datePickerTokens.calendarQuarterFontStyle, _emotion.datePickerTokens.calendarQuarterFontLetterSpacing, _emotion.datePickerTokens.calendarQuarterFontLineHeight, _emotion.datePickerTokens.calendarQuarterFontWeight, _emotion.datePickerTokens.calendarQuarterSelectedFontWeight, _emotion.datePickerTokens.calendarMonthsPadding, _emotion.datePickerTokens.calendarMonthItemBorderRadius, _emotion.datePickerTokens.calendarMonthFontFamily, _emotion.datePickerTokens.calendarMonthFontSize, _emotion.datePickerTokens.calendarMonthFontStyle, _emotion.datePickerTokens.calendarMonthFontLetterSpacing, _emotion.datePickerTokens.calendarMonthFontLineHeight, _emotion.datePickerTokens.calendarMonthFontWeight, _emotion.datePickerTokens.calendarMonthSelectedFontWeight, _emotion.datePickerTokens.calendarDaysPadding, _emotion.datePickerTokens.calendarDayItemBorderRadius, _emotion.datePickerTokens.calendarDayFontFamily, _emotion.datePickerTokens.calendarDayFontSize, _emotion.datePickerTokens.calendarDayFontStyle, _emotion.datePickerTokens.calendarDayFontLetterSpacing, _emotion.datePickerTokens.calendarDayFontLineHeight, _emotion.datePickerTokens.calendarDayFontWeight, _emotion.datePickerTokens.calendarDaySelectedFontWeight, _emotion.datePickerTokens.calendarCurrentItemBorderWidth, _emotion.datePickerTokens.calendarHeaderWrapperPadding, _emotion.datePickerTokens.calendarHeaderArrowGap, _emotion.datePickerTokens.calendarHeaderArrowCustomSize, _emotion.datePickerTokens.calendarHeaderPadding, _emotion.datePickerTokens.calendarHeaderDateGap, _emotion.datePickerTokens.calendarHeaderFontFamily, _emotion.datePickerTokens.calendarHeaderFontSize, _emotion.datePickerTokens.calendarHeaderFontStyle, _emotion.datePickerTokens.calendarHeaderFontLetterSpacing, _emotion.datePickerTokens.calendarHeaderFontLineHeight, _emotion.datePickerTokens.calendarHeaderFontWeight, _emotion.datePickerTokens.calendarHeaderFontWeightBold, _emotion.datePickerTokens.iconButtonHeight, _emotion.datePickerTokens.iconButtonWidth, _emotion.datePickerTokens.iconButtonPadding, _emotion.datePickerTokens.iconButtonRadius)
|
261
262
|
},
|
262
263
|
disabled: {
|
263
264
|
true: (0, _emotion.css)(_templateObject2(), _emotion.datePickerTokens.background, _emotion.datePickerTokens.borderColor, _emotion.datePickerTokens.borderColorHover, _emotion.datePickerTokens.borderColorFocus, _emotion.datePickerTokens.borderColorSuccess, _emotion.datePickerTokens.textFieldBorderColorFocus, _emotion.datePickerTokens.textFieldColor, _emotion.datePickerTokens.textFieldPlaceholderColor, _emotion.datePickerTokens.textFieldColor, _emotion.datePickerTokens.textFieldPlaceholderColor, _emotion.datePickerTokens.textFieldCaretColor, _emotion.datePickerTokens.textFieldBackgroundColor, _emotion.datePickerTokens.labelColor)
|
@@ -167,7 +167,8 @@ function _templateObject4() {
|
|
167
167
|
": var(--plasma-typo-body-m-font-style);\n ",
|
168
168
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
169
169
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
170
|
-
": var(--plasma-typo-body-m-line-height);\n
|
170
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
171
|
+
": 0.125rem;\n "
|
171
172
|
]);
|
172
173
|
_templateObject4 = function _templateObject() {
|
173
174
|
return data;
|
@@ -224,7 +225,7 @@ var config = {
|
|
224
225
|
default: (0, _emotion.css)(_templateObject3(), _emotion.tabsTokens.itemColor, _emotion.tabsTokens.itemValueColor, _emotion.tabsTokens.itemBackgroundColor, _emotion.tabsTokens.itemColorHover, _emotion.tabsTokens.itemValueColorHover, _emotion.tabsTokens.itemColorActive, _emotion.tabsTokens.itemValueColorActive, _emotion.tabsTokens.itemBackgroundColorHover, _emotion.tabsTokens.itemSelectedColor, _emotion.tabsTokens.itemSelectedValueColor, _emotion.tabsTokens.itemSelectedBackgroundColor, _emotion.tabsTokens.itemSelectedColorHover, _emotion.tabsTokens.itemSelectedValueColorHover, _emotion.tabsTokens.itemSelectedBackgroundColorHover, _emotion.tabsTokens.itemBackgroundTransition, _emotion.tabsTokens.itemMarginLeftFilled, _emotion.tabsTokens.outlineFocusColor, _emotion.tabsTokens.itemSelectedDividerHeight, _emotion.tabsTokens.itemSelectedDividerColor, _emotion.tabsTokens.itemSelectedDividerColorHover, _emotion.tabsTokens.itemCursor, _emotion.tabsTokens.itemCursorOverNotSelected)
|
225
226
|
},
|
226
227
|
size: {
|
227
|
-
s: (0, _emotion.css)(_templateObject4(), _emotion.tabsTokens.itemBorderRadius, _emotion.tabsTokens.itemWidth, _emotion.tabsTokens.itemHeight, _emotion.tabsTokens.itemPadding, _emotion.tabsTokens.itemPaddingPilled, _emotion.tabsTokens.itemMarginLeft, _emotion.tabsTokens.itemContentGap, _emotion.tabsTokens.itemContentPadding, _emotion.tabsTokens.fontFamily, _emotion.tabsTokens.fontSize, _emotion.tabsTokens.fontStyle, _emotion.tabsTokens.fontWeight, _emotion.tabsTokens.letterSpacing, _emotion.tabsTokens.lineHeight, _emotion.tabsTokens.valueFontFamily, _emotion.tabsTokens.valueFontSize, _emotion.tabsTokens.valueFontStyle, _emotion.tabsTokens.valueFontWeight, _emotion.tabsTokens.valueLetterSpacing, _emotion.tabsTokens.valueLineHeight)
|
228
|
+
s: (0, _emotion.css)(_templateObject4(), _emotion.tabsTokens.itemBorderRadius, _emotion.tabsTokens.itemWidth, _emotion.tabsTokens.itemHeight, _emotion.tabsTokens.itemPadding, _emotion.tabsTokens.itemPaddingPilled, _emotion.tabsTokens.itemMarginLeft, _emotion.tabsTokens.itemContentGap, _emotion.tabsTokens.itemContentPadding, _emotion.tabsTokens.fontFamily, _emotion.tabsTokens.fontSize, _emotion.tabsTokens.fontStyle, _emotion.tabsTokens.fontWeight, _emotion.tabsTokens.letterSpacing, _emotion.tabsTokens.lineHeight, _emotion.tabsTokens.valueFontFamily, _emotion.tabsTokens.valueFontSize, _emotion.tabsTokens.valueFontStyle, _emotion.tabsTokens.valueFontWeight, _emotion.tabsTokens.valueLetterSpacing, _emotion.tabsTokens.valueLineHeight, _emotion.tabsTokens.actionContentMarginLeft)
|
228
229
|
},
|
229
230
|
disabled: {
|
230
231
|
true: (0, _emotion.css)(_templateObject5(), _emotion.tabsTokens.itemColor, _emotion.tabsTokens.itemValueColor, _emotion.tabsTokens.itemColorHover, _emotion.tabsTokens.itemValueColorHover, _emotion.tabsTokens.itemColorActive, _emotion.tabsTokens.itemValueColorActive, _emotion.tabsTokens.itemSelectedColor, _emotion.tabsTokens.itemSelectedDividerColor, _emotion.tabsTokens.itemSelectedDividerColorHover)
|
@@ -75,7 +75,8 @@ function _templateObject1() {
|
|
75
75
|
": var(--plasma-typo-body-m-font-style);\n ",
|
76
76
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
77
77
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
78
|
-
": var(--plasma-typo-body-m-line-height);\n
|
78
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
79
|
+
": 0.25rem;\n "
|
79
80
|
]);
|
80
81
|
_templateObject1 = function _templateObject() {
|
81
82
|
return data;
|
@@ -119,7 +120,7 @@ var config = {
|
|
119
120
|
divider: (0, _emotion.css)(_templateObject(), _emotion.tabsTokens.itemColor, _emotion.tabsTokens.itemValueColor, _emotion.tabsTokens.itemBackgroundColor, _emotion.tabsTokens.itemColorHover, _emotion.tabsTokens.itemValueColorHover, _emotion.tabsTokens.itemColorActive, _emotion.tabsTokens.itemValueColorActive, _emotion.tabsTokens.itemBackgroundColorHover, _emotion.tabsTokens.itemSelectedColor, _emotion.tabsTokens.itemSelectedValueColor, _emotion.tabsTokens.itemSelectedBackgroundColor, _emotion.tabsTokens.itemSelectedColorHover, _emotion.tabsTokens.itemSelectedValueColorHover, _emotion.tabsTokens.itemSelectedBackgroundColorHover, _emotion.tabsTokens.itemBackgroundTransition, _emotion.tabsTokens.itemPaddingClear, _emotion.tabsTokens.itemContentPaddingClear, _emotion.tabsTokens.outlineFocusColor, _emotion.tabsTokens.itemSelectedDividerWidth, _emotion.tabsTokens.itemSelectedDividerHeight, _emotion.tabsTokens.itemSelectedDividerColor, _emotion.tabsTokens.itemSelectedDividerColorHover, _emotion.tabsTokens.itemCursor, _emotion.tabsTokens.itemCursorOverNotSelected)
|
120
121
|
},
|
121
122
|
size: {
|
122
|
-
s: (0, _emotion.css)(_templateObject1(), _emotion.tabsTokens.itemBorderRadius, _emotion.tabsTokens.itemWidth, _emotion.tabsTokens.itemHeight, _emotion.tabsTokens.itemPadding, _emotion.tabsTokens.itemPaddingPilled, _emotion.tabsTokens.itemPaddingOrientationVertical, _emotion.tabsTokens.itemMarginLeft, _emotion.tabsTokens.itemContentGap, _emotion.tabsTokens.itemContentPadding, _emotion.tabsTokens.fontFamily, _emotion.tabsTokens.fontSize, _emotion.tabsTokens.fontStyle, _emotion.tabsTokens.fontWeight, _emotion.tabsTokens.letterSpacing, _emotion.tabsTokens.lineHeight, _emotion.tabsTokens.valueFontFamily, _emotion.tabsTokens.valueFontSize, _emotion.tabsTokens.valueFontStyle, _emotion.tabsTokens.valueFontWeight, _emotion.tabsTokens.valueLetterSpacing, _emotion.tabsTokens.valueLineHeight)
|
123
|
+
s: (0, _emotion.css)(_templateObject1(), _emotion.tabsTokens.itemBorderRadius, _emotion.tabsTokens.itemWidth, _emotion.tabsTokens.itemHeight, _emotion.tabsTokens.itemPadding, _emotion.tabsTokens.itemPaddingPilled, _emotion.tabsTokens.itemPaddingOrientationVertical, _emotion.tabsTokens.itemMarginLeft, _emotion.tabsTokens.itemContentGap, _emotion.tabsTokens.itemContentPadding, _emotion.tabsTokens.fontFamily, _emotion.tabsTokens.fontSize, _emotion.tabsTokens.fontStyle, _emotion.tabsTokens.fontWeight, _emotion.tabsTokens.letterSpacing, _emotion.tabsTokens.lineHeight, _emotion.tabsTokens.valueFontFamily, _emotion.tabsTokens.valueFontSize, _emotion.tabsTokens.valueFontStyle, _emotion.tabsTokens.valueFontWeight, _emotion.tabsTokens.valueLetterSpacing, _emotion.tabsTokens.valueLineHeight, _emotion.tabsTokens.actionContentMarginLeft)
|
123
124
|
},
|
124
125
|
disabled: {
|
125
126
|
true: (0, _emotion.css)(_templateObject2(), _emotion.tabsTokens.itemColor, _emotion.tabsTokens.itemValueColor, _emotion.tabsTokens.itemColorHover, _emotion.tabsTokens.itemValueColorHover, _emotion.tabsTokens.itemColorActive, _emotion.tabsTokens.itemValueColorActive, _emotion.tabsTokens.itemSelectedColor, _emotion.tabsTokens.itemSelectedDividerColor, _emotion.tabsTokens.itemSelectedDividerColorHover)
|
@@ -102,7 +102,9 @@ function _templateObject4() {
|
|
102
102
|
": inherit;\n\n ",
|
103
103
|
": 0 0.25rem 0 0;\n ",
|
104
104
|
": 0 0 0 0.25rem;\n ",
|
105
|
-
": 0 0 0 0.25rem;\n
|
105
|
+
": 0 0 0 0.25rem;\n ",
|
106
|
+
": 0 0 0 0.25rem;\n ",
|
107
|
+
": 0.25rem;\n "
|
106
108
|
]);
|
107
109
|
_templateObject4 = function _templateObject() {
|
108
110
|
return data;
|
@@ -161,7 +163,7 @@ export var config = {
|
|
161
163
|
},
|
162
164
|
size: {
|
163
165
|
s: css(_templateObject3(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
164
|
-
sr: css(_templateObject4(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin)
|
166
|
+
sr: css(_templateObject4(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin, buttonTokens.buttonAdditionalContentMargin, buttonTokens.buttonAdditionalContentMarginRightWidthValue)
|
165
167
|
},
|
166
168
|
focused: {
|
167
169
|
true: css(_templateObject5(), buttonTokens.buttonFocusColor)
|
@@ -86,7 +86,8 @@ function _templateObject1() {
|
|
86
86
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
87
87
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
88
88
|
": 0.125rem;\n\n ",
|
89
|
-
": 0.5rem;\n
|
89
|
+
": 0.5rem;\n ",
|
90
|
+
": 1.5rem;\n\n ",
|
90
91
|
": 0 0 0 0.5rem;\n ",
|
91
92
|
": 0.25rem;\n\n ",
|
92
93
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -117,7 +118,7 @@ export var config = {
|
|
117
118
|
default: css(_templateObject(), calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentPrimaryDisabledColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarContentSecondaryDisabledColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarDisabledOpacity, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor)
|
118
119
|
},
|
119
120
|
size: {
|
120
|
-
s: css(_templateObject1(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius)
|
121
|
+
s: css(_templateObject1(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarArrowHeaderCustomSize, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius)
|
121
122
|
}
|
122
123
|
}
|
123
124
|
};
|
@@ -85,7 +85,8 @@ function _templateObject1() {
|
|
85
85
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
86
86
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
87
87
|
": 0.125rem;\n\n ",
|
88
|
-
": 0.5rem;\n
|
88
|
+
": 0.5rem;\n ",
|
89
|
+
": 1.5rem;\n\n ",
|
89
90
|
": 0.5rem 0 0 0;\n ",
|
90
91
|
": 0 0 0 0.5rem;\n ",
|
91
92
|
": 0.25rem;\n\n ",
|
@@ -117,7 +118,7 @@ export var config = {
|
|
117
118
|
default: css(_templateObject(), calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentPrimaryDisabledColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.calendarContentSecondaryDisabledColor, calendarDoubleTokens.calendarDayOfWeekColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarDisabledOpacity, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor)
|
118
119
|
},
|
119
120
|
size: {
|
120
|
-
s: css(_templateObject1(), calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius)
|
121
|
+
s: css(_templateObject1(), calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius)
|
121
122
|
}
|
122
123
|
}
|
123
124
|
};
|
@@ -177,7 +177,8 @@ function _templateObject1() {
|
|
177
177
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
178
178
|
": 0.125rem;\n\n ",
|
179
179
|
": 0.75rem 1rem 0 1rem;\n ",
|
180
|
-
": 0.5rem;\n
|
180
|
+
": 0.5rem;\n ",
|
181
|
+
": 1.5rem;\n\n ",
|
181
182
|
": 0 0 0 0.5rem;\n ",
|
182
183
|
": 0.25rem;\n\n ",
|
183
184
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -247,7 +248,7 @@ export var config = {
|
|
247
248
|
default: css(_templateObject(), tokens.background, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.borderColorError, tokens.borderColorSuccess, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldCaretColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldBorderColorError, tokens.textFieldBorderColorErrorFocus, tokens.textFieldBorderColorSuccess, tokens.textFieldBorderColorSuccessFocus, tokens.textFieldBackgroundColor, tokens.textFieldContentSlotColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.calendarShadow, tokens.calendarSeparatorBackground, tokens.calendarBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarBorderColor, tokens.calendarDayOfWeekColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor, tokens.textFieldContentRightSlotColor, tokens.textFieldContentRightSlotColorHover)
|
248
249
|
},
|
249
250
|
size: {
|
250
|
-
s: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarBorderWidth, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius)
|
251
|
+
s: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarBorderWidth, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius)
|
251
252
|
},
|
252
253
|
disabled: {
|
253
254
|
true: css(_templateObject2(), tokens.background, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.borderColorSuccess, tokens.textFieldBorderColorFocus, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.textFieldBackgroundColor, tokens.labelColor)
|
@@ -156,7 +156,8 @@ function _templateObject4() {
|
|
156
156
|
": var(--plasma-typo-body-m-font-style);\n ",
|
157
157
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
158
158
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
159
|
-
": var(--plasma-typo-body-m-line-height);\n
|
159
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
160
|
+
": 0.125rem;\n "
|
160
161
|
]);
|
161
162
|
_templateObject4 = function _templateObject() {
|
162
163
|
return data;
|
@@ -214,7 +215,7 @@ export var config = {
|
|
214
215
|
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, tabsTokens.itemCursorOverNotSelected)
|
215
216
|
},
|
216
217
|
size: {
|
217
|
-
s: css(_templateObject4(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight)
|
218
|
+
s: css(_templateObject4(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight, tabsTokens.actionContentMarginLeft)
|
218
219
|
},
|
219
220
|
disabled: {
|
220
221
|
true: css(_templateObject5(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover)
|
@@ -64,7 +64,8 @@ function _templateObject1() {
|
|
64
64
|
": var(--plasma-typo-body-m-font-style);\n ",
|
65
65
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
66
66
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
67
|
-
": var(--plasma-typo-body-m-line-height);\n
|
67
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
68
|
+
": 0.25rem;\n "
|
68
69
|
]);
|
69
70
|
_templateObject1 = function _templateObject() {
|
70
71
|
return data;
|
@@ -109,7 +110,7 @@ export var config = {
|
|
109
110
|
divider: 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.itemPaddingClear, tabsTokens.itemContentPaddingClear, tabsTokens.outlineFocusColor, tabsTokens.itemSelectedDividerWidth, tabsTokens.itemSelectedDividerHeight, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover, tabsTokens.itemCursor, tabsTokens.itemCursorOverNotSelected)
|
110
111
|
},
|
111
112
|
size: {
|
112
|
-
s: css(_templateObject1(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemPaddingOrientationVertical, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight)
|
113
|
+
s: css(_templateObject1(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemPaddingOrientationVertical, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight, tabsTokens.actionContentMarginLeft)
|
113
114
|
},
|
114
115
|
disabled: {
|
115
116
|
true: css(_templateObject2(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover)
|
@@ -102,7 +102,9 @@ function _templateObject4() {
|
|
102
102
|
": inherit;\n\n ",
|
103
103
|
": 0 0.25rem 0 0;\n ",
|
104
104
|
": 0 0 0 0.25rem;\n ",
|
105
|
-
": 0 0 0 0.25rem;\n
|
105
|
+
": 0 0 0 0.25rem;\n ",
|
106
|
+
": 0 0 0 0.25rem;\n ",
|
107
|
+
": 0.25rem;\n "
|
106
108
|
]);
|
107
109
|
_templateObject4 = function _templateObject() {
|
108
110
|
return data;
|
@@ -161,7 +163,7 @@ export var config = {
|
|
161
163
|
},
|
162
164
|
size: {
|
163
165
|
s: css(_templateObject3(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
164
|
-
sr: css(_templateObject4(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin)
|
166
|
+
sr: css(_templateObject4(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin, buttonTokens.buttonAdditionalContentMargin, buttonTokens.buttonAdditionalContentMarginRightWidthValue)
|
165
167
|
},
|
166
168
|
focused: {
|
167
169
|
true: css(_templateObject5(), buttonTokens.buttonFocusColor)
|
@@ -86,7 +86,8 @@ function _templateObject1() {
|
|
86
86
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
87
87
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
88
88
|
": 0.125rem;\n\n ",
|
89
|
-
": 0.5rem;\n
|
89
|
+
": 0.5rem;\n ",
|
90
|
+
": 1.5rem;\n\n ",
|
90
91
|
": 0 0 0 0.5rem;\n ",
|
91
92
|
": 0.25rem;\n\n ",
|
92
93
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -117,7 +118,7 @@ export var config = {
|
|
117
118
|
default: css(_templateObject(), calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentPrimaryDisabledColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarContentSecondaryDisabledColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarDisabledOpacity, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor)
|
118
119
|
},
|
119
120
|
size: {
|
120
|
-
s: css(_templateObject1(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius)
|
121
|
+
s: css(_templateObject1(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarArrowHeaderCustomSize, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius)
|
121
122
|
}
|
122
123
|
}
|
123
124
|
};
|
@@ -85,7 +85,8 @@ function _templateObject1() {
|
|
85
85
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
86
86
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
87
87
|
": 0.125rem;\n\n ",
|
88
|
-
": 0.5rem;\n
|
88
|
+
": 0.5rem;\n ",
|
89
|
+
": 1.5rem;\n\n ",
|
89
90
|
": 0.5rem 0 0 0;\n ",
|
90
91
|
": 0 0 0 0.5rem;\n ",
|
91
92
|
": 0.25rem;\n\n ",
|
@@ -117,7 +118,7 @@ export var config = {
|
|
117
118
|
default: css(_templateObject(), calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentPrimaryDisabledColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.calendarContentSecondaryDisabledColor, calendarDoubleTokens.calendarDayOfWeekColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarDisabledOpacity, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor)
|
118
119
|
},
|
119
120
|
size: {
|
120
|
-
s: css(_templateObject1(), calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius)
|
121
|
+
s: css(_templateObject1(), calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius)
|
121
122
|
}
|
122
123
|
}
|
123
124
|
};
|
@@ -177,7 +177,8 @@ function _templateObject1() {
|
|
177
177
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
178
178
|
": 0.125rem;\n\n ",
|
179
179
|
": 0.75rem 1rem 0 1rem;\n ",
|
180
|
-
": 0.5rem;\n
|
180
|
+
": 0.5rem;\n ",
|
181
|
+
": 1.5rem;\n\n ",
|
181
182
|
": 0 0 0 0.5rem;\n ",
|
182
183
|
": 0.25rem;\n\n ",
|
183
184
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -247,7 +248,7 @@ export var config = {
|
|
247
248
|
default: css(_templateObject(), tokens.background, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.borderColorError, tokens.borderColorSuccess, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldCaretColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldBorderColorError, tokens.textFieldBorderColorErrorFocus, tokens.textFieldBorderColorSuccess, tokens.textFieldBorderColorSuccessFocus, tokens.textFieldBackgroundColor, tokens.textFieldContentSlotColor, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.calendarShadow, tokens.calendarSeparatorBackground, tokens.calendarBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarBorderColor, tokens.calendarDayOfWeekColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor, tokens.textFieldContentRightSlotColor, tokens.textFieldContentRightSlotColorHover)
|
248
249
|
},
|
249
250
|
size: {
|
250
|
-
s: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarBorderWidth, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius)
|
251
|
+
s: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarBorderWidth, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius)
|
251
252
|
},
|
252
253
|
disabled: {
|
253
254
|
true: css(_templateObject2(), tokens.background, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.borderColorSuccess, tokens.textFieldBorderColorFocus, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.textFieldBackgroundColor, tokens.labelColor)
|
@@ -156,7 +156,8 @@ function _templateObject4() {
|
|
156
156
|
": var(--plasma-typo-body-m-font-style);\n ",
|
157
157
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
158
158
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
159
|
-
": var(--plasma-typo-body-m-line-height);\n
|
159
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
160
|
+
": 0.125rem;\n "
|
160
161
|
]);
|
161
162
|
_templateObject4 = function _templateObject() {
|
162
163
|
return data;
|
@@ -214,7 +215,7 @@ export var config = {
|
|
214
215
|
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, tabsTokens.itemCursorOverNotSelected)
|
215
216
|
},
|
216
217
|
size: {
|
217
|
-
s: css(_templateObject4(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight)
|
218
|
+
s: css(_templateObject4(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight, tabsTokens.actionContentMarginLeft)
|
218
219
|
},
|
219
220
|
disabled: {
|
220
221
|
true: css(_templateObject5(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover)
|
@@ -64,7 +64,8 @@ function _templateObject1() {
|
|
64
64
|
": var(--plasma-typo-body-m-font-style);\n ",
|
65
65
|
": var(--plasma-typo-body-m-font-weight);\n ",
|
66
66
|
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
67
|
-
": var(--plasma-typo-body-m-line-height);\n
|
67
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
68
|
+
": 0.25rem;\n "
|
68
69
|
]);
|
69
70
|
_templateObject1 = function _templateObject() {
|
70
71
|
return data;
|
@@ -109,7 +110,7 @@ export var config = {
|
|
109
110
|
divider: 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.itemPaddingClear, tabsTokens.itemContentPaddingClear, tabsTokens.outlineFocusColor, tabsTokens.itemSelectedDividerWidth, tabsTokens.itemSelectedDividerHeight, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover, tabsTokens.itemCursor, tabsTokens.itemCursorOverNotSelected)
|
110
111
|
},
|
111
112
|
size: {
|
112
|
-
s: css(_templateObject1(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemPaddingOrientationVertical, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight)
|
113
|
+
s: css(_templateObject1(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemPaddingOrientationVertical, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight, tabsTokens.actionContentMarginLeft)
|
113
114
|
},
|
114
115
|
disabled: {
|
115
116
|
true: css(_templateObject2(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.327.0-canary.
|
3
|
+
"version": "0.327.0-canary.2195.17430179093.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.335.0-canary.
|
34
|
-
"@salutejs/sdds-themes": "0.
|
33
|
+
"@salutejs/plasma-new-hope": "0.335.0-canary.2195.17430179093.0",
|
34
|
+
"@salutejs/sdds-themes": "0.47.0-canary.2195.17430179093.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
37
|
"@emotion/react": ">=11",
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.16.0",
|
57
|
-
"@salutejs/plasma-core": "1.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.
|
59
|
-
"@salutejs/plasma-icons": "1.
|
60
|
-
"@salutejs/plasma-sb-utils": "0.
|
57
|
+
"@salutejs/plasma-core": "1.207.0-canary.2195.17430179093.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.137.0-canary.2195.17430179093.0",
|
59
|
+
"@salutejs/plasma-icons": "1.223.0-canary.2195.17430179093.0",
|
60
|
+
"@salutejs/plasma-sb-utils": "0.207.0-canary.2195.17430179093.0",
|
61
61
|
"@storybook/addon-docs": "8.6.14",
|
62
62
|
"@storybook/addon-essentials": "8.6.14",
|
63
63
|
"@storybook/manager-api": "8.6.14",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "39d782f6c2cff8229bc3a650238f40310061bd76"
|
127
127
|
}
|