@skbkontur/react-ui 5.0.12 → 5.1.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/components/Autocomplete/Autocomplete.d.ts +16 -17
- package/cjs/components/Autocomplete/Autocomplete.js +13 -2
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Autocomplete/Autocomplete.md +9 -7
- package/cjs/components/Autocomplete/__docs__/Autocomplete.mdx +26 -0
- package/cjs/components/Autocomplete/locale/types.js +1 -1
- package/cjs/components/Button/Button.d.ts +20 -62
- package/cjs/components/Button/Button.js +0 -42
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Button/Button.md +40 -26
- package/cjs/components/Button/__docs__/Button.mdx +28 -0
- package/cjs/components/Calendar/Calendar.d.ts +22 -45
- package/cjs/components/Calendar/Calendar.js +1 -15
- package/cjs/components/Calendar/Calendar.js.map +1 -1
- package/cjs/components/Calendar/Calendar.md +12 -12
- package/cjs/components/Calendar/CalendarDay.d.ts +7 -0
- package/cjs/components/Calendar/CalendarDay.js +11 -0
- package/cjs/components/Calendar/CalendarDay.js.map +1 -1
- package/cjs/components/Calendar/CalendarDay.md +32 -32
- package/cjs/components/Calendar/__docs__/Calendar.mdx +28 -0
- package/cjs/components/Calendar/__docs__/CalendarDay.mdx +24 -0
- package/cjs/components/Calendar/locale/types.js +1 -1
- package/cjs/components/Center/Center.d.ts +4 -6
- package/cjs/components/Center/Center.js +3 -5
- package/cjs/components/Center/Center.js.map +1 -1
- package/cjs/components/Center/Center.md +1 -1
- package/cjs/components/Center/__docs__/Center.mdx +24 -0
- package/cjs/components/Checkbox/Checkbox.d.ts +20 -28
- package/cjs/components/Checkbox/Checkbox.js +7 -6
- package/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/cjs/components/Checkbox/Checkbox.md +6 -5
- package/cjs/components/Checkbox/__docs__/Checkbox.mdx +28 -0
- package/cjs/components/ComboBox/ComboBox.d.ts +67 -86
- package/cjs/components/ComboBox/ComboBox.js +12 -28
- package/cjs/components/ComboBox/ComboBox.js.map +1 -1
- package/cjs/components/ComboBox/ComboBox.md +41 -40
- package/cjs/components/ComboBox/__docs__/ComboBox.mdx +28 -0
- package/cjs/components/CurrencyInput/CurrencyHelper.d.ts +4 -0
- package/cjs/components/CurrencyInput/CurrencyHelper.js +7 -0
- package/cjs/components/CurrencyInput/CurrencyHelper.js.map +1 -1
- package/cjs/components/CurrencyInput/CurrencyInput.d.ts +12 -12
- package/cjs/components/CurrencyInput/CurrencyInput.js +8 -2
- package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
- package/cjs/components/CurrencyInput/CurrencyInput.md +3 -1
- package/cjs/components/CurrencyInput/CurrencyInputHelper.d.ts +3 -0
- package/cjs/components/CurrencyInput/CurrencyInputHelper.js +5 -0
- package/cjs/components/CurrencyInput/CurrencyInputHelper.js.map +1 -1
- package/cjs/components/CurrencyInput/__docs__/CurrencyInput.mdx +28 -0
- package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +8 -5
- package/cjs/components/CurrencyLabel/CurrencyLabel.js +6 -0
- package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.md +5 -5
- package/cjs/components/CurrencyLabel/__docs__/CurrencyLabel.mdx +24 -0
- package/cjs/components/DateInput/DateInput.d.ts +21 -29
- package/cjs/components/DateInput/DateInput.js +14 -2
- package/cjs/components/DateInput/DateInput.js.map +1 -1
- package/cjs/components/DateInput/DateInput.md +7 -2
- package/cjs/components/DateInput/__docs__/DateInput.mdx +26 -0
- package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js +1 -1
- package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js.map +1 -1
- package/cjs/components/DatePicker/DatePicker.d.ts +33 -23
- package/cjs/components/DatePicker/DatePicker.js +53 -4
- package/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/cjs/components/DatePicker/DatePicker.md +2 -2
- package/cjs/components/DatePicker/__docs__/DatePicker.mdx +28 -0
- package/cjs/components/DatePicker/locale/types.js +1 -1
- package/cjs/components/Dropdown/Dropdown.d.ts +25 -30
- package/cjs/components/Dropdown/Dropdown.js +8 -1
- package/cjs/components/Dropdown/Dropdown.js.map +1 -1
- package/cjs/components/Dropdown/Dropdown.md +2 -1
- package/cjs/components/Dropdown/__docs__/Dropdown.mdx +28 -0
- package/cjs/components/DropdownMenu/DropdownMenu.d.ts +1 -1
- package/cjs/components/DropdownMenu/DropdownMenu.js +1 -1
- package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
- package/cjs/components/DropdownMenu/DropdownMenu.md +12 -10
- package/cjs/components/DropdownMenu/__docs__/DropdownMenu.mdx +28 -0
- package/cjs/components/FileUploader/FileUploader.d.ts +16 -20
- package/cjs/components/FileUploader/FileUploader.js +5 -3
- package/cjs/components/FileUploader/FileUploader.js.map +1 -1
- package/cjs/components/FileUploader/FileUploader.md +9 -9
- package/cjs/components/FileUploader/__docs__/FileUploader.mdx +28 -0
- package/cjs/components/FileUploader/locale/types.js +1 -1
- package/cjs/components/FxInput/FxInput.d.ts +15 -9
- package/cjs/components/FxInput/FxInput.js +14 -1
- package/cjs/components/FxInput/FxInput.js.map +1 -1
- package/cjs/components/FxInput/FxInput.md +2 -0
- package/cjs/components/FxInput/__docs__/FxInput.mdx +28 -0
- package/cjs/components/Gapped/Gapped.d.ts +6 -17
- package/cjs/components/Gapped/Gapped.js +1 -8
- package/cjs/components/Gapped/Gapped.js.map +1 -1
- package/cjs/components/Gapped/Gapped.md +3 -2
- package/cjs/components/Gapped/__docs__/Gapped.mdx +24 -0
- package/cjs/components/GlobalLoader/GlobalLoader.d.ts +22 -32
- package/cjs/components/GlobalLoader/GlobalLoader.js +14 -14
- package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
- package/cjs/components/GlobalLoader/GlobalLoader.md +4 -5
- package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +4 -0
- package/cjs/components/GlobalLoader/GlobalLoaderView.js +7 -0
- package/cjs/components/GlobalLoader/GlobalLoaderView.js.map +1 -1
- package/cjs/components/GlobalLoader/__docs__/GlobalLoader.mdx +28 -0
- package/cjs/components/Group/Group.d.ts +6 -0
- package/cjs/components/Group/Group.js +7 -1
- package/cjs/components/Group/Group.js.map +1 -1
- package/cjs/components/Group/Group.md +1 -0
- package/cjs/components/Group/__docs__/Group.mdx +24 -0
- package/cjs/components/Hint/Hint.d.ts +18 -40
- package/cjs/components/Hint/Hint.js +4 -16
- package/cjs/components/Hint/Hint.js.map +1 -1
- package/cjs/components/Hint/Hint.md +9 -8
- package/cjs/components/Hint/__docs__/Hint.mdx +29 -0
- package/cjs/components/Input/Input.d.ts +46 -68
- package/cjs/components/Input/Input.js +10 -9
- package/cjs/components/Input/Input.js.map +1 -1
- package/cjs/components/Input/Input.md +11 -2
- package/cjs/components/Input/Input.typings.js +1 -1
- package/cjs/components/Input/__docs__/Input.mdx +28 -0
- package/cjs/components/Kebab/Kebab.d.ts +12 -16
- package/cjs/components/Kebab/Kebab.js +4 -2
- package/cjs/components/Kebab/Kebab.js.map +1 -1
- package/cjs/components/Kebab/Kebab.md +9 -9
- package/cjs/components/Kebab/__docs__/Kebab.mdx +28 -0
- package/cjs/components/Link/Link.d.ts +13 -37
- package/cjs/components/Link/Link.js +0 -13
- package/cjs/components/Link/Link.js.map +1 -1
- package/cjs/components/Link/Link.md +12 -11
- package/cjs/components/Link/__docs__/Link.mdx +28 -0
- package/cjs/components/Loader/Loader.d.ts +13 -25
- package/cjs/components/Loader/Loader.js +2 -8
- package/cjs/components/Loader/Loader.js.map +1 -1
- package/cjs/components/Loader/Loader.md +1 -0
- package/cjs/components/Loader/__docs__/Loader.mdx +26 -0
- package/cjs/components/MaskedInput/MaskedInput.d.ts +13 -33
- package/cjs/components/MaskedInput/MaskedInput.js +0 -13
- package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
- package/cjs/components/MaskedInput/MaskedInput.md +7 -5
- package/cjs/components/MaskedInput/__docs__/MaskedInput.mdx +28 -0
- package/cjs/components/MenuFooter/MenuFooter.d.ts +6 -4
- package/cjs/components/MenuFooter/MenuFooter.js +7 -3
- package/cjs/components/MenuFooter/MenuFooter.js.map +1 -1
- package/cjs/components/MenuFooter/MenuFooter.md +2 -2
- package/cjs/components/MenuFooter/__docs__/MenuFooter.mdx +24 -0
- package/cjs/components/MenuHeader/MenuHeader.d.ts +6 -4
- package/cjs/components/MenuHeader/MenuHeader.js +7 -3
- package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
- package/cjs/components/MenuHeader/MenuHeader.md +2 -2
- package/cjs/components/MenuHeader/__docs__/MenuHeader.mdx +24 -0
- package/cjs/components/MenuItem/MenuItem.d.ts +22 -55
- package/cjs/components/MenuItem/MenuItem.js +1 -18
- package/cjs/components/MenuItem/MenuItem.js.map +1 -1
- package/cjs/components/MenuItem/MenuItem.md +34 -30
- package/cjs/components/MenuItem/__docs__/MenuItem.mdx +24 -0
- package/cjs/components/MenuSeparator/MenuSeparator.d.ts +2 -2
- package/cjs/components/MenuSeparator/MenuSeparator.js +3 -2
- package/cjs/components/MenuSeparator/MenuSeparator.js.map +1 -1
- package/cjs/components/MenuSeparator/MenuSeparator.md +1 -1
- package/cjs/components/MenuSeparator/__docs__/MenuSeparator.mdx +24 -0
- package/cjs/components/MiniModal/MiniModal.d.ts +6 -0
- package/cjs/components/MiniModal/MiniModal.js +6 -0
- package/cjs/components/MiniModal/MiniModal.js.map +1 -1
- package/cjs/components/MiniModal/MiniModal.md +1 -3
- package/cjs/components/MiniModal/MiniModalFooter.d.ts +2 -7
- package/cjs/components/MiniModal/MiniModalFooter.js +0 -5
- package/cjs/components/MiniModal/MiniModalFooter.js.map +1 -1
- package/cjs/components/MiniModal/MiniModalHeader.d.ts +2 -5
- package/cjs/components/MiniModal/MiniModalHeader.js +0 -3
- package/cjs/components/MiniModal/MiniModalHeader.js.map +1 -1
- package/cjs/components/MiniModal/__docs__/MiniModal.mdx +28 -0
- package/cjs/components/MiniModal/__docs__/MiniModalBody.mdx +17 -0
- package/cjs/components/MiniModal/__docs__/MiniModalFooter.mdx +17 -0
- package/cjs/components/MiniModal/__docs__/MiniModalHeader.mdx +18 -0
- package/cjs/components/MiniModal/__docs__/MiniModalIndent.mdx +11 -0
- package/cjs/components/MiniModal/getMiniModalTheme.d.ts +1 -1
- package/cjs/components/Modal/Modal.d.ts +12 -33
- package/cjs/components/Modal/Modal.js +4 -24
- package/cjs/components/Modal/Modal.js.map +1 -1
- package/cjs/components/Modal/Modal.md +3 -1
- package/cjs/components/Modal/Modal.styles.d.ts +4 -1
- package/cjs/components/Modal/Modal.styles.js +68 -31
- package/cjs/components/Modal/Modal.styles.js.map +1 -1
- package/cjs/components/Modal/ModalBody.d.ts +2 -4
- package/cjs/components/Modal/ModalBody.js +1 -3
- package/cjs/components/Modal/ModalBody.js.map +1 -1
- package/cjs/components/Modal/ModalClose.js +7 -2
- package/cjs/components/Modal/ModalClose.js.map +1 -1
- package/cjs/components/Modal/ModalContext.d.ts +2 -0
- package/cjs/components/Modal/ModalContext.js +3 -0
- package/cjs/components/Modal/ModalContext.js.map +1 -1
- package/cjs/components/Modal/ModalFooter.d.ts +5 -15
- package/cjs/components/Modal/ModalFooter.js +0 -7
- package/cjs/components/Modal/ModalFooter.js.map +1 -1
- package/cjs/components/Modal/ModalHeader.d.ts +3 -1
- package/cjs/components/Modal/ModalHeader.js +4 -1
- package/cjs/components/Modal/ModalHeader.js.map +1 -1
- package/cjs/components/Modal/ModalSeparator.d.ts +1 -0
- package/cjs/components/Modal/ModalSeparator.js +1 -0
- package/cjs/components/Modal/ModalSeparator.js.map +1 -1
- package/cjs/components/Modal/__creevey__/Modal.creevey.mts +15 -1
- package/cjs/components/Modal/__docs__/Modal.mdx +28 -0
- package/cjs/components/Modal/__docs__/ModalBody.mdx +15 -0
- package/cjs/components/Modal/__docs__/ModalFooter.mdx +15 -0
- package/cjs/components/Modal/__docs__/ModalHeader.mdx +15 -0
- package/cjs/components/Modal/__docs__/ModalSeparator.mdx +15 -0
- package/cjs/components/Modal/locale/types.js +1 -1
- package/cjs/components/Paging/Paging.d.ts +20 -15
- package/cjs/components/Paging/Paging.js +17 -1
- package/cjs/components/Paging/Paging.js.map +1 -1
- package/cjs/components/Paging/Paging.md +3 -2
- package/cjs/components/Paging/PagingDefaultComponent.d.ts +2 -0
- package/cjs/components/Paging/PagingDefaultComponent.js +3 -0
- package/cjs/components/Paging/PagingDefaultComponent.js.map +1 -1
- package/cjs/components/Paging/__docs__/Paging.mdx +28 -0
- package/cjs/components/Paging/locale/types.js +1 -1
- package/cjs/components/PasswordInput/PasswordInput.d.ts +10 -3
- package/cjs/components/PasswordInput/PasswordInput.js +35 -9
- package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
- package/cjs/components/PasswordInput/PasswordInput.md +3 -2
- package/cjs/components/PasswordInput/__docs__/PasswordInput.mdx +28 -0
- package/cjs/components/PasswordInput/locale/types.js +1 -1
- package/cjs/components/Radio/Radio.d.ts +13 -28
- package/cjs/components/Radio/Radio.js +1 -8
- package/cjs/components/Radio/Radio.js.map +1 -1
- package/cjs/components/Radio/Radio.md +3 -2
- package/cjs/components/Radio/__docs__/Radio.mdx +28 -0
- package/cjs/components/RadioGroup/RadioGroup.d.ts +28 -54
- package/cjs/components/RadioGroup/RadioGroup.js +4 -15
- package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
- package/cjs/components/RadioGroup/RadioGroup.md +1 -0
- package/cjs/components/RadioGroup/__docs__/RadioGroup.mdx +28 -0
- package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +4 -1
- package/cjs/components/ResponsiveLayout/ResponsiveLayout.js +6 -2
- package/cjs/components/ResponsiveLayout/ResponsiveLayout.js.map +1 -1
- package/cjs/components/ResponsiveLayout/ResponsiveLayout.md +4 -3
- package/cjs/components/ResponsiveLayout/__docs__/ResponsiveLayout.mdx +97 -0
- package/cjs/components/ResponsiveLayout/types.js +1 -1
- package/cjs/components/ScrollContainer/ScrollBar.d.ts +7 -0
- package/cjs/components/ScrollContainer/ScrollBar.js +13 -0
- package/cjs/components/ScrollContainer/ScrollBar.js.map +1 -1
- package/cjs/components/ScrollContainer/ScrollContainer.d.ts +23 -29
- package/cjs/components/ScrollContainer/ScrollContainer.js +8 -1
- package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
- package/cjs/components/ScrollContainer/ScrollContainer.md +5 -3
- package/cjs/components/ScrollContainer/__docs__/ScrollContainer.mdx +24 -0
- package/cjs/components/Select/Item.d.ts +2 -0
- package/cjs/components/Select/Item.js +3 -0
- package/cjs/components/Select/Item.js.map +1 -1
- package/cjs/components/Select/Select.d.ts +54 -38
- package/cjs/components/Select/Select.js +57 -1
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.md +7 -6
- package/cjs/components/Select/__docs__/Select.mdx +28 -0
- package/cjs/components/Select/locale/types.js +1 -1
- package/cjs/components/SidePage/SidePage.d.ts +17 -38
- package/cjs/components/SidePage/SidePage.js +15 -28
- package/cjs/components/SidePage/SidePage.js.map +1 -1
- package/cjs/components/SidePage/SidePage.md +2 -1
- package/cjs/components/SidePage/SidePage.styles.d.ts +8 -1
- package/cjs/components/SidePage/SidePage.styles.js +83 -26
- package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
- package/cjs/components/SidePage/SidePageCloseButton.d.ts +6 -1
- package/cjs/components/SidePage/SidePageCloseButton.js +14 -2
- package/cjs/components/SidePage/SidePageCloseButton.js.map +1 -1
- package/cjs/components/SidePage/SidePageFooter.d.ts +4 -9
- package/cjs/components/SidePage/SidePageFooter.js +0 -2
- package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
- package/cjs/components/SidePage/SidePageHeader.d.ts +2 -1
- package/cjs/components/SidePage/SidePageHeader.js +14 -7
- package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
- package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +103 -1
- package/cjs/components/SidePage/__docs__/SidePage.mdx +28 -0
- package/cjs/components/SidePage/__docs__/SidePageBody.mdx +15 -0
- package/cjs/components/SidePage/__docs__/SidePageContainer.mdx +15 -0
- package/cjs/components/SidePage/__docs__/SidePageFooter.mdx +15 -0
- package/cjs/components/SidePage/__docs__/SidePageHeader.mdx +15 -0
- package/cjs/components/SidePage/locale/types.js +1 -1
- package/cjs/components/SingleToast/SingleToast.d.ts +5 -1
- package/cjs/components/SingleToast/SingleToast.js +5 -1
- package/cjs/components/SingleToast/SingleToast.js.map +1 -1
- package/cjs/components/SingleToast/SingleToast.md +2 -1
- package/cjs/components/SingleToast/__docs__/SingleToast.mdx +28 -0
- package/cjs/components/Spinner/Spinner.d.ts +15 -20
- package/cjs/components/Spinner/Spinner.js +6 -7
- package/cjs/components/Spinner/Spinner.js.map +1 -1
- package/cjs/components/Spinner/Spinner.md +2 -1
- package/cjs/components/Spinner/__docs__/Spinner.mdx +28 -0
- package/cjs/components/Sticky/Sticky.d.ts +9 -4
- package/cjs/components/Sticky/Sticky.js +9 -1
- package/cjs/components/Sticky/Sticky.js.map +1 -1
- package/cjs/components/Sticky/Sticky.md +1 -0
- package/cjs/components/Sticky/__docs__/Sticky.mdx +24 -0
- package/cjs/components/Switcher/Switcher.d.ts +18 -7
- package/cjs/components/Switcher/Switcher.js +14 -3
- package/cjs/components/Switcher/Switcher.js.map +1 -1
- package/cjs/components/Switcher/Switcher.md +6 -2
- package/cjs/components/Switcher/Switcher.styles.d.ts +1 -0
- package/cjs/components/Switcher/Switcher.styles.js +20 -1
- package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
- package/cjs/components/Switcher/__docs__/Switcher.mdx +28 -0
- package/cjs/components/Tabs/Tab.d.ts +12 -31
- package/cjs/components/Tabs/Tab.js +1 -20
- package/cjs/components/Tabs/Tab.js.map +1 -1
- package/cjs/components/Tabs/Tab.md +2 -0
- package/cjs/components/Tabs/Tabs.d.ts +14 -25
- package/cjs/components/Tabs/Tabs.js +6 -17
- package/cjs/components/Tabs/Tabs.js.map +1 -1
- package/cjs/components/Tabs/Tabs.md +3 -2
- package/cjs/components/Tabs/__docs__/Tab.mdx +28 -0
- package/cjs/components/Tabs/__docs__/Tabs.mdx +28 -0
- package/cjs/components/Textarea/Textarea.d.ts +26 -52
- package/cjs/components/Textarea/Textarea.js +3 -23
- package/cjs/components/Textarea/Textarea.js.map +1 -1
- package/cjs/components/Textarea/Textarea.md +4 -2
- package/cjs/components/Textarea/__docs__/Textarea.mdx +28 -0
- package/cjs/components/Toast/Toast.d.ts +12 -9
- package/cjs/components/Toast/Toast.js +13 -5
- package/cjs/components/Toast/Toast.js.map +1 -1
- package/cjs/components/Toast/Toast.md +4 -4
- package/cjs/components/Toast/ToastStatic.d.ts +2 -2
- package/cjs/components/Toast/ToastStatic.js +15 -5
- package/cjs/components/Toast/ToastStatic.js.map +1 -1
- package/cjs/components/Toast/ToastView.d.ts +3 -6
- package/cjs/components/Toast/ToastView.js +3 -5
- package/cjs/components/Toast/ToastView.js.map +1 -1
- package/cjs/components/Toast/ToastView.styles.js +4 -4
- package/cjs/components/Toast/ToastView.styles.js.map +1 -1
- package/cjs/components/Toast/__creevey__/Toast.creevey.mts +23 -0
- package/cjs/components/Toast/__docs__/Toast.mdx +28 -0
- package/cjs/components/Toast/locale/types.js +1 -1
- package/cjs/components/Toggle/Toggle.d.ts +25 -48
- package/cjs/components/Toggle/Toggle.js +4 -12
- package/cjs/components/Toggle/Toggle.js.map +1 -1
- package/cjs/components/Toggle/Toggle.md +9 -9
- package/cjs/components/Toggle/__docs__/Toggle.mdx +28 -0
- package/cjs/components/Token/Token.d.ts +17 -9
- package/cjs/components/Token/Token.js +9 -1
- package/cjs/components/Token/Token.js.map +1 -1
- package/cjs/components/Token/Token.md +86 -3
- package/cjs/components/Token/TokenView.d.ts +3 -0
- package/cjs/components/Token/TokenView.js +3 -0
- package/cjs/components/Token/TokenView.js.map +1 -1
- package/cjs/components/Token/__docs__/Token.mdx +28 -0
- package/cjs/components/Token/locale/types.js +1 -1
- package/cjs/components/TokenInput/TextWidthHelper.d.ts +3 -0
- package/cjs/components/TokenInput/TextWidthHelper.js +5 -0
- package/cjs/components/TokenInput/TextWidthHelper.js.map +1 -1
- package/cjs/components/TokenInput/TokenInput.d.ts +54 -97
- package/cjs/components/TokenInput/TokenInput.js +7 -18
- package/cjs/components/TokenInput/TokenInput.js.map +1 -1
- package/cjs/components/TokenInput/TokenInput.md +12 -10
- package/cjs/components/TokenInput/TokenInputMenu.d.ts +5 -5
- package/cjs/components/TokenInput/TokenInputMenu.js.map +1 -1
- package/cjs/components/TokenInput/__docs__/TokenInput.mdx +28 -0
- package/cjs/components/TokenInput/locale/types.js +1 -1
- package/cjs/components/Tooltip/Tooltip.d.ts +28 -68
- package/cjs/components/Tooltip/Tooltip.js +9 -63
- package/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/cjs/components/Tooltip/Tooltip.md +5 -0
- package/cjs/components/Tooltip/__docs__/Tooltip.mdx +28 -0
- package/cjs/components/TooltipMenu/TooltipMenu.d.ts +13 -28
- package/cjs/components/TooltipMenu/TooltipMenu.js +1 -16
- package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
- package/cjs/components/TooltipMenu/TooltipMenu.md +13 -10
- package/cjs/components/TooltipMenu/__docs__/TooltipMenu.mdx +24 -0
- package/cjs/index.d.ts +1 -2
- package/cjs/index.js +1 -2
- package/cjs/index.js.map +1 -1
- package/cjs/internal/CommonWrapper/types.js +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +4 -1
- package/cjs/internal/CustomComboBox/CustomComboBox.js +12 -2
- package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +1 -0
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxTypes.js +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxTypes.js.map +1 -1
- package/cjs/internal/CustomComboBox/locale/types.js +1 -1
- package/cjs/internal/DateSelect/locale/types.js +1 -1
- package/cjs/internal/FileUploaderControl/fileUtils.js +1 -1
- package/cjs/internal/FileUploaderControl/fileUtils.js.map +1 -1
- package/cjs/internal/InputLikeText/InputLikeText.js +12 -11
- package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
- package/cjs/internal/Popup/types.js +1 -1
- package/cjs/internal/RenderContainer/RenderContainerTypes.js +1 -1
- package/cjs/internal/ThemePlayground/Playground.styles.js +2 -1
- package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
- package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.creevey.mts +36 -0
- package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
- package/cjs/internal/ThemePlayground/constants.js +1 -1
- package/cjs/internal/ThemePlayground/constants.js.map +1 -1
- package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/cjs/internal/ThemeShowcase/VariablesCollector.js +0 -1
- package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
- package/cjs/internal/themes/BasicLightTheme.d.ts +5 -1198
- package/cjs/internal/themes/BasicLightTheme.js +2 -2512
- package/cjs/internal/themes/BasicLightTheme.js.map +1 -1
- package/cjs/internal/themes/BasicTheme.d.ts +1217 -0
- package/cjs/internal/themes/BasicTheme.js +2536 -0
- package/cjs/internal/themes/BasicTheme.js.map +1 -0
- package/cjs/internal/themes/DarkTheme5_0.d.ts +1 -0
- package/cjs/internal/themes/DarkTheme5_0.js +556 -0
- package/cjs/internal/themes/DarkTheme5_0.js.map +1 -0
- package/cjs/internal/themes/DarkTheme5_1.d.ts +1 -0
- package/cjs/internal/themes/DarkTheme5_1.js +41 -0
- package/cjs/internal/themes/DarkTheme5_1.js.map +1 -0
- package/cjs/internal/themes/LightTheme5_0.d.ts +1 -0
- package/cjs/internal/themes/LightTheme5_0.js +9 -0
- package/cjs/internal/themes/LightTheme5_0.js.map +1 -0
- package/cjs/internal/themes/LightTheme5_1.d.ts +1 -0
- package/cjs/internal/themes/LightTheme5_1.js +41 -0
- package/cjs/internal/themes/LightTheme5_1.js.map +1 -0
- package/cjs/lib/ModalStack.d.ts +1 -0
- package/cjs/lib/ModalStack.js +6 -4
- package/cjs/lib/ModalStack.js.map +1 -1
- package/cjs/lib/date/types.js +6 -6
- package/cjs/lib/date/types.js.map +1 -1
- package/cjs/lib/events/MouseDrag.js +1 -1
- package/cjs/lib/events/MouseDrag.js.map +1 -1
- package/cjs/lib/events/keyboard/KeyboardEventCodes.js +1 -1
- package/cjs/lib/events/keyboard/KeyboardEventCodes.js.map +1 -1
- package/cjs/lib/locale/types.js +1 -1
- package/cjs/lib/locale/types.js.map +1 -1
- package/cjs/lib/theming/Theme.d.ts +4 -3
- package/cjs/lib/theming/Theme.js +1 -1
- package/cjs/lib/theming/Theme.js.map +1 -1
- package/cjs/lib/theming/ThemeContext.d.ts +1 -1
- package/cjs/lib/theming/ThemeContext.js +2 -2
- package/cjs/lib/theming/ThemeContext.js.map +1 -1
- package/cjs/lib/theming/ThemeFactory.d.ts +9 -0
- package/cjs/lib/theming/ThemeFactory.js +28 -9
- package/cjs/lib/theming/ThemeFactory.js.map +1 -1
- package/cjs/lib/theming/ThemeHelpers.d.ts +55 -8
- package/cjs/lib/theming/ThemeHelpers.js +94 -22
- package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
- package/cjs/lib/theming/ThemeVersions.d.ts +25 -0
- package/cjs/lib/theming/ThemeVersions.js +58 -0
- package/cjs/lib/theming/ThemeVersions.js.map +1 -0
- package/cjs/lib/theming/themes/DarkTheme.d.ts +3 -1
- package/cjs/lib/theming/themes/DarkTheme.js +6 -4
- package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
- package/cjs/lib/theming/themes/LightTheme.d.ts +3 -1
- package/cjs/lib/theming/themes/LightTheme.js +6 -4
- package/cjs/lib/theming/themes/LightTheme.js.map +1 -1
- package/cjs/lib/theming/themes/LightThemeMobile.d.ts +1 -1
- package/cjs/lib/theming/useTheme.d.ts +1 -1
- package/cjs/lib/types/button-link.js +1 -1
- package/cjs/lib/types/polymorphic-component.js +1 -1
- package/cjs/lib/types/props.js +1 -1
- package/components/Autocomplete/Autocomplete/Autocomplete.js +3 -2
- package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
- package/components/Autocomplete/Autocomplete.d.ts +16 -17
- package/components/Autocomplete/Autocomplete.md +9 -7
- package/components/Autocomplete/__docs__/Autocomplete.mdx +26 -0
- package/components/Autocomplete/locale/types/types.js +0 -1
- package/components/Button/Button/Button.js.map +1 -1
- package/components/Button/Button.d.ts +20 -62
- package/components/Button/Button.md +40 -26
- package/components/Button/__docs__/Button.mdx +28 -0
- package/components/Calendar/Calendar/Calendar.js +1 -1
- package/components/Calendar/Calendar/Calendar.js.map +1 -1
- package/components/Calendar/Calendar.d.ts +22 -45
- package/components/Calendar/Calendar.md +12 -12
- package/components/Calendar/CalendarDay/CalendarDay.js +2 -0
- package/components/Calendar/CalendarDay/CalendarDay.js.map +1 -1
- package/components/Calendar/CalendarDay.d.ts +7 -0
- package/components/Calendar/CalendarDay.md +32 -32
- package/components/Calendar/__docs__/Calendar.mdx +28 -0
- package/components/Calendar/__docs__/CalendarDay.mdx +24 -0
- package/components/Calendar/locale/types/types.js +0 -1
- package/components/Center/Center/Center.js +3 -1
- package/components/Center/Center/Center.js.map +1 -1
- package/components/Center/Center.d.ts +4 -6
- package/components/Center/Center.md +1 -1
- package/components/Center/__docs__/Center.mdx +24 -0
- package/components/Checkbox/Checkbox/Checkbox.js +7 -0
- package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
- package/components/Checkbox/Checkbox.d.ts +20 -28
- package/components/Checkbox/Checkbox.md +6 -5
- package/components/Checkbox/__docs__/Checkbox.mdx +28 -0
- package/components/ComboBox/ComboBox/ComboBox.js +13 -2
- package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
- package/components/ComboBox/ComboBox.d.ts +67 -86
- package/components/ComboBox/ComboBox.md +41 -40
- package/components/ComboBox/__docs__/ComboBox.mdx +28 -0
- package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js.map +1 -1
- package/components/CurrencyInput/CurrencyHelper.d.ts +4 -0
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +5 -2
- package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
- package/components/CurrencyInput/CurrencyInput.d.ts +12 -12
- package/components/CurrencyInput/CurrencyInput.md +3 -1
- package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js.map +1 -1
- package/components/CurrencyInput/CurrencyInputHelper.d.ts +3 -0
- package/components/CurrencyInput/__docs__/CurrencyInput.mdx +28 -0
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +4 -0
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/components/CurrencyLabel/CurrencyLabel.d.ts +8 -5
- package/components/CurrencyLabel/CurrencyLabel.md +5 -5
- package/components/CurrencyLabel/__docs__/CurrencyLabel.mdx +24 -0
- package/components/DateInput/DateInput/DateInput.js +8 -1
- package/components/DateInput/DateInput/DateInput.js.map +1 -1
- package/components/DateInput/DateInput.d.ts +21 -29
- package/components/DateInput/DateInput.md +7 -2
- package/components/DateInput/__docs__/DateInput.mdx +26 -0
- package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js +3 -3
- package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js.map +1 -1
- package/components/DatePicker/DatePicker/DatePicker.js +33 -5
- package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
- package/components/DatePicker/DatePicker.d.ts +33 -23
- package/components/DatePicker/DatePicker.md +2 -2
- package/components/DatePicker/__docs__/DatePicker.mdx +28 -0
- package/components/DatePicker/locale/types/types.js +0 -1
- package/components/Dropdown/Dropdown/Dropdown.js +7 -1
- package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
- package/components/Dropdown/Dropdown.d.ts +25 -30
- package/components/Dropdown/Dropdown.md +2 -1
- package/components/Dropdown/__docs__/Dropdown.mdx +28 -0
- package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +1 -1
- package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
- package/components/DropdownMenu/DropdownMenu.d.ts +1 -1
- package/components/DropdownMenu/DropdownMenu.md +12 -10
- package/components/DropdownMenu/__docs__/DropdownMenu.mdx +28 -0
- package/components/FileUploader/FileUploader/FileUploader.js +6 -0
- package/components/FileUploader/FileUploader/FileUploader.js.map +1 -1
- package/components/FileUploader/FileUploader.d.ts +16 -20
- package/components/FileUploader/FileUploader.md +9 -9
- package/components/FileUploader/__docs__/FileUploader.mdx +28 -0
- package/components/FileUploader/locale/types/types.js +0 -1
- package/components/FxInput/FxInput/FxInput.js +7 -1
- package/components/FxInput/FxInput/FxInput.js.map +1 -1
- package/components/FxInput/FxInput.d.ts +15 -9
- package/components/FxInput/FxInput.md +2 -0
- package/components/FxInput/__docs__/FxInput.mdx +28 -0
- package/components/Gapped/Gapped/Gapped.js +1 -1
- package/components/Gapped/Gapped/Gapped.js.map +1 -1
- package/components/Gapped/Gapped.d.ts +6 -17
- package/components/Gapped/Gapped.md +3 -2
- package/components/Gapped/__docs__/Gapped.mdx +24 -0
- package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +13 -0
- package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
- package/components/GlobalLoader/GlobalLoader.d.ts +22 -32
- package/components/GlobalLoader/GlobalLoader.md +4 -5
- package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js.map +1 -1
- package/components/GlobalLoader/GlobalLoaderView.d.ts +4 -0
- package/components/GlobalLoader/__docs__/GlobalLoader.mdx +28 -0
- package/components/Group/Group/Group.js +6 -0
- package/components/Group/Group/Group.js.map +1 -1
- package/components/Group/Group.d.ts +6 -0
- package/components/Group/Group.md +1 -0
- package/components/Group/__docs__/Group.mdx +24 -0
- package/components/Hint/Hint/Hint.js +4 -1
- package/components/Hint/Hint/Hint.js.map +1 -1
- package/components/Hint/Hint.d.ts +18 -40
- package/components/Hint/Hint.md +9 -8
- package/components/Hint/__docs__/Hint.mdx +29 -0
- package/components/Input/Input/Input.js +10 -1
- package/components/Input/Input/Input.js.map +1 -1
- package/components/Input/Input.d.ts +46 -68
- package/components/Input/Input.md +11 -2
- package/components/Input/Input.typings/Input.typings.js +0 -1
- package/components/Input/__docs__/Input.mdx +28 -0
- package/components/Kebab/Kebab/Kebab.js +4 -0
- package/components/Kebab/Kebab/Kebab.js.map +1 -1
- package/components/Kebab/Kebab.d.ts +12 -16
- package/components/Kebab/Kebab.md +9 -9
- package/components/Kebab/__docs__/Kebab.mdx +28 -0
- package/components/Link/Link/Link.js.map +1 -1
- package/components/Link/Link.d.ts +13 -37
- package/components/Link/Link.md +12 -11
- package/components/Link/__docs__/Link.mdx +28 -0
- package/components/Loader/Loader/Loader.js +2 -2
- package/components/Loader/Loader/Loader.js.map +1 -1
- package/components/Loader/Loader.d.ts +13 -25
- package/components/Loader/Loader.md +1 -0
- package/components/Loader/__docs__/Loader.mdx +26 -0
- package/components/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
- package/components/MaskedInput/MaskedInput.d.ts +13 -33
- package/components/MaskedInput/MaskedInput.md +7 -5
- package/components/MaskedInput/__docs__/MaskedInput.mdx +28 -0
- package/components/MenuFooter/MenuFooter/MenuFooter.js +3 -3
- package/components/MenuFooter/MenuFooter/MenuFooter.js.map +1 -1
- package/components/MenuFooter/MenuFooter.d.ts +6 -4
- package/components/MenuFooter/MenuFooter.md +2 -2
- package/components/MenuFooter/__docs__/MenuFooter.mdx +24 -0
- package/components/MenuHeader/MenuHeader/MenuHeader.js +3 -3
- package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
- package/components/MenuHeader/MenuHeader.d.ts +6 -4
- package/components/MenuHeader/MenuHeader.md +2 -2
- package/components/MenuHeader/__docs__/MenuHeader.mdx +24 -0
- package/components/MenuItem/MenuItem/MenuItem.js +1 -2
- package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
- package/components/MenuItem/MenuItem.d.ts +22 -55
- package/components/MenuItem/MenuItem.md +34 -30
- package/components/MenuItem/__docs__/MenuItem.mdx +24 -0
- package/components/MenuSeparator/MenuSeparator/MenuSeparator.js +3 -2
- package/components/MenuSeparator/MenuSeparator/MenuSeparator.js.map +1 -1
- package/components/MenuSeparator/MenuSeparator.d.ts +2 -2
- package/components/MenuSeparator/MenuSeparator.md +1 -1
- package/components/MenuSeparator/__docs__/MenuSeparator.mdx +24 -0
- package/components/MiniModal/MiniModal/MiniModal.js +7 -0
- package/components/MiniModal/MiniModal/MiniModal.js.map +1 -1
- package/components/MiniModal/MiniModal.d.ts +6 -0
- package/components/MiniModal/MiniModal.md +1 -3
- package/components/MiniModal/MiniModalFooter/MiniModalFooter.js.map +1 -1
- package/components/MiniModal/MiniModalFooter.d.ts +2 -7
- package/components/MiniModal/MiniModalHeader/MiniModalHeader.js.map +1 -1
- package/components/MiniModal/MiniModalHeader.d.ts +2 -5
- package/components/MiniModal/__docs__/MiniModal.mdx +28 -0
- package/components/MiniModal/__docs__/MiniModalBody.mdx +17 -0
- package/components/MiniModal/__docs__/MiniModalFooter.mdx +17 -0
- package/components/MiniModal/__docs__/MiniModalHeader.mdx +18 -0
- package/components/MiniModal/__docs__/MiniModalIndent.mdx +11 -0
- package/components/MiniModal/getMiniModalTheme.d.ts +1 -1
- package/components/Modal/Modal/Modal.js +4 -9
- package/components/Modal/Modal/Modal.js.map +1 -1
- package/components/Modal/Modal.d.ts +12 -33
- package/components/Modal/Modal.md +3 -1
- package/components/Modal/Modal.styles/Modal.styles.js +40 -31
- package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
- package/components/Modal/Modal.styles.d.ts +4 -1
- package/components/Modal/ModalBody/ModalBody.js +1 -1
- package/components/Modal/ModalBody/ModalBody.js.map +1 -1
- package/components/Modal/ModalBody.d.ts +2 -4
- package/components/Modal/ModalClose/ModalClose.js +3 -1
- package/components/Modal/ModalClose/ModalClose.js.map +1 -1
- package/components/Modal/ModalContext/ModalContext.js.map +1 -1
- package/components/Modal/ModalContext.d.ts +2 -0
- package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
- package/components/Modal/ModalFooter.d.ts +5 -15
- package/components/Modal/ModalHeader/ModalHeader.js +1 -1
- package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/components/Modal/ModalHeader.d.ts +3 -1
- package/components/Modal/ModalSeparator/ModalSeparator.js.map +1 -1
- package/components/Modal/ModalSeparator.d.ts +1 -0
- package/components/Modal/__creevey__/Modal.creevey.mts +15 -1
- package/components/Modal/__docs__/Modal.mdx +28 -0
- package/components/Modal/__docs__/ModalBody.mdx +15 -0
- package/components/Modal/__docs__/ModalFooter.mdx +15 -0
- package/components/Modal/__docs__/ModalHeader.mdx +15 -0
- package/components/Modal/__docs__/ModalSeparator.mdx +15 -0
- package/components/Modal/locale/types/types.js +0 -1
- package/components/Paging/Paging/Paging.js +4 -0
- package/components/Paging/Paging/Paging.js.map +1 -1
- package/components/Paging/Paging.d.ts +20 -15
- package/components/Paging/Paging.md +3 -2
- package/components/Paging/PagingDefaultComponent/PagingDefaultComponent.js.map +1 -1
- package/components/Paging/PagingDefaultComponent.d.ts +2 -0
- package/components/Paging/__docs__/Paging.mdx +28 -0
- package/components/Paging/locale/types/types.js +0 -1
- package/components/PasswordInput/PasswordInput/PasswordInput.js +32 -10
- package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
- package/components/PasswordInput/PasswordInput.d.ts +10 -3
- package/components/PasswordInput/PasswordInput.md +3 -2
- package/components/PasswordInput/__docs__/PasswordInput.mdx +28 -0
- package/components/PasswordInput/locale/types/types.js +0 -1
- package/components/Radio/Radio/Radio.js +1 -1
- package/components/Radio/Radio/Radio.js.map +1 -1
- package/components/Radio/Radio.d.ts +13 -28
- package/components/Radio/Radio.md +3 -2
- package/components/Radio/__docs__/Radio.mdx +28 -0
- package/components/RadioGroup/RadioGroup/RadioGroup.js +4 -5
- package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
- package/components/RadioGroup/RadioGroup.d.ts +28 -54
- package/components/RadioGroup/RadioGroup.md +1 -0
- package/components/RadioGroup/__docs__/RadioGroup.mdx +28 -0
- package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js +1 -2
- package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js.map +1 -1
- package/components/ResponsiveLayout/ResponsiveLayout.d.ts +4 -1
- package/components/ResponsiveLayout/ResponsiveLayout.md +4 -3
- package/components/ResponsiveLayout/__docs__/ResponsiveLayout.mdx +97 -0
- package/components/ResponsiveLayout/types/types.js +0 -1
- package/components/ScrollContainer/ScrollBar/ScrollBar.js.map +1 -1
- package/components/ScrollContainer/ScrollBar.d.ts +7 -0
- package/components/ScrollContainer/ScrollContainer/ScrollContainer.js +4 -0
- package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
- package/components/ScrollContainer/ScrollContainer.d.ts +23 -29
- package/components/ScrollContainer/ScrollContainer.md +5 -3
- package/components/ScrollContainer/__docs__/ScrollContainer.mdx +24 -0
- package/components/Select/Item/Item.js.map +1 -1
- package/components/Select/Item.d.ts +2 -0
- package/components/Select/Select/Select.js +11 -0
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +54 -38
- package/components/Select/Select.md +7 -6
- package/components/Select/__docs__/Select.mdx +28 -0
- package/components/Select/locale/types/types.js +0 -1
- package/components/SidePage/SidePage/SidePage.js +28 -16
- package/components/SidePage/SidePage/SidePage.js.map +1 -1
- package/components/SidePage/SidePage.d.ts +17 -38
- package/components/SidePage/SidePage.md +2 -1
- package/components/SidePage/SidePage.styles/SidePage.styles.js +48 -26
- package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
- package/components/SidePage/SidePage.styles.d.ts +8 -1
- package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js +6 -2
- package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js.map +1 -1
- package/components/SidePage/SidePageCloseButton.d.ts +6 -1
- package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
- package/components/SidePage/SidePageFooter.d.ts +4 -9
- package/components/SidePage/SidePageHeader/SidePageHeader.js +13 -5
- package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
- package/components/SidePage/SidePageHeader.d.ts +2 -1
- package/components/SidePage/__creevey__/SidePage.creevey.mts +103 -1
- package/components/SidePage/__docs__/SidePage.mdx +28 -0
- package/components/SidePage/__docs__/SidePageBody.mdx +15 -0
- package/components/SidePage/__docs__/SidePageContainer.mdx +15 -0
- package/components/SidePage/__docs__/SidePageFooter.mdx +15 -0
- package/components/SidePage/__docs__/SidePageHeader.mdx +15 -0
- package/components/SidePage/locale/types/types.js +0 -1
- package/components/SingleToast/SingleToast/SingleToast.js +5 -1
- package/components/SingleToast/SingleToast/SingleToast.js.map +1 -1
- package/components/SingleToast/SingleToast.d.ts +5 -1
- package/components/SingleToast/SingleToast.md +2 -1
- package/components/SingleToast/__docs__/SingleToast.mdx +28 -0
- package/components/Spinner/Spinner/Spinner.js +6 -2
- package/components/Spinner/Spinner/Spinner.js.map +1 -1
- package/components/Spinner/Spinner.d.ts +15 -20
- package/components/Spinner/Spinner.md +2 -1
- package/components/Spinner/__docs__/Spinner.mdx +28 -0
- package/components/Sticky/Sticky/Sticky.js +5 -0
- package/components/Sticky/Sticky/Sticky.js.map +1 -1
- package/components/Sticky/Sticky.d.ts +9 -4
- package/components/Sticky/Sticky.md +1 -0
- package/components/Sticky/__docs__/Sticky.mdx +24 -0
- package/components/Switcher/Switcher/Switcher.js +16 -6
- package/components/Switcher/Switcher/Switcher.js.map +1 -1
- package/components/Switcher/Switcher.d.ts +18 -7
- package/components/Switcher/Switcher.md +6 -2
- package/components/Switcher/Switcher.styles/Switcher.styles.js +4 -1
- package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
- package/components/Switcher/Switcher.styles.d.ts +1 -0
- package/components/Switcher/__docs__/Switcher.mdx +28 -0
- package/components/Tabs/Tab/Tab.js +1 -1
- package/components/Tabs/Tab/Tab.js.map +1 -1
- package/components/Tabs/Tab.d.ts +12 -31
- package/components/Tabs/Tab.md +2 -0
- package/components/Tabs/Tabs/Tabs.js +6 -1
- package/components/Tabs/Tabs/Tabs.js.map +1 -1
- package/components/Tabs/Tabs.d.ts +14 -25
- package/components/Tabs/Tabs.md +3 -2
- package/components/Tabs/__docs__/Tab.mdx +28 -0
- package/components/Tabs/__docs__/Tabs.mdx +28 -0
- package/components/Textarea/Textarea/Textarea.js +3 -4
- package/components/Textarea/Textarea/Textarea.js.map +1 -1
- package/components/Textarea/Textarea.d.ts +26 -52
- package/components/Textarea/Textarea.md +4 -2
- package/components/Textarea/__docs__/Textarea.mdx +28 -0
- package/components/Toast/Toast/Toast.js +17 -12
- package/components/Toast/Toast/Toast.js.map +1 -1
- package/components/Toast/Toast.d.ts +12 -9
- package/components/Toast/Toast.md +4 -4
- package/components/Toast/ToastStatic/ToastStatic.js +5 -5
- package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
- package/components/Toast/ToastStatic.d.ts +2 -2
- package/components/Toast/ToastView/ToastView.js +2 -1
- package/components/Toast/ToastView/ToastView.js.map +1 -1
- package/components/Toast/ToastView.d.ts +3 -6
- package/components/Toast/ToastView.styles/ToastView.styles.js +2 -2
- package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
- package/components/Toast/__creevey__/Toast.creevey.mts +23 -0
- package/components/Toast/__docs__/Toast.mdx +28 -0
- package/components/Toast/locale/types/types.js +0 -1
- package/components/Toggle/Toggle/Toggle.js +4 -1
- package/components/Toggle/Toggle/Toggle.js.map +1 -1
- package/components/Toggle/Toggle.d.ts +25 -48
- package/components/Toggle/Toggle.md +9 -9
- package/components/Toggle/__docs__/Toggle.mdx +28 -0
- package/components/Token/Token/Token.js +6 -0
- package/components/Token/Token/Token.js.map +1 -1
- package/components/Token/Token.d.ts +17 -9
- package/components/Token/Token.md +86 -3
- package/components/Token/TokenView/TokenView.js.map +1 -1
- package/components/Token/TokenView.d.ts +3 -0
- package/components/Token/__docs__/Token.mdx +28 -0
- package/components/Token/locale/types/types.js +0 -1
- package/components/TokenInput/TextWidthHelper/TextWidthHelper.js.map +1 -1
- package/components/TokenInput/TextWidthHelper.d.ts +3 -0
- package/components/TokenInput/TokenInput/TokenInput.js +9 -3
- package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
- package/components/TokenInput/TokenInput.d.ts +54 -97
- package/components/TokenInput/TokenInput.md +12 -10
- package/components/TokenInput/TokenInputMenu/TokenInputMenu.js.map +1 -1
- package/components/TokenInput/TokenInputMenu.d.ts +5 -5
- package/components/TokenInput/__docs__/TokenInput.mdx +28 -0
- package/components/TokenInput/locale/types/types.js +0 -1
- package/components/Tooltip/Tooltip/Tooltip.js +9 -0
- package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
- package/components/Tooltip/Tooltip.d.ts +28 -68
- package/components/Tooltip/Tooltip.md +5 -0
- package/components/Tooltip/__docs__/Tooltip.mdx +28 -0
- package/components/TooltipMenu/TooltipMenu/TooltipMenu.js +1 -1
- package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
- package/components/TooltipMenu/TooltipMenu.d.ts +13 -28
- package/components/TooltipMenu/TooltipMenu.md +13 -10
- package/components/TooltipMenu/__docs__/TooltipMenu.mdx +24 -0
- package/index.d.ts +1 -2
- package/index.js +1 -2
- package/index.js.map +1 -1
- package/internal/CommonWrapper/index/index.js +1 -2
- package/internal/CommonWrapper/index/index.js.map +1 -1
- package/internal/CommonWrapper/types/types.js +0 -1
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +10 -2
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBox.d.ts +4 -1
- package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +1 -1
- package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +1 -0
- package/internal/CustomComboBox/CustomComboBoxTypes/CustomComboBoxTypes.js +3 -3
- package/internal/CustomComboBox/CustomComboBoxTypes/CustomComboBoxTypes.js.map +1 -1
- package/internal/CustomComboBox/locale/types/types.js +0 -1
- package/internal/DateSelect/locale/types/types.js +0 -1
- package/internal/FileUploaderControl/fileUtils/fileUtils.js +3 -3
- package/internal/FileUploaderControl/fileUtils/fileUtils.js.map +1 -1
- package/internal/InputLikeText/InputLikeText/InputLikeText.js +12 -6
- package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
- package/internal/Popup/types/types.js +0 -1
- package/internal/RenderContainer/RenderContainerTypes/RenderContainerTypes.js +0 -1
- package/internal/ThemePlayground/Playground.styles/Playground.styles.js +1 -1
- package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
- package/internal/ThemePlayground/__creevey__/Theme5_0.creevey.d.mts +1 -0
- package/internal/ThemePlayground/__creevey__/Theme5_0.creevey.mts +36 -0
- package/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
- package/internal/ThemePlayground/constants/constants.js +3 -3
- package/internal/ThemePlayground/constants/constants.js.map +1 -1
- package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
- package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/internal/ZIndex/index/index.js +1 -2
- package/internal/ZIndex/index/index.js.map +1 -1
- package/internal/themes/BasicLightTheme/BasicLightTheme.js +5 -3338
- package/internal/themes/BasicLightTheme/BasicLightTheme.js.map +1 -1
- package/internal/themes/BasicLightTheme.d.ts +5 -1198
- package/internal/themes/BasicTheme/BasicTheme.js +3360 -0
- package/internal/themes/BasicTheme/BasicTheme.js.map +1 -0
- package/internal/themes/BasicTheme/package.json +6 -0
- package/internal/themes/BasicTheme.d.ts +1217 -0
- package/internal/themes/DarkTheme5_0/DarkTheme5_0.js +409 -0
- package/internal/themes/DarkTheme5_0/DarkTheme5_0.js.map +1 -0
- package/internal/themes/DarkTheme5_0/package.json +6 -0
- package/internal/themes/DarkTheme5_0.d.ts +1 -0
- package/internal/themes/DarkTheme5_1/DarkTheme5_1.js +52 -0
- package/internal/themes/DarkTheme5_1/DarkTheme5_1.js.map +1 -0
- package/internal/themes/DarkTheme5_1/package.json +6 -0
- package/internal/themes/DarkTheme5_1.d.ts +1 -0
- package/internal/themes/LightTheme5_0/LightTheme5_0.js +14 -0
- package/internal/themes/LightTheme5_0/LightTheme5_0.js.map +1 -0
- package/internal/themes/LightTheme5_0/package.json +6 -0
- package/internal/themes/LightTheme5_0.d.ts +1 -0
- package/internal/themes/LightTheme5_1/LightTheme5_1.js +52 -0
- package/internal/themes/LightTheme5_1/LightTheme5_1.js.map +1 -0
- package/internal/themes/LightTheme5_1/package.json +6 -0
- package/internal/themes/LightTheme5_1.d.ts +1 -0
- package/lib/ModalStack/ModalStack.js +8 -8
- package/lib/ModalStack/ModalStack.js.map +1 -1
- package/lib/ModalStack.d.ts +1 -0
- package/lib/date/types/types.js +18 -18
- package/lib/date/types/types.js.map +1 -1
- package/lib/events/MouseDrag/MouseDrag.js +3 -3
- package/lib/events/MouseDrag/MouseDrag.js.map +1 -1
- package/lib/events/keyboard/KeyboardEventCodes/KeyboardEventCodes.js +3 -3
- package/lib/events/keyboard/KeyboardEventCodes/KeyboardEventCodes.js.map +1 -1
- package/lib/locale/types/types.js +3 -3
- package/lib/locale/types/types.js.map +1 -1
- package/lib/theming/Theme/Theme.js +2 -1
- package/lib/theming/Theme/Theme.js.map +1 -1
- package/lib/theming/Theme.d.ts +4 -3
- package/lib/theming/ThemeContext/ThemeContext.js +2 -2
- package/lib/theming/ThemeContext/ThemeContext.js.map +1 -1
- package/lib/theming/ThemeContext.d.ts +1 -1
- package/lib/theming/ThemeFactory/ThemeFactory.js +21 -7
- package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
- package/lib/theming/ThemeFactory.d.ts +9 -0
- package/lib/theming/ThemeHelpers/ThemeHelpers.js +85 -18
- package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
- package/lib/theming/ThemeHelpers.d.ts +55 -8
- package/lib/theming/ThemeVersions/ThemeVersions.js +50 -0
- package/lib/theming/ThemeVersions/ThemeVersions.js.map +1 -0
- package/lib/theming/ThemeVersions/package.json +6 -0
- package/lib/theming/ThemeVersions.d.ts +25 -0
- package/lib/theming/themes/DarkTheme/DarkTheme.js +5 -4
- package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
- package/lib/theming/themes/DarkTheme.d.ts +3 -1
- package/lib/theming/themes/LightTheme/LightTheme.js +5 -4
- package/lib/theming/themes/LightTheme/LightTheme.js.map +1 -1
- package/lib/theming/themes/LightTheme.d.ts +3 -1
- package/lib/theming/themes/LightThemeMobile.d.ts +1 -1
- package/lib/theming/useTheme.d.ts +1 -1
- package/lib/types/button-link/button-link.js +0 -1
- package/lib/types/polymorphic-component/polymorphic-component.js +0 -1
- package/lib/types/props/props.js +0 -1
- package/package.json +9 -5
- package/cjs/internal/themes/BasicDarkTheme.d.ts +0 -289
- package/cjs/internal/themes/BasicDarkTheme.js +0 -597
- package/cjs/internal/themes/BasicDarkTheme.js.map +0 -1
- package/cjs/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
- package/cjs/lib/theming/themes/DarkTheme2022_0.js +0 -5
- package/cjs/lib/theming/themes/DarkTheme2022_0.js.map +0 -1
- package/cjs/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
- package/cjs/lib/theming/themes/LightTheme2022_0.js +0 -5
- package/cjs/lib/theming/themes/LightTheme2022_0.js.map +0 -1
- package/internal/themes/BasicDarkTheme/BasicDarkTheme.js +0 -641
- package/internal/themes/BasicDarkTheme/BasicDarkTheme.js.map +0 -1
- package/internal/themes/BasicDarkTheme/package.json +0 -6
- package/internal/themes/BasicDarkTheme.d.ts +0 -289
- package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js +0 -3
- package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js.map +0 -1
- package/lib/theming/themes/DarkTheme2022_0/package.json +0 -6
- package/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
- package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js +0 -3
- package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js.map +0 -1
- package/lib/theming/themes/LightTheme2022_0/package.json +0 -6
- package/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
|
@@ -0,0 +1,3360 @@
|
|
|
1
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
2
|
+
var _BasicThemeClass;
|
|
3
|
+
import { createTheme } from "../../../lib/theming/ThemeHelpers";
|
|
4
|
+
import * as ColorFunctions from "../../../lib/styles/ColorFunctions";
|
|
5
|
+
export var BasicThemeClass = /*#__PURE__*/function () {
|
|
6
|
+
function BasicThemeClass() {}
|
|
7
|
+
return _createClass(BasicThemeClass, null, [{
|
|
8
|
+
key: "bgSecondary",
|
|
9
|
+
get: function get() {
|
|
10
|
+
return this.bgDefault;
|
|
11
|
+
}
|
|
12
|
+
}, {
|
|
13
|
+
key: "errorMain",
|
|
14
|
+
get: function get() {
|
|
15
|
+
return this.red;
|
|
16
|
+
}
|
|
17
|
+
}, {
|
|
18
|
+
key: "errorText",
|
|
19
|
+
get: function get() {
|
|
20
|
+
return this.redDark;
|
|
21
|
+
}
|
|
22
|
+
}, {
|
|
23
|
+
key: "errorSecondary",
|
|
24
|
+
get: function get() {
|
|
25
|
+
return this.redXxLight;
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
key: "borderColorError",
|
|
29
|
+
get: function get() {
|
|
30
|
+
return this.errorMain;
|
|
31
|
+
}
|
|
32
|
+
}, {
|
|
33
|
+
key: "borderColorWarning",
|
|
34
|
+
get: function get() {
|
|
35
|
+
return this.warningMain;
|
|
36
|
+
}
|
|
37
|
+
}, {
|
|
38
|
+
key: "linkHoverColor",
|
|
39
|
+
get: function get() {
|
|
40
|
+
return this.linkColor;
|
|
41
|
+
}
|
|
42
|
+
}, {
|
|
43
|
+
key: "linkSuccessColor",
|
|
44
|
+
get: function get() {
|
|
45
|
+
return this.green;
|
|
46
|
+
}
|
|
47
|
+
}, {
|
|
48
|
+
key: "linkSuccessHoverColor",
|
|
49
|
+
get: function get() {
|
|
50
|
+
return this.greenDark;
|
|
51
|
+
}
|
|
52
|
+
}, {
|
|
53
|
+
key: "linkDangerColor",
|
|
54
|
+
get: function get() {
|
|
55
|
+
return this.errorText;
|
|
56
|
+
}
|
|
57
|
+
}, {
|
|
58
|
+
key: "linkDisabledColor",
|
|
59
|
+
get: function get() {
|
|
60
|
+
return this.textColorDisabled;
|
|
61
|
+
}
|
|
62
|
+
}, {
|
|
63
|
+
key: "linkHoverTextDecorationStyle",
|
|
64
|
+
get: function get() {
|
|
65
|
+
return this.linkTextDecorationStyle;
|
|
66
|
+
}
|
|
67
|
+
}, {
|
|
68
|
+
key: "linkLineHoverBorderBottomStyle",
|
|
69
|
+
get: function get() {
|
|
70
|
+
return this.linkLineBorderBottomStyle;
|
|
71
|
+
}
|
|
72
|
+
}, {
|
|
73
|
+
key: "linkFocusOutlineWidth",
|
|
74
|
+
get: function get() {
|
|
75
|
+
return this.controlOutlineWidth;
|
|
76
|
+
}
|
|
77
|
+
}, {
|
|
78
|
+
key: "linkFocusOutline",
|
|
79
|
+
get: function get() {
|
|
80
|
+
return this.linkFocusOutlineWidth + " solid " + this.linkFocusOutlineColor;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
//#endregion Link
|
|
84
|
+
//#region Token
|
|
85
|
+
}, {
|
|
86
|
+
key: "tokenTextColorDisabled",
|
|
87
|
+
get: function get() {
|
|
88
|
+
return this.textColorDisabled;
|
|
89
|
+
}
|
|
90
|
+
}, {
|
|
91
|
+
key: "tokenFontSizeSmall",
|
|
92
|
+
get: function get() {
|
|
93
|
+
return this.fontSizeSmall;
|
|
94
|
+
}
|
|
95
|
+
}, {
|
|
96
|
+
key: "tokenFontSizeMedium",
|
|
97
|
+
get: function get() {
|
|
98
|
+
return this.fontSizeMedium;
|
|
99
|
+
}
|
|
100
|
+
}, {
|
|
101
|
+
key: "tokenFontSizeLarge",
|
|
102
|
+
get: function get() {
|
|
103
|
+
return this.fontSizeLarge;
|
|
104
|
+
}
|
|
105
|
+
}, {
|
|
106
|
+
key: "tokenLineHeightSmall",
|
|
107
|
+
get: function get() {
|
|
108
|
+
return this.controlLineHeightSmall;
|
|
109
|
+
}
|
|
110
|
+
}, {
|
|
111
|
+
key: "tokenLineHeightMedium",
|
|
112
|
+
get: function get() {
|
|
113
|
+
return this.controlLineHeightMedium;
|
|
114
|
+
}
|
|
115
|
+
}, {
|
|
116
|
+
key: "tokenLineHeightLarge",
|
|
117
|
+
get: function get() {
|
|
118
|
+
return this.controlLineHeightLarge;
|
|
119
|
+
}
|
|
120
|
+
}, {
|
|
121
|
+
key: "tokenBorderColorWarning",
|
|
122
|
+
get: function get() {
|
|
123
|
+
return this.borderColorWarning;
|
|
124
|
+
}
|
|
125
|
+
}, {
|
|
126
|
+
key: "tokenBorderColorError",
|
|
127
|
+
get: function get() {
|
|
128
|
+
return this.borderColorError;
|
|
129
|
+
}
|
|
130
|
+
}, {
|
|
131
|
+
key: "tokenPaddingYDisabled",
|
|
132
|
+
get: function get() {
|
|
133
|
+
return this.tokenPaddingYSmall;
|
|
134
|
+
}
|
|
135
|
+
}, {
|
|
136
|
+
key: "tokenPaddingXDisabled",
|
|
137
|
+
get: function get() {
|
|
138
|
+
return this.tokenPaddingXSmall;
|
|
139
|
+
}
|
|
140
|
+
}, {
|
|
141
|
+
key: "tokenMarginYDisabled",
|
|
142
|
+
get: function get() {
|
|
143
|
+
return this.tokenMarginYSmall;
|
|
144
|
+
}
|
|
145
|
+
}, {
|
|
146
|
+
key: "tokenMarginXDisabled",
|
|
147
|
+
get: function get() {
|
|
148
|
+
return this.tokenMarginXSmall;
|
|
149
|
+
}
|
|
150
|
+
}, {
|
|
151
|
+
key: "tokenInputLineHeightSmall",
|
|
152
|
+
get:
|
|
153
|
+
//#endregion Token
|
|
154
|
+
//#region TokenInput
|
|
155
|
+
|
|
156
|
+
function get() {
|
|
157
|
+
return this.controlLineHeightSmall;
|
|
158
|
+
}
|
|
159
|
+
}, {
|
|
160
|
+
key: "tokenInputLineHeightMedium",
|
|
161
|
+
get: function get() {
|
|
162
|
+
return this.controlLineHeightMedium;
|
|
163
|
+
}
|
|
164
|
+
}, {
|
|
165
|
+
key: "tokenInputLineHeightLarge",
|
|
166
|
+
get: function get() {
|
|
167
|
+
return this.controlLineHeightLarge;
|
|
168
|
+
}
|
|
169
|
+
}, {
|
|
170
|
+
key: "tokenInputBorderColor",
|
|
171
|
+
get: function get() {
|
|
172
|
+
return this.inputBorderColor;
|
|
173
|
+
}
|
|
174
|
+
}, {
|
|
175
|
+
key: "tokenInputBorderColorHover",
|
|
176
|
+
get: function get() {
|
|
177
|
+
return this.inputBorderColorHover;
|
|
178
|
+
}
|
|
179
|
+
}, {
|
|
180
|
+
key: "tokenInputBorderColorFocus",
|
|
181
|
+
get: function get() {
|
|
182
|
+
return this.inputBorderColorFocus;
|
|
183
|
+
}
|
|
184
|
+
}, {
|
|
185
|
+
key: "tokenInputBorderColorError",
|
|
186
|
+
get: function get() {
|
|
187
|
+
return this.inputBorderColorError;
|
|
188
|
+
}
|
|
189
|
+
}, {
|
|
190
|
+
key: "tokenInputBorderColorWarning",
|
|
191
|
+
get: function get() {
|
|
192
|
+
return this.inputBorderColorWarning;
|
|
193
|
+
}
|
|
194
|
+
}, {
|
|
195
|
+
key: "tokenInputBorderTopColor",
|
|
196
|
+
get: function get() {
|
|
197
|
+
return this.inputBorderTopColor;
|
|
198
|
+
}
|
|
199
|
+
}, {
|
|
200
|
+
key: "tokenInputPlaceholderColor",
|
|
201
|
+
get: function get() {
|
|
202
|
+
return this.inputPlaceholderColor;
|
|
203
|
+
}
|
|
204
|
+
}, {
|
|
205
|
+
key: "tokenInputPlaceholderColorLight",
|
|
206
|
+
get: function get() {
|
|
207
|
+
return this.inputPlaceholderColorLight;
|
|
208
|
+
}
|
|
209
|
+
}, {
|
|
210
|
+
key: "tokenInputDisabledBg",
|
|
211
|
+
get: function get() {
|
|
212
|
+
return this.inputDisabledBg;
|
|
213
|
+
}
|
|
214
|
+
}, {
|
|
215
|
+
key: "tokenInputDisabledBorderColor",
|
|
216
|
+
get: function get() {
|
|
217
|
+
return this.inputDisabledBorderColor;
|
|
218
|
+
}
|
|
219
|
+
}, {
|
|
220
|
+
key: "tokenInputBorderWidth",
|
|
221
|
+
get: function get() {
|
|
222
|
+
return this.inputBorderWidth;
|
|
223
|
+
}
|
|
224
|
+
}, {
|
|
225
|
+
key: "tokenInputOutlineWidth",
|
|
226
|
+
get: function get() {
|
|
227
|
+
return this.inputOutlineWidth;
|
|
228
|
+
}
|
|
229
|
+
}, {
|
|
230
|
+
key: "tokenInputBg",
|
|
231
|
+
get: function get() {
|
|
232
|
+
return this.inputBg;
|
|
233
|
+
}
|
|
234
|
+
}, {
|
|
235
|
+
key: "tokenInputShadow",
|
|
236
|
+
get: function get() {
|
|
237
|
+
return this.inputShadow;
|
|
238
|
+
}
|
|
239
|
+
}, {
|
|
240
|
+
key: "tokenInputTextColor",
|
|
241
|
+
get: function get() {
|
|
242
|
+
return this.inputTextColor;
|
|
243
|
+
}
|
|
244
|
+
}, {
|
|
245
|
+
key: "tokenInputTextColorDisabled",
|
|
246
|
+
get: function get() {
|
|
247
|
+
return this.textColorDisabledContrast;
|
|
248
|
+
}
|
|
249
|
+
}, {
|
|
250
|
+
key: "tokenInputPlaceholderColorDisabled",
|
|
251
|
+
get: function get() {
|
|
252
|
+
return this.textColorDisabledContrast;
|
|
253
|
+
}
|
|
254
|
+
}, {
|
|
255
|
+
key: "btnCheckedDisabledBorderColor",
|
|
256
|
+
get: function get() {
|
|
257
|
+
return this.btnCheckedDisabledBg;
|
|
258
|
+
}
|
|
259
|
+
}, {
|
|
260
|
+
key: "btnBorderWidth",
|
|
261
|
+
get: function get() {
|
|
262
|
+
return this.controlBorderWidth;
|
|
263
|
+
}
|
|
264
|
+
}, {
|
|
265
|
+
key: "btnOutlineWidth",
|
|
266
|
+
get: function get() {
|
|
267
|
+
return this.controlOutlineWidth;
|
|
268
|
+
}
|
|
269
|
+
}, {
|
|
270
|
+
key: "btnIconGapSmallRight",
|
|
271
|
+
get: function get() {
|
|
272
|
+
return this.btnIconGapSmallLeft;
|
|
273
|
+
}
|
|
274
|
+
}, {
|
|
275
|
+
key: "btnIconGapMediumRight",
|
|
276
|
+
get: function get() {
|
|
277
|
+
return this.btnIconGapMediumLeft;
|
|
278
|
+
}
|
|
279
|
+
}, {
|
|
280
|
+
key: "btnIconGapLargeRight",
|
|
281
|
+
get: function get() {
|
|
282
|
+
return this.btnIconGapLargeLeft;
|
|
283
|
+
}
|
|
284
|
+
}, {
|
|
285
|
+
key: "btnDefaultCheckedBorderColor",
|
|
286
|
+
get: function get() {
|
|
287
|
+
return this.btnCheckedBg;
|
|
288
|
+
}
|
|
289
|
+
}, {
|
|
290
|
+
key: "btnDefaultTextColor",
|
|
291
|
+
get: function get() {
|
|
292
|
+
return this.textColorDefault;
|
|
293
|
+
}
|
|
294
|
+
}, {
|
|
295
|
+
key: "btnDefaultHoverBorderColor",
|
|
296
|
+
get: function get() {
|
|
297
|
+
return this.btnDefaultBorderColor;
|
|
298
|
+
}
|
|
299
|
+
}, {
|
|
300
|
+
key: "btnDefaultActiveBorderColor",
|
|
301
|
+
get: function get() {
|
|
302
|
+
return this.btnDefaultBorderColor;
|
|
303
|
+
}
|
|
304
|
+
}, {
|
|
305
|
+
key: "btnDangerBg",
|
|
306
|
+
get: function get() {
|
|
307
|
+
return this.errorMain;
|
|
308
|
+
}
|
|
309
|
+
}, {
|
|
310
|
+
key: "btnDangerBorderColor",
|
|
311
|
+
get: function get() {
|
|
312
|
+
return this.btnDangerBg;
|
|
313
|
+
}
|
|
314
|
+
}, {
|
|
315
|
+
key: "btnDangerActiveBorderColor",
|
|
316
|
+
get: function get() {
|
|
317
|
+
return this.btnDangerActiveBg;
|
|
318
|
+
}
|
|
319
|
+
}, {
|
|
320
|
+
key: "btnPayTextColor",
|
|
321
|
+
get: function get() {
|
|
322
|
+
return this.textColorDefault;
|
|
323
|
+
}
|
|
324
|
+
}, {
|
|
325
|
+
key: "btnFontSizeSmall",
|
|
326
|
+
get: function get() {
|
|
327
|
+
return this.fontSizeSmall;
|
|
328
|
+
}
|
|
329
|
+
}, {
|
|
330
|
+
key: "btnFontSizeMedium",
|
|
331
|
+
get: function get() {
|
|
332
|
+
return this.fontSizeMedium;
|
|
333
|
+
}
|
|
334
|
+
}, {
|
|
335
|
+
key: "btnFontSizeLarge",
|
|
336
|
+
get: function get() {
|
|
337
|
+
return this.fontSizeLarge;
|
|
338
|
+
}
|
|
339
|
+
}, {
|
|
340
|
+
key: "btnLineHeightSmall",
|
|
341
|
+
get: function get() {
|
|
342
|
+
return this.controlLineHeightSmall;
|
|
343
|
+
}
|
|
344
|
+
}, {
|
|
345
|
+
key: "btnLineHeightMedium",
|
|
346
|
+
get: function get() {
|
|
347
|
+
return this.controlLineHeightMedium;
|
|
348
|
+
}
|
|
349
|
+
}, {
|
|
350
|
+
key: "btnLineHeightLarge",
|
|
351
|
+
get: function get() {
|
|
352
|
+
return this.controlLineHeightLarge;
|
|
353
|
+
}
|
|
354
|
+
}, {
|
|
355
|
+
key: "btnPaddingYSmall",
|
|
356
|
+
get: function get() {
|
|
357
|
+
return this.controlPaddingYSmall;
|
|
358
|
+
}
|
|
359
|
+
}, {
|
|
360
|
+
key: "btnPaddingYMedium",
|
|
361
|
+
get: function get() {
|
|
362
|
+
return this.controlPaddingYMedium;
|
|
363
|
+
}
|
|
364
|
+
}, {
|
|
365
|
+
key: "btnPaddingYLarge",
|
|
366
|
+
get: function get() {
|
|
367
|
+
return this.controlPaddingYLarge;
|
|
368
|
+
}
|
|
369
|
+
}, {
|
|
370
|
+
key: "btnBorderColorWarning",
|
|
371
|
+
get: function get() {
|
|
372
|
+
return this.borderColorWarning;
|
|
373
|
+
}
|
|
374
|
+
}, {
|
|
375
|
+
key: "btnBorderColorError",
|
|
376
|
+
get: function get() {
|
|
377
|
+
return this.borderColorError;
|
|
378
|
+
}
|
|
379
|
+
}, {
|
|
380
|
+
key: "btnHeightSmall",
|
|
381
|
+
get: function get() {
|
|
382
|
+
var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
|
|
383
|
+
var padding = parseInt(this.btnPaddingYSmall, 10) || 0;
|
|
384
|
+
var lineHeigh = parseInt(this.btnLineHeightSmall, 10) || 0;
|
|
385
|
+
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
386
|
+
}
|
|
387
|
+
}, {
|
|
388
|
+
key: "btnHeightMedium",
|
|
389
|
+
get: function get() {
|
|
390
|
+
var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
|
|
391
|
+
var padding = parseInt(this.btnPaddingYMedium, 10) || 0;
|
|
392
|
+
var lineHeigh = parseInt(this.btnLineHeightMedium, 10) || 0;
|
|
393
|
+
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
394
|
+
}
|
|
395
|
+
}, {
|
|
396
|
+
key: "btnHeightLarge",
|
|
397
|
+
get: function get() {
|
|
398
|
+
var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
|
|
399
|
+
var padding = parseInt(this.btnPaddingYLarge, 10) || 0;
|
|
400
|
+
var lineHeigh = parseInt(this.btnLineHeightLarge, 10) || 0;
|
|
401
|
+
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
402
|
+
}
|
|
403
|
+
}, {
|
|
404
|
+
key: "btnLinkColor",
|
|
405
|
+
get: function get() {
|
|
406
|
+
return this.linkColor;
|
|
407
|
+
}
|
|
408
|
+
}, {
|
|
409
|
+
key: "btnLinkHoverColor",
|
|
410
|
+
get: function get() {
|
|
411
|
+
return this.linkHoverColor;
|
|
412
|
+
}
|
|
413
|
+
}, {
|
|
414
|
+
key: "btnLinkActiveColor",
|
|
415
|
+
get: function get() {
|
|
416
|
+
return this.linkActiveColor;
|
|
417
|
+
}
|
|
418
|
+
}, {
|
|
419
|
+
key: "btnLinkHoverTextDecoration",
|
|
420
|
+
get: function get() {
|
|
421
|
+
return this.linkHoverTextDecoration;
|
|
422
|
+
}
|
|
423
|
+
}, {
|
|
424
|
+
key: "btnLinkTextDecorationColor",
|
|
425
|
+
get: function get() {
|
|
426
|
+
return this.linkTextDecorationColor;
|
|
427
|
+
}
|
|
428
|
+
}, {
|
|
429
|
+
key: "btnLinkTextDecorationStyle",
|
|
430
|
+
get: function get() {
|
|
431
|
+
return this.linkTextDecorationStyle;
|
|
432
|
+
}
|
|
433
|
+
}, {
|
|
434
|
+
key: "btnLinkHoverTextDecorationStyle",
|
|
435
|
+
get: function get() {
|
|
436
|
+
return this.linkTextDecorationStyle;
|
|
437
|
+
}
|
|
438
|
+
}, {
|
|
439
|
+
key: "btnLinkTextUnderlineOffset",
|
|
440
|
+
get: function get() {
|
|
441
|
+
return this.linkTextUnderlineOffset;
|
|
442
|
+
}
|
|
443
|
+
}, {
|
|
444
|
+
key: "btnLinkTextDecorationThickness",
|
|
445
|
+
get: function get() {
|
|
446
|
+
return this.linkTextDecorationThickness;
|
|
447
|
+
}
|
|
448
|
+
}, {
|
|
449
|
+
key: "btnLinkTextUnderlineOpacity",
|
|
450
|
+
get: function get() {
|
|
451
|
+
return this.linkTextUnderlineOpacity;
|
|
452
|
+
}
|
|
453
|
+
}, {
|
|
454
|
+
key: "btnLinkLineBorderBottomStyle",
|
|
455
|
+
get: function get() {
|
|
456
|
+
return this.linkLineBorderBottomStyle;
|
|
457
|
+
}
|
|
458
|
+
}, {
|
|
459
|
+
key: "btnLinkHoverLineBorderBottomStyle",
|
|
460
|
+
get: function get() {
|
|
461
|
+
return this.btnLinkLineBorderBottomStyle;
|
|
462
|
+
}
|
|
463
|
+
}, {
|
|
464
|
+
key: "btnLinkLineBorderBottomWidth",
|
|
465
|
+
get: function get() {
|
|
466
|
+
return this.linkLineBorderBottomWidth;
|
|
467
|
+
}
|
|
468
|
+
}, {
|
|
469
|
+
key: "btnLinkLineBorderBottomOpacity",
|
|
470
|
+
get: function get() {
|
|
471
|
+
return this.linkLineBorderBottomOpacity;
|
|
472
|
+
}
|
|
473
|
+
}, {
|
|
474
|
+
key: "btnLinkIconMarginRight",
|
|
475
|
+
get: function get() {
|
|
476
|
+
return this.linkIconMarginRight;
|
|
477
|
+
}
|
|
478
|
+
}, {
|
|
479
|
+
key: "btnLinkIconMarginLeft",
|
|
480
|
+
get: function get() {
|
|
481
|
+
return this.linkIconMarginRight;
|
|
482
|
+
}
|
|
483
|
+
}, {
|
|
484
|
+
key: "btnErrorSecondary",
|
|
485
|
+
get: function get() {
|
|
486
|
+
return this.errorSecondary;
|
|
487
|
+
}
|
|
488
|
+
}, {
|
|
489
|
+
key: "btnWarningSecondary",
|
|
490
|
+
get: function get() {
|
|
491
|
+
return this.warningSecondary;
|
|
492
|
+
}
|
|
493
|
+
}, {
|
|
494
|
+
key: "btnOutlineColorFocus",
|
|
495
|
+
get: function get() {
|
|
496
|
+
return this.outlineColorFocus;
|
|
497
|
+
}
|
|
498
|
+
}, {
|
|
499
|
+
key: "btnBorderColorFocus",
|
|
500
|
+
get: function get() {
|
|
501
|
+
return this.borderColorFocus;
|
|
502
|
+
}
|
|
503
|
+
}, {
|
|
504
|
+
key: "btnLinkDisabledColor",
|
|
505
|
+
get: function get() {
|
|
506
|
+
return this.linkDisabledColor;
|
|
507
|
+
}
|
|
508
|
+
}, {
|
|
509
|
+
key: "btnDisabledTextColor",
|
|
510
|
+
get: function get() {
|
|
511
|
+
return this.textColorDisabled;
|
|
512
|
+
}
|
|
513
|
+
}, {
|
|
514
|
+
key: "btnBacklessActiveBorderColor",
|
|
515
|
+
get: function get() {
|
|
516
|
+
return this.btnBacklessBorderColor;
|
|
517
|
+
}
|
|
518
|
+
}, {
|
|
519
|
+
key: "btnBacklessBorderColor",
|
|
520
|
+
get: function get() {
|
|
521
|
+
return this.btnDefaultBorderColor;
|
|
522
|
+
}
|
|
523
|
+
}, {
|
|
524
|
+
key: "btnBacklessDisabledBorderColor",
|
|
525
|
+
get: function get() {
|
|
526
|
+
return this.btnDisabledBorderColor;
|
|
527
|
+
}
|
|
528
|
+
}, {
|
|
529
|
+
key: "btnBacklessHoverBorderColor",
|
|
530
|
+
get: function get() {
|
|
531
|
+
return this.btnBacklessBorderColor;
|
|
532
|
+
}
|
|
533
|
+
}, {
|
|
534
|
+
key: "btnBacklessTextColor",
|
|
535
|
+
get: function get() {
|
|
536
|
+
return this.btnDefaultTextColor;
|
|
537
|
+
}
|
|
538
|
+
}, {
|
|
539
|
+
key: "btnTextBorderColor",
|
|
540
|
+
get: function get() {
|
|
541
|
+
return this.btnDefaultBorderColor;
|
|
542
|
+
}
|
|
543
|
+
}, {
|
|
544
|
+
key: "btnTextTextColor",
|
|
545
|
+
get: function get() {
|
|
546
|
+
return this.btnDefaultTextColor;
|
|
547
|
+
}
|
|
548
|
+
}, {
|
|
549
|
+
key: "btnTextHoverBorderColor",
|
|
550
|
+
get: function get() {
|
|
551
|
+
return this.btnTextHoverBg;
|
|
552
|
+
}
|
|
553
|
+
}, {
|
|
554
|
+
key: "selectDefaultBg",
|
|
555
|
+
get:
|
|
556
|
+
//#endregion Button
|
|
557
|
+
//#region Select
|
|
558
|
+
function get() {
|
|
559
|
+
return this.inputBg;
|
|
560
|
+
}
|
|
561
|
+
}, {
|
|
562
|
+
key: "selectBorderWidth",
|
|
563
|
+
get: function get() {
|
|
564
|
+
return this.controlBorderWidth;
|
|
565
|
+
}
|
|
566
|
+
}, {
|
|
567
|
+
key: "selectPlaceholderColorDisabled",
|
|
568
|
+
get: function get() {
|
|
569
|
+
return this.textColorDisabled;
|
|
570
|
+
}
|
|
571
|
+
}, {
|
|
572
|
+
key: "selectOutlineWidth",
|
|
573
|
+
get: function get() {
|
|
574
|
+
return this.controlOutlineWidth;
|
|
575
|
+
}
|
|
576
|
+
}, {
|
|
577
|
+
key: "selectLineHeightSmall",
|
|
578
|
+
get: function get() {
|
|
579
|
+
return this.controlLineHeightSmall;
|
|
580
|
+
}
|
|
581
|
+
}, {
|
|
582
|
+
key: "selectFontSizeSmall",
|
|
583
|
+
get: function get() {
|
|
584
|
+
return this.fontSizeSmall;
|
|
585
|
+
}
|
|
586
|
+
}, {
|
|
587
|
+
key: "selectPaddingYSmall",
|
|
588
|
+
get: function get() {
|
|
589
|
+
return this.controlPaddingYSmall;
|
|
590
|
+
}
|
|
591
|
+
}, {
|
|
592
|
+
key: "selectBorderRadiusSmall",
|
|
593
|
+
get: function get() {
|
|
594
|
+
return this.inputBorderRadiusSmall;
|
|
595
|
+
}
|
|
596
|
+
}, {
|
|
597
|
+
key: "selectBorderRadiusMedium",
|
|
598
|
+
get: function get() {
|
|
599
|
+
return this.inputBorderRadiusMedium;
|
|
600
|
+
}
|
|
601
|
+
}, {
|
|
602
|
+
key: "selectBorderRadiusLarge",
|
|
603
|
+
get: function get() {
|
|
604
|
+
return this.inputBorderRadiusLarge;
|
|
605
|
+
}
|
|
606
|
+
}, {
|
|
607
|
+
key: "selectIconGapSmall",
|
|
608
|
+
get: function get() {
|
|
609
|
+
return this.inputIconGapSmall;
|
|
610
|
+
}
|
|
611
|
+
}, {
|
|
612
|
+
key: "selectIconGapMedium",
|
|
613
|
+
get: function get() {
|
|
614
|
+
return this.inputIconGapMedium;
|
|
615
|
+
}
|
|
616
|
+
}, {
|
|
617
|
+
key: "selectIconGapLarge",
|
|
618
|
+
get: function get() {
|
|
619
|
+
return this.inputIconGapLarge;
|
|
620
|
+
}
|
|
621
|
+
}, {
|
|
622
|
+
key: "selectLineHeightMedium",
|
|
623
|
+
get: function get() {
|
|
624
|
+
return this.controlLineHeightMedium;
|
|
625
|
+
}
|
|
626
|
+
}, {
|
|
627
|
+
key: "selectFontSizeMedium",
|
|
628
|
+
get: function get() {
|
|
629
|
+
return this.fontSizeMedium;
|
|
630
|
+
}
|
|
631
|
+
}, {
|
|
632
|
+
key: "selectPaddingYMedium",
|
|
633
|
+
get: function get() {
|
|
634
|
+
return this.controlPaddingYMedium;
|
|
635
|
+
}
|
|
636
|
+
}, {
|
|
637
|
+
key: "selectLineHeightLarge",
|
|
638
|
+
get: function get() {
|
|
639
|
+
return this.controlLineHeightLarge;
|
|
640
|
+
}
|
|
641
|
+
}, {
|
|
642
|
+
key: "selectFontSizeLarge",
|
|
643
|
+
get: function get() {
|
|
644
|
+
return this.fontSizeLarge;
|
|
645
|
+
}
|
|
646
|
+
}, {
|
|
647
|
+
key: "selectPaddingYLarge",
|
|
648
|
+
get: function get() {
|
|
649
|
+
return this.controlPaddingYLarge;
|
|
650
|
+
}
|
|
651
|
+
}, {
|
|
652
|
+
key: "selectMenuArrowColor",
|
|
653
|
+
get: function get() {
|
|
654
|
+
return this.btnMenuArrowColor;
|
|
655
|
+
}
|
|
656
|
+
}, {
|
|
657
|
+
key: "selectMenuArrowColorDisabled",
|
|
658
|
+
get: function get() {
|
|
659
|
+
return this.textColorDisabled;
|
|
660
|
+
}
|
|
661
|
+
}, {
|
|
662
|
+
key: "selectIconSizeSmall",
|
|
663
|
+
get: function get() {
|
|
664
|
+
return this.btnIconSizeSmall;
|
|
665
|
+
}
|
|
666
|
+
}, {
|
|
667
|
+
key: "selectIconSizeMedium",
|
|
668
|
+
get: function get() {
|
|
669
|
+
return this.btnIconSizeMedium;
|
|
670
|
+
}
|
|
671
|
+
}, {
|
|
672
|
+
key: "selectIconSizeLarge",
|
|
673
|
+
get: function get() {
|
|
674
|
+
return this.btnIconSizeLarge;
|
|
675
|
+
}
|
|
676
|
+
}, {
|
|
677
|
+
key: "selectTextColorDisabled",
|
|
678
|
+
get: function get() {
|
|
679
|
+
return this.btnDisabledTextColor;
|
|
680
|
+
}
|
|
681
|
+
}, {
|
|
682
|
+
key: "selectBgDisabled",
|
|
683
|
+
get: function get() {
|
|
684
|
+
return this.inputDisabledBg;
|
|
685
|
+
}
|
|
686
|
+
}, {
|
|
687
|
+
key: "selectBorderColorDisabled",
|
|
688
|
+
get: function get() {
|
|
689
|
+
return this.btnDisabledBorderColor;
|
|
690
|
+
}
|
|
691
|
+
}, {
|
|
692
|
+
key: "selectMenuOffsetY",
|
|
693
|
+
get: function get() {
|
|
694
|
+
return this.menuOffsetY;
|
|
695
|
+
}
|
|
696
|
+
}, {
|
|
697
|
+
key: "selectBorderColorHover",
|
|
698
|
+
get: function get() {
|
|
699
|
+
return this.btnDefaultHoverBorderColor;
|
|
700
|
+
}
|
|
701
|
+
}, {
|
|
702
|
+
key: "tooltipTextColor",
|
|
703
|
+
get: function get() {
|
|
704
|
+
return this.textColorDefault;
|
|
705
|
+
}
|
|
706
|
+
}, {
|
|
707
|
+
key: "tooltipBorder",
|
|
708
|
+
get: function get() {
|
|
709
|
+
return this.popupBorder;
|
|
710
|
+
}
|
|
711
|
+
}, {
|
|
712
|
+
key: "tooltipPinSize",
|
|
713
|
+
get: function get() {
|
|
714
|
+
return this.popupPinSize;
|
|
715
|
+
}
|
|
716
|
+
}, {
|
|
717
|
+
key: "tooltipFontSize",
|
|
718
|
+
get: function get() {
|
|
719
|
+
return this.fontSizeSmall;
|
|
720
|
+
}
|
|
721
|
+
}, {
|
|
722
|
+
key: "tooltipLineHeight",
|
|
723
|
+
get: function get() {
|
|
724
|
+
return this.controlLineHeightSmall;
|
|
725
|
+
}
|
|
726
|
+
//#endregion Tooltip
|
|
727
|
+
//#region TooltipMenu
|
|
728
|
+
}, {
|
|
729
|
+
key: "tooltipMenuPinOffsetX",
|
|
730
|
+
get: function get() {
|
|
731
|
+
return this.tooltipPinOffsetX;
|
|
732
|
+
}
|
|
733
|
+
}, {
|
|
734
|
+
key: "tooltipMenuPinOffsetY",
|
|
735
|
+
get: function get() {
|
|
736
|
+
return this.tooltipPinOffsetY;
|
|
737
|
+
}
|
|
738
|
+
}, {
|
|
739
|
+
key: "tooltipMenuMargin",
|
|
740
|
+
get: function get() {
|
|
741
|
+
return this.popupMargin;
|
|
742
|
+
}
|
|
743
|
+
}, {
|
|
744
|
+
key: "tooltipMenuPinSize",
|
|
745
|
+
get: function get() {
|
|
746
|
+
return this.popupPinSize;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
//#endregion
|
|
750
|
+
//#region Kebab
|
|
751
|
+
}, {
|
|
752
|
+
key: "modalBg",
|
|
753
|
+
get: function get() {
|
|
754
|
+
return this.bgSecondary;
|
|
755
|
+
}
|
|
756
|
+
}, {
|
|
757
|
+
key: "modalFixedHeaderBg",
|
|
758
|
+
get: function get() {
|
|
759
|
+
return this.bgSecondary;
|
|
760
|
+
}
|
|
761
|
+
}, {
|
|
762
|
+
key: "modalFixedHeaderShadow",
|
|
763
|
+
get: function get() {
|
|
764
|
+
return this.fixedPanelShadow;
|
|
765
|
+
}
|
|
766
|
+
}, {
|
|
767
|
+
key: "modalFixedFooterShadow",
|
|
768
|
+
get: function get() {
|
|
769
|
+
return this.fixedPanelShadow;
|
|
770
|
+
}
|
|
771
|
+
}, {
|
|
772
|
+
key: "modalFooterBg",
|
|
773
|
+
get: function get() {
|
|
774
|
+
return this.modalBg;
|
|
775
|
+
}
|
|
776
|
+
}, {
|
|
777
|
+
key: "modalHeaderTextColor",
|
|
778
|
+
get: function get() {
|
|
779
|
+
return this.textColorDefault;
|
|
780
|
+
}
|
|
781
|
+
}, {
|
|
782
|
+
key: "modalHeaderAdditionalPaddingBottom",
|
|
783
|
+
get: function get() {
|
|
784
|
+
return this.modalHeaderPaddingBottom;
|
|
785
|
+
}
|
|
786
|
+
}, {
|
|
787
|
+
key: "modalFixedHeaderPaddingBottom",
|
|
788
|
+
get: function get() {
|
|
789
|
+
return this.modalHeaderPaddingBottom;
|
|
790
|
+
}
|
|
791
|
+
}, {
|
|
792
|
+
key: "modalFixedFooterPaddingTop",
|
|
793
|
+
get: function get() {
|
|
794
|
+
return this.modalFooterPanelPaddingTop;
|
|
795
|
+
}
|
|
796
|
+
}, {
|
|
797
|
+
key: "modalFooterPanelPaddingBottom",
|
|
798
|
+
get: function get() {
|
|
799
|
+
return this.modalFooterPaddingBottom;
|
|
800
|
+
}
|
|
801
|
+
}, {
|
|
802
|
+
key: "sidePageFooterPanelBg",
|
|
803
|
+
get:
|
|
804
|
+
//#endregion
|
|
805
|
+
//#region SidePage
|
|
806
|
+
function get() {
|
|
807
|
+
return this.sidePageBgDefault;
|
|
808
|
+
}
|
|
809
|
+
}, {
|
|
810
|
+
key: "sidePageHeaderTextColor",
|
|
811
|
+
get: function get() {
|
|
812
|
+
return this.textColorDefault;
|
|
813
|
+
}
|
|
814
|
+
}, {
|
|
815
|
+
key: "sidePageFooterPanelPaddingTop",
|
|
816
|
+
get: function get() {
|
|
817
|
+
return this.sidePageFooterPaddingTop;
|
|
818
|
+
}
|
|
819
|
+
}, {
|
|
820
|
+
key: "sidePageFooterPanelPaddingBottom",
|
|
821
|
+
get: function get() {
|
|
822
|
+
return this.sidePageFooterPanelPaddingTop;
|
|
823
|
+
}
|
|
824
|
+
}, {
|
|
825
|
+
key: "sidePageCloseButtonFixedClickAreaTop",
|
|
826
|
+
get: function get() {
|
|
827
|
+
return this.sidePageCloseButtonFixedClickAreaBottom;
|
|
828
|
+
}
|
|
829
|
+
}, {
|
|
830
|
+
key: "sidePageFixedHeaderShadow",
|
|
831
|
+
get: function get() {
|
|
832
|
+
return this.fixedPanelShadow;
|
|
833
|
+
}
|
|
834
|
+
}, {
|
|
835
|
+
key: "sidePageFixedFooterShadow",
|
|
836
|
+
get: function get() {
|
|
837
|
+
return this.fixedPanelShadow;
|
|
838
|
+
}
|
|
839
|
+
}, {
|
|
840
|
+
key: "dateInputIconColor",
|
|
841
|
+
get:
|
|
842
|
+
//#endregion SidePage
|
|
843
|
+
//#region DateInput
|
|
844
|
+
function get() {
|
|
845
|
+
return this.textColorDefault;
|
|
846
|
+
}
|
|
847
|
+
}, {
|
|
848
|
+
key: "calendarBottomSeparatorBorderColor",
|
|
849
|
+
get:
|
|
850
|
+
//#endregion DateInput
|
|
851
|
+
//#region Calendar
|
|
852
|
+
function get() {
|
|
853
|
+
return ColorFunctions.fade(this.calendarMonthTitleBorderBottomColor, 1);
|
|
854
|
+
}
|
|
855
|
+
}, {
|
|
856
|
+
key: "calendarBottomSeparatorBorderWidth",
|
|
857
|
+
get: function get() {
|
|
858
|
+
return '1px';
|
|
859
|
+
}
|
|
860
|
+
}, {
|
|
861
|
+
key: "calendarBottomSeparatorBorder",
|
|
862
|
+
get: function get() {
|
|
863
|
+
return this.calendarBottomSeparatorBorderWidth + " solid " + this.calendarBottomSeparatorBorderColor;
|
|
864
|
+
}
|
|
865
|
+
}, {
|
|
866
|
+
key: "calendarBg",
|
|
867
|
+
get: function get() {
|
|
868
|
+
return this.bgSecondary;
|
|
869
|
+
}
|
|
870
|
+
}, {
|
|
871
|
+
key: "calendarCellBg",
|
|
872
|
+
get: function get() {
|
|
873
|
+
return this.bgSecondary;
|
|
874
|
+
}
|
|
875
|
+
}, {
|
|
876
|
+
key: "calendarCellWeekendColor",
|
|
877
|
+
get: function get() {
|
|
878
|
+
return this.errorText;
|
|
879
|
+
}
|
|
880
|
+
}, {
|
|
881
|
+
key: "calendarCellWidth",
|
|
882
|
+
get: function get() {
|
|
883
|
+
return this.calendarCellHeight;
|
|
884
|
+
}
|
|
885
|
+
}, {
|
|
886
|
+
key: "calendarCellLineHeight",
|
|
887
|
+
get: function get() {
|
|
888
|
+
return parseInt(this.calendarCellHeight) - 2 + "px";
|
|
889
|
+
}
|
|
890
|
+
}, {
|
|
891
|
+
key: "calendarMonthHeaderStickedBgColor",
|
|
892
|
+
get: function get() {
|
|
893
|
+
return this.bgSecondary;
|
|
894
|
+
}
|
|
895
|
+
}, {
|
|
896
|
+
key: "datePickerOpenBtnColor",
|
|
897
|
+
get:
|
|
898
|
+
//#endregion Calendar
|
|
899
|
+
//#region DatePicker
|
|
900
|
+
function get() {
|
|
901
|
+
return this.textColorDefault;
|
|
902
|
+
}
|
|
903
|
+
}, {
|
|
904
|
+
key: "datePickerMenuOffsetY",
|
|
905
|
+
get: function get() {
|
|
906
|
+
return this.menuOffsetY;
|
|
907
|
+
}
|
|
908
|
+
}, {
|
|
909
|
+
key: "dateSelectMenuBg",
|
|
910
|
+
get:
|
|
911
|
+
//#endregion DatePicker
|
|
912
|
+
//#region DateSelect
|
|
913
|
+
function get() {
|
|
914
|
+
return this.bgSecondary;
|
|
915
|
+
}
|
|
916
|
+
}, {
|
|
917
|
+
key: "dateSelectMenuItemBgDisabled",
|
|
918
|
+
get: function get() {
|
|
919
|
+
return this.bgSecondary;
|
|
920
|
+
}
|
|
921
|
+
}, {
|
|
922
|
+
key: "dateSelectMenuItemFontSelected",
|
|
923
|
+
get: function get() {
|
|
924
|
+
return this.textColorDefault;
|
|
925
|
+
}
|
|
926
|
+
}, {
|
|
927
|
+
key: "dateSelectMenuItemFontDisabled",
|
|
928
|
+
get: function get() {
|
|
929
|
+
return this.textColorDisabled;
|
|
930
|
+
}
|
|
931
|
+
}, {
|
|
932
|
+
key: "dateSelectTextColorDisabled",
|
|
933
|
+
get: function get() {
|
|
934
|
+
return this.textColorDisabled;
|
|
935
|
+
}
|
|
936
|
+
}, {
|
|
937
|
+
key: "dateSelectTextColorDefault",
|
|
938
|
+
get: function get() {
|
|
939
|
+
return this.textColorDefault;
|
|
940
|
+
}
|
|
941
|
+
}, {
|
|
942
|
+
key: "dateSelectLinkColor",
|
|
943
|
+
get: function get() {
|
|
944
|
+
return this.linkColor;
|
|
945
|
+
}
|
|
946
|
+
}, {
|
|
947
|
+
key: "dateSelectPopupBoxShadow",
|
|
948
|
+
get: function get() {
|
|
949
|
+
return this.popupBoxShadow;
|
|
950
|
+
}
|
|
951
|
+
}, {
|
|
952
|
+
key: "pagingFontSize",
|
|
953
|
+
get:
|
|
954
|
+
//#endregion DateSelect
|
|
955
|
+
//#region Paging
|
|
956
|
+
function get() {
|
|
957
|
+
return this.fontSizeMedium;
|
|
958
|
+
}
|
|
959
|
+
}, {
|
|
960
|
+
key: "pagingForwardIconSize",
|
|
961
|
+
get: function get() {
|
|
962
|
+
return this.pagingFontSize;
|
|
963
|
+
}
|
|
964
|
+
}, {
|
|
965
|
+
key: "pagingPageLinkColor",
|
|
966
|
+
get: function get() {
|
|
967
|
+
return this.textColorDefault;
|
|
968
|
+
}
|
|
969
|
+
}, {
|
|
970
|
+
key: "pagingPageForwardLinkPaddingRight",
|
|
971
|
+
get: function get() {
|
|
972
|
+
return this.pagingPageLinkPaddingX;
|
|
973
|
+
}
|
|
974
|
+
}, {
|
|
975
|
+
key: "pagingPageLinkActiveColor",
|
|
976
|
+
get: function get() {
|
|
977
|
+
return this.textColorDefault;
|
|
978
|
+
}
|
|
979
|
+
}, {
|
|
980
|
+
key: "pagingPageLinkHintColor",
|
|
981
|
+
get: function get() {
|
|
982
|
+
return this.placeholderColor;
|
|
983
|
+
}
|
|
984
|
+
}, {
|
|
985
|
+
key: "pagingForwardLinkColor",
|
|
986
|
+
get: function get() {
|
|
987
|
+
return this.textColorDefault;
|
|
988
|
+
}
|
|
989
|
+
}, {
|
|
990
|
+
key: "pagingForwardLinkDisabledColor",
|
|
991
|
+
get: function get() {
|
|
992
|
+
return this.linkDisabledColor;
|
|
993
|
+
}
|
|
994
|
+
}, {
|
|
995
|
+
key: "pagingDotsDisabledColor",
|
|
996
|
+
get: function get() {
|
|
997
|
+
return this.textColorDisabled;
|
|
998
|
+
}
|
|
999
|
+
//#endregion Paging
|
|
1000
|
+
//#region Hint
|
|
1001
|
+
}, {
|
|
1002
|
+
key: "hintColor",
|
|
1003
|
+
get: function get() {
|
|
1004
|
+
return this.textColorInvert;
|
|
1005
|
+
}
|
|
1006
|
+
}, {
|
|
1007
|
+
key: "mobileHintColor",
|
|
1008
|
+
get: function get() {
|
|
1009
|
+
return this.hintColor;
|
|
1010
|
+
}
|
|
1011
|
+
}, {
|
|
1012
|
+
key: "hintFontSize",
|
|
1013
|
+
get: function get() {
|
|
1014
|
+
return this.fontSizeSmall;
|
|
1015
|
+
}
|
|
1016
|
+
}, {
|
|
1017
|
+
key: "hintLineHeight",
|
|
1018
|
+
get: function get() {
|
|
1019
|
+
return this.controlLineHeightSmall;
|
|
1020
|
+
}
|
|
1021
|
+
}, {
|
|
1022
|
+
key: "toastFontSize",
|
|
1023
|
+
get:
|
|
1024
|
+
//#endregion Hint
|
|
1025
|
+
//#region Toast
|
|
1026
|
+
function get() {
|
|
1027
|
+
return this.fontSizeSmall;
|
|
1028
|
+
}
|
|
1029
|
+
}, {
|
|
1030
|
+
key: "toastLineHeight",
|
|
1031
|
+
get: function get() {
|
|
1032
|
+
return this.controlLineHeightSmall;
|
|
1033
|
+
}
|
|
1034
|
+
}, {
|
|
1035
|
+
key: "dropdownMenuHoverBorderColor",
|
|
1036
|
+
get: function get() {
|
|
1037
|
+
return this.btnDefaultHoverBorderColor;
|
|
1038
|
+
}
|
|
1039
|
+
}, {
|
|
1040
|
+
key: "dropdownMenuOffsetY",
|
|
1041
|
+
get: function get() {
|
|
1042
|
+
return this.menuOffsetY;
|
|
1043
|
+
}
|
|
1044
|
+
}, {
|
|
1045
|
+
key: "dropdownMenuMenuOffsetY",
|
|
1046
|
+
get: function get() {
|
|
1047
|
+
return this.menuOffsetY;
|
|
1048
|
+
}
|
|
1049
|
+
}, {
|
|
1050
|
+
key: "dropdownDefaultBg",
|
|
1051
|
+
get: function get() {
|
|
1052
|
+
return this.btnDefaultBg;
|
|
1053
|
+
}
|
|
1054
|
+
}, {
|
|
1055
|
+
key: "dropdownBorderWidth",
|
|
1056
|
+
get: function get() {
|
|
1057
|
+
return this.btnBorderWidth;
|
|
1058
|
+
}
|
|
1059
|
+
}, {
|
|
1060
|
+
key: "dropdownOutlineWidth",
|
|
1061
|
+
get: function get() {
|
|
1062
|
+
return this.btnOutlineWidth;
|
|
1063
|
+
}
|
|
1064
|
+
}, {
|
|
1065
|
+
key: "dropdownLineHeightSmall",
|
|
1066
|
+
get: function get() {
|
|
1067
|
+
return this.btnLineHeightSmall;
|
|
1068
|
+
}
|
|
1069
|
+
}, {
|
|
1070
|
+
key: "dropdownFontSizeSmall",
|
|
1071
|
+
get: function get() {
|
|
1072
|
+
return this.btnFontSizeSmall;
|
|
1073
|
+
}
|
|
1074
|
+
}, {
|
|
1075
|
+
key: "dropdownPaddingXSmall",
|
|
1076
|
+
get: function get() {
|
|
1077
|
+
return this.btnPaddingXSmall;
|
|
1078
|
+
}
|
|
1079
|
+
}, {
|
|
1080
|
+
key: "dropdownPaddingYSmall",
|
|
1081
|
+
get: function get() {
|
|
1082
|
+
return this.btnPaddingYSmall;
|
|
1083
|
+
}
|
|
1084
|
+
}, {
|
|
1085
|
+
key: "dropdownIconSizeSmall",
|
|
1086
|
+
get: function get() {
|
|
1087
|
+
return this.btnIconSizeSmall;
|
|
1088
|
+
}
|
|
1089
|
+
}, {
|
|
1090
|
+
key: "dropdownLineHeightMedium",
|
|
1091
|
+
get: function get() {
|
|
1092
|
+
return this.btnLineHeightMedium;
|
|
1093
|
+
}
|
|
1094
|
+
}, {
|
|
1095
|
+
key: "dropdownFontSizeMedium",
|
|
1096
|
+
get: function get() {
|
|
1097
|
+
return this.btnFontSizeMedium;
|
|
1098
|
+
}
|
|
1099
|
+
}, {
|
|
1100
|
+
key: "dropdownPaddingXMedium",
|
|
1101
|
+
get: function get() {
|
|
1102
|
+
return this.btnPaddingXMedium;
|
|
1103
|
+
}
|
|
1104
|
+
}, {
|
|
1105
|
+
key: "dropdownPaddingYMedium",
|
|
1106
|
+
get: function get() {
|
|
1107
|
+
return this.btnPaddingYMedium;
|
|
1108
|
+
}
|
|
1109
|
+
}, {
|
|
1110
|
+
key: "dropdownIconSizeMedium",
|
|
1111
|
+
get: function get() {
|
|
1112
|
+
return this.btnIconSizeMedium;
|
|
1113
|
+
}
|
|
1114
|
+
}, {
|
|
1115
|
+
key: "dropdownLineHeightLarge",
|
|
1116
|
+
get: function get() {
|
|
1117
|
+
return this.btnLineHeightLarge;
|
|
1118
|
+
}
|
|
1119
|
+
}, {
|
|
1120
|
+
key: "dropdownFontSizeLarge",
|
|
1121
|
+
get: function get() {
|
|
1122
|
+
return this.btnFontSizeLarge;
|
|
1123
|
+
}
|
|
1124
|
+
}, {
|
|
1125
|
+
key: "dropdownPaddingXLarge",
|
|
1126
|
+
get: function get() {
|
|
1127
|
+
return this.btnPaddingXLarge;
|
|
1128
|
+
}
|
|
1129
|
+
}, {
|
|
1130
|
+
key: "dropdownPaddingYLarge",
|
|
1131
|
+
get: function get() {
|
|
1132
|
+
return this.btnPaddingYLarge;
|
|
1133
|
+
}
|
|
1134
|
+
}, {
|
|
1135
|
+
key: "dropdownIconSizeLarge",
|
|
1136
|
+
get: function get() {
|
|
1137
|
+
return this.btnIconSizeLarge;
|
|
1138
|
+
}
|
|
1139
|
+
}, {
|
|
1140
|
+
key: "dropdownBgDisabled",
|
|
1141
|
+
get: function get() {
|
|
1142
|
+
return this.btnDisabledBg;
|
|
1143
|
+
}
|
|
1144
|
+
}, {
|
|
1145
|
+
key: "dropdownBorderColorDisabled",
|
|
1146
|
+
get: function get() {
|
|
1147
|
+
return this.btnDisabledBorderColor;
|
|
1148
|
+
}
|
|
1149
|
+
}, {
|
|
1150
|
+
key: "dropdownTextColorDisabled",
|
|
1151
|
+
get: function get() {
|
|
1152
|
+
return this.btnDisabledTextColor;
|
|
1153
|
+
}
|
|
1154
|
+
//#endregion Dropdown
|
|
1155
|
+
//#region Menu
|
|
1156
|
+
}, {
|
|
1157
|
+
key: "menuBgDefault",
|
|
1158
|
+
get: function get() {
|
|
1159
|
+
return this.bgSecondary;
|
|
1160
|
+
}
|
|
1161
|
+
}, {
|
|
1162
|
+
key: "menuItemTextColor",
|
|
1163
|
+
get:
|
|
1164
|
+
// menuItem
|
|
1165
|
+
function get() {
|
|
1166
|
+
return this.textColorDefault;
|
|
1167
|
+
}
|
|
1168
|
+
}, {
|
|
1169
|
+
key: "menuItemPaddingForIconSmall",
|
|
1170
|
+
get: function get() {
|
|
1171
|
+
return parseInt(this.menuItemPaddingXSmall) + parseInt(this.menuItemIconWidthSmall) + parseInt(this.menuItemIconGap) + "px";
|
|
1172
|
+
}
|
|
1173
|
+
}, {
|
|
1174
|
+
key: "menuItemPaddingForIconMedium",
|
|
1175
|
+
get: function get() {
|
|
1176
|
+
return parseInt(this.menuItemPaddingXMedium) + parseInt(this.menuItemIconWidthMedium) + parseInt(this.menuItemIconGap) + "px";
|
|
1177
|
+
}
|
|
1178
|
+
}, {
|
|
1179
|
+
key: "menuItemPaddingForIconLarge",
|
|
1180
|
+
get: function get() {
|
|
1181
|
+
return parseInt(this.menuItemPaddingXLarge) + parseInt(this.menuItemIconWidthLarge) + parseInt(this.menuItemIconGap) + "px";
|
|
1182
|
+
}
|
|
1183
|
+
}, {
|
|
1184
|
+
key: "menuItemLineHeightSmall",
|
|
1185
|
+
get: function get() {
|
|
1186
|
+
return this.controlLineHeightSmall;
|
|
1187
|
+
}
|
|
1188
|
+
}, {
|
|
1189
|
+
key: "menuItemLineHeightMedium",
|
|
1190
|
+
get: function get() {
|
|
1191
|
+
return this.controlLineHeightMedium;
|
|
1192
|
+
}
|
|
1193
|
+
}, {
|
|
1194
|
+
key: "menuItemLineHeightLarge",
|
|
1195
|
+
get: function get() {
|
|
1196
|
+
return this.controlLineHeightLarge;
|
|
1197
|
+
}
|
|
1198
|
+
}, {
|
|
1199
|
+
key: "menuItemFontSizeSmall",
|
|
1200
|
+
get: function get() {
|
|
1201
|
+
return this.fontSizeSmall;
|
|
1202
|
+
}
|
|
1203
|
+
}, {
|
|
1204
|
+
key: "menuItemFontSizeMedium",
|
|
1205
|
+
get: function get() {
|
|
1206
|
+
return this.fontSizeMedium;
|
|
1207
|
+
}
|
|
1208
|
+
}, {
|
|
1209
|
+
key: "menuItemFontSizeLarge",
|
|
1210
|
+
get: function get() {
|
|
1211
|
+
return this.fontSizeLarge;
|
|
1212
|
+
}
|
|
1213
|
+
}, {
|
|
1214
|
+
key: "menuItemHoverColor",
|
|
1215
|
+
get: function get() {
|
|
1216
|
+
return this.menuItemTextColor;
|
|
1217
|
+
}
|
|
1218
|
+
/**
|
|
1219
|
+
* @deprecated
|
|
1220
|
+
*/
|
|
1221
|
+
}, {
|
|
1222
|
+
key: "menuItemLinkColor",
|
|
1223
|
+
get: function get() {
|
|
1224
|
+
return this.linkColor;
|
|
1225
|
+
}
|
|
1226
|
+
}, {
|
|
1227
|
+
key: "menuItemCommentColor",
|
|
1228
|
+
get: function get() {
|
|
1229
|
+
return this.menuItemTextColor;
|
|
1230
|
+
}
|
|
1231
|
+
}, {
|
|
1232
|
+
key: "menuItemCommentColorHover",
|
|
1233
|
+
get: function get() {
|
|
1234
|
+
return this.menuItemTextColor;
|
|
1235
|
+
}
|
|
1236
|
+
}, {
|
|
1237
|
+
key: "menuItemLineHeightMobile",
|
|
1238
|
+
get: function get() {
|
|
1239
|
+
return this.lineHeightMobile;
|
|
1240
|
+
}
|
|
1241
|
+
}, {
|
|
1242
|
+
key: "menuItemFontSizeMobile",
|
|
1243
|
+
get: function get() {
|
|
1244
|
+
return this.fontSizeMobile;
|
|
1245
|
+
}
|
|
1246
|
+
}, {
|
|
1247
|
+
key: "menuItemDisabledColor",
|
|
1248
|
+
get: function get() {
|
|
1249
|
+
return this.textColorDisabled;
|
|
1250
|
+
}
|
|
1251
|
+
}, {
|
|
1252
|
+
key: "menuMessageTextColor",
|
|
1253
|
+
get:
|
|
1254
|
+
// menuMessage
|
|
1255
|
+
function get() {
|
|
1256
|
+
return this.menuItemDisabledColor;
|
|
1257
|
+
}
|
|
1258
|
+
}, {
|
|
1259
|
+
key: "menuMessageBg",
|
|
1260
|
+
get: function get() {
|
|
1261
|
+
return this.menuItemDisabledBg;
|
|
1262
|
+
}
|
|
1263
|
+
}, {
|
|
1264
|
+
key: "menuMessagePaddingY",
|
|
1265
|
+
get: function get() {
|
|
1266
|
+
return this.menuItemPaddingYSmall;
|
|
1267
|
+
}
|
|
1268
|
+
}, {
|
|
1269
|
+
key: "menuMessagePaddingX",
|
|
1270
|
+
get: function get() {
|
|
1271
|
+
return this.menuItemPaddingXSmall;
|
|
1272
|
+
}
|
|
1273
|
+
}, {
|
|
1274
|
+
key: "menuMessageDisplay",
|
|
1275
|
+
get: function get() {
|
|
1276
|
+
return this.menuItemDisplay;
|
|
1277
|
+
}
|
|
1278
|
+
}, {
|
|
1279
|
+
key: "menuMessagePaddingMobile",
|
|
1280
|
+
get: function get() {
|
|
1281
|
+
return this.menuItemPaddingMobile;
|
|
1282
|
+
}
|
|
1283
|
+
}, {
|
|
1284
|
+
key: "menuMessageLineHeightMobile",
|
|
1285
|
+
get: function get() {
|
|
1286
|
+
return this.menuItemLineHeightMobile;
|
|
1287
|
+
}
|
|
1288
|
+
}, {
|
|
1289
|
+
key: "menuMessageFontSizeMobile",
|
|
1290
|
+
get: function get() {
|
|
1291
|
+
return this.menuItemFontSizeMobile;
|
|
1292
|
+
}
|
|
1293
|
+
}, {
|
|
1294
|
+
key: "menuMessageFontSizeSmall",
|
|
1295
|
+
get: function get() {
|
|
1296
|
+
return this.menuItemFontSizeSmall;
|
|
1297
|
+
}
|
|
1298
|
+
}, {
|
|
1299
|
+
key: "menuMessageFontSizeMedium",
|
|
1300
|
+
get: function get() {
|
|
1301
|
+
return this.menuItemFontSizeMedium;
|
|
1302
|
+
}
|
|
1303
|
+
}, {
|
|
1304
|
+
key: "menuMessageFontSizeLarge",
|
|
1305
|
+
get: function get() {
|
|
1306
|
+
return this.menuItemFontSizeLarge;
|
|
1307
|
+
}
|
|
1308
|
+
}, {
|
|
1309
|
+
key: "menuMessageLineHeightSmall",
|
|
1310
|
+
get: function get() {
|
|
1311
|
+
return this.menuItemLineHeightSmall;
|
|
1312
|
+
}
|
|
1313
|
+
}, {
|
|
1314
|
+
key: "menuMessageLineHeightMedium",
|
|
1315
|
+
get: function get() {
|
|
1316
|
+
return this.menuItemLineHeightMedium;
|
|
1317
|
+
}
|
|
1318
|
+
}, {
|
|
1319
|
+
key: "menuMessageLineHeightLarge",
|
|
1320
|
+
get: function get() {
|
|
1321
|
+
return this.menuItemLineHeightLarge;
|
|
1322
|
+
}
|
|
1323
|
+
}, {
|
|
1324
|
+
key: "menuFooterColor",
|
|
1325
|
+
get:
|
|
1326
|
+
//menuFooter
|
|
1327
|
+
function get() {
|
|
1328
|
+
return this.menuHeaderColor;
|
|
1329
|
+
}
|
|
1330
|
+
}, {
|
|
1331
|
+
key: "menuFooterLineHeightSmall",
|
|
1332
|
+
get: function get() {
|
|
1333
|
+
return this.menuHeaderLineHeightSmall;
|
|
1334
|
+
}
|
|
1335
|
+
}, {
|
|
1336
|
+
key: "menuFooterLineHeightMedium",
|
|
1337
|
+
get: function get() {
|
|
1338
|
+
return this.menuHeaderLineHeightMedium;
|
|
1339
|
+
}
|
|
1340
|
+
}, {
|
|
1341
|
+
key: "menuFooterLineHeightLarge",
|
|
1342
|
+
get: function get() {
|
|
1343
|
+
return this.menuHeaderLineHeightLarge;
|
|
1344
|
+
}
|
|
1345
|
+
}, {
|
|
1346
|
+
key: "menuFooterFontSizeSmall",
|
|
1347
|
+
get: function get() {
|
|
1348
|
+
return this.menuHeaderFontSizeSmall;
|
|
1349
|
+
}
|
|
1350
|
+
}, {
|
|
1351
|
+
key: "menuFooterFontSizeMedium",
|
|
1352
|
+
get: function get() {
|
|
1353
|
+
return this.menuHeaderFontSizeMedium;
|
|
1354
|
+
}
|
|
1355
|
+
}, {
|
|
1356
|
+
key: "menuFooterFontSizeLarge",
|
|
1357
|
+
get: function get() {
|
|
1358
|
+
return this.menuHeaderFontSizeLarge;
|
|
1359
|
+
}
|
|
1360
|
+
}, {
|
|
1361
|
+
key: "menuFooterPaddingXSmall",
|
|
1362
|
+
get: function get() {
|
|
1363
|
+
return this.menuHeaderPaddingXSmall;
|
|
1364
|
+
}
|
|
1365
|
+
}, {
|
|
1366
|
+
key: "menuFooterPaddingXMedium",
|
|
1367
|
+
get: function get() {
|
|
1368
|
+
return this.menuHeaderPaddingXMedium;
|
|
1369
|
+
}
|
|
1370
|
+
}, {
|
|
1371
|
+
key: "menuFooterPaddingXLarge",
|
|
1372
|
+
get: function get() {
|
|
1373
|
+
return this.menuHeaderPaddingXLarge;
|
|
1374
|
+
}
|
|
1375
|
+
}, {
|
|
1376
|
+
key: "menuFooterPaddingTopSmall",
|
|
1377
|
+
get: function get() {
|
|
1378
|
+
return this.menuHeaderPaddingBottomSmall;
|
|
1379
|
+
}
|
|
1380
|
+
}, {
|
|
1381
|
+
key: "menuFooterPaddingTopMedium",
|
|
1382
|
+
get: function get() {
|
|
1383
|
+
return this.menuHeaderPaddingBottomMedium;
|
|
1384
|
+
}
|
|
1385
|
+
}, {
|
|
1386
|
+
key: "menuFooterPaddingTopLarge",
|
|
1387
|
+
get: function get() {
|
|
1388
|
+
return this.menuHeaderPaddingBottomLarge;
|
|
1389
|
+
}
|
|
1390
|
+
}, {
|
|
1391
|
+
key: "menuFooterPaddingBottomSmall",
|
|
1392
|
+
get: function get() {
|
|
1393
|
+
return this.menuHeaderPaddingTopSmall;
|
|
1394
|
+
}
|
|
1395
|
+
}, {
|
|
1396
|
+
key: "menuFooterPaddingBottomMedium",
|
|
1397
|
+
get: function get() {
|
|
1398
|
+
return this.menuHeaderPaddingTopMedium;
|
|
1399
|
+
}
|
|
1400
|
+
}, {
|
|
1401
|
+
key: "menuFooterPaddingBottomLarge",
|
|
1402
|
+
get: function get() {
|
|
1403
|
+
return this.menuHeaderPaddingTopLarge;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
//menuSeparator
|
|
1407
|
+
}, {
|
|
1408
|
+
key: "toggleLineHeightSmall",
|
|
1409
|
+
get:
|
|
1410
|
+
//#endregion Menu
|
|
1411
|
+
//#region Toggle
|
|
1412
|
+
function get() {
|
|
1413
|
+
return this.controlLineHeightSmall;
|
|
1414
|
+
}
|
|
1415
|
+
}, {
|
|
1416
|
+
key: "toggleLineHeightMedium",
|
|
1417
|
+
get: function get() {
|
|
1418
|
+
return this.controlLineHeightMedium;
|
|
1419
|
+
}
|
|
1420
|
+
}, {
|
|
1421
|
+
key: "toggleLineHeightLarge",
|
|
1422
|
+
get: function get() {
|
|
1423
|
+
return this.controlLineHeightLarge;
|
|
1424
|
+
}
|
|
1425
|
+
}, {
|
|
1426
|
+
key: "toggleFontSizeSmall",
|
|
1427
|
+
get: function get() {
|
|
1428
|
+
return this.fontSizeSmall;
|
|
1429
|
+
}
|
|
1430
|
+
}, {
|
|
1431
|
+
key: "toggleFontSizeMedium",
|
|
1432
|
+
get: function get() {
|
|
1433
|
+
return this.fontSizeMedium;
|
|
1434
|
+
}
|
|
1435
|
+
}, {
|
|
1436
|
+
key: "toggleFontSizeLarge",
|
|
1437
|
+
get: function get() {
|
|
1438
|
+
return this.fontSizeLarge;
|
|
1439
|
+
}
|
|
1440
|
+
}, {
|
|
1441
|
+
key: "toggleTextColor",
|
|
1442
|
+
get: function get() {
|
|
1443
|
+
return this.textColorDefault;
|
|
1444
|
+
}
|
|
1445
|
+
}, {
|
|
1446
|
+
key: "toggleHandleBorderRadiusSmall",
|
|
1447
|
+
get: function get() {
|
|
1448
|
+
var height = parseInt(this.toggleHeightSmall, 10) || 0;
|
|
1449
|
+
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1450
|
+
var handleSize = height - 2 * borderWidth;
|
|
1451
|
+
return handleSize / 2 + "px";
|
|
1452
|
+
}
|
|
1453
|
+
}, {
|
|
1454
|
+
key: "toggleHandleBorderRadiusMedium",
|
|
1455
|
+
get: function get() {
|
|
1456
|
+
var height = parseInt(this.toggleHeightMedium, 10) || 0;
|
|
1457
|
+
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1458
|
+
var handleSize = height - 2 * borderWidth;
|
|
1459
|
+
return handleSize / 2 + "px";
|
|
1460
|
+
}
|
|
1461
|
+
}, {
|
|
1462
|
+
key: "toggleHandleBorderRadiusLarge",
|
|
1463
|
+
get: function get() {
|
|
1464
|
+
var height = parseInt(this.toggleHeightLarge, 10) || 0;
|
|
1465
|
+
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1466
|
+
var handleSize = height - 2 * borderWidth;
|
|
1467
|
+
return handleSize / 2 + "px";
|
|
1468
|
+
}
|
|
1469
|
+
}, {
|
|
1470
|
+
key: "toggleBorderRadiusSmall",
|
|
1471
|
+
get: function get() {
|
|
1472
|
+
return "calc(" + this.toggleHeightSmall + " * 0.5)";
|
|
1473
|
+
}
|
|
1474
|
+
}, {
|
|
1475
|
+
key: "toggleBorderRadiusMedium",
|
|
1476
|
+
get: function get() {
|
|
1477
|
+
return "calc(" + this.toggleHeightMedium + " * 0.5)";
|
|
1478
|
+
}
|
|
1479
|
+
}, {
|
|
1480
|
+
key: "toggleBorderRadiusLarge",
|
|
1481
|
+
get: function get() {
|
|
1482
|
+
return "calc(" + this.toggleHeightLarge + " * 0.5)";
|
|
1483
|
+
}
|
|
1484
|
+
}, {
|
|
1485
|
+
key: "toggleBorderWidth",
|
|
1486
|
+
get: function get() {
|
|
1487
|
+
return this.controlBorderWidth;
|
|
1488
|
+
}
|
|
1489
|
+
}, {
|
|
1490
|
+
key: "toggleOutlineWidth",
|
|
1491
|
+
get: function get() {
|
|
1492
|
+
var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
|
|
1493
|
+
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1494
|
+
return outlineWidth + borderWidth + "px";
|
|
1495
|
+
}
|
|
1496
|
+
}, {
|
|
1497
|
+
key: "toggleBorderColorDisabled",
|
|
1498
|
+
get: function get() {
|
|
1499
|
+
return this.toggleBorderColor;
|
|
1500
|
+
}
|
|
1501
|
+
}, {
|
|
1502
|
+
key: "toggleShadowColorError",
|
|
1503
|
+
get: function get() {
|
|
1504
|
+
return this.errorMain;
|
|
1505
|
+
}
|
|
1506
|
+
}, {
|
|
1507
|
+
key: "toggleShadowColorWarning",
|
|
1508
|
+
get: function get() {
|
|
1509
|
+
return this.warningMain;
|
|
1510
|
+
}
|
|
1511
|
+
}, {
|
|
1512
|
+
key: "toggleFocusShadowColor",
|
|
1513
|
+
get: function get() {
|
|
1514
|
+
return this.borderColorFocus;
|
|
1515
|
+
}
|
|
1516
|
+
}, {
|
|
1517
|
+
key: "toggleOutlineColorFocus",
|
|
1518
|
+
get: function get() {
|
|
1519
|
+
return this.outlineColorFocus;
|
|
1520
|
+
}
|
|
1521
|
+
}, {
|
|
1522
|
+
key: "toggleContainerBgHover",
|
|
1523
|
+
get: function get() {
|
|
1524
|
+
return this.toggleBgHover;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
// checked
|
|
1528
|
+
}, {
|
|
1529
|
+
key: "toggleContainerBgChecked",
|
|
1530
|
+
get: function get() {
|
|
1531
|
+
return this.toggleBgChecked;
|
|
1532
|
+
}
|
|
1533
|
+
}, {
|
|
1534
|
+
key: "toggleBgDisabled",
|
|
1535
|
+
get: function get() {
|
|
1536
|
+
return this.bgDisabled;
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
// disabled checked
|
|
1540
|
+
}, {
|
|
1541
|
+
key: "toggleBorderColorDisabledChecked",
|
|
1542
|
+
get: function get() {
|
|
1543
|
+
return this.toggleBorderColor;
|
|
1544
|
+
}
|
|
1545
|
+
}, {
|
|
1546
|
+
key: "popupTextColor",
|
|
1547
|
+
get: function get() {
|
|
1548
|
+
return this.textColorDefault;
|
|
1549
|
+
}
|
|
1550
|
+
}, {
|
|
1551
|
+
key: "popupBackground",
|
|
1552
|
+
get: function get() {
|
|
1553
|
+
return this.bgSecondary;
|
|
1554
|
+
}
|
|
1555
|
+
}, {
|
|
1556
|
+
key: "inputTextColor",
|
|
1557
|
+
get:
|
|
1558
|
+
//#endregion
|
|
1559
|
+
//#region Input
|
|
1560
|
+
function get() {
|
|
1561
|
+
return this.textColorDefault;
|
|
1562
|
+
}
|
|
1563
|
+
}, {
|
|
1564
|
+
key: "inputIconColorDisabled",
|
|
1565
|
+
get: function get() {
|
|
1566
|
+
return this.textColorDisabled;
|
|
1567
|
+
}
|
|
1568
|
+
}, {
|
|
1569
|
+
key: "inputFocusedIconColor",
|
|
1570
|
+
get: function get() {
|
|
1571
|
+
return this.inputIconColor;
|
|
1572
|
+
}
|
|
1573
|
+
}, {
|
|
1574
|
+
key: "inputTextColorDisabled",
|
|
1575
|
+
get: function get() {
|
|
1576
|
+
return this.textColorDisabled;
|
|
1577
|
+
}
|
|
1578
|
+
}, {
|
|
1579
|
+
key: "inputPlaceholderColorDisabled",
|
|
1580
|
+
get: function get() {
|
|
1581
|
+
return this.textColorDisabled;
|
|
1582
|
+
}
|
|
1583
|
+
}, {
|
|
1584
|
+
key: "inputFontSizeSmall",
|
|
1585
|
+
get: function get() {
|
|
1586
|
+
return this.fontSizeSmall;
|
|
1587
|
+
}
|
|
1588
|
+
}, {
|
|
1589
|
+
key: "inputFontSizeMedium",
|
|
1590
|
+
get: function get() {
|
|
1591
|
+
return this.fontSizeMedium;
|
|
1592
|
+
}
|
|
1593
|
+
}, {
|
|
1594
|
+
key: "inputFontSizeLarge",
|
|
1595
|
+
get: function get() {
|
|
1596
|
+
return this.fontSizeLarge;
|
|
1597
|
+
}
|
|
1598
|
+
}, {
|
|
1599
|
+
key: "inputLineHeightSmall",
|
|
1600
|
+
get: function get() {
|
|
1601
|
+
return this.controlLineHeightSmall;
|
|
1602
|
+
}
|
|
1603
|
+
}, {
|
|
1604
|
+
key: "inputLineHeightMedium",
|
|
1605
|
+
get: function get() {
|
|
1606
|
+
return this.controlLineHeightMedium;
|
|
1607
|
+
}
|
|
1608
|
+
}, {
|
|
1609
|
+
key: "inputLineHeightLarge",
|
|
1610
|
+
get: function get() {
|
|
1611
|
+
return this.controlLineHeightLarge;
|
|
1612
|
+
}
|
|
1613
|
+
}, {
|
|
1614
|
+
key: "inputHeightSmall",
|
|
1615
|
+
get: function get() {
|
|
1616
|
+
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1617
|
+
var padding = parseInt(this.inputPaddingYSmall, 10) || 0;
|
|
1618
|
+
var lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;
|
|
1619
|
+
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1620
|
+
}
|
|
1621
|
+
}, {
|
|
1622
|
+
key: "inputHeightMedium",
|
|
1623
|
+
get: function get() {
|
|
1624
|
+
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1625
|
+
var padding = parseInt(this.inputPaddingYMedium, 10) || 0;
|
|
1626
|
+
var lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;
|
|
1627
|
+
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1628
|
+
}
|
|
1629
|
+
}, {
|
|
1630
|
+
key: "inputHeightLarge",
|
|
1631
|
+
get: function get() {
|
|
1632
|
+
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1633
|
+
var padding = parseInt(this.inputPaddingYLarge, 10) || 0;
|
|
1634
|
+
var lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;
|
|
1635
|
+
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1636
|
+
}
|
|
1637
|
+
}, {
|
|
1638
|
+
key: "inputPaddingYSmall",
|
|
1639
|
+
get: function get() {
|
|
1640
|
+
return this.controlPaddingYSmall;
|
|
1641
|
+
}
|
|
1642
|
+
}, {
|
|
1643
|
+
key: "inputPaddingYMedium",
|
|
1644
|
+
get: function get() {
|
|
1645
|
+
return this.controlPaddingYMedium;
|
|
1646
|
+
}
|
|
1647
|
+
}, {
|
|
1648
|
+
key: "inputPaddingYLarge",
|
|
1649
|
+
get: function get() {
|
|
1650
|
+
return this.controlPaddingYLarge;
|
|
1651
|
+
}
|
|
1652
|
+
}, {
|
|
1653
|
+
key: "inputFocusShadow",
|
|
1654
|
+
get: function get() {
|
|
1655
|
+
return "0 0 0 " + this.inputOutlineWidth + " " + this.borderColorFocus;
|
|
1656
|
+
}
|
|
1657
|
+
}, {
|
|
1658
|
+
key: "inputFocusedBg",
|
|
1659
|
+
get: function get() {
|
|
1660
|
+
return this.inputBg;
|
|
1661
|
+
}
|
|
1662
|
+
}, {
|
|
1663
|
+
key: "inputDisabledBg",
|
|
1664
|
+
get: function get() {
|
|
1665
|
+
return this.bgDisabled;
|
|
1666
|
+
}
|
|
1667
|
+
}, {
|
|
1668
|
+
key: "inputDisabledBorderColor",
|
|
1669
|
+
get: function get() {
|
|
1670
|
+
return this.borderColorDisabled;
|
|
1671
|
+
}
|
|
1672
|
+
}, {
|
|
1673
|
+
key: "inputFocusOutline",
|
|
1674
|
+
get: function get() {
|
|
1675
|
+
return this.borderColorFocus;
|
|
1676
|
+
}
|
|
1677
|
+
}, {
|
|
1678
|
+
key: "inputBorderWidth",
|
|
1679
|
+
get: function get() {
|
|
1680
|
+
return this.controlBorderWidth;
|
|
1681
|
+
}
|
|
1682
|
+
}, {
|
|
1683
|
+
key: "inputOutlineWidth",
|
|
1684
|
+
get: function get() {
|
|
1685
|
+
return "calc(" + this.controlOutlineWidth + " - 1px)";
|
|
1686
|
+
}
|
|
1687
|
+
}, {
|
|
1688
|
+
key: "inputBorderColorFocus",
|
|
1689
|
+
get: function get() {
|
|
1690
|
+
return this.borderColorFocus;
|
|
1691
|
+
}
|
|
1692
|
+
}, {
|
|
1693
|
+
key: "inputBorderColorError",
|
|
1694
|
+
get: function get() {
|
|
1695
|
+
return this.borderColorError;
|
|
1696
|
+
}
|
|
1697
|
+
}, {
|
|
1698
|
+
key: "inputBorderColorWarning",
|
|
1699
|
+
get: function get() {
|
|
1700
|
+
return this.borderColorWarning;
|
|
1701
|
+
}
|
|
1702
|
+
}, {
|
|
1703
|
+
key: "inputBorderTopColor",
|
|
1704
|
+
get: function get() {
|
|
1705
|
+
return this.inputBorderColor;
|
|
1706
|
+
}
|
|
1707
|
+
}, {
|
|
1708
|
+
key: "inputPlaceholderColor",
|
|
1709
|
+
get: function get() {
|
|
1710
|
+
return this.placeholderColor;
|
|
1711
|
+
}
|
|
1712
|
+
}, {
|
|
1713
|
+
key: "inputPlaceholderColorLight",
|
|
1714
|
+
get: function get() {
|
|
1715
|
+
return this.placeholderColorLight;
|
|
1716
|
+
}
|
|
1717
|
+
}, {
|
|
1718
|
+
key: "checkboxFontSizeSmall",
|
|
1719
|
+
get:
|
|
1720
|
+
//#endregion Input
|
|
1721
|
+
//#region Checkbox
|
|
1722
|
+
function get() {
|
|
1723
|
+
return this.fontSizeSmall;
|
|
1724
|
+
}
|
|
1725
|
+
}, {
|
|
1726
|
+
key: "checkboxFontSizeMedium",
|
|
1727
|
+
get: function get() {
|
|
1728
|
+
return this.fontSizeMedium;
|
|
1729
|
+
}
|
|
1730
|
+
}, {
|
|
1731
|
+
key: "checkboxFontSizeLarge",
|
|
1732
|
+
get: function get() {
|
|
1733
|
+
return this.fontSizeLarge;
|
|
1734
|
+
}
|
|
1735
|
+
}, {
|
|
1736
|
+
key: "checkboxLineHeightSmall",
|
|
1737
|
+
get: function get() {
|
|
1738
|
+
return this.controlLineHeightSmall;
|
|
1739
|
+
}
|
|
1740
|
+
}, {
|
|
1741
|
+
key: "checkboxLineHeightMedium",
|
|
1742
|
+
get: function get() {
|
|
1743
|
+
return this.controlLineHeightMedium;
|
|
1744
|
+
}
|
|
1745
|
+
}, {
|
|
1746
|
+
key: "checkboxLineHeightLarge",
|
|
1747
|
+
get: function get() {
|
|
1748
|
+
return this.controlLineHeightLarge;
|
|
1749
|
+
}
|
|
1750
|
+
}, {
|
|
1751
|
+
key: "checkboxPaddingYSmall",
|
|
1752
|
+
get: function get() {
|
|
1753
|
+
var controlHeight = parseInt(this.controlHeightSmall, 10) || 0;
|
|
1754
|
+
var lineHeight = parseInt(this.checkboxLineHeightSmall, 10) || 0;
|
|
1755
|
+
return (controlHeight - lineHeight) / 2 + "px";
|
|
1756
|
+
}
|
|
1757
|
+
}, {
|
|
1758
|
+
key: "checkboxPaddingYMedium",
|
|
1759
|
+
get: function get() {
|
|
1760
|
+
var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
|
|
1761
|
+
var lineHeight = parseInt(this.checkboxLineHeightMedium, 10) || 0;
|
|
1762
|
+
return (controlHeight - lineHeight) / 2 + "px";
|
|
1763
|
+
}
|
|
1764
|
+
}, {
|
|
1765
|
+
key: "checkboxPaddingYLarge",
|
|
1766
|
+
get: function get() {
|
|
1767
|
+
var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
|
|
1768
|
+
var lineHeight = parseInt(this.checkboxLineHeightLarge, 10) || 0;
|
|
1769
|
+
return (controlHeight - lineHeight) / 2 + "px";
|
|
1770
|
+
}
|
|
1771
|
+
}, {
|
|
1772
|
+
key: "checkboxTextColorDefault",
|
|
1773
|
+
get: function get() {
|
|
1774
|
+
return this.textColorDefault;
|
|
1775
|
+
}
|
|
1776
|
+
}, {
|
|
1777
|
+
key: "checkboxTextColorDisabled",
|
|
1778
|
+
get: function get() {
|
|
1779
|
+
return this.textColorDisabled;
|
|
1780
|
+
}
|
|
1781
|
+
}, {
|
|
1782
|
+
key: "checkboxShadowDisabled",
|
|
1783
|
+
get: function get() {
|
|
1784
|
+
return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.1)";
|
|
1785
|
+
}
|
|
1786
|
+
}, {
|
|
1787
|
+
key: "checkboxBorderWidth",
|
|
1788
|
+
get: function get() {
|
|
1789
|
+
return this.controlBorderWidth;
|
|
1790
|
+
}
|
|
1791
|
+
}, {
|
|
1792
|
+
key: "checkboxShadow",
|
|
1793
|
+
get: function get() {
|
|
1794
|
+
return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.15)";
|
|
1795
|
+
}
|
|
1796
|
+
}, {
|
|
1797
|
+
key: "checkboxShadowHover",
|
|
1798
|
+
get: function get() {
|
|
1799
|
+
return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
|
|
1800
|
+
}
|
|
1801
|
+
}, {
|
|
1802
|
+
key: "checkboxOutlineColorFocus",
|
|
1803
|
+
get: function get() {
|
|
1804
|
+
return this.outlineColorFocus;
|
|
1805
|
+
}
|
|
1806
|
+
}, {
|
|
1807
|
+
key: "checkboxBorderColorWarning",
|
|
1808
|
+
get: function get() {
|
|
1809
|
+
return this.borderColorWarning;
|
|
1810
|
+
}
|
|
1811
|
+
}, {
|
|
1812
|
+
key: "checkboxBorderColorError",
|
|
1813
|
+
get: function get() {
|
|
1814
|
+
return this.borderColorError;
|
|
1815
|
+
}
|
|
1816
|
+
}, {
|
|
1817
|
+
key: "checkboxCheckedHoverShadow",
|
|
1818
|
+
get: function get() {
|
|
1819
|
+
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedHoverBg;
|
|
1820
|
+
}
|
|
1821
|
+
}, {
|
|
1822
|
+
key: "checkboxOutlineWidth",
|
|
1823
|
+
get: function get() {
|
|
1824
|
+
return this.controlOutlineWidth;
|
|
1825
|
+
}
|
|
1826
|
+
}, {
|
|
1827
|
+
key: "checkboxCheckedShadow",
|
|
1828
|
+
get: function get() {
|
|
1829
|
+
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedBg;
|
|
1830
|
+
}
|
|
1831
|
+
}, {
|
|
1832
|
+
key: "checkboxCheckedActiveShadow",
|
|
1833
|
+
get: function get() {
|
|
1834
|
+
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedActiveBg;
|
|
1835
|
+
}
|
|
1836
|
+
}, {
|
|
1837
|
+
key: "checkboxBorderColorFocus",
|
|
1838
|
+
get: function get() {
|
|
1839
|
+
return this.borderColorFocus;
|
|
1840
|
+
}
|
|
1841
|
+
}, {
|
|
1842
|
+
key: "checkboxHoverBg",
|
|
1843
|
+
get: function get() {
|
|
1844
|
+
return this.btnDefaultHoverBg;
|
|
1845
|
+
}
|
|
1846
|
+
}, {
|
|
1847
|
+
key: "checkboxActiveBg",
|
|
1848
|
+
get: function get() {
|
|
1849
|
+
return this.btnDefaultActiveBg;
|
|
1850
|
+
}
|
|
1851
|
+
}, {
|
|
1852
|
+
key: "checkboxCheckedBg",
|
|
1853
|
+
get: function get() {
|
|
1854
|
+
return this.bgChecked;
|
|
1855
|
+
}
|
|
1856
|
+
}, {
|
|
1857
|
+
key: "checkboxBgDisabled",
|
|
1858
|
+
get: function get() {
|
|
1859
|
+
return this.bgDisabled;
|
|
1860
|
+
}
|
|
1861
|
+
}, {
|
|
1862
|
+
key: "checkboxCheckedActiveBg",
|
|
1863
|
+
get: function get() {
|
|
1864
|
+
return ColorFunctions.darken(this.checkboxCheckedBg, '15%');
|
|
1865
|
+
}
|
|
1866
|
+
}, {
|
|
1867
|
+
key: "checkboxShadowActive",
|
|
1868
|
+
get: function get() {
|
|
1869
|
+
return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
|
|
1870
|
+
}
|
|
1871
|
+
//#endregion Checkbox
|
|
1872
|
+
//#region TextArea
|
|
1873
|
+
}, {
|
|
1874
|
+
key: "textareaColor",
|
|
1875
|
+
get: function get() {
|
|
1876
|
+
return this.textColorDefault;
|
|
1877
|
+
}
|
|
1878
|
+
}, {
|
|
1879
|
+
key: "textareaTextColorDisabled",
|
|
1880
|
+
get: function get() {
|
|
1881
|
+
return this.textColorDisabled;
|
|
1882
|
+
}
|
|
1883
|
+
}, {
|
|
1884
|
+
key: "textareaPlaceholderColorLight",
|
|
1885
|
+
get: function get() {
|
|
1886
|
+
return this.placeholderColorLight;
|
|
1887
|
+
}
|
|
1888
|
+
}, {
|
|
1889
|
+
key: "textareaPlaceholderColor",
|
|
1890
|
+
get: function get() {
|
|
1891
|
+
return this.placeholderColor;
|
|
1892
|
+
}
|
|
1893
|
+
}, {
|
|
1894
|
+
key: "textareaPlaceholderColorDisabled",
|
|
1895
|
+
get: function get() {
|
|
1896
|
+
return this.textColorDisabled;
|
|
1897
|
+
}
|
|
1898
|
+
}, {
|
|
1899
|
+
key: "textareaFontSizeSmall",
|
|
1900
|
+
get: function get() {
|
|
1901
|
+
return this.fontSizeSmall;
|
|
1902
|
+
}
|
|
1903
|
+
}, {
|
|
1904
|
+
key: "textareaFontSizeMedium",
|
|
1905
|
+
get: function get() {
|
|
1906
|
+
return this.fontSizeMedium;
|
|
1907
|
+
}
|
|
1908
|
+
}, {
|
|
1909
|
+
key: "textareaFontSizeLarge",
|
|
1910
|
+
get: function get() {
|
|
1911
|
+
return this.fontSizeLarge;
|
|
1912
|
+
}
|
|
1913
|
+
}, {
|
|
1914
|
+
key: "textareaLineHeightSmall",
|
|
1915
|
+
get: function get() {
|
|
1916
|
+
return this.controlLineHeightSmall;
|
|
1917
|
+
}
|
|
1918
|
+
}, {
|
|
1919
|
+
key: "textareaLineHeightMedium",
|
|
1920
|
+
get: function get() {
|
|
1921
|
+
return this.controlLineHeightMedium;
|
|
1922
|
+
}
|
|
1923
|
+
}, {
|
|
1924
|
+
key: "textareaLineHeightLarge",
|
|
1925
|
+
get: function get() {
|
|
1926
|
+
return this.controlLineHeightLarge;
|
|
1927
|
+
}
|
|
1928
|
+
}, {
|
|
1929
|
+
key: "textareaBorderWidth",
|
|
1930
|
+
get: function get() {
|
|
1931
|
+
return this.controlBorderWidth;
|
|
1932
|
+
}
|
|
1933
|
+
}, {
|
|
1934
|
+
key: "textareaOutlineWidth",
|
|
1935
|
+
get: function get() {
|
|
1936
|
+
var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
|
|
1937
|
+
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1938
|
+
return outlineWidth - borderWidth + "px";
|
|
1939
|
+
}
|
|
1940
|
+
}, {
|
|
1941
|
+
key: "textareaMinHeightSmall",
|
|
1942
|
+
get: function get() {
|
|
1943
|
+
var lineHeight = parseInt(this.textareaLineHeightSmall, 10) || 0;
|
|
1944
|
+
var paddingY = parseInt(this.textareaPaddingYSmall, 10) || 0;
|
|
1945
|
+
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1946
|
+
return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
|
|
1947
|
+
}
|
|
1948
|
+
}, {
|
|
1949
|
+
key: "textareaMinHeightMedium",
|
|
1950
|
+
get: function get() {
|
|
1951
|
+
var lineHeight = parseInt(this.textareaLineHeightMedium, 10) || 0;
|
|
1952
|
+
var paddingY = parseInt(this.textareaPaddingYMedium, 10) || 0;
|
|
1953
|
+
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1954
|
+
return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
|
|
1955
|
+
}
|
|
1956
|
+
}, {
|
|
1957
|
+
key: "textareaMinHeightLarge",
|
|
1958
|
+
get: function get() {
|
|
1959
|
+
var lineHeight = parseInt(this.textareaLineHeightLarge, 10) || 0;
|
|
1960
|
+
var paddingY = parseInt(this.textareaPaddingYLarge, 10) || 0;
|
|
1961
|
+
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1962
|
+
return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
|
|
1963
|
+
}
|
|
1964
|
+
}, {
|
|
1965
|
+
key: "textareaPaddingYSmall",
|
|
1966
|
+
get: function get() {
|
|
1967
|
+
return this.controlPaddingYSmall;
|
|
1968
|
+
}
|
|
1969
|
+
}, {
|
|
1970
|
+
key: "textareaPaddingYMedium",
|
|
1971
|
+
get: function get() {
|
|
1972
|
+
return this.controlPaddingYMedium;
|
|
1973
|
+
}
|
|
1974
|
+
}, {
|
|
1975
|
+
key: "textareaPaddingYLarge",
|
|
1976
|
+
get: function get() {
|
|
1977
|
+
return this.controlPaddingYLarge;
|
|
1978
|
+
}
|
|
1979
|
+
}, {
|
|
1980
|
+
key: "textareaBorderColor",
|
|
1981
|
+
get: function get() {
|
|
1982
|
+
return this.borderColorGrayLight;
|
|
1983
|
+
}
|
|
1984
|
+
}, {
|
|
1985
|
+
key: "textareaBorderColorFocus",
|
|
1986
|
+
get: function get() {
|
|
1987
|
+
return this.borderColorFocus;
|
|
1988
|
+
}
|
|
1989
|
+
}, {
|
|
1990
|
+
key: "textareaBorderColorHover",
|
|
1991
|
+
get: function get() {
|
|
1992
|
+
return this.inputBorderColorHover;
|
|
1993
|
+
}
|
|
1994
|
+
}, {
|
|
1995
|
+
key: "textareaBorderColorWarning",
|
|
1996
|
+
get: function get() {
|
|
1997
|
+
return this.borderColorWarning;
|
|
1998
|
+
}
|
|
1999
|
+
}, {
|
|
2000
|
+
key: "textareaBorderColorError",
|
|
2001
|
+
get: function get() {
|
|
2002
|
+
return this.borderColorError;
|
|
2003
|
+
}
|
|
2004
|
+
}, {
|
|
2005
|
+
key: "textareaDisabledBg",
|
|
2006
|
+
get: function get() {
|
|
2007
|
+
return this.inputDisabledBg;
|
|
2008
|
+
}
|
|
2009
|
+
}, {
|
|
2010
|
+
key: "textareaDisabledBorderColor",
|
|
2011
|
+
get: function get() {
|
|
2012
|
+
return this.borderColorDisabled;
|
|
2013
|
+
}
|
|
2014
|
+
}, {
|
|
2015
|
+
key: "textareaCounterColor",
|
|
2016
|
+
get: function get() {
|
|
2017
|
+
return this.gray;
|
|
2018
|
+
}
|
|
2019
|
+
}, {
|
|
2020
|
+
key: "textareaCounterBg",
|
|
2021
|
+
get: function get() {
|
|
2022
|
+
return ColorFunctions.fade(this.textareaBg, 0.9);
|
|
2023
|
+
}
|
|
2024
|
+
}, {
|
|
2025
|
+
key: "textareaCounterErrorColor",
|
|
2026
|
+
get: function get() {
|
|
2027
|
+
return this.errorText;
|
|
2028
|
+
}
|
|
2029
|
+
}, {
|
|
2030
|
+
key: "textareaCounterHelpIconColor",
|
|
2031
|
+
get: function get() {
|
|
2032
|
+
return this.linkColor;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
//#endregion Textarea
|
|
2036
|
+
//#region Radio
|
|
2037
|
+
}, {
|
|
2038
|
+
key: "radioOutlineWidth",
|
|
2039
|
+
get: function get() {
|
|
2040
|
+
return this.controlOutlineWidth;
|
|
2041
|
+
}
|
|
2042
|
+
}, {
|
|
2043
|
+
key: "radioTextColor",
|
|
2044
|
+
get: function get() {
|
|
2045
|
+
return this.textColorDefault;
|
|
2046
|
+
}
|
|
2047
|
+
}, {
|
|
2048
|
+
key: "radioFontSizeSmall",
|
|
2049
|
+
get: function get() {
|
|
2050
|
+
return this.fontSizeSmall;
|
|
2051
|
+
}
|
|
2052
|
+
}, {
|
|
2053
|
+
key: "radioFontSizeMedium",
|
|
2054
|
+
get: function get() {
|
|
2055
|
+
return this.fontSizeMedium;
|
|
2056
|
+
}
|
|
2057
|
+
}, {
|
|
2058
|
+
key: "radioFontSizeLarge",
|
|
2059
|
+
get: function get() {
|
|
2060
|
+
return this.fontSizeLarge;
|
|
2061
|
+
}
|
|
2062
|
+
}, {
|
|
2063
|
+
key: "radioLineHeightSmall",
|
|
2064
|
+
get: function get() {
|
|
2065
|
+
return this.controlLineHeightSmall;
|
|
2066
|
+
}
|
|
2067
|
+
}, {
|
|
2068
|
+
key: "radioLineHeightMedium",
|
|
2069
|
+
get: function get() {
|
|
2070
|
+
return this.controlLineHeightMedium;
|
|
2071
|
+
}
|
|
2072
|
+
}, {
|
|
2073
|
+
key: "radioLineHeightLarge",
|
|
2074
|
+
get: function get() {
|
|
2075
|
+
return this.controlLineHeightLarge;
|
|
2076
|
+
}
|
|
2077
|
+
}, {
|
|
2078
|
+
key: "radioPaddingYSmall",
|
|
2079
|
+
get: function get() {
|
|
2080
|
+
var controlHeight = parseInt(this.controlHeightSmall, 10) || 0;
|
|
2081
|
+
var lineHeight = parseInt(this.radioLineHeightSmall, 10) || 0;
|
|
2082
|
+
return (controlHeight - lineHeight) / 2 + "px";
|
|
2083
|
+
}
|
|
2084
|
+
}, {
|
|
2085
|
+
key: "radioPaddingYMedium",
|
|
2086
|
+
get: function get() {
|
|
2087
|
+
var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
|
|
2088
|
+
var lineHeight = parseInt(this.radioLineHeightMedium, 10) || 0;
|
|
2089
|
+
return (controlHeight - lineHeight) / 2 + "px";
|
|
2090
|
+
}
|
|
2091
|
+
}, {
|
|
2092
|
+
key: "radioPaddingYLarge",
|
|
2093
|
+
get: function get() {
|
|
2094
|
+
var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
|
|
2095
|
+
var lineHeight = parseInt(this.radioLineHeightLarge, 10) || 0;
|
|
2096
|
+
return (controlHeight - lineHeight) / 2 + "px";
|
|
2097
|
+
}
|
|
2098
|
+
}, {
|
|
2099
|
+
key: "radioHoverBg",
|
|
2100
|
+
get: function get() {
|
|
2101
|
+
return this.checkboxHoverBg;
|
|
2102
|
+
}
|
|
2103
|
+
}, {
|
|
2104
|
+
key: "radioActiveBg",
|
|
2105
|
+
get: function get() {
|
|
2106
|
+
return this.checkboxActiveBg;
|
|
2107
|
+
}
|
|
2108
|
+
}, {
|
|
2109
|
+
key: "radioBorderWidth",
|
|
2110
|
+
get: function get() {
|
|
2111
|
+
return this.controlBorderWidth;
|
|
2112
|
+
}
|
|
2113
|
+
}, {
|
|
2114
|
+
key: "radioBorderColor",
|
|
2115
|
+
get: function get() {
|
|
2116
|
+
return this.borderColorGrayLight;
|
|
2117
|
+
}
|
|
2118
|
+
}, {
|
|
2119
|
+
key: "radioBorder",
|
|
2120
|
+
get: function get() {
|
|
2121
|
+
return this.radioBorderWidth + " solid " + this.radioBorderColor;
|
|
2122
|
+
}
|
|
2123
|
+
}, {
|
|
2124
|
+
key: "radioBorderColorFocus",
|
|
2125
|
+
get: function get() {
|
|
2126
|
+
return this.borderColorFocus;
|
|
2127
|
+
}
|
|
2128
|
+
}, {
|
|
2129
|
+
key: "radioBorderColorWarning",
|
|
2130
|
+
get: function get() {
|
|
2131
|
+
return this.borderColorWarning;
|
|
2132
|
+
}
|
|
2133
|
+
}, {
|
|
2134
|
+
key: "radioBorderColorError",
|
|
2135
|
+
get: function get() {
|
|
2136
|
+
return this.borderColorError;
|
|
2137
|
+
}
|
|
2138
|
+
}, {
|
|
2139
|
+
key: "radioFocusShadow",
|
|
2140
|
+
get: function get() {
|
|
2141
|
+
return "inset 0 0 0 1px " + this.outlineColorFocus;
|
|
2142
|
+
}
|
|
2143
|
+
}, {
|
|
2144
|
+
key: "radioCheckedBgColor",
|
|
2145
|
+
get: function get() {
|
|
2146
|
+
return this.checkboxCheckedBg;
|
|
2147
|
+
}
|
|
2148
|
+
}, {
|
|
2149
|
+
key: "radioCheckedHoverBgColor",
|
|
2150
|
+
get: function get() {
|
|
2151
|
+
return ColorFunctions.darken(this.checkboxCheckedBg, '5%');
|
|
2152
|
+
}
|
|
2153
|
+
}, {
|
|
2154
|
+
key: "radioDisabledShadow",
|
|
2155
|
+
get: function get() {
|
|
2156
|
+
return "0 0 0 " + this.radioBorderWidth + " rgba(0, 0, 0, 0.1)";
|
|
2157
|
+
}
|
|
2158
|
+
}, {
|
|
2159
|
+
key: "radioCheckedDisabledBulletBg",
|
|
2160
|
+
get: function get() {
|
|
2161
|
+
return this.gray;
|
|
2162
|
+
}
|
|
2163
|
+
//#endregion
|
|
2164
|
+
//#region Tabs
|
|
2165
|
+
}, {
|
|
2166
|
+
key: "tabFontSizeSmall",
|
|
2167
|
+
get: function get() {
|
|
2168
|
+
return this.fontSizeSmall;
|
|
2169
|
+
}
|
|
2170
|
+
}, {
|
|
2171
|
+
key: "tabFontSizeMedium",
|
|
2172
|
+
get: function get() {
|
|
2173
|
+
return this.fontSizeMedium;
|
|
2174
|
+
}
|
|
2175
|
+
}, {
|
|
2176
|
+
key: "tabFontSizeLarge",
|
|
2177
|
+
get: function get() {
|
|
2178
|
+
return this.fontSizeLarge;
|
|
2179
|
+
}
|
|
2180
|
+
}, {
|
|
2181
|
+
key: "tabLineHeightSmall",
|
|
2182
|
+
get: function get() {
|
|
2183
|
+
return this.controlLineHeightSmall;
|
|
2184
|
+
}
|
|
2185
|
+
}, {
|
|
2186
|
+
key: "tabLineHeightMedium",
|
|
2187
|
+
get: function get() {
|
|
2188
|
+
return this.controlLineHeightMedium;
|
|
2189
|
+
}
|
|
2190
|
+
}, {
|
|
2191
|
+
key: "tabLineHeightLarge",
|
|
2192
|
+
get: function get() {
|
|
2193
|
+
return this.controlLineHeightLarge;
|
|
2194
|
+
}
|
|
2195
|
+
}, {
|
|
2196
|
+
key: "tabPaddingYSmall",
|
|
2197
|
+
get: function get() {
|
|
2198
|
+
var paddingY = parseInt(this.controlPaddingYSmall);
|
|
2199
|
+
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2200
|
+
return paddingY + borderWidth + "px";
|
|
2201
|
+
}
|
|
2202
|
+
}, {
|
|
2203
|
+
key: "tabPaddingYMedium",
|
|
2204
|
+
get: function get() {
|
|
2205
|
+
var paddingY = parseInt(this.controlPaddingYMedium);
|
|
2206
|
+
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2207
|
+
return paddingY + borderWidth + "px";
|
|
2208
|
+
}
|
|
2209
|
+
}, {
|
|
2210
|
+
key: "tabPaddingYLarge",
|
|
2211
|
+
get: function get() {
|
|
2212
|
+
var paddingY = parseInt(this.controlPaddingYLarge);
|
|
2213
|
+
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2214
|
+
return paddingY + borderWidth + "px";
|
|
2215
|
+
}
|
|
2216
|
+
}, {
|
|
2217
|
+
key: "tabOutlineWidth",
|
|
2218
|
+
get: function get() {
|
|
2219
|
+
return this.controlOutlineWidth;
|
|
2220
|
+
}
|
|
2221
|
+
}, {
|
|
2222
|
+
key: "tabTextColorDefault",
|
|
2223
|
+
get: function get() {
|
|
2224
|
+
return this.textColorDefault;
|
|
2225
|
+
}
|
|
2226
|
+
}, {
|
|
2227
|
+
key: "tabColorFocus",
|
|
2228
|
+
get: function get() {
|
|
2229
|
+
return this.borderColorFocus;
|
|
2230
|
+
}
|
|
2231
|
+
}, {
|
|
2232
|
+
key: "tabColorError",
|
|
2233
|
+
get: function get() {
|
|
2234
|
+
return this.btnDangerBg;
|
|
2235
|
+
}
|
|
2236
|
+
}, {
|
|
2237
|
+
key: "tabColorWarning",
|
|
2238
|
+
get: function get() {
|
|
2239
|
+
return this.btnPayBg;
|
|
2240
|
+
}
|
|
2241
|
+
}, {
|
|
2242
|
+
key: "tabColorSuccess",
|
|
2243
|
+
get: function get() {
|
|
2244
|
+
return this.btnSuccessBg;
|
|
2245
|
+
}
|
|
2246
|
+
}, {
|
|
2247
|
+
key: "tabColorPrimary",
|
|
2248
|
+
get: function get() {
|
|
2249
|
+
return this.btnPrimaryBg;
|
|
2250
|
+
}
|
|
2251
|
+
}, {
|
|
2252
|
+
key: "tabColorHoverError",
|
|
2253
|
+
get: function get() {
|
|
2254
|
+
return ColorFunctions.lighten(this.tabColorError, '25%');
|
|
2255
|
+
}
|
|
2256
|
+
}, {
|
|
2257
|
+
key: "tabColorHoverWarning",
|
|
2258
|
+
get: function get() {
|
|
2259
|
+
return ColorFunctions.lighten(this.tabColorWarning, '25%');
|
|
2260
|
+
}
|
|
2261
|
+
}, {
|
|
2262
|
+
key: "tabColorHoverSuccess",
|
|
2263
|
+
get: function get() {
|
|
2264
|
+
return ColorFunctions.lighten(this.tabColorSuccess, '25%');
|
|
2265
|
+
}
|
|
2266
|
+
}, {
|
|
2267
|
+
key: "tabColorHoverPrimary",
|
|
2268
|
+
get: function get() {
|
|
2269
|
+
return ColorFunctions.lighten(this.tabColorPrimary, '25%');
|
|
2270
|
+
}
|
|
2271
|
+
}, {
|
|
2272
|
+
key: "spinnerBgColor",
|
|
2273
|
+
get:
|
|
2274
|
+
//#endregion Tabs
|
|
2275
|
+
//#region Spinner
|
|
2276
|
+
function get() {
|
|
2277
|
+
return this.grayXLight;
|
|
2278
|
+
}
|
|
2279
|
+
}, {
|
|
2280
|
+
key: "spinnerColor",
|
|
2281
|
+
get: function get() {
|
|
2282
|
+
return this.red;
|
|
2283
|
+
}
|
|
2284
|
+
}, {
|
|
2285
|
+
key: "spinnerDimmedColor",
|
|
2286
|
+
get: function get() {
|
|
2287
|
+
return this.gray;
|
|
2288
|
+
}
|
|
2289
|
+
}, {
|
|
2290
|
+
key: "spinnerCaptionColor",
|
|
2291
|
+
get: function get() {
|
|
2292
|
+
return this.gray;
|
|
2293
|
+
}
|
|
2294
|
+
}, {
|
|
2295
|
+
key: "spinnerFontSizeSmall",
|
|
2296
|
+
get: function get() {
|
|
2297
|
+
return this.fontSizeSmall;
|
|
2298
|
+
}
|
|
2299
|
+
}, {
|
|
2300
|
+
key: "spinnerFontSizeMedium",
|
|
2301
|
+
get: function get() {
|
|
2302
|
+
return this.fontSizeMedium;
|
|
2303
|
+
}
|
|
2304
|
+
}, {
|
|
2305
|
+
key: "spinnerFontSizeLarge",
|
|
2306
|
+
get: function get() {
|
|
2307
|
+
return this.fontSizeLarge;
|
|
2308
|
+
}
|
|
2309
|
+
}, {
|
|
2310
|
+
key: "spinnerLineHeightSmall",
|
|
2311
|
+
get: function get() {
|
|
2312
|
+
return this.controlLineHeightSmall;
|
|
2313
|
+
}
|
|
2314
|
+
}, {
|
|
2315
|
+
key: "spinnerLineHeightMedium",
|
|
2316
|
+
get: function get() {
|
|
2317
|
+
return this.controlLineHeightMedium;
|
|
2318
|
+
}
|
|
2319
|
+
}, {
|
|
2320
|
+
key: "spinnerLineHeightLarge",
|
|
2321
|
+
get: function get() {
|
|
2322
|
+
return this.controlLineHeightLarge;
|
|
2323
|
+
}
|
|
2324
|
+
}, {
|
|
2325
|
+
key: "switcherTextColor",
|
|
2326
|
+
get: function get() {
|
|
2327
|
+
return this.textColorDefault;
|
|
2328
|
+
}
|
|
2329
|
+
}, {
|
|
2330
|
+
key: "switcherOutlineWidth",
|
|
2331
|
+
get: function get() {
|
|
2332
|
+
return this.btnOutlineWidth;
|
|
2333
|
+
}
|
|
2334
|
+
}, {
|
|
2335
|
+
key: "switcherCaptionFontSizeSmall",
|
|
2336
|
+
get: function get() {
|
|
2337
|
+
return this.btnFontSizeSmall;
|
|
2338
|
+
}
|
|
2339
|
+
}, {
|
|
2340
|
+
key: "switcherCaptionFontSizeMedium",
|
|
2341
|
+
get: function get() {
|
|
2342
|
+
return this.btnFontSizeMedium;
|
|
2343
|
+
}
|
|
2344
|
+
}, {
|
|
2345
|
+
key: "switcherCaptionFontSizeLarge",
|
|
2346
|
+
get: function get() {
|
|
2347
|
+
return this.btnFontSizeLarge;
|
|
2348
|
+
}
|
|
2349
|
+
}, {
|
|
2350
|
+
key: "switcherCaptionLineHeightSmall",
|
|
2351
|
+
get: function get() {
|
|
2352
|
+
return this.btnLineHeightSmall;
|
|
2353
|
+
}
|
|
2354
|
+
}, {
|
|
2355
|
+
key: "switcherCaptionLineHeightMedium",
|
|
2356
|
+
get: function get() {
|
|
2357
|
+
return this.btnLineHeightMedium;
|
|
2358
|
+
}
|
|
2359
|
+
}, {
|
|
2360
|
+
key: "switcherCaptionLineHeightLarge",
|
|
2361
|
+
get: function get() {
|
|
2362
|
+
return this.btnLineHeightLarge;
|
|
2363
|
+
}
|
|
2364
|
+
}, {
|
|
2365
|
+
key: "switcherCaptionGapSmall",
|
|
2366
|
+
get: function get() {
|
|
2367
|
+
return this.btnPaddingXSmall;
|
|
2368
|
+
}
|
|
2369
|
+
}, {
|
|
2370
|
+
key: "switcherCaptionGapMedium",
|
|
2371
|
+
get: function get() {
|
|
2372
|
+
return this.btnPaddingXMedium;
|
|
2373
|
+
}
|
|
2374
|
+
}, {
|
|
2375
|
+
key: "switcherCaptionGapLarge",
|
|
2376
|
+
get: function get() {
|
|
2377
|
+
return this.btnPaddingXLarge;
|
|
2378
|
+
}
|
|
2379
|
+
}, {
|
|
2380
|
+
key: "switcherButtonPaddingYSmall",
|
|
2381
|
+
get: function get() {
|
|
2382
|
+
return this.btnPaddingYSmall;
|
|
2383
|
+
}
|
|
2384
|
+
}, {
|
|
2385
|
+
key: "switcherButtonPaddingYMedium",
|
|
2386
|
+
get: function get() {
|
|
2387
|
+
return this.btnPaddingYMedium;
|
|
2388
|
+
}
|
|
2389
|
+
}, {
|
|
2390
|
+
key: "switcherButtonPaddingYLarge",
|
|
2391
|
+
get: function get() {
|
|
2392
|
+
return this.btnPaddingYLarge;
|
|
2393
|
+
}
|
|
2394
|
+
}, {
|
|
2395
|
+
key: "switcherButtonLineHeightSmall",
|
|
2396
|
+
get: function get() {
|
|
2397
|
+
return this.btnLineHeightSmall;
|
|
2398
|
+
}
|
|
2399
|
+
}, {
|
|
2400
|
+
key: "switcherButtonLineHeightMedium",
|
|
2401
|
+
get: function get() {
|
|
2402
|
+
return this.btnLineHeightMedium;
|
|
2403
|
+
}
|
|
2404
|
+
}, {
|
|
2405
|
+
key: "switcherButtonLineHeightLarge",
|
|
2406
|
+
get: function get() {
|
|
2407
|
+
return this.btnLineHeightLarge;
|
|
2408
|
+
}
|
|
2409
|
+
}, {
|
|
2410
|
+
key: "switcherButtonFontSizeSmall",
|
|
2411
|
+
get: function get() {
|
|
2412
|
+
return this.btnFontSizeSmall;
|
|
2413
|
+
}
|
|
2414
|
+
}, {
|
|
2415
|
+
key: "switcherButtonFontSizeMedium",
|
|
2416
|
+
get: function get() {
|
|
2417
|
+
return this.btnFontSizeMedium;
|
|
2418
|
+
}
|
|
2419
|
+
}, {
|
|
2420
|
+
key: "switcherButtonFontSizeLarge",
|
|
2421
|
+
get: function get() {
|
|
2422
|
+
return this.btnFontSizeLarge;
|
|
2423
|
+
}
|
|
2424
|
+
}, {
|
|
2425
|
+
key: "switcherButtonBorderRadiusSmall",
|
|
2426
|
+
get: function get() {
|
|
2427
|
+
return this.btnBorderRadiusSmall;
|
|
2428
|
+
}
|
|
2429
|
+
}, {
|
|
2430
|
+
key: "switcherButtonBorderRadiusMedium",
|
|
2431
|
+
get: function get() {
|
|
2432
|
+
return this.btnBorderRadiusMedium;
|
|
2433
|
+
}
|
|
2434
|
+
}, {
|
|
2435
|
+
key: "switcherButtonBorderRadiusLarge",
|
|
2436
|
+
get: function get() {
|
|
2437
|
+
return this.btnBorderRadiusLarge;
|
|
2438
|
+
}
|
|
2439
|
+
}, {
|
|
2440
|
+
key: "switcherButtonBorderWidth",
|
|
2441
|
+
get: function get() {
|
|
2442
|
+
return this.btnBorderWidth;
|
|
2443
|
+
}
|
|
2444
|
+
}, {
|
|
2445
|
+
key: "switcherButtonDisabledBorderColor",
|
|
2446
|
+
get: function get() {
|
|
2447
|
+
return this.switcherBtnDisabledBorderColor;
|
|
2448
|
+
}
|
|
2449
|
+
}, {
|
|
2450
|
+
key: "switcherButtonCheckedDisabledShadow",
|
|
2451
|
+
get: function get() {
|
|
2452
|
+
return this.btnCheckedDisabledShadow;
|
|
2453
|
+
}
|
|
2454
|
+
//#endregion
|
|
2455
|
+
//#region MobilePopup
|
|
2456
|
+
}, {
|
|
2457
|
+
key: "mobilePopupHeaderFontSize",
|
|
2458
|
+
get: function get() {
|
|
2459
|
+
return this.fontSizeMobile;
|
|
2460
|
+
}
|
|
2461
|
+
}, {
|
|
2462
|
+
key: "mobilePopupHeaderLineHeight",
|
|
2463
|
+
get: function get() {
|
|
2464
|
+
return this.lineHeightMobile;
|
|
2465
|
+
}
|
|
2466
|
+
}, {
|
|
2467
|
+
key: "globalLoaderColor",
|
|
2468
|
+
get:
|
|
2469
|
+
//#endregion
|
|
2470
|
+
//#region GlobalLoader
|
|
2471
|
+
function get() {
|
|
2472
|
+
return this.blueLight;
|
|
2473
|
+
}
|
|
2474
|
+
}, {
|
|
2475
|
+
key: "fileUploaderPaddingXSmall",
|
|
2476
|
+
get: function get() {
|
|
2477
|
+
return this.inputPaddingXSmall;
|
|
2478
|
+
}
|
|
2479
|
+
}, {
|
|
2480
|
+
key: "fileUploaderPaddingXMedium",
|
|
2481
|
+
get: function get() {
|
|
2482
|
+
return this.inputPaddingXMedium;
|
|
2483
|
+
}
|
|
2484
|
+
}, {
|
|
2485
|
+
key: "fileUploaderPaddingXLarge",
|
|
2486
|
+
get: function get() {
|
|
2487
|
+
return this.inputPaddingXLarge;
|
|
2488
|
+
}
|
|
2489
|
+
}, {
|
|
2490
|
+
key: "fileUploaderFontSizeSmall",
|
|
2491
|
+
get: function get() {
|
|
2492
|
+
return this.fontSizeSmall;
|
|
2493
|
+
}
|
|
2494
|
+
}, {
|
|
2495
|
+
key: "fileUploaderFontSizeMedium",
|
|
2496
|
+
get: function get() {
|
|
2497
|
+
return this.fontSizeMedium;
|
|
2498
|
+
}
|
|
2499
|
+
}, {
|
|
2500
|
+
key: "fileUploaderFontSizeLarge",
|
|
2501
|
+
get: function get() {
|
|
2502
|
+
return this.fontSizeLarge;
|
|
2503
|
+
}
|
|
2504
|
+
}, {
|
|
2505
|
+
key: "fileUploaderLineHeightSmall",
|
|
2506
|
+
get: function get() {
|
|
2507
|
+
return this.controlLineHeightSmall;
|
|
2508
|
+
}
|
|
2509
|
+
}, {
|
|
2510
|
+
key: "fileUploaderLineHeightMedium",
|
|
2511
|
+
get: function get() {
|
|
2512
|
+
return this.controlLineHeightMedium;
|
|
2513
|
+
}
|
|
2514
|
+
}, {
|
|
2515
|
+
key: "fileUploaderLineHeightLarge",
|
|
2516
|
+
get: function get() {
|
|
2517
|
+
return this.controlLineHeightLarge;
|
|
2518
|
+
}
|
|
2519
|
+
}, {
|
|
2520
|
+
key: "fileUploaderPaddingYSmall",
|
|
2521
|
+
get: function get() {
|
|
2522
|
+
return this.controlPaddingYSmall;
|
|
2523
|
+
}
|
|
2524
|
+
}, {
|
|
2525
|
+
key: "fileUploaderPaddingYMedium",
|
|
2526
|
+
get: function get() {
|
|
2527
|
+
return this.controlPaddingYMedium;
|
|
2528
|
+
}
|
|
2529
|
+
}, {
|
|
2530
|
+
key: "fileUploaderPaddingYLarge",
|
|
2531
|
+
get: function get() {
|
|
2532
|
+
return this.controlPaddingYLarge;
|
|
2533
|
+
}
|
|
2534
|
+
}, {
|
|
2535
|
+
key: "fileUploaderTextColorDefault",
|
|
2536
|
+
get: function get() {
|
|
2537
|
+
return this.textColorDefault;
|
|
2538
|
+
}
|
|
2539
|
+
}, {
|
|
2540
|
+
key: "fileUploaderBorderWidth",
|
|
2541
|
+
get: function get() {
|
|
2542
|
+
return this.controlBorderWidth;
|
|
2543
|
+
}
|
|
2544
|
+
}, {
|
|
2545
|
+
key: "fileUploaderDisabledBorder",
|
|
2546
|
+
get: function get() {
|
|
2547
|
+
return this.fileUploaderBorderWidth + " " + this.fileUploaderBorderStyle + " " + this.fileUploaderDisabledBorderColor;
|
|
2548
|
+
}
|
|
2549
|
+
}, {
|
|
2550
|
+
key: "fileUploaderBorderColorFocus",
|
|
2551
|
+
get: function get() {
|
|
2552
|
+
return this.borderColorFocus;
|
|
2553
|
+
}
|
|
2554
|
+
}, {
|
|
2555
|
+
key: "fileUploaderLinkColor",
|
|
2556
|
+
get: function get() {
|
|
2557
|
+
return this.textColorDefault;
|
|
2558
|
+
}
|
|
2559
|
+
}, {
|
|
2560
|
+
key: "fileUploaderBorderColorError",
|
|
2561
|
+
get: function get() {
|
|
2562
|
+
return this.borderColorError;
|
|
2563
|
+
}
|
|
2564
|
+
}, {
|
|
2565
|
+
key: "fileUploaderBorderColorWarning",
|
|
2566
|
+
get: function get() {
|
|
2567
|
+
return this.borderColorWarning;
|
|
2568
|
+
}
|
|
2569
|
+
}, {
|
|
2570
|
+
key: "fileUploaderDisabledBg",
|
|
2571
|
+
get: function get() {
|
|
2572
|
+
return this.btnDisabledBg;
|
|
2573
|
+
}
|
|
2574
|
+
}, {
|
|
2575
|
+
key: "fileUploaderDisabledTextColor",
|
|
2576
|
+
get: function get() {
|
|
2577
|
+
return this.textColorDisabled;
|
|
2578
|
+
}
|
|
2579
|
+
}, {
|
|
2580
|
+
key: "fileUploaderDisabledLinkColor",
|
|
2581
|
+
get: function get() {
|
|
2582
|
+
return this.textColorDisabled;
|
|
2583
|
+
}
|
|
2584
|
+
}, {
|
|
2585
|
+
key: "fileUploaderDisabledIconColor",
|
|
2586
|
+
get: function get() {
|
|
2587
|
+
return this.textColorDisabled;
|
|
2588
|
+
}
|
|
2589
|
+
}, {
|
|
2590
|
+
key: "fileUploaderDragOverBorderColor",
|
|
2591
|
+
get: function get() {
|
|
2592
|
+
return this.borderColorFocus;
|
|
2593
|
+
}
|
|
2594
|
+
}, {
|
|
2595
|
+
key: "closeBtnIconFocusShadow",
|
|
2596
|
+
get: function get() {
|
|
2597
|
+
return "inset 0 0 0 1px " + this.borderColorFocus + ", inset 0 0 0 2px " + this.outlineColorFocus;
|
|
2598
|
+
}
|
|
2599
|
+
//#endregion CloseIcon
|
|
2600
|
+
|
|
2601
|
+
//#region Autocomplete
|
|
2602
|
+
}, {
|
|
2603
|
+
key: "autocompleteMenuOffsetY",
|
|
2604
|
+
get: function get() {
|
|
2605
|
+
return this.menuOffsetY;
|
|
2606
|
+
}
|
|
2607
|
+
//#endregion Autocomplete
|
|
2608
|
+
|
|
2609
|
+
//#region Combobox
|
|
2610
|
+
}, {
|
|
2611
|
+
key: "comboboxMenuOffsetY",
|
|
2612
|
+
get: function get() {
|
|
2613
|
+
return this.menuOffsetY;
|
|
2614
|
+
}
|
|
2615
|
+
//#endregion Combobox
|
|
2616
|
+
|
|
2617
|
+
//#region MiniModal
|
|
2618
|
+
}, {
|
|
2619
|
+
key: "validationsTextColorError",
|
|
2620
|
+
get:
|
|
2621
|
+
//#endregion MiniModal
|
|
2622
|
+
|
|
2623
|
+
//#region react-ui-validations
|
|
2624
|
+
function get() {
|
|
2625
|
+
return this.errorText;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
//#endregion
|
|
2629
|
+
}]);
|
|
2630
|
+
}();
|
|
2631
|
+
_BasicThemeClass = BasicThemeClass; //#region Common variables
|
|
2632
|
+
BasicThemeClass.labGrotesqueBaselineCompensation = '1';
|
|
2633
|
+
BasicThemeClass.brand = '#2291ff';
|
|
2634
|
+
BasicThemeClass.white = '#fff';
|
|
2635
|
+
BasicThemeClass.grayXLight = '#ebebeb';
|
|
2636
|
+
BasicThemeClass.gray = '#858585';
|
|
2637
|
+
BasicThemeClass.grayDark = '#333';
|
|
2638
|
+
BasicThemeClass.black = '#000';
|
|
2639
|
+
BasicThemeClass.blueXxLight = '#cdedff';
|
|
2640
|
+
BasicThemeClass.blueLight = '#1f87ef';
|
|
2641
|
+
BasicThemeClass.blue = '#1874cf';
|
|
2642
|
+
BasicThemeClass.greenXxLight = '#C7F9CC';
|
|
2643
|
+
BasicThemeClass.green = '#1C8A3F';
|
|
2644
|
+
BasicThemeClass.greenDark = '#197F39';
|
|
2645
|
+
BasicThemeClass.red = '#FE4C4C';
|
|
2646
|
+
BasicThemeClass.redXxLight = '#FFEBEB';
|
|
2647
|
+
BasicThemeClass.redDark = '#CC2626';
|
|
2648
|
+
BasicThemeClass.yellowXxLight = '#ffeec2';
|
|
2649
|
+
BasicThemeClass.yellow = '#fcb73e';
|
|
2650
|
+
BasicThemeClass.yellowDark = '#ef8b17';
|
|
2651
|
+
BasicThemeClass.bgDefault = '#fff';
|
|
2652
|
+
BasicThemeClass.bgDisabled = '#F0F0F0';
|
|
2653
|
+
BasicThemeClass.warningMain = '#fcb73e';
|
|
2654
|
+
BasicThemeClass.warningSecondary = '#fff0bc';
|
|
2655
|
+
BasicThemeClass.warningText = '#d97e00';
|
|
2656
|
+
BasicThemeClass.borderColorFocusLight = '#cdedff';
|
|
2657
|
+
BasicThemeClass.borderColorGrayDark = 'rgba(0, 0, 0, 0.28)';
|
|
2658
|
+
BasicThemeClass.borderColorGrayLight = 'rgba(0, 0, 0, 0.16)';
|
|
2659
|
+
BasicThemeClass.borderColorDisabled = 'rgba(0, 0, 0, 0.10)';
|
|
2660
|
+
BasicThemeClass.placeholderColor = '#adadad';
|
|
2661
|
+
BasicThemeClass.outlineColorFocus = '#fff';
|
|
2662
|
+
BasicThemeClass.placeholderColorLight = '#cdcdcd';
|
|
2663
|
+
BasicThemeClass.blinkColor = 'rgba(0, 136, 255, 0.2)';
|
|
2664
|
+
BasicThemeClass.controlBorderWidth = '1px';
|
|
2665
|
+
BasicThemeClass.controlOutlineWidth = '2px';
|
|
2666
|
+
BasicThemeClass.controlLineHeightSmall = '20px';
|
|
2667
|
+
BasicThemeClass.controlLineHeightMedium = '22px';
|
|
2668
|
+
BasicThemeClass.controlLineHeightLarge = '24px';
|
|
2669
|
+
BasicThemeClass.controlPaddingYSmall = '5px';
|
|
2670
|
+
BasicThemeClass.controlPaddingYMedium = '8px';
|
|
2671
|
+
BasicThemeClass.controlPaddingYLarge = '11px';
|
|
2672
|
+
BasicThemeClass.textColorDefault = '#222222';
|
|
2673
|
+
BasicThemeClass.textColorInvert = '#fff';
|
|
2674
|
+
BasicThemeClass.textColorDisabled = '#adadad';
|
|
2675
|
+
BasicThemeClass.textColorDisabledContrast = '#858585';
|
|
2676
|
+
BasicThemeClass.fontSizeSmall = '14px';
|
|
2677
|
+
BasicThemeClass.fontSizeMedium = '16px';
|
|
2678
|
+
BasicThemeClass.fontSizeLarge = '18px';
|
|
2679
|
+
BasicThemeClass.fontSizeMobile = '18px';
|
|
2680
|
+
BasicThemeClass.lineHeightMobile = '24px';
|
|
2681
|
+
BasicThemeClass.specificityLevel = '0';
|
|
2682
|
+
BasicThemeClass.fixedPanelShadow = 'none';
|
|
2683
|
+
BasicThemeClass.bgActive = '#141414';
|
|
2684
|
+
BasicThemeClass.bgChecked = '#3D3D3D';
|
|
2685
|
+
BasicThemeClass.borderColorFocus = '#3D3D3D';
|
|
2686
|
+
BasicThemeClass.controlHeightSmall = '32px';
|
|
2687
|
+
BasicThemeClass.controlHeightMedium = '40px';
|
|
2688
|
+
BasicThemeClass.controlHeightLarge = '48px';
|
|
2689
|
+
BasicThemeClass.mobileMediaQuery = '(max-width: 576px) and (pointer: coarse)';
|
|
2690
|
+
BasicThemeClass.transitionDuration = '100ms';
|
|
2691
|
+
BasicThemeClass.transitionTimingFunction = 'cubic-bezier(0.5, 1, 0.89, 1)'; //#endregion Common variables
|
|
2692
|
+
//#region Link
|
|
2693
|
+
BasicThemeClass.linkColor = '#222222';
|
|
2694
|
+
BasicThemeClass.linkTextDecoration = 'underline';
|
|
2695
|
+
BasicThemeClass.linkActiveColor = '#141414';
|
|
2696
|
+
BasicThemeClass.linkHoverTextDecoration = 'none';
|
|
2697
|
+
BasicThemeClass.linkSuccessActiveColor = '#167333';
|
|
2698
|
+
BasicThemeClass.linkDangerHoverColor = '#BB1919';
|
|
2699
|
+
BasicThemeClass.linkDangerActiveColor = '#AB0D0D';
|
|
2700
|
+
BasicThemeClass.linkIconMarginRight = '4px';
|
|
2701
|
+
BasicThemeClass.linkIconMarginLeft = '4px';
|
|
2702
|
+
BasicThemeClass.linkGrayedColor = '#858585';
|
|
2703
|
+
BasicThemeClass.linkGrayedHoverColor = '#292929';
|
|
2704
|
+
BasicThemeClass.linkGrayedActiveColor = '#141414';
|
|
2705
|
+
BasicThemeClass.linkButtonLineHeight = '34px';
|
|
2706
|
+
BasicThemeClass.linkButtonPaddingX = '10px';
|
|
2707
|
+
BasicThemeClass.linkTextDecorationStyle = 'solid';
|
|
2708
|
+
BasicThemeClass.linkTextDecorationThickness = '1px';
|
|
2709
|
+
BasicThemeClass.linkTextUnderlineOffset = '4px';
|
|
2710
|
+
BasicThemeClass.linkTextUnderlineOpacity = '0.5';
|
|
2711
|
+
BasicThemeClass.linkTextDecorationColor = "color-mix(in srgb, currentColor " + parseFloat(_BasicThemeClass.linkTextUnderlineOpacity) * 100 + "%, transparent)";
|
|
2712
|
+
BasicThemeClass.linkLineBorderBottomStyle = 'solid';
|
|
2713
|
+
BasicThemeClass.linkLineBorderBottomWidth = '1px';
|
|
2714
|
+
BasicThemeClass.linkLineBorderBottomOpacity = '0.5';
|
|
2715
|
+
BasicThemeClass.linkLineBorderBottomColor = "color-mix(in srgb, currentColor " + parseFloat(_BasicThemeClass.linkLineBorderBottomOpacity) * 100 + "%, transparent)";
|
|
2716
|
+
BasicThemeClass.linkFocusOutlineColor = '#3D3D3D';
|
|
2717
|
+
BasicThemeClass.tokenDisabledBg = 'rgba(0, 0, 0, 0.05)';
|
|
2718
|
+
BasicThemeClass.tokenMarginYSmall = '2px';
|
|
2719
|
+
BasicThemeClass.tokenMarginXSmall = '1px';
|
|
2720
|
+
BasicThemeClass.tokenMarginYMedium = '2px';
|
|
2721
|
+
BasicThemeClass.tokenMarginXMedium = '2px';
|
|
2722
|
+
BasicThemeClass.tokenMarginYLarge = '2px';
|
|
2723
|
+
BasicThemeClass.tokenMarginXLarge = '3px';
|
|
2724
|
+
BasicThemeClass.tokenPaddingYSmall = '1px';
|
|
2725
|
+
BasicThemeClass.tokenPaddingXSmall = '3px';
|
|
2726
|
+
BasicThemeClass.tokenPaddingYMedium = '2px';
|
|
2727
|
+
BasicThemeClass.tokenPaddingXMedium = '5px';
|
|
2728
|
+
BasicThemeClass.tokenPaddingYLarge = '3px';
|
|
2729
|
+
BasicThemeClass.tokenPaddingXLarge = '7px';
|
|
2730
|
+
BasicThemeClass.tokenMarginBeforeIcon = '4px';
|
|
2731
|
+
BasicThemeClass.tokenRemoveIconSize = '16px';
|
|
2732
|
+
BasicThemeClass.tokenRemoveIconPaddingY = '0px';
|
|
2733
|
+
BasicThemeClass.tokenRemoveIconPaddingX = '0px';
|
|
2734
|
+
BasicThemeClass.tokenRemoveIconGap = '4px';
|
|
2735
|
+
BasicThemeClass.tokenRemoveIconBoxSizing = 'content-box';
|
|
2736
|
+
BasicThemeClass.tokenBorderRadius = '2px';
|
|
2737
|
+
BasicThemeClass.tokenBorderWidth = '1px';
|
|
2738
|
+
BasicThemeClass.tokenBorderColorDisabled = 'transparent';
|
|
2739
|
+
BasicThemeClass.tokenOutlineWidth = '1px';
|
|
2740
|
+
BasicThemeClass.tokenShadowDisabled = '';
|
|
2741
|
+
BasicThemeClass.tokenBg = 'rgba(0, 0, 0, 0.1)';
|
|
2742
|
+
BasicThemeClass.tokenColor = '#222222';
|
|
2743
|
+
BasicThemeClass.tokenBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
2744
|
+
BasicThemeClass.tokenBgHover = 'rgba(0, 0, 0, 0.16)';
|
|
2745
|
+
BasicThemeClass.tokenColorHover = '#222222';
|
|
2746
|
+
BasicThemeClass.tokenBorderColorHover = 'rgba(0, 0, 0, 0.16)';
|
|
2747
|
+
BasicThemeClass.tokenBgActive = '#3D3D3D';
|
|
2748
|
+
BasicThemeClass.tokenColorActive = '#FFFFFF';
|
|
2749
|
+
BasicThemeClass.tokenBorderColorActive = 'transparent';
|
|
2750
|
+
BasicThemeClass.tokenInputBorderRadius = '2px';
|
|
2751
|
+
BasicThemeClass.tokenInputMenuPopupBg = 'transparent';
|
|
2752
|
+
BasicThemeClass.tokenInputPaddingYSmall = '1px';
|
|
2753
|
+
BasicThemeClass.tokenInputPaddingXSmall = '2px';
|
|
2754
|
+
BasicThemeClass.tokenInputPaddingYMedium = '3px';
|
|
2755
|
+
BasicThemeClass.tokenInputPaddingXMedium = '3px';
|
|
2756
|
+
BasicThemeClass.tokenInputPaddingYLarge = '5px';
|
|
2757
|
+
BasicThemeClass.tokenInputPaddingXLarge = '4px';
|
|
2758
|
+
BasicThemeClass.tokenInputPopupOffset = '2px';
|
|
2759
|
+
BasicThemeClass.tokenInputPopupMarginSmall = '7px';
|
|
2760
|
+
BasicThemeClass.tokenInputPopupMarginMedium = '10px';
|
|
2761
|
+
BasicThemeClass.tokenInputPopupMarginLarge = '13px'; //#endregion TokenInput
|
|
2762
|
+
//#region Loader
|
|
2763
|
+
BasicThemeClass.loaderBg = 'rgba(255, 255, 255, 0.8)';
|
|
2764
|
+
BasicThemeClass.loaderOpacity = '0.8';
|
|
2765
|
+
BasicThemeClass.loaderBorderRadius = '0px'; //#endregion
|
|
2766
|
+
//#region Button
|
|
2767
|
+
BasicThemeClass.btnBackgroundClip = 'padding-box';
|
|
2768
|
+
BasicThemeClass.btnLinkBorderRadius = '2px';
|
|
2769
|
+
BasicThemeClass.btnFocusShadowWidth = '2px';
|
|
2770
|
+
BasicThemeClass.btnBorderColorTransition = '';
|
|
2771
|
+
BasicThemeClass.btnDisabledBorderColor = 'rgba(0, 0, 0, 0.10)';
|
|
2772
|
+
BasicThemeClass.btnCheckedBg = '#3D3D3D';
|
|
2773
|
+
BasicThemeClass.btnCheckedDisabledBg = '#ADADAD';
|
|
2774
|
+
BasicThemeClass.btnCheckedDisabledColor = '#E6E6E6';
|
|
2775
|
+
BasicThemeClass.btnCheckedTextColor = '#fff';
|
|
2776
|
+
BasicThemeClass.btnCheckedShadow = 'none';
|
|
2777
|
+
BasicThemeClass.btnCheckedDisabledShadow = 'none';
|
|
2778
|
+
BasicThemeClass.btnBorderRadiusSmall = '8px';
|
|
2779
|
+
BasicThemeClass.btnBorderRadiusMedium = '8px';
|
|
2780
|
+
BasicThemeClass.btnBorderRadiusLarge = '8px';
|
|
2781
|
+
BasicThemeClass.btnInsetWidth = '1px';
|
|
2782
|
+
BasicThemeClass.btnPaddingXSmall = '12px';
|
|
2783
|
+
BasicThemeClass.btnPaddingXMedium = '16px';
|
|
2784
|
+
BasicThemeClass.btnPaddingXLarge = '20px';
|
|
2785
|
+
BasicThemeClass.btnIconGapSmallLeft = '4px';
|
|
2786
|
+
BasicThemeClass.btnIconGapMediumLeft = '6px';
|
|
2787
|
+
BasicThemeClass.btnIconGapLargeLeft = '8px';
|
|
2788
|
+
BasicThemeClass.btnIconSizeSmall = '16px';
|
|
2789
|
+
BasicThemeClass.btnIconSizeMedium = '20px';
|
|
2790
|
+
BasicThemeClass.btnIconSizeLarge = '24px';
|
|
2791
|
+
BasicThemeClass.btnDefaultBg = '#fff';
|
|
2792
|
+
BasicThemeClass.btnDefaultBgStart = 'none';
|
|
2793
|
+
BasicThemeClass.btnDefaultBgEnd = 'none';
|
|
2794
|
+
BasicThemeClass.btnDefaultHoverBg = '#F0F0F0';
|
|
2795
|
+
BasicThemeClass.btnDefaultHoverBgStart = 'none';
|
|
2796
|
+
BasicThemeClass.btnDefaultHoverBgEnd = 'none';
|
|
2797
|
+
BasicThemeClass.btnDefaultActiveBg = '#E6E6E6';
|
|
2798
|
+
BasicThemeClass.btnDefaultHoverTextColor = '';
|
|
2799
|
+
BasicThemeClass.btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
2800
|
+
BasicThemeClass.btnDefaultActiveShadow = 'none';
|
|
2801
|
+
BasicThemeClass.btnSuccessBg = '#26AD50';
|
|
2802
|
+
BasicThemeClass.btnSuccessBorderColor = '#26AD50';
|
|
2803
|
+
BasicThemeClass.btnSuccessHoverBg = '#23A14A';
|
|
2804
|
+
BasicThemeClass.btnSuccessHoverBorderColor = '#23A14A';
|
|
2805
|
+
BasicThemeClass.btnSuccessHoverTextColor = '';
|
|
2806
|
+
BasicThemeClass.btnSuccessBgStart = 'none';
|
|
2807
|
+
BasicThemeClass.btnSuccessBgEnd = 'none';
|
|
2808
|
+
BasicThemeClass.btnSuccessTextColor = '#fff';
|
|
2809
|
+
BasicThemeClass.btnSuccessHoverBgStart = 'none';
|
|
2810
|
+
BasicThemeClass.btnSuccessHoverBgEnd = 'none';
|
|
2811
|
+
BasicThemeClass.btnSuccessActiveBg = '#209644';
|
|
2812
|
+
BasicThemeClass.btnSuccessActiveBorderColor = '#209644';
|
|
2813
|
+
BasicThemeClass.btnSuccessActiveShadow = 'none';
|
|
2814
|
+
BasicThemeClass.btnPrimaryBg = '#3D3D3D';
|
|
2815
|
+
BasicThemeClass.btnPrimaryHoverBg = '#292929';
|
|
2816
|
+
BasicThemeClass.btnPrimaryActiveBg = '#141414';
|
|
2817
|
+
BasicThemeClass.btnPrimaryHoverTextColor = '';
|
|
2818
|
+
BasicThemeClass.btnPrimaryBorderColor = '#3D3D3D';
|
|
2819
|
+
BasicThemeClass.btnPrimaryHoverBorderColor = '#292929';
|
|
2820
|
+
BasicThemeClass.btnPrimaryActiveBorderColor = '#141414';
|
|
2821
|
+
BasicThemeClass.btnPrimaryBgStart = 'none';
|
|
2822
|
+
BasicThemeClass.btnPrimaryBgEnd = 'none';
|
|
2823
|
+
BasicThemeClass.btnPrimaryTextColor = '#fff';
|
|
2824
|
+
BasicThemeClass.btnPrimaryHoverBgStart = 'none';
|
|
2825
|
+
BasicThemeClass.btnPrimaryHoverBgEnd = 'none';
|
|
2826
|
+
BasicThemeClass.btnPrimaryActiveShadow = 'none';
|
|
2827
|
+
BasicThemeClass.btnDangerHoverBg = '#ED3F3F';
|
|
2828
|
+
BasicThemeClass.btnDangerHoverBorderColor = '#ED3F3F';
|
|
2829
|
+
BasicThemeClass.btnDangerHoverTextColor = '';
|
|
2830
|
+
BasicThemeClass.btnDangerBgStart = 'none';
|
|
2831
|
+
BasicThemeClass.btnDangerBgEnd = 'none';
|
|
2832
|
+
BasicThemeClass.btnDangerTextColor = '#fff';
|
|
2833
|
+
BasicThemeClass.btnDangerHoverBgStart = 'none';
|
|
2834
|
+
BasicThemeClass.btnDangerHoverBgEnd = 'none';
|
|
2835
|
+
BasicThemeClass.btnDangerActiveBg = '#DD3333';
|
|
2836
|
+
BasicThemeClass.btnDangerActiveShadow = 'none';
|
|
2837
|
+
BasicThemeClass.btnPayBg = '#fcb73e';
|
|
2838
|
+
BasicThemeClass.btnPayHoverBg = '#fda70c';
|
|
2839
|
+
BasicThemeClass.btnPayHoverBorderColor = '#fda70c';
|
|
2840
|
+
BasicThemeClass.btnPayHoverTextColor = '';
|
|
2841
|
+
BasicThemeClass.btnPayBorderColor = '#fcb73e';
|
|
2842
|
+
BasicThemeClass.btnPayBgStart = 'none';
|
|
2843
|
+
BasicThemeClass.btnPayBgEnd = 'none';
|
|
2844
|
+
BasicThemeClass.btnPayHoverBgStart = 'none';
|
|
2845
|
+
BasicThemeClass.btnPayHoverBgEnd = 'none';
|
|
2846
|
+
BasicThemeClass.btnPayActiveBg = '#f69912';
|
|
2847
|
+
BasicThemeClass.btnPayActiveBorderColor = '#f69912';
|
|
2848
|
+
BasicThemeClass.btnPayActiveShadow = 'none';
|
|
2849
|
+
BasicThemeClass.btnMenuArrowColor = '#a6a6a6';
|
|
2850
|
+
BasicThemeClass.btnDisabledBg = 'rgba(0, 0, 0, 0.06)';
|
|
2851
|
+
BasicThemeClass.btnInsetColor = '#fff';
|
|
2852
|
+
BasicThemeClass.btnBacklessBg = 'transparent';
|
|
2853
|
+
BasicThemeClass.btnBacklessHoverBg = 'rgba(0, 0, 0, 0.06)';
|
|
2854
|
+
BasicThemeClass.btnBacklessActiveBg = 'rgba(0, 0, 0, 0.1)';
|
|
2855
|
+
BasicThemeClass.btnBacklessHoverTextColor = '';
|
|
2856
|
+
BasicThemeClass.btnTextBg = 'transparent';
|
|
2857
|
+
BasicThemeClass.btnTextHoverBg = 'rgba(0, 0, 0, 0.06)';
|
|
2858
|
+
BasicThemeClass.btnTextActiveBg = 'rgba(0, 0, 0, 0.1)';
|
|
2859
|
+
BasicThemeClass.btnTextHoverTextColor = '';
|
|
2860
|
+
BasicThemeClass.btnWithIconPaddingLeftSmall = '8px';
|
|
2861
|
+
BasicThemeClass.btnWithIconPaddingLeftMedium = '10px';
|
|
2862
|
+
BasicThemeClass.btnWithIconPaddingLeftLarge = '12px';
|
|
2863
|
+
BasicThemeClass.btnIconColor = '';
|
|
2864
|
+
BasicThemeClass.btnIconHoverColor = '';
|
|
2865
|
+
BasicThemeClass.btnIconDisabledColor = '';
|
|
2866
|
+
BasicThemeClass.selectPlaceholderColor = '#adadad';
|
|
2867
|
+
BasicThemeClass.selectPaddingXSmall = '7px';
|
|
2868
|
+
BasicThemeClass.selectPaddingXMedium = '11px';
|
|
2869
|
+
BasicThemeClass.selectPaddingXLarge = '15px';
|
|
2870
|
+
BasicThemeClass.selectRootWidthMobile = 'auto';
|
|
2871
|
+
BasicThemeClass.mobileSelectMaxWidth = '100%';
|
|
2872
|
+
BasicThemeClass.selectBorderColorTransition = "box-shadow " + _BasicThemeClass.transitionDuration + " " + _BasicThemeClass.transitionTimingFunction + ";"; //#endregion Select
|
|
2873
|
+
//#region Tooltip
|
|
2874
|
+
BasicThemeClass.tooltipPaddingY = '16px';
|
|
2875
|
+
BasicThemeClass.tooltipPaddingX = '16px';
|
|
2876
|
+
BasicThemeClass.tooltipCloseBtnPadding = '4px';
|
|
2877
|
+
BasicThemeClass.tooltipCloseBtnSide = '16px';
|
|
2878
|
+
BasicThemeClass.tooltipCloseBtnColor = 'rgba(0, 0, 0, 0.32)';
|
|
2879
|
+
BasicThemeClass.tooltipCloseBtnHoverColor = 'rgba(0, 0, 0, 0.5)';
|
|
2880
|
+
BasicThemeClass.tooltipBg = '#fff';
|
|
2881
|
+
BasicThemeClass.tooltipBorderRadius = '8px';
|
|
2882
|
+
BasicThemeClass.tooltipPinOffsetX = '16px';
|
|
2883
|
+
BasicThemeClass.tooltipPinOffsetY = '18px';
|
|
2884
|
+
BasicThemeClass.tooltipMargin = '10px';
|
|
2885
|
+
BasicThemeClass.kebabMargin = '4px';
|
|
2886
|
+
BasicThemeClass.kebabBackground = 'transparent';
|
|
2887
|
+
BasicThemeClass.kebabBackgroundHover = 'rgba(0, 0, 0, 0.06)';
|
|
2888
|
+
BasicThemeClass.kebabBackgroundActive = 'rgba(0, 0, 0, 0.10)';
|
|
2889
|
+
BasicThemeClass.kebabBorderRadius = '50%';
|
|
2890
|
+
BasicThemeClass.kebabBorder = '2px solid transparent';
|
|
2891
|
+
BasicThemeClass.kebabSizeSmall = '24px';
|
|
2892
|
+
BasicThemeClass.kebabSizeMedium = '32px';
|
|
2893
|
+
BasicThemeClass.kebabSizeLarge = '40px';
|
|
2894
|
+
BasicThemeClass.kebabIconSizeSmall = '16px';
|
|
2895
|
+
BasicThemeClass.kebabIconSizeMedium = '20px';
|
|
2896
|
+
BasicThemeClass.kebabIconSizeLarge = '24px';
|
|
2897
|
+
BasicThemeClass.kebabIconColor = '#757575'; //#endregion
|
|
2898
|
+
//#region Modal
|
|
2899
|
+
BasicThemeClass.modalWindowShadow = '0px 16px 32px 0px rgba(0, 0, 0, 0.06)';
|
|
2900
|
+
BasicThemeClass.modalBackBg = '#000';
|
|
2901
|
+
BasicThemeClass.modalBackOpacity = '0.16';
|
|
2902
|
+
BasicThemeClass.modalCloseButtonColor = 'rgba(0, 0, 0, 0.32)';
|
|
2903
|
+
BasicThemeClass.modalCloseButtonDisabledColor = '#8b8b8b';
|
|
2904
|
+
BasicThemeClass.modalCloseButtonHoverColor = 'rgba(0, 0, 0, 0.865)';
|
|
2905
|
+
BasicThemeClass.modalCloseButtonPadding = '32px';
|
|
2906
|
+
BasicThemeClass.modalCloseButtonBottomPadding = '20px'; /** @deprecated use modalCloseButtonClickArea[Top/Bottom/Left/Right] instead */
|
|
2907
|
+
BasicThemeClass.modalCloseButtonClickArea = '6px';
|
|
2908
|
+
BasicThemeClass.modalCloseButtonClickAreaTop = '6px';
|
|
2909
|
+
BasicThemeClass.modalCloseButtonClickAreaBottom = '6px';
|
|
2910
|
+
BasicThemeClass.modalCloseButtonClickAreaLeft = '6px';
|
|
2911
|
+
BasicThemeClass.modalCloseButtonClickAreaRight = '6px';
|
|
2912
|
+
BasicThemeClass.modalCloseIconSize = '20px';
|
|
2913
|
+
BasicThemeClass.modalBorderRadius = '16px';
|
|
2914
|
+
BasicThemeClass.modalFixedHeaderBorder = 'none';
|
|
2915
|
+
BasicThemeClass.modalFixedFooterBorder = 'none';
|
|
2916
|
+
BasicThemeClass.modalFixedPanelShadow = 'none';
|
|
2917
|
+
BasicThemeClass.modalAdaptiveThreshold = '425px';
|
|
2918
|
+
BasicThemeClass.modalPaddingTop = '24px';
|
|
2919
|
+
BasicThemeClass.modalPaddingLeft = '32px';
|
|
2920
|
+
BasicThemeClass.modalPaddingRight = '32px';
|
|
2921
|
+
BasicThemeClass.modalHeaderFontSize = '24px';
|
|
2922
|
+
BasicThemeClass.modalHeaderFontWeight = '700';
|
|
2923
|
+
BasicThemeClass.modalHeaderLineHeight = '32px';
|
|
2924
|
+
BasicThemeClass.modalHeaderPaddingBottom = '16px';
|
|
2925
|
+
BasicThemeClass.modalHeaderPaddingTop = '24px';
|
|
2926
|
+
BasicThemeClass.modalFixedHeaderMarginBottom = '0px';
|
|
2927
|
+
BasicThemeClass.modalFixedFooterMarginTop = '0px';
|
|
2928
|
+
BasicThemeClass.modalSeparatorBorderBottom = '1px solid #E6E6E6';
|
|
2929
|
+
BasicThemeClass.modalBodyTextColor = 'inherit';
|
|
2930
|
+
BasicThemeClass.modalFooterTextColor = 'inherit';
|
|
2931
|
+
BasicThemeClass.modalBodyPaddingTop = '0';
|
|
2932
|
+
BasicThemeClass.modalBodyPaddingBottom = '20px';
|
|
2933
|
+
BasicThemeClass.modalBodyBorderRadius = '0px';
|
|
2934
|
+
BasicThemeClass.modalFooterPaddingTop = '0px';
|
|
2935
|
+
BasicThemeClass.modalFooterPaddingBottom = '20px';
|
|
2936
|
+
BasicThemeClass.modalPaddingBottom = '40px';
|
|
2937
|
+
BasicThemeClass.modalFooterPanelPaddingTop = '20px';
|
|
2938
|
+
BasicThemeClass.mobileModalCloseButtonRightPadding = '16px';
|
|
2939
|
+
BasicThemeClass.mobileModalCloseButtonTopPadding = '8px';
|
|
2940
|
+
BasicThemeClass.mobileModalCloseButtonClickArea = '16px';
|
|
2941
|
+
BasicThemeClass.mobileModalCloseIconSize = '20px';
|
|
2942
|
+
BasicThemeClass.mobileModalHeaderFontSize = '24px';
|
|
2943
|
+
BasicThemeClass.mobileModalHeaderLineHeight = '32px';
|
|
2944
|
+
BasicThemeClass.mobileModalHeaderPadding = '16px';
|
|
2945
|
+
BasicThemeClass.mobileModalBodyPadding = '0 16px 16px 16px';
|
|
2946
|
+
BasicThemeClass.mobileModalBodyFontSize = '16px';
|
|
2947
|
+
BasicThemeClass.mobileModalFooterPadding = '16px';
|
|
2948
|
+
BasicThemeClass.mobileModalPaddingBottom = '16px';
|
|
2949
|
+
BasicThemeClass.mobileModalContainerHeight = '100%';
|
|
2950
|
+
BasicThemeClass.mobileModalContainerMarginTop = '0';
|
|
2951
|
+
BasicThemeClass.mobileModalContainerMarginRight = '0';
|
|
2952
|
+
BasicThemeClass.mobileModalContainerMarginBottom = '0';
|
|
2953
|
+
BasicThemeClass.mobileModalContainerMarginLeft = '0';
|
|
2954
|
+
BasicThemeClass.sidePageBackingBg = '#000';
|
|
2955
|
+
BasicThemeClass.sidePageBackingBgOpacity = '0.16';
|
|
2956
|
+
BasicThemeClass.sidePageCloseButtonColor = 'rgba(0, 0, 0, 0.374)';
|
|
2957
|
+
BasicThemeClass.sidePageCloseButtonHoverColor = 'rgba(0, 0, 0, 0.5)';
|
|
2958
|
+
BasicThemeClass.sidePageContainerShadow = '0 5px 10px rgba(0, 0, 0, 0.2)';
|
|
2959
|
+
BasicThemeClass.mobileSidePagePaddingLeft = '16px';
|
|
2960
|
+
BasicThemeClass.mobileSidePagePaddingRight = '16px';
|
|
2961
|
+
BasicThemeClass.mobileSidePagePaddingTop = '16px';
|
|
2962
|
+
BasicThemeClass.mobileSidePagePaddingBottom = '16px';
|
|
2963
|
+
BasicThemeClass.mobileSidePageFooterPadding = '16px';
|
|
2964
|
+
BasicThemeClass.sidePagePaddingLeft = '32px';
|
|
2965
|
+
BasicThemeClass.sidePagePaddingRight = '36px';
|
|
2966
|
+
BasicThemeClass.sidePagePaddingTop = '24px';
|
|
2967
|
+
BasicThemeClass.sidePagePaddingBottom = '40px';
|
|
2968
|
+
BasicThemeClass.sidePageFooterPaddingTop = '20px';
|
|
2969
|
+
BasicThemeClass.sidePageFooterPaddingBottom = '20px';
|
|
2970
|
+
BasicThemeClass.sidePageBgDefault = '#fff';
|
|
2971
|
+
BasicThemeClass.sidePageBodyTextColor = 'inherit';
|
|
2972
|
+
BasicThemeClass.sidePageFooterTextColor = 'inherit';
|
|
2973
|
+
BasicThemeClass.sidePageHeaderFontSize = '24px';
|
|
2974
|
+
BasicThemeClass.sidePageHeaderLineHeight = '32px';
|
|
2975
|
+
BasicThemeClass.sidePageHeaderPaddingBottom = '16px';
|
|
2976
|
+
BasicThemeClass.sidePageHeaderPaddingTop = '24px';
|
|
2977
|
+
BasicThemeClass.sidePageHeaderFixedFontSize = '18px';
|
|
2978
|
+
BasicThemeClass.sidePageHeaderFixedLineHeight = '28px';
|
|
2979
|
+
BasicThemeClass.sidePageHeaderFixedPaddingY = '10px';
|
|
2980
|
+
BasicThemeClass.sidePageHeaderStickyOffset = '9px'; /** @deprecated use sidePageCloseButtonClickAreaLeft and sidePageCloseButtonClickAreaRight instead */
|
|
2981
|
+
BasicThemeClass.sidePageCloseButtonPadding = '32px';
|
|
2982
|
+
BasicThemeClass.mobileSidePageCloseButtonPadding = '16px';
|
|
2983
|
+
BasicThemeClass.sidePageCloseIconSize = '20px'; /** @deprecated use sidePageCloseButtonClickArea[Top/Bottom/Left/Right] instead */
|
|
2984
|
+
BasicThemeClass.sidePageCloseButtonClickArea = '6px';
|
|
2985
|
+
BasicThemeClass.sidePageCloseButtonClickAreaTop = '6px';
|
|
2986
|
+
BasicThemeClass.sidePageCloseButtonClickAreaBottom = '6px';
|
|
2987
|
+
BasicThemeClass.sidePageCloseButtonClickAreaLeft = '6px';
|
|
2988
|
+
BasicThemeClass.sidePageCloseButtonClickAreaRight = '6px';
|
|
2989
|
+
BasicThemeClass.sidePageCloseButtonFixedClickAreaBottom = '14px';
|
|
2990
|
+
BasicThemeClass.mobileSidePageCloseButtonClickArea = '16px';
|
|
2991
|
+
BasicThemeClass.sidePageFixedPanelShadow = 'none';
|
|
2992
|
+
BasicThemeClass.mobileSidePageHeaderFontSize = '24px';
|
|
2993
|
+
BasicThemeClass.mobileSidePageHeaderLineHeight = '32px';
|
|
2994
|
+
BasicThemeClass.mobileSidePageHeaderPaddingBottom = '16px';
|
|
2995
|
+
BasicThemeClass.mobileSidePageHeaderPaddingTop = '16px'; /** @deprecated use mobileSidePageCloseButtonPadding instead */
|
|
2996
|
+
BasicThemeClass.mobileSidePageCloseButtonRightPadding = '12px';
|
|
2997
|
+
BasicThemeClass.sidePageHeaderFontWeight = 'bold';
|
|
2998
|
+
BasicThemeClass.sidePageCloseButtonWrapperOffsetTop = '4px';
|
|
2999
|
+
BasicThemeClass.sidePageCloseButtonWrapperFixedOffsetTop = '4px';
|
|
3000
|
+
BasicThemeClass.dateInputMaskColor = '#b8b8b8';
|
|
3001
|
+
BasicThemeClass.dateInputComponentSelectedBgColor = '';
|
|
3002
|
+
BasicThemeClass.dateInputComponentSelectedTextColor = '';
|
|
3003
|
+
BasicThemeClass.calendarBorderRadius = '8px';
|
|
3004
|
+
BasicThemeClass.calendarCellHoverColor = '';
|
|
3005
|
+
BasicThemeClass.calendarCellActiveHoverColor = '';
|
|
3006
|
+
BasicThemeClass.calendarCellTodayBorder = '1px solid';
|
|
3007
|
+
BasicThemeClass.calendarCellBorderRadius = '9999px';
|
|
3008
|
+
BasicThemeClass.calendarCellSelectedBgColor = '#E6E6E6';
|
|
3009
|
+
BasicThemeClass.calendarCellSelectedFontColor = 'inherit';
|
|
3010
|
+
BasicThemeClass.calendarCellHeight = '32px';
|
|
3011
|
+
BasicThemeClass.calendarCellFontSize = '14px';
|
|
3012
|
+
BasicThemeClass.calendarMonthTitleBorderBottomColor = '#dfdede';
|
|
3013
|
+
BasicThemeClass.calendarCellHoverBgColor = '#F0F0F0';
|
|
3014
|
+
BasicThemeClass.calendarPaddingX = '18px';
|
|
3015
|
+
BasicThemeClass.calendarMonthTitleLineHeight = '20px';
|
|
3016
|
+
BasicThemeClass.calendarMonthTitlePaddingTop = '12px';
|
|
3017
|
+
BasicThemeClass.calendarMonthTitlePaddingBottom = '8px';
|
|
3018
|
+
BasicThemeClass.calendarMonthTitleMarginX = '6px';
|
|
3019
|
+
BasicThemeClass.calendarMonthTitleMarginBottom = '6px';
|
|
3020
|
+
BasicThemeClass.calendarWrapperHeight = ' 330px';
|
|
3021
|
+
BasicThemeClass.calendarMonthMarginBottom = '6px';
|
|
3022
|
+
BasicThemeClass.calendarMaxMonthsToAppendOnScroll = '5';
|
|
3023
|
+
BasicThemeClass.calendarGridRowSpacing = '0px';
|
|
3024
|
+
BasicThemeClass.pickerShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';
|
|
3025
|
+
BasicThemeClass.mobileCalendarPaddingX = '16px';
|
|
3026
|
+
BasicThemeClass.mobileCalendarCellWidth = '40px';
|
|
3027
|
+
BasicThemeClass.mobileCalendarCellHeight = '40px';
|
|
3028
|
+
BasicThemeClass.mobileCalendarCellBorderRadius = '20px';
|
|
3029
|
+
BasicThemeClass.mobileCalendarCellFontSize = '16px';
|
|
3030
|
+
BasicThemeClass.mobileCalendarGridRowSpacing = '8px';
|
|
3031
|
+
BasicThemeClass.mobileCalendarWrapperHeight = '304px';
|
|
3032
|
+
BasicThemeClass.dateSelectMenuItemBgActive = '#F0F0F0';
|
|
3033
|
+
BasicThemeClass.dateSelectMenuItemFontActive = '';
|
|
3034
|
+
BasicThemeClass.dateSelectLineHeight = '20px';
|
|
3035
|
+
BasicThemeClass.dateSelectFontSize = '14px';
|
|
3036
|
+
BasicThemeClass.dateSelectFontWeight = 'bold';
|
|
3037
|
+
BasicThemeClass.dateSelectMenuItemBgSelected = '#ececec';
|
|
3038
|
+
BasicThemeClass.dateSelectTextColorInvert = '';
|
|
3039
|
+
BasicThemeClass.mobileDateSelectFontSize = '16px';
|
|
3040
|
+
BasicThemeClass.mobileDateSelectLineHeight = '20px';
|
|
3041
|
+
BasicThemeClass.pagingPageLinkBoxSizing = 'border-box';
|
|
3042
|
+
BasicThemeClass.pagingPageLinkPaddingX = '12px';
|
|
3043
|
+
BasicThemeClass.pagingPageLinkPaddingY = '0.3125em';
|
|
3044
|
+
BasicThemeClass.pagingPageLinkMinWidth = '0.75em';
|
|
3045
|
+
BasicThemeClass.pagingPageForwardLinkMarginTop = '';
|
|
3046
|
+
BasicThemeClass.pagingPageForwardLinkMarginLeft = '0px';
|
|
3047
|
+
BasicThemeClass.pagingLineHeight = '22px';
|
|
3048
|
+
BasicThemeClass.pagingDotsColor = '#ADADAD';
|
|
3049
|
+
BasicThemeClass.pagingDotsPadding = '0.375em 0.625em 0';
|
|
3050
|
+
BasicThemeClass.pagingPageLinkActiveBg = 'rgba(0, 0, 0, 0.1)';
|
|
3051
|
+
BasicThemeClass.pagingPageLinkDisabledActiveBg = 'rgba(0, 0, 0, 0.04)';
|
|
3052
|
+
BasicThemeClass.pagingPageLinkHoverBg = 'rgba(0, 0, 0, 0.06)';
|
|
3053
|
+
BasicThemeClass.pagingPageLinkBorderRadius = '9999px';
|
|
3054
|
+
BasicThemeClass.pagingPageLinkHintFontSize = '12px';
|
|
3055
|
+
BasicThemeClass.pagingPageLinkHintLineHeight = '16px';
|
|
3056
|
+
BasicThemeClass.pagingPageLinkHintMargin = '4px -20px 0px';
|
|
3057
|
+
BasicThemeClass.pagingPageLinkMargin = '0px 1px';
|
|
3058
|
+
BasicThemeClass.hintMaxWidth = '200px';
|
|
3059
|
+
BasicThemeClass.hintPaddingY = '4px';
|
|
3060
|
+
BasicThemeClass.hintPaddingX = '8px';
|
|
3061
|
+
BasicThemeClass.hintTextAlign = 'center';
|
|
3062
|
+
BasicThemeClass.hintBgColor = 'rgba(0, 0, 0, 0.76)';
|
|
3063
|
+
BasicThemeClass.hintBorder = 'none';
|
|
3064
|
+
BasicThemeClass.hintBorderRadius = '6px';
|
|
3065
|
+
BasicThemeClass.hintMargin = '8px';
|
|
3066
|
+
BasicThemeClass.toastPaddingY = '10px';
|
|
3067
|
+
BasicThemeClass.toastPaddingX = '16px';
|
|
3068
|
+
BasicThemeClass.toastBorderRadius = '8px';
|
|
3069
|
+
BasicThemeClass.toastBorder = 'none';
|
|
3070
|
+
BasicThemeClass.toastTop = '24px';
|
|
3071
|
+
BasicThemeClass.toastBg = 'rgba(0, 0, 0, 0.76)';
|
|
3072
|
+
BasicThemeClass.toastColor = 'white';
|
|
3073
|
+
BasicThemeClass.toastLinkColor = '#fff';
|
|
3074
|
+
BasicThemeClass.toastLinkTextDecorationHover = '';
|
|
3075
|
+
BasicThemeClass.toastLinkBgHover = 'rgba(255, 255, 255, 0.12)';
|
|
3076
|
+
BasicThemeClass.toastLinkBgActive = 'rgba(0, 0, 0, 0.87)';
|
|
3077
|
+
BasicThemeClass.toastLinkPadding = '12px';
|
|
3078
|
+
BasicThemeClass.toastClosePadding = '16px';
|
|
3079
|
+
BasicThemeClass.toastCloseColor = 'rgba(255, 255, 255, 0.6)';
|
|
3080
|
+
BasicThemeClass.toastCloseHoverColor = 'white';
|
|
3081
|
+
BasicThemeClass.toastCloseSize = '16px'; //#endregion Toast
|
|
3082
|
+
//#region Dropdown
|
|
3083
|
+
BasicThemeClass.dropdownMenuBorderColorTransition = '';
|
|
3084
|
+
BasicThemeClass.dropdownMenuMenuBoxSizing = 'content-box';
|
|
3085
|
+
BasicThemeClass.dropdownButtonBorderRadiusSmall = '8px';
|
|
3086
|
+
BasicThemeClass.dropdownButtonBorderRadiusMedium = '8px';
|
|
3087
|
+
BasicThemeClass.dropdownButtonBorderRadiusLarge = '8px';
|
|
3088
|
+
BasicThemeClass.menuBorderRadius = '8px';
|
|
3089
|
+
BasicThemeClass.menuBorder = 'none';
|
|
3090
|
+
BasicThemeClass.menuShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';
|
|
3091
|
+
BasicThemeClass.menuPaddingY = '0px';
|
|
3092
|
+
BasicThemeClass.menuScrollContainerContentWrapperPaddingY = '4px';
|
|
3093
|
+
BasicThemeClass.mobileMenuPaddingY = '0px';
|
|
3094
|
+
BasicThemeClass.mobileMenuScrollContainerContentWrapperPaddingY = '0px';
|
|
3095
|
+
BasicThemeClass.menuPaddingX = '4px';
|
|
3096
|
+
BasicThemeClass.mobileMenuPaddingX = '8px';
|
|
3097
|
+
BasicThemeClass.menuOffsetY = '4px';
|
|
3098
|
+
BasicThemeClass.menuBoxSizing = 'border-box';
|
|
3099
|
+
BasicThemeClass.menuItemSelectedBg = '#E6E6E6';
|
|
3100
|
+
BasicThemeClass.menuItemHoverBg = '#F0F0F0';
|
|
3101
|
+
BasicThemeClass.menuItemIconWidthSmall = '16px';
|
|
3102
|
+
BasicThemeClass.menuItemIconWidthMedium = '20px';
|
|
3103
|
+
BasicThemeClass.menuItemIconWidthLarge = '24px';
|
|
3104
|
+
BasicThemeClass.menuItemIconGap = '4px';
|
|
3105
|
+
BasicThemeClass.menuItemPaddingXSmall = '8px';
|
|
3106
|
+
BasicThemeClass.menuItemPaddingYSmall = '6px';
|
|
3107
|
+
BasicThemeClass.menuItemPaddingXMedium = '12px';
|
|
3108
|
+
BasicThemeClass.menuItemPaddingYMedium = '9px';
|
|
3109
|
+
BasicThemeClass.menuItemPaddingXLarge = '16px';
|
|
3110
|
+
BasicThemeClass.menuItemPaddingYLarge = '12px';
|
|
3111
|
+
BasicThemeClass.menuItemBorderRadius = '6px';
|
|
3112
|
+
BasicThemeClass.menuItemCommentOpacity = '0.6';
|
|
3113
|
+
BasicThemeClass.menuItemDisplay = 'block';
|
|
3114
|
+
BasicThemeClass.menuItemPaddingMobile = '12px 16px';
|
|
3115
|
+
BasicThemeClass.menuItemDisabledBg = 'transparent';
|
|
3116
|
+
BasicThemeClass.menuItemGap = '1px'; //menuHeader
|
|
3117
|
+
BasicThemeClass.menuHeaderColor = '#757575';
|
|
3118
|
+
BasicThemeClass.menuHeaderLineHeightSmall = '16px';
|
|
3119
|
+
BasicThemeClass.menuHeaderLineHeightMedium = '20px';
|
|
3120
|
+
BasicThemeClass.menuHeaderLineHeightLarge = '22px';
|
|
3121
|
+
BasicThemeClass.menuHeaderFontSizeSmall = '12px';
|
|
3122
|
+
BasicThemeClass.menuHeaderFontSizeMedium = '14px';
|
|
3123
|
+
BasicThemeClass.menuHeaderFontSizeLarge = '16px';
|
|
3124
|
+
BasicThemeClass.menuHeaderPaddingXSmall = '8px';
|
|
3125
|
+
BasicThemeClass.menuHeaderPaddingTopSmall = '12px';
|
|
3126
|
+
BasicThemeClass.menuHeaderPaddingBottomSmall = '4px';
|
|
3127
|
+
BasicThemeClass.menuHeaderPaddingXMedium = '12px';
|
|
3128
|
+
BasicThemeClass.menuHeaderPaddingTopMedium = '14px';
|
|
3129
|
+
BasicThemeClass.menuHeaderPaddingBottomMedium = '6px';
|
|
3130
|
+
BasicThemeClass.menuHeaderPaddingXLarge = '16px';
|
|
3131
|
+
BasicThemeClass.menuHeaderPaddingTopLarge = '18px';
|
|
3132
|
+
BasicThemeClass.menuHeaderPaddingBottomLarge = '8px';
|
|
3133
|
+
BasicThemeClass.menuHeaderTotalCountPaddingTopSmall = '4px';
|
|
3134
|
+
BasicThemeClass.menuHeaderTotalCountPaddingTopMedium = '6px';
|
|
3135
|
+
BasicThemeClass.menuHeaderTotalCountPaddingTopLarge = '8px';
|
|
3136
|
+
BasicThemeClass.menuHeaderTotalCountPaddingBottomSmall = '12px';
|
|
3137
|
+
BasicThemeClass.menuHeaderTotalCountPaddingBottomMedium = '14px';
|
|
3138
|
+
BasicThemeClass.menuHeaderTotalCountPaddingBottomLarge = '18px';
|
|
3139
|
+
BasicThemeClass.menuSeparatorBorderColor = '#ebebeb';
|
|
3140
|
+
BasicThemeClass.menuSeparatorMarginY = '2px';
|
|
3141
|
+
BasicThemeClass.menuSeparatorMarginX = '8px';
|
|
3142
|
+
BasicThemeClass.menuSeparatorBorderWidth = '1px'; // mobileMenuSeparator
|
|
3143
|
+
BasicThemeClass.mobileMenuSeparatorMarginY = '4px';
|
|
3144
|
+
BasicThemeClass.mobileMenuSeparatorMarginX = '24px';
|
|
3145
|
+
BasicThemeClass.toggleHandleActiveWidthIncrement = '0px';
|
|
3146
|
+
BasicThemeClass.toggleHeightSmall = '20px';
|
|
3147
|
+
BasicThemeClass.toggleWidthSmall = '32px';
|
|
3148
|
+
BasicThemeClass.toggleHeightMedium = '22px';
|
|
3149
|
+
BasicThemeClass.toggleWidthMedium = '34px';
|
|
3150
|
+
BasicThemeClass.toggleHeightLarge = '24px';
|
|
3151
|
+
BasicThemeClass.toggleWidthLarge = '36px';
|
|
3152
|
+
BasicThemeClass.toggleBaseBg = '#fff';
|
|
3153
|
+
BasicThemeClass.toggleBgHover = '#F0F0F0';
|
|
3154
|
+
BasicThemeClass.toggleBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
3155
|
+
BasicThemeClass.toggleHandleSizeSmall = '14px';
|
|
3156
|
+
BasicThemeClass.toggleHandleSizeMedium = '16px';
|
|
3157
|
+
BasicThemeClass.toggleHandleSizeLarge = '18px';
|
|
3158
|
+
BasicThemeClass.toggleHandleLeft = '3px';
|
|
3159
|
+
BasicThemeClass.toggleHandleTop = '3px';
|
|
3160
|
+
BasicThemeClass.toggleBgFocus = 'linear-gradient(-180deg, #f1f1f1, #dedede)';
|
|
3161
|
+
BasicThemeClass.toggleCaptionGap = '8px';
|
|
3162
|
+
BasicThemeClass.toggleButtonOffsetY = '0px';
|
|
3163
|
+
BasicThemeClass.toggleContainerBg = '#FFFFFF';
|
|
3164
|
+
BasicThemeClass.toggleHandleBg = '#FFFFFF';
|
|
3165
|
+
BasicThemeClass.toggleHandleBoxShadow = '0 0 0 1px rgba(0, 0, 0, 0.16)';
|
|
3166
|
+
BasicThemeClass.toggleContainerBoxShadow = 'inset 0 0 0 1px rgba(0, 0, 0, 0.16)'; // idle :hover
|
|
3167
|
+
BasicThemeClass.toggleContainerBoxShadowHover = 'inset 0 0 0 1px rgba(0, 0, 0, 0.16)';
|
|
3168
|
+
BasicThemeClass.toggleHandleBgHover = '#FFFFFF';
|
|
3169
|
+
BasicThemeClass.toggleHandleBoxShadowHover = '0 0 0 1px rgba(0, 0, 0, 0.16)';
|
|
3170
|
+
BasicThemeClass.toggleContainerBoxShadowChecked = 'none';
|
|
3171
|
+
BasicThemeClass.toggleHandleBoxShadowChecked = 'none';
|
|
3172
|
+
BasicThemeClass.toggleHandleBgChecked = '#FFFFFF';
|
|
3173
|
+
BasicThemeClass.toggleBgChecked = '#3D3D3D';
|
|
3174
|
+
BasicThemeClass.toggleCheckedBg = '#fff';
|
|
3175
|
+
BasicThemeClass.toggleCheckedBgHover = '#fff'; // checked :hover
|
|
3176
|
+
BasicThemeClass.toggleContainerBoxShadowCheckedHover = 'none';
|
|
3177
|
+
BasicThemeClass.toggleContainerBgCheckedHover = '#292929';
|
|
3178
|
+
BasicThemeClass.toggleHandleBoxShadowCheckedHover = 'none';
|
|
3179
|
+
BasicThemeClass.toggleHandleBgCheckedHover = '#F0F0F0'; // disabled
|
|
3180
|
+
BasicThemeClass.toggleContainerBgDisabled = '#F0F0F0';
|
|
3181
|
+
BasicThemeClass.toggleHandleBgDisabled = 'transparent';
|
|
3182
|
+
BasicThemeClass.toggleContainerBoxShadowDisabled = 'inset 0 0 0 1px rgba(0, 0, 0, 0.1)';
|
|
3183
|
+
BasicThemeClass.toggleHandleBoxShadowDisabled = '0 0 0 1px rgba(0, 0, 0, 0.1)';
|
|
3184
|
+
BasicThemeClass.toggleDisabledHandleBg = '#fff';
|
|
3185
|
+
BasicThemeClass.toggleContainerBgDisabledChecked = '#D6D6D6';
|
|
3186
|
+
BasicThemeClass.toggleHandleBgDisabledChecked = '#F0F0F0';
|
|
3187
|
+
BasicThemeClass.toggleContainerBoxShadowDisabledChecked = 'none';
|
|
3188
|
+
BasicThemeClass.toggleHandleBoxShadowDisabledChecked = 'none';
|
|
3189
|
+
BasicThemeClass.toggleBgDisabledChecked = '#dadada'; //#endregion Toggle
|
|
3190
|
+
//#region Popup
|
|
3191
|
+
BasicThemeClass.popupBorder = 'none';
|
|
3192
|
+
BasicThemeClass.popupBorderRadius = '8px';
|
|
3193
|
+
BasicThemeClass.popupBorderColor = 'transparent';
|
|
3194
|
+
BasicThemeClass.popupDropShadow = 'drop-shadow(0px 32px 32px rgba(0, 0, 0, 0.08)) drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.12))';
|
|
3195
|
+
BasicThemeClass.popupBoxShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';
|
|
3196
|
+
BasicThemeClass.popupPinOffsetX = '16px';
|
|
3197
|
+
BasicThemeClass.popupPinOffsetY = '16px';
|
|
3198
|
+
BasicThemeClass.popupMargin = '10px';
|
|
3199
|
+
BasicThemeClass.popupPinSize = '8px';
|
|
3200
|
+
BasicThemeClass.popupMenuMenuOffsetY = '0px';
|
|
3201
|
+
BasicThemeClass.inputShadow = 'none';
|
|
3202
|
+
BasicThemeClass.inputBg = 'white';
|
|
3203
|
+
BasicThemeClass.inputIconColor = '#858585';
|
|
3204
|
+
BasicThemeClass.inputColor = 'inherit';
|
|
3205
|
+
BasicThemeClass.inputWidth = '200px';
|
|
3206
|
+
BasicThemeClass.inputPaddingXSmall = '7px';
|
|
3207
|
+
BasicThemeClass.inputPaddingXMedium = '11px';
|
|
3208
|
+
BasicThemeClass.inputPaddingXLarge = '15px';
|
|
3209
|
+
BasicThemeClass.inputIconGapSmall = '4px';
|
|
3210
|
+
BasicThemeClass.inputIconGapMedium = '6px';
|
|
3211
|
+
BasicThemeClass.inputIconGapLarge = '8px';
|
|
3212
|
+
BasicThemeClass.inputIconSizeSmall = '16px';
|
|
3213
|
+
BasicThemeClass.inputIconSizeMedium = '20px';
|
|
3214
|
+
BasicThemeClass.inputIconSizeLarge = '24px';
|
|
3215
|
+
BasicThemeClass.inputBackgroundClip = 'padding-box';
|
|
3216
|
+
BasicThemeClass.inputBorderRadiusSmall = '2px';
|
|
3217
|
+
BasicThemeClass.inputBorderRadiusMedium = '2px';
|
|
3218
|
+
BasicThemeClass.inputBorderRadiusLarge = '2px';
|
|
3219
|
+
BasicThemeClass.inputDisabledBackgroundClip = 'padding-box';
|
|
3220
|
+
BasicThemeClass.inputBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
3221
|
+
BasicThemeClass.inputBorderColorHover = 'rgba(0, 0, 0, 0.32)';
|
|
3222
|
+
BasicThemeClass.inputBlinkColor = 'rgba(61, 61, 61, 0.2)';
|
|
3223
|
+
BasicThemeClass.inputColorScheme = 'light';
|
|
3224
|
+
BasicThemeClass.checkboxBoxSizeSmall = '16px';
|
|
3225
|
+
BasicThemeClass.checkboxBoxSizeMedium = '20px';
|
|
3226
|
+
BasicThemeClass.checkboxBoxSizeLarge = '24px';
|
|
3227
|
+
BasicThemeClass.checkboxCaptionGap = '8px';
|
|
3228
|
+
BasicThemeClass.checkboxBoxOffsetY = '1px';
|
|
3229
|
+
BasicThemeClass.checkboxBgStart = '#fdfdfd';
|
|
3230
|
+
BasicThemeClass.checkboxBgEnd = '#ededed';
|
|
3231
|
+
BasicThemeClass.checkboxBorder = 'none';
|
|
3232
|
+
BasicThemeClass.checkboxCheckedColor = '#fff';
|
|
3233
|
+
BasicThemeClass.checkboxBorderRadius = '4px';
|
|
3234
|
+
BasicThemeClass.checkboxBg = '#fff';
|
|
3235
|
+
BasicThemeClass.checkboxCheckedHoverBg = '#292929';
|
|
3236
|
+
BasicThemeClass.textareaBg = '#fff';
|
|
3237
|
+
BasicThemeClass.textareaShadow = 'none';
|
|
3238
|
+
BasicThemeClass.textareaBackgroundClip = 'padding-box';
|
|
3239
|
+
BasicThemeClass.textareaBorderRadius = '2px';
|
|
3240
|
+
BasicThemeClass.textareaWidth = '250px';
|
|
3241
|
+
BasicThemeClass.textareaPaddingXSmall = '7px';
|
|
3242
|
+
BasicThemeClass.textareaPaddingXMedium = '11px';
|
|
3243
|
+
BasicThemeClass.textareaPaddingXLarge = '15px';
|
|
3244
|
+
BasicThemeClass.textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';
|
|
3245
|
+
BasicThemeClass.radioBulletSizeSmall = '6px';
|
|
3246
|
+
BasicThemeClass.radioBulletSizeMedium = '10px';
|
|
3247
|
+
BasicThemeClass.radioBulletSizeLarge = '12px';
|
|
3248
|
+
BasicThemeClass.radioSizeSmall = '16px';
|
|
3249
|
+
BasicThemeClass.radioSizeMedium = '20px';
|
|
3250
|
+
BasicThemeClass.radioSizeLarge = '24px';
|
|
3251
|
+
BasicThemeClass.radioCaptionGap = '8px';
|
|
3252
|
+
BasicThemeClass.radioVerticalAlign = 'top';
|
|
3253
|
+
BasicThemeClass.radioBgImage = 'none';
|
|
3254
|
+
BasicThemeClass.radioBgColor = '#fff';
|
|
3255
|
+
BasicThemeClass.radioBoxShadow = 'none';
|
|
3256
|
+
BasicThemeClass.radioHoverShadow = 'none';
|
|
3257
|
+
BasicThemeClass.radioActiveShadow = 'none';
|
|
3258
|
+
BasicThemeClass.radioCheckedBorderColor = 'transparent';
|
|
3259
|
+
BasicThemeClass.radioCheckedBulletColor = '#fff';
|
|
3260
|
+
BasicThemeClass.radioDisabledBg = '#F0F0F0';
|
|
3261
|
+
BasicThemeClass.radioCaptionDisplay = 'inline-flex';
|
|
3262
|
+
BasicThemeClass.radioBorderWidthCompensation = '0px';
|
|
3263
|
+
BasicThemeClass.radioCircleOffsetY = '1px';
|
|
3264
|
+
BasicThemeClass.tabPaddingXSmall = '8px';
|
|
3265
|
+
BasicThemeClass.tabPaddingXMedium = '10px';
|
|
3266
|
+
BasicThemeClass.tabPaddingXLarge = '12px';
|
|
3267
|
+
BasicThemeClass.tabBorderWidth = '2px';
|
|
3268
|
+
BasicThemeClass.tabColorHover = '#D6D6D6';
|
|
3269
|
+
BasicThemeClass.tabIndicatorBorderRadius = '2px';
|
|
3270
|
+
BasicThemeClass.spinnerCaptionGapSmall = '6px';
|
|
3271
|
+
BasicThemeClass.spinnerCaptionGapMedium = '-4px';
|
|
3272
|
+
BasicThemeClass.spinnerCaptionGapLarge = '-3px';
|
|
3273
|
+
BasicThemeClass.spinnerCaptionMarginSmall = '0 0 0 6px';
|
|
3274
|
+
BasicThemeClass.spinnerCaptionMarginMedium = '0 0 0 6px';
|
|
3275
|
+
BasicThemeClass.spinnerCaptionMarginLarge = '0 0 0 6px'; //#endregion
|
|
3276
|
+
//#region Switcher
|
|
3277
|
+
BasicThemeClass.switcherBorderRadius = '8px';
|
|
3278
|
+
BasicThemeClass.switcherButtonPaddingXSmall = '7px';
|
|
3279
|
+
BasicThemeClass.switcherButtonPaddingXMedium = '11px';
|
|
3280
|
+
BasicThemeClass.switcherButtonPaddingXLarge = '15px';
|
|
3281
|
+
BasicThemeClass.switcherBtnDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
3282
|
+
BasicThemeClass.mobilePopupTopPadding = '80px';
|
|
3283
|
+
BasicThemeClass.mobilePopupContainerBottomPadding = '8px';
|
|
3284
|
+
BasicThemeClass.mobilePopupHeaderPadding = '16px 16px 8px 16px';
|
|
3285
|
+
BasicThemeClass.mobilePopupFooterPadding = '16px 16px 16px 16px';
|
|
3286
|
+
BasicThemeClass.mobilePopupContainerBorderRadius = '16px';
|
|
3287
|
+
BasicThemeClass.mobilePopupHeaderFontWeight = '500';
|
|
3288
|
+
BasicThemeClass.mobilePopupHeaderChildPadding = '12px';
|
|
3289
|
+
BasicThemeClass.mobilePopupOuterIndentY = '24px'; //#endregion
|
|
3290
|
+
//#region ScrollContainer
|
|
3291
|
+
BasicThemeClass.scrollContainerScrollBarSize = '4px';
|
|
3292
|
+
BasicThemeClass.scrollContainerScrollBarHoverSize = '10px';
|
|
3293
|
+
BasicThemeClass.scrollContainerScrollBarColor = 'rgba(183, 183, 183, 0.7)';
|
|
3294
|
+
BasicThemeClass.scrollContainerScrollBarInvertColor = 'rgba(255, 255, 255, 0.5)';
|
|
3295
|
+
BasicThemeClass.scrollContainerScrollBarOffsetY = '4px';
|
|
3296
|
+
BasicThemeClass.dropdownMenuScrollContainerScrollBarOffsetY = '0px'; //#endregion
|
|
3297
|
+
//#region PasswordInput
|
|
3298
|
+
BasicThemeClass.passwordInputVisibilityIconColor = '#000';
|
|
3299
|
+
BasicThemeClass.passwordInputVisibilityIconOpacity = '0.6';
|
|
3300
|
+
BasicThemeClass.passwordInputVisibilityIconHoverColor = '#000';
|
|
3301
|
+
BasicThemeClass.passwordInputVisibilityIconHoverOpacity = '1';
|
|
3302
|
+
BasicThemeClass.globalLoaderHeight = '4px';
|
|
3303
|
+
BasicThemeClass.globalLoaderWidth = '100%';
|
|
3304
|
+
BasicThemeClass.globalLoaderPosition = 'fixed';
|
|
3305
|
+
BasicThemeClass.globalLoaderTop = '0px';
|
|
3306
|
+
BasicThemeClass.globalLoaderLeft = '0px';
|
|
3307
|
+
BasicThemeClass.globalLoaderBottom = 'auto';
|
|
3308
|
+
BasicThemeClass.globalLoaderRight = 'auto';
|
|
3309
|
+
BasicThemeClass.globalLoaderBackgroundColor = 'transparent';
|
|
3310
|
+
BasicThemeClass.globalLoaderTransitionToSpinnerDuration = '500'; //ms
|
|
3311
|
+
BasicThemeClass.globalLoaderSpinnerAnimationDuration = '2000'; //ms
|
|
3312
|
+
BasicThemeClass.globalLoaderSlowAnimationDuration = '20000'; //ms
|
|
3313
|
+
BasicThemeClass.globalLoaderTransitionFromSpinnerDuration = '200'; //ms
|
|
3314
|
+
//#endregion
|
|
3315
|
+
//#region FileUploader
|
|
3316
|
+
BasicThemeClass.fileUploaderWidth = '362px';
|
|
3317
|
+
BasicThemeClass.fileUploaderBg = '';
|
|
3318
|
+
BasicThemeClass.fileUploaderUploadButtonBg = '#fff';
|
|
3319
|
+
BasicThemeClass.fileUploaderBorderRadius = '8px';
|
|
3320
|
+
BasicThemeClass.fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';
|
|
3321
|
+
BasicThemeClass.fileUploaderBorderStyle = 'dashed';
|
|
3322
|
+
BasicThemeClass.fileUploaderAfterLinkColor = '#858585';
|
|
3323
|
+
BasicThemeClass.fileUploaderIconSize = '14px';
|
|
3324
|
+
BasicThemeClass.fileUploaderIconColor = '#222222';
|
|
3325
|
+
BasicThemeClass.fileUploaderIconHoverColor = '#333';
|
|
3326
|
+
BasicThemeClass.fileUploaderDisabledBgClip = 'padding-box';
|
|
3327
|
+
BasicThemeClass.fileUploaderDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
3328
|
+
BasicThemeClass.fileUploaderLinkHoverTextDecoration = 'none';
|
|
3329
|
+
BasicThemeClass.fileUploaderHoveredBg = 'rgba(0, 0, 0, 0.06)';
|
|
3330
|
+
BasicThemeClass.fileUploaderHoveredBorderColor = 'transparent';
|
|
3331
|
+
BasicThemeClass.fileUploaderIconGapSmall = '4px';
|
|
3332
|
+
BasicThemeClass.fileUploaderIconGapMedium = '6px';
|
|
3333
|
+
BasicThemeClass.fileUploaderIconGapLarge = '8px';
|
|
3334
|
+
BasicThemeClass.fileUploaderDragOverShadow = '0px 0px 0px 3px rgb(149, 149, 149), 0px 0px 0px 8px rgba(61, 61, 61, 0.2)'; //#endregion FileUploader
|
|
3335
|
+
//#region CloseIcon
|
|
3336
|
+
BasicThemeClass.closeBtnIconColor = 'rgba(0, 0, 0, 0.32)';
|
|
3337
|
+
BasicThemeClass.closeBtnIconDisabledColor = '#8b8b8b';
|
|
3338
|
+
BasicThemeClass.closeBtnIconHoverColor = 'rgba(0, 0, 0, 0.865)';
|
|
3339
|
+
BasicThemeClass.closeBtnIconBorderRadius = '4px';
|
|
3340
|
+
BasicThemeClass.miniModalHeaderPaddingBottom = '0';
|
|
3341
|
+
BasicThemeClass.miniModalBodyPaddingTop = '16px';
|
|
3342
|
+
BasicThemeClass.miniModalBodyPaddingBottom = '0';
|
|
3343
|
+
BasicThemeClass.miniModalHeaderPaddingTop = '32px';
|
|
3344
|
+
BasicThemeClass.miniModalActionGap = '8px';
|
|
3345
|
+
BasicThemeClass.miniModalCancelIndent = '8px';
|
|
3346
|
+
BasicThemeClass.miniModalFooterPaddingTop = '24px';
|
|
3347
|
+
BasicThemeClass.miniModalFooterPaddingBottom = '32px';
|
|
3348
|
+
BasicThemeClass.miniModalTitleMarginTop = '16px';
|
|
3349
|
+
BasicThemeClass.miniModalHeightMobile = 'auto';
|
|
3350
|
+
BasicThemeClass.miniModalMarginTopMobile = '80px';
|
|
3351
|
+
BasicThemeClass.miniModalMarginLeftMobile = '24px';
|
|
3352
|
+
BasicThemeClass.miniModalMarginRightMobile = '24px';
|
|
3353
|
+
BasicThemeClass.miniModalFooterPaddingMobile = '24px 16px 16px';
|
|
3354
|
+
BasicThemeClass.miniModalHeaderPaddingMobile = '32px 16px 0';
|
|
3355
|
+
BasicThemeClass.miniModalBodyPaddingMobile = '16px 16px 0';
|
|
3356
|
+
BasicThemeClass.validationsTextColorWarning = '#ef8b17';
|
|
3357
|
+
export var BasicTheme = createTheme({
|
|
3358
|
+
themeClass: BasicThemeClass
|
|
3359
|
+
});
|
|
3360
|
+
export var BasicThemeClassForExtension = function BasicThemeClassForExtension() {};
|