@skbkontur/react-ui 4.2.2 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/cjs/components/Autocomplete/Autocomplete.d.ts +9 -17
- package/cjs/components/Autocomplete/Autocomplete.js +13 -7
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Button/Button.d.ts +4 -5
- package/cjs/components/Button/Button.js +8 -3
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Button/Button.mixins.js +1 -1
- package/cjs/components/Button/Button.mixins.js.map +1 -1
- package/cjs/components/Button/Button.styles.js +18 -18
- package/cjs/components/Button/Button.styles.js.map +1 -1
- package/cjs/components/Center/Center.d.ts +4 -3
- package/cjs/components/Center/Center.js +9 -3
- package/cjs/components/Center/Center.js.map +1 -1
- package/cjs/components/Checkbox/Checkbox.js +4 -2
- package/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/cjs/components/Checkbox/Checkbox.styles.d.ts +1 -1
- package/cjs/components/Checkbox/Checkbox.styles.js +1 -1
- package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
- package/cjs/components/ComboBox/ComboBox.d.ts +8 -13
- package/cjs/components/ComboBox/ComboBox.js +12 -2
- package/cjs/components/ComboBox/ComboBox.js.map +1 -1
- package/cjs/components/CurrencyInput/CurrencyInput.d.ts +6 -9
- package/cjs/components/CurrencyInput/CurrencyInput.js +25 -10
- package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
- package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +3 -1
- package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.js +14 -2
- package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.js.map +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +3 -9
- package/cjs/components/CurrencyLabel/CurrencyLabel.js +15 -15
- package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/cjs/components/DateInput/DateFragmentsView.d.ts +1 -1
- package/cjs/components/DateInput/DateFragmentsView.js +10 -1
- package/cjs/components/DateInput/DateFragmentsView.js.map +1 -1
- package/cjs/components/DateInput/DateInput.d.ts +9 -12
- package/cjs/components/DateInput/DateInput.js +11 -3
- package/cjs/components/DateInput/DateInput.js.map +1 -1
- package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js +1 -2
- package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js.map +1 -1
- package/cjs/components/DateInput/helpers/SelectionHelpers.js +2 -2
- package/cjs/components/DateInput/helpers/SelectionHelpers.js.map +1 -1
- package/cjs/components/DatePicker/DatePicker.d.ts +7 -9
- package/cjs/components/DatePicker/DatePicker.js +23 -9
- package/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/cjs/components/DatePicker/Picker.js +5 -1
- package/cjs/components/DatePicker/Picker.js.map +1 -1
- package/cjs/components/DropdownMenu/DropdownMenu.d.ts +5 -5
- package/cjs/components/DropdownMenu/DropdownMenu.js +9 -3
- package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
- package/cjs/components/FileUploader/FileUploader.js +2 -2
- package/cjs/components/FileUploader/FileUploader.js.map +1 -1
- package/cjs/components/FileUploader/FileUploader.md +8 -1
- package/cjs/components/FxInput/FxInput.d.ts +6 -6
- package/cjs/components/FxInput/FxInput.js +16 -11
- package/cjs/components/FxInput/FxInput.js.map +1 -1
- package/cjs/components/Gapped/Gapped.d.ts +7 -8
- package/cjs/components/Gapped/Gapped.js +12 -6
- package/cjs/components/Gapped/Gapped.js.map +1 -1
- package/cjs/components/GlobalLoader/GlobalLoader.d.ts +7 -14
- package/cjs/components/GlobalLoader/GlobalLoader.js +13 -9
- package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
- package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +2 -2
- package/cjs/components/GlobalLoader/GlobalLoaderView.js.map +1 -1
- package/cjs/components/Hint/Hint.d.ts +8 -12
- package/cjs/components/Hint/Hint.js +15 -5
- package/cjs/components/Hint/Hint.js.map +1 -1
- package/cjs/components/Hint/Hint.md +14 -0
- package/cjs/components/Input/Input.d.ts +4 -3
- package/cjs/components/Input/Input.js +10 -5
- package/cjs/components/Input/Input.js.map +1 -1
- package/cjs/components/Input/Input.md +5 -1
- package/cjs/components/Kebab/Kebab.d.ts +8 -15
- package/cjs/components/Kebab/Kebab.js +14 -5
- package/cjs/components/Kebab/Kebab.js.map +1 -1
- package/cjs/components/Link/Link.d.ts +5 -7
- package/cjs/components/Link/Link.js +12 -5
- package/cjs/components/Link/Link.js.map +1 -1
- package/cjs/components/Loader/Loader.d.ts +9 -5
- package/cjs/components/Loader/Loader.js +15 -4
- package/cjs/components/Loader/Loader.js.map +1 -1
- package/cjs/components/Loader/__stories__/LoaderAndButton.js +6 -0
- package/cjs/components/Loader/__stories__/LoaderAndButton.js.map +1 -1
- package/cjs/components/MenuItem/MenuItem.js +3 -1
- package/cjs/components/MenuItem/MenuItem.js.map +1 -1
- package/cjs/components/Modal/Modal.d.ts +4 -3
- package/cjs/components/Modal/Modal.js +9 -4
- package/cjs/components/Modal/Modal.js.map +1 -1
- package/cjs/components/Modal/Modal.styles.d.ts +2 -2
- package/cjs/components/Modal/Modal.styles.js +2 -2
- package/cjs/components/Modal/Modal.styles.js.map +1 -1
- package/cjs/components/Modal/ModalBody.js +2 -2
- package/cjs/components/Modal/ModalBody.js.map +1 -1
- package/cjs/components/Paging/Paging.d.ts +7 -10
- package/cjs/components/Paging/Paging.js +16 -6
- package/cjs/components/Paging/Paging.js.map +1 -1
- package/cjs/components/Paging/PagingDefaultComponent.d.ts +3 -3
- package/cjs/components/Paging/PagingDefaultComponent.js.map +1 -1
- package/cjs/components/PasswordInput/PasswordInput.d.ts +4 -3
- package/cjs/components/PasswordInput/PasswordInput.js +14 -7
- package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
- package/cjs/components/Radio/Radio.d.ts +4 -3
- package/cjs/components/Radio/Radio.js +11 -4
- package/cjs/components/Radio/Radio.js.map +1 -1
- package/cjs/components/RadioGroup/RadioGroup.d.ts +2 -4
- package/cjs/components/RadioGroup/RadioGroup.js +4 -2
- package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
- package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js +2 -2
- package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js.map +1 -1
- package/cjs/components/ScrollContainer/ScrollContainer.d.ts +7 -8
- package/cjs/components/ScrollContainer/ScrollContainer.helpers.js +4 -4
- package/cjs/components/ScrollContainer/ScrollContainer.helpers.js.map +1 -1
- package/cjs/components/ScrollContainer/ScrollContainer.js +12 -6
- package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
- package/cjs/components/Select/Item.d.ts +4 -2
- package/cjs/components/Select/Item.js +3 -0
- package/cjs/components/Select/Item.js.map +1 -1
- package/cjs/components/Select/Select.d.ts +3 -12
- package/cjs/components/Select/Select.js +8 -1
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.styles.js +4 -4
- package/cjs/components/Select/Select.styles.js.map +1 -1
- package/cjs/components/SidePage/SidePage.d.ts +5 -6
- package/cjs/components/SidePage/SidePage.js +8 -1
- package/cjs/components/SidePage/SidePage.js.map +1 -1
- package/cjs/components/SidePage/SidePageFooter.d.ts +6 -4
- package/cjs/components/SidePage/SidePageFooter.js +4 -0
- package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
- package/cjs/components/Spinner/Spinner.d.ts +4 -2
- package/cjs/components/Spinner/Spinner.js +10 -4
- package/cjs/components/Spinner/Spinner.js.map +1 -1
- package/cjs/components/Spinner/Spinner.styles.d.ts +1 -1
- package/cjs/components/Spinner/Spinner.styles.js +7 -7
- package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
- package/cjs/components/Sticky/Sticky.d.ts +5 -4
- package/cjs/components/Sticky/Sticky.js +9 -2
- package/cjs/components/Sticky/Sticky.js.map +1 -1
- package/cjs/components/Tabs/Indicator.d.ts +1 -1
- package/cjs/components/Tabs/Indicator.js +1 -1
- package/cjs/components/Tabs/Indicator.js.map +1 -1
- package/cjs/components/Tabs/Tab.d.ts +4 -4
- package/cjs/components/Tabs/Tab.js +11 -13
- package/cjs/components/Tabs/Tab.js.map +1 -1
- package/cjs/components/Tabs/Tabs.d.ts +4 -4
- package/cjs/components/Tabs/Tabs.js +12 -3
- package/cjs/components/Tabs/Tabs.js.map +1 -1
- package/cjs/components/Textarea/Textarea.d.ts +8 -10
- package/cjs/components/Textarea/Textarea.js +13 -7
- package/cjs/components/Textarea/Textarea.js.map +1 -1
- package/cjs/components/Textarea/TextareaCounter.d.ts +2 -2
- package/cjs/components/Textarea/TextareaCounter.js.map +1 -1
- package/cjs/components/Toast/Toast.js +1 -1
- package/cjs/components/Toast/Toast.js.map +1 -1
- package/cjs/components/Toggle/Toggle.d.ts +5 -6
- package/cjs/components/Toggle/Toggle.js +10 -4
- package/cjs/components/Toggle/Toggle.js.map +1 -1
- package/cjs/components/TokenInput/TokenInput.d.ts +19 -16
- package/cjs/components/TokenInput/TokenInput.js +76 -59
- package/cjs/components/TokenInput/TokenInput.js.map +1 -1
- package/cjs/components/TokenInput/TokenInputMenu.d.ts +2 -1
- package/cjs/components/TokenInput/TokenInputMenu.js +1 -1
- package/cjs/components/TokenInput/TokenInputMenu.js.map +1 -1
- package/cjs/components/Tooltip/Tooltip.d.ts +12 -16
- package/cjs/components/Tooltip/Tooltip.js +25 -14
- package/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/cjs/components/TooltipMenu/TooltipMenu.d.ts +6 -5
- package/cjs/components/TooltipMenu/TooltipMenu.js +11 -5
- package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
- package/cjs/hooks/useEffectWithoutInitCall.d.ts +2 -2
- package/cjs/hooks/useEffectWithoutInitCall.js +2 -2
- package/cjs/hooks/useEffectWithoutInitCall.js.map +1 -1
- package/cjs/hooks/useMemoObject.d.ts +2 -1
- package/cjs/hooks/useMemoObject.js +2 -0
- package/cjs/hooks/useMemoObject.js.map +1 -1
- package/cjs/internal/BGRuler.d.ts +13 -15
- package/cjs/internal/BGRuler.js +16 -8
- package/cjs/internal/BGRuler.js.map +1 -1
- package/cjs/internal/Calendar/Calendar.d.ts +4 -13
- package/cjs/internal/Calendar/Calendar.js +10 -5
- package/cjs/internal/Calendar/Calendar.js.map +1 -1
- package/cjs/internal/Calendar/DayCellView.styles.js +1 -1
- package/cjs/internal/Calendar/DayCellView.styles.js.map +1 -1
- package/cjs/internal/Calendar/Month.js +16 -11
- package/cjs/internal/Calendar/Month.js.map +1 -1
- package/cjs/internal/Calendar/MonthViewModel.d.ts +1 -1
- package/cjs/internal/Calendar/config.d.ts +1 -8
- package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +1 -1
- package/cjs/internal/CommonWrapper/CommonWrapper.js +5 -4
- package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -1
- package/cjs/internal/ComponentCombinator.d.ts +6 -8
- package/cjs/internal/ComponentCombinator.js +6 -2
- package/cjs/internal/ComponentCombinator.js.map +1 -1
- package/cjs/internal/ComponentTable.d.ts +7 -8
- package/cjs/internal/ComponentTable.js +14 -3
- package/cjs/internal/ComponentTable.js.map +1 -1
- package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +6 -6
- package/cjs/internal/CustomComboBox/ComboBoxMenu.js +14 -8
- package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
- package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +4 -12
- package/cjs/internal/CustomComboBox/ComboBoxView.js +18 -10
- package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +4 -5
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
- package/cjs/internal/DataTids/DataTids.d.ts +5 -5
- package/cjs/internal/DataTids/DataTids.js +4 -0
- package/cjs/internal/DataTids/DataTids.js.map +1 -1
- package/cjs/internal/DateSelect/DateSelect.d.ts +4 -6
- package/cjs/internal/DateSelect/DateSelect.js +16 -10
- package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
- package/cjs/internal/DropdownContainer/DropdownContainer.d.ts +4 -7
- package/cjs/internal/DropdownContainer/DropdownContainer.js +8 -5
- package/cjs/internal/DropdownContainer/DropdownContainer.js.map +1 -1
- package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +1 -1
- package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js.map +1 -1
- package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js +2 -1
- package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
- package/cjs/internal/InputLikeText/InputLikeText.d.ts +4 -3
- package/cjs/internal/InputLikeText/InputLikeText.js +11 -4
- package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
- package/cjs/internal/InternalMenu/InternalMenu.d.ts +3 -9
- package/cjs/internal/InternalMenu/InternalMenu.js +36 -14
- package/cjs/internal/InternalMenu/InternalMenu.js.map +1 -1
- package/cjs/internal/MaskedInput/MaskedInput.d.ts +5 -2
- package/cjs/internal/MaskedInput/MaskedInput.js +20 -7
- package/cjs/internal/MaskedInput/MaskedInput.js.map +1 -1
- package/cjs/internal/Menu/Menu.d.ts +4 -7
- package/cjs/internal/Menu/Menu.js +14 -4
- package/cjs/internal/Menu/Menu.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopup.js +1 -1
- package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -1
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js +1 -1
- package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js.map +1 -1
- package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
- package/cjs/internal/Popup/Popup.d.ts +11 -17
- package/cjs/internal/Popup/Popup.js +38 -19
- package/cjs/internal/Popup/Popup.js.map +1 -1
- package/cjs/internal/Popup/PopupHelper.d.ts +1 -1
- package/cjs/internal/Popup/PopupHelper.js.map +1 -1
- package/cjs/internal/Popup/PopupPin.d.ts +1 -1
- package/cjs/internal/Popup/PopupPin.js.map +1 -1
- package/cjs/internal/PopupMenu/PopupMenu.d.ts +8 -11
- package/cjs/internal/PopupMenu/PopupMenu.js +8 -1
- package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
- package/cjs/internal/RenderLayer/RenderLayer.d.ts +5 -4
- package/cjs/internal/RenderLayer/RenderLayer.js +8 -2
- package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
- package/cjs/internal/ThemePlayground/AnotherInputsPlayground.d.ts +11 -6
- package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js +7 -0
- package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/CurrencyInputPlayground.d.ts +7 -6
- package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js +2 -3
- package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/FxInputPlayground.d.ts +6 -4
- package/cjs/internal/ThemePlayground/FxInputPlayground.js +5 -5
- package/cjs/internal/ThemePlayground/FxInputPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/HintPlayground.d.ts +1 -1
- package/cjs/internal/ThemePlayground/HintPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/PagingPlayground.d.ts +6 -6
- package/cjs/internal/ThemePlayground/PagingPlayground.js +5 -2
- package/cjs/internal/ThemePlayground/PagingPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/Playground.d.ts +1 -1
- package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
- package/cjs/internal/ThemePlayground/SelectPlayground.d.ts +9 -6
- package/cjs/internal/ThemePlayground/SelectPlayground.js +6 -0
- package/cjs/internal/ThemePlayground/SelectPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/SizesGroup.d.ts +2 -2
- package/cjs/internal/ThemePlayground/SizesGroup.js +2 -0
- package/cjs/internal/ThemePlayground/SizesGroup.js.map +1 -1
- package/cjs/internal/ThemePlayground/SwitcherPlayground.d.ts +9 -8
- package/cjs/internal/ThemePlayground/SwitcherPlayground.js +6 -1
- package/cjs/internal/ThemePlayground/SwitcherPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +14 -4
- package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/ThemeEditor.d.ts +1 -4
- package/cjs/internal/ThemePlayground/ThemeEditor.js.map +1 -1
- package/cjs/internal/ThemePlayground/TogglePlayground.d.ts +2 -7
- package/cjs/internal/ThemePlayground/TogglePlayground.js +4 -10
- package/cjs/internal/ThemePlayground/TogglePlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/TokenInputPlayground.d.ts +6 -4
- package/cjs/internal/ThemePlayground/TokenInputPlayground.js +3 -0
- package/cjs/internal/ThemePlayground/TokenInputPlayground.js.map +1 -1
- package/cjs/internal/ThemePlayground/VariableValue.d.ts +6 -8
- package/cjs/internal/ThemePlayground/VariableValue.js +6 -1
- package/cjs/internal/ThemePlayground/VariableValue.js.map +1 -1
- package/cjs/internal/ThemePlayground/helpers.d.ts +1 -1
- package/cjs/internal/ThemePlayground/helpers.js +4 -2
- package/cjs/internal/ThemePlayground/helpers.js.map +1 -1
- package/cjs/internal/ThemeShowcase/ThemeShowcase.js.map +1 -1
- package/cjs/internal/ZIndex/ZIndex.d.ts +7 -11
- package/cjs/internal/ZIndex/ZIndex.js +7 -7
- package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
- package/cjs/internal/themes/DefaultTheme.js +1 -1
- package/cjs/internal/themes/DefaultTheme.js.map +1 -1
- package/cjs/lib/ConditionalHandler.js.map +1 -1
- package/cjs/lib/InstanceWithAnchorElement.d.ts +1 -1
- package/cjs/lib/InstanceWithAnchorElement.js.map +1 -1
- package/cjs/lib/ModalStack.js +2 -2
- package/cjs/lib/ModalStack.js.map +1 -1
- package/cjs/lib/SSRSafe.d.ts +2 -1
- package/cjs/lib/SSRSafe.js +9 -1
- package/cjs/lib/SSRSafe.js.map +1 -1
- package/cjs/lib/animation/index.js +1 -0
- package/cjs/lib/animation/index.js.map +1 -1
- package/cjs/lib/callChildRef/callChildRef.js +1 -1
- package/cjs/lib/callChildRef/callChildRef.js.map +1 -1
- package/cjs/lib/createPropsGetter.d.ts +2 -1
- package/cjs/lib/createPropsGetter.js +3 -0
- package/cjs/lib/createPropsGetter.js.map +1 -1
- package/cjs/lib/date/InternalDateCalculator.d.ts +1 -1
- package/cjs/lib/date/InternalDateCalculator.js +1 -1
- package/cjs/lib/date/InternalDateCalculator.js.map +1 -1
- package/cjs/lib/date/InternalDateValidator.d.ts +1 -1
- package/cjs/lib/date/InternalDateValidator.js +9 -2
- package/cjs/lib/date/InternalDateValidator.js.map +1 -1
- package/cjs/lib/extractKeyboardAction.d.ts +1 -1
- package/cjs/lib/extractKeyboardAction.js.map +1 -1
- package/cjs/lib/filterProps.js +0 -1
- package/cjs/lib/filterProps.js.map +1 -1
- package/cjs/lib/listenFocusOutside.d.ts +1 -1
- package/cjs/lib/listenFocusOutside.js.map +1 -1
- package/cjs/lib/locale/useLocaleForControl.d.ts +1 -1
- package/cjs/lib/locale/useLocaleForControl.js.map +1 -1
- package/cjs/lib/memo.d.ts +3 -1
- package/cjs/lib/memo.js +3 -3
- package/cjs/lib/memo.js.map +1 -1
- package/cjs/lib/net/fetch.js +2 -2
- package/cjs/lib/net/fetch.js.map +1 -1
- package/cjs/lib/reactGetTextContent.js +0 -1
- package/cjs/lib/reactGetTextContent.js.map +1 -1
- package/cjs/lib/rootNode/getRootNode.d.ts +3 -3
- package/cjs/lib/rootNode/getRootNode.js +7 -7
- package/cjs/lib/rootNode/getRootNode.js.map +1 -1
- package/cjs/lib/rootNode/rootNodeDecorator.d.ts +9 -9
- package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -1
- package/cjs/lib/styles/ColorFactory.js +2 -2
- package/cjs/lib/styles/ColorFactory.js.map +1 -1
- package/cjs/lib/styles/ColorFunctions.js.map +1 -1
- package/cjs/lib/theming/AnimationKeyframes.d.ts +3 -5
- package/cjs/lib/theming/AnimationKeyframes.js +8 -22
- package/cjs/lib/theming/AnimationKeyframes.js.map +1 -1
- package/cjs/lib/theming/Emotion.js +1 -0
- package/cjs/lib/theming/Emotion.js.map +1 -1
- package/cjs/lib/theming/ThemeFactory.d.ts +1 -1
- package/cjs/lib/theming/ThemeFactory.js +3 -1
- package/cjs/lib/theming/ThemeFactory.js.map +1 -1
- package/cjs/lib/theming/ThemeHelpers.d.ts +2 -2
- package/cjs/lib/theming/ThemeHelpers.js +1 -1
- package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
- package/cjs/lib/utils.d.ts +3 -1
- package/cjs/lib/utils.js +5 -2
- package/cjs/lib/utils.js.map +1 -1
- package/cjs/lib/withClassWrapper.js +1 -4
- package/cjs/lib/withClassWrapper.js.map +1 -1
- package/cjs/typings/event-types.d.ts +2 -2
- package/components/Autocomplete/Autocomplete/Autocomplete.js +26 -13
- package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
- package/components/Autocomplete/Autocomplete.d.ts +9 -17
- package/components/Button/Button/Button.js +11 -5
- package/components/Button/Button/Button.js.map +1 -1
- package/components/Button/Button.d.ts +4 -5
- package/components/Button/Button.mixins/Button.mixins.js +1 -1
- package/components/Button/Button.mixins/Button.mixins.js.map +1 -1
- package/components/Button/Button.styles/Button.styles.js +18 -18
- package/components/Button/Button.styles/Button.styles.js.map +1 -1
- package/components/Center/Center/Center.js +7 -5
- package/components/Center/Center/Center.js.map +1 -1
- package/components/Center/Center.d.ts +4 -3
- package/components/Checkbox/Checkbox/Checkbox.js +5 -2
- package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
- package/components/Checkbox/Checkbox.styles/Checkbox.styles.js +1 -1
- package/components/Checkbox/Checkbox.styles/Checkbox.styles.js.map +1 -1
- package/components/Checkbox/Checkbox.styles.d.ts +1 -1
- package/components/ComboBox/ComboBox/ComboBox.js +3 -1
- package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
- package/components/ComboBox/ComboBox.d.ts +8 -13
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +36 -21
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
- package/components/CurrencyInput/CurrencyInput.d.ts +6 -9
- package/components/CurrencyInput/CurrencyInputKeyboardActions/CurrencyInputKeyboardActions.js +4 -2
- package/components/CurrencyInput/CurrencyInputKeyboardActions/CurrencyInputKeyboardActions.js.map +1 -1
- package/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +3 -1
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +21 -15
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/components/CurrencyLabel/CurrencyLabel.d.ts +3 -9
- package/components/DateInput/DateFragmentsView/DateFragmentsView.js +11 -1
- package/components/DateInput/DateFragmentsView/DateFragmentsView.js.map +1 -1
- package/components/DateInput/DateFragmentsView.d.ts +1 -1
- package/components/DateInput/DateInput/DateInput.js +18 -5
- package/components/DateInput/DateInput/DateInput.js.map +1 -1
- package/components/DateInput/DateInput.d.ts +9 -12
- package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js +0 -1
- package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js.map +1 -1
- package/components/DateInput/helpers/SelectionHelpers/SelectionHelpers.js +2 -2
- package/components/DateInput/helpers/SelectionHelpers/SelectionHelpers.js.map +1 -1
- package/components/DatePicker/DatePicker/DatePicker.js +25 -21
- package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
- package/components/DatePicker/DatePicker.d.ts +7 -9
- package/components/DatePicker/Picker/Picker.js +5 -1
- package/components/DatePicker/Picker/Picker.js.map +1 -1
- package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +8 -2
- package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
- package/components/DropdownMenu/DropdownMenu.d.ts +5 -5
- package/components/FileUploader/FileUploader/FileUploader.js +2 -2
- package/components/FileUploader/FileUploader/FileUploader.js.map +1 -1
- package/components/FileUploader/FileUploader.md +8 -1
- package/components/FxInput/FxInput/FxInput.js +15 -10
- package/components/FxInput/FxInput/FxInput.js.map +1 -1
- package/components/FxInput/FxInput.d.ts +6 -6
- package/components/Gapped/Gapped/Gapped.js +17 -8
- package/components/Gapped/Gapped/Gapped.js.map +1 -1
- package/components/Gapped/Gapped.d.ts +7 -8
- package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +35 -16
- package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
- package/components/GlobalLoader/GlobalLoader.d.ts +7 -14
- package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js.map +1 -1
- package/components/GlobalLoader/GlobalLoaderView.d.ts +2 -2
- package/components/Hint/Hint/Hint.js +30 -18
- package/components/Hint/Hint/Hint.js.map +1 -1
- package/components/Hint/Hint.d.ts +8 -12
- package/components/Hint/Hint.md +14 -0
- package/components/Input/Input/Input.js +13 -8
- package/components/Input/Input/Input.js.map +1 -1
- package/components/Input/Input.d.ts +4 -3
- package/components/Input/Input.md +5 -1
- package/components/Kebab/Kebab/Kebab.js +19 -8
- package/components/Kebab/Kebab/Kebab.js.map +1 -1
- package/components/Kebab/Kebab.d.ts +8 -15
- package/components/Link/Link/Link.js +10 -7
- package/components/Link/Link/Link.js.map +1 -1
- package/components/Link/Link.d.ts +5 -7
- package/components/Loader/Loader/Loader.js +22 -17
- package/components/Loader/Loader/Loader.js.map +1 -1
- package/components/Loader/Loader.d.ts +9 -5
- package/components/Loader/__stories__/LoaderAndButton/LoaderAndButton.js.map +1 -1
- package/components/MenuItem/MenuItem/MenuItem.js +4 -1
- package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
- package/components/Modal/Modal/Modal.js +5 -3
- package/components/Modal/Modal/Modal.js.map +1 -1
- package/components/Modal/Modal.d.ts +4 -3
- package/components/Modal/Modal.styles/Modal.styles.js +2 -2
- package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
- package/components/Modal/Modal.styles.d.ts +2 -2
- package/components/Modal/ModalBody/ModalBody.js +2 -2
- package/components/Modal/ModalBody/ModalBody.js.map +1 -1
- package/components/Paging/Paging/Paging.js +25 -15
- package/components/Paging/Paging/Paging.js.map +1 -1
- package/components/Paging/Paging.d.ts +7 -10
- package/components/Paging/PagingDefaultComponent/PagingDefaultComponent.js.map +1 -1
- package/components/Paging/PagingDefaultComponent.d.ts +3 -3
- package/components/PasswordInput/PasswordInput/PasswordInput.js +14 -13
- package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
- package/components/PasswordInput/PasswordInput.d.ts +4 -3
- package/components/Radio/Radio/Radio.js +11 -6
- package/components/Radio/Radio/Radio.js.map +1 -1
- package/components/Radio/Radio.d.ts +4 -3
- package/components/RadioGroup/RadioGroup/RadioGroup.js +10 -10
- package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
- package/components/RadioGroup/RadioGroup.d.ts +2 -4
- package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js +3 -1
- package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js.map +1 -1
- package/components/ScrollContainer/ScrollContainer/ScrollContainer.js +11 -7
- package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
- package/components/ScrollContainer/ScrollContainer.d.ts +7 -8
- package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js +4 -4
- package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js.map +1 -1
- package/components/Select/Item/Item.js.map +1 -1
- package/components/Select/Item.d.ts +4 -2
- package/components/Select/Select/Select.js +4 -3
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +3 -12
- package/components/Select/Select.styles/Select.styles.js +4 -4
- package/components/Select/Select.styles/Select.styles.js.map +1 -1
- package/components/SidePage/SidePage/SidePage.js +14 -9
- package/components/SidePage/SidePage/SidePage.js.map +1 -1
- package/components/SidePage/SidePage.d.ts +5 -6
- package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
- package/components/SidePage/SidePageFooter.d.ts +6 -4
- package/components/Spinner/Spinner/Spinner.js +8 -6
- package/components/Spinner/Spinner/Spinner.js.map +1 -1
- package/components/Spinner/Spinner.d.ts +4 -2
- package/components/Spinner/Spinner.styles/Spinner.styles.js +3 -3
- package/components/Spinner/Spinner.styles/Spinner.styles.js.map +1 -1
- package/components/Spinner/Spinner.styles.d.ts +1 -1
- package/components/Sticky/Sticky/Sticky.js +7 -4
- package/components/Sticky/Sticky/Sticky.js.map +1 -1
- package/components/Sticky/Sticky.d.ts +5 -4
- package/components/Tabs/Indicator/Indicator.js +1 -1
- package/components/Tabs/Indicator/Indicator.js.map +1 -1
- package/components/Tabs/Indicator.d.ts +1 -1
- package/components/Tabs/Tab/Tab.js +15 -7
- package/components/Tabs/Tab/Tab.js.map +1 -1
- package/components/Tabs/Tab.d.ts +4 -4
- package/components/Tabs/Tabs/Tabs.js +10 -8
- package/components/Tabs/Tabs/Tabs.js.map +1 -1
- package/components/Tabs/Tabs.d.ts +4 -4
- package/components/Textarea/Textarea/Textarea.js +23 -15
- package/components/Textarea/Textarea/Textarea.js.map +1 -1
- package/components/Textarea/Textarea.d.ts +8 -10
- package/components/Textarea/TextareaCounter/TextareaCounter.js.map +1 -1
- package/components/Textarea/TextareaCounter.d.ts +2 -2
- package/components/Toast/Toast/Toast.js +1 -1
- package/components/Toast/Toast/Toast.js.map +1 -1
- package/components/Toggle/Toggle/Toggle.js +12 -7
- package/components/Toggle/Toggle/Toggle.js.map +1 -1
- package/components/Toggle/Toggle.d.ts +5 -6
- package/components/TokenInput/TokenInput/TokenInput.js +107 -77
- package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
- package/components/TokenInput/TokenInput.d.ts +19 -16
- package/components/TokenInput/TokenInputMenu/TokenInputMenu.js +1 -1
- package/components/TokenInput/TokenInputMenu/TokenInputMenu.js.map +1 -1
- package/components/TokenInput/TokenInputMenu.d.ts +2 -1
- package/components/Tooltip/Tooltip/Tooltip.js +53 -32
- package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
- package/components/Tooltip/Tooltip.d.ts +12 -16
- package/components/TooltipMenu/TooltipMenu/TooltipMenu.js +15 -13
- package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
- package/components/TooltipMenu/TooltipMenu.d.ts +6 -5
- package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js +2 -2
- package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js.map +1 -1
- package/hooks/useEffectWithoutInitCall.d.ts +2 -2
- package/hooks/useMemoObject/useMemoObject.js.map +1 -1
- package/hooks/useMemoObject.d.ts +2 -1
- package/internal/BGRuler/BGRuler.js +11 -6
- package/internal/BGRuler/BGRuler.js.map +1 -1
- package/internal/BGRuler.d.ts +13 -15
- package/internal/Calendar/Calendar/Calendar.js +11 -5
- package/internal/Calendar/Calendar/Calendar.js.map +1 -1
- package/internal/Calendar/Calendar.d.ts +4 -13
- package/internal/Calendar/DayCellView.styles/DayCellView.styles.js +1 -1
- package/internal/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
- package/internal/Calendar/Month/Month.js +20 -11
- package/internal/Calendar/Month/Month.js.map +1 -1
- package/internal/Calendar/MonthViewModel.d.ts +1 -1
- package/internal/Calendar/config.d.ts +1 -8
- package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js +3 -2
- package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js.map +1 -1
- package/internal/CommonWrapper/CommonWrapper.d.ts +1 -1
- package/internal/ComponentCombinator/ComponentCombinator.js +8 -5
- package/internal/ComponentCombinator/ComponentCombinator.js.map +1 -1
- package/internal/ComponentCombinator.d.ts +6 -8
- package/internal/ComponentTable/ComponentTable.js +16 -4
- package/internal/ComponentTable/ComponentTable.js.map +1 -1
- package/internal/ComponentTable.d.ts +7 -8
- package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js +18 -19
- package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxMenu.d.ts +6 -6
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +21 -10
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxView.d.ts +4 -12
- package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +4 -5
- package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
- package/internal/DataTids/DataTids/DataTids.js.map +1 -1
- package/internal/DataTids/DataTids.d.ts +5 -5
- package/internal/DateSelect/DateSelect/DateSelect.js +15 -12
- package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
- package/internal/DateSelect/DateSelect.d.ts +4 -6
- package/internal/DropdownContainer/DropdownContainer/DropdownContainer.js +6 -10
- package/internal/DropdownContainer/DropdownContainer/DropdownContainer.js.map +1 -1
- package/internal/DropdownContainer/DropdownContainer.d.ts +4 -7
- package/internal/FileUploaderControl/withFileUploaderControlProvider/withFileUploaderControlProvider.js.map +1 -1
- package/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +1 -1
- package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js +2 -1
- package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
- package/internal/InputLikeText/InputLikeText/InputLikeText.js +9 -4
- package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
- package/internal/InputLikeText/InputLikeText.d.ts +4 -3
- package/internal/InternalMenu/InternalMenu/InternalMenu.js +38 -17
- package/internal/InternalMenu/InternalMenu/InternalMenu.js.map +1 -1
- package/internal/InternalMenu/InternalMenu.d.ts +3 -9
- package/internal/MaskedInput/MaskedInput/MaskedInput.js +16 -7
- package/internal/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
- package/internal/MaskedInput/MaskedInput.d.ts +5 -2
- package/internal/Menu/Menu/Menu.js +16 -4
- package/internal/Menu/Menu/Menu.js.map +1 -1
- package/internal/Menu/Menu.d.ts +4 -7
- package/internal/MobilePopup/MobilePopup/MobilePopup.js +1 -1
- package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -1
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js +1 -1
- package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js.map +1 -1
- package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
- package/internal/Popup/Popup/Popup.js +52 -35
- package/internal/Popup/Popup/Popup.js.map +1 -1
- package/internal/Popup/Popup.d.ts +11 -17
- package/internal/Popup/PopupHelper/PopupHelper.js.map +1 -1
- package/internal/Popup/PopupHelper.d.ts +1 -1
- package/internal/Popup/PopupPin/PopupPin.js.map +1 -1
- package/internal/Popup/PopupPin.d.ts +1 -1
- package/internal/PopupMenu/PopupMenu/PopupMenu.js +12 -4
- package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
- package/internal/PopupMenu/PopupMenu.d.ts +8 -11
- package/internal/RenderLayer/RenderLayer/RenderLayer.js +8 -4
- package/internal/RenderLayer/RenderLayer/RenderLayer.js.map +1 -1
- package/internal/RenderLayer/RenderLayer.d.ts +5 -4
- package/internal/ThemePlayground/AnotherInputsPlayground/AnotherInputsPlayground.js.map +1 -1
- package/internal/ThemePlayground/AnotherInputsPlayground.d.ts +11 -6
- package/internal/ThemePlayground/CurrencyInputPlayground/CurrencyInputPlayground.js.map +1 -1
- package/internal/ThemePlayground/CurrencyInputPlayground.d.ts +7 -6
- package/internal/ThemePlayground/FxInputPlayground/FxInputPlayground.js +10 -6
- package/internal/ThemePlayground/FxInputPlayground/FxInputPlayground.js.map +1 -1
- package/internal/ThemePlayground/FxInputPlayground.d.ts +6 -4
- package/internal/ThemePlayground/HintPlayground/HintPlayground.js.map +1 -1
- package/internal/ThemePlayground/HintPlayground.d.ts +1 -1
- package/internal/ThemePlayground/PagingPlayground/PagingPlayground.js +2 -2
- package/internal/ThemePlayground/PagingPlayground/PagingPlayground.js.map +1 -1
- package/internal/ThemePlayground/PagingPlayground.d.ts +6 -6
- package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
- package/internal/ThemePlayground/Playground.d.ts +1 -1
- package/internal/ThemePlayground/SelectPlayground/SelectPlayground.js.map +1 -1
- package/internal/ThemePlayground/SelectPlayground.d.ts +9 -6
- package/internal/ThemePlayground/SizesGroup/SizesGroup.js.map +1 -1
- package/internal/ThemePlayground/SizesGroup.d.ts +2 -2
- package/internal/ThemePlayground/SwitcherPlayground/SwitcherPlayground.js.map +1 -1
- package/internal/ThemePlayground/SwitcherPlayground.d.ts +9 -8
- package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js +13 -3
- package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
- package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js.map +1 -1
- package/internal/ThemePlayground/ThemeEditor.d.ts +1 -4
- package/internal/ThemePlayground/TogglePlayground/TogglePlayground.js +5 -17
- package/internal/ThemePlayground/TogglePlayground/TogglePlayground.js.map +1 -1
- package/internal/ThemePlayground/TogglePlayground.d.ts +2 -7
- package/internal/ThemePlayground/TokenInputPlayground/TokenInputPlayground.js.map +1 -1
- package/internal/ThemePlayground/TokenInputPlayground.d.ts +6 -4
- package/internal/ThemePlayground/VariableValue/VariableValue.js +4 -2
- package/internal/ThemePlayground/VariableValue/VariableValue.js.map +1 -1
- package/internal/ThemePlayground/VariableValue.d.ts +6 -8
- package/internal/ThemePlayground/helpers/helpers.js +0 -1
- package/internal/ThemePlayground/helpers/helpers.js.map +1 -1
- package/internal/ThemePlayground/helpers.d.ts +1 -1
- package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js.map +1 -1
- package/internal/ZIndex/ZIndex/ZIndex.js +21 -16
- package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
- package/internal/ZIndex/ZIndex.d.ts +7 -11
- package/internal/themes/DefaultTheme/DefaultTheme.js +6 -6
- package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
- package/lib/ConditionalHandler/ConditionalHandler.js.map +1 -1
- package/lib/InstanceWithAnchorElement/InstanceWithAnchorElement.js.map +1 -1
- package/lib/InstanceWithAnchorElement.d.ts +1 -1
- package/lib/ModalStack/ModalStack.js +2 -2
- package/lib/ModalStack/ModalStack.js.map +1 -1
- package/lib/SSRSafe/SSRSafe.js +7 -0
- package/lib/SSRSafe/SSRSafe.js.map +1 -1
- package/lib/SSRSafe.d.ts +2 -1
- package/lib/animation/index/index.js +1 -1
- package/lib/animation/index/index.js.map +1 -1
- package/lib/callChildRef/callChildRef/callChildRef.js +1 -1
- package/lib/callChildRef/callChildRef/callChildRef.js.map +1 -1
- package/lib/createPropsGetter/createPropsGetter.js +1 -0
- package/lib/createPropsGetter/createPropsGetter.js.map +1 -1
- package/lib/createPropsGetter.d.ts +2 -1
- package/lib/date/InternalDateCalculator/InternalDateCalculator.js +1 -2
- package/lib/date/InternalDateCalculator/InternalDateCalculator.js.map +1 -1
- package/lib/date/InternalDateCalculator.d.ts +1 -1
- package/lib/date/InternalDateValidator/InternalDateValidator.js +8 -2
- package/lib/date/InternalDateValidator/InternalDateValidator.js.map +1 -1
- package/lib/date/InternalDateValidator.d.ts +1 -1
- package/lib/extractKeyboardAction/extractKeyboardAction.js.map +1 -1
- package/lib/extractKeyboardAction.d.ts +1 -1
- package/lib/filterProps/filterProps.js +0 -1
- package/lib/filterProps/filterProps.js.map +1 -1
- package/lib/listenFocusOutside/listenFocusOutside.js.map +1 -1
- package/lib/listenFocusOutside.d.ts +1 -1
- package/lib/locale/useLocaleForControl/useLocaleForControl.js.map +1 -1
- package/lib/locale/useLocaleForControl.d.ts +1 -1
- package/lib/memo/memo.js +2 -4
- package/lib/memo/memo.js.map +1 -1
- package/lib/memo.d.ts +3 -1
- package/lib/net/fetch/fetch.js +2 -2
- package/lib/net/fetch/fetch.js.map +1 -1
- package/lib/reactGetTextContent/reactGetTextContent.js +0 -1
- package/lib/reactGetTextContent/reactGetTextContent.js.map +1 -1
- package/lib/rootNode/getRootNode/getRootNode.js +8 -8
- package/lib/rootNode/getRootNode/getRootNode.js.map +1 -1
- package/lib/rootNode/getRootNode.d.ts +3 -3
- package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -1
- package/lib/rootNode/rootNodeDecorator.d.ts +9 -9
- package/lib/styles/ColorFactory/ColorFactory.js +3 -1
- package/lib/styles/ColorFactory/ColorFactory.js.map +1 -1
- package/lib/styles/ColorFunctions/ColorFunctions.js.map +1 -1
- package/lib/theming/AnimationKeyframes/AnimationKeyframes.js +8 -14
- package/lib/theming/AnimationKeyframes/AnimationKeyframes.js.map +1 -1
- package/lib/theming/AnimationKeyframes.d.ts +3 -5
- package/lib/theming/Emotion/Emotion.js.map +1 -1
- package/lib/theming/ThemeFactory/ThemeFactory.js +4 -1
- package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
- package/lib/theming/ThemeFactory.d.ts +1 -1
- package/lib/theming/ThemeHelpers/ThemeHelpers.js +1 -1
- package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
- package/lib/theming/ThemeHelpers.d.ts +2 -2
- package/lib/utils/utils.js +2 -2
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils.d.ts +3 -1
- package/lib/withClassWrapper/withClassWrapper.js +1 -4
- package/lib/withClassWrapper/withClassWrapper.js.map +1 -1
- package/package.json +4 -4
- package/typings/event-types.d.ts +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["DefaultTheme.ts"],"names":["DefaultTheme","bgDefault","bgDisabled","blueLight","errorMain","warningMain","linkColor","textColorDisabled","textColorDisabledContrast","fontSizeSmall","controlLineHeightSmall","grayXLight","brand","grayDark","blueDark","greenXxLight","greenDark","yellowXxLight","yellowDark","redXxLight","redDark","white","black","borderColorWarning","borderColorError","tokenPaddingY","tokenPaddingX","tokenMarginY","tokenMarginX","tokenBorderWidth","borderColorDisabled","inputBorderColor","inputBorderColorFocus","inputBorderColorError","inputBorderColorWarning","inputBorderTopColor","inputPlaceholderColor","inputPlaceholderColorLight","inputDisabledBg","inputDisabledBorderColor","inputBorderWidth","inputOutlineWidth","inputBg","inputShadow","inputTextColor","inputFontSizeSmall","paddingX","parseInt","removeIconMarginX","tokenRemoveIconGap","removeIconSizeX","tokenInputFontSize","btnCheckedDisabledBg","controlBorderWidth","controlOutlineWidth","btnCheckedBg","textColorDefault","fontSizeMedium","fontSizeLarge","controlLineHeightMedium","controlLineHeightLarge","controlPaddingYSmall","controlPaddingYMedium","controlPaddingYLarge","borderWidth","btnBorderWidth","padding","btnPaddingYSmall","lineHeigh","btnLineHeightSmall","btnPaddingYMedium","btnLineHeightMedium","btnPaddingYLarge","btnLineHeightLarge","linkHoverColor","linkActiveColor","linkHoverTextDecoration","linkIconMarginRight","errorSecondary","warningSecondary","outlineColorFocus","borderColorFocus","linkDisabledColor","btnBorderRadiusSmall","btnBorderRadiusMedium","btnBorderRadiusLarge","btnMenuArrowColor","selectMenuArrowColor","btnIconSizeSmall","btnIconSizeMedium","btnIconSizeLarge","btnDisabledTextColor","btnDisabledBg","btnDisabledBorderColor","popupBorder","popupBorderRadius","popupPinSize","popupPinOffset","popupMargin","bgSecondary","fixedPanelShadow","Math","round","modalHeaderPaddingBottom","calendarCellSize","bgActive","popupBoxShadow","textColorInvert","pagingFontSize","placeholderColor","dropdownMenuSelectedBg","dropdownMenuHoverBg","menuItemPaddingX","menuItemIconWidth","menuItemIconGap","menuItemIconLegacyMargin","gray","height","toggleHeight","toggleBorderWidth","handleSize","toggleBg","outlineWidth","toggleBorderColor","inputPaddingYSmall","inputLineHeightSmall","inputPaddingYMedium","inputLineHeightMedium","inputPaddingYLarge","inputLineHeightLarge","borderColorGrayLight","placeholderColorLight","blinkColor","controlHeight","controlHeightSmall","lineHeight","checkboxLineHeight","checkboxBorderWidth","checkboxCheckedHoverBg","checkboxCheckedBg","checkboxCheckedActiveBg","btnDefaultHoverBg","btnDefaultActiveBg","ColorFunctions","darken","textareaBorderWidth","textareaLineHeight","paddingY","textareaPaddingY","fade","textareaBg","errorText","borderCompensation","radioBoxShadow","radioBorderWidth","radioBorderWidthCompensation","radioSize","radioOutlineWidth","radioLineHeight","checkboxHoverBg","checkboxActiveBg","radioBorderColor","tabPaddingX","btnDangerBg","btnPayBg","btnSuccessBg","btnPrimaryBg","borderColorFocusLight","lighten","tabColorError","tabColorWarning","tabColorSuccess","tabColorPrimary","red","btnOutlineWidth","btnFontSizeSmall","btnFontSizeMedium","btnFontSizeLarge","btnPaddingXSmall","btnPaddingXMedium","btnPaddingXLarge","btnCheckedDisabledShadow","fontSizeMobile","lineHeightMobile","fontFamilyCompensationBaseline","labGrotesqueBaselineCompensation","brandXLight","brandLight","brandDark","brandXDark","grayXxLight","grayLight","blueXxLight","blue","blueXDark","green","yellow","warningText","borderColorGrayDark","specificityLevel","controlHeightMedium","controlHeightLarge","mobileMediaQuery","linkSuccessColor","linkSuccessHoverColor","linkSuccessActiveColor","linkDangerColor","linkDangerHoverColor","linkDangerActiveColor","linkButtonLineHeight","linkButtonPaddingX","tokenDisabledBg","tokenMarginBeforeIcon","tokenRemoveIconSize","tokenRemoveIconPaddingY","tokenRemoveIconPaddingX","tokenRemoveIconBoxSizing","tokenBorderRadius","tokenBorderColorDisabled","tokenOutlineWidth","tokenLegacyTextShift","tokenInputBorderRadius","tokenInputPaddingY","tokenInputPaddingX","tokenInputLineHeight","tokenInputInputPaddingLeft","loaderBg","loaderOpacity","btnBackgroundClip","btnArrowBgImageActive","btnArrowBgImageChecked","btnLinkBorderRadius","btnFocusShadowWidth","btnCheckedDisabledColor","btnCheckedTextColor","btnCheckedShadow","btnInsetWidth","btnIconGapSmall","btnIconGapMedium","btnIconGapLarge","btnDefaultBg","btnDefaultBgStart","btnDefaultBgEnd","btnDefaultHoverBgStart","btnDefaultHoverBgEnd","btnDefaultHoverBorderColor","btnDefaultHoverBorderBottomColor","btnDefaultActiveBorderColor","btnDefaultActiveBorderTopColor","btnDefaultBorderColor","btnDefaultBorderBottomColor","btnDefaultActiveShadow","btnSuccessHoverBg","btnSuccessHoverBorderColor","btnSuccessHoverBorderBottomColor","btnSuccessBorderColor","btnSuccessBorderBottomColor","btnSuccessBgStart","btnSuccessBgEnd","btnSuccessTextColor","btnSuccessHoverBgStart","btnSuccessHoverBgEnd","btnSuccessActiveBg","btnSuccessActiveBorderColor","btnSuccessActiveBorderTopColor","btnSuccessActiveShadow","btnPrimaryHoverBg","btnPrimaryHoverBorderColor","btnPrimaryHoverBorderBottomColor","btnPrimaryBorderColor","btnPrimaryBorderBottomColor","btnPrimaryBgStart","btnPrimaryBgEnd","btnPrimaryTextColor","btnPrimaryHoverBgStart","btnPrimaryHoverBgEnd","btnPrimaryActiveBg","btnPrimaryActiveBorderColor","btnPrimaryActiveBorderTopColor","btnPrimaryActiveShadow","btnDangerHoverBg","btnDangerHoverBorderColor","btnDangerHoverBorderBottomColor","btnDangerBorderColor","btnDangerBorderBottomColor","btnDangerBgStart","btnDangerBgEnd","btnDangerTextColor","btnDangerHoverBgStart","btnDangerHoverBgEnd","btnDangerActiveBg","btnDangerActiveBorderColor","btnDangerActiveBorderTopColor","btnDangerActiveShadow","btnPayHoverBg","btnPayHoverBorderColor","btnPayHoverBorderBottomColor","btnPayBorderColor","btnPayBorderBottomColor","btnPayBgStart","btnPayBgEnd","btnPayHoverBgStart","btnPayHoverBgEnd","btnPayActiveBg","btnPayActiveBorderColor","btnPayActiveBorderTopColor","btnPayActiveShadow","btnInsetColor","selectPlaceholderColor","selectPaddingXSmall","selectIconGapSmall","selectPaddingXMedium","selectIconGapMedium","selectPaddingXLarge","selectIconGapLarge","selectRootWidthMobile","tooltipPaddingY","tooltipPaddingX","tooltipCloseBtnPadding","tooltipCloseBtnColor","tooltipCloseBtnHoverColor","tooltipPinOffset","tooltipPinOffsetX","tooltipPinOffsetY","tooltipMargin","kebabMargin","kebabBackground","kebabBackgroundHover","kebabBorderRadius","kebabBorder","modalBackBg","modalBackOpacity","modalCloseButtonColor","modalCloseButtonDisabledColor","modalCloseButtonHoverColor","modalCloseButtonPadding","modalCloseButtonLegacyShift","modalCloseButtonBottomPadding","modalCloseButtonClickArea","modalCloseIconSize","modalCloseLegacyGap","modalCloseWrapperLegacyGap","modalBorderRadius","modalFixedHeaderBorder","modalFixedFooterBorder","modalFixedPanelShadow","modalFooterBg","modalAdaptiveThreshold","modalPaddingTop","modalPaddingLeft","modalPaddingRight","modalHeaderFontSize","modalHeaderLineHeight","modalHeaderPaddingTop","modalBodyTextColor","modalFooterTextColor","modalBodyPaddingBottom","modalFooterPaddingTop","modalFooterPaddingBottom","modalPaddingBottom","modalFooterPanelPaddingTop","modalFooterPanelPaddingBottom","mobileModalCloseButtonRightPadding","mobileModalCloseButtonTopPadding","mobileModalCloseButtonClickArea","mobileModalCloseIconSize","mobileModalHeaderFontSize","mobileModalHeaderLineHeight","mobileModalHeaderPadding","mobileModalBodyPadding","mobileModalBodyFontSize","mobileModalFooterPadding","mobileModalPaddingBottom","sidePageFooterPanelBg","sidePageBackingBg","sidePageBackingBgOpacity","sidePageCloseButtonColor","sidePageCloseButtonHoverColor","sidePageContainerShadow","mobileSidePagePaddingLeft","mobileSidePagePaddingRight","mobileSidePagePaddingTop","mobileSidePagePaddingBottom","mobileSidePageFooterPadding","sidePagePaddingLeft","sidePagePaddingRight","sidePagePaddingTop","sidePagePaddingBottom","sidePageFooterPaddingTop","sidePageFooterPaddingBottom","sidePageBodyTextColor","sidePageFooterTextColor","sidePageHeaderFontSize","sidePageHeaderLineHeight","sidePageHeaderPaddingBottom","sidePageHeaderPaddingTop","sidePageHeaderFixedFontSize","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","sidePageHeaderStickyOffset","sidePageCloseButtonPadding","mobileSidePageCloseButtonPadding","sidePageCloseButtonLegacyPaddingLeft","sidePageFooterPanelPaddingTop","sidePageFooterPanelPaddingBottom","sidePageCloseIconSize","sidePageCloseButtonClickArea","mobileSidePageCloseButtonClickArea","sidePageFixedPanelShadow","mobileSidePageHeaderFontSize","mobileSidePageHeaderLineHeight","mobileSidePageHeaderPaddingBottom","mobileSidePageHeaderPaddingTop","dateInputMaskColor","dateInputComponentSelectedBgColor","calendarCellHoverColor","calendarCellActiveHoverColor","calendarCellWeekendColor","calendarCellTodayBorder","calendarCellSelectedBgColor","calendarCellSelectedFontColor","calendarMonthTitleBorderBottomColor","calendarPaddingX","calendarMonthTitleLineHeight","calendarMonthTitlePaddingTop","calendarMonthTitlePaddingBottom","calendarMonthTitleMarginX","calendarMonthTitleMarginBottom","calendarWrapperHeight","calendarMonthMarginBottom","calendarMaxMonthsToAppendOnScroll","dateSelectLineHeight","dateSelectFontSize","dateSelectFontWeight","dateSelectMenuItemBgSelected","pickerShadow","pickerTodayWrapperBorderTop","pickerTodayWrapperHoverBgColor","pickerTodayWrapperFontSize","pickerTodayWrapperLineHeight","pickerTodayWrapperPaddingTop","pickerTodayWrapperPaddingBottom","pagingForwardIconMarginTop","pagingPageLinkPaddingX","pagingPageLinkPaddingY","pagingPageLinkLegacyPaddingY","pagingPageLinkMinWidth","pagingPageForwardLinkMarginTop","pagingPageForwardLinkMarginLeft","pagingPageForwardLinkPaddingRight","pagingLineHeight","pagingDotsColor","pagingDotsPadding","pagingPageLinkActiveBg","pagingPageLinkHoverBg","pagingPageLinkBorderRadius","pagingPageLinkHintFontSize","pagingPageLinkHintLineHeight","pagingPageLinkMargin","hintMaxWidth","hintPaddingY","hintPaddingX","hintTextAlign","hintBgColor","hintBorder","hintBorderRadius","hintPinOffset","hintMargin","toastPaddingY","toastPaddingX","toastBorderRadius","toastBorder","toastTop","toastBg","toastColor","toastLinkColor","toastClosePadding","toastCloseColor","toastCloseHoverColor","toastCloseSize","menuBorder","menuShadow","menuPaddingY","menuPaddingX","menuItemIconLegacyShift","menuItemPaddingY","menuItemBorderRadius","menuItemLegacyPaddingX","menuItemLegacyPaddingY","menuItemCommentColor","menuItemCommentColorHover","menuItemPaddingMobile","menuHeaderLineHeight","menuHeaderFontSize","menuHeaderPaddingX","menuHeaderPaddingTop","menuHeaderPaddingBottom","menuHeaderLegacyPaddingRight","menuSeparatorBorderColor","menuSeparatorMarginY","menuSeparatorBorderWidth","toggleHandleActiveWidthIncrement","toggleWidth","toggleCheckedBg","toggleDisabledHandleBg","toggleBaseBg","toggleBgDisabledChecked","toggleBgHover","toggleCheckedBgHover","toggleBgChecked","toggleBgFocus","toggleBgActive","toggleCaptionGap","toggleButtonOffsetY","popupBorderColor","popupDropShadow","popupPinOffsetX","popupPinOffsetY","inputIconColor","inputColor","inputWidth","inputPaddingXSmall","inputPaddingXMedium","inputPaddingXLarge","inputIconGapSmall","inputIconGapMedium","inputIconGapLarge","inputIconSizeSmall","inputIconSizeMedium","inputIconSizeLarge","inputBorderRadiusSmall","inputBorderRadiusMedium","inputBorderRadiusLarge","checkboxBoxSize","checkboxCaptionGap","checkboxBoxOffsetY","checkboxBgStart","checkboxBgEnd","checkboxBorder","checkboxCheckedColor","checkboxBorderRadius","checkboxBg","textareaShadow","textareaBorderRadius","textareaWidth","textareaPaddingX","textareaBorderTopColor","textareaDisabledBg","textareaDisabledBorderColor","radioBulletSize","radioCaptionGap","radioVerticalAlign","radioBgImage","radioBgColor","radioHoverShadow","radioActiveShadow","radioCheckedBorderColor","radioCheckedBulletColor","radioCaptionDisplay","radioCircleOffsetY","radioGroupLegacyItemGap","tabBorderWidth","spinnerCaptionGapSmall","spinnerCaptionGapMedium","spinnerCaptionGapLarge","switcherBorderRadius","switcherButtonPaddingXSmall","switcherButtonPaddingXMedium","switcherButtonPaddingXLarge","mobilePopupTopPadding","mobilePopupHeaderPadding","mobilePopupHeaderBorderRadius","mobilePopupHeaderShadow","mobilePopupHeaderFontWeight","mobilePopupHeaderChildPadding","scrollContainerScrollBarSize","scrollContainerScrollBarHoverSize","scrollContainerScrollBarColor","scrollContainerScrollBarInvertColor","passwordInputVisibilityIconColor","passwordInputVisibilityIconOpacity","passwordInputVisibilityIconHoverColor","passwordInputVisibilityIconHoverOpacity","globalLoaderHeight","globalLoaderWidth","globalLoaderPosition","globalLoaderTop","globalLoaderLeft","globalLoaderBottom","globalLoaderRight","globalLoaderBackgroundColor","globalLoaderTransitionToSpinnerDuration","globalLoaderSpinnerAnimationDuration","globalLoaderSlowAnimationDuration","globalLoaderTransitionFromSpinnerDuration","fileUploaderWidth","fileUploaderBg","fileUploaderPaddingX","fileUploaderBorderRadius","fileUploaderBorderColor","fileUploaderBorderStyle","fileUploaderIconSize","fileUploaderIconColor","fileUploaderIconHoverColor","fileUploaderDisabledBg","fileUploaderDisabledBorderColor","fileUploaderDisabledTextColor","fileUploaderDisabledLinkColor","fileUploaderDisabledIconColor","fileUploaderHoveredBg","DefaultThemeInternal"],"mappings":"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CA2CGkI,oB,GAAuB,qB,CA3C1BlI,Y,CA+CG6G,gB,GAAmB,S,CA/CtB7G,Y,CAgDGgF,iB,GAAoB,M,CAhDvBhF,Y,CAiDGmI,qB,GAAwB,S,CAjD3BnI,Y,CAkDGoI,U,GAAa,wB,CAlDhBpI,Y,CAmDGqD,kB,GAAqB,K,CAnDxBrD,Y,CAoDGsD,mB,GAAsB,K,CApDzBtD,Y,CAqDGU,sB,GAAyB,M,CArD5BV,Y,CAsDG2D,uB,GAA0B,M,CAtD7B3D,Y,CAuDG4D,sB,GAAyB,M,CAvD5B5D,Y,CAwDG6D,oB,GAAuB,K,CAxD1B7D,Y,CAyDG8D,qB,GAAwB,K,CAzD3B9D,Y,CA0DG+D,oB,GAAuB,M,CA1D1B/D,Y,CA2DGwD,gB,GAAmB,S,CA3DtBxD,Y,CA4DG2G,e,GAAkB,M,CA5DrB3G,Y,CA6DGO,iB,GAAoB,S,CA7DvBP,Y,CA8DGQ,yB,GAA4B,S,CA9D/BR,Y,CA+DGS,a,GAAgB,M,CA/DnBT,Y,CAgEGyD,c,GAAiB,M,CAhEpBzD,Y,CAiEG0D,a,GAAgB,M,CAjEnB1D,Y,CAkEGsL,c,GAAiB,M,CAlEpBtL,Y,CAmEGuL,gB,GAAmB,M,CAnEtBvL,Y,CAoEGuM,gB,GAAmB,G,CApEtBvM,Y,CAqEGoG,gB,GAAmB,iC,CArEtBpG,Y,CAkFGsI,kB,GAAqB,M,CAlFxBtI,Y,CAmFGwM,mB,GAAsB,M,CAnFzBxM,Y,CAoFGyM,kB,GAAqB,M,CApFxBzM,Y,CAqFG0M,gB,GAAmB,4D,CArFtB1M,Y,CAyFGM,S,GAAY,S,CAzFfN,Y,CA0FG2E,e,GAAkB,S,CA1FrB3E,Y,CA2FG4E,uB,GAA0B,W,CA3F7B5E,Y,CA4FG2M,gB,GAAmB,S,CA5FtB3M,Y,CA6FG4M,qB,GAAwB,S,CA7F3B5M,Y,CA8FG6M,sB,GAAyB,S,CA9F5B7M,Y,CA+FG8M,e,GAAkB,S,CA/FrB9M,Y,CAgGG+M,oB,GAAuB,S,CAhG1B/M,Y,CAiGGgN,qB,GAAwB,S,CAjG3BhN,Y,CAkGG6E,mB,GAAsB,K,CAlGzB7E,Y,CAyGGiN,oB,GAAuB,M,CAzG1BjN,Y,CA0GGkN,kB,GAAqB,M,CA1GxBlN,Y,CA6GGmN,e,GAAkB,qB,CA7GrBnN,Y,CAoHG2B,Y,GAAe,K,CApHlB3B,Y,CAqHG4B,Y,GAAe,K,CArHlB5B,Y,CAyHGyB,a,GAAgB,K,CAzHnBzB,Y,CA0HG0B,a,GAAgB,K,CA1HnB1B,Y,CA2HGoN,qB,GAAwB,K,CA3H3BpN,Y,CA4HGqN,mB,GAAsB,K,CA5HzBrN,Y,CA6HGsN,uB,GAA0B,K,CA7H7BtN,Y,CA8HGuN,uB,GAA0B,K,CA9H7BvN,Y,CA+HGiD,kB,GAAqB,K,CA/HxBjD,Y,CAgIGwN,wB,GAA2B,a,CAhI9BxN,Y,CAiIGyN,iB,GAAoB,K,CAjIvBzN,Y,CAkIG6B,gB,GAAmB,K,CAlItB7B,Y,CAmIG0N,wB,GAA2B,qB,CAnI9B1N,Y,CAoLG2N,iB,GAAoB,K,CApLvB3N,Y,CAqLG4N,oB,GAAuB,K,CArL1B5N,Y,CAsNG6N,sB,GAAyB,K,CAtN5B7N,Y,CAwPG8N,kB,GAAqB,K,CAxPxB9N,Y,CAyPG+N,kB,GAAqB,K,CAzPxB/N,Y,CA6PGgO,oB,GAAuB,M,CA7P1BhO,Y,CA+PGiO,0B,GAA6B,K,CA/PhCjO,Y,CAyQGkO,Q,GAAW,0B,CAzQdlO,Y,CA0QGmO,a,GAAgB,K,CA1QnBnO,Y,CA6QGoO,iB,GAAoB,a,CA7QvBpO,Y,CA8QGqO,qB,GAAwB,M,CA9Q3BrO,Y,CA+QGsO,sB,GAAyB,M,CA/Q5BtO,Y,CAgRGuO,mB,GAAsB,K,CAhRzBvO,Y,CAiRGwO,mB,GAAsB,K,CAjRzBxO,Y,CAkRG6F,sB,GAAyB,qB,CAlR5B7F,Y,CAmRGuD,Y,GAAe,S,CAnRlBvD,Y,CAoRGoD,oB,GAAuB,S,CApR1BpD,Y,CAqRGyO,uB,GAA0B,0B,CArR7BzO,Y,CAsRG0O,mB,GAAsB,M,CAtRzB1O,Y,CA0RG2O,gB,GAAmB,M,CA1RtB3O,Y,CA2RGqL,wB,GAA2B,M,CA3R9BrL,Y,CA4RGmF,oB,GAAuB,K,CA5R1BnF,Y,CA6RGoF,qB,GAAwB,K,CA7R3BpF,Y,CA8RGqF,oB,GAAuB,K,CA9R1BrF,Y,CAkSG4O,a,GAAgB,K,CAlSnB5O,Y,CAsSGkL,gB,GAAmB,M,CAtStBlL,Y,CAuSGmL,iB,GAAoB,M,CAvSvBnL,Y,CAwSGoL,gB,GAAmB,M,CAxStBpL,Y,CAySG6O,e,GAAkB,K,CAzSrB7O,Y,CA0SG8O,gB,GAAmB,K,CA1StB9O,Y,CA2SG+O,e,GAAkB,K,CA3SrB/O,Y,CA4SGwF,gB,GAAmB,M,CA5StBxF,Y,CA6SGyF,iB,GAAoB,M,CA7SvBzF,Y,CA8SG0F,gB,GAAmB,M,CA9StB1F,Y,CA+SGgP,Y,GAAe,M,CA/SlBhP,Y,CAgTGiP,iB,GAAoB,M,CAhTvBjP,Y,CAiTGkP,e,GAAkB,M,CAjTrBlP,Y,CAwTG6I,iB,GAAoB,S,CAxTvB7I,Y,CAyTGmP,sB,GAAyB,M,CAzT5BnP,Y,CA0TGoP,oB,GAAuB,M,CA1T1BpP,Y,CA2TG8I,kB,GAAqB,S,CA3TxB9I,Y,CA4TGqP,0B,GAA6B,qB,CA5ThCrP,Y,CA6TGsP,gC,GAAmC,E,CA7TtCtP,Y,CA8TGuP,2B,GAA8B,qB,CA9TjCvP,Y,CA+TGwP,8B,GAAiC,E,CA/TpCxP,Y,CAgUGyP,qB,GAAwB,qB,CAhU3BzP,Y,CAiUG0P,2B,GAA8B,E,CAjUjC1P,Y,CAkUG2P,sB,GAAyB,M,CAlU5B3P,Y,CAmUGqK,Y,GAAe,S,CAnUlBrK,Y,CAoUG4P,iB,GAAoB,S,CApUvB5P,Y,CAqUG6P,0B,GAA6B,S,CArUhC7P,Y,CAsUG8P,gC,GAAmC,E,CAtUtC9P,Y,CAuUG+P,qB,GAAwB,S,CAvU3B/P,Y,CAwUGgQ,2B,GAA8B,E,CAxUjChQ,Y,CAyUGiQ,iB,GAAoB,M,CAzUvBjQ,Y,CA0UGkQ,e,GAAkB,M,CA1UrBlQ,Y,CA2UGmQ,mB,GAAsB,M,CA3UzBnQ,Y,CA4UGoQ,sB,GAAyB,M,CA5U5BpQ,Y,CA6UGqQ,oB,GAAuB,M,CA7U1BrQ,Y,CA8UGsQ,kB,GAAqB,S,CA9UxBtQ,Y,CA+UGuQ,2B,GAA8B,S,CA/UjCvQ,Y,CAgVGwQ,8B,GAAiC,E,CAhVpCxQ,Y,CAiVGyQ,sB,GAAyB,M,CAjV5BzQ,Y,CAkVGsK,Y,GAAe,S,CAlVlBtK,Y,CAmVG0Q,iB,GAAoB,S,CAnVvB1Q,Y,CAoVG2Q,0B,GAA6B,S,CApVhC3Q,Y,CAqVG4Q,gC,GAAmC,E,CArVtC5Q,Y,CAsVG6Q,qB,GAAwB,S,CAtV3B7Q,Y,CAuVG8Q,2B,GAA8B,E,CAvVjC9Q,Y,CAwVG+Q,iB,GAAoB,M,CAxVvB/Q,Y,CAyVGgR,e,GAAkB,M,CAzVrBhR,Y,CA0VGiR,mB,GAAsB,M,CA1VzBjR,Y,CA2VGkR,sB,GAAyB,M,CA3V5BlR,Y,CA4VGmR,oB,GAAuB,M,CA5V1BnR,Y,CA6VGoR,kB,GAAqB,S,CA7VxBpR,Y,CA8VGqR,2B,GAA8B,S,CA9VjCrR,Y,CA+VGsR,8B,GAAiC,E,CA/VpCtR,Y,CAgWGuR,sB,GAAyB,M,CAhW5BvR,Y,CAiWGmK,W,GAAc,S,CAjWjBnK,Y,CAkWGwR,gB,GAAmB,S,CAlWtBxR,Y,CAmWGyR,yB,GAA4B,S,CAnW/BzR,Y,CAoWG0R,+B,GAAkC,E,CApWrC1R,Y,CAqWG2R,oB,GAAuB,S,CArW1B3R,Y,CAsWG4R,0B,GAA6B,E,CAtWhC5R,Y,CAuWG6R,gB,GAAmB,M,CAvWtB7R,Y,CAwWG8R,c,GAAiB,M,CAxWpB9R,Y,CAyWG+R,kB,GAAqB,M,CAzWxB/R,Y,CA0WGgS,qB,GAAwB,M,CA1W3BhS,Y,CA2WGiS,mB,GAAsB,M,CA3WzBjS,Y,CA4WGkS,iB,GAAoB,S,CA5WvBlS,Y,CA6WGmS,0B,GAA6B,S,CA7WhCnS,Y,CA8WGoS,6B,GAAgC,E,CA9WnCpS,Y,CA+WGqS,qB,GAAwB,M,CA/W3BrS,Y,CAgXGoK,Q,GAAW,S,CAhXdpK,Y,CAiXGsS,a,GAAgB,S,CAjXnBtS,Y,CAkXGuS,sB,GAAyB,S,CAlX5BvS,Y,CAmXGwS,4B,GAA+B,E,CAnXlCxS,Y,CAoXGyS,iB,GAAoB,S,CApXvBzS,Y,CAqXG0S,uB,GAA0B,E,CArX7B1S,Y,CAsXG2S,a,GAAgB,M,CAtXnB3S,Y,CAuXG4S,W,GAAc,M,CAvXjB5S,Y,CA2XG6S,kB,GAAqB,M,CA3XxB7S,Y,CA4XG8S,gB,GAAmB,M,CA5XtB9S,Y,CA6XG+S,c,GAAiB,S,CA7XpB/S,Y,CA8XGgT,uB,GAA0B,S,CA9X7BhT,Y,CA+XGiT,0B,GAA6B,E,CA/XhCjT,Y,CAgYGkT,kB,GAAqB,M,CAhYxBlT,Y,CAiYGsF,iB,GAAoB,S,CAjYvBtF,Y,CAgdGmT,a,GAAgB,M,CAhdnBnT,Y,CA4dGoT,sB,GAAyB,S,CA5d5BpT,Y,CA4eGqT,mB,GAAsB,K,CA5ezBrT,Y,CAmfGsT,kB,GAAqB,K,CAnfxBtT,Y,CA0fGuT,oB,GAAuB,M,CA1f1BvT,Y,CAigBGwT,mB,GAAsB,K,CAjgBzBxT,Y,CAwgBGyT,mB,GAAsB,M,CAxgBzBzT,Y,CA+gBG0T,kB,GAAqB,M,CA/gBxB1T,Y,CA+hBG2T,qB,GAAwB,M,CA/hB3B3T,Y,CA2iBG4T,e,GAAkB,M,CA3iBrB5T,Y,CA4iBG6T,e,GAAkB,M,CA5iBrB7T,Y,CA6iBG8T,sB,GAAyB,K,CA7iB5B9T,Y,CA8iBG+T,oB,GAAuB,qB,CA9iB1B/T,Y,CA+iBGgU,yB,GAA4B,oB,CA/iB/BhU,Y,CAyjBGiU,gB,GAAmB,K,CAzjBtBjU,Y,CA0jBGkU,iB,GAAoB,M,CA1jBvBlU,Y,CA2jBGmU,iB,GAAoB,M,CA3jBvBnU,Y,CA4jBGoU,a,GAAgB,M,CA5jBnBpU,Y,CAylBGqU,W,GAAc,K,CAzlBjBrU,Y,CA0lBGsU,e,GAAkB,a,CA1lBrBtU,Y,CA2lBGuU,oB,GAAuB,qB,CA3lB1BvU,Y,CA4lBGwU,iB,GAAoB,K,CA5lBvBxU,Y,CA6lBGyU,W,GAAc,uB,CA7lBjBzU,Y,CAgmBG0U,W,GAAc,M,CAhmBjB1U,Y,CAomBG2U,gB,GAAmB,K,CApmBtB3U,Y,CAqmBG4U,qB,GAAwB,qB,CArmB3B5U,Y,CAsmBG6U,6B,GAAgC,S,CAtmBnC7U,Y,CAumBG8U,0B,GAA6B,sB,CAvmBhC9U,Y,CAwmBG+U,uB,GAA0B,M,CAxmB7B/U,Y,CAymBGgV,2B,GAA8B,K,CAzmBjChV,Y,CA0mBGiV,6B,GAAgC,M,CA1mBnCjV,Y,CA2mBGkV,yB,GAA4B,M,CA3mB/BlV,Y,CA4mBGmV,kB,GAAqB,M,CA5mBxBnV,Y,CA6mBGoV,mB,GAAsB,K,CA7mBzBpV,Y,CA8mBGqV,0B,GAA6B,K,CA9mBhCrV,Y,CA+mBGsV,iB,GAAoB,K,CA/mBvBtV,Y,CAsnBGuV,sB,GAAyB,M,CAtnB5BvV,Y,CAunBGwV,sB,GAAyB,M,CAvnB5BxV,Y,CA2nBGyV,qB,GAAwB,M,CA3nB3BzV,Y,CA4nBG0V,a,GAAgB,S,CA5nBnB1V,Y,CA6nBG2V,sB,GAAyB,O,CA7nB5B3V,Y,CA8nBG4V,e,GAAkB,M,CA9nBrB5V,Y,CA+nBG6V,gB,GAAmB,M,CA/nBtB7V,Y,CAgoBG8V,iB,GAAoB,M,CAhoBvB9V,Y,CAioBG+V,mB,GAAsB,M,CAjoBzB/V,Y,CAqoBGgW,qB,GAAwB,M,CAroB3BhW,Y,CAsoBGuG,wB,GAA2B,M,CAtoB9BvG,Y,CAuoBGiW,qB,GAAwB,M,CAvoB3BjW,Y,CA2oBGkW,kB,GAAqB,S,CA3oBxBlW,Y,CA4oBGmW,oB,GAAuB,S,CA5oB1BnW,Y,CA6oBGoW,sB,GAAyB,M,CA7oB5BpW,Y,CA8oBGqW,qB,GAAwB,K,CA9oB3BrW,Y,CA+oBGsW,wB,GAA2B,M,CA/oB9BtW,Y,CAgpBGuW,kB,GAAqB,M,CAhpBxBvW,Y,CAipBGwW,0B,GAA6B,M,CAjpBhCxW,Y,CAkpBGyW,6B,GAAgC,M,CAlpBnCzW,Y,CAmpBG0W,kC,GAAqC,M,CAnpBxC1W,Y,CAopBG2W,gC,GAAmC,M,CAppBtC3W,Y,CAqpBG4W,+B,GAAkC,M,CArpBrC5W,Y,CAspBG6W,wB,GAA2B,M,CAtpB9B7W,Y,CAupBG8W,yB,GAA4B,M,CAvpB/B9W,Y,CAwpBG+W,2B,GAA8B,M,CAxpBjC/W,Y,CAypBGgX,wB,GAA2B,M,CAzpB9BhX,Y,CA0pBGiX,sB,GAAyB,M,CA1pB5BjX,Y,CA2pBGkX,uB,GAA0B,M,CA3pB7BlX,Y,CA4pBGmX,wB,GAA2B,M,CA5pB9BnX,Y,CA6pBGoX,wB,GAA2B,M,CA7pB9BpX,Y,CAgqBGqX,qB,GAAwB,S,CAhqB3BrX,Y,CAiqBGsX,iB,GAAoB,M,CAjqBvBtX,Y,CAkqBGuX,wB,GAA2B,K,CAlqB9BvX,Y,CAmqBGwX,wB,GAA2B,sB,CAnqB9BxX,Y,CAoqBGyX,6B,GAAgC,oB,CApqBnCzX,Y,CAqqBG0X,uB,GAA0B,+B,CArqB7B1X,Y,CAsqBG2X,yB,GAA4B,M,CAtqB/B3X,Y,CAuqBG4X,0B,GAA6B,M,CAvqBhC5X,Y,CAwqBG6X,wB,GAA2B,M,CAxqB9B7X,Y,CAyqBG8X,2B,GAA8B,M,CAzqBjC9X,Y,CA0qBG+X,2B,GAA8B,M,CA1qBjC/X,Y,CA2qBGgY,mB,GAAsB,M,CA3qBzBhY,Y,CA4qBGiY,oB,GAAuB,M,CA5qB1BjY,Y,CA6qBGkY,kB,GAAqB,M,CA7qBxBlY,Y,CA8qBGmY,qB,GAAwB,M,CA9qB3BnY,Y,CA+qBGoY,wB,GAA2B,M,CA/qB9BpY,Y,CAgrBGqY,2B,GAA8B,M,CAhrBjCrY,Y,CAurBGsY,qB,GAAwB,S,CAvrB3BtY,Y,CAwrBGuY,uB,GAA0B,S,CAxrB7BvY,Y,CAyrBGwY,sB,GAAyB,M,CAzrB5BxY,Y,CA0rBGyY,wB,GAA2B,M,CA1rB9BzY,Y,CA2rBG0Y,2B,GAA8B,M,CA3rBjC1Y,Y,CA4rBG2Y,wB,GAA2B,M,CA5rB9B3Y,Y,CA6rBG4Y,2B,GAA8B,M,CA7rBjC5Y,Y,CA8rBG6Y,6B,GAAgC,M,CA9rBnC7Y,Y,CA+rBG8Y,2B,GAA8B,M,CA/rBjC9Y,Y,CAgsBG+Y,0B,GAA6B,K,CAhsBhC/Y,Y,CAisBGgZ,0B,GAA6B,M,CAjsBhChZ,Y,CAksBGiZ,gC,GAAmC,M,CAlsBtCjZ,Y,CAmsBGkZ,oC,GAAuC,M,CAnsB1ClZ,Y,CAosBGmZ,6B,GAAgC,M,CApsBnCnZ,Y,CAqsBGoZ,gC,GAAmC,M,CArsBtCpZ,Y,CAssBGqZ,qB,GAAwB,M,CAtsB3BrZ,Y,CAusBGsZ,4B,GAA+B,M,CAvsBlCtZ,Y,CAwsBGuZ,kC,GAAqC,M,CAxsBxCvZ,Y,CA+sBGwZ,wB,GAA2B,M,CA/sB9BxZ,Y,CAgtBGyZ,4B,GAA+B,M,CAhtBlCzZ,Y,CAitBG0Z,8B,GAAiC,M,CAjtBpC1Z,Y,CAktBG2Z,iC,GAAoC,M,CAltBvC3Z,Y,CAmtBG4Z,8B,GAAiC,M,CAntBpC5Z,Y,CAytBG6Z,kB,GAAqB,S,CAztBxB7Z,Y,CA0tBG8Z,iC,GAAoC,S,CA1tBvC9Z,Y,CAguBG+Z,sB,GAAyB,O,CAhuB5B/Z,Y,CAiuBGga,4B,GAA+B,O,CAjuBlCha,Y,CAkuBGia,wB,GAA2B,S,CAluB9Bja,Y,CAmuBGka,uB,GAA0B,+B,CAnuB7Bla,Y,CAouBGma,2B,GAA8B,S,CApuBjCna,Y,CAquBGoa,6B,GAAgC,S,CAruBnCpa,Y,CAsuBGwG,gB,GAAmB,M,CAtuBtBxG,Y,CA6uBGqa,mC,GAAsC,S,CA7uBzCra,Y,CAivBGsa,gB,GAAmB,M,CAjvBtBta,Y,CAkvBGua,4B,GAA+B,M,CAlvBlCva,Y,CAmvBGwa,4B,GAA+B,M,CAnvBlCxa,Y,CAovBGya,+B,GAAkC,K,CApvBrCza,Y,CAqvBG0a,yB,GAA4B,K,CArvB/B1a,Y,CAsvBG2a,8B,GAAiC,K,CAtvBpC3a,Y,CAuvBG4a,qB,GAAwB,Q,CAvvB3B5a,Y,CAwvBG6a,yB,GAA4B,K,CAxvB/B7a,Y,CAyvBG8a,iC,GAAoC,G,CAzvBvC9a,Y,CA4vBG+a,oB,GAAuB,M,CA5vB1B/a,Y,CA6vBGgb,kB,GAAqB,M,CA7vBxBhb,Y,CA8vBGib,oB,GAAuB,M,CA9vB1Bjb,Y,CA+vBGkb,4B,GAA+B,S,CA/vBlClb,Y,CAqxBGmb,Y,GAAe,kC,CArxBlBnb,Y,CAyxBGob,2B,GAA8B,mB,CAzxBjCpb,Y,CA0xBGqb,8B,GAAiC,S,CA1xBpCrb,Y,CA2xBGsb,0B,GAA6B,M,CA3xBhCtb,Y,CA4xBGub,4B,GAA+B,M,CA5xBlCvb,Y,CA6xBGwb,4B,GAA+B,K,CA7xBlCxb,Y,CA8xBGyb,+B,GAAkC,K,CA9xBrCzb,Y,CA2zBG0b,0B,GAA6B,K,CA3zBhC1b,Y,CA4zBG2b,sB,GAAyB,S,CA5zB5B3b,Y,CA6zBG4b,sB,GAAyB,U,CA7zB5B5b,Y,CA8zBG6b,4B,GAA+B,G,CA9zBlC7b,Y,CA+zBG8b,sB,GAAyB,Q,CA/zB5B9b,Y,CAg0BG+b,8B,GAAiC,Q,CAh0BpC/b,Y,CAi0BGgc,+B,GAAkC,M,CAj0BrChc,Y,CAk0BGic,iC,GAAoC,S,CAl0BvCjc,Y,CAm0BGkc,gB,GAAmB,S,CAn0BtBlc,Y,CAo0BGmc,e,GAAkB,M,CAp0BrBnc,Y,CAq0BGoc,iB,GAAoB,mB,CAr0BvBpc,Y,CAs0BGqc,sB,GAAyB,qB,CAt0B5Brc,Y,CA00BGsc,qB,GAAwB,qB,CA10B3Btc,Y,CA20BGuc,0B,GAA6B,Q,CA30BhCvc,Y,CA+0BGwc,0B,GAA6B,M,CA/0BhCxc,Y,CAg1BGyc,4B,GAA+B,M,CAh1BlCzc,Y,CAi1BG0c,oB,GAAuB,S,CAj1B1B1c,Y,CAs2BG2c,Y,GAAe,O,CAt2BlB3c,Y,CAu2BG4c,Y,GAAe,K,CAv2BlB5c,Y,CAw2BG6c,Y,GAAe,K,CAx2BlB7c,Y,CAy2BG8c,a,GAAgB,Q,CAz2BnB9c,Y,CA02BG+c,W,GAAc,uB,CA12BjB/c,Y,CA22BGgd,U,GAAa,M,CA32BhBhd,Y,CA42BGid,gB,GAAmB,K,CA52BtBjd,Y,CA62BGkd,a,GAAgB,K,CA72BnBld,Y,CA82BGmd,U,GAAa,K,CA92BhBnd,Y,CAu3BGod,a,GAAgB,M,CAv3BnBpd,Y,CAw3BGqd,a,GAAgB,M,CAx3BnBrd,Y,CAy3BGsd,iB,GAAoB,K,CAz3BvBtd,Y,CA03BGud,W,GAAc,M,CA13BjBvd,Y,CA23BGwd,Q,GAAW,M,CA33Bdxd,Y,CA43BGyd,O,GAAU,uB,CA53Bbzd,Y,CA63BG0d,U,GAAa,O,CA73BhB1d,Y,CA83BG2d,c,GAAiB,S,CA93BpB3d,Y,CA+3BG4d,iB,GAAoB,M,CA/3BvB5d,Y,CAg4BG6d,e,GAAkB,0B,CAh4BrB7d,Y,CAi4BG8d,oB,GAAuB,O,CAj4B1B9d,Y,CAk4BG+d,c,GAAiB,K,CAl4BpB/d,Y,CAq4BG8G,sB,GAAyB,S,CAr4B5B9G,Y,CAk5BGge,U,GAAa,M,CAl5BhBhe,Y,CAm5BGie,U,GAAa,gC,CAn5BhBje,Y,CAo5BGke,Y,GAAe,K,CAp5BlBle,Y,CAq5BGme,Y,GAAe,G,CAr5BlBne,Y,CAg6BGiH,iB,GAAoB,M,CAh6BvBjH,Y,CAi6BGkH,e,GAAkB,K,CAj6BrBlH,Y,CAk6BGmH,wB,GAA2B,K,CAl6B9BnH,Y,CAm6BGoe,uB,GAA0B,K,CAn6B7Bpe,Y,CAk7BGgH,gB,GAAmB,K,CAl7BtBhH,Y,CAm7BGqe,gB,GAAmB,K,CAn7BtBre,Y,CAo7BGse,oB,GAAuB,K,CAp7B1Bte,Y,CAq7BGue,sB,GAAyB,K,CAr7B5Bve,Y,CAs7BGwe,sB,GAAyB,K,CAt7B5Bxe,Y,CAg8BGye,oB,GAAuB,S,CAh8B1Bze,Y,CAi8BG0e,yB,GAA4B,M,CAj8B/B1e,Y,CAk8BG2e,qB,GAAwB,W,CAl8B3B3e,Y,CAu8BG4e,oB,GAAuB,M,CAv8B1B5e,Y,CAw8BG6e,kB,GAAqB,M,CAx8BxB7e,Y,CAy8BG8e,kB,GAAqB,K,CAz8BxB9e,Y,CA08BG+e,oB,GAAuB,M,CA18B1B/e,Y,CA28BGgf,uB,GAA0B,K,CA38B7Bhf,Y,CA48BGif,4B,GAA+B,K,CA58BlCjf,Y,CA88BGkf,wB,GAA2B,S,CA98B9Blf,Y,CA+8BGmf,oB,GAAuB,K,CA/8B1Bnf,Y,CAg9BGof,wB,GAA2B,K,CAh9B9Bpf,Y,CA49BGqf,gC,GAAmC,K,CA59BtCrf,Y,CAm+BGsH,Y,GAAe,M,CAn+BlBtH,Y,CAo+BGsf,W,GAAc,M,CAp+BjBtf,Y,CA2+BGyH,Q,GAAW,M,CA3+BdzH,Y,CA++BGuf,e,GAAkB,M,CA/+BrBvf,Y,CAg/BGwf,sB,GAAyB,M,CAh/B5Bxf,Y,CAi/BGyf,Y,GAAe,M,CAj/BlBzf,Y,CAq/BG0f,uB,GAA0B,S,CAr/B7B1f,Y,CAs/BG2f,a,GAAgB,S,CAt/BnB3f,Y,CAu/BG4f,oB,GAAuB,S,CAv/B1B5f,Y,CAw/BG6f,e,GAAkB,S,CAx/BrB7f,Y,CAigCG2H,iB,GAAoB,qB,CAjgCvB3H,Y,CAqhCG8f,a,GAAgB,4C,CArhCnB9f,Y,CAshCG+f,c,GAAiB,S,CAthCpB/f,Y,CAgiCGggB,gB,GAAmB,M,CAhiCtBhgB,Y,CAiiCGigB,mB,GAAsB,K,CAjiCzBjgB,Y,CAoiCG8F,W,GAAc,M,CApiCjB9F,Y,CAqiCG+F,iB,GAAoB,K,CAriCvB/F,Y,CAsiCGkgB,gB,GAAmB,a,CAtiCtBlgB,Y,CAuiCGmgB,e,GAAkB,6C,CAviCrBngB,Y,CAwiCG0G,c,GAAiB,kC,CAxiCpB1G,Y,CA+iCGiG,c,GAAiB,G,CA/iCpBjG,Y,CAgjCGogB,e,GAAkB,M,CAhjCrBpgB,Y,CAijCGqgB,e,GAAkB,M,CAjjCrBrgB,Y,CAkjCGkG,W,GAAc,M,CAljCjBlG,Y,CAmjCGgG,Y,GAAe,K,CAnjClBhG,Y,CAyjCG2C,W,GAAc,M,CAzjCjB3C,Y,CA0jCG0C,O,GAAU,O,CA1jCb1C,Y,CA2jCGsgB,c,GAAiB,S,CA3jCpBtgB,Y,CA4jCGugB,U,GAAa,S,CA5jChBvgB,Y,CA6jCGwgB,U,GAAa,O,CA7jChBxgB,Y,CA8mCGygB,kB,GAAqB,K,CA9mCxBzgB,Y,CA+mCG0gB,mB,GAAsB,M,CA/mCzB1gB,Y,CAgnCG2gB,kB,GAAqB,M,CAhnCxB3gB,Y,CAinCG4gB,iB,GAAoB,K,CAjnCvB5gB,Y,CAknCG6gB,kB,GAAqB,K,CAlnCxB7gB,Y,CAmnCG8gB,iB,GAAoB,M,CAnnCvB9gB,Y,CAonCG+gB,kB,GAAqB,M,CApnCxB/gB,Y,CAqnCGghB,mB,GAAsB,M,CArnCzBhhB,Y,CAsnCGihB,kB,GAAqB,M,CAtnCxBjhB,Y,CAyoCGkhB,sB,GAAyB,K,CAzoC5BlhB,Y,CA0oCGmhB,uB,GAA0B,K,CA1oC7BnhB,Y,CA2oCGohB,sB,GAAyB,K,CA3oC5BphB,Y,CAwpCGmC,mB,GAAsB,qB,CAxpCzBnC,Y,CA6qCGqhB,e,GAAkB,M,CA7qCrBrhB,Y,CA8qCGshB,kB,GAAqB,K,CA9qCxBthB,Y,CAorCGuhB,kB,GAAqB,K,CAprCxBvhB,Y,CAqrCGwhB,e,GAAkB,S,CArrCrBxhB,Y,CAsrCGyhB,a,GAAgB,S,CAtrCnBzhB,Y,CAgsCG0hB,c,GAAiB,M,CAhsCpB1hB,Y,CA0sCG2hB,oB,GAAuB,M,CA1sC1B3hB,Y,CAutCG4hB,oB,GAAuB,K,CAvtC1B5hB,Y,CAouCG6hB,U,GAAa,M,CApuChB7hB,Y,CA4vCGsJ,U,GAAa,M,CA5vChBtJ,Y,CA4wCG8hB,c,GAAiB,M,CA5wCpB9hB,Y,CAmxCG+hB,oB,GAAuB,K,CAnxC1B/hB,Y,CAmyCGgiB,a,GAAgB,O,CAnyCnBhiB,Y,CAoyCGiiB,gB,GAAmB,K,CApyCtBjiB,Y,CA2yCGkiB,sB,GAAyB,qB,CA3yC5BliB,Y,CAqzCGmiB,kB,GAAqB,qB,CArzCxBniB,Y,CAszCGoiB,2B,GAA8B,a,CAtzCjCpiB,Y,CAq0CGqiB,e,GAAkB,K,CAr0CrBriB,Y,CA40CG4J,S,GAAY,M,CA50Cf5J,Y,CAw1CGsiB,e,GAAkB,K,CAx1CrBtiB,Y,CA81CGuiB,kB,GAAqB,K,CA91CxBviB,Y,CA+1CGwiB,Y,GAAe,M,CA/1ClBxiB,Y,CAg2CGyiB,Y,GAAe,M,CAh2ClBziB,Y,CA62CGyJ,c,GAAiB,M,CA72CpBzJ,Y,CA03CG0iB,gB,GAAmB,M,CA13CtB1iB,Y,CA23CG2iB,iB,GAAoB,M,CA33CvB3iB,Y,CAk4CG4iB,uB,GAA0B,a,CAl4C7B5iB,Y,CAm4CG6iB,uB,GAA0B,M,CAn4C7B7iB,Y,CA64CG8iB,mB,GAAsB,c,CA74CzB9iB,Y,CA84CG2J,4B,GAA+B,K,CA94ClC3J,Y,CA+4CG+iB,kB,GAAqB,K,CA/4CxB/iB,Y,CAk5CGgjB,uB,GAA0B,K,CAl5C7BhjB,Y,CAw5CGkK,W,GAAc,M,CAx5CjBlK,Y,CAo6CGijB,c,GAAiB,K,CAp6CpBjjB,Y,CAy+CGkjB,sB,GAAyB,K,CAz+C5BljB,Y,CA0+CGmjB,uB,GAA0B,M,CA1+C7BnjB,Y,CA2+CGojB,sB,GAAyB,M,CA3+C5BpjB,Y,CA8+CGqjB,oB,GAAuB,K,CA9+C1BrjB,Y,CAghDGsjB,2B,GAA8B,K,CAhhDjCtjB,Y,CAihDGujB,4B,GAA+B,M,CAjhDlCvjB,Y,CAkhDGwjB,2B,GAA8B,M,CAlhDjCxjB,Y,CAkkDGyjB,qB,GAAwB,M,CAlkD3BzjB,Y,CAmkDG0jB,wB,GAA2B,Q,CAnkD9B1jB,Y,CAokDG2jB,6B,GAAgC,iB,CApkDnC3jB,Y,CAqkDG4jB,uB,GAA0B,qC,CArkD7B5jB,Y,CA4kDG6jB,2B,GAA8B,K,CA5kDjC7jB,Y,CA6kDG8jB,6B,GAAgC,M,CA7kDnC9jB,Y,CAglDG+jB,4B,GAA+B,K,CAhlDlC/jB,Y,CAilDGgkB,iC,GAAoC,M,CAjlDvChkB,Y,CAklDGikB,6B,GAAgC,0B,CAllDnCjkB,Y,CAmlDGkkB,mC,GAAsC,0B,CAnlDzClkB,Y,CAslDGmkB,gC,GAAmC,M,CAtlDtCnkB,Y,CAulDGokB,kC,GAAqC,K,CAvlDxCpkB,Y,CAwlDGqkB,qC,GAAwC,M,CAxlD3CrkB,Y,CAylDGskB,uC,GAA0C,G,CAzlD7CtkB,Y,CA+lDGukB,kB,GAAqB,K,CA/lDxBvkB,Y,CAgmDGwkB,iB,GAAoB,M,CAhmDvBxkB,Y,CAimDGykB,oB,GAAuB,O,CAjmD1BzkB,Y,CAkmDG0kB,e,GAAkB,G,CAlmDrB1kB,Y,CAmmDG2kB,gB,GAAmB,G,CAnmDtB3kB,Y,CAomDG4kB,kB,GAAqB,M,CApmDxB5kB,Y,CAqmDG6kB,iB,GAAoB,M,CArmDvB7kB,Y,CAsmDG8kB,2B,GAA8B,a,CAtmDjC9kB,Y,CAumDG+kB,uC,GAA0C,K,CAvmD7C/kB,Y,CAwmDGglB,oC,GAAuC,M,CAxmD1ChlB,Y,CAymDGilB,iC,GAAoC,O,CAzmDvCjlB,Y,CA0mDGklB,yC,GAA4C,K,CA1mD/CllB,Y,CA6mDGmlB,iB,GAAoB,O,CA7mDvBnlB,Y,CA8mDGolB,c,GAAiB,M,CA9mDpBplB,Y,CAwnDGqlB,oB,GAAuB,K,CAxnD1BrlB,Y,CA4nDGslB,wB,GAA2B,K,CA5nD9BtlB,Y,CA6nDGulB,uB,GAA0B,qB,CA7nD7BvlB,Y,CAioDGwlB,uB,GAA0B,Q,CAjoD7BxlB,Y,CAwoDGylB,oB,GAAuB,M,CAxoD1BzlB,Y,CAyoDG0lB,qB,GAAwB,S,CAzoD3B1lB,Y,CA0oDG2lB,0B,GAA6B,M,CA1oDhC3lB,Y,CAipDG4lB,sB,GAAyB,S,CAjpD5B5lB,Y,CAkpDG6lB,+B,GAAkC,S,CAlpDrC7lB,Y,CAmpDG8lB,6B,GAAgC,S,CAnpDnC9lB,Y,CAopDG+lB,6B,GAAgC,S,CAppDnC/lB,Y,CAqpDGgmB,6B,GAAgC,S,CArpDnChmB,Y,CAypDGimB,qB,GAAwB,M;;AAIjC,IAAMC,oBAAoB,GAAG,iCAAclmB,YAAd,CAA7B,C","sourcesContent":["import * as ColorFunctions from '../../lib/styles/ColorFunctions';\nimport { exposeGetters } from '../../lib/theming/ThemeHelpers';\n\nexport class DefaultTheme {\n //#region Common variables\n public static fontFamilyCompensationBaseline = '0'; // deprecated\n public static labGrotesqueBaselineCompensation = '1';\n public static brandXLight = '#cae5f5';\n public static brandLight = '#3094d0';\n public static brand = '#2291ff';\n public static brandDark = '#1363a0';\n public static brandXDark = '#084f85';\n public static white = '#fff';\n public static grayXxLight = '#f2f2f2';\n public static grayXLight = '#ebebeb';\n public static grayLight = '#a0a0a0';\n public static gray = '#858585';\n public static grayDark = '#333';\n public static black = '#000';\n public static blueXxLight = '#cdedff';\n public static blueLight = '#1f87ef';\n public static blue = '#1874cf';\n public static blueDark = '#1874cf';\n public static blueXDark = '#044785';\n public static greenXxLight = '#d7f8ae';\n public static green = '#538a1b';\n public static greenDark = '#477916';\n public static redXxLight = '#ffddd6';\n public static red = '#dd473b';\n public static redDark = '#cb3d35';\n public static yellowXxLight = '#ffeec2';\n public static yellow = '#fcb73e';\n public static yellowDark = '#ef8b17';\n public static bgDefault = '#fff';\n public static get bgSecondary() {\n return this.bgDefault;\n }\n public static bgDisabled = '#f6f6f6';\n public static errorMain = '#dd473b';\n public static errorSecondary = '#ffd6d6';\n public static errorText = '#cb3d35';\n public static warningMain = '#fcb73e';\n public static warningSecondary = '#fff0bc';\n public static warningText = '#d97e00';\n public static borderColorFocusLight = '#cdedff';\n public static borderColorGrayDark = 'rgba(0, 0, 0, 0.28)';\n public static borderColorGrayLight = 'rgba(0, 0, 0, 0.16)';\n public static get borderColorDisabled() {\n return this.bgDisabled;\n }\n public static placeholderColor = '#adadad';\n public static outlineColorFocus = '#fff';\n public static placeholderColorLight = '#cdcdcd';\n public static blinkColor = 'rgba(0, 136, 255, 0.2)';\n public static controlBorderWidth = '1px';\n public static controlOutlineWidth = '2px';\n public static controlLineHeightSmall = '20px';\n public static controlLineHeightMedium = '22px';\n public static controlLineHeightLarge = '24px';\n public static controlPaddingYSmall = '5px';\n public static controlPaddingYMedium = '8px';\n public static controlPaddingYLarge = '11px';\n public static textColorDefault = '#222222';\n public static textColorInvert = '#fff';\n public static textColorDisabled = '#adadad';\n public static textColorDisabledContrast = '#858585';\n public static fontSizeSmall = '14px';\n public static fontSizeMedium = '16px';\n public static fontSizeLarge = '18px';\n public static fontSizeMobile = '18px';\n public static lineHeightMobile = '24px';\n public static specificityLevel = '0';\n public static fixedPanelShadow = '0 0 16px 1px rgba(0, 0, 0, 0.3)';\n public static get bgActive() {\n return this.blueLight;\n }\n public static get borderColorFocus() {\n return this.blueLight;\n }\n public static get borderColorError() {\n return this.errorMain;\n }\n public static get borderColorWarning() {\n return this.warningMain;\n }\n public static controlHeightSmall = '32px';\n public static controlHeightMedium = '40px';\n public static controlHeightLarge = '48px';\n public static mobileMediaQuery = '(max-width: 576px) and (hover: none) and (pointer: coarse)';\n\n //#endregion\n //#region Link\n public static linkColor = '#1874cf';\n public static linkActiveColor = '#1260ae';\n public static linkHoverTextDecoration = 'underline';\n public static linkSuccessColor = '#477916';\n public static linkSuccessHoverColor = '#477916';\n public static linkSuccessActiveColor = '#325a0c';\n public static linkDangerColor = '#cb3d35';\n public static linkDangerHoverColor = '#cb3d35';\n public static linkDangerActiveColor = '#a92a27';\n public static linkIconMarginRight = '4px';\n public static get linkHoverColor() {\n return this.linkColor;\n }\n public static get linkDisabledColor() {\n return this.textColorDisabled;\n }\n public static linkButtonLineHeight = '34px';\n public static linkButtonPaddingX = '10px';\n //#endregion\n //#region Token\n public static tokenDisabledBg = 'rgba(0, 0, 0, 0.05)';\n public static get tokenTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get tokenFontSize() {\n return this.fontSizeSmall;\n }\n public static tokenMarginY = '2px';\n public static tokenMarginX = '4px';\n public static get tokenLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static tokenPaddingY = '1px';\n public static tokenPaddingX = '3px';\n public static tokenMarginBeforeIcon = '4px';\n public static tokenRemoveIconSize = '8px';\n public static tokenRemoveIconPaddingY = '4px';\n public static tokenRemoveIconPaddingX = '4px';\n public static tokenRemoveIconGap = '4px';\n public static tokenRemoveIconBoxSizing = 'content-box';\n public static tokenBorderRadius = '1px';\n public static tokenBorderWidth = '1px';\n public static tokenBorderColorDisabled = 'rgba(0, 0, 0, 0.15)';\n public static get tokenDefaultIdle() {\n return this.grayXLight;\n }\n public static get tokenDefaultActive() {\n return this.brand;\n }\n public static get tokenGrayIdle() {\n return this.grayXLight;\n }\n public static get tokenGrayActive() {\n return this.grayDark;\n }\n public static get tokenBlueIdle() {\n return this.blueLight;\n }\n public static get tokenBlueActive() {\n return this.blueDark;\n }\n public static get tokenGreenIdle() {\n return this.greenXxLight;\n }\n public static get tokenGreenActive() {\n return this.greenDark;\n }\n public static get tokenYellowIdle() {\n return this.yellowXxLight;\n }\n public static get tokenYellowActive() {\n return this.yellowDark;\n }\n public static get tokenRedIdle() {\n return this.redXxLight;\n }\n public static get tokenRedActive() {\n return this.redDark;\n }\n public static get tokenWhite() {\n return this.white;\n }\n public static get tokenBlack() {\n return this.black;\n }\n public static get tokenBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get tokenBorderColorError() {\n return this.borderColorError;\n }\n public static tokenOutlineWidth = '2px';\n public static tokenLegacyTextShift = '0px';\n public static get tokenPaddingYDisabled() {\n return this.tokenPaddingY;\n }\n public static get tokenPaddingXDisabled() {\n return this.tokenPaddingX;\n }\n public static get tokenMarginYDisabled() {\n return this.tokenMarginY;\n }\n public static get tokenMarginXDisabled() {\n return this.tokenMarginX;\n }\n public static get tokenShadowDisabled() {\n return `0 0 0 ${this.tokenBorderWidth} ${this.borderColorDisabled}`;\n }\n //#endregion\n //#region TokenInput\n public static get tokenInputBorderColor() {\n return this.inputBorderColor;\n }\n public static get tokenInputBorderColorFocus() {\n return this.inputBorderColorFocus;\n }\n public static get tokenInputBorderColorError() {\n return this.inputBorderColorError;\n }\n public static get tokenInputBorderColorWarning() {\n return this.inputBorderColorWarning;\n }\n public static get tokenInputBorderTopColor() {\n return this.inputBorderTopColor;\n }\n public static tokenInputBorderRadius = '0px';\n public static get tokenInputPlaceholderColor() {\n return this.inputPlaceholderColor;\n }\n public static get tokenInputPlaceholderColorLight() {\n return this.inputPlaceholderColorLight;\n }\n public static get tokenInputDisabledBg() {\n return this.inputDisabledBg;\n }\n public static get tokenInputDisabledBorderColor() {\n return this.inputDisabledBorderColor;\n }\n public static get tokenInputBorderWidth() {\n return this.inputBorderWidth;\n }\n public static get tokenInputOutlineWidth() {\n return this.inputOutlineWidth;\n }\n public static get tokenInputBg() {\n return this.inputBg;\n }\n public static get tokenInputShadow() {\n return this.inputShadow;\n }\n public static get tokenInputTextColor() {\n return this.inputTextColor;\n }\n public static get tokenInputTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get tokenInputPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static tokenInputPaddingY = '2px';\n public static tokenInputPaddingX = '4px';\n public static get tokenInputFontSize() {\n return this.inputFontSizeSmall;\n }\n public static tokenInputLineHeight = '22px';\n\n public static tokenInputInputPaddingLeft = '5px';\n\n public static get tokenInputInputPaddingRight() {\n const paddingX = parseInt(this.tokenPaddingX, 10) || 0;\n const removeIconMarginX = parseInt(this.tokenRemoveIconGap, 10) || 0;\n const removeIconSizeX = parseInt(this.tokenInputFontSize, 10) || 0;\n return `${paddingX + removeIconSizeX + removeIconMarginX}px`;\n }\n //#endregion\n //#region Loader\n public static loaderBg = 'rgba(255, 255, 255, 0.8)';\n public static loaderOpacity = '0.8';\n //#endregion\n //#region Button\n public static btnBackgroundClip = 'padding-box';\n public static btnArrowBgImageActive = 'none';\n public static btnArrowBgImageChecked = 'none';\n public static btnLinkBorderRadius = '2px';\n public static btnFocusShadowWidth = '2px';\n public static btnDisabledBorderColor = 'rgba(0, 0, 0, 0.05)';\n public static btnCheckedBg = '#7e7e7e';\n public static btnCheckedDisabledBg = '#a0a0a0';\n public static btnCheckedDisabledColor = 'rgba(255, 255, 255, 0.7)';\n public static btnCheckedTextColor = '#fff';\n public static get btnCheckedDisabledBorderColor() {\n return this.btnCheckedDisabledBg;\n }\n public static btnCheckedShadow = 'none';\n public static btnCheckedDisabledShadow = 'none';\n public static btnBorderRadiusSmall = '1px';\n public static btnBorderRadiusMedium = '1px';\n public static btnBorderRadiusLarge = '1px';\n public static get btnBorderWidth() {\n return this.controlBorderWidth;\n }\n public static btnInsetWidth = '1px';\n public static get btnOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static btnPaddingXSmall = '15px';\n public static btnPaddingXMedium = '15px';\n public static btnPaddingXLarge = '19px';\n public static btnIconGapSmall = '4px';\n public static btnIconGapMedium = '4px';\n public static btnIconGapLarge = '4px';\n public static btnIconSizeSmall = '16px';\n public static btnIconSizeMedium = '18px';\n public static btnIconSizeLarge = '20px';\n public static btnDefaultBg = '#fff';\n public static btnDefaultBgStart = 'none';\n public static btnDefaultBgEnd = 'none';\n public static get btnDefaultCheckedBorderColor() {\n return this.btnCheckedBg;\n }\n public static get btnDefaultTextColor() {\n return this.textColorDefault;\n }\n public static btnDefaultHoverBg = '#f2f2f2';\n public static btnDefaultHoverBgStart = 'none';\n public static btnDefaultHoverBgEnd = 'none';\n public static btnDefaultActiveBg = '#ebebeb';\n public static btnDefaultHoverBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultHoverBorderBottomColor = '';\n public static btnDefaultActiveBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultActiveBorderTopColor = '';\n public static btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultBorderBottomColor = '';\n public static btnDefaultActiveShadow = 'none';\n public static btnSuccessBg = '#538a1b';\n public static btnSuccessHoverBg = '#477916';\n public static btnSuccessHoverBorderColor = '#477916';\n public static btnSuccessHoverBorderBottomColor = '';\n public static btnSuccessBorderColor = '#538a1b';\n public static btnSuccessBorderBottomColor = '';\n public static btnSuccessBgStart = 'none';\n public static btnSuccessBgEnd = 'none';\n public static btnSuccessTextColor = '#fff';\n public static btnSuccessHoverBgStart = 'none';\n public static btnSuccessHoverBgEnd = 'none';\n public static btnSuccessActiveBg = '#3a6710';\n public static btnSuccessActiveBorderColor = '#3a6710';\n public static btnSuccessActiveBorderTopColor = '';\n public static btnSuccessActiveShadow = 'none';\n public static btnPrimaryBg = '#1c7edf';\n public static btnPrimaryHoverBg = '#1874cf';\n public static btnPrimaryHoverBorderColor = '#1874cf';\n public static btnPrimaryHoverBorderBottomColor = '';\n public static btnPrimaryBorderColor = '#1c7edf';\n public static btnPrimaryBorderBottomColor = '';\n public static btnPrimaryBgStart = 'none';\n public static btnPrimaryBgEnd = 'none';\n public static btnPrimaryTextColor = '#fff';\n public static btnPrimaryHoverBgStart = 'none';\n public static btnPrimaryHoverBgEnd = 'none';\n public static btnPrimaryActiveBg = '#156abe';\n public static btnPrimaryActiveBorderColor = '#156abe';\n public static btnPrimaryActiveBorderTopColor = '';\n public static btnPrimaryActiveShadow = 'none';\n public static btnDangerBg = '#dd473b';\n public static btnDangerHoverBg = '#cb3d35';\n public static btnDangerHoverBorderColor = '#cb3d35';\n public static btnDangerHoverBorderBottomColor = '';\n public static btnDangerBorderColor = '#dd473b';\n public static btnDangerBorderBottomColor = '';\n public static btnDangerBgStart = 'none';\n public static btnDangerBgEnd = 'none';\n public static btnDangerTextColor = '#fff';\n public static btnDangerHoverBgStart = 'none';\n public static btnDangerHoverBgEnd = 'none';\n public static btnDangerActiveBg = '#ba342e';\n public static btnDangerActiveBorderColor = '#ba342e';\n public static btnDangerActiveBorderTopColor = '';\n public static btnDangerActiveShadow = 'none';\n public static btnPayBg = '#fcb73e';\n public static btnPayHoverBg = '#fda70c';\n public static btnPayHoverBorderColor = '#fda70c';\n public static btnPayHoverBorderBottomColor = '';\n public static btnPayBorderColor = '#fcb73e';\n public static btnPayBorderBottomColor = '';\n public static btnPayBgStart = 'none';\n public static btnPayBgEnd = 'none';\n public static get btnPayTextColor() {\n return this.textColorDefault;\n }\n public static btnPayHoverBgStart = 'none';\n public static btnPayHoverBgEnd = 'none';\n public static btnPayActiveBg = '#f69912';\n public static btnPayActiveBorderColor = '#f69912';\n public static btnPayActiveBorderTopColor = '';\n public static btnPayActiveShadow = 'none';\n public static btnMenuArrowColor = '#a6a6a6';\n public static get btnFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get btnFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get btnFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get btnLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get btnLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get btnLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get btnPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get btnPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get btnPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get btnDisabledBg() {\n return this.bgDisabled;\n }\n public static get btnBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get btnBorderColorError() {\n return this.borderColorError;\n }\n public static get btnHeightSmall() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYSmall, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightSmall, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnHeightMedium() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYMedium, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightMedium, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnHeightLarge() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYLarge, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightLarge, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnLinkColor() {\n return this.linkColor;\n }\n public static get btnLinkHoverColor() {\n return this.linkHoverColor;\n }\n public static get btnLinkActiveColor() {\n return this.linkActiveColor;\n }\n public static get btnLinkHoverTextDecoration() {\n return this.linkHoverTextDecoration;\n }\n public static get btnLinkIconMarginRight() {\n return this.linkIconMarginRight;\n }\n public static get btnErrorSecondary() {\n return this.errorSecondary;\n }\n public static get btnWarningSecondary() {\n return this.warningSecondary;\n }\n public static get btnOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n public static btnInsetColor = '#fff';\n public static get btnBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get btnLinkDisabledColor() {\n return this.linkDisabledColor;\n }\n public static get btnDisabledTextColor() {\n return this.textColorDisabledContrast;\n }\n //#endregion\n //#region Select\n public static selectPlaceholderColor = '#adadad';\n public static get selectBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get selectPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get selectOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get selectLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get selectFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static selectPaddingXSmall = '7px';\n public static get selectPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get selectBorderRadiusSmall() {\n return this.btnBorderRadiusSmall;\n }\n public static selectIconGapSmall = '4px';\n public static get selectLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get selectFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static selectPaddingXMedium = '11px';\n public static get selectPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get selectBorderRadiusMedium() {\n return this.btnBorderRadiusMedium;\n }\n public static selectIconGapMedium = '8px';\n public static get selectLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get selectFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static selectPaddingXLarge = '15px';\n public static get selectPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get selectBorderRadiusLarge() {\n return this.btnBorderRadiusLarge;\n }\n public static selectIconGapLarge = '12px';\n public static get selectMenuArrowColor() {\n return this.btnMenuArrowColor;\n }\n public static get selectMenuArrowColorDisabled() {\n return this.selectMenuArrowColor;\n }\n public static get selectIconSizeSmall() {\n return this.btnIconSizeSmall;\n }\n public static get selectIconSizeMedium() {\n return this.btnIconSizeMedium;\n }\n public static get selectIconSizeLarge() {\n return this.btnIconSizeLarge;\n }\n public static selectRootWidthMobile = 'auto';\n public static get selectTextColorDisabled() {\n return this.btnDisabledTextColor;\n }\n public static get selectBgDisabled() {\n return this.btnDisabledBg;\n }\n public static get selectBorderColorDisabled() {\n return this.btnDisabledBorderColor;\n }\n //#endregion\n //#region Tooltip\n public static tooltipPaddingY = '16px';\n public static tooltipPaddingX = '16px';\n public static tooltipCloseBtnPadding = '8px';\n public static tooltipCloseBtnColor = 'rgba(0, 0, 0, 0.32)';\n public static tooltipCloseBtnHoverColor = 'rgba(0, 0, 0, 0.5)';\n public static get tooltipTextColor() {\n return this.textColorDefault;\n }\n public static get tooltipBorder() {\n return this.popupBorder;\n }\n public static get tooltipBorderRadius() {\n return this.popupBorderRadius;\n }\n public static tooltipPinOffset = '0px'; // deprecated\n public static tooltipPinOffsetX = '16px';\n public static tooltipPinOffsetY = '18px';\n public static tooltipMargin = '10px';\n public static get tooltipPinSize() {\n return this.popupPinSize;\n }\n public static get tooltipFontSize() {\n return this.fontSizeSmall;\n }\n public static get tooltipLineHeight() {\n return this.controlLineHeightSmall;\n }\n //#endregion\n //#region TooltipMenu\n public static get tooltipMenuPinOffset() {\n return this.popupPinOffset;\n }\n public static get tooltipMenuMargin() {\n return this.popupMargin;\n }\n public static get tooltipMenuPinSize() {\n return this.popupPinSize;\n }\n //#endregion\n //#region Kebab\n public static get kebabPinOffset() {\n return this.popupPinOffset;\n }\n public static get kebabPinSize() {\n return this.popupPinSize;\n }\n public static kebabMargin = '4px';\n public static kebabBackground = 'transparent';\n public static kebabBackgroundHover = 'rgba(0, 0, 0, 0.09)';\n public static kebabBorderRadius = '50%';\n public static kebabBorder = '2px solid transparent';\n //#endregion\n //#region Modal\n public static modalBackBg = '#222';\n public static get modalBg() {\n return this.bgSecondary;\n }\n public static modalBackOpacity = '0.6';\n public static modalCloseButtonColor = 'rgba(0, 0, 0, 0.32)';\n public static modalCloseButtonDisabledColor = '#8b8b8b';\n public static modalCloseButtonHoverColor = 'rgba(0, 0, 0, 0.865)';\n public static modalCloseButtonPadding = '36px';\n public static modalCloseButtonLegacyShift = '0px';\n public static modalCloseButtonBottomPadding = '20px';\n public static modalCloseButtonClickArea = '10px';\n public static modalCloseIconSize = '12px';\n public static modalCloseLegacyGap = '0px';\n public static modalCloseWrapperLegacyGap = '0px';\n public static modalBorderRadius = '0px';\n public static get modalFixedHeaderBg() {\n return this.bgSecondary;\n }\n public static get modalFixedHeaderShadow() {\n return this.fixedPanelShadow;\n }\n public static modalFixedHeaderBorder = 'none';\n public static modalFixedFooterBorder = 'none';\n public static get modalFixedFooterShadow() {\n return this.fixedPanelShadow;\n }\n public static modalFixedPanelShadow = 'none';\n public static modalFooterBg = '#ebebeb';\n public static modalAdaptiveThreshold = '425px';\n public static modalPaddingTop = '24px';\n public static modalPaddingLeft = '32px';\n public static modalPaddingRight = '36px';\n public static modalHeaderFontSize = '24px';\n public static get modalHeaderTextColor() {\n return this.textColorDefault;\n }\n public static modalHeaderLineHeight = '32px';\n public static modalHeaderPaddingBottom = '16px';\n public static modalHeaderPaddingTop = '24px';\n public static get modalFixedHeaderPaddingBottom() {\n return `${Math.round(parseInt(this.modalHeaderPaddingBottom) / 2)}px`;\n }\n public static modalBodyTextColor = 'inherit';\n public static modalFooterTextColor = 'inherit';\n public static modalBodyPaddingBottom = '24px';\n public static modalFooterPaddingTop = '0px';\n public static modalFooterPaddingBottom = '32px';\n public static modalPaddingBottom = '40px';\n public static modalFooterPanelPaddingTop = '20px';\n public static modalFooterPanelPaddingBottom = '20px';\n public static mobileModalCloseButtonRightPadding = '16px';\n public static mobileModalCloseButtonTopPadding = '12px';\n public static mobileModalCloseButtonClickArea = '16px';\n public static mobileModalCloseIconSize = '12px';\n public static mobileModalHeaderFontSize = '24px';\n public static mobileModalHeaderLineHeight = '32px';\n public static mobileModalHeaderPadding = '16px';\n public static mobileModalBodyPadding = '16px';\n public static mobileModalBodyFontSize = '16px';\n public static mobileModalFooterPadding = '16px';\n public static mobileModalPaddingBottom = '16px';\n //#endregion\n //#region SidePage\n public static sidePageFooterPanelBg = '#ebebeb';\n public static sidePageBackingBg = '#222';\n public static sidePageBackingBgOpacity = '0.6';\n public static sidePageCloseButtonColor = 'rgba(0, 0, 0, 0.374)';\n public static sidePageCloseButtonHoverColor = 'rgba(0, 0, 0, 0.5)';\n public static sidePageContainerShadow = '0 5px 10px rgba(0, 0, 0, 0.2)';\n public static mobileSidePagePaddingLeft = '16px';\n public static mobileSidePagePaddingRight = '16px';\n public static mobileSidePagePaddingTop = '16px';\n public static mobileSidePagePaddingBottom = '16px';\n public static mobileSidePageFooterPadding = '16px';\n public static sidePagePaddingLeft = '32px';\n public static sidePagePaddingRight = '36px';\n public static sidePagePaddingTop = '24px';\n public static sidePagePaddingBottom = '40px';\n public static sidePageFooterPaddingTop = '24px';\n public static sidePageFooterPaddingBottom = '32px';\n public static get sidePageBgDefault() {\n return this.bgSecondary;\n }\n public static get sidePageHeaderTextColor() {\n return this.textColorDefault;\n }\n public static sidePageBodyTextColor = 'inherit';\n public static sidePageFooterTextColor = 'inherit';\n public static sidePageHeaderFontSize = '24px';\n public static sidePageHeaderLineHeight = '32px';\n public static sidePageHeaderPaddingBottom = '16px';\n public static sidePageHeaderPaddingTop = '24px';\n public static sidePageHeaderFixedFontSize = '18px';\n public static sidePageHeaderFixedLineHeight = '28px';\n public static sidePageHeaderFixedPaddingY = '10px';\n public static sidePageHeaderStickyOffset = '5px';\n public static sidePageCloseButtonPadding = '36px';\n public static mobileSidePageCloseButtonPadding = '16px';\n public static sidePageCloseButtonLegacyPaddingLeft = '36px';\n public static sidePageFooterPanelPaddingTop = '20px';\n public static sidePageFooterPanelPaddingBottom = '20px';\n public static sidePageCloseIconSize = '12px';\n public static sidePageCloseButtonClickArea = '10px';\n public static mobileSidePageCloseButtonClickArea = '16px';\n public static get sidePageFixedHeaderShadow() {\n return this.fixedPanelShadow;\n }\n public static get sidePageFixedFooterShadow() {\n return this.fixedPanelShadow;\n }\n public static sidePageFixedPanelShadow = 'none';\n public static mobileSidePageHeaderFontSize = '24px';\n public static mobileSidePageHeaderLineHeight = '32px';\n public static mobileSidePageHeaderPaddingBottom = '16px';\n public static mobileSidePageHeaderPaddingTop = '16px';\n //#endregion\n //#region DateInput\n public static get dateInputIconColor() {\n return this.textColorDefault;\n }\n public static dateInputMaskColor = '#b8b8b8';\n public static dateInputComponentSelectedBgColor = '#cdedff';\n //#endregion\n //#region Calendar\n public static get calendarCellBg() {\n return this.bgSecondary;\n }\n public static calendarCellHoverColor = 'white';\n public static calendarCellActiveHoverColor = 'white';\n public static calendarCellWeekendColor = '#cb3d35';\n public static calendarCellTodayBorder = '1px solid rgba(0, 0, 0, 0.32)';\n public static calendarCellSelectedBgColor = '#ebebeb';\n public static calendarCellSelectedFontColor = 'inherit';\n public static calendarCellSize = '32px';\n public static get calendarCellLineHeight() {\n return `calc(${this.calendarCellSize} - 2px)`;\n }\n public static get calendarMonthHeaderStickedBgColor() {\n return this.bgSecondary;\n }\n public static calendarMonthTitleBorderBottomColor = '#dfdede';\n public static get calendarCellHoverBgColor() {\n return this.bgActive;\n }\n public static calendarPaddingX = '18px';\n public static calendarMonthTitleLineHeight = '20px';\n public static calendarMonthTitlePaddingTop = '12px';\n public static calendarMonthTitlePaddingBottom = '8px';\n public static calendarMonthTitleMarginX = '6px';\n public static calendarMonthTitleMarginBottom = '6px';\n public static calendarWrapperHeight = ' 330px';\n public static calendarMonthMarginBottom = '6px';\n public static calendarMaxMonthsToAppendOnScroll = '5';\n //#endregion\n //#region DatePicker\n public static dateSelectLineHeight = '20px';\n public static dateSelectFontSize = '14px';\n public static dateSelectFontWeight = 'bold';\n public static dateSelectMenuItemBgSelected = '#ececec';\n public static get dateSelectTextColorDisabled() {\n return this.textColorDisabled;\n }\n public static get dateSelectTextColorDefault() {\n return this.textColorDefault;\n }\n public static get dateSelectLinkColor() {\n return this.linkColor;\n }\n public static get dateSelectPopupBoxShadow() {\n return this.popupBoxShadow;\n }\n public static get dateSelectTextColorInvert() {\n return this.textColorInvert;\n }\n public static get datePickerOpenBtnColor() {\n return this.textColorDefault;\n }\n public static get pickerBg() {\n return this.bgSecondary;\n }\n public static pickerShadow = '0 4px 12px 0 rgba(0, 0, 0, 0.16)';\n public static get pickerTodayWrapperBgColor() {\n return this.bgSecondary;\n }\n public static pickerTodayWrapperBorderTop = '1px solid #dfdede';\n public static pickerTodayWrapperHoverBgColor = '#f5f5f5';\n public static pickerTodayWrapperFontSize = '14px';\n public static pickerTodayWrapperLineHeight = '20px';\n public static pickerTodayWrapperPaddingTop = '6px';\n public static pickerTodayWrapperPaddingBottom = '6px';\n //#endregion\n //#region DateSelect\n public static get dateSelectMenuBg() {\n return this.bgSecondary;\n }\n public static get dateSelectMenuItemBgActive() {\n return this.bgActive;\n }\n public static get dateSelectMenuItemBgDisabled() {\n return this.bgSecondary;\n }\n public static get dateSelectMenuItemFontActive() {\n return this.textColorInvert;\n }\n public static get dateSelectMenuItemFontSelected() {\n return this.textColorDefault;\n }\n public static get dateSelectMenuItemFontDisabled() {\n return this.textColorDisabled;\n }\n //#endregion\n //#region Paging\n public static get pagingFontSize() {\n return this.fontSizeMedium;\n }\n public static get pagingForwardIconSize() {\n return this.pagingFontSize;\n }\n public static pagingForwardIconMarginTop = '1px';\n public static pagingPageLinkPaddingX = '0.625em';\n public static pagingPageLinkPaddingY = '0.3125em';\n public static pagingPageLinkLegacyPaddingY = '0';\n public static pagingPageLinkMinWidth = '0.75em';\n public static pagingPageForwardLinkMarginTop = '0.35em';\n public static pagingPageForwardLinkMarginLeft = '10px';\n public static pagingPageForwardLinkPaddingRight = '1.375em';\n public static pagingLineHeight = '1.375em';\n public static pagingDotsColor = 'gray';\n public static pagingDotsPadding = '0.375em 0.625em 0';\n public static pagingPageLinkActiveBg = 'rgba(0, 0, 0, 0.09)';\n public static get pagingPageLinkActiveColor() {\n return this.textColorDefault;\n }\n public static pagingPageLinkHoverBg = 'rgba(0, 0, 0, 0.05)';\n public static pagingPageLinkBorderRadius = '9999px';\n public static get pagingPageLinkHintColor() {\n return this.placeholderColor;\n }\n public static pagingPageLinkHintFontSize = '12px';\n public static pagingPageLinkHintLineHeight = '16px';\n public static pagingPageLinkMargin = '0px 1px';\n public static get pagingForwardLinkColor() {\n return this.linkColor;\n }\n public static get pagingForwardLinkDisabledColor() {\n return this.linkDisabledColor;\n }\n //#endregion\n //#region Hint\n public static get hintColor() {\n return this.textColorInvert;\n }\n public static get mobileHintColor() {\n return this.textColorDefault;\n }\n public static get hintFontSize() {\n return this.fontSizeSmall;\n }\n public static get hintLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static hintMaxWidth = '200px';\n public static hintPaddingY = '6px';\n public static hintPaddingX = '8px';\n public static hintTextAlign = 'center';\n public static hintBgColor = 'rgba(51, 51, 51, 0.8)';\n public static hintBorder = 'none';\n public static hintBorderRadius = '2px';\n public static hintPinOffset = '8px';\n public static hintMargin = '8px';\n //#endregion\n //#region Toast\n public static get toastFontSize() {\n return this.fontSizeSmall;\n }\n public static get toastLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static toastPaddingY = '10px';\n public static toastPaddingX = '16px';\n public static toastBorderRadius = '2px';\n public static toastBorder = 'none';\n public static toastTop = '24px';\n public static toastBg = 'rgba(51, 51, 51, 0.8)';\n public static toastColor = 'white';\n public static toastLinkColor = '#8fcdff';\n public static toastClosePadding = '16px';\n public static toastCloseColor = 'rgba(255, 255, 255, 0.6)';\n public static toastCloseHoverColor = 'white';\n public static toastCloseSize = '8px';\n //#endregion\n //#region Dropdown\n public static dropdownMenuSelectedBg = '#f1f1f1'; //deprecated\n public static get dropdownMenuHoverBg() {\n //deprecated\n return this.bgActive;\n }\n //#endregion\n //#region Menu\n public static get menuBgDefault() {\n return this.bgSecondary;\n }\n public static get menuBorderRadius() {\n return '0px';\n }\n public static menuBorder = 'none';\n public static menuShadow = '0 4px 12px rgba(0, 0, 0, 0.16)';\n public static menuPaddingY = '4px';\n public static menuPaddingX = '0';\n // menuItem\n public static get menuItemTextColor() {\n return this.textColorDefault;\n }\n public static get menuItemSelectedBg() {\n return this.dropdownMenuSelectedBg;\n }\n public static get menuItemHoverBg() {\n return this.dropdownMenuHoverBg;\n }\n public static menuItemIconWidth = '16px';\n public static menuItemIconGap = '4px';\n public static menuItemIconLegacyMargin = '0px';\n public static menuItemIconLegacyShift = '0px';\n public static get menuItemPaddingForIcon() {\n return `${\n parseInt(this.menuItemPaddingX) +\n parseInt(this.menuItemIconWidth) +\n parseInt(this.menuItemIconGap) +\n parseInt(this.menuItemIconLegacyMargin)\n }px`;\n }\n public static get menuItemLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get menuItemFontSize() {\n return this.fontSizeSmall;\n }\n public static menuItemPaddingX = '8px';\n public static menuItemPaddingY = '6px';\n public static menuItemBorderRadius = '0px';\n public static menuItemLegacyPaddingX = '0px';\n public static menuItemLegacyPaddingY = '0px';\n public static get menuItemHoverColor() {\n return this.textColorInvert;\n }\n public static get menuItemDisabledColor() {\n return this.textColorDisabled;\n }\n public static get menuItemLinkColor() {\n return this.linkColor;\n }\n public static menuItemCommentColor = '#adadad';\n public static menuItemCommentColorHover = '#fff';\n public static menuItemPaddingMobile = '12px 16px';\n //menuHeader\n public static get menuHeaderColor() {\n return this.gray;\n }\n public static menuHeaderLineHeight = '16px';\n public static menuHeaderFontSize = '12px';\n public static menuHeaderPaddingX = '8px';\n public static menuHeaderPaddingTop = '12px';\n public static menuHeaderPaddingBottom = '4px';\n public static menuHeaderLegacyPaddingRight = '0px';\n //menuSeparator\n public static menuSeparatorBorderColor = '#ebebeb';\n public static menuSeparatorMarginY = '2px';\n public static menuSeparatorBorderWidth = '1px';\n //#endregion\n //#region Toggle\n public static get toggleFontSize() {\n return this.fontSizeSmall;\n }\n public static get toggleLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get toggleTextColor() {\n return this.textColorDefault;\n }\n public static toggleHandleActiveWidthIncrement = '4px';\n public static get toggleHandleBorderRadius() {\n const height = parseInt(this.toggleHeight, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n const handleSize = height - 2 * borderWidth;\n return `${handleSize / 2}px`;\n }\n public static toggleHeight = '20px';\n public static toggleWidth = '32px';\n public static get toggleBorderRadius() {\n return `calc(${this.toggleHeight} * 0.5)`;\n }\n /**\n * @deprecated use toggleHandleBg\n */\n public static toggleBg = '#fff';\n public static get toggleHandleBg() {\n return this.toggleBg;\n }\n public static toggleCheckedBg = '#fff';\n public static toggleDisabledHandleBg = '#fff';\n public static toggleBaseBg = '#fff';\n public static get toggleBgDisabled() {\n return this.bgDisabled;\n }\n public static toggleBgDisabledChecked = '#dadada';\n public static toggleBgHover = '#f3f3f2';\n public static toggleCheckedBgHover = '#f3f3f2';\n public static toggleBgChecked = '#1874cf';\n public static get toggleBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get toggleOutlineWidth() {\n const outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${outlineWidth + borderWidth}px`;\n }\n public static toggleBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static get toggleBorderColorDisabled() {\n return this.toggleBorderColor;\n }\n public static get toggleBorderColorDisabledChecked() {\n return this.toggleBorderColor;\n }\n public static get toggleHandleSize() {\n const toggleHeight = parseInt(this.toggleHeight, 10) || 0;\n const toggleBorderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${toggleHeight - 2 * toggleBorderWidth}px`;\n }\n\n public static get toggleHandleLeft() {\n return this.toggleBorderWidth;\n }\n public static get toggleHandleTop() {\n return this.toggleBorderWidth;\n }\n\n public static toggleBgFocus = 'linear-gradient(-180deg, #f1f1f1, #dedede)';\n public static toggleBgActive = '#e5e5e5';\n public static get toggleShadowColorError() {\n return this.errorMain;\n }\n public static get toggleShadowColorWarning() {\n return this.warningMain;\n }\n public static get toggleFocusShadowColor() {\n return this.borderColorFocus;\n }\n public static toggleCaptionGap = '10px';\n public static toggleButtonOffsetY = '0px';\n //#endregion\n //#region Popup\n public static popupBorder = 'none';\n public static popupBorderRadius = '2px';\n public static popupBorderColor = 'transparent';\n public static popupDropShadow = 'drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16))';\n public static popupBoxShadow = '0 4px 12px 0 rgba(0, 0, 0, 0.16)';\n public static get popupTextColor() {\n return this.textColorDefault;\n }\n public static get popupBackground() {\n return this.bgSecondary;\n }\n public static popupPinOffset = '0'; // deprecated\n public static popupPinOffsetX = '16px';\n public static popupPinOffsetY = '16px';\n public static popupMargin = '10px';\n public static popupPinSize = '8px';\n //#endregion\n //#region Input\n public static get inputTextColor() {\n return this.textColorDefault;\n }\n public static inputShadow = 'none';\n public static inputBg = 'white';\n public static inputIconColor = '#a9a9a9';\n public static inputColor = 'inherit';\n public static inputWidth = '200px';\n public static get inputTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get inputFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get inputFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get inputFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get inputLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get inputLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get inputLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get inputHeightSmall() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYSmall, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputHeightMedium() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYMedium, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputHeightLarge() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYLarge, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get inputPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get inputPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static inputPaddingXSmall = '7px';\n public static inputPaddingXMedium = '11px';\n public static inputPaddingXLarge = '15px';\n public static inputIconGapSmall = '4px';\n public static inputIconGapMedium = '8px';\n public static inputIconGapLarge = '12px';\n public static inputIconSizeSmall = '16px';\n public static inputIconSizeMedium = '18px';\n public static inputIconSizeLarge = '20px';\n public static get inputFocusShadow() {\n return `0 0 0 ${this.inputOutlineWidth} ${this.borderColorFocus}`;\n }\n public static get inputDisabledBg() {\n return this.bgDisabled;\n }\n public static get inputDisabledBorderColor() {\n return this.borderColorDisabled;\n }\n public static get inputFocusOutline() {\n return this.borderColorFocus;\n }\n public static get inputBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get inputOutlineWidth() {\n return `calc(${this.controlOutlineWidth} - 1px)`;\n }\n public static inputBorderRadiusSmall = '0px';\n public static inputBorderRadiusMedium = '0px';\n public static inputBorderRadiusLarge = '0px';\n public static get inputBorderColor() {\n return this.borderColorGrayLight;\n }\n public static get inputBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get inputBorderColorError() {\n return this.borderColorError;\n }\n public static get inputBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static inputBorderTopColor = 'rgba(0, 0, 0, 0.15)';\n public static get inputPlaceholderColor() {\n return this.placeholderColor;\n }\n public static get inputPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get inputPlaceholderColorLight() {\n return this.placeholderColorLight;\n }\n public static get inputBlinkColor() {\n return this.blinkColor;\n }\n //#endregion\n //#region Checkbox\n public static get checkboxFontSize() {\n return this.fontSizeSmall;\n }\n public static get checkboxLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static checkboxBoxSize = '16px';\n public static checkboxCaptionGap = '8px';\n public static get checkboxPaddingY() {\n const controlHeight = parseInt(this.controlHeightSmall, 10) || 0;\n const lineHeight = parseInt(this.checkboxLineHeight, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static checkboxBoxOffsetY = '1px';\n public static checkboxBgStart = '#fdfdfd';\n public static checkboxBgEnd = '#ededed';\n public static get checkboxTextColorDefault() {\n return this.textColorDefault;\n }\n public static get checkboxTextColorDisabled() {\n return this.textColorDisabled;\n }\n public static get checkboxShadowDisabled() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.borderColorDisabled}`;\n }\n public static checkboxBorder = 'none';\n public static get checkboxBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get checkboxShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} rgba(0, 0, 0, 0.15)`;\n }\n public static get checkboxShadowHover() {\n return `0 0 0 ${this.checkboxBorderWidth} #c3c3c3`;\n }\n public static checkboxCheckedColor = '#fff';\n public static get checkboxOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n public static get checkboxBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get checkboxBorderColorError() {\n return this.borderColorError;\n }\n public static get checkboxCheckedHoverShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedHoverBg}`;\n }\n public static checkboxBorderRadius = '1px';\n public static get checkboxOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get checkboxCheckedShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedBg}`;\n }\n public static get checkboxCheckedActiveShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedActiveBg}`;\n }\n public static get checkboxBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static checkboxBg = '#fff';\n public static get checkboxHoverBg() {\n return this.btnDefaultHoverBg;\n }\n public static get checkboxActiveBg() {\n return this.btnDefaultActiveBg;\n }\n public static get checkboxCheckedBg() {\n return this.borderColorFocus;\n }\n public static get checkboxBgDisabled() {\n return this.bgDisabled;\n }\n public static get checkboxCheckedHoverBg() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '5%');\n }\n public static get checkboxCheckedActiveBg() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '15%');\n }\n public static get checkboxShadowActive() {\n return `0 0 0 ${this.checkboxBorderWidth} #c3c3c3`;\n }\n //#endregion\n //#region TextArea\n public static textareaBg = '#fff';\n public static get textareaColor() {\n return this.textColorDefault;\n }\n public static get textareaTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get textareaPlaceholderColorLight() {\n return this.placeholderColorLight;\n }\n public static get textareaPlaceholderColor() {\n return this.placeholderColor;\n }\n public static get textareaPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static textareaShadow = 'none';\n public static get textareaFontSize() {\n return this.fontSizeSmall;\n }\n public static get textareaLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static textareaBorderRadius = '0px';\n public static get textareaBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get textareaOutlineWidth() {\n const outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${outlineWidth - borderWidth}px`;\n }\n public static get textareaMinHeight() {\n const lineHeight = parseInt(this.textareaLineHeight, 10) || 0;\n const paddingY = parseInt(this.textareaPaddingY, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n\n return `${lineHeight + paddingY * 2 + borderWidth * 2}px`;\n }\n public static textareaWidth = '250px';\n public static textareaPaddingX = '7px';\n public static get textareaPaddingY() {\n return this.controlPaddingYSmall;\n }\n public static get textareaBorderColor() {\n return this.borderColorGrayLight;\n }\n public static textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';\n public static get textareaBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get textareaBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get textareaBorderColorError() {\n return this.borderColorError;\n }\n public static textareaDisabledBg = 'rgba(0, 0, 0, 0.05)';\n public static textareaDisabledBorderColor = 'transparent';\n public static get textareaCounterColor() {\n return this.gray;\n }\n public static get textareaCounterBg() {\n return ColorFunctions.fade(this.textareaBg, 0.9);\n }\n public static get textareaCounterErrorColor() {\n return this.errorText;\n }\n public static get textareaCounterHelpIconColor() {\n return this.linkColor;\n }\n //#endregion\n //#region Radio\n public static radioBulletSize = '8px';\n public static get radioOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get radioTextColor() {\n return this.textColorDefault;\n }\n public static radioSize = '16px';\n public static get radioSizeAfter() {\n const borderCompensation =\n this.radioBoxShadow === 'none' ? this.radioBorderWidth : this.radioBorderWidthCompensation;\n return `calc(${this.radioSize} + 2 * ${this.radioOutlineWidth} - 2 * ${borderCompensation})`;\n }\n public static get radioFontSize() {\n return this.fontSizeSmall;\n }\n public static get radioLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static radioCaptionGap = '8px';\n public static get radioPaddingY() {\n const controlHeight = parseInt(this.controlHeightSmall, 10) || 0;\n const lineHeight = parseInt(this.radioLineHeight, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static radioVerticalAlign = 'top';\n public static radioBgImage = 'none';\n public static radioBgColor = '#fff';\n public static get radioHoverBg() {\n return this.checkboxHoverBg;\n }\n public static get radioActiveBg() {\n return this.checkboxActiveBg;\n }\n public static get radioBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get radioBorderColor() {\n return this.borderColorGrayLight;\n }\n public static radioBoxShadow = 'none';\n public static get radioBorder() {\n return `${this.radioBorderWidth} solid ${this.radioBorderColor}`;\n }\n public static get radioBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get radioBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get radioBorderColorError() {\n return this.borderColorError;\n }\n public static radioHoverShadow = 'none';\n public static radioActiveShadow = 'none';\n public static get radioFocusShadow() {\n return `inset 0 0 0 1px ${this.outlineColorFocus}`;\n }\n public static get radioCheckedBgColor() {\n return this.checkboxCheckedBg;\n }\n public static radioCheckedBorderColor = 'transparent';\n public static radioCheckedBulletColor = '#fff';\n public static get radioCheckedHoverBgColor() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '5%');\n }\n public static get radioDisabledBg() {\n return this.bgDisabled;\n }\n public static get radioDisabledShadow() {\n return `0 0 0 ${this.radioBorderWidth} ${this.borderColorDisabled}`;\n }\n public static radioCaptionDisplay = 'inline-table';\n public static radioBorderWidthCompensation = '0px';\n public static radioCircleOffsetY = '1px';\n //#endregion\n //#region RadioGroup\n public static radioGroupLegacyItemGap = '0px';\n //#endregion\n //#region Tabs\n public static get tabFontSize() {\n return this.fontSizeLarge;\n }\n public static tabPaddingX = '12px';\n public static get tabsMarginX() {\n return this.tabPaddingX;\n }\n public static get tabPaddingY() {\n const paddingY = parseInt(this.controlPaddingYLarge, 10) || 0;\n const borderWidth = parseInt(this.controlBorderWidth, 10) || 0;\n return `${paddingY + borderWidth}px`;\n }\n public static get tabLineHeight() {\n return this.controlLineHeightLarge;\n }\n public static tabBorderWidth = '2px';\n public static get tabOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get tabTextColorDefault() {\n return this.textColorDefault;\n }\n public static get tabColorFocus() {\n return this.borderColorFocus;\n }\n public static get tabColorError() {\n return this.btnDangerBg;\n }\n public static get tabColorWarning() {\n return this.btnPayBg;\n }\n public static get tabColorSuccess() {\n return this.btnSuccessBg;\n }\n public static get tabColorPrimary() {\n return this.btnPrimaryBg;\n }\n public static get tabColorHover() {\n return this.borderColorFocusLight;\n }\n public static get tabColorHoverError() {\n return ColorFunctions.lighten(this.tabColorError, '25%');\n }\n public static get tabColorHoverWarning() {\n return ColorFunctions.lighten(this.tabColorWarning, '25%');\n }\n public static get tabColorHoverSuccess() {\n return ColorFunctions.lighten(this.tabColorSuccess, '25%');\n }\n public static get tabColorHoverPrimary() {\n return ColorFunctions.lighten(this.tabColorPrimary, '25%');\n }\n //#endregion\n //#region Spinner\n public static get spinnerBgColor() {\n return this.grayXLight;\n }\n public static get spinnerColor() {\n return this.red;\n }\n public static get spinnerDimmedColor() {\n return this.gray;\n }\n public static get spinnerCaptionColor() {\n return this.gray;\n }\n public static get spinnerFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get spinnerFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get spinnerFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get spinnerLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get spinnerLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get spinnerLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static spinnerCaptionGapSmall = '6px';\n public static spinnerCaptionGapMedium = '-4px';\n public static spinnerCaptionGapLarge = '-3px';\n //#endregion\n //#region Switcher\n public static switcherBorderRadius = '2px';\n public static get switcherTextColor() {\n return this.textColorDefault;\n }\n public static get switcherOutlineWidth() {\n return this.btnOutlineWidth;\n }\n public static get switcherCaptionFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get switcherCaptionFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get switcherCaptionFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get switcherCaptionLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get switcherCaptionLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get switcherCaptionLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get switcherCaptionGapSmall() {\n return this.btnPaddingXSmall;\n }\n public static get switcherCaptionGapMedium() {\n return this.btnPaddingXMedium;\n }\n public static get switcherCaptionGapLarge() {\n return this.btnPaddingXLarge;\n }\n public static switcherButtonPaddingXSmall = '7px';\n public static switcherButtonPaddingXMedium = '11px';\n public static switcherButtonPaddingXLarge = '15px';\n public static get switcherButtonPaddingYSmall() {\n return this.btnPaddingYSmall;\n }\n public static get switcherButtonPaddingYMedium() {\n return this.btnPaddingYMedium;\n }\n public static get switcherButtonPaddingYLarge() {\n return this.btnPaddingYLarge;\n }\n public static get switcherButtonLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get switcherButtonLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get switcherButtonLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get switcherButtonFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get switcherButtonFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get switcherButtonFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get switcherButtonBorderRadiusSmall() {\n return this.btnBorderRadiusSmall;\n }\n public static get switcherButtonBorderRadiusMedium() {\n return this.btnBorderRadiusMedium;\n }\n public static get switcherButtonBorderRadiusLarge() {\n return this.btnBorderRadiusLarge;\n }\n public static get switcherButtonBorderWidth() {\n return this.btnBorderWidth;\n }\n public static get switcherButtonDisabledBorderColor() {\n return this.btnDisabledBorderColor;\n }\n public static get switcherButtonCheckedDisabledShadow() {\n return this.btnCheckedDisabledShadow;\n }\n //#endregion\n //#region MobilePopup\n public static mobilePopupTopPadding = '20px';\n public static mobilePopupHeaderPadding = '0 16px';\n public static mobilePopupHeaderBorderRadius = '8px 8px 0px 0px';\n public static mobilePopupHeaderShadow = '0px 0px 16px 1px rgba(0, 0, 0, 0.1)';\n public static get mobilePopupHeaderFontSize() {\n return this.fontSizeMobile;\n }\n public static get mobilePopupHeaderLineHeight() {\n return this.lineHeightMobile;\n }\n public static mobilePopupHeaderFontWeight = '500';\n public static mobilePopupHeaderChildPadding = '12px';\n //#endregion\n //#region ScrollContainer\n public static scrollContainerScrollBarSize = '4px';\n public static scrollContainerScrollBarHoverSize = '10px';\n public static scrollContainerScrollBarColor = 'rgba(183, 183, 183, 0.7)';\n public static scrollContainerScrollBarInvertColor = 'rgba(255, 255, 255, 0.5)';\n //#endregion\n //#region PasswordInput\n public static passwordInputVisibilityIconColor = '#000';\n public static passwordInputVisibilityIconOpacity = '0.6';\n public static passwordInputVisibilityIconHoverColor = '#000';\n public static passwordInputVisibilityIconHoverOpacity = '1';\n //#endregion\n //#region GlobalLoader\n public static get globalLoaderColor() {\n return this.blueLight;\n }\n public static globalLoaderHeight = '4px';\n public static globalLoaderWidth = '100%';\n public static globalLoaderPosition = 'fixed';\n public static globalLoaderTop = '0';\n public static globalLoaderLeft = '0';\n public static globalLoaderBottom = 'auto';\n public static globalLoaderRight = 'auto';\n public static globalLoaderBackgroundColor = 'transparent';\n public static globalLoaderTransitionToSpinnerDuration = '500'; //ms\n public static globalLoaderSpinnerAnimationDuration = '2000'; //ms\n public static globalLoaderSlowAnimationDuration = '20000'; //ms\n public static globalLoaderTransitionFromSpinnerDuration = '200'; //ms\n //#endregion\n //#region FileUploader\n public static fileUploaderWidth = '362px';\n public static fileUploaderBg = '#fff';\n public static get fileUploaderFontSize() {\n return this.fontSizeSmall;\n }\n public static get fileUploaderLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get fileUploaderTextColorDefault() {\n return this.textColorDefault;\n }\n public static fileUploaderPaddingX = '7px';\n public static get fileUploaderPaddingY() {\n return this.controlPaddingYSmall;\n }\n public static fileUploaderBorderRadius = '2px';\n public static fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';\n public static get fileUploaderBorderWidth() {\n return this.controlBorderWidth;\n }\n public static fileUploaderBorderStyle = 'dashed';\n public static get fileUploaderBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get fileUploaderLinkColor() {\n return this.linkColor;\n }\n public static fileUploaderIconSize = '14px';\n public static fileUploaderIconColor = '#808080';\n public static fileUploaderIconHoverColor = '#333';\n public static get fileUploaderBorderColorError() {\n return this.borderColorError;\n }\n public static get fileUploaderBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static fileUploaderDisabledBg = '#f2f2f2';\n public static fileUploaderDisabledBorderColor = '#f2f2f2';\n public static fileUploaderDisabledTextColor = '#808080';\n public static fileUploaderDisabledLinkColor = '#808080';\n public static fileUploaderDisabledIconColor = '#A0A0A0';\n public static get fileUploaderLinkHoverTextDecoration() {\n return this.linkHoverTextDecoration;\n }\n public static fileUploaderHoveredBg = 'none';\n //#endregion\n}\n\nexport const DefaultThemeInternal = exposeGetters(DefaultTheme);\n"]}
|
|
1
|
+
{"version":3,"sources":["DefaultTheme.ts"],"names":["DefaultTheme","bgDefault","bgDisabled","blueLight","errorMain","warningMain","linkColor","textColorDisabled","textColorDisabledContrast","fontSizeSmall","controlLineHeightSmall","grayXLight","brand","grayDark","blueDark","greenXxLight","greenDark","yellowXxLight","yellowDark","redXxLight","redDark","white","black","borderColorWarning","borderColorError","tokenPaddingY","tokenPaddingX","tokenMarginY","tokenMarginX","tokenBorderWidth","borderColorDisabled","inputBorderColor","inputBorderColorFocus","inputBorderColorError","inputBorderColorWarning","inputBorderTopColor","inputPlaceholderColor","inputPlaceholderColorLight","inputDisabledBg","inputDisabledBorderColor","inputBorderWidth","inputOutlineWidth","inputBg","inputShadow","inputTextColor","inputFontSizeSmall","paddingX","parseInt","removeIconMarginX","tokenRemoveIconGap","removeIconSizeX","tokenInputFontSize","btnCheckedDisabledBg","controlBorderWidth","controlOutlineWidth","btnCheckedBg","textColorDefault","fontSizeMedium","fontSizeLarge","controlLineHeightMedium","controlLineHeightLarge","controlPaddingYSmall","controlPaddingYMedium","controlPaddingYLarge","borderWidth","btnBorderWidth","padding","btnPaddingYSmall","lineHeigh","btnLineHeightSmall","btnPaddingYMedium","btnLineHeightMedium","btnPaddingYLarge","btnLineHeightLarge","linkHoverColor","linkActiveColor","linkHoverTextDecoration","linkIconMarginRight","errorSecondary","warningSecondary","outlineColorFocus","borderColorFocus","linkDisabledColor","btnBorderRadiusSmall","btnBorderRadiusMedium","btnBorderRadiusLarge","btnMenuArrowColor","selectMenuArrowColor","btnIconSizeSmall","btnIconSizeMedium","btnIconSizeLarge","btnDisabledTextColor","btnDisabledBg","btnDisabledBorderColor","popupBorder","popupBorderRadius","popupPinSize","popupPinOffset","popupMargin","bgSecondary","fixedPanelShadow","Math","round","modalHeaderPaddingBottom","calendarCellSize","bgActive","popupBoxShadow","textColorInvert","pagingFontSize","placeholderColor","dropdownMenuSelectedBg","dropdownMenuHoverBg","menuItemPaddingX","menuItemIconWidth","menuItemIconGap","menuItemIconLegacyMargin","gray","height","toggleHeight","toggleBorderWidth","handleSize","toggleBg","outlineWidth","toggleBorderColor","inputPaddingYSmall","inputLineHeightSmall","inputPaddingYMedium","inputLineHeightMedium","inputPaddingYLarge","inputLineHeightLarge","borderColorGrayLight","placeholderColorLight","blinkColor","controlHeight","controlHeightSmall","lineHeight","checkboxLineHeight","checkboxBorderWidth","checkboxCheckedHoverBg","checkboxCheckedBg","checkboxCheckedActiveBg","btnDefaultHoverBg","btnDefaultActiveBg","ColorFunctions","darken","textareaBorderWidth","textareaLineHeight","paddingY","textareaPaddingY","fade","textareaBg","errorText","borderCompensation","radioBoxShadow","radioBorderWidth","radioBorderWidthCompensation","radioSize","radioOutlineWidth","radioLineHeight","checkboxHoverBg","checkboxActiveBg","radioBorderColor","tabPaddingX","btnDangerBg","btnPayBg","btnSuccessBg","btnPrimaryBg","borderColorFocusLight","lighten","tabColorError","tabColorWarning","tabColorSuccess","tabColorPrimary","red","btnOutlineWidth","btnFontSizeSmall","btnFontSizeMedium","btnFontSizeLarge","btnPaddingXSmall","btnPaddingXMedium","btnPaddingXLarge","btnCheckedDisabledShadow","fontSizeMobile","lineHeightMobile","fontFamilyCompensationBaseline","labGrotesqueBaselineCompensation","brandXLight","brandLight","brandDark","brandXDark","grayXxLight","grayLight","blueXxLight","blue","blueXDark","green","yellow","warningText","borderColorGrayDark","specificityLevel","controlHeightMedium","controlHeightLarge","mobileMediaQuery","linkSuccessColor","linkSuccessHoverColor","linkSuccessActiveColor","linkDangerColor","linkDangerHoverColor","linkDangerActiveColor","linkButtonLineHeight","linkButtonPaddingX","tokenDisabledBg","tokenMarginBeforeIcon","tokenRemoveIconSize","tokenRemoveIconPaddingY","tokenRemoveIconPaddingX","tokenRemoveIconBoxSizing","tokenBorderRadius","tokenBorderColorDisabled","tokenOutlineWidth","tokenLegacyTextShift","tokenInputBorderRadius","tokenInputPaddingY","tokenInputPaddingX","tokenInputLineHeight","tokenInputInputPaddingLeft","loaderBg","loaderOpacity","btnBackgroundClip","btnArrowBgImageActive","btnArrowBgImageChecked","btnLinkBorderRadius","btnFocusShadowWidth","btnCheckedDisabledColor","btnCheckedTextColor","btnCheckedShadow","btnInsetWidth","btnIconGapSmall","btnIconGapMedium","btnIconGapLarge","btnDefaultBg","btnDefaultBgStart","btnDefaultBgEnd","btnDefaultHoverBgStart","btnDefaultHoverBgEnd","btnDefaultHoverBorderColor","btnDefaultHoverBorderBottomColor","btnDefaultActiveBorderColor","btnDefaultActiveBorderTopColor","btnDefaultBorderColor","btnDefaultBorderBottomColor","btnDefaultActiveShadow","btnSuccessHoverBg","btnSuccessHoverBorderColor","btnSuccessHoverBorderBottomColor","btnSuccessBorderColor","btnSuccessBorderBottomColor","btnSuccessBgStart","btnSuccessBgEnd","btnSuccessTextColor","btnSuccessHoverBgStart","btnSuccessHoverBgEnd","btnSuccessActiveBg","btnSuccessActiveBorderColor","btnSuccessActiveBorderTopColor","btnSuccessActiveShadow","btnPrimaryHoverBg","btnPrimaryHoverBorderColor","btnPrimaryHoverBorderBottomColor","btnPrimaryBorderColor","btnPrimaryBorderBottomColor","btnPrimaryBgStart","btnPrimaryBgEnd","btnPrimaryTextColor","btnPrimaryHoverBgStart","btnPrimaryHoverBgEnd","btnPrimaryActiveBg","btnPrimaryActiveBorderColor","btnPrimaryActiveBorderTopColor","btnPrimaryActiveShadow","btnDangerHoverBg","btnDangerHoverBorderColor","btnDangerHoverBorderBottomColor","btnDangerBorderColor","btnDangerBorderBottomColor","btnDangerBgStart","btnDangerBgEnd","btnDangerTextColor","btnDangerHoverBgStart","btnDangerHoverBgEnd","btnDangerActiveBg","btnDangerActiveBorderColor","btnDangerActiveBorderTopColor","btnDangerActiveShadow","btnPayHoverBg","btnPayHoverBorderColor","btnPayHoverBorderBottomColor","btnPayBorderColor","btnPayBorderBottomColor","btnPayBgStart","btnPayBgEnd","btnPayHoverBgStart","btnPayHoverBgEnd","btnPayActiveBg","btnPayActiveBorderColor","btnPayActiveBorderTopColor","btnPayActiveShadow","btnInsetColor","selectPlaceholderColor","selectPaddingXSmall","selectIconGapSmall","selectPaddingXMedium","selectIconGapMedium","selectPaddingXLarge","selectIconGapLarge","selectRootWidthMobile","tooltipPaddingY","tooltipPaddingX","tooltipCloseBtnPadding","tooltipCloseBtnColor","tooltipCloseBtnHoverColor","tooltipPinOffset","tooltipPinOffsetX","tooltipPinOffsetY","tooltipMargin","kebabMargin","kebabBackground","kebabBackgroundHover","kebabBorderRadius","kebabBorder","modalBackBg","modalBackOpacity","modalCloseButtonColor","modalCloseButtonDisabledColor","modalCloseButtonHoverColor","modalCloseButtonPadding","modalCloseButtonLegacyShift","modalCloseButtonBottomPadding","modalCloseButtonClickArea","modalCloseIconSize","modalCloseLegacyGap","modalCloseWrapperLegacyGap","modalBorderRadius","modalFixedHeaderBorder","modalFixedFooterBorder","modalFixedPanelShadow","modalFooterBg","modalAdaptiveThreshold","modalPaddingTop","modalPaddingLeft","modalPaddingRight","modalHeaderFontSize","modalHeaderLineHeight","modalHeaderPaddingTop","modalBodyTextColor","modalFooterTextColor","modalBodyPaddingBottom","modalFooterPaddingTop","modalFooterPaddingBottom","modalPaddingBottom","modalFooterPanelPaddingTop","modalFooterPanelPaddingBottom","mobileModalCloseButtonRightPadding","mobileModalCloseButtonTopPadding","mobileModalCloseButtonClickArea","mobileModalCloseIconSize","mobileModalHeaderFontSize","mobileModalHeaderLineHeight","mobileModalHeaderPadding","mobileModalBodyPadding","mobileModalBodyFontSize","mobileModalFooterPadding","mobileModalPaddingBottom","sidePageFooterPanelBg","sidePageBackingBg","sidePageBackingBgOpacity","sidePageCloseButtonColor","sidePageCloseButtonHoverColor","sidePageContainerShadow","mobileSidePagePaddingLeft","mobileSidePagePaddingRight","mobileSidePagePaddingTop","mobileSidePagePaddingBottom","mobileSidePageFooterPadding","sidePagePaddingLeft","sidePagePaddingRight","sidePagePaddingTop","sidePagePaddingBottom","sidePageFooterPaddingTop","sidePageFooterPaddingBottom","sidePageBodyTextColor","sidePageFooterTextColor","sidePageHeaderFontSize","sidePageHeaderLineHeight","sidePageHeaderPaddingBottom","sidePageHeaderPaddingTop","sidePageHeaderFixedFontSize","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","sidePageHeaderStickyOffset","sidePageCloseButtonPadding","mobileSidePageCloseButtonPadding","sidePageCloseButtonLegacyPaddingLeft","sidePageFooterPanelPaddingTop","sidePageFooterPanelPaddingBottom","sidePageCloseIconSize","sidePageCloseButtonClickArea","mobileSidePageCloseButtonClickArea","sidePageFixedPanelShadow","mobileSidePageHeaderFontSize","mobileSidePageHeaderLineHeight","mobileSidePageHeaderPaddingBottom","mobileSidePageHeaderPaddingTop","dateInputMaskColor","dateInputComponentSelectedBgColor","calendarCellHoverColor","calendarCellActiveHoverColor","calendarCellWeekendColor","calendarCellTodayBorder","calendarCellSelectedBgColor","calendarCellSelectedFontColor","calendarMonthTitleBorderBottomColor","calendarPaddingX","calendarMonthTitleLineHeight","calendarMonthTitlePaddingTop","calendarMonthTitlePaddingBottom","calendarMonthTitleMarginX","calendarMonthTitleMarginBottom","calendarWrapperHeight","calendarMonthMarginBottom","calendarMaxMonthsToAppendOnScroll","dateSelectLineHeight","dateSelectFontSize","dateSelectFontWeight","dateSelectMenuItemBgSelected","pickerShadow","pickerTodayWrapperBorderTop","pickerTodayWrapperHoverBgColor","pickerTodayWrapperFontSize","pickerTodayWrapperLineHeight","pickerTodayWrapperPaddingTop","pickerTodayWrapperPaddingBottom","pagingForwardIconMarginTop","pagingPageLinkPaddingX","pagingPageLinkPaddingY","pagingPageLinkLegacyPaddingY","pagingPageLinkMinWidth","pagingPageForwardLinkMarginTop","pagingPageForwardLinkMarginLeft","pagingPageForwardLinkPaddingRight","pagingLineHeight","pagingDotsColor","pagingDotsPadding","pagingPageLinkActiveBg","pagingPageLinkHoverBg","pagingPageLinkBorderRadius","pagingPageLinkHintFontSize","pagingPageLinkHintLineHeight","pagingPageLinkMargin","hintMaxWidth","hintPaddingY","hintPaddingX","hintTextAlign","hintBgColor","hintBorder","hintBorderRadius","hintPinOffset","hintMargin","toastPaddingY","toastPaddingX","toastBorderRadius","toastBorder","toastTop","toastBg","toastColor","toastLinkColor","toastClosePadding","toastCloseColor","toastCloseHoverColor","toastCloseSize","menuBorder","menuShadow","menuPaddingY","menuPaddingX","menuItemIconLegacyShift","menuItemPaddingY","menuItemBorderRadius","menuItemLegacyPaddingX","menuItemLegacyPaddingY","menuItemCommentColor","menuItemCommentColorHover","menuItemPaddingMobile","menuHeaderLineHeight","menuHeaderFontSize","menuHeaderPaddingX","menuHeaderPaddingTop","menuHeaderPaddingBottom","menuHeaderLegacyPaddingRight","menuSeparatorBorderColor","menuSeparatorMarginY","menuSeparatorBorderWidth","toggleHandleActiveWidthIncrement","toggleWidth","toggleCheckedBg","toggleDisabledHandleBg","toggleBaseBg","toggleBgDisabledChecked","toggleBgHover","toggleCheckedBgHover","toggleBgChecked","toggleBgFocus","toggleBgActive","toggleCaptionGap","toggleButtonOffsetY","popupBorderColor","popupDropShadow","popupPinOffsetX","popupPinOffsetY","inputIconColor","inputColor","inputWidth","inputPaddingXSmall","inputPaddingXMedium","inputPaddingXLarge","inputIconGapSmall","inputIconGapMedium","inputIconGapLarge","inputIconSizeSmall","inputIconSizeMedium","inputIconSizeLarge","inputBorderRadiusSmall","inputBorderRadiusMedium","inputBorderRadiusLarge","checkboxBoxSize","checkboxCaptionGap","checkboxBoxOffsetY","checkboxBgStart","checkboxBgEnd","checkboxBorder","checkboxCheckedColor","checkboxBorderRadius","checkboxBg","textareaShadow","textareaBorderRadius","textareaWidth","textareaPaddingX","textareaBorderTopColor","textareaDisabledBg","textareaDisabledBorderColor","radioBulletSize","radioCaptionGap","radioVerticalAlign","radioBgImage","radioBgColor","radioHoverShadow","radioActiveShadow","radioCheckedBorderColor","radioCheckedBulletColor","radioCaptionDisplay","radioCircleOffsetY","radioGroupLegacyItemGap","tabBorderWidth","spinnerCaptionGapSmall","spinnerCaptionGapMedium","spinnerCaptionGapLarge","switcherBorderRadius","switcherButtonPaddingXSmall","switcherButtonPaddingXMedium","switcherButtonPaddingXLarge","mobilePopupTopPadding","mobilePopupHeaderPadding","mobilePopupHeaderBorderRadius","mobilePopupHeaderShadow","mobilePopupHeaderFontWeight","mobilePopupHeaderChildPadding","scrollContainerScrollBarSize","scrollContainerScrollBarHoverSize","scrollContainerScrollBarColor","scrollContainerScrollBarInvertColor","passwordInputVisibilityIconColor","passwordInputVisibilityIconOpacity","passwordInputVisibilityIconHoverColor","passwordInputVisibilityIconHoverOpacity","globalLoaderHeight","globalLoaderWidth","globalLoaderPosition","globalLoaderTop","globalLoaderLeft","globalLoaderBottom","globalLoaderRight","globalLoaderBackgroundColor","globalLoaderTransitionToSpinnerDuration","globalLoaderSpinnerAnimationDuration","globalLoaderSlowAnimationDuration","globalLoaderTransitionFromSpinnerDuration","fileUploaderWidth","fileUploaderBg","fileUploaderPaddingX","fileUploaderBorderRadius","fileUploaderBorderColor","fileUploaderBorderStyle","fileUploaderIconSize","fileUploaderIconColor","fileUploaderIconHoverColor","fileUploaderDisabledBg","fileUploaderDisabledBorderColor","fileUploaderDisabledTextColor","fileUploaderDisabledLinkColor","fileUploaderDisabledIconColor","fileUploaderHoveredBg","DefaultThemeInternal"],"mappings":"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CA2CGkI,oB,GAAuB,qB,CA3C1BlI,Y,CA+CG6G,gB,GAAmB,S,CA/CtB7G,Y,CAgDGgF,iB,GAAoB,M,CAhDvBhF,Y,CAiDGmI,qB,GAAwB,S,CAjD3BnI,Y,CAkDGoI,U,GAAa,wB,CAlDhBpI,Y,CAmDGqD,kB,GAAqB,K,CAnDxBrD,Y,CAoDGsD,mB,GAAsB,K,CApDzBtD,Y,CAqDGU,sB,GAAyB,M,CArD5BV,Y,CAsDG2D,uB,GAA0B,M,CAtD7B3D,Y,CAuDG4D,sB,GAAyB,M,CAvD5B5D,Y,CAwDG6D,oB,GAAuB,K,CAxD1B7D,Y,CAyDG8D,qB,GAAwB,K,CAzD3B9D,Y,CA0DG+D,oB,GAAuB,M,CA1D1B/D,Y,CA2DGwD,gB,GAAmB,S,CA3DtBxD,Y,CA4DG2G,e,GAAkB,M,CA5DrB3G,Y,CA6DGO,iB,GAAoB,S,CA7DvBP,Y,CA8DGQ,yB,GAA4B,S,CA9D/BR,Y,CA+DGS,a,GAAgB,M,CA/DnBT,Y,CAgEGyD,c,GAAiB,M,CAhEpBzD,Y,CAiEG0D,a,GAAgB,M,CAjEnB1D,Y,CAkEGsL,c,GAAiB,M,CAlEpBtL,Y,CAmEGuL,gB,GAAmB,M,CAnEtBvL,Y,CAoEGuM,gB,GAAmB,G,CApEtBvM,Y,CAqEGoG,gB,GAAmB,iC,CArEtBpG,Y,CAkFGsI,kB,GAAqB,M,CAlFxBtI,Y,CAmFGwM,mB,GAAsB,M,CAnFzBxM,Y,CAoFGyM,kB,GAAqB,M,CApFxBzM,Y,CAqFG0M,gB,GAAmB,4D,CArFtB1M,Y,CAyFGM,S,GAAY,S,CAzFfN,Y,CA0FG2E,e,GAAkB,S,CA1FrB3E,Y,CA2FG4E,uB,GAA0B,W,CA3F7B5E,Y,CA4FG2M,gB,GAAmB,S,CA5FtB3M,Y,CA6FG4M,qB,GAAwB,S,CA7F3B5M,Y,CA8FG6M,sB,GAAyB,S,CA9F5B7M,Y,CA+FG8M,e,GAAkB,S,CA/FrB9M,Y,CAgGG+M,oB,GAAuB,S,CAhG1B/M,Y,CAiGGgN,qB,GAAwB,S,CAjG3BhN,Y,CAkGG6E,mB,GAAsB,K,CAlGzB7E,Y,CAyGGiN,oB,GAAuB,M,CAzG1BjN,Y,CA0GGkN,kB,GAAqB,M,CA1GxBlN,Y,CA6GGmN,e,GAAkB,qB,CA7GrBnN,Y,CAoHG2B,Y,GAAe,K,CApHlB3B,Y,CAqHG4B,Y,GAAe,K,CArHlB5B,Y,CAyHGyB,a,GAAgB,K,CAzHnBzB,Y,CA0HG0B,a,GAAgB,K,CA1HnB1B,Y,CA2HGoN,qB,GAAwB,K,CA3H3BpN,Y,CA4HGqN,mB,GAAsB,K,CA5HzBrN,Y,CA6HGsN,uB,GAA0B,K,CA7H7BtN,Y,CA8HGuN,uB,GAA0B,K,CA9H7BvN,Y,CA+HGiD,kB,GAAqB,K,CA/HxBjD,Y,CAgIGwN,wB,GAA2B,a,CAhI9BxN,Y,CAiIGyN,iB,GAAoB,K,CAjIvBzN,Y,CAkIG6B,gB,GAAmB,K,CAlItB7B,Y,CAmIG0N,wB,GAA2B,qB,CAnI9B1N,Y,CAoLG2N,iB,GAAoB,K,CApLvB3N,Y,CAqLG4N,oB,GAAuB,K,CArL1B5N,Y,CAsNG6N,sB,GAAyB,K,CAtN5B7N,Y,CAwPG8N,kB,GAAqB,K,CAxPxB9N,Y,CAyPG+N,kB,GAAqB,K,CAzPxB/N,Y,CA6PGgO,oB,GAAuB,M,CA7P1BhO,Y,CA+PGiO,0B,GAA6B,K,CA/PhCjO,Y,CAyQGkO,Q,GAAW,0B,CAzQdlO,Y,CA0QGmO,a,GAAgB,K,CA1QnBnO,Y,CA6QGoO,iB,GAAoB,a,CA7QvBpO,Y,CA8QGqO,qB,GAAwB,M,CA9Q3BrO,Y,CA+QGsO,sB,GAAyB,M,CA/Q5BtO,Y,CAgRGuO,mB,GAAsB,K,CAhRzBvO,Y,CAiRGwO,mB,GAAsB,K,CAjRzBxO,Y,CAkRG6F,sB,GAAyB,qB,CAlR5B7F,Y,CAmRGuD,Y,GAAe,S,CAnRlBvD,Y,CAoRGoD,oB,GAAuB,S,CApR1BpD,Y,CAqRGyO,uB,GAA0B,0B,CArR7BzO,Y,CAsRG0O,mB,GAAsB,M,CAtRzB1O,Y,CA0RG2O,gB,GAAmB,M,CA1RtB3O,Y,CA2RGqL,wB,GAA2B,M,CA3R9BrL,Y,CA4RGmF,oB,GAAuB,K,CA5R1BnF,Y,CA6RGoF,qB,GAAwB,K,CA7R3BpF,Y,CA8RGqF,oB,GAAuB,K,CA9R1BrF,Y,CAkSG4O,a,GAAgB,K,CAlSnB5O,Y,CAsSGkL,gB,GAAmB,M,CAtStBlL,Y,CAuSGmL,iB,GAAoB,M,CAvSvBnL,Y,CAwSGoL,gB,GAAmB,M,CAxStBpL,Y,CAySG6O,e,GAAkB,K,CAzSrB7O,Y,CA0SG8O,gB,GAAmB,K,CA1StB9O,Y,CA2SG+O,e,GAAkB,K,CA3SrB/O,Y,CA4SGwF,gB,GAAmB,M,CA5StBxF,Y,CA6SGyF,iB,GAAoB,M,CA7SvBzF,Y,CA8SG0F,gB,GAAmB,M,CA9StB1F,Y,CA+SGgP,Y,GAAe,M,CA/SlBhP,Y,CAgTGiP,iB,GAAoB,M,CAhTvBjP,Y,CAiTGkP,e,GAAkB,M,CAjTrBlP,Y,CAwTG6I,iB,GAAoB,S,CAxTvB7I,Y,CAyTGmP,sB,GAAyB,M,CAzT5BnP,Y,CA0TGoP,oB,GAAuB,M,CA1T1BpP,Y,CA2TG8I,kB,GAAqB,S,CA3TxB9I,Y,CA4TGqP,0B,GAA6B,qB,CA5ThCrP,Y,CA6TGsP,gC,GAAmC,E,CA7TtCtP,Y,CA8TGuP,2B,GAA8B,qB,CA9TjCvP,Y,CA+TGwP,8B,GAAiC,E,CA/TpCxP,Y,CAgUGyP,qB,GAAwB,qB,CAhU3BzP,Y,CAiUG0P,2B,GAA8B,E,CAjUjC1P,Y,CAkUG2P,sB,GAAyB,M,CAlU5B3P,Y,CAmUGqK,Y,GAAe,S,CAnUlBrK,Y,CAoUG4P,iB,GAAoB,S,CApUvB5P,Y,CAqUG6P,0B,GAA6B,S,CArUhC7P,Y,CAsUG8P,gC,GAAmC,E,CAtUtC9P,Y,CAuUG+P,qB,GAAwB,S,CAvU3B/P,Y,CAwUGgQ,2B,GAA8B,E,CAxUjChQ,Y,CAyUGiQ,iB,GAAoB,M,CAzUvBjQ,Y,CA0UGkQ,e,GAAkB,M,CA1UrBlQ,Y,CA2UGmQ,mB,GAAsB,M,CA3UzBnQ,Y,CA4UGoQ,sB,GAAyB,M,CA5U5BpQ,Y,CA6UGqQ,oB,GAAuB,M,CA7U1BrQ,Y,CA8UGsQ,kB,GAAqB,S,CA9UxBtQ,Y,CA+UGuQ,2B,GAA8B,S,CA/UjCvQ,Y,CAgVGwQ,8B,GAAiC,E,CAhVpCxQ,Y,CAiVGyQ,sB,GAAyB,M,CAjV5BzQ,Y,CAkVGsK,Y,GAAe,S,CAlVlBtK,Y,CAmVG0Q,iB,GAAoB,S,CAnVvB1Q,Y,CAoVG2Q,0B,GAA6B,S,CApVhC3Q,Y,CAqVG4Q,gC,GAAmC,E,CArVtC5Q,Y,CAsVG6Q,qB,GAAwB,S,CAtV3B7Q,Y,CAuVG8Q,2B,GAA8B,E,CAvVjC9Q,Y,CAwVG+Q,iB,GAAoB,M,CAxVvB/Q,Y,CAyVGgR,e,GAAkB,M,CAzVrBhR,Y,CA0VGiR,mB,GAAsB,M,CA1VzBjR,Y,CA2VGkR,sB,GAAyB,M,CA3V5BlR,Y,CA4VGmR,oB,GAAuB,M,CA5V1BnR,Y,CA6VGoR,kB,GAAqB,S,CA7VxBpR,Y,CA8VGqR,2B,GAA8B,S,CA9VjCrR,Y,CA+VGsR,8B,GAAiC,E,CA/VpCtR,Y,CAgWGuR,sB,GAAyB,M,CAhW5BvR,Y,CAiWGmK,W,GAAc,S,CAjWjBnK,Y,CAkWGwR,gB,GAAmB,S,CAlWtBxR,Y,CAmWGyR,yB,GAA4B,S,CAnW/BzR,Y,CAoWG0R,+B,GAAkC,E,CApWrC1R,Y,CAqWG2R,oB,GAAuB,S,CArW1B3R,Y,CAsWG4R,0B,GAA6B,E,CAtWhC5R,Y,CAuWG6R,gB,GAAmB,M,CAvWtB7R,Y,CAwWG8R,c,GAAiB,M,CAxWpB9R,Y,CAyWG+R,kB,GAAqB,M,CAzWxB/R,Y,CA0WGgS,qB,GAAwB,M,CA1W3BhS,Y,CA2WGiS,mB,GAAsB,M,CA3WzBjS,Y,CA4WGkS,iB,GAAoB,S,CA5WvBlS,Y,CA6WGmS,0B,GAA6B,S,CA7WhCnS,Y,CA8WGoS,6B,GAAgC,E,CA9WnCpS,Y,CA+WGqS,qB,GAAwB,M,CA/W3BrS,Y,CAgXGoK,Q,GAAW,S,CAhXdpK,Y,CAiXGsS,a,GAAgB,S,CAjXnBtS,Y,CAkXGuS,sB,GAAyB,S,CAlX5BvS,Y,CAmXGwS,4B,GAA+B,E,CAnXlCxS,Y,CAoXGyS,iB,GAAoB,S,CApXvBzS,Y,CAqXG0S,uB,GAA0B,E,CArX7B1S,Y,CAsXG2S,a,GAAgB,M,CAtXnB3S,Y,CAuXG4S,W,GAAc,M,CAvXjB5S,Y,CA2XG6S,kB,GAAqB,M,CA3XxB7S,Y,CA4XG8S,gB,GAAmB,M,CA5XtB9S,Y,CA6XG+S,c,GAAiB,S,CA7XpB/S,Y,CA8XGgT,uB,GAA0B,S,CA9X7BhT,Y,CA+XGiT,0B,GAA6B,E,CA/XhCjT,Y,CAgYGkT,kB,GAAqB,M,CAhYxBlT,Y,CAiYGsF,iB,GAAoB,S,CAjYvBtF,Y,CAgdGmT,a,GAAgB,M,CAhdnBnT,Y,CA4dGoT,sB,GAAyB,S,CA5d5BpT,Y,CA4eGqT,mB,GAAsB,K,CA5ezBrT,Y,CAmfGsT,kB,GAAqB,K,CAnfxBtT,Y,CA0fGuT,oB,GAAuB,M,CA1f1BvT,Y,CAigBGwT,mB,GAAsB,K,CAjgBzBxT,Y,CAwgBGyT,mB,GAAsB,M,CAxgBzBzT,Y,CA+gBG0T,kB,GAAqB,M,CA/gBxB1T,Y,CA+hBG2T,qB,GAAwB,M,CA/hB3B3T,Y,CA2iBG4T,e,GAAkB,M,CA3iBrB5T,Y,CA4iBG6T,e,GAAkB,M,CA5iBrB7T,Y,CA6iBG8T,sB,GAAyB,K,CA7iB5B9T,Y,CA8iBG+T,oB,GAAuB,qB,CA9iB1B/T,Y,CA+iBGgU,yB,GAA4B,oB,CA/iB/BhU,Y,CAyjBGiU,gB,GAAmB,K,CAzjBtBjU,Y,CA0jBGkU,iB,GAAoB,M,CA1jBvBlU,Y,CA2jBGmU,iB,GAAoB,M,CA3jBvBnU,Y,CA4jBGoU,a,GAAgB,M,CA5jBnBpU,Y,CAylBGqU,W,GAAc,K,CAzlBjBrU,Y,CA0lBGsU,e,GAAkB,a,CA1lBrBtU,Y,CA2lBGuU,oB,GAAuB,qB,CA3lB1BvU,Y,CA4lBGwU,iB,GAAoB,K,CA5lBvBxU,Y,CA6lBGyU,W,GAAc,uB,CA7lBjBzU,Y,CAgmBG0U,W,GAAc,M,CAhmBjB1U,Y,CAomBG2U,gB,GAAmB,K,CApmBtB3U,Y,CAqmBG4U,qB,GAAwB,qB,CArmB3B5U,Y,CAsmBG6U,6B,GAAgC,S,CAtmBnC7U,Y,CAumBG8U,0B,GAA6B,sB,CAvmBhC9U,Y,CAwmBG+U,uB,GAA0B,M,CAxmB7B/U,Y,CAymBGgV,2B,GAA8B,K,CAzmBjChV,Y,CA0mBGiV,6B,GAAgC,M,CA1mBnCjV,Y,CA2mBGkV,yB,GAA4B,M,CA3mB/BlV,Y,CA4mBGmV,kB,GAAqB,M,CA5mBxBnV,Y,CA6mBGoV,mB,GAAsB,K,CA7mBzBpV,Y,CA8mBGqV,0B,GAA6B,K,CA9mBhCrV,Y,CA+mBGsV,iB,GAAoB,K,CA/mBvBtV,Y,CAsnBGuV,sB,GAAyB,M,CAtnB5BvV,Y,CAunBGwV,sB,GAAyB,M,CAvnB5BxV,Y,CA2nBGyV,qB,GAAwB,M,CA3nB3BzV,Y,CA4nBG0V,a,GAAgB,S,CA5nBnB1V,Y,CA6nBG2V,sB,GAAyB,O,CA7nB5B3V,Y,CA8nBG4V,e,GAAkB,M,CA9nBrB5V,Y,CA+nBG6V,gB,GAAmB,M,CA/nBtB7V,Y,CAgoBG8V,iB,GAAoB,M,CAhoBvB9V,Y,CAioBG+V,mB,GAAsB,M,CAjoBzB/V,Y,CAqoBGgW,qB,GAAwB,M,CAroB3BhW,Y,CAsoBGuG,wB,GAA2B,M,CAtoB9BvG,Y,CAuoBGiW,qB,GAAwB,M,CAvoB3BjW,Y,CA2oBGkW,kB,GAAqB,S,CA3oBxBlW,Y,CA4oBGmW,oB,GAAuB,S,CA5oB1BnW,Y,CA6oBGoW,sB,GAAyB,M,CA7oB5BpW,Y,CA8oBGqW,qB,GAAwB,K,CA9oB3BrW,Y,CA+oBGsW,wB,GAA2B,M,CA/oB9BtW,Y,CAgpBGuW,kB,GAAqB,M,CAhpBxBvW,Y,CAipBGwW,0B,GAA6B,M,CAjpBhCxW,Y,CAkpBGyW,6B,GAAgC,M,CAlpBnCzW,Y,CAmpBG0W,kC,GAAqC,M,CAnpBxC1W,Y,CAopBG2W,gC,GAAmC,M,CAppBtC3W,Y,CAqpBG4W,+B,GAAkC,M,CArpBrC5W,Y,CAspBG6W,wB,GAA2B,M,CAtpB9B7W,Y,CAupBG8W,yB,GAA4B,M,CAvpB/B9W,Y,CAwpBG+W,2B,GAA8B,M,CAxpBjC/W,Y,CAypBGgX,wB,GAA2B,M,CAzpB9BhX,Y,CA0pBGiX,sB,GAAyB,M,CA1pB5BjX,Y,CA2pBGkX,uB,GAA0B,M,CA3pB7BlX,Y,CA4pBGmX,wB,GAA2B,M,CA5pB9BnX,Y,CA6pBGoX,wB,GAA2B,M,CA7pB9BpX,Y,CAgqBGqX,qB,GAAwB,S,CAhqB3BrX,Y,CAiqBGsX,iB,GAAoB,M,CAjqBvBtX,Y,CAkqBGuX,wB,GAA2B,K,CAlqB9BvX,Y,CAmqBGwX,wB,GAA2B,sB,CAnqB9BxX,Y,CAoqBGyX,6B,GAAgC,oB,CApqBnCzX,Y,CAqqBG0X,uB,GAA0B,+B,CArqB7B1X,Y,CAsqBG2X,yB,GAA4B,M,CAtqB/B3X,Y,CAuqBG4X,0B,GAA6B,M,CAvqBhC5X,Y,CAwqBG6X,wB,GAA2B,M,CAxqB9B7X,Y,CAyqBG8X,2B,GAA8B,M,CAzqBjC9X,Y,CA0qBG+X,2B,GAA8B,M,CA1qBjC/X,Y,CA2qBGgY,mB,GAAsB,M,CA3qBzBhY,Y,CA4qBGiY,oB,GAAuB,M,CA5qB1BjY,Y,CA6qBGkY,kB,GAAqB,M,CA7qBxBlY,Y,CA8qBGmY,qB,GAAwB,M,CA9qB3BnY,Y,CA+qBGoY,wB,GAA2B,M,CA/qB9BpY,Y,CAgrBGqY,2B,GAA8B,M,CAhrBjCrY,Y,CAurBGsY,qB,GAAwB,S,CAvrB3BtY,Y,CAwrBGuY,uB,GAA0B,S,CAxrB7BvY,Y,CAyrBGwY,sB,GAAyB,M,CAzrB5BxY,Y,CA0rBGyY,wB,GAA2B,M,CA1rB9BzY,Y,CA2rBG0Y,2B,GAA8B,M,CA3rBjC1Y,Y,CA4rBG2Y,wB,GAA2B,M,CA5rB9B3Y,Y,CA6rBG4Y,2B,GAA8B,M,CA7rBjC5Y,Y,CA8rBG6Y,6B,GAAgC,M,CA9rBnC7Y,Y,CA+rBG8Y,2B,GAA8B,M,CA/rBjC9Y,Y,CAgsBG+Y,0B,GAA6B,K,CAhsBhC/Y,Y,CAisBGgZ,0B,GAA6B,M,CAjsBhChZ,Y,CAksBGiZ,gC,GAAmC,M,CAlsBtCjZ,Y,CAmsBGkZ,oC,GAAuC,M,CAnsB1ClZ,Y,CAosBGmZ,6B,GAAgC,M,CApsBnCnZ,Y,CAqsBGoZ,gC,GAAmC,M,CArsBtCpZ,Y,CAssBGqZ,qB,GAAwB,M,CAtsB3BrZ,Y,CAusBGsZ,4B,GAA+B,M,CAvsBlCtZ,Y,CAwsBGuZ,kC,GAAqC,M,CAxsBxCvZ,Y,CA+sBGwZ,wB,GAA2B,M,CA/sB9BxZ,Y,CAgtBGyZ,4B,GAA+B,M,CAhtBlCzZ,Y,CAitBG0Z,8B,GAAiC,M,CAjtBpC1Z,Y,CAktBG2Z,iC,GAAoC,M,CAltBvC3Z,Y,CAmtBG4Z,8B,GAAiC,M,CAntBpC5Z,Y,CAytBG6Z,kB,GAAqB,S,CAztBxB7Z,Y,CA0tBG8Z,iC,GAAoC,S,CA1tBvC9Z,Y,CAguBG+Z,sB,GAAyB,O,CAhuB5B/Z,Y,CAiuBGga,4B,GAA+B,O,CAjuBlCha,Y,CAkuBGia,wB,GAA2B,S,CAluB9Bja,Y,CAmuBGka,uB,GAA0B,+B,CAnuB7Bla,Y,CAouBGma,2B,GAA8B,S,CApuBjCna,Y,CAquBGoa,6B,GAAgC,S,CAruBnCpa,Y,CAsuBGwG,gB,GAAmB,M,CAtuBtBxG,Y,CA6uBGqa,mC,GAAsC,S,CA7uBzCra,Y,CAivBGsa,gB,GAAmB,M,CAjvBtBta,Y,CAkvBGua,4B,GAA+B,M,CAlvBlCva,Y,CAmvBGwa,4B,GAA+B,M,CAnvBlCxa,Y,CAovBGya,+B,GAAkC,K,CApvBrCza,Y,CAqvBG0a,yB,GAA4B,K,CArvB/B1a,Y,CAsvBG2a,8B,GAAiC,K,CAtvBpC3a,Y,CAuvBG4a,qB,GAAwB,Q,CAvvB3B5a,Y,CAwvBG6a,yB,GAA4B,K,CAxvB/B7a,Y,CAyvBG8a,iC,GAAoC,G,CAzvBvC9a,Y,CA4vBG+a,oB,GAAuB,M,CA5vB1B/a,Y,CA6vBGgb,kB,GAAqB,M,CA7vBxBhb,Y,CA8vBGib,oB,GAAuB,M,CA9vB1Bjb,Y,CA+vBGkb,4B,GAA+B,S,CA/vBlClb,Y,CAqxBGmb,Y,GAAe,kC,CArxBlBnb,Y,CAyxBGob,2B,GAA8B,mB,CAzxBjCpb,Y,CA0xBGqb,8B,GAAiC,S,CA1xBpCrb,Y,CA2xBGsb,0B,GAA6B,M,CA3xBhCtb,Y,CA4xBGub,4B,GAA+B,M,CA5xBlCvb,Y,CA6xBGwb,4B,GAA+B,K,CA7xBlCxb,Y,CA8xBGyb,+B,GAAkC,K,CA9xBrCzb,Y,CA2zBG0b,0B,GAA6B,K,CA3zBhC1b,Y,CA4zBG2b,sB,GAAyB,S,CA5zB5B3b,Y,CA6zBG4b,sB,GAAyB,U,CA7zB5B5b,Y,CA8zBG6b,4B,GAA+B,K,CA9zBlC7b,Y,CA+zBG8b,sB,GAAyB,Q,CA/zB5B9b,Y,CAg0BG+b,8B,GAAiC,Q,CAh0BpC/b,Y,CAi0BGgc,+B,GAAkC,M,CAj0BrChc,Y,CAk0BGic,iC,GAAoC,S,CAl0BvCjc,Y,CAm0BGkc,gB,GAAmB,S,CAn0BtBlc,Y,CAo0BGmc,e,GAAkB,M,CAp0BrBnc,Y,CAq0BGoc,iB,GAAoB,mB,CAr0BvBpc,Y,CAs0BGqc,sB,GAAyB,qB,CAt0B5Brc,Y,CA00BGsc,qB,GAAwB,qB,CA10B3Btc,Y,CA20BGuc,0B,GAA6B,Q,CA30BhCvc,Y,CA+0BGwc,0B,GAA6B,M,CA/0BhCxc,Y,CAg1BGyc,4B,GAA+B,M,CAh1BlCzc,Y,CAi1BG0c,oB,GAAuB,S,CAj1B1B1c,Y,CAs2BG2c,Y,GAAe,O,CAt2BlB3c,Y,CAu2BG4c,Y,GAAe,K,CAv2BlB5c,Y,CAw2BG6c,Y,GAAe,K,CAx2BlB7c,Y,CAy2BG8c,a,GAAgB,Q,CAz2BnB9c,Y,CA02BG+c,W,GAAc,uB,CA12BjB/c,Y,CA22BGgd,U,GAAa,M,CA32BhBhd,Y,CA42BGid,gB,GAAmB,K,CA52BtBjd,Y,CA62BGkd,a,GAAgB,K,CA72BnBld,Y,CA82BGmd,U,GAAa,K,CA92BhBnd,Y,CAu3BGod,a,GAAgB,M,CAv3BnBpd,Y,CAw3BGqd,a,GAAgB,M,CAx3BnBrd,Y,CAy3BGsd,iB,GAAoB,K,CAz3BvBtd,Y,CA03BGud,W,GAAc,M,CA13BjBvd,Y,CA23BGwd,Q,GAAW,M,CA33Bdxd,Y,CA43BGyd,O,GAAU,uB,CA53Bbzd,Y,CA63BG0d,U,GAAa,O,CA73BhB1d,Y,CA83BG2d,c,GAAiB,S,CA93BpB3d,Y,CA+3BG4d,iB,GAAoB,M,CA/3BvB5d,Y,CAg4BG6d,e,GAAkB,0B,CAh4BrB7d,Y,CAi4BG8d,oB,GAAuB,O,CAj4B1B9d,Y,CAk4BG+d,c,GAAiB,K,CAl4BpB/d,Y,CAq4BG8G,sB,GAAyB,S,CAr4B5B9G,Y,CAk5BGge,U,GAAa,M,CAl5BhBhe,Y,CAm5BGie,U,GAAa,gC,CAn5BhBje,Y,CAo5BGke,Y,GAAe,K,CAp5BlBle,Y,CAq5BGme,Y,GAAe,K,CAr5BlBne,Y,CAg6BGiH,iB,GAAoB,M,CAh6BvBjH,Y,CAi6BGkH,e,GAAkB,K,CAj6BrBlH,Y,CAk6BGmH,wB,GAA2B,K,CAl6B9BnH,Y,CAm6BGoe,uB,GAA0B,K,CAn6B7Bpe,Y,CAk7BGgH,gB,GAAmB,K,CAl7BtBhH,Y,CAm7BGqe,gB,GAAmB,K,CAn7BtBre,Y,CAo7BGse,oB,GAAuB,K,CAp7B1Bte,Y,CAq7BGue,sB,GAAyB,K,CAr7B5Bve,Y,CAs7BGwe,sB,GAAyB,K,CAt7B5Bxe,Y,CAg8BGye,oB,GAAuB,S,CAh8B1Bze,Y,CAi8BG0e,yB,GAA4B,M,CAj8B/B1e,Y,CAk8BG2e,qB,GAAwB,W,CAl8B3B3e,Y,CAu8BG4e,oB,GAAuB,M,CAv8B1B5e,Y,CAw8BG6e,kB,GAAqB,M,CAx8BxB7e,Y,CAy8BG8e,kB,GAAqB,K,CAz8BxB9e,Y,CA08BG+e,oB,GAAuB,M,CA18B1B/e,Y,CA28BGgf,uB,GAA0B,K,CA38B7Bhf,Y,CA48BGif,4B,GAA+B,K,CA58BlCjf,Y,CA88BGkf,wB,GAA2B,S,CA98B9Blf,Y,CA+8BGmf,oB,GAAuB,K,CA/8B1Bnf,Y,CAg9BGof,wB,GAA2B,K,CAh9B9Bpf,Y,CA49BGqf,gC,GAAmC,K,CA59BtCrf,Y,CAm+BGsH,Y,GAAe,M,CAn+BlBtH,Y,CAo+BGsf,W,GAAc,M,CAp+BjBtf,Y,CA2+BGyH,Q,GAAW,M,CA3+BdzH,Y,CA++BGuf,e,GAAkB,M,CA/+BrBvf,Y,CAg/BGwf,sB,GAAyB,M,CAh/B5Bxf,Y,CAi/BGyf,Y,GAAe,M,CAj/BlBzf,Y,CAq/BG0f,uB,GAA0B,S,CAr/B7B1f,Y,CAs/BG2f,a,GAAgB,S,CAt/BnB3f,Y,CAu/BG4f,oB,GAAuB,S,CAv/B1B5f,Y,CAw/BG6f,e,GAAkB,S,CAx/BrB7f,Y,CAigCG2H,iB,GAAoB,qB,CAjgCvB3H,Y,CAqhCG8f,a,GAAgB,4C,CArhCnB9f,Y,CAshCG+f,c,GAAiB,S,CAthCpB/f,Y,CAgiCGggB,gB,GAAmB,M,CAhiCtBhgB,Y,CAiiCGigB,mB,GAAsB,K,CAjiCzBjgB,Y,CAoiCG8F,W,GAAc,M,CApiCjB9F,Y,CAqiCG+F,iB,GAAoB,K,CAriCvB/F,Y,CAsiCGkgB,gB,GAAmB,a,CAtiCtBlgB,Y,CAuiCGmgB,e,GAAkB,6C,CAviCrBngB,Y,CAwiCG0G,c,GAAiB,kC,CAxiCpB1G,Y,CA+iCGiG,c,GAAiB,K,CA/iCpBjG,Y,CAgjCGogB,e,GAAkB,M,CAhjCrBpgB,Y,CAijCGqgB,e,GAAkB,M,CAjjCrBrgB,Y,CAkjCGkG,W,GAAc,M,CAljCjBlG,Y,CAmjCGgG,Y,GAAe,K,CAnjClBhG,Y,CAyjCG2C,W,GAAc,M,CAzjCjB3C,Y,CA0jCG0C,O,GAAU,O,CA1jCb1C,Y,CA2jCGsgB,c,GAAiB,S,CA3jCpBtgB,Y,CA4jCGugB,U,GAAa,S,CA5jChBvgB,Y,CA6jCGwgB,U,GAAa,O,CA7jChBxgB,Y,CA8mCGygB,kB,GAAqB,K,CA9mCxBzgB,Y,CA+mCG0gB,mB,GAAsB,M,CA/mCzB1gB,Y,CAgnCG2gB,kB,GAAqB,M,CAhnCxB3gB,Y,CAinCG4gB,iB,GAAoB,K,CAjnCvB5gB,Y,CAknCG6gB,kB,GAAqB,K,CAlnCxB7gB,Y,CAmnCG8gB,iB,GAAoB,M,CAnnCvB9gB,Y,CAonCG+gB,kB,GAAqB,M,CApnCxB/gB,Y,CAqnCGghB,mB,GAAsB,M,CArnCzBhhB,Y,CAsnCGihB,kB,GAAqB,M,CAtnCxBjhB,Y,CAyoCGkhB,sB,GAAyB,K,CAzoC5BlhB,Y,CA0oCGmhB,uB,GAA0B,K,CA1oC7BnhB,Y,CA2oCGohB,sB,GAAyB,K,CA3oC5BphB,Y,CAwpCGmC,mB,GAAsB,qB,CAxpCzBnC,Y,CA6qCGqhB,e,GAAkB,M,CA7qCrBrhB,Y,CA8qCGshB,kB,GAAqB,K,CA9qCxBthB,Y,CAorCGuhB,kB,GAAqB,K,CAprCxBvhB,Y,CAqrCGwhB,e,GAAkB,S,CArrCrBxhB,Y,CAsrCGyhB,a,GAAgB,S,CAtrCnBzhB,Y,CAgsCG0hB,c,GAAiB,M,CAhsCpB1hB,Y,CA0sCG2hB,oB,GAAuB,M,CA1sC1B3hB,Y,CAutCG4hB,oB,GAAuB,K,CAvtC1B5hB,Y,CAouCG6hB,U,GAAa,M,CApuChB7hB,Y,CA4vCGsJ,U,GAAa,M,CA5vChBtJ,Y,CA4wCG8hB,c,GAAiB,M,CA5wCpB9hB,Y,CAmxCG+hB,oB,GAAuB,K,CAnxC1B/hB,Y,CAmyCGgiB,a,GAAgB,O,CAnyCnBhiB,Y,CAoyCGiiB,gB,GAAmB,K,CApyCtBjiB,Y,CA2yCGkiB,sB,GAAyB,qB,CA3yC5BliB,Y,CAqzCGmiB,kB,GAAqB,qB,CArzCxBniB,Y,CAszCGoiB,2B,GAA8B,a,CAtzCjCpiB,Y,CAq0CGqiB,e,GAAkB,K,CAr0CrBriB,Y,CA40CG4J,S,GAAY,M,CA50Cf5J,Y,CAw1CGsiB,e,GAAkB,K,CAx1CrBtiB,Y,CA81CGuiB,kB,GAAqB,K,CA91CxBviB,Y,CA+1CGwiB,Y,GAAe,M,CA/1ClBxiB,Y,CAg2CGyiB,Y,GAAe,M,CAh2ClBziB,Y,CA62CGyJ,c,GAAiB,M,CA72CpBzJ,Y,CA03CG0iB,gB,GAAmB,M,CA13CtB1iB,Y,CA23CG2iB,iB,GAAoB,M,CA33CvB3iB,Y,CAk4CG4iB,uB,GAA0B,a,CAl4C7B5iB,Y,CAm4CG6iB,uB,GAA0B,M,CAn4C7B7iB,Y,CA64CG8iB,mB,GAAsB,c,CA74CzB9iB,Y,CA84CG2J,4B,GAA+B,K,CA94ClC3J,Y,CA+4CG+iB,kB,GAAqB,K,CA/4CxB/iB,Y,CAk5CGgjB,uB,GAA0B,K,CAl5C7BhjB,Y,CAw5CGkK,W,GAAc,M,CAx5CjBlK,Y,CAo6CGijB,c,GAAiB,K,CAp6CpBjjB,Y,CAy+CGkjB,sB,GAAyB,K,CAz+C5BljB,Y,CA0+CGmjB,uB,GAA0B,M,CA1+C7BnjB,Y,CA2+CGojB,sB,GAAyB,M,CA3+C5BpjB,Y,CA8+CGqjB,oB,GAAuB,K,CA9+C1BrjB,Y,CAghDGsjB,2B,GAA8B,K,CAhhDjCtjB,Y,CAihDGujB,4B,GAA+B,M,CAjhDlCvjB,Y,CAkhDGwjB,2B,GAA8B,M,CAlhDjCxjB,Y,CAkkDGyjB,qB,GAAwB,M,CAlkD3BzjB,Y,CAmkDG0jB,wB,GAA2B,Q,CAnkD9B1jB,Y,CAokDG2jB,6B,GAAgC,iB,CApkDnC3jB,Y,CAqkDG4jB,uB,GAA0B,qC,CArkD7B5jB,Y,CA4kDG6jB,2B,GAA8B,K,CA5kDjC7jB,Y,CA6kDG8jB,6B,GAAgC,M,CA7kDnC9jB,Y,CAglDG+jB,4B,GAA+B,K,CAhlDlC/jB,Y,CAilDGgkB,iC,GAAoC,M,CAjlDvChkB,Y,CAklDGikB,6B,GAAgC,0B,CAllDnCjkB,Y,CAmlDGkkB,mC,GAAsC,0B,CAnlDzClkB,Y,CAslDGmkB,gC,GAAmC,M,CAtlDtCnkB,Y,CAulDGokB,kC,GAAqC,K,CAvlDxCpkB,Y,CAwlDGqkB,qC,GAAwC,M,CAxlD3CrkB,Y,CAylDGskB,uC,GAA0C,G,CAzlD7CtkB,Y,CA+lDGukB,kB,GAAqB,K,CA/lDxBvkB,Y,CAgmDGwkB,iB,GAAoB,M,CAhmDvBxkB,Y,CAimDGykB,oB,GAAuB,O,CAjmD1BzkB,Y,CAkmDG0kB,e,GAAkB,K,CAlmDrB1kB,Y,CAmmDG2kB,gB,GAAmB,K,CAnmDtB3kB,Y,CAomDG4kB,kB,GAAqB,M,CApmDxB5kB,Y,CAqmDG6kB,iB,GAAoB,M,CArmDvB7kB,Y,CAsmDG8kB,2B,GAA8B,a,CAtmDjC9kB,Y,CAumDG+kB,uC,GAA0C,K,CAvmD7C/kB,Y,CAwmDGglB,oC,GAAuC,M,CAxmD1ChlB,Y,CAymDGilB,iC,GAAoC,O,CAzmDvCjlB,Y,CA0mDGklB,yC,GAA4C,K,CA1mD/CllB,Y,CA6mDGmlB,iB,GAAoB,O,CA7mDvBnlB,Y,CA8mDGolB,c,GAAiB,M,CA9mDpBplB,Y,CAwnDGqlB,oB,GAAuB,K,CAxnD1BrlB,Y,CA4nDGslB,wB,GAA2B,K,CA5nD9BtlB,Y,CA6nDGulB,uB,GAA0B,qB,CA7nD7BvlB,Y,CAioDGwlB,uB,GAA0B,Q,CAjoD7BxlB,Y,CAwoDGylB,oB,GAAuB,M,CAxoD1BzlB,Y,CAyoDG0lB,qB,GAAwB,S,CAzoD3B1lB,Y,CA0oDG2lB,0B,GAA6B,M,CA1oDhC3lB,Y,CAipDG4lB,sB,GAAyB,S,CAjpD5B5lB,Y,CAkpDG6lB,+B,GAAkC,S,CAlpDrC7lB,Y,CAmpDG8lB,6B,GAAgC,S,CAnpDnC9lB,Y,CAopDG+lB,6B,GAAgC,S,CAppDnC/lB,Y,CAqpDGgmB,6B,GAAgC,S,CArpDnChmB,Y,CAypDGimB,qB,GAAwB,M;;AAIjC,IAAMC,oBAAoB,GAAG,iCAAclmB,YAAd,CAA7B,C","sourcesContent":["import * as ColorFunctions from '../../lib/styles/ColorFunctions';\nimport { exposeGetters } from '../../lib/theming/ThemeHelpers';\n\nexport class DefaultTheme {\n //#region Common variables\n public static fontFamilyCompensationBaseline = '0px'; // deprecated\n public static labGrotesqueBaselineCompensation = '1';\n public static brandXLight = '#cae5f5';\n public static brandLight = '#3094d0';\n public static brand = '#2291ff';\n public static brandDark = '#1363a0';\n public static brandXDark = '#084f85';\n public static white = '#fff';\n public static grayXxLight = '#f2f2f2';\n public static grayXLight = '#ebebeb';\n public static grayLight = '#a0a0a0';\n public static gray = '#858585';\n public static grayDark = '#333';\n public static black = '#000';\n public static blueXxLight = '#cdedff';\n public static blueLight = '#1f87ef';\n public static blue = '#1874cf';\n public static blueDark = '#1874cf';\n public static blueXDark = '#044785';\n public static greenXxLight = '#d7f8ae';\n public static green = '#538a1b';\n public static greenDark = '#477916';\n public static redXxLight = '#ffddd6';\n public static red = '#dd473b';\n public static redDark = '#cb3d35';\n public static yellowXxLight = '#ffeec2';\n public static yellow = '#fcb73e';\n public static yellowDark = '#ef8b17';\n public static bgDefault = '#fff';\n public static get bgSecondary() {\n return this.bgDefault;\n }\n public static bgDisabled = '#f6f6f6';\n public static errorMain = '#dd473b';\n public static errorSecondary = '#ffd6d6';\n public static errorText = '#cb3d35';\n public static warningMain = '#fcb73e';\n public static warningSecondary = '#fff0bc';\n public static warningText = '#d97e00';\n public static borderColorFocusLight = '#cdedff';\n public static borderColorGrayDark = 'rgba(0, 0, 0, 0.28)';\n public static borderColorGrayLight = 'rgba(0, 0, 0, 0.16)';\n public static get borderColorDisabled() {\n return this.bgDisabled;\n }\n public static placeholderColor = '#adadad';\n public static outlineColorFocus = '#fff';\n public static placeholderColorLight = '#cdcdcd';\n public static blinkColor = 'rgba(0, 136, 255, 0.2)';\n public static controlBorderWidth = '1px';\n public static controlOutlineWidth = '2px';\n public static controlLineHeightSmall = '20px';\n public static controlLineHeightMedium = '22px';\n public static controlLineHeightLarge = '24px';\n public static controlPaddingYSmall = '5px';\n public static controlPaddingYMedium = '8px';\n public static controlPaddingYLarge = '11px';\n public static textColorDefault = '#222222';\n public static textColorInvert = '#fff';\n public static textColorDisabled = '#adadad';\n public static textColorDisabledContrast = '#858585';\n public static fontSizeSmall = '14px';\n public static fontSizeMedium = '16px';\n public static fontSizeLarge = '18px';\n public static fontSizeMobile = '18px';\n public static lineHeightMobile = '24px';\n public static specificityLevel = '0';\n public static fixedPanelShadow = '0 0 16px 1px rgba(0, 0, 0, 0.3)';\n public static get bgActive() {\n return this.blueLight;\n }\n public static get borderColorFocus() {\n return this.blueLight;\n }\n public static get borderColorError() {\n return this.errorMain;\n }\n public static get borderColorWarning() {\n return this.warningMain;\n }\n public static controlHeightSmall = '32px';\n public static controlHeightMedium = '40px';\n public static controlHeightLarge = '48px';\n public static mobileMediaQuery = '(max-width: 576px) and (hover: none) and (pointer: coarse)';\n\n //#endregion\n //#region Link\n public static linkColor = '#1874cf';\n public static linkActiveColor = '#1260ae';\n public static linkHoverTextDecoration = 'underline';\n public static linkSuccessColor = '#477916';\n public static linkSuccessHoverColor = '#477916';\n public static linkSuccessActiveColor = '#325a0c';\n public static linkDangerColor = '#cb3d35';\n public static linkDangerHoverColor = '#cb3d35';\n public static linkDangerActiveColor = '#a92a27';\n public static linkIconMarginRight = '4px';\n public static get linkHoverColor() {\n return this.linkColor;\n }\n public static get linkDisabledColor() {\n return this.textColorDisabled;\n }\n public static linkButtonLineHeight = '34px';\n public static linkButtonPaddingX = '10px';\n //#endregion\n //#region Token\n public static tokenDisabledBg = 'rgba(0, 0, 0, 0.05)';\n public static get tokenTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get tokenFontSize() {\n return this.fontSizeSmall;\n }\n public static tokenMarginY = '2px';\n public static tokenMarginX = '4px';\n public static get tokenLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static tokenPaddingY = '1px';\n public static tokenPaddingX = '3px';\n public static tokenMarginBeforeIcon = '4px';\n public static tokenRemoveIconSize = '8px';\n public static tokenRemoveIconPaddingY = '4px';\n public static tokenRemoveIconPaddingX = '4px';\n public static tokenRemoveIconGap = '4px';\n public static tokenRemoveIconBoxSizing = 'content-box';\n public static tokenBorderRadius = '1px';\n public static tokenBorderWidth = '1px';\n public static tokenBorderColorDisabled = 'rgba(0, 0, 0, 0.15)';\n public static get tokenDefaultIdle() {\n return this.grayXLight;\n }\n public static get tokenDefaultActive() {\n return this.brand;\n }\n public static get tokenGrayIdle() {\n return this.grayXLight;\n }\n public static get tokenGrayActive() {\n return this.grayDark;\n }\n public static get tokenBlueIdle() {\n return this.blueLight;\n }\n public static get tokenBlueActive() {\n return this.blueDark;\n }\n public static get tokenGreenIdle() {\n return this.greenXxLight;\n }\n public static get tokenGreenActive() {\n return this.greenDark;\n }\n public static get tokenYellowIdle() {\n return this.yellowXxLight;\n }\n public static get tokenYellowActive() {\n return this.yellowDark;\n }\n public static get tokenRedIdle() {\n return this.redXxLight;\n }\n public static get tokenRedActive() {\n return this.redDark;\n }\n public static get tokenWhite() {\n return this.white;\n }\n public static get tokenBlack() {\n return this.black;\n }\n public static get tokenBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get tokenBorderColorError() {\n return this.borderColorError;\n }\n public static tokenOutlineWidth = '2px';\n public static tokenLegacyTextShift = '0px';\n public static get tokenPaddingYDisabled() {\n return this.tokenPaddingY;\n }\n public static get tokenPaddingXDisabled() {\n return this.tokenPaddingX;\n }\n public static get tokenMarginYDisabled() {\n return this.tokenMarginY;\n }\n public static get tokenMarginXDisabled() {\n return this.tokenMarginX;\n }\n public static get tokenShadowDisabled() {\n return `0 0 0 ${this.tokenBorderWidth} ${this.borderColorDisabled}`;\n }\n //#endregion\n //#region TokenInput\n public static get tokenInputBorderColor() {\n return this.inputBorderColor;\n }\n public static get tokenInputBorderColorFocus() {\n return this.inputBorderColorFocus;\n }\n public static get tokenInputBorderColorError() {\n return this.inputBorderColorError;\n }\n public static get tokenInputBorderColorWarning() {\n return this.inputBorderColorWarning;\n }\n public static get tokenInputBorderTopColor() {\n return this.inputBorderTopColor;\n }\n public static tokenInputBorderRadius = '0px';\n public static get tokenInputPlaceholderColor() {\n return this.inputPlaceholderColor;\n }\n public static get tokenInputPlaceholderColorLight() {\n return this.inputPlaceholderColorLight;\n }\n public static get tokenInputDisabledBg() {\n return this.inputDisabledBg;\n }\n public static get tokenInputDisabledBorderColor() {\n return this.inputDisabledBorderColor;\n }\n public static get tokenInputBorderWidth() {\n return this.inputBorderWidth;\n }\n public static get tokenInputOutlineWidth() {\n return this.inputOutlineWidth;\n }\n public static get tokenInputBg() {\n return this.inputBg;\n }\n public static get tokenInputShadow() {\n return this.inputShadow;\n }\n public static get tokenInputTextColor() {\n return this.inputTextColor;\n }\n public static get tokenInputTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get tokenInputPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static tokenInputPaddingY = '2px';\n public static tokenInputPaddingX = '4px';\n public static get tokenInputFontSize() {\n return this.inputFontSizeSmall;\n }\n public static tokenInputLineHeight = '22px';\n\n public static tokenInputInputPaddingLeft = '5px';\n\n public static get tokenInputInputPaddingRight() {\n const paddingX = parseInt(this.tokenPaddingX, 10) || 0;\n const removeIconMarginX = parseInt(this.tokenRemoveIconGap, 10) || 0;\n const removeIconSizeX = parseInt(this.tokenInputFontSize, 10) || 0;\n return `${paddingX + removeIconSizeX + removeIconMarginX}px`;\n }\n //#endregion\n //#region Loader\n public static loaderBg = 'rgba(255, 255, 255, 0.8)';\n public static loaderOpacity = '0.8';\n //#endregion\n //#region Button\n public static btnBackgroundClip = 'padding-box';\n public static btnArrowBgImageActive = 'none';\n public static btnArrowBgImageChecked = 'none';\n public static btnLinkBorderRadius = '2px';\n public static btnFocusShadowWidth = '2px';\n public static btnDisabledBorderColor = 'rgba(0, 0, 0, 0.05)';\n public static btnCheckedBg = '#7e7e7e';\n public static btnCheckedDisabledBg = '#a0a0a0';\n public static btnCheckedDisabledColor = 'rgba(255, 255, 255, 0.7)';\n public static btnCheckedTextColor = '#fff';\n public static get btnCheckedDisabledBorderColor() {\n return this.btnCheckedDisabledBg;\n }\n public static btnCheckedShadow = 'none';\n public static btnCheckedDisabledShadow = 'none';\n public static btnBorderRadiusSmall = '1px';\n public static btnBorderRadiusMedium = '1px';\n public static btnBorderRadiusLarge = '1px';\n public static get btnBorderWidth() {\n return this.controlBorderWidth;\n }\n public static btnInsetWidth = '1px';\n public static get btnOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static btnPaddingXSmall = '15px';\n public static btnPaddingXMedium = '15px';\n public static btnPaddingXLarge = '19px';\n public static btnIconGapSmall = '4px';\n public static btnIconGapMedium = '4px';\n public static btnIconGapLarge = '4px';\n public static btnIconSizeSmall = '16px';\n public static btnIconSizeMedium = '18px';\n public static btnIconSizeLarge = '20px';\n public static btnDefaultBg = '#fff';\n public static btnDefaultBgStart = 'none';\n public static btnDefaultBgEnd = 'none';\n public static get btnDefaultCheckedBorderColor() {\n return this.btnCheckedBg;\n }\n public static get btnDefaultTextColor() {\n return this.textColorDefault;\n }\n public static btnDefaultHoverBg = '#f2f2f2';\n public static btnDefaultHoverBgStart = 'none';\n public static btnDefaultHoverBgEnd = 'none';\n public static btnDefaultActiveBg = '#ebebeb';\n public static btnDefaultHoverBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultHoverBorderBottomColor = '';\n public static btnDefaultActiveBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultActiveBorderTopColor = '';\n public static btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultBorderBottomColor = '';\n public static btnDefaultActiveShadow = 'none';\n public static btnSuccessBg = '#538a1b';\n public static btnSuccessHoverBg = '#477916';\n public static btnSuccessHoverBorderColor = '#477916';\n public static btnSuccessHoverBorderBottomColor = '';\n public static btnSuccessBorderColor = '#538a1b';\n public static btnSuccessBorderBottomColor = '';\n public static btnSuccessBgStart = 'none';\n public static btnSuccessBgEnd = 'none';\n public static btnSuccessTextColor = '#fff';\n public static btnSuccessHoverBgStart = 'none';\n public static btnSuccessHoverBgEnd = 'none';\n public static btnSuccessActiveBg = '#3a6710';\n public static btnSuccessActiveBorderColor = '#3a6710';\n public static btnSuccessActiveBorderTopColor = '';\n public static btnSuccessActiveShadow = 'none';\n public static btnPrimaryBg = '#1c7edf';\n public static btnPrimaryHoverBg = '#1874cf';\n public static btnPrimaryHoverBorderColor = '#1874cf';\n public static btnPrimaryHoverBorderBottomColor = '';\n public static btnPrimaryBorderColor = '#1c7edf';\n public static btnPrimaryBorderBottomColor = '';\n public static btnPrimaryBgStart = 'none';\n public static btnPrimaryBgEnd = 'none';\n public static btnPrimaryTextColor = '#fff';\n public static btnPrimaryHoverBgStart = 'none';\n public static btnPrimaryHoverBgEnd = 'none';\n public static btnPrimaryActiveBg = '#156abe';\n public static btnPrimaryActiveBorderColor = '#156abe';\n public static btnPrimaryActiveBorderTopColor = '';\n public static btnPrimaryActiveShadow = 'none';\n public static btnDangerBg = '#dd473b';\n public static btnDangerHoverBg = '#cb3d35';\n public static btnDangerHoverBorderColor = '#cb3d35';\n public static btnDangerHoverBorderBottomColor = '';\n public static btnDangerBorderColor = '#dd473b';\n public static btnDangerBorderBottomColor = '';\n public static btnDangerBgStart = 'none';\n public static btnDangerBgEnd = 'none';\n public static btnDangerTextColor = '#fff';\n public static btnDangerHoverBgStart = 'none';\n public static btnDangerHoverBgEnd = 'none';\n public static btnDangerActiveBg = '#ba342e';\n public static btnDangerActiveBorderColor = '#ba342e';\n public static btnDangerActiveBorderTopColor = '';\n public static btnDangerActiveShadow = 'none';\n public static btnPayBg = '#fcb73e';\n public static btnPayHoverBg = '#fda70c';\n public static btnPayHoverBorderColor = '#fda70c';\n public static btnPayHoverBorderBottomColor = '';\n public static btnPayBorderColor = '#fcb73e';\n public static btnPayBorderBottomColor = '';\n public static btnPayBgStart = 'none';\n public static btnPayBgEnd = 'none';\n public static get btnPayTextColor() {\n return this.textColorDefault;\n }\n public static btnPayHoverBgStart = 'none';\n public static btnPayHoverBgEnd = 'none';\n public static btnPayActiveBg = '#f69912';\n public static btnPayActiveBorderColor = '#f69912';\n public static btnPayActiveBorderTopColor = '';\n public static btnPayActiveShadow = 'none';\n public static btnMenuArrowColor = '#a6a6a6';\n public static get btnFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get btnFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get btnFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get btnLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get btnLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get btnLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get btnPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get btnPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get btnPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get btnDisabledBg() {\n return this.bgDisabled;\n }\n public static get btnBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get btnBorderColorError() {\n return this.borderColorError;\n }\n public static get btnHeightSmall() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYSmall, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightSmall, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnHeightMedium() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYMedium, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightMedium, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnHeightLarge() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYLarge, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightLarge, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnLinkColor() {\n return this.linkColor;\n }\n public static get btnLinkHoverColor() {\n return this.linkHoverColor;\n }\n public static get btnLinkActiveColor() {\n return this.linkActiveColor;\n }\n public static get btnLinkHoverTextDecoration() {\n return this.linkHoverTextDecoration;\n }\n public static get btnLinkIconMarginRight() {\n return this.linkIconMarginRight;\n }\n public static get btnErrorSecondary() {\n return this.errorSecondary;\n }\n public static get btnWarningSecondary() {\n return this.warningSecondary;\n }\n public static get btnOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n public static btnInsetColor = '#fff';\n public static get btnBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get btnLinkDisabledColor() {\n return this.linkDisabledColor;\n }\n public static get btnDisabledTextColor() {\n return this.textColorDisabledContrast;\n }\n //#endregion\n //#region Select\n public static selectPlaceholderColor = '#adadad';\n public static get selectBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get selectPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get selectOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get selectLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get selectFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static selectPaddingXSmall = '7px';\n public static get selectPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get selectBorderRadiusSmall() {\n return this.btnBorderRadiusSmall;\n }\n public static selectIconGapSmall = '4px';\n public static get selectLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get selectFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static selectPaddingXMedium = '11px';\n public static get selectPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get selectBorderRadiusMedium() {\n return this.btnBorderRadiusMedium;\n }\n public static selectIconGapMedium = '8px';\n public static get selectLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get selectFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static selectPaddingXLarge = '15px';\n public static get selectPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get selectBorderRadiusLarge() {\n return this.btnBorderRadiusLarge;\n }\n public static selectIconGapLarge = '12px';\n public static get selectMenuArrowColor() {\n return this.btnMenuArrowColor;\n }\n public static get selectMenuArrowColorDisabled() {\n return this.selectMenuArrowColor;\n }\n public static get selectIconSizeSmall() {\n return this.btnIconSizeSmall;\n }\n public static get selectIconSizeMedium() {\n return this.btnIconSizeMedium;\n }\n public static get selectIconSizeLarge() {\n return this.btnIconSizeLarge;\n }\n public static selectRootWidthMobile = 'auto';\n public static get selectTextColorDisabled() {\n return this.btnDisabledTextColor;\n }\n public static get selectBgDisabled() {\n return this.btnDisabledBg;\n }\n public static get selectBorderColorDisabled() {\n return this.btnDisabledBorderColor;\n }\n //#endregion\n //#region Tooltip\n public static tooltipPaddingY = '16px';\n public static tooltipPaddingX = '16px';\n public static tooltipCloseBtnPadding = '8px';\n public static tooltipCloseBtnColor = 'rgba(0, 0, 0, 0.32)';\n public static tooltipCloseBtnHoverColor = 'rgba(0, 0, 0, 0.5)';\n public static get tooltipTextColor() {\n return this.textColorDefault;\n }\n public static get tooltipBorder() {\n return this.popupBorder;\n }\n public static get tooltipBorderRadius() {\n return this.popupBorderRadius;\n }\n public static tooltipPinOffset = '0px'; // deprecated\n public static tooltipPinOffsetX = '16px';\n public static tooltipPinOffsetY = '18px';\n public static tooltipMargin = '10px';\n public static get tooltipPinSize() {\n return this.popupPinSize;\n }\n public static get tooltipFontSize() {\n return this.fontSizeSmall;\n }\n public static get tooltipLineHeight() {\n return this.controlLineHeightSmall;\n }\n //#endregion\n //#region TooltipMenu\n public static get tooltipMenuPinOffset() {\n return this.popupPinOffset;\n }\n public static get tooltipMenuMargin() {\n return this.popupMargin;\n }\n public static get tooltipMenuPinSize() {\n return this.popupPinSize;\n }\n //#endregion\n //#region Kebab\n public static get kebabPinOffset() {\n return this.popupPinOffset;\n }\n public static get kebabPinSize() {\n return this.popupPinSize;\n }\n public static kebabMargin = '4px';\n public static kebabBackground = 'transparent';\n public static kebabBackgroundHover = 'rgba(0, 0, 0, 0.09)';\n public static kebabBorderRadius = '50%';\n public static kebabBorder = '2px solid transparent';\n //#endregion\n //#region Modal\n public static modalBackBg = '#222';\n public static get modalBg() {\n return this.bgSecondary;\n }\n public static modalBackOpacity = '0.6';\n public static modalCloseButtonColor = 'rgba(0, 0, 0, 0.32)';\n public static modalCloseButtonDisabledColor = '#8b8b8b';\n public static modalCloseButtonHoverColor = 'rgba(0, 0, 0, 0.865)';\n public static modalCloseButtonPadding = '36px';\n public static modalCloseButtonLegacyShift = '0px';\n public static modalCloseButtonBottomPadding = '20px';\n public static modalCloseButtonClickArea = '10px';\n public static modalCloseIconSize = '12px';\n public static modalCloseLegacyGap = '0px';\n public static modalCloseWrapperLegacyGap = '0px';\n public static modalBorderRadius = '0px';\n public static get modalFixedHeaderBg() {\n return this.bgSecondary;\n }\n public static get modalFixedHeaderShadow() {\n return this.fixedPanelShadow;\n }\n public static modalFixedHeaderBorder = 'none';\n public static modalFixedFooterBorder = 'none';\n public static get modalFixedFooterShadow() {\n return this.fixedPanelShadow;\n }\n public static modalFixedPanelShadow = 'none';\n public static modalFooterBg = '#ebebeb';\n public static modalAdaptiveThreshold = '425px';\n public static modalPaddingTop = '24px';\n public static modalPaddingLeft = '32px';\n public static modalPaddingRight = '36px';\n public static modalHeaderFontSize = '24px';\n public static get modalHeaderTextColor() {\n return this.textColorDefault;\n }\n public static modalHeaderLineHeight = '32px';\n public static modalHeaderPaddingBottom = '16px';\n public static modalHeaderPaddingTop = '24px';\n public static get modalFixedHeaderPaddingBottom() {\n return `${Math.round(parseInt(this.modalHeaderPaddingBottom) / 2)}px`;\n }\n public static modalBodyTextColor = 'inherit';\n public static modalFooterTextColor = 'inherit';\n public static modalBodyPaddingBottom = '24px';\n public static modalFooterPaddingTop = '0px';\n public static modalFooterPaddingBottom = '32px';\n public static modalPaddingBottom = '40px';\n public static modalFooterPanelPaddingTop = '20px';\n public static modalFooterPanelPaddingBottom = '20px';\n public static mobileModalCloseButtonRightPadding = '16px';\n public static mobileModalCloseButtonTopPadding = '12px';\n public static mobileModalCloseButtonClickArea = '16px';\n public static mobileModalCloseIconSize = '12px';\n public static mobileModalHeaderFontSize = '24px';\n public static mobileModalHeaderLineHeight = '32px';\n public static mobileModalHeaderPadding = '16px';\n public static mobileModalBodyPadding = '16px';\n public static mobileModalBodyFontSize = '16px';\n public static mobileModalFooterPadding = '16px';\n public static mobileModalPaddingBottom = '16px';\n //#endregion\n //#region SidePage\n public static sidePageFooterPanelBg = '#ebebeb';\n public static sidePageBackingBg = '#222';\n public static sidePageBackingBgOpacity = '0.6';\n public static sidePageCloseButtonColor = 'rgba(0, 0, 0, 0.374)';\n public static sidePageCloseButtonHoverColor = 'rgba(0, 0, 0, 0.5)';\n public static sidePageContainerShadow = '0 5px 10px rgba(0, 0, 0, 0.2)';\n public static mobileSidePagePaddingLeft = '16px';\n public static mobileSidePagePaddingRight = '16px';\n public static mobileSidePagePaddingTop = '16px';\n public static mobileSidePagePaddingBottom = '16px';\n public static mobileSidePageFooterPadding = '16px';\n public static sidePagePaddingLeft = '32px';\n public static sidePagePaddingRight = '36px';\n public static sidePagePaddingTop = '24px';\n public static sidePagePaddingBottom = '40px';\n public static sidePageFooterPaddingTop = '24px';\n public static sidePageFooterPaddingBottom = '32px';\n public static get sidePageBgDefault() {\n return this.bgSecondary;\n }\n public static get sidePageHeaderTextColor() {\n return this.textColorDefault;\n }\n public static sidePageBodyTextColor = 'inherit';\n public static sidePageFooterTextColor = 'inherit';\n public static sidePageHeaderFontSize = '24px';\n public static sidePageHeaderLineHeight = '32px';\n public static sidePageHeaderPaddingBottom = '16px';\n public static sidePageHeaderPaddingTop = '24px';\n public static sidePageHeaderFixedFontSize = '18px';\n public static sidePageHeaderFixedLineHeight = '28px';\n public static sidePageHeaderFixedPaddingY = '10px';\n public static sidePageHeaderStickyOffset = '5px';\n public static sidePageCloseButtonPadding = '36px';\n public static mobileSidePageCloseButtonPadding = '16px';\n public static sidePageCloseButtonLegacyPaddingLeft = '36px';\n public static sidePageFooterPanelPaddingTop = '20px';\n public static sidePageFooterPanelPaddingBottom = '20px';\n public static sidePageCloseIconSize = '12px';\n public static sidePageCloseButtonClickArea = '10px';\n public static mobileSidePageCloseButtonClickArea = '16px';\n public static get sidePageFixedHeaderShadow() {\n return this.fixedPanelShadow;\n }\n public static get sidePageFixedFooterShadow() {\n return this.fixedPanelShadow;\n }\n public static sidePageFixedPanelShadow = 'none';\n public static mobileSidePageHeaderFontSize = '24px';\n public static mobileSidePageHeaderLineHeight = '32px';\n public static mobileSidePageHeaderPaddingBottom = '16px';\n public static mobileSidePageHeaderPaddingTop = '16px';\n //#endregion\n //#region DateInput\n public static get dateInputIconColor() {\n return this.textColorDefault;\n }\n public static dateInputMaskColor = '#b8b8b8';\n public static dateInputComponentSelectedBgColor = '#cdedff';\n //#endregion\n //#region Calendar\n public static get calendarCellBg() {\n return this.bgSecondary;\n }\n public static calendarCellHoverColor = 'white';\n public static calendarCellActiveHoverColor = 'white';\n public static calendarCellWeekendColor = '#cb3d35';\n public static calendarCellTodayBorder = '1px solid rgba(0, 0, 0, 0.32)';\n public static calendarCellSelectedBgColor = '#ebebeb';\n public static calendarCellSelectedFontColor = 'inherit';\n public static calendarCellSize = '32px';\n public static get calendarCellLineHeight() {\n return `calc(${this.calendarCellSize} - 2px)`;\n }\n public static get calendarMonthHeaderStickedBgColor() {\n return this.bgSecondary;\n }\n public static calendarMonthTitleBorderBottomColor = '#dfdede';\n public static get calendarCellHoverBgColor() {\n return this.bgActive;\n }\n public static calendarPaddingX = '18px';\n public static calendarMonthTitleLineHeight = '20px';\n public static calendarMonthTitlePaddingTop = '12px';\n public static calendarMonthTitlePaddingBottom = '8px';\n public static calendarMonthTitleMarginX = '6px';\n public static calendarMonthTitleMarginBottom = '6px';\n public static calendarWrapperHeight = ' 330px';\n public static calendarMonthMarginBottom = '6px';\n public static calendarMaxMonthsToAppendOnScroll = '5';\n //#endregion\n //#region DatePicker\n public static dateSelectLineHeight = '20px';\n public static dateSelectFontSize = '14px';\n public static dateSelectFontWeight = 'bold';\n public static dateSelectMenuItemBgSelected = '#ececec';\n public static get dateSelectTextColorDisabled() {\n return this.textColorDisabled;\n }\n public static get dateSelectTextColorDefault() {\n return this.textColorDefault;\n }\n public static get dateSelectLinkColor() {\n return this.linkColor;\n }\n public static get dateSelectPopupBoxShadow() {\n return this.popupBoxShadow;\n }\n public static get dateSelectTextColorInvert() {\n return this.textColorInvert;\n }\n public static get datePickerOpenBtnColor() {\n return this.textColorDefault;\n }\n public static get pickerBg() {\n return this.bgSecondary;\n }\n public static pickerShadow = '0 4px 12px 0 rgba(0, 0, 0, 0.16)';\n public static get pickerTodayWrapperBgColor() {\n return this.bgSecondary;\n }\n public static pickerTodayWrapperBorderTop = '1px solid #dfdede';\n public static pickerTodayWrapperHoverBgColor = '#f5f5f5';\n public static pickerTodayWrapperFontSize = '14px';\n public static pickerTodayWrapperLineHeight = '20px';\n public static pickerTodayWrapperPaddingTop = '6px';\n public static pickerTodayWrapperPaddingBottom = '6px';\n //#endregion\n //#region DateSelect\n public static get dateSelectMenuBg() {\n return this.bgSecondary;\n }\n public static get dateSelectMenuItemBgActive() {\n return this.bgActive;\n }\n public static get dateSelectMenuItemBgDisabled() {\n return this.bgSecondary;\n }\n public static get dateSelectMenuItemFontActive() {\n return this.textColorInvert;\n }\n public static get dateSelectMenuItemFontSelected() {\n return this.textColorDefault;\n }\n public static get dateSelectMenuItemFontDisabled() {\n return this.textColorDisabled;\n }\n //#endregion\n //#region Paging\n public static get pagingFontSize() {\n return this.fontSizeMedium;\n }\n public static get pagingForwardIconSize() {\n return this.pagingFontSize;\n }\n public static pagingForwardIconMarginTop = '1px';\n public static pagingPageLinkPaddingX = '0.625em';\n public static pagingPageLinkPaddingY = '0.3125em';\n public static pagingPageLinkLegacyPaddingY = '0px';\n public static pagingPageLinkMinWidth = '0.75em';\n public static pagingPageForwardLinkMarginTop = '0.35em';\n public static pagingPageForwardLinkMarginLeft = '10px';\n public static pagingPageForwardLinkPaddingRight = '1.375em';\n public static pagingLineHeight = '1.375em';\n public static pagingDotsColor = 'gray';\n public static pagingDotsPadding = '0.375em 0.625em 0';\n public static pagingPageLinkActiveBg = 'rgba(0, 0, 0, 0.09)';\n public static get pagingPageLinkActiveColor() {\n return this.textColorDefault;\n }\n public static pagingPageLinkHoverBg = 'rgba(0, 0, 0, 0.05)';\n public static pagingPageLinkBorderRadius = '9999px';\n public static get pagingPageLinkHintColor() {\n return this.placeholderColor;\n }\n public static pagingPageLinkHintFontSize = '12px';\n public static pagingPageLinkHintLineHeight = '16px';\n public static pagingPageLinkMargin = '0px 1px';\n public static get pagingForwardLinkColor() {\n return this.linkColor;\n }\n public static get pagingForwardLinkDisabledColor() {\n return this.linkDisabledColor;\n }\n //#endregion\n //#region Hint\n public static get hintColor() {\n return this.textColorInvert;\n }\n public static get mobileHintColor() {\n return this.textColorDefault;\n }\n public static get hintFontSize() {\n return this.fontSizeSmall;\n }\n public static get hintLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static hintMaxWidth = '200px';\n public static hintPaddingY = '6px';\n public static hintPaddingX = '8px';\n public static hintTextAlign = 'center';\n public static hintBgColor = 'rgba(51, 51, 51, 0.8)';\n public static hintBorder = 'none';\n public static hintBorderRadius = '2px';\n public static hintPinOffset = '8px';\n public static hintMargin = '8px';\n //#endregion\n //#region Toast\n public static get toastFontSize() {\n return this.fontSizeSmall;\n }\n public static get toastLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static toastPaddingY = '10px';\n public static toastPaddingX = '16px';\n public static toastBorderRadius = '2px';\n public static toastBorder = 'none';\n public static toastTop = '24px';\n public static toastBg = 'rgba(51, 51, 51, 0.8)';\n public static toastColor = 'white';\n public static toastLinkColor = '#8fcdff';\n public static toastClosePadding = '16px';\n public static toastCloseColor = 'rgba(255, 255, 255, 0.6)';\n public static toastCloseHoverColor = 'white';\n public static toastCloseSize = '8px';\n //#endregion\n //#region Dropdown\n public static dropdownMenuSelectedBg = '#f1f1f1'; //deprecated\n public static get dropdownMenuHoverBg() {\n //deprecated\n return this.bgActive;\n }\n //#endregion\n //#region Menu\n public static get menuBgDefault() {\n return this.bgSecondary;\n }\n public static get menuBorderRadius() {\n return '0px';\n }\n public static menuBorder = 'none';\n public static menuShadow = '0 4px 12px rgba(0, 0, 0, 0.16)';\n public static menuPaddingY = '4px';\n public static menuPaddingX = '0px';\n // menuItem\n public static get menuItemTextColor() {\n return this.textColorDefault;\n }\n public static get menuItemSelectedBg() {\n return this.dropdownMenuSelectedBg;\n }\n public static get menuItemHoverBg() {\n return this.dropdownMenuHoverBg;\n }\n public static menuItemIconWidth = '16px';\n public static menuItemIconGap = '4px';\n public static menuItemIconLegacyMargin = '0px';\n public static menuItemIconLegacyShift = '0px';\n public static get menuItemPaddingForIcon() {\n return `${\n parseInt(this.menuItemPaddingX) +\n parseInt(this.menuItemIconWidth) +\n parseInt(this.menuItemIconGap) +\n parseInt(this.menuItemIconLegacyMargin)\n }px`;\n }\n public static get menuItemLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get menuItemFontSize() {\n return this.fontSizeSmall;\n }\n public static menuItemPaddingX = '8px';\n public static menuItemPaddingY = '6px';\n public static menuItemBorderRadius = '0px';\n public static menuItemLegacyPaddingX = '0px';\n public static menuItemLegacyPaddingY = '0px';\n public static get menuItemHoverColor() {\n return this.textColorInvert;\n }\n public static get menuItemDisabledColor() {\n return this.textColorDisabled;\n }\n public static get menuItemLinkColor() {\n return this.linkColor;\n }\n public static menuItemCommentColor = '#adadad';\n public static menuItemCommentColorHover = '#fff';\n public static menuItemPaddingMobile = '12px 16px';\n //menuHeader\n public static get menuHeaderColor() {\n return this.gray;\n }\n public static menuHeaderLineHeight = '16px';\n public static menuHeaderFontSize = '12px';\n public static menuHeaderPaddingX = '8px';\n public static menuHeaderPaddingTop = '12px';\n public static menuHeaderPaddingBottom = '4px';\n public static menuHeaderLegacyPaddingRight = '0px';\n //menuSeparator\n public static menuSeparatorBorderColor = '#ebebeb';\n public static menuSeparatorMarginY = '2px';\n public static menuSeparatorBorderWidth = '1px';\n //#endregion\n //#region Toggle\n public static get toggleFontSize() {\n return this.fontSizeSmall;\n }\n public static get toggleLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get toggleTextColor() {\n return this.textColorDefault;\n }\n public static toggleHandleActiveWidthIncrement = '4px';\n public static get toggleHandleBorderRadius() {\n const height = parseInt(this.toggleHeight, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n const handleSize = height - 2 * borderWidth;\n return `${handleSize / 2}px`;\n }\n public static toggleHeight = '20px';\n public static toggleWidth = '32px';\n public static get toggleBorderRadius() {\n return `calc(${this.toggleHeight} * 0.5)`;\n }\n /**\n * @deprecated use toggleHandleBg\n */\n public static toggleBg = '#fff';\n public static get toggleHandleBg() {\n return this.toggleBg;\n }\n public static toggleCheckedBg = '#fff';\n public static toggleDisabledHandleBg = '#fff';\n public static toggleBaseBg = '#fff';\n public static get toggleBgDisabled() {\n return this.bgDisabled;\n }\n public static toggleBgDisabledChecked = '#dadada';\n public static toggleBgHover = '#f3f3f2';\n public static toggleCheckedBgHover = '#f3f3f2';\n public static toggleBgChecked = '#1874cf';\n public static get toggleBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get toggleOutlineWidth() {\n const outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${outlineWidth + borderWidth}px`;\n }\n public static toggleBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static get toggleBorderColorDisabled() {\n return this.toggleBorderColor;\n }\n public static get toggleBorderColorDisabledChecked() {\n return this.toggleBorderColor;\n }\n public static get toggleHandleSize() {\n const toggleHeight = parseInt(this.toggleHeight, 10) || 0;\n const toggleBorderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${toggleHeight - 2 * toggleBorderWidth}px`;\n }\n\n public static get toggleHandleLeft() {\n return this.toggleBorderWidth;\n }\n public static get toggleHandleTop() {\n return this.toggleBorderWidth;\n }\n\n public static toggleBgFocus = 'linear-gradient(-180deg, #f1f1f1, #dedede)';\n public static toggleBgActive = '#e5e5e5';\n public static get toggleShadowColorError() {\n return this.errorMain;\n }\n public static get toggleShadowColorWarning() {\n return this.warningMain;\n }\n public static get toggleFocusShadowColor() {\n return this.borderColorFocus;\n }\n public static toggleCaptionGap = '10px';\n public static toggleButtonOffsetY = '0px';\n //#endregion\n //#region Popup\n public static popupBorder = 'none';\n public static popupBorderRadius = '2px';\n public static popupBorderColor = 'transparent';\n public static popupDropShadow = 'drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16))';\n public static popupBoxShadow = '0 4px 12px 0 rgba(0, 0, 0, 0.16)';\n public static get popupTextColor() {\n return this.textColorDefault;\n }\n public static get popupBackground() {\n return this.bgSecondary;\n }\n public static popupPinOffset = '0px'; // deprecated\n public static popupPinOffsetX = '16px';\n public static popupPinOffsetY = '16px';\n public static popupMargin = '10px';\n public static popupPinSize = '8px';\n //#endregion\n //#region Input\n public static get inputTextColor() {\n return this.textColorDefault;\n }\n public static inputShadow = 'none';\n public static inputBg = 'white';\n public static inputIconColor = '#a9a9a9';\n public static inputColor = 'inherit';\n public static inputWidth = '200px';\n public static get inputTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get inputFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get inputFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get inputFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get inputLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get inputLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get inputLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get inputHeightSmall() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYSmall, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputHeightMedium() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYMedium, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputHeightLarge() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYLarge, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get inputPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get inputPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static inputPaddingXSmall = '7px';\n public static inputPaddingXMedium = '11px';\n public static inputPaddingXLarge = '15px';\n public static inputIconGapSmall = '4px';\n public static inputIconGapMedium = '8px';\n public static inputIconGapLarge = '12px';\n public static inputIconSizeSmall = '16px';\n public static inputIconSizeMedium = '18px';\n public static inputIconSizeLarge = '20px';\n public static get inputFocusShadow() {\n return `0 0 0 ${this.inputOutlineWidth} ${this.borderColorFocus}`;\n }\n public static get inputDisabledBg() {\n return this.bgDisabled;\n }\n public static get inputDisabledBorderColor() {\n return this.borderColorDisabled;\n }\n public static get inputFocusOutline() {\n return this.borderColorFocus;\n }\n public static get inputBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get inputOutlineWidth() {\n return `calc(${this.controlOutlineWidth} - 1px)`;\n }\n public static inputBorderRadiusSmall = '0px';\n public static inputBorderRadiusMedium = '0px';\n public static inputBorderRadiusLarge = '0px';\n public static get inputBorderColor() {\n return this.borderColorGrayLight;\n }\n public static get inputBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get inputBorderColorError() {\n return this.borderColorError;\n }\n public static get inputBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static inputBorderTopColor = 'rgba(0, 0, 0, 0.15)';\n public static get inputPlaceholderColor() {\n return this.placeholderColor;\n }\n public static get inputPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get inputPlaceholderColorLight() {\n return this.placeholderColorLight;\n }\n public static get inputBlinkColor() {\n return this.blinkColor;\n }\n //#endregion\n //#region Checkbox\n public static get checkboxFontSize() {\n return this.fontSizeSmall;\n }\n public static get checkboxLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static checkboxBoxSize = '16px';\n public static checkboxCaptionGap = '8px';\n public static get checkboxPaddingY() {\n const controlHeight = parseInt(this.controlHeightSmall, 10) || 0;\n const lineHeight = parseInt(this.checkboxLineHeight, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static checkboxBoxOffsetY = '1px';\n public static checkboxBgStart = '#fdfdfd';\n public static checkboxBgEnd = '#ededed';\n public static get checkboxTextColorDefault() {\n return this.textColorDefault;\n }\n public static get checkboxTextColorDisabled() {\n return this.textColorDisabled;\n }\n public static get checkboxShadowDisabled() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.borderColorDisabled}`;\n }\n public static checkboxBorder = 'none';\n public static get checkboxBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get checkboxShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} rgba(0, 0, 0, 0.15)`;\n }\n public static get checkboxShadowHover() {\n return `0 0 0 ${this.checkboxBorderWidth} #c3c3c3`;\n }\n public static checkboxCheckedColor = '#fff';\n public static get checkboxOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n public static get checkboxBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get checkboxBorderColorError() {\n return this.borderColorError;\n }\n public static get checkboxCheckedHoverShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedHoverBg}`;\n }\n public static checkboxBorderRadius = '1px';\n public static get checkboxOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get checkboxCheckedShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedBg}`;\n }\n public static get checkboxCheckedActiveShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedActiveBg}`;\n }\n public static get checkboxBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static checkboxBg = '#fff';\n public static get checkboxHoverBg() {\n return this.btnDefaultHoverBg;\n }\n public static get checkboxActiveBg() {\n return this.btnDefaultActiveBg;\n }\n public static get checkboxCheckedBg() {\n return this.borderColorFocus;\n }\n public static get checkboxBgDisabled() {\n return this.bgDisabled;\n }\n public static get checkboxCheckedHoverBg() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '5%');\n }\n public static get checkboxCheckedActiveBg() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '15%');\n }\n public static get checkboxShadowActive() {\n return `0 0 0 ${this.checkboxBorderWidth} #c3c3c3`;\n }\n //#endregion\n //#region TextArea\n public static textareaBg = '#fff';\n public static get textareaColor() {\n return this.textColorDefault;\n }\n public static get textareaTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get textareaPlaceholderColorLight() {\n return this.placeholderColorLight;\n }\n public static get textareaPlaceholderColor() {\n return this.placeholderColor;\n }\n public static get textareaPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static textareaShadow = 'none';\n public static get textareaFontSize() {\n return this.fontSizeSmall;\n }\n public static get textareaLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static textareaBorderRadius = '0px';\n public static get textareaBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get textareaOutlineWidth() {\n const outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${outlineWidth - borderWidth}px`;\n }\n public static get textareaMinHeight() {\n const lineHeight = parseInt(this.textareaLineHeight, 10) || 0;\n const paddingY = parseInt(this.textareaPaddingY, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n\n return `${lineHeight + paddingY * 2 + borderWidth * 2}px`;\n }\n public static textareaWidth = '250px';\n public static textareaPaddingX = '7px';\n public static get textareaPaddingY() {\n return this.controlPaddingYSmall;\n }\n public static get textareaBorderColor() {\n return this.borderColorGrayLight;\n }\n public static textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';\n public static get textareaBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get textareaBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get textareaBorderColorError() {\n return this.borderColorError;\n }\n public static textareaDisabledBg = 'rgba(0, 0, 0, 0.05)';\n public static textareaDisabledBorderColor = 'transparent';\n public static get textareaCounterColor() {\n return this.gray;\n }\n public static get textareaCounterBg() {\n return ColorFunctions.fade(this.textareaBg, 0.9);\n }\n public static get textareaCounterErrorColor() {\n return this.errorText;\n }\n public static get textareaCounterHelpIconColor() {\n return this.linkColor;\n }\n //#endregion\n //#region Radio\n public static radioBulletSize = '8px';\n public static get radioOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get radioTextColor() {\n return this.textColorDefault;\n }\n public static radioSize = '16px';\n public static get radioSizeAfter() {\n const borderCompensation =\n this.radioBoxShadow === 'none' ? this.radioBorderWidth : this.radioBorderWidthCompensation;\n return `calc(${this.radioSize} + 2 * ${this.radioOutlineWidth} - 2 * ${borderCompensation})`;\n }\n public static get radioFontSize() {\n return this.fontSizeSmall;\n }\n public static get radioLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static radioCaptionGap = '8px';\n public static get radioPaddingY() {\n const controlHeight = parseInt(this.controlHeightSmall, 10) || 0;\n const lineHeight = parseInt(this.radioLineHeight, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static radioVerticalAlign = 'top';\n public static radioBgImage = 'none';\n public static radioBgColor = '#fff';\n public static get radioHoverBg() {\n return this.checkboxHoverBg;\n }\n public static get radioActiveBg() {\n return this.checkboxActiveBg;\n }\n public static get radioBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get radioBorderColor() {\n return this.borderColorGrayLight;\n }\n public static radioBoxShadow = 'none';\n public static get radioBorder() {\n return `${this.radioBorderWidth} solid ${this.radioBorderColor}`;\n }\n public static get radioBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get radioBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get radioBorderColorError() {\n return this.borderColorError;\n }\n public static radioHoverShadow = 'none';\n public static radioActiveShadow = 'none';\n public static get radioFocusShadow() {\n return `inset 0 0 0 1px ${this.outlineColorFocus}`;\n }\n public static get radioCheckedBgColor() {\n return this.checkboxCheckedBg;\n }\n public static radioCheckedBorderColor = 'transparent';\n public static radioCheckedBulletColor = '#fff';\n public static get radioCheckedHoverBgColor() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '5%');\n }\n public static get radioDisabledBg() {\n return this.bgDisabled;\n }\n public static get radioDisabledShadow() {\n return `0 0 0 ${this.radioBorderWidth} ${this.borderColorDisabled}`;\n }\n public static radioCaptionDisplay = 'inline-table';\n public static radioBorderWidthCompensation = '0px';\n public static radioCircleOffsetY = '1px';\n //#endregion\n //#region RadioGroup\n public static radioGroupLegacyItemGap = '0px';\n //#endregion\n //#region Tabs\n public static get tabFontSize() {\n return this.fontSizeLarge;\n }\n public static tabPaddingX = '12px';\n public static get tabsMarginX() {\n return this.tabPaddingX;\n }\n public static get tabPaddingY() {\n const paddingY = parseInt(this.controlPaddingYLarge, 10) || 0;\n const borderWidth = parseInt(this.controlBorderWidth, 10) || 0;\n return `${paddingY + borderWidth}px`;\n }\n public static get tabLineHeight() {\n return this.controlLineHeightLarge;\n }\n public static tabBorderWidth = '2px';\n public static get tabOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get tabTextColorDefault() {\n return this.textColorDefault;\n }\n public static get tabColorFocus() {\n return this.borderColorFocus;\n }\n public static get tabColorError() {\n return this.btnDangerBg;\n }\n public static get tabColorWarning() {\n return this.btnPayBg;\n }\n public static get tabColorSuccess() {\n return this.btnSuccessBg;\n }\n public static get tabColorPrimary() {\n return this.btnPrimaryBg;\n }\n public static get tabColorHover() {\n return this.borderColorFocusLight;\n }\n public static get tabColorHoverError() {\n return ColorFunctions.lighten(this.tabColorError, '25%');\n }\n public static get tabColorHoverWarning() {\n return ColorFunctions.lighten(this.tabColorWarning, '25%');\n }\n public static get tabColorHoverSuccess() {\n return ColorFunctions.lighten(this.tabColorSuccess, '25%');\n }\n public static get tabColorHoverPrimary() {\n return ColorFunctions.lighten(this.tabColorPrimary, '25%');\n }\n //#endregion\n //#region Spinner\n public static get spinnerBgColor() {\n return this.grayXLight;\n }\n public static get spinnerColor() {\n return this.red;\n }\n public static get spinnerDimmedColor() {\n return this.gray;\n }\n public static get spinnerCaptionColor() {\n return this.gray;\n }\n public static get spinnerFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get spinnerFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get spinnerFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get spinnerLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get spinnerLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get spinnerLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static spinnerCaptionGapSmall = '6px';\n public static spinnerCaptionGapMedium = '-4px';\n public static spinnerCaptionGapLarge = '-3px';\n //#endregion\n //#region Switcher\n public static switcherBorderRadius = '2px';\n public static get switcherTextColor() {\n return this.textColorDefault;\n }\n public static get switcherOutlineWidth() {\n return this.btnOutlineWidth;\n }\n public static get switcherCaptionFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get switcherCaptionFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get switcherCaptionFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get switcherCaptionLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get switcherCaptionLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get switcherCaptionLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get switcherCaptionGapSmall() {\n return this.btnPaddingXSmall;\n }\n public static get switcherCaptionGapMedium() {\n return this.btnPaddingXMedium;\n }\n public static get switcherCaptionGapLarge() {\n return this.btnPaddingXLarge;\n }\n public static switcherButtonPaddingXSmall = '7px';\n public static switcherButtonPaddingXMedium = '11px';\n public static switcherButtonPaddingXLarge = '15px';\n public static get switcherButtonPaddingYSmall() {\n return this.btnPaddingYSmall;\n }\n public static get switcherButtonPaddingYMedium() {\n return this.btnPaddingYMedium;\n }\n public static get switcherButtonPaddingYLarge() {\n return this.btnPaddingYLarge;\n }\n public static get switcherButtonLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get switcherButtonLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get switcherButtonLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get switcherButtonFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get switcherButtonFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get switcherButtonFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get switcherButtonBorderRadiusSmall() {\n return this.btnBorderRadiusSmall;\n }\n public static get switcherButtonBorderRadiusMedium() {\n return this.btnBorderRadiusMedium;\n }\n public static get switcherButtonBorderRadiusLarge() {\n return this.btnBorderRadiusLarge;\n }\n public static get switcherButtonBorderWidth() {\n return this.btnBorderWidth;\n }\n public static get switcherButtonDisabledBorderColor() {\n return this.btnDisabledBorderColor;\n }\n public static get switcherButtonCheckedDisabledShadow() {\n return this.btnCheckedDisabledShadow;\n }\n //#endregion\n //#region MobilePopup\n public static mobilePopupTopPadding = '20px';\n public static mobilePopupHeaderPadding = '0 16px';\n public static mobilePopupHeaderBorderRadius = '8px 8px 0px 0px';\n public static mobilePopupHeaderShadow = '0px 0px 16px 1px rgba(0, 0, 0, 0.1)';\n public static get mobilePopupHeaderFontSize() {\n return this.fontSizeMobile;\n }\n public static get mobilePopupHeaderLineHeight() {\n return this.lineHeightMobile;\n }\n public static mobilePopupHeaderFontWeight = '500';\n public static mobilePopupHeaderChildPadding = '12px';\n //#endregion\n //#region ScrollContainer\n public static scrollContainerScrollBarSize = '4px';\n public static scrollContainerScrollBarHoverSize = '10px';\n public static scrollContainerScrollBarColor = 'rgba(183, 183, 183, 0.7)';\n public static scrollContainerScrollBarInvertColor = 'rgba(255, 255, 255, 0.5)';\n //#endregion\n //#region PasswordInput\n public static passwordInputVisibilityIconColor = '#000';\n public static passwordInputVisibilityIconOpacity = '0.6';\n public static passwordInputVisibilityIconHoverColor = '#000';\n public static passwordInputVisibilityIconHoverOpacity = '1';\n //#endregion\n //#region GlobalLoader\n public static get globalLoaderColor() {\n return this.blueLight;\n }\n public static globalLoaderHeight = '4px';\n public static globalLoaderWidth = '100%';\n public static globalLoaderPosition = 'fixed';\n public static globalLoaderTop = '0px';\n public static globalLoaderLeft = '0px';\n public static globalLoaderBottom = 'auto';\n public static globalLoaderRight = 'auto';\n public static globalLoaderBackgroundColor = 'transparent';\n public static globalLoaderTransitionToSpinnerDuration = '500'; //ms\n public static globalLoaderSpinnerAnimationDuration = '2000'; //ms\n public static globalLoaderSlowAnimationDuration = '20000'; //ms\n public static globalLoaderTransitionFromSpinnerDuration = '200'; //ms\n //#endregion\n //#region FileUploader\n public static fileUploaderWidth = '362px';\n public static fileUploaderBg = '#fff';\n public static get fileUploaderFontSize() {\n return this.fontSizeSmall;\n }\n public static get fileUploaderLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get fileUploaderTextColorDefault() {\n return this.textColorDefault;\n }\n public static fileUploaderPaddingX = '7px';\n public static get fileUploaderPaddingY() {\n return this.controlPaddingYSmall;\n }\n public static fileUploaderBorderRadius = '2px';\n public static fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';\n public static get fileUploaderBorderWidth() {\n return this.controlBorderWidth;\n }\n public static fileUploaderBorderStyle = 'dashed';\n public static get fileUploaderBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get fileUploaderLinkColor() {\n return this.linkColor;\n }\n public static fileUploaderIconSize = '14px';\n public static fileUploaderIconColor = '#808080';\n public static fileUploaderIconHoverColor = '#333';\n public static get fileUploaderBorderColorError() {\n return this.borderColorError;\n }\n public static get fileUploaderBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static fileUploaderDisabledBg = '#f2f2f2';\n public static fileUploaderDisabledBorderColor = '#f2f2f2';\n public static fileUploaderDisabledTextColor = '#808080';\n public static fileUploaderDisabledLinkColor = '#808080';\n public static fileUploaderDisabledIconColor = '#A0A0A0';\n public static get fileUploaderLinkHoverTextDecoration() {\n return this.linkHoverTextDecoration;\n }\n public static fileUploaderHoveredBg = 'none';\n //#endregion\n}\n\nexport const DefaultThemeInternal = exposeGetters(DefaultTheme);\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["ConditionalHandler.ts"],"names":["ConditionalHandler","actions","add","condition","handler","push","build","reference","args","found","forEach"],"mappings":"2EAAA,gC;;;;;;;;;;AAUaA,kB;AACMC,IAAAA,O,GAAmC,E;;AAE7CC,EAAAA,G,GAAP,aAAWC,SAAX,EAAoCC,OAApC,EAAmF;AACjF,SAAKH,OAAL,CAAaI,IAAb,CAAkB,EAAEF,SAAS,EAATA,SAAF,EAAaC,OAAO,EAAPA,OAAb,EAAlB;AACA,WAAO,IAAP;AACD;;AAED;AACF;AACA,K;AACSE,EAAAA,K,GAAP,iBAAsD;AACpD,WAAO,UAACC,SAAD,EAAwB,mCAATC,IAAS,uEAATA,IAAS;AAC7B,UAAIC,KAAK,GAAG,KAAZ;AACA,MAAA,KAAI,CAACR,OAAL,CAAaS,OAAb,CAAqB,gBAA4B,KAAzBP,SAAyB,QAAzBA,SAAyB,CAAdC,OAAc,QAAdA,OAAc;AAC/C,YAAI,uBAAWD,SAAX,IAAwBA,SAAS,CAACI,SAAD,CAAjC,GAA+CJ,SAAS,KAAKI,SAAjE,EAA4E;AAC1EH,UAAAA,OAAO,MAAP,SAAWI,IAAX;AACAC,UAAAA,KAAK,GAAG,IAAR;AACD;AACF,OALD;;AAOA,aAAOA,KAAP;AACD,KAVD;AAWD,G","sourcesContent":["import { isFunction } from './utils';\n\ntype ArgsBaseType = any[];\ntype Handler<K extends ArgsBaseType> = (...args: K) => void;\ntype Condition<T> = T | ((reference: T) => boolean);\
|
|
1
|
+
{"version":3,"sources":["ConditionalHandler.ts"],"names":["ConditionalHandler","actions","add","condition","handler","push","build","reference","args","found","forEach"],"mappings":"2EAAA,gC;;;;;;;;;;AAUaA,kB;AACMC,IAAAA,O,GAAmC,E;;AAE7CC,EAAAA,G,GAAP,aAAWC,SAAX,EAAoCC,OAApC,EAAmF;AACjF,SAAKH,OAAL,CAAaI,IAAb,CAAkB,EAAEF,SAAS,EAATA,SAAF,EAAaC,OAAO,EAAPA,OAAb,EAAlB;AACA,WAAO,IAAP;AACD;;AAED;AACF;AACA,K;AACSE,EAAAA,K,GAAP,iBAAsD;AACpD,WAAO,UAACC,SAAD,EAAwB,mCAATC,IAAS,uEAATA,IAAS;AAC7B,UAAIC,KAAK,GAAG,KAAZ;AACA,MAAA,KAAI,CAACR,OAAL,CAAaS,OAAb,CAAqB,gBAA4B,KAAzBP,SAAyB,QAAzBA,SAAyB,CAAdC,OAAc,QAAdA,OAAc;AAC/C,YAAI,uBAAWD,SAAX,IAAwBA,SAAS,CAACI,SAAD,CAAjC,GAA+CJ,SAAS,KAAKI,SAAjE,EAA4E;AAC1EH,UAAAA,OAAO,MAAP,SAAWI,IAAX;AACAC,UAAAA,KAAK,GAAG,IAAR;AACD;AACF,OALD;;AAOA,aAAOA,KAAP;AACD,KAVD;AAWD,G","sourcesContent":["import { isFunction } from './utils';\n\ntype ArgsBaseType = any[];\ntype Handler<K extends ArgsBaseType> = (...args: K) => void;\ntype Condition<T> = T | ((reference: T) => boolean);\ninterface ActionFunc<T, K extends ArgsBaseType> {\n condition: Condition<T>;\n handler: Handler<K>;\n}\n\nexport class ConditionalHandler<T, K extends ArgsBaseType = any[]> {\n private readonly actions: Array<ActionFunc<T, K>> = [];\n\n public add(condition: Condition<T>, handler: Handler<K>): ConditionalHandler<T, K> {\n this.actions.push({ condition, handler });\n return this;\n }\n\n /**\n * @returns {Boolean} found - был ли найден и вызван хоть один обработчик\n */\n public build(): (reference: T, ...args: K) => boolean {\n return (reference, ...args) => {\n let found = false;\n this.actions.forEach(({ condition, handler }) => {\n if (isFunction(condition) ? condition(reference) : condition === reference) {\n handler(...args);\n found = true;\n }\n });\n\n return found;\n };\n }\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Nullable } from '../typings/utility-types';
|
|
2
2
|
export interface InstanceWithAnchorElement {
|
|
3
|
-
getAnchorElement: () => Nullable<
|
|
3
|
+
getAnchorElement: () => Nullable<Element>;
|
|
4
4
|
}
|
|
5
5
|
export declare const isInstanceWithAnchorElement: (instance: unknown) => instance is InstanceWithAnchorElement;
|