@skbkontur/react-ui 2.17.4-source-maps.1 → 2.17.7-sidepage-header
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 +35 -0
- package/LICENSE +21 -21
- package/cjs/components/Autocomplete/Autocomplete.d.ts +112 -112
- package/cjs/components/Autocomplete/index.d.ts +1 -1
- package/cjs/components/Button/Button.d.ts +99 -99
- package/cjs/components/Button/Button.mixins.d.ts +6 -6
- package/cjs/components/Button/Button.styles.d.ts +41 -41
- package/cjs/components/Button/Corners.d.ts +6 -6
- package/cjs/components/Button/index.d.ts +1 -1
- 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 +79 -79
- package/cjs/components/Checkbox/Checkbox.styles.d.ts +17 -17
- package/cjs/components/Checkbox/index.d.ts +1 -1
- package/cjs/components/ComboBox/ComboBox.d.ts +172 -172
- package/cjs/components/ComboBox/index.d.ts +1 -1
- package/cjs/components/CurrencyInput/CurrencyHelper.d.ts +35 -35
- package/cjs/components/CurrencyInput/CurrencyInput.d.ts +105 -105
- package/cjs/components/CurrencyInput/CurrencyInputHelper.d.ts +20 -20
- package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +18 -18
- 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 +2 -2
- package/cjs/components/CurrencyInput/index.d.ts +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +26 -26
- package/cjs/components/CurrencyLabel/CurrencyLabel.md +23 -23
- package/cjs/components/CurrencyLabel/index.d.ts +1 -1
- package/cjs/components/DateInput/DateFragmentsView.d.ts +20 -20
- package/cjs/components/DateInput/DateFragmentsView.styles.d.ts +6 -6
- package/cjs/components/DateInput/DateInput.d.ts +99 -99
- package/cjs/components/DateInput/DateInput.styles.d.ts +7 -7
- 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 +26 -26
- package/cjs/components/DateInput/helpers/SelectionHelpers.d.ts +2 -2
- package/cjs/components/DateInput/helpers/inputNumber.d.ts +5 -5
- package/cjs/components/DateInput/index.d.ts +1 -1
- package/cjs/components/DatePicker/DatePicker.d.ts +117 -117
- package/cjs/components/DatePicker/DatePicker.styles.d.ts +3 -3
- package/cjs/components/DatePicker/DatePickerHelpers.d.ts +2 -2
- package/cjs/components/DatePicker/Picker.d.ts +33 -33
- package/cjs/components/DatePicker/Picker.styles.d.ts +4 -4
- 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 +5 -5
- package/cjs/components/Dropdown/Dropdown.d.ts +122 -122
- package/cjs/components/Dropdown/index.d.ts +1 -1
- package/cjs/components/DropdownMenu/DropdownMenu.d.ts +50 -50
- package/cjs/components/DropdownMenu/index.d.ts +1 -1
- package/cjs/components/Fias/Fias.d.ts +131 -131
- package/cjs/components/Fias/Fias.styles.d.ts +4 -4
- package/cjs/components/Fias/FiasModal.d.ts +15 -15
- package/cjs/components/Fias/FiasSearch/FiasSearch.d.ts +58 -58
- package/cjs/components/Fias/Form/FiasComboBox.d.ts +35 -35
- package/cjs/components/Fias/Form/FiasCountrySelector.d.ts +19 -19
- package/cjs/components/Fias/Form/FiasForm.d.ts +70 -70
- package/cjs/components/Fias/Form/FiasForm.styles.d.ts +5 -5
- package/cjs/components/Fias/api/FiasAPI.d.ts +26 -26
- package/cjs/components/Fias/api/FiasAPIResultFactory.d.ts +5 -5
- package/cjs/components/Fias/api/FiasMockAPI.d.ts +8 -8
- package/cjs/components/Fias/constants/abbreviations.d.ts +3 -3
- package/cjs/components/Fias/index.d.ts +5 -5
- package/cjs/components/Fias/locale/index.d.ts +4 -4
- package/cjs/components/Fias/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Fias/locale/types.d.ts +56 -56
- package/cjs/components/Fias/logger/FiasLogger.d.ts +8 -8
- package/cjs/components/Fias/models/FiasAddress.d.ts +96 -96
- package/cjs/components/Fias/models/FiasAddressElement.d.ts +18 -18
- package/cjs/components/Fias/models/FiasData.d.ts +20 -20
- package/cjs/components/Fias/types.d.ts +142 -142
- package/cjs/components/FxInput/FxInput.d.ts +49 -49
- package/cjs/components/FxInput/index.d.ts +1 -1
- package/cjs/components/Gapped/Gapped.d.ts +55 -55
- package/cjs/components/Gapped/Gapped.md +43 -43
- package/cjs/components/Gapped/index.d.ts +1 -1
- package/cjs/components/Group/Group.d.ts +13 -13
- 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 +41 -41
- package/cjs/components/Hint/Hint.styles.d.ts +4 -4
- package/cjs/components/Hint/index.d.ts +1 -1
- package/cjs/components/Input/Input.d.ts +144 -144
- package/cjs/components/Input/Input.md +13 -13
- package/cjs/components/Input/Input.styles.d.ts +33 -33
- package/cjs/components/Input/index.d.ts +1 -1
- package/cjs/components/Kebab/Kebab.d.ts +62 -62
- package/cjs/components/Kebab/Kebab.styles.d.ts +10 -10
- package/cjs/components/Kebab/index.d.ts +1 -1
- package/cjs/components/Link/Link.d.ts +53 -53
- package/cjs/components/Link/Link.mixins.d.ts +3 -3
- package/cjs/components/Link/Link.styles.d.ts +13 -13
- package/cjs/components/Link/index.d.ts +1 -1
- package/cjs/components/Loader/Loader.d.ts +80 -80
- package/cjs/components/Loader/Loader.styles.d.ts +9 -9
- package/cjs/components/Loader/index.d.ts +1 -1
- package/cjs/components/LocaleProvider/LocaleProvider.d.ts +24 -24
- package/cjs/components/LocaleProvider/index.d.ts +1 -1
- package/cjs/components/Logotype/Logotype.d.ts +83 -83
- package/cjs/components/Logotype/Logotype.styles.d.ts +10 -10
- package/cjs/components/Logotype/ProductWidget.d.ts +3 -3
- package/cjs/components/Logotype/index.d.ts +1 -1
- package/cjs/components/Logotype/locale/index.d.ts +4 -4
- package/cjs/components/Logotype/locale/locales/en.d.ts +2 -2
- package/cjs/components/Logotype/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Logotype/locale/types.d.ts +4 -4
- package/cjs/components/MenuHeader/MenuHeader.d.ts +16 -16
- package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +4 -4
- package/cjs/components/MenuHeader/index.d.ts +1 -1
- package/cjs/components/MenuItem/MenuItem.d.ts +52 -52
- package/cjs/components/MenuItem/MenuItem.styles.d.ts +12 -12
- package/cjs/components/MenuItem/index.d.ts +1 -1
- package/cjs/components/MenuSeparator/MenuSeparator.d.ts +11 -11
- package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +3 -3
- package/cjs/components/MenuSeparator/index.d.ts +1 -1
- package/cjs/components/Modal/Modal.d.ts +84 -84
- package/cjs/components/Modal/Modal.styles.d.ts +24 -24
- package/cjs/components/Modal/ModalBody.d.ts +20 -20
- package/cjs/components/Modal/ModalClose.d.ts +3 -3
- package/cjs/components/Modal/ModalContext.d.ts +12 -12
- package/cjs/components/Modal/ModalFooter.d.ts +21 -21
- package/cjs/components/Modal/ModalHeader.d.ts +17 -17
- package/cjs/components/Modal/helpers.d.ts +6 -6
- package/cjs/components/Modal/index.d.ts +4 -4
- package/cjs/components/Paging/NavigationHelper.d.ts +7 -7
- package/cjs/components/Paging/Paging.d.ts +90 -90
- package/cjs/components/Paging/Paging.styles.d.ts +15 -15
- 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/PasswordInput.d.ts +46 -46
- package/cjs/components/PasswordInput/PasswordInput.md +9 -9
- package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +6 -6
- package/cjs/components/PasswordInput/index.d.ts +1 -1
- package/cjs/components/Radio/Radio.d.ts +58 -58
- package/cjs/components/Radio/Radio.styles.d.ts +14 -14
- 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 +142 -142
- package/cjs/components/RadioGroup/RadioGroup.md +43 -43
- package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +6 -6
- package/cjs/components/RadioGroup/index.d.ts +1 -1
- package/cjs/components/ScrollContainer/ScrollContainer.d.ts +67 -67
- package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +7 -7
- package/cjs/components/ScrollContainer/index.d.ts +1 -1
- package/cjs/components/Select/Item.d.ts +7 -7
- package/cjs/components/Select/Select.d.ts +178 -178
- package/cjs/components/Select/Select.js +6 -1
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.styles.d.ts +12 -11
- package/cjs/components/Select/Select.styles.js +11 -5
- package/cjs/components/Select/Select.styles.js.map +1 -1
- 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 +2 -2
- package/cjs/components/Select/selectTheme.js +6 -1
- package/cjs/components/Select/selectTheme.js.map +1 -1
- package/cjs/components/SidePage/SidePage.d.ts +88 -86
- package/cjs/components/SidePage/SidePage.js +10 -5
- package/cjs/components/SidePage/SidePage.js.map +1 -1
- package/cjs/components/SidePage/SidePage.styles.d.ts +31 -31
- package/cjs/components/SidePage/SidePageBody.d.ts +18 -18
- package/cjs/components/SidePage/SidePageContainer.d.ts +14 -14
- package/cjs/components/SidePage/SidePageContext.d.ts +14 -12
- package/cjs/components/SidePage/SidePageContext.js +3 -0
- package/cjs/components/SidePage/SidePageContext.js.map +1 -1
- package/cjs/components/SidePage/SidePageFooter.d.ts +36 -36
- package/cjs/components/SidePage/SidePageHeader.d.ts +39 -34
- package/cjs/components/SidePage/SidePageHeader.js +20 -3
- package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
- package/cjs/components/SidePage/helpers.d.ts +5 -5
- package/cjs/components/SidePage/index.d.ts +5 -5
- package/cjs/components/Spinner/Spinner.d.ts +60 -60
- package/cjs/components/Spinner/Spinner.styles.d.ts +10 -10
- package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
- package/cjs/components/Spinner/index.d.ts +1 -1
- package/cjs/components/Spinner/locale/index.d.ts +4 -4
- package/cjs/components/Spinner/locale/locales/en.d.ts +2 -2
- package/cjs/components/Spinner/locale/locales/ru.d.ts +2 -2
- package/cjs/components/Spinner/locale/types.d.ts +4 -4
- package/cjs/components/Sticky/Sticky.d.ts +53 -53
- 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 +55 -55
- package/cjs/components/Switcher/Switcher.styles.d.ts +9 -9
- package/cjs/components/Switcher/index.d.ts +1 -1
- package/cjs/components/Switcher/switcherTheme.d.ts +1 -1
- package/cjs/components/Tabs/Indicator.d.ts +28 -28
- package/cjs/components/Tabs/Indicator.styles.d.ts +7 -7
- package/cjs/components/Tabs/Tab.d.ts +125 -125
- package/cjs/components/Tabs/Tab.styles.d.ts +11 -11
- package/cjs/components/Tabs/Tabs.d.ts +62 -62
- package/cjs/components/Tabs/Tabs.styles.d.ts +4 -4
- package/cjs/components/Tabs/TabsContext.d.ts +14 -14
- package/cjs/components/Tabs/index.d.ts +2 -2
- package/cjs/components/Textarea/Textarea.d.ts +180 -180
- package/cjs/components/Textarea/Textarea.styles.d.ts +13 -13
- package/cjs/components/Textarea/TextareaCounter.d.ts +13 -13
- package/cjs/components/Textarea/TextareaHelpers.d.ts +11 -11
- package/cjs/components/Textarea/index.d.ts +1 -1
- package/cjs/components/ThemeConsumer/ThemeConsumer.d.ts +10 -10
- package/cjs/components/ThemeConsumer/index.d.ts +1 -1
- package/cjs/components/ThemeProvider/ThemeProvider.d.ts +16 -16
- package/cjs/components/ThemeProvider/index.d.ts +1 -1
- package/cjs/components/Toast/Toast.d.ts +55 -55
- package/cjs/components/Toast/Toast.styles.d.ts +6 -6
- package/cjs/components/Toast/ToastStatic.d.ts +8 -8
- package/cjs/components/Toast/ToastView.d.ts +37 -37
- package/cjs/components/Toast/ToastView.styles.d.ts +7 -7
- package/cjs/components/Toast/index.d.ts +1 -1
- package/cjs/components/Toggle/Toggle.d.ts +59 -59
- package/cjs/components/Toggle/Toggle.styles.d.ts +16 -16
- package/cjs/components/Toggle/index.d.ts +1 -1
- package/cjs/components/Token/Token.d.ts +29 -29
- package/cjs/components/Token/Token.md +112 -112
- package/cjs/components/Token/Token.styles.d.ts +25 -25
- package/cjs/components/Token/index.d.ts +1 -1
- package/cjs/components/TokenInput/TextWidthHelper.d.ts +18 -18
- package/cjs/components/TokenInput/TokenInput.d.ts +168 -168
- package/cjs/components/TokenInput/TokenInput.js +14 -14
- package/cjs/components/TokenInput/TokenInput.js.map +1 -1
- package/cjs/components/TokenInput/TokenInput.styles.d.ts +16 -16
- package/cjs/components/TokenInput/TokenInputMenu.d.ts +15 -15
- 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 +170 -170
- package/cjs/components/Tooltip/Tooltip.styles.d.ts +4 -4
- package/cjs/components/Tooltip/index.d.ts +1 -1
- package/cjs/components/TooltipMenu/TooltipMenu.d.ts +46 -46
- package/cjs/components/TooltipMenu/index.d.ts +1 -1
- package/cjs/components/TopBar/TopBar.d.ts +114 -114
- package/cjs/components/TopBar/TopBar.styles.d.ts +24 -24
- package/cjs/components/TopBar/TopBarButtonItem.d.ts +26 -26
- package/cjs/components/TopBar/TopBarDivider.d.ts +12 -12
- package/cjs/components/TopBar/TopBarDropdown.d.ts +31 -31
- package/cjs/components/TopBar/TopBarEnd.d.ts +9 -9
- package/cjs/components/TopBar/TopBarItem.d.ts +33 -33
- package/cjs/components/TopBar/TopBarLogout.d.ts +19 -19
- package/cjs/components/TopBar/TopBarOrganizations.d.ts +32 -32
- package/cjs/components/TopBar/TopBarStart.d.ts +9 -9
- package/cjs/components/TopBar/TopBarUser.d.ts +27 -27
- package/cjs/components/TopBar/index.d.ts +10 -10
- package/cjs/components/TopBar/locale/index.d.ts +4 -4
- package/cjs/components/TopBar/locale/locales/en.d.ts +2 -2
- package/cjs/components/TopBar/locale/locales/ru.d.ts +2 -2
- package/cjs/components/TopBar/locale/types.d.ts +6 -6
- package/cjs/index.d.ts +54 -54
- package/cjs/internal/BGRuler.d.ts +30 -30
- package/cjs/internal/Calendar/Calendar.d.ts +60 -60
- package/cjs/internal/Calendar/Calendar.js +1 -1
- package/cjs/internal/Calendar/Calendar.js.map +1 -1
- package/cjs/internal/Calendar/Calendar.styles.d.ts +4 -4
- package/cjs/internal/Calendar/CalendarDateShape.d.ts +14 -14
- package/cjs/internal/Calendar/CalendarScrollEvents.d.ts +4 -4
- package/cjs/internal/Calendar/CalendarUtils.d.ts +18 -18
- package/cjs/internal/Calendar/DayCellView.d.ts +14 -14
- package/cjs/internal/Calendar/DayCellView.styles.d.ts +6 -6
- package/cjs/internal/Calendar/DayCellViewModel.d.ts +8 -8
- package/cjs/internal/Calendar/Month.d.ts +33 -33
- package/cjs/internal/Calendar/MonthView.d.ts +21 -21
- package/cjs/internal/Calendar/MonthView.styles.d.ts +8 -8
- package/cjs/internal/Calendar/MonthViewModel.d.ts +14 -14
- package/cjs/internal/Calendar/config.d.ts +8 -8
- package/cjs/internal/Calendar/index.d.ts +2 -2
- package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +15 -15
- package/cjs/internal/CommonWrapper/index.d.ts +1 -1
- package/cjs/internal/ComponentCombinator.d.ts +25 -25
- package/cjs/internal/ComponentTable.d.ts +21 -21
- package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +31 -31
- package/cjs/internal/CustomComboBox/ComboBoxMenu.js +1 -1
- package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
- package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +80 -80
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +128 -128
- package/cjs/internal/CustomComboBox/CustomComboBox.styles.d.ts +5 -5
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +71 -71
- package/cjs/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
- 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/DateSelect/DateSelect.d.ts +90 -90
- package/cjs/internal/DateSelect/DateSelect.styles.d.ts +18 -18
- package/cjs/internal/DateSelect/index.d.ts +1 -1
- package/cjs/internal/DropdownContainer/DropdownContainer.d.ts +46 -46
- package/cjs/internal/DropdownContainer/index.d.ts +1 -1
- package/cjs/internal/FocusTrap/FocusTrap.d.ts +16 -16
- package/cjs/internal/FocusTrap/index.d.ts +1 -1
- package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +14 -14
- 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 +71 -71
- package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +8 -8
- package/cjs/internal/InputLikeText/index.d.ts +1 -1
- package/cjs/internal/InternalMenu/InternalMenu.d.ts +64 -64
- package/cjs/internal/InternalMenu/InternalMenu.styles.d.ts +8 -8
- package/cjs/internal/InternalMenu/index.d.ts +1 -1
- package/cjs/internal/InternalMenu/isActiveElement.d.ts +3 -3
- 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/MaskedInput/MaskedInput.d.ts +40 -40
- package/cjs/internal/MaskedInput/MaskedInput.styles.d.ts +5 -5
- package/cjs/internal/MaskedInput/index.d.ts +1 -1
- package/cjs/internal/Menu/Menu.d.ts +62 -62
- package/cjs/internal/Menu/Menu.styles.d.ts +5 -5
- package/cjs/internal/Menu/index.d.ts +1 -1
- package/cjs/internal/Menu/isActiveElement.d.ts +3 -3
- package/cjs/internal/PerformanceMetrics/PerformanceMetrics.d.ts +7 -7
- package/cjs/internal/Popup/Popup.d.ts +145 -145
- package/cjs/internal/Popup/Popup.styles.d.ts +15 -15
- package/cjs/internal/Popup/PopupHelper.d.ts +26 -26
- package/cjs/internal/Popup/PopupPin.d.ts +56 -56
- package/cjs/internal/Popup/PopupPin.styles.d.ts +3 -3
- package/cjs/internal/Popup/index.d.ts +1 -1
- package/cjs/internal/PopupMenu/PopupMenu.d.ts +85 -85
- package/cjs/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
- package/cjs/internal/PopupMenu/PopupMenuPositions.d.ts +2 -2
- package/cjs/internal/PopupMenu/index.d.ts +1 -1
- package/cjs/internal/PopupMenu/validatePositions.d.ts +2 -2
- package/cjs/internal/RenderContainer/RenderContainer.d.ts +16 -16
- package/cjs/internal/RenderContainer/RenderContainer.js +2 -1
- package/cjs/internal/RenderContainer/RenderContainer.js.map +1 -1
- package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +11 -14
- package/cjs/internal/RenderContainer/RenderContainerTypes.js +1 -0
- package/cjs/internal/RenderContainer/RenderContainerTypes.js.map +1 -0
- package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +13 -13
- package/cjs/internal/RenderContainer/index.d.ts +1 -1
- package/cjs/internal/RenderLayer/RenderLayer.d.ts +27 -27
- package/cjs/internal/RenderLayer/index.d.ts +1 -1
- package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +12 -12
- package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +5 -5
- package/cjs/internal/ResizeDetector/index.d.ts +1 -1
- package/cjs/internal/SpinnerOld/SpinnerOld.d.ts +49 -49
- package/cjs/internal/SpinnerOld/SpinnerOld.styles.d.ts +14 -14
- package/cjs/internal/SpinnerOld/SpinnerOldCloudIcon.d.ts +12 -12
- package/cjs/internal/SpinnerOld/index.d.ts +1 -1
- package/cjs/internal/SpinnerOld/locale/index.d.ts +4 -4
- package/cjs/internal/SpinnerOld/locale/locales/en.d.ts +2 -2
- package/cjs/internal/SpinnerOld/locale/locales/ru.d.ts +2 -2
- package/cjs/internal/SpinnerOld/locale/types.d.ts +4 -4
- package/cjs/internal/ThemePlayground/AnotherInputsPlayground.d.ts +13 -13
- 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 +11 -11
- package/cjs/internal/ThemePlayground/FxInputPlayground.d.ts +10 -10
- 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 +31 -31
- package/cjs/internal/ThemePlayground/Playground.styles.d.ts +22 -22
- package/cjs/internal/ThemePlayground/RadioPlayground.d.ts +2 -2
- package/cjs/internal/ThemePlayground/SelectPlayground.d.ts +12 -12
- package/cjs/internal/ThemePlayground/ShowcaseGroup.d.ts +6 -6
- package/cjs/internal/ThemePlayground/SwitcherPlayground.d.ts +15 -15
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +51 -51
- package/cjs/internal/ThemePlayground/ThemeEditor.d.ts +39 -39
- package/cjs/internal/ThemePlayground/TogglePlayground.d.ts +9 -9
- package/cjs/internal/ThemePlayground/TokenInputPlayground.d.ts +7 -7
- package/cjs/internal/ThemePlayground/VariableValue.d.ts +45 -45
- package/cjs/internal/ThemePlayground/constants.d.ts +18 -18
- package/cjs/internal/ThemePlayground/darkTheme.d.ts +253 -253
- package/cjs/internal/ThemePlayground/helpers.d.ts +2 -2
- package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
- package/cjs/internal/ThemeShowcase/ThemeShowcase.md +13 -13
- package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +20 -20
- package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
- package/cjs/internal/ZIndex/ZIndex.d.ts +34 -34
- package/cjs/internal/ZIndex/ZIndexStorage.d.ts +18 -18
- package/cjs/internal/ZIndex/index.d.ts +1 -1
- package/cjs/internal/icons/16px/icon.styles.d.ts +4 -4
- package/cjs/internal/icons/16px/index.d.ts +20 -20
- package/cjs/internal/icons/20px/Icon.d.ts +30 -30
- package/cjs/internal/icons/20px/icon.styles.d.ts +4 -4
- package/cjs/internal/icons/20px/index.d.ts +2 -2
- package/cjs/internal/icons/20px/svg.d.ts +14 -14
- package/cjs/internal/icons/CloudIcon.d.ts +2 -2
- package/cjs/internal/icons/CrossIcon.d.ts +2 -2
- package/cjs/internal/icons/SpinnerIcon.d.ts +24 -24
- package/cjs/internal/icons/SpinnerIcon.styles.d.ts +4 -4
- package/cjs/internal/themes/DefaultTheme.d.ts +869 -864
- package/cjs/internal/themes/DefaultTheme.js +16 -1
- package/cjs/internal/themes/DefaultTheme.js.map +1 -1
- package/cjs/internal/themes/FlatTheme.d.ts +181 -181
- package/cjs/internal/themes/Theme8px.d.ts +297 -297
- package/cjs/lib/ConditionalHandler.d.ts +11 -11
- package/cjs/lib/LayoutEvents.d.ts +4 -4
- package/cjs/lib/MockDate.d.ts +8 -8
- package/cjs/lib/ModalStack.d.ts +14 -14
- package/cjs/lib/SSRSafe.d.ts +4 -4
- package/cjs/lib/Supports.d.ts +1 -1
- package/cjs/lib/Upgrades.d.ts +6 -4
- package/cjs/lib/Upgrades.js +14 -0
- package/cjs/lib/Upgrades.js.map +1 -1
- 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/client.d.ts +14 -14
- package/cjs/lib/createPropsGetter.d.ts +2 -2
- package/cjs/lib/currentEnvironment.d.ts +3 -3
- package/cjs/lib/date/InternalDate.d.ts +58 -58
- package/cjs/lib/date/InternalDateCalculator.d.ts +6 -6
- package/cjs/lib/date/InternalDateGetter.d.ts +15 -15
- package/cjs/lib/date/InternalDateSetter.d.ts +6 -6
- package/cjs/lib/date/InternalDateTransformer.d.ts +12 -12
- package/cjs/lib/date/InternalDateValidator.d.ts +12 -12
- 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 +90 -90
- package/cjs/lib/dom/getFocusableElements.d.ts +41 -41
- package/cjs/lib/dom/getScrollWidth.d.ts +1 -1
- package/cjs/lib/events/MouseDrag.d.ts +58 -58
- package/cjs/lib/events/fixClickFocusIE.d.ts +1 -1
- package/cjs/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
- package/cjs/lib/events/keyboard/KeyboardMapKeys.d.ts +6 -6
- package/cjs/lib/events/keyboard/extractCode.d.ts +3 -3
- package/cjs/lib/events/keyboard/identifiers.d.ts +47 -47
- package/cjs/lib/events/stopPropagation.d.ts +1 -1
- package/cjs/lib/events/tabListener.d.ts +6 -6
- package/cjs/lib/extractKeyboardAction.d.ts +13 -13
- package/cjs/lib/filterProps.d.ts +12 -12
- 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 +2 -2
- package/cjs/lib/locale/decorators.d.ts +35 -35
- package/cjs/lib/locale/index.d.ts +3 -3
- package/cjs/lib/locale/types.d.ts +24 -24
- package/cjs/lib/memo.d.ts +1 -1
- package/cjs/lib/net/fetch.d.ts +13 -13
- package/cjs/lib/polyfillPlaceholder.d.ts +1 -1
- package/cjs/lib/reactGetTextContent.d.ts +2 -2
- 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 +20 -20
- 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/HoldSelectionColor.d.ts +1 -1
- package/cjs/lib/styles/Mixins.d.ts +2 -2
- package/cjs/lib/theming/AnimationKeyframes.d.ts +8 -8
- package/cjs/lib/theming/Emotion.d.ts +14 -14
- package/cjs/lib/theming/Emotion.js +3 -3
- package/cjs/lib/theming/Emotion.js.map +1 -1
- package/cjs/lib/theming/Theme.d.ts +3 -3
- package/cjs/lib/theming/ThemeContext.d.ts +2 -2
- package/cjs/lib/theming/ThemeFactory.d.ts +8 -8
- package/cjs/lib/theming/ThemeHelpers.d.ts +10 -10
- package/cjs/lib/theming/themes/DefaultTheme.d.ts +1 -1
- package/cjs/lib/theming/themes/DefaultTheme8px.d.ts +1 -1
- package/cjs/lib/theming/themes/FlatTheme.d.ts +1 -1
- package/cjs/lib/theming/themes/FlatTheme8px.d.ts +1 -1
- package/cjs/lib/utils.d.ts +21 -21
- package/components/Autocomplete/Autocomplete.d.ts +112 -112
- package/components/Autocomplete/index.d.ts +1 -1
- package/components/Button/Button.d.ts +99 -99
- package/components/Button/Button.mixins.d.ts +6 -6
- package/components/Button/Button.styles.d.ts +41 -41
- package/components/Button/Corners.d.ts +6 -6
- package/components/Button/index.d.ts +1 -1
- 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 +79 -79
- package/components/Checkbox/Checkbox.styles.d.ts +17 -17
- package/components/Checkbox/index.d.ts +1 -1
- package/components/ComboBox/ComboBox.d.ts +172 -172
- package/components/ComboBox/index.d.ts +1 -1
- package/components/CurrencyInput/CurrencyHelper.d.ts +35 -35
- package/components/CurrencyInput/CurrencyInput.d.ts +105 -105
- package/components/CurrencyInput/CurrencyInputHelper.d.ts +20 -20
- package/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +18 -18
- package/components/CurrencyInput/CursorHelper.d.ts +10 -10
- package/components/CurrencyInput/SelectionHelper.d.ts +11 -11
- package/components/CurrencyInput/constants.d.ts +2 -2
- package/components/CurrencyInput/index.d.ts +1 -1
- package/components/CurrencyLabel/CurrencyLabel.d.ts +26 -26
- package/components/CurrencyLabel/CurrencyLabel.md +23 -23
- package/components/CurrencyLabel/index.d.ts +1 -1
- package/components/DateInput/DateFragmentsView.d.ts +20 -20
- package/components/DateInput/DateFragmentsView.styles.d.ts +6 -6
- package/components/DateInput/DateInput.d.ts +99 -99
- package/components/DateInput/DateInput.styles.d.ts +7 -7
- package/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
- package/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
- package/components/DateInput/helpers/InternalDateMediator.d.ts +26 -26
- package/components/DateInput/helpers/SelectionHelpers.d.ts +2 -2
- package/components/DateInput/helpers/inputNumber.d.ts +5 -5
- package/components/DateInput/index.d.ts +1 -1
- package/components/DatePicker/DatePicker.d.ts +117 -117
- package/components/DatePicker/DatePicker.styles.d.ts +3 -3
- package/components/DatePicker/DatePickerHelpers.d.ts +2 -2
- package/components/DatePicker/Picker.d.ts +33 -33
- package/components/DatePicker/Picker.styles.d.ts +4 -4
- 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 +5 -5
- package/components/Dropdown/Dropdown.d.ts +122 -122
- package/components/Dropdown/index.d.ts +1 -1
- package/components/DropdownMenu/DropdownMenu.d.ts +50 -50
- package/components/DropdownMenu/index.d.ts +1 -1
- package/components/Fias/Fias.d.ts +131 -131
- package/components/Fias/Fias.styles.d.ts +4 -4
- package/components/Fias/FiasModal.d.ts +15 -15
- package/components/Fias/FiasSearch/FiasSearch.d.ts +58 -58
- package/components/Fias/Form/FiasComboBox.d.ts +35 -35
- package/components/Fias/Form/FiasCountrySelector.d.ts +19 -19
- package/components/Fias/Form/FiasForm.d.ts +70 -70
- package/components/Fias/Form/FiasForm.styles.d.ts +5 -5
- package/components/Fias/api/FiasAPI.d.ts +26 -26
- package/components/Fias/api/FiasAPIResultFactory.d.ts +5 -5
- package/components/Fias/api/FiasMockAPI.d.ts +8 -8
- package/components/Fias/constants/abbreviations.d.ts +3 -3
- package/components/Fias/index.d.ts +5 -5
- package/components/Fias/locale/index.d.ts +4 -4
- package/components/Fias/locale/locales/ru.d.ts +2 -2
- package/components/Fias/locale/types.d.ts +56 -56
- package/components/Fias/logger/FiasLogger.d.ts +8 -8
- package/components/Fias/models/FiasAddress.d.ts +96 -96
- package/components/Fias/models/FiasAddressElement.d.ts +18 -18
- package/components/Fias/models/FiasData.d.ts +20 -20
- package/components/Fias/types.d.ts +142 -142
- package/components/FxInput/FxInput.d.ts +49 -49
- package/components/FxInput/index.d.ts +1 -1
- package/components/Gapped/Gapped.d.ts +55 -55
- package/components/Gapped/Gapped.md +43 -43
- package/components/Gapped/index.d.ts +1 -1
- package/components/Group/Group.d.ts +13 -13
- package/components/Group/Group.styles.d.ts +8 -8
- package/components/Group/index.d.ts +1 -1
- package/components/Hint/Hint.d.ts +41 -41
- package/components/Hint/Hint.styles.d.ts +4 -4
- package/components/Hint/index.d.ts +1 -1
- package/components/Input/Input.d.ts +144 -144
- package/components/Input/Input.md +13 -13
- package/components/Input/Input.styles.d.ts +33 -33
- package/components/Input/index.d.ts +1 -1
- package/components/Kebab/Kebab.d.ts +62 -62
- package/components/Kebab/Kebab.styles.d.ts +10 -10
- package/components/Kebab/index.d.ts +1 -1
- package/components/Link/Link.d.ts +53 -53
- package/components/Link/Link.mixins.d.ts +3 -3
- package/components/Link/Link.styles.d.ts +13 -13
- package/components/Link/index.d.ts +1 -1
- package/components/Loader/Loader.d.ts +80 -80
- package/components/Loader/Loader.styles.d.ts +9 -9
- package/components/Loader/index.d.ts +1 -1
- package/components/LocaleProvider/LocaleProvider.d.ts +24 -24
- package/components/LocaleProvider/index.d.ts +1 -1
- package/components/Logotype/Logotype.d.ts +83 -83
- package/components/Logotype/Logotype.styles.d.ts +10 -10
- package/components/Logotype/ProductWidget.d.ts +3 -3
- package/components/Logotype/index.d.ts +1 -1
- package/components/Logotype/locale/index.d.ts +4 -4
- package/components/Logotype/locale/locales/en.d.ts +2 -2
- package/components/Logotype/locale/locales/ru.d.ts +2 -2
- package/components/Logotype/locale/types.d.ts +4 -4
- package/components/MenuHeader/MenuHeader.d.ts +16 -16
- package/components/MenuHeader/MenuHeader.styles.d.ts +4 -4
- package/components/MenuHeader/index.d.ts +1 -1
- package/components/MenuItem/MenuItem.d.ts +52 -52
- package/components/MenuItem/MenuItem.styles.d.ts +12 -12
- package/components/MenuItem/index.d.ts +1 -1
- package/components/MenuSeparator/MenuSeparator.d.ts +11 -11
- package/components/MenuSeparator/MenuSeparator.styles.d.ts +3 -3
- package/components/MenuSeparator/index.d.ts +1 -1
- package/components/Modal/Modal.d.ts +84 -84
- package/components/Modal/Modal.styles.d.ts +24 -24
- package/components/Modal/ModalBody.d.ts +20 -20
- package/components/Modal/ModalClose.d.ts +3 -3
- package/components/Modal/ModalContext.d.ts +12 -12
- package/components/Modal/ModalFooter.d.ts +21 -21
- package/components/Modal/ModalHeader.d.ts +17 -17
- package/components/Modal/helpers.d.ts +6 -6
- package/components/Modal/index.d.ts +4 -4
- package/components/Paging/NavigationHelper.d.ts +7 -7
- package/components/Paging/Paging.d.ts +90 -90
- package/components/Paging/Paging.styles.d.ts +15 -15
- 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/PasswordInput.d.ts +46 -46
- package/components/PasswordInput/PasswordInput.md +9 -9
- package/components/PasswordInput/PasswordInput.styles.d.ts +6 -6
- package/components/PasswordInput/index.d.ts +1 -1
- package/components/Radio/Radio.d.ts +58 -58
- package/components/Radio/Radio.styles.d.ts +14 -14
- package/components/Radio/index.d.ts +1 -1
- package/components/RadioGroup/Prevent.d.ts +8 -8
- package/components/RadioGroup/RadioGroup.d.ts +142 -142
- package/components/RadioGroup/RadioGroup.md +43 -43
- package/components/RadioGroup/RadioGroup.styles.d.ts +6 -6
- package/components/RadioGroup/index.d.ts +1 -1
- package/components/ScrollContainer/ScrollContainer.d.ts +67 -67
- package/components/ScrollContainer/ScrollContainer.styles.d.ts +7 -7
- package/components/ScrollContainer/index.d.ts +1 -1
- package/components/Select/Item.d.ts +7 -7
- package/components/Select/Select/Select.js +2 -2
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +178 -178
- package/components/Select/Select.styles/Select.styles.js +21 -8
- package/components/Select/Select.styles/Select.styles.js.map +1 -1
- package/components/Select/Select.styles.d.ts +12 -11
- 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/selectTheme.js +5 -1
- package/components/Select/selectTheme/selectTheme.js.map +1 -1
- package/components/Select/selectTheme.d.ts +2 -2
- package/components/SidePage/SidePage/SidePage.js +11 -4
- package/components/SidePage/SidePage/SidePage.js.map +1 -1
- package/components/SidePage/SidePage.d.ts +88 -86
- package/components/SidePage/SidePage.styles.d.ts +31 -31
- package/components/SidePage/SidePageBody.d.ts +18 -18
- package/components/SidePage/SidePageContainer.d.ts +14 -14
- package/components/SidePage/SidePageContext/SidePageContext.js +3 -0
- package/components/SidePage/SidePageContext/SidePageContext.js.map +1 -1
- package/components/SidePage/SidePageContext.d.ts +14 -12
- package/components/SidePage/SidePageFooter.d.ts +36 -36
- package/components/SidePage/SidePageHeader/SidePageHeader.js +19 -2
- package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
- package/components/SidePage/SidePageHeader.d.ts +39 -34
- package/components/SidePage/helpers.d.ts +5 -5
- package/components/SidePage/index.d.ts +5 -5
- package/components/Spinner/Spinner.d.ts +60 -60
- package/components/Spinner/Spinner.styles.d.ts +10 -10
- package/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
- package/components/Spinner/index.d.ts +1 -1
- package/components/Spinner/locale/index.d.ts +4 -4
- package/components/Spinner/locale/locales/en.d.ts +2 -2
- package/components/Spinner/locale/locales/ru.d.ts +2 -2
- package/components/Spinner/locale/types.d.ts +4 -4
- package/components/Sticky/Sticky/Sticky.js.map +1 -1
- package/components/Sticky/Sticky.d.ts +53 -53
- package/components/Sticky/Sticky.styles.d.ts +7 -7
- package/components/Sticky/index.d.ts +1 -1
- package/components/Switcher/Switcher.d.ts +55 -55
- package/components/Switcher/Switcher.styles.d.ts +9 -9
- package/components/Switcher/index.d.ts +1 -1
- package/components/Switcher/switcherTheme.d.ts +1 -1
- package/components/Tabs/Indicator.d.ts +28 -28
- package/components/Tabs/Indicator.styles.d.ts +7 -7
- package/components/Tabs/Tab.d.ts +125 -125
- package/components/Tabs/Tab.styles.d.ts +11 -11
- package/components/Tabs/Tabs.d.ts +62 -62
- package/components/Tabs/Tabs.styles.d.ts +4 -4
- package/components/Tabs/TabsContext.d.ts +14 -14
- package/components/Tabs/index.d.ts +2 -2
- package/components/Textarea/Textarea.d.ts +180 -180
- package/components/Textarea/Textarea.styles.d.ts +13 -13
- package/components/Textarea/TextareaCounter.d.ts +13 -13
- package/components/Textarea/TextareaHelpers.d.ts +11 -11
- package/components/Textarea/index.d.ts +1 -1
- package/components/ThemeConsumer/ThemeConsumer.d.ts +10 -10
- package/components/ThemeConsumer/index.d.ts +1 -1
- package/components/ThemeProvider/ThemeProvider.d.ts +16 -16
- package/components/ThemeProvider/index.d.ts +1 -1
- package/components/Toast/Toast.d.ts +55 -55
- package/components/Toast/Toast.styles.d.ts +6 -6
- package/components/Toast/ToastStatic.d.ts +8 -8
- package/components/Toast/ToastView.d.ts +37 -37
- package/components/Toast/ToastView.styles.d.ts +7 -7
- package/components/Toast/index.d.ts +1 -1
- package/components/Toggle/Toggle.d.ts +59 -59
- package/components/Toggle/Toggle.styles.d.ts +16 -16
- package/components/Toggle/index.d.ts +1 -1
- package/components/Token/Token.d.ts +29 -29
- package/components/Token/Token.md +112 -112
- package/components/Token/Token.styles.d.ts +25 -25
- package/components/Token/index.d.ts +1 -1
- package/components/TokenInput/TextWidthHelper.d.ts +18 -18
- package/components/TokenInput/TokenInput/TokenInput.js +25 -14
- package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
- package/components/TokenInput/TokenInput.d.ts +168 -168
- package/components/TokenInput/TokenInput.styles.d.ts +16 -16
- package/components/TokenInput/TokenInputMenu.d.ts +15 -15
- 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 +170 -170
- package/components/Tooltip/Tooltip.styles.d.ts +4 -4
- package/components/Tooltip/index.d.ts +1 -1
- package/components/TooltipMenu/TooltipMenu.d.ts +46 -46
- package/components/TooltipMenu/index.d.ts +1 -1
- package/components/TopBar/TopBar.d.ts +114 -114
- package/components/TopBar/TopBar.styles.d.ts +24 -24
- package/components/TopBar/TopBarButtonItem.d.ts +26 -26
- package/components/TopBar/TopBarDivider.d.ts +12 -12
- package/components/TopBar/TopBarDropdown.d.ts +31 -31
- package/components/TopBar/TopBarEnd.d.ts +9 -9
- package/components/TopBar/TopBarItem.d.ts +33 -33
- package/components/TopBar/TopBarLogout.d.ts +19 -19
- package/components/TopBar/TopBarOrganizations.d.ts +32 -32
- package/components/TopBar/TopBarStart.d.ts +9 -9
- package/components/TopBar/TopBarUser.d.ts +27 -27
- package/components/TopBar/index.d.ts +10 -10
- package/components/TopBar/locale/index.d.ts +4 -4
- package/components/TopBar/locale/locales/en.d.ts +2 -2
- package/components/TopBar/locale/locales/ru.d.ts +2 -2
- package/components/TopBar/locale/types.d.ts +6 -6
- package/index.d.ts +54 -54
- package/internal/BGRuler.d.ts +30 -30
- package/internal/Calendar/Calendar/Calendar.js +2 -1
- package/internal/Calendar/Calendar/Calendar.js.map +1 -1
- package/internal/Calendar/Calendar.d.ts +60 -60
- package/internal/Calendar/Calendar.styles.d.ts +4 -4
- package/internal/Calendar/CalendarDateShape.d.ts +14 -14
- package/internal/Calendar/CalendarScrollEvents.d.ts +4 -4
- package/internal/Calendar/CalendarUtils.d.ts +18 -18
- package/internal/Calendar/DayCellView.d.ts +14 -14
- package/internal/Calendar/DayCellView.styles.d.ts +6 -6
- package/internal/Calendar/DayCellViewModel.d.ts +8 -8
- package/internal/Calendar/Month.d.ts +33 -33
- package/internal/Calendar/MonthView.d.ts +21 -21
- package/internal/Calendar/MonthView.styles.d.ts +8 -8
- package/internal/Calendar/MonthViewModel.d.ts +14 -14
- package/internal/Calendar/config.d.ts +8 -8
- package/internal/Calendar/index.d.ts +2 -2
- package/internal/CommonWrapper/CommonWrapper.d.ts +15 -15
- package/internal/CommonWrapper/index.d.ts +1 -1
- package/internal/ComponentCombinator.d.ts +25 -25
- package/internal/ComponentTable.d.ts +21 -21
- package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js +4 -2
- package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxMenu.d.ts +31 -31
- package/internal/CustomComboBox/ComboBoxView.d.ts +80 -80
- package/internal/CustomComboBox/CustomComboBox.d.ts +128 -128
- package/internal/CustomComboBox/CustomComboBox.styles.d.ts +5 -5
- package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +71 -71
- package/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
- 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/DateSelect/DateSelect.d.ts +90 -90
- package/internal/DateSelect/DateSelect.styles.d.ts +18 -18
- package/internal/DateSelect/index.d.ts +1 -1
- package/internal/DropdownContainer/DropdownContainer.d.ts +46 -46
- package/internal/DropdownContainer/index.d.ts +1 -1
- package/internal/FocusTrap/FocusTrap.d.ts +16 -16
- package/internal/FocusTrap/index.d.ts +1 -1
- package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +14 -14
- 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 +71 -71
- package/internal/InputLikeText/InputLikeText.styles.d.ts +8 -8
- package/internal/InputLikeText/index.d.ts +1 -1
- package/internal/InternalMenu/InternalMenu.d.ts +64 -64
- package/internal/InternalMenu/InternalMenu.styles.d.ts +8 -8
- package/internal/InternalMenu/index.d.ts +1 -1
- package/internal/InternalMenu/isActiveElement.d.ts +3 -3
- 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/MaskedInput/MaskedInput.d.ts +40 -40
- package/internal/MaskedInput/MaskedInput.styles.d.ts +5 -5
- package/internal/MaskedInput/index.d.ts +1 -1
- package/internal/Menu/Menu.d.ts +62 -62
- package/internal/Menu/Menu.styles.d.ts +5 -5
- package/internal/Menu/index.d.ts +1 -1
- package/internal/Menu/isActiveElement.d.ts +3 -3
- package/internal/PerformanceMetrics/PerformanceMetrics.d.ts +7 -7
- package/internal/Popup/Popup.d.ts +145 -145
- package/internal/Popup/Popup.styles.d.ts +15 -15
- package/internal/Popup/PopupHelper.d.ts +26 -26
- package/internal/Popup/PopupPin.d.ts +56 -56
- package/internal/Popup/PopupPin.styles.d.ts +3 -3
- package/internal/Popup/index.d.ts +1 -1
- package/internal/PopupMenu/PopupMenu.d.ts +85 -85
- package/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
- package/internal/PopupMenu/PopupMenuPositions.d.ts +2 -2
- package/internal/PopupMenu/index.d.ts +1 -1
- package/internal/PopupMenu/validatePositions.d.ts +2 -2
- package/internal/RenderContainer/RenderContainer/RenderContainer.js +2 -1
- package/internal/RenderContainer/RenderContainer/RenderContainer.js.map +1 -1
- package/internal/RenderContainer/RenderContainer.d.ts +16 -16
- package/internal/RenderContainer/RenderContainerTypes/RenderContainerTypes.js +0 -0
- package/internal/RenderContainer/RenderContainerTypes/RenderContainerTypes.js.map +1 -0
- package/internal/RenderContainer/RenderContainerTypes/package.json +6 -0
- package/internal/RenderContainer/RenderContainerTypes.d.ts +11 -14
- package/internal/RenderContainer/RenderInnerContainer.d.ts +13 -13
- package/internal/RenderContainer/index.d.ts +1 -1
- package/internal/RenderLayer/RenderLayer.d.ts +27 -27
- package/internal/RenderLayer/index.d.ts +1 -1
- package/internal/ResizeDetector/ResizeDetector.d.ts +12 -12
- package/internal/ResizeDetector/ResizeDetector.styles.d.ts +5 -5
- package/internal/ResizeDetector/index.d.ts +1 -1
- package/internal/SpinnerOld/SpinnerOld.d.ts +49 -49
- package/internal/SpinnerOld/SpinnerOld.styles.d.ts +14 -14
- package/internal/SpinnerOld/SpinnerOldCloudIcon.d.ts +12 -12
- package/internal/SpinnerOld/index.d.ts +1 -1
- package/internal/SpinnerOld/locale/index.d.ts +4 -4
- package/internal/SpinnerOld/locale/locales/en.d.ts +2 -2
- package/internal/SpinnerOld/locale/locales/ru.d.ts +2 -2
- package/internal/SpinnerOld/locale/types.d.ts +4 -4
- package/internal/ThemePlayground/AnotherInputsPlayground.d.ts +13 -13
- package/internal/ThemePlayground/CheckboxPlayground.d.ts +2 -2
- package/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
- package/internal/ThemePlayground/CurrencyInputPlayground.d.ts +11 -11
- package/internal/ThemePlayground/FxInputPlayground.d.ts +10 -10
- package/internal/ThemePlayground/HintPlayground.d.ts +6 -6
- package/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
- package/internal/ThemePlayground/Playground.d.ts +31 -31
- package/internal/ThemePlayground/Playground.styles.d.ts +22 -22
- package/internal/ThemePlayground/RadioPlayground.d.ts +2 -2
- package/internal/ThemePlayground/SelectPlayground.d.ts +12 -12
- package/internal/ThemePlayground/ShowcaseGroup.d.ts +6 -6
- package/internal/ThemePlayground/SwitcherPlayground.d.ts +15 -15
- package/internal/ThemePlayground/ThemeContextPlayground.d.ts +51 -51
- package/internal/ThemePlayground/ThemeEditor.d.ts +39 -39
- package/internal/ThemePlayground/TogglePlayground.d.ts +9 -9
- package/internal/ThemePlayground/TokenInputPlayground.d.ts +7 -7
- package/internal/ThemePlayground/VariableValue.d.ts +45 -45
- package/internal/ThemePlayground/constants.d.ts +18 -18
- package/internal/ThemePlayground/darkTheme.d.ts +253 -253
- package/internal/ThemePlayground/helpers.d.ts +2 -2
- package/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
- package/internal/ThemeShowcase/ThemeShowcase.md +13 -13
- package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +20 -20
- package/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
- package/internal/ZIndex/ZIndex.d.ts +34 -34
- package/internal/ZIndex/ZIndexStorage.d.ts +18 -18
- package/internal/ZIndex/index.d.ts +1 -1
- package/internal/icons/16px/icon.styles.d.ts +4 -4
- package/internal/icons/16px/index.d.ts +20 -20
- package/internal/icons/20px/Icon.d.ts +30 -30
- package/internal/icons/20px/icon.styles.d.ts +4 -4
- package/internal/icons/20px/index.d.ts +2 -2
- package/internal/icons/20px/svg.d.ts +14 -14
- package/internal/icons/CloudIcon.d.ts +2 -2
- package/internal/icons/CrossIcon.d.ts +2 -2
- package/internal/icons/SpinnerIcon.d.ts +24 -24
- package/internal/icons/SpinnerIcon.styles.d.ts +4 -4
- package/internal/themes/DefaultTheme/DefaultTheme.js +26 -1
- package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
- package/internal/themes/DefaultTheme.d.ts +869 -864
- package/internal/themes/FlatTheme.d.ts +181 -181
- package/internal/themes/Theme8px.d.ts +297 -297
- package/lib/ConditionalHandler.d.ts +11 -11
- package/lib/LayoutEvents.d.ts +4 -4
- package/lib/MockDate.d.ts +8 -8
- package/lib/ModalStack.d.ts +14 -14
- package/lib/SSRSafe.d.ts +4 -4
- package/lib/Supports.d.ts +1 -1
- package/lib/Upgrades/Upgrades.js +13 -0
- package/lib/Upgrades/Upgrades.js.map +1 -1
- package/lib/Upgrades.d.ts +6 -4
- 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/client.d.ts +14 -14
- package/lib/createPropsGetter.d.ts +2 -2
- package/lib/currentEnvironment.d.ts +3 -3
- package/lib/date/InternalDate.d.ts +58 -58
- package/lib/date/InternalDateCalculator.d.ts +6 -6
- package/lib/date/InternalDateGetter.d.ts +15 -15
- package/lib/date/InternalDateSetter.d.ts +6 -6
- package/lib/date/InternalDateTransformer.d.ts +12 -12
- package/lib/date/InternalDateValidator.d.ts +12 -12
- package/lib/date/constants.d.ts +28 -28
- package/lib/date/localeSets.d.ts +5 -5
- package/lib/date/types.d.ts +90 -90
- package/lib/dom/getFocusableElements.d.ts +41 -41
- package/lib/dom/getScrollWidth.d.ts +1 -1
- package/lib/events/MouseDrag.d.ts +58 -58
- package/lib/events/fixClickFocusIE.d.ts +1 -1
- package/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
- package/lib/events/keyboard/KeyboardMapKeys.d.ts +6 -6
- package/lib/events/keyboard/extractCode.d.ts +3 -3
- package/lib/events/keyboard/identifiers.d.ts +47 -47
- package/lib/events/stopPropagation.d.ts +1 -1
- package/lib/events/tabListener.d.ts +6 -6
- package/lib/extractKeyboardAction.d.ts +13 -13
- package/lib/filterProps.d.ts +12 -12
- 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 +2 -2
- package/lib/locale/decorators.d.ts +35 -35
- package/lib/locale/index.d.ts +3 -3
- package/lib/locale/types.d.ts +24 -24
- package/lib/memo.d.ts +1 -1
- package/lib/net/fetch.d.ts +13 -13
- package/lib/polyfillPlaceholder.d.ts +1 -1
- package/lib/reactGetTextContent.d.ts +2 -2
- package/lib/styles/ColorFactory.d.ts +11 -11
- package/lib/styles/ColorFunctions.d.ts +11 -11
- package/lib/styles/ColorHelpers.d.ts +20 -20
- 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/HoldSelectionColor.d.ts +1 -1
- package/lib/styles/Mixins.d.ts +2 -2
- package/lib/theming/AnimationKeyframes.d.ts +8 -8
- package/lib/theming/Emotion/Emotion.js +3 -3
- package/lib/theming/Emotion/Emotion.js.map +1 -1
- package/lib/theming/Emotion.d.ts +14 -14
- package/lib/theming/Theme.d.ts +3 -3
- package/lib/theming/ThemeContext.d.ts +2 -2
- package/lib/theming/ThemeFactory.d.ts +8 -8
- package/lib/theming/ThemeHelpers.d.ts +10 -10
- package/lib/theming/themes/DefaultTheme.d.ts +1 -1
- package/lib/theming/themes/DefaultTheme8px.d.ts +1 -1
- package/lib/theming/themes/FlatTheme.d.ts +1 -1
- package/lib/theming/themes/FlatTheme8px.d.ts +1 -1
- package/lib/utils.d.ts +21 -21
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Theme } from '../../lib/theming/Theme';
|
|
2
|
-
export interface DescriptionsType {
|
|
3
|
-
[componentName: string]: ComponentDescriptionType;
|
|
4
|
-
}
|
|
5
|
-
export interface ComponentDescriptionType {
|
|
6
|
-
[elementName: string]: ComponentRowDescriptionType;
|
|
7
|
-
}
|
|
8
|
-
export interface ComponentRowDescriptionType {
|
|
9
|
-
variables: Array<keyof Theme>;
|
|
10
|
-
dependencies: VariableDependencies;
|
|
11
|
-
}
|
|
12
|
-
export interface VariableNameToComponentsMap {
|
|
13
|
-
[variableName: string]: DescriptionsType;
|
|
14
|
-
}
|
|
15
|
-
export interface VariableDependencies {
|
|
16
|
-
[variableName: string]: Array<keyof Theme>;
|
|
17
|
-
}
|
|
18
|
-
export declare const COMPONENT_DESCRIPTIONS: DescriptionsType;
|
|
19
|
-
export declare const COMPONENT_DESCRIPTIONS_BY_VARIABLE: VariableNameToComponentsMap;
|
|
20
|
-
export declare const ALL_USED_VARIABLES: ("black" | "blue" | "gray" | "green" | "red" | "white" | "yellow" | "prototype" | "fontFamilyCompensationBaseline" | "brandXLight" | "brandLight" | "brand" | "brandDark" | "brandXDark" | "grayXxLight" | "grayXLight" | "grayLight" | "grayDark" | "blueXxLight" | "blueLight" | "blueDark" | "blueXDark" | "greenXxLight" | "greenDark" | "redXxLight" | "redDark" | "yellowXxLight" | "yellowDark" | "bgDefault" | "bgDisabled" | "errorMain" | "errorSecondary" | "errorText" | "warningMain" | "warningSecondary" | "warningText" | "borderColorFocusLight" | "borderColorGrayDark" | "borderColorGrayLight" | "placeholderColor" | "outlineColorFocus" | "placeholderColorLight" | "blinkColor" | "controlBorderWidth" | "controlOutlineWidth" | "controlLineHeightSmall" | "controlLineHeightMedium" | "controlLineHeightLarge" | "controlPaddingYSmall" | "controlPaddingYMedium" | "controlPaddingYLarge" | "textColorDefault" | "textColorInvert" | "textColorDisabled" | "fontSizeSmall" | "fontSizeMedium" | "fontSizeLarge" | "specificityLevel" | "bgActive" | "borderColorFocus" | "borderColorError" | "borderColorWarning" | "controlHeightSmall" | "controlHeightMedium" | "controlHeightLarge" | "linkColor" | "linkActiveColor" | "linkHoverTextDecoration" | "linkSuccessColor" | "linkSuccessHoverColor" | "linkSuccessActiveColor" | "linkDangerColor" | "linkDangerHoverColor" | "linkDangerActiveColor" | "linkIconMarginRight" | "linkHoverColor" | "linkDisabledColor" | "linkButtonLineHeight" | "linkButtonPaddingX" | "tokenDisabledBg" | "tokenTextColorDisabled" | "tokenFontSize" | "tokenMarginY" | "tokenMarginX" | "tokenLineHeight" | "tokenPaddingY" | "tokenPaddingX" | "tokenMarginBeforeIcon" | "tokenRemoveIconSize" | "tokenRemoveIconPaddingY" | "tokenRemoveIconPaddingX" | "tokenRemoveIconGap" | "tokenRemoveIconBoxSizing" | "tokenBorderRadius" | "tokenBorderWidth" | "tokenBorderColorDisabled" | "tokenDefaultIdle" | "tokenDefaultActive" | "tokenGrayIdle" | "tokenGrayActive" | "tokenBlueIdle" | "tokenBlueActive" | "tokenGreenIdle" | "tokenGreenActive" | "tokenYellowIdle" | "tokenYellowActive" | "tokenRedIdle" | "tokenRedActive" | "tokenWhite" | "tokenBlack" | "tokenBorderColorWarning" | "tokenBorderColorError" | "tokenOutlineWidth" | "tokenLegacyTextShift" | "tokenPaddingYDisabled" | "tokenPaddingXDisabled" | "tokenMarginYDisabled" | "tokenMarginXDisabled" | "tokenShadowDisabled" | "tokenInputBorderColor" | "tokenInputBorderColorFocus" | "tokenInputBorderColorError" | "tokenInputBorderColorWarning" | "tokenInputBorderTopColor" | "tokenInputPlaceholderColor" | "tokenInputPlaceholderColorLight" | "tokenInputDisabledBg" | "tokenInputDisabledBorderColor" | "tokenInputBorderWidth" | "tokenInputOutlineWidth" | "tokenInputBg" | "tokenInputShadow" | "tokenInputTextColor" | "tokenInputTextColorDisabled" | "tokenInputPaddingY" | "tokenInputPaddingX" | "tokenInputFontSize" | "tokenInputLineHeight" | "tokenInputInputPaddingLeft" | "tokenInputInputPaddingRight" | "loaderBg" | "loaderOpacity" | "btnWrapPadding" | "btnHeightShift" | "btnLinkBorderRadius" | "btnFocusShadowWidth" | "btnFocusBorder" | "btnDisabledTextColor" | "btnDisabledBorderColor" | "btnCheckedBg" | "btnCheckedDisabledBg" | "btnCheckedDisabledColor" | "btnCheckedHoverBorderColor" | "btnCheckedTextColor" | "btnCheckedDisabledBorderColor" | "btnCheckedShadow" | "btnCheckedShadowColorArrow" | "btnCheckedShadowArrow" | "btnCheckedShadowArrowLeft" | "btnCheckedDisabledShadow" | "btnCheckedDisabledShadowArrow" | "btnArrowBorderRadius" | "btnSmallBorderRadius" | "btnBorderRadius" | "btnBorderRadiusSmall" | "btnBorderRadiusMedium" | "btnBorderRadiusLarge" | "btnBorderWidth" | "btnOutlineWidth" | "btnPaddingXSmall" | "btnPaddingXMedium" | "btnPaddingXLarge" | "btnIconGapSmall" | "btnIconGapMedium" | "btnIconGapLarge" | "btnIconSizeSmall" | "btnIconSizeMedium" | "btnIconSizeLarge" | "btnDefaultBg" | "btnDefaultBgStart" | "btnDefaultBgEnd" | "btnSmallArrowLength" | "btnSmallArrowRight" | "btnSmallArrowLeft" | "btnSmallArrowBorderRadius" | "btnMediumArrowTop" | "btnMediumArrowLength" | "btnMediumArrowLeft" | "btnMediumArrowLeftLoadingLeft" | "btnMediumArrowTransform" | "btnDeprecatedSizeMediumFontSize" | "btnDeprecatedSizeMediumPaddingShift" | "btnLargeArrowTop" | "btnLargeArrowLength" | "btnLargeArrowLeft" | "btnLargeArrowRight" | "btnLargeArrowTransform" | "btnLargeArrowBg" | "btnDefaultBgArrowStart" | "btnDefaultBgArrowEnd" | "btnDefaultCheckedShadowArrow" | "btnDefaultCheckedBorder" | "btnDefaultTextColor" | "btnDefaultHoverBg" | "btnDefaultHoverBorderColor" | "btnDefaultActiveBorderColor" | "btnDefaultBorder" | "btnDefaultShadow" | "btnDefaultShadowArrow" | "btnDefaultShadowArrowLeft" | "btnDefaultHoverBgStart" | "btnDefaultHoverBgEnd" | "btnDefaultHoverShadow" | "btnDefaultHoverShadowArrow" | "btnDefaultHoverShadowArrowLeft" | "btnDefaultActiveBg" | "btnDefaultActiveShadow" | "btnDefaultActiveShadowArrow" | "btnDefaultActiveShadowArrowLeft" | "btnSuccessBg" | "btnSuccessHoverBg" | "btnSuccessHoverBorderColor" | "btnSuccessDisabledBg" | "btnSuccessBorder" | "btnSuccessBgStart" | "btnSuccessBgEnd" | "btnSuccessBgArrowStart" | "btnSuccessBgArrowEnd" | "btnSuccessTextColor" | "btnSuccessShadow" | "btnSuccessShadowArrow" | "btnSuccessShadowArrowLeft" | "btnSuccessHoverBgStart" | "btnSuccessHoverBgEnd" | "btnSuccessHoverShadow" | "btnSuccessHoverShadowArrow" | "btnSuccessHoverShadowArrowLeft" | "btnSuccessActiveBg" | "btnSuccessActiveShadow" | "btnSuccessActiveShadowArrow" | "btnSuccessActiveShadowArrowLeft" | "btnPrimaryBg" | "btnPrimaryHoverBg" | "btnPrimaryHoverBorderColor" | "btnPrimaryDisabledBg" | "btnPrimaryBorder" | "btnPrimaryBgStart" | "btnPrimaryBgEnd" | "btnPrimaryBgArrowStart" | "btnPrimaryBgArrowEnd" | "btnPrimaryTextColor" | "btnPrimaryShadow" | "btnPrimaryShadowArrow" | "btnPrimaryShadowArrowLeft" | "btnPrimaryHoverBgStart" | "btnPrimaryHoverBgEnd" | "btnPrimaryHoverShadow" | "btnPrimaryHoverShadowArrow" | "btnPrimaryHoverShadowArrowLeft" | "btnPrimaryActiveBg" | "btnPrimaryActiveShadow" | "btnPrimaryActiveShadowArrow" | "btnPrimaryActiveShadowArrowLeft" | "btnDangerBg" | "btnDangerHoverBg" | "btnDangerHoverBorderColor" | "btnDangerDisabledBg" | "btnDangerBorder" | "btnDangerBgStart" | "btnDangerBgEnd" | "btnDangerBgArrowStart" | "btnDangerBgArrowEnd" | "btnDangerTextColor" | "btnDangerShadow" | "btnDangerShadowArrow" | "btnDangerShadowArrowLeft" | "btnDangerHoverBgStart" | "btnDangerHoverBgEnd" | "btnDangerHoverShadow" | "btnDangerHoverShadowArrow" | "btnDangerHoverShadowArrowLeft" | "btnDangerActiveBg" | "btnDangerActiveShadow" | "btnDangerActiveShadowArrow" | "btnDangerActiveShadowArrowLeft" | "btnPayBg" | "btnPayHoverBg" | "btnPayHoverBorderColor" | "btnPayDisabledBg" | "btnPayBorder" | "btnPayBgStart" | "btnPayBgEnd" | "btnPayBgArrowStart" | "btnPayBgArrowEnd" | "btnPayShadow" | "btnPayTextColor" | "btnPayShadowArrow" | "btnPayShadowArrowLeft" | "btnPayHoverBgStart" | "btnPayHoverBgEnd" | "btnPayHoverShadow" | "btnPayHoverShadowArrow" | "btnPayHoverShadowArrowLeft" | "btnPayActiveBg" | "btnPayActiveShadow" | "btnPayActiveShadowArrow" | "btnPayActiveShadowArrowLeft" | "btnDeprecatedSizeMediumPaddingShiftIe" | "btnSmallArrowTop" | "btnSmallArrowLeftLoadingDelay" | "btnSmallArrowBg" | "btnMediumArrowRight" | "btnMediumArrowBg" | "btnMediumArrowLeftLoadingDelay" | "btnLargeArrowLeftLoadingDelay" | "btnMenuArrowColor" | "btnFontSizeSmall" | "btnFontSizeMedium" | "btnFontSizeLarge" | "btnLineHeightSmall" | "btnLineHeightMedium" | "btnLineHeightLarge" | "btnPaddingYSmall" | "btnPaddingYMedium" | "btnPaddingYLarge" | "btnDisabledBg" | "btnDisabledShadowColor" | "btnDisabledShadow" | "btnDisabledShadowArrow" | "btnTextColorDefault" | "btnBorderColorWarning" | "btnBorderColorError" | "btnHeightSmall" | "btnHeightMedium" | "btnHeightLarge" | "btnLinkColor" | "btnLinkHoverColor" | "btnLinkHoverTextDecoration" | "btnLinkActiveColor" | "btnLinkIconMarginRight" | "btnErrorSecondary" | "btnOutlineColorFocus" | "btnBorderColorFocus" | "btnLinkDisabledColor" | "sltPlaceholderColor" | "selectPlaceholderColor" | "selectBorderWidth" | "selectOutlineWidth" | "selectLineHeightSmall" | "selectFontSizeSmall" | "selectPaddingXSmall" | "selectPaddingYSmall" | "selectBorderRadiusSmall" | "selectIconGapSmall" | "selectPaddingArrowSmall" | "selectLineHeightMedium" | "selectFontSizeMedium" | "selectPaddingXMedium" | "selectPaddingYMedium" | "selectBorderRadiusMedium" | "selectIconGapMedium" | "selectPaddingArrowMedium" | "selectLineHeightLarge" | "selectFontSizeLarge" | "selectPaddingXLarge" | "selectPaddingYLarge" | "selectBorderRadiusLarge" | "selectIconGapLarge" | "selectPaddingArrowLarge" | "selectMenuArrowColor" | "selectIconSizeSmall" | "selectIconSizeMedium" | "selectIconSizeLarge" | "tooltipPaddingY" | "tooltipPaddingX" | "tooltipCloseBtnPadding" | "tooltipCloseBtnColor" | "tooltipCloseBtnHoverColor" | "tooltipBorder" | "tooltipBorderRadius" | "tooltipPinOffset" | "tooltipPinOffsetX" | "tooltipPinOffsetY" | "tooltipMargin" | "tooltipPinSize" | "tooltipMenuPinOffset" | "tooltipMenuMargin" | "tooltipMenuPinSize" | "kebabPinOffset" | "kebabPinSize" | "kebabMargin" | "kebabBackground" | "kebabBackgroundHover" | "kebabBorderRadius" | "kebabBorder" | "modalBackBg" | "modalBackOpacity" | "modalCloseButtonColor" | "modalCloseButtonDisabledColor" | "modalCloseButtonHoverColor" | "modalCloseButtonPadding" | "modalCloseButtonLegacyShift" | "modalCloseButtonBottomPadding" | "modalCloseButtonClickArea" | "modalCloseIconSize" | "modalCloseLegacyGap" | "modalCloseWrapperLegacyGap" | "modalFixedHeaderBg" | "modalFixedHeaderShadow" | "modalFixedFooterShadow" | "modalFooterBg" | "modalAdaptiveThreshold" | "modalPaddingTop" | "modalPaddingLeft" | "modalPaddingRight" | "modalHeaderFontSize" | "modalHeaderLineHeight" | "modalHeaderPaddingBottom" | "modalHeaderPaddingTop" | "modalFixedHeaderPaddingBottom" | "modalBodyPaddingBottom" | "modalFooterPaddingTop" | "modalFooterPaddingBottom" | "modalPaddingBottom" | "modalFooterPanelPaddingTop" | "modalFooterPanelPaddingBottom" | "sidePageFooterPanelBg" | "sidePageBackingBg" | "sidePageBackingBgOpacity" | "sidePageCloseButtonColor" | "sidePageCloseButtonHoverColor" | "sidePageContainerShadow" | "sidePagePaddingLeft" | "sidePagePaddingRight" | "sidePagePaddingTop" | "sidePagePaddingBottom" | "sidePageFooterPaddingTop" | "sidePageFooterPaddingBottom" | "sidePageBgDefault" | "sidePageBorderColor" | "sidePageHeaderFontSize" | "sidePageHeaderLineHeight" | "sidePageHeaderPaddingBottom" | "sidePageHeaderPaddingTop" | "sidePageHeaderFixedFontSize" | "sidePageHeaderFixedLineHeight" | "sidePageHeaderFixedPaddingY" | "sidePageHeaderStickyOffset" | "sidePageCloseButtonPadding" | "sidePageCloseButtonLegacyPaddingLeft" | "sidePageFooterPanelPaddingTop" | "sidePageFooterPanelPaddingBottom" | "sidePageCloseIconSize" | "sidePageCloseButtonClickAreaX" | "dateInputIconColor" | "dateInputMaskColor" | "dateInputComponentSelectedBgColor" | "calendarCellBg" | "calendarCellHoverColor" | "calendarCellActiveHoverColor" | "calendarCellWeekendColor" | "calendarCellTodayBorder" | "calendarCellSelectedBgColor" | "calendarCellSelectedFontColor" | "calendarCellSize" | "calendarMonthHeaderStickedBgColor" | "calendarMonthTitleBorderBottomColor" | "calendarCellHoverBgColor" | "calendarPaddingX" | "calendarMonthTitleLineHeight" | "calendarMonthTitlePaddingTop" | "calendarMonthTitlePaddingBottom" | "calendarMonthTitleMarginX" | "calendarMonthTitleMarginBottom" | "calendarWrapperHeight" | "calendarMonthMarginBottom" | "calendarMaxMonthsToAppendOnScroll" | "dateSelectLineHeight" | "dateSelectFontSize" | "dateSelectFontWeight" | "dateSelectMenuItemBgSelected" | "dateSelectTextColorDisabled" | "dateSelectTextColorDefault" | "dateSelectLinkColor" | "dateSelectPopupBoxShadow" | "dateSelectTextColorInvert" | "datePickerOpenBtnColor" | "pickerBg" | "pickerShadow" | "pickerTodayWrapperBgColor" | "pickerTodayWrapperBorderTop" | "pickerTodayWrapperHoverBgColor" | "pickerTodayWrapperFontSize" | "pickerTodayWrapperLineHeight" | "pickerTodayWrapperPaddingTop" | "pickerTodayWrapperPaddingBottom" | "dateSelectMenuBg" | "dateSelectMenuItemBgActive" | "dateSelectMenuItemBgDisabled" | "dateSelectMenuItemFontActive" | "dateSelectMenuItemFontSelected" | "dateSelectMenuItemFontDisabled" | "pagingFontSize" | "pagingForwardIconSize" | "pagingForwardIconMarginTop" | "pagingPageLinkPaddingX" | "pagingPageLinkPaddingY" | "pagingPageLinkLegacyPaddingY" | "pagingPageLinkMinWidth" | "pagingPageForwardLinkMarginTop" | "pagingPageForwardLinkMarginLeft" | "pagingPageForwardLinkPaddingRight" | "pagingLineHeight" | "pagingDotsColor" | "pagingDotsPadding" | "pagingPageLinkActiveBg" | "pagingPageLinkActiveColor" | "pagingPageLinkHoverBg" | "pagingPageLinkHintColor" | "pagingPageLinkHintFontSize" | "pagingPageLinkHintLineHeight" | "pagingPageLinkBorderRadius" | "pagingPageLinkMargin" | "pagingForwardLinkColor" | "pagingForwardLinkDisabledColor" | "hintColor" | "hintFontSize" | "hintLineHeight" | "hintMaxWidth" | "hintPaddingY" | "hintPaddingX" | "hintTextAlign" | "hintBorder" | "hintBorderRadius" | "hintPinOffset" | "hintMargin" | "toastFontSize" | "toastLineHeight" | "toastPaddingY" | "toastPaddingX" | "toastBorderRadius" | "toastBorder" | "toastTop" | "toastBg" | "toastColor" | "toastLinkColor" | "toastClosePadding" | "toastCloseColor" | "toastCloseHoverColor" | "toastCloseSize" | "tbBg" | "tbShadow" | "tdDividerBg" | "logoColor" | "logoHoverColor" | "dropdownMenuSelectedBg" | "dropdownMenuHoverBg" | "menuBgDefault" | "menuBorder" | "menuShadow" | "menuPaddingY" | "menuItemSelectedBg" | "menuItemHoverBg" | "menuItemIconWidth" | "menuItemIconGap" | "menuItemIconLegacyMargin" | "menuItemIconLegacyShift" | "menuItemPaddingForIcon" | "menuItemLineHeight" | "menuItemFontSize" | "menuItemPaddingX" | "menuItemPaddingY" | "menuItemLegacyPaddingX" | "menuItemLegacyPaddingY" | "menuItemHoverColor" | "menuItemDisabledColor" | "menuItemLinkColor" | "menuItemCommentColor" | "menuItemCommentColorHover" | "menuHeaderColor" | "menuHeaderLineHeight" | "menuHeaderFontSize" | "menuHeaderPaddingX" | "menuHeaderPaddingTop" | "menuHeaderPaddingBottom" | "menuHeaderLegacyPaddingRight" | "menuSeparatorBorderColor" | "menuSeparatorMarginY" | "menuSeparatorBorderWidth" | "toggleHandleActiveWidthIncrement" | "toggleHandleBorderRadius" | "toggleHeight" | "toggleWidth" | "toggleBorderRadius" | "toggleBg" | "toggleBgDisabled" | "toggleBgHover" | "toggleBgChecked" | "toggleBorderWidth" | "toggleOutlineWidth" | "toggleBorderColor" | "toggleBgFocus" | "toggleBgActive" | "toggleBgError" | "toggleBgWarning" | "toggleFocusShadowColor" | "toggleCaptionGap" | "popupBorder" | "popupBorderRadius" | "popupBorderColor" | "popupDropShadow" | "popupBoxShadow" | "popupTextColor" | "popupBackground" | "popupPinOffset" | "popupPinOffsetX" | "popupPinOffsetY" | "popupMargin" | "popupPinSize" | "inputTextColor" | "inputTextColorDisabled" | "inputShadow" | "inputBg" | "inputIconColor" | "inputColor" | "inputWidth" | "inputFontSizeSmall" | "inputFontSizeMedium" | "inputFontSizeLarge" | "inputLineHeightSmall" | "inputLineHeightMedium" | "inputLineHeightLarge" | "inputHeightSmall" | "inputHeightMedium" | "inputHeightLarge" | "inputPaddingYSmall" | "inputPaddingYMedium" | "inputPaddingYLarge" | "inputPaddingXSmall" | "inputPaddingXMedium" | "inputPaddingXLarge" | "inputIconGapSmall" | "inputIconGapMedium" | "inputIconGapLarge" | "inputIconSizeSmall" | "inputIconSizeMedium" | "inputIconSizeLarge" | "inputFocusShadow" | "inputDisabledBg" | "inputDisabledBorderColor" | "inputFocusOutline" | "inputBorderWidth" | "inputOutlineWidth" | "inputBorderRadiusSmall" | "inputBorderRadiusMedium" | "inputBorderRadiusLarge" | "inputBorderColor" | "inputBorderColorFocus" | "inputBorderColorError" | "inputBorderColorWarning" | "inputBorderTopColor" | "inputPlaceholderColor" | "inputPlaceholderColorLight" | "inputBlinkColor" | "chbFontSize" | "chbLineHeight" | "chbBoxSize" | "chbPaddingX" | "chbPaddingY" | "chbBgStart" | "chbBgEnd" | "chbTextColorDefault" | "chbTextColorDisabled" | "chbIndeterminateBg" | "chbShadow" | "chbShadowDisabled" | "chbBorder" | "chbShadowHover" | "chbCheckedColor" | "chbOutlineColorFocus" | "chbBorderColorWarning" | "chbBorderColorError" | "chbCheckedHoverShadow" | "chbBorderRadius" | "chbShadowWidth" | "chbCheckedShadow" | "chbBorderColorFocus" | "chbBg" | "chbHoverBg" | "chbActiveBg" | "chbCheckedBg" | "chbBgDisabled" | "chbBoxIndeterminateBg" | "chbCheckedHoverBg" | "chbCheckedActiveBg" | "chbCheckedActiveShadow" | "chbShadowActive" | "checkboxBorderWidthCompensation" | "checkboxFontSize" | "checkboxLineHeight" | "checkboxBoxSize" | "checkboxLabelGap" | "checkboxPaddingY" | "checkboxBgStart" | "checkboxBgEnd" | "checkboxTextColorDefault" | "checkboxTextColorDisabled" | "checkboxIndeterminateBg" | "checkboxShadowDisabled" | "checkboxBorder" | "checkboxBorderWidth" | "checkboxShadow" | "checkboxShadowHover" | "checkboxCheckedColor" | "checkboxOutlineColorFocus" | "checkboxBorderColorWarning" | "checkboxBorderColorError" | "checkboxCheckedHoverShadow" | "checkboxBorderRadius" | "checkboxOutlineWidth" | "checkboxCheckedShadow" | "checkboxCheckedActiveShadow" | "checkboxBorderColorFocus" | "checkboxBg" | "checkboxHoverBg" | "checkboxActiveBg" | "checkboxCheckedBg" | "checkboxBgDisabled" | "checkboxBoxIndeterminateBg" | "checkboxCheckedHoverBg" | "checkboxCheckedActiveBg" | "checkboxShadowActive" | "textareaBg" | "textareaColor" | "textareaTextColorDisabled" | "textareaPlaceholderColorLight" | "textareaPlaceholderColor" | "textareaShadow" | "textareaFontSize" | "textareaLineHeight" | "textareaBorderRadius" | "textareaBorderWidth" | "textareaOutlineWidth" | "textareaHeight" | "textareaMinHeight" | "textareaWidth" | "textareaPaddingX" | "textareaPaddingY" | "textareaBorderColor" | "textareaBorderTopColor" | "textareaBorderColorFocus" | "textareaBorderColorWarning" | "textareaBorderColorError" | "textareaDisabledBg" | "textareaDisabledBorderColor" | "textareaCounterColor" | "textareaCounterBg" | "textareaCounterErrorColor" | "textareaCounterHelpIconColor" | "radioBulletSize" | "radioOutlineWidth" | "radioSize" | "radioSizeAfter" | "radioFontSize" | "radioLineHeight" | "radioLabelGap" | "radioPaddingY" | "radioVerticalAlign" | "radioBgImage" | "radioHoverBg" | "radioActiveBg" | "radioBorderWidth" | "radioBorderColor" | "radioBoxShadow" | "radioBorder" | "radioBorderColorFocus" | "radioBorderColorWarning" | "radioBorderColorError" | "radioHoverShadow" | "radioActiveShadow" | "radioFocusShadow" | "radioCheckedBgColor" | "radioCheckedBorderColor" | "radioCheckedBulletColor" | "radioCheckedHoverBgColor" | "radioDisabledShadow" | "radioLabelDisplay" | "radioBorderWidthCompensation" | "radioMarginY" | "radioGroupLegacyItemGap" | "tabFontSize" | "tabPaddingX" | "tabsMarginX" | "tabPaddingY" | "tabLineHeight" | "tabBorderWidth" | "tabOutlineWidth" | "tabTextColorDefault" | "tabColorFocus" | "tabColorError" | "tabColorWarning" | "tabColorSuccess" | "tabColorPrimary" | "tabColorHover" | "tabColorHoverError" | "tabColorHoverWarning" | "tabColorHoverSuccess" | "tabColorHoverPrimary" | "spinnerBgColor" | "spinnerColor" | "spinnerDimmedColor" | "spinnerCaptionColor" | "spinnerFontSizeSmall" | "spinnerFontSizeMedium" | "spinnerFontSizeLarge" | "spinnerLineHeightSmall" | "spinnerLineHeightMedium" | "spinnerLineHeightLarge" | "spinnerCaptionGapSmall" | "spinnerCaptionGapMedium" | "spinnerCaptionGapLarge" | "spinnerOldBgColor" | "spinnerOldColor" | "spinnerOldDimmedColor" | "spinnerOldCaptionColor" | "spinnerOldFontSizeSmall" | "spinnerOldFontSizeMedium" | "spinnerOldFontSizeLarge" | "spinnerOldLineHeightSmall" | "spinnerOldLineHeightMedium" | "spinnerOldLineHeightLarge" | "spinnerOldCaptionGapSmall" | "spinnerOldCaptionGapMedium" | "spinnerOldCaptionGapLarge" | "switcherOutlineWidth" | "switcherLabelFontSizeSmall" | "switcherLabelFontSizeMedium" | "switcherLabelFontSizeLarge" | "switcherLabelLineHeightSmall" | "switcherLabelLineHeightMedium" | "switcherLabelLineHeightLarge" | "switcherLabelGapSmall" | "switcherLabelGapMedium" | "switcherLabelGapLarge" | "switcherButtonPaddingXSmall" | "switcherButtonPaddingXMedium" | "switcherButtonPaddingXLarge" | "switcherButtonPaddingYSmall" | "switcherButtonPaddingYMedium" | "switcherButtonPaddingYLarge" | "switcherButtonLineHeightSmall" | "switcherButtonLineHeightMedium" | "switcherButtonLineHeightLarge" | "switcherButtonFontSizeSmall" | "switcherButtonFontSizeMedium" | "switcherButtonFontSizeLarge" | "switcherButtonBorderRadiusSmall" | "switcherButtonBorderRadiusMedium" | "switcherButtonBorderRadiusLarge" | "switcherButtonBorderWidth" | "switcherButtonDisabledBorderColor" | "switcherButtonCheckedDisabledShadow")[];
|
|
21
|
-
export declare const CALLS_COUNT: number;
|
|
22
|
-
export declare const EXECUTION_TIME: number;
|
|
1
|
+
import { Theme } from '../../lib/theming/Theme';
|
|
2
|
+
export interface DescriptionsType {
|
|
3
|
+
[componentName: string]: ComponentDescriptionType;
|
|
4
|
+
}
|
|
5
|
+
export interface ComponentDescriptionType {
|
|
6
|
+
[elementName: string]: ComponentRowDescriptionType;
|
|
7
|
+
}
|
|
8
|
+
export interface ComponentRowDescriptionType {
|
|
9
|
+
variables: Array<keyof Theme>;
|
|
10
|
+
dependencies: VariableDependencies;
|
|
11
|
+
}
|
|
12
|
+
export interface VariableNameToComponentsMap {
|
|
13
|
+
[variableName: string]: DescriptionsType;
|
|
14
|
+
}
|
|
15
|
+
export interface VariableDependencies {
|
|
16
|
+
[variableName: string]: Array<keyof Theme>;
|
|
17
|
+
}
|
|
18
|
+
export declare const COMPONENT_DESCRIPTIONS: DescriptionsType;
|
|
19
|
+
export declare const COMPONENT_DESCRIPTIONS_BY_VARIABLE: VariableNameToComponentsMap;
|
|
20
|
+
export declare const ALL_USED_VARIABLES: ("black" | "blue" | "gray" | "green" | "red" | "white" | "yellow" | "prototype" | "fontFamilyCompensationBaseline" | "brandXLight" | "brandLight" | "brand" | "brandDark" | "brandXDark" | "grayXxLight" | "grayXLight" | "grayLight" | "grayDark" | "blueXxLight" | "blueLight" | "blueDark" | "blueXDark" | "greenXxLight" | "greenDark" | "redXxLight" | "redDark" | "yellowXxLight" | "yellowDark" | "bgDefault" | "bgDisabled" | "errorMain" | "errorSecondary" | "errorText" | "warningMain" | "warningSecondary" | "warningText" | "borderColorFocusLight" | "borderColorGrayDark" | "borderColorGrayLight" | "placeholderColor" | "outlineColorFocus" | "placeholderColorLight" | "blinkColor" | "controlBorderWidth" | "controlOutlineWidth" | "controlLineHeightSmall" | "controlLineHeightMedium" | "controlLineHeightLarge" | "controlPaddingYSmall" | "controlPaddingYMedium" | "controlPaddingYLarge" | "textColorDefault" | "textColorInvert" | "textColorDisabled" | "fontSizeSmall" | "fontSizeMedium" | "fontSizeLarge" | "specificityLevel" | "bgActive" | "borderColorFocus" | "borderColorError" | "borderColorWarning" | "controlHeightSmall" | "controlHeightMedium" | "controlHeightLarge" | "linkColor" | "linkActiveColor" | "linkHoverTextDecoration" | "linkSuccessColor" | "linkSuccessHoverColor" | "linkSuccessActiveColor" | "linkDangerColor" | "linkDangerHoverColor" | "linkDangerActiveColor" | "linkIconMarginRight" | "linkHoverColor" | "linkDisabledColor" | "linkButtonLineHeight" | "linkButtonPaddingX" | "tokenDisabledBg" | "tokenTextColorDisabled" | "tokenFontSize" | "tokenMarginY" | "tokenMarginX" | "tokenLineHeight" | "tokenPaddingY" | "tokenPaddingX" | "tokenMarginBeforeIcon" | "tokenRemoveIconSize" | "tokenRemoveIconPaddingY" | "tokenRemoveIconPaddingX" | "tokenRemoveIconGap" | "tokenRemoveIconBoxSizing" | "tokenBorderRadius" | "tokenBorderWidth" | "tokenBorderColorDisabled" | "tokenDefaultIdle" | "tokenDefaultActive" | "tokenGrayIdle" | "tokenGrayActive" | "tokenBlueIdle" | "tokenBlueActive" | "tokenGreenIdle" | "tokenGreenActive" | "tokenYellowIdle" | "tokenYellowActive" | "tokenRedIdle" | "tokenRedActive" | "tokenWhite" | "tokenBlack" | "tokenBorderColorWarning" | "tokenBorderColorError" | "tokenOutlineWidth" | "tokenLegacyTextShift" | "tokenPaddingYDisabled" | "tokenPaddingXDisabled" | "tokenMarginYDisabled" | "tokenMarginXDisabled" | "tokenShadowDisabled" | "tokenInputBorderColor" | "tokenInputBorderColorFocus" | "tokenInputBorderColorError" | "tokenInputBorderColorWarning" | "tokenInputBorderTopColor" | "tokenInputPlaceholderColor" | "tokenInputPlaceholderColorLight" | "tokenInputDisabledBg" | "tokenInputDisabledBorderColor" | "tokenInputBorderWidth" | "tokenInputOutlineWidth" | "tokenInputBg" | "tokenInputShadow" | "tokenInputTextColor" | "tokenInputTextColorDisabled" | "tokenInputPaddingY" | "tokenInputPaddingX" | "tokenInputFontSize" | "tokenInputLineHeight" | "tokenInputInputPaddingLeft" | "tokenInputInputPaddingRight" | "loaderBg" | "loaderOpacity" | "btnWrapPadding" | "btnHeightShift" | "btnLinkBorderRadius" | "btnFocusShadowWidth" | "btnFocusBorder" | "btnDisabledTextColor" | "btnDisabledBorderColor" | "btnCheckedBg" | "btnCheckedDisabledBg" | "btnCheckedDisabledColor" | "btnCheckedHoverBorderColor" | "btnCheckedTextColor" | "btnCheckedDisabledBorderColor" | "btnCheckedShadow" | "btnCheckedShadowColorArrow" | "btnCheckedShadowArrow" | "btnCheckedShadowArrowLeft" | "btnCheckedDisabledShadow" | "btnCheckedDisabledShadowArrow" | "btnArrowBorderRadius" | "btnSmallBorderRadius" | "btnBorderRadius" | "btnBorderRadiusSmall" | "btnBorderRadiusMedium" | "btnBorderRadiusLarge" | "btnBorderWidth" | "btnOutlineWidth" | "btnPaddingXSmall" | "btnPaddingXMedium" | "btnPaddingXLarge" | "btnIconGapSmall" | "btnIconGapMedium" | "btnIconGapLarge" | "btnIconSizeSmall" | "btnIconSizeMedium" | "btnIconSizeLarge" | "btnDefaultBg" | "btnDefaultBgStart" | "btnDefaultBgEnd" | "btnSmallArrowLength" | "btnSmallArrowRight" | "btnSmallArrowLeft" | "btnSmallArrowBorderRadius" | "btnMediumArrowTop" | "btnMediumArrowLength" | "btnMediumArrowLeft" | "btnMediumArrowLeftLoadingLeft" | "btnMediumArrowTransform" | "btnDeprecatedSizeMediumFontSize" | "btnDeprecatedSizeMediumPaddingShift" | "btnLargeArrowTop" | "btnLargeArrowLength" | "btnLargeArrowLeft" | "btnLargeArrowRight" | "btnLargeArrowTransform" | "btnLargeArrowBg" | "btnDefaultBgArrowStart" | "btnDefaultBgArrowEnd" | "btnDefaultCheckedShadowArrow" | "btnDefaultCheckedBorder" | "btnDefaultTextColor" | "btnDefaultHoverBg" | "btnDefaultHoverBorderColor" | "btnDefaultActiveBorderColor" | "btnDefaultBorder" | "btnDefaultShadow" | "btnDefaultShadowArrow" | "btnDefaultShadowArrowLeft" | "btnDefaultHoverBgStart" | "btnDefaultHoverBgEnd" | "btnDefaultHoverShadow" | "btnDefaultHoverShadowArrow" | "btnDefaultHoverShadowArrowLeft" | "btnDefaultActiveBg" | "btnDefaultActiveShadow" | "btnDefaultActiveShadowArrow" | "btnDefaultActiveShadowArrowLeft" | "btnSuccessBg" | "btnSuccessHoverBg" | "btnSuccessHoverBorderColor" | "btnSuccessDisabledBg" | "btnSuccessBorder" | "btnSuccessBgStart" | "btnSuccessBgEnd" | "btnSuccessBgArrowStart" | "btnSuccessBgArrowEnd" | "btnSuccessTextColor" | "btnSuccessShadow" | "btnSuccessShadowArrow" | "btnSuccessShadowArrowLeft" | "btnSuccessHoverBgStart" | "btnSuccessHoverBgEnd" | "btnSuccessHoverShadow" | "btnSuccessHoverShadowArrow" | "btnSuccessHoverShadowArrowLeft" | "btnSuccessActiveBg" | "btnSuccessActiveShadow" | "btnSuccessActiveShadowArrow" | "btnSuccessActiveShadowArrowLeft" | "btnPrimaryBg" | "btnPrimaryHoverBg" | "btnPrimaryHoverBorderColor" | "btnPrimaryDisabledBg" | "btnPrimaryBorder" | "btnPrimaryBgStart" | "btnPrimaryBgEnd" | "btnPrimaryBgArrowStart" | "btnPrimaryBgArrowEnd" | "btnPrimaryTextColor" | "btnPrimaryShadow" | "btnPrimaryShadowArrow" | "btnPrimaryShadowArrowLeft" | "btnPrimaryHoverBgStart" | "btnPrimaryHoverBgEnd" | "btnPrimaryHoverShadow" | "btnPrimaryHoverShadowArrow" | "btnPrimaryHoverShadowArrowLeft" | "btnPrimaryActiveBg" | "btnPrimaryActiveShadow" | "btnPrimaryActiveShadowArrow" | "btnPrimaryActiveShadowArrowLeft" | "btnDangerBg" | "btnDangerHoverBg" | "btnDangerHoverBorderColor" | "btnDangerDisabledBg" | "btnDangerBorder" | "btnDangerBgStart" | "btnDangerBgEnd" | "btnDangerBgArrowStart" | "btnDangerBgArrowEnd" | "btnDangerTextColor" | "btnDangerShadow" | "btnDangerShadowArrow" | "btnDangerShadowArrowLeft" | "btnDangerHoverBgStart" | "btnDangerHoverBgEnd" | "btnDangerHoverShadow" | "btnDangerHoverShadowArrow" | "btnDangerHoverShadowArrowLeft" | "btnDangerActiveBg" | "btnDangerActiveShadow" | "btnDangerActiveShadowArrow" | "btnDangerActiveShadowArrowLeft" | "btnPayBg" | "btnPayHoverBg" | "btnPayHoverBorderColor" | "btnPayDisabledBg" | "btnPayBorder" | "btnPayBgStart" | "btnPayBgEnd" | "btnPayBgArrowStart" | "btnPayBgArrowEnd" | "btnPayShadow" | "btnPayTextColor" | "btnPayShadowArrow" | "btnPayShadowArrowLeft" | "btnPayHoverBgStart" | "btnPayHoverBgEnd" | "btnPayHoverShadow" | "btnPayHoverShadowArrow" | "btnPayHoverShadowArrowLeft" | "btnPayActiveBg" | "btnPayActiveShadow" | "btnPayActiveShadowArrow" | "btnPayActiveShadowArrowLeft" | "btnDeprecatedSizeMediumPaddingShiftIe" | "btnSmallArrowTop" | "btnSmallArrowLeftLoadingDelay" | "btnSmallArrowBg" | "btnMediumArrowRight" | "btnMediumArrowBg" | "btnMediumArrowLeftLoadingDelay" | "btnLargeArrowLeftLoadingDelay" | "btnMenuArrowColor" | "btnFontSizeSmall" | "btnFontSizeMedium" | "btnFontSizeLarge" | "btnLineHeightSmall" | "btnLineHeightMedium" | "btnLineHeightLarge" | "btnPaddingYSmall" | "btnPaddingYMedium" | "btnPaddingYLarge" | "btnDisabledBg" | "btnDisabledShadowColor" | "btnDisabledShadow" | "btnDisabledShadowArrow" | "btnTextColorDefault" | "btnBorderColorWarning" | "btnBorderColorError" | "btnHeightSmall" | "btnHeightMedium" | "btnHeightLarge" | "btnLinkColor" | "btnLinkHoverColor" | "btnLinkHoverTextDecoration" | "btnLinkActiveColor" | "btnLinkIconMarginRight" | "btnErrorSecondary" | "btnOutlineColorFocus" | "btnBorderColorFocus" | "btnLinkDisabledColor" | "sltPlaceholderColor" | "selectPlaceholderColor" | "selectBorderWidth" | "selectOutlineWidth" | "selectLineHeightSmall" | "selectFontSizeSmall" | "selectPaddingXSmall" | "selectPaddingYSmall" | "selectBorderRadiusSmall" | "selectIconGapSmall" | "selectPaddingArrowSmall" | "selectLineHeightMedium" | "selectFontSizeMedium" | "selectPaddingXMedium" | "selectPaddingYMedium" | "selectBorderRadiusMedium" | "selectIconGapMedium" | "selectPaddingArrowMedium" | "selectLineHeightLarge" | "selectFontSizeLarge" | "selectPaddingXLarge" | "selectPaddingYLarge" | "selectBorderRadiusLarge" | "selectIconGapLarge" | "selectPaddingArrowLarge" | "selectMenuArrowColor" | "selectMenuArrowColorDisabled" | "selectIconSizeSmall" | "selectIconSizeMedium" | "selectIconSizeLarge" | "selectTextColorDisabled" | "selectBgDisabled" | "selectBorderColorDisabled" | "selectShadowColorDisabled" | "tooltipPaddingY" | "tooltipPaddingX" | "tooltipCloseBtnPadding" | "tooltipCloseBtnColor" | "tooltipCloseBtnHoverColor" | "tooltipBorder" | "tooltipBorderRadius" | "tooltipPinOffset" | "tooltipPinOffsetX" | "tooltipPinOffsetY" | "tooltipMargin" | "tooltipPinSize" | "tooltipMenuPinOffset" | "tooltipMenuMargin" | "tooltipMenuPinSize" | "kebabPinOffset" | "kebabPinSize" | "kebabMargin" | "kebabBackground" | "kebabBackgroundHover" | "kebabBorderRadius" | "kebabBorder" | "modalBackBg" | "modalBackOpacity" | "modalCloseButtonColor" | "modalCloseButtonDisabledColor" | "modalCloseButtonHoverColor" | "modalCloseButtonPadding" | "modalCloseButtonLegacyShift" | "modalCloseButtonBottomPadding" | "modalCloseButtonClickArea" | "modalCloseIconSize" | "modalCloseLegacyGap" | "modalCloseWrapperLegacyGap" | "modalFixedHeaderBg" | "modalFixedHeaderShadow" | "modalFixedFooterShadow" | "modalFooterBg" | "modalAdaptiveThreshold" | "modalPaddingTop" | "modalPaddingLeft" | "modalPaddingRight" | "modalHeaderFontSize" | "modalHeaderLineHeight" | "modalHeaderPaddingBottom" | "modalHeaderPaddingTop" | "modalFixedHeaderPaddingBottom" | "modalBodyPaddingBottom" | "modalFooterPaddingTop" | "modalFooterPaddingBottom" | "modalPaddingBottom" | "modalFooterPanelPaddingTop" | "modalFooterPanelPaddingBottom" | "sidePageFooterPanelBg" | "sidePageBackingBg" | "sidePageBackingBgOpacity" | "sidePageCloseButtonColor" | "sidePageCloseButtonHoverColor" | "sidePageContainerShadow" | "sidePagePaddingLeft" | "sidePagePaddingRight" | "sidePagePaddingTop" | "sidePagePaddingBottom" | "sidePageFooterPaddingTop" | "sidePageFooterPaddingBottom" | "sidePageBgDefault" | "sidePageBorderColor" | "sidePageHeaderFontSize" | "sidePageHeaderLineHeight" | "sidePageHeaderPaddingBottom" | "sidePageHeaderPaddingTop" | "sidePageHeaderFixedFontSize" | "sidePageHeaderFixedLineHeight" | "sidePageHeaderFixedPaddingY" | "sidePageHeaderStickyOffset" | "sidePageCloseButtonPadding" | "sidePageCloseButtonLegacyPaddingLeft" | "sidePageFooterPanelPaddingTop" | "sidePageFooterPanelPaddingBottom" | "sidePageCloseIconSize" | "sidePageCloseButtonClickAreaX" | "dateInputIconColor" | "dateInputMaskColor" | "dateInputComponentSelectedBgColor" | "calendarCellBg" | "calendarCellHoverColor" | "calendarCellActiveHoverColor" | "calendarCellWeekendColor" | "calendarCellTodayBorder" | "calendarCellSelectedBgColor" | "calendarCellSelectedFontColor" | "calendarCellSize" | "calendarMonthHeaderStickedBgColor" | "calendarMonthTitleBorderBottomColor" | "calendarCellHoverBgColor" | "calendarPaddingX" | "calendarMonthTitleLineHeight" | "calendarMonthTitlePaddingTop" | "calendarMonthTitlePaddingBottom" | "calendarMonthTitleMarginX" | "calendarMonthTitleMarginBottom" | "calendarWrapperHeight" | "calendarMonthMarginBottom" | "calendarMaxMonthsToAppendOnScroll" | "dateSelectLineHeight" | "dateSelectFontSize" | "dateSelectFontWeight" | "dateSelectMenuItemBgSelected" | "dateSelectTextColorDisabled" | "dateSelectTextColorDefault" | "dateSelectLinkColor" | "dateSelectPopupBoxShadow" | "dateSelectTextColorInvert" | "datePickerOpenBtnColor" | "pickerBg" | "pickerShadow" | "pickerTodayWrapperBgColor" | "pickerTodayWrapperBorderTop" | "pickerTodayWrapperHoverBgColor" | "pickerTodayWrapperFontSize" | "pickerTodayWrapperLineHeight" | "pickerTodayWrapperPaddingTop" | "pickerTodayWrapperPaddingBottom" | "dateSelectMenuBg" | "dateSelectMenuItemBgActive" | "dateSelectMenuItemBgDisabled" | "dateSelectMenuItemFontActive" | "dateSelectMenuItemFontSelected" | "dateSelectMenuItemFontDisabled" | "pagingFontSize" | "pagingForwardIconSize" | "pagingForwardIconMarginTop" | "pagingPageLinkPaddingX" | "pagingPageLinkPaddingY" | "pagingPageLinkLegacyPaddingY" | "pagingPageLinkMinWidth" | "pagingPageForwardLinkMarginTop" | "pagingPageForwardLinkMarginLeft" | "pagingPageForwardLinkPaddingRight" | "pagingLineHeight" | "pagingDotsColor" | "pagingDotsPadding" | "pagingPageLinkActiveBg" | "pagingPageLinkActiveColor" | "pagingPageLinkHoverBg" | "pagingPageLinkHintColor" | "pagingPageLinkHintFontSize" | "pagingPageLinkHintLineHeight" | "pagingPageLinkBorderRadius" | "pagingPageLinkMargin" | "pagingForwardLinkColor" | "pagingForwardLinkDisabledColor" | "hintColor" | "hintFontSize" | "hintLineHeight" | "hintMaxWidth" | "hintPaddingY" | "hintPaddingX" | "hintTextAlign" | "hintBorder" | "hintBorderRadius" | "hintPinOffset" | "hintMargin" | "toastFontSize" | "toastLineHeight" | "toastPaddingY" | "toastPaddingX" | "toastBorderRadius" | "toastBorder" | "toastTop" | "toastBg" | "toastColor" | "toastLinkColor" | "toastClosePadding" | "toastCloseColor" | "toastCloseHoverColor" | "toastCloseSize" | "tbBg" | "tbShadow" | "tdDividerBg" | "logoColor" | "logoHoverColor" | "dropdownMenuSelectedBg" | "dropdownMenuHoverBg" | "menuBgDefault" | "menuBorder" | "menuShadow" | "menuPaddingY" | "menuItemSelectedBg" | "menuItemHoverBg" | "menuItemIconWidth" | "menuItemIconGap" | "menuItemIconLegacyMargin" | "menuItemIconLegacyShift" | "menuItemPaddingForIcon" | "menuItemLineHeight" | "menuItemFontSize" | "menuItemPaddingX" | "menuItemPaddingY" | "menuItemLegacyPaddingX" | "menuItemLegacyPaddingY" | "menuItemHoverColor" | "menuItemDisabledColor" | "menuItemLinkColor" | "menuItemCommentColor" | "menuItemCommentColorHover" | "menuHeaderColor" | "menuHeaderLineHeight" | "menuHeaderFontSize" | "menuHeaderPaddingX" | "menuHeaderPaddingTop" | "menuHeaderPaddingBottom" | "menuHeaderLegacyPaddingRight" | "menuSeparatorBorderColor" | "menuSeparatorMarginY" | "menuSeparatorBorderWidth" | "toggleHandleActiveWidthIncrement" | "toggleHandleBorderRadius" | "toggleHeight" | "toggleWidth" | "toggleBorderRadius" | "toggleBg" | "toggleBgDisabled" | "toggleBgHover" | "toggleBgChecked" | "toggleBorderWidth" | "toggleOutlineWidth" | "toggleBorderColor" | "toggleBgFocus" | "toggleBgActive" | "toggleBgError" | "toggleBgWarning" | "toggleFocusShadowColor" | "toggleCaptionGap" | "popupBorder" | "popupBorderRadius" | "popupBorderColor" | "popupDropShadow" | "popupBoxShadow" | "popupTextColor" | "popupBackground" | "popupPinOffset" | "popupPinOffsetX" | "popupPinOffsetY" | "popupMargin" | "popupPinSize" | "inputTextColor" | "inputTextColorDisabled" | "inputShadow" | "inputBg" | "inputIconColor" | "inputColor" | "inputWidth" | "inputFontSizeSmall" | "inputFontSizeMedium" | "inputFontSizeLarge" | "inputLineHeightSmall" | "inputLineHeightMedium" | "inputLineHeightLarge" | "inputHeightSmall" | "inputHeightMedium" | "inputHeightLarge" | "inputPaddingYSmall" | "inputPaddingYMedium" | "inputPaddingYLarge" | "inputPaddingXSmall" | "inputPaddingXMedium" | "inputPaddingXLarge" | "inputIconGapSmall" | "inputIconGapMedium" | "inputIconGapLarge" | "inputIconSizeSmall" | "inputIconSizeMedium" | "inputIconSizeLarge" | "inputFocusShadow" | "inputDisabledBg" | "inputDisabledBorderColor" | "inputFocusOutline" | "inputBorderWidth" | "inputOutlineWidth" | "inputBorderRadiusSmall" | "inputBorderRadiusMedium" | "inputBorderRadiusLarge" | "inputBorderColor" | "inputBorderColorFocus" | "inputBorderColorError" | "inputBorderColorWarning" | "inputBorderTopColor" | "inputPlaceholderColor" | "inputPlaceholderColorLight" | "inputBlinkColor" | "chbFontSize" | "chbLineHeight" | "chbBoxSize" | "chbPaddingX" | "chbPaddingY" | "chbBgStart" | "chbBgEnd" | "chbTextColorDefault" | "chbTextColorDisabled" | "chbIndeterminateBg" | "chbShadow" | "chbShadowDisabled" | "chbBorder" | "chbShadowHover" | "chbCheckedColor" | "chbOutlineColorFocus" | "chbBorderColorWarning" | "chbBorderColorError" | "chbCheckedHoverShadow" | "chbBorderRadius" | "chbShadowWidth" | "chbCheckedShadow" | "chbBorderColorFocus" | "chbBg" | "chbHoverBg" | "chbActiveBg" | "chbCheckedBg" | "chbBgDisabled" | "chbBoxIndeterminateBg" | "chbCheckedHoverBg" | "chbCheckedActiveBg" | "chbCheckedActiveShadow" | "chbShadowActive" | "checkboxBorderWidthCompensation" | "checkboxFontSize" | "checkboxLineHeight" | "checkboxBoxSize" | "checkboxLabelGap" | "checkboxPaddingY" | "checkboxBgStart" | "checkboxBgEnd" | "checkboxTextColorDefault" | "checkboxTextColorDisabled" | "checkboxIndeterminateBg" | "checkboxShadowDisabled" | "checkboxBorder" | "checkboxBorderWidth" | "checkboxShadow" | "checkboxShadowHover" | "checkboxCheckedColor" | "checkboxOutlineColorFocus" | "checkboxBorderColorWarning" | "checkboxBorderColorError" | "checkboxCheckedHoverShadow" | "checkboxBorderRadius" | "checkboxOutlineWidth" | "checkboxCheckedShadow" | "checkboxCheckedActiveShadow" | "checkboxBorderColorFocus" | "checkboxBg" | "checkboxHoverBg" | "checkboxActiveBg" | "checkboxCheckedBg" | "checkboxBgDisabled" | "checkboxBoxIndeterminateBg" | "checkboxCheckedHoverBg" | "checkboxCheckedActiveBg" | "checkboxShadowActive" | "textareaBg" | "textareaColor" | "textareaTextColorDisabled" | "textareaPlaceholderColorLight" | "textareaPlaceholderColor" | "textareaShadow" | "textareaFontSize" | "textareaLineHeight" | "textareaBorderRadius" | "textareaBorderWidth" | "textareaOutlineWidth" | "textareaHeight" | "textareaMinHeight" | "textareaWidth" | "textareaPaddingX" | "textareaPaddingY" | "textareaBorderColor" | "textareaBorderTopColor" | "textareaBorderColorFocus" | "textareaBorderColorWarning" | "textareaBorderColorError" | "textareaDisabledBg" | "textareaDisabledBorderColor" | "textareaCounterColor" | "textareaCounterBg" | "textareaCounterErrorColor" | "textareaCounterHelpIconColor" | "radioBulletSize" | "radioOutlineWidth" | "radioSize" | "radioSizeAfter" | "radioFontSize" | "radioLineHeight" | "radioLabelGap" | "radioPaddingY" | "radioVerticalAlign" | "radioBgImage" | "radioHoverBg" | "radioActiveBg" | "radioBorderWidth" | "radioBorderColor" | "radioBoxShadow" | "radioBorder" | "radioBorderColorFocus" | "radioBorderColorWarning" | "radioBorderColorError" | "radioHoverShadow" | "radioActiveShadow" | "radioFocusShadow" | "radioCheckedBgColor" | "radioCheckedBorderColor" | "radioCheckedBulletColor" | "radioCheckedHoverBgColor" | "radioDisabledShadow" | "radioLabelDisplay" | "radioBorderWidthCompensation" | "radioMarginY" | "radioGroupLegacyItemGap" | "tabFontSize" | "tabPaddingX" | "tabsMarginX" | "tabPaddingY" | "tabLineHeight" | "tabBorderWidth" | "tabOutlineWidth" | "tabTextColorDefault" | "tabColorFocus" | "tabColorError" | "tabColorWarning" | "tabColorSuccess" | "tabColorPrimary" | "tabColorHover" | "tabColorHoverError" | "tabColorHoverWarning" | "tabColorHoverSuccess" | "tabColorHoverPrimary" | "spinnerBgColor" | "spinnerColor" | "spinnerDimmedColor" | "spinnerCaptionColor" | "spinnerFontSizeSmall" | "spinnerFontSizeMedium" | "spinnerFontSizeLarge" | "spinnerLineHeightSmall" | "spinnerLineHeightMedium" | "spinnerLineHeightLarge" | "spinnerCaptionGapSmall" | "spinnerCaptionGapMedium" | "spinnerCaptionGapLarge" | "spinnerOldBgColor" | "spinnerOldColor" | "spinnerOldDimmedColor" | "spinnerOldCaptionColor" | "spinnerOldFontSizeSmall" | "spinnerOldFontSizeMedium" | "spinnerOldFontSizeLarge" | "spinnerOldLineHeightSmall" | "spinnerOldLineHeightMedium" | "spinnerOldLineHeightLarge" | "spinnerOldCaptionGapSmall" | "spinnerOldCaptionGapMedium" | "spinnerOldCaptionGapLarge" | "switcherOutlineWidth" | "switcherLabelFontSizeSmall" | "switcherLabelFontSizeMedium" | "switcherLabelFontSizeLarge" | "switcherLabelLineHeightSmall" | "switcherLabelLineHeightMedium" | "switcherLabelLineHeightLarge" | "switcherLabelGapSmall" | "switcherLabelGapMedium" | "switcherLabelGapLarge" | "switcherButtonPaddingXSmall" | "switcherButtonPaddingXMedium" | "switcherButtonPaddingXLarge" | "switcherButtonPaddingYSmall" | "switcherButtonPaddingYMedium" | "switcherButtonPaddingYLarge" | "switcherButtonLineHeightSmall" | "switcherButtonLineHeightMedium" | "switcherButtonLineHeightLarge" | "switcherButtonFontSizeSmall" | "switcherButtonFontSizeMedium" | "switcherButtonFontSizeLarge" | "switcherButtonBorderRadiusSmall" | "switcherButtonBorderRadiusMedium" | "switcherButtonBorderRadiusLarge" | "switcherButtonBorderWidth" | "switcherButtonDisabledBorderColor" | "switcherButtonCheckedDisabledShadow")[];
|
|
21
|
+
export declare const CALLS_COUNT: number;
|
|
22
|
+
export declare const EXECUTION_TIME: number;
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { LayerComponentName } from './ZIndexStorage';
|
|
3
|
-
export interface ZIndexProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* Приращение к z-index
|
|
6
|
-
*/
|
|
7
|
-
delta: number;
|
|
8
|
-
priority: number | LayerComponentName;
|
|
9
|
-
style: React.CSSProperties;
|
|
10
|
-
createStackingContext?: boolean;
|
|
11
|
-
coverChildren?: boolean;
|
|
12
|
-
applyZIndex?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
wrapperRef?: React.Ref<HTMLDivElement> | undefined | null;
|
|
15
|
-
}
|
|
16
|
-
export declare class ZIndex extends React.Component<ZIndexProps> {
|
|
17
|
-
static __KONTUR_REACT_UI__: string;
|
|
18
|
-
static defaultProps: {
|
|
19
|
-
delta: number;
|
|
20
|
-
priority: number;
|
|
21
|
-
style: {};
|
|
22
|
-
applyZIndex: boolean;
|
|
23
|
-
coverChildren: boolean;
|
|
24
|
-
createStackingContext: boolean;
|
|
25
|
-
};
|
|
26
|
-
static propTypes: {
|
|
27
|
-
delta(props: ZIndexProps): Error | undefined;
|
|
28
|
-
};
|
|
29
|
-
private zIndex;
|
|
30
|
-
constructor(props: ZIndexProps);
|
|
31
|
-
componentWillUnmount(): void;
|
|
32
|
-
render(): JSX.Element;
|
|
33
|
-
private calcZIndex;
|
|
34
|
-
}
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { LayerComponentName } from './ZIndexStorage';
|
|
3
|
+
export interface ZIndexProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
4
|
+
/**
|
|
5
|
+
* Приращение к z-index
|
|
6
|
+
*/
|
|
7
|
+
delta: number;
|
|
8
|
+
priority: number | LayerComponentName;
|
|
9
|
+
style: React.CSSProperties;
|
|
10
|
+
createStackingContext?: boolean;
|
|
11
|
+
coverChildren?: boolean;
|
|
12
|
+
applyZIndex?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
wrapperRef?: React.Ref<HTMLDivElement> | undefined | null;
|
|
15
|
+
}
|
|
16
|
+
export declare class ZIndex extends React.Component<ZIndexProps> {
|
|
17
|
+
static __KONTUR_REACT_UI__: string;
|
|
18
|
+
static defaultProps: {
|
|
19
|
+
delta: number;
|
|
20
|
+
priority: number;
|
|
21
|
+
style: {};
|
|
22
|
+
applyZIndex: boolean;
|
|
23
|
+
coverChildren: boolean;
|
|
24
|
+
createStackingContext: boolean;
|
|
25
|
+
};
|
|
26
|
+
static propTypes: {
|
|
27
|
+
delta(props: ZIndexProps): Error | undefined;
|
|
28
|
+
};
|
|
29
|
+
private zIndex;
|
|
30
|
+
constructor(props: ZIndexProps);
|
|
31
|
+
componentWillUnmount(): void;
|
|
32
|
+
render(): JSX.Element;
|
|
33
|
+
private calcZIndex;
|
|
34
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export declare type LayerComponentName = keyof typeof componentPriorities;
|
|
2
|
-
declare const componentPriorities: {
|
|
3
|
-
Toast: number;
|
|
4
|
-
Sidepage: number;
|
|
5
|
-
Modal: number;
|
|
6
|
-
Sticky: number;
|
|
7
|
-
DropdownContainer: number;
|
|
8
|
-
Popup: number;
|
|
9
|
-
Loader: number;
|
|
10
|
-
ModalHeader: number;
|
|
11
|
-
ModalFooter: number;
|
|
12
|
-
ModalCross: number;
|
|
13
|
-
ModalBody: number;
|
|
14
|
-
};
|
|
15
|
-
export declare const upperBorder: number;
|
|
16
|
-
export declare function incrementZIndex(priority: number | LayerComponentName, delta: number): number;
|
|
17
|
-
export declare function removeZIndex(zIndex: number): void;
|
|
18
|
-
export {};
|
|
1
|
+
export declare type LayerComponentName = keyof typeof componentPriorities;
|
|
2
|
+
declare const componentPriorities: {
|
|
3
|
+
Toast: number;
|
|
4
|
+
Sidepage: number;
|
|
5
|
+
Modal: number;
|
|
6
|
+
Sticky: number;
|
|
7
|
+
DropdownContainer: number;
|
|
8
|
+
Popup: number;
|
|
9
|
+
Loader: number;
|
|
10
|
+
ModalHeader: number;
|
|
11
|
+
ModalFooter: number;
|
|
12
|
+
ModalCross: number;
|
|
13
|
+
ModalBody: number;
|
|
14
|
+
};
|
|
15
|
+
export declare const upperBorder: number;
|
|
16
|
+
export declare function incrementZIndex(priority: number | LayerComponentName, delta: number): number;
|
|
17
|
+
export declare function removeZIndex(zIndex: number): void;
|
|
18
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './ZIndex';
|
|
1
|
+
export * from './ZIndex';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const jsStyles: {
|
|
2
|
-
root(): string;
|
|
3
|
-
icon(): string;
|
|
4
|
-
};
|
|
1
|
+
export declare const jsStyles: {
|
|
2
|
+
root(): string;
|
|
3
|
+
icon(): string;
|
|
4
|
+
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface SvgIconProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
-
color?: string;
|
|
4
|
-
size?: string | number;
|
|
5
|
-
}
|
|
6
|
-
export declare const ArrowChevronDownIcon: (props: SvgIconProps) => JSX.Element;
|
|
7
|
-
export declare const ArrowChevronRightIcon: (props: SvgIconProps) => JSX.Element;
|
|
8
|
-
export declare const ArrowTriangleDownIcon: (props: SvgIconProps) => JSX.Element;
|
|
9
|
-
export declare const ArrowTriangleUpIcon: (props: SvgIconProps) => JSX.Element;
|
|
10
|
-
export declare const ArrowTriangleUpDownIcon: (props: SvgIconProps) => JSX.Element;
|
|
11
|
-
export declare const CalendarIcon: (props: SvgIconProps) => JSX.Element;
|
|
12
|
-
export declare const EditIcon: (props: SvgIconProps) => JSX.Element;
|
|
13
|
-
export declare const EyeClosedIcon: (props: SvgIconProps) => JSX.Element;
|
|
14
|
-
export declare const EyeOpenedIcon: (props: SvgIconProps) => JSX.Element;
|
|
15
|
-
export declare const FunctionIcon: (props: SvgIconProps) => JSX.Element;
|
|
16
|
-
export declare const MenuKebabIcon: (props: SvgIconProps) => JSX.Element;
|
|
17
|
-
export declare const OkIcon: (props: SvgIconProps) => JSX.Element;
|
|
18
|
-
export declare const SquareIcon: (props: SvgIconProps) => JSX.Element;
|
|
19
|
-
export declare const UndoIcon: (props: SvgIconProps) => JSX.Element;
|
|
20
|
-
export declare const HelpDotIcon: (props: SvgIconProps) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SvgIconProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
color?: string;
|
|
4
|
+
size?: string | number;
|
|
5
|
+
}
|
|
6
|
+
export declare const ArrowChevronDownIcon: (props: SvgIconProps) => JSX.Element;
|
|
7
|
+
export declare const ArrowChevronRightIcon: (props: SvgIconProps) => JSX.Element;
|
|
8
|
+
export declare const ArrowTriangleDownIcon: (props: SvgIconProps) => JSX.Element;
|
|
9
|
+
export declare const ArrowTriangleUpIcon: (props: SvgIconProps) => JSX.Element;
|
|
10
|
+
export declare const ArrowTriangleUpDownIcon: (props: SvgIconProps) => JSX.Element;
|
|
11
|
+
export declare const CalendarIcon: (props: SvgIconProps) => JSX.Element;
|
|
12
|
+
export declare const EditIcon: (props: SvgIconProps) => JSX.Element;
|
|
13
|
+
export declare const EyeClosedIcon: (props: SvgIconProps) => JSX.Element;
|
|
14
|
+
export declare const EyeOpenedIcon: (props: SvgIconProps) => JSX.Element;
|
|
15
|
+
export declare const FunctionIcon: (props: SvgIconProps) => JSX.Element;
|
|
16
|
+
export declare const MenuKebabIcon: (props: SvgIconProps) => JSX.Element;
|
|
17
|
+
export declare const OkIcon: (props: SvgIconProps) => JSX.Element;
|
|
18
|
+
export declare const SquareIcon: (props: SvgIconProps) => JSX.Element;
|
|
19
|
+
export declare const UndoIcon: (props: SvgIconProps) => JSX.Element;
|
|
20
|
+
export declare const HelpDotIcon: (props: SvgIconProps) => JSX.Element;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
declare const MAP: {
|
|
4
|
-
warning: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
5
|
-
ok: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
6
|
-
gear: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
7
|
-
user: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
8
|
-
wait: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
9
|
-
clear: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
10
|
-
money: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
11
|
-
'help-circle': (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
12
|
-
kebab: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
13
|
-
};
|
|
14
|
-
export interface IconProps {
|
|
15
|
-
name: keyof typeof MAP;
|
|
16
|
-
color?: React.CSSProperties['color'];
|
|
17
|
-
}
|
|
18
|
-
export declare class Icon extends React.Component<IconProps> {
|
|
19
|
-
static __KONTUR_REACT_UI__: string;
|
|
20
|
-
static propTypes: {
|
|
21
|
-
color: PropTypes.Requireable<string>;
|
|
22
|
-
/**
|
|
23
|
-
* Icon id.
|
|
24
|
-
*/
|
|
25
|
-
name: PropTypes.Requireable<string>;
|
|
26
|
-
};
|
|
27
|
-
static getAllNames(): string[];
|
|
28
|
-
render(): React.FunctionComponentElement<import("./svg").SVGIconProps>;
|
|
29
|
-
}
|
|
30
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
declare const MAP: {
|
|
4
|
+
warning: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
5
|
+
ok: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
6
|
+
gear: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
7
|
+
user: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
8
|
+
wait: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
9
|
+
clear: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
10
|
+
money: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
11
|
+
'help-circle': (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
12
|
+
kebab: (props: import("./svg").SVGIconProps) => JSX.Element;
|
|
13
|
+
};
|
|
14
|
+
export interface IconProps {
|
|
15
|
+
name: keyof typeof MAP;
|
|
16
|
+
color?: React.CSSProperties['color'];
|
|
17
|
+
}
|
|
18
|
+
export declare class Icon extends React.Component<IconProps> {
|
|
19
|
+
static __KONTUR_REACT_UI__: string;
|
|
20
|
+
static propTypes: {
|
|
21
|
+
color: PropTypes.Requireable<string>;
|
|
22
|
+
/**
|
|
23
|
+
* Icon id.
|
|
24
|
+
*/
|
|
25
|
+
name: PropTypes.Requireable<string>;
|
|
26
|
+
};
|
|
27
|
+
static getAllNames(): string[];
|
|
28
|
+
render(): React.FunctionComponentElement<import("./svg").SVGIconProps>;
|
|
29
|
+
}
|
|
30
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const jsStyles: {
|
|
2
|
-
root(): string;
|
|
3
|
-
icon(): string;
|
|
4
|
-
};
|
|
1
|
+
export declare const jsStyles: {
|
|
2
|
+
root(): string;
|
|
3
|
+
icon(): string;
|
|
4
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Icon';
|
|
2
|
-
export * from './svg';
|
|
1
|
+
export * from './Icon';
|
|
2
|
+
export * from './svg';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface SVGIconProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
-
color?: React.CSSProperties['color'];
|
|
4
|
-
}
|
|
5
|
-
export declare const SvgIcon: React.FunctionComponent<SVGIconProps>;
|
|
6
|
-
export declare const Ok: (props: SVGIconProps) => JSX.Element;
|
|
7
|
-
export declare const Warning: (props: SVGIconProps) => JSX.Element;
|
|
8
|
-
export declare const Gear: (props: SVGIconProps) => JSX.Element;
|
|
9
|
-
export declare const User: (props: SVGIconProps) => JSX.Element;
|
|
10
|
-
export declare const Wait: (props: SVGIconProps) => JSX.Element;
|
|
11
|
-
export declare const Clear: (props: SVGIconProps) => JSX.Element;
|
|
12
|
-
export declare const Money: (props: SVGIconProps) => JSX.Element;
|
|
13
|
-
export declare const HelpCircle: (props: SVGIconProps) => JSX.Element;
|
|
14
|
-
export declare const Kebab: (props: SVGIconProps) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface SVGIconProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
color?: React.CSSProperties['color'];
|
|
4
|
+
}
|
|
5
|
+
export declare const SvgIcon: React.FunctionComponent<SVGIconProps>;
|
|
6
|
+
export declare const Ok: (props: SVGIconProps) => JSX.Element;
|
|
7
|
+
export declare const Warning: (props: SVGIconProps) => JSX.Element;
|
|
8
|
+
export declare const Gear: (props: SVGIconProps) => JSX.Element;
|
|
9
|
+
export declare const User: (props: SVGIconProps) => JSX.Element;
|
|
10
|
+
export declare const Wait: (props: SVGIconProps) => JSX.Element;
|
|
11
|
+
export declare const Clear: (props: SVGIconProps) => JSX.Element;
|
|
12
|
+
export declare const Money: (props: SVGIconProps) => JSX.Element;
|
|
13
|
+
export declare const HelpCircle: (props: SVGIconProps) => JSX.Element;
|
|
14
|
+
export declare const Kebab: (props: SVGIconProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const CloudIcon: () => JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const CloudIcon: () => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const CrossIcon: () => JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const CrossIcon: () => JSX.Element;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface SpinnerIconProps {
|
|
3
|
-
className: string;
|
|
4
|
-
size: 'mini' | 'normal' | 'big';
|
|
5
|
-
dimmed?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const sizes: {
|
|
8
|
-
big: {
|
|
9
|
-
size: number;
|
|
10
|
-
width: number;
|
|
11
|
-
radius: number;
|
|
12
|
-
};
|
|
13
|
-
normal: {
|
|
14
|
-
size: number;
|
|
15
|
-
width: number;
|
|
16
|
-
radius: number;
|
|
17
|
-
};
|
|
18
|
-
mini: {
|
|
19
|
-
size: number;
|
|
20
|
-
width: number;
|
|
21
|
-
radius: number;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export declare const SpinnerIcon: ({ size, className, dimmed }: SpinnerIconProps) => JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface SpinnerIconProps {
|
|
3
|
+
className: string;
|
|
4
|
+
size: 'mini' | 'normal' | 'big';
|
|
5
|
+
dimmed?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const sizes: {
|
|
8
|
+
big: {
|
|
9
|
+
size: number;
|
|
10
|
+
width: number;
|
|
11
|
+
radius: number;
|
|
12
|
+
};
|
|
13
|
+
normal: {
|
|
14
|
+
size: number;
|
|
15
|
+
width: number;
|
|
16
|
+
radius: number;
|
|
17
|
+
};
|
|
18
|
+
mini: {
|
|
19
|
+
size: number;
|
|
20
|
+
width: number;
|
|
21
|
+
radius: number;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export declare const SpinnerIcon: ({ size, className, dimmed }: SpinnerIconProps) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const jsStyles: {
|
|
2
|
-
root(): string;
|
|
3
|
-
icon(): string;
|
|
4
|
-
};
|
|
1
|
+
export declare const jsStyles: {
|
|
2
|
+
root(): string;
|
|
3
|
+
icon(): string;
|
|
4
|
+
};
|