@skbkontur/react-ui 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/README.md +7 -7
- package/cjs/components/Autocomplete/Autocomplete.d.ts +115 -132
- package/cjs/components/Autocomplete/Autocomplete.js +49 -46
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Autocomplete/Autocomplete.styles.d.ts +5 -5
- package/cjs/components/Autocomplete/getAutocompleteTheme.d.ts +2 -2
- package/cjs/components/Autocomplete/index.d.ts +1 -1
- package/cjs/components/Autocomplete/locale/index.d.ts +4 -4
- package/cjs/components/Autocomplete/locale/locales/en.d.ts +2 -2
- package/cjs/components/Autocomplete/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Autocomplete/locale/types.d.ts +5 -5
- package/cjs/components/Button/ArrowLeftIcon.d.ts +3 -3
- package/cjs/components/Button/ArrowRightIcon.d.ts +3 -3
- package/cjs/components/Button/Button.d.ts +111 -109
- package/cjs/components/Button/Button.js +29 -1
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Button/Button.mixins.d.ts +5 -5
- package/cjs/components/Button/Button.styles.d.ts +92 -86
- package/cjs/components/Button/Button.styles.js +107 -75
- package/cjs/components/Button/Button.styles.js.map +1 -1
- package/cjs/components/Button/ButtonArrow.d.ts +8 -8
- package/cjs/components/Button/ButtonIcon.d.ts +11 -11
- package/cjs/components/Button/ButtonIcon.styles.d.ts +16 -16
- package/cjs/components/Button/LoadingButtonIcon.d.ts +8 -8
- package/cjs/components/Button/getInnerLinkTheme.d.ts +2 -2
- package/cjs/components/Button/index.d.ts +1 -1
- package/cjs/components/Calendar/Calendar.d.ts +106 -104
- package/cjs/components/Calendar/Calendar.js +1 -0
- package/cjs/components/Calendar/Calendar.js.map +1 -1
- package/cjs/components/Calendar/Calendar.styles.d.ts +6 -6
- package/cjs/components/Calendar/CalendarContext.d.ts +12 -12
- package/cjs/components/Calendar/CalendarDateShape.d.ts +16 -16
- package/cjs/components/Calendar/CalendarDay.d.ts +20 -20
- package/cjs/components/Calendar/CalendarScrollEvents.d.ts +4 -4
- package/cjs/components/Calendar/CalendarUtils.d.ts +37 -37
- package/cjs/components/Calendar/DayCellView.d.ts +6 -6
- package/cjs/components/Calendar/DayCellView.styles.d.ts +8 -8
- package/cjs/components/Calendar/DayCellViewModel.d.ts +8 -8
- package/cjs/components/Calendar/Month.d.ts +23 -23
- package/cjs/components/Calendar/MonthView.d.ts +22 -22
- package/cjs/components/Calendar/MonthView.styles.d.ts +13 -13
- package/cjs/components/Calendar/MonthViewModel.d.ts +14 -14
- package/cjs/components/Calendar/config.d.ts +2 -2
- package/cjs/components/Calendar/index.d.ts +3 -3
- package/cjs/components/Calendar/locale/index.d.ts +4 -4
- package/cjs/components/Calendar/locale/locales/en.d.ts +2 -2
- package/cjs/components/Calendar/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Calendar/locale/types.d.ts +7 -7
- package/cjs/components/Center/Center.d.ts +30 -28
- package/cjs/components/Center/Center.js +1 -0
- package/cjs/components/Center/Center.js.map +1 -1
- package/cjs/components/Center/Center.styles.d.ts +7 -7
- package/cjs/components/Center/index.d.ts +1 -1
- package/cjs/components/Checkbox/Checkbox.d.ts +99 -109
- package/cjs/components/Checkbox/Checkbox.js +2 -14
- package/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/cjs/components/Checkbox/Checkbox.mixins.d.ts +2 -2
- package/cjs/components/Checkbox/Checkbox.styles.d.ts +30 -30
- package/cjs/components/Checkbox/CheckedIcon.d.ts +3 -3
- package/cjs/components/Checkbox/IndeterminateIcon.d.ts +3 -3
- package/cjs/components/Checkbox/index.d.ts +1 -1
- package/cjs/components/ComboBox/ComboBox.d.ts +192 -190
- package/cjs/components/ComboBox/ComboBox.js +1 -0
- package/cjs/components/ComboBox/ComboBox.js.map +1 -1
- package/cjs/components/ComboBox/index.d.ts +1 -1
- package/cjs/components/CurrencyInput/CurrencyHelper.d.ts +41 -41
- package/cjs/components/CurrencyInput/CurrencyInput.d.ts +91 -109
- package/cjs/components/CurrencyInput/CurrencyInput.js +5 -28
- package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
- package/cjs/components/CurrencyInput/CurrencyInputHelper.d.ts +23 -23
- package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +19 -19
- package/cjs/components/CurrencyInput/CursorHelper.d.ts +10 -10
- package/cjs/components/CurrencyInput/SelectionHelper.d.ts +11 -11
- package/cjs/components/CurrencyInput/constants.d.ts +5 -5
- package/cjs/components/CurrencyInput/constants.js +1 -2
- package/cjs/components/CurrencyInput/constants.js.map +1 -1
- package/cjs/components/CurrencyInput/index.d.ts +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +22 -22
- package/cjs/components/CurrencyLabel/CurrencyLabel.js +21 -28
- package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/cjs/components/CurrencyLabel/index.d.ts +1 -1
- package/cjs/components/DateInput/CalendarIcon.d.ts +3 -3
- package/cjs/components/DateInput/DateFragmentsView.d.ts +21 -21
- package/cjs/components/DateInput/DateFragmentsView.styles.d.ts +7 -7
- package/cjs/components/DateInput/DateInput.d.ts +106 -104
- package/cjs/components/DateInput/DateInput.js +1 -0
- package/cjs/components/DateInput/DateInput.js.map +1 -1
- package/cjs/components/DateInput/DateInput.styles.d.ts +10 -10
- package/cjs/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
- package/cjs/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
- package/cjs/components/DateInput/helpers/InternalDateMediator.d.ts +27 -27
- package/cjs/components/DateInput/helpers/inputNumber.d.ts +6 -6
- package/cjs/components/DateInput/index.d.ts +1 -1
- package/cjs/components/DatePicker/DatePicker.d.ts +122 -149
- package/cjs/components/DatePicker/DatePicker.js +6 -60
- package/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/cjs/components/DatePicker/DatePicker.styles.d.ts +5 -5
- package/cjs/components/DatePicker/DatePickerHelpers.d.ts +2 -2
- package/cjs/components/DatePicker/MobilePicker.d.ts +10 -10
- package/cjs/components/DatePicker/MobilePicker.styles.d.ts +3 -3
- package/cjs/components/DatePicker/getMobilePickerTheme.d.ts +2 -2
- package/cjs/components/DatePicker/index.d.ts +1 -1
- package/cjs/components/DatePicker/locale/index.d.ts +4 -4
- package/cjs/components/DatePicker/locale/locales/en.d.ts +2 -2
- package/cjs/components/DatePicker/locale/locales/ru.d.ts +2 -2
- package/cjs/components/DatePicker/locale/types.d.ts +7 -7
- package/cjs/components/DateRangePicker/DateRangePicker.d.ts +84 -84
- package/cjs/components/DateRangePicker/DateRangePicker.styles.d.ts +16 -16
- package/cjs/components/DateRangePicker/DateRangePickerContext.d.ts +31 -31
- package/cjs/components/DateRangePicker/DateRangePickerInput.d.ts +12 -12
- package/cjs/components/DateRangePicker/DateRangePickerSeparator.d.ts +2 -2
- package/cjs/components/DateRangePicker/DateRangePickerTheme.d.ts +3 -3
- package/cjs/components/DateRangePicker/helpers/getStateForValue.d.ts +9 -9
- package/cjs/components/DateRangePicker/helpers/validateDateRangePicker.d.ts +9 -9
- package/cjs/components/DateRangePicker/index.d.ts +1 -1
- package/cjs/components/DateRangePicker/locale/index.d.ts +4 -4
- package/cjs/components/DateRangePicker/locale/locales/en.d.ts +2 -2
- package/cjs/components/DateRangePicker/locale/locales/ru.d.ts +2 -2
- package/cjs/components/DateRangePicker/locale/types.d.ts +7 -7
- package/cjs/components/Dropdown/Dropdown.d.ts +85 -130
- package/cjs/components/Dropdown/Dropdown.js +2 -82
- package/cjs/components/Dropdown/Dropdown.js.map +1 -1
- package/cjs/components/Dropdown/getDropdownTheme.d.ts +2 -2
- package/cjs/components/Dropdown/index.d.ts +1 -1
- package/cjs/components/DropdownMenu/DropdownMenu.d.ts +68 -66
- package/cjs/components/DropdownMenu/DropdownMenu.js +1 -0
- package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
- package/cjs/components/DropdownMenu/getDropdownMenuTheme.d.ts +2 -2
- package/cjs/components/DropdownMenu/index.d.ts +1 -1
- package/cjs/components/FileUploader/FileUploader.d.ts +56 -56
- package/cjs/components/FileUploader/FileUploader.mixins.d.ts +1 -1
- package/cjs/components/FileUploader/FileUploader.styles.d.ts +36 -36
- package/cjs/components/FileUploader/UploadIcon.d.ts +3 -3
- package/cjs/components/FileUploader/index.d.ts +5 -5
- package/cjs/components/FileUploader/locale/index.d.ts +4 -4
- package/cjs/components/FileUploader/locale/locales/en.d.ts +2 -2
- package/cjs/components/FileUploader/locale/locales/ru.d.ts +2 -2
- package/cjs/components/FileUploader/locale/types.d.ts +6 -6
- package/cjs/components/FxInput/FxInput.d.ts +65 -68
- package/cjs/components/FxInput/FxInput.js +2 -7
- package/cjs/components/FxInput/FxInput.js.map +1 -1
- package/cjs/components/FxInput/FxInputRestoreBtn.d.ts +9 -9
- package/cjs/components/FxInput/MathFunctionIcon.d.ts +3 -3
- package/cjs/components/FxInput/UndoIcon.d.ts +3 -3
- package/cjs/components/FxInput/index.d.ts +1 -1
- package/cjs/components/Gapped/Gapped.d.ts +37 -50
- package/cjs/components/Gapped/Gapped.js +1 -24
- package/cjs/components/Gapped/Gapped.js.map +1 -1
- package/cjs/components/Gapped/index.d.ts +1 -1
- package/cjs/components/GlobalLoader/GlobalLoader.d.ts +100 -98
- package/cjs/components/GlobalLoader/GlobalLoader.js +1 -0
- package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
- package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +17 -17
- package/cjs/components/GlobalLoader/GlobalLoaderView.styles.d.ts +16 -16
- package/cjs/components/GlobalLoader/index.d.ts +1 -1
- package/cjs/components/GlobalLoader/useParams.d.ts +22 -22
- package/cjs/components/Group/Group.d.ts +26 -25
- package/cjs/components/Group/Group.js +91 -40
- package/cjs/components/Group/Group.js.map +1 -1
- package/cjs/components/Group/Group.styles.d.ts +9 -8
- package/cjs/components/Group/Group.styles.js +12 -6
- package/cjs/components/Group/Group.styles.js.map +1 -1
- package/cjs/components/Group/index.d.ts +1 -1
- package/cjs/components/Hint/Hint.d.ts +69 -67
- package/cjs/components/Hint/Hint.js +1 -0
- package/cjs/components/Hint/Hint.js.map +1 -1
- package/cjs/components/Hint/Hint.styles.d.ts +5 -5
- package/cjs/components/Hint/index.d.ts +1 -1
- package/cjs/components/Input/Input.d.ts +188 -186
- package/cjs/components/Input/Input.js +1 -0
- package/cjs/components/Input/Input.js.map +1 -1
- package/cjs/components/Input/Input.styles.d.ts +28 -28
- package/cjs/components/Input/Input.typings.d.ts +7 -7
- package/cjs/components/Input/InputLayout/InputLayout.d.ts +11 -11
- package/cjs/components/Input/InputLayout/InputLayout.styles.d.ts +11 -11
- package/cjs/components/Input/InputLayout/InputLayoutAside.d.ts +8 -8
- package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.d.ts +7 -7
- package/cjs/components/Input/InputLayout/InputLayoutAsideText.d.ts +6 -6
- package/cjs/components/Input/InputLayout/InputLayoutContext.d.ts +9 -9
- package/cjs/components/Input/InputLayout/PolyfillPlaceholder.d.ts +10 -10
- package/cjs/components/Input/index.d.ts +2 -2
- package/cjs/components/Kebab/Kebab.d.ts +60 -59
- package/cjs/components/Kebab/Kebab.js +2 -26
- package/cjs/components/Kebab/Kebab.js.map +1 -1
- package/cjs/components/Kebab/Kebab.styles.d.ts +11 -11
- package/cjs/components/Kebab/KebabIcon.d.ts +3 -3
- package/cjs/components/Kebab/index.d.ts +1 -1
- package/cjs/components/Link/Link.d.ts +63 -61
- package/cjs/components/Link/Link.js +6 -0
- package/cjs/components/Link/Link.js.map +1 -1
- package/cjs/components/Link/Link.mixins.d.ts +2 -2
- package/cjs/components/Link/Link.mixins.js +1 -2
- package/cjs/components/Link/Link.mixins.js.map +1 -1
- package/cjs/components/Link/Link.styles.d.ts +23 -23
- package/cjs/components/Link/Link.styles.js +3 -2
- package/cjs/components/Link/Link.styles.js.map +1 -1
- package/cjs/components/Link/LinkIcon.d.ts +7 -7
- package/cjs/components/Link/index.d.ts +1 -1
- package/cjs/components/Loader/Loader.d.ts +76 -106
- package/cjs/components/Loader/Loader.js +3 -57
- package/cjs/components/Loader/Loader.js.map +1 -1
- package/cjs/components/Loader/Loader.styles.d.ts +8 -8
- package/cjs/components/Loader/index.d.ts +1 -1
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +7 -7
- package/cjs/components/MaskedInput/ColorableInputElement/ColorableInputElement.styles.d.ts +3 -3
- package/cjs/components/MaskedInput/ColorableInputElement/index.d.ts +1 -1
- package/cjs/components/MaskedInput/FixedIMaskInput.d.ts +9 -9
- package/cjs/components/MaskedInput/MaskedInput.d.ts +44 -43
- package/cjs/components/MaskedInput/MaskedInput.helpers.d.ts +9 -9
- package/cjs/components/MaskedInput/MaskedInput.js +17 -1
- package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
- package/cjs/components/MaskedInput/MaskedInput.styles.d.ts +7 -7
- package/cjs/components/MaskedInput/index.d.ts +1 -1
- package/cjs/components/MenuFooter/MenuFooter.d.ts +25 -25
- package/cjs/components/MenuFooter/MenuFooter.mixins.d.ts +2 -2
- package/cjs/components/MenuFooter/MenuFooter.styles.d.ts +10 -10
- package/cjs/components/MenuFooter/index.d.ts +1 -1
- package/cjs/components/MenuHeader/MenuHeader.d.ts +25 -25
- package/cjs/components/MenuHeader/MenuHeader.mixins.d.ts +2 -2
- package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +10 -10
- package/cjs/components/MenuHeader/index.d.ts +1 -1
- package/cjs/components/MenuItem/MenuItem.d.ts +104 -114
- package/cjs/components/MenuItem/MenuItem.js +2 -22
- package/cjs/components/MenuItem/MenuItem.js.map +1 -1
- package/cjs/components/MenuItem/MenuItem.mixins.d.ts +3 -3
- package/cjs/components/MenuItem/MenuItem.styles.d.ts +28 -28
- package/cjs/components/MenuItem/index.d.ts +1 -1
- package/cjs/components/MenuSeparator/MenuSeparator.d.ts +12 -12
- package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +5 -5
- package/cjs/components/MenuSeparator/index.d.ts +1 -1
- package/cjs/components/MiniModal/MiniModal.d.ts +25 -25
- package/cjs/components/MiniModal/MiniModal.styles.d.ts +12 -11
- package/cjs/components/MiniModal/MiniModal.styles.js +14 -7
- package/cjs/components/MiniModal/MiniModal.styles.js.map +1 -1
- package/cjs/components/MiniModal/MiniModalBody.d.ts +7 -7
- package/cjs/components/MiniModal/MiniModalBody.js +17 -2
- package/cjs/components/MiniModal/MiniModalBody.js.map +1 -1
- package/cjs/components/MiniModal/MiniModalFooter.d.ts +13 -13
- package/cjs/components/MiniModal/MiniModalHeader.d.ts +14 -14
- package/cjs/components/MiniModal/MiniModalIndent.d.ts +7 -7
- package/cjs/components/MiniModal/getMiniModalTheme.d.ts +2 -2
- package/cjs/components/MiniModal/index.d.ts +5 -5
- package/cjs/components/Modal/Modal.d.ts +97 -97
- package/cjs/components/Modal/Modal.styles.d.ts +69 -68
- package/cjs/components/Modal/Modal.styles.js +40 -32
- package/cjs/components/Modal/Modal.styles.js.map +1 -1
- package/cjs/components/Modal/ModalBody.d.ts +24 -22
- package/cjs/components/Modal/ModalBody.js +1 -0
- package/cjs/components/Modal/ModalBody.js.map +1 -1
- package/cjs/components/Modal/ModalClose.d.ts +7 -7
- package/cjs/components/Modal/ModalContext.d.ts +19 -19
- package/cjs/components/Modal/ModalFooter.d.ts +30 -30
- package/cjs/components/Modal/ModalHeader.d.ts +29 -24
- package/cjs/components/Modal/ModalHeader.js +8 -1
- package/cjs/components/Modal/ModalHeader.js.map +1 -1
- package/cjs/components/Modal/ModalSeparator.d.ts +16 -16
- package/cjs/components/Modal/ModalSeparator.js +1 -1
- package/cjs/components/Modal/ModalSeparator.js.map +1 -1
- package/cjs/components/Modal/getModalBodyTheme.d.ts +2 -2
- package/cjs/components/Modal/getModalTheme.d.ts +2 -2
- package/cjs/components/Modal/index.d.ts +4 -4
- package/cjs/components/Modal/locale/index.d.ts +4 -4
- package/cjs/components/Modal/locale/locales/en.d.ts +2 -2
- package/cjs/components/Modal/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Modal/locale/types.d.ts +3 -3
- package/cjs/components/Paging/DotsIcon.d.ts +3 -0
- package/cjs/components/Paging/DotsIcon.js +13 -0
- package/cjs/components/Paging/DotsIcon.js.map +1 -0
- package/cjs/components/Paging/ForwardIcon.d.ts +6 -3
- package/cjs/components/Paging/ForwardIcon.js +13 -1
- package/cjs/components/Paging/ForwardIcon.js.map +1 -1
- package/cjs/components/Paging/NavigationHelper.d.ts +8 -7
- package/cjs/components/Paging/NavigationHelper.js +8 -6
- package/cjs/components/Paging/NavigationHelper.js.map +1 -1
- package/cjs/components/Paging/Paging.d.ts +112 -101
- package/cjs/components/Paging/Paging.js +120 -50
- package/cjs/components/Paging/Paging.js.map +1 -1
- package/cjs/components/Paging/Paging.styles.d.ts +40 -17
- package/cjs/components/Paging/Paging.styles.js +151 -22
- package/cjs/components/Paging/Paging.styles.js.map +1 -1
- package/cjs/components/Paging/PagingDefaultComponent.d.ts +11 -11
- package/cjs/components/Paging/PagingHelper.d.ts +2 -2
- package/cjs/components/Paging/PagingHelper.js +18 -11
- package/cjs/components/Paging/PagingHelper.js.map +1 -1
- package/cjs/components/Paging/index.d.ts +1 -1
- package/cjs/components/Paging/locale/index.d.ts +4 -4
- package/cjs/components/Paging/locale/locales/en.d.ts +2 -2
- package/cjs/components/Paging/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Paging/locale/types.d.ts +3 -3
- package/cjs/components/PasswordInput/ClosedIcon.d.ts +3 -3
- package/cjs/components/PasswordInput/OpenedIcon.d.ts +3 -3
- package/cjs/components/PasswordInput/PasswordInput.d.ts +62 -67
- package/cjs/components/PasswordInput/PasswordInput.js +2 -11
- package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
- package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +11 -11
- package/cjs/components/PasswordInput/PasswordInputIcon.d.ts +4 -4
- package/cjs/components/PasswordInput/index.d.ts +1 -1
- package/cjs/components/PasswordInput/locale/index.d.ts +4 -4
- package/cjs/components/PasswordInput/locale/locales/en.d.ts +2 -2
- package/cjs/components/PasswordInput/locale/locales/ru.d.ts +2 -2
- package/cjs/components/PasswordInput/locale/types.d.ts +4 -4
- package/cjs/components/Radio/Radio.d.ts +79 -77
- package/cjs/components/Radio/Radio.js +1 -0
- package/cjs/components/Radio/Radio.js.map +1 -1
- package/cjs/components/Radio/Radio.mixins.d.ts +5 -5
- package/cjs/components/Radio/Radio.styles.d.ts +30 -30
- package/cjs/components/Radio/index.d.ts +1 -1
- package/cjs/components/RadioGroup/Prevent.d.ts +8 -8
- package/cjs/components/RadioGroup/RadioGroup.d.ts +91 -89
- package/cjs/components/RadioGroup/RadioGroup.js +1 -0
- package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
- package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +7 -7
- package/cjs/components/RadioGroup/RadioGroupContext.d.ts +10 -10
- package/cjs/components/RadioGroup/index.d.ts +1 -1
- package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +19 -19
- package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -11
- package/cjs/components/ResponsiveLayout/decorator.d.ts +31 -31
- package/cjs/components/ResponsiveLayout/index.d.ts +3 -3
- package/cjs/components/ResponsiveLayout/types.d.ts +11 -11
- package/cjs/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -2
- package/cjs/components/ScrollContainer/ScrollBar.d.ts +51 -51
- package/cjs/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -23
- package/cjs/components/ScrollContainer/ScrollContainer.d.ts +114 -121
- package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
- package/cjs/components/ScrollContainer/ScrollContainer.js +2 -11
- package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
- package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +22 -22
- package/cjs/components/ScrollContainer/index.d.ts +1 -1
- package/cjs/components/Select/ArrowDownIcon.d.ts +3 -3
- package/cjs/components/Select/Item.d.ts +13 -13
- package/cjs/components/Select/Select.d.ts +199 -197
- package/cjs/components/Select/Select.js +1 -0
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.styles.d.ts +18 -18
- package/cjs/components/Select/index.d.ts +1 -1
- package/cjs/components/Select/locale/index.d.ts +4 -4
- package/cjs/components/Select/locale/locales/en.d.ts +2 -2
- package/cjs/components/Select/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Select/locale/types.d.ts +4 -4
- package/cjs/components/Select/selectTheme.d.ts +3 -3
- package/cjs/components/Select/tids.d.ts +5 -5
- package/cjs/components/SidePage/SidePage.d.ts +99 -99
- package/cjs/components/SidePage/SidePage.styles.d.ts +56 -54
- package/cjs/components/SidePage/SidePage.styles.js +52 -38
- package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
- package/cjs/components/SidePage/SidePageBody.d.ts +26 -24
- package/cjs/components/SidePage/SidePageBody.js +1 -0
- package/cjs/components/SidePage/SidePageBody.js.map +1 -1
- package/cjs/components/SidePage/SidePageCloseButton.d.ts +11 -11
- package/cjs/components/SidePage/SidePageContainer.d.ts +22 -20
- package/cjs/components/SidePage/SidePageContainer.js +1 -0
- package/cjs/components/SidePage/SidePageContainer.js.map +1 -1
- package/cjs/components/SidePage/SidePageContext.d.ts +17 -17
- package/cjs/components/SidePage/SidePageFooter.d.ts +50 -48
- package/cjs/components/SidePage/SidePageFooter.js +1 -0
- package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
- package/cjs/components/SidePage/SidePageHeader.d.ts +59 -49
- package/cjs/components/SidePage/SidePageHeader.js +60 -19
- package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
- package/cjs/components/SidePage/index.d.ts +5 -5
- package/cjs/components/SidePage/locale/index.d.ts +4 -4
- package/cjs/components/SidePage/locale/locales/en.d.ts +2 -2
- package/cjs/components/SidePage/locale/locales/ru.d.ts +2 -2
- package/cjs/components/SidePage/locale/types.d.ts +3 -3
- package/cjs/components/SingleToast/SingleToast.d.ts +18 -18
- package/cjs/components/SingleToast/index.d.ts +1 -1
- package/cjs/components/Spinner/Spinner.d.ts +49 -65
- package/cjs/components/Spinner/Spinner.js +2 -32
- package/cjs/components/Spinner/Spinner.js.map +1 -1
- package/cjs/components/Spinner/Spinner.styles.d.ts +16 -16
- package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
- package/cjs/components/Spinner/index.d.ts +1 -1
- package/cjs/components/Sticky/Sticky.d.ts +61 -72
- package/cjs/components/Sticky/Sticky.js +2 -22
- package/cjs/components/Sticky/Sticky.js.map +1 -1
- package/cjs/components/Sticky/Sticky.styles.d.ts +7 -7
- package/cjs/components/Sticky/index.d.ts +1 -1
- package/cjs/components/Switcher/Switcher.d.ts +70 -85
- package/cjs/components/Switcher/Switcher.js +11 -20
- package/cjs/components/Switcher/Switcher.js.map +1 -1
- package/cjs/components/Switcher/Switcher.styles.d.ts +13 -12
- package/cjs/components/Switcher/Switcher.styles.js +17 -9
- package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
- package/cjs/components/Switcher/helpers.d.ts +1 -1
- package/cjs/components/Switcher/index.d.ts +1 -1
- package/cjs/components/Switcher/switcherTheme.d.ts +2 -2
- package/cjs/components/Tabs/Indicator.d.ts +30 -28
- package/cjs/components/Tabs/Indicator.js +1 -0
- package/cjs/components/Tabs/Indicator.js.map +1 -1
- package/cjs/components/Tabs/Indicator.styles.d.ts +8 -8
- package/cjs/components/Tabs/Tab.d.ts +81 -79
- package/cjs/components/Tabs/Tab.js +1 -0
- package/cjs/components/Tabs/Tab.js.map +1 -1
- package/cjs/components/Tabs/Tab.styles.d.ts +33 -33
- package/cjs/components/Tabs/Tabs.d.ts +58 -56
- package/cjs/components/Tabs/Tabs.js +1 -0
- package/cjs/components/Tabs/Tabs.js.map +1 -1
- package/cjs/components/Tabs/Tabs.styles.d.ts +7 -7
- package/cjs/components/Tabs/TabsContext.d.ts +16 -16
- package/cjs/components/Tabs/helpers.d.ts +6 -6
- package/cjs/components/Tabs/index.d.ts +2 -2
- package/cjs/components/Textarea/Textarea.d.ts +127 -169
- package/cjs/components/Textarea/Textarea.js +2 -56
- package/cjs/components/Textarea/Textarea.js.map +1 -1
- package/cjs/components/Textarea/Textarea.mixins.d.ts +3 -3
- package/cjs/components/Textarea/Textarea.styles.d.ts +25 -25
- package/cjs/components/Textarea/TextareaCounter.d.ts +14 -14
- package/cjs/components/Textarea/TextareaCounter.js +2 -13
- package/cjs/components/Textarea/TextareaCounter.js.map +1 -1
- package/cjs/components/Textarea/TextareaHelpers.d.ts +11 -11
- package/cjs/components/Textarea/TextareaWithSafari17Workaround.d.ts +7 -7
- package/cjs/components/Textarea/index.d.ts +1 -1
- package/cjs/components/Toast/Toast.d.ts +84 -82
- package/cjs/components/Toast/Toast.js +1 -0
- package/cjs/components/Toast/Toast.js.map +1 -1
- package/cjs/components/Toast/Toast.styles.d.ts +6 -6
- package/cjs/components/Toast/ToastStatic.d.ts +10 -10
- package/cjs/components/Toast/ToastView.d.ts +24 -36
- package/cjs/components/Toast/ToastView.js +3 -22
- package/cjs/components/Toast/ToastView.js.map +1 -1
- package/cjs/components/Toast/ToastView.styles.d.ts +7 -7
- package/cjs/components/Toast/index.d.ts +1 -1
- package/cjs/components/Toast/locale/index.d.ts +4 -4
- package/cjs/components/Toast/locale/locales/en.d.ts +2 -2
- package/cjs/components/Toast/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Toast/locale/types.d.ts +3 -3
- package/cjs/components/Toggle/Toggle.d.ts +87 -95
- package/cjs/components/Toggle/Toggle.js +1 -11
- package/cjs/components/Toggle/Toggle.js.map +1 -1
- package/cjs/components/Toggle/Toggle.mixins.d.ts +6 -6
- package/cjs/components/Toggle/Toggle.styles.d.ts +46 -46
- package/cjs/components/Toggle/index.d.ts +1 -1
- package/cjs/components/Token/Token.d.ts +52 -50
- package/cjs/components/Token/Token.js +1 -0
- package/cjs/components/Token/Token.js.map +1 -1
- package/cjs/components/Token/Token.mixins.d.ts +1 -1
- package/cjs/components/Token/Token.styles.d.ts +23 -23
- package/cjs/components/Token/TokenView.d.ts +12 -12
- package/cjs/components/Token/index.d.ts +1 -1
- package/cjs/components/Token/locale/index.d.ts +4 -4
- package/cjs/components/Token/locale/locales/en.d.ts +2 -2
- package/cjs/components/Token/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Token/locale/types.d.ts +3 -3
- package/cjs/components/TokenInput/TextWidthHelper.d.ts +23 -23
- package/cjs/components/TokenInput/TokenInput.d.ts +227 -225
- package/cjs/components/TokenInput/TokenInput.js +1 -0
- package/cjs/components/TokenInput/TokenInput.js.map +1 -1
- package/cjs/components/TokenInput/TokenInput.mixins.d.ts +2 -2
- package/cjs/components/TokenInput/TokenInput.styles.d.ts +19 -19
- package/cjs/components/TokenInput/TokenInputMenu.d.ts +39 -39
- package/cjs/components/TokenInput/TokenInputReducer.d.ts +25 -25
- package/cjs/components/TokenInput/index.d.ts +1 -1
- package/cjs/components/TokenInput/locale/index.d.ts +4 -4
- package/cjs/components/TokenInput/locale/locales/en.d.ts +2 -2
- package/cjs/components/TokenInput/locale/locales/ru.d.ts +2 -2
- package/cjs/components/TokenInput/locale/types.d.ts +4 -4
- package/cjs/components/Tooltip/Tooltip.d.ts +138 -133
- package/cjs/components/Tooltip/Tooltip.js +95 -13
- package/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/cjs/components/Tooltip/Tooltip.styles.d.ts +11 -5
- package/cjs/components/Tooltip/Tooltip.styles.js +50 -12
- package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
- package/cjs/components/Tooltip/index.d.ts +1 -1
- package/cjs/components/TooltipMenu/TooltipMenu.d.ts +58 -56
- package/cjs/components/TooltipMenu/TooltipMenu.js +1 -0
- package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
- package/cjs/components/TooltipMenu/index.d.ts +1 -1
- package/cjs/hooks/useDrop.d.ts +11 -11
- package/cjs/hooks/useEffectWithoutInitCall.d.ts +2 -2
- package/cjs/hooks/useMemoObject.d.ts +2 -2
- package/cjs/index.d.ts +61 -60
- package/cjs/index.js.map +1 -1
- package/cjs/internal/BGRuler.d.ts +28 -28
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.d.ts +10 -10
- package/cjs/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +8 -8
- package/cjs/internal/ClearCrossIcon/CrossIcon.d.ts +3 -3
- package/cjs/internal/CloseButtonIcon/CloseButtonIcon.d.ts +36 -36
- package/cjs/internal/CloseButtonIcon/CloseButtonIcon.styles.d.ts +7 -7
- package/cjs/internal/CloseButtonIcon/CrossIcon.d.ts +3 -3
- package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +14 -12
- package/cjs/internal/CommonWrapper/CommonWrapper.js +1 -0
- package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -1
- package/cjs/internal/CommonWrapper/index.d.ts +3 -3
- package/cjs/internal/CommonWrapper/types.d.ts +25 -25
- package/cjs/internal/CommonWrapper/utils/extractCommonProps.d.ts +3 -3
- package/cjs/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes.d.ts +2 -2
- package/cjs/internal/CommonWrapper/utils/getVisualStateDataAttributes.d.ts +3 -3
- package/cjs/internal/CommonWrapper/utils/tryGetBoolean.d.ts +1 -1
- package/cjs/internal/ComponentCombinator.d.ts +23 -23
- package/cjs/internal/ComponentTable.d.ts +22 -22
- package/cjs/internal/ComponentTable.js +2 -3
- package/cjs/internal/ComponentTable.js.map +1 -1
- package/cjs/internal/CustomComboBox/ArrowDownIcon.d.ts +3 -3
- package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +48 -48
- package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +119 -117
- package/cjs/internal/CustomComboBox/ComboBoxView.js +1 -0
- package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +156 -154
- package/cjs/internal/CustomComboBox/CustomComboBox.js +1 -0
- package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBox.styles.d.ts +4 -4
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +77 -77
- package/cjs/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
- package/cjs/internal/CustomComboBox/getComboBoxTheme.d.ts +2 -2
- package/cjs/internal/CustomComboBox/index.d.ts +2 -2
- package/cjs/internal/CustomComboBox/locale/index.d.ts +4 -4
- package/cjs/internal/CustomComboBox/locale/locales/en.d.ts +2 -2
- package/cjs/internal/CustomComboBox/locale/locales/ru.d.ts +2 -2
- package/cjs/internal/CustomComboBox/locale/types.d.ts +5 -5
- package/cjs/internal/CustomComboBox/tids.d.ts +3 -3
- package/cjs/internal/DataTids/DataTids.d.ts +12 -12
- package/cjs/internal/DataTids/DataTids.styles.d.ts +7 -7
- package/cjs/internal/DataTids/componentsDataTids.d.ts +5 -5
- package/cjs/internal/DateSelect/DateSelect.d.ts +35 -45
- package/cjs/internal/DateSelect/DateSelect.js +1 -18
- package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
- package/cjs/internal/DateSelect/DateSelect.styles.d.ts +9 -9
- package/cjs/internal/DateSelect/index.d.ts +1 -1
- package/cjs/internal/DateSelect/locale/index.d.ts +4 -4
- package/cjs/internal/DateSelect/locale/locales/en.d.ts +2 -2
- package/cjs/internal/DateSelect/locale/locales/ru.d.ts +2 -2
- package/cjs/internal/DateSelect/locale/types.d.ts +6 -6
- package/cjs/internal/FileUploaderControl/FileUploaderControlContext.d.ts +14 -14
- package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +18 -18
- package/cjs/internal/FileUploaderControl/FileUploaderFile/DeleteIcon.d.ts +3 -3
- package/cjs/internal/FileUploaderControl/FileUploaderFile/ErrorIcon.d.ts +3 -3
- package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +20 -20
- package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +18 -18
- package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.d.ts +12 -12
- package/cjs/internal/FileUploaderControl/FileUploaderFile/OkIcon.d.ts +3 -3
- package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +17 -17
- package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +8 -8
- package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -7
- package/cjs/internal/FileUploaderControl/fileUtils.d.ts +14 -14
- package/cjs/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -1
- package/cjs/internal/FileUploaderControl/hooks/useFileUploaderSize.d.ts +2 -2
- package/cjs/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -3
- package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +4 -4
- package/cjs/internal/FocusControlWrapper/FocusControlWrapper.d.ts +18 -18
- package/cjs/internal/FocusControlWrapper/FocusControlWrapper.stories.d.ts +4 -4
- package/cjs/internal/FocusControlWrapper/index.d.ts +1 -1
- package/cjs/internal/FocusControlWrapper/useFocusControl.d.ts +12 -12
- package/cjs/internal/FocusTrap/FocusTrap.d.ts +20 -18
- package/cjs/internal/FocusTrap/FocusTrap.js +1 -0
- package/cjs/internal/FocusTrap/FocusTrap.js.map +1 -1
- package/cjs/internal/FocusTrap/index.d.ts +1 -1
- package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +15 -15
- package/cjs/internal/HideBodyVerticalScroll/index.d.ts +1 -1
- package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +8 -8
- package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js +1 -0
- package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
- package/cjs/internal/IgnoreLayerClick/index.d.ts +1 -1
- package/cjs/internal/InputLikeText/HiddenInput.d.ts +13 -13
- package/cjs/internal/InputLikeText/InputLikeText.d.ts +81 -79
- package/cjs/internal/InputLikeText/InputLikeText.js +1 -0
- package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
- package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +7 -7
- package/cjs/internal/InputLikeText/index.d.ts +1 -1
- package/cjs/internal/InternalMaskedInput/InternalMaskedInput.d.ts +50 -50
- package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.d.ts +6 -6
- package/cjs/internal/InternalMaskedInput/index.d.ts +1 -1
- package/cjs/internal/MaskCharLowLine/MaskCharLowLine.d.ts +10 -10
- package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -3
- package/cjs/internal/MaskCharLowLine/index.d.ts +1 -1
- package/cjs/internal/Menu/Menu.d.ts +109 -107
- package/cjs/internal/Menu/Menu.js +1 -0
- package/cjs/internal/Menu/Menu.js.map +1 -1
- package/cjs/internal/Menu/Menu.styles.d.ts +17 -17
- package/cjs/internal/Menu/MenuContext.d.ts +10 -10
- package/cjs/internal/Menu/MenuNavigation.d.ts +27 -27
- package/cjs/internal/Menu/index.d.ts +1 -1
- package/cjs/internal/Menu/isActiveElement.d.ts +3 -3
- package/cjs/internal/MenuMessage/MenuMessage.d.ts +12 -12
- package/cjs/internal/MenuMessage/MenuMessage.styles.d.ts +8 -8
- package/cjs/internal/MenuMessage/index.d.ts +1 -1
- package/cjs/internal/MobilePopup/MobilePopup.d.ts +50 -48
- package/cjs/internal/MobilePopup/MobilePopup.js +1 -0
- package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopup.styles.d.ts +10 -10
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.d.ts +7 -7
- package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +4 -4
- package/cjs/internal/MobilePopup/MobilePopupFooter/index.d.ts +1 -1
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -15
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +8 -8
- package/cjs/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -1
- package/cjs/internal/MobilePopup/index.d.ts +1 -1
- package/cjs/internal/NativeDateInput/NativeDateInput.d.ts +24 -24
- package/cjs/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -3
- package/cjs/internal/NativeDateInput/index.d.ts +1 -1
- package/cjs/internal/NativeDateInput/utils.d.ts +7 -7
- package/cjs/internal/Popup/Popup.d.ts +189 -207
- package/cjs/internal/Popup/Popup.js +36 -79
- package/cjs/internal/Popup/Popup.js.map +1 -1
- package/cjs/internal/Popup/Popup.styles.d.ts +17 -17
- package/cjs/internal/Popup/PopupHelper.d.ts +26 -26
- package/cjs/internal/Popup/PopupPin.d.ts +47 -57
- package/cjs/internal/Popup/PopupPin.js +2 -35
- package/cjs/internal/Popup/PopupPin.js.map +1 -1
- package/cjs/internal/Popup/PopupPin.styles.d.ts +3 -3
- package/cjs/internal/Popup/PopupPinNew.d.ts +31 -0
- package/cjs/internal/Popup/PopupPinNew.js +180 -0
- package/cjs/internal/Popup/PopupPinNew.js.map +1 -0
- package/cjs/internal/Popup/PopupPinNew.styles.d.ts +7 -0
- package/cjs/internal/Popup/PopupPinNew.styles.js +33 -0
- package/cjs/internal/Popup/PopupPinNew.styles.js.map +1 -0
- package/cjs/internal/Popup/index.d.ts +1 -1
- package/cjs/internal/Popup/types.d.ts +2 -2
- package/cjs/internal/PopupMenu/PopupMenu.d.ts +106 -104
- package/cjs/internal/PopupMenu/PopupMenu.js +1 -0
- package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
- package/cjs/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
- package/cjs/internal/PopupMenu/index.d.ts +1 -1
- package/cjs/internal/PopupMenu/tids.d.ts +4 -4
- package/cjs/internal/PopupMenu/validatePositions.d.ts +2 -2
- package/cjs/internal/RenderContainer/RenderContainer.d.ts +18 -18
- package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +13 -13
- package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +18 -24
- package/cjs/internal/RenderContainer/RenderInnerContainer.js +0 -9
- package/cjs/internal/RenderContainer/RenderInnerContainer.js.map +1 -1
- package/cjs/internal/RenderContainer/index.d.ts +1 -1
- package/cjs/internal/RenderLayer/RenderLayer.d.ts +31 -32
- package/cjs/internal/RenderLayer/RenderLayer.js +3 -12
- package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
- package/cjs/internal/RenderLayer/index.d.ts +1 -1
- package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +14 -14
- package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +6 -6
- package/cjs/internal/ResizeDetector/index.d.ts +1 -1
- package/cjs/internal/SpinnerIcon/SpinnerIcon.d.ts +33 -33
- package/cjs/internal/SpinnerIcon/SpinnerIcon.styles.d.ts +6 -6
- package/cjs/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -15
- package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -4
- package/cjs/internal/ThemePlayground/AnotherInputsPlayground.d.ts +18 -18
- package/cjs/internal/ThemePlayground/CheckboxPlayground.d.ts +2 -2
- package/cjs/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
- package/cjs/internal/ThemePlayground/CurrencyInputPlayground.d.ts +12 -12
- package/cjs/internal/ThemePlayground/FxInputPlayground.d.ts +12 -12
- package/cjs/internal/ThemePlayground/HintPlayground.d.ts +6 -6
- package/cjs/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
- package/cjs/internal/ThemePlayground/Playground.d.ts +30 -30
- package/cjs/internal/ThemePlayground/Playground.js +1 -1
- package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
- package/cjs/internal/ThemePlayground/Playground.styles.d.ts +23 -23
- package/cjs/internal/ThemePlayground/Playground.styles.js +5 -8
- package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
- package/cjs/internal/ThemePlayground/RadioPlayground.d.ts +2 -2
- package/cjs/internal/ThemePlayground/SelectPlayground.d.ts +15 -15
- package/cjs/internal/ThemePlayground/ShowcaseGroup.d.ts +6 -6
- package/cjs/internal/ThemePlayground/ShowcaseGroup.js +12 -1
- package/cjs/internal/ThemePlayground/ShowcaseGroup.js.map +1 -1
- package/cjs/internal/ThemePlayground/SizesGroup.d.ts +6 -6
- package/cjs/internal/ThemePlayground/SwitcherPlayground.d.ts +16 -16
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +46 -46
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +1 -1
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/ThemeEditor.d.ts +36 -36
- package/cjs/internal/ThemePlayground/TogglePlayground.d.ts +4 -4
- package/cjs/internal/ThemePlayground/TokenInputPlayground.d.ts +9 -9
- package/cjs/internal/ThemePlayground/UnlinkVarsPlayground.d.ts +2 -2
- package/cjs/internal/ThemePlayground/VariableValue.d.ts +43 -43
- package/cjs/internal/ThemePlayground/constants.d.ts +15 -15
- package/cjs/internal/ThemePlayground/helpers.d.ts +2 -2
- package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
- package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +27 -27
- package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
- package/cjs/internal/ZIndex/ZIndex.d.ts +61 -61
- package/cjs/internal/ZIndex/ZIndex.js +5 -1
- package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
- package/cjs/internal/ZIndex/ZIndexStorage.d.ts +18 -18
- package/cjs/internal/ZIndex/index.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/BaseIcon.d.ts +15 -15
- package/cjs/internal/icons2022/BaseIcon.styles.d.ts +3 -3
- package/cjs/internal/icons2022/CalendarIcon/CalendarIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/CalendarIcon/CalendarIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/CalendarIcon/CalendarIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Solid.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Solid.d.ts +2 -2
- package/cjs/internal/icons2022/CheckAIcon/CheckAIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.d.ts +2 -2
- package/cjs/internal/icons2022/LoadingIcon.d.ts +4 -4
- package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.d.ts +2 -2
- package/cjs/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.d.ts +2 -2
- package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.d.ts +2 -0
- package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.js +16 -0
- package/cjs/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.js.map +1 -0
- package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.d.ts +2 -2
- package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon16Light.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon16Regular.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon20Light.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon20Regular.d.ts +2 -2
- package/cjs/internal/icons2022/XIcon/XIcon24Regular.d.ts +2 -2
- package/cjs/internal/icons2022/iconConstants.d.ts +8 -8
- package/cjs/internal/icons2022/iconSizer.d.ts +11 -11
- package/cjs/internal/themes/BasicLightTheme.d.ts +5 -5
- package/cjs/internal/themes/BasicTheme.d.ts +1339 -1245
- package/cjs/internal/themes/BasicTheme.js +152 -19
- package/cjs/internal/themes/BasicTheme.js.map +1 -1
- package/cjs/internal/themes/DarkTheme5_0.d.ts +1 -1
- package/cjs/internal/themes/DarkTheme5_1.d.ts +1 -1
- package/cjs/internal/themes/DarkTheme5_2.d.ts +1 -1
- package/cjs/internal/themes/DarkTheme5_2.js +1 -1
- package/cjs/internal/themes/DarkTheme5_2.js.map +1 -1
- package/cjs/internal/themes/DarkTheme5_3.d.ts +1 -0
- package/cjs/internal/themes/DarkTheme5_3.js +13 -0
- package/cjs/internal/themes/DarkTheme5_3.js.map +1 -0
- package/cjs/internal/themes/LightTheme5_0.d.ts +1 -1
- package/cjs/internal/themes/LightTheme5_1.d.ts +1 -1
- package/cjs/internal/themes/LightTheme5_2.d.ts +1 -1
- package/cjs/internal/themes/LightTheme5_3.d.ts +1 -0
- package/cjs/internal/themes/LightTheme5_3.js +13 -0
- package/cjs/internal/themes/LightTheme5_3.js.map +1 -0
- package/cjs/lib/ConditionalHandler.d.ts +12 -12
- package/cjs/lib/InstanceWithAnchorElement.d.ts +5 -5
- package/cjs/lib/LayoutEvents.d.ts +4 -4
- package/cjs/lib/ModalStack.d.ts +21 -21
- package/cjs/lib/Supports.d.ts +1 -1
- package/cjs/lib/Upgrades.d.ts +7 -7
- package/cjs/lib/animation/index.d.ts +6 -6
- package/cjs/lib/animation/presets.d.ts +18 -18
- package/cjs/lib/animation/stepper.d.ts +1 -1
- package/cjs/lib/callChildRef/callChildRef.d.ts +3 -3
- package/cjs/lib/chars.d.ts +8 -8
- package/cjs/lib/client.d.ts +12 -12
- package/cjs/lib/createPropsGetter.d.ts +3 -3
- package/cjs/lib/currentEnvironment.d.ts +3 -3
- package/cjs/lib/date/InternalDate.d.ts +61 -61
- package/cjs/lib/date/InternalDateCalculator.d.ts +7 -7
- package/cjs/lib/date/InternalDateGetter.d.ts +16 -16
- package/cjs/lib/date/InternalDateSetter.d.ts +7 -7
- package/cjs/lib/date/InternalDateTransformer.d.ts +16 -16
- package/cjs/lib/date/InternalDateValidator.d.ts +13 -13
- package/cjs/lib/date/comparison.d.ts +6 -6
- package/cjs/lib/date/constants.d.ts +28 -28
- package/cjs/lib/date/localeSets.d.ts +5 -5
- package/cjs/lib/date/types.d.ts +94 -94
- package/cjs/lib/delay.d.ts +1 -1
- package/cjs/lib/delay.mts +3 -0
- package/cjs/lib/dom/getDOMRect.d.ts +10 -10
- package/cjs/lib/dom/getParentOrShadowHost.d.ts +1 -1
- package/cjs/lib/dom/getScrollWidth.d.ts +1 -1
- package/cjs/lib/dom/scrollYCenterIntoNearestScrollable.d.ts +2 -2
- package/cjs/lib/dom/selectionHelpers.d.ts +2 -2
- package/cjs/lib/dom/tabbableHelpers.d.ts +17 -17
- package/cjs/lib/events/MouseDrag.d.ts +58 -58
- package/cjs/lib/events/fixClickFocusIE.d.ts +1 -1
- package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -2
- package/cjs/lib/events/keyListener.d.ts +7 -7
- package/cjs/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
- package/cjs/lib/events/keyboard/KeyboardMapKeys.d.ts +7 -7
- package/cjs/lib/events/keyboard/extractCode.d.ts +2 -2
- package/cjs/lib/events/keyboard/identifiers.d.ts +50 -50
- package/cjs/lib/events/stopPropagation.d.ts +1 -1
- package/cjs/lib/events/tabListener.d.ts +1 -1
- package/cjs/lib/extractKeyboardAction.d.ts +13 -13
- package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +13 -8
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +15 -10
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js +11 -1
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js.map +1 -1
- package/cjs/lib/featureFlagsContext/index.d.ts +2 -2
- package/cjs/lib/filterProps.d.ts +12 -12
- package/cjs/lib/forwardRefAndName.d.ts +8 -8
- package/cjs/lib/forwardRefAndName.js +0 -1
- package/cjs/lib/forwardRefAndName.js.map +1 -1
- package/cjs/lib/getDisplayName.d.ts +3 -3
- package/cjs/lib/getMenuPositions.d.ts +22 -22
- package/cjs/lib/isInstanceOf.d.ts +1 -1
- package/cjs/lib/listenFocusOutside.d.ts +8 -8
- package/cjs/lib/locale/LocaleContext.d.ts +7 -7
- package/cjs/lib/locale/LocaleHelper.d.ts +9 -9
- package/cjs/lib/locale/constants.d.ts +5 -5
- package/cjs/lib/locale/decorators.d.ts +34 -34
- package/cjs/lib/locale/index.d.ts +3 -3
- package/cjs/lib/locale/types.d.ts +27 -27
- package/cjs/lib/locale/useLocaleForControl.d.ts +3 -3
- package/cjs/lib/memo.d.ts +3 -3
- package/cjs/lib/mergeRefs.d.ts +23 -23
- package/cjs/lib/needsPolyfillPlaceholder.d.ts +6 -6
- package/cjs/lib/net/fetch.d.ts +13 -13
- package/cjs/lib/reactGetTextContent.d.ts +2 -2
- package/cjs/lib/rootNode/getRootNode.d.ts +12 -12
- package/cjs/lib/rootNode/index.d.ts +2 -2
- package/cjs/lib/rootNode/rootNodeDecorator.d.ts +57 -56
- package/cjs/lib/rootNode/rootNodeDecorator.js +1 -0
- package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -1
- package/cjs/lib/stringUtils.d.ts +1 -1
- package/cjs/lib/styles/ColorFactory.d.ts +11 -11
- package/cjs/lib/styles/ColorFunctions.d.ts +11 -11
- package/cjs/lib/styles/ColorHelpers.d.ts +21 -21
- package/cjs/lib/styles/ColorKeywords.d.ts +150 -150
- package/cjs/lib/styles/ColorObject.d.ts +52 -52
- package/cjs/lib/styles/DimensionFunctions.d.ts +1 -1
- package/cjs/lib/styles/Mixins.d.ts +2 -2
- package/cjs/lib/styles/UiFont.d.ts +1 -1
- package/cjs/lib/styles/getLabGrotesqueBaselineCompensation.d.ts +1 -1
- package/cjs/lib/taskWithDelayAndMinimalDuration.d.ts +21 -21
- package/cjs/lib/theming/AnimationKeyframes.d.ts +7 -7
- package/cjs/lib/theming/Emotion.d.ts +15 -15
- package/cjs/lib/theming/Theme.d.ts +5 -5
- package/cjs/lib/theming/ThemeContext.d.ts +2 -2
- package/cjs/lib/theming/ThemeFactory.d.ts +17 -17
- package/cjs/lib/theming/ThemeHelpers.d.ts +68 -68
- package/cjs/lib/theming/ThemeVersions.d.ts +25 -25
- package/cjs/lib/theming/ThemeVersions.js.map +1 -1
- package/cjs/lib/theming/themes/DarkTheme.d.ts +5 -4
- package/cjs/lib/theming/themes/DarkTheme.js +4 -2
- package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
- package/cjs/lib/theming/themes/LightTheme.d.ts +5 -4
- package/cjs/lib/theming/themes/LightTheme.js +4 -2
- package/cjs/lib/theming/themes/LightTheme.js.map +1 -1
- package/cjs/lib/theming/themes/LightThemeMobile.d.ts +1 -1
- package/cjs/lib/theming/useTheme.d.ts +1 -1
- package/cjs/lib/toKebabCase.d.ts +1 -1
- package/cjs/lib/typeGuards.d.ts +1 -1
- package/cjs/lib/types/button-link.d.ts +1 -1
- package/cjs/lib/types/polymorphic-component.d.ts +19 -19
- package/cjs/lib/types/props.d.ts +1 -1
- package/cjs/lib/uidUtils.d.ts +1 -1
- package/cjs/lib/utils.d.ts +94 -90
- package/cjs/lib/utils.js +5 -1
- package/cjs/lib/utils.js.map +1 -1
- package/cjs/lib/withClassWrapper.d.ts +67 -67
- package/components/Autocomplete/Autocomplete/Autocomplete.js +49 -45
- package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
- package/components/Autocomplete/Autocomplete.d.ts +115 -132
- package/components/Autocomplete/Autocomplete.styles.d.ts +5 -5
- package/components/Autocomplete/getAutocompleteTheme.d.ts +2 -2
- package/components/Autocomplete/index.d.ts +1 -1
- package/components/Autocomplete/locale/index.d.ts +4 -4
- package/components/Autocomplete/locale/locales/en.d.ts +2 -2
- package/components/Autocomplete/locale/locales/ru.d.ts +2 -2
- package/components/Autocomplete/locale/types.d.ts +5 -5
- package/components/Button/ArrowLeftIcon.d.ts +3 -3
- package/components/Button/ArrowRightIcon.d.ts +3 -3
- package/components/Button/Button/Button.js +26 -5
- package/components/Button/Button/Button.js.map +1 -1
- package/components/Button/Button.d.ts +111 -109
- package/components/Button/Button.mixins.d.ts +5 -5
- package/components/Button/Button.styles/Button.styles.js +78 -60
- package/components/Button/Button.styles/Button.styles.js.map +1 -1
- package/components/Button/Button.styles.d.ts +92 -86
- package/components/Button/ButtonArrow.d.ts +8 -8
- package/components/Button/ButtonIcon.d.ts +11 -11
- package/components/Button/ButtonIcon.styles.d.ts +16 -16
- package/components/Button/LoadingButtonIcon.d.ts +8 -8
- package/components/Button/getInnerLinkTheme.d.ts +2 -2
- package/components/Button/index.d.ts +1 -1
- package/components/Calendar/Calendar/Calendar.js.map +1 -1
- package/components/Calendar/Calendar.d.ts +106 -104
- package/components/Calendar/Calendar.styles.d.ts +6 -6
- package/components/Calendar/CalendarContext.d.ts +12 -12
- package/components/Calendar/CalendarDateShape.d.ts +16 -16
- package/components/Calendar/CalendarDay.d.ts +20 -20
- package/components/Calendar/CalendarScrollEvents.d.ts +4 -4
- package/components/Calendar/CalendarUtils.d.ts +37 -37
- package/components/Calendar/DayCellView.d.ts +6 -6
- package/components/Calendar/DayCellView.styles.d.ts +8 -8
- package/components/Calendar/DayCellViewModel.d.ts +8 -8
- package/components/Calendar/Month.d.ts +23 -23
- package/components/Calendar/MonthView.d.ts +22 -22
- package/components/Calendar/MonthView.styles.d.ts +13 -13
- package/components/Calendar/MonthViewModel.d.ts +14 -14
- package/components/Calendar/config.d.ts +2 -2
- package/components/Calendar/index.d.ts +3 -3
- package/components/Calendar/locale/index.d.ts +4 -4
- package/components/Calendar/locale/locales/en.d.ts +2 -2
- package/components/Calendar/locale/locales/ru.d.ts +2 -2
- package/components/Calendar/locale/types.d.ts +7 -7
- package/components/Center/Center/Center.js.map +1 -1
- package/components/Center/Center.d.ts +30 -28
- package/components/Center/Center.styles.d.ts +7 -7
- package/components/Center/index.d.ts +1 -1
- package/components/Checkbox/Checkbox/Checkbox.js +0 -11
- package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
- package/components/Checkbox/Checkbox.d.ts +99 -109
- package/components/Checkbox/Checkbox.mixins.d.ts +2 -2
- package/components/Checkbox/Checkbox.styles.d.ts +30 -30
- package/components/Checkbox/CheckedIcon.d.ts +3 -3
- package/components/Checkbox/IndeterminateIcon.d.ts +3 -3
- package/components/Checkbox/index.d.ts +1 -1
- package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
- package/components/ComboBox/ComboBox.d.ts +192 -190
- package/components/ComboBox/index.d.ts +1 -1
- package/components/CurrencyInput/CurrencyHelper.d.ts +41 -41
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +12 -36
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
- package/components/CurrencyInput/CurrencyInput.d.ts +91 -109
- package/components/CurrencyInput/CurrencyInputHelper.d.ts +23 -23
- package/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +19 -19
- package/components/CurrencyInput/CursorHelper.d.ts +10 -10
- package/components/CurrencyInput/SelectionHelper.d.ts +11 -11
- package/components/CurrencyInput/constants/constants.js +0 -1
- package/components/CurrencyInput/constants/constants.js.map +1 -1
- package/components/CurrencyInput/constants.d.ts +5 -5
- package/components/CurrencyInput/index.d.ts +1 -1
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +10 -22
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/components/CurrencyLabel/CurrencyLabel.d.ts +22 -22
- package/components/CurrencyLabel/index.d.ts +1 -1
- package/components/DateInput/CalendarIcon.d.ts +3 -3
- package/components/DateInput/DateFragmentsView.d.ts +21 -21
- package/components/DateInput/DateFragmentsView.styles.d.ts +7 -7
- package/components/DateInput/DateInput/DateInput.js.map +1 -1
- package/components/DateInput/DateInput.d.ts +106 -104
- package/components/DateInput/DateInput.styles.d.ts +10 -10
- package/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
- package/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
- package/components/DateInput/helpers/InternalDateMediator.d.ts +27 -27
- package/components/DateInput/helpers/inputNumber.d.ts +6 -6
- package/components/DateInput/index.d.ts +1 -1
- package/components/DatePicker/DatePicker/DatePicker.js +1 -32
- package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
- package/components/DatePicker/DatePicker.d.ts +122 -149
- package/components/DatePicker/DatePicker.styles.d.ts +5 -5
- package/components/DatePicker/DatePickerHelpers.d.ts +2 -2
- package/components/DatePicker/MobilePicker.d.ts +10 -10
- package/components/DatePicker/MobilePicker.styles.d.ts +3 -3
- package/components/DatePicker/getMobilePickerTheme.d.ts +2 -2
- package/components/DatePicker/index.d.ts +1 -1
- package/components/DatePicker/locale/index.d.ts +4 -4
- package/components/DatePicker/locale/locales/en.d.ts +2 -2
- package/components/DatePicker/locale/locales/ru.d.ts +2 -2
- package/components/DatePicker/locale/types.d.ts +7 -7
- package/components/DateRangePicker/DateRangePicker.d.ts +84 -84
- package/components/DateRangePicker/DateRangePicker.styles.d.ts +16 -16
- package/components/DateRangePicker/DateRangePickerContext.d.ts +31 -31
- package/components/DateRangePicker/DateRangePickerInput.d.ts +12 -12
- package/components/DateRangePicker/DateRangePickerSeparator.d.ts +2 -2
- package/components/DateRangePicker/DateRangePickerTheme.d.ts +3 -3
- package/components/DateRangePicker/helpers/getStateForValue.d.ts +9 -9
- package/components/DateRangePicker/helpers/validateDateRangePicker.d.ts +9 -9
- package/components/DateRangePicker/index.d.ts +1 -1
- package/components/DateRangePicker/locale/index.d.ts +4 -4
- package/components/DateRangePicker/locale/locales/en.d.ts +2 -2
- package/components/DateRangePicker/locale/locales/ru.d.ts +2 -2
- package/components/DateRangePicker/locale/types.d.ts +7 -7
- package/components/Dropdown/Dropdown/Dropdown.js +1 -47
- package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
- package/components/Dropdown/Dropdown.d.ts +85 -130
- package/components/Dropdown/getDropdownTheme.d.ts +2 -2
- package/components/Dropdown/index.d.ts +1 -1
- package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
- package/components/DropdownMenu/DropdownMenu.d.ts +68 -66
- package/components/DropdownMenu/getDropdownMenuTheme.d.ts +2 -2
- package/components/DropdownMenu/index.d.ts +1 -1
- package/components/FileUploader/FileUploader.d.ts +56 -56
- package/components/FileUploader/FileUploader.mixins.d.ts +1 -1
- package/components/FileUploader/FileUploader.styles.d.ts +36 -36
- package/components/FileUploader/UploadIcon.d.ts +3 -3
- package/components/FileUploader/index.d.ts +5 -5
- package/components/FileUploader/locale/index.d.ts +4 -4
- package/components/FileUploader/locale/locales/en.d.ts +2 -2
- package/components/FileUploader/locale/locales/ru.d.ts +2 -2
- package/components/FileUploader/locale/types.d.ts +6 -6
- package/components/FxInput/FxInput/FxInput.js +1 -5
- package/components/FxInput/FxInput/FxInput.js.map +1 -1
- package/components/FxInput/FxInput.d.ts +65 -68
- package/components/FxInput/FxInputRestoreBtn.d.ts +9 -9
- package/components/FxInput/MathFunctionIcon.d.ts +3 -3
- package/components/FxInput/UndoIcon.d.ts +3 -3
- package/components/FxInput/index.d.ts +1 -1
- package/components/Gapped/Gapped/Gapped.js +1 -15
- package/components/Gapped/Gapped/Gapped.js.map +1 -1
- package/components/Gapped/Gapped.d.ts +37 -50
- package/components/Gapped/index.d.ts +1 -1
- package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
- package/components/GlobalLoader/GlobalLoader.d.ts +100 -98
- package/components/GlobalLoader/GlobalLoaderView.d.ts +17 -17
- package/components/GlobalLoader/GlobalLoaderView.styles.d.ts +16 -16
- package/components/GlobalLoader/index.d.ts +1 -1
- package/components/GlobalLoader/useParams.d.ts +22 -22
- package/components/Group/Group/Group.js +64 -28
- package/components/Group/Group/Group.js.map +1 -1
- package/components/Group/Group.d.ts +26 -25
- package/components/Group/Group.styles/Group.styles.js +9 -6
- package/components/Group/Group.styles/Group.styles.js.map +1 -1
- package/components/Group/Group.styles.d.ts +9 -8
- package/components/Group/index.d.ts +1 -1
- package/components/Hint/Hint/Hint.js.map +1 -1
- package/components/Hint/Hint.d.ts +69 -67
- package/components/Hint/Hint.styles.d.ts +5 -5
- package/components/Hint/index.d.ts +1 -1
- package/components/Input/Input/Input.js.map +1 -1
- package/components/Input/Input.d.ts +188 -186
- package/components/Input/Input.styles.d.ts +28 -28
- package/components/Input/Input.typings.d.ts +7 -7
- package/components/Input/InputLayout/InputLayout.d.ts +11 -11
- package/components/Input/InputLayout/InputLayout.styles.d.ts +11 -11
- package/components/Input/InputLayout/InputLayoutAside.d.ts +8 -8
- package/components/Input/InputLayout/InputLayoutAsideIcon.d.ts +7 -7
- package/components/Input/InputLayout/InputLayoutAsideText.d.ts +6 -6
- package/components/Input/InputLayout/InputLayoutContext.d.ts +9 -9
- package/components/Input/InputLayout/PolyfillPlaceholder.d.ts +10 -10
- package/components/Input/index.d.ts +2 -2
- package/components/Kebab/Kebab/Kebab.js +2 -20
- package/components/Kebab/Kebab/Kebab.js.map +1 -1
- package/components/Kebab/Kebab.d.ts +60 -59
- package/components/Kebab/Kebab.styles.d.ts +11 -11
- package/components/Kebab/KebabIcon.d.ts +3 -3
- package/components/Kebab/index.d.ts +1 -1
- package/components/Link/Link/Link.js +4 -0
- package/components/Link/Link/Link.js.map +1 -1
- package/components/Link/Link.d.ts +63 -61
- package/components/Link/Link.mixins/Link.mixins.js +1 -1
- package/components/Link/Link.mixins/Link.mixins.js.map +1 -1
- package/components/Link/Link.mixins.d.ts +2 -2
- package/components/Link/Link.styles/Link.styles.js +1 -1
- package/components/Link/Link.styles/Link.styles.js.map +1 -1
- package/components/Link/Link.styles.d.ts +23 -23
- package/components/Link/LinkIcon.d.ts +7 -7
- package/components/Link/index.d.ts +1 -1
- package/components/Loader/Loader/Loader.js +0 -33
- package/components/Loader/Loader/Loader.js.map +1 -1
- package/components/Loader/Loader.d.ts +76 -106
- package/components/Loader/Loader.styles.d.ts +8 -8
- package/components/Loader/index.d.ts +1 -1
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement.d.ts +7 -7
- package/components/MaskedInput/ColorableInputElement/ColorableInputElement.styles.d.ts +3 -3
- package/components/MaskedInput/ColorableInputElement/index.d.ts +1 -1
- package/components/MaskedInput/FixedIMaskInput.d.ts +9 -9
- package/components/MaskedInput/MaskedInput/MaskedInput.js +14 -0
- package/components/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
- package/components/MaskedInput/MaskedInput.d.ts +44 -43
- package/components/MaskedInput/MaskedInput.helpers.d.ts +9 -9
- package/components/MaskedInput/MaskedInput.styles.d.ts +7 -7
- package/components/MaskedInput/index.d.ts +1 -1
- package/components/MenuFooter/MenuFooter.d.ts +25 -25
- package/components/MenuFooter/MenuFooter.mixins.d.ts +2 -2
- package/components/MenuFooter/MenuFooter.styles.d.ts +10 -10
- package/components/MenuFooter/index.d.ts +1 -1
- package/components/MenuHeader/MenuHeader.d.ts +25 -25
- package/components/MenuHeader/MenuHeader.mixins.d.ts +2 -2
- package/components/MenuHeader/MenuHeader.styles.d.ts +10 -10
- package/components/MenuHeader/index.d.ts +1 -1
- package/components/MenuItem/MenuItem/MenuItem.js +1 -12
- package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
- package/components/MenuItem/MenuItem.d.ts +104 -114
- package/components/MenuItem/MenuItem.mixins.d.ts +3 -3
- package/components/MenuItem/MenuItem.styles.d.ts +28 -28
- package/components/MenuItem/index.d.ts +1 -1
- package/components/MenuSeparator/MenuSeparator.d.ts +12 -12
- package/components/MenuSeparator/MenuSeparator.styles.d.ts +5 -5
- package/components/MenuSeparator/index.d.ts +1 -1
- package/components/MiniModal/MiniModal.d.ts +25 -25
- package/components/MiniModal/MiniModal.styles/MiniModal.styles.js +10 -7
- package/components/MiniModal/MiniModal.styles/MiniModal.styles.js.map +1 -1
- package/components/MiniModal/MiniModal.styles.d.ts +12 -11
- package/components/MiniModal/MiniModalBody/MiniModalBody.js +13 -5
- package/components/MiniModal/MiniModalBody/MiniModalBody.js.map +1 -1
- package/components/MiniModal/MiniModalBody.d.ts +7 -7
- package/components/MiniModal/MiniModalFooter.d.ts +13 -13
- package/components/MiniModal/MiniModalHeader.d.ts +14 -14
- package/components/MiniModal/MiniModalIndent.d.ts +7 -7
- package/components/MiniModal/getMiniModalTheme.d.ts +2 -2
- package/components/MiniModal/index.d.ts +5 -5
- package/components/Modal/Modal.d.ts +97 -97
- package/components/Modal/Modal.styles/Modal.styles.js +32 -29
- package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
- package/components/Modal/Modal.styles.d.ts +69 -68
- package/components/Modal/ModalBody/ModalBody.js.map +1 -1
- package/components/Modal/ModalBody.d.ts +24 -22
- package/components/Modal/ModalClose.d.ts +7 -7
- package/components/Modal/ModalContext.d.ts +19 -19
- package/components/Modal/ModalFooter.d.ts +30 -30
- package/components/Modal/ModalHeader/ModalHeader.js +3 -1
- package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/components/Modal/ModalHeader.d.ts +29 -24
- package/components/Modal/ModalSeparator/ModalSeparator.js +1 -1
- package/components/Modal/ModalSeparator/ModalSeparator.js.map +1 -1
- package/components/Modal/ModalSeparator.d.ts +16 -16
- package/components/Modal/getModalBodyTheme.d.ts +2 -2
- package/components/Modal/getModalTheme.d.ts +2 -2
- package/components/Modal/index.d.ts +4 -4
- package/components/Modal/locale/index.d.ts +4 -4
- package/components/Modal/locale/locales/en.d.ts +2 -2
- package/components/Modal/locale/locales/ru.d.ts +2 -2
- package/components/Modal/locale/types.d.ts +3 -3
- package/components/Paging/DotsIcon/DotsIcon.js +14 -0
- package/components/Paging/DotsIcon/DotsIcon.js.map +1 -0
- package/components/Paging/DotsIcon/package.json +6 -0
- package/components/Paging/DotsIcon.d.ts +3 -0
- package/components/Paging/ForwardIcon/ForwardIcon.js +15 -1
- package/components/Paging/ForwardIcon/ForwardIcon.js.map +1 -1
- package/components/Paging/ForwardIcon.d.ts +6 -3
- package/components/Paging/NavigationHelper/NavigationHelper.js +9 -8
- package/components/Paging/NavigationHelper/NavigationHelper.js.map +1 -1
- package/components/Paging/NavigationHelper.d.ts +8 -7
- package/components/Paging/Paging/Paging.js +96 -47
- package/components/Paging/Paging/Paging.js.map +1 -1
- package/components/Paging/Paging.d.ts +112 -101
- package/components/Paging/Paging.styles/Paging.styles.js +77 -16
- package/components/Paging/Paging.styles/Paging.styles.js.map +1 -1
- package/components/Paging/Paging.styles.d.ts +40 -17
- package/components/Paging/PagingDefaultComponent.d.ts +11 -11
- package/components/Paging/PagingHelper/PagingHelper.js +16 -8
- package/components/Paging/PagingHelper/PagingHelper.js.map +1 -1
- package/components/Paging/PagingHelper.d.ts +2 -2
- package/components/Paging/index.d.ts +1 -1
- package/components/Paging/locale/index.d.ts +4 -4
- package/components/Paging/locale/locales/en.d.ts +2 -2
- package/components/Paging/locale/locales/ru.d.ts +2 -2
- package/components/Paging/locale/types.d.ts +3 -3
- package/components/PasswordInput/ClosedIcon.d.ts +3 -3
- package/components/PasswordInput/OpenedIcon.d.ts +3 -3
- package/components/PasswordInput/PasswordInput/PasswordInput.js +1 -7
- package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
- package/components/PasswordInput/PasswordInput.d.ts +62 -67
- package/components/PasswordInput/PasswordInput.styles.d.ts +11 -11
- package/components/PasswordInput/PasswordInputIcon.d.ts +4 -4
- package/components/PasswordInput/index.d.ts +1 -1
- package/components/PasswordInput/locale/index.d.ts +4 -4
- package/components/PasswordInput/locale/locales/en.d.ts +2 -2
- package/components/PasswordInput/locale/locales/ru.d.ts +2 -2
- package/components/PasswordInput/locale/types.d.ts +4 -4
- package/components/Radio/Radio/Radio.js.map +1 -1
- package/components/Radio/Radio.d.ts +79 -77
- package/components/Radio/Radio.mixins.d.ts +5 -5
- package/components/Radio/Radio.styles.d.ts +30 -30
- package/components/Radio/index.d.ts +1 -1
- package/components/RadioGroup/Prevent.d.ts +8 -8
- package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
- package/components/RadioGroup/RadioGroup.d.ts +91 -89
- package/components/RadioGroup/RadioGroup.styles.d.ts +7 -7
- package/components/RadioGroup/RadioGroupContext.d.ts +10 -10
- package/components/RadioGroup/index.d.ts +1 -1
- package/components/ResponsiveLayout/ResponsiveLayout.d.ts +19 -19
- package/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -11
- package/components/ResponsiveLayout/decorator.d.ts +31 -31
- package/components/ResponsiveLayout/index.d.ts +3 -3
- package/components/ResponsiveLayout/types.d.ts +11 -11
- package/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -2
- package/components/ScrollContainer/ScrollBar.d.ts +51 -51
- package/components/ScrollContainer/ScrollContainer/ScrollContainer.js +1 -9
- package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
- package/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -23
- package/components/ScrollContainer/ScrollContainer.d.ts +114 -121
- package/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
- package/components/ScrollContainer/ScrollContainer.styles.d.ts +22 -22
- package/components/ScrollContainer/index.d.ts +1 -1
- package/components/Select/ArrowDownIcon.d.ts +3 -3
- package/components/Select/Item.d.ts +13 -13
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +199 -197
- package/components/Select/Select.styles.d.ts +18 -18
- package/components/Select/index.d.ts +1 -1
- package/components/Select/locale/index.d.ts +4 -4
- package/components/Select/locale/locales/en.d.ts +2 -2
- package/components/Select/locale/locales/ru.d.ts +2 -2
- package/components/Select/locale/types.d.ts +4 -4
- package/components/Select/selectTheme.d.ts +3 -3
- package/components/Select/tids.d.ts +5 -5
- package/components/SidePage/SidePage.d.ts +99 -99
- package/components/SidePage/SidePage.styles/SidePage.styles.js +41 -35
- package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
- package/components/SidePage/SidePage.styles.d.ts +56 -54
- package/components/SidePage/SidePageBody/SidePageBody.js.map +1 -1
- package/components/SidePage/SidePageBody.d.ts +26 -24
- package/components/SidePage/SidePageCloseButton.d.ts +11 -11
- package/components/SidePage/SidePageContainer/SidePageContainer.js.map +1 -1
- package/components/SidePage/SidePageContainer.d.ts +22 -20
- package/components/SidePage/SidePageContext.d.ts +17 -17
- package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
- package/components/SidePage/SidePageFooter.d.ts +50 -48
- package/components/SidePage/SidePageHeader/SidePageHeader.js +61 -39
- package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
- package/components/SidePage/SidePageHeader.d.ts +59 -49
- package/components/SidePage/index.d.ts +5 -5
- package/components/SidePage/locale/index.d.ts +4 -4
- package/components/SidePage/locale/locales/en.d.ts +2 -2
- package/components/SidePage/locale/locales/ru.d.ts +2 -2
- package/components/SidePage/locale/types.d.ts +3 -3
- package/components/SingleToast/SingleToast.d.ts +18 -18
- package/components/SingleToast/index.d.ts +1 -1
- package/components/Spinner/Spinner/Spinner.js +1 -18
- package/components/Spinner/Spinner/Spinner.js.map +1 -1
- package/components/Spinner/Spinner.d.ts +49 -65
- package/components/Spinner/Spinner.styles.d.ts +16 -16
- package/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
- package/components/Spinner/index.d.ts +1 -1
- package/components/Sticky/Sticky/Sticky.js +1 -13
- package/components/Sticky/Sticky/Sticky.js.map +1 -1
- package/components/Sticky/Sticky.d.ts +61 -72
- package/components/Sticky/Sticky.styles.d.ts +7 -7
- package/components/Sticky/index.d.ts +1 -1
- package/components/Switcher/Switcher/Switcher.js +19 -16
- package/components/Switcher/Switcher/Switcher.js.map +1 -1
- package/components/Switcher/Switcher.d.ts +70 -85
- package/components/Switcher/Switcher.styles/Switcher.styles.js +12 -9
- package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
- package/components/Switcher/Switcher.styles.d.ts +13 -12
- package/components/Switcher/helpers.d.ts +1 -1
- package/components/Switcher/index.d.ts +1 -1
- package/components/Switcher/switcherTheme.d.ts +2 -2
- package/components/Tabs/Indicator/Indicator.js.map +1 -1
- package/components/Tabs/Indicator.d.ts +30 -28
- package/components/Tabs/Indicator.styles.d.ts +8 -8
- package/components/Tabs/Tab/Tab.js.map +1 -1
- package/components/Tabs/Tab.d.ts +81 -79
- package/components/Tabs/Tab.styles.d.ts +33 -33
- package/components/Tabs/Tabs/Tabs.js.map +1 -1
- package/components/Tabs/Tabs.d.ts +58 -56
- package/components/Tabs/Tabs.styles.d.ts +7 -7
- package/components/Tabs/TabsContext.d.ts +16 -16
- package/components/Tabs/helpers.d.ts +6 -6
- package/components/Tabs/index.d.ts +2 -2
- package/components/Textarea/Textarea/Textarea.js +1 -44
- package/components/Textarea/Textarea/Textarea.js.map +1 -1
- package/components/Textarea/Textarea.d.ts +127 -169
- package/components/Textarea/Textarea.mixins.d.ts +3 -3
- package/components/Textarea/Textarea.styles.d.ts +25 -25
- package/components/Textarea/TextareaCounter/TextareaCounter.js +1 -11
- package/components/Textarea/TextareaCounter/TextareaCounter.js.map +1 -1
- package/components/Textarea/TextareaCounter.d.ts +14 -14
- package/components/Textarea/TextareaHelpers.d.ts +11 -11
- package/components/Textarea/TextareaWithSafari17Workaround.d.ts +7 -7
- package/components/Textarea/index.d.ts +1 -1
- package/components/Toast/Toast/Toast.js.map +1 -1
- package/components/Toast/Toast.d.ts +84 -82
- package/components/Toast/Toast.styles.d.ts +6 -6
- package/components/Toast/ToastStatic.d.ts +10 -10
- package/components/Toast/ToastView/ToastView.js +3 -17
- package/components/Toast/ToastView/ToastView.js.map +1 -1
- package/components/Toast/ToastView.d.ts +24 -36
- package/components/Toast/ToastView.styles.d.ts +7 -7
- package/components/Toast/index.d.ts +1 -1
- package/components/Toast/locale/index.d.ts +4 -4
- package/components/Toast/locale/locales/en.d.ts +2 -2
- package/components/Toast/locale/locales/ru.d.ts +2 -2
- package/components/Toast/locale/types.d.ts +3 -3
- package/components/Toggle/Toggle/Toggle.js +1 -10
- package/components/Toggle/Toggle/Toggle.js.map +1 -1
- package/components/Toggle/Toggle.d.ts +87 -95
- package/components/Toggle/Toggle.mixins.d.ts +6 -6
- package/components/Toggle/Toggle.styles.d.ts +46 -46
- package/components/Toggle/index.d.ts +1 -1
- package/components/Token/Token/Token.js.map +1 -1
- package/components/Token/Token.d.ts +52 -50
- package/components/Token/Token.mixins.d.ts +1 -1
- package/components/Token/Token.styles.d.ts +23 -23
- package/components/Token/TokenView.d.ts +12 -12
- package/components/Token/index.d.ts +1 -1
- package/components/Token/locale/index.d.ts +4 -4
- package/components/Token/locale/locales/en.d.ts +2 -2
- package/components/Token/locale/locales/ru.d.ts +2 -2
- package/components/Token/locale/types.d.ts +3 -3
- package/components/TokenInput/TextWidthHelper.d.ts +23 -23
- package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
- package/components/TokenInput/TokenInput.d.ts +227 -225
- package/components/TokenInput/TokenInput.mixins.d.ts +2 -2
- package/components/TokenInput/TokenInput.styles.d.ts +19 -19
- package/components/TokenInput/TokenInputMenu.d.ts +39 -39
- package/components/TokenInput/TokenInputReducer.d.ts +25 -25
- package/components/TokenInput/index.d.ts +1 -1
- package/components/TokenInput/locale/index.d.ts +4 -4
- package/components/TokenInput/locale/locales/en.d.ts +2 -2
- package/components/TokenInput/locale/locales/ru.d.ts +2 -2
- package/components/TokenInput/locale/types.d.ts +4 -4
- package/components/Tooltip/Tooltip/Tooltip.js +67 -20
- package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
- package/components/Tooltip/Tooltip.d.ts +138 -133
- package/components/Tooltip/Tooltip.styles/Tooltip.styles.js +22 -4
- package/components/Tooltip/Tooltip.styles/Tooltip.styles.js.map +1 -1
- package/components/Tooltip/Tooltip.styles.d.ts +11 -5
- package/components/Tooltip/index.d.ts +1 -1
- package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
- package/components/TooltipMenu/TooltipMenu.d.ts +58 -56
- package/components/TooltipMenu/index.d.ts +1 -1
- package/hooks/useDrop.d.ts +11 -11
- package/hooks/useEffectWithoutInitCall.d.ts +2 -2
- package/hooks/useMemoObject.d.ts +2 -2
- package/index.d.ts +61 -60
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/internal/BGRuler.d.ts +28 -28
- package/internal/ClearCrossIcon/ClearCrossIcon.d.ts +10 -10
- package/internal/ClearCrossIcon/ClearCrossIcon.styles.d.ts +8 -8
- package/internal/ClearCrossIcon/CrossIcon.d.ts +3 -3
- package/internal/CloseButtonIcon/CloseButtonIcon.d.ts +36 -36
- package/internal/CloseButtonIcon/CloseButtonIcon.styles.d.ts +7 -7
- package/internal/CloseButtonIcon/CrossIcon.d.ts +3 -3
- package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js.map +1 -1
- package/internal/CommonWrapper/CommonWrapper.d.ts +14 -12
- package/internal/CommonWrapper/index.d.ts +3 -3
- package/internal/CommonWrapper/types.d.ts +25 -25
- package/internal/CommonWrapper/utils/extractCommonProps.d.ts +3 -3
- package/internal/CommonWrapper/utils/getCommonVisualStateDataAttributes.d.ts +2 -2
- package/internal/CommonWrapper/utils/getVisualStateDataAttributes.d.ts +3 -3
- package/internal/CommonWrapper/utils/tryGetBoolean.d.ts +1 -1
- package/internal/ComponentCombinator.d.ts +23 -23
- package/internal/ComponentTable/ComponentTable.js +0 -2
- package/internal/ComponentTable/ComponentTable.js.map +1 -1
- package/internal/ComponentTable.d.ts +22 -22
- package/internal/CustomComboBox/ArrowDownIcon.d.ts +3 -3
- package/internal/CustomComboBox/ComboBoxMenu.d.ts +48 -48
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxView.d.ts +119 -117
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBox.d.ts +156 -154
- package/internal/CustomComboBox/CustomComboBox.styles.d.ts +4 -4
- package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +77 -77
- package/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
- package/internal/CustomComboBox/getComboBoxTheme.d.ts +2 -2
- package/internal/CustomComboBox/index.d.ts +2 -2
- package/internal/CustomComboBox/locale/index.d.ts +4 -4
- package/internal/CustomComboBox/locale/locales/en.d.ts +2 -2
- package/internal/CustomComboBox/locale/locales/ru.d.ts +2 -2
- package/internal/CustomComboBox/locale/types.d.ts +5 -5
- package/internal/CustomComboBox/tids.d.ts +3 -3
- package/internal/DataTids/DataTids.d.ts +12 -12
- package/internal/DataTids/DataTids.styles.d.ts +7 -7
- package/internal/DataTids/componentsDataTids.d.ts +5 -5
- package/internal/DateSelect/DateSelect/DateSelect.js +1 -10
- package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
- package/internal/DateSelect/DateSelect.d.ts +35 -45
- package/internal/DateSelect/DateSelect.styles.d.ts +9 -9
- package/internal/DateSelect/index.d.ts +1 -1
- package/internal/DateSelect/locale/index.d.ts +4 -4
- package/internal/DateSelect/locale/locales/en.d.ts +2 -2
- package/internal/DateSelect/locale/locales/ru.d.ts +2 -2
- package/internal/DateSelect/locale/types.d.ts +6 -6
- package/internal/FileUploaderControl/FileUploaderControlContext.d.ts +14 -14
- package/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +18 -18
- package/internal/FileUploaderControl/FileUploaderFile/DeleteIcon.d.ts +3 -3
- package/internal/FileUploaderControl/FileUploaderFile/ErrorIcon.d.ts +3 -3
- package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +20 -20
- package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +18 -18
- package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.d.ts +12 -12
- package/internal/FileUploaderControl/FileUploaderFile/OkIcon.d.ts +3 -3
- package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +17 -17
- package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +8 -8
- package/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -7
- package/internal/FileUploaderControl/fileUtils.d.ts +14 -14
- package/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -1
- package/internal/FileUploaderControl/hooks/useFileUploaderSize.d.ts +2 -2
- package/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -3
- package/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +4 -4
- package/internal/FocusControlWrapper/FocusControlWrapper.d.ts +18 -18
- package/internal/FocusControlWrapper/FocusControlWrapper.stories.d.ts +4 -4
- package/internal/FocusControlWrapper/index.d.ts +1 -1
- package/internal/FocusControlWrapper/useFocusControl.d.ts +12 -12
- package/internal/FocusTrap/FocusTrap/FocusTrap.js.map +1 -1
- package/internal/FocusTrap/FocusTrap.d.ts +20 -18
- package/internal/FocusTrap/index.d.ts +1 -1
- package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +15 -15
- package/internal/HideBodyVerticalScroll/index.d.ts +1 -1
- package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
- package/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +8 -8
- package/internal/IgnoreLayerClick/index.d.ts +1 -1
- package/internal/InputLikeText/HiddenInput.d.ts +13 -13
- package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
- package/internal/InputLikeText/InputLikeText.d.ts +81 -79
- package/internal/InputLikeText/InputLikeText.styles.d.ts +7 -7
- package/internal/InputLikeText/index.d.ts +1 -1
- package/internal/InternalMaskedInput/InternalMaskedInput.d.ts +50 -50
- package/internal/InternalMaskedInput/InternalMaskedInput.styles.d.ts +6 -6
- package/internal/InternalMaskedInput/index.d.ts +1 -1
- package/internal/MaskCharLowLine/MaskCharLowLine.d.ts +10 -10
- package/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -3
- package/internal/MaskCharLowLine/index.d.ts +1 -1
- package/internal/Menu/Menu/Menu.js.map +1 -1
- package/internal/Menu/Menu.d.ts +109 -107
- package/internal/Menu/Menu.styles.d.ts +17 -17
- package/internal/Menu/MenuContext.d.ts +10 -10
- package/internal/Menu/MenuNavigation.d.ts +27 -27
- package/internal/Menu/index.d.ts +1 -1
- package/internal/Menu/isActiveElement.d.ts +3 -3
- package/internal/MenuMessage/MenuMessage.d.ts +12 -12
- package/internal/MenuMessage/MenuMessage.styles.d.ts +8 -8
- package/internal/MenuMessage/index.d.ts +1 -1
- package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -1
- package/internal/MobilePopup/MobilePopup.d.ts +50 -48
- package/internal/MobilePopup/MobilePopup.styles.d.ts +10 -10
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.d.ts +7 -7
- package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +4 -4
- package/internal/MobilePopup/MobilePopupFooter/index.d.ts +1 -1
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -15
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +8 -8
- package/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -1
- package/internal/MobilePopup/index.d.ts +1 -1
- package/internal/NativeDateInput/NativeDateInput.d.ts +24 -24
- package/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -3
- package/internal/NativeDateInput/index.d.ts +1 -1
- package/internal/NativeDateInput/utils.d.ts +7 -7
- package/internal/Popup/Popup/Popup.js +14 -64
- package/internal/Popup/Popup/Popup.js.map +1 -1
- package/internal/Popup/Popup.d.ts +189 -207
- package/internal/Popup/Popup.styles.d.ts +17 -17
- package/internal/Popup/PopupHelper.d.ts +26 -26
- package/internal/Popup/PopupPin/PopupPin.js +1 -34
- package/internal/Popup/PopupPin/PopupPin.js.map +1 -1
- package/internal/Popup/PopupPin.d.ts +47 -57
- package/internal/Popup/PopupPin.styles.d.ts +3 -3
- package/internal/Popup/PopupPinNew/PopupPinNew.js +146 -0
- package/internal/Popup/PopupPinNew/PopupPinNew.js.map +1 -0
- package/internal/Popup/PopupPinNew/package.json +6 -0
- package/internal/Popup/PopupPinNew.d.ts +31 -0
- package/internal/Popup/PopupPinNew.styles/PopupPinNew.styles.js +20 -0
- package/internal/Popup/PopupPinNew.styles/PopupPinNew.styles.js.map +1 -0
- package/internal/Popup/PopupPinNew.styles/package.json +6 -0
- package/internal/Popup/PopupPinNew.styles.d.ts +7 -0
- package/internal/Popup/index.d.ts +1 -1
- package/internal/Popup/types.d.ts +2 -2
- package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
- package/internal/PopupMenu/PopupMenu.d.ts +106 -104
- package/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
- package/internal/PopupMenu/index.d.ts +1 -1
- package/internal/PopupMenu/tids.d.ts +4 -4
- package/internal/PopupMenu/validatePositions.d.ts +2 -2
- package/internal/RenderContainer/RenderContainer.d.ts +18 -18
- package/internal/RenderContainer/RenderContainerTypes.d.ts +13 -13
- package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js +0 -8
- package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js.map +1 -1
- package/internal/RenderContainer/RenderInnerContainer.d.ts +18 -24
- package/internal/RenderContainer/index.d.ts +1 -1
- package/internal/RenderLayer/RenderLayer/RenderLayer.js +3 -11
- package/internal/RenderLayer/RenderLayer/RenderLayer.js.map +1 -1
- package/internal/RenderLayer/RenderLayer.d.ts +31 -32
- package/internal/RenderLayer/index.d.ts +1 -1
- package/internal/ResizeDetector/ResizeDetector.d.ts +14 -14
- package/internal/ResizeDetector/ResizeDetector.styles.d.ts +6 -6
- package/internal/ResizeDetector/index.d.ts +1 -1
- package/internal/SpinnerIcon/SpinnerIcon.d.ts +33 -33
- package/internal/SpinnerIcon/SpinnerIcon.styles.d.ts +6 -6
- package/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -15
- package/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -4
- package/internal/ThemePlayground/AnotherInputsPlayground.d.ts +18 -18
- package/internal/ThemePlayground/CheckboxPlayground.d.ts +2 -2
- package/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
- package/internal/ThemePlayground/CurrencyInputPlayground.d.ts +12 -12
- package/internal/ThemePlayground/FxInputPlayground.d.ts +12 -12
- package/internal/ThemePlayground/HintPlayground.d.ts +6 -6
- package/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
- package/internal/ThemePlayground/Playground/Playground.js +4 -3
- package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
- package/internal/ThemePlayground/Playground.d.ts +30 -30
- package/internal/ThemePlayground/Playground.styles/Playground.styles.js +4 -4
- package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
- package/internal/ThemePlayground/Playground.styles.d.ts +23 -23
- package/internal/ThemePlayground/RadioPlayground.d.ts +2 -2
- package/internal/ThemePlayground/SelectPlayground.d.ts +15 -15
- package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js +6 -1
- package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js.map +1 -1
- package/internal/ThemePlayground/ShowcaseGroup.d.ts +6 -6
- package/internal/ThemePlayground/SizesGroup.d.ts +6 -6
- package/internal/ThemePlayground/SwitcherPlayground.d.ts +16 -16
- package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js +2 -2
- package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
- package/internal/ThemePlayground/ThemeContextPlayground.d.ts +46 -46
- package/internal/ThemePlayground/ThemeEditor.d.ts +36 -36
- package/internal/ThemePlayground/TogglePlayground.d.ts +4 -4
- package/internal/ThemePlayground/TokenInputPlayground.d.ts +9 -9
- package/internal/ThemePlayground/UnlinkVarsPlayground.d.ts +2 -2
- package/internal/ThemePlayground/VariableValue.d.ts +43 -43
- package/internal/ThemePlayground/constants.d.ts +15 -15
- package/internal/ThemePlayground/helpers.d.ts +2 -2
- package/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
- package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +27 -27
- package/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
- package/internal/ZIndex/ZIndex/ZIndex.js +8 -10
- package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
- package/internal/ZIndex/ZIndex.d.ts +61 -61
- package/internal/ZIndex/ZIndexStorage.d.ts +18 -18
- package/internal/ZIndex/index.d.ts +2 -2
- package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.d.ts +2 -2
- package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.d.ts +2 -2
- package/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.d.ts +2 -2
- package/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.d.ts +2 -2
- package/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.d.ts +2 -2
- package/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.d.ts +2 -2
- package/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.d.ts +2 -2
- package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.d.ts +2 -2
- package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.d.ts +2 -2
- package/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.d.ts +2 -2
- package/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.d.ts +2 -2
- package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.d.ts +2 -2
- package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.d.ts +2 -2
- package/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.d.ts +2 -2
- package/internal/icons2022/BaseIcon.d.ts +15 -15
- package/internal/icons2022/BaseIcon.styles.d.ts +3 -3
- package/internal/icons2022/CalendarIcon/CalendarIcon16Light.d.ts +2 -2
- package/internal/icons2022/CalendarIcon/CalendarIcon20Light.d.ts +2 -2
- package/internal/icons2022/CalendarIcon/CalendarIcon24Regular.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon16Light.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon16Regular.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon16Solid.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon20Light.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon20Solid.d.ts +2 -2
- package/internal/icons2022/CheckAIcon/CheckAIcon24Regular.d.ts +2 -2
- package/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.d.ts +2 -2
- package/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.d.ts +2 -2
- package/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.d.ts +2 -2
- package/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.d.ts +2 -2
- package/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.d.ts +2 -2
- package/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.d.ts +2 -2
- package/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.d.ts +2 -2
- package/internal/icons2022/LoadingIcon.d.ts +4 -4
- package/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.d.ts +2 -2
- package/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.d.ts +2 -2
- package/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.d.ts +2 -2
- package/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.d.ts +2 -2
- package/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.d.ts +2 -2
- package/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.d.ts +2 -2
- package/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.d.ts +2 -2
- package/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.d.ts +2 -2
- package/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.d.ts +2 -2
- package/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.d.ts +2 -2
- package/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.d.ts +2 -2
- package/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.d.ts +2 -2
- package/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.d.ts +2 -2
- package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/UiMenuDots3HIcon16Regular.js +21 -0
- package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/UiMenuDots3HIcon16Regular.js.map +1 -0
- package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular/package.json +6 -0
- package/internal/icons2022/UiMenuDots3HIcon/UiMenuDots3HIcon16Regular.d.ts +2 -0
- package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.d.ts +2 -2
- package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.d.ts +2 -2
- package/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon16Light.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon16Regular.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon20Light.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon20Regular.d.ts +2 -2
- package/internal/icons2022/XIcon/XIcon24Regular.d.ts +2 -2
- package/internal/icons2022/iconConstants.d.ts +8 -8
- package/internal/icons2022/iconSizer.d.ts +11 -11
- package/internal/themes/BasicLightTheme.d.ts +5 -5
- package/internal/themes/BasicTheme/BasicTheme.js +172 -26
- package/internal/themes/BasicTheme/BasicTheme.js.map +1 -1
- package/internal/themes/BasicTheme.d.ts +1339 -1245
- package/internal/themes/DarkTheme5_0.d.ts +1 -1
- package/internal/themes/DarkTheme5_1.d.ts +1 -1
- package/internal/themes/DarkTheme5_2/DarkTheme5_2.js +3 -3
- package/internal/themes/DarkTheme5_2/DarkTheme5_2.js.map +1 -1
- package/internal/themes/DarkTheme5_2.d.ts +1 -1
- package/internal/themes/DarkTheme5_3/DarkTheme5_3.js +16 -0
- package/internal/themes/DarkTheme5_3/DarkTheme5_3.js.map +1 -0
- package/internal/themes/DarkTheme5_3/package.json +6 -0
- package/internal/themes/DarkTheme5_3.d.ts +1 -0
- package/internal/themes/LightTheme5_0.d.ts +1 -1
- package/internal/themes/LightTheme5_1.d.ts +1 -1
- package/internal/themes/LightTheme5_2.d.ts +1 -1
- package/internal/themes/LightTheme5_3/LightTheme5_3.js +16 -0
- package/internal/themes/LightTheme5_3/LightTheme5_3.js.map +1 -0
- package/internal/themes/LightTheme5_3/package.json +6 -0
- package/internal/themes/LightTheme5_3.d.ts +1 -0
- package/lib/ConditionalHandler.d.ts +12 -12
- package/lib/InstanceWithAnchorElement.d.ts +5 -5
- package/lib/LayoutEvents.d.ts +4 -4
- package/lib/ModalStack.d.ts +21 -21
- package/lib/Supports.d.ts +1 -1
- package/lib/Upgrades.d.ts +7 -7
- package/lib/animation/index.d.ts +6 -6
- package/lib/animation/presets.d.ts +18 -18
- package/lib/animation/stepper.d.ts +1 -1
- package/lib/callChildRef/callChildRef.d.ts +3 -3
- package/lib/chars.d.ts +8 -8
- package/lib/client.d.ts +12 -12
- package/lib/createPropsGetter.d.ts +3 -3
- package/lib/currentEnvironment.d.ts +3 -3
- package/lib/date/InternalDate.d.ts +61 -61
- package/lib/date/InternalDateCalculator.d.ts +7 -7
- package/lib/date/InternalDateGetter.d.ts +16 -16
- package/lib/date/InternalDateSetter.d.ts +7 -7
- package/lib/date/InternalDateTransformer.d.ts +16 -16
- package/lib/date/InternalDateValidator.d.ts +13 -13
- package/lib/date/comparison.d.ts +6 -6
- package/lib/date/constants.d.ts +28 -28
- package/lib/date/localeSets.d.ts +5 -5
- package/lib/date/types.d.ts +94 -94
- package/lib/delay.d.mts +1 -0
- package/lib/delay.d.ts +1 -1
- package/lib/delay.mts +3 -0
- package/lib/dom/getDOMRect.d.ts +10 -10
- package/lib/dom/getParentOrShadowHost.d.ts +1 -1
- package/lib/dom/getScrollWidth.d.ts +1 -1
- package/lib/dom/scrollYCenterIntoNearestScrollable.d.ts +2 -2
- package/lib/dom/selectionHelpers.d.ts +2 -2
- package/lib/dom/tabbableHelpers.d.ts +17 -17
- package/lib/events/MouseDrag.d.ts +58 -58
- package/lib/events/fixClickFocusIE.d.ts +1 -1
- package/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -2
- package/lib/events/keyListener.d.ts +7 -7
- package/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
- package/lib/events/keyboard/KeyboardMapKeys.d.ts +7 -7
- package/lib/events/keyboard/extractCode.d.ts +2 -2
- package/lib/events/keyboard/identifiers.d.ts +50 -50
- package/lib/events/stopPropagation.d.ts +1 -1
- package/lib/events/tabListener.d.ts +1 -1
- package/lib/extractKeyboardAction.d.ts +13 -13
- package/lib/featureFlagsContext/FeatureFlagsHelpers.d.ts +13 -8
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext/ReactUIFeatureFlagsContext.js +6 -1
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext/ReactUIFeatureFlagsContext.js.map +1 -1
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +15 -10
- package/lib/featureFlagsContext/index.d.ts +2 -2
- package/lib/filterProps.d.ts +12 -12
- package/lib/forwardRefAndName/forwardRefAndName.js.map +1 -1
- package/lib/forwardRefAndName.d.ts +8 -8
- package/lib/getDisplayName.d.ts +3 -3
- package/lib/getMenuPositions.d.ts +22 -22
- package/lib/isInstanceOf.d.ts +1 -1
- package/lib/listenFocusOutside.d.ts +8 -8
- package/lib/locale/LocaleContext.d.ts +7 -7
- package/lib/locale/LocaleHelper.d.ts +9 -9
- package/lib/locale/constants.d.ts +5 -5
- package/lib/locale/decorators.d.ts +34 -34
- package/lib/locale/index.d.ts +3 -3
- package/lib/locale/types.d.ts +27 -27
- package/lib/locale/useLocaleForControl.d.ts +3 -3
- package/lib/memo.d.ts +3 -3
- package/lib/mergeRefs.d.ts +23 -23
- package/lib/needsPolyfillPlaceholder.d.ts +6 -6
- package/lib/net/fetch.d.ts +13 -13
- package/lib/reactGetTextContent.d.ts +2 -2
- package/lib/rootNode/getRootNode.d.ts +12 -12
- package/lib/rootNode/index.d.ts +2 -2
- package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -1
- package/lib/rootNode/rootNodeDecorator.d.ts +57 -56
- package/lib/stringUtils.d.ts +1 -1
- package/lib/styles/ColorFactory.d.ts +11 -11
- package/lib/styles/ColorFunctions.d.ts +11 -11
- package/lib/styles/ColorHelpers.d.ts +21 -21
- package/lib/styles/ColorKeywords.d.ts +150 -150
- package/lib/styles/ColorObject.d.ts +52 -52
- package/lib/styles/DimensionFunctions.d.ts +1 -1
- package/lib/styles/Mixins.d.ts +2 -2
- package/lib/styles/UiFont.d.ts +1 -1
- package/lib/styles/getLabGrotesqueBaselineCompensation.d.ts +1 -1
- package/lib/taskWithDelayAndMinimalDuration.d.ts +21 -21
- package/lib/theming/AnimationKeyframes.d.ts +7 -7
- package/lib/theming/Emotion.d.ts +15 -15
- package/lib/theming/Theme.d.ts +5 -5
- package/lib/theming/ThemeContext.d.ts +2 -2
- package/lib/theming/ThemeFactory.d.ts +17 -17
- package/lib/theming/ThemeHelpers.d.ts +68 -68
- package/lib/theming/ThemeVersions/ThemeVersions.js.map +1 -1
- package/lib/theming/ThemeVersions.d.ts +25 -25
- package/lib/theming/themes/DarkTheme/DarkTheme.js +3 -1
- package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
- package/lib/theming/themes/DarkTheme.d.ts +5 -4
- package/lib/theming/themes/LightTheme/LightTheme.js +3 -1
- package/lib/theming/themes/LightTheme/LightTheme.js.map +1 -1
- package/lib/theming/themes/LightTheme.d.ts +5 -4
- package/lib/theming/themes/LightThemeMobile.d.ts +1 -1
- package/lib/theming/useTheme.d.ts +1 -1
- package/lib/toKebabCase.d.ts +1 -1
- package/lib/typeGuards.d.ts +1 -1
- package/lib/types/button-link.d.ts +1 -1
- package/lib/types/polymorphic-component.d.ts +19 -19
- package/lib/types/props.d.ts +1 -1
- package/lib/uidUtils.d.ts +1 -1
- package/lib/utils/utils.js +2 -0
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils.d.ts +94 -90
- package/lib/withClassWrapper.d.ts +67 -67
- package/package.json +10 -13
- package/cjs/lib/SSRSafe.d.ts +0 -2
- package/cjs/lib/SSRSafe.js +0 -5
- package/cjs/lib/SSRSafe.js.map +0 -1
- package/lib/SSRSafe/SSRSafe.js +0 -4
- package/lib/SSRSafe/SSRSafe.js.map +0 -1
- package/lib/SSRSafe/package.json +0 -6
- package/lib/SSRSafe.d.ts +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _taggedTemplateLiteralLoose from "@babel/runtime/helpers/esm/taggedTemplateLiteralLoose";
|
|
2
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26, _templateObject27, _templateObject28, _templateObject29, _templateObject30, _templateObject31, _templateObject32, _templateObject33, _templateObject34, _templateObject35, _templateObject36, _templateObject37, _templateObject38, _templateObject39, _templateObject40, _templateObject41, _templateObject42, _templateObject43, _templateObject44, _templateObject45, _templateObject46, _templateObject47, _templateObject48, _templateObject49, _templateObject50, _templateObject51, _templateObject52, _templateObject53, _templateObject54, _templateObject55, _templateObject56, _templateObject57, _templateObject58, _templateObject59, _templateObject60, _templateObject61, _templateObject62, _templateObject63, _templateObject64, _templateObject65, _templateObject66, _templateObject67, _templateObject68, _templateObject69, _templateObject70, _templateObject71, _templateObject72, _templateObject73;
|
|
2
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26, _templateObject27, _templateObject28, _templateObject29, _templateObject30, _templateObject31, _templateObject32, _templateObject33, _templateObject34, _templateObject35, _templateObject36, _templateObject37, _templateObject38, _templateObject39, _templateObject40, _templateObject41, _templateObject42, _templateObject43, _templateObject44, _templateObject45, _templateObject46, _templateObject47, _templateObject48, _templateObject49, _templateObject50, _templateObject51, _templateObject52, _templateObject53, _templateObject54, _templateObject55, _templateObject56, _templateObject57, _templateObject58, _templateObject59, _templateObject60, _templateObject61, _templateObject62, _templateObject63, _templateObject64, _templateObject65, _templateObject66, _templateObject67, _templateObject68, _templateObject69, _templateObject70, _templateObject71, _templateObject72, _templateObject73, _templateObject74, _templateObject75, _templateObject76, _templateObject77, _templateObject78, _templateObject79;
|
|
3
3
|
import { css, memoizeStyle, prefix } from "../../../lib/theming/Emotion";
|
|
4
4
|
import { resetButton, resetText } from "../../../lib/styles/Mixins";
|
|
5
5
|
import { buttonUseMixin, buttonHoverMixin, buttonActiveMixin, buttonSizeMixin, buttonSizeMixinIE11 } from "../Button.mixins";
|
|
@@ -16,22 +16,22 @@ export var styles = memoizeStyle({
|
|
|
16
16
|
return css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n ", ";\n ", ";\n\n transition: background-color ", " ", "\n ", ";\n\n background-clip: ", ";\n background-position: center;\n background-repeat: no-repeat;\n background-size: contain;\n cursor: pointer;\n display: inline-block;\n position: relative;\n text-align: center;\n width: 100%;\n height: 100%; // fix height in ie11\n\n .", " {\n content: '';\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n }\n\n &::-moz-focus-inner {\n border: 0;\n padding: 0;\n }\n &::after {\n content: '';\n display: inline-block;\n vertical-align: baseline;\n width: 0;\n }\n\n &:hover svg {\n color: ", ";\n }\n &.", " svg {\n color: ", ";\n }\n & svg {\n color: ", ";\n }\n "])), resetButton(), resetText(), t.transitionDuration, t.transitionTimingFunction, t.btnBorderColorTransition ? ", " + t.btnBorderColorTransition : '', t.btnBackgroundClip, globalClasses.innerShadow, t.btnIconHoverColor, globalClasses.disabled, t.btnIconDisabledColor, t.btnIconColor);
|
|
17
17
|
},
|
|
18
18
|
withArrowIconRightSmall: function withArrowIconRightSmall(t) {
|
|
19
|
-
return css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n padding-right: calc(", " + ", " + ", ");\n "])), t.btnIconSizeSmall, t.
|
|
19
|
+
return css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n padding-right: calc(", " + ", " + ", ");\n "])), t.btnIconSizeSmall, t.btnWithIconPaddingSmall, t.btnWithIconPaddingSmall);
|
|
20
20
|
},
|
|
21
21
|
withArrowIconRightMedium: function withArrowIconRightMedium(t) {
|
|
22
|
-
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n padding-right: calc(
|
|
22
|
+
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["\n padding-right: calc(", " + ", " + ", ");\n "])), t.btnIconSizeMedium, t.btnWithIconPaddingMedium, t.btnWithIconPaddingMedium);
|
|
23
23
|
},
|
|
24
24
|
withArrowIconRightLarge: function withArrowIconRightLarge(t) {
|
|
25
|
-
return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n padding-right: calc(", " + ", " + ", ");\n "])), t.btnIconSizeLarge, t.
|
|
25
|
+
return css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["\n padding-right: calc(", " + ", " + ", ");\n "])), t.btnIconSizeLarge, t.btnWithIconPaddingLarge, t.btnWithIconPaddingLarge);
|
|
26
26
|
},
|
|
27
27
|
withArrowIconLeftSmall: function withArrowIconLeftSmall(t) {
|
|
28
|
-
return css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n padding-left: calc(", " + ", " + ", ");\n "])), t.btnIconSizeSmall, t.
|
|
28
|
+
return css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["\n padding-left: calc(", " + ", " + ", ");\n "])), t.btnIconSizeSmall, t.btnWithIconPaddingSmall, t.btnWithIconPaddingSmall);
|
|
29
29
|
},
|
|
30
30
|
withArrowIconLeftMedium: function withArrowIconLeftMedium(t) {
|
|
31
|
-
return css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n padding-left: calc(
|
|
31
|
+
return css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n padding-left: calc(", " + ", " + ", ");\n "])), t.btnIconSizeMedium, t.btnWithIconPaddingMedium, t.btnWithIconPaddingMedium);
|
|
32
32
|
},
|
|
33
33
|
withArrowIconLeftLarge: function withArrowIconLeftLarge(t) {
|
|
34
|
-
return css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n padding-left: calc(", " + ", " + ", ");\n "])), t.btnIconSizeLarge, t.
|
|
34
|
+
return css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n padding-left: calc(", " + ", " + ", ");\n "])), t.btnIconSizeLarge, t.btnWithIconPaddingLarge, t.btnWithIconPaddingLarge);
|
|
35
35
|
},
|
|
36
36
|
simulatedPress: function simulatedPress() {
|
|
37
37
|
return css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose(["\n &:active .", " {\n transform: translateY(1px);\n }\n "])), globalClasses.caption);
|
|
@@ -73,165 +73,183 @@ export var styles = memoizeStyle({
|
|
|
73
73
|
return css(_templateObject20 || (_templateObject20 = _taggedTemplateLiteralLoose(["\n ", ";\n "])), buttonSizeMixinIE11(t.btnPaddingXLarge, t.btnPaddingYLarge));
|
|
74
74
|
},
|
|
75
75
|
sizeSmallWithIcon: function sizeSmallWithIcon(t) {
|
|
76
|
-
return css(_templateObject21 || (_templateObject21 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n "])), t.
|
|
76
|
+
return css(_templateObject21 || (_templateObject21 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n "])), t.btnWithIconPaddingSmall);
|
|
77
77
|
},
|
|
78
78
|
sizeMediumWithIcon: function sizeMediumWithIcon(t) {
|
|
79
|
-
return css(_templateObject22 || (_templateObject22 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n "])), t.
|
|
79
|
+
return css(_templateObject22 || (_templateObject22 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n "])), t.btnWithIconPaddingMedium);
|
|
80
80
|
},
|
|
81
81
|
sizeLargeWithIcon: function sizeLargeWithIcon(t) {
|
|
82
|
-
return css(_templateObject23 || (_templateObject23 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n "])), t.
|
|
82
|
+
return css(_templateObject23 || (_templateObject23 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n "])), t.btnWithIconPaddingLarge);
|
|
83
|
+
},
|
|
84
|
+
sizeSmallWithRightIcon: function sizeSmallWithRightIcon(t) {
|
|
85
|
+
return css(_templateObject24 || (_templateObject24 = _taggedTemplateLiteralLoose(["\n padding-right: ", ";\n "])), t.btnWithIconPaddingSmall);
|
|
86
|
+
},
|
|
87
|
+
sizeMediumWithRightIcon: function sizeMediumWithRightIcon(t) {
|
|
88
|
+
return css(_templateObject25 || (_templateObject25 = _taggedTemplateLiteralLoose(["\n padding-right: ", ";\n "])), t.btnWithIconPaddingMedium);
|
|
89
|
+
},
|
|
90
|
+
sizeLargeWithRightIcon: function sizeLargeWithRightIcon(t) {
|
|
91
|
+
return css(_templateObject26 || (_templateObject26 = _taggedTemplateLiteralLoose(["\n padding-right: ", ";\n "])), t.btnWithIconPaddingLarge);
|
|
83
92
|
},
|
|
84
93
|
sizeSmallWithIconWithoutText: function sizeSmallWithIconWithoutText(t) {
|
|
85
|
-
return css(
|
|
94
|
+
return css(_templateObject27 || (_templateObject27 = _taggedTemplateLiteralLoose(["\n padding-right: ", ";\n "])), t.btnWithIconPaddingSmall);
|
|
86
95
|
},
|
|
87
96
|
sizeMediumWithIconWithoutText: function sizeMediumWithIconWithoutText(t) {
|
|
88
|
-
return css(
|
|
97
|
+
return css(_templateObject28 || (_templateObject28 = _taggedTemplateLiteralLoose(["\n padding-right: ", ";\n "])), t.btnWithIconPaddingMedium);
|
|
89
98
|
},
|
|
90
99
|
sizeLargeWithIconWithoutText: function sizeLargeWithIconWithoutText(t) {
|
|
91
|
-
return css(
|
|
100
|
+
return css(_templateObject29 || (_templateObject29 = _taggedTemplateLiteralLoose(["\n padding-right: ", ";\n "])), t.btnWithIconPaddingLarge);
|
|
101
|
+
},
|
|
102
|
+
sizeSmallWithIconWithoutText5_3: function sizeSmallWithIconWithoutText5_3(t) {
|
|
103
|
+
return css(_templateObject30 || (_templateObject30 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n padding-right: ", ";\n "])), t.btnWithIconPaddingSmall, t.btnWithIconPaddingSmall);
|
|
104
|
+
},
|
|
105
|
+
sizeMediumWithIconWithoutText5_3: function sizeMediumWithIconWithoutText5_3(t) {
|
|
106
|
+
return css(_templateObject31 || (_templateObject31 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n padding-right: ", ";\n "])), t.btnWithIconPaddingMedium, t.btnWithIconPaddingMedium);
|
|
107
|
+
},
|
|
108
|
+
sizeLargeWithIconWithoutText5_3: function sizeLargeWithIconWithoutText5_3(t) {
|
|
109
|
+
return css(_templateObject32 || (_templateObject32 = _taggedTemplateLiteralLoose(["\n padding-left: ", ";\n padding-right: ", ";\n "])), t.btnWithIconPaddingLarge, t.btnWithIconPaddingLarge);
|
|
92
110
|
},
|
|
93
111
|
link: function link(t) {
|
|
94
|
-
return css(
|
|
112
|
+
return css(_templateObject33 || (_templateObject33 = _taggedTemplateLiteralLoose(["\n background: none;\n border-radius: ", ";\n border: none;\n box-shadow: none;\n white-space: nowrap;\n color: ", ";\n display: inline;\n margin: 0;\n padding: 0 !important; // override size mixin\n height: auto !important; // override size mixin\n\n &:hover:enabled,\n &:active:enabled {\n color: ", ";\n text-decoration: ", ";\n }\n\n &:active:enabled {\n ", "\n }\n "])), t.btnLinkBorderRadius, t.btnLinkColor, t.btnLinkHoverColor, t.btnLinkHoverTextDecoration, activeStyles.link(t));
|
|
95
113
|
},
|
|
96
114
|
linkLineHeight: function linkLineHeight() {
|
|
97
|
-
return css(
|
|
115
|
+
return css(_templateObject34 || (_templateObject34 = _taggedTemplateLiteralLoose(["\n line-height: inherit !important; // override size mixin\n "])));
|
|
98
116
|
},
|
|
99
117
|
linkLineHeightSafariFallback: function linkLineHeightSafariFallback() {
|
|
100
|
-
return css(
|
|
118
|
+
return css(_templateObject35 || (_templateObject35 = _taggedTemplateLiteralLoose(["\n /* Safari overrides 'underline' and 'border' if 'line-height' is used */\n margin: -1px 0 -2px;\n "])));
|
|
101
119
|
},
|
|
102
120
|
linkFocus: function linkFocus(t) {
|
|
103
|
-
return css(
|
|
121
|
+
return css(_templateObject36 || (_templateObject36 = _taggedTemplateLiteralLoose(["\n & {\n color: ", ";\n text-decoration: ", ";\n }\n "])), t.btnLinkColor, t.btnLinkHoverTextDecoration);
|
|
104
122
|
},
|
|
105
123
|
linkDisabled: function linkDisabled(t) {
|
|
106
|
-
return css(
|
|
124
|
+
return css(_templateObject37 || (_templateObject37 = _taggedTemplateLiteralLoose(["\n cursor: default;\n\n &,\n &:hover:enabled,\n &:active:enabled {\n color: ", ";\n }\n "])), t.btnLinkDisabledColor);
|
|
107
125
|
},
|
|
108
126
|
focus: function focus(t) {
|
|
109
|
-
return css(
|
|
127
|
+
return css(_templateObject38 || (_templateObject38 = _taggedTemplateLiteralLoose(["\n position: relative;\n z-index: 2;\n\n &,\n &:hover:enabled,\n &:active:enabled,\n &:active:hover:enabled {\n box-shadow:\n inset 0 0 0 ", " ", ",\n 0 0 0 ", " ", " !important; // override root:hover style\n }\n "])), t.btnInsetWidth, t.btnOutlineColorFocus, t.btnFocusShadowWidth, t.btnBorderColorFocus);
|
|
110
128
|
},
|
|
111
129
|
disabled: function disabled(t) {
|
|
112
|
-
return css(
|
|
130
|
+
return css(_templateObject39 || (_templateObject39 = _taggedTemplateLiteralLoose(["\n cursor: default;\n pointer-events: none;\n box-shadow: 0 0 0 ", " ", ";\n\n background-image: none;\n background-color: ", ";\n color: ", ";\n "])), t.btnBorderWidth, t.btnDisabledBorderColor, t.btnDisabledBg, t.btnDisabledTextColor);
|
|
113
131
|
},
|
|
114
132
|
disabledWithoutOutline: function disabledWithoutOutline(t) {
|
|
115
|
-
return css(
|
|
133
|
+
return css(_templateObject40 || (_templateObject40 = _taggedTemplateLiteralLoose(["\n box-shadow: 0 0 0 ", " ", ";\n "])), t.btnBorderWidth, t.btnDisabledBg);
|
|
116
134
|
},
|
|
117
135
|
arrowIconRoot: function arrowIconRoot() {
|
|
118
|
-
return css(
|
|
136
|
+
return css(_templateObject41 || (_templateObject41 = _taggedTemplateLiteralLoose(["\n position: absolute;\n height: 100%;\n top: 0;\n right: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: content-box;\n "])));
|
|
119
137
|
},
|
|
120
138
|
arrowIconRootSmall: function arrowIconRootSmall(t) {
|
|
121
|
-
return css(
|
|
139
|
+
return css(_templateObject42 || (_templateObject42 = _taggedTemplateLiteralLoose(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])), t.btnWithIconPaddingSmall, t.btnWithIconPaddingSmall, t.btnIconSizeSmall);
|
|
122
140
|
},
|
|
123
141
|
arrowIconRootMedium: function arrowIconRootMedium(t) {
|
|
124
|
-
return css(
|
|
142
|
+
return css(_templateObject43 || (_templateObject43 = _taggedTemplateLiteralLoose(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])), t.btnWithIconPaddingMedium, t.btnWithIconPaddingMedium, t.btnIconSizeMedium);
|
|
125
143
|
},
|
|
126
144
|
arrowIconRootLarge: function arrowIconRootLarge(t) {
|
|
127
|
-
return css(
|
|
145
|
+
return css(_templateObject44 || (_templateObject44 = _taggedTemplateLiteralLoose(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])), t.btnWithIconPaddingLarge, t.btnWithIconPaddingLarge, t.btnIconSizeLarge);
|
|
128
146
|
},
|
|
129
147
|
arrowIconLeft: function arrowIconLeft() {
|
|
130
|
-
return css(
|
|
148
|
+
return css(_templateObject45 || (_templateObject45 = _taggedTemplateLiteralLoose(["\n left: 0;\n "])));
|
|
131
149
|
},
|
|
132
150
|
"default": function _default(t) {
|
|
133
|
-
return css(
|
|
151
|
+
return css(_templateObject46 || (_templateObject46 = _taggedTemplateLiteralLoose(["\n ", ";\n\n &:hover {\n ", ";\n }\n\n &:active {\n ", ";\n }\n "])), buttonUseMixin(t.btnDefaultBg, t.btnDefaultBgStart, t.btnDefaultBgEnd, t.btnDefaultTextColor, t.btnDefaultBorderColor, t.btnBorderWidth), buttonHoverMixin(t.btnDefaultHoverBg, t.btnDefaultHoverBgStart, t.btnDefaultHoverBgEnd, t.btnDefaultHoverTextColor, t.btnDefaultHoverBorderColor, t.btnBorderWidth), activeStyles["default"](t));
|
|
134
152
|
},
|
|
135
153
|
primary: function primary(t) {
|
|
136
|
-
return css(
|
|
154
|
+
return css(_templateObject47 || (_templateObject47 = _taggedTemplateLiteralLoose(["\n ", ";\n\n &:hover {\n ", ";\n }\n\n &:active {\n ", "\n }\n "])), buttonUseMixin(t.btnPrimaryBg, t.btnPrimaryBgStart, t.btnPrimaryBgEnd, t.btnPrimaryTextColor, t.btnPrimaryBorderColor, t.btnBorderWidth), buttonHoverMixin(t.btnPrimaryHoverBg, t.btnPrimaryHoverBgStart, t.btnPrimaryHoverBgEnd, t.btnPrimaryHoverTextColor, t.btnPrimaryHoverBorderColor, t.btnBorderWidth), activeStyles.primary(t));
|
|
137
155
|
},
|
|
138
156
|
success: function success(t) {
|
|
139
|
-
return css(
|
|
157
|
+
return css(_templateObject48 || (_templateObject48 = _taggedTemplateLiteralLoose(["\n ", ";\n\n &:hover {\n ", ";\n }\n\n &:active {\n ", "\n }\n "])), buttonUseMixin(t.btnSuccessBg, t.btnSuccessBgStart, t.btnSuccessBgEnd, t.btnSuccessTextColor, t.btnSuccessBorderColor, t.btnBorderWidth), buttonHoverMixin(t.btnSuccessHoverBg, t.btnSuccessHoverBgStart, t.btnSuccessHoverBgEnd, t.btnSuccessHoverTextColor, t.btnSuccessHoverBorderColor, t.btnBorderWidth), activeStyles.success(t));
|
|
140
158
|
},
|
|
141
159
|
danger: function danger(t) {
|
|
142
|
-
return css(
|
|
160
|
+
return css(_templateObject49 || (_templateObject49 = _taggedTemplateLiteralLoose(["\n ", ";\n\n &:hover {\n ", ";\n }\n\n &:active {\n ", "\n }\n "])), buttonUseMixin(t.btnDangerBg, t.btnDangerBgStart, t.btnDangerBgEnd, t.btnDangerTextColor, t.btnDangerBorderColor, t.btnBorderWidth), buttonHoverMixin(t.btnDangerHoverBg, t.btnDangerHoverBgStart, t.btnDangerHoverBgEnd, t.btnDangerHoverTextColor, t.btnDangerHoverBorderColor, t.btnBorderWidth), activeStyles.danger(t));
|
|
143
161
|
},
|
|
144
162
|
pay: function pay(t) {
|
|
145
|
-
return css(
|
|
163
|
+
return css(_templateObject50 || (_templateObject50 = _taggedTemplateLiteralLoose(["\n ", ";\n\n &:hover {\n ", ";\n }\n\n &:active {\n ", "\n }\n "])), buttonUseMixin(t.btnPayBg, t.btnPayBgStart, t.btnPayBgEnd, t.btnPayTextColor, t.btnPayBorderColor, t.btnBorderWidth), buttonHoverMixin(t.btnPayHoverBg, t.btnPayHoverBgStart, t.btnPayHoverBgEnd, t.btnPayHoverTextColor, t.btnPayHoverBorderColor, t.btnBorderWidth), activeStyles.pay(t));
|
|
146
164
|
},
|
|
147
165
|
text: function text(t) {
|
|
148
|
-
return css(
|
|
166
|
+
return css(_templateObject51 || (_templateObject51 = _taggedTemplateLiteralLoose(["\n &,\n &:enabled,\n &:hover {\n box-shadow: none;\n }\n\n ", ";\n\n &:hover {\n ", ";\n }\n\n &:active {\n ", "\n }\n "])), buttonUseMixin(t.btnTextBg, '', '', t.btnTextTextColor, t.btnTextBorderColor, t.btnBorderWidth), buttonHoverMixin(t.btnTextHoverBg, '', '', t.btnTextHoverTextColor, t.btnTextHoverBorderColor, t.btnBorderWidth), activeStyles.text(t));
|
|
149
167
|
},
|
|
150
168
|
backless: function backless(t) {
|
|
151
|
-
return css(
|
|
169
|
+
return css(_templateObject52 || (_templateObject52 = _taggedTemplateLiteralLoose(["\n ", ";\n\n &:hover {\n ", ";\n }\n\n &:active {\n ", "\n }\n "])), buttonUseMixin(t.btnBacklessBg, '', '', t.btnBacklessTextColor, t.btnBacklessBorderColor, t.btnBorderWidth), buttonHoverMixin(t.btnBacklessHoverBg, '', '', t.btnBacklessHoverTextColor, t.btnBacklessHoverBorderColor, t.btnBorderWidth), activeStyles.backless(t));
|
|
152
170
|
},
|
|
153
171
|
checked: function checked(t) {
|
|
154
172
|
var checkedStyles = "\n background-image: none;\n box-shadow: 0 0 0 " + t.btnBorderWidth + " " + t.btnDefaultCheckedBorderColor + " !important;\n background-color: " + t.btnCheckedBg + " !important;\n color: " + t.btnCheckedTextColor + " !important;\n\n ." + globalClasses.innerShadow + " {\n box-shadow: " + t.btnCheckedShadow + ";\n }\n\n :enabled svg {\n color: " + t.btnCheckedTextColor + " !important;\n }\n :hover:enabled svg {\n color: " + t.btnCheckedTextColor + " !important;\n }\n ";
|
|
155
|
-
return css(
|
|
173
|
+
return css(_templateObject53 || (_templateObject53 = _taggedTemplateLiteralLoose(["\n ", "\n\n &:hover:enabled,\n &:active:enabled,\n &:hover:active:enabled {\n ", "\n }\n "])), checkedStyles, checkedStyles);
|
|
156
174
|
},
|
|
157
175
|
checkedFocused: function checkedFocused(t) {
|
|
158
|
-
return css(
|
|
176
|
+
return css(_templateObject54 || (_templateObject54 = _taggedTemplateLiteralLoose(["\n &:hover:enabled,\n &:hover:active:enabled {\n box-shadow:\n inset 0 0 0 ", " ", ",\n 0 0 0 ", " ", " !important;\n border-color: ", " !important;\n }\n "])), t.btnInsetWidth, t.btnOutlineColorFocus, t.btnFocusShadowWidth, t.btnBorderColorFocus, t.btnBorderColorFocus);
|
|
159
177
|
},
|
|
160
178
|
checkedDisabled: function checkedDisabled(t) {
|
|
161
|
-
return css(
|
|
179
|
+
return css(_templateObject55 || (_templateObject55 = _taggedTemplateLiteralLoose(["\n box-shadow: 0 0 0 ", " ", ";\n background-color: ", ";\n color: ", ";\n\n .", " {\n box-shadow: ", ";\n }\n\n svg {\n color: ", " !important;\n }\n "])), t.btnBorderWidth, t.btnCheckedDisabledBorderColor, t.btnCheckedDisabledBg, t.btnCheckedDisabledColor, globalClasses.innerShadow, t.btnCheckedDisabledShadow, t.btnCheckedDisabledColor);
|
|
162
180
|
},
|
|
163
181
|
caption: function caption() {
|
|
164
|
-
return css(
|
|
182
|
+
return css(_templateObject56 || (_templateObject56 = _taggedTemplateLiteralLoose(["\n position: relative;\n white-space: nowrap;\n display: inline-block;\n width: 100%;\n vertical-align: top;\n "])));
|
|
165
183
|
},
|
|
166
184
|
captionLink: function captionLink() {
|
|
167
|
-
return css(
|
|
185
|
+
return css(_templateObject57 || (_templateObject57 = _taggedTemplateLiteralLoose(["\n display: inline;\n transform: none !important; // override root:active style\n "])));
|
|
168
186
|
},
|
|
169
187
|
captionDisabled: function captionDisabled() {
|
|
170
|
-
return css(
|
|
188
|
+
return css(_templateObject58 || (_templateObject58 = _taggedTemplateLiteralLoose(["\n transform: none !important; // override root:active style\n "])));
|
|
171
189
|
},
|
|
172
190
|
wrap: function wrap(t) {
|
|
173
|
-
return css(
|
|
191
|
+
return css(_templateObject59 || (_templateObject59 = _taggedTemplateLiteralLoose(["\n box-sizing: border-box;\n display: inline-block;\n line-height: normal;\n padding: ", ";\n "])), t.btnBorderWidth);
|
|
174
192
|
},
|
|
175
193
|
wrapSmall: function wrapSmall(t) {
|
|
176
|
-
return css(
|
|
194
|
+
return css(_templateObject60 || (_templateObject60 = _taggedTemplateLiteralLoose(["\n height: ", ";\n "])), t.btnHeightSmall);
|
|
177
195
|
},
|
|
178
196
|
wrapMedium: function wrapMedium(t) {
|
|
179
|
-
return css(
|
|
197
|
+
return css(_templateObject61 || (_templateObject61 = _taggedTemplateLiteralLoose(["\n height: ", ";\n "])), t.btnHeightMedium);
|
|
180
198
|
},
|
|
181
199
|
wrapLarge: function wrapLarge(t) {
|
|
182
|
-
return css(
|
|
200
|
+
return css(_templateObject62 || (_templateObject62 = _taggedTemplateLiteralLoose(["\n height: ", ";\n "])), t.btnHeightLarge);
|
|
183
201
|
},
|
|
184
202
|
narrow: function narrow() {
|
|
185
|
-
return css(
|
|
203
|
+
return css(_templateObject63 || (_templateObject63 = _taggedTemplateLiteralLoose(["\n padding-left: 5px;\n padding-right: 5px;\n "])));
|
|
186
204
|
},
|
|
187
205
|
noPadding: function noPadding() {
|
|
188
|
-
return css(
|
|
206
|
+
return css(_templateObject64 || (_templateObject64 = _taggedTemplateLiteralLoose(["\n padding-left: 0;\n padding-right: 0;\n "])));
|
|
189
207
|
},
|
|
190
208
|
noRightPadding: function noRightPadding() {
|
|
191
|
-
return css(
|
|
209
|
+
return css(_templateObject65 || (_templateObject65 = _taggedTemplateLiteralLoose(["\n padding-right: 0;\n "])));
|
|
192
210
|
},
|
|
193
211
|
wrapLink: function wrapLink() {
|
|
194
|
-
return css(
|
|
212
|
+
return css(_templateObject66 || (_templateObject66 = _taggedTemplateLiteralLoose(["\n padding: 0;\n "])));
|
|
195
213
|
},
|
|
196
214
|
borderless: function borderless() {
|
|
197
|
-
return css(
|
|
215
|
+
return css(_templateObject67 || (_templateObject67 = _taggedTemplateLiteralLoose(["\n &,\n &:active:hover,\n &:hover {\n box-shadow: none !important; // override root:hover style\n }\n "])));
|
|
198
216
|
},
|
|
199
217
|
backlessDisabled: function backlessDisabled(t) {
|
|
200
|
-
return css(
|
|
218
|
+
return css(_templateObject68 || (_templateObject68 = _taggedTemplateLiteralLoose(["\n box-shadow: 0 0 0 1px ", ";\n background-color: transparent;\n "])), t.btnBacklessDisabledBorderColor);
|
|
201
219
|
},
|
|
202
220
|
textDisabled: function textDisabled() {
|
|
203
|
-
return css(
|
|
221
|
+
return css(_templateObject69 || (_templateObject69 = _taggedTemplateLiteralLoose(["\n background-color: transparent;\n "])));
|
|
204
222
|
},
|
|
205
223
|
loading: function loading() {
|
|
206
|
-
return css(
|
|
224
|
+
return css(_templateObject70 || (_templateObject70 = _taggedTemplateLiteralLoose(["\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n border-radius: inherit;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 10;\n "])));
|
|
207
225
|
},
|
|
208
226
|
visibilityHidden: function visibilityHidden() {
|
|
209
|
-
return css(
|
|
227
|
+
return css(_templateObject71 || (_templateObject71 = _taggedTemplateLiteralLoose(["\n visibility: hidden;\n "])));
|
|
210
228
|
}
|
|
211
229
|
});
|
|
212
230
|
export var activeStyles = memoizeStyle({
|
|
213
231
|
"default": function _default(t) {
|
|
214
|
-
return css(
|
|
232
|
+
return css(_templateObject72 || (_templateObject72 = _taggedTemplateLiteralLoose(["\n & {\n ", ";\n }\n "])), buttonActiveMixin(t.btnDefaultActiveBg, t.btnDefaultActiveShadow, t.btnDefaultActiveBorderColor, t.btnBorderWidth));
|
|
215
233
|
},
|
|
216
234
|
primary: function primary(t) {
|
|
217
|
-
return css(
|
|
235
|
+
return css(_templateObject73 || (_templateObject73 = _taggedTemplateLiteralLoose(["\n & {\n ", ";\n }\n "])), buttonActiveMixin(t.btnPrimaryActiveBg, t.btnPrimaryActiveShadow, t.btnPrimaryActiveBorderColor, t.btnBorderWidth));
|
|
218
236
|
},
|
|
219
237
|
success: function success(t) {
|
|
220
|
-
return css(
|
|
238
|
+
return css(_templateObject74 || (_templateObject74 = _taggedTemplateLiteralLoose(["\n & {\n ", ";\n }\n "])), buttonActiveMixin(t.btnSuccessActiveBg, t.btnSuccessActiveShadow, t.btnSuccessActiveBorderColor, t.btnBorderWidth));
|
|
221
239
|
},
|
|
222
240
|
danger: function danger(t) {
|
|
223
|
-
return css(
|
|
241
|
+
return css(_templateObject75 || (_templateObject75 = _taggedTemplateLiteralLoose(["\n & {\n ", ";\n }\n "])), buttonActiveMixin(t.btnDangerActiveBg, t.btnDangerActiveShadow, t.btnDangerActiveBorderColor, t.btnBorderWidth));
|
|
224
242
|
},
|
|
225
243
|
pay: function pay(t) {
|
|
226
|
-
return css(
|
|
244
|
+
return css(_templateObject76 || (_templateObject76 = _taggedTemplateLiteralLoose(["\n & {\n ", ";\n }\n "])), buttonActiveMixin(t.btnPayActiveBg, t.btnPayActiveShadow, t.btnPayActiveBorderColor, t.btnBorderWidth));
|
|
227
245
|
},
|
|
228
246
|
link: function link(t) {
|
|
229
|
-
return css(
|
|
247
|
+
return css(_templateObject77 || (_templateObject77 = _taggedTemplateLiteralLoose(["\n & {\n color: ", ";\n }\n "])), t.btnLinkActiveColor);
|
|
230
248
|
},
|
|
231
249
|
text: function text(t) {
|
|
232
|
-
return css(
|
|
250
|
+
return css(_templateObject78 || (_templateObject78 = _taggedTemplateLiteralLoose(["\n & {\n ", ";\n }\n "])), buttonActiveMixin(t.btnTextActiveBg, '', t.btnTextActiveBg, t.btnBorderWidth));
|
|
233
251
|
},
|
|
234
252
|
backless: function backless(t) {
|
|
235
|
-
return css(
|
|
253
|
+
return css(_templateObject79 || (_templateObject79 = _taggedTemplateLiteralLoose(["\n & {\n ", "\n }\n "])), buttonActiveMixin(t.btnBacklessActiveBg, '', t.btnBacklessActiveBorderColor, t.btnBorderWidth));
|
|
236
254
|
}
|
|
237
255
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["css","memoizeStyle","prefix","resetButton","resetText","buttonUseMixin","buttonHoverMixin","buttonActiveMixin","buttonSizeMixin","buttonSizeMixinIE11","globalClasses","root","arrow","caption","text","innerShadow","disabled","styles","t","_templateObject","_taggedTemplateLiteralLoose","transitionDuration","transitionTimingFunction","btnBorderColorTransition","btnBackgroundClip","btnIconHoverColor","btnIconDisabledColor","btnIconColor","withArrowIconRightSmall","_templateObject2","btnIconSizeSmall","btnWithIconPaddingLeftSmall","withArrowIconRightMedium","_templateObject3","btnIconSizeMedium","btnWithIconPaddingLeftMedium","withArrowIconRightLarge","_templateObject4","btnIconSizeLarge","btnWithIconPaddingLeftLarge","withArrowIconLeftSmall","_templateObject5","withArrowIconLeftMedium","_templateObject6","withArrowIconLeftLarge","_templateObject7","simulatedPress","_templateObject8","outline","_templateObject9","outlineWarning","_templateObject10","btnOutlineWidth","btnBorderColorWarning","btnInsetWidth","btnInsetColor","outlineError","_templateObject11","btnBorderColorError","outlineLink","_templateObject12","outlineLinkWarning","_templateObject13","btnWarningSecondary","outlineLinkError","_templateObject14","btnErrorSecondary","sizeSmall","_templateObject15","btnBorderRadiusSmall","btnFontSizeSmall","btnLineHeightSmall","btnPaddingXSmall","btnPaddingYSmall","sizeSmallIE11","_templateObject16","sizeMedium","_templateObject17","btnBorderRadiusMedium","btnFontSizeMedium","btnLineHeightMedium","btnPaddingXMedium","btnPaddingYMedium","sizeMediumIE11","_templateObject18","sizeLarge","_templateObject19","btnBorderRadiusLarge","btnFontSizeLarge","btnLineHeightLarge","btnPaddingXLarge","btnPaddingYLarge","sizeLargeIE11","_templateObject20","sizeSmallWithIcon","_templateObject21","sizeMediumWithIcon","_templateObject22","sizeLargeWithIcon","_templateObject23","sizeSmallWithIconWithoutText","_templateObject24","sizeMediumWithIconWithoutText","_templateObject25","sizeLargeWithIconWithoutText","_templateObject26","link","_templateObject27","btnLinkBorderRadius","btnLinkColor","btnLinkHoverColor","btnLinkHoverTextDecoration","activeStyles","linkLineHeight","_templateObject28","linkLineHeightSafariFallback","_templateObject29","linkFocus","_templateObject30","linkDisabled","_templateObject31","btnLinkDisabledColor","focus","_templateObject32","btnOutlineColorFocus","btnFocusShadowWidth","btnBorderColorFocus","_templateObject33","btnBorderWidth","btnDisabledBorderColor","btnDisabledBg","btnDisabledTextColor","disabledWithoutOutline","_templateObject34","arrowIconRoot","_templateObject35","arrowIconRootSmall","_templateObject36","arrowIconRootMedium","_templateObject37","arrowIconRootLarge","_templateObject38","arrowIconLeft","_templateObject39","_default","_templateObject40","btnDefaultBg","btnDefaultBgStart","btnDefaultBgEnd","btnDefaultTextColor","btnDefaultBorderColor","btnDefaultHoverBg","btnDefaultHoverBgStart","btnDefaultHoverBgEnd","btnDefaultHoverTextColor","btnDefaultHoverBorderColor","primary","_templateObject41","btnPrimaryBg","btnPrimaryBgStart","btnPrimaryBgEnd","btnPrimaryTextColor","btnPrimaryBorderColor","btnPrimaryHoverBg","btnPrimaryHoverBgStart","btnPrimaryHoverBgEnd","btnPrimaryHoverTextColor","btnPrimaryHoverBorderColor","success","_templateObject42","btnSuccessBg","btnSuccessBgStart","btnSuccessBgEnd","btnSuccessTextColor","btnSuccessBorderColor","btnSuccessHoverBg","btnSuccessHoverBgStart","btnSuccessHoverBgEnd","btnSuccessHoverTextColor","btnSuccessHoverBorderColor","danger","_templateObject43","btnDangerBg","btnDangerBgStart","btnDangerBgEnd","btnDangerTextColor","btnDangerBorderColor","btnDangerHoverBg","btnDangerHoverBgStart","btnDangerHoverBgEnd","btnDangerHoverTextColor","btnDangerHoverBorderColor","pay","_templateObject44","btnPayBg","btnPayBgStart","btnPayBgEnd","btnPayTextColor","btnPayBorderColor","btnPayHoverBg","btnPayHoverBgStart","btnPayHoverBgEnd","btnPayHoverTextColor","btnPayHoverBorderColor","_templateObject45","btnTextBg","btnTextTextColor","btnTextBorderColor","btnTextHoverBg","btnTextHoverTextColor","btnTextHoverBorderColor","backless","_templateObject46","btnBacklessBg","btnBacklessTextColor","btnBacklessBorderColor","btnBacklessHoverBg","btnBacklessHoverTextColor","btnBacklessHoverBorderColor","checked","checkedStyles","btnDefaultCheckedBorderColor","btnCheckedBg","btnCheckedTextColor","btnCheckedShadow","_templateObject47","checkedFocused","_templateObject48","checkedDisabled","_templateObject49","btnCheckedDisabledBorderColor","btnCheckedDisabledBg","btnCheckedDisabledColor","btnCheckedDisabledShadow","_templateObject50","captionLink","_templateObject51","captionDisabled","_templateObject52","wrap","_templateObject53","wrapSmall","_templateObject54","btnHeightSmall","wrapMedium","_templateObject55","btnHeightMedium","wrapLarge","_templateObject56","btnHeightLarge","narrow","_templateObject57","noPadding","_templateObject58","noRightPadding","_templateObject59","wrapLink","_templateObject60","borderless","_templateObject61","backlessDisabled","_templateObject62","btnBacklessDisabledBorderColor","textDisabled","_templateObject63","loading","_templateObject64","visibilityHidden","_templateObject65","_templateObject66","btnDefaultActiveBg","btnDefaultActiveShadow","btnDefaultActiveBorderColor","_templateObject67","btnPrimaryActiveBg","btnPrimaryActiveShadow","btnPrimaryActiveBorderColor","_templateObject68","btnSuccessActiveBg","btnSuccessActiveShadow","btnSuccessActiveBorderColor","_templateObject69","btnDangerActiveBg","btnDangerActiveShadow","btnDangerActiveBorderColor","_templateObject70","btnPayActiveBg","btnPayActiveShadow","btnPayActiveBorderColor","_templateObject71","btnLinkActiveColor","_templateObject72","btnTextActiveBg","_templateObject73","btnBacklessActiveBg","btnBacklessActiveBorderColor"],"sources":["Button.styles.ts"],"sourcesContent":["import { css, memoizeStyle, prefix } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { resetButton, resetText } from '../../lib/styles/Mixins';\n\nimport {\n buttonUseMixin,\n buttonHoverMixin,\n buttonActiveMixin,\n buttonSizeMixin,\n buttonSizeMixinIE11,\n} from './Button.mixins';\n\nexport const globalClasses = prefix('button')({\n root: 'root',\n arrow: 'arrow',\n caption: 'caption',\n text: 'text',\n innerShadow: 'inner-shadow',\n disabled: 'disabled',\n});\n\nexport const styles = memoizeStyle({\n root(t: Theme) {\n return css`\n ${resetButton()};\n ${resetText()};\n\n transition: background-color ${t.transitionDuration} ${t.transitionTimingFunction}\n ${t.btnBorderColorTransition ? `, ${t.btnBorderColorTransition}` : ''};\n\n background-clip: ${t.btnBackgroundClip};\n background-position: center;\n background-repeat: no-repeat;\n background-size: contain;\n cursor: pointer;\n display: inline-block;\n position: relative;\n text-align: center;\n width: 100%;\n height: 100%; // fix height in ie11\n\n .${globalClasses.innerShadow} {\n content: '';\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n }\n\n &::-moz-focus-inner {\n border: 0;\n padding: 0;\n }\n &::after {\n content: '';\n display: inline-block;\n vertical-align: baseline;\n width: 0;\n }\n\n &:hover svg {\n color: ${t.btnIconHoverColor};\n }\n &.${globalClasses.disabled} svg {\n color: ${t.btnIconDisabledColor};\n }\n & svg {\n color: ${t.btnIconColor};\n }\n `;\n },\n\n withArrowIconRightSmall(t: Theme) {\n return css`\n padding-right: calc(${t.btnIconSizeSmall} + ${t.btnWithIconPaddingLeftSmall} + ${t.btnWithIconPaddingLeftSmall});\n `;\n },\n\n withArrowIconRightMedium(t: Theme) {\n return css`\n padding-right: calc(\n ${t.btnIconSizeMedium} + ${t.btnWithIconPaddingLeftMedium} + ${t.btnWithIconPaddingLeftMedium}\n );\n `;\n },\n\n withArrowIconRightLarge(t: Theme) {\n return css`\n padding-right: calc(${t.btnIconSizeLarge} + ${t.btnWithIconPaddingLeftLarge} + ${t.btnWithIconPaddingLeftLarge});\n `;\n },\n\n withArrowIconLeftSmall(t: Theme) {\n return css`\n padding-left: calc(${t.btnIconSizeSmall} + ${t.btnWithIconPaddingLeftSmall} + ${t.btnWithIconPaddingLeftSmall});\n `;\n },\n\n withArrowIconLeftMedium(t: Theme) {\n return css`\n padding-left: calc(\n ${t.btnIconSizeMedium} + ${t.btnWithIconPaddingLeftMedium} + ${t.btnWithIconPaddingLeftMedium}\n );\n `;\n },\n\n withArrowIconLeftLarge(t: Theme) {\n return css`\n padding-left: calc(${t.btnIconSizeLarge} + ${t.btnWithIconPaddingLeftLarge} + ${t.btnWithIconPaddingLeftLarge});\n `;\n },\n\n simulatedPress() {\n return css`\n &:active .${globalClasses.caption} {\n transform: translateY(1px);\n }\n `;\n },\n\n outline() {\n return css`\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n `;\n },\n\n outlineWarning(t: Theme) {\n return css`\n box-shadow:\n 0 0 0 ${t.btnOutlineWidth} ${t.btnBorderColorWarning},\n inset 0 0 0 ${t.btnInsetWidth} ${t.btnInsetColor};\n `;\n },\n\n outlineError(t: Theme) {\n return css`\n box-shadow:\n 0 0 0 ${t.btnOutlineWidth} ${t.btnBorderColorError},\n inset 0 0 0 ${t.btnInsetWidth} ${t.btnInsetColor};\n `;\n },\n\n outlineLink() {\n return css`\n cursor: default;\n box-shadow: none;\n left: -2px;\n right: -2px;\n bottom: -2px;\n top: -2px;\n `;\n },\n\n outlineLinkWarning(t: Theme) {\n return css`\n background-color: ${t.btnWarningSecondary};\n `;\n },\n\n outlineLinkError(t: Theme) {\n return css`\n background-color: ${t.btnErrorSecondary};\n `;\n },\n\n sizeSmall(t: Theme) {\n return css`\n border-radius: ${t.btnBorderRadiusSmall};\n\n ${buttonSizeMixin(t.btnFontSizeSmall, t.btnLineHeightSmall, t.btnPaddingXSmall, t.btnPaddingYSmall)};\n `;\n },\n\n sizeSmallIE11(t: Theme) {\n return css`\n ${buttonSizeMixinIE11(t.btnPaddingXSmall, t.btnPaddingYSmall)};\n `;\n },\n\n sizeMedium(t: Theme) {\n return css`\n border-radius: ${t.btnBorderRadiusMedium};\n\n ${buttonSizeMixin(t.btnFontSizeMedium, t.btnLineHeightMedium, t.btnPaddingXMedium, t.btnPaddingYMedium)};\n `;\n },\n\n sizeMediumIE11(t: Theme) {\n return css`\n ${buttonSizeMixinIE11(t.btnPaddingXMedium, t.btnPaddingYMedium)};\n `;\n },\n\n sizeLarge(t: Theme) {\n return css`\n border-radius: ${t.btnBorderRadiusLarge};\n\n ${buttonSizeMixin(t.btnFontSizeLarge, t.btnLineHeightLarge, t.btnPaddingXLarge, t.btnPaddingYLarge)};\n `;\n },\n\n sizeLargeIE11(t: Theme) {\n return css`\n ${buttonSizeMixinIE11(t.btnPaddingXLarge, t.btnPaddingYLarge)};\n `;\n },\n\n sizeSmallWithIcon(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingLeftSmall};\n `;\n },\n\n sizeMediumWithIcon(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingLeftMedium};\n `;\n },\n\n sizeLargeWithIcon(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingLeftLarge};\n `;\n },\n\n sizeSmallWithIconWithoutText(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingLeftSmall};\n `;\n },\n\n sizeMediumWithIconWithoutText(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingLeftMedium};\n `;\n },\n\n sizeLargeWithIconWithoutText(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingLeftLarge};\n `;\n },\n\n link(t: Theme) {\n return css`\n background: none;\n border-radius: ${t.btnLinkBorderRadius};\n border: none;\n box-shadow: none;\n white-space: nowrap;\n color: ${t.btnLinkColor};\n display: inline;\n margin: 0;\n padding: 0 !important; // override size mixin\n height: auto !important; // override size mixin\n\n &:hover:enabled,\n &:active:enabled {\n color: ${t.btnLinkHoverColor};\n text-decoration: ${t.btnLinkHoverTextDecoration};\n }\n\n &:active:enabled {\n ${activeStyles.link(t)}\n }\n `;\n },\n\n linkLineHeight() {\n return css`\n line-height: inherit !important; // override size mixin\n `;\n },\n\n linkLineHeightSafariFallback() {\n return css`\n /* Safari overrides 'underline' and 'border' if 'line-height' is used */\n margin: -1px 0 -2px;\n `;\n },\n\n linkFocus(t: Theme) {\n return css`\n & {\n color: ${t.btnLinkColor};\n text-decoration: ${t.btnLinkHoverTextDecoration};\n }\n `;\n },\n\n linkDisabled(t: Theme) {\n return css`\n cursor: default;\n\n &,\n &:hover:enabled,\n &:active:enabled {\n color: ${t.btnLinkDisabledColor};\n }\n `;\n },\n\n focus(t: Theme) {\n return css`\n position: relative;\n z-index: 2;\n\n &,\n &:hover:enabled,\n &:active:enabled,\n &:active:hover:enabled {\n box-shadow:\n inset 0 0 0 ${t.btnInsetWidth} ${t.btnOutlineColorFocus},\n 0 0 0 ${t.btnFocusShadowWidth} ${t.btnBorderColorFocus} !important; // override root:hover style\n }\n `;\n },\n\n disabled(t: Theme) {\n return css`\n cursor: default;\n pointer-events: none;\n box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnDisabledBorderColor};\n\n background-image: none;\n background-color: ${t.btnDisabledBg};\n color: ${t.btnDisabledTextColor};\n `;\n },\n\n disabledWithoutOutline(t: Theme) {\n return css`\n box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnDisabledBg};\n `;\n },\n\n arrowIconRoot() {\n return css`\n position: absolute;\n height: 100%;\n top: 0;\n right: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: content-box;\n `;\n },\n\n arrowIconRootSmall(t: Theme) {\n return css`\n padding: 0 ${t.btnWithIconPaddingLeftSmall} 0 ${t.btnWithIconPaddingLeftSmall};\n width: ${t.btnIconSizeSmall};\n `;\n },\n\n arrowIconRootMedium(t: Theme) {\n return css`\n padding: 0 ${t.btnWithIconPaddingLeftMedium} 0 ${t.btnWithIconPaddingLeftMedium};\n width: ${t.btnIconSizeMedium};\n `;\n },\n\n arrowIconRootLarge(t: Theme) {\n return css`\n padding: 0 ${t.btnWithIconPaddingLeftLarge} 0 ${t.btnWithIconPaddingLeftLarge};\n width: ${t.btnIconSizeLarge};\n `;\n },\n\n arrowIconLeft() {\n return css`\n left: 0;\n `;\n },\n\n default(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnDefaultBg,\n t.btnDefaultBgStart,\n t.btnDefaultBgEnd,\n t.btnDefaultTextColor,\n t.btnDefaultBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnDefaultHoverBg,\n t.btnDefaultHoverBgStart,\n t.btnDefaultHoverBgEnd,\n t.btnDefaultHoverTextColor,\n t.btnDefaultHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.default(t)};\n }\n `;\n },\n\n primary(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnPrimaryBg,\n t.btnPrimaryBgStart,\n t.btnPrimaryBgEnd,\n t.btnPrimaryTextColor,\n t.btnPrimaryBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnPrimaryHoverBg,\n t.btnPrimaryHoverBgStart,\n t.btnPrimaryHoverBgEnd,\n t.btnPrimaryHoverTextColor,\n t.btnPrimaryHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.primary(t)}\n }\n `;\n },\n\n success(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnSuccessBg,\n t.btnSuccessBgStart,\n t.btnSuccessBgEnd,\n t.btnSuccessTextColor,\n t.btnSuccessBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnSuccessHoverBg,\n t.btnSuccessHoverBgStart,\n t.btnSuccessHoverBgEnd,\n t.btnSuccessHoverTextColor,\n t.btnSuccessHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.success(t)}\n }\n `;\n },\n\n danger(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnDangerBg,\n t.btnDangerBgStart,\n t.btnDangerBgEnd,\n t.btnDangerTextColor,\n t.btnDangerBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnDangerHoverBg,\n t.btnDangerHoverBgStart,\n t.btnDangerHoverBgEnd,\n t.btnDangerHoverTextColor,\n t.btnDangerHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.danger(t)}\n }\n `;\n },\n\n pay(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnPayBg,\n t.btnPayBgStart,\n t.btnPayBgEnd,\n t.btnPayTextColor,\n t.btnPayBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnPayHoverBg,\n t.btnPayHoverBgStart,\n t.btnPayHoverBgEnd,\n t.btnPayHoverTextColor,\n t.btnPayHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.pay(t)}\n }\n `;\n },\n\n text(t: Theme) {\n return css`\n &,\n &:enabled,\n &:hover {\n box-shadow: none;\n }\n\n ${buttonUseMixin(t.btnTextBg, '', '', t.btnTextTextColor, t.btnTextBorderColor, t.btnBorderWidth)};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnTextHoverBg,\n '',\n '',\n t.btnTextHoverTextColor,\n t.btnTextHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.text(t)}\n }\n `;\n },\n\n backless(t: Theme) {\n return css`\n ${buttonUseMixin(t.btnBacklessBg, '', '', t.btnBacklessTextColor, t.btnBacklessBorderColor, t.btnBorderWidth)};\n\n color: ${t.btnDefaultTextColor};\n background: transparent;\n\n &:hover {\n ${buttonHoverMixin(\n t.btnBacklessHoverBg,\n '',\n '',\n t.btnBacklessHoverTextColor,\n t.btnBacklessHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.backless(t)}\n }\n `;\n },\n\n checked(t: Theme) {\n const checkedStyles = `\n background-image: none;\n box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnDefaultCheckedBorderColor} !important;\n background-color: ${t.btnCheckedBg} !important;\n color: ${t.btnCheckedTextColor} !important;\n\n .${globalClasses.innerShadow} {\n box-shadow: ${t.btnCheckedShadow};\n }\n\n :enabled svg {\n color: ${t.btnCheckedTextColor} !important;\n }\n :hover:enabled svg {\n color: ${t.btnCheckedTextColor} !important;\n }\n `;\n\n return css`\n ${checkedStyles}\n\n &:hover:enabled,\n &:active:enabled,\n &:hover:active:enabled {\n ${checkedStyles}\n }\n `;\n },\n\n checkedFocused(t: Theme) {\n return css`\n &:hover:enabled,\n &:hover:active:enabled {\n box-shadow:\n inset 0 0 0 ${t.btnInsetWidth} ${t.btnOutlineColorFocus},\n 0 0 0 ${t.btnFocusShadowWidth} ${t.btnBorderColorFocus} !important;\n border-color: ${t.btnBorderColorFocus} !important;\n }\n `;\n },\n\n checkedDisabled(t: Theme) {\n return css`\n box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnCheckedDisabledBorderColor};\n background-color: ${t.btnCheckedDisabledBg};\n color: ${t.btnCheckedDisabledColor};\n\n .${globalClasses.innerShadow} {\n box-shadow: ${t.btnCheckedDisabledShadow};\n }\n\n svg {\n color: ${t.btnCheckedDisabledColor} !important;\n }\n `;\n },\n\n caption() {\n return css`\n position: relative;\n white-space: nowrap;\n display: inline-block;\n width: 100%;\n vertical-align: top;\n `;\n },\n\n captionLink() {\n return css`\n display: inline;\n transform: none !important; // override root:active style\n `;\n },\n\n captionDisabled() {\n return css`\n transform: none !important; // override root:active style\n `;\n },\n\n wrap(t: Theme) {\n return css`\n box-sizing: border-box;\n display: inline-block;\n line-height: normal;\n padding: ${t.btnBorderWidth};\n `;\n },\n\n wrapSmall(t: Theme) {\n return css`\n height: ${t.btnHeightSmall};\n `;\n },\n\n wrapMedium(t: Theme) {\n return css`\n height: ${t.btnHeightMedium};\n `;\n },\n\n wrapLarge(t: Theme) {\n return css`\n height: ${t.btnHeightLarge};\n `;\n },\n\n narrow() {\n return css`\n padding-left: 5px;\n padding-right: 5px;\n `;\n },\n\n noPadding() {\n return css`\n padding-left: 0;\n padding-right: 0;\n `;\n },\n\n noRightPadding() {\n return css`\n padding-right: 0;\n `;\n },\n\n wrapLink() {\n return css`\n padding: 0;\n `;\n },\n\n borderless() {\n return css`\n &,\n &:active:hover,\n &:hover {\n box-shadow: none !important; // override root:hover style\n }\n `;\n },\n\n backlessDisabled(t: Theme) {\n return css`\n box-shadow: 0 0 0 1px ${t.btnBacklessDisabledBorderColor};\n background-color: transparent;\n `;\n },\n\n textDisabled() {\n return css`\n background-color: transparent;\n `;\n },\n\n loading() {\n return css`\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n border-radius: inherit;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 10;\n `;\n },\n\n visibilityHidden() {\n return css`\n visibility: hidden;\n `;\n },\n});\n\nexport const activeStyles = memoizeStyle({\n default(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(\n t.btnDefaultActiveBg,\n t.btnDefaultActiveShadow,\n t.btnDefaultActiveBorderColor,\n t.btnBorderWidth,\n )};\n }\n `;\n },\n\n primary(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(\n t.btnPrimaryActiveBg,\n t.btnPrimaryActiveShadow,\n t.btnPrimaryActiveBorderColor,\n t.btnBorderWidth,\n )};\n }\n `;\n },\n\n success(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(\n t.btnSuccessActiveBg,\n t.btnSuccessActiveShadow,\n t.btnSuccessActiveBorderColor,\n t.btnBorderWidth,\n )};\n }\n `;\n },\n\n danger(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(\n t.btnDangerActiveBg,\n t.btnDangerActiveShadow,\n t.btnDangerActiveBorderColor,\n t.btnBorderWidth,\n )};\n }\n `;\n },\n\n pay(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(t.btnPayActiveBg, t.btnPayActiveShadow, t.btnPayActiveBorderColor, t.btnBorderWidth)};\n }\n `;\n },\n\n link(t: Theme) {\n return css`\n & {\n color: ${t.btnLinkActiveColor};\n }\n `;\n },\n\n text(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(t.btnTextActiveBg, '', t.btnTextActiveBg, t.btnBorderWidth)};\n }\n `;\n },\n\n backless(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(t.btnBacklessActiveBg, '', t.btnBacklessActiveBorderColor, t.btnBorderWidth)}\n }\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["css","memoizeStyle","prefix","resetButton","resetText","buttonUseMixin","buttonHoverMixin","buttonActiveMixin","buttonSizeMixin","buttonSizeMixinIE11","globalClasses","root","arrow","caption","text","innerShadow","disabled","styles","t","_templateObject","_taggedTemplateLiteralLoose","transitionDuration","transitionTimingFunction","btnBorderColorTransition","btnBackgroundClip","btnIconHoverColor","btnIconDisabledColor","btnIconColor","withArrowIconRightSmall","_templateObject2","btnIconSizeSmall","btnWithIconPaddingSmall","withArrowIconRightMedium","_templateObject3","btnIconSizeMedium","btnWithIconPaddingMedium","withArrowIconRightLarge","_templateObject4","btnIconSizeLarge","btnWithIconPaddingLarge","withArrowIconLeftSmall","_templateObject5","withArrowIconLeftMedium","_templateObject6","withArrowIconLeftLarge","_templateObject7","simulatedPress","_templateObject8","outline","_templateObject9","outlineWarning","_templateObject10","btnOutlineWidth","btnBorderColorWarning","btnInsetWidth","btnInsetColor","outlineError","_templateObject11","btnBorderColorError","outlineLink","_templateObject12","outlineLinkWarning","_templateObject13","btnWarningSecondary","outlineLinkError","_templateObject14","btnErrorSecondary","sizeSmall","_templateObject15","btnBorderRadiusSmall","btnFontSizeSmall","btnLineHeightSmall","btnPaddingXSmall","btnPaddingYSmall","sizeSmallIE11","_templateObject16","sizeMedium","_templateObject17","btnBorderRadiusMedium","btnFontSizeMedium","btnLineHeightMedium","btnPaddingXMedium","btnPaddingYMedium","sizeMediumIE11","_templateObject18","sizeLarge","_templateObject19","btnBorderRadiusLarge","btnFontSizeLarge","btnLineHeightLarge","btnPaddingXLarge","btnPaddingYLarge","sizeLargeIE11","_templateObject20","sizeSmallWithIcon","_templateObject21","sizeMediumWithIcon","_templateObject22","sizeLargeWithIcon","_templateObject23","sizeSmallWithRightIcon","_templateObject24","sizeMediumWithRightIcon","_templateObject25","sizeLargeWithRightIcon","_templateObject26","sizeSmallWithIconWithoutText","_templateObject27","sizeMediumWithIconWithoutText","_templateObject28","sizeLargeWithIconWithoutText","_templateObject29","sizeSmallWithIconWithoutText5_3","_templateObject30","sizeMediumWithIconWithoutText5_3","_templateObject31","sizeLargeWithIconWithoutText5_3","_templateObject32","link","_templateObject33","btnLinkBorderRadius","btnLinkColor","btnLinkHoverColor","btnLinkHoverTextDecoration","activeStyles","linkLineHeight","_templateObject34","linkLineHeightSafariFallback","_templateObject35","linkFocus","_templateObject36","linkDisabled","_templateObject37","btnLinkDisabledColor","focus","_templateObject38","btnOutlineColorFocus","btnFocusShadowWidth","btnBorderColorFocus","_templateObject39","btnBorderWidth","btnDisabledBorderColor","btnDisabledBg","btnDisabledTextColor","disabledWithoutOutline","_templateObject40","arrowIconRoot","_templateObject41","arrowIconRootSmall","_templateObject42","arrowIconRootMedium","_templateObject43","arrowIconRootLarge","_templateObject44","arrowIconLeft","_templateObject45","_default","_templateObject46","btnDefaultBg","btnDefaultBgStart","btnDefaultBgEnd","btnDefaultTextColor","btnDefaultBorderColor","btnDefaultHoverBg","btnDefaultHoverBgStart","btnDefaultHoverBgEnd","btnDefaultHoverTextColor","btnDefaultHoverBorderColor","primary","_templateObject47","btnPrimaryBg","btnPrimaryBgStart","btnPrimaryBgEnd","btnPrimaryTextColor","btnPrimaryBorderColor","btnPrimaryHoverBg","btnPrimaryHoverBgStart","btnPrimaryHoverBgEnd","btnPrimaryHoverTextColor","btnPrimaryHoverBorderColor","success","_templateObject48","btnSuccessBg","btnSuccessBgStart","btnSuccessBgEnd","btnSuccessTextColor","btnSuccessBorderColor","btnSuccessHoverBg","btnSuccessHoverBgStart","btnSuccessHoverBgEnd","btnSuccessHoverTextColor","btnSuccessHoverBorderColor","danger","_templateObject49","btnDangerBg","btnDangerBgStart","btnDangerBgEnd","btnDangerTextColor","btnDangerBorderColor","btnDangerHoverBg","btnDangerHoverBgStart","btnDangerHoverBgEnd","btnDangerHoverTextColor","btnDangerHoverBorderColor","pay","_templateObject50","btnPayBg","btnPayBgStart","btnPayBgEnd","btnPayTextColor","btnPayBorderColor","btnPayHoverBg","btnPayHoverBgStart","btnPayHoverBgEnd","btnPayHoverTextColor","btnPayHoverBorderColor","_templateObject51","btnTextBg","btnTextTextColor","btnTextBorderColor","btnTextHoverBg","btnTextHoverTextColor","btnTextHoverBorderColor","backless","_templateObject52","btnBacklessBg","btnBacklessTextColor","btnBacklessBorderColor","btnBacklessHoverBg","btnBacklessHoverTextColor","btnBacklessHoverBorderColor","checked","checkedStyles","btnDefaultCheckedBorderColor","btnCheckedBg","btnCheckedTextColor","btnCheckedShadow","_templateObject53","checkedFocused","_templateObject54","checkedDisabled","_templateObject55","btnCheckedDisabledBorderColor","btnCheckedDisabledBg","btnCheckedDisabledColor","btnCheckedDisabledShadow","_templateObject56","captionLink","_templateObject57","captionDisabled","_templateObject58","wrap","_templateObject59","wrapSmall","_templateObject60","btnHeightSmall","wrapMedium","_templateObject61","btnHeightMedium","wrapLarge","_templateObject62","btnHeightLarge","narrow","_templateObject63","noPadding","_templateObject64","noRightPadding","_templateObject65","wrapLink","_templateObject66","borderless","_templateObject67","backlessDisabled","_templateObject68","btnBacklessDisabledBorderColor","textDisabled","_templateObject69","loading","_templateObject70","visibilityHidden","_templateObject71","_templateObject72","btnDefaultActiveBg","btnDefaultActiveShadow","btnDefaultActiveBorderColor","_templateObject73","btnPrimaryActiveBg","btnPrimaryActiveShadow","btnPrimaryActiveBorderColor","_templateObject74","btnSuccessActiveBg","btnSuccessActiveShadow","btnSuccessActiveBorderColor","_templateObject75","btnDangerActiveBg","btnDangerActiveShadow","btnDangerActiveBorderColor","_templateObject76","btnPayActiveBg","btnPayActiveShadow","btnPayActiveBorderColor","_templateObject77","btnLinkActiveColor","_templateObject78","btnTextActiveBg","_templateObject79","btnBacklessActiveBg","btnBacklessActiveBorderColor"],"sources":["Button.styles.ts"],"sourcesContent":["import { css, memoizeStyle, prefix } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { resetButton, resetText } from '../../lib/styles/Mixins';\n\nimport {\n buttonUseMixin,\n buttonHoverMixin,\n buttonActiveMixin,\n buttonSizeMixin,\n buttonSizeMixinIE11,\n} from './Button.mixins';\n\nexport const globalClasses = prefix('button')({\n root: 'root',\n arrow: 'arrow',\n caption: 'caption',\n text: 'text',\n innerShadow: 'inner-shadow',\n disabled: 'disabled',\n});\n\nexport const styles = memoizeStyle({\n root(t: Theme) {\n return css`\n ${resetButton()};\n ${resetText()};\n\n transition: background-color ${t.transitionDuration} ${t.transitionTimingFunction}\n ${t.btnBorderColorTransition ? `, ${t.btnBorderColorTransition}` : ''};\n\n background-clip: ${t.btnBackgroundClip};\n background-position: center;\n background-repeat: no-repeat;\n background-size: contain;\n cursor: pointer;\n display: inline-block;\n position: relative;\n text-align: center;\n width: 100%;\n height: 100%; // fix height in ie11\n\n .${globalClasses.innerShadow} {\n content: '';\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n }\n\n &::-moz-focus-inner {\n border: 0;\n padding: 0;\n }\n &::after {\n content: '';\n display: inline-block;\n vertical-align: baseline;\n width: 0;\n }\n\n &:hover svg {\n color: ${t.btnIconHoverColor};\n }\n &.${globalClasses.disabled} svg {\n color: ${t.btnIconDisabledColor};\n }\n & svg {\n color: ${t.btnIconColor};\n }\n `;\n },\n\n withArrowIconRightSmall(t: Theme) {\n return css`\n padding-right: calc(${t.btnIconSizeSmall} + ${t.btnWithIconPaddingSmall} + ${t.btnWithIconPaddingSmall});\n `;\n },\n\n withArrowIconRightMedium(t: Theme) {\n return css`\n padding-right: calc(${t.btnIconSizeMedium} + ${t.btnWithIconPaddingMedium} + ${t.btnWithIconPaddingMedium});\n `;\n },\n\n withArrowIconRightLarge(t: Theme) {\n return css`\n padding-right: calc(${t.btnIconSizeLarge} + ${t.btnWithIconPaddingLarge} + ${t.btnWithIconPaddingLarge});\n `;\n },\n\n withArrowIconLeftSmall(t: Theme) {\n return css`\n padding-left: calc(${t.btnIconSizeSmall} + ${t.btnWithIconPaddingSmall} + ${t.btnWithIconPaddingSmall});\n `;\n },\n\n withArrowIconLeftMedium(t: Theme) {\n return css`\n padding-left: calc(${t.btnIconSizeMedium} + ${t.btnWithIconPaddingMedium} + ${t.btnWithIconPaddingMedium});\n `;\n },\n\n withArrowIconLeftLarge(t: Theme) {\n return css`\n padding-left: calc(${t.btnIconSizeLarge} + ${t.btnWithIconPaddingLarge} + ${t.btnWithIconPaddingLarge});\n `;\n },\n\n simulatedPress() {\n return css`\n &:active .${globalClasses.caption} {\n transform: translateY(1px);\n }\n `;\n },\n\n outline() {\n return css`\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n `;\n },\n\n outlineWarning(t: Theme) {\n return css`\n box-shadow:\n 0 0 0 ${t.btnOutlineWidth} ${t.btnBorderColorWarning},\n inset 0 0 0 ${t.btnInsetWidth} ${t.btnInsetColor};\n `;\n },\n\n outlineError(t: Theme) {\n return css`\n box-shadow:\n 0 0 0 ${t.btnOutlineWidth} ${t.btnBorderColorError},\n inset 0 0 0 ${t.btnInsetWidth} ${t.btnInsetColor};\n `;\n },\n\n outlineLink() {\n return css`\n cursor: default;\n box-shadow: none;\n left: -2px;\n right: -2px;\n bottom: -2px;\n top: -2px;\n `;\n },\n\n outlineLinkWarning(t: Theme) {\n return css`\n background-color: ${t.btnWarningSecondary};\n `;\n },\n\n outlineLinkError(t: Theme) {\n return css`\n background-color: ${t.btnErrorSecondary};\n `;\n },\n\n sizeSmall(t: Theme) {\n return css`\n border-radius: ${t.btnBorderRadiusSmall};\n\n ${buttonSizeMixin(t.btnFontSizeSmall, t.btnLineHeightSmall, t.btnPaddingXSmall, t.btnPaddingYSmall)};\n `;\n },\n\n sizeSmallIE11(t: Theme) {\n return css`\n ${buttonSizeMixinIE11(t.btnPaddingXSmall, t.btnPaddingYSmall)};\n `;\n },\n\n sizeMedium(t: Theme) {\n return css`\n border-radius: ${t.btnBorderRadiusMedium};\n\n ${buttonSizeMixin(t.btnFontSizeMedium, t.btnLineHeightMedium, t.btnPaddingXMedium, t.btnPaddingYMedium)};\n `;\n },\n\n sizeMediumIE11(t: Theme) {\n return css`\n ${buttonSizeMixinIE11(t.btnPaddingXMedium, t.btnPaddingYMedium)};\n `;\n },\n\n sizeLarge(t: Theme) {\n return css`\n border-radius: ${t.btnBorderRadiusLarge};\n\n ${buttonSizeMixin(t.btnFontSizeLarge, t.btnLineHeightLarge, t.btnPaddingXLarge, t.btnPaddingYLarge)};\n `;\n },\n\n sizeLargeIE11(t: Theme) {\n return css`\n ${buttonSizeMixinIE11(t.btnPaddingXLarge, t.btnPaddingYLarge)};\n `;\n },\n\n sizeSmallWithIcon(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingSmall};\n `;\n },\n\n sizeMediumWithIcon(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingMedium};\n `;\n },\n\n sizeLargeWithIcon(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingLarge};\n `;\n },\n\n sizeSmallWithRightIcon(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingSmall};\n `;\n },\n\n sizeMediumWithRightIcon(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingMedium};\n `;\n },\n\n sizeLargeWithRightIcon(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingLarge};\n `;\n },\n\n sizeSmallWithIconWithoutText(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingSmall};\n `;\n },\n\n sizeMediumWithIconWithoutText(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingMedium};\n `;\n },\n\n sizeLargeWithIconWithoutText(t: Theme) {\n return css`\n padding-right: ${t.btnWithIconPaddingLarge};\n `;\n },\n\n sizeSmallWithIconWithoutText5_3(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingSmall};\n padding-right: ${t.btnWithIconPaddingSmall};\n `;\n },\n\n sizeMediumWithIconWithoutText5_3(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingMedium};\n padding-right: ${t.btnWithIconPaddingMedium};\n `;\n },\n\n sizeLargeWithIconWithoutText5_3(t: Theme) {\n return css`\n padding-left: ${t.btnWithIconPaddingLarge};\n padding-right: ${t.btnWithIconPaddingLarge};\n `;\n },\n\n link(t: Theme) {\n return css`\n background: none;\n border-radius: ${t.btnLinkBorderRadius};\n border: none;\n box-shadow: none;\n white-space: nowrap;\n color: ${t.btnLinkColor};\n display: inline;\n margin: 0;\n padding: 0 !important; // override size mixin\n height: auto !important; // override size mixin\n\n &:hover:enabled,\n &:active:enabled {\n color: ${t.btnLinkHoverColor};\n text-decoration: ${t.btnLinkHoverTextDecoration};\n }\n\n &:active:enabled {\n ${activeStyles.link(t)}\n }\n `;\n },\n\n linkLineHeight() {\n return css`\n line-height: inherit !important; // override size mixin\n `;\n },\n\n linkLineHeightSafariFallback() {\n return css`\n /* Safari overrides 'underline' and 'border' if 'line-height' is used */\n margin: -1px 0 -2px;\n `;\n },\n\n linkFocus(t: Theme) {\n return css`\n & {\n color: ${t.btnLinkColor};\n text-decoration: ${t.btnLinkHoverTextDecoration};\n }\n `;\n },\n\n linkDisabled(t: Theme) {\n return css`\n cursor: default;\n\n &,\n &:hover:enabled,\n &:active:enabled {\n color: ${t.btnLinkDisabledColor};\n }\n `;\n },\n\n focus(t: Theme) {\n return css`\n position: relative;\n z-index: 2;\n\n &,\n &:hover:enabled,\n &:active:enabled,\n &:active:hover:enabled {\n box-shadow:\n inset 0 0 0 ${t.btnInsetWidth} ${t.btnOutlineColorFocus},\n 0 0 0 ${t.btnFocusShadowWidth} ${t.btnBorderColorFocus} !important; // override root:hover style\n }\n `;\n },\n\n disabled(t: Theme) {\n return css`\n cursor: default;\n pointer-events: none;\n box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnDisabledBorderColor};\n\n background-image: none;\n background-color: ${t.btnDisabledBg};\n color: ${t.btnDisabledTextColor};\n `;\n },\n\n disabledWithoutOutline(t: Theme) {\n return css`\n box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnDisabledBg};\n `;\n },\n\n arrowIconRoot() {\n return css`\n position: absolute;\n height: 100%;\n top: 0;\n right: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: content-box;\n `;\n },\n\n arrowIconRootSmall(t: Theme) {\n return css`\n padding: 0 ${t.btnWithIconPaddingSmall} 0 ${t.btnWithIconPaddingSmall};\n width: ${t.btnIconSizeSmall};\n `;\n },\n\n arrowIconRootMedium(t: Theme) {\n return css`\n padding: 0 ${t.btnWithIconPaddingMedium} 0 ${t.btnWithIconPaddingMedium};\n width: ${t.btnIconSizeMedium};\n `;\n },\n\n arrowIconRootLarge(t: Theme) {\n return css`\n padding: 0 ${t.btnWithIconPaddingLarge} 0 ${t.btnWithIconPaddingLarge};\n width: ${t.btnIconSizeLarge};\n `;\n },\n\n arrowIconLeft() {\n return css`\n left: 0;\n `;\n },\n\n default(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnDefaultBg,\n t.btnDefaultBgStart,\n t.btnDefaultBgEnd,\n t.btnDefaultTextColor,\n t.btnDefaultBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnDefaultHoverBg,\n t.btnDefaultHoverBgStart,\n t.btnDefaultHoverBgEnd,\n t.btnDefaultHoverTextColor,\n t.btnDefaultHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.default(t)};\n }\n `;\n },\n\n primary(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnPrimaryBg,\n t.btnPrimaryBgStart,\n t.btnPrimaryBgEnd,\n t.btnPrimaryTextColor,\n t.btnPrimaryBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnPrimaryHoverBg,\n t.btnPrimaryHoverBgStart,\n t.btnPrimaryHoverBgEnd,\n t.btnPrimaryHoverTextColor,\n t.btnPrimaryHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.primary(t)}\n }\n `;\n },\n\n success(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnSuccessBg,\n t.btnSuccessBgStart,\n t.btnSuccessBgEnd,\n t.btnSuccessTextColor,\n t.btnSuccessBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnSuccessHoverBg,\n t.btnSuccessHoverBgStart,\n t.btnSuccessHoverBgEnd,\n t.btnSuccessHoverTextColor,\n t.btnSuccessHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.success(t)}\n }\n `;\n },\n\n danger(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnDangerBg,\n t.btnDangerBgStart,\n t.btnDangerBgEnd,\n t.btnDangerTextColor,\n t.btnDangerBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnDangerHoverBg,\n t.btnDangerHoverBgStart,\n t.btnDangerHoverBgEnd,\n t.btnDangerHoverTextColor,\n t.btnDangerHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.danger(t)}\n }\n `;\n },\n\n pay(t: Theme) {\n return css`\n ${buttonUseMixin(\n t.btnPayBg,\n t.btnPayBgStart,\n t.btnPayBgEnd,\n t.btnPayTextColor,\n t.btnPayBorderColor,\n t.btnBorderWidth,\n )};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnPayHoverBg,\n t.btnPayHoverBgStart,\n t.btnPayHoverBgEnd,\n t.btnPayHoverTextColor,\n t.btnPayHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.pay(t)}\n }\n `;\n },\n\n text(t: Theme) {\n return css`\n &,\n &:enabled,\n &:hover {\n box-shadow: none;\n }\n\n ${buttonUseMixin(t.btnTextBg, '', '', t.btnTextTextColor, t.btnTextBorderColor, t.btnBorderWidth)};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnTextHoverBg,\n '',\n '',\n t.btnTextHoverTextColor,\n t.btnTextHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.text(t)}\n }\n `;\n },\n\n backless(t: Theme) {\n return css`\n ${buttonUseMixin(t.btnBacklessBg, '', '', t.btnBacklessTextColor, t.btnBacklessBorderColor, t.btnBorderWidth)};\n\n &:hover {\n ${buttonHoverMixin(\n t.btnBacklessHoverBg,\n '',\n '',\n t.btnBacklessHoverTextColor,\n t.btnBacklessHoverBorderColor,\n t.btnBorderWidth,\n )};\n }\n\n &:active {\n ${activeStyles.backless(t)}\n }\n `;\n },\n\n checked(t: Theme) {\n const checkedStyles = `\n background-image: none;\n box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnDefaultCheckedBorderColor} !important;\n background-color: ${t.btnCheckedBg} !important;\n color: ${t.btnCheckedTextColor} !important;\n\n .${globalClasses.innerShadow} {\n box-shadow: ${t.btnCheckedShadow};\n }\n\n :enabled svg {\n color: ${t.btnCheckedTextColor} !important;\n }\n :hover:enabled svg {\n color: ${t.btnCheckedTextColor} !important;\n }\n `;\n\n return css`\n ${checkedStyles}\n\n &:hover:enabled,\n &:active:enabled,\n &:hover:active:enabled {\n ${checkedStyles}\n }\n `;\n },\n\n checkedFocused(t: Theme) {\n return css`\n &:hover:enabled,\n &:hover:active:enabled {\n box-shadow:\n inset 0 0 0 ${t.btnInsetWidth} ${t.btnOutlineColorFocus},\n 0 0 0 ${t.btnFocusShadowWidth} ${t.btnBorderColorFocus} !important;\n border-color: ${t.btnBorderColorFocus} !important;\n }\n `;\n },\n\n checkedDisabled(t: Theme) {\n return css`\n box-shadow: 0 0 0 ${t.btnBorderWidth} ${t.btnCheckedDisabledBorderColor};\n background-color: ${t.btnCheckedDisabledBg};\n color: ${t.btnCheckedDisabledColor};\n\n .${globalClasses.innerShadow} {\n box-shadow: ${t.btnCheckedDisabledShadow};\n }\n\n svg {\n color: ${t.btnCheckedDisabledColor} !important;\n }\n `;\n },\n\n caption() {\n return css`\n position: relative;\n white-space: nowrap;\n display: inline-block;\n width: 100%;\n vertical-align: top;\n `;\n },\n\n captionLink() {\n return css`\n display: inline;\n transform: none !important; // override root:active style\n `;\n },\n\n captionDisabled() {\n return css`\n transform: none !important; // override root:active style\n `;\n },\n\n wrap(t: Theme) {\n return css`\n box-sizing: border-box;\n display: inline-block;\n line-height: normal;\n padding: ${t.btnBorderWidth};\n `;\n },\n\n wrapSmall(t: Theme) {\n return css`\n height: ${t.btnHeightSmall};\n `;\n },\n\n wrapMedium(t: Theme) {\n return css`\n height: ${t.btnHeightMedium};\n `;\n },\n\n wrapLarge(t: Theme) {\n return css`\n height: ${t.btnHeightLarge};\n `;\n },\n\n narrow() {\n return css`\n padding-left: 5px;\n padding-right: 5px;\n `;\n },\n\n noPadding() {\n return css`\n padding-left: 0;\n padding-right: 0;\n `;\n },\n\n noRightPadding() {\n return css`\n padding-right: 0;\n `;\n },\n\n wrapLink() {\n return css`\n padding: 0;\n `;\n },\n\n borderless() {\n return css`\n &,\n &:active:hover,\n &:hover {\n box-shadow: none !important; // override root:hover style\n }\n `;\n },\n\n backlessDisabled(t: Theme) {\n return css`\n box-shadow: 0 0 0 1px ${t.btnBacklessDisabledBorderColor};\n background-color: transparent;\n `;\n },\n\n textDisabled() {\n return css`\n background-color: transparent;\n `;\n },\n\n loading() {\n return css`\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n border-radius: inherit;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 10;\n `;\n },\n\n visibilityHidden() {\n return css`\n visibility: hidden;\n `;\n },\n});\n\nexport const activeStyles = memoizeStyle({\n default(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(\n t.btnDefaultActiveBg,\n t.btnDefaultActiveShadow,\n t.btnDefaultActiveBorderColor,\n t.btnBorderWidth,\n )};\n }\n `;\n },\n\n primary(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(\n t.btnPrimaryActiveBg,\n t.btnPrimaryActiveShadow,\n t.btnPrimaryActiveBorderColor,\n t.btnBorderWidth,\n )};\n }\n `;\n },\n\n success(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(\n t.btnSuccessActiveBg,\n t.btnSuccessActiveShadow,\n t.btnSuccessActiveBorderColor,\n t.btnBorderWidth,\n )};\n }\n `;\n },\n\n danger(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(\n t.btnDangerActiveBg,\n t.btnDangerActiveShadow,\n t.btnDangerActiveBorderColor,\n t.btnBorderWidth,\n )};\n }\n `;\n },\n\n pay(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(t.btnPayActiveBg, t.btnPayActiveShadow, t.btnPayActiveBorderColor, t.btnBorderWidth)};\n }\n `;\n },\n\n link(t: Theme) {\n return css`\n & {\n color: ${t.btnLinkActiveColor};\n }\n `;\n },\n\n text(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(t.btnTextActiveBg, '', t.btnTextActiveBg, t.btnBorderWidth)};\n }\n `;\n },\n\n backless(t: Theme) {\n return css`\n & {\n ${buttonActiveMixin(t.btnBacklessActiveBg, '', t.btnBacklessActiveBorderColor, t.btnBorderWidth)}\n }\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
|