@salutejs/sdds-serv 0.323.0-canary.2237.17761786407.0 → 0.323.0-canary.2238.17818313113.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Attach/Attach.config.js +1 -1
- package/components/Attach/Attach.config.js.map +1 -1
- package/components/Attach/{Attach.config_ld8c4j.css → Attach.config_18v389v.css} +4 -4
- package/components/Attach/Attach.css +16 -16
- package/components/Chip/Chip.config.js +1 -1
- package/components/Chip/Chip.config.js.map +1 -1
- package/{es/components/Chip/Chip.config_gsx6rw.css → components/Chip/Chip.config_1dqafsg.css} +6 -6
- package/components/Chip/Chip.css +13 -13
- package/components/Combobox/Combobox.config.js +1 -1
- package/components/Combobox/Combobox.config.js.map +1 -1
- package/{es/components/Combobox/Combobox.config_4jqnqa.css → components/Combobox/Combobox.config_1pf0tqr.css} +4 -4
- package/components/Combobox/Combobox.css +14 -14
- package/components/Drawer/Drawer.d.ts +1 -0
- package/components/Mask/Mask.css +21 -21
- package/components/Select/Select.config.js +1 -1
- package/components/Select/Select.config.js.map +1 -1
- package/{es/components/Select/Select.config_1qpt4r6.css → components/Select/Select.config_wse9z5.css} +3 -3
- package/components/Select/Select.css +23 -23
- package/components/Skeleton/LineSkeleton.config.d.ts +5 -0
- package/components/Skeleton/LineSkeleton.config.js +24 -19
- package/components/Skeleton/LineSkeleton.config.js.map +1 -1
- package/components/Skeleton/LineSkeleton.config_1sqmb2e.css +19 -0
- package/components/Skeleton/Skeleton.css +19 -17
- package/components/Skeleton/Skeleton.d.ts +8 -0
- package/components/TextField/TextField.config.js +1 -1
- package/components/TextField/TextField.config.js.map +1 -1
- package/components/TextField/{TextField.config_165kfu7.css → TextField.config_qklg09.css} +5 -5
- package/emotion/cjs/components/Attach/Attach.config.js +8 -4
- package/emotion/cjs/components/Chip/Chip.config.js +12 -18
- package/emotion/cjs/components/Combobox/Combobox.config.js +4 -8
- package/emotion/cjs/components/Select/Select.config.js +6 -9
- package/emotion/cjs/components/Skeleton/LineSkeleton.config.js +76 -51
- package/emotion/cjs/components/TextField/TextField.config.js +5 -10
- package/emotion/es/components/Attach/Attach.config.js +8 -4
- package/emotion/es/components/Chip/Chip.config.js +12 -18
- package/emotion/es/components/Combobox/Combobox.config.js +4 -8
- package/emotion/es/components/Select/Select.config.js +6 -9
- package/emotion/es/components/Skeleton/LineSkeleton.config.js +76 -51
- package/emotion/es/components/TextField/TextField.config.js +5 -10
- package/es/components/Attach/Attach.config.js +1 -1
- package/es/components/Attach/Attach.config.js.map +1 -1
- package/es/components/Attach/{Attach.config_ld8c4j.css → Attach.config_18v389v.css} +4 -4
- package/es/components/Attach/Attach.css +16 -16
- package/es/components/Chip/Chip.config.js +1 -1
- package/es/components/Chip/Chip.config.js.map +1 -1
- package/{components/Chip/Chip.config_gsx6rw.css → es/components/Chip/Chip.config_1dqafsg.css} +6 -6
- package/es/components/Chip/Chip.css +13 -13
- package/es/components/Combobox/Combobox.config.js +1 -1
- package/es/components/Combobox/Combobox.config.js.map +1 -1
- package/{components/Combobox/Combobox.config_4jqnqa.css → es/components/Combobox/Combobox.config_1pf0tqr.css} +4 -4
- package/es/components/Combobox/Combobox.css +14 -14
- package/es/components/Mask/Mask.css +21 -21
- package/es/components/Select/Select.config.js +1 -1
- package/es/components/Select/Select.config.js.map +1 -1
- package/{components/Select/Select.config_1qpt4r6.css → es/components/Select/Select.config_wse9z5.css} +3 -3
- package/es/components/Select/Select.css +23 -23
- package/es/components/Skeleton/LineSkeleton.config.js +24 -19
- package/es/components/Skeleton/LineSkeleton.config.js.map +1 -1
- package/es/components/Skeleton/LineSkeleton.config_1sqmb2e.css +19 -0
- package/es/components/Skeleton/Skeleton.css +19 -17
- package/es/components/TextField/TextField.config.js +1 -1
- package/es/components/TextField/TextField.config.js.map +1 -1
- package/es/components/TextField/{TextField.config_165kfu7.css → TextField.config_qklg09.css} +5 -5
- package/es/index.css +110 -108
- package/package.json +7 -7
- package/styled-components/cjs/components/Attach/Attach.config.js +8 -4
- package/styled-components/cjs/components/Chip/Chip.config.js +12 -18
- package/styled-components/cjs/components/Combobox/Combobox.config.js +4 -8
- package/styled-components/cjs/components/Select/Select.config.js +6 -9
- package/styled-components/cjs/components/Skeleton/LineSkeleton.config.js +76 -51
- package/styled-components/cjs/components/TextField/TextField.config.js +5 -10
- package/styled-components/es/components/Attach/Attach.config.js +8 -4
- package/styled-components/es/components/Chip/Chip.config.js +12 -18
- package/styled-components/es/components/Combobox/Combobox.config.js +4 -8
- package/styled-components/es/components/Select/Select.config.js +6 -9
- package/styled-components/es/components/Skeleton/LineSkeleton.config.js +76 -51
- package/styled-components/es/components/TextField/TextField.config.js +5 -10
- package/components/Skeleton/LineSkeleton.config_10dcgps.css +0 -17
- package/es/components/Skeleton/LineSkeleton.config_10dcgps.css +0 -17
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextField.config.js","sources":["../../src-css/components/TextField/TextField.config.ts"],"sourcesContent":["import { css, textFieldTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n labelPlacement: 'outer',\n chipView: 'secondary',\n },\n variations: {\n view: {\n default: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.clearColor}: var(--text-primary);\n\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.placeholderColorFocus}: var(--text-tertiary);\n ${tokens.clearPlaceholderColor}: var(--text-secondary);\n ${tokens.clearPlaceholderColorFocus}: var(--text-tertiary);\n\n ${tokens.backgroundColor}: var(--surface-transparent-primary);\n ${tokens.backgroundColorHover}: var(--surface-transparent-primary-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-secondary);\n ${tokens.caretColor}: var(--text-accent);\n ${tokens.textBeforeColor}: var(--text-tertiary);\n ${tokens.textAfterColor}: var(--text-tertiary);\n ${tokens.labelColor}: var(--text-primary);\n ${tokens.leftHelperColor}: var(--text-secondary);\n ${tokens.titleCaptionColor}: var(--text-secondary);\n ${tokens.hintIconColor}: var(--text-secondary);\n\n ${tokens.contentSlotColor}: var(--text-secondary);\n ${tokens.contentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.contentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.dividerColor}: var(--surface-transparent-tertiary);\n ${tokens.dividerColorHover}: var(--text-secondary);\n ${tokens.dividerColorFocus}: var(--surface-accent);\n\n ${tokens.focusColor}: var(--text-accent);\n ${tokens.indicatorColor}: var(--surface-negative);\n ${tokens.optionalColor}: var(--text-tertiary);\n `,\n positive: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.clearColor}: var(--text-positive);\n\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.placeholderColorFocus}: var(--text-tertiary);\n ${tokens.clearPlaceholderColor}: var(--text-positive);\n ${tokens.clearPlaceholderColorFocus}: var(--text-positive);\n\n ${tokens.backgroundColor}: var(--surface-transparent-positive);\n ${tokens.backgroundColorHover}: var(--surface-transparent-positive-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-positive-active);\n ${tokens.caretColor}: var(--text-accent);\n ${tokens.textBeforeColor}: var(--text-tertiary);\n ${tokens.textAfterColor}: var(--text-tertiary);\n ${tokens.labelColor}: var(--text-primary);\n ${tokens.leftHelperColor}: var(--text-positive);\n ${tokens.titleCaptionColor}: var(--text-secondary);\n ${tokens.hintIconColor}: var(--text-secondary);\n\n ${tokens.contentSlotColor}: var(--text-secondary);\n ${tokens.contentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.contentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.dividerColor}: var(--surface-positive);\n ${tokens.dividerColorHover}: var(--surface-positive);\n ${tokens.dividerColorFocus}: var(--surface-accent);\n\n ${tokens.focusColor}: var(--text-accent);\n ${tokens.indicatorColor}: var(--surface-negative);\n ${tokens.optionalColor}: var(--text-tertiary);\n `,\n warning: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.clearColor}: var(--text-warning);\n\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.placeholderColorFocus}: var(--text-tertiary);\n ${tokens.clearPlaceholderColor}: var(--text-warning);\n ${tokens.clearPlaceholderColorFocus}: var(--text-warning);\n\n ${tokens.backgroundColor}: var(--surface-transparent-warning);\n ${tokens.backgroundColorHover}: var(--surface-transparent-warning-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-warning-active);\n ${tokens.caretColor}: var(--text-accent);\n ${tokens.textBeforeColor}: var(--text-tertiary);\n ${tokens.textAfterColor}: var(--text-tertiary);\n ${tokens.labelColor}: var(--text-primary);\n ${tokens.leftHelperColor}: var(--text-warning);\n ${tokens.titleCaptionColor}: var(--text-secondary);\n ${tokens.hintIconColor}: var(--text-secondary);\n\n ${tokens.contentSlotColor}: var(--text-secondary);\n ${tokens.contentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.contentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.dividerColor}: var(--surface-warning);\n ${tokens.dividerColorHover}: var(--surface-warning);\n ${tokens.dividerColorFocus}: var(--surface-accent);\n\n ${tokens.focusColor}: var(--text-accent);\n ${tokens.indicatorColor}: var(--surface-negative);\n ${tokens.optionalColor}: var(--text-tertiary);\n `,\n negative: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.clearColor}: var(--text-negative);\n\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.placeholderColorFocus}: var(--text-tertiary);\n ${tokens.clearPlaceholderColor}: var(--text-negative);\n ${tokens.clearPlaceholderColorFocus}: var(--text-negative);\n\n ${tokens.backgroundColor}: var(--surface-transparent-negative);\n ${tokens.backgroundColorHover}: var(--surface-transparent-negative-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-negative-active);\n ${tokens.caretColor}: var(--text-accent);\n ${tokens.textBeforeColor}: var(--text-tertiary);\n ${tokens.textAfterColor}: var(--text-tertiary);\n ${tokens.labelColor}: var(--text-primary);\n ${tokens.leftHelperColor}: var(--text-negative);\n ${tokens.titleCaptionColor}: var(--text-secondary);\n ${tokens.hintIconColor}: var(--text-secondary);\n\n ${tokens.contentSlotColor}: var(--text-secondary);\n ${tokens.contentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.contentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.dividerColor}: var(--surface-negative);\n ${tokens.dividerColorHover}: var(--surface-negative);\n ${tokens.dividerColorFocus}: var(--surface-accent);\n\n ${tokens.focusColor}: var(--text-accent);\n ${tokens.indicatorColor}: var(--surface-negative);\n ${tokens.optionalColor}: var(--text-tertiary);\n `,\n },\n size: {\n xl: css`\n ${tokens.height}: 4rem;\n ${tokens.padding}: 1.3125rem 1.125rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 1rem;\n\n ${tokens.leftContentMargin}: -0.0625rem 0.5rem -0.0625rem 0rem;\n ${tokens.rightContentMargin}: -0.0625rem 0rem -0.0625rem 0.75rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.labelOffset}: 0.75rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.hintMargin}: -0.688rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: 0.82rem -2.938rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: 0.82rem -2.063rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.8125rem 0 0.125rem 0;\n ${tokens.contentLabelInnerPadding}: 1.813rem 0 0.813rem 0;\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.chipGap}: 0.125rem;\n ${tokens.chipMarginRight}: 1rem;\n ${tokens.chipBorderRadius}: 0.625rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 3.25rem;\n ${tokens.chipPadding}: 0 0.75rem 0 1rem;\n ${tokens.chipClearContentMarginLeft}: 0.625rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 1.5rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.labelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.labelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.labelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.labelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.labelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.labelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.indicatorSizeInner}: 0.5rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.5rem auto auto -0.75rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 1.75rem auto auto -0.875rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 1.75rem -0.875rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 1.75rem -2.488rem auto auto;\n `,\n l: css`\n ${tokens.height}: 3.5rem;\n ${tokens.padding}: 1.0625rem 1.125rem 1.0625rem 1.125rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 0.875rem;\n ${tokens.borderWidth}: 0.0625rem;\n\n ${tokens.leftContentMargin}: -0.0625rem 0.375rem -0.0625rem -0.125rem;\n ${tokens.rightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ${tokens.rightContentWithHintMargin}: -0.0625rem -0.438rem -0.0625rem 0.75rem;\n\n ${tokens.contentRightWrapperGap}: 0.25rem;\n ${tokens.contentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.labelOffset}: 0.75rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.hintMargin}: -0.688rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: 0.563rem -2.938rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: 0.563rem -2.188rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.5625rem 0 0.125rem 0;\n ${tokens.contentLabelInnerPadding}: 1.5625rem 0 0.5625rem 0;\n\n ${tokens.chipGap}: 0.25rem;\n ${tokens.chipBorderRadius}: 0.5rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 2.75rem;\n ${tokens.chipPadding}: 0 0.75rem 0 1rem;\n ${tokens.chipClearContentMarginLeft}: 0.625rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 1.5rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.indicatorSizeInner}: 0.5rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.5rem auto auto -0.75rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 1.5rem auto auto -0.875rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 1.5rem -0.875rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 1.5rem -2.488rem auto auto;\n\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n `,\n m: css`\n ${tokens.height}: 3rem;\n ${tokens.padding}: 0.875rem 1rem 0.875rem 1rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 0.75rem;\n ${tokens.borderWidth}: 0.0625rem;\n\n ${tokens.leftContentMargin}: -0.125rem 0.25rem -0.125rem -0.125rem;\n ${tokens.rightContentMargin}: -0.125rem -0.125rem -0.125rem 0.75rem;\n ${tokens.rightContentWithHintMargin}: -0.125rem -0.438rem -0.125rem 0.75rem;\n\n ${tokens.contentRightWrapperGap}: 0.25rem;\n ${tokens.contentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.labelOffset}: 0.625rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.hintMargin}: -0.688rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.375rem 0 0.125rem 0;\n ${tokens.contentLabelInnerPadding}: 1.375rem 0 0.375rem 0;\n\n ${tokens.chipGap}: 0.25rem;\n ${tokens.chipBorderRadius}: 0.375rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 2.25rem;\n ${tokens.chipPadding}: 0 0.625rem 0 0.875rem;\n ${tokens.chipClearContentMarginLeft}: 0.5rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 1.25rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.indicatorSizeInner}: 0.5rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.375rem auto auto -0.75rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.6875rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 1.25rem auto auto -0.875rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 1.25rem -0.875rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 1.25rem -2.488rem auto auto;\n\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n `,\n s: css`\n ${tokens.height}: 2.5rem;\n ${tokens.padding}: 0.6875rem 0.875rem 0.6875rem 0.875rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 0.625rem;\n ${tokens.borderWidth}: 0.0625rem;\n\n ${tokens.leftContentMargin}: -0.1875rem 0.25rem -0.1875rem -0.125rem;\n ${tokens.rightContentMargin}: -0.1875rem -0.125rem -0.1875rem 0.75rem;\n ${tokens.rightContentWithHintMargin}: -0.1875rem -0.438rem -0.1875rem 0.75rem;\n\n ${tokens.contentRightWrapperGap}: 0.25rem;\n ${tokens.contentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.labelOffset}: 0.5rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.hintMargin}: -0.688rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.contentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.chipGap}: 0.25rem;\n ${tokens.chipBorderRadius}: 0.25rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 1.75rem;\n ${tokens.chipPadding}: 0 0.5rem 0 0.75rem;\n ${tokens.chipClearContentMarginLeft}: 0.375rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 1rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.indicatorSizeInner}: 0.375rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.3125rem auto auto -0.6875rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 1.063rem auto auto -0.75rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 1.063rem -0.75rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 1.063rem -2.238rem auto auto;\n\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n `,\n xs: css`\n ${tokens.height}: 2rem;\n ${tokens.padding}: 0.5625rem 0.625rem 0.5625rem 0.625rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 0.5rem;\n ${tokens.borderWidth}: 0.0625rem;\n\n ${tokens.leftContentMargin}: -0.0625rem 0.25rem -0.0625rem -0.125rem;\n ${tokens.rightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ${tokens.rightContentWithHintMargin}: -0.0625rem -0.688rem -0.0625rem 0.75rem;\n\n ${tokens.contentRightWrapperGap}: 0.25rem;\n ${tokens.contentRightWrapperMargin}: -0.688rem -0.688rem -0.688rem 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelOffset}: 0.375rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.hintMargin}: -0.75rem -0.625rem -0.75rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: -0.188rem -2.1875rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: -0.188rem -1.938rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.contentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.chipGap}: 0.25rem;\n ${tokens.chipBorderRadius}: 0.125rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 1.25rem;\n ${tokens.chipPadding}: 0 0.375rem 0 0.625rem;\n ${tokens.chipClearContentMarginLeft}: 0.25rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 0.75rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.indicatorSizeInner}: 0.375rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.25rem auto auto -0.625rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.125rem -0.6875rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 0.813rem auto auto -0.625rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 0.813rem -0.625rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 0.813rem -1.988rem auto auto;\n\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n `,\n },\n labelPlacement: {\n inner: css`\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.labelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.labelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.labelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.labelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.labelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.labelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n outer: css``,\n },\n clear: {\n true: css``,\n },\n chipView: {\n default: css`\n ${tokens.chipColor}: var(--inverse-text-primary);\n ${tokens.chipBackground}: var(--surface-solid-default);\n ${tokens.chipColorHover}: var(--inverse-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-solid-default-hover);\n ${tokens.chipColorActive}: var(--inverse-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-solid-default-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-solid-default);\n ${tokens.chipColorReadOnly}: var(--inverse-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-solid-default);\n ${tokens.chipColorReadOnlyHover}: var(--inverse-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--inverse-text-secondary);\n ${tokens.chipCloseIconColorHover}: var(--inverse-text-primary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n secondary: css`\n ${tokens.chipColor}: var(--text-primary);\n ${tokens.chipBackground}: var(--surface-transparent-secondary);\n ${tokens.chipColorHover}: var(--text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.chipColorActive}: var(--text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.chipColorReadOnly}: var(--text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.chipColorReadOnlyHover}: var(--text-primary);\n\n ${tokens.chipCloseIconColor}: var(--text-secondary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n accent: css`\n ${tokens.chipColor}: var(--on-dark-text-primary);\n ${tokens.chipBackground}: var(--surface-accent);\n ${tokens.chipColorHover}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-accent-hover);\n ${tokens.chipColorActive}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-accent-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-accent);\n ${tokens.chipColorReadOnly}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-accent);\n ${tokens.chipColorReadOnlyHover}: var(--on-dark-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--on-dark-text-secondary);\n ${tokens.chipCloseIconColorHover}: var(--on-dark-text-primary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n positive: css`\n ${tokens.chipColor}: var(--on-dark-text-primary);\n ${tokens.chipBackground}: var(--surface-positive);\n ${tokens.chipColorHover}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-positive-hover);\n ${tokens.chipColorActive}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-positive-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-positive);\n ${tokens.chipColorReadOnly}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-positive);\n ${tokens.chipColorReadOnlyHover}: var(--on-dark-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--on-dark-text-secondary);\n ${tokens.chipCloseIconColorHover}: var(--on-dark-text-primary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n warning: css`\n ${tokens.chipColor}: var(--on-dark-text-primary);\n ${tokens.chipBackground}: var(--surface-warning);\n ${tokens.chipColorHover}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-warning-hover);\n ${tokens.chipColorActive}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-warning-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-warning);\n ${tokens.chipColorReadOnly}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-warning);\n ${tokens.chipColorReadOnlyHover}: var(--on-dark-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--on-dark-text-secondary);\n ${tokens.chipCloseIconColorHover}: var(--on-dark-text-primary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n negative: css`\n ${tokens.chipColor}: var(--on-dark-text-primary);\n ${tokens.chipBackground}: var(--surface-negative);\n ${tokens.chipColorHover}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-negative-hover);\n ${tokens.chipColorActive}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-negative-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-negative);\n ${tokens.chipColorReadOnly}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-negative);\n ${tokens.chipColorReadOnlyHover}: var(--on-dark-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--on-dark-text-secondary);\n ${tokens.chipCloseIconColorHover}: var(--on-dark-text-primary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n },\n hintView: {\n default: css`\n ${tokens.tooltipBackgroundColor}: var(--surface-solid-card-brightness);\n ${tokens.tooltipBoxShadow}: var(--shadow-down-hard-m, 0px 4px 12px 0px rgba(0, 0, 0, 0.16),0px 1px 4px 0px rgba(0, 0, 0, 0.08));\n ${tokens.tooltipColor}: var(--text-primary);\n ${tokens.tooltipArrowBackground}: var(--surface-solid-card-brightness);\n `,\n },\n hintSize: {\n m: css`\n ${tokens.tooltipPaddingTop}: 0.6875rem;\n ${tokens.tooltipPaddingRight}: 0.875rem;\n ${tokens.tooltipPaddingBottom}: 0.6875rem;\n ${tokens.tooltipPaddingLeft}: 0.875rem;\n\n ${tokens.tooltipMinHeight}: 2.5rem;\n ${tokens.tooltipBorderRadius}: 0.625rem;\n\n ${tokens.tooltipTextFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.tooltipTextFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.tooltipTextFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.tooltipTextFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.tooltipTextFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.tooltipTextFontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.tooltipContentLeftMargin}: 0.375rem;\n\n ${tokens.tooltipArrowMaskWidth}: 1.25rem;\n ${tokens.tooltipArrowMaskHeight}: 1.25rem;\n ${tokens.tooltipArrowMaskImage}: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==\");\n ${tokens.tooltipArrowHeight}: 0.5rem;\n ${tokens.tooltipArrowEdgeMargin}: 0.625rem;\n `,\n s: css`\n ${tokens.tooltipPaddingTop}: 0.5rem;\n ${tokens.tooltipPaddingRight}: 0.75rem;\n ${tokens.tooltipPaddingBottom}: 0.5rem;\n ${tokens.tooltipPaddingLeft}: 0.75rem;\n\n ${tokens.tooltipMinHeight}: 2rem;\n ${tokens.tooltipBorderRadius}: 0.5rem;\n\n ${tokens.tooltipTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.tooltipTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.tooltipTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.tooltipTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.tooltipTextFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.tooltipTextFontLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.tooltipContentLeftMargin}: 0.25rem;\n\n ${tokens.tooltipArrowMaskWidth}: 1rem;\n ${tokens.tooltipArrowMaskHeight}: 1rem;\n ${tokens.tooltipArrowMaskImage}: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+\");\n ${tokens.tooltipArrowHeight}: 0.375rem;\n ${tokens.tooltipArrowEdgeMargin}: 0.5625rem;\n `,\n },\n disabled: {\n true: css`\n ${tokens.disabledOpacity}: 0.4;\n `,\n },\n readOnly: {\n true: css`\n ${tokens.readOnlyOpacity}: 0.4;\n ${tokens.colorReadOnly}: var(--text-primary);\n ${tokens.backgroundColorReadOnly}: var(--surface-transparent-primary);\n ${tokens.placeholderColorReadOnly}: var(--text-secondary);\n ${tokens.leftHelperColorReadOnly}: var(--text-secondary);\n ${tokens.titleCaptionColorReadOnly}: var(--text-secondary);\n ${tokens.labelColorReadOnly}: var(--text-primary);\n ${tokens.dividerColorReadOnly}: var(--surface-transparent-primary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","labelPlacement","chipView","variations","default","positive","warning","negative","xl","l","m","s","xs","inner","outer","clear","true","secondary","accent","hintView","hintSize","disabled","readOnly"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,cAAc,EAAE,OAAO;AACvBC,IAAAA,QAAQ,EAAE,WAAA;GACb;AACDC,EAAAA,UAAU,EAAE;AACRJ,IAAAA,IAAI,EAAE;AACFK,MAAAA,SAAAA,EA+BC,SAAA;AACDC,MAAAA,QAAQ,EA+BP,SAAA;AACDC,MAAAA,OAAO,EA+BN,UAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAgCX;AACDP,IAAAA,IAAI,EAAE;AACFQ,MAAAA,EAAE,EAmFD,SAAA;AACDC,MAAAA,CAAC,EAiFA,SAAA;AACDC,MAAAA,CAAC,EAiFA,SAAA;AACDC,MAAAA,CAAC,EAiFA,UAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;KAkFL;AACDX,IAAAA,cAAc,EAAE;AACZY,MAAAA,KAAK,EAQJ,UAAA;AACDC,MAAAA,KAAK,EAAA,SAAA;KACR;AACDC,IAAAA,KAAK,EAAE;MACHC,MAAI,EAAA,SAAA;KACP;AACDd,IAAAA,QAAQ,EAAE;AACNE,MAAAA,SAAAA,EAeC,SAAA;AACDa,MAAAA,SAAS,EAcR,UAAA;AACDC,MAAAA,MAAM,EAeL,SAAA;AACDb,MAAAA,QAAQ,EAeP,SAAA;AACDC,MAAAA,OAAO,EAeN,SAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAgBX;AACDY,IAAAA,QAAQ,EAAE;MACNf,SAAO,EAAA,UAAA;KAMV;AACDgB,IAAAA,QAAQ,EAAE;AACNV,MAAAA,CAAC,EAuBA,UAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KAwBJ;AACDU,IAAAA,QAAQ,EAAE;MACNL,MAAI,EAAA,UAAA;KAGP;AACDM,IAAAA,QAAQ,EAAE;MACNN,MAAI,EAAA,UAAA;AAUR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
1
|
+
{"version":3,"file":"TextField.config.js","sources":["../../src-css/components/TextField/TextField.config.ts"],"sourcesContent":["import { css, textFieldTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n labelPlacement: 'outer',\n chipView: 'secondary',\n },\n variations: {\n view: {\n default: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.clearColor}: var(--text-primary);\n\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.placeholderColorFocus}: var(--text-tertiary);\n ${tokens.clearPlaceholderColor}: var(--text-secondary);\n ${tokens.clearPlaceholderColorFocus}: var(--text-tertiary);\n\n ${tokens.backgroundColor}: var(--surface-transparent-primary);\n ${tokens.backgroundColorHover}: var(--surface-transparent-primary-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-secondary);\n ${tokens.caretColor}: var(--text-accent);\n ${tokens.textBeforeColor}: var(--text-tertiary);\n ${tokens.textAfterColor}: var(--text-tertiary);\n ${tokens.labelColor}: var(--text-primary);\n ${tokens.leftHelperColor}: var(--text-secondary);\n ${tokens.titleCaptionColor}: var(--text-secondary);\n ${tokens.hintIconColor}: var(--text-secondary);\n\n ${tokens.contentSlotColor}: var(--text-secondary);\n ${tokens.contentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.contentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.dividerColor}: var(--surface-transparent-tertiary);\n ${tokens.dividerColorHover}: var(--text-secondary);\n ${tokens.dividerColorFocus}: var(--surface-accent);\n\n ${tokens.focusColor}: var(--text-accent);\n ${tokens.indicatorColor}: var(--surface-negative);\n ${tokens.optionalColor}: var(--text-tertiary);\n `,\n positive: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.clearColor}: var(--text-positive);\n\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.placeholderColorFocus}: var(--text-tertiary);\n ${tokens.clearPlaceholderColor}: var(--text-positive);\n ${tokens.clearPlaceholderColorFocus}: var(--text-positive);\n\n ${tokens.backgroundColor}: var(--surface-transparent-positive);\n ${tokens.backgroundColorHover}: var(--surface-transparent-positive-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-positive-active);\n ${tokens.caretColor}: var(--text-accent);\n ${tokens.textBeforeColor}: var(--text-tertiary);\n ${tokens.textAfterColor}: var(--text-tertiary);\n ${tokens.labelColor}: var(--text-primary);\n ${tokens.leftHelperColor}: var(--text-positive);\n ${tokens.titleCaptionColor}: var(--text-secondary);\n ${tokens.hintIconColor}: var(--text-secondary);\n\n ${tokens.contentSlotColor}: var(--text-secondary);\n ${tokens.contentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.contentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.dividerColor}: var(--surface-positive);\n ${tokens.dividerColorHover}: var(--surface-positive);\n ${tokens.dividerColorFocus}: var(--surface-accent);\n\n ${tokens.focusColor}: var(--text-accent);\n ${tokens.indicatorColor}: var(--surface-negative);\n ${tokens.optionalColor}: var(--text-tertiary);\n `,\n warning: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.clearColor}: var(--text-warning);\n\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.placeholderColorFocus}: var(--text-tertiary);\n ${tokens.clearPlaceholderColor}: var(--text-warning);\n ${tokens.clearPlaceholderColorFocus}: var(--text-warning);\n\n ${tokens.backgroundColor}: var(--surface-transparent-warning);\n ${tokens.backgroundColorHover}: var(--surface-transparent-warning-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-warning-active);\n ${tokens.caretColor}: var(--text-accent);\n ${tokens.textBeforeColor}: var(--text-tertiary);\n ${tokens.textAfterColor}: var(--text-tertiary);\n ${tokens.labelColor}: var(--text-primary);\n ${tokens.leftHelperColor}: var(--text-warning);\n ${tokens.titleCaptionColor}: var(--text-secondary);\n ${tokens.hintIconColor}: var(--text-secondary);\n\n ${tokens.contentSlotColor}: var(--text-secondary);\n ${tokens.contentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.contentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.dividerColor}: var(--surface-warning);\n ${tokens.dividerColorHover}: var(--surface-warning);\n ${tokens.dividerColorFocus}: var(--surface-accent);\n\n ${tokens.focusColor}: var(--text-accent);\n ${tokens.indicatorColor}: var(--surface-negative);\n ${tokens.optionalColor}: var(--text-tertiary);\n `,\n negative: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.clearColor}: var(--text-negative);\n\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.placeholderColorFocus}: var(--text-tertiary);\n ${tokens.clearPlaceholderColor}: var(--text-negative);\n ${tokens.clearPlaceholderColorFocus}: var(--text-negative);\n\n ${tokens.backgroundColor}: var(--surface-transparent-negative);\n ${tokens.backgroundColorHover}: var(--surface-transparent-negative-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-negative-active);\n ${tokens.caretColor}: var(--text-accent);\n ${tokens.textBeforeColor}: var(--text-tertiary);\n ${tokens.textAfterColor}: var(--text-tertiary);\n ${tokens.labelColor}: var(--text-primary);\n ${tokens.leftHelperColor}: var(--text-negative);\n ${tokens.titleCaptionColor}: var(--text-secondary);\n ${tokens.hintIconColor}: var(--text-secondary);\n\n ${tokens.contentSlotColor}: var(--text-secondary);\n ${tokens.contentSlotColorHover}: var(--text-secondary-hover);\n ${tokens.contentSlotColorActive}: var(--text-secondary-active);\n\n ${tokens.dividerColor}: var(--surface-negative);\n ${tokens.dividerColorHover}: var(--surface-negative);\n ${tokens.dividerColorFocus}: var(--surface-accent);\n\n ${tokens.focusColor}: var(--text-accent);\n ${tokens.indicatorColor}: var(--surface-negative);\n ${tokens.optionalColor}: var(--text-tertiary);\n `,\n },\n size: {\n xl: css`\n ${tokens.height}: 4rem;\n ${tokens.padding}: 1.3125rem 1.125rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 1rem;\n\n ${tokens.leftContentMargin}: -0.0625rem 0.5rem -0.0625rem 0rem;\n ${tokens.rightContentMargin}: -0.0625rem 0rem -0.0625rem 0.75rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.labelOffset}: 0.75rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.hintMargin}: -0.688rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: 0.82rem -2.938rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: 0.82rem -2.063rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.8125rem 0 0.125rem 0;\n ${tokens.contentLabelInnerPadding}: 1.813rem 0 0.813rem 0;\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n\n ${tokens.chipGap}: 0.125rem;\n ${tokens.chipMarginRight}: 1rem;\n ${tokens.chipBorderRadius}: 0.625rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 3.25rem;\n ${tokens.chipPadding}: 0 0.75rem 0 1rem;\n ${tokens.chipClearContentMarginLeft}: 0.625rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 1.5rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.labelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.labelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.labelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.labelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.labelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.labelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.indicatorSizeInner}: 0.5rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.5rem auto auto -0.75rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 1.75rem auto auto -0.875rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 1.75rem -0.875rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 1.75rem -2.488rem auto auto;\n `,\n l: css`\n ${tokens.height}: 3.5rem;\n ${tokens.padding}: 1.0625rem 1.125rem 1.0625rem 1.125rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 0.875rem;\n ${tokens.borderWidth}: 0.0625rem;\n\n ${tokens.leftContentMargin}: -0.0625rem 0.375rem -0.0625rem -0.125rem;\n ${tokens.rightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ${tokens.rightContentWithHintMargin}: -0.0625rem -0.438rem -0.0625rem 0.75rem;\n\n ${tokens.contentRightWrapperGap}: 0.25rem;\n ${tokens.contentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.labelOffset}: 0.75rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.hintMargin}: -0.688rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: 0.563rem -2.938rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: 0.563rem -2.188rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.5625rem 0 0.125rem 0;\n ${tokens.contentLabelInnerPadding}: 1.5625rem 0 0.5625rem 0;\n\n ${tokens.chipGap}: 0.25rem;\n ${tokens.chipBorderRadius}: 0.5rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 2.75rem;\n ${tokens.chipPadding}: 0 0.75rem 0 1rem;\n ${tokens.chipClearContentMarginLeft}: 0.625rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 1.5rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.indicatorSizeInner}: 0.5rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.5rem auto auto -0.75rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 1.5rem auto auto -0.875rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 1.5rem -0.875rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 1.5rem -2.488rem auto auto;\n\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n `,\n m: css`\n ${tokens.height}: 3rem;\n ${tokens.padding}: 0.875rem 1rem 0.875rem 1rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 0.75rem;\n ${tokens.borderWidth}: 0.0625rem;\n\n ${tokens.leftContentMargin}: -0.125rem 0.25rem -0.125rem -0.125rem;\n ${tokens.rightContentMargin}: -0.125rem -0.125rem -0.125rem 0.75rem;\n ${tokens.rightContentWithHintMargin}: -0.125rem -0.438rem -0.125rem 0.75rem;\n\n ${tokens.contentRightWrapperGap}: 0.25rem;\n ${tokens.contentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.labelOffset}: 0.625rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.hintMargin}: -0.688rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.375rem 0 0.125rem 0;\n ${tokens.contentLabelInnerPadding}: 1.375rem 0 0.375rem 0;\n\n ${tokens.chipGap}: 0.25rem;\n ${tokens.chipBorderRadius}: 0.375rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 2.25rem;\n ${tokens.chipPadding}: 0 0.625rem 0 0.875rem;\n ${tokens.chipClearContentMarginLeft}: 0.5rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 1.25rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.indicatorSizeInner}: 0.5rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.375rem auto auto -0.75rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.6875rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 1.25rem auto auto -0.875rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 1.25rem -0.875rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 1.25rem -2.488rem auto auto;\n\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n `,\n s: css`\n ${tokens.height}: 2.5rem;\n ${tokens.padding}: 0.6875rem 0.875rem 0.6875rem 0.875rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 0.625rem;\n ${tokens.borderWidth}: 0.0625rem;\n\n ${tokens.leftContentMargin}: -0.1875rem 0.25rem -0.1875rem -0.125rem;\n ${tokens.rightContentMargin}: -0.1875rem -0.125rem -0.1875rem 0.75rem;\n ${tokens.rightContentWithHintMargin}: -0.1875rem -0.438rem -0.1875rem 0.75rem;\n\n ${tokens.contentRightWrapperGap}: 0.25rem;\n ${tokens.contentRightWrapperMargin}: -0.438rem -0.438rem -0.438rem 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.labelOffset}: 0.5rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.hintMargin}: -0.688rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.contentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.chipGap}: 0.25rem;\n ${tokens.chipBorderRadius}: 0.25rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 1.75rem;\n ${tokens.chipPadding}: 0 0.5rem 0 0.75rem;\n ${tokens.chipClearContentMarginLeft}: 0.375rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 1rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.indicatorSizeInner}: 0.375rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.3125rem auto auto -0.6875rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 1.063rem auto auto -0.75rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 1.063rem -0.75rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 1.063rem -2.238rem auto auto;\n\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n `,\n xs: css`\n ${tokens.height}: 2rem;\n ${tokens.padding}: 0.5625rem 0.625rem 0.5625rem 0.625rem;\n ${tokens.paddingWithChips}: 0.375rem;\n ${tokens.borderRadius}: 0.5rem;\n ${tokens.borderWidth}: 0.0625rem;\n\n ${tokens.leftContentMargin}: -0.0625rem 0.25rem -0.0625rem -0.125rem;\n ${tokens.rightContentMargin}: -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ${tokens.rightContentWithHintMargin}: -0.0625rem -0.688rem -0.0625rem 0.75rem;\n\n ${tokens.contentRightWrapperGap}: 0.25rem;\n ${tokens.contentRightWrapperMargin}: -0.688rem -0.688rem -0.688rem 0;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelOffset}: 0.375rem;\n ${tokens.clearLabelOffset}: 0.25rem;\n ${tokens.labelFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.labelFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.labelFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.labelFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.labelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.labelLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.hintMargin}: -0.75rem -0.625rem -0.75rem -0.5rem;\n ${tokens.hintTargetSize}: 2.375rem;\n ${tokens.hintInnerLabelPlacementOffset}: -0.188rem -2.1875rem auto auto;\n ${tokens.clearHintInnerLabelPlacementOffset}: -0.188rem -1.938rem auto auto;\n\n ${tokens.titleCaptionInnerLabelOffset}: 0.25rem;\n ${tokens.titleCaptionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.titleCaptionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.titleCaptionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.titleCaptionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.leftHelperOffset}: 0.25rem;\n ${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.leftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.leftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.leftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.labelInnerPadding}: 0.3125rem 0 0 0;\n ${tokens.contentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;\n\n ${tokens.chipGap}: 0.25rem;\n ${tokens.chipBorderRadius}: 0.125rem;\n ${tokens.chipWidth}: auto;\n ${tokens.chipHeight}: 1.25rem;\n ${tokens.chipPadding}: 0 0.375rem 0 0.625rem;\n ${tokens.chipClearContentMarginLeft}: 0.25rem;\n ${tokens.chipClearContentMarginRight}: 0rem;\n ${tokens.chipCloseIconSize}: 0.75rem;\n ${tokens.chipFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.chipFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.chipFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.chipFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.chipLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.chipLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.indicatorSizeInner}: 0.375rem;\n ${tokens.indicatorSizeOuter}: 0.375rem;\n ${tokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${tokens.indicatorLabelPlacementOuter}: 0.25rem auto auto -0.625rem;\n ${tokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${tokens.indicatorLabelPlacementOuterRight}: 0.125rem -0.6875rem auto auto;\n ${tokens.clearIndicatorLabelPlacementInner}: 0.813rem auto auto -0.625rem;\n ${tokens.clearIndicatorLabelPlacementInnerRight}: 0.813rem -0.625rem auto auto;\n ${tokens.clearIndicatorHintInnerRight}: 0.813rem -1.988rem auto auto;\n\n ${tokens.textBeforeMargin}: 0 0.25rem 0 0;\n ${tokens.textAfterMargin}: 0 0 0 0.25rem;\n `,\n },\n labelPlacement: {\n inner: css`\n ${tokens.placeholderColor}: var(--text-secondary);\n ${tokens.labelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.labelInnerFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.labelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.labelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.labelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.labelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n outer: css``,\n },\n clear: {\n true: css``,\n },\n chipView: {\n default: css`\n ${tokens.chipColor}: var(--inverse-text-primary);\n ${tokens.chipBackground}: var(--surface-solid-default);\n ${tokens.chipColorHover}: var(--inverse-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-solid-default-hover);\n ${tokens.chipColorActive}: var(--inverse-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-solid-default-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-solid-default);\n ${tokens.chipColorReadOnly}: var(--inverse-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-solid-default);\n ${tokens.chipColorReadOnlyHover}: var(--inverse-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--inverse-text-secondary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n secondary: css`\n ${tokens.chipColor}: var(--text-primary);\n ${tokens.chipBackground}: var(--surface-transparent-secondary);\n ${tokens.chipColorHover}: var(--text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-transparent-secondary-hover);\n ${tokens.chipColorActive}: var(--text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-transparent-secondary-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-transparent-secondary);\n ${tokens.chipColorReadOnly}: var(--text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);\n ${tokens.chipColorReadOnlyHover}: var(--text-primary);\n\n ${tokens.chipCloseIconColor}: var(--text-secondary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n accent: css`\n ${tokens.chipColor}: var(--on-dark-text-primary);\n ${tokens.chipBackground}: var(--surface-accent);\n ${tokens.chipColorHover}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-accent-hover);\n ${tokens.chipColorActive}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-accent-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-accent);\n ${tokens.chipColorReadOnly}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-accent);\n ${tokens.chipColorReadOnlyHover}: var(--on-dark-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--on-dark-text-secondary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n positive: css`\n ${tokens.chipColor}: var(--on-dark-text-primary);\n ${tokens.chipBackground}: var(--surface-positive);\n ${tokens.chipColorHover}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-positive-hover);\n ${tokens.chipColorActive}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-positive-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-positive);\n ${tokens.chipColorReadOnly}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-positive);\n ${tokens.chipColorReadOnlyHover}: var(--on-dark-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--on-dark-text-secondary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n warning: css`\n ${tokens.chipColor}: var(--on-dark-text-primary);\n ${tokens.chipBackground}: var(--surface-warning);\n ${tokens.chipColorHover}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-warning-hover);\n ${tokens.chipColorActive}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-warning-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-warning);\n ${tokens.chipColorReadOnly}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-warning);\n ${tokens.chipColorReadOnlyHover}: var(--on-dark-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--on-dark-text-secondary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n negative: css`\n ${tokens.chipColor}: var(--on-dark-text-primary);\n ${tokens.chipBackground}: var(--surface-negative);\n ${tokens.chipColorHover}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundHover}: var(--surface-negative-hover);\n ${tokens.chipColorActive}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundActive}: var(--surface-negative-active);\n ${tokens.chipBackgroundReadOnly}: var(--surface-negative);\n ${tokens.chipColorReadOnly}: var(--on-dark-text-primary);\n ${tokens.chipBackgroundReadOnlyHover}: var(--surface-negative);\n ${tokens.chipColorReadOnlyHover}: var(--on-dark-text-primary);\n\n ${tokens.chipCloseIconColor}: var(--on-dark-text-secondary);\n ${tokens.chipOpacityReadonly}: 1;\n `,\n },\n hintView: {\n default: css`\n ${tokens.tooltipBackgroundColor}: var(--surface-solid-card-brightness);\n ${tokens.tooltipBoxShadow}: var(--shadow-down-hard-m, 0px 4px 12px 0px rgba(0, 0, 0, 0.16),0px 1px 4px 0px rgba(0, 0, 0, 0.08));\n ${tokens.tooltipColor}: var(--text-primary);\n ${tokens.tooltipArrowBackground}: var(--surface-solid-card-brightness);\n `,\n },\n hintSize: {\n m: css`\n ${tokens.tooltipPaddingTop}: 0.6875rem;\n ${tokens.tooltipPaddingRight}: 0.875rem;\n ${tokens.tooltipPaddingBottom}: 0.6875rem;\n ${tokens.tooltipPaddingLeft}: 0.875rem;\n\n ${tokens.tooltipMinHeight}: 2.5rem;\n ${tokens.tooltipBorderRadius}: 0.625rem;\n\n ${tokens.tooltipTextFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.tooltipTextFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.tooltipTextFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.tooltipTextFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.tooltipTextFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.tooltipTextFontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.tooltipContentLeftMargin}: 0.375rem;\n\n ${tokens.tooltipArrowMaskWidth}: 1.25rem;\n ${tokens.tooltipArrowMaskHeight}: 1.25rem;\n ${tokens.tooltipArrowMaskImage}: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==\");\n ${tokens.tooltipArrowHeight}: 0.5rem;\n ${tokens.tooltipArrowEdgeMargin}: 0.625rem;\n `,\n s: css`\n ${tokens.tooltipPaddingTop}: 0.5rem;\n ${tokens.tooltipPaddingRight}: 0.75rem;\n ${tokens.tooltipPaddingBottom}: 0.5rem;\n ${tokens.tooltipPaddingLeft}: 0.75rem;\n\n ${tokens.tooltipMinHeight}: 2rem;\n ${tokens.tooltipBorderRadius}: 0.5rem;\n\n ${tokens.tooltipTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.tooltipTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.tooltipTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.tooltipTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.tooltipTextFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.tooltipTextFontLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.tooltipContentLeftMargin}: 0.25rem;\n\n ${tokens.tooltipArrowMaskWidth}: 1rem;\n ${tokens.tooltipArrowMaskHeight}: 1rem;\n ${tokens.tooltipArrowMaskImage}: url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+\");\n ${tokens.tooltipArrowHeight}: 0.375rem;\n ${tokens.tooltipArrowEdgeMargin}: 0.5625rem;\n `,\n },\n disabled: {\n true: css`\n ${tokens.disabledOpacity}: 0.4;\n `,\n },\n readOnly: {\n true: css`\n ${tokens.readOnlyOpacity}: 0.4;\n ${tokens.colorReadOnly}: var(--text-primary);\n ${tokens.backgroundColorReadOnly}: var(--surface-transparent-primary);\n ${tokens.placeholderColorReadOnly}: var(--text-secondary);\n ${tokens.leftHelperColorReadOnly}: var(--text-secondary);\n ${tokens.titleCaptionColorReadOnly}: var(--text-secondary);\n ${tokens.labelColorReadOnly}: var(--text-primary);\n ${tokens.dividerColorReadOnly}: var(--surface-transparent-primary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","labelPlacement","chipView","variations","default","positive","warning","negative","xl","l","m","s","xs","inner","outer","clear","true","secondary","accent","hintView","hintSize","disabled","readOnly"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,cAAc,EAAE,OAAO;AACvBC,IAAAA,QAAQ,EAAE,WAAA;GACb;AACDC,EAAAA,UAAU,EAAE;AACRJ,IAAAA,IAAI,EAAE;AACFK,MAAAA,SAAAA,EA+BC,SAAA;AACDC,MAAAA,QAAQ,EA+BP,SAAA;AACDC,MAAAA,OAAO,EA+BN,UAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAgCX;AACDP,IAAAA,IAAI,EAAE;AACFQ,MAAAA,EAAE,EAmFD,SAAA;AACDC,MAAAA,CAAC,EAiFA,SAAA;AACDC,MAAAA,CAAC,EAiFA,SAAA;AACDC,MAAAA,CAAC,EAiFA,UAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;KAkFL;AACDX,IAAAA,cAAc,EAAE;AACZY,MAAAA,KAAK,EAQJ,UAAA;AACDC,MAAAA,KAAK,EAAA,SAAA;KACR;AACDC,IAAAA,KAAK,EAAE;MACHC,MAAI,EAAA,SAAA;KACP;AACDd,IAAAA,QAAQ,EAAE;AACNE,MAAAA,SAAAA,EAcC,SAAA;AACDa,MAAAA,SAAS,EAcR,UAAA;AACDC,MAAAA,MAAM,EAcL,SAAA;AACDb,MAAAA,QAAQ,EAcP,SAAA;AACDC,MAAAA,OAAO,EAcN,SAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAeX;AACDY,IAAAA,QAAQ,EAAE;MACNf,SAAO,EAAA,UAAA;KAMV;AACDgB,IAAAA,QAAQ,EAAE;AACNV,MAAAA,CAAC,EAuBA,UAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KAwBJ;AACDU,IAAAA,QAAQ,EAAE;MACNL,MAAI,EAAA,UAAA;KAGP;AACDM,IAAAA,QAAQ,EAAE;MACNN,MAAI,EAAA,UAAA;AAUR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
@@ -10,12 +10,12 @@
|
|
10
10
|
.i1h3g1ks{--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);}
|
11
11
|
|
12
12
|
|
13
|
-
.daletrs{--plasma-textfield__chip-color:var(--inverse-text-primary);--plasma-textfield__chip-background:var(--surface-solid-default);--plasma-textfield__chip-color-hover:var(--inverse-text-primary);--plasma-textfield__chip-background-hover:var(--surface-solid-default-hover);--plasma-textfield__chip-color-active:var(--inverse-text-primary);--plasma-textfield__chip-background-active:var(--surface-solid-default-active);--plasma-textfield__chip-background-readonly:var(--surface-solid-default);--plasma-textfield__chip-color-readonly:var(--inverse-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-solid-default);--plasma-textfield__chip-color-readonly-hover:var(--inverse-text-primary);--plasma-textfield__chip-close-icon-color:var(--inverse-text-secondary);--plasma-textfield__chip-
|
13
|
+
.daletrs{--plasma-textfield__chip-color:var(--inverse-text-primary);--plasma-textfield__chip-background:var(--surface-solid-default);--plasma-textfield__chip-color-hover:var(--inverse-text-primary);--plasma-textfield__chip-background-hover:var(--surface-solid-default-hover);--plasma-textfield__chip-color-active:var(--inverse-text-primary);--plasma-textfield__chip-background-active:var(--surface-solid-default-active);--plasma-textfield__chip-background-readonly:var(--surface-solid-default);--plasma-textfield__chip-color-readonly:var(--inverse-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-solid-default);--plasma-textfield__chip-color-readonly-hover:var(--inverse-text-primary);--plasma-textfield__chip-close-icon-color:var(--inverse-text-secondary);--plasma-textfield__chip-opacity-readonly:1;}
|
14
14
|
.s1t7mzsz{--plasma-textfield__chip-color:var(--text-primary);--plasma-textfield__chip-background:var(--surface-transparent-secondary);--plasma-textfield__chip-color-hover:var(--text-primary);--plasma-textfield__chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-textfield__chip-color-active:var(--text-primary);--plasma-textfield__chip-background-active:var(--surface-transparent-secondary-active);--plasma-textfield__chip-background-readonly:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly:var(--text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-textfield__chip-color-readonly-hover:var(--text-primary);--plasma-textfield__chip-close-icon-color:var(--text-secondary);--plasma-textfield__chip-opacity-readonly:1;}
|
15
|
-
.ab550dj{--plasma-textfield__chip-color:var(--on-dark-text-primary);--plasma-textfield__chip-background:var(--surface-accent);--plasma-textfield__chip-color-hover:var(--on-dark-text-primary);--plasma-textfield__chip-background-hover:var(--surface-accent-hover);--plasma-textfield__chip-color-active:var(--on-dark-text-primary);--plasma-textfield__chip-background-active:var(--surface-accent-active);--plasma-textfield__chip-background-readonly:var(--surface-accent);--plasma-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-accent);--plasma-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-textfield__chip-close-icon-color:var(--on-dark-text-secondary);--plasma-textfield__chip-
|
16
|
-
.pkng3yc{--plasma-textfield__chip-color:var(--on-dark-text-primary);--plasma-textfield__chip-background:var(--surface-positive);--plasma-textfield__chip-color-hover:var(--on-dark-text-primary);--plasma-textfield__chip-background-hover:var(--surface-positive-hover);--plasma-textfield__chip-color-active:var(--on-dark-text-primary);--plasma-textfield__chip-background-active:var(--surface-positive-active);--plasma-textfield__chip-background-readonly:var(--surface-positive);--plasma-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-positive);--plasma-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-textfield__chip-close-icon-color:var(--on-dark-text-secondary);--plasma-textfield__chip-
|
17
|
-
.wpf8jwm{--plasma-textfield__chip-color:var(--on-dark-text-primary);--plasma-textfield__chip-background:var(--surface-warning);--plasma-textfield__chip-color-hover:var(--on-dark-text-primary);--plasma-textfield__chip-background-hover:var(--surface-warning-hover);--plasma-textfield__chip-color-active:var(--on-dark-text-primary);--plasma-textfield__chip-background-active:var(--surface-warning-active);--plasma-textfield__chip-background-readonly:var(--surface-warning);--plasma-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-warning);--plasma-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-textfield__chip-close-icon-color:var(--on-dark-text-secondary);--plasma-textfield__chip-
|
18
|
-
.n8ra9ji{--plasma-textfield__chip-color:var(--on-dark-text-primary);--plasma-textfield__chip-background:var(--surface-negative);--plasma-textfield__chip-color-hover:var(--on-dark-text-primary);--plasma-textfield__chip-background-hover:var(--surface-negative-hover);--plasma-textfield__chip-color-active:var(--on-dark-text-primary);--plasma-textfield__chip-background-active:var(--surface-negative-active);--plasma-textfield__chip-background-readonly:var(--surface-negative);--plasma-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-negative);--plasma-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-textfield__chip-close-icon-color:var(--on-dark-text-secondary);--plasma-textfield__chip-
|
15
|
+
.ab550dj{--plasma-textfield__chip-color:var(--on-dark-text-primary);--plasma-textfield__chip-background:var(--surface-accent);--plasma-textfield__chip-color-hover:var(--on-dark-text-primary);--plasma-textfield__chip-background-hover:var(--surface-accent-hover);--plasma-textfield__chip-color-active:var(--on-dark-text-primary);--plasma-textfield__chip-background-active:var(--surface-accent-active);--plasma-textfield__chip-background-readonly:var(--surface-accent);--plasma-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-accent);--plasma-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-textfield__chip-close-icon-color:var(--on-dark-text-secondary);--plasma-textfield__chip-opacity-readonly:1;}
|
16
|
+
.pkng3yc{--plasma-textfield__chip-color:var(--on-dark-text-primary);--plasma-textfield__chip-background:var(--surface-positive);--plasma-textfield__chip-color-hover:var(--on-dark-text-primary);--plasma-textfield__chip-background-hover:var(--surface-positive-hover);--plasma-textfield__chip-color-active:var(--on-dark-text-primary);--plasma-textfield__chip-background-active:var(--surface-positive-active);--plasma-textfield__chip-background-readonly:var(--surface-positive);--plasma-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-positive);--plasma-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-textfield__chip-close-icon-color:var(--on-dark-text-secondary);--plasma-textfield__chip-opacity-readonly:1;}
|
17
|
+
.wpf8jwm{--plasma-textfield__chip-color:var(--on-dark-text-primary);--plasma-textfield__chip-background:var(--surface-warning);--plasma-textfield__chip-color-hover:var(--on-dark-text-primary);--plasma-textfield__chip-background-hover:var(--surface-warning-hover);--plasma-textfield__chip-color-active:var(--on-dark-text-primary);--plasma-textfield__chip-background-active:var(--surface-warning-active);--plasma-textfield__chip-background-readonly:var(--surface-warning);--plasma-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-warning);--plasma-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-textfield__chip-close-icon-color:var(--on-dark-text-secondary);--plasma-textfield__chip-opacity-readonly:1;}
|
18
|
+
.n8ra9ji{--plasma-textfield__chip-color:var(--on-dark-text-primary);--plasma-textfield__chip-background:var(--surface-negative);--plasma-textfield__chip-color-hover:var(--on-dark-text-primary);--plasma-textfield__chip-background-hover:var(--surface-negative-hover);--plasma-textfield__chip-color-active:var(--on-dark-text-primary);--plasma-textfield__chip-background-active:var(--surface-negative-active);--plasma-textfield__chip-background-readonly:var(--surface-negative);--plasma-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-textfield__chip-background-readonly-hover:var(--surface-negative);--plasma-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-textfield__chip-close-icon-color:var(--on-dark-text-secondary);--plasma-textfield__chip-opacity-readonly:1;}
|
19
19
|
.d13sqnyj{--plasma-textfield__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-textfield__tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-textfield__tooltip-color:var(--text-primary);--plasma-textfield__tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
20
20
|
.m1nb8qre{--plasma-textfield__tooltip-padding-top:0.6875rem;--plasma-textfield__tooltip-padding-right:0.875rem;--plasma-textfield__tooltip-padding-bottom:0.6875rem;--plasma-textfield__tooltip-padding-left:0.875rem;--plasma-textfield__tooltip-min-height:2.5rem;--plasma-textfield__tooltip-border-radius:0.625rem;--plasma-textfield__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-textfield__tooltip-content-left-margin:0.375rem;--plasma-textfield__tooltip-arrow-mask-width:1.25rem;--plasma-textfield__tooltip-arrow-mask-height:1.25rem;--plasma-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-textfield__tooltip-arrow-height:0.5rem;--plasma-textfield__tooltip-arrow-edge-margin:0.625rem;}
|
21
21
|
.sah4t5d{--plasma-textfield__tooltip-padding-top:0.5rem;--plasma-textfield__tooltip-padding-right:0.75rem;--plasma-textfield__tooltip-padding-bottom:0.5rem;--plasma-textfield__tooltip-padding-left:0.75rem;--plasma-textfield__tooltip-min-height:2rem;--plasma-textfield__tooltip-border-radius:0.5rem;--plasma-textfield__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textfield__tooltip-content-left-margin:0.25rem;--plasma-textfield__tooltip-arrow-mask-width:1rem;--plasma-textfield__tooltip-arrow-mask-height:1rem;--plasma-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-textfield__tooltip-arrow-height:0.375rem;--plasma-textfield__tooltip-arrow-edge-margin:0.5625rem;}
|
@@ -492,6 +492,7 @@ function _templateObject12() {
|
|
492
492
|
": 0.5rem;\n ",
|
493
493
|
": 1.625rem;\n\n ",
|
494
494
|
": 3.5rem;\n ",
|
495
|
+
": 3.5rem;\n ",
|
495
496
|
": 12.5rem;\n ",
|
496
497
|
": 1.5rem;\n ",
|
497
498
|
": 0.875rem;\n ",
|
@@ -568,6 +569,7 @@ function _templateObject13() {
|
|
568
569
|
": 0.5rem;\n ",
|
569
570
|
": 1.625rem;\n\n ",
|
570
571
|
": 3rem;\n ",
|
572
|
+
": 3rem;\n ",
|
571
573
|
": 11.25rem;\n ",
|
572
574
|
": 1.25rem;\n ",
|
573
575
|
": 0.75rem;\n ",
|
@@ -644,6 +646,7 @@ function _templateObject14() {
|
|
644
646
|
": 0.375rem;\n ",
|
645
647
|
": 1.5rem;\n\n ",
|
646
648
|
": 2.5rem;\n ",
|
649
|
+
": 2.5rem;\n ",
|
647
650
|
": 11.25rem;\n ",
|
648
651
|
": 1rem;\n ",
|
649
652
|
": 0.625rem;\n ",
|
@@ -720,6 +723,7 @@ function _templateObject15() {
|
|
720
723
|
": 0.25rem;\n ",
|
721
724
|
": 1.375rem;\n\n ",
|
722
725
|
": 2rem;\n ",
|
726
|
+
": 2rem;\n ",
|
723
727
|
": 10rem;\n ",
|
724
728
|
": 0.75rem;\n ",
|
725
729
|
": 0.5rem;\n ",
|
@@ -814,10 +818,10 @@ var config = {
|
|
814
818
|
negative: (0, _emotion.css)(_templateObject11(), _emotion.attachTokens.helperTextColor)
|
815
819
|
},
|
816
820
|
size: {
|
817
|
-
l: (0, _emotion.css)(_templateObject12(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
818
|
-
m: (0, _emotion.css)(_templateObject13(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
819
|
-
s: (0, _emotion.css)(_templateObject14(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
820
|
-
xs: (0, _emotion.css)(_templateObject15(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor)
|
821
|
+
l: (0, _emotion.css)(_templateObject12(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.filenameWrapperHeight, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
822
|
+
m: (0, _emotion.css)(_templateObject13(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.filenameWrapperHeight, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
823
|
+
s: (0, _emotion.css)(_templateObject14(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.filenameWrapperHeight, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
824
|
+
xs: (0, _emotion.css)(_templateObject15(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.filenameWrapperHeight, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor)
|
821
825
|
}
|
822
826
|
}
|
823
827
|
};
|
@@ -31,9 +31,8 @@ function _templateObject() {
|
|
31
31
|
": var(--surface-solid-default);\n ",
|
32
32
|
": var(--inverse-text-primary);\n ",
|
33
33
|
": var(--surface-solid-default);\n ",
|
34
|
-
": var(--inverse-text-primary);\n ",
|
34
|
+
": var(--inverse-text-primary);\n\n ",
|
35
35
|
": var(--inverse-text-secondary);\n ",
|
36
|
-
": var(--inverse-text-primary);\n ",
|
37
36
|
": var(--inverse-text-primary);\n "
|
38
37
|
]);
|
39
38
|
_templateObject = function _templateObject() {
|
@@ -53,9 +52,8 @@ function _templateObject1() {
|
|
53
52
|
": var(--surface-transparent-secondary);\n ",
|
54
53
|
": var(--text-primary);\n ",
|
55
54
|
": var(--surface-transparent-secondary);\n ",
|
56
|
-
": var(--text-primary);\n ",
|
55
|
+
": var(--text-primary);\n\n ",
|
57
56
|
": var(--text-secondary);\n ",
|
58
|
-
": var(--text-primary);\n ",
|
59
57
|
": var(--text-primary);\n "
|
60
58
|
]);
|
61
59
|
_templateObject1 = function _templateObject() {
|
@@ -75,9 +73,8 @@ function _templateObject2() {
|
|
75
73
|
": var(--surface-accent);\n ",
|
76
74
|
": var(--on-dark-text-primary);\n ",
|
77
75
|
": var(--surface-accent);\n ",
|
78
|
-
": var(--on-dark-text-primary);\n ",
|
76
|
+
": var(--on-dark-text-primary);\n\n ",
|
79
77
|
": var(--on-dark-text-secondary);\n ",
|
80
|
-
": var(--on-dark-text-primary);\n ",
|
81
78
|
": var(--on-dark-text-primary);\n "
|
82
79
|
]);
|
83
80
|
_templateObject2 = function _templateObject() {
|
@@ -97,9 +94,8 @@ function _templateObject3() {
|
|
97
94
|
": var(--surface-positive);\n ",
|
98
95
|
": var(--on-dark-text-primary);\n ",
|
99
96
|
": var(--surface-positive);\n ",
|
100
|
-
": var(--on-dark-text-primary);\n ",
|
97
|
+
": var(--on-dark-text-primary);\n\n ",
|
101
98
|
": var(--on-dark-text-secondary);\n ",
|
102
|
-
": var(--on-dark-text-primary);\n ",
|
103
99
|
": var(--on-dark-text-primary);\n "
|
104
100
|
]);
|
105
101
|
_templateObject3 = function _templateObject() {
|
@@ -119,9 +115,8 @@ function _templateObject4() {
|
|
119
115
|
": var(--surface-warning);\n ",
|
120
116
|
": var(--on-dark-text-primary);\n ",
|
121
117
|
": var(--surface-warning);\n ",
|
122
|
-
": var(--on-dark-text-primary);\n ",
|
118
|
+
": var(--on-dark-text-primary);\n\n ",
|
123
119
|
": var(--on-dark-text-secondary);\n ",
|
124
|
-
": var(--on-dark-text-primary);\n ",
|
125
120
|
": var(--on-dark-text-primary);\n "
|
126
121
|
]);
|
127
122
|
_templateObject4 = function _templateObject() {
|
@@ -141,9 +136,8 @@ function _templateObject5() {
|
|
141
136
|
": var(--surface-negative);\n ",
|
142
137
|
": var(--on-dark-text-primary);\n ",
|
143
138
|
": var(--surface-negative);\n ",
|
144
|
-
": var(--on-dark-text-primary);\n ",
|
139
|
+
": var(--on-dark-text-primary);\n\n ",
|
145
140
|
": var(--on-dark-text-secondary);\n ",
|
146
|
-
": var(--on-dark-text-primary);\n ",
|
147
141
|
": var(--on-dark-text-primary);\n "
|
148
142
|
]);
|
149
143
|
_templateObject5 = function _templateObject() {
|
@@ -323,12 +317,12 @@ var config = {
|
|
323
317
|
},
|
324
318
|
variations: {
|
325
319
|
view: {
|
326
|
-
default: (0, _emotion.css)(_templateObject(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.
|
327
|
-
secondary: (0, _emotion.css)(_templateObject1(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.
|
328
|
-
accent: (0, _emotion.css)(_templateObject2(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.
|
329
|
-
positive: (0, _emotion.css)(_templateObject3(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.
|
330
|
-
warning: (0, _emotion.css)(_templateObject4(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.
|
331
|
-
negative: (0, _emotion.css)(_templateObject5(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.
|
320
|
+
default: (0, _emotion.css)(_templateObject(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.leftContentColor),
|
321
|
+
secondary: (0, _emotion.css)(_templateObject1(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.leftContentColor),
|
322
|
+
accent: (0, _emotion.css)(_templateObject2(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.leftContentColor),
|
323
|
+
positive: (0, _emotion.css)(_templateObject3(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.leftContentColor),
|
324
|
+
warning: (0, _emotion.css)(_templateObject4(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.leftContentColor),
|
325
|
+
negative: (0, _emotion.css)(_templateObject5(), _emotion.chipTokens.color, _emotion.chipTokens.background, _emotion.chipTokens.colorHover, _emotion.chipTokens.backgroundHover, _emotion.chipTokens.colorActive, _emotion.chipTokens.backgroundActive, _emotion.chipTokens.backgroundReadOnly, _emotion.chipTokens.colorReadOnly, _emotion.chipTokens.backgroundReadOnlyHover, _emotion.chipTokens.colorReadOnlyHover, _emotion.chipTokens.closeIconColor, _emotion.chipTokens.leftContentColor)
|
332
326
|
},
|
333
327
|
size: {
|
334
328
|
l: (0, _emotion.css)(_templateObject6(), _emotion.chipTokens.borderRadius, _emotion.chipTokens.pilledBorderRadius, _emotion.chipTokens.width, _emotion.chipTokens.height, _emotion.chipTokens.padding, _emotion.chipTokens.fontFamily, _emotion.chipTokens.fontSize, _emotion.chipTokens.fontStyle, _emotion.chipTokens.fontWeight, _emotion.chipTokens.letterSpacing, _emotion.chipTokens.lineHeight, _emotion.chipTokens.leftContentMarginLeft, _emotion.chipTokens.leftContentMarginRight, _emotion.chipTokens.rightContentMarginLeft, _emotion.chipTokens.rightContentMarginRight, _emotion.chipTokens.clearContentMarginLeft, _emotion.chipTokens.clearContentMarginRight, _emotion.chipTokens.closeIconSize),
|
@@ -43,7 +43,6 @@ function _templateObject() {
|
|
43
43
|
": var(--text-tertiary);\n\n ",
|
44
44
|
": var(--text-secondary);\n ",
|
45
45
|
": var(--text-primary);\n ",
|
46
|
-
": var(--text-primary);\n ",
|
47
46
|
": var(--surface-transparent-secondary);\n ",
|
48
47
|
": var(--text-primary);\n ",
|
49
48
|
": var(--surface-transparent-secondary-hover);\n ",
|
@@ -94,7 +93,6 @@ function _templateObject1() {
|
|
94
93
|
": var(--text-tertiary);\n\n ",
|
95
94
|
": var(--text-secondary);\n ",
|
96
95
|
": var(--text-primary);\n ",
|
97
|
-
": var(--text-primary);\n ",
|
98
96
|
": var(--surface-transparent-secondary);\n ",
|
99
97
|
": var(--text-primary);\n ",
|
100
98
|
": var(--surface-transparent-secondary-hover);\n ",
|
@@ -145,7 +143,6 @@ function _templateObject2() {
|
|
145
143
|
": var(--text-tertiary);\n\n ",
|
146
144
|
": var(--text-secondary);\n ",
|
147
145
|
": var(--text-primary);\n ",
|
148
|
-
": var(--text-primary);\n ",
|
149
146
|
": var(--surface-transparent-secondary);\n ",
|
150
147
|
": var(--text-primary);\n ",
|
151
148
|
": var(--surface-transparent-secondary-hover);\n ",
|
@@ -196,7 +193,6 @@ function _templateObject3() {
|
|
196
193
|
": var(--text-tertiary);\n\n ",
|
197
194
|
": var(--text-secondary);\n ",
|
198
195
|
": var(--text-primary);\n ",
|
199
|
-
": var(--text-primary);\n ",
|
200
196
|
": var(--surface-transparent-secondary);\n ",
|
201
197
|
": var(--text-primary);\n ",
|
202
198
|
": var(--surface-transparent-secondary-hover);\n ",
|
@@ -783,10 +779,10 @@ var config = {
|
|
783
779
|
},
|
784
780
|
variations: {
|
785
781
|
view: {
|
786
|
-
default: (0, _emotion.css)(_templateObject(), _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.textFieldClearColor, _emotion.comboboxNewTokens.textFieldPlaceholderColor, _emotion.comboboxNewTokens.textFieldPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldClearPlaceholderColor, _emotion.comboboxNewTokens.textFieldClearPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldCaretColor, _emotion.comboboxNewTokens.textFieldTextBeforeColor, _emotion.comboboxNewTokens.textFieldTextAfterColor, _emotion.comboboxNewTokens.textFieldLabelColor, _emotion.comboboxNewTokens.textFieldLeftHelperColor, _emotion.comboboxNewTokens.textFieldFocusColor, _emotion.comboboxNewTokens.textFieldContentSlotColor, _emotion.comboboxNewTokens.textFieldContentSlotColorHover, _emotion.comboboxNewTokens.textFieldContentSlotColorActive, _emotion.comboboxNewTokens.textFieldIndicatorColor, _emotion.comboboxNewTokens.textFieldOptionalColor, _emotion.comboboxNewTokens.textFieldChipCloseIconColor, _emotion.comboboxNewTokens.
|
787
|
-
positive: (0, _emotion.css)(_templateObject1(), _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.textFieldClearColor, _emotion.comboboxNewTokens.textFieldPlaceholderColor, _emotion.comboboxNewTokens.textFieldPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldClearPlaceholderColor, _emotion.comboboxNewTokens.textFieldClearPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldCaretColor, _emotion.comboboxNewTokens.textFieldTextBeforeColor, _emotion.comboboxNewTokens.textFieldTextAfterColor, _emotion.comboboxNewTokens.textFieldLabelColor, _emotion.comboboxNewTokens.textFieldLeftHelperColor, _emotion.comboboxNewTokens.textFieldFocusColor, _emotion.comboboxNewTokens.textFieldContentSlotColor, _emotion.comboboxNewTokens.textFieldContentSlotColorHover, _emotion.comboboxNewTokens.textFieldContentSlotColorActive, _emotion.comboboxNewTokens.textFieldIndicatorColor, _emotion.comboboxNewTokens.textFieldOptionalColor, _emotion.comboboxNewTokens.textFieldChipCloseIconColor, _emotion.comboboxNewTokens.
|
788
|
-
warning: (0, _emotion.css)(_templateObject2(), _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.textFieldClearColor, _emotion.comboboxNewTokens.textFieldPlaceholderColor, _emotion.comboboxNewTokens.textFieldPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldClearPlaceholderColor, _emotion.comboboxNewTokens.textFieldClearPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldCaretColor, _emotion.comboboxNewTokens.textFieldTextBeforeColor, _emotion.comboboxNewTokens.textFieldTextAfterColor, _emotion.comboboxNewTokens.textFieldLabelColor, _emotion.comboboxNewTokens.textFieldLeftHelperColor, _emotion.comboboxNewTokens.textFieldFocusColor, _emotion.comboboxNewTokens.textFieldContentSlotColor, _emotion.comboboxNewTokens.textFieldContentSlotColorHover, _emotion.comboboxNewTokens.textFieldContentSlotColorActive, _emotion.comboboxNewTokens.textFieldIndicatorColor, _emotion.comboboxNewTokens.textFieldOptionalColor, _emotion.comboboxNewTokens.textFieldChipCloseIconColor, _emotion.comboboxNewTokens.
|
789
|
-
negative: (0, _emotion.css)(_templateObject3(), _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.textFieldClearColor, _emotion.comboboxNewTokens.textFieldPlaceholderColor, _emotion.comboboxNewTokens.textFieldPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldClearPlaceholderColor, _emotion.comboboxNewTokens.textFieldClearPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldCaretColor, _emotion.comboboxNewTokens.textFieldTextBeforeColor, _emotion.comboboxNewTokens.textFieldTextAfterColor, _emotion.comboboxNewTokens.textFieldLabelColor, _emotion.comboboxNewTokens.textFieldLeftHelperColor, _emotion.comboboxNewTokens.textFieldFocusColor, _emotion.comboboxNewTokens.textFieldContentSlotColor, _emotion.comboboxNewTokens.textFieldContentSlotColorHover, _emotion.comboboxNewTokens.textFieldContentSlotColorActive, _emotion.comboboxNewTokens.textFieldIndicatorColor, _emotion.comboboxNewTokens.textFieldOptionalColor, _emotion.comboboxNewTokens.textFieldChipCloseIconColor, _emotion.comboboxNewTokens.
|
782
|
+
default: (0, _emotion.css)(_templateObject(), _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.textFieldClearColor, _emotion.comboboxNewTokens.textFieldPlaceholderColor, _emotion.comboboxNewTokens.textFieldPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldClearPlaceholderColor, _emotion.comboboxNewTokens.textFieldClearPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldCaretColor, _emotion.comboboxNewTokens.textFieldTextBeforeColor, _emotion.comboboxNewTokens.textFieldTextAfterColor, _emotion.comboboxNewTokens.textFieldLabelColor, _emotion.comboboxNewTokens.textFieldLeftHelperColor, _emotion.comboboxNewTokens.textFieldFocusColor, _emotion.comboboxNewTokens.textFieldContentSlotColor, _emotion.comboboxNewTokens.textFieldContentSlotColorHover, _emotion.comboboxNewTokens.textFieldContentSlotColorActive, _emotion.comboboxNewTokens.textFieldIndicatorColor, _emotion.comboboxNewTokens.textFieldOptionalColor, _emotion.comboboxNewTokens.textFieldChipCloseIconColor, _emotion.comboboxNewTokens.textFieldChipColor, _emotion.comboboxNewTokens.textFieldChipBackground, _emotion.comboboxNewTokens.textFieldChipColorHover, _emotion.comboboxNewTokens.textFieldChipBackgroundHover, _emotion.comboboxNewTokens.textFieldChipColorActive, _emotion.comboboxNewTokens.textFieldChipBackgroundActive, _emotion.comboboxNewTokens.textFieldChipBackgroundReadOnly, _emotion.comboboxNewTokens.textFieldChipColorReadOnly, _emotion.comboboxNewTokens.textFieldChipBackgroundReadOnlyHover, _emotion.comboboxNewTokens.textFieldChipColorReadOnlyHover, _emotion.comboboxNewTokens.textFieldChipOpacityReadonly, _emotion.comboboxNewTokens.disclosureIconColor, _emotion.comboboxNewTokens.disclosureIconColorHover, _emotion.comboboxNewTokens.itemBackgroundHover, _emotion.comboboxNewTokens.textFieldHintIconColor, _emotion.comboboxNewTokens.dividerColor, _emotion.comboboxNewTokens.itemIconColor, _emotion.comboboxNewTokens.checkboxFillColor, _emotion.comboboxNewTokens.checkboxIconColor, _emotion.comboboxNewTokens.checkboxTriggerBorderCheckedColor, _emotion.comboboxNewTokens.checkboxTriggerBorderColor),
|
783
|
+
positive: (0, _emotion.css)(_templateObject1(), _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.textFieldClearColor, _emotion.comboboxNewTokens.textFieldPlaceholderColor, _emotion.comboboxNewTokens.textFieldPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldClearPlaceholderColor, _emotion.comboboxNewTokens.textFieldClearPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldCaretColor, _emotion.comboboxNewTokens.textFieldTextBeforeColor, _emotion.comboboxNewTokens.textFieldTextAfterColor, _emotion.comboboxNewTokens.textFieldLabelColor, _emotion.comboboxNewTokens.textFieldLeftHelperColor, _emotion.comboboxNewTokens.textFieldFocusColor, _emotion.comboboxNewTokens.textFieldContentSlotColor, _emotion.comboboxNewTokens.textFieldContentSlotColorHover, _emotion.comboboxNewTokens.textFieldContentSlotColorActive, _emotion.comboboxNewTokens.textFieldIndicatorColor, _emotion.comboboxNewTokens.textFieldOptionalColor, _emotion.comboboxNewTokens.textFieldChipCloseIconColor, _emotion.comboboxNewTokens.textFieldChipColor, _emotion.comboboxNewTokens.textFieldChipBackground, _emotion.comboboxNewTokens.textFieldChipColorHover, _emotion.comboboxNewTokens.textFieldChipBackgroundHover, _emotion.comboboxNewTokens.textFieldChipColorActive, _emotion.comboboxNewTokens.textFieldChipBackgroundActive, _emotion.comboboxNewTokens.textFieldChipBackgroundReadOnly, _emotion.comboboxNewTokens.textFieldChipColorReadOnly, _emotion.comboboxNewTokens.textFieldChipBackgroundReadOnlyHover, _emotion.comboboxNewTokens.textFieldChipColorReadOnlyHover, _emotion.comboboxNewTokens.textFieldChipOpacityReadonly, _emotion.comboboxNewTokens.disclosureIconColor, _emotion.comboboxNewTokens.disclosureIconColorHover, _emotion.comboboxNewTokens.itemBackgroundHover, _emotion.comboboxNewTokens.textFieldHintIconColor, _emotion.comboboxNewTokens.dividerColor, _emotion.comboboxNewTokens.itemIconColor, _emotion.comboboxNewTokens.checkboxFillColor, _emotion.comboboxNewTokens.checkboxIconColor, _emotion.comboboxNewTokens.checkboxTriggerBorderCheckedColor, _emotion.comboboxNewTokens.checkboxTriggerBorderColor),
|
784
|
+
warning: (0, _emotion.css)(_templateObject2(), _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.textFieldClearColor, _emotion.comboboxNewTokens.textFieldPlaceholderColor, _emotion.comboboxNewTokens.textFieldPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldClearPlaceholderColor, _emotion.comboboxNewTokens.textFieldClearPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldCaretColor, _emotion.comboboxNewTokens.textFieldTextBeforeColor, _emotion.comboboxNewTokens.textFieldTextAfterColor, _emotion.comboboxNewTokens.textFieldLabelColor, _emotion.comboboxNewTokens.textFieldLeftHelperColor, _emotion.comboboxNewTokens.textFieldFocusColor, _emotion.comboboxNewTokens.textFieldContentSlotColor, _emotion.comboboxNewTokens.textFieldContentSlotColorHover, _emotion.comboboxNewTokens.textFieldContentSlotColorActive, _emotion.comboboxNewTokens.textFieldIndicatorColor, _emotion.comboboxNewTokens.textFieldOptionalColor, _emotion.comboboxNewTokens.textFieldChipCloseIconColor, _emotion.comboboxNewTokens.textFieldChipColor, _emotion.comboboxNewTokens.textFieldChipBackground, _emotion.comboboxNewTokens.textFieldChipColorHover, _emotion.comboboxNewTokens.textFieldChipBackgroundHover, _emotion.comboboxNewTokens.textFieldChipColorActive, _emotion.comboboxNewTokens.textFieldChipBackgroundActive, _emotion.comboboxNewTokens.textFieldChipBackgroundReadOnly, _emotion.comboboxNewTokens.textFieldChipColorReadOnly, _emotion.comboboxNewTokens.textFieldChipBackgroundReadOnlyHover, _emotion.comboboxNewTokens.textFieldChipColorReadOnlyHover, _emotion.comboboxNewTokens.textFieldChipOpacityReadonly, _emotion.comboboxNewTokens.disclosureIconColor, _emotion.comboboxNewTokens.disclosureIconColorHover, _emotion.comboboxNewTokens.itemBackgroundHover, _emotion.comboboxNewTokens.textFieldHintIconColor, _emotion.comboboxNewTokens.dividerColor, _emotion.comboboxNewTokens.itemIconColor, _emotion.comboboxNewTokens.checkboxFillColor, _emotion.comboboxNewTokens.checkboxIconColor, _emotion.comboboxNewTokens.checkboxTriggerBorderCheckedColor, _emotion.comboboxNewTokens.checkboxTriggerBorderColor),
|
785
|
+
negative: (0, _emotion.css)(_templateObject3(), _emotion.comboboxNewTokens.textFieldColor, _emotion.comboboxNewTokens.textFieldClearColor, _emotion.comboboxNewTokens.textFieldPlaceholderColor, _emotion.comboboxNewTokens.textFieldPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldClearPlaceholderColor, _emotion.comboboxNewTokens.textFieldClearPlaceholderColorFocus, _emotion.comboboxNewTokens.textFieldBackgroundColor, _emotion.comboboxNewTokens.textFieldBackgroundColorFocus, _emotion.comboboxNewTokens.textFieldCaretColor, _emotion.comboboxNewTokens.textFieldTextBeforeColor, _emotion.comboboxNewTokens.textFieldTextAfterColor, _emotion.comboboxNewTokens.textFieldLabelColor, _emotion.comboboxNewTokens.textFieldLeftHelperColor, _emotion.comboboxNewTokens.textFieldFocusColor, _emotion.comboboxNewTokens.textFieldContentSlotColor, _emotion.comboboxNewTokens.textFieldContentSlotColorHover, _emotion.comboboxNewTokens.textFieldContentSlotColorActive, _emotion.comboboxNewTokens.textFieldIndicatorColor, _emotion.comboboxNewTokens.textFieldOptionalColor, _emotion.comboboxNewTokens.textFieldChipCloseIconColor, _emotion.comboboxNewTokens.textFieldChipColor, _emotion.comboboxNewTokens.textFieldChipBackground, _emotion.comboboxNewTokens.textFieldChipColorHover, _emotion.comboboxNewTokens.textFieldChipBackgroundHover, _emotion.comboboxNewTokens.textFieldChipColorActive, _emotion.comboboxNewTokens.textFieldChipBackgroundActive, _emotion.comboboxNewTokens.textFieldChipBackgroundReadOnly, _emotion.comboboxNewTokens.textFieldChipColorReadOnly, _emotion.comboboxNewTokens.textFieldChipBackgroundReadOnlyHover, _emotion.comboboxNewTokens.textFieldChipColorReadOnlyHover, _emotion.comboboxNewTokens.textFieldChipOpacityReadonly, _emotion.comboboxNewTokens.disclosureIconColor, _emotion.comboboxNewTokens.disclosureIconColorHover, _emotion.comboboxNewTokens.itemBackgroundHover, _emotion.comboboxNewTokens.textFieldHintIconColor, _emotion.comboboxNewTokens.dividerColor, _emotion.comboboxNewTokens.itemIconColor, _emotion.comboboxNewTokens.checkboxFillColor, _emotion.comboboxNewTokens.checkboxIconColor, _emotion.comboboxNewTokens.checkboxTriggerBorderCheckedColor, _emotion.comboboxNewTokens.checkboxTriggerBorderColor)
|
790
786
|
},
|
791
787
|
size: {
|
792
788
|
l: (0, _emotion.css)(_templateObject4(), _emotion.comboboxNewTokens.textFieldHeight, _emotion.comboboxNewTokens.textFieldPadding, _emotion.comboboxNewTokens.textFieldPaddingWithChips, _emotion.comboboxNewTokens.textFieldBorderRadius, _emotion.comboboxNewTokens.textFieldLeftContentMargin, _emotion.comboboxNewTokens.textFieldRightContentMargin, _emotion.comboboxNewTokens.textFieldRightContentWithHintMargin, _emotion.comboboxNewTokens.textFieldContentRightWrapperGap, _emotion.comboboxNewTokens.textFieldContentRightWrapperMargin, _emotion.comboboxNewTokens.textFieldTextBeforeMargin, _emotion.comboboxNewTokens.textFieldTextAfterMargin, _emotion.comboboxNewTokens.textFieldFontFamily, _emotion.comboboxNewTokens.textFieldFontSize, _emotion.comboboxNewTokens.textFieldFontStyle, _emotion.comboboxNewTokens.textFieldFontWeight, _emotion.comboboxNewTokens.textFieldLetterSpacing, _emotion.comboboxNewTokens.textFieldLineHeight, _emotion.comboboxNewTokens.textFieldLabelOffset, _emotion.comboboxNewTokens.textFieldLabelFontFamily, _emotion.comboboxNewTokens.textFieldLabelFontSize, _emotion.comboboxNewTokens.textFieldLabelFontStyle, _emotion.comboboxNewTokens.textFieldLabelFontWeight, _emotion.comboboxNewTokens.textFieldLabelLetterSpacing, _emotion.comboboxNewTokens.textFieldLabelLineHeight, _emotion.comboboxNewTokens.textFieldHintMargin, _emotion.comboboxNewTokens.textFieldHintTargetSize, _emotion.comboboxNewTokens.textFieldHintInnerLabelPlacementOffset, _emotion.comboboxNewTokens.textFieldClearHintInnerLabelPlacementOffset, _emotion.comboboxNewTokens.textFieldLeftHelperOffset, _emotion.comboboxNewTokens.textFieldLeftHelperFontFamily, _emotion.comboboxNewTokens.textFieldLeftHelperFontSize, _emotion.comboboxNewTokens.textFieldLeftHelperFontStyle, _emotion.comboboxNewTokens.textFieldLeftHelperFontWeight, _emotion.comboboxNewTokens.textFieldLeftHelperLetterSpacing, _emotion.comboboxNewTokens.textFieldLeftHelperLineHeight, _emotion.comboboxNewTokens.textFieldLabelInnerPadding, _emotion.comboboxNewTokens.textFieldContentLabelInnerPadding, _emotion.comboboxNewTokens.textFieldIndicatorSizeInner, _emotion.comboboxNewTokens.textFieldIndicatorSizeOuter, _emotion.comboboxNewTokens.textFieldIndicatorLabelPlacementInner, _emotion.comboboxNewTokens.textFieldIndicatorLabelPlacementOuter, _emotion.comboboxNewTokens.textFieldIndicatorLabelPlacementInnerRight, _emotion.comboboxNewTokens.textFieldIndicatorLabelPlacementOuterRight, _emotion.comboboxNewTokens.textFieldClearIndicatorLabelPlacementInner, _emotion.comboboxNewTokens.textFieldClearIndicatorLabelPlacementInnerRight, _emotion.comboboxNewTokens.textFieldClearIndicatorHintInnerRight, _emotion.comboboxNewTokens.textFieldChipGap, _emotion.comboboxNewTokens.textFieldChipBorderRadius, _emotion.comboboxNewTokens.textFieldChipWidth, _emotion.comboboxNewTokens.textFieldChipHeight, _emotion.comboboxNewTokens.textFieldChipPadding, _emotion.comboboxNewTokens.textFieldChipClearContentMarginLeft, _emotion.comboboxNewTokens.textFieldChipClearContentMarginRight, _emotion.comboboxNewTokens.textFieldChipCloseIconSize, _emotion.comboboxNewTokens.textFieldChipFontFamily, _emotion.comboboxNewTokens.textFieldChipFontSize, _emotion.comboboxNewTokens.textFieldChipFontStyle, _emotion.comboboxNewTokens.textFieldChipFontWeight, _emotion.comboboxNewTokens.textFieldChipLetterSpacing, _emotion.comboboxNewTokens.textFieldChipLineHeight, _emotion.comboboxNewTokens.emptyStatePadding, _emotion.comboboxNewTokens.padding, _emotion.comboboxNewTokens.borderRadius, _emotion.comboboxNewTokens.itemHeight, _emotion.comboboxNewTokens.itemPadding, _emotion.comboboxNewTokens.itemPaddingTight, _emotion.comboboxNewTokens.itemBorderRadius, _emotion.comboboxNewTokens.itemIconMargin, _emotion.comboboxNewTokens.itemIconSize, _emotion.comboboxNewTokens.itemIconSizeTight, _emotion.comboboxNewTokens.cellPadding, _emotion.comboboxNewTokens.cellPaddingLeftContent, _emotion.comboboxNewTokens.cellPaddingContent, _emotion.comboboxNewTokens.cellPaddingRightContent, _emotion.comboboxNewTokens.cellTextboxGap, _emotion.comboboxNewTokens.cellGap, _emotion.comboboxNewTokens.cellTitleFontFamily, _emotion.comboboxNewTokens.cellTitleFontSize, _emotion.comboboxNewTokens.cellTitleFontStyle, _emotion.comboboxNewTokens.cellTitleFontWeight, _emotion.comboboxNewTokens.cellTitleLetterSpacing, _emotion.comboboxNewTokens.cellTitleLineHeight, _emotion.comboboxNewTokens.fontFamily, _emotion.comboboxNewTokens.fontSize, _emotion.comboboxNewTokens.fontStyle, _emotion.comboboxNewTokens.fontWeight, _emotion.comboboxNewTokens.fontLetterSpacing, _emotion.comboboxNewTokens.fontLineHeight, _emotion.comboboxNewTokens.checkboxTriggerSize, _emotion.comboboxNewTokens.checkboxTriggerSizeTight, _emotion.comboboxNewTokens.checkboxTriggerBorderRadius, _emotion.comboboxNewTokens.checkboxTriggerBorderRadiusTight, _emotion.comboboxNewTokens.checkboxTriggerBorderWidth, _emotion.comboboxNewTokens.indicatorSize, _emotion.comboboxNewTokens.dividerMarginTop, _emotion.comboboxNewTokens.dividerMarginRight, _emotion.comboboxNewTokens.dividerMarginBottom, _emotion.comboboxNewTokens.dividerMarginLeft, _emotion.comboboxNewTokens.dividerMarginTopTight, _emotion.comboboxNewTokens.dividerMarginBottomTight),
|
@@ -848,8 +848,7 @@ function _templateObject16() {
|
|
848
848
|
": var(--inverse-text-primary);\n ",
|
849
849
|
": var(--surface-solid-default);\n ",
|
850
850
|
": var(--surface-solid-default-hover);\n ",
|
851
|
-
": var(--inverse-text-secondary);\n ",
|
852
|
-
": var(--inverse-text-primary);\n\n ",
|
851
|
+
": var(--inverse-text-secondary);\n\n ",
|
853
852
|
": var(--surface-solid-default);\n ",
|
854
853
|
": var(--inverse-text-primary);\n ",
|
855
854
|
": var(--surface-solid-default);\n ",
|
@@ -867,8 +866,7 @@ function _templateObject17() {
|
|
867
866
|
": var(--text-primary);\n ",
|
868
867
|
": var(--surface-transparent-secondary);\n ",
|
869
868
|
": var(--surface-transparent-secondary-hover);\n ",
|
870
|
-
": var(--text-secondary);\n ",
|
871
|
-
": var(--text-primary);\n\n ",
|
869
|
+
": var(--text-secondary);\n\n ",
|
872
870
|
": var(--surface-transparent-secondary);\n ",
|
873
871
|
": var(--text-primary);\n ",
|
874
872
|
": var(--surface-transparent-secondary);\n ",
|
@@ -886,8 +884,7 @@ function _templateObject18() {
|
|
886
884
|
": var(--on-dark-text-primary);\n ",
|
887
885
|
": var(--surface-accent);\n ",
|
888
886
|
": var(--surface-accent-hover);\n ",
|
889
|
-
": var(--on-dark-text-secondary);\n ",
|
890
|
-
": var(--on-dark-text-primary);\n\n ",
|
887
|
+
": var(--on-dark-text-secondary);\n\n ",
|
891
888
|
": var(--surface-accent);\n ",
|
892
889
|
": var(--on-dark-text-primary);\n ",
|
893
890
|
": var(--surface-accent);\n ",
|
@@ -1025,9 +1022,9 @@ var config = {
|
|
1025
1022
|
outer: (0, _emotion.css)(_templateObject15())
|
1026
1023
|
},
|
1027
1024
|
chipView: {
|
1028
|
-
default: (0, _emotion.css)(_templateObject16(), _emotion.selectTokens.textFieldChipColor, _emotion.selectTokens.textFieldChipBackground, _emotion.selectTokens.textFieldChipBackgroundHover, _emotion.selectTokens.textFieldChipCloseIconColor, _emotion.selectTokens.
|
1029
|
-
secondary: (0, _emotion.css)(_templateObject17(), _emotion.selectTokens.textFieldChipColor, _emotion.selectTokens.textFieldChipBackground, _emotion.selectTokens.textFieldChipBackgroundHover, _emotion.selectTokens.textFieldChipCloseIconColor, _emotion.selectTokens.
|
1030
|
-
accent: (0, _emotion.css)(_templateObject18(), _emotion.selectTokens.textFieldChipColor, _emotion.selectTokens.textFieldChipBackground, _emotion.selectTokens.textFieldChipBackgroundHover, _emotion.selectTokens.textFieldChipCloseIconColor, _emotion.selectTokens.
|
1025
|
+
default: (0, _emotion.css)(_templateObject16(), _emotion.selectTokens.textFieldChipColor, _emotion.selectTokens.textFieldChipBackground, _emotion.selectTokens.textFieldChipBackgroundHover, _emotion.selectTokens.textFieldChipCloseIconColor, _emotion.selectTokens.textFieldChipBackgroundReadOnly, _emotion.selectTokens.textFieldChipColorReadOnly, _emotion.selectTokens.textFieldChipBackgroundReadOnlyHover, _emotion.selectTokens.textFieldChipColorReadOnlyHover, _emotion.selectTokens.textFieldChipOpacityReadonly),
|
1026
|
+
secondary: (0, _emotion.css)(_templateObject17(), _emotion.selectTokens.textFieldChipColor, _emotion.selectTokens.textFieldChipBackground, _emotion.selectTokens.textFieldChipBackgroundHover, _emotion.selectTokens.textFieldChipCloseIconColor, _emotion.selectTokens.textFieldChipBackgroundReadOnly, _emotion.selectTokens.textFieldChipColorReadOnly, _emotion.selectTokens.textFieldChipBackgroundReadOnlyHover, _emotion.selectTokens.textFieldChipColorReadOnlyHover, _emotion.selectTokens.textFieldChipOpacityReadonly),
|
1027
|
+
accent: (0, _emotion.css)(_templateObject18(), _emotion.selectTokens.textFieldChipColor, _emotion.selectTokens.textFieldChipBackground, _emotion.selectTokens.textFieldChipBackgroundHover, _emotion.selectTokens.textFieldChipCloseIconColor, _emotion.selectTokens.textFieldChipBackgroundReadOnly, _emotion.selectTokens.textFieldChipColorReadOnly, _emotion.selectTokens.textFieldChipBackgroundReadOnlyHover, _emotion.selectTokens.textFieldChipColorReadOnlyHover, _emotion.selectTokens.textFieldChipOpacityReadonly)
|
1031
1028
|
},
|
1032
1029
|
hintView: {
|
1033
1030
|
default: (0, _emotion.css)(_templateObject19(), _emotion.selectTokens.textFieldTooltipBackgroundColor, _emotion.selectTokens.textFieldTooltipBoxShadow, _emotion.selectTokens.textFieldTooltipColor, _emotion.selectTokens.textFieldTooltipArrowBackground)
|