@salutejs/sdds-cs 0.326.1-canary.2180.17287105949.0 → 0.326.1-canary.2180.17674197523.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/components/Autocomplete/Autocomplete.d.ts +48 -40
  2. package/components/Calendar/CalendarBase.config.js +3 -2
  3. package/components/Calendar/CalendarDouble.config.js +3 -2
  4. package/components/Combobox/Combobox.d.ts +24 -24
  5. package/components/DatePicker/DatePicker.config.js +3 -2
  6. package/components/Select/Select.d.ts +12 -12
  7. package/components/Tabs/TabItem.d.ts +2 -2
  8. package/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
  9. package/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
  10. package/emotion/cjs/components/Calendar/CalendarBase.config.js +3 -2
  11. package/emotion/cjs/components/Calendar/CalendarDouble.config.js +3 -2
  12. package/emotion/cjs/components/DatePicker/DatePicker.config.js +3 -2
  13. package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
  14. package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
  15. package/emotion/es/components/Calendar/CalendarBase.config.js +3 -2
  16. package/emotion/es/components/Calendar/CalendarDouble.config.js +3 -2
  17. package/emotion/es/components/DatePicker/DatePicker.config.js +3 -2
  18. package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
  19. package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
  20. package/es/components/Calendar/CalendarBase.config.js +3 -2
  21. package/es/components/Calendar/CalendarDouble.config.js +3 -2
  22. package/es/components/DatePicker/DatePicker.config.js +3 -2
  23. package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
  24. package/es/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
  25. package/mixins/index.d.ts +1 -1
  26. package/package.json +8 -8
@@ -68,7 +68,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
68
68
  beforeList?: React.ReactNode;
69
69
  afterList?: React.ReactNode;
70
70
  virtual?: boolean;
71
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
71
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
72
72
  onToggle?: (isOpen: boolean) => void;
73
73
  size?: string;
74
74
  view?: string;
@@ -77,7 +77,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
77
77
  hasItems?: boolean;
78
78
  isOpen?: boolean;
79
79
  listHeight?: React.CSSProperties["height"];
80
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
80
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
81
81
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
82
82
  hintText: string;
83
83
  hintTrigger?: "hover" | "click";
@@ -126,7 +126,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
126
126
  beforeList?: React.ReactNode;
127
127
  afterList?: React.ReactNode;
128
128
  virtual?: boolean;
129
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
129
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
130
130
  onToggle?: (isOpen: boolean) => void;
131
131
  size?: string;
132
132
  view?: string;
@@ -135,7 +135,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
135
135
  hasItems?: boolean;
136
136
  isOpen?: boolean;
137
137
  listHeight?: React.CSSProperties["height"];
138
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
138
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
139
139
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
140
140
  hintTrigger?: never;
141
141
  hintText?: never;
@@ -183,7 +183,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
183
183
  beforeList?: React.ReactNode;
184
184
  afterList?: React.ReactNode;
185
185
  virtual?: boolean;
186
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
186
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
187
187
  onToggle?: (isOpen: boolean) => void;
188
188
  size?: string;
189
189
  view?: string;
@@ -192,7 +192,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
192
192
  hasItems?: boolean;
193
193
  isOpen?: boolean;
194
194
  listHeight?: React.CSSProperties["height"];
195
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
195
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
196
196
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
197
197
  hintTrigger?: never;
198
198
  hintText?: never;
@@ -241,7 +241,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
241
241
  beforeList?: React.ReactNode;
242
242
  afterList?: React.ReactNode;
243
243
  virtual?: boolean;
244
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
244
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
245
245
  onToggle?: (isOpen: boolean) => void;
246
246
  size?: string;
247
247
  view?: string;
@@ -250,7 +250,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
250
250
  hasItems?: boolean;
251
251
  isOpen?: boolean;
252
252
  listHeight?: React.CSSProperties["height"];
253
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
253
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
254
254
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
255
255
  target: "button-like";
256
256
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -286,7 +286,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
286
286
  beforeList?: React.ReactNode;
287
287
  afterList?: React.ReactNode;
288
288
  virtual?: boolean;
289
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
289
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
290
290
  onToggle?: (isOpen: boolean) => void;
291
291
  size?: string;
292
292
  view?: string;
@@ -295,7 +295,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
295
295
  hasItems?: boolean;
296
296
  isOpen?: boolean;
297
297
  listHeight?: React.CSSProperties["height"];
298
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
298
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
299
299
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
300
300
  target: "button-like";
301
301
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -332,7 +332,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
332
332
  beforeList?: React.ReactNode;
333
333
  afterList?: React.ReactNode;
334
334
  virtual?: boolean;
335
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
335
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
336
336
  onToggle?: (isOpen: boolean) => void;
337
337
  size?: string;
338
338
  view?: string;
@@ -341,7 +341,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
341
341
  hasItems?: boolean;
342
342
  isOpen?: boolean;
343
343
  listHeight?: React.CSSProperties["height"];
344
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
344
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
345
345
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
346
346
  export type SelectProps<K extends ItemOptionSelect> = DistributiveOmit<SelectPropsNewHope<K>, 'size' | 'view' | 'chipView' | 'disabled'> & DistributivePick<ComponentProps<typeof SelectNewHope>, 'size' | 'view' | 'chipView' | 'disabled'>;
347
347
  declare const Select: <K extends ItemOptionSelect>(props: SelectProps<K> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
@@ -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<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
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<HTMLDivElement>)>;
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)
@@ -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\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\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\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)
@@ -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\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\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\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)
@@ -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\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\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\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)