@skbkontur/react-ui 5.1.7 → 5.2.1
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 +39 -0
- package/cjs/components/Autocomplete/Autocomplete.d.ts +132 -132
- 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 +109 -109
- package/cjs/components/Button/Button.mixins.d.ts +5 -5
- package/cjs/components/Button/Button.styles.d.ts +86 -86
- 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 +104 -104
- 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 +28 -28
- 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 +109 -109
- 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 +190 -190
- 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 +109 -109
- 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/index.d.ts +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +22 -28
- package/cjs/components/CurrencyLabel/CurrencyLabel.js +19 -15
- 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 +104 -103
- package/cjs/components/DateInput/DateInput.js +25 -5
- 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/InternalDateMediator.js +10 -1
- package/cjs/components/DateInput/helpers/InternalDateMediator.js.map +1 -1
- 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 +149 -149
- 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 +130 -132
- 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 +66 -66
- 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 +68 -68
- 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 +50 -50
- package/cjs/components/Gapped/index.d.ts +1 -1
- package/cjs/components/GlobalLoader/GlobalLoader.d.ts +98 -98
- 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 +25 -25
- package/cjs/components/Group/Group.styles.d.ts +8 -8
- package/cjs/components/Group/index.d.ts +1 -1
- package/cjs/components/Hint/Hint.d.ts +67 -67
- 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 +186 -186
- 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 +59 -59
- 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 +61 -61
- package/cjs/components/Link/Link.js +5 -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 +106 -106
- 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 +43 -43
- package/cjs/components/MaskedInput/MaskedInput.helpers.d.ts +9 -9
- 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 -30
- package/cjs/components/MenuFooter/MenuFooter.js +47 -40
- package/cjs/components/MenuFooter/MenuFooter.js.map +1 -1
- 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 -30
- package/cjs/components/MenuHeader/MenuHeader.js +49 -41
- package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
- 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 +114 -114
- package/cjs/components/MenuItem/MenuItem.js +3 -0
- 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 -27
- package/cjs/components/MenuItem/MenuItem.styles.js +18 -13
- package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
- package/cjs/components/MenuItem/index.d.ts +1 -1
- package/cjs/components/MenuSeparator/MenuSeparator.d.ts +12 -17
- package/cjs/components/MenuSeparator/MenuSeparator.js +24 -22
- package/cjs/components/MenuSeparator/MenuSeparator.js.map +1 -1
- 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.js +3 -3
- package/cjs/components/MiniModal/MiniModal.js.map +1 -1
- package/cjs/components/MiniModal/MiniModal.styles.d.ts +11 -11
- package/cjs/components/MiniModal/MiniModalBody.d.ts +7 -7
- 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 -81
- package/cjs/components/Modal/Modal.js +79 -5
- package/cjs/components/Modal/Modal.js.map +1 -1
- package/cjs/components/Modal/Modal.styles.d.ts +68 -49
- package/cjs/components/Modal/Modal.styles.js +176 -46
- package/cjs/components/Modal/Modal.styles.js.map +1 -1
- package/cjs/components/Modal/ModalBody.d.ts +22 -22
- package/cjs/components/Modal/ModalBody.js +8 -1
- 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 -18
- package/cjs/components/Modal/ModalContext.js +1 -0
- package/cjs/components/Modal/ModalContext.js.map +1 -1
- package/cjs/components/Modal/ModalFooter.d.ts +30 -30
- package/cjs/components/Modal/ModalFooter.js +17 -2
- package/cjs/components/Modal/ModalFooter.js.map +1 -1
- package/cjs/components/Modal/ModalHeader.d.ts +24 -24
- package/cjs/components/Modal/ModalHeader.js +21 -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/ForwardIcon.d.ts +3 -3
- package/cjs/components/Paging/NavigationHelper.d.ts +7 -7
- package/cjs/components/Paging/Paging.d.ts +101 -101
- package/cjs/components/Paging/Paging.styles.d.ts +17 -17
- package/cjs/components/Paging/PagingDefaultComponent.d.ts +11 -11
- package/cjs/components/Paging/PagingHelper.d.ts +2 -2
- 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 +67 -67
- 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 +77 -77
- 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 +89 -88
- package/cjs/components/RadioGroup/RadioGroup.js +18 -1
- package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
- package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +7 -6
- package/cjs/components/RadioGroup/RadioGroup.styles.js +10 -4
- package/cjs/components/RadioGroup/RadioGroup.styles.js.map +1 -1
- 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 +121 -121
- package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
- 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 +197 -197
- 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 -97
- package/cjs/components/SidePage/SidePage.js +11 -5
- package/cjs/components/SidePage/SidePage.js.map +1 -1
- package/cjs/components/SidePage/SidePage.styles.d.ts +54 -55
- package/cjs/components/SidePage/SidePage.styles.js +51 -57
- package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
- package/cjs/components/SidePage/SidePageBody.d.ts +24 -24
- package/cjs/components/SidePage/SidePageCloseButton.d.ts +11 -11
- package/cjs/components/SidePage/SidePageContainer.d.ts +20 -20
- package/cjs/components/SidePage/SidePageContext.d.ts +17 -17
- package/cjs/components/SidePage/SidePageFooter.d.ts +48 -48
- package/cjs/components/SidePage/SidePageHeader.d.ts +49 -49
- 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 +65 -65
- 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 +72 -72
- package/cjs/components/Sticky/Sticky.js +1 -1
- 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 +85 -85
- package/cjs/components/Switcher/Switcher.styles.d.ts +12 -12
- 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 +28 -28
- package/cjs/components/Tabs/Indicator.styles.d.ts +8 -8
- package/cjs/components/Tabs/Tab.d.ts +79 -79
- package/cjs/components/Tabs/Tab.styles.d.ts +33 -33
- package/cjs/components/Tabs/Tabs.d.ts +56 -56
- 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 +169 -169
- 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/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 +82 -82
- package/cjs/components/Toast/Toast.js +2 -2
- 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 -9
- package/cjs/components/Toast/ToastStatic.js.map +1 -1
- package/cjs/components/Toast/ToastView.d.ts +36 -36
- 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 +95 -95
- 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 +50 -50
- 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 +225 -225
- 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 +133 -133
- package/cjs/components/Tooltip/Tooltip.styles.d.ts +5 -5
- package/cjs/components/Tooltip/index.d.ts +1 -1
- package/cjs/components/TooltipMenu/TooltipMenu.d.ts +56 -56
- 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 +60 -60
- 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 +12 -12
- 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/CustomComboBox/ArrowDownIcon.d.ts +3 -3
- package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +48 -48
- package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +117 -117
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +154 -154
- 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 +45 -45
- 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 +18 -18
- 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/index.d.ts +1 -1
- package/cjs/internal/InputLikeText/HiddenInput.d.ts +13 -13
- package/cjs/internal/InputLikeText/InputLikeText.d.ts +79 -79
- 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 +107 -107
- 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 +48 -48
- 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 +207 -206
- package/cjs/internal/Popup/Popup.js +11 -1
- 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 +57 -57
- package/cjs/internal/Popup/PopupPin.styles.d.ts +3 -3
- 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 +104 -104
- 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 +24 -24
- package/cjs/internal/RenderContainer/index.d.ts +1 -1
- package/cjs/internal/RenderLayer/RenderLayer.d.ts +32 -32
- 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.styles.d.ts +23 -23
- 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/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/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/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 +1247 -1241
- package/cjs/internal/themes/BasicTheme.js +10 -2
- 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 -0
- package/cjs/internal/themes/DarkTheme5_2.js +29 -0
- package/cjs/internal/themes/DarkTheme5_2.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 -0
- package/cjs/internal/themes/LightTheme5_2.js +27 -0
- package/cjs/internal/themes/LightTheme5_2.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 -15
- package/cjs/lib/ModalStack.js.map +1 -1
- package/cjs/lib/SSRSafe.d.ts +2 -2
- 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/InternalDateGetter.js +8 -1
- package/cjs/lib/date/InternalDateGetter.js.map +1 -1
- 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/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 +8 -5
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +10 -7
- package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js +7 -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/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 +56 -56
- 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 +4 -3
- 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 +4 -3
- 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 +90 -90
- package/cjs/lib/withClassWrapper.d.ts +67 -67
- package/components/Autocomplete/Autocomplete.d.ts +132 -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.d.ts +109 -109
- package/components/Button/Button.mixins.d.ts +5 -5
- package/components/Button/Button.styles.d.ts +86 -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.d.ts +104 -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.d.ts +28 -28
- package/components/Center/Center.styles.d.ts +7 -7
- package/components/Center/index.d.ts +1 -1
- package/components/Checkbox/Checkbox.d.ts +109 -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.d.ts +190 -190
- package/components/ComboBox/index.d.ts +1 -1
- package/components/CurrencyInput/CurrencyHelper.d.ts +41 -41
- package/components/CurrencyInput/CurrencyInput.d.ts +109 -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.d.ts +5 -5
- package/components/CurrencyInput/index.d.ts +1 -1
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +8 -6
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/components/CurrencyLabel/CurrencyLabel.d.ts +22 -28
- 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 +13 -7
- package/components/DateInput/DateInput/DateInput.js.map +1 -1
- package/components/DateInput/DateInput.d.ts +104 -103
- 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/InternalDateMediator.js +2 -2
- package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js.map +1 -1
- 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.d.ts +149 -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.d.ts +130 -132
- package/components/Dropdown/getDropdownTheme.d.ts +2 -2
- package/components/Dropdown/index.d.ts +1 -1
- package/components/DropdownMenu/DropdownMenu.d.ts +66 -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.map +1 -1
- package/components/FxInput/FxInput.d.ts +68 -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.d.ts +50 -50
- package/components/Gapped/index.d.ts +1 -1
- package/components/GlobalLoader/GlobalLoader.d.ts +98 -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.d.ts +25 -25
- package/components/Group/Group.styles.d.ts +8 -8
- package/components/Group/index.d.ts +1 -1
- package/components/Hint/Hint.d.ts +67 -67
- package/components/Hint/Hint.styles.d.ts +5 -5
- package/components/Hint/index.d.ts +1 -1
- package/components/Input/Input.d.ts +186 -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.d.ts +59 -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 +61 -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.d.ts +106 -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.d.ts +43 -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/MenuFooter.js +7 -4
- package/components/MenuFooter/MenuFooter/MenuFooter.js.map +1 -1
- package/components/MenuFooter/MenuFooter.d.ts +25 -30
- 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/MenuHeader.js +7 -4
- package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
- package/components/MenuHeader/MenuHeader.d.ts +25 -30
- 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 +3 -1
- package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
- package/components/MenuItem/MenuItem.d.ts +114 -114
- package/components/MenuItem/MenuItem.mixins.d.ts +3 -3
- package/components/MenuItem/MenuItem.styles/MenuItem.styles.js +16 -13
- package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
- package/components/MenuItem/MenuItem.styles.d.ts +28 -27
- package/components/MenuItem/index.d.ts +1 -1
- package/components/MenuSeparator/MenuSeparator/MenuSeparator.js +4 -4
- package/components/MenuSeparator/MenuSeparator/MenuSeparator.js.map +1 -1
- package/components/MenuSeparator/MenuSeparator.d.ts +12 -17
- package/components/MenuSeparator/MenuSeparator.styles.d.ts +5 -5
- package/components/MenuSeparator/index.d.ts +1 -1
- package/components/MiniModal/MiniModal/MiniModal.js +3 -1
- package/components/MiniModal/MiniModal/MiniModal.js.map +1 -1
- package/components/MiniModal/MiniModal.d.ts +25 -25
- package/components/MiniModal/MiniModal.styles.d.ts +11 -11
- 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/Modal.js +51 -11
- package/components/Modal/Modal/Modal.js.map +1 -1
- package/components/Modal/Modal.d.ts +97 -81
- package/components/Modal/Modal.styles/Modal.styles.js +99 -42
- package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
- package/components/Modal/Modal.styles.d.ts +68 -49
- package/components/Modal/ModalBody/ModalBody.js +5 -1
- package/components/Modal/ModalBody/ModalBody.js.map +1 -1
- package/components/Modal/ModalBody.d.ts +22 -22
- package/components/Modal/ModalClose.d.ts +7 -7
- package/components/Modal/ModalContext/ModalContext.js.map +1 -1
- package/components/Modal/ModalContext.d.ts +19 -18
- package/components/Modal/ModalFooter/ModalFooter.js +14 -2
- package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
- package/components/Modal/ModalFooter.d.ts +30 -30
- package/components/Modal/ModalHeader/ModalHeader.js +12 -2
- package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/components/Modal/ModalHeader.d.ts +24 -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/ForwardIcon.d.ts +3 -3
- package/components/Paging/NavigationHelper.d.ts +7 -7
- package/components/Paging/Paging.d.ts +101 -101
- package/components/Paging/Paging.styles.d.ts +17 -17
- package/components/Paging/PagingDefaultComponent.d.ts +11 -11
- 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.d.ts +67 -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.d.ts +77 -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 +23 -17
- package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
- package/components/RadioGroup/RadioGroup.d.ts +89 -88
- package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js +7 -4
- package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js.map +1 -1
- package/components/RadioGroup/RadioGroup.styles.d.ts +7 -6
- 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.constants.d.ts +23 -23
- package/components/ScrollContainer/ScrollContainer.d.ts +121 -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.d.ts +197 -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/SidePage.js +15 -8
- package/components/SidePage/SidePage/SidePage.js.map +1 -1
- package/components/SidePage/SidePage.d.ts +99 -97
- package/components/SidePage/SidePage.styles/SidePage.styles.js +51 -54
- package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
- package/components/SidePage/SidePage.styles.d.ts +54 -55
- package/components/SidePage/SidePageBody.d.ts +24 -24
- package/components/SidePage/SidePageCloseButton.d.ts +11 -11
- package/components/SidePage/SidePageContainer.d.ts +20 -20
- package/components/SidePage/SidePageContext.d.ts +17 -17
- package/components/SidePage/SidePageFooter.d.ts +48 -48
- package/components/SidePage/SidePageHeader.d.ts +49 -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.d.ts +65 -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 -1
- package/components/Sticky/Sticky/Sticky.js.map +1 -1
- package/components/Sticky/Sticky.d.ts +72 -72
- package/components/Sticky/Sticky.styles.d.ts +7 -7
- package/components/Sticky/index.d.ts +1 -1
- package/components/Switcher/Switcher.d.ts +85 -85
- package/components/Switcher/Switcher.styles.d.ts +12 -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.d.ts +28 -28
- package/components/Tabs/Indicator.styles.d.ts +8 -8
- package/components/Tabs/Tab.d.ts +79 -79
- package/components/Tabs/Tab.styles.d.ts +33 -33
- package/components/Tabs/Tabs.d.ts +56 -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.d.ts +169 -169
- package/components/Textarea/Textarea.mixins.d.ts +3 -3
- package/components/Textarea/Textarea.styles.d.ts +25 -25
- 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 +2 -2
- package/components/Toast/Toast/Toast.js.map +1 -1
- package/components/Toast/Toast.d.ts +82 -82
- package/components/Toast/Toast.styles.d.ts +6 -6
- package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
- package/components/Toast/ToastStatic.d.ts +10 -9
- package/components/Toast/ToastView/ToastView.js.map +1 -1
- package/components/Toast/ToastView.d.ts +36 -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.d.ts +95 -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.d.ts +50 -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.d.ts +225 -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.d.ts +133 -133
- package/components/Tooltip/Tooltip.styles.d.ts +5 -5
- package/components/Tooltip/index.d.ts +1 -1
- package/components/TooltipMenu/TooltipMenu.d.ts +56 -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 +60 -60
- 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.d.ts +12 -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.d.ts +22 -22
- package/internal/CustomComboBox/ArrowDownIcon.d.ts +3 -3
- package/internal/CustomComboBox/ComboBoxMenu.d.ts +48 -48
- package/internal/CustomComboBox/ComboBoxView.d.ts +117 -117
- package/internal/CustomComboBox/CustomComboBox.d.ts +154 -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.d.ts +45 -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.d.ts +18 -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.d.ts +8 -8
- package/internal/IgnoreLayerClick/index.d.ts +1 -1
- package/internal/InputLikeText/HiddenInput.d.ts +13 -13
- package/internal/InputLikeText/InputLikeText.d.ts +79 -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.d.ts +107 -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.d.ts +48 -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 +12 -1
- package/internal/Popup/Popup/Popup.js.map +1 -1
- package/internal/Popup/Popup.d.ts +207 -206
- package/internal/Popup/Popup.styles.d.ts +17 -17
- package/internal/Popup/PopupHelper.d.ts +26 -26
- package/internal/Popup/PopupPin.d.ts +57 -57
- package/internal/Popup/PopupPin.styles.d.ts +3 -3
- package/internal/Popup/index.d.ts +1 -1
- package/internal/Popup/types.d.ts +2 -2
- package/internal/PopupMenu/PopupMenu.d.ts +104 -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.d.ts +24 -24
- package/internal/RenderContainer/index.d.ts +1 -1
- package/internal/RenderLayer/RenderLayer.d.ts +32 -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.d.ts +30 -30
- 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.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.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/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 +10 -0
- package/internal/themes/BasicTheme/BasicTheme.js.map +1 -1
- package/internal/themes/BasicTheme.d.ts +1247 -1241
- 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 +27 -0
- package/internal/themes/DarkTheme5_2/DarkTheme5_2.js.map +1 -0
- package/internal/themes/DarkTheme5_2/package.json +6 -0
- package/internal/themes/DarkTheme5_2.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/LightTheme5_2.js +27 -0
- package/internal/themes/LightTheme5_2/LightTheme5_2.js.map +1 -0
- package/internal/themes/LightTheme5_2/package.json +6 -0
- package/internal/themes/LightTheme5_2.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/ModalStack.js.map +1 -1
- package/lib/ModalStack.d.ts +21 -15
- package/lib/SSRSafe.d.ts +2 -2
- 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/InternalDateGetter.js +4 -1
- package/lib/date/InternalDateGetter/InternalDateGetter.js.map +1 -1
- 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.ts +1 -1
- 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 +8 -5
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext/ReactUIFeatureFlagsContext.js +4 -1
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext/ReactUIFeatureFlagsContext.js.map +1 -1
- package/lib/featureFlagsContext/ReactUIFeatureFlagsContext.d.ts +10 -7
- package/lib/featureFlagsContext/index.d.ts +2 -2
- package/lib/filterProps.d.ts +12 -12
- 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.d.ts +56 -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 +4 -3
- 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 +4 -3
- 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.d.ts +90 -90
- package/lib/withClassWrapper.d.ts +67 -67
- package/package.json +9 -9
- package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +0 -239
- package/cjs/components/Autocomplete/__docs__/Autocomplete.mdx +0 -26
- package/cjs/components/Button/__creevey__/Button.creevey.mts +0 -251
- package/cjs/components/Button/__docs__/Button.mdx +0 -27
- package/cjs/components/Calendar/__creevey__/Calendar.creevey.mts +0 -113
- package/cjs/components/Calendar/__docs__/Calendar.mdx +0 -27
- package/cjs/components/Calendar/__docs__/CalendarDay.mdx +0 -23
- package/cjs/components/Center/__docs__/Center.mdx +0 -23
- package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.mts +0 -243
- package/cjs/components/Checkbox/__docs__/Checkbox.mdx +0 -27
- package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.mts +0 -545
- package/cjs/components/ComboBox/__docs__/ComboBox.mdx +0 -27
- package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +0 -81
- package/cjs/components/CurrencyInput/__docs__/CurrencyInput.mdx +0 -27
- package/cjs/components/CurrencyLabel/__docs__/CurrencyLabel.mdx +0 -23
- package/cjs/components/DateInput/__creevey__/DateInput.creevey.mts +0 -156
- package/cjs/components/DateInput/__docs__/DateInput.mdx +0 -23
- package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.mts +0 -209
- package/cjs/components/DatePicker/__docs__/DatePicker.mdx +0 -27
- package/cjs/components/DateRangePicker/__creevey__/DateRangePicker.creevey.mts +0 -155
- package/cjs/components/DateRangePicker/__docs__/DateRangePicker.mdx +0 -123
- package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.mts +0 -184
- package/cjs/components/Dropdown/__docs__/Dropdown.mdx +0 -27
- package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +0 -263
- package/cjs/components/DropdownMenu/__docs__/DropdownMenu.mdx +0 -27
- package/cjs/components/FileUploader/__docs__/FileUploader.mdx +0 -27
- package/cjs/components/FxInput/__creevey__/FxInput.creevey.mts +0 -21
- package/cjs/components/FxInput/__docs__/FxInput.mdx +0 -27
- package/cjs/components/Gapped/__docs__/Gapped.mdx +0 -23
- package/cjs/components/GlobalLoader/__docs__/GlobalLoader.mdx +0 -27
- package/cjs/components/Group/__creevey__/Group.creevey.mts +0 -19
- package/cjs/components/Group/__docs__/Group.mdx +0 -23
- package/cjs/components/Hint/__creevey__/Hint.creevey.mts +0 -68
- package/cjs/components/Hint/__docs__/Hint.mdx +0 -28
- package/cjs/components/Input/__creevey__/Input.creevey.mts +0 -239
- package/cjs/components/Input/__docs__/Input.mdx +0 -27
- package/cjs/components/Kebab/__creevey__/Kebab.creevey.mts +0 -147
- package/cjs/components/Kebab/__docs__/Kebab.mdx +0 -27
- package/cjs/components/Link/__creevey__/Link.creevey.mts +0 -162
- package/cjs/components/Link/__docs__/Link.mdx +0 -27
- package/cjs/components/Loader/__creevey__/Loader.creevey.mts +0 -35
- package/cjs/components/Loader/__docs__/Loader.mdx +0 -23
- package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +0 -221
- package/cjs/components/MaskedInput/__docs__/MaskedInput.mdx +0 -27
- package/cjs/components/MenuFooter/__docs__/MenuFooter.mdx +0 -23
- package/cjs/components/MenuHeader/__docs__/MenuHeader.mdx +0 -23
- package/cjs/components/MenuItem/__docs__/MenuItem.mdx +0 -23
- package/cjs/components/MenuSeparator/__docs__/MenuSeparator.mdx +0 -23
- package/cjs/components/MiniModal/__docs__/MiniModal.mdx +0 -27
- package/cjs/components/MiniModal/__docs__/MiniModalBody.mdx +0 -17
- package/cjs/components/MiniModal/__docs__/MiniModalFooter.mdx +0 -17
- package/cjs/components/MiniModal/__docs__/MiniModalHeader.mdx +0 -18
- package/cjs/components/MiniModal/__docs__/MiniModalIndent.mdx +0 -11
- package/cjs/components/Modal/__creevey__/Modal.creevey.mts +0 -295
- package/cjs/components/Modal/__docs__/Modal.mdx +0 -27
- package/cjs/components/Modal/__docs__/ModalBody.mdx +0 -15
- package/cjs/components/Modal/__docs__/ModalFooter.mdx +0 -15
- package/cjs/components/Modal/__docs__/ModalHeader.mdx +0 -15
- package/cjs/components/Modal/__docs__/ModalSeparator.mdx +0 -15
- package/cjs/components/Paging/__creevey__/Paging.creevey.mts +0 -97
- package/cjs/components/Paging/__docs__/Paging.mdx +0 -27
- package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +0 -46
- package/cjs/components/PasswordInput/__docs__/PasswordInput.mdx +0 -27
- package/cjs/components/Radio/__creevey__/Radio.creevey.mts +0 -28
- package/cjs/components/Radio/__docs__/Radio.mdx +0 -27
- package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +0 -86
- package/cjs/components/RadioGroup/__docs__/RadioGroup.mdx +0 -27
- package/cjs/components/ResponsiveLayout/__docs__/ResponsiveLayout.mdx +0 -96
- package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +0 -247
- package/cjs/components/ScrollContainer/__docs__/ScrollContainer.mdx +0 -23
- package/cjs/components/Select/__creevey__/Select.creevey.mts +0 -293
- package/cjs/components/Select/__docs__/Select.mdx +0 -27
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +0 -421
- package/cjs/components/SidePage/__docs__/SidePage.mdx +0 -27
- package/cjs/components/SidePage/__docs__/SidePageBody.mdx +0 -16
- package/cjs/components/SidePage/__docs__/SidePageContainer.mdx +0 -15
- package/cjs/components/SidePage/__docs__/SidePageFooter.mdx +0 -15
- package/cjs/components/SidePage/__docs__/SidePageHeader.mdx +0 -15
- package/cjs/components/SingleToast/__docs__/SingleToast.mdx +0 -27
- package/cjs/components/Spinner/__docs__/Spinner.mdx +0 -27
- package/cjs/components/Sticky/__creevey__/Sticky.creevey.mts +0 -98
- package/cjs/components/Sticky/__docs__/Sticky.mdx +0 -23
- package/cjs/components/Switcher/__creevey__/Switcher.creevey.mts +0 -24
- package/cjs/components/Switcher/__docs__/Switcher.mdx +0 -27
- package/cjs/components/Tabs/__creevey__/Tabs.creevey.mts +0 -239
- package/cjs/components/Tabs/__docs__/Tab.mdx +0 -27
- package/cjs/components/Tabs/__docs__/Tabs.mdx +0 -27
- package/cjs/components/Textarea/__creevey__/Textarea.creevey.mts +0 -177
- package/cjs/components/Textarea/__docs__/Textarea.mdx +0 -27
- package/cjs/components/Toast/__creevey__/Toast.creevey.mts +0 -77
- package/cjs/components/Toast/__docs__/Toast.mdx +0 -27
- package/cjs/components/Toggle/__creevey__/Toggle.creevey.mts +0 -93
- package/cjs/components/Toggle/__docs__/Toggle.mdx +0 -27
- package/cjs/components/Token/__docs__/Token.mdx +0 -27
- package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.mts +0 -442
- package/cjs/components/TokenInput/__docs__/TokenInput.mdx +0 -27
- package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.mts +0 -533
- package/cjs/components/Tooltip/__docs__/Tooltip.mdx +0 -27
- package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +0 -131
- package/cjs/components/TooltipMenu/__docs__/TooltipMenu.mdx +0 -23
- package/cjs/internal/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.mts +0 -44
- package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +0 -48
- package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +0 -30
- package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +0 -25
- package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +0 -83
- package/cjs/internal/Menu/__creevey__/Menu.creevey.mts +0 -90
- package/cjs/internal/PerformanceMetrics/PerformanceMetrics.d.ts +0 -7
- package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js +0 -89
- package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js.map +0 -1
- package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +0 -37
- package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.creevey.mts +0 -36
- package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +0 -4
- package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +0 -68
- package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.mts +0 -228
- package/components/Autocomplete/__creevey__/Autocomplete.creevey.d.mts +0 -1
- package/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +0 -239
- package/components/Autocomplete/__docs__/Autocomplete.mdx +0 -26
- package/components/Button/__creevey__/Button.creevey.d.mts +0 -1
- package/components/Button/__creevey__/Button.creevey.mts +0 -251
- package/components/Button/__docs__/Button.mdx +0 -27
- package/components/Calendar/__creevey__/Calendar.creevey.d.mts +0 -1
- package/components/Calendar/__creevey__/Calendar.creevey.mts +0 -113
- package/components/Calendar/__docs__/Calendar.mdx +0 -27
- package/components/Calendar/__docs__/CalendarDay.mdx +0 -23
- package/components/Center/__docs__/Center.mdx +0 -23
- package/components/Checkbox/__creevey__/Checkbox.creevey.d.mts +0 -1
- package/components/Checkbox/__creevey__/Checkbox.creevey.mts +0 -243
- package/components/Checkbox/__docs__/Checkbox.mdx +0 -27
- package/components/ComboBox/__creevey__/ComboBox.creevey.d.mts +0 -1
- package/components/ComboBox/__creevey__/ComboBox.creevey.mts +0 -545
- package/components/ComboBox/__docs__/ComboBox.mdx +0 -27
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.mts +0 -1
- package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +0 -81
- package/components/CurrencyInput/__docs__/CurrencyInput.mdx +0 -27
- package/components/CurrencyLabel/__docs__/CurrencyLabel.mdx +0 -23
- package/components/DateInput/__creevey__/DateInput.creevey.d.mts +0 -1
- package/components/DateInput/__creevey__/DateInput.creevey.mts +0 -156
- package/components/DateInput/__docs__/DateInput.mdx +0 -23
- package/components/DatePicker/__creevey__/DatePicker.creevey.d.mts +0 -1
- package/components/DatePicker/__creevey__/DatePicker.creevey.mts +0 -209
- package/components/DatePicker/__docs__/DatePicker.mdx +0 -27
- package/components/DateRangePicker/__creevey__/DateRangePicker.creevey.d.mts +0 -1
- package/components/DateRangePicker/__creevey__/DateRangePicker.creevey.mts +0 -155
- package/components/DateRangePicker/__docs__/DateRangePicker.mdx +0 -123
- package/components/Dropdown/__creevey__/Dropdown.creevey.d.mts +0 -1
- package/components/Dropdown/__creevey__/Dropdown.creevey.mts +0 -184
- package/components/Dropdown/__docs__/Dropdown.mdx +0 -27
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.mts +0 -1
- package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +0 -263
- package/components/DropdownMenu/__docs__/DropdownMenu.mdx +0 -27
- package/components/FileUploader/__docs__/FileUploader.mdx +0 -27
- package/components/FxInput/__creevey__/FxInput.creevey.d.mts +0 -1
- package/components/FxInput/__creevey__/FxInput.creevey.mts +0 -21
- package/components/FxInput/__docs__/FxInput.mdx +0 -27
- package/components/Gapped/__docs__/Gapped.mdx +0 -23
- package/components/GlobalLoader/__docs__/GlobalLoader.mdx +0 -27
- package/components/Group/__creevey__/Group.creevey.d.mts +0 -1
- package/components/Group/__creevey__/Group.creevey.mts +0 -19
- package/components/Group/__docs__/Group.mdx +0 -23
- package/components/Hint/__creevey__/Hint.creevey.d.mts +0 -1
- package/components/Hint/__creevey__/Hint.creevey.mts +0 -68
- package/components/Hint/__docs__/Hint.mdx +0 -28
- package/components/Input/__creevey__/Input.creevey.d.mts +0 -1
- package/components/Input/__creevey__/Input.creevey.mts +0 -239
- package/components/Input/__docs__/Input.mdx +0 -27
- package/components/Kebab/__creevey__/Kebab.creevey.d.mts +0 -1
- package/components/Kebab/__creevey__/Kebab.creevey.mts +0 -147
- package/components/Kebab/__docs__/Kebab.mdx +0 -27
- package/components/Link/__creevey__/Link.creevey.d.mts +0 -1
- package/components/Link/__creevey__/Link.creevey.mts +0 -162
- package/components/Link/__docs__/Link.mdx +0 -27
- package/components/Loader/__creevey__/Loader.creevey.d.mts +0 -1
- package/components/Loader/__creevey__/Loader.creevey.mts +0 -35
- package/components/Loader/__docs__/Loader.mdx +0 -23
- package/components/MaskedInput/__creevey__/MaskedInput.creevey.d.mts +0 -1
- package/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +0 -221
- package/components/MaskedInput/__docs__/MaskedInput.mdx +0 -27
- package/components/MenuFooter/__docs__/MenuFooter.mdx +0 -23
- package/components/MenuHeader/__docs__/MenuHeader.mdx +0 -23
- package/components/MenuItem/__docs__/MenuItem.mdx +0 -23
- package/components/MenuSeparator/__docs__/MenuSeparator.mdx +0 -23
- package/components/MiniModal/__docs__/MiniModal.mdx +0 -27
- package/components/MiniModal/__docs__/MiniModalBody.mdx +0 -17
- package/components/MiniModal/__docs__/MiniModalFooter.mdx +0 -17
- package/components/MiniModal/__docs__/MiniModalHeader.mdx +0 -18
- package/components/MiniModal/__docs__/MiniModalIndent.mdx +0 -11
- package/components/Modal/__creevey__/Modal.creevey.d.mts +0 -1
- package/components/Modal/__creevey__/Modal.creevey.mts +0 -295
- package/components/Modal/__docs__/Modal.mdx +0 -27
- package/components/Modal/__docs__/ModalBody.mdx +0 -15
- package/components/Modal/__docs__/ModalFooter.mdx +0 -15
- package/components/Modal/__docs__/ModalHeader.mdx +0 -15
- package/components/Modal/__docs__/ModalSeparator.mdx +0 -15
- package/components/Paging/__creevey__/Paging.creevey.d.mts +0 -1
- package/components/Paging/__creevey__/Paging.creevey.mts +0 -97
- package/components/Paging/__docs__/Paging.mdx +0 -27
- package/components/PasswordInput/__creevey__/PasswordInput.creevey.d.mts +0 -1
- package/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +0 -46
- package/components/PasswordInput/__docs__/PasswordInput.mdx +0 -27
- package/components/Radio/__creevey__/Radio.creevey.d.mts +0 -1
- package/components/Radio/__creevey__/Radio.creevey.mts +0 -28
- package/components/Radio/__docs__/Radio.mdx +0 -27
- package/components/RadioGroup/__creevey__/RadioGroup.creevey.d.mts +0 -1
- package/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +0 -86
- package/components/RadioGroup/__docs__/RadioGroup.mdx +0 -27
- package/components/ResponsiveLayout/__docs__/ResponsiveLayout.mdx +0 -96
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.mts +0 -1
- package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +0 -247
- package/components/ScrollContainer/__docs__/ScrollContainer.mdx +0 -23
- package/components/Select/__creevey__/Select.creevey.d.mts +0 -1
- package/components/Select/__creevey__/Select.creevey.mts +0 -293
- package/components/Select/__docs__/Select.mdx +0 -27
- package/components/SidePage/__creevey__/SidePage.creevey.d.mts +0 -1
- package/components/SidePage/__creevey__/SidePage.creevey.mts +0 -421
- package/components/SidePage/__docs__/SidePage.mdx +0 -27
- package/components/SidePage/__docs__/SidePageBody.mdx +0 -16
- package/components/SidePage/__docs__/SidePageContainer.mdx +0 -15
- package/components/SidePage/__docs__/SidePageFooter.mdx +0 -15
- package/components/SidePage/__docs__/SidePageHeader.mdx +0 -15
- package/components/SingleToast/__docs__/SingleToast.mdx +0 -27
- package/components/Spinner/__docs__/Spinner.mdx +0 -27
- package/components/Sticky/__creevey__/Sticky.creevey.d.mts +0 -1
- package/components/Sticky/__creevey__/Sticky.creevey.mts +0 -98
- package/components/Sticky/__docs__/Sticky.mdx +0 -23
- package/components/Switcher/__creevey__/Switcher.creevey.d.mts +0 -1
- package/components/Switcher/__creevey__/Switcher.creevey.mts +0 -24
- package/components/Switcher/__docs__/Switcher.mdx +0 -27
- package/components/Tabs/__creevey__/Tabs.creevey.d.mts +0 -1
- package/components/Tabs/__creevey__/Tabs.creevey.mts +0 -239
- package/components/Tabs/__docs__/Tab.mdx +0 -27
- package/components/Tabs/__docs__/Tabs.mdx +0 -27
- package/components/Textarea/__creevey__/Textarea.creevey.d.mts +0 -1
- package/components/Textarea/__creevey__/Textarea.creevey.mts +0 -177
- package/components/Textarea/__docs__/Textarea.mdx +0 -27
- package/components/Toast/__creevey__/Toast.creevey.d.mts +0 -1
- package/components/Toast/__creevey__/Toast.creevey.mts +0 -77
- package/components/Toast/__docs__/Toast.mdx +0 -27
- package/components/Toggle/__creevey__/Toggle.creevey.d.mts +0 -1
- package/components/Toggle/__creevey__/Toggle.creevey.mts +0 -93
- package/components/Toggle/__docs__/Toggle.mdx +0 -27
- package/components/Token/__docs__/Token.mdx +0 -27
- package/components/TokenInput/__creevey__/TokenInput.creevey.d.mts +0 -1
- package/components/TokenInput/__creevey__/TokenInput.creevey.mts +0 -442
- package/components/TokenInput/__docs__/TokenInput.mdx +0 -27
- package/components/Tooltip/__creevey__/Tooltip.creevey.d.mts +0 -1
- package/components/Tooltip/__creevey__/Tooltip.creevey.mts +0 -533
- package/components/Tooltip/__docs__/Tooltip.mdx +0 -27
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.mts +0 -1
- package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +0 -131
- package/components/TooltipMenu/__docs__/TooltipMenu.mdx +0 -23
- package/internal/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.d.mts +0 -1
- package/internal/ClearCrossIcon/__creevey__/ClearCrossIcon.creevey.mts +0 -44
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.mts +0 -1
- package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +0 -48
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.mts +0 -1
- package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +0 -30
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.mts +0 -1
- package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +0 -25
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.mts +0 -1
- package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +0 -83
- package/internal/Menu/__creevey__/Menu.creevey.d.mts +0 -1
- package/internal/Menu/__creevey__/Menu.creevey.mts +0 -90
- package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js +0 -106
- package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js.map +0 -1
- package/internal/PerformanceMetrics/PerformanceMetrics/package.json +0 -6
- package/internal/PerformanceMetrics/PerformanceMetrics.d.ts +0 -7
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.mts +0 -1
- package/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +0 -37
- package/internal/ThemePlayground/__creevey__/Theme5_0.creevey.d.mts +0 -1
- package/internal/ThemePlayground/__creevey__/Theme5_0.creevey.mts +0 -36
- package/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +0 -4
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.mts +0 -1
- package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +0 -68
- package/internal/ZIndex/__creevey__/ZIndex.creevey.d.mts +0 -1
- package/internal/ZIndex/__creevey__/ZIndex.creevey.mts +0 -228
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;exports.__esModule = true;exports.styles = void 0;var _taggedTemplateLiteralLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteralLoose"));var _Emotion = require("../../lib/theming/Emotion");
|
|
2
2
|
|
|
3
|
-
var _Mixins = require("../../lib/styles/Mixins");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
|
|
3
|
+
var _Mixins = require("../../lib/styles/Mixins");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;
|
|
4
4
|
|
|
5
5
|
var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
6
6
|
root: function root() {
|
|
@@ -9,16 +9,10 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
},
|
|
13
|
-
|
|
14
|
-
mobileRoot: function mobileRoot() {
|
|
15
|
-
return (0, _Emotion.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteralLoose2.default)(["\n width: 100%;\n "])));
|
|
16
|
-
|
|
17
|
-
|
|
18
12
|
},
|
|
19
13
|
|
|
20
14
|
overlay: function overlay() {
|
|
21
|
-
return (0, _Emotion.css)(
|
|
15
|
+
return (0, _Emotion.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteralLoose2.default)(["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n "])));
|
|
22
16
|
|
|
23
17
|
|
|
24
18
|
|
|
@@ -28,7 +22,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
28
22
|
},
|
|
29
23
|
|
|
30
24
|
body: function body(t) {
|
|
31
|
-
return (0, _Emotion.css)(
|
|
25
|
+
return (0, _Emotion.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteralLoose2.default)(["\n flex: 1 0 auto;\n z-index: 0;\n color: ", ";\n "])),
|
|
32
26
|
|
|
33
27
|
|
|
34
28
|
t.modalBodyTextColor);
|
|
@@ -36,21 +30,21 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
36
30
|
},
|
|
37
31
|
|
|
38
32
|
mobileBody: function mobileBody() {
|
|
39
|
-
return (0, _Emotion.css)(
|
|
33
|
+
return (0, _Emotion.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteralLoose2.default)(["\n font-size: 16px;\n line-height: 22px;\n "])));
|
|
40
34
|
|
|
41
35
|
|
|
42
36
|
|
|
43
37
|
},
|
|
44
38
|
|
|
45
39
|
container: function container(t) {
|
|
46
|
-
return (0, _Emotion.css)(
|
|
40
|
+
return (0, _Emotion.css)(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: ", ";\n padding-right: ", ";\n "])),
|
|
47
41
|
t.sidePagePaddingLeft,
|
|
48
42
|
t.sidePagePaddingRight);
|
|
49
43
|
|
|
50
44
|
},
|
|
51
45
|
|
|
52
46
|
mobileContainer: function mobileContainer(t) {
|
|
53
|
-
return (0, _Emotion.css)(
|
|
47
|
+
return (0, _Emotion.css)(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: ", ";\n padding-right: ", ";\n padding-bottom: ", ";\n "])),
|
|
54
48
|
t.mobileSidePagePaddingLeft,
|
|
55
49
|
t.mobileSidePagePaddingRight,
|
|
56
50
|
t.mobileSidePagePaddingBottom);
|
|
@@ -58,37 +52,37 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
58
52
|
},
|
|
59
53
|
|
|
60
54
|
containerWithoutHeader: function containerWithoutHeader(t) {
|
|
61
|
-
return (0, _Emotion.css)(
|
|
55
|
+
return (0, _Emotion.css)(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-top: ", ";\n "])),
|
|
62
56
|
t.sidePagePaddingTop);
|
|
63
57
|
|
|
64
58
|
},
|
|
65
59
|
|
|
66
60
|
mobileContainerWithoutHeader: function mobileContainerWithoutHeader(t) {
|
|
67
|
-
return (0, _Emotion.css)(
|
|
61
|
+
return (0, _Emotion.css)(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-top: ", ";\n "])),
|
|
68
62
|
t.mobileSidePagePaddingTop);
|
|
69
63
|
|
|
70
64
|
},
|
|
71
65
|
|
|
72
66
|
containerWithoutFooter: function containerWithoutFooter(t) {
|
|
73
|
-
return (0, _Emotion.css)(
|
|
67
|
+
return (0, _Emotion.css)(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-bottom: ", ";\n "])),
|
|
74
68
|
t.sidePagePaddingBottom);
|
|
75
69
|
|
|
76
70
|
},
|
|
77
71
|
|
|
78
72
|
containerWithPanel: function containerWithPanel(t) {
|
|
79
|
-
return (0, _Emotion.css)(
|
|
73
|
+
return (0, _Emotion.css)(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-bottom: ", ";\n "])),
|
|
80
74
|
t.sidePagePaddingBottom);
|
|
81
75
|
|
|
82
76
|
},
|
|
83
77
|
|
|
84
78
|
focusLock: function focusLock() {
|
|
85
|
-
return (0, _Emotion.css)(
|
|
79
|
+
return (0, _Emotion.css)(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteralLoose2.default)(["\n height: 100%;\n "])));
|
|
86
80
|
|
|
87
81
|
|
|
88
82
|
},
|
|
89
83
|
|
|
90
84
|
wrapper: function wrapper(t) {
|
|
91
|
-
return (0, _Emotion.css)(
|
|
85
|
+
return (0, _Emotion.css)(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteralLoose2.default)(["\n background: ", ";\n float: right;\n height: 100%;\n width: 100%;\n overflow-y: auto;\n position: relative;\n white-space: normal;\n align-items: stretch;\n display: flex;\n flex-direction: column;\n "])),
|
|
92
86
|
t.sidePageBgDefault);
|
|
93
87
|
|
|
94
88
|
|
|
@@ -103,31 +97,31 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
103
97
|
},
|
|
104
98
|
|
|
105
99
|
wrapperLeft: function wrapperLeft() {
|
|
106
|
-
return (0, _Emotion.css)(
|
|
100
|
+
return (0, _Emotion.css)(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteralLoose2.default)(["\n float: left;\n "])));
|
|
107
101
|
|
|
108
102
|
|
|
109
103
|
},
|
|
110
104
|
|
|
111
105
|
wrapperMarginLeft: function wrapperMarginLeft() {
|
|
112
|
-
return (0, _Emotion.css)(
|
|
106
|
+
return (0, _Emotion.css)(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-left: 20px;\n "])));
|
|
113
107
|
|
|
114
108
|
|
|
115
109
|
},
|
|
116
110
|
|
|
117
111
|
wrapperMarginRight: function wrapperMarginRight() {
|
|
118
|
-
return (0, _Emotion.css)(
|
|
112
|
+
return (0, _Emotion.css)(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: 20px;\n "])));
|
|
119
113
|
|
|
120
114
|
|
|
121
115
|
},
|
|
122
116
|
|
|
123
117
|
headerWrapper: function headerWrapper() {
|
|
124
|
-
return (0, _Emotion.css)(
|
|
118
|
+
return (0, _Emotion.css)(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteralLoose2.default)(["\n flex: 0 0 auto;\n "])));
|
|
125
119
|
|
|
126
120
|
|
|
127
121
|
},
|
|
128
122
|
|
|
129
123
|
header: function header(t) {
|
|
130
|
-
return (0, _Emotion.css)(
|
|
124
|
+
return (0, _Emotion.css)(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteralLoose2.default)(["\n font-size: ", ";\n line-height: ", ";\n padding: ", " 0 ", ";\n width: 100%;\n position: relative;\n color: ", ";\n font-weight: ", ";\n "])),
|
|
131
125
|
t.sidePageHeaderFontSize,
|
|
132
126
|
t.sidePageHeaderLineHeight,
|
|
133
127
|
t.sidePageHeaderPaddingTop, t.sidePageHeaderPaddingBottom,
|
|
@@ -139,7 +133,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
139
133
|
},
|
|
140
134
|
|
|
141
135
|
mobileHeader: function mobileHeader(t) {
|
|
142
|
-
return (0, _Emotion.css)(
|
|
136
|
+
return (0, _Emotion.css)(_templateObject18 || (_templateObject18 = (0, _taggedTemplateLiteralLoose2.default)(["\n font-size: ", ";\n line-height: ", ";\n padding: ", " 0 ", ";\n "])),
|
|
143
137
|
t.mobileSidePageHeaderFontSize,
|
|
144
138
|
t.mobileSidePageHeaderLineHeight,
|
|
145
139
|
t.mobileSidePageHeaderPaddingTop, t.mobileSidePageHeaderPaddingBottom);
|
|
@@ -147,7 +141,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
147
141
|
},
|
|
148
142
|
|
|
149
143
|
headerFixed: function headerFixed(t) {
|
|
150
|
-
return (0, _Emotion.css)(
|
|
144
|
+
return (0, _Emotion.css)(_templateObject19 || (_templateObject19 = (0, _taggedTemplateLiteralLoose2.default)(["\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n padding: ", " 0;\n\n &:after {\n bottom: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ", ";\n }\n "])),
|
|
151
145
|
t.sidePageBgDefault,
|
|
152
146
|
t.sidePageHeaderFixedFontSize,
|
|
153
147
|
t.sidePageHeaderFixedLineHeight,
|
|
@@ -168,7 +162,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
168
162
|
|
|
169
163
|
title: function title(t) {
|
|
170
164
|
var paddingRight = parseInt(t.sidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);
|
|
171
|
-
return (0, _Emotion.css)(
|
|
165
|
+
return (0, _Emotion.css)(_templateObject20 || (_templateObject20 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: ", ";\n padding-right: ", "px;\n "])),
|
|
172
166
|
t.sidePagePaddingLeft,
|
|
173
167
|
paddingRight);
|
|
174
168
|
|
|
@@ -179,21 +173,21 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
179
173
|
parseInt(t.sidePageCloseButtonClickAreaLeft) +
|
|
180
174
|
parseInt(t.sidePageCloseIconSize) +
|
|
181
175
|
parseInt(t.sidePageCloseButtonClickAreaRight);
|
|
182
|
-
return (0, _Emotion.css)(
|
|
176
|
+
return (0, _Emotion.css)(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-right: ", "px;\n "])),
|
|
183
177
|
paddingRight);
|
|
184
178
|
|
|
185
179
|
},
|
|
186
180
|
|
|
187
181
|
mobileTitle: function mobileTitle(t) {
|
|
188
182
|
var paddingRight = parseInt(t.mobileSidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);
|
|
189
|
-
return (0, _Emotion.css)(
|
|
183
|
+
return (0, _Emotion.css)(_templateObject22 || (_templateObject22 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: ", ";\n padding-right: ", "px;\n "])),
|
|
190
184
|
t.mobileSidePagePaddingLeft,
|
|
191
185
|
paddingRight);
|
|
192
186
|
|
|
193
187
|
},
|
|
194
188
|
|
|
195
189
|
titleFixed: function titleFixed() {
|
|
196
|
-
return (0, _Emotion.css)(
|
|
190
|
+
return (0, _Emotion.css)(_templateObject23 || (_templateObject23 = (0, _taggedTemplateLiteralLoose2.default)(["\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n "])));
|
|
197
191
|
|
|
198
192
|
|
|
199
193
|
|
|
@@ -201,7 +195,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
201
195
|
},
|
|
202
196
|
|
|
203
197
|
background: function background() {
|
|
204
|
-
return (0, _Emotion.css)(
|
|
198
|
+
return (0, _Emotion.css)(_templateObject24 || (_templateObject24 = (0, _taggedTemplateLiteralLoose2.default)(["\n height: 100%;\n position: absolute;\n width: 100%;\n "])));
|
|
205
199
|
|
|
206
200
|
|
|
207
201
|
|
|
@@ -209,20 +203,20 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
209
203
|
},
|
|
210
204
|
|
|
211
205
|
backgroundGray: function backgroundGray(t) {
|
|
212
|
-
return (0, _Emotion.css)(
|
|
206
|
+
return (0, _Emotion.css)(_templateObject25 || (_templateObject25 = (0, _taggedTemplateLiteralLoose2.default)(["\n background: ", ";\n opacity: ", ";\n "])),
|
|
213
207
|
t.sidePageBackingBg,
|
|
214
208
|
t.sidePageBackingBgOpacity);
|
|
215
209
|
|
|
216
210
|
},
|
|
217
211
|
|
|
218
212
|
shadow: function shadow(t) {
|
|
219
|
-
return (0, _Emotion.css)(
|
|
213
|
+
return (0, _Emotion.css)(_templateObject26 || (_templateObject26 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: ", ";\n "])),
|
|
220
214
|
t.sidePageContainerShadow);
|
|
221
215
|
|
|
222
216
|
},
|
|
223
217
|
|
|
224
218
|
close: function close(t) {
|
|
225
|
-
return (0, _Emotion.css)(
|
|
219
|
+
return (0, _Emotion.css)(_templateObject27 || (_templateObject27 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n cursor: pointer;\n color: ", ";\n padding: ", ";\n margin: -", ";\n font-size: 0;\n\n &:focus,\n &:hover {\n color: ", ";\n }\n\n & > svg {\n width: ", ";\n height: ", ";\n box-sizing: content-box;\n }\n "])),
|
|
226
220
|
(0, _Mixins.resetButton)(),
|
|
227
221
|
|
|
228
222
|
t.sidePageCloseButtonColor,
|
|
@@ -244,7 +238,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
244
238
|
},
|
|
245
239
|
|
|
246
240
|
close5_1: function close5_1(t) {
|
|
247
|
-
return (0, _Emotion.css)(
|
|
241
|
+
return (0, _Emotion.css)(_templateObject28 || (_templateObject28 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-top: ", ";\n margin-top: -", ";\n padding-right: ", ";\n margin-right: -", ";\n padding-bottom: ", ";\n margin-bottom: -", ";\n padding-left: ", ";\n margin-left: -", ";\n "])),
|
|
248
242
|
t.sidePageCloseButtonClickAreaTop,
|
|
249
243
|
t.sidePageCloseButtonClickAreaTop,
|
|
250
244
|
t.sidePageCloseButtonClickAreaRight,
|
|
@@ -257,7 +251,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
257
251
|
},
|
|
258
252
|
|
|
259
253
|
closeSticky: function closeSticky(t) {
|
|
260
|
-
return (0, _Emotion.css)(
|
|
254
|
+
return (0, _Emotion.css)(_templateObject29 || (_templateObject29 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-top: ", ";\n margin-top: -", ";\n padding-bottom: ", ";\n margin-bottom: -", ";\n "])),
|
|
261
255
|
t.sidePageCloseButtonFixedClickAreaTop,
|
|
262
256
|
t.sidePageCloseButtonFixedClickAreaTop,
|
|
263
257
|
t.sidePageCloseButtonFixedClickAreaBottom,
|
|
@@ -266,7 +260,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
266
260
|
},
|
|
267
261
|
|
|
268
262
|
closeMobile: function closeMobile(t) {
|
|
269
|
-
return (0, _Emotion.css)(
|
|
263
|
+
return (0, _Emotion.css)(_templateObject30 || (_templateObject30 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: ", ";\n margin: -", ";\n font-size: 0;\n "])),
|
|
270
264
|
t.mobileSidePageCloseButtonClickArea,
|
|
271
265
|
t.mobileSidePageCloseButtonClickArea);
|
|
272
266
|
|
|
@@ -274,20 +268,20 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
274
268
|
},
|
|
275
269
|
|
|
276
270
|
closeFocus: function closeFocus(t) {
|
|
277
|
-
return (0, _Emotion.css)(
|
|
271
|
+
return (0, _Emotion.css)(_templateObject31 || (_templateObject31 = (0, _taggedTemplateLiteralLoose2.default)(["\n outline: 2px solid ", ";\n "])),
|
|
278
272
|
t.borderColorFocus);
|
|
279
273
|
|
|
280
274
|
},
|
|
281
275
|
|
|
282
276
|
closeFocus5_1: function closeFocus5_1(t) {
|
|
283
|
-
return (0, _Emotion.css)(
|
|
277
|
+
return (0, _Emotion.css)(_templateObject32 || (_templateObject32 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: inset 0 0 0 2px ", ";\n border-radius: 4px;\n "])),
|
|
284
278
|
t.borderColorFocus);
|
|
285
279
|
|
|
286
280
|
|
|
287
281
|
},
|
|
288
282
|
|
|
289
283
|
wrapperClose: function wrapperClose(t) {
|
|
290
|
-
return (0, _Emotion.css)(
|
|
284
|
+
return (0, _Emotion.css)(_templateObject33 || (_templateObject33 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-sizing: border-box;\n height: 100%;\n line-height: ", ";\n padding: ", " 0 ", ";\n position: absolute;\n right: ", ";\n top: ", ";\n "])),
|
|
291
285
|
|
|
292
286
|
|
|
293
287
|
t.sidePageHeaderLineHeight,
|
|
@@ -299,13 +293,13 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
299
293
|
},
|
|
300
294
|
|
|
301
295
|
wrapperClose5_1: function wrapperClose5_1(t) {
|
|
302
|
-
return (0, _Emotion.css)(
|
|
296
|
+
return (0, _Emotion.css)(_templateObject34 || (_templateObject34 = (0, _taggedTemplateLiteralLoose2.default)(["\n right: ", ";\n "])),
|
|
303
297
|
t.sidePageCloseButtonClickAreaRight);
|
|
304
298
|
|
|
305
299
|
},
|
|
306
300
|
|
|
307
301
|
mobileWrapperClose: function mobileWrapperClose(t) {
|
|
308
|
-
return (0, _Emotion.css)(
|
|
302
|
+
return (0, _Emotion.css)(_templateObject35 || (_templateObject35 = (0, _taggedTemplateLiteralLoose2.default)(["\n line-height: ", ";\n padding: ", " 0 ", ";\n right: ", ";\n "])),
|
|
309
303
|
t.mobileSidePageHeaderLineHeight,
|
|
310
304
|
t.mobileSidePageHeaderPaddingTop, t.mobileSidePageHeaderPaddingBottom,
|
|
311
305
|
t.mobileSidePageCloseButtonRightPadding);
|
|
@@ -313,13 +307,13 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
313
307
|
},
|
|
314
308
|
|
|
315
309
|
mobileWrapperClose5_1: function mobileWrapperClose5_1(t) {
|
|
316
|
-
return (0, _Emotion.css)(
|
|
310
|
+
return (0, _Emotion.css)(_templateObject36 || (_templateObject36 = (0, _taggedTemplateLiteralLoose2.default)(["\n right: ", ";\n "])),
|
|
317
311
|
t.mobileSidePageCloseButtonPadding);
|
|
318
312
|
|
|
319
313
|
},
|
|
320
314
|
|
|
321
315
|
panel: function panel(t) {
|
|
322
|
-
return (0, _Emotion.css)(
|
|
316
|
+
return (0, _Emotion.css)(_templateObject37 || (_templateObject37 = (0, _taggedTemplateLiteralLoose2.default)(["\n background: ", ";\n padding: ", " ", " ", "\n ", ";\n "])),
|
|
323
317
|
t.sidePageFooterPanelBg,
|
|
324
318
|
t.sidePageFooterPanelPaddingTop, t.sidePagePaddingRight, t.sidePageFooterPanelPaddingBottom,
|
|
325
319
|
t.sidePagePaddingLeft);
|
|
@@ -327,26 +321,26 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
327
321
|
},
|
|
328
322
|
|
|
329
323
|
wrapperCloseFixed: function wrapperCloseFixed(t) {
|
|
330
|
-
return (0, _Emotion.css)(
|
|
324
|
+
return (0, _Emotion.css)(_templateObject38 || (_templateObject38 = (0, _taggedTemplateLiteralLoose2.default)(["\n line-height: ", ";\n padding: ", " 0;\n "])),
|
|
331
325
|
t.sidePageHeaderFixedLineHeight,
|
|
332
326
|
t.sidePageHeaderFixedPaddingY);
|
|
333
327
|
|
|
334
328
|
},
|
|
335
329
|
|
|
336
330
|
wrapperCloseFixed5_1: function wrapperCloseFixed5_1(t) {
|
|
337
|
-
return (0, _Emotion.css)(
|
|
331
|
+
return (0, _Emotion.css)(_templateObject39 || (_templateObject39 = (0, _taggedTemplateLiteralLoose2.default)(["\n top: ", ";\n "])),
|
|
338
332
|
t.sidePageCloseButtonWrapperFixedOffsetTop);
|
|
339
333
|
|
|
340
334
|
},
|
|
341
335
|
|
|
342
336
|
footerWrapper: function footerWrapper() {
|
|
343
|
-
return (0, _Emotion.css)(
|
|
337
|
+
return (0, _Emotion.css)(_templateObject40 || (_templateObject40 = (0, _taggedTemplateLiteralLoose2.default)(["\n flex: 0 0 auto;\n "])));
|
|
344
338
|
|
|
345
339
|
|
|
346
340
|
},
|
|
347
341
|
|
|
348
342
|
footer: function footer(t) {
|
|
349
|
-
return (0, _Emotion.css)(
|
|
343
|
+
return (0, _Emotion.css)(_templateObject41 || (_templateObject41 = (0, _taggedTemplateLiteralLoose2.default)(["\n bottom: 0;\n position: fixed;\n z-index: 10;\n color: ", ";\n "])),
|
|
350
344
|
|
|
351
345
|
|
|
352
346
|
|
|
@@ -355,20 +349,20 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
355
349
|
},
|
|
356
350
|
|
|
357
351
|
positionStatic: function positionStatic() {
|
|
358
|
-
return (0, _Emotion.css)(
|
|
352
|
+
return (0, _Emotion.css)(_templateObject42 || (_templateObject42 = (0, _taggedTemplateLiteralLoose2.default)(["\n position: static;\n "])));
|
|
359
353
|
|
|
360
354
|
|
|
361
355
|
},
|
|
362
356
|
|
|
363
357
|
footerContent: function footerContent(t) {
|
|
364
|
-
return (0, _Emotion.css)(
|
|
358
|
+
return (0, _Emotion.css)(_templateObject43 || (_templateObject43 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: ", " ", " ", "\n ", ";\n "])),
|
|
365
359
|
t.sidePageFooterPaddingTop, t.sidePagePaddingRight, t.sidePageFooterPaddingBottom,
|
|
366
360
|
t.sidePagePaddingLeft);
|
|
367
361
|
|
|
368
362
|
},
|
|
369
363
|
|
|
370
364
|
mobileFooterContent: function mobileFooterContent(t) {
|
|
371
|
-
return (0, _Emotion.css)(
|
|
365
|
+
return (0, _Emotion.css)(_templateObject44 || (_templateObject44 = (0, _taggedTemplateLiteralLoose2.default)(["\n display: flex;\n flex-flow: column nowrap;\n padding: ", ";\n "])),
|
|
372
366
|
|
|
373
367
|
|
|
374
368
|
t.mobileSidePageFooterPadding);
|
|
@@ -376,7 +370,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
376
370
|
},
|
|
377
371
|
|
|
378
372
|
footerFixed: function footerFixed(t) {
|
|
379
|
-
return (0, _Emotion.css)(
|
|
373
|
+
return (0, _Emotion.css)(_templateObject45 || (_templateObject45 = (0, _taggedTemplateLiteralLoose2.default)(["\n background: ", ";\n\n &:before {\n top: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ", ";\n }\n "])),
|
|
380
374
|
t.sidePageBgDefault,
|
|
381
375
|
|
|
382
376
|
|
|
@@ -393,7 +387,7 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
393
387
|
},
|
|
394
388
|
|
|
395
389
|
panelFixed: function panelFixed(t) {
|
|
396
|
-
return (0, _Emotion.css)(
|
|
390
|
+
return (0, _Emotion.css)(_templateObject46 || (_templateObject46 = (0, _taggedTemplateLiteralLoose2.default)(["\n &:before {\n box-shadow: ", ";\n }\n "])),
|
|
397
391
|
|
|
398
392
|
t.sidePageFixedPanelShadow);
|
|
399
393
|
|
|
@@ -401,19 +395,19 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
401
395
|
},
|
|
402
396
|
|
|
403
397
|
transitionLeft: function transitionLeft() {
|
|
404
|
-
return (0, _Emotion.css)(
|
|
398
|
+
return (0, _Emotion.css)(_templateObject47 || (_templateObject47 = (0, _taggedTemplateLiteralLoose2.default)(["\n transform: translateX(100px);\n "])));
|
|
405
399
|
|
|
406
400
|
|
|
407
401
|
},
|
|
408
402
|
|
|
409
403
|
transitionRight: function transitionRight() {
|
|
410
|
-
return (0, _Emotion.css)(
|
|
404
|
+
return (0, _Emotion.css)(_templateObject48 || (_templateObject48 = (0, _taggedTemplateLiteralLoose2.default)(["\n transform: translateX(-100px);\n "])));
|
|
411
405
|
|
|
412
406
|
|
|
413
407
|
},
|
|
414
408
|
|
|
415
409
|
transitionActive: function transitionActive() {
|
|
416
|
-
return (0, _Emotion.css)(
|
|
410
|
+
return (0, _Emotion.css)(_templateObject49 || (_templateObject49 = (0, _taggedTemplateLiteralLoose2.default)(["\n transition:\n transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1),\n opacity 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);\n opacity: 1 !important;\n transform: translate(0, 0) !important;\n "])));
|
|
417
411
|
|
|
418
412
|
|
|
419
413
|
|
|
@@ -423,13 +417,13 @@ var styles = exports.styles = (0, _Emotion.memoizeStyle)({
|
|
|
423
417
|
},
|
|
424
418
|
|
|
425
419
|
transitionLeave: function transitionLeave() {
|
|
426
|
-
return (0, _Emotion.css)(
|
|
420
|
+
return (0, _Emotion.css)(_templateObject50 || (_templateObject50 = (0, _taggedTemplateLiteralLoose2.default)(["\n opacity: 1;\n "])));
|
|
427
421
|
|
|
428
422
|
|
|
429
423
|
},
|
|
430
424
|
|
|
431
425
|
transitionLeaveActive: function transitionLeaveActive() {
|
|
432
|
-
return (0, _Emotion.css)(
|
|
426
|
+
return (0, _Emotion.css)(_templateObject51 || (_templateObject51 = (0, _taggedTemplateLiteralLoose2.default)(["\n opacity: 0.01 !important;\n transition: opacity 0.15s ease-out;\n "])));
|
|
433
427
|
|
|
434
428
|
|
|
435
429
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_Emotion","require","_Mixins","_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","styles","exports","memoizeStyle","root","css","_taggedTemplateLiteralLoose2","default","mobileRoot","overlay","body","t","modalBodyTextColor","mobileBody","container","sidePagePaddingLeft","sidePagePaddingRight","mobileContainer","mobileSidePagePaddingLeft","mobileSidePagePaddingRight","mobileSidePagePaddingBottom","containerWithoutHeader","sidePagePaddingTop","mobileContainerWithoutHeader","mobileSidePagePaddingTop","containerWithoutFooter","sidePagePaddingBottom","containerWithPanel","focusLock","wrapper","sidePageBgDefault","wrapperLeft","wrapperMarginLeft","wrapperMarginRight","headerWrapper","header","sidePageHeaderFontSize","sidePageHeaderLineHeight","sidePageHeaderPaddingTop","sidePageHeaderPaddingBottom","sidePageHeaderTextColor","sidePageHeaderFontWeight","mobileHeader","mobileSidePageHeaderFontSize","mobileSidePageHeaderLineHeight","mobileSidePageHeaderPaddingTop","mobileSidePageHeaderPaddingBottom","headerFixed","sidePageHeaderFixedFontSize","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","sidePageFixedHeaderShadow","title","paddingRight","parseInt","sidePageCloseButtonPadding","sidePageCloseIconSize","title5_1","sidePageCloseButtonClickAreaLeft","sidePageCloseButtonClickAreaRight","mobileTitle","mobileSidePageCloseButtonPadding","titleFixed","background","backgroundGray","sidePageBackingBg","sidePageBackingBgOpacity","shadow","sidePageContainerShadow","close","resetButton","sidePageCloseButtonColor","sidePageCloseButtonClickArea","sidePageCloseButtonHoverColor","close5_1","sidePageCloseButtonClickAreaTop","sidePageCloseButtonClickAreaBottom","closeSticky","sidePageCloseButtonFixedClickAreaTop","sidePageCloseButtonFixedClickAreaBottom","closeMobile","mobileSidePageCloseButtonClickArea","closeFocus","borderColorFocus","closeFocus5_1","wrapperClose","sidePageCloseButtonWrapperOffsetTop","wrapperClose5_1","mobileWrapperClose","mobileSidePageCloseButtonRightPadding","mobileWrapperClose5_1","panel","sidePageFooterPanelBg","sidePageFooterPanelPaddingTop","sidePageFooterPanelPaddingBottom","wrapperCloseFixed","wrapperCloseFixed5_1","sidePageCloseButtonWrapperFixedOffsetTop","footerWrapper","footer","sidePageFooterTextColor","positionStatic","footerContent","sidePageFooterPaddingTop","sidePageFooterPaddingBottom","mobileFooterContent","mobileSidePageFooterPadding","footerFixed","sidePageFixedFooterShadow","panelFixed","sidePageFixedPanelShadow","transitionLeft","transitionRight","transitionActive","transitionLeave","transitionLeaveActive"],"sources":["SidePage.styles.ts"],"sourcesContent":["import { css, memoizeStyle } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { resetButton } from '../../lib/styles/Mixins';\n\nexport const styles = memoizeStyle({\n root() {\n return css`\n height: 100%;\n position: fixed;\n top: 0;\n `;\n },\n\n mobileRoot() {\n return css`\n width: 100%;\n `;\n },\n\n overlay() {\n return css`\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n `;\n },\n\n body(t: Theme) {\n return css`\n flex: 1 0 auto;\n z-index: 0;\n color: ${t.modalBodyTextColor};\n `;\n },\n\n mobileBody() {\n return css`\n font-size: 16px;\n line-height: 22px;\n `;\n },\n\n container(t: Theme) {\n return css`\n padding-left: ${t.sidePagePaddingLeft};\n padding-right: ${t.sidePagePaddingRight};\n `;\n },\n\n mobileContainer(t: Theme) {\n return css`\n padding-left: ${t.mobileSidePagePaddingLeft};\n padding-right: ${t.mobileSidePagePaddingRight};\n padding-bottom: ${t.mobileSidePagePaddingBottom};\n `;\n },\n\n containerWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.sidePagePaddingTop};\n `;\n },\n\n mobileContainerWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.mobileSidePagePaddingTop};\n `;\n },\n\n containerWithoutFooter(t: Theme) {\n return css`\n padding-bottom: ${t.sidePagePaddingBottom};\n `;\n },\n\n containerWithPanel(t: Theme) {\n return css`\n padding-bottom: ${t.sidePagePaddingBottom};\n `;\n },\n\n focusLock() {\n return css`\n height: 100%;\n `;\n },\n\n wrapper(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n float: right;\n height: 100%;\n width: 100%;\n overflow-y: auto;\n position: relative;\n white-space: normal;\n align-items: stretch;\n display: flex;\n flex-direction: column;\n `;\n },\n\n wrapperLeft() {\n return css`\n float: left;\n `;\n },\n\n wrapperMarginLeft() {\n return css`\n margin-left: 20px;\n `;\n },\n\n wrapperMarginRight() {\n return css`\n margin-right: 20px;\n `;\n },\n\n headerWrapper() {\n return css`\n flex: 0 0 auto;\n `;\n },\n\n header(t: Theme) {\n return css`\n font-size: ${t.sidePageHeaderFontSize};\n line-height: ${t.sidePageHeaderLineHeight};\n padding: ${t.sidePageHeaderPaddingTop} 0 ${t.sidePageHeaderPaddingBottom};\n width: 100%;\n position: relative;\n color: ${t.sidePageHeaderTextColor};\n font-weight: ${t.sidePageHeaderFontWeight};\n `;\n },\n\n mobileHeader(t: Theme) {\n return css`\n font-size: ${t.mobileSidePageHeaderFontSize};\n line-height: ${t.mobileSidePageHeaderLineHeight};\n padding: ${t.mobileSidePageHeaderPaddingTop} 0 ${t.mobileSidePageHeaderPaddingBottom};\n `;\n },\n\n headerFixed(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n font-size: ${t.sidePageHeaderFixedFontSize};\n line-height: ${t.sidePageHeaderFixedLineHeight};\n padding: ${t.sidePageHeaderFixedPaddingY} 0;\n\n &:after {\n bottom: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.sidePageFixedHeaderShadow};\n }\n `;\n },\n\n title(t: Theme) {\n const paddingRight = parseInt(t.sidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);\n return css`\n padding-left: ${t.sidePagePaddingLeft};\n padding-right: ${paddingRight}px;\n `;\n },\n\n title5_1(t: Theme) {\n const paddingRight =\n parseInt(t.sidePageCloseButtonClickAreaLeft) +\n parseInt(t.sidePageCloseIconSize) +\n parseInt(t.sidePageCloseButtonClickAreaRight);\n return css`\n padding-right: ${paddingRight}px;\n `;\n },\n\n mobileTitle(t: Theme) {\n const paddingRight = parseInt(t.mobileSidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);\n return css`\n padding-left: ${t.mobileSidePagePaddingLeft};\n padding-right: ${paddingRight}px;\n `;\n },\n\n titleFixed() {\n return css`\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n `;\n },\n\n background() {\n return css`\n height: 100%;\n position: absolute;\n width: 100%;\n `;\n },\n\n backgroundGray(t: Theme) {\n return css`\n background: ${t.sidePageBackingBg};\n opacity: ${t.sidePageBackingBgOpacity};\n `;\n },\n\n shadow(t: Theme) {\n return css`\n box-shadow: ${t.sidePageContainerShadow};\n `;\n },\n\n close(t: Theme) {\n return css`\n ${resetButton()};\n cursor: pointer;\n color: ${t.sidePageCloseButtonColor};\n padding: ${t.sidePageCloseButtonClickArea};\n margin: -${t.sidePageCloseButtonClickArea};\n font-size: 0;\n\n &:focus,\n &:hover {\n color: ${t.sidePageCloseButtonHoverColor};\n }\n\n & > svg {\n width: ${t.sidePageCloseIconSize};\n height: ${t.sidePageCloseIconSize};\n box-sizing: content-box;\n }\n `;\n },\n\n close5_1(t: Theme) {\n return css`\n padding-top: ${t.sidePageCloseButtonClickAreaTop};\n margin-top: -${t.sidePageCloseButtonClickAreaTop};\n padding-right: ${t.sidePageCloseButtonClickAreaRight};\n margin-right: -${t.sidePageCloseButtonClickAreaRight};\n padding-bottom: ${t.sidePageCloseButtonClickAreaBottom};\n margin-bottom: -${t.sidePageCloseButtonClickAreaBottom};\n padding-left: ${t.sidePageCloseButtonClickAreaLeft};\n margin-left: -${t.sidePageCloseButtonClickAreaLeft};\n `;\n },\n\n closeSticky(t: Theme) {\n return css`\n padding-top: ${t.sidePageCloseButtonFixedClickAreaTop};\n margin-top: -${t.sidePageCloseButtonFixedClickAreaTop};\n padding-bottom: ${t.sidePageCloseButtonFixedClickAreaBottom};\n margin-bottom: -${t.sidePageCloseButtonFixedClickAreaBottom};\n `;\n },\n\n closeMobile(t: Theme) {\n return css`\n padding: ${t.mobileSidePageCloseButtonClickArea};\n margin: -${t.mobileSidePageCloseButtonClickArea};\n font-size: 0;\n `;\n },\n\n closeFocus(t: Theme) {\n return css`\n outline: 2px solid ${t.borderColorFocus};\n `;\n },\n\n closeFocus5_1(t: Theme) {\n return css`\n box-shadow: inset 0 0 0 2px ${t.borderColorFocus};\n border-radius: 4px;\n `;\n },\n\n wrapperClose(t: Theme) {\n return css`\n box-sizing: border-box;\n height: 100%;\n line-height: ${t.sidePageHeaderLineHeight};\n padding: ${t.sidePageHeaderPaddingTop} 0 ${t.sidePageHeaderPaddingBottom};\n position: absolute;\n right: ${t.sidePageCloseButtonPadding};\n top: ${t.sidePageCloseButtonWrapperOffsetTop};\n `;\n },\n\n wrapperClose5_1(t: Theme) {\n return css`\n right: ${t.sidePageCloseButtonClickAreaRight};\n `;\n },\n\n mobileWrapperClose(t: Theme) {\n return css`\n line-height: ${t.mobileSidePageHeaderLineHeight};\n padding: ${t.mobileSidePageHeaderPaddingTop} 0 ${t.mobileSidePageHeaderPaddingBottom};\n right: ${t.mobileSidePageCloseButtonRightPadding};\n `;\n },\n\n mobileWrapperClose5_1(t: Theme) {\n return css`\n right: ${t.mobileSidePageCloseButtonPadding};\n `;\n },\n\n panel(t: Theme) {\n return css`\n background: ${t.sidePageFooterPanelBg};\n padding: ${t.sidePageFooterPanelPaddingTop} ${t.sidePagePaddingRight} ${t.sidePageFooterPanelPaddingBottom}\n ${t.sidePagePaddingLeft};\n `;\n },\n\n wrapperCloseFixed(t: Theme) {\n return css`\n line-height: ${t.sidePageHeaderFixedLineHeight};\n padding: ${t.sidePageHeaderFixedPaddingY} 0;\n `;\n },\n\n wrapperCloseFixed5_1(t: Theme) {\n return css`\n top: ${t.sidePageCloseButtonWrapperFixedOffsetTop};\n `;\n },\n\n footerWrapper() {\n return css`\n flex: 0 0 auto;\n `;\n },\n\n footer(t: Theme) {\n return css`\n bottom: 0;\n position: fixed;\n z-index: 10;\n color: ${t.sidePageFooterTextColor};\n `;\n },\n\n positionStatic() {\n return css`\n position: static;\n `;\n },\n\n footerContent(t: Theme) {\n return css`\n padding: ${t.sidePageFooterPaddingTop} ${t.sidePagePaddingRight} ${t.sidePageFooterPaddingBottom}\n ${t.sidePagePaddingLeft};\n `;\n },\n\n mobileFooterContent(t: Theme) {\n return css`\n display: flex;\n flex-flow: column nowrap;\n padding: ${t.mobileSidePageFooterPadding};\n `;\n },\n\n footerFixed(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n\n &:before {\n top: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.sidePageFixedFooterShadow};\n }\n `;\n },\n\n panelFixed(t: Theme) {\n return css`\n &:before {\n box-shadow: ${t.sidePageFixedPanelShadow};\n }\n `;\n },\n\n transitionLeft() {\n return css`\n transform: translateX(100px);\n `;\n },\n\n transitionRight() {\n return css`\n transform: translateX(-100px);\n `;\n },\n\n transitionActive() {\n return css`\n transition:\n transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1),\n opacity 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);\n opacity: 1 !important;\n transform: translate(0, 0) !important;\n `;\n },\n\n transitionLeave() {\n return css`\n opacity: 1;\n `;\n },\n\n transitionLeaveActive() {\n return css`\n opacity: 0.01 !important;\n transition: opacity 0.15s ease-out;\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_Emotion","require","_Mixins","_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","styles","exports","memoizeStyle","root","css","_taggedTemplateLiteralLoose2","default","overlay","body","t","modalBodyTextColor","mobileBody","container","sidePagePaddingLeft","sidePagePaddingRight","mobileContainer","mobileSidePagePaddingLeft","mobileSidePagePaddingRight","mobileSidePagePaddingBottom","containerWithoutHeader","sidePagePaddingTop","mobileContainerWithoutHeader","mobileSidePagePaddingTop","containerWithoutFooter","sidePagePaddingBottom","containerWithPanel","focusLock","wrapper","sidePageBgDefault","wrapperLeft","wrapperMarginLeft","wrapperMarginRight","headerWrapper","header","sidePageHeaderFontSize","sidePageHeaderLineHeight","sidePageHeaderPaddingTop","sidePageHeaderPaddingBottom","sidePageHeaderTextColor","sidePageHeaderFontWeight","mobileHeader","mobileSidePageHeaderFontSize","mobileSidePageHeaderLineHeight","mobileSidePageHeaderPaddingTop","mobileSidePageHeaderPaddingBottom","headerFixed","sidePageHeaderFixedFontSize","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","sidePageFixedHeaderShadow","title","paddingRight","parseInt","sidePageCloseButtonPadding","sidePageCloseIconSize","title5_1","sidePageCloseButtonClickAreaLeft","sidePageCloseButtonClickAreaRight","mobileTitle","mobileSidePageCloseButtonPadding","titleFixed","background","backgroundGray","sidePageBackingBg","sidePageBackingBgOpacity","shadow","sidePageContainerShadow","close","resetButton","sidePageCloseButtonColor","sidePageCloseButtonClickArea","sidePageCloseButtonHoverColor","close5_1","sidePageCloseButtonClickAreaTop","sidePageCloseButtonClickAreaBottom","closeSticky","sidePageCloseButtonFixedClickAreaTop","sidePageCloseButtonFixedClickAreaBottom","closeMobile","mobileSidePageCloseButtonClickArea","closeFocus","borderColorFocus","closeFocus5_1","wrapperClose","sidePageCloseButtonWrapperOffsetTop","wrapperClose5_1","mobileWrapperClose","mobileSidePageCloseButtonRightPadding","mobileWrapperClose5_1","panel","sidePageFooterPanelBg","sidePageFooterPanelPaddingTop","sidePageFooterPanelPaddingBottom","wrapperCloseFixed","wrapperCloseFixed5_1","sidePageCloseButtonWrapperFixedOffsetTop","footerWrapper","footer","sidePageFooterTextColor","positionStatic","footerContent","sidePageFooterPaddingTop","sidePageFooterPaddingBottom","mobileFooterContent","mobileSidePageFooterPadding","footerFixed","sidePageFixedFooterShadow","panelFixed","sidePageFixedPanelShadow","transitionLeft","transitionRight","transitionActive","transitionLeave","transitionLeaveActive"],"sources":["SidePage.styles.ts"],"sourcesContent":["import { css, memoizeStyle } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { resetButton } from '../../lib/styles/Mixins';\n\nexport const styles = memoizeStyle({\n root() {\n return css`\n height: 100%;\n position: fixed;\n top: 0;\n `;\n },\n\n overlay() {\n return css`\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n `;\n },\n\n body(t: Theme) {\n return css`\n flex: 1 0 auto;\n z-index: 0;\n color: ${t.modalBodyTextColor};\n `;\n },\n\n mobileBody() {\n return css`\n font-size: 16px;\n line-height: 22px;\n `;\n },\n\n container(t: Theme) {\n return css`\n padding-left: ${t.sidePagePaddingLeft};\n padding-right: ${t.sidePagePaddingRight};\n `;\n },\n\n mobileContainer(t: Theme) {\n return css`\n padding-left: ${t.mobileSidePagePaddingLeft};\n padding-right: ${t.mobileSidePagePaddingRight};\n padding-bottom: ${t.mobileSidePagePaddingBottom};\n `;\n },\n\n containerWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.sidePagePaddingTop};\n `;\n },\n\n mobileContainerWithoutHeader(t: Theme) {\n return css`\n padding-top: ${t.mobileSidePagePaddingTop};\n `;\n },\n\n containerWithoutFooter(t: Theme) {\n return css`\n padding-bottom: ${t.sidePagePaddingBottom};\n `;\n },\n\n containerWithPanel(t: Theme) {\n return css`\n padding-bottom: ${t.sidePagePaddingBottom};\n `;\n },\n\n focusLock() {\n return css`\n height: 100%;\n `;\n },\n\n wrapper(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n float: right;\n height: 100%;\n width: 100%;\n overflow-y: auto;\n position: relative;\n white-space: normal;\n align-items: stretch;\n display: flex;\n flex-direction: column;\n `;\n },\n\n wrapperLeft() {\n return css`\n float: left;\n `;\n },\n\n wrapperMarginLeft() {\n return css`\n margin-left: 20px;\n `;\n },\n\n wrapperMarginRight() {\n return css`\n margin-right: 20px;\n `;\n },\n\n headerWrapper() {\n return css`\n flex: 0 0 auto;\n `;\n },\n\n header(t: Theme) {\n return css`\n font-size: ${t.sidePageHeaderFontSize};\n line-height: ${t.sidePageHeaderLineHeight};\n padding: ${t.sidePageHeaderPaddingTop} 0 ${t.sidePageHeaderPaddingBottom};\n width: 100%;\n position: relative;\n color: ${t.sidePageHeaderTextColor};\n font-weight: ${t.sidePageHeaderFontWeight};\n `;\n },\n\n mobileHeader(t: Theme) {\n return css`\n font-size: ${t.mobileSidePageHeaderFontSize};\n line-height: ${t.mobileSidePageHeaderLineHeight};\n padding: ${t.mobileSidePageHeaderPaddingTop} 0 ${t.mobileSidePageHeaderPaddingBottom};\n `;\n },\n\n headerFixed(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n font-size: ${t.sidePageHeaderFixedFontSize};\n line-height: ${t.sidePageHeaderFixedLineHeight};\n padding: ${t.sidePageHeaderFixedPaddingY} 0;\n\n &:after {\n bottom: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.sidePageFixedHeaderShadow};\n }\n `;\n },\n\n title(t: Theme) {\n const paddingRight = parseInt(t.sidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);\n return css`\n padding-left: ${t.sidePagePaddingLeft};\n padding-right: ${paddingRight}px;\n `;\n },\n\n title5_1(t: Theme) {\n const paddingRight =\n parseInt(t.sidePageCloseButtonClickAreaLeft) +\n parseInt(t.sidePageCloseIconSize) +\n parseInt(t.sidePageCloseButtonClickAreaRight);\n return css`\n padding-right: ${paddingRight}px;\n `;\n },\n\n mobileTitle(t: Theme) {\n const paddingRight = parseInt(t.mobileSidePageCloseButtonPadding) * 2 + parseInt(t.sidePageCloseIconSize);\n return css`\n padding-left: ${t.mobileSidePagePaddingLeft};\n padding-right: ${paddingRight}px;\n `;\n },\n\n titleFixed() {\n return css`\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n `;\n },\n\n background() {\n return css`\n height: 100%;\n position: absolute;\n width: 100%;\n `;\n },\n\n backgroundGray(t: Theme) {\n return css`\n background: ${t.sidePageBackingBg};\n opacity: ${t.sidePageBackingBgOpacity};\n `;\n },\n\n shadow(t: Theme) {\n return css`\n box-shadow: ${t.sidePageContainerShadow};\n `;\n },\n\n close(t: Theme) {\n return css`\n ${resetButton()};\n cursor: pointer;\n color: ${t.sidePageCloseButtonColor};\n padding: ${t.sidePageCloseButtonClickArea};\n margin: -${t.sidePageCloseButtonClickArea};\n font-size: 0;\n\n &:focus,\n &:hover {\n color: ${t.sidePageCloseButtonHoverColor};\n }\n\n & > svg {\n width: ${t.sidePageCloseIconSize};\n height: ${t.sidePageCloseIconSize};\n box-sizing: content-box;\n }\n `;\n },\n\n close5_1(t: Theme) {\n return css`\n padding-top: ${t.sidePageCloseButtonClickAreaTop};\n margin-top: -${t.sidePageCloseButtonClickAreaTop};\n padding-right: ${t.sidePageCloseButtonClickAreaRight};\n margin-right: -${t.sidePageCloseButtonClickAreaRight};\n padding-bottom: ${t.sidePageCloseButtonClickAreaBottom};\n margin-bottom: -${t.sidePageCloseButtonClickAreaBottom};\n padding-left: ${t.sidePageCloseButtonClickAreaLeft};\n margin-left: -${t.sidePageCloseButtonClickAreaLeft};\n `;\n },\n\n closeSticky(t: Theme) {\n return css`\n padding-top: ${t.sidePageCloseButtonFixedClickAreaTop};\n margin-top: -${t.sidePageCloseButtonFixedClickAreaTop};\n padding-bottom: ${t.sidePageCloseButtonFixedClickAreaBottom};\n margin-bottom: -${t.sidePageCloseButtonFixedClickAreaBottom};\n `;\n },\n\n closeMobile(t: Theme) {\n return css`\n padding: ${t.mobileSidePageCloseButtonClickArea};\n margin: -${t.mobileSidePageCloseButtonClickArea};\n font-size: 0;\n `;\n },\n\n closeFocus(t: Theme) {\n return css`\n outline: 2px solid ${t.borderColorFocus};\n `;\n },\n\n closeFocus5_1(t: Theme) {\n return css`\n box-shadow: inset 0 0 0 2px ${t.borderColorFocus};\n border-radius: 4px;\n `;\n },\n\n wrapperClose(t: Theme) {\n return css`\n box-sizing: border-box;\n height: 100%;\n line-height: ${t.sidePageHeaderLineHeight};\n padding: ${t.sidePageHeaderPaddingTop} 0 ${t.sidePageHeaderPaddingBottom};\n position: absolute;\n right: ${t.sidePageCloseButtonPadding};\n top: ${t.sidePageCloseButtonWrapperOffsetTop};\n `;\n },\n\n wrapperClose5_1(t: Theme) {\n return css`\n right: ${t.sidePageCloseButtonClickAreaRight};\n `;\n },\n\n mobileWrapperClose(t: Theme) {\n return css`\n line-height: ${t.mobileSidePageHeaderLineHeight};\n padding: ${t.mobileSidePageHeaderPaddingTop} 0 ${t.mobileSidePageHeaderPaddingBottom};\n right: ${t.mobileSidePageCloseButtonRightPadding};\n `;\n },\n\n mobileWrapperClose5_1(t: Theme) {\n return css`\n right: ${t.mobileSidePageCloseButtonPadding};\n `;\n },\n\n panel(t: Theme) {\n return css`\n background: ${t.sidePageFooterPanelBg};\n padding: ${t.sidePageFooterPanelPaddingTop} ${t.sidePagePaddingRight} ${t.sidePageFooterPanelPaddingBottom}\n ${t.sidePagePaddingLeft};\n `;\n },\n\n wrapperCloseFixed(t: Theme) {\n return css`\n line-height: ${t.sidePageHeaderFixedLineHeight};\n padding: ${t.sidePageHeaderFixedPaddingY} 0;\n `;\n },\n\n wrapperCloseFixed5_1(t: Theme) {\n return css`\n top: ${t.sidePageCloseButtonWrapperFixedOffsetTop};\n `;\n },\n\n footerWrapper() {\n return css`\n flex: 0 0 auto;\n `;\n },\n\n footer(t: Theme) {\n return css`\n bottom: 0;\n position: fixed;\n z-index: 10;\n color: ${t.sidePageFooterTextColor};\n `;\n },\n\n positionStatic() {\n return css`\n position: static;\n `;\n },\n\n footerContent(t: Theme) {\n return css`\n padding: ${t.sidePageFooterPaddingTop} ${t.sidePagePaddingRight} ${t.sidePageFooterPaddingBottom}\n ${t.sidePagePaddingLeft};\n `;\n },\n\n mobileFooterContent(t: Theme) {\n return css`\n display: flex;\n flex-flow: column nowrap;\n padding: ${t.mobileSidePageFooterPadding};\n `;\n },\n\n footerFixed(t: Theme) {\n return css`\n background: ${t.sidePageBgDefault};\n\n &:before {\n top: 0px;\n content: '';\n position: absolute;\n height: 1px;\n width: 100%;\n left: 0;\n z-index: -1;\n box-shadow: ${t.sidePageFixedFooterShadow};\n }\n `;\n },\n\n panelFixed(t: Theme) {\n return css`\n &:before {\n box-shadow: ${t.sidePageFixedPanelShadow};\n }\n `;\n },\n\n transitionLeft() {\n return css`\n transform: translateX(100px);\n `;\n },\n\n transitionRight() {\n return css`\n transform: translateX(-100px);\n `;\n },\n\n transitionActive() {\n return css`\n transition:\n transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1),\n opacity 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);\n opacity: 1 !important;\n transform: translate(0, 0) !important;\n `;\n },\n\n transitionLeave() {\n return css`\n opacity: 1;\n `;\n },\n\n transitionLeaveActive() {\n return css`\n opacity: 0.01 !important;\n transition: opacity 0.15s ease-out;\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { CommonProps } from '../../internal/CommonWrapper';
|
|
3
|
-
import type { SidePageContextType } from './SidePageContext';
|
|
4
|
-
export interface SidePageBodyProps extends CommonProps {
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
}
|
|
7
|
-
export declare const SidePageBodyDataTids: {
|
|
8
|
-
readonly root: "SidePageBody__root";
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* Тело для сайдпейджа
|
|
12
|
-
*
|
|
13
|
-
* @visibleName SidePage.Body
|
|
14
|
-
*/
|
|
15
|
-
export declare class SidePageBody extends React.Component<SidePageBodyProps> {
|
|
16
|
-
static __KONTUR_REACT_UI__: string;
|
|
17
|
-
static displayName: string;
|
|
18
|
-
static contextType: React.Context<SidePageContextType>;
|
|
19
|
-
context: SidePageContextType;
|
|
20
|
-
private isMobileLayout;
|
|
21
|
-
private setRootNode;
|
|
22
|
-
componentDidUpdate(): void;
|
|
23
|
-
render(): React.JSX.Element;
|
|
24
|
-
}
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CommonProps } from '../../internal/CommonWrapper';
|
|
3
|
+
import type { SidePageContextType } from './SidePageContext';
|
|
4
|
+
export interface SidePageBodyProps extends CommonProps {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export declare const SidePageBodyDataTids: {
|
|
8
|
+
readonly root: "SidePageBody__root";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Тело для сайдпейджа
|
|
12
|
+
*
|
|
13
|
+
* @visibleName SidePage.Body
|
|
14
|
+
*/
|
|
15
|
+
export declare class SidePageBody extends React.Component<SidePageBodyProps> {
|
|
16
|
+
static __KONTUR_REACT_UI__: string;
|
|
17
|
+
static displayName: string;
|
|
18
|
+
static contextType: React.Context<SidePageContextType>;
|
|
19
|
+
context: SidePageContextType;
|
|
20
|
+
private isMobileLayout;
|
|
21
|
+
private setRootNode;
|
|
22
|
+
componentDidUpdate(): void;
|
|
23
|
+
render(): React.JSX.Element;
|
|
24
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { CommonProps } from '../../internal/CommonWrapper';
|
|
3
|
-
export interface SidePageCloseButtonProps extends CommonProps {
|
|
4
|
-
isHeaderFixed: boolean;
|
|
5
|
-
isMobile?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const SidePageCloseButton: {
|
|
8
|
-
({ isHeaderFixed, isMobile }: SidePageCloseButtonProps): React.JSX.Element;
|
|
9
|
-
__KONTUR_REACT_UI__: string;
|
|
10
|
-
displayName: string;
|
|
11
|
-
};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CommonProps } from '../../internal/CommonWrapper';
|
|
3
|
+
export interface SidePageCloseButtonProps extends CommonProps {
|
|
4
|
+
isHeaderFixed: boolean;
|
|
5
|
+
isMobile?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const SidePageCloseButton: {
|
|
8
|
+
({ isHeaderFixed, isMobile }: SidePageCloseButtonProps): React.JSX.Element;
|
|
9
|
+
__KONTUR_REACT_UI__: string;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|