@salutejs/plasma-new-hope 0.272.1-canary.1785.13402487738.0 → 0.273.0-canary.1748.13402355393.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +1 -1
- package/cjs/components/Calendar/Calendar.tokens.js +0 -2
- package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
- package/cjs/components/Calendar/CalendarBase/CalendarBase.css +4 -4
- package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
- package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
- package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
- package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
- package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js.map +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +7 -14
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_1hkk03u.css → DateStructureItem.styles_1nxfztn.css} +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +1 -1
- package/cjs/components/DatePicker/DatePicker.tokens.js +1 -3
- package/cjs/components/DatePicker/DatePicker.tokens.js.map +1 -1
- package/cjs/components/DatePicker/DatePickerBase.styles.js +1 -1
- package/cjs/components/DatePicker/DatePickerBase.styles.js.map +1 -1
- package/cjs/components/DatePicker/DatePickerBase.styles_1vzl5em.css +2 -0
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +9 -9
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +7 -7
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_k7d8e5.css +2 -0
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +7 -7
- package/cjs/components/Pagination/Pagination.css +4 -4
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +4 -4
- package/cjs/components/Range/Range.css +1 -1
- package/cjs/components/Select/Select.css +4 -4
- package/cjs/components/Select/Select.js +9 -4
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.tokens.js +14 -0
- package/cjs/components/Select/Select.tokens.js.map +1 -1
- package/cjs/components/Select/ui/Target/Target.css +4 -4
- package/cjs/components/Select/ui/Target/Target.js +3 -1
- package/cjs/components/Select/ui/Target/Target.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +4 -4
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +17 -40
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles_1gpvmro.css +3 -0
- package/cjs/components/Slider/Slider.css +1 -1
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -1
- package/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
- package/cjs/components/TextField/variations/_read-only/{base_oizdmx.css → base_1xe4l4q.css} +1 -1
- package/cjs/index.css +12 -12
- package/emotion/cjs/components/Calendar/Calendar.tokens.js +0 -2
- package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +1 -1
- package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +7 -13
- package/emotion/cjs/components/DatePicker/DatePicker.tokens.js +1 -3
- package/emotion/cjs/components/DatePicker/DatePickerBase.styles.js +3 -3
- package/emotion/cjs/components/Select/Select.js +9 -4
- package/emotion/cjs/components/Select/Select.tokens.js +14 -0
- package/emotion/cjs/components/Select/ui/Target/Target.js +3 -1
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -1
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +13 -22
- package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
- package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
- package/emotion/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.config.js +7 -7
- package/emotion/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.config.js +26 -23
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +7 -0
- package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
- package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
- package/emotion/cjs/examples/plasma_web/components/DatePicker/DatePicker.config.js +7 -7
- package/emotion/cjs/examples/plasma_web/components/Select/Select.config.js +26 -23
- package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +8 -0
- package/emotion/es/components/Calendar/Calendar.tokens.js +0 -2
- package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +1 -1
- package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +7 -13
- package/emotion/es/components/DatePicker/DatePicker.tokens.js +1 -3
- package/emotion/es/components/DatePicker/DatePickerBase.styles.js +3 -3
- package/emotion/es/components/Select/Select.js +9 -4
- package/emotion/es/components/Select/Select.tokens.js +14 -0
- package/emotion/es/components/Select/ui/Target/Target.js +3 -1
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -1
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +13 -22
- package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
- package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
- package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
- package/emotion/es/examples/plasma_b2c/components/DatePicker/DatePicker.config.js +7 -7
- package/emotion/es/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
- package/emotion/es/examples/plasma_b2c/components/Select/Select.config.js +26 -23
- package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +7 -0
- package/emotion/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
- package/emotion/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
- package/emotion/es/examples/plasma_web/components/DatePicker/DatePicker.config.js +7 -7
- package/emotion/es/examples/plasma_web/components/Select/Select.config.js +26 -23
- package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +8 -0
- package/es/components/Autocomplete/Autocomplete.css +1 -1
- package/es/components/Calendar/Calendar.tokens.js +0 -2
- package/es/components/Calendar/Calendar.tokens.js.map +1 -1
- package/es/components/Calendar/CalendarBase/CalendarBase.css +4 -4
- package/es/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
- package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
- package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
- package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
- package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +1 -1
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js.map +1 -1
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +7 -14
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
- package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_1hkk03u.css → DateStructureItem.styles_1nxfztn.css} +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +1 -1
- package/es/components/DatePicker/DatePicker.tokens.js +1 -3
- package/es/components/DatePicker/DatePicker.tokens.js.map +1 -1
- package/es/components/DatePicker/DatePickerBase.styles.js +1 -1
- package/es/components/DatePicker/DatePickerBase.styles.js.map +1 -1
- package/es/components/DatePicker/DatePickerBase.styles_1vzl5em.css +2 -0
- package/es/components/DatePicker/RangeDate/RangeDate.css +9 -9
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +7 -7
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_k7d8e5.css +2 -0
- package/es/components/DatePicker/SingleDate/SingleDate.css +7 -7
- package/es/components/Pagination/Pagination.css +4 -4
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +4 -4
- package/es/components/Range/Range.css +1 -1
- package/es/components/Select/Select.css +4 -4
- package/es/components/Select/Select.js +9 -4
- package/es/components/Select/Select.js.map +1 -1
- package/es/components/Select/Select.tokens.js +14 -0
- package/es/components/Select/Select.tokens.js.map +1 -1
- package/es/components/Select/ui/Target/Target.css +4 -4
- package/es/components/Select/ui/Target/Target.js +3 -1
- package/es/components/Select/ui/Target/Target.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +4 -4
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +17 -40
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles_1gpvmro.css +3 -0
- package/es/components/Slider/Slider.css +1 -1
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -1
- package/es/components/TextField/variations/_read-only/base.js +1 -1
- package/es/components/TextField/variations/_read-only/base.js.map +1 -1
- package/es/components/TextField/variations/_read-only/{base_oizdmx.css → base_1xe4l4q.css} +1 -1
- package/es/index.css +12 -12
- package/package.json +2 -2
- package/styled-components/cjs/components/Calendar/Calendar.tokens.js +0 -2
- package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +1 -1
- package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -11
- package/styled-components/cjs/components/DatePicker/DatePicker.tokens.js +1 -3
- package/styled-components/cjs/components/DatePicker/DatePickerBase.styles.js +1 -1
- package/styled-components/cjs/components/Select/Select.js +9 -4
- package/styled-components/cjs/components/Select/Select.tokens.js +14 -0
- package/styled-components/cjs/components/Select/ui/Target/Target.js +3 -1
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -1
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +11 -20
- package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.config.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.config.js +6 -3
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +7 -0
- package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
- package/styled-components/cjs/examples/plasma_web/components/DatePicker/DatePicker.config.js +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.config.js +6 -3
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +8 -0
- package/styled-components/es/components/Calendar/Calendar.tokens.js +0 -2
- package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +1 -1
- package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -11
- package/styled-components/es/components/DatePicker/DatePicker.tokens.js +1 -3
- package/styled-components/es/components/DatePicker/DatePickerBase.styles.js +1 -1
- package/styled-components/es/components/Select/Select.js +9 -4
- package/styled-components/es/components/Select/Select.tokens.js +14 -0
- package/styled-components/es/components/Select/ui/Target/Target.js +3 -1
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -1
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +11 -20
- package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
- package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/DatePicker/DatePicker.config.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.config.js +6 -3
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +7 -0
- package/styled-components/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
- package/styled-components/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
- package/styled-components/es/examples/plasma_web/components/DatePicker/DatePicker.config.js +1 -1
- package/styled-components/es/examples/plasma_web/components/Select/Select.config.js +6 -3
- package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +8 -0
- package/types/components/Calendar/Calendar.tokens.d.ts +0 -2
- package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
- package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.d.ts.map +1 -1
- package/types/components/DatePicker/DatePicker.tokens.d.ts +0 -2
- package/types/components/DatePicker/DatePicker.tokens.d.ts.map +1 -1
- package/types/components/DatePicker/DatePickerBase.styles.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +6 -0
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Select/Select.d.ts.map +1 -1
- package/types/components/Select/Select.tokens.d.ts +14 -0
- package/types/components/Select/Select.tokens.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +8 -0
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
- package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Calendar/CalendarBase.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.config.d.ts +3 -0
- package/types/examples/plasma_b2c/components/Select/Select.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +9 -0
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Calendar/CalendarBase.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.config.d.ts +3 -0
- package/types/examples/plasma_web/components/Select/Select.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +9 -0
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/cjs/components/DatePicker/DatePickerBase.styles_1jm7rc0.css +0 -2
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_r5ataz.css +0 -2
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles_1qjsc53.css +0 -3
- package/es/components/DatePicker/DatePickerBase.styles_1jm7rc0.css +0 -2
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles_r5ataz.css +0 -2
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles_1qjsc53.css +0 -3
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Select.tokens.js","sources":["../../../src/components/Select/Select.tokens.ts"],"sourcesContent":["export const classes = {\n dropdownItemIsFocused: 'dropdown-item-is-focused',\n dropdownItemIsDisabled: 'dropdown-item-is-disabled',\n dropdownItemIsActive: 'dropdown-item-is-active',\n selectTargetArrow: 'select-target-arrow',\n arrowInverse: 'arrow-inverse',\n textfieldTarget: 'select-textfield-target',\n selectChipIsFocused: 'select-chip-is-focused',\n selectWithoutBoxShadow: 'select-without-box-shadow',\n selectSpinner: 'select-spinner',\n};\n\nexport const tokens = {\n borderRadius: '--plasma-select-border-radius',\n margin: '--plasma-select-margin',\n padding: '--plasma-select-padding',\n\n fontFamily: '--plasma-select-font-family',\n fontSize: '--plasma-select-font-size',\n fontStyle: '--plasma-select-font-style',\n fontWeight: '--plasma-select-font-weight',\n fontLetterSpacing: '--plasma-select-font-letter-spacing',\n fontLineHeight: '--plasma-select-font-line-height',\n\n dropdownBorderColor: '--plasma-select-dropdown-border-color',\n dropdownBorderWidth: '--plasma-select-dropdown-border-width',\n\n itemHeight: '--plasma-select-item-height',\n itemBorderRadius: '--plasma-select-item-border-radius',\n itemPadding: '--plasma-select-item-padding',\n itemPaddingTight: '--plasma-select-item-padding-tight',\n itemIconSize: '--plasma-select-item-icon-size',\n itemIconSizeTight: '--plasma-select-item-icon-size-tight',\n itemIconMargin: '--plasma-select-item-icon-margin',\n itemBackgroundHover: '--plasma-select-item-background-hover',\n\n cellPadding: '--plasma-select-cell-padding',\n cellPaddingLeftContent: '--plasma-select-cell-padding-left-content',\n cellPaddingContent: '--plasma-select-cell-padding-content',\n cellPaddingRightContent: '--plasma-select-cell-padding-right-content',\n cellTextboxGap: '--plasma-select-cell-textbox-gap',\n cellGap: '--plasma-select-cell-gap',\n cellTitleFontFamily: '--plasma-select-cell-title-font-family',\n cellTitleFontSize: '--plasma-select-cell-title-font-size',\n cellTitleFontStyle: '--plasma-select-cell-title-font-style',\n cellTitleFontWeight: '--plasma-select-cell-title-font-weight',\n cellTitleLetterSpacing: '--plasma-select-cell-title-letter-spacing',\n cellTitleLineHeight: '--plasma-select-cell-title-line-height',\n\n checkboxTriggerSize: '--plasma-select-checkbox-trigger-size',\n checkboxTriggerSizeTight: '--plasma-select-checkbox-trigger-size-tight',\n checkboxTriggerBorderRadius: '--plasma-select-checkbox-trigger-border-radius',\n checkboxTriggerBorderRadiusTight: '--plasma-select-checkbox-trigger-border-radius-tight',\n checkboxFillColor: '--plasma-select-checkbox-fill-color',\n checkboxIconColor: '--plasma-select-checkbox-icon-color',\n checkboxTriggerBorderColor: '--plasma-select-checkbox-trigger-border-color',\n\n indicatorSize: '--plasma-select-indicator-size',\n\n targetHeight: '--plasma-select-target-height',\n\n // Токены для Button\n buttonColor: '--plasma-select-button-color',\n buttonColorHover: '--plasma-select-button-color-hover',\n buttonColorActive: '--plasma-select-button-color-active',\n buttonArrowColor: '--plasma-select-button-arrow-color',\n buttonArrowColorHover: '--plasma-select-button-arrow-color-hover',\n buttonArrowColorActive: '--plasma-select-button-arrow-color-active',\n buttonArrowMargin: '--plasma-select-button-arrow-margin',\n buttonBackgroundColor: '--plasma-select-button-background-color',\n buttonBackgroundColorHover: '--plasma-select-button-background-color-hover',\n buttonBackgroundColorActive: '--plasma-select-button-background-color-active',\n buttonPadding: '--plasma-select-button-padding',\n\n // Токены для TextField\n textFieldColor: '--plasma-select-textfield-color',\n\n textFieldBackgroundColor: '--plasma-select-textfield-background-color',\n textFieldBackgroundColorHover: '--plasma-select-textfield-background-color-hover',\n textFieldBackgroundColorFocus: '--plasma-select-textfield-background-color-focus',\n\n textFieldBorderColor: '--plasma-select-textfield-border-color',\n textFieldBorderColorHover: '--plasma-select-textfield-border-color-hover',\n textFieldBorderColorFocus: '--plasma-select-textfield-border-color-focus',\n\n textFieldPlaceholderColor: '--plasma-select-textfield-placeholder-color',\n textFieldPlaceholderColorFocus: '--plasma-select-textfield-placeholder-color-focus',\n\n textFieldHeight: '--plasma-select-textfield-height',\n textFieldBorderWidth: '--plasma-select-textfield-border-width',\n textFieldBorderRadius: '--plasma-select-textfield-border-radius',\n\n textFieldPadding: '--plasma-select-textfield-padding',\n textFieldPaddingWithChips: '--plasma-select-textfield-padding-with-chips',\n\n textFieldLeftContentMargin: '--plasma-select-textfield-left-content-margin',\n textFieldRightContentMargin: '--plasma-select-textfield-right-content-margin',\n textFieldRightContentWithHintMargin: '--plasma-select-textfield-right-content-with-hint-margin',\n\n textFieldContentRightWrapperGap: '--plasma-select-textfield-content-right-wrapper-gap',\n textFieldContentRightWrapperMargin: '--plasma-select-textfield-content-right-wrapper-margin',\n\n textFieldFontFamily: '--plasma-select-textfield-font-family',\n textFieldFontStyle: '--plasma-select-textfield-font-style',\n textFieldFontSize: '--plasma-select-textfield-font-size',\n textFieldFontWeight: '--plasma-select-textfield-font-weight',\n textFieldLetterSpacing: '--plasma-select-textfield-letter-spacing',\n textFieldLineHeight: '--plasma-select-textfield-line-height',\n\n textFieldContentSlotColor: '--plasma-select-textfield-content-slot-color',\n textFieldContentSlotColorHover: '--plasma-select-textfield-content-slot-color-hover',\n textFieldContentSlotColorActive: '--plasma-select-textfield-content-slot-color-active',\n\n textFieldContentSlotRightColor: '--plasma-select-textfield-content-right-slot-color',\n textFieldContentSlotRightColorHover: '--plasma-select-textfield-content-right-slot-color-hover',\n textFieldContentSlotRightColorActive: '--plasma-select-textfield-content-right-slot-color-active',\n\n textFieldLabelColor: '--plasma-select-textfield-label-color',\n textFieldLabelOffset: '--plasma-select-textfield-label-offset',\n\n textFieldLabelFontFamily: '--plasma-select-textfield-label-font-family',\n textFieldLabelFontStyle: '--plasma-select-textfield-label-font-style',\n textFieldLabelFontSize: '--plasma-select-textfield-label-font-size',\n textFieldLabelFontWeight: '--plasma-select-textfield-label-font-weight',\n textFieldLabelLetterSpacing: '--plasma-select-textfield-label-letter-spacing',\n textFieldLabelLineHeight: '--plasma-select-textfield-label-line-height',\n\n textFieldLabelInnerFontFamily: '--plasma-select-textfield-placement-inner-label-font-family',\n textFieldLabelInnerFontStyle: '--plasma-select-textfield-placement-inner-label-font-style',\n textFieldLabelInnerFontSize: '--plasma-select-textfield-placement-inner-label-font-size',\n textFieldLabelInnerFontWeight: '--plasma-select-textfield-placement-inner-label-font-weight',\n textFieldLabelInnerLetterSpacing: '--plasma-select-textfield-placement-inner-label-letter-spacing',\n textFieldLabelInnerLineHeight: '--plasma-select-textfield-placement-inner-label-line-height',\n\n textFieldLabelInnerPadding: '--plasma-select-textfield-placement-inner-label-padding',\n textFieldContentLabelInnerPadding: '--plasma-select-textfield-placement-inner-content-padding',\n\n textFieldTitleCaptionColor: '--plasma-select-textfield-title-caption-color',\n textFieldTitleCaptionInnerLabelOffset: '--plasma-select-textfield-title-caption-label-inner-offset',\n\n textFieldTitleCaptionFontFamily: '--plasma-select-textfield-title-caption-font-family',\n textFieldTitleCaptionFontStyle: '--plasma-select-textfield-title-caption-font-style',\n textFieldTitleCaptionFontSize: '--plasma-select-textfield-title-caption-font-size',\n textFieldTitleCaptionFontWeight: '--plasma-select-textfield-title-caption-font-weight',\n textFieldTitleCaptionLetterSpacing: '--plasma-select-textfield-title-caption-letter-spacing',\n textFieldTitleCaptionLineHeight: '--plasma-select-textfield-title-caption-line-height',\n\n textFieldLeftHelperColor: '--plasma-select-textfield-left-helper-color',\n textFieldLeftHelperOffset: '--plasma-select-textfield-left-helper-offset',\n\n textFieldLeftHelperFontFamily: '--plasma-select-textfield-left-helper-font-family',\n textFieldLeftHelperFontStyle: '--plasma-select-textfield-left-helper-font-style',\n textFieldLeftHelperFontSize: '--plasma-select-textfield-left-helper-font-size',\n textFieldLeftHelperFontWeight: '--plasma-select-textfield-left-helper-font-weight',\n textFieldLeftHelperLetterSpacing: '--plasma-select-textfield-left-helper-letter-spacing',\n textFieldLeftHelperLineHeight: '--plasma-select-textfield-left-helper-line-height',\n\n textFieldTextBeforeColor: '--plasma-select-textfield-before-text-color',\n textFieldTextAfterColor: '--plasma-select-textfield-after-text-color',\n textFieldTextBeforeMargin: '--plasma-select-textfield-before-text-margin',\n textFieldTextAfterMargin: '--plasma-select-textfield-after-text-margin',\n\n textFieldDisabledOpacity: '--plasma-select-textfield-disabled-opacity',\n\n /** Токены для tooltip */\n textFieldHintCustomIconTargetSize: '--plasma-select-textfield__hint-custom-icon-target-size',\n textFieldHintMargin: '--plasma-select-textfield__hint-margin',\n textFieldHintTargetSize: '--plasma-select-textfield__hint-target-size',\n textFieldHintIconColor: '--plasma-select-textfield__hint-icon-color',\n textFieldHintInnerLabelPlacementOffset: '--plasma-select-textfield__hint-inner-label-placement-offset',\n textFieldClearHintInnerLabelPlacementOffset: '--plasma-select-textfield__clear-hint-inner-label-placement-offset',\n\n textFieldTooltipBackgroundColor: '--plasma-select-textfield__tooltip-background-color',\n textFieldTooltipBoxShadow: '--plasma-select-textfield__tooltip-box-shadow',\n textFieldTooltipColor: '--plasma-select-textfield__tooltip-color',\n\n textFieldTooltipPaddingTop: '--plasma-select-textfield__tooltip-padding-top',\n textFieldTooltipPaddingRight: '--plasma-select-textfield__tooltip-padding-right',\n textFieldTooltipPaddingBottom: '--plasma-select-textfield__tooltip-padding-bottom',\n textFieldTooltipPaddingLeft: '--plasma-select-textfield__tooltip-padding-left',\n textFieldTooltipMinHeight: '--plasma-select-textfield__tooltip-min-height',\n textFieldTooltipBorderRadius: '--plasma-select-textfield__tooltip-border-radius',\n textFieldTooltipTextFontFamily: '--plasma-select-textfield__tooltip-text-font-family',\n textFieldTooltipTextFontSize: '--plasma-select-textfield__tooltip-text-font-size',\n textFieldTooltipTextFontStyle: '--plasma-select-textfield__tooltip-text-font-style',\n textFieldTooltipTextFontWeight: '--plasma-select-textfield__tooltip-text-font-weight',\n textFieldTooltipTextFontLetterSpacing: '--plasma-select-textfield__tooltip-text-font-letter-spacing',\n textFieldTooltipTextFontLineHeight: '--plasma-select-textfield__tooltip-text-font-line-height',\n textFieldTooltipContentLeftMargin: '--plasma-select-textfield__tooltip-content-left-margin',\n textFieldTooltipArrowMaskWidth: '--plasma-select-textfield__tooltip-arrow-mask-width',\n textFieldTooltipArrowMaskHeight: '--plasma-select-textfield__tooltip-arrow-mask-height',\n textFieldTooltipArrowMaskImage: '--plasma-select-textfield__tooltip-arrow-mask-image',\n textFieldTooltipArrowHeight: '--plasma-select-textfield__tooltip-arrow-height',\n textFieldTooltipArrowEdgeMargin: '--plasma-select-textfield__tooltip-arrow-edge-margin',\n textFieldTooltipArrowBackground: '--plasma-select-textfield__tooltip-arrow-background',\n\n textFieldChipHeight: '--plasma-select-textfield-chip-height',\n textFieldChipBorderRadius: '--plasma-select-textfield-chip-border-radius',\n textFieldChipGap: '--plasma-select-textfield-chip-gap',\n textFieldChipBackground: '--plasma-select-textfield--chip-background',\n textFieldChipColor: '--plasma-select-textfield-chip-color',\n textFieldChipBackgroundHover: '--plasma-select-textfield-chip-background-hover',\n textFieldChipColorHover: '--plasma-select-textfield-chip-color-hover',\n textFieldChipScaleHover: '--plasma-select-textfield-chip-scale-hover',\n textFieldChipBackgroundActive: '--plasma-select-textfield-chip-background-active',\n textFieldChipColorActive: '--plasma-select-textfield-chip-color-active',\n textFieldChipScaleActive: '--plasma-select-textfield-chip-scale-active',\n textFieldChipCloseIconColor: '--plasma-select-textfield-chip-close-icons-color',\n textFieldChipOutlineSize: '--plasma-select-textfield-chip-outline-size',\n textFieldChipWidth: '--plasma-select-textfield-chip-width',\n textFieldChipPadding: '--plasma-select-textfield-chip-padding',\n textFieldChipCloseIconSize: '--plasma-select-textfield-chip-close-icon-size',\n textFieldChipFontFamily: '--plasma-select-textfield-chip-font-family',\n textFieldChipFontSize: '--plasma-select-textfield-chip-font-size',\n textFieldChipFontStyle: '--plasma-select-textfield-chip-font-style',\n textFieldChipFontWeight: '--plasma-select-textfield-chip-font-weight',\n textFieldChipLetterSpacing: '--plasma-select-textfield-chip-letter-spacing',\n textFieldChipLineHeight: '--plasma-select-textfield-chip-line-height',\n textFieldChipClearContentMarginLeft: '--plasma-select-textfield-chip-clear-content-margin-left',\n textFieldChipClearContentMarginRight: '--plasma-select-textfield-chip-clear-content-margin-right',\n\n textFieldIndicatorColor: '--plasma-select-new-textfield-indicator-color',\n textFieldIndicatorSizeInner: '--plasma-select-new-textfield-indicator-size-inner',\n textFieldIndicatorSizeOuter: '--plasma-select-new-textfield-indicator-size-outer',\n textFieldIndicatorLabelPlacementInner: '--plasma-select-new-textfield-indicator-placement-inner',\n textFieldIndicatorLabelPlacementOuter: '--plasma-select-new-textfield-indicator-placement-outer',\n textFieldIndicatorLabelPlacementInnerRight: '--plasma-select-new-textfield-indicator-placement-inner-right',\n textFieldIndicatorLabelPlacementOuterRight: '--plasma-select-new-textfield-indicator-placement-outer-right',\n textFieldClearIndicatorLabelPlacementInner: '--plasma-select-new-textfield-clear-indicator-placement-inner',\n textFieldClearIndicatorLabelPlacementInnerRight:\n '--plasma-select-new-textfield-clear-indicator-placement-inner-right',\n textFieldClearIndicatorHintInnerRight: '--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right',\n textFieldOptionalColor: '--plasma-select-new-textfield-optional-color',\n\n textFieldFocusColor: '--plasma-select-textfield-focus-color',\n\n textFieldBoxShadow: '--plasma-select-textfield-box-shadow',\n\n disclosureIconColor: '--plasma-select-disclosure-icon-color',\n disclosureIconColorHover: '--plasma-select-disclosure-icon-color-hover',\n disclosureIconSize: '--plasma-select-disclosure-icon-size',\n disclosureIconMargin: '--plasma-select-disclosure-icon-margin',\n};\n\nexport const constants = {\n focusColor: '--surface-accent',\n focusSize: '0.0625rem',\n background: '--surface-solid-card',\n boxShadow: '0px 4px 14px -4px rgba(8, 8, 8, 0.08), 0px 1px 4px -1px rgba(0, 0, 0, 0.04)',\n itemBackground: '--plasma-colors-transparent',\n textfieldTargetColor: '--text-primary',\n textfieldOuterLabelColor: '--text-primary',\n textfieldInnerLabelColor: '--text-secondary',\n textfieldPlaceholderColor: '--text-secondary',\n opacity: '0.4',\n fontFamily: '--plasma-typo-body-xs-font-family',\n fontSize: '--plasma-typo-body-xs-font-size',\n fontStyle: '--plasma-typo-body-xs-font-style',\n fontWeight: '--plasma-typo-body-xs-font-weight',\n fontLetterSpacing: '--plasma-typo-body-xs-letter-spacing',\n fontLineHeight: '--plasma-typo-body-xs-line-height',\n cellTitleColor: '--text-primary',\n cellBackgroundColor: '--plasma-colors-transparent',\n};\n"],"names":["classes","dropdownItemIsFocused","dropdownItemIsDisabled","dropdownItemIsActive","selectTargetArrow","arrowInverse","textfieldTarget","selectChipIsFocused","selectWithoutBoxShadow","selectSpinner","tokens","borderRadius","margin","padding","fontFamily","fontSize","fontStyle","fontWeight","fontLetterSpacing","fontLineHeight","dropdownBorderColor","dropdownBorderWidth","itemHeight","itemBorderRadius","itemPadding","itemPaddingTight","itemIconSize","itemIconSizeTight","itemIconMargin","itemBackgroundHover","cellPadding","cellPaddingLeftContent","cellPaddingContent","cellPaddingRightContent","cellTextboxGap","cellGap","cellTitleFontFamily","cellTitleFontSize","cellTitleFontStyle","cellTitleFontWeight","cellTitleLetterSpacing","cellTitleLineHeight","checkboxTriggerSize","checkboxTriggerSizeTight","checkboxTriggerBorderRadius","checkboxTriggerBorderRadiusTight","checkboxFillColor","checkboxIconColor","checkboxTriggerBorderColor","indicatorSize","targetHeight","buttonColor","buttonColorHover","buttonColorActive","buttonArrowColor","buttonArrowColorHover","buttonArrowColorActive","buttonArrowMargin","buttonBackgroundColor","buttonBackgroundColorHover","buttonBackgroundColorActive","buttonPadding","textFieldColor","textFieldBackgroundColor","textFieldBackgroundColorHover","textFieldBackgroundColorFocus","textFieldBorderColor","textFieldBorderColorHover","textFieldBorderColorFocus","textFieldPlaceholderColor","textFieldPlaceholderColorFocus","textFieldHeight","textFieldBorderWidth","textFieldBorderRadius","textFieldPadding","textFieldPaddingWithChips","textFieldLeftContentMargin","textFieldRightContentMargin","textFieldRightContentWithHintMargin","textFieldContentRightWrapperGap","textFieldContentRightWrapperMargin","textFieldFontFamily","textFieldFontStyle","textFieldFontSize","textFieldFontWeight","textFieldLetterSpacing","textFieldLineHeight","textFieldContentSlotColor","textFieldContentSlotColorHover","textFieldContentSlotColorActive","textFieldContentSlotRightColor","textFieldContentSlotRightColorHover","textFieldContentSlotRightColorActive","textFieldLabelColor","textFieldLabelOffset","textFieldLabelFontFamily","textFieldLabelFontStyle","textFieldLabelFontSize","textFieldLabelFontWeight","textFieldLabelLetterSpacing","textFieldLabelLineHeight","textFieldLabelInnerFontFamily","textFieldLabelInnerFontStyle","textFieldLabelInnerFontSize","textFieldLabelInnerFontWeight","textFieldLabelInnerLetterSpacing","textFieldLabelInnerLineHeight","textFieldLabelInnerPadding","textFieldContentLabelInnerPadding","textFieldTitleCaptionColor","textFieldTitleCaptionInnerLabelOffset","textFieldTitleCaptionFontFamily","textFieldTitleCaptionFontStyle","textFieldTitleCaptionFontSize","textFieldTitleCaptionFontWeight","textFieldTitleCaptionLetterSpacing","textFieldTitleCaptionLineHeight","textFieldLeftHelperColor","textFieldLeftHelperOffset","textFieldLeftHelperFontFamily","textFieldLeftHelperFontStyle","textFieldLeftHelperFontSize","textFieldLeftHelperFontWeight","textFieldLeftHelperLetterSpacing","textFieldLeftHelperLineHeight","textFieldTextBeforeColor","textFieldTextAfterColor","textFieldTextBeforeMargin","textFieldTextAfterMargin","textFieldDisabledOpacity","textFieldHintCustomIconTargetSize","textFieldHintMargin","textFieldHintTargetSize","textFieldHintIconColor","textFieldHintInnerLabelPlacementOffset","textFieldClearHintInnerLabelPlacementOffset","textFieldTooltipBackgroundColor","textFieldTooltipBoxShadow","textFieldTooltipColor","textFieldTooltipPaddingTop","textFieldTooltipPaddingRight","textFieldTooltipPaddingBottom","textFieldTooltipPaddingLeft","textFieldTooltipMinHeight","textFieldTooltipBorderRadius","textFieldTooltipTextFontFamily","textFieldTooltipTextFontSize","textFieldTooltipTextFontStyle","textFieldTooltipTextFontWeight","textFieldTooltipTextFontLetterSpacing","textFieldTooltipTextFontLineHeight","textFieldTooltipContentLeftMargin","textFieldTooltipArrowMaskWidth","textFieldTooltipArrowMaskHeight","textFieldTooltipArrowMaskImage","textFieldTooltipArrowHeight","textFieldTooltipArrowEdgeMargin","textFieldTooltipArrowBackground","textFieldChipHeight","textFieldChipBorderRadius","textFieldChipGap","textFieldChipBackground","textFieldChipColor","textFieldChipBackgroundHover","textFieldChipColorHover","textFieldChipScaleHover","textFieldChipBackgroundActive","textFieldChipColorActive","textFieldChipScaleActive","textFieldChipCloseIconColor","textFieldChipOutlineSize","textFieldChipWidth","textFieldChipPadding","textFieldChipCloseIconSize","textFieldChipFontFamily","textFieldChipFontSize","textFieldChipFontStyle","textFieldChipFontWeight","textFieldChipLetterSpacing","textFieldChipLineHeight","textFieldChipClearContentMarginLeft","textFieldChipClearContentMarginRight","textFieldIndicatorColor","textFieldIndicatorSizeInner","textFieldIndicatorSizeOuter","textFieldIndicatorLabelPlacementInner","textFieldIndicatorLabelPlacementOuter","textFieldIndicatorLabelPlacementInnerRight","textFieldIndicatorLabelPlacementOuterRight","textFieldClearIndicatorLabelPlacementInner","textFieldClearIndicatorLabelPlacementInnerRight","textFieldClearIndicatorHintInnerRight","textFieldOptionalColor","textFieldFocusColor","textFieldBoxShadow","disclosureIconColor","disclosureIconColorHover","disclosureIconSize","disclosureIconMargin"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"Select.tokens.js","sources":["../../../src/components/Select/Select.tokens.ts"],"sourcesContent":["export const classes = {\n dropdownItemIsFocused: 'dropdown-item-is-focused',\n dropdownItemIsDisabled: 'dropdown-item-is-disabled',\n dropdownItemIsActive: 'dropdown-item-is-active',\n selectTargetArrow: 'select-target-arrow',\n arrowInverse: 'arrow-inverse',\n textfieldTarget: 'select-textfield-target',\n selectChipIsFocused: 'select-chip-is-focused',\n selectWithoutBoxShadow: 'select-without-box-shadow',\n selectSpinner: 'select-spinner',\n};\n\nexport const tokens = {\n borderRadius: '--plasma-select-border-radius',\n margin: '--plasma-select-margin',\n padding: '--plasma-select-padding',\n\n fontFamily: '--plasma-select-font-family',\n fontSize: '--plasma-select-font-size',\n fontStyle: '--plasma-select-font-style',\n fontWeight: '--plasma-select-font-weight',\n fontLetterSpacing: '--plasma-select-font-letter-spacing',\n fontLineHeight: '--plasma-select-font-line-height',\n\n dropdownBorderColor: '--plasma-select-dropdown-border-color',\n dropdownBorderWidth: '--plasma-select-dropdown-border-width',\n\n itemHeight: '--plasma-select-item-height',\n itemBorderRadius: '--plasma-select-item-border-radius',\n itemPadding: '--plasma-select-item-padding',\n itemPaddingTight: '--plasma-select-item-padding-tight',\n itemIconSize: '--plasma-select-item-icon-size',\n itemIconSizeTight: '--plasma-select-item-icon-size-tight',\n itemIconMargin: '--plasma-select-item-icon-margin',\n itemBackgroundHover: '--plasma-select-item-background-hover',\n\n cellPadding: '--plasma-select-cell-padding',\n cellPaddingLeftContent: '--plasma-select-cell-padding-left-content',\n cellPaddingContent: '--plasma-select-cell-padding-content',\n cellPaddingRightContent: '--plasma-select-cell-padding-right-content',\n cellTextboxGap: '--plasma-select-cell-textbox-gap',\n cellGap: '--plasma-select-cell-gap',\n cellTitleFontFamily: '--plasma-select-cell-title-font-family',\n cellTitleFontSize: '--plasma-select-cell-title-font-size',\n cellTitleFontStyle: '--plasma-select-cell-title-font-style',\n cellTitleFontWeight: '--plasma-select-cell-title-font-weight',\n cellTitleLetterSpacing: '--plasma-select-cell-title-letter-spacing',\n cellTitleLineHeight: '--plasma-select-cell-title-line-height',\n\n checkboxTriggerSize: '--plasma-select-checkbox-trigger-size',\n checkboxTriggerSizeTight: '--plasma-select-checkbox-trigger-size-tight',\n checkboxTriggerBorderRadius: '--plasma-select-checkbox-trigger-border-radius',\n checkboxTriggerBorderRadiusTight: '--plasma-select-checkbox-trigger-border-radius-tight',\n checkboxFillColor: '--plasma-select-checkbox-fill-color',\n checkboxIconColor: '--plasma-select-checkbox-icon-color',\n checkboxTriggerBorderColor: '--plasma-select-checkbox-trigger-border-color',\n\n indicatorSize: '--plasma-select-indicator-size',\n\n targetHeight: '--plasma-select-target-height',\n\n // Токены для Button\n buttonColor: '--plasma-select-button-color',\n buttonColorHover: '--plasma-select-button-color-hover',\n buttonColorActive: '--plasma-select-button-color-active',\n buttonArrowColor: '--plasma-select-button-arrow-color',\n buttonArrowColorHover: '--plasma-select-button-arrow-color-hover',\n buttonArrowColorActive: '--plasma-select-button-arrow-color-active',\n buttonArrowMargin: '--plasma-select-button-arrow-margin',\n buttonBackgroundColor: '--plasma-select-button-background-color',\n buttonBackgroundColorHover: '--plasma-select-button-background-color-hover',\n buttonBackgroundColorActive: '--plasma-select-button-background-color-active',\n buttonPadding: '--plasma-select-button-padding',\n\n // Токены для TextField\n textFieldColor: '--plasma-select-textfield-color',\n\n textFieldBackgroundColor: '--plasma-select-textfield-background-color',\n textFieldBackgroundColorHover: '--plasma-select-textfield-background-color-hover',\n textFieldBackgroundColorFocus: '--plasma-select-textfield-background-color-focus',\n\n textFieldBorderColor: '--plasma-select-textfield-border-color',\n textFieldBorderColorHover: '--plasma-select-textfield-border-color-hover',\n textFieldBorderColorFocus: '--plasma-select-textfield-border-color-focus',\n\n textFieldPlaceholderColor: '--plasma-select-textfield-placeholder-color',\n textFieldPlaceholderColorFocus: '--plasma-select-textfield-placeholder-color-focus',\n\n /** Цвета для read-only состояния */\n textFieldColorReadOnly: '--plasma-select-textfield-color-readonly',\n textFieldBackgroundColorReadOnly: '--plasma-select-textfield-bg-color-readonly',\n textFieldBorderColorReadOnly: '--plasma-select-textfield-border-color-readonly',\n textFieldPlaceholderColorReadOnly: '--plasma-select-textfield__placeholder-color-readonly',\n textFieldDividerColorReadOnly: '--plasma-select-textfield-divider-color-readonly',\n\n textFieldHeight: '--plasma-select-textfield-height',\n textFieldBorderWidth: '--plasma-select-textfield-border-width',\n textFieldBorderRadius: '--plasma-select-textfield-border-radius',\n\n textFieldPadding: '--plasma-select-textfield-padding',\n textFieldPaddingWithChips: '--plasma-select-textfield-padding-with-chips',\n\n textFieldLeftContentMargin: '--plasma-select-textfield-left-content-margin',\n textFieldRightContentMargin: '--plasma-select-textfield-right-content-margin',\n textFieldRightContentWithHintMargin: '--plasma-select-textfield-right-content-with-hint-margin',\n\n textFieldContentRightWrapperGap: '--plasma-select-textfield-content-right-wrapper-gap',\n textFieldContentRightWrapperMargin: '--plasma-select-textfield-content-right-wrapper-margin',\n\n textFieldFontFamily: '--plasma-select-textfield-font-family',\n textFieldFontStyle: '--plasma-select-textfield-font-style',\n textFieldFontSize: '--plasma-select-textfield-font-size',\n textFieldFontWeight: '--plasma-select-textfield-font-weight',\n textFieldLetterSpacing: '--plasma-select-textfield-letter-spacing',\n textFieldLineHeight: '--plasma-select-textfield-line-height',\n\n textFieldContentSlotColor: '--plasma-select-textfield-content-slot-color',\n textFieldContentSlotColorHover: '--plasma-select-textfield-content-slot-color-hover',\n textFieldContentSlotColorActive: '--plasma-select-textfield-content-slot-color-active',\n\n textFieldContentSlotRightColor: '--plasma-select-textfield-content-right-slot-color',\n textFieldContentSlotRightColorHover: '--plasma-select-textfield-content-right-slot-color-hover',\n textFieldContentSlotRightColorActive: '--plasma-select-textfield-content-right-slot-color-active',\n\n textFieldLabelColor: '--plasma-select-textfield-label-color',\n textFieldLabelColorReadOnly: '--plasma-select-textfield__label-color-readonly',\n textFieldLabelOffset: '--plasma-select-textfield-label-offset',\n\n textFieldLabelFontFamily: '--plasma-select-textfield-label-font-family',\n textFieldLabelFontStyle: '--plasma-select-textfield-label-font-style',\n textFieldLabelFontSize: '--plasma-select-textfield-label-font-size',\n textFieldLabelFontWeight: '--plasma-select-textfield-label-font-weight',\n textFieldLabelLetterSpacing: '--plasma-select-textfield-label-letter-spacing',\n textFieldLabelLineHeight: '--plasma-select-textfield-label-line-height',\n\n textFieldLabelInnerFontFamily: '--plasma-select-textfield-placement-inner-label-font-family',\n textFieldLabelInnerFontStyle: '--plasma-select-textfield-placement-inner-label-font-style',\n textFieldLabelInnerFontSize: '--plasma-select-textfield-placement-inner-label-font-size',\n textFieldLabelInnerFontWeight: '--plasma-select-textfield-placement-inner-label-font-weight',\n textFieldLabelInnerLetterSpacing: '--plasma-select-textfield-placement-inner-label-letter-spacing',\n textFieldLabelInnerLineHeight: '--plasma-select-textfield-placement-inner-label-line-height',\n\n textFieldLabelInnerPadding: '--plasma-select-textfield-placement-inner-label-padding',\n textFieldContentLabelInnerPadding: '--plasma-select-textfield-placement-inner-content-padding',\n\n textFieldTitleCaptionColor: '--plasma-select-textfield-title-caption-color',\n textFieldTitleCaptionColorReadOnly: '--plasma-select-textfield__title-caption-color-readonly',\n textFieldTitleCaptionInnerLabelOffset: '--plasma-select-textfield-title-caption-label-inner-offset',\n\n textFieldTitleCaptionFontFamily: '--plasma-select-textfield-title-caption-font-family',\n textFieldTitleCaptionFontStyle: '--plasma-select-textfield-title-caption-font-style',\n textFieldTitleCaptionFontSize: '--plasma-select-textfield-title-caption-font-size',\n textFieldTitleCaptionFontWeight: '--plasma-select-textfield-title-caption-font-weight',\n textFieldTitleCaptionLetterSpacing: '--plasma-select-textfield-title-caption-letter-spacing',\n textFieldTitleCaptionLineHeight: '--plasma-select-textfield-title-caption-line-height',\n\n textFieldLeftHelperColor: '--plasma-select-textfield-left-helper-color',\n textFieldLeftHelperColorReadOnly: '--plasma-select-textfield__left-helper-color-readonly',\n textFieldLeftHelperOffset: '--plasma-select-textfield-left-helper-offset',\n\n textFieldLeftHelperFontFamily: '--plasma-select-textfield-left-helper-font-family',\n textFieldLeftHelperFontStyle: '--plasma-select-textfield-left-helper-font-style',\n textFieldLeftHelperFontSize: '--plasma-select-textfield-left-helper-font-size',\n textFieldLeftHelperFontWeight: '--plasma-select-textfield-left-helper-font-weight',\n textFieldLeftHelperLetterSpacing: '--plasma-select-textfield-left-helper-letter-spacing',\n textFieldLeftHelperLineHeight: '--plasma-select-textfield-left-helper-line-height',\n\n textFieldTextBeforeColor: '--plasma-select-textfield-before-text-color',\n textFieldTextAfterColor: '--plasma-select-textfield-after-text-color',\n textFieldTextBeforeMargin: '--plasma-select-textfield-before-text-margin',\n textFieldTextAfterMargin: '--plasma-select-textfield-after-text-margin',\n\n textFieldDisabledOpacity: '--plasma-select-textfield-disabled-opacity',\n\n /** Токены для tooltip */\n textFieldHintCustomIconTargetSize: '--plasma-select-textfield__hint-custom-icon-target-size',\n textFieldHintMargin: '--plasma-select-textfield__hint-margin',\n textFieldHintTargetSize: '--plasma-select-textfield__hint-target-size',\n textFieldHintIconColor: '--plasma-select-textfield__hint-icon-color',\n textFieldHintInnerLabelPlacementOffset: '--plasma-select-textfield__hint-inner-label-placement-offset',\n textFieldClearHintInnerLabelPlacementOffset: '--plasma-select-textfield__clear-hint-inner-label-placement-offset',\n\n textFieldTooltipBackgroundColor: '--plasma-select-textfield__tooltip-background-color',\n textFieldTooltipBoxShadow: '--plasma-select-textfield__tooltip-box-shadow',\n textFieldTooltipColor: '--plasma-select-textfield__tooltip-color',\n\n textFieldTooltipPaddingTop: '--plasma-select-textfield__tooltip-padding-top',\n textFieldTooltipPaddingRight: '--plasma-select-textfield__tooltip-padding-right',\n textFieldTooltipPaddingBottom: '--plasma-select-textfield__tooltip-padding-bottom',\n textFieldTooltipPaddingLeft: '--plasma-select-textfield__tooltip-padding-left',\n textFieldTooltipMinHeight: '--plasma-select-textfield__tooltip-min-height',\n textFieldTooltipBorderRadius: '--plasma-select-textfield__tooltip-border-radius',\n textFieldTooltipTextFontFamily: '--plasma-select-textfield__tooltip-text-font-family',\n textFieldTooltipTextFontSize: '--plasma-select-textfield__tooltip-text-font-size',\n textFieldTooltipTextFontStyle: '--plasma-select-textfield__tooltip-text-font-style',\n textFieldTooltipTextFontWeight: '--plasma-select-textfield__tooltip-text-font-weight',\n textFieldTooltipTextFontLetterSpacing: '--plasma-select-textfield__tooltip-text-font-letter-spacing',\n textFieldTooltipTextFontLineHeight: '--plasma-select-textfield__tooltip-text-font-line-height',\n textFieldTooltipContentLeftMargin: '--plasma-select-textfield__tooltip-content-left-margin',\n textFieldTooltipArrowMaskWidth: '--plasma-select-textfield__tooltip-arrow-mask-width',\n textFieldTooltipArrowMaskHeight: '--plasma-select-textfield__tooltip-arrow-mask-height',\n textFieldTooltipArrowMaskImage: '--plasma-select-textfield__tooltip-arrow-mask-image',\n textFieldTooltipArrowHeight: '--plasma-select-textfield__tooltip-arrow-height',\n textFieldTooltipArrowEdgeMargin: '--plasma-select-textfield__tooltip-arrow-edge-margin',\n textFieldTooltipArrowBackground: '--plasma-select-textfield__tooltip-arrow-background',\n\n textFieldChipHeight: '--plasma-select-textfield-chip-height',\n textFieldChipBorderRadius: '--plasma-select-textfield-chip-border-radius',\n textFieldChipGap: '--plasma-select-textfield-chip-gap',\n textFieldChipBackground: '--plasma-select-textfield--chip-background',\n textFieldChipColor: '--plasma-select-textfield-chip-color',\n textFieldChipBackgroundHover: '--plasma-select-textfield-chip-background-hover',\n textFieldChipColorHover: '--plasma-select-textfield-chip-color-hover',\n textFieldChipScaleHover: '--plasma-select-textfield-chip-scale-hover',\n textFieldChipBackgroundReadOnly: '--plasma-select-textfield__chip-background-readonly',\n textFieldChipColorReadOnly: '--plasma-select-textfield__chip-color-readonly',\n textFieldChipBackgroundReadOnlyHover: '--plasma-select-textfield__chip-background-readonly-hover',\n textFieldChipColorReadOnlyHover: '--plasma-select-textfield__chip-color-readonly-hover',\n textFieldChipBackgroundActive: '--plasma-select-textfield-chip-background-active',\n textFieldChipColorActive: '--plasma-select-textfield-chip-color-active',\n textFieldChipScaleActive: '--plasma-select-textfield-chip-scale-active',\n textFieldChipCloseIconColor: '--plasma-select-textfield-chip-close-icons-color',\n textFieldChipOutlineSize: '--plasma-select-textfield-chip-outline-size',\n textFieldChipWidth: '--plasma-select-textfield-chip-width',\n textFieldChipPadding: '--plasma-select-textfield-chip-padding',\n textFieldChipCloseIconSize: '--plasma-select-textfield-chip-close-icon-size',\n textFieldChipFontFamily: '--plasma-select-textfield-chip-font-family',\n textFieldChipFontSize: '--plasma-select-textfield-chip-font-size',\n textFieldChipFontStyle: '--plasma-select-textfield-chip-font-style',\n textFieldChipFontWeight: '--plasma-select-textfield-chip-font-weight',\n textFieldChipLetterSpacing: '--plasma-select-textfield-chip-letter-spacing',\n textFieldChipLineHeight: '--plasma-select-textfield-chip-line-height',\n textFieldChipClearContentMarginLeft: '--plasma-select-textfield-chip-clear-content-margin-left',\n textFieldChipClearContentMarginRight: '--plasma-select-textfield-chip-clear-content-margin-right',\n textFieldChipOpacityReadonly: '--plasma-select-textfield__chip-opacity-readonly',\n\n textFieldIndicatorColor: '--plasma-select-new-textfield-indicator-color',\n textFieldIndicatorSizeInner: '--plasma-select-new-textfield-indicator-size-inner',\n textFieldIndicatorSizeOuter: '--plasma-select-new-textfield-indicator-size-outer',\n textFieldIndicatorLabelPlacementInner: '--plasma-select-new-textfield-indicator-placement-inner',\n textFieldIndicatorLabelPlacementOuter: '--plasma-select-new-textfield-indicator-placement-outer',\n textFieldIndicatorLabelPlacementInnerRight: '--plasma-select-new-textfield-indicator-placement-inner-right',\n textFieldIndicatorLabelPlacementOuterRight: '--plasma-select-new-textfield-indicator-placement-outer-right',\n textFieldClearIndicatorLabelPlacementInner: '--plasma-select-new-textfield-clear-indicator-placement-inner',\n textFieldClearIndicatorLabelPlacementInnerRight:\n '--plasma-select-new-textfield-clear-indicator-placement-inner-right',\n textFieldClearIndicatorHintInnerRight: '--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right',\n textFieldOptionalColor: '--plasma-select-new-textfield-optional-color',\n\n textFieldFocusColor: '--plasma-select-textfield-focus-color',\n\n textFieldBoxShadow: '--plasma-select-textfield-box-shadow',\n\n disclosureIconColor: '--plasma-select-disclosure-icon-color',\n disclosureIconColorHover: '--plasma-select-disclosure-icon-color-hover',\n disclosureIconSize: '--plasma-select-disclosure-icon-size',\n disclosureIconMargin: '--plasma-select-disclosure-icon-margin',\n};\n\nexport const constants = {\n focusColor: '--surface-accent',\n focusSize: '0.0625rem',\n background: '--surface-solid-card',\n boxShadow: '0px 4px 14px -4px rgba(8, 8, 8, 0.08), 0px 1px 4px -1px rgba(0, 0, 0, 0.04)',\n itemBackground: '--plasma-colors-transparent',\n textfieldTargetColor: '--text-primary',\n textfieldOuterLabelColor: '--text-primary',\n textfieldInnerLabelColor: '--text-secondary',\n textfieldPlaceholderColor: '--text-secondary',\n opacity: '0.4',\n fontFamily: '--plasma-typo-body-xs-font-family',\n fontSize: '--plasma-typo-body-xs-font-size',\n fontStyle: '--plasma-typo-body-xs-font-style',\n fontWeight: '--plasma-typo-body-xs-font-weight',\n fontLetterSpacing: '--plasma-typo-body-xs-letter-spacing',\n fontLineHeight: '--plasma-typo-body-xs-line-height',\n cellTitleColor: '--text-primary',\n cellBackgroundColor: '--plasma-colors-transparent',\n};\n"],"names":["classes","dropdownItemIsFocused","dropdownItemIsDisabled","dropdownItemIsActive","selectTargetArrow","arrowInverse","textfieldTarget","selectChipIsFocused","selectWithoutBoxShadow","selectSpinner","tokens","borderRadius","margin","padding","fontFamily","fontSize","fontStyle","fontWeight","fontLetterSpacing","fontLineHeight","dropdownBorderColor","dropdownBorderWidth","itemHeight","itemBorderRadius","itemPadding","itemPaddingTight","itemIconSize","itemIconSizeTight","itemIconMargin","itemBackgroundHover","cellPadding","cellPaddingLeftContent","cellPaddingContent","cellPaddingRightContent","cellTextboxGap","cellGap","cellTitleFontFamily","cellTitleFontSize","cellTitleFontStyle","cellTitleFontWeight","cellTitleLetterSpacing","cellTitleLineHeight","checkboxTriggerSize","checkboxTriggerSizeTight","checkboxTriggerBorderRadius","checkboxTriggerBorderRadiusTight","checkboxFillColor","checkboxIconColor","checkboxTriggerBorderColor","indicatorSize","targetHeight","buttonColor","buttonColorHover","buttonColorActive","buttonArrowColor","buttonArrowColorHover","buttonArrowColorActive","buttonArrowMargin","buttonBackgroundColor","buttonBackgroundColorHover","buttonBackgroundColorActive","buttonPadding","textFieldColor","textFieldBackgroundColor","textFieldBackgroundColorHover","textFieldBackgroundColorFocus","textFieldBorderColor","textFieldBorderColorHover","textFieldBorderColorFocus","textFieldPlaceholderColor","textFieldPlaceholderColorFocus","textFieldColorReadOnly","textFieldBackgroundColorReadOnly","textFieldBorderColorReadOnly","textFieldPlaceholderColorReadOnly","textFieldDividerColorReadOnly","textFieldHeight","textFieldBorderWidth","textFieldBorderRadius","textFieldPadding","textFieldPaddingWithChips","textFieldLeftContentMargin","textFieldRightContentMargin","textFieldRightContentWithHintMargin","textFieldContentRightWrapperGap","textFieldContentRightWrapperMargin","textFieldFontFamily","textFieldFontStyle","textFieldFontSize","textFieldFontWeight","textFieldLetterSpacing","textFieldLineHeight","textFieldContentSlotColor","textFieldContentSlotColorHover","textFieldContentSlotColorActive","textFieldContentSlotRightColor","textFieldContentSlotRightColorHover","textFieldContentSlotRightColorActive","textFieldLabelColor","textFieldLabelColorReadOnly","textFieldLabelOffset","textFieldLabelFontFamily","textFieldLabelFontStyle","textFieldLabelFontSize","textFieldLabelFontWeight","textFieldLabelLetterSpacing","textFieldLabelLineHeight","textFieldLabelInnerFontFamily","textFieldLabelInnerFontStyle","textFieldLabelInnerFontSize","textFieldLabelInnerFontWeight","textFieldLabelInnerLetterSpacing","textFieldLabelInnerLineHeight","textFieldLabelInnerPadding","textFieldContentLabelInnerPadding","textFieldTitleCaptionColor","textFieldTitleCaptionColorReadOnly","textFieldTitleCaptionInnerLabelOffset","textFieldTitleCaptionFontFamily","textFieldTitleCaptionFontStyle","textFieldTitleCaptionFontSize","textFieldTitleCaptionFontWeight","textFieldTitleCaptionLetterSpacing","textFieldTitleCaptionLineHeight","textFieldLeftHelperColor","textFieldLeftHelperColorReadOnly","textFieldLeftHelperOffset","textFieldLeftHelperFontFamily","textFieldLeftHelperFontStyle","textFieldLeftHelperFontSize","textFieldLeftHelperFontWeight","textFieldLeftHelperLetterSpacing","textFieldLeftHelperLineHeight","textFieldTextBeforeColor","textFieldTextAfterColor","textFieldTextBeforeMargin","textFieldTextAfterMargin","textFieldDisabledOpacity","textFieldHintCustomIconTargetSize","textFieldHintMargin","textFieldHintTargetSize","textFieldHintIconColor","textFieldHintInnerLabelPlacementOffset","textFieldClearHintInnerLabelPlacementOffset","textFieldTooltipBackgroundColor","textFieldTooltipBoxShadow","textFieldTooltipColor","textFieldTooltipPaddingTop","textFieldTooltipPaddingRight","textFieldTooltipPaddingBottom","textFieldTooltipPaddingLeft","textFieldTooltipMinHeight","textFieldTooltipBorderRadius","textFieldTooltipTextFontFamily","textFieldTooltipTextFontSize","textFieldTooltipTextFontStyle","textFieldTooltipTextFontWeight","textFieldTooltipTextFontLetterSpacing","textFieldTooltipTextFontLineHeight","textFieldTooltipContentLeftMargin","textFieldTooltipArrowMaskWidth","textFieldTooltipArrowMaskHeight","textFieldTooltipArrowMaskImage","textFieldTooltipArrowHeight","textFieldTooltipArrowEdgeMargin","textFieldTooltipArrowBackground","textFieldChipHeight","textFieldChipBorderRadius","textFieldChipGap","textFieldChipBackground","textFieldChipColor","textFieldChipBackgroundHover","textFieldChipColorHover","textFieldChipScaleHover","textFieldChipBackgroundReadOnly","textFieldChipColorReadOnly","textFieldChipBackgroundReadOnlyHover","textFieldChipColorReadOnlyHover","textFieldChipBackgroundActive","textFieldChipColorActive","textFieldChipScaleActive","textFieldChipCloseIconColor","textFieldChipOutlineSize","textFieldChipWidth","textFieldChipPadding","textFieldChipCloseIconSize","textFieldChipFontFamily","textFieldChipFontSize","textFieldChipFontStyle","textFieldChipFontWeight","textFieldChipLetterSpacing","textFieldChipLineHeight","textFieldChipClearContentMarginLeft","textFieldChipClearContentMarginRight","textFieldChipOpacityReadonly","textFieldIndicatorColor","textFieldIndicatorSizeInner","textFieldIndicatorSizeOuter","textFieldIndicatorLabelPlacementInner","textFieldIndicatorLabelPlacementOuter","textFieldIndicatorLabelPlacementInnerRight","textFieldIndicatorLabelPlacementOuterRight","textFieldClearIndicatorLabelPlacementInner","textFieldClearIndicatorLabelPlacementInnerRight","textFieldClearIndicatorHintInnerRight","textFieldOptionalColor","textFieldFocusColor","textFieldBoxShadow","disclosureIconColor","disclosureIconColorHover","disclosureIconSize","disclosureIconMargin"],"mappings":"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"}
|
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
.base_2tv0nz_b15zsg4z__045faf03[disabled]{pointer-events:none;opacity:var(--plasma-textfield-disabled-opacity);cursor:not-allowed;}.base_2tv0nz_b15zsg4z__045faf03[disabled] .base_2tv0nz_io4bpie__045faf03{cursor:not-allowed;min-width:unset;}
|
42
42
|
|
43
|
-
.
|
43
|
+
.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_iq39zt5__ff37ca57{color:var(--plasma-textfield-color-readonly);background-color:var(--plasma-textfield-bg-color-readonly);box-shadow:inset 0 0 0 var(--plasma-textfield-border-width) var(--plasma-textfield-border-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly].base_1xe4l4q_textfieldHasDivider__ff37ca57 .base_1xe4l4q_iq39zt5__ff37ca57:before{background-color:var(--plasma-textfield-divider-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_iq39zt5__ff37ca57:hover{background-color:var(--plasma-textfield-bg-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_iq39zt5__ff37ca57:focus-within .base_1xe4l4q_i19ry60d__ff37ca57,.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_i19ry60d__ff37ca57{color:var(--plasma-textfield__placeholder-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_io4bpie__ff37ca57{color:var(--plasma-textfield-color-readonly);cursor:default;min-width:unset;}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_tlv9av6__ff37ca57{color:var(--plasma-textfield__title-caption-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_lb3k3v1__ff37ca57{color:var(--plasma-textfield__left-helper-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly].base_1xe4l4q_labelPlacementOuter__ff37ca57 .base_1xe4l4q_luk2zst__ff37ca57{color:var(--plasma-textfield__label-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_s190z894__ff37ca57:hover{cursor:default;}
|
44
44
|
|
45
45
|
.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementOuter__f1019e0f .base_jfnl8i_luk2zst__f1019e0f{position:relative;display:inline-block;color:var(--plasma-textfield__label-color);}.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_i13qvwoy__f1019e0f{padding:var(--plasma-textfield-placement_inner__content-padding);}.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_io4bpie__f1019e0f:focus ~ .base_jfnl8i_luk2zst__f1019e0f,.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_io4bpie__f1019e0f.base_jfnl8i_hasValue__f1019e0f ~ .base_jfnl8i_luk2zst__f1019e0f,.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_io4bpie__f1019e0f.base_jfnl8i_keepPlaceholder__f1019e0f ~ .base_jfnl8i_luk2zst__f1019e0f{color:var(--plasma-textfield__placeholder-color);-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;padding:var(--plasma-textfield-placement_inner__label-padding);font-family:var(--plasma-textfield-placement_inner__label-font-family);font-size:var(--plasma-textfield-placement_inner__label-font-size);font-style:var(--plasma-textfield-placement_inner__label-font-style);font-weight:var(--plasma-textfield-placement_inner__label-font-weight);-webkit-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);-moz-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);-ms-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);line-height:var(--plasma-textfield-placement_inner__label-line-height);}.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_luk2zst__f1019e0f{color:var(--plasma-textfield__placeholder-color);pointer-events:none;position:absolute;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;height:100%;}.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f.base_jfnl8i_textfieldClear__f1019e0f .base_jfnl8i_luk2zst__f1019e0f{color:var(--plasma-textfield__clear-placeholder-color);}
|
46
46
|
|
@@ -104,6 +104,6 @@
|
|
104
104
|
|
105
105
|
.TextField_1lzb2r1_bpunezx__7d079491{display:block;}
|
106
106
|
|
107
|
-
.Textfield_styles_1qjsc53_s1yhwv5r__e84f7fb1{--plasma-textfield-color:var(--plasma-select-textfield-color);--plasma-textfield-bg-color:var(--plasma-select-textfield-background-color);--plasma-textfield-border-color:var(--plasma-select-textfield-border-color);--plasma-textfield__placeholder-color:var(--plasma-select-textfield-placeholder-color);--plasma-textfield__label-color:var(--plasma-select-textfield-label-color);--plasma-textfield__left-helper-color:var(--plasma-select-textfield-left-helper-color);--plasma-textfield-color-readonly:var(--plasma-select-textfield-color);--plasma-textfield-bg-color-readonly:var(--s1yhwv5r-0);--plasma-textfield__placeholder-color-readonly:var(--s1yhwv5r-1);--plasma-textfield__left-helper-color-readonly:var(--plasma-select-textfield-left-helper-color);--plasma-textfield__label-color-readonly:var(--plasma-select-textfield-label-color);--plasma-textfield-border-color-readonly:var(--s1yhwv5r-2);--plasma-textfield__placeholder-color:var(--plasma-select-textfield-placeholder-color);--plasma-textfield-border-color-hover:var(--plasma-select-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-select-textfield-border-color-focus);--plasma-textfield__optional-color:var(--plasma-select-new-textfield-optional-color);--plasma-textfield-height:var(--plasma-select-textfield-height);--plasma-textfield-border-width:var(--plasma-select-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-select-textfield-border-radius);--plasma-textfield-padding:var(--plasma-select-textfield-padding);--plasma-textfield-padding-with-chips:var(--plasma-select-textfield-padding-with-chips);--plasma-textfield__left-content-margin:var(--plasma-select-textfield-left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-select-textfield-right-content-margin);--plasma-textfield__right-content-with-hint-margin:var(--plasma-select-textfield-right-content-with-hint-margin);--plasma-textfield-content-right-wrapper-gap:var(--plasma-select-textfield-content-right-wrapper-gap);--plasma-textfield-content-right-wrapper-margin:var(--plasma-select-textfield-content-right-wrapper-margin);--plasma-textfield-font-family:var(--plasma-select-textfield-font-family);--plasma-textfield-font-style:var(--plasma-select-textfield-font-style);--plasma-textfield-font-size:var(--plasma-select-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-select-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-select-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-select-textfield-line-height);--plasma-textfield-content-slot-color:var(--plasma-select-textfield-content-slot-color);--plasma-textfield-content-slot-color-hover:var(--plasma-select-textfield-content-slot-color-hover);--plasma-textfield-content-slot-color-active:var(--plasma-select-textfield-content-slot-color-active);--plasma-textfield-content-right-slot-color:var(--plasma-select-textfield-content-right-slot-color);--plasma-textfield-content-right-slot-color-hover:var(--plasma-select-textfield-content-right-slot-color-hover);--plasma-textfield-content-right-slot-color-active:var(--plasma-select-textfield-content-right-slot-color-active);--plasma-textfield__label-offset:var(--plasma-select-textfield-label-offset);--plasma-textfield__label-font-family:var(--plasma-select-textfield-label-font-family);--plasma-textfield__label-font-style:var(--plasma-select-textfield-label-font-style);--plasma-textfield__label-font-size:var(--plasma-select-textfield-label-font-size);--plasma-textfield__label-font-weight:var(--plasma-select-textfield-label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-select-textfield-label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-select-textfield-label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-select-textfield-placement-inner-label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-select-textfield-placement-inner-label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-select-textfield-placement-inner-label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-select-textfield-placement-inner-label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-select-textfield-placement-inner-label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-select-textfield-placement-inner-label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-select-textfield-placement-inner-label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-select-textfield-placement-inner-content-padding);--plasma-textfield__title-caption-color:var(--plasma-select-textfield-title-caption-color);--plasma-textfield__title-caption-label-inner-offset:var(--plasma-select-textfield-title-caption-label-inner-offset);--plasma-textfield__title-caption-font-family:var(--plasma-select-textfield-title-caption-font-family);--plasma-textfield__title-caption-font-style:var(--plasma-select-textfield-title-caption-font-style);--plasma-textfield__title-caption-font-size:var(--plasma-select-textfield-title-caption-font-size);--plasma-textfield__title-caption-font-weight:var(--plasma-select-textfield-title-caption-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-select-textfield-title-caption-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-select-textfield-title-caption-line-height);--plasma-textfield__left-helper-offset:var(--plasma-select-textfield-left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-select-textfield-left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-select-textfield-left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-select-textfield-left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-select-textfield-left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-select-textfield-left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-select-textfield-left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-select-textfield-before-text-color);--plasma-textfield__after-text-color:var(--plasma-select-textfield-after-text-color);--plasma-textfield__before-text-margin:var(--plasma-select-textfield-before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-select-textfield-after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-select-textfield-disabled-opacity);--plasma-textfield__hint-custom-icon-target-size:var(--plasma-select-textfield__hint-custom-icon-target-size);--plasma-textfield__hint-margin:var(--plasma-select-textfield__hint-margin);--plasma-textfield__hint-target-size:var(--plasma-select-textfield__hint-target-size);--plasma-textfield__hint-icon-color:var(--plasma-select-textfield__hint-icon-color);--plasma-textfield__hint-inner-label-placement-offset:var(--plasma-select-textfield__hint-inner-label-placement-offset);--plasma-textfield__clear-hint-inner-label-placement-offset:var(--plasma-select-textfield__clear-hint-inner-label-placement-offset);--plasma-textfield__tooltip-background-color:var(--plasma-select-textfield__tooltip-background-color);--plasma-textfield__tooltip-box-shadow:var(--plasma-select-textfield__tooltip-box-shadow);--plasma-textfield__tooltip-color:var(--plasma-select-textfield__tooltip-color);--plasma-textfield__tooltip-padding-top:var(--plasma-select-textfield__tooltip-padding-top);--plasma-textfield__tooltip-padding-right:var(--plasma-select-textfield__tooltip-padding-right);--plasma-textfield__tooltip-padding-bottom:var(--plasma-select-textfield__tooltip-padding-bottom);--plasma-textfield__tooltip-padding-left:var(--plasma-select-textfield__tooltip-padding-left);--plasma-textfield__tooltip-min-height:var(--plasma-select-textfield__tooltip-min-height);--plasma-textfield__tooltip-border-radius:var(--plasma-select-textfield__tooltip-border-radius);--plasma-textfield__tooltip-text-font-family:var(--plasma-select-textfield__tooltip-text-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-select-textfield__tooltip-text-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-select-textfield__tooltip-text-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-select-textfield__tooltip-text-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-select-textfield__tooltip-text-font-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-select-textfield__tooltip-text-font-line-height);--plasma-textfield__tooltip-content-left-margin:var(--plasma-select-textfield__tooltip-content-left-margin);--plasma-textfield__tooltip-arrow-mask-width:var(--plasma-select-textfield__tooltip-arrow-mask-width);--plasma-textfield__tooltip-arrow-mask-height:var(--plasma-select-textfield__tooltip-arrow-mask-height);--plasma-textfield__tooltip-arrow-mask-image:var(--plasma-select-textfield__tooltip-arrow-mask-image);--plasma-textfield__tooltip-arrow-height:var(--plasma-select-textfield__tooltip-arrow-height);--plasma-textfield__tooltip-arrow-edge-margin:var(--plasma-select-textfield__tooltip-arrow-edge-margin);--plasma-textfield__tooltip-arrow-background:var(--plasma-select-textfield__tooltip-arrow-background);--plasma-textfield__chip-height:var(--plasma-select-textfield-chip-height);--plasma-textfield__chip-border-radius:var(--plasma-select-textfield-chip-border-radius);--plasma-textfield__chip-gap:var(--plasma-select-textfield-chip-gap);--plasma-textfield__chip-color:var(--plasma-select-textfield-chip-color);--plasma-textfield__chip-color-hover:var(--plasma-select-textfield-chip-color-hover);--plasma-textfield__chip-scale-hover:var(--plasma-select-textfield-chip-scale-hover);--plasma-textfield__chip-background:var(--plasma-select-textfield--chip-background);--plasma-textfield__chip-background-active:var(--plasma-select-textfield-chip-background-active);--plasma-textfield__chip-color-active:var(--plasma-select-textfield-chip-color-active);--plasma-textfield__chip-scale-active:var(--plasma-select-textfield-chip-scale-active);--plasma-textfield__chip-close-icon-color:var(--plasma-select-textfield-chip-close-icons-color);--plasma-textfield__chip-outline-size:var(--plasma-select-textfield-chip-outline-size);--plasma-textfield__chip-width:var(--plasma-select-textfield-chip-width);--plasma-textfield__chip-padding:var(--plasma-select-textfield-chip-padding);--plasma-textfield__chip-close-icon-size:var(--plasma-select-textfield-chip-close-icon-size);--plasma-textfield__chip-font-family:var(--plasma-select-textfield-chip-font-family);--plasma-textfield__chip-font-size:var(--plasma-select-textfield-chip-font-size);--plasma-textfield__chip-font-style:var(--plasma-select-textfield-chip-font-style);--plasma-textfield__chip-font-weight:var(--plasma-select-textfield-chip-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-select-textfield-chip-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-select-textfield-chip-line-height);--plasma-textfield__chip-color-readonly:var(--plasma-select-textfield-chip-color);--plasma-textfield__chip-color-readonly-hover:var(--plasma-select-textfield-chip-color);--plasma-textfield__chip-background-readonly:var(--plasma-select-textfield--chip-background);--plasma-textfield__chip-background-readonly-hover:var(--plasma-select-textfield-chip-background-hover);--plasma-textfield__chip-clear-content-margin-left:var(--plasma-select-textfield-chip-clear-content-margin-left);--plasma-textfield__chip-clear-content-margin-right:var(--plasma-select-textfield-chip-clear-content-margin-right);--plasma-textfield__indicator-color:var(--plasma-select-new-textfield-indicator-color);--plasma-textfield__indicator-size-inner:var(--plasma-select-new-textfield-indicator-size-inner);--plasma-textfield__indicator-size-outer:var(--plasma-select-new-textfield-indicator-size-outer);--plasma-textfield__indicator-placement-inner:var(--plasma-select-new-textfield-indicator-placement-inner);--plasma-textfield__indicator-placement-outer:var(--plasma-select-new-textfield-indicator-placement-outer);--plasma-textfield__indicator-placement-inner-right:var(--plasma-select-new-textfield-indicator-placement-inner-right);--plasma-textfield__indicator-placement-outer-right:var(--plasma-select-new-textfield-indicator-placement-outer-right);--plasma-textfield__clear-indicator-placement-inner:var(--plasma-select-new-textfield-clear-indicator-placement-inner);--plasma-textfield__clear-indicator-placement-inner-right: var(--plasma-select-new-textfield-clear-indicator-placement-inner-right);--plasma-textfield__clear-indicator-hint-placement-inner-right:var(--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right);--plasma-textfield-focus-color:var(--plasma-select-textfield-focus-color);--plasma-textfield-box-shadow:var(--plasma-select-textfield-box-shadow);}.Textfield_styles_1qjsc53_s1yhwv5r__e84f7fb1 div.Textfield_styles_1qjsc53_inputWrapper__e84f7fb1:focus-within{background-color:var(--plasma-select-textfield-background-color-focus);}
|
108
|
-
.
|
109
|
-
.
|
107
|
+
.Textfield_styles_1gpvmro_s1yhwv5r__f11a8d9a{--plasma-textfield-color:var(--plasma-select-textfield-color);--plasma-textfield-bg-color:var(--plasma-select-textfield-background-color);--plasma-textfield-border-color:var(--plasma-select-textfield-border-color);--plasma-textfield__placeholder-color:var(--plasma-select-textfield-placeholder-color);--plasma-textfield__label-color:var(--plasma-select-textfield-label-color);--plasma-textfield__left-helper-color:var(--plasma-select-textfield-left-helper-color);--plasma-textfield__left-helper-color-readonly:var(--plasma-select-textfield__left-helper-color-readonly);--plasma-textfield-color-readonly:var(--plasma-select-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-select-textfield-bg-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-select-textfield__placeholder-color-readonly);--plasma-textfield-divider-color-readonly:var(--plasma-select-textfield-divider-color-readonly);--plasma-textfield__left-helper-color-readonly:var(--plasma-select-textfield-left-helper-color);--plasma-textfield__label-color-readonly:var(--plasma-select-textfield__label-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-select-textfield-border-color-readonly);--plasma-textfield__placeholder-color:var(--plasma-select-textfield-placeholder-color);--plasma-textfield-border-color-hover:var(--plasma-select-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-select-textfield-border-color-focus);--plasma-textfield__optional-color:var(--plasma-select-new-textfield-optional-color);--plasma-textfield-height:var(--plasma-select-textfield-height);--plasma-textfield-border-width:var(--plasma-select-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-select-textfield-border-radius);--plasma-textfield-padding:var(--plasma-select-textfield-padding);--plasma-textfield-padding-with-chips:var(--plasma-select-textfield-padding-with-chips);--plasma-textfield__left-content-margin:var(--plasma-select-textfield-left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-select-textfield-right-content-margin);--plasma-textfield__right-content-with-hint-margin:var(--plasma-select-textfield-right-content-with-hint-margin);--plasma-textfield-content-right-wrapper-gap:var(--plasma-select-textfield-content-right-wrapper-gap);--plasma-textfield-content-right-wrapper-margin:var(--plasma-select-textfield-content-right-wrapper-margin);--plasma-textfield-font-family:var(--plasma-select-textfield-font-family);--plasma-textfield-font-style:var(--plasma-select-textfield-font-style);--plasma-textfield-font-size:var(--plasma-select-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-select-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-select-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-select-textfield-line-height);--plasma-textfield-content-slot-color:var(--plasma-select-textfield-content-slot-color);--plasma-textfield-content-slot-color-hover:var(--plasma-select-textfield-content-slot-color-hover);--plasma-textfield-content-slot-color-active:var(--plasma-select-textfield-content-slot-color-active);--plasma-textfield-content-right-slot-color:var(--plasma-select-textfield-content-right-slot-color);--plasma-textfield-content-right-slot-color-hover:var(--plasma-select-textfield-content-right-slot-color-hover);--plasma-textfield-content-right-slot-color-active:var(--plasma-select-textfield-content-right-slot-color-active);--plasma-textfield__label-offset:var(--plasma-select-textfield-label-offset);--plasma-textfield__label-font-family:var(--plasma-select-textfield-label-font-family);--plasma-textfield__label-font-style:var(--plasma-select-textfield-label-font-style);--plasma-textfield__label-font-size:var(--plasma-select-textfield-label-font-size);--plasma-textfield__label-font-weight:var(--plasma-select-textfield-label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-select-textfield-label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-select-textfield-label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-select-textfield-placement-inner-label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-select-textfield-placement-inner-label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-select-textfield-placement-inner-label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-select-textfield-placement-inner-label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-select-textfield-placement-inner-label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-select-textfield-placement-inner-label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-select-textfield-placement-inner-label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-select-textfield-placement-inner-content-padding);--plasma-textfield__title-caption-color:var(--plasma-select-textfield-title-caption-color);--plasma-textfield__title-caption-color-readonly:var(--plasma-select-textfield__title-caption-color-readonly);--plasma-textfield__title-caption-label-inner-offset:var(--plasma-select-textfield-title-caption-label-inner-offset);--plasma-textfield__title-caption-font-family:var(--plasma-select-textfield-title-caption-font-family);--plasma-textfield__title-caption-font-style:var(--plasma-select-textfield-title-caption-font-style);--plasma-textfield__title-caption-font-size:var(--plasma-select-textfield-title-caption-font-size);--plasma-textfield__title-caption-font-weight:var(--plasma-select-textfield-title-caption-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-select-textfield-title-caption-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-select-textfield-title-caption-line-height);--plasma-textfield__left-helper-offset:var(--plasma-select-textfield-left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-select-textfield-left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-select-textfield-left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-select-textfield-left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-select-textfield-left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-select-textfield-left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-select-textfield-left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-select-textfield-before-text-color);--plasma-textfield__after-text-color:var(--plasma-select-textfield-after-text-color);--plasma-textfield__before-text-margin:var(--plasma-select-textfield-before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-select-textfield-after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-select-textfield-disabled-opacity);--plasma-textfield__hint-custom-icon-target-size:var(--plasma-select-textfield__hint-custom-icon-target-size);--plasma-textfield__hint-margin:var(--plasma-select-textfield__hint-margin);--plasma-textfield__hint-target-size:var(--plasma-select-textfield__hint-target-size);--plasma-textfield__hint-icon-color:var(--plasma-select-textfield__hint-icon-color);--plasma-textfield__hint-inner-label-placement-offset:var(--plasma-select-textfield__hint-inner-label-placement-offset);--plasma-textfield__clear-hint-inner-label-placement-offset:var(--plasma-select-textfield__clear-hint-inner-label-placement-offset);--plasma-textfield__tooltip-background-color:var(--plasma-select-textfield__tooltip-background-color);--plasma-textfield__tooltip-box-shadow:var(--plasma-select-textfield__tooltip-box-shadow);--plasma-textfield__tooltip-color:var(--plasma-select-textfield__tooltip-color);--plasma-textfield__tooltip-padding-top:var(--plasma-select-textfield__tooltip-padding-top);--plasma-textfield__tooltip-padding-right:var(--plasma-select-textfield__tooltip-padding-right);--plasma-textfield__tooltip-padding-bottom:var(--plasma-select-textfield__tooltip-padding-bottom);--plasma-textfield__tooltip-padding-left:var(--plasma-select-textfield__tooltip-padding-left);--plasma-textfield__tooltip-min-height:var(--plasma-select-textfield__tooltip-min-height);--plasma-textfield__tooltip-border-radius:var(--plasma-select-textfield__tooltip-border-radius);--plasma-textfield__tooltip-text-font-family:var(--plasma-select-textfield__tooltip-text-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-select-textfield__tooltip-text-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-select-textfield__tooltip-text-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-select-textfield__tooltip-text-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-select-textfield__tooltip-text-font-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-select-textfield__tooltip-text-font-line-height);--plasma-textfield__tooltip-content-left-margin:var(--plasma-select-textfield__tooltip-content-left-margin);--plasma-textfield__tooltip-arrow-mask-width:var(--plasma-select-textfield__tooltip-arrow-mask-width);--plasma-textfield__tooltip-arrow-mask-height:var(--plasma-select-textfield__tooltip-arrow-mask-height);--plasma-textfield__tooltip-arrow-mask-image:var(--plasma-select-textfield__tooltip-arrow-mask-image);--plasma-textfield__tooltip-arrow-height:var(--plasma-select-textfield__tooltip-arrow-height);--plasma-textfield__tooltip-arrow-edge-margin:var(--plasma-select-textfield__tooltip-arrow-edge-margin);--plasma-textfield__tooltip-arrow-background:var(--plasma-select-textfield__tooltip-arrow-background);--plasma-textfield__chip-height:var(--plasma-select-textfield-chip-height);--plasma-textfield__chip-border-radius:var(--plasma-select-textfield-chip-border-radius);--plasma-textfield__chip-gap:var(--plasma-select-textfield-chip-gap);--plasma-textfield__chip-color:var(--plasma-select-textfield-chip-color);--plasma-textfield__chip-color-hover:var(--plasma-select-textfield-chip-color-hover);--plasma-textfield__chip-scale-hover:var(--plasma-select-textfield-chip-scale-hover);--plasma-textfield__chip-background:var(--plasma-select-textfield--chip-background);--plasma-textfield__chip-background-active:var(--plasma-select-textfield-chip-background-active);--plasma-textfield__chip-color-active:var(--plasma-select-textfield-chip-color-active);--plasma-textfield__chip-scale-active:var(--plasma-select-textfield-chip-scale-active);--plasma-textfield__chip-close-icon-color:var(--plasma-select-textfield-chip-close-icons-color);--plasma-textfield__chip-outline-size:var(--plasma-select-textfield-chip-outline-size);--plasma-textfield__chip-width:var(--plasma-select-textfield-chip-width);--plasma-textfield__chip-padding:var(--plasma-select-textfield-chip-padding);--plasma-textfield__chip-close-icon-size:var(--plasma-select-textfield-chip-close-icon-size);--plasma-textfield__chip-font-family:var(--plasma-select-textfield-chip-font-family);--plasma-textfield__chip-font-size:var(--plasma-select-textfield-chip-font-size);--plasma-textfield__chip-font-style:var(--plasma-select-textfield-chip-font-style);--plasma-textfield__chip-font-weight:var(--plasma-select-textfield-chip-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-select-textfield-chip-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-select-textfield-chip-line-height);--plasma-textfield__chip-color-readonly:var(--plasma-select-textfield__chip-color-readonly);--plasma-textfield__chip-color-readonly-hover:var(--plasma-select-textfield__chip-color-readonly-hover);--plasma-textfield__chip-background-readonly:var(--plasma-select-textfield__chip-background-readonly);--plasma-textfield__chip-background-readonly-hover:var(--plasma-select-textfield__chip-background-readonly-hover);--plasma-textfield__chip-clear-content-margin-left:var(--plasma-select-textfield-chip-clear-content-margin-left);--plasma-textfield__chip-clear-content-margin-right:var(--plasma-select-textfield-chip-clear-content-margin-right);--plasma-textfield__chip-opacity-readonly:var(--plasma-select-textfield__chip-opacity-readonly);--plasma-textfield__indicator-color:var(--plasma-select-new-textfield-indicator-color);--plasma-textfield__indicator-size-inner:var(--plasma-select-new-textfield-indicator-size-inner);--plasma-textfield__indicator-size-outer:var(--plasma-select-new-textfield-indicator-size-outer);--plasma-textfield__indicator-placement-inner:var(--plasma-select-new-textfield-indicator-placement-inner);--plasma-textfield__indicator-placement-outer:var(--plasma-select-new-textfield-indicator-placement-outer);--plasma-textfield__indicator-placement-inner-right:var(--plasma-select-new-textfield-indicator-placement-inner-right);--plasma-textfield__indicator-placement-outer-right:var(--plasma-select-new-textfield-indicator-placement-outer-right);--plasma-textfield__clear-indicator-placement-inner:var(--plasma-select-new-textfield-clear-indicator-placement-inner);--plasma-textfield__clear-indicator-placement-inner-right: var(--plasma-select-new-textfield-clear-indicator-placement-inner-right);--plasma-textfield__clear-indicator-hint-placement-inner-right:var(--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right);--plasma-textfield-focus-color:var(--plasma-select-textfield-focus-color);--plasma-textfield-box-shadow:var(--plasma-select-textfield-box-shadow);}.Textfield_styles_1gpvmro_s1yhwv5r__f11a8d9a div.Textfield_styles_1gpvmro_inputWrapper__f11a8d9a:focus-within{background-color:var(--plasma-select-textfield-background-color-focus);}
|
108
|
+
.Textfield_styles_1gpvmro_i7x5udn__f11a8d9a{line-height:0;color:var(--plasma-select-disclosure-icon-color);cursor:var(--i7x5udn-0);}.Textfield_styles_1gpvmro_i7x5udn__f11a8d9a .Textfield_styles_1gpvmro_arrowInverse__f11a8d9a{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);}.Textfield_styles_1gpvmro_i7x5udn__f11a8d9a:hover,.Textfield_styles_1gpvmro_i7x5udn__f11a8d9a:active{color:var(--i7x5udn-1);}
|
109
|
+
.Textfield_styles_1gpvmro_s2oocb4__f11a8d9a{width:var(--s2oocb4-0);height:var(--s2oocb4-0);}
|
@@ -14,6 +14,7 @@ var Target = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
14
14
|
size = _ref.size,
|
15
15
|
contentLeft = _ref.contentLeft,
|
16
16
|
disabled = _ref.disabled,
|
17
|
+
readOnly = _ref.readOnly,
|
17
18
|
renderValue = _ref.renderValue,
|
18
19
|
selectProps = _ref.selectProps,
|
19
20
|
inputWrapperRef = _ref.inputWrapperRef,
|
@@ -45,7 +46,7 @@ var Target = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
45
46
|
onKeyDown: onKeyDown,
|
46
47
|
label: label,
|
47
48
|
size: size,
|
48
|
-
disabled: disabled,
|
49
|
+
disabled: disabled || readOnly,
|
49
50
|
renderValue: renderValue,
|
50
51
|
selectProps: selectProps,
|
51
52
|
separator: separator,
|
@@ -68,6 +69,7 @@ var Target = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
68
69
|
treeId: treeId,
|
69
70
|
activeDescendantItemValue: activeDescendantItemValue,
|
70
71
|
disabled: disabled,
|
72
|
+
readOnly: readOnly,
|
71
73
|
isTargetAmount: isTargetAmount,
|
72
74
|
valueToItemMap: valueToItemMap,
|
73
75
|
renderValue: renderValue,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Target.js","sources":["../../../../../src/components/Select/ui/Target/Target.tsx"],"sourcesContent":["import React, { forwardRef } from 'react';\nimport type { MutableRefObject } from 'react';\nimport { useForkRef } from '@salutejs/plasma-core';\n\nimport type { TargetProps } from './Target.types';\nimport { Button, Textfield } from './ui';\n\nexport const Target = forwardRef<HTMLButtonElement, TargetProps>(\n (\n {\n value,\n opened,\n valueToItemMap,\n label,\n placeholder,\n onKeyDown,\n labelPlacement,\n size,\n contentLeft,\n disabled,\n renderValue,\n selectProps,\n inputWrapperRef,\n multiselect,\n view,\n helperText,\n treeId,\n activeDescendantItemValue,\n isTargetAmount,\n onChange,\n labelToItemMap,\n chipView,\n separator,\n requiredProps,\n hintProps,\n },\n ref,\n ) => {\n const buttonRef = useForkRef(ref, inputWrapperRef as any);\n\n if (selectProps.renderTarget) {\n return (\n <div ref={inputWrapperRef as any}>\n {selectProps.renderTarget(\n Array.isArray(value)\n ? value.map((value) => valueToItemMap.get(value)!)\n : valueToItemMap.get(value)!,\n )}\n </div>\n );\n }\n\n return selectProps.target === 'button-like' ? (\n <Button\n ref={buttonRef}\n opened={opened}\n value={value}\n valueToItemMap={valueToItemMap}\n onKeyDown={onKeyDown}\n label={label}\n size={size}\n disabled={disabled}\n renderValue={renderValue}\n selectProps={selectProps}\n separator={separator}\n treeId={treeId}\n activeDescendantItemValue={activeDescendantItemValue}\n />\n ) : (\n <Textfield\n ref={ref as MutableRefObject<HTMLInputElement>}\n inputWrapperRef={inputWrapperRef}\n opened={opened}\n multiselect={multiselect}\n value={value}\n label={label}\n placeholder={placeholder}\n onKeyDown={onKeyDown}\n labelPlacement={labelPlacement}\n size={size}\n view={view}\n contentLeft={contentLeft}\n helperText={helperText}\n treeId={treeId}\n activeDescendantItemValue={activeDescendantItemValue}\n disabled={disabled}\n isTargetAmount={isTargetAmount}\n valueToItemMap={valueToItemMap}\n renderValue={renderValue}\n onChange={onChange}\n labelToItemMap={labelToItemMap}\n chipView={chipView}\n requiredProps={requiredProps}\n hintProps={hintProps}\n chipType={selectProps.chipType}\n />\n );\n },\n);\n"],"names":["Target","forwardRef","_ref","ref","value","opened","valueToItemMap","label","placeholder","onKeyDown","labelPlacement","size","contentLeft","disabled","renderValue","selectProps","inputWrapperRef","multiselect","view","helperText","treeId","activeDescendantItemValue","isTargetAmount","onChange","labelToItemMap","chipView","separator","requiredProps","hintProps","buttonRef","useForkRef","renderTarget","React","createElement","Array","isArray","map","get","target","Button","Textfield","chipType"],"mappings":";;;;;AAOO,IAAMA,MAAM,gBAAGC,UAAU,CAC5B,UAAAC,IAAA,
|
1
|
+
{"version":3,"file":"Target.js","sources":["../../../../../src/components/Select/ui/Target/Target.tsx"],"sourcesContent":["import React, { forwardRef } from 'react';\nimport type { MutableRefObject } from 'react';\nimport { useForkRef } from '@salutejs/plasma-core';\n\nimport type { TargetProps } from './Target.types';\nimport { Button, Textfield } from './ui';\n\nexport const Target = forwardRef<HTMLButtonElement, TargetProps>(\n (\n {\n value,\n opened,\n valueToItemMap,\n label,\n placeholder,\n onKeyDown,\n labelPlacement,\n size,\n contentLeft,\n disabled,\n readOnly,\n renderValue,\n selectProps,\n inputWrapperRef,\n multiselect,\n view,\n helperText,\n treeId,\n activeDescendantItemValue,\n isTargetAmount,\n onChange,\n labelToItemMap,\n chipView,\n separator,\n requiredProps,\n hintProps,\n },\n ref,\n ) => {\n const buttonRef = useForkRef(ref, inputWrapperRef as any);\n\n if (selectProps.renderTarget) {\n return (\n <div ref={inputWrapperRef as any}>\n {selectProps.renderTarget(\n Array.isArray(value)\n ? value.map((value) => valueToItemMap.get(value)!)\n : valueToItemMap.get(value)!,\n )}\n </div>\n );\n }\n\n return selectProps.target === 'button-like' ? (\n <Button\n ref={buttonRef}\n opened={opened}\n value={value}\n valueToItemMap={valueToItemMap}\n onKeyDown={onKeyDown}\n label={label}\n size={size}\n disabled={disabled || readOnly}\n renderValue={renderValue}\n selectProps={selectProps}\n separator={separator}\n treeId={treeId}\n activeDescendantItemValue={activeDescendantItemValue}\n />\n ) : (\n <Textfield\n ref={ref as MutableRefObject<HTMLInputElement>}\n inputWrapperRef={inputWrapperRef}\n opened={opened}\n multiselect={multiselect}\n value={value}\n label={label}\n placeholder={placeholder}\n onKeyDown={onKeyDown}\n labelPlacement={labelPlacement}\n size={size}\n view={view}\n contentLeft={contentLeft}\n helperText={helperText}\n treeId={treeId}\n activeDescendantItemValue={activeDescendantItemValue}\n disabled={disabled}\n readOnly={readOnly}\n isTargetAmount={isTargetAmount}\n valueToItemMap={valueToItemMap}\n renderValue={renderValue}\n onChange={onChange}\n labelToItemMap={labelToItemMap}\n chipView={chipView}\n requiredProps={requiredProps}\n hintProps={hintProps}\n chipType={selectProps.chipType}\n />\n );\n },\n);\n"],"names":["Target","forwardRef","_ref","ref","value","opened","valueToItemMap","label","placeholder","onKeyDown","labelPlacement","size","contentLeft","disabled","readOnly","renderValue","selectProps","inputWrapperRef","multiselect","view","helperText","treeId","activeDescendantItemValue","isTargetAmount","onChange","labelToItemMap","chipView","separator","requiredProps","hintProps","buttonRef","useForkRef","renderTarget","React","createElement","Array","isArray","map","get","target","Button","Textfield","chipType"],"mappings":"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"}
|
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
.base_2tv0nz_b15zsg4z__045faf03[disabled]{pointer-events:none;opacity:var(--plasma-textfield-disabled-opacity);cursor:not-allowed;}.base_2tv0nz_b15zsg4z__045faf03[disabled] .base_2tv0nz_io4bpie__045faf03{cursor:not-allowed;min-width:unset;}
|
8
8
|
|
9
|
-
.
|
9
|
+
.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_iq39zt5__ff37ca57{color:var(--plasma-textfield-color-readonly);background-color:var(--plasma-textfield-bg-color-readonly);box-shadow:inset 0 0 0 var(--plasma-textfield-border-width) var(--plasma-textfield-border-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly].base_1xe4l4q_textfieldHasDivider__ff37ca57 .base_1xe4l4q_iq39zt5__ff37ca57:before{background-color:var(--plasma-textfield-divider-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_iq39zt5__ff37ca57:hover{background-color:var(--plasma-textfield-bg-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_iq39zt5__ff37ca57:focus-within .base_1xe4l4q_i19ry60d__ff37ca57,.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_i19ry60d__ff37ca57{color:var(--plasma-textfield__placeholder-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_io4bpie__ff37ca57{color:var(--plasma-textfield-color-readonly);cursor:default;min-width:unset;}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_tlv9av6__ff37ca57{color:var(--plasma-textfield__title-caption-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_lb3k3v1__ff37ca57{color:var(--plasma-textfield__left-helper-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly].base_1xe4l4q_labelPlacementOuter__ff37ca57 .base_1xe4l4q_luk2zst__ff37ca57{color:var(--plasma-textfield__label-color-readonly);}.base_1xe4l4q_b1w985rt__ff37ca57[readonly] .base_1xe4l4q_s190z894__ff37ca57:hover{cursor:default;}
|
10
10
|
|
11
11
|
.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementOuter__f1019e0f .base_jfnl8i_luk2zst__f1019e0f{position:relative;display:inline-block;color:var(--plasma-textfield__label-color);}.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_i13qvwoy__f1019e0f{padding:var(--plasma-textfield-placement_inner__content-padding);}.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_io4bpie__f1019e0f:focus ~ .base_jfnl8i_luk2zst__f1019e0f,.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_io4bpie__f1019e0f.base_jfnl8i_hasValue__f1019e0f ~ .base_jfnl8i_luk2zst__f1019e0f,.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_io4bpie__f1019e0f.base_jfnl8i_keepPlaceholder__f1019e0f ~ .base_jfnl8i_luk2zst__f1019e0f{color:var(--plasma-textfield__placeholder-color);-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;padding:var(--plasma-textfield-placement_inner__label-padding);font-family:var(--plasma-textfield-placement_inner__label-font-family);font-size:var(--plasma-textfield-placement_inner__label-font-size);font-style:var(--plasma-textfield-placement_inner__label-font-style);font-weight:var(--plasma-textfield-placement_inner__label-font-weight);-webkit-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);-moz-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);-ms-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);line-height:var(--plasma-textfield-placement_inner__label-line-height);}.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f .base_jfnl8i_luk2zst__f1019e0f{color:var(--plasma-textfield__placeholder-color);pointer-events:none;position:absolute;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;height:100%;}.base_jfnl8i_b15d3bnf__f1019e0f.base_jfnl8i_labelPlacementInner__f1019e0f.base_jfnl8i_textfieldClear__f1019e0f .base_jfnl8i_luk2zst__f1019e0f{color:var(--plasma-textfield__clear-placeholder-color);}
|
12
12
|
|
@@ -72,6 +72,6 @@
|
|
72
72
|
|
73
73
|
.IconRoot_7pl7ig_svvlqhf__32c458a1{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:var(--svvlqhf-0);height:var(--svvlqhf-0);-webkit-flex:0 0 var(--svvlqhf-0);-ms-flex:0 0 var(--svvlqhf-0);flex:0 0 var(--svvlqhf-0);}
|
74
74
|
|
75
|
-
.Textfield_styles_1qjsc53_s1yhwv5r__e84f7fb1{--plasma-textfield-color:var(--plasma-select-textfield-color);--plasma-textfield-bg-color:var(--plasma-select-textfield-background-color);--plasma-textfield-border-color:var(--plasma-select-textfield-border-color);--plasma-textfield__placeholder-color:var(--plasma-select-textfield-placeholder-color);--plasma-textfield__label-color:var(--plasma-select-textfield-label-color);--plasma-textfield__left-helper-color:var(--plasma-select-textfield-left-helper-color);--plasma-textfield-color-readonly:var(--plasma-select-textfield-color);--plasma-textfield-bg-color-readonly:var(--s1yhwv5r-0);--plasma-textfield__placeholder-color-readonly:var(--s1yhwv5r-1);--plasma-textfield__left-helper-color-readonly:var(--plasma-select-textfield-left-helper-color);--plasma-textfield__label-color-readonly:var(--plasma-select-textfield-label-color);--plasma-textfield-border-color-readonly:var(--s1yhwv5r-2);--plasma-textfield__placeholder-color:var(--plasma-select-textfield-placeholder-color);--plasma-textfield-border-color-hover:var(--plasma-select-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-select-textfield-border-color-focus);--plasma-textfield__optional-color:var(--plasma-select-new-textfield-optional-color);--plasma-textfield-height:var(--plasma-select-textfield-height);--plasma-textfield-border-width:var(--plasma-select-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-select-textfield-border-radius);--plasma-textfield-padding:var(--plasma-select-textfield-padding);--plasma-textfield-padding-with-chips:var(--plasma-select-textfield-padding-with-chips);--plasma-textfield__left-content-margin:var(--plasma-select-textfield-left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-select-textfield-right-content-margin);--plasma-textfield__right-content-with-hint-margin:var(--plasma-select-textfield-right-content-with-hint-margin);--plasma-textfield-content-right-wrapper-gap:var(--plasma-select-textfield-content-right-wrapper-gap);--plasma-textfield-content-right-wrapper-margin:var(--plasma-select-textfield-content-right-wrapper-margin);--plasma-textfield-font-family:var(--plasma-select-textfield-font-family);--plasma-textfield-font-style:var(--plasma-select-textfield-font-style);--plasma-textfield-font-size:var(--plasma-select-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-select-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-select-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-select-textfield-line-height);--plasma-textfield-content-slot-color:var(--plasma-select-textfield-content-slot-color);--plasma-textfield-content-slot-color-hover:var(--plasma-select-textfield-content-slot-color-hover);--plasma-textfield-content-slot-color-active:var(--plasma-select-textfield-content-slot-color-active);--plasma-textfield-content-right-slot-color:var(--plasma-select-textfield-content-right-slot-color);--plasma-textfield-content-right-slot-color-hover:var(--plasma-select-textfield-content-right-slot-color-hover);--plasma-textfield-content-right-slot-color-active:var(--plasma-select-textfield-content-right-slot-color-active);--plasma-textfield__label-offset:var(--plasma-select-textfield-label-offset);--plasma-textfield__label-font-family:var(--plasma-select-textfield-label-font-family);--plasma-textfield__label-font-style:var(--plasma-select-textfield-label-font-style);--plasma-textfield__label-font-size:var(--plasma-select-textfield-label-font-size);--plasma-textfield__label-font-weight:var(--plasma-select-textfield-label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-select-textfield-label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-select-textfield-label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-select-textfield-placement-inner-label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-select-textfield-placement-inner-label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-select-textfield-placement-inner-label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-select-textfield-placement-inner-label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-select-textfield-placement-inner-label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-select-textfield-placement-inner-label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-select-textfield-placement-inner-label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-select-textfield-placement-inner-content-padding);--plasma-textfield__title-caption-color:var(--plasma-select-textfield-title-caption-color);--plasma-textfield__title-caption-label-inner-offset:var(--plasma-select-textfield-title-caption-label-inner-offset);--plasma-textfield__title-caption-font-family:var(--plasma-select-textfield-title-caption-font-family);--plasma-textfield__title-caption-font-style:var(--plasma-select-textfield-title-caption-font-style);--plasma-textfield__title-caption-font-size:var(--plasma-select-textfield-title-caption-font-size);--plasma-textfield__title-caption-font-weight:var(--plasma-select-textfield-title-caption-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-select-textfield-title-caption-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-select-textfield-title-caption-line-height);--plasma-textfield__left-helper-offset:var(--plasma-select-textfield-left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-select-textfield-left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-select-textfield-left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-select-textfield-left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-select-textfield-left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-select-textfield-left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-select-textfield-left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-select-textfield-before-text-color);--plasma-textfield__after-text-color:var(--plasma-select-textfield-after-text-color);--plasma-textfield__before-text-margin:var(--plasma-select-textfield-before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-select-textfield-after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-select-textfield-disabled-opacity);--plasma-textfield__hint-custom-icon-target-size:var(--plasma-select-textfield__hint-custom-icon-target-size);--plasma-textfield__hint-margin:var(--plasma-select-textfield__hint-margin);--plasma-textfield__hint-target-size:var(--plasma-select-textfield__hint-target-size);--plasma-textfield__hint-icon-color:var(--plasma-select-textfield__hint-icon-color);--plasma-textfield__hint-inner-label-placement-offset:var(--plasma-select-textfield__hint-inner-label-placement-offset);--plasma-textfield__clear-hint-inner-label-placement-offset:var(--plasma-select-textfield__clear-hint-inner-label-placement-offset);--plasma-textfield__tooltip-background-color:var(--plasma-select-textfield__tooltip-background-color);--plasma-textfield__tooltip-box-shadow:var(--plasma-select-textfield__tooltip-box-shadow);--plasma-textfield__tooltip-color:var(--plasma-select-textfield__tooltip-color);--plasma-textfield__tooltip-padding-top:var(--plasma-select-textfield__tooltip-padding-top);--plasma-textfield__tooltip-padding-right:var(--plasma-select-textfield__tooltip-padding-right);--plasma-textfield__tooltip-padding-bottom:var(--plasma-select-textfield__tooltip-padding-bottom);--plasma-textfield__tooltip-padding-left:var(--plasma-select-textfield__tooltip-padding-left);--plasma-textfield__tooltip-min-height:var(--plasma-select-textfield__tooltip-min-height);--plasma-textfield__tooltip-border-radius:var(--plasma-select-textfield__tooltip-border-radius);--plasma-textfield__tooltip-text-font-family:var(--plasma-select-textfield__tooltip-text-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-select-textfield__tooltip-text-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-select-textfield__tooltip-text-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-select-textfield__tooltip-text-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-select-textfield__tooltip-text-font-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-select-textfield__tooltip-text-font-line-height);--plasma-textfield__tooltip-content-left-margin:var(--plasma-select-textfield__tooltip-content-left-margin);--plasma-textfield__tooltip-arrow-mask-width:var(--plasma-select-textfield__tooltip-arrow-mask-width);--plasma-textfield__tooltip-arrow-mask-height:var(--plasma-select-textfield__tooltip-arrow-mask-height);--plasma-textfield__tooltip-arrow-mask-image:var(--plasma-select-textfield__tooltip-arrow-mask-image);--plasma-textfield__tooltip-arrow-height:var(--plasma-select-textfield__tooltip-arrow-height);--plasma-textfield__tooltip-arrow-edge-margin:var(--plasma-select-textfield__tooltip-arrow-edge-margin);--plasma-textfield__tooltip-arrow-background:var(--plasma-select-textfield__tooltip-arrow-background);--plasma-textfield__chip-height:var(--plasma-select-textfield-chip-height);--plasma-textfield__chip-border-radius:var(--plasma-select-textfield-chip-border-radius);--plasma-textfield__chip-gap:var(--plasma-select-textfield-chip-gap);--plasma-textfield__chip-color:var(--plasma-select-textfield-chip-color);--plasma-textfield__chip-color-hover:var(--plasma-select-textfield-chip-color-hover);--plasma-textfield__chip-scale-hover:var(--plasma-select-textfield-chip-scale-hover);--plasma-textfield__chip-background:var(--plasma-select-textfield--chip-background);--plasma-textfield__chip-background-active:var(--plasma-select-textfield-chip-background-active);--plasma-textfield__chip-color-active:var(--plasma-select-textfield-chip-color-active);--plasma-textfield__chip-scale-active:var(--plasma-select-textfield-chip-scale-active);--plasma-textfield__chip-close-icon-color:var(--plasma-select-textfield-chip-close-icons-color);--plasma-textfield__chip-outline-size:var(--plasma-select-textfield-chip-outline-size);--plasma-textfield__chip-width:var(--plasma-select-textfield-chip-width);--plasma-textfield__chip-padding:var(--plasma-select-textfield-chip-padding);--plasma-textfield__chip-close-icon-size:var(--plasma-select-textfield-chip-close-icon-size);--plasma-textfield__chip-font-family:var(--plasma-select-textfield-chip-font-family);--plasma-textfield__chip-font-size:var(--plasma-select-textfield-chip-font-size);--plasma-textfield__chip-font-style:var(--plasma-select-textfield-chip-font-style);--plasma-textfield__chip-font-weight:var(--plasma-select-textfield-chip-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-select-textfield-chip-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-select-textfield-chip-line-height);--plasma-textfield__chip-color-readonly:var(--plasma-select-textfield-chip-color);--plasma-textfield__chip-color-readonly-hover:var(--plasma-select-textfield-chip-color);--plasma-textfield__chip-background-readonly:var(--plasma-select-textfield--chip-background);--plasma-textfield__chip-background-readonly-hover:var(--plasma-select-textfield-chip-background-hover);--plasma-textfield__chip-clear-content-margin-left:var(--plasma-select-textfield-chip-clear-content-margin-left);--plasma-textfield__chip-clear-content-margin-right:var(--plasma-select-textfield-chip-clear-content-margin-right);--plasma-textfield__indicator-color:var(--plasma-select-new-textfield-indicator-color);--plasma-textfield__indicator-size-inner:var(--plasma-select-new-textfield-indicator-size-inner);--plasma-textfield__indicator-size-outer:var(--plasma-select-new-textfield-indicator-size-outer);--plasma-textfield__indicator-placement-inner:var(--plasma-select-new-textfield-indicator-placement-inner);--plasma-textfield__indicator-placement-outer:var(--plasma-select-new-textfield-indicator-placement-outer);--plasma-textfield__indicator-placement-inner-right:var(--plasma-select-new-textfield-indicator-placement-inner-right);--plasma-textfield__indicator-placement-outer-right:var(--plasma-select-new-textfield-indicator-placement-outer-right);--plasma-textfield__clear-indicator-placement-inner:var(--plasma-select-new-textfield-clear-indicator-placement-inner);--plasma-textfield__clear-indicator-placement-inner-right: var(--plasma-select-new-textfield-clear-indicator-placement-inner-right);--plasma-textfield__clear-indicator-hint-placement-inner-right:var(--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right);--plasma-textfield-focus-color:var(--plasma-select-textfield-focus-color);--plasma-textfield-box-shadow:var(--plasma-select-textfield-box-shadow);}.Textfield_styles_1qjsc53_s1yhwv5r__e84f7fb1 div.Textfield_styles_1qjsc53_inputWrapper__e84f7fb1:focus-within{background-color:var(--plasma-select-textfield-background-color-focus);}
|
76
|
-
.
|
77
|
-
.
|
75
|
+
.Textfield_styles_1gpvmro_s1yhwv5r__f11a8d9a{--plasma-textfield-color:var(--plasma-select-textfield-color);--plasma-textfield-bg-color:var(--plasma-select-textfield-background-color);--plasma-textfield-border-color:var(--plasma-select-textfield-border-color);--plasma-textfield__placeholder-color:var(--plasma-select-textfield-placeholder-color);--plasma-textfield__label-color:var(--plasma-select-textfield-label-color);--plasma-textfield__left-helper-color:var(--plasma-select-textfield-left-helper-color);--plasma-textfield__left-helper-color-readonly:var(--plasma-select-textfield__left-helper-color-readonly);--plasma-textfield-color-readonly:var(--plasma-select-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-select-textfield-bg-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-select-textfield__placeholder-color-readonly);--plasma-textfield-divider-color-readonly:var(--plasma-select-textfield-divider-color-readonly);--plasma-textfield__left-helper-color-readonly:var(--plasma-select-textfield-left-helper-color);--plasma-textfield__label-color-readonly:var(--plasma-select-textfield__label-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-select-textfield-border-color-readonly);--plasma-textfield__placeholder-color:var(--plasma-select-textfield-placeholder-color);--plasma-textfield-border-color-hover:var(--plasma-select-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-select-textfield-border-color-focus);--plasma-textfield__optional-color:var(--plasma-select-new-textfield-optional-color);--plasma-textfield-height:var(--plasma-select-textfield-height);--plasma-textfield-border-width:var(--plasma-select-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-select-textfield-border-radius);--plasma-textfield-padding:var(--plasma-select-textfield-padding);--plasma-textfield-padding-with-chips:var(--plasma-select-textfield-padding-with-chips);--plasma-textfield__left-content-margin:var(--plasma-select-textfield-left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-select-textfield-right-content-margin);--plasma-textfield__right-content-with-hint-margin:var(--plasma-select-textfield-right-content-with-hint-margin);--plasma-textfield-content-right-wrapper-gap:var(--plasma-select-textfield-content-right-wrapper-gap);--plasma-textfield-content-right-wrapper-margin:var(--plasma-select-textfield-content-right-wrapper-margin);--plasma-textfield-font-family:var(--plasma-select-textfield-font-family);--plasma-textfield-font-style:var(--plasma-select-textfield-font-style);--plasma-textfield-font-size:var(--plasma-select-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-select-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-select-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-select-textfield-line-height);--plasma-textfield-content-slot-color:var(--plasma-select-textfield-content-slot-color);--plasma-textfield-content-slot-color-hover:var(--plasma-select-textfield-content-slot-color-hover);--plasma-textfield-content-slot-color-active:var(--plasma-select-textfield-content-slot-color-active);--plasma-textfield-content-right-slot-color:var(--plasma-select-textfield-content-right-slot-color);--plasma-textfield-content-right-slot-color-hover:var(--plasma-select-textfield-content-right-slot-color-hover);--plasma-textfield-content-right-slot-color-active:var(--plasma-select-textfield-content-right-slot-color-active);--plasma-textfield__label-offset:var(--plasma-select-textfield-label-offset);--plasma-textfield__label-font-family:var(--plasma-select-textfield-label-font-family);--plasma-textfield__label-font-style:var(--plasma-select-textfield-label-font-style);--plasma-textfield__label-font-size:var(--plasma-select-textfield-label-font-size);--plasma-textfield__label-font-weight:var(--plasma-select-textfield-label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-select-textfield-label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-select-textfield-label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-select-textfield-placement-inner-label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-select-textfield-placement-inner-label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-select-textfield-placement-inner-label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-select-textfield-placement-inner-label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-select-textfield-placement-inner-label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-select-textfield-placement-inner-label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-select-textfield-placement-inner-label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-select-textfield-placement-inner-content-padding);--plasma-textfield__title-caption-color:var(--plasma-select-textfield-title-caption-color);--plasma-textfield__title-caption-color-readonly:var(--plasma-select-textfield__title-caption-color-readonly);--plasma-textfield__title-caption-label-inner-offset:var(--plasma-select-textfield-title-caption-label-inner-offset);--plasma-textfield__title-caption-font-family:var(--plasma-select-textfield-title-caption-font-family);--plasma-textfield__title-caption-font-style:var(--plasma-select-textfield-title-caption-font-style);--plasma-textfield__title-caption-font-size:var(--plasma-select-textfield-title-caption-font-size);--plasma-textfield__title-caption-font-weight:var(--plasma-select-textfield-title-caption-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-select-textfield-title-caption-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-select-textfield-title-caption-line-height);--plasma-textfield__left-helper-offset:var(--plasma-select-textfield-left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-select-textfield-left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-select-textfield-left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-select-textfield-left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-select-textfield-left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-select-textfield-left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-select-textfield-left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-select-textfield-before-text-color);--plasma-textfield__after-text-color:var(--plasma-select-textfield-after-text-color);--plasma-textfield__before-text-margin:var(--plasma-select-textfield-before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-select-textfield-after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-select-textfield-disabled-opacity);--plasma-textfield__hint-custom-icon-target-size:var(--plasma-select-textfield__hint-custom-icon-target-size);--plasma-textfield__hint-margin:var(--plasma-select-textfield__hint-margin);--plasma-textfield__hint-target-size:var(--plasma-select-textfield__hint-target-size);--plasma-textfield__hint-icon-color:var(--plasma-select-textfield__hint-icon-color);--plasma-textfield__hint-inner-label-placement-offset:var(--plasma-select-textfield__hint-inner-label-placement-offset);--plasma-textfield__clear-hint-inner-label-placement-offset:var(--plasma-select-textfield__clear-hint-inner-label-placement-offset);--plasma-textfield__tooltip-background-color:var(--plasma-select-textfield__tooltip-background-color);--plasma-textfield__tooltip-box-shadow:var(--plasma-select-textfield__tooltip-box-shadow);--plasma-textfield__tooltip-color:var(--plasma-select-textfield__tooltip-color);--plasma-textfield__tooltip-padding-top:var(--plasma-select-textfield__tooltip-padding-top);--plasma-textfield__tooltip-padding-right:var(--plasma-select-textfield__tooltip-padding-right);--plasma-textfield__tooltip-padding-bottom:var(--plasma-select-textfield__tooltip-padding-bottom);--plasma-textfield__tooltip-padding-left:var(--plasma-select-textfield__tooltip-padding-left);--plasma-textfield__tooltip-min-height:var(--plasma-select-textfield__tooltip-min-height);--plasma-textfield__tooltip-border-radius:var(--plasma-select-textfield__tooltip-border-radius);--plasma-textfield__tooltip-text-font-family:var(--plasma-select-textfield__tooltip-text-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-select-textfield__tooltip-text-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-select-textfield__tooltip-text-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-select-textfield__tooltip-text-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-select-textfield__tooltip-text-font-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-select-textfield__tooltip-text-font-line-height);--plasma-textfield__tooltip-content-left-margin:var(--plasma-select-textfield__tooltip-content-left-margin);--plasma-textfield__tooltip-arrow-mask-width:var(--plasma-select-textfield__tooltip-arrow-mask-width);--plasma-textfield__tooltip-arrow-mask-height:var(--plasma-select-textfield__tooltip-arrow-mask-height);--plasma-textfield__tooltip-arrow-mask-image:var(--plasma-select-textfield__tooltip-arrow-mask-image);--plasma-textfield__tooltip-arrow-height:var(--plasma-select-textfield__tooltip-arrow-height);--plasma-textfield__tooltip-arrow-edge-margin:var(--plasma-select-textfield__tooltip-arrow-edge-margin);--plasma-textfield__tooltip-arrow-background:var(--plasma-select-textfield__tooltip-arrow-background);--plasma-textfield__chip-height:var(--plasma-select-textfield-chip-height);--plasma-textfield__chip-border-radius:var(--plasma-select-textfield-chip-border-radius);--plasma-textfield__chip-gap:var(--plasma-select-textfield-chip-gap);--plasma-textfield__chip-color:var(--plasma-select-textfield-chip-color);--plasma-textfield__chip-color-hover:var(--plasma-select-textfield-chip-color-hover);--plasma-textfield__chip-scale-hover:var(--plasma-select-textfield-chip-scale-hover);--plasma-textfield__chip-background:var(--plasma-select-textfield--chip-background);--plasma-textfield__chip-background-active:var(--plasma-select-textfield-chip-background-active);--plasma-textfield__chip-color-active:var(--plasma-select-textfield-chip-color-active);--plasma-textfield__chip-scale-active:var(--plasma-select-textfield-chip-scale-active);--plasma-textfield__chip-close-icon-color:var(--plasma-select-textfield-chip-close-icons-color);--plasma-textfield__chip-outline-size:var(--plasma-select-textfield-chip-outline-size);--plasma-textfield__chip-width:var(--plasma-select-textfield-chip-width);--plasma-textfield__chip-padding:var(--plasma-select-textfield-chip-padding);--plasma-textfield__chip-close-icon-size:var(--plasma-select-textfield-chip-close-icon-size);--plasma-textfield__chip-font-family:var(--plasma-select-textfield-chip-font-family);--plasma-textfield__chip-font-size:var(--plasma-select-textfield-chip-font-size);--plasma-textfield__chip-font-style:var(--plasma-select-textfield-chip-font-style);--plasma-textfield__chip-font-weight:var(--plasma-select-textfield-chip-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-select-textfield-chip-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-select-textfield-chip-line-height);--plasma-textfield__chip-color-readonly:var(--plasma-select-textfield__chip-color-readonly);--plasma-textfield__chip-color-readonly-hover:var(--plasma-select-textfield__chip-color-readonly-hover);--plasma-textfield__chip-background-readonly:var(--plasma-select-textfield__chip-background-readonly);--plasma-textfield__chip-background-readonly-hover:var(--plasma-select-textfield__chip-background-readonly-hover);--plasma-textfield__chip-clear-content-margin-left:var(--plasma-select-textfield-chip-clear-content-margin-left);--plasma-textfield__chip-clear-content-margin-right:var(--plasma-select-textfield-chip-clear-content-margin-right);--plasma-textfield__chip-opacity-readonly:var(--plasma-select-textfield__chip-opacity-readonly);--plasma-textfield__indicator-color:var(--plasma-select-new-textfield-indicator-color);--plasma-textfield__indicator-size-inner:var(--plasma-select-new-textfield-indicator-size-inner);--plasma-textfield__indicator-size-outer:var(--plasma-select-new-textfield-indicator-size-outer);--plasma-textfield__indicator-placement-inner:var(--plasma-select-new-textfield-indicator-placement-inner);--plasma-textfield__indicator-placement-outer:var(--plasma-select-new-textfield-indicator-placement-outer);--plasma-textfield__indicator-placement-inner-right:var(--plasma-select-new-textfield-indicator-placement-inner-right);--plasma-textfield__indicator-placement-outer-right:var(--plasma-select-new-textfield-indicator-placement-outer-right);--plasma-textfield__clear-indicator-placement-inner:var(--plasma-select-new-textfield-clear-indicator-placement-inner);--plasma-textfield__clear-indicator-placement-inner-right: var(--plasma-select-new-textfield-clear-indicator-placement-inner-right);--plasma-textfield__clear-indicator-hint-placement-inner-right:var(--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right);--plasma-textfield-focus-color:var(--plasma-select-textfield-focus-color);--plasma-textfield-box-shadow:var(--plasma-select-textfield-box-shadow);}.Textfield_styles_1gpvmro_s1yhwv5r__f11a8d9a div.Textfield_styles_1gpvmro_inputWrapper__f11a8d9a:focus-within{background-color:var(--plasma-select-textfield-background-color-focus);}
|
76
|
+
.Textfield_styles_1gpvmro_i7x5udn__f11a8d9a{line-height:0;color:var(--plasma-select-disclosure-icon-color);cursor:var(--i7x5udn-0);}.Textfield_styles_1gpvmro_i7x5udn__f11a8d9a .Textfield_styles_1gpvmro_arrowInverse__f11a8d9a{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);}.Textfield_styles_1gpvmro_i7x5udn__f11a8d9a:hover,.Textfield_styles_1gpvmro_i7x5udn__f11a8d9a:active{color:var(--i7x5udn-1);}
|
77
|
+
.Textfield_styles_1gpvmro_s2oocb4__f11a8d9a{width:var(--s2oocb4-0);height:var(--s2oocb4-0);}
|
@@ -22,6 +22,7 @@ var Textfield = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
22
22
|
treeId = _ref.treeId,
|
23
23
|
activeDescendantItemValue = _ref.activeDescendantItemValue,
|
24
24
|
disabled = _ref.disabled,
|
25
|
+
readOnly = _ref.readOnly,
|
25
26
|
isTargetAmount = _ref.isTargetAmount,
|
26
27
|
valueToItemMap = _ref.valueToItemMap,
|
27
28
|
renderValue = _ref.renderValue,
|
@@ -94,7 +95,7 @@ var Textfield = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
94
95
|
placeholder: value instanceof Array && value.length ? '' : placeholder,
|
95
96
|
contentLeft: contentLeft,
|
96
97
|
contentRight: /*#__PURE__*/React.createElement(IconArrowWrapper, {
|
97
|
-
disabled: Boolean(disabled)
|
98
|
+
disabled: Boolean(disabled || readOnly)
|
98
99
|
}, /*#__PURE__*/React.createElement(StyledArrow, {
|
99
100
|
color: "inherit",
|
100
101
|
size: sizeToIconSize(size),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Textfield.js","sources":["../../../../../../../src/components/Select/ui/Target/ui/Textfield/Textfield.tsx"],"sourcesContent":["import React, { forwardRef } from 'react';\n\nimport { sizeToIconSize, getItemId } from '../../../../utils';\nimport { classes } from '../../../../Select.tokens';\n\nimport { IconArrowWrapper, StyledArrow, StyledTextField } from './Textfield.styles';\nimport { TextfieldProps } from './Textfield.types';\n\nexport const Textfield = forwardRef<HTMLInputElement, TextfieldProps>(\n (\n {\n inputWrapperRef,\n opened,\n multiselect,\n value,\n label,\n labelPlacement,\n keepPlaceholder,\n placeholder,\n onKeyDown,\n size,\n view,\n contentLeft,\n helperText,\n treeId,\n activeDescendantItemValue,\n disabled,\n isTargetAmount,\n valueToItemMap,\n renderValue,\n onChange,\n labelToItemMap,\n chipView,\n requiredProps,\n chipType,\n hintProps,\n },\n ref,\n ) => {\n const withArrowInverse = opened ? classes.arrowInverse : undefined;\n\n const getValue = () => {\n if (multiselect || !value) {\n return '';\n }\n\n if (renderValue) {\n return renderValue(valueToItemMap.get(value.toString())!);\n }\n\n return valueToItemMap.get(value.toString())?.label || '';\n };\n\n const getChips = (): string[] => {\n if (multiselect && Array.isArray(value)) {\n if (value.length === 0) return [];\n\n if (isTargetAmount) {\n return [`Выбрано ${value.length}`];\n }\n\n const renderValueMapper =\n renderValue && ((stringValue: string | number) => renderValue(valueToItemMap.get(stringValue)!));\n const valueToItemMapper = (stringValue: string | number) => valueToItemMap.get(stringValue)!.label;\n\n return value.map(renderValueMapper || valueToItemMapper);\n }\n\n return [];\n };\n\n // Обработчик чипов\n const handleChipsChange = (chipLabels: any[]) => {\n if (!Array.isArray(value)) return;\n\n // TODO: #1564\n // Из лейблов чипов получаем value у item и далее прокидываем его в onChange.\n if (renderValue && !isTargetAmount) {\n const resultValues = [...value];\n\n value.forEach((_, index) => {\n const labelAfterRenderValue = renderValue(\n labelToItemMap.get(valueToItemMap.get(value[index])!.label)!,\n );\n\n if (!chipLabels.includes(labelAfterRenderValue)) {\n resultValues.splice(index, 1);\n }\n });\n\n onChange(resultValues);\n } else {\n onChange(chipLabels.map((chipLabel) => labelToItemMap.get(chipLabel)!.value));\n }\n };\n\n return (\n <StyledTextField\n ref={ref}\n inputWrapperRef={inputWrapperRef}\n readOnly\n value={getValue()}\n size={size}\n view={view}\n labelPlacement={labelPlacement}\n disabled={disabled}\n label={label}\n keepPlaceholder={keepPlaceholder}\n placeholder={value instanceof Array && value.length ? '' : placeholder}\n contentLeft={contentLeft as React.ReactElement}\n contentRight={\n <IconArrowWrapper disabled={Boolean(disabled)}>\n <StyledArrow color=\"inherit\" size={sizeToIconSize(size)} className={withArrowInverse} />\n </IconArrowWrapper>\n }\n onKeyDown={onKeyDown}\n leftHelper={helperText}\n role=\"combobox\"\n aria-autocomplete=\"list\"\n aria-controls={`${treeId}_tree_level_1`}\n aria-expanded={opened}\n aria-activedescendant={activeDescendantItemValue ? getItemId(treeId, activeDescendantItemValue) : ''}\n {...(multiselect\n ? {\n enumerationType: 'chip',\n chips: getChips(),\n onChangeChips: handleChipsChange,\n chipType,\n chipView,\n }\n : { enumerationType: 'plain' })}\n onEnterDisabled // Пропс для отключения обработчика Enter внутри Textfield\n opened={opened}\n // TODO: #1547\n _forceChipManipulationWithReadonly\n {...requiredProps}\n {...hintProps}\n />\n );\n },\n);\n"],"names":["Textfield","forwardRef","_ref","ref","inputWrapperRef","opened","multiselect","value","label","labelPlacement","keepPlaceholder","placeholder","onKeyDown","size","view","contentLeft","helperText","treeId","activeDescendantItemValue","disabled","isTargetAmount","valueToItemMap","renderValue","onChange","labelToItemMap","chipView","requiredProps","chipType","hintProps","withArrowInverse","classes","arrowInverse","undefined","getValue","_valueToItemMap$get","get","toString","getChips","Array","isArray","length","concat","renderValueMapper","stringValue","valueToItemMapper","map","handleChipsChange","chipLabels","resultValues","_toConsumableArray","forEach","_","index","labelAfterRenderValue","includes","splice","chipLabel","React","createElement","StyledTextField","_extends","readOnly","contentRight","IconArrowWrapper","Boolean","StyledArrow","color","sizeToIconSize","className","leftHelper","role","getItemId","enumerationType","chips","onChangeChips","onEnterDisabled","_forceChipManipulationWithReadonly"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"Textfield.js","sources":["../../../../../../../src/components/Select/ui/Target/ui/Textfield/Textfield.tsx"],"sourcesContent":["import React, { forwardRef } from 'react';\n\nimport { sizeToIconSize, getItemId } from '../../../../utils';\nimport { classes } from '../../../../Select.tokens';\n\nimport { IconArrowWrapper, StyledArrow, StyledTextField } from './Textfield.styles';\nimport { TextfieldProps } from './Textfield.types';\n\nexport const Textfield = forwardRef<HTMLInputElement, TextfieldProps>(\n (\n {\n inputWrapperRef,\n opened,\n multiselect,\n value,\n label,\n labelPlacement,\n keepPlaceholder,\n placeholder,\n onKeyDown,\n size,\n view,\n contentLeft,\n helperText,\n treeId,\n activeDescendantItemValue,\n disabled,\n readOnly,\n isTargetAmount,\n valueToItemMap,\n renderValue,\n onChange,\n labelToItemMap,\n chipView,\n requiredProps,\n chipType,\n hintProps,\n },\n ref,\n ) => {\n const withArrowInverse = opened ? classes.arrowInverse : undefined;\n\n const getValue = () => {\n if (multiselect || !value) {\n return '';\n }\n\n if (renderValue) {\n return renderValue(valueToItemMap.get(value.toString())!);\n }\n\n return valueToItemMap.get(value.toString())?.label || '';\n };\n\n const getChips = (): string[] => {\n if (multiselect && Array.isArray(value)) {\n if (value.length === 0) return [];\n\n if (isTargetAmount) {\n return [`Выбрано ${value.length}`];\n }\n\n const renderValueMapper =\n renderValue && ((stringValue: string | number) => renderValue(valueToItemMap.get(stringValue)!));\n const valueToItemMapper = (stringValue: string | number) => valueToItemMap.get(stringValue)!.label;\n\n return value.map(renderValueMapper || valueToItemMapper);\n }\n\n return [];\n };\n\n // Обработчик чипов\n const handleChipsChange = (chipLabels: any[]) => {\n if (!Array.isArray(value)) return;\n\n // TODO: #1564\n // Из лейблов чипов получаем value у item и далее прокидываем его в onChange.\n if (renderValue && !isTargetAmount) {\n const resultValues = [...value];\n\n value.forEach((_, index) => {\n const labelAfterRenderValue = renderValue(\n labelToItemMap.get(valueToItemMap.get(value[index])!.label)!,\n );\n\n if (!chipLabels.includes(labelAfterRenderValue)) {\n resultValues.splice(index, 1);\n }\n });\n\n onChange(resultValues);\n } else {\n onChange(chipLabels.map((chipLabel) => labelToItemMap.get(chipLabel)!.value));\n }\n };\n\n return (\n <StyledTextField\n ref={ref}\n inputWrapperRef={inputWrapperRef}\n readOnly\n value={getValue()}\n size={size}\n view={view}\n labelPlacement={labelPlacement}\n disabled={disabled}\n label={label}\n keepPlaceholder={keepPlaceholder}\n placeholder={value instanceof Array && value.length ? '' : placeholder}\n contentLeft={contentLeft as React.ReactElement}\n contentRight={\n <IconArrowWrapper disabled={Boolean(disabled || readOnly)}>\n <StyledArrow color=\"inherit\" size={sizeToIconSize(size)} className={withArrowInverse} />\n </IconArrowWrapper>\n }\n onKeyDown={onKeyDown}\n leftHelper={helperText}\n role=\"combobox\"\n aria-autocomplete=\"list\"\n aria-controls={`${treeId}_tree_level_1`}\n aria-expanded={opened}\n aria-activedescendant={activeDescendantItemValue ? getItemId(treeId, activeDescendantItemValue) : ''}\n {...(multiselect\n ? {\n enumerationType: 'chip',\n chips: getChips(),\n onChangeChips: handleChipsChange,\n chipType,\n chipView,\n }\n : { enumerationType: 'plain' })}\n onEnterDisabled // Пропс для отключения обработчика Enter внутри Textfield\n opened={opened}\n // TODO: #1547\n _forceChipManipulationWithReadonly\n {...requiredProps}\n {...hintProps}\n />\n );\n },\n);\n"],"names":["Textfield","forwardRef","_ref","ref","inputWrapperRef","opened","multiselect","value","label","labelPlacement","keepPlaceholder","placeholder","onKeyDown","size","view","contentLeft","helperText","treeId","activeDescendantItemValue","disabled","readOnly","isTargetAmount","valueToItemMap","renderValue","onChange","labelToItemMap","chipView","requiredProps","chipType","hintProps","withArrowInverse","classes","arrowInverse","undefined","getValue","_valueToItemMap$get","get","toString","getChips","Array","isArray","length","concat","renderValueMapper","stringValue","valueToItemMapper","map","handleChipsChange","chipLabels","resultValues","_toConsumableArray","forEach","_","index","labelAfterRenderValue","includes","splice","chipLabel","React","createElement","StyledTextField","_extends","contentRight","IconArrowWrapper","Boolean","StyledArrow","color","sizeToIconSize","className","leftHelper","role","getItemId","enumerationType","chips","onChangeChips","onEnterDisabled","_forceChipManipulationWithReadonly"],"mappings":";;;;;;;AAQO,IAAMA,SAAS,gBAAGC,UAAU,CAC/B,UAAAC,IAAA,EA6BIC,GAAG,EACF;AAAA,EAAA,IA5BGC,eAAe,GAAAF,IAAA,CAAfE,eAAe;IACfC,MAAM,GAAAH,IAAA,CAANG,MAAM;IACNC,WAAW,GAAAJ,IAAA,CAAXI,WAAW;IACXC,KAAK,GAAAL,IAAA,CAALK,KAAK;IACLC,KAAK,GAAAN,IAAA,CAALM,KAAK;IACLC,cAAc,GAAAP,IAAA,CAAdO,cAAc;IACdC,eAAe,GAAAR,IAAA,CAAfQ,eAAe;IACfC,WAAW,GAAAT,IAAA,CAAXS,WAAW;IACXC,SAAS,GAAAV,IAAA,CAATU,SAAS;IACTC,IAAI,GAAAX,IAAA,CAAJW,IAAI;IACJC,IAAI,GAAAZ,IAAA,CAAJY,IAAI;IACJC,WAAW,GAAAb,IAAA,CAAXa,WAAW;IACXC,UAAU,GAAAd,IAAA,CAAVc,UAAU;IACVC,MAAM,GAAAf,IAAA,CAANe,MAAM;IACNC,yBAAyB,GAAAhB,IAAA,CAAzBgB,yBAAyB;IACzBC,QAAQ,GAAAjB,IAAA,CAARiB,QAAQ;IACRC,QAAQ,GAAAlB,IAAA,CAARkB,QAAQ;IACRC,cAAc,GAAAnB,IAAA,CAAdmB,cAAc;IACdC,cAAc,GAAApB,IAAA,CAAdoB,cAAc;IACdC,WAAW,GAAArB,IAAA,CAAXqB,WAAW;IACXC,QAAQ,GAAAtB,IAAA,CAARsB,QAAQ;IACRC,cAAc,GAAAvB,IAAA,CAAduB,cAAc;IACdC,QAAQ,GAAAxB,IAAA,CAARwB,QAAQ;IACRC,aAAa,GAAAzB,IAAA,CAAbyB,aAAa;IACbC,QAAQ,GAAA1B,IAAA,CAAR0B,QAAQ;IACRC,SAAS,GAAA3B,IAAA,CAAT2B,SAAS,CAAA;EAIb,IAAMC,gBAAgB,GAAGzB,MAAM,GAAG0B,OAAO,CAACC,YAAY,GAAGC,SAAS,CAAA;AAElE,EAAA,IAAMC,QAAQ,GAAG,SAAXA,QAAQA,GAAS;AAAA,IAAA,IAAAC,mBAAA,CAAA;AACnB,IAAA,IAAI7B,WAAW,IAAI,CAACC,KAAK,EAAE;AACvB,MAAA,OAAO,EAAE,CAAA;AACb,KAAA;AAEA,IAAA,IAAIgB,WAAW,EAAE;AACb,MAAA,OAAOA,WAAW,CAACD,cAAc,CAACc,GAAG,CAAC7B,KAAK,CAAC8B,QAAQ,EAAE,CAAE,CAAC,CAAA;AAC7D,KAAA;IAEA,OAAO,CAAA,CAAAF,mBAAA,GAAAb,cAAc,CAACc,GAAG,CAAC7B,KAAK,CAAC8B,QAAQ,EAAE,CAAC,cAAAF,mBAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAApCA,mBAAA,CAAsC3B,KAAK,KAAI,EAAE,CAAA;GAC3D,CAAA;AAED,EAAA,IAAM8B,QAAQ,GAAG,SAAXA,QAAQA,GAAmB;IAC7B,IAAIhC,WAAW,IAAIiC,KAAK,CAACC,OAAO,CAACjC,KAAK,CAAC,EAAE;AACrC,MAAA,IAAIA,KAAK,CAACkC,MAAM,KAAK,CAAC,EAAE,OAAO,EAAE,CAAA;AAEjC,MAAA,IAAIpB,cAAc,EAAE;AAChB,QAAA,OAAO,+CAAAqB,MAAA,CAAYnC,KAAK,CAACkC,MAAM,CAAG,CAAA,CAAA;AACtC,OAAA;AAEA,MAAA,IAAME,iBAAiB,GACnBpB,WAAW,IAAK,UAACqB,WAA4B,EAAA;QAAA,OAAKrB,WAAW,CAACD,cAAc,CAACc,GAAG,CAACQ,WAAW,CAAE,CAAC,CAAA;OAAC,CAAA;AACpG,MAAA,IAAMC,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAID,WAA4B,EAAA;AAAA,QAAA,OAAKtB,cAAc,CAACc,GAAG,CAACQ,WAAW,CAAC,CAAEpC,KAAK,CAAA;AAAA,OAAA,CAAA;AAElG,MAAA,OAAOD,KAAK,CAACuC,GAAG,CAACH,iBAAiB,IAAIE,iBAAiB,CAAC,CAAA;AAC5D,KAAA;AAEA,IAAA,OAAO,EAAE,CAAA;GACZ,CAAA;;AAED;AACA,EAAA,IAAME,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAIC,UAAiB,EAAK;AAC7C,IAAA,IAAI,CAACT,KAAK,CAACC,OAAO,CAACjC,KAAK,CAAC,EAAE,OAAA;;AAE3B;AACA;AACA,IAAA,IAAIgB,WAAW,IAAI,CAACF,cAAc,EAAE;AAChC,MAAA,IAAM4B,YAAY,GAAAC,kBAAA,CAAO3C,KAAK,CAAC,CAAA;AAE/BA,MAAAA,KAAK,CAAC4C,OAAO,CAAC,UAACC,CAAC,EAAEC,KAAK,EAAK;QACxB,IAAMC,qBAAqB,GAAG/B,WAAW,CACrCE,cAAc,CAACW,GAAG,CAACd,cAAc,CAACc,GAAG,CAAC7B,KAAK,CAAC8C,KAAK,CAAC,CAAC,CAAE7C,KAAK,CAC9D,CAAC,CAAA;AAED,QAAA,IAAI,CAACwC,UAAU,CAACO,QAAQ,CAACD,qBAAqB,CAAC,EAAE;AAC7CL,UAAAA,YAAY,CAACO,MAAM,CAACH,KAAK,EAAE,CAAC,CAAC,CAAA;AACjC,SAAA;AACJ,OAAC,CAAC,CAAA;MAEF7B,QAAQ,CAACyB,YAAY,CAAC,CAAA;AAC1B,KAAC,MAAM;AACHzB,MAAAA,QAAQ,CAACwB,UAAU,CAACF,GAAG,CAAC,UAACW,SAAS,EAAA;AAAA,QAAA,OAAKhC,cAAc,CAACW,GAAG,CAACqB,SAAS,CAAC,CAAElD,KAAK,CAAA;AAAA,OAAA,CAAC,CAAC,CAAA;AACjF,KAAA;GACH,CAAA;AAED,EAAA,oBACImD,KAAA,CAAAC,aAAA,CAACC,eAAe,EAAAC,QAAA,CAAA;AACZ1D,IAAAA,GAAG,EAAEA,GAAI;AACTC,IAAAA,eAAe,EAAEA,eAAgB;IACjCgB,QAAQ,EAAA,IAAA;IACRb,KAAK,EAAE2B,QAAQ,EAAG;AAClBrB,IAAAA,IAAI,EAAEA,IAAK;AACXC,IAAAA,IAAI,EAAEA,IAAK;AACXL,IAAAA,cAAc,EAAEA,cAAe;AAC/BU,IAAAA,QAAQ,EAAEA,QAAS;AACnBX,IAAAA,KAAK,EAAEA,KAAM;AACbE,IAAAA,eAAe,EAAEA,eAAgB;IACjCC,WAAW,EAAEJ,KAAK,YAAYgC,KAAK,IAAIhC,KAAK,CAACkC,MAAM,GAAG,EAAE,GAAG9B,WAAY;AACvEI,IAAAA,WAAW,EAAEA,WAAkC;AAC/C+C,IAAAA,YAAY,eACRJ,KAAA,CAAAC,aAAA,CAACI,gBAAgB,EAAA;AAAC5C,MAAAA,QAAQ,EAAE6C,OAAO,CAAC7C,QAAQ,IAAIC,QAAQ,CAAA;AAAE,KAAA,eACtDsC,KAAA,CAAAC,aAAA,CAACM,WAAW,EAAA;AAACC,MAAAA,KAAK,EAAC,SAAS;AAACrD,MAAAA,IAAI,EAAEsD,cAAc,CAACtD,IAAI,CAAE;AAACuD,MAAAA,SAAS,EAAEtC,gBAAAA;AAAiB,KAAE,CACzE,CACrB;AACDlB,IAAAA,SAAS,EAAEA,SAAU;AACrByD,IAAAA,UAAU,EAAErD,UAAW;AACvBsD,IAAAA,IAAI,EAAC,UAAU;AACf,IAAA,mBAAA,EAAkB,MAAM;IACxB,eAAA5B,EAAAA,EAAAA,CAAAA,MAAA,CAAkBzB,MAAM,EAAgB,eAAA,CAAA;AACxC,IAAA,eAAA,EAAeZ,MAAO;IACtB,uBAAuBa,EAAAA,yBAAyB,GAAGqD,SAAS,CAACtD,MAAM,EAAEC,yBAAyB,CAAC,GAAG,EAAA;AAAG,GAAA,EAChGZ,WAAW,GACV;AACIkE,IAAAA,eAAe,EAAE,MAAM;IACvBC,KAAK,EAAEnC,QAAQ,EAAE;AACjBoC,IAAAA,aAAa,EAAE3B,iBAAiB;AAChCnB,IAAAA,QAAQ,EAARA,QAAQ;AACRF,IAAAA,QAAQ,EAARA,QAAAA;AACJ,GAAC,GACD;AAAE8C,IAAAA,eAAe,EAAE,OAAA;GAAS,EAAA;AAClCG,IAAAA,eAAe,EAAC,IAAA;AAAA;AAChBtE,IAAAA,MAAM,EAAEA,MAAAA;AACR;AAAA;IACAuE,kCAAkC,EAAA,IAAA;AAAA,GAAA,EAC9BjD,aAAa,EACbE,SAAS,CAChB,CAAC,CAAA;AAEV,CACJ;;;;"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import './Textfield.
|
1
|
+
import './Textfield.styles_1gpvmro.css';
|
2
2
|
import { styled } from '@linaria/react';
|
3
3
|
import { tokens } from '../../../../Select.tokens.js';
|
4
4
|
import { IconDisclosureDownCentered } from '../../../../../_Icon/Icons/IconDisclosureDownCentered.js';
|
@@ -10,43 +10,20 @@ var TextField = /*#__PURE__*/component(mergedConfig);
|
|
10
10
|
var _exp = function _exp() {
|
11
11
|
return TextField;
|
12
12
|
};
|
13
|
-
var _exp17 = function _exp17() {
|
14
|
-
return function (_ref) {
|
15
|
-
var opened = _ref.opened;
|
16
|
-
return opened ? "var(".concat(tokens.textFieldBackgroundColorFocus, ")") : "var(".concat(tokens.textFieldBackgroundColor, ")");
|
17
|
-
};
|
18
|
-
};
|
19
|
-
var _exp19 = function _exp19() {
|
20
|
-
return function (_ref2) {
|
21
|
-
var opened = _ref2.opened;
|
22
|
-
return opened ? "var(".concat(tokens.textFieldPlaceholderColorFocus, ")") : "var(".concat(tokens.textFieldPlaceholderColor, ")");
|
23
|
-
};
|
24
|
-
};
|
25
|
-
var _exp25 = function _exp25() {
|
26
|
-
return function (_ref3) {
|
27
|
-
var opened = _ref3.opened;
|
28
|
-
return opened ? "var(".concat(tokens.textFieldBorderColorFocus, ")") : "var(".concat(tokens.textFieldBorderColor, ")");
|
29
|
-
};
|
30
|
-
};
|
31
13
|
var StyledTextField = /*#__PURE__*/styled(_exp())({
|
32
14
|
name: "StyledTextField",
|
33
15
|
"class": "s1yhwv5r",
|
34
|
-
propsAsIs: true
|
35
|
-
vars: {
|
36
|
-
"s1yhwv5r-0": [/*#__PURE__*/_exp17()],
|
37
|
-
"s1yhwv5r-1": [/*#__PURE__*/_exp19()],
|
38
|
-
"s1yhwv5r-2": [/*#__PURE__*/_exp25()]
|
39
|
-
}
|
16
|
+
propsAsIs: true
|
40
17
|
});
|
41
|
-
var
|
42
|
-
return function (
|
43
|
-
var disabled =
|
18
|
+
var _exp292 = function _exp292() {
|
19
|
+
return function (_ref) {
|
20
|
+
var disabled = _ref.disabled;
|
44
21
|
return disabled ? 'inherit' : 'pointer';
|
45
22
|
};
|
46
23
|
};
|
47
|
-
var
|
48
|
-
return function (
|
49
|
-
var disabled =
|
24
|
+
var _exp294 = function _exp294() {
|
25
|
+
return function (_ref2) {
|
26
|
+
var disabled = _ref2.disabled;
|
50
27
|
return disabled ? "var(".concat(tokens.disclosureIconColor, ")") : "var(".concat(tokens.disclosureIconColorHover, ")");
|
51
28
|
};
|
52
29
|
};
|
@@ -55,29 +32,29 @@ var IconArrowWrapper = /*#__PURE__*/styled('div')({
|
|
55
32
|
"class": "i7x5udn",
|
56
33
|
propsAsIs: false,
|
57
34
|
vars: {
|
58
|
-
"i7x5udn-0": [/*#__PURE__*/
|
59
|
-
"i7x5udn-1": [/*#__PURE__*/
|
35
|
+
"i7x5udn-0": [/*#__PURE__*/_exp292()],
|
36
|
+
"i7x5udn-1": [/*#__PURE__*/_exp294()]
|
60
37
|
}
|
61
38
|
});
|
62
|
-
var
|
39
|
+
var _exp295 = function _exp295() {
|
63
40
|
return IconDisclosureDownCentered;
|
64
41
|
};
|
65
|
-
var
|
66
|
-
return function (
|
67
|
-
var
|
68
|
-
size =
|
42
|
+
var _exp297 = function _exp297() {
|
43
|
+
return function (_ref3) {
|
44
|
+
var _ref3$size = _ref3.size,
|
45
|
+
size = _ref3$size === void 0 ? 'xs' : _ref3$size;
|
69
46
|
return "var(".concat(tokens.disclosureIconSize, ", ").concat({
|
70
47
|
xs: "1rem",
|
71
48
|
s: "1.5rem"
|
72
49
|
}[size], ")");
|
73
50
|
};
|
74
51
|
};
|
75
|
-
var StyledArrow = /*#__PURE__*/styled(
|
52
|
+
var StyledArrow = /*#__PURE__*/styled(_exp295())({
|
76
53
|
name: "StyledArrow",
|
77
54
|
"class": "s2oocb4",
|
78
55
|
propsAsIs: true,
|
79
56
|
vars: {
|
80
|
-
"s2oocb4-0": [/*#__PURE__*/
|
57
|
+
"s2oocb4-0": [/*#__PURE__*/_exp297()]
|
81
58
|
}
|
82
59
|
});
|
83
60
|
|