@salutejs/plasma-new-hope 0.346.0-canary.2425.21516060814.0 → 0.346.0-canary.2425.21550887989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cjs/components/DatePicker/DatePicker.tokens.js +32 -12
- package/dist/css/cjs/components/DatePicker/DatePicker.tokens.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePickerBase.styles.js +15 -8
- package/dist/css/cjs/components/DatePicker/DatePickerBase.styles.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePickerBase.styles_tp9mx9.css +2 -0
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDate.css +52 -6
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDate.js +14 -2
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDate.styles.js +20 -4
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDate.styles.js.map +1 -1
- package/dist/css/{es/components/DatePicker/RangeDate/RangeDate.styles_1ujwpjy.css → cjs/components/DatePicker/RangeDate/RangeDate.styles_66jujg.css} +1 -1
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +50 -4
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +26 -4
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +34 -20
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_1aqa1ia.css +2 -0
- package/dist/css/cjs/components/DatePicker/SingleDate/SingleDate.css +52 -6
- package/dist/css/cjs/components/DatePicker/SingleDate/SingleDate.js +16 -3
- package/dist/css/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +20 -4
- package/dist/css/cjs/components/DatePicker/SingleDate/SingleDate.styles.js.map +1 -1
- package/dist/css/{es/components/DatePicker/SingleDate/SingleDate.styles_qngddz.css → cjs/components/DatePicker/SingleDate/SingleDate.styles_zf1792.css} +1 -1
- package/dist/css/cjs/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.js +19 -0
- package/dist/css/cjs/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.js.map +1 -0
- package/dist/css/cjs/components/DatePicker/ui/DateShortcut/DateShortcutList.styles_fva7ey.css +1 -0
- package/dist/css/cjs/components/DateTimePicker/DateTimePicker.js +2 -2
- package/dist/css/cjs/components/DateTimePicker/DateTimePicker.js.map +1 -1
- package/dist/css/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.js +5 -3
- package/dist/css/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.js.map +1 -1
- package/dist/css/cjs/components/InformationWrapper/InformationWrapper.styles.js +9 -9
- package/dist/css/cjs/components/InformationWrapper/InformationWrapper.styles.js.map +1 -1
- package/dist/css/cjs/components/InformationWrapper/InformationWrapper.tokens.js +4 -0
- package/dist/css/cjs/components/InformationWrapper/InformationWrapper.tokens.js.map +1 -1
- package/dist/css/cjs/index.css +13 -11
- package/dist/css/es/components/DatePicker/DatePicker.tokens.js +32 -12
- package/dist/css/es/components/DatePicker/DatePicker.tokens.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePickerBase.styles.js +15 -8
- package/dist/css/es/components/DatePicker/DatePickerBase.styles.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePickerBase.styles_tp9mx9.css +2 -0
- package/dist/css/es/components/DatePicker/RangeDate/RangeDate.css +52 -6
- package/dist/css/es/components/DatePicker/RangeDate/RangeDate.js +14 -2
- package/dist/css/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
- package/dist/css/es/components/DatePicker/RangeDate/RangeDate.styles.js +20 -4
- package/dist/css/es/components/DatePicker/RangeDate/RangeDate.styles.js.map +1 -1
- package/dist/css/{cjs/components/DatePicker/RangeDate/RangeDate.styles_1ujwpjy.css → es/components/DatePicker/RangeDate/RangeDate.styles_66jujg.css} +1 -1
- package/dist/css/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +50 -4
- package/dist/css/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +26 -4
- package/dist/css/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
- package/dist/css/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +35 -21
- package/dist/css/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js.map +1 -1
- package/dist/css/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_1aqa1ia.css +2 -0
- package/dist/css/es/components/DatePicker/SingleDate/SingleDate.css +52 -6
- package/dist/css/es/components/DatePicker/SingleDate/SingleDate.js +16 -3
- package/dist/css/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/dist/css/es/components/DatePicker/SingleDate/SingleDate.styles.js +20 -4
- package/dist/css/es/components/DatePicker/SingleDate/SingleDate.styles.js.map +1 -1
- package/dist/css/{cjs/components/DatePicker/SingleDate/SingleDate.styles_qngddz.css → es/components/DatePicker/SingleDate/SingleDate.styles_zf1792.css} +1 -1
- package/dist/css/es/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.js +15 -0
- package/dist/css/es/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.js.map +1 -0
- package/dist/css/es/components/DatePicker/ui/DateShortcut/DateShortcutList.styles_fva7ey.css +1 -0
- package/dist/css/es/components/DateTimePicker/DateTimePicker.js +2 -2
- package/dist/css/es/components/DateTimePicker/DateTimePicker.js.map +1 -1
- package/dist/css/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.js +6 -4
- package/dist/css/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.js.map +1 -1
- package/dist/css/es/components/InformationWrapper/InformationWrapper.styles.js +10 -10
- package/dist/css/es/components/InformationWrapper/InformationWrapper.styles.js.map +1 -1
- package/dist/css/es/components/InformationWrapper/InformationWrapper.tokens.js +4 -1
- package/dist/css/es/components/InformationWrapper/InformationWrapper.tokens.js.map +1 -1
- package/dist/css/es/index.css +13 -11
- package/dist/emotion/cjs/components/DatePicker/DatePicker.tokens.js +31 -13
- package/dist/emotion/cjs/components/DatePicker/DatePickerBase.styles.js +11 -8
- package/dist/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +13 -2
- package/dist/emotion/cjs/components/DatePicker/RangeDate/RangeDate.styles.js +11 -5
- package/dist/emotion/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +22 -5
- package/dist/emotion/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +16 -10
- package/dist/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +15 -3
- package/dist/emotion/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +13 -7
- package/dist/emotion/cjs/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.js +23 -0
- package/dist/emotion/cjs/components/DatePicker/ui/index.js +18 -0
- package/dist/emotion/cjs/components/DateTimePicker/DateTimePicker.js +1 -1
- package/dist/emotion/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.js +52 -4
- package/dist/emotion/cjs/components/InformationWrapper/InformationWrapper.styles.js +33 -33
- package/dist/emotion/cjs/components/InformationWrapper/InformationWrapper.tokens.js +6 -0
- package/dist/emotion/cjs/examples/components/DatePicker/DatePicker.clear.config.js +13 -12
- package/dist/emotion/cjs/examples/components/DatePicker/DatePicker.config.js +13 -12
- package/dist/emotion/es/components/DatePicker/DatePicker.tokens.js +29 -11
- package/dist/emotion/es/components/DatePicker/DatePickerBase.styles.js +11 -8
- package/dist/emotion/es/components/DatePicker/RangeDate/RangeDate.js +13 -2
- package/dist/emotion/es/components/DatePicker/RangeDate/RangeDate.styles.js +11 -5
- package/dist/emotion/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +22 -5
- package/dist/emotion/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +18 -12
- package/dist/emotion/es/components/DatePicker/SingleDate/SingleDate.js +15 -3
- package/dist/emotion/es/components/DatePicker/SingleDate/SingleDate.styles.js +13 -7
- package/dist/emotion/es/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.js +8 -0
- package/dist/emotion/es/components/DatePicker/ui/index.js +1 -0
- package/dist/emotion/es/components/DateTimePicker/DateTimePicker.js +1 -1
- package/dist/emotion/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.js +52 -4
- package/dist/emotion/es/components/InformationWrapper/InformationWrapper.styles.js +34 -34
- package/dist/emotion/es/components/InformationWrapper/InformationWrapper.tokens.js +3 -0
- package/dist/emotion/es/examples/components/DatePicker/DatePicker.clear.config.js +13 -12
- package/dist/emotion/es/examples/components/DatePicker/DatePicker.config.js +13 -12
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.tokens.js +31 -13
- package/dist/styled-components/cjs/components/DatePicker/DatePickerBase.styles.js +14 -10
- package/dist/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +13 -2
- package/dist/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.styles.js +20 -4
- package/dist/styled-components/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +22 -5
- package/dist/styled-components/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +24 -18
- package/dist/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +15 -3
- package/dist/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.styles.js +21 -5
- package/dist/styled-components/cjs/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.js +69 -0
- package/dist/styled-components/cjs/components/DatePicker/ui/index.js +18 -0
- package/dist/styled-components/cjs/components/DateTimePicker/DateTimePicker.js +1 -1
- package/dist/styled-components/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.js +52 -4
- package/dist/styled-components/cjs/components/InformationWrapper/InformationWrapper.styles.js +19 -18
- package/dist/styled-components/cjs/components/InformationWrapper/InformationWrapper.tokens.js +6 -0
- package/dist/styled-components/cjs/examples/components/DatePicker/DatePicker.clear.config.js +237 -49
- package/dist/styled-components/cjs/examples/components/DatePicker/DatePicker.config.js +235 -49
- package/dist/styled-components/es/components/DatePicker/DatePicker.tokens.js +29 -11
- package/dist/styled-components/es/components/DatePicker/DatePickerBase.styles.js +14 -10
- package/dist/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +13 -2
- package/dist/styled-components/es/components/DatePicker/RangeDate/RangeDate.styles.js +20 -4
- package/dist/styled-components/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +22 -5
- package/dist/styled-components/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +26 -20
- package/dist/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +15 -3
- package/dist/styled-components/es/components/DatePicker/SingleDate/SingleDate.styles.js +21 -5
- package/dist/styled-components/es/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.js +54 -0
- package/dist/styled-components/es/components/DatePicker/ui/index.js +1 -0
- package/dist/styled-components/es/components/DateTimePicker/DateTimePicker.js +1 -1
- package/dist/styled-components/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.js +52 -4
- package/dist/styled-components/es/components/InformationWrapper/InformationWrapper.styles.js +20 -19
- package/dist/styled-components/es/components/InformationWrapper/InformationWrapper.tokens.js +3 -0
- package/dist/styled-components/es/examples/components/Combobox/Combobox.js +7 -0
- package/dist/styled-components/es/examples/components/DatePicker/DatePicker.clear.config.js +237 -49
- package/dist/styled-components/es/examples/components/DatePicker/DatePicker.config.js +235 -49
- package/package.json +5 -5
- package/types/components/DatePicker/DatePicker.tokens.d.ts +29 -9
- package/types/components/DatePicker/DatePicker.tokens.d.ts.map +1 -1
- package/types/components/DatePicker/DatePickerBase.styles.d.ts.map +1 -1
- package/types/components/DatePicker/DatePickerBase.types.d.ts +10 -1
- package/types/components/DatePicker/DatePickerBase.types.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDate.d.ts +4 -2
- package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts +10 -1
- package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.types.d.ts +7 -2
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.types.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +6 -0
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.d.ts +12 -0
- package/types/components/DatePicker/ui/DateShortcut/DateShortcutList.styles.d.ts.map +1 -0
- package/types/components/DatePicker/ui/index.d.ts +2 -0
- package/types/components/DatePicker/ui/index.d.ts.map +1 -0
- package/types/components/DateTimePicker/DateTimePicker.d.ts.map +1 -1
- package/types/components/DateTimePicker/DateTimePicker.types.d.ts +8 -6
- package/types/components/DateTimePicker/DateTimePicker.types.d.ts.map +1 -1
- package/types/components/DateTimePicker/ui/DateShortcut/DateShortcutList.d.ts +9 -5
- package/types/components/DateTimePicker/ui/DateShortcut/DateShortcutList.d.ts.map +1 -1
- package/types/components/InformationWrapper/InformationWrapper.tokens.d.ts +3 -0
- package/types/components/InformationWrapper/InformationWrapper.tokens.d.ts.map +1 -1
- package/types/examples/components/DatePicker/DatePicker.clear.config.d.ts +1 -0
- package/types/examples/components/DatePicker/DatePicker.clear.config.d.ts.map +1 -1
- package/types/examples/components/DatePicker/DatePicker.config.d.ts +1 -0
- package/types/examples/components/DatePicker/DatePicker.config.d.ts.map +1 -1
- package/types/examples/components/DatePicker/DatePicker.d.ts +13 -3
- package/types/examples/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/components/DateTimePicker/DateTimePicker.d.ts.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePickerBase.styles_1iph3qg.css +0 -2
- package/dist/css/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_1mhvye9.css +0 -2
- package/dist/css/es/components/DatePicker/DatePickerBase.styles_1iph3qg.css +0 -2
- package/dist/css/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_1mhvye9.css +0 -2
|
@@ -9,6 +9,7 @@ export var config = {
|
|
|
9
9
|
view: {
|
|
10
10
|
default: css([
|
|
11
11
|
"",
|
|
12
|
+
":var(--surface-accent);",
|
|
12
13
|
":transparent;",
|
|
13
14
|
":transparent;",
|
|
14
15
|
":transparent;",
|
|
@@ -115,10 +116,149 @@ export var config = {
|
|
|
115
116
|
":var(--surface-accent);",
|
|
116
117
|
":var(--surface-solid-card-brightness);",
|
|
117
118
|
":var(--shadow-down-hard-s);",
|
|
118
|
-
":var(--text-primary);"
|
|
119
|
-
|
|
119
|
+
":var(--text-primary);",
|
|
120
|
+
":var(--text-primary);",
|
|
121
|
+
":var(--surface-transparent-secondary);"
|
|
122
|
+
], tokens.outlineFocusColor, tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.clearDividerColor, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.contentSlotRightColor, tokens.contentSlotRightColorHover, tokens.contentSlotRightColorActive, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentSlotRightColor, tokens.textFieldContentSlotRightColorHover, tokens.textFieldContentSlotRightColorActive, tokens.contentSlotColorSuccess, tokens.contentSlotColorSuccessHover, tokens.contentSlotColorSuccessActive, tokens.textFieldContentSlotColorSuccess, tokens.textFieldContentSlotColorSuccessHover, tokens.textFieldContentSlotColorSuccessActive, tokens.contentSlotColorError, tokens.contentSlotColorErrorHover, tokens.contentSlotColorErrorActive, tokens.textFieldContentSlotColorError, tokens.textFieldContentSlotColorErrorHover, tokens.textFieldContentSlotColorErrorActive, tokens.textFieldColor, tokens.textFieldColorSuccess, tokens.textFieldColorError, tokens.textFieldPlaceholderColor, tokens.textFieldPlaceholderColorFocus, tokens.textFieldClearPlaceholderColorFocus, tokens.textFieldCaretColor, tokens.focusColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldContentSlotColor, tokens.textFieldContentSlotColorHover, tokens.textFieldContentSlotColorActive, tokens.textFieldContentRightSlotColor, tokens.textFieldContentRightSlotColorHover, tokens.textFieldContentRightSlotColorActive, tokens.textFieldContentSlotColorSuccess, tokens.textFieldContentSlotColorSuccessHover, tokens.textFieldContentSlotColorSuccessActive, tokens.textFieldContentSlotColorError, tokens.textFieldContentSlotColorErrorHover, tokens.textFieldContentSlotColorErrorActive, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldDividerColorSuccess, tokens.textFieldDividerColorError, tokens.textFieldDividerColorHover, tokens.textFieldDividerColorFocus, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.popoverShadow, tokens.popoverSeparatorBackground, tokens.popoverBackgroundColor, 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.calendarContentPrimaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor, tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor, tokens.shortcutColor, tokens.shortcutBackgroundHover)
|
|
120
123
|
},
|
|
121
124
|
size: {
|
|
125
|
+
xl: css([
|
|
126
|
+
"",
|
|
127
|
+
":30.25rem;",
|
|
128
|
+
":1rem;",
|
|
129
|
+
":0 1.375rem;",
|
|
130
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
131
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
132
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
133
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
134
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
135
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
136
|
+
":0 1.125rem 0 0;",
|
|
137
|
+
":0;",
|
|
138
|
+
":0.25rem;",
|
|
139
|
+
":0.8125rem 0 0.125rem 0;",
|
|
140
|
+
":1.813rem 0 0.813rem 0;",
|
|
141
|
+
":0.25rem;",
|
|
142
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
143
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
144
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
145
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
146
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
147
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
148
|
+
":0.25rem;",
|
|
149
|
+
":0.5rem;",
|
|
150
|
+
":0.375rem;",
|
|
151
|
+
":1.5rem auto auto -0.875rem;",
|
|
152
|
+
":0.5rem auto auto -0.75rem;",
|
|
153
|
+
":1.5rem -0.875rem auto auto;",
|
|
154
|
+
":0.25rem -0.625rem auto auto;",
|
|
155
|
+
":1.5rem -2.488rem auto auto;",
|
|
156
|
+
":0.25rem;",
|
|
157
|
+
":-0.75rem;",
|
|
158
|
+
":2.313rem -1.125rem auto auto;",
|
|
159
|
+
":2.313rem auto auto -1.125rem;",
|
|
160
|
+
":2.313rem -3.375rem auto auto;",
|
|
161
|
+
":-0.688rem -0.5rem;",
|
|
162
|
+
":2.375rem;",
|
|
163
|
+
":1.688rem -2.938rem auto auto;",
|
|
164
|
+
":0 -0.438rem;",
|
|
165
|
+
":0.82rem -2.063rem auto auto;",
|
|
166
|
+
":0.375rem;",
|
|
167
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
168
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
169
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
170
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
171
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
172
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
173
|
+
":4rem;",
|
|
174
|
+
":1rem;",
|
|
175
|
+
":1.3125rem 0;",
|
|
176
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
177
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
178
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
179
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
180
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
181
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
182
|
+
":0.25rem 0 0 0;",
|
|
183
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
184
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
185
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
186
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
187
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
188
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
189
|
+
":-0.0625rem 0.5rem -0.0625rem 0;",
|
|
190
|
+
":-0.0625rem 0 -0.0625rem 0.75rem;",
|
|
191
|
+
":0 0.25rem 0 0;",
|
|
192
|
+
":0 0 0 0.25rem;",
|
|
193
|
+
":0.875rem;",
|
|
194
|
+
":1rem;",
|
|
195
|
+
":1rem 1rem 1.125rem 1rem;",
|
|
196
|
+
":2.125rem;",
|
|
197
|
+
":24.5rem;",
|
|
198
|
+
":28.563rem;",
|
|
199
|
+
":0.5rem 0 0 0;",
|
|
200
|
+
":0.75rem;",
|
|
201
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
202
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
203
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
204
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
205
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
206
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
207
|
+
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
208
|
+
":0.5rem 0 0 0;",
|
|
209
|
+
":0.75rem;",
|
|
210
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
211
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
212
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
213
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
214
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
215
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
216
|
+
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
217
|
+
":0.5rem 0 0 0;",
|
|
218
|
+
":0.75rem;",
|
|
219
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
220
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
221
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
222
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
223
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
224
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
225
|
+
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
226
|
+
":0.5rem 0 0 0;",
|
|
227
|
+
":0.75rem;",
|
|
228
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
229
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
230
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
231
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
232
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
233
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
234
|
+
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
235
|
+
":0.063rem;",
|
|
236
|
+
":0;",
|
|
237
|
+
":0.5rem;",
|
|
238
|
+
":1.5rem;",
|
|
239
|
+
":0 0 0 1rem;",
|
|
240
|
+
":0.5rem;",
|
|
241
|
+
":var(--plasma-typo-h3-font-family);",
|
|
242
|
+
":var(--plasma-typo-h3-font-size);",
|
|
243
|
+
":var(--plasma-typo-h3-font-style);",
|
|
244
|
+
":var(--plasma-typo-h3-letter-spacing);",
|
|
245
|
+
":var(--plasma-typo-h3-line-height);",
|
|
246
|
+
":var(--plasma-typo-h3-font-weight);",
|
|
247
|
+
":var(--plasma-typo-h3-bold-font-weight);",
|
|
248
|
+
":4rem;",
|
|
249
|
+
":4rem;",
|
|
250
|
+
":1.5rem;",
|
|
251
|
+
":1rem;",
|
|
252
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
253
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
254
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
255
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
256
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
257
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
258
|
+
":1.313rem 0.875rem;",
|
|
259
|
+
":0.375rem;",
|
|
260
|
+
":0.875rem;"
|
|
261
|
+
], tokens.width, tokens.borderRadius, 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.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.clearIndicatorHintInnerRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.indicatorWithoutLabelOuterHint, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, 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.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, 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, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius),
|
|
122
262
|
l: css([
|
|
123
263
|
"",
|
|
124
264
|
":26.5rem;",
|
|
@@ -188,9 +328,12 @@ export var config = {
|
|
|
188
328
|
":0 0.25rem 0 0;",
|
|
189
329
|
":0 0 0 0.25rem;",
|
|
190
330
|
":0.875rem;",
|
|
191
|
-
":
|
|
192
|
-
":
|
|
193
|
-
":
|
|
331
|
+
":1rem;",
|
|
332
|
+
":1rem 1rem 1.125rem 1rem;",
|
|
333
|
+
":2.125rem;",
|
|
334
|
+
":24.5rem;",
|
|
335
|
+
":25rem;",
|
|
336
|
+
":0.5rem 0 0 0;",
|
|
194
337
|
":0.75rem;",
|
|
195
338
|
":var(--plasma-typo-body-l-font-family);",
|
|
196
339
|
":var(--plasma-typo-body-l-font-size);",
|
|
@@ -199,7 +342,7 @@ export var config = {
|
|
|
199
342
|
":var(--plasma-typo-body-l-line-height);",
|
|
200
343
|
":var(--plasma-typo-body-l-font-weight);",
|
|
201
344
|
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
202
|
-
":0.5rem
|
|
345
|
+
":0.5rem 0 0 0;",
|
|
203
346
|
":0.75rem;",
|
|
204
347
|
":var(--plasma-typo-body-l-font-family);",
|
|
205
348
|
":var(--plasma-typo-body-l-font-size);",
|
|
@@ -208,7 +351,7 @@ export var config = {
|
|
|
208
351
|
":var(--plasma-typo-body-l-line-height);",
|
|
209
352
|
":var(--plasma-typo-body-l-font-weight);",
|
|
210
353
|
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
211
|
-
":0.5rem 0
|
|
354
|
+
":0.5rem 0 0 0;",
|
|
212
355
|
":0.75rem;",
|
|
213
356
|
":var(--plasma-typo-body-l-font-family);",
|
|
214
357
|
":var(--plasma-typo-body-l-font-size);",
|
|
@@ -217,7 +360,7 @@ export var config = {
|
|
|
217
360
|
":var(--plasma-typo-body-l-line-height);",
|
|
218
361
|
":var(--plasma-typo-body-l-font-weight);",
|
|
219
362
|
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
220
|
-
":0.5rem
|
|
363
|
+
":0.5rem 0 0 0;",
|
|
221
364
|
":0.75rem;",
|
|
222
365
|
":var(--plasma-typo-body-l-font-family);",
|
|
223
366
|
":var(--plasma-typo-body-l-font-size);",
|
|
@@ -227,7 +370,7 @@ export var config = {
|
|
|
227
370
|
":var(--plasma-typo-body-l-font-weight);",
|
|
228
371
|
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
229
372
|
":0.063rem;",
|
|
230
|
-
":0
|
|
373
|
+
":0;",
|
|
231
374
|
":0.5rem;",
|
|
232
375
|
":1.5rem;",
|
|
233
376
|
":0 0 0 1rem;",
|
|
@@ -242,8 +385,17 @@ export var config = {
|
|
|
242
385
|
":3.5rem;",
|
|
243
386
|
":3.5rem;",
|
|
244
387
|
":1.5rem;",
|
|
245
|
-
":0.875rem;"
|
|
246
|
-
|
|
388
|
+
":0.875rem;",
|
|
389
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
390
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
391
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
392
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
393
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
394
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
395
|
+
":1.063rem 0.75rem;",
|
|
396
|
+
":0.375rem;",
|
|
397
|
+
":0.75rem;"
|
|
398
|
+
], tokens.width, tokens.borderRadius, 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.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.clearIndicatorHintInnerRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.indicatorWithoutLabelOuterHint, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, 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.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, 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, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius),
|
|
247
399
|
m: css([
|
|
248
400
|
"",
|
|
249
401
|
":23rem;",
|
|
@@ -312,10 +464,13 @@ export var config = {
|
|
|
312
464
|
":-0.125rem -0.125rem -0.125rem 0.75rem;",
|
|
313
465
|
":0 0.25rem 0 0;",
|
|
314
466
|
":0 0 0 0.25rem;",
|
|
315
|
-
":
|
|
316
|
-
":
|
|
317
|
-
":
|
|
318
|
-
":
|
|
467
|
+
":0.75rem;",
|
|
468
|
+
":1rem;",
|
|
469
|
+
":1rem 1rem 1.125rem 1rem;",
|
|
470
|
+
":2.125rem;",
|
|
471
|
+
":21rem;",
|
|
472
|
+
":21rem;",
|
|
473
|
+
":0.5rem 0 0 0;",
|
|
319
474
|
":0.625rem;",
|
|
320
475
|
":var(--plasma-typo-body-m-font-family);",
|
|
321
476
|
":var(--plasma-typo-body-m-font-size);",
|
|
@@ -324,7 +479,7 @@ export var config = {
|
|
|
324
479
|
":var(--plasma-typo-body-m-line-height);",
|
|
325
480
|
":var(--plasma-typo-body-m-font-weight);",
|
|
326
481
|
":var(--plasma-typo-body-m-bold-font-weight);",
|
|
327
|
-
":0.5rem 0
|
|
482
|
+
":0.5rem 0 0 0;",
|
|
328
483
|
":0.625rem;",
|
|
329
484
|
":var(--plasma-typo-body-m-font-family);",
|
|
330
485
|
":var(--plasma-typo-body-m-font-size);",
|
|
@@ -333,7 +488,7 @@ export var config = {
|
|
|
333
488
|
":var(--plasma-typo-body-m-line-height);",
|
|
334
489
|
":var(--plasma-typo-body-m-font-weight);",
|
|
335
490
|
":var(--plasma-typo-body-m-bold-font-weight);",
|
|
336
|
-
":0.5rem
|
|
491
|
+
":0.5rem 0 0 0;",
|
|
337
492
|
":0.625rem;",
|
|
338
493
|
":var(--plasma-typo-body-m-font-family);",
|
|
339
494
|
":var(--plasma-typo-body-m-font-size);",
|
|
@@ -342,7 +497,7 @@ export var config = {
|
|
|
342
497
|
":var(--plasma-typo-body-m-line-height);",
|
|
343
498
|
":var(--plasma-typo-body-m-font-weight);",
|
|
344
499
|
":var(--plasma-typo-body-m-bold-font-weight);",
|
|
345
|
-
":0.5rem
|
|
500
|
+
":0.5rem 0 0 0;",
|
|
346
501
|
":0.625rem;",
|
|
347
502
|
":var(--plasma-typo-body-m-font-family);",
|
|
348
503
|
":var(--plasma-typo-body-m-font-size);",
|
|
@@ -352,11 +507,11 @@ export var config = {
|
|
|
352
507
|
":var(--plasma-typo-body-m-font-weight);",
|
|
353
508
|
":var(--plasma-typo-body-m-bold-font-weight);",
|
|
354
509
|
":0.063rem;",
|
|
355
|
-
":0
|
|
356
|
-
":0
|
|
510
|
+
":0;",
|
|
511
|
+
":0;",
|
|
357
512
|
":1.5rem;",
|
|
358
|
-
":0 0 0 0.
|
|
359
|
-
":0.
|
|
513
|
+
":0 0 0 0.75rem;",
|
|
514
|
+
":0.25rem;",
|
|
360
515
|
":var(--plasma-typo-h4-font-family);",
|
|
361
516
|
":var(--plasma-typo-h4-font-size);",
|
|
362
517
|
":var(--plasma-typo-h4-font-style);",
|
|
@@ -367,8 +522,17 @@ export var config = {
|
|
|
367
522
|
":3rem;",
|
|
368
523
|
":3rem;",
|
|
369
524
|
":1.25rem;",
|
|
370
|
-
":0.75rem;"
|
|
371
|
-
|
|
525
|
+
":0.75rem;",
|
|
526
|
+
":var(--plasma-typo-body-m-font-family);",
|
|
527
|
+
":var(--plasma-typo-body-m-font-style);",
|
|
528
|
+
":var(--plasma-typo-body-m-font-size);",
|
|
529
|
+
":var(--plasma-typo-body-m-font-weight);",
|
|
530
|
+
":var(--plasma-typo-body-m-letter-spacing);",
|
|
531
|
+
":var(--plasma-typo-body-m-line-height);",
|
|
532
|
+
":0.875rem 0.625rem;",
|
|
533
|
+
":0.375rem;",
|
|
534
|
+
":0.625rem;"
|
|
535
|
+
], tokens.width, tokens.borderRadius, 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.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.clearIndicatorHintInnerRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.indicatorWithoutLabelOuterHint, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, 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.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, 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, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius),
|
|
372
536
|
s: css([
|
|
373
537
|
"",
|
|
374
538
|
":19.5rem;",
|
|
@@ -437,10 +601,13 @@ export var config = {
|
|
|
437
601
|
":-0.1875rem -0.125rem -0.1875rem 0.75rem;",
|
|
438
602
|
":0 0.25rem 0 0;",
|
|
439
603
|
":0 0 0 0.25rem;",
|
|
440
|
-
":
|
|
441
|
-
":18.125rem;",
|
|
604
|
+
":0.625rem;",
|
|
442
605
|
":0.875rem;",
|
|
443
|
-
":0.
|
|
606
|
+
":0.875rem 0.875rem 1rem 0.875rem;",
|
|
607
|
+
":1.875rem;",
|
|
608
|
+
":17.5rem;",
|
|
609
|
+
":17rem;",
|
|
610
|
+
":0.5rem 0 0 0;",
|
|
444
611
|
":0.5rem;",
|
|
445
612
|
":var(--plasma-typo-body-s-font-family);",
|
|
446
613
|
":var(--plasma-typo-body-s-font-size);",
|
|
@@ -449,7 +616,7 @@ export var config = {
|
|
|
449
616
|
":var(--plasma-typo-body-s-line-height);",
|
|
450
617
|
":var(--plasma-typo-body-s-font-weight);",
|
|
451
618
|
":var(--plasma-typo-body-s-bold-font-weight);",
|
|
452
|
-
":0.5rem 0
|
|
619
|
+
":0.5rem 0 0 0;",
|
|
453
620
|
":0.5rem;",
|
|
454
621
|
":var(--plasma-typo-body-s-font-family);",
|
|
455
622
|
":var(--plasma-typo-body-s-font-size);",
|
|
@@ -458,7 +625,7 @@ export var config = {
|
|
|
458
625
|
":var(--plasma-typo-body-s-line-height);",
|
|
459
626
|
":var(--plasma-typo-body-s-font-weight);",
|
|
460
627
|
":var(--plasma-typo-body-s-bold-font-weight);",
|
|
461
|
-
":0.5rem
|
|
628
|
+
":0.5rem 0 0 0;",
|
|
462
629
|
":0.5rem;",
|
|
463
630
|
":var(--plasma-typo-body-s-font-family);",
|
|
464
631
|
":var(--plasma-typo-body-s-font-size);",
|
|
@@ -467,7 +634,7 @@ export var config = {
|
|
|
467
634
|
":var(--plasma-typo-body-s-line-height);",
|
|
468
635
|
":var(--plasma-typo-body-s-font-weight);",
|
|
469
636
|
":var(--plasma-typo-body-s-bold-font-weight);",
|
|
470
|
-
":0.5rem
|
|
637
|
+
":0.5rem 0 0 0;",
|
|
471
638
|
":0.5rem;",
|
|
472
639
|
":var(--plasma-typo-body-s-font-family);",
|
|
473
640
|
":var(--plasma-typo-body-s-font-size);",
|
|
@@ -477,8 +644,8 @@ export var config = {
|
|
|
477
644
|
":var(--plasma-typo-body-s-font-weight);",
|
|
478
645
|
":var(--plasma-typo-body-s-bold-font-weight);",
|
|
479
646
|
":0.063rem;",
|
|
480
|
-
":0
|
|
481
|
-
":0
|
|
647
|
+
":0;",
|
|
648
|
+
":0;",
|
|
482
649
|
":1.5rem;",
|
|
483
650
|
":0 0 0 0.5rem;",
|
|
484
651
|
":0.25rem;",
|
|
@@ -489,11 +656,20 @@ export var config = {
|
|
|
489
656
|
":var(--plasma-typo-h4-line-height);",
|
|
490
657
|
":var(--plasma-typo-h4-font-weight);",
|
|
491
658
|
":var(--plasma-typo-h4-bold-font-weight);",
|
|
492
|
-
":
|
|
493
|
-
":
|
|
494
|
-
":0.
|
|
659
|
+
":2.5rem;",
|
|
660
|
+
":2.5rem;",
|
|
661
|
+
":0.5rem;",
|
|
662
|
+
":0.625rem;",
|
|
663
|
+
":var(--plasma-typo-body-s-font-family);",
|
|
664
|
+
":var(--plasma-typo-body-s-font-style);",
|
|
665
|
+
":var(--plasma-typo-body-s-font-size);",
|
|
666
|
+
":var(--plasma-typo-body-s-font-weight);",
|
|
667
|
+
":var(--plasma-typo-body-s-letter-spacing);",
|
|
668
|
+
":var(--plasma-typo-body-s-line-height);",
|
|
669
|
+
":0.688rem 0.5rem;",
|
|
670
|
+
":0.375rem;",
|
|
495
671
|
":0.5rem;"
|
|
496
|
-
], tokens.width, tokens.borderRadius, 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.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.clearIndicatorHintInnerRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.indicatorWithoutLabelOuterHint, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, 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.
|
|
672
|
+
], tokens.width, tokens.borderRadius, 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.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.clearIndicatorHintInnerRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.indicatorWithoutLabelOuterHint, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, 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.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, 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, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius),
|
|
497
673
|
xs: css([
|
|
498
674
|
"",
|
|
499
675
|
":19rem;",
|
|
@@ -562,11 +738,14 @@ export var config = {
|
|
|
562
738
|
":-0.0625rem -0.125rem -0.0625rem 0.75rem;",
|
|
563
739
|
":0 0.25rem 0 0;",
|
|
564
740
|
":0 0 0 0.25rem;",
|
|
565
|
-
":
|
|
741
|
+
":0.5rem;",
|
|
742
|
+
":0.75rem;",
|
|
743
|
+
":0.75rem 0.75rem 0.875rem 0.75rem;",
|
|
744
|
+
":1.625rem;",
|
|
566
745
|
":17.5rem;",
|
|
746
|
+
":15.5rem;",
|
|
747
|
+
":0.5rem 0 0 0;",
|
|
567
748
|
":0.5rem;",
|
|
568
|
-
":0.5rem 0.75rem 0.625rem 0.75rem;",
|
|
569
|
-
":0.375rem;",
|
|
570
749
|
":var(--plasma-typo-body-xs-font-family);",
|
|
571
750
|
":var(--plasma-typo-body-xs-font-size);",
|
|
572
751
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -574,8 +753,8 @@ export var config = {
|
|
|
574
753
|
":var(--plasma-typo-body-xs-line-height);",
|
|
575
754
|
":var(--plasma-typo-body-xs-font-weight);",
|
|
576
755
|
":var(--plasma-typo-body-xs-bold-font-weight);",
|
|
577
|
-
":0.375rem 0
|
|
578
|
-
":0.
|
|
756
|
+
":0.375rem 0 0 0;",
|
|
757
|
+
":0.5rem;",
|
|
579
758
|
":var(--plasma-typo-body-xs-font-family);",
|
|
580
759
|
":var(--plasma-typo-body-xs-font-size);",
|
|
581
760
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -583,8 +762,8 @@ export var config = {
|
|
|
583
762
|
":var(--plasma-typo-body-xs-line-height);",
|
|
584
763
|
":var(--plasma-typo-body-xs-font-weight);",
|
|
585
764
|
":var(--plasma-typo-body-xs-bold-font-weight);",
|
|
586
|
-
":0.5rem 0
|
|
587
|
-
":0.
|
|
765
|
+
":0.5rem 0 0 0;",
|
|
766
|
+
":0.5rem;",
|
|
588
767
|
":var(--plasma-typo-body-xs-font-family);",
|
|
589
768
|
":var(--plasma-typo-body-xs-font-size);",
|
|
590
769
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -592,8 +771,8 @@ export var config = {
|
|
|
592
771
|
":var(--plasma-typo-body-xs-line-height);",
|
|
593
772
|
":var(--plasma-typo-body-xs-font-weight);",
|
|
594
773
|
":var(--plasma-typo-body-xs-bold-font-weight);",
|
|
595
|
-
":0.375rem 0
|
|
596
|
-
":0.
|
|
774
|
+
":0.375rem 0 0 0;",
|
|
775
|
+
":0.5rem;",
|
|
597
776
|
":var(--plasma-typo-body-xs-font-family);",
|
|
598
777
|
":var(--plasma-typo-body-xs-font-size);",
|
|
599
778
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -602,7 +781,7 @@ export var config = {
|
|
|
602
781
|
":var(--plasma-typo-body-xs-font-weight);",
|
|
603
782
|
":var(--plasma-typo-body-xs-bold-font-weight);",
|
|
604
783
|
":0.063rem;",
|
|
605
|
-
":0
|
|
784
|
+
":0;",
|
|
606
785
|
":0;",
|
|
607
786
|
":1rem;",
|
|
608
787
|
":0 0 0 0.5rem;",
|
|
@@ -616,9 +795,18 @@ export var config = {
|
|
|
616
795
|
":var(--plasma-typo-h5-bold-font-weight);",
|
|
617
796
|
":2rem;",
|
|
618
797
|
":2rem;",
|
|
619
|
-
":0.
|
|
620
|
-
":0.5rem;"
|
|
621
|
-
|
|
798
|
+
":0.5rem;",
|
|
799
|
+
":0.5rem;",
|
|
800
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
801
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
802
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
803
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
804
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
805
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
806
|
+
":0.563rem 0.375rem;",
|
|
807
|
+
":0.375rem;",
|
|
808
|
+
":0.375rem;"
|
|
809
|
+
], tokens.width, tokens.borderRadius, 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.labelWrapperOffset, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorWrapperGap, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.clearIndicatorHintInnerRight, tokens.indicatorMarginTop, tokens.indicatorOuterLeft, tokens.indicatorWithoutLabelInner, tokens.indicatorWithoutLabelInnerLeft, tokens.indicatorWithoutLabelOuterHint, tokens.hintMargin, tokens.hintTargetSize, tokens.hintWithoutLabelPlacementOffset, tokens.hintPlacementInnerMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.textFieldHeight, tokens.textFieldBorderRadius, 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.popoverBorderRadius, tokens.popoverGap, tokens.popoverPadding, tokens.popoverVerticalPadding, tokens.calendarWidth, tokens.calendarHeight, 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, tokens.shortcutFontFamily, tokens.shortcutFontStyle, tokens.shortcutFontSize, tokens.shortcutFontWeight, tokens.shortcutLetterSpacing, tokens.shortcutLineHeight, tokens.shortcutPadding, tokens.shortcutGap, tokens.shortcutBorderRadius)
|
|
622
810
|
},
|
|
623
811
|
eventTooltipSize: {
|
|
624
812
|
m: css([
|