@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
|
@@ -1,3339 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export var BasicLightThemeInternal = /*#__PURE__*/function () {
|
|
6
|
-
function BasicLightThemeInternal() {}
|
|
7
|
-
return _createClass(BasicLightThemeInternal, 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
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* This file is for backward compatibility only. Remove in 6.0.0.
|
|
3
|
+
* @deprecated use BasicThemeClass or BasicThemeClassForExtension
|
|
4
|
+
*/
|
|
82
5
|
|
|
83
|
-
|
|
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: "sidePageFixedHeaderShadow",
|
|
826
|
-
get: function get() {
|
|
827
|
-
return this.fixedPanelShadow;
|
|
828
|
-
}
|
|
829
|
-
}, {
|
|
830
|
-
key: "sidePageFixedFooterShadow",
|
|
831
|
-
get: function get() {
|
|
832
|
-
return this.fixedPanelShadow;
|
|
833
|
-
}
|
|
834
|
-
}, {
|
|
835
|
-
key: "dateInputIconColor",
|
|
836
|
-
get:
|
|
837
|
-
//#endregion SidePage
|
|
838
|
-
//#region DateInput
|
|
839
|
-
function get() {
|
|
840
|
-
return this.textColorDefault;
|
|
841
|
-
}
|
|
842
|
-
}, {
|
|
843
|
-
key: "calendarBottomSeparatorBorderColor",
|
|
844
|
-
get:
|
|
845
|
-
//#endregion DateInput
|
|
846
|
-
//#region Calendar
|
|
847
|
-
function get() {
|
|
848
|
-
return ColorFunctions.fade(this.calendarMonthTitleBorderBottomColor, 1);
|
|
849
|
-
}
|
|
850
|
-
}, {
|
|
851
|
-
key: "calendarBottomSeparatorBorderWidth",
|
|
852
|
-
get: function get() {
|
|
853
|
-
return '1px';
|
|
854
|
-
}
|
|
855
|
-
}, {
|
|
856
|
-
key: "calendarBottomSeparatorBorder",
|
|
857
|
-
get: function get() {
|
|
858
|
-
return this.calendarBottomSeparatorBorderWidth + " solid " + this.calendarBottomSeparatorBorderColor;
|
|
859
|
-
}
|
|
860
|
-
}, {
|
|
861
|
-
key: "calendarBg",
|
|
862
|
-
get: function get() {
|
|
863
|
-
return this.bgSecondary;
|
|
864
|
-
}
|
|
865
|
-
}, {
|
|
866
|
-
key: "calendarCellBg",
|
|
867
|
-
get: function get() {
|
|
868
|
-
return this.bgSecondary;
|
|
869
|
-
}
|
|
870
|
-
}, {
|
|
871
|
-
key: "calendarCellWeekendColor",
|
|
872
|
-
get: function get() {
|
|
873
|
-
return this.errorText;
|
|
874
|
-
}
|
|
875
|
-
}, {
|
|
876
|
-
key: "calendarCellWidth",
|
|
877
|
-
get: function get() {
|
|
878
|
-
return this.calendarCellHeight;
|
|
879
|
-
}
|
|
880
|
-
}, {
|
|
881
|
-
key: "calendarCellLineHeight",
|
|
882
|
-
get: function get() {
|
|
883
|
-
return parseInt(this.calendarCellHeight) - 2 + "px";
|
|
884
|
-
}
|
|
885
|
-
}, {
|
|
886
|
-
key: "calendarMonthHeaderStickedBgColor",
|
|
887
|
-
get: function get() {
|
|
888
|
-
return this.bgSecondary;
|
|
889
|
-
}
|
|
890
|
-
}, {
|
|
891
|
-
key: "datePickerOpenBtnColor",
|
|
892
|
-
get:
|
|
893
|
-
//#endregion Calendar
|
|
894
|
-
//#region DatePicker
|
|
895
|
-
function get() {
|
|
896
|
-
return this.textColorDefault;
|
|
897
|
-
}
|
|
898
|
-
}, {
|
|
899
|
-
key: "datePickerMenuOffsetY",
|
|
900
|
-
get: function get() {
|
|
901
|
-
return this.menuOffsetY;
|
|
902
|
-
}
|
|
903
|
-
}, {
|
|
904
|
-
key: "dateSelectMenuBg",
|
|
905
|
-
get:
|
|
906
|
-
//#endregion DatePicker
|
|
907
|
-
//#region DateSelect
|
|
908
|
-
function get() {
|
|
909
|
-
return this.bgSecondary;
|
|
910
|
-
}
|
|
911
|
-
}, {
|
|
912
|
-
key: "dateSelectMenuItemBgDisabled",
|
|
913
|
-
get: function get() {
|
|
914
|
-
return this.bgSecondary;
|
|
915
|
-
}
|
|
916
|
-
}, {
|
|
917
|
-
key: "dateSelectMenuItemFontSelected",
|
|
918
|
-
get: function get() {
|
|
919
|
-
return this.textColorDefault;
|
|
920
|
-
}
|
|
921
|
-
}, {
|
|
922
|
-
key: "dateSelectMenuItemFontDisabled",
|
|
923
|
-
get: function get() {
|
|
924
|
-
return this.textColorDisabled;
|
|
925
|
-
}
|
|
926
|
-
}, {
|
|
927
|
-
key: "dateSelectTextColorDisabled",
|
|
928
|
-
get: function get() {
|
|
929
|
-
return this.textColorDisabled;
|
|
930
|
-
}
|
|
931
|
-
}, {
|
|
932
|
-
key: "dateSelectTextColorDefault",
|
|
933
|
-
get: function get() {
|
|
934
|
-
return this.textColorDefault;
|
|
935
|
-
}
|
|
936
|
-
}, {
|
|
937
|
-
key: "dateSelectLinkColor",
|
|
938
|
-
get: function get() {
|
|
939
|
-
return this.linkColor;
|
|
940
|
-
}
|
|
941
|
-
}, {
|
|
942
|
-
key: "dateSelectPopupBoxShadow",
|
|
943
|
-
get: function get() {
|
|
944
|
-
return this.popupBoxShadow;
|
|
945
|
-
}
|
|
946
|
-
}, {
|
|
947
|
-
key: "pagingFontSize",
|
|
948
|
-
get:
|
|
949
|
-
//#endregion DateSelect
|
|
950
|
-
//#region Paging
|
|
951
|
-
function get() {
|
|
952
|
-
return this.fontSizeMedium;
|
|
953
|
-
}
|
|
954
|
-
}, {
|
|
955
|
-
key: "pagingForwardIconSize",
|
|
956
|
-
get: function get() {
|
|
957
|
-
return this.pagingFontSize;
|
|
958
|
-
}
|
|
959
|
-
}, {
|
|
960
|
-
key: "pagingPageLinkColor",
|
|
961
|
-
get: function get() {
|
|
962
|
-
return this.textColorDefault;
|
|
963
|
-
}
|
|
964
|
-
}, {
|
|
965
|
-
key: "pagingPageForwardLinkPaddingRight",
|
|
966
|
-
get: function get() {
|
|
967
|
-
return this.pagingPageLinkPaddingX;
|
|
968
|
-
}
|
|
969
|
-
}, {
|
|
970
|
-
key: "pagingPageLinkActiveColor",
|
|
971
|
-
get: function get() {
|
|
972
|
-
return this.textColorDefault;
|
|
973
|
-
}
|
|
974
|
-
}, {
|
|
975
|
-
key: "pagingPageLinkHintColor",
|
|
976
|
-
get: function get() {
|
|
977
|
-
return this.placeholderColor;
|
|
978
|
-
}
|
|
979
|
-
}, {
|
|
980
|
-
key: "pagingForwardLinkColor",
|
|
981
|
-
get: function get() {
|
|
982
|
-
return this.textColorDefault;
|
|
983
|
-
}
|
|
984
|
-
}, {
|
|
985
|
-
key: "pagingForwardLinkDisabledColor",
|
|
986
|
-
get: function get() {
|
|
987
|
-
return this.linkDisabledColor;
|
|
988
|
-
}
|
|
989
|
-
}, {
|
|
990
|
-
key: "pagingDotsDisabledColor",
|
|
991
|
-
get: function get() {
|
|
992
|
-
return this.textColorDisabled;
|
|
993
|
-
}
|
|
994
|
-
//#endregion Paging
|
|
995
|
-
//#region Hint
|
|
996
|
-
}, {
|
|
997
|
-
key: "hintColor",
|
|
998
|
-
get: function get() {
|
|
999
|
-
return this.textColorInvert;
|
|
1000
|
-
}
|
|
1001
|
-
}, {
|
|
1002
|
-
key: "mobileHintColor",
|
|
1003
|
-
get: function get() {
|
|
1004
|
-
return this.hintColor;
|
|
1005
|
-
}
|
|
1006
|
-
}, {
|
|
1007
|
-
key: "hintFontSize",
|
|
1008
|
-
get: function get() {
|
|
1009
|
-
return this.fontSizeSmall;
|
|
1010
|
-
}
|
|
1011
|
-
}, {
|
|
1012
|
-
key: "hintLineHeight",
|
|
1013
|
-
get: function get() {
|
|
1014
|
-
return this.controlLineHeightSmall;
|
|
1015
|
-
}
|
|
1016
|
-
}, {
|
|
1017
|
-
key: "toastFontSize",
|
|
1018
|
-
get:
|
|
1019
|
-
//#endregion Hint
|
|
1020
|
-
//#region Toast
|
|
1021
|
-
function get() {
|
|
1022
|
-
return this.fontSizeSmall;
|
|
1023
|
-
}
|
|
1024
|
-
}, {
|
|
1025
|
-
key: "toastLineHeight",
|
|
1026
|
-
get: function get() {
|
|
1027
|
-
return this.controlLineHeightSmall;
|
|
1028
|
-
}
|
|
1029
|
-
}, {
|
|
1030
|
-
key: "dropdownMenuHoverBorderColor",
|
|
1031
|
-
get: function get() {
|
|
1032
|
-
return this.btnDefaultHoverBorderColor;
|
|
1033
|
-
}
|
|
1034
|
-
}, {
|
|
1035
|
-
key: "dropdownMenuOffsetY",
|
|
1036
|
-
get: function get() {
|
|
1037
|
-
return this.menuOffsetY;
|
|
1038
|
-
}
|
|
1039
|
-
}, {
|
|
1040
|
-
key: "dropdownMenuMenuOffsetY",
|
|
1041
|
-
get: function get() {
|
|
1042
|
-
return this.menuOffsetY;
|
|
1043
|
-
}
|
|
1044
|
-
}, {
|
|
1045
|
-
key: "dropdownDefaultBg",
|
|
1046
|
-
get: function get() {
|
|
1047
|
-
return this.btnDefaultBg;
|
|
1048
|
-
}
|
|
1049
|
-
}, {
|
|
1050
|
-
key: "dropdownBorderWidth",
|
|
1051
|
-
get: function get() {
|
|
1052
|
-
return this.btnBorderWidth;
|
|
1053
|
-
}
|
|
1054
|
-
}, {
|
|
1055
|
-
key: "dropdownOutlineWidth",
|
|
1056
|
-
get: function get() {
|
|
1057
|
-
return this.btnOutlineWidth;
|
|
1058
|
-
}
|
|
1059
|
-
}, {
|
|
1060
|
-
key: "dropdownLineHeightSmall",
|
|
1061
|
-
get: function get() {
|
|
1062
|
-
return this.btnLineHeightSmall;
|
|
1063
|
-
}
|
|
1064
|
-
}, {
|
|
1065
|
-
key: "dropdownFontSizeSmall",
|
|
1066
|
-
get: function get() {
|
|
1067
|
-
return this.btnFontSizeSmall;
|
|
1068
|
-
}
|
|
1069
|
-
}, {
|
|
1070
|
-
key: "dropdownPaddingXSmall",
|
|
1071
|
-
get: function get() {
|
|
1072
|
-
return this.btnPaddingXSmall;
|
|
1073
|
-
}
|
|
1074
|
-
}, {
|
|
1075
|
-
key: "dropdownPaddingYSmall",
|
|
1076
|
-
get: function get() {
|
|
1077
|
-
return this.btnPaddingYSmall;
|
|
1078
|
-
}
|
|
1079
|
-
}, {
|
|
1080
|
-
key: "dropdownIconSizeSmall",
|
|
1081
|
-
get: function get() {
|
|
1082
|
-
return this.btnIconSizeSmall;
|
|
1083
|
-
}
|
|
1084
|
-
}, {
|
|
1085
|
-
key: "dropdownLineHeightMedium",
|
|
1086
|
-
get: function get() {
|
|
1087
|
-
return this.btnLineHeightMedium;
|
|
1088
|
-
}
|
|
1089
|
-
}, {
|
|
1090
|
-
key: "dropdownFontSizeMedium",
|
|
1091
|
-
get: function get() {
|
|
1092
|
-
return this.btnFontSizeMedium;
|
|
1093
|
-
}
|
|
1094
|
-
}, {
|
|
1095
|
-
key: "dropdownPaddingXMedium",
|
|
1096
|
-
get: function get() {
|
|
1097
|
-
return this.btnPaddingXMedium;
|
|
1098
|
-
}
|
|
1099
|
-
}, {
|
|
1100
|
-
key: "dropdownPaddingYMedium",
|
|
1101
|
-
get: function get() {
|
|
1102
|
-
return this.btnPaddingYMedium;
|
|
1103
|
-
}
|
|
1104
|
-
}, {
|
|
1105
|
-
key: "dropdownIconSizeMedium",
|
|
1106
|
-
get: function get() {
|
|
1107
|
-
return this.btnIconSizeMedium;
|
|
1108
|
-
}
|
|
1109
|
-
}, {
|
|
1110
|
-
key: "dropdownLineHeightLarge",
|
|
1111
|
-
get: function get() {
|
|
1112
|
-
return this.btnLineHeightLarge;
|
|
1113
|
-
}
|
|
1114
|
-
}, {
|
|
1115
|
-
key: "dropdownFontSizeLarge",
|
|
1116
|
-
get: function get() {
|
|
1117
|
-
return this.btnFontSizeLarge;
|
|
1118
|
-
}
|
|
1119
|
-
}, {
|
|
1120
|
-
key: "dropdownPaddingXLarge",
|
|
1121
|
-
get: function get() {
|
|
1122
|
-
return this.btnPaddingXLarge;
|
|
1123
|
-
}
|
|
1124
|
-
}, {
|
|
1125
|
-
key: "dropdownPaddingYLarge",
|
|
1126
|
-
get: function get() {
|
|
1127
|
-
return this.btnPaddingYLarge;
|
|
1128
|
-
}
|
|
1129
|
-
}, {
|
|
1130
|
-
key: "dropdownIconSizeLarge",
|
|
1131
|
-
get: function get() {
|
|
1132
|
-
return this.btnIconSizeLarge;
|
|
1133
|
-
}
|
|
1134
|
-
}, {
|
|
1135
|
-
key: "dropdownBgDisabled",
|
|
1136
|
-
get: function get() {
|
|
1137
|
-
return this.btnDisabledBg;
|
|
1138
|
-
}
|
|
1139
|
-
}, {
|
|
1140
|
-
key: "dropdownBorderColorDisabled",
|
|
1141
|
-
get: function get() {
|
|
1142
|
-
return this.btnDisabledBorderColor;
|
|
1143
|
-
}
|
|
1144
|
-
}, {
|
|
1145
|
-
key: "dropdownTextColorDisabled",
|
|
1146
|
-
get: function get() {
|
|
1147
|
-
return this.btnDisabledTextColor;
|
|
1148
|
-
}
|
|
1149
|
-
//#endregion Dropdown
|
|
1150
|
-
//#region Menu
|
|
1151
|
-
}, {
|
|
1152
|
-
key: "menuBgDefault",
|
|
1153
|
-
get: function get() {
|
|
1154
|
-
return this.bgSecondary;
|
|
1155
|
-
}
|
|
1156
|
-
}, {
|
|
1157
|
-
key: "menuItemTextColor",
|
|
1158
|
-
get:
|
|
1159
|
-
// menuItem
|
|
1160
|
-
function get() {
|
|
1161
|
-
return this.textColorDefault;
|
|
1162
|
-
}
|
|
1163
|
-
}, {
|
|
1164
|
-
key: "menuItemPaddingForIconSmall",
|
|
1165
|
-
get: function get() {
|
|
1166
|
-
return parseInt(this.menuItemPaddingXSmall) + parseInt(this.menuItemIconWidthSmall) + parseInt(this.menuItemIconGap) + "px";
|
|
1167
|
-
}
|
|
1168
|
-
}, {
|
|
1169
|
-
key: "menuItemPaddingForIconMedium",
|
|
1170
|
-
get: function get() {
|
|
1171
|
-
return parseInt(this.menuItemPaddingXMedium) + parseInt(this.menuItemIconWidthMedium) + parseInt(this.menuItemIconGap) + "px";
|
|
1172
|
-
}
|
|
1173
|
-
}, {
|
|
1174
|
-
key: "menuItemPaddingForIconLarge",
|
|
1175
|
-
get: function get() {
|
|
1176
|
-
return parseInt(this.menuItemPaddingXLarge) + parseInt(this.menuItemIconWidthLarge) + parseInt(this.menuItemIconGap) + "px";
|
|
1177
|
-
}
|
|
1178
|
-
}, {
|
|
1179
|
-
key: "menuItemLineHeightSmall",
|
|
1180
|
-
get: function get() {
|
|
1181
|
-
return this.controlLineHeightSmall;
|
|
1182
|
-
}
|
|
1183
|
-
}, {
|
|
1184
|
-
key: "menuItemLineHeightMedium",
|
|
1185
|
-
get: function get() {
|
|
1186
|
-
return this.controlLineHeightMedium;
|
|
1187
|
-
}
|
|
1188
|
-
}, {
|
|
1189
|
-
key: "menuItemLineHeightLarge",
|
|
1190
|
-
get: function get() {
|
|
1191
|
-
return this.controlLineHeightLarge;
|
|
1192
|
-
}
|
|
1193
|
-
}, {
|
|
1194
|
-
key: "menuItemFontSizeSmall",
|
|
1195
|
-
get: function get() {
|
|
1196
|
-
return this.fontSizeSmall;
|
|
1197
|
-
}
|
|
1198
|
-
}, {
|
|
1199
|
-
key: "menuItemFontSizeMedium",
|
|
1200
|
-
get: function get() {
|
|
1201
|
-
return this.fontSizeMedium;
|
|
1202
|
-
}
|
|
1203
|
-
}, {
|
|
1204
|
-
key: "menuItemFontSizeLarge",
|
|
1205
|
-
get: function get() {
|
|
1206
|
-
return this.fontSizeLarge;
|
|
1207
|
-
}
|
|
1208
|
-
}, {
|
|
1209
|
-
key: "menuItemHoverColor",
|
|
1210
|
-
get: function get() {
|
|
1211
|
-
return this.menuItemTextColor;
|
|
1212
|
-
}
|
|
1213
|
-
}, {
|
|
1214
|
-
key: "menuItemLinkColor",
|
|
1215
|
-
get: function get() {
|
|
1216
|
-
return this.linkColor;
|
|
1217
|
-
}
|
|
1218
|
-
}, {
|
|
1219
|
-
key: "menuItemCommentColor",
|
|
1220
|
-
get: function get() {
|
|
1221
|
-
return this.menuItemTextColor;
|
|
1222
|
-
}
|
|
1223
|
-
}, {
|
|
1224
|
-
key: "menuItemCommentColorHover",
|
|
1225
|
-
get: function get() {
|
|
1226
|
-
return this.menuItemTextColor;
|
|
1227
|
-
}
|
|
1228
|
-
}, {
|
|
1229
|
-
key: "menuItemLineHeightMobile",
|
|
1230
|
-
get: function get() {
|
|
1231
|
-
return this.lineHeightMobile;
|
|
1232
|
-
}
|
|
1233
|
-
}, {
|
|
1234
|
-
key: "menuItemFontSizeMobile",
|
|
1235
|
-
get: function get() {
|
|
1236
|
-
return this.fontSizeMobile;
|
|
1237
|
-
}
|
|
1238
|
-
}, {
|
|
1239
|
-
key: "menuItemDisabledColor",
|
|
1240
|
-
get: function get() {
|
|
1241
|
-
return this.textColorDisabled;
|
|
1242
|
-
}
|
|
1243
|
-
}, {
|
|
1244
|
-
key: "menuMessageTextColor",
|
|
1245
|
-
get:
|
|
1246
|
-
// menuMessage
|
|
1247
|
-
function get() {
|
|
1248
|
-
return this.menuItemDisabledColor;
|
|
1249
|
-
}
|
|
1250
|
-
}, {
|
|
1251
|
-
key: "menuMessageBg",
|
|
1252
|
-
get: function get() {
|
|
1253
|
-
return this.menuItemDisabledBg;
|
|
1254
|
-
}
|
|
1255
|
-
}, {
|
|
1256
|
-
key: "menuMessagePaddingY",
|
|
1257
|
-
get: function get() {
|
|
1258
|
-
return this.menuItemPaddingYSmall;
|
|
1259
|
-
}
|
|
1260
|
-
}, {
|
|
1261
|
-
key: "menuMessagePaddingX",
|
|
1262
|
-
get: function get() {
|
|
1263
|
-
return this.menuItemPaddingXSmall;
|
|
1264
|
-
}
|
|
1265
|
-
}, {
|
|
1266
|
-
key: "menuMessageDisplay",
|
|
1267
|
-
get: function get() {
|
|
1268
|
-
return this.menuItemDisplay;
|
|
1269
|
-
}
|
|
1270
|
-
}, {
|
|
1271
|
-
key: "menuMessagePaddingMobile",
|
|
1272
|
-
get: function get() {
|
|
1273
|
-
return this.menuItemPaddingMobile;
|
|
1274
|
-
}
|
|
1275
|
-
}, {
|
|
1276
|
-
key: "menuMessageLineHeightMobile",
|
|
1277
|
-
get: function get() {
|
|
1278
|
-
return this.menuItemLineHeightMobile;
|
|
1279
|
-
}
|
|
1280
|
-
}, {
|
|
1281
|
-
key: "menuMessageFontSizeMobile",
|
|
1282
|
-
get: function get() {
|
|
1283
|
-
return this.menuItemFontSizeMobile;
|
|
1284
|
-
}
|
|
1285
|
-
}, {
|
|
1286
|
-
key: "menuMessageFontSizeSmall",
|
|
1287
|
-
get: function get() {
|
|
1288
|
-
return this.menuItemFontSizeSmall;
|
|
1289
|
-
}
|
|
1290
|
-
}, {
|
|
1291
|
-
key: "menuMessageFontSizeMedium",
|
|
1292
|
-
get: function get() {
|
|
1293
|
-
return this.menuItemFontSizeMedium;
|
|
1294
|
-
}
|
|
1295
|
-
}, {
|
|
1296
|
-
key: "menuMessageFontSizeLarge",
|
|
1297
|
-
get: function get() {
|
|
1298
|
-
return this.menuItemFontSizeLarge;
|
|
1299
|
-
}
|
|
1300
|
-
}, {
|
|
1301
|
-
key: "menuMessageLineHeightSmall",
|
|
1302
|
-
get: function get() {
|
|
1303
|
-
return this.menuItemLineHeightSmall;
|
|
1304
|
-
}
|
|
1305
|
-
}, {
|
|
1306
|
-
key: "menuMessageLineHeightMedium",
|
|
1307
|
-
get: function get() {
|
|
1308
|
-
return this.menuItemLineHeightMedium;
|
|
1309
|
-
}
|
|
1310
|
-
}, {
|
|
1311
|
-
key: "menuMessageLineHeightLarge",
|
|
1312
|
-
get: function get() {
|
|
1313
|
-
return this.menuItemLineHeightLarge;
|
|
1314
|
-
}
|
|
1315
|
-
}, {
|
|
1316
|
-
key: "menuFooterColor",
|
|
1317
|
-
get:
|
|
1318
|
-
//menuFooter
|
|
1319
|
-
function get() {
|
|
1320
|
-
return this.menuHeaderColor;
|
|
1321
|
-
}
|
|
1322
|
-
}, {
|
|
1323
|
-
key: "menuFooterLineHeightSmall",
|
|
1324
|
-
get: function get() {
|
|
1325
|
-
return this.menuHeaderLineHeightSmall;
|
|
1326
|
-
}
|
|
1327
|
-
}, {
|
|
1328
|
-
key: "menuFooterLineHeightMedium",
|
|
1329
|
-
get: function get() {
|
|
1330
|
-
return this.menuHeaderLineHeightMedium;
|
|
1331
|
-
}
|
|
1332
|
-
}, {
|
|
1333
|
-
key: "menuFooterLineHeightLarge",
|
|
1334
|
-
get: function get() {
|
|
1335
|
-
return this.menuHeaderLineHeightLarge;
|
|
1336
|
-
}
|
|
1337
|
-
}, {
|
|
1338
|
-
key: "menuFooterFontSizeSmall",
|
|
1339
|
-
get: function get() {
|
|
1340
|
-
return this.menuHeaderFontSizeSmall;
|
|
1341
|
-
}
|
|
1342
|
-
}, {
|
|
1343
|
-
key: "menuFooterFontSizeMedium",
|
|
1344
|
-
get: function get() {
|
|
1345
|
-
return this.menuHeaderFontSizeMedium;
|
|
1346
|
-
}
|
|
1347
|
-
}, {
|
|
1348
|
-
key: "menuFooterFontSizeLarge",
|
|
1349
|
-
get: function get() {
|
|
1350
|
-
return this.menuHeaderFontSizeLarge;
|
|
1351
|
-
}
|
|
1352
|
-
}, {
|
|
1353
|
-
key: "menuFooterPaddingXSmall",
|
|
1354
|
-
get: function get() {
|
|
1355
|
-
return this.menuHeaderPaddingXSmall;
|
|
1356
|
-
}
|
|
1357
|
-
}, {
|
|
1358
|
-
key: "menuFooterPaddingXMedium",
|
|
1359
|
-
get: function get() {
|
|
1360
|
-
return this.menuHeaderPaddingXMedium;
|
|
1361
|
-
}
|
|
1362
|
-
}, {
|
|
1363
|
-
key: "menuFooterPaddingXLarge",
|
|
1364
|
-
get: function get() {
|
|
1365
|
-
return this.menuHeaderPaddingXLarge;
|
|
1366
|
-
}
|
|
1367
|
-
}, {
|
|
1368
|
-
key: "menuFooterPaddingTopSmall",
|
|
1369
|
-
get: function get() {
|
|
1370
|
-
return this.menuHeaderPaddingBottomSmall;
|
|
1371
|
-
}
|
|
1372
|
-
}, {
|
|
1373
|
-
key: "menuFooterPaddingTopMedium",
|
|
1374
|
-
get: function get() {
|
|
1375
|
-
return this.menuHeaderPaddingBottomMedium;
|
|
1376
|
-
}
|
|
1377
|
-
}, {
|
|
1378
|
-
key: "menuFooterPaddingTopLarge",
|
|
1379
|
-
get: function get() {
|
|
1380
|
-
return this.menuHeaderPaddingBottomLarge;
|
|
1381
|
-
}
|
|
1382
|
-
}, {
|
|
1383
|
-
key: "menuFooterPaddingBottomSmall",
|
|
1384
|
-
get: function get() {
|
|
1385
|
-
return this.menuHeaderPaddingTopSmall;
|
|
1386
|
-
}
|
|
1387
|
-
}, {
|
|
1388
|
-
key: "menuFooterPaddingBottomMedium",
|
|
1389
|
-
get: function get() {
|
|
1390
|
-
return this.menuHeaderPaddingTopMedium;
|
|
1391
|
-
}
|
|
1392
|
-
}, {
|
|
1393
|
-
key: "menuFooterPaddingBottomLarge",
|
|
1394
|
-
get: function get() {
|
|
1395
|
-
return this.menuHeaderPaddingTopLarge;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
//menuSeparator
|
|
1399
|
-
}, {
|
|
1400
|
-
key: "toggleLineHeightSmall",
|
|
1401
|
-
get:
|
|
1402
|
-
//#endregion Menu
|
|
1403
|
-
//#region Toggle
|
|
1404
|
-
function get() {
|
|
1405
|
-
return this.controlLineHeightSmall;
|
|
1406
|
-
}
|
|
1407
|
-
}, {
|
|
1408
|
-
key: "toggleLineHeightMedium",
|
|
1409
|
-
get: function get() {
|
|
1410
|
-
return this.controlLineHeightMedium;
|
|
1411
|
-
}
|
|
1412
|
-
}, {
|
|
1413
|
-
key: "toggleLineHeightLarge",
|
|
1414
|
-
get: function get() {
|
|
1415
|
-
return this.controlLineHeightLarge;
|
|
1416
|
-
}
|
|
1417
|
-
}, {
|
|
1418
|
-
key: "toggleFontSizeSmall",
|
|
1419
|
-
get: function get() {
|
|
1420
|
-
return this.fontSizeSmall;
|
|
1421
|
-
}
|
|
1422
|
-
}, {
|
|
1423
|
-
key: "toggleFontSizeMedium",
|
|
1424
|
-
get: function get() {
|
|
1425
|
-
return this.fontSizeMedium;
|
|
1426
|
-
}
|
|
1427
|
-
}, {
|
|
1428
|
-
key: "toggleFontSizeLarge",
|
|
1429
|
-
get: function get() {
|
|
1430
|
-
return this.fontSizeLarge;
|
|
1431
|
-
}
|
|
1432
|
-
}, {
|
|
1433
|
-
key: "toggleTextColor",
|
|
1434
|
-
get: function get() {
|
|
1435
|
-
return this.textColorDefault;
|
|
1436
|
-
}
|
|
1437
|
-
}, {
|
|
1438
|
-
key: "toggleHandleBorderRadiusSmall",
|
|
1439
|
-
get: function get() {
|
|
1440
|
-
var height = parseInt(this.toggleHeightSmall, 10) || 0;
|
|
1441
|
-
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1442
|
-
var handleSize = height - 2 * borderWidth;
|
|
1443
|
-
return handleSize / 2 + "px";
|
|
1444
|
-
}
|
|
1445
|
-
}, {
|
|
1446
|
-
key: "toggleHandleBorderRadiusMedium",
|
|
1447
|
-
get: function get() {
|
|
1448
|
-
var height = parseInt(this.toggleHeightMedium, 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: "toggleHandleBorderRadiusLarge",
|
|
1455
|
-
get: function get() {
|
|
1456
|
-
var height = parseInt(this.toggleHeightLarge, 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: "toggleBorderRadiusSmall",
|
|
1463
|
-
get: function get() {
|
|
1464
|
-
return "calc(" + this.toggleHeightSmall + " * 0.5)";
|
|
1465
|
-
}
|
|
1466
|
-
}, {
|
|
1467
|
-
key: "toggleBorderRadiusMedium",
|
|
1468
|
-
get: function get() {
|
|
1469
|
-
return "calc(" + this.toggleHeightMedium + " * 0.5)";
|
|
1470
|
-
}
|
|
1471
|
-
}, {
|
|
1472
|
-
key: "toggleBorderRadiusLarge",
|
|
1473
|
-
get: function get() {
|
|
1474
|
-
return "calc(" + this.toggleHeightLarge + " * 0.5)";
|
|
1475
|
-
}
|
|
1476
|
-
}, {
|
|
1477
|
-
key: "toggleBorderWidth",
|
|
1478
|
-
get: function get() {
|
|
1479
|
-
return this.controlBorderWidth;
|
|
1480
|
-
}
|
|
1481
|
-
}, {
|
|
1482
|
-
key: "toggleOutlineWidth",
|
|
1483
|
-
get: function get() {
|
|
1484
|
-
var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
|
|
1485
|
-
var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
|
|
1486
|
-
return outlineWidth + borderWidth + "px";
|
|
1487
|
-
}
|
|
1488
|
-
}, {
|
|
1489
|
-
key: "toggleBorderColorDisabled",
|
|
1490
|
-
get: function get() {
|
|
1491
|
-
return this.toggleBorderColor;
|
|
1492
|
-
}
|
|
1493
|
-
}, {
|
|
1494
|
-
key: "toggleShadowColorError",
|
|
1495
|
-
get: function get() {
|
|
1496
|
-
return this.errorMain;
|
|
1497
|
-
}
|
|
1498
|
-
}, {
|
|
1499
|
-
key: "toggleShadowColorWarning",
|
|
1500
|
-
get: function get() {
|
|
1501
|
-
return this.warningMain;
|
|
1502
|
-
}
|
|
1503
|
-
}, {
|
|
1504
|
-
key: "toggleFocusShadowColor",
|
|
1505
|
-
get: function get() {
|
|
1506
|
-
return this.borderColorFocus;
|
|
1507
|
-
}
|
|
1508
|
-
}, {
|
|
1509
|
-
key: "toggleOutlineColorFocus",
|
|
1510
|
-
get: function get() {
|
|
1511
|
-
return this.outlineColorFocus;
|
|
1512
|
-
}
|
|
1513
|
-
}, {
|
|
1514
|
-
key: "toggleContainerBgHover",
|
|
1515
|
-
get: function get() {
|
|
1516
|
-
return this.toggleBgHover;
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
// checked
|
|
1520
|
-
}, {
|
|
1521
|
-
key: "toggleContainerBgChecked",
|
|
1522
|
-
get: function get() {
|
|
1523
|
-
return this.toggleBgChecked;
|
|
1524
|
-
}
|
|
1525
|
-
}, {
|
|
1526
|
-
key: "toggleBgDisabled",
|
|
1527
|
-
get: function get() {
|
|
1528
|
-
return this.bgDisabled;
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
// disabled checked
|
|
1532
|
-
}, {
|
|
1533
|
-
key: "toggleBorderColorDisabledChecked",
|
|
1534
|
-
get: function get() {
|
|
1535
|
-
return this.toggleBorderColor;
|
|
1536
|
-
}
|
|
1537
|
-
}, {
|
|
1538
|
-
key: "popupTextColor",
|
|
1539
|
-
get: function get() {
|
|
1540
|
-
return this.textColorDefault;
|
|
1541
|
-
}
|
|
1542
|
-
}, {
|
|
1543
|
-
key: "popupBackground",
|
|
1544
|
-
get: function get() {
|
|
1545
|
-
return this.bgSecondary;
|
|
1546
|
-
}
|
|
1547
|
-
}, {
|
|
1548
|
-
key: "inputTextColor",
|
|
1549
|
-
get:
|
|
1550
|
-
//#endregion
|
|
1551
|
-
//#region Input
|
|
1552
|
-
function get() {
|
|
1553
|
-
return this.textColorDefault;
|
|
1554
|
-
}
|
|
1555
|
-
}, {
|
|
1556
|
-
key: "inputIconColorDisabled",
|
|
1557
|
-
get: function get() {
|
|
1558
|
-
return this.textColorDisabled;
|
|
1559
|
-
}
|
|
1560
|
-
}, {
|
|
1561
|
-
key: "inputFocusedIconColor",
|
|
1562
|
-
get: function get() {
|
|
1563
|
-
return this.inputIconColor;
|
|
1564
|
-
}
|
|
1565
|
-
}, {
|
|
1566
|
-
key: "inputTextColorDisabled",
|
|
1567
|
-
get: function get() {
|
|
1568
|
-
return this.textColorDisabled;
|
|
1569
|
-
}
|
|
1570
|
-
}, {
|
|
1571
|
-
key: "inputPlaceholderColorDisabled",
|
|
1572
|
-
get: function get() {
|
|
1573
|
-
return this.textColorDisabled;
|
|
1574
|
-
}
|
|
1575
|
-
}, {
|
|
1576
|
-
key: "inputFontSizeSmall",
|
|
1577
|
-
get: function get() {
|
|
1578
|
-
return this.fontSizeSmall;
|
|
1579
|
-
}
|
|
1580
|
-
}, {
|
|
1581
|
-
key: "inputFontSizeMedium",
|
|
1582
|
-
get: function get() {
|
|
1583
|
-
return this.fontSizeMedium;
|
|
1584
|
-
}
|
|
1585
|
-
}, {
|
|
1586
|
-
key: "inputFontSizeLarge",
|
|
1587
|
-
get: function get() {
|
|
1588
|
-
return this.fontSizeLarge;
|
|
1589
|
-
}
|
|
1590
|
-
}, {
|
|
1591
|
-
key: "inputLineHeightSmall",
|
|
1592
|
-
get: function get() {
|
|
1593
|
-
return this.controlLineHeightSmall;
|
|
1594
|
-
}
|
|
1595
|
-
}, {
|
|
1596
|
-
key: "inputLineHeightMedium",
|
|
1597
|
-
get: function get() {
|
|
1598
|
-
return this.controlLineHeightMedium;
|
|
1599
|
-
}
|
|
1600
|
-
}, {
|
|
1601
|
-
key: "inputLineHeightLarge",
|
|
1602
|
-
get: function get() {
|
|
1603
|
-
return this.controlLineHeightLarge;
|
|
1604
|
-
}
|
|
1605
|
-
}, {
|
|
1606
|
-
key: "inputHeightSmall",
|
|
1607
|
-
get: function get() {
|
|
1608
|
-
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1609
|
-
var padding = parseInt(this.inputPaddingYSmall, 10) || 0;
|
|
1610
|
-
var lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;
|
|
1611
|
-
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1612
|
-
}
|
|
1613
|
-
}, {
|
|
1614
|
-
key: "inputHeightMedium",
|
|
1615
|
-
get: function get() {
|
|
1616
|
-
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1617
|
-
var padding = parseInt(this.inputPaddingYMedium, 10) || 0;
|
|
1618
|
-
var lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;
|
|
1619
|
-
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1620
|
-
}
|
|
1621
|
-
}, {
|
|
1622
|
-
key: "inputHeightLarge",
|
|
1623
|
-
get: function get() {
|
|
1624
|
-
var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
|
|
1625
|
-
var padding = parseInt(this.inputPaddingYLarge, 10) || 0;
|
|
1626
|
-
var lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;
|
|
1627
|
-
return 2 * borderWidth + 2 * padding + lineHeigh + "px";
|
|
1628
|
-
}
|
|
1629
|
-
}, {
|
|
1630
|
-
key: "inputPaddingYSmall",
|
|
1631
|
-
get: function get() {
|
|
1632
|
-
return this.controlPaddingYSmall;
|
|
1633
|
-
}
|
|
1634
|
-
}, {
|
|
1635
|
-
key: "inputPaddingYMedium",
|
|
1636
|
-
get: function get() {
|
|
1637
|
-
return this.controlPaddingYMedium;
|
|
1638
|
-
}
|
|
1639
|
-
}, {
|
|
1640
|
-
key: "inputPaddingYLarge",
|
|
1641
|
-
get: function get() {
|
|
1642
|
-
return this.controlPaddingYLarge;
|
|
1643
|
-
}
|
|
1644
|
-
}, {
|
|
1645
|
-
key: "inputFocusShadow",
|
|
1646
|
-
get: function get() {
|
|
1647
|
-
return "0 0 0 " + this.inputOutlineWidth + " " + this.borderColorFocus;
|
|
1648
|
-
}
|
|
1649
|
-
}, {
|
|
1650
|
-
key: "inputFocusedBg",
|
|
1651
|
-
get: function get() {
|
|
1652
|
-
return this.inputBg;
|
|
1653
|
-
}
|
|
1654
|
-
}, {
|
|
1655
|
-
key: "inputDisabledBg",
|
|
1656
|
-
get: function get() {
|
|
1657
|
-
return this.bgDisabled;
|
|
1658
|
-
}
|
|
1659
|
-
}, {
|
|
1660
|
-
key: "inputDisabledBorderColor",
|
|
1661
|
-
get: function get() {
|
|
1662
|
-
return this.borderColorDisabled;
|
|
1663
|
-
}
|
|
1664
|
-
}, {
|
|
1665
|
-
key: "inputFocusOutline",
|
|
1666
|
-
get: function get() {
|
|
1667
|
-
return this.borderColorFocus;
|
|
1668
|
-
}
|
|
1669
|
-
}, {
|
|
1670
|
-
key: "inputBorderWidth",
|
|
1671
|
-
get: function get() {
|
|
1672
|
-
return this.controlBorderWidth;
|
|
1673
|
-
}
|
|
1674
|
-
}, {
|
|
1675
|
-
key: "inputOutlineWidth",
|
|
1676
|
-
get: function get() {
|
|
1677
|
-
return "calc(" + this.controlOutlineWidth + " - 1px)";
|
|
1678
|
-
}
|
|
1679
|
-
}, {
|
|
1680
|
-
key: "inputBorderColorFocus",
|
|
1681
|
-
get: function get() {
|
|
1682
|
-
return this.borderColorFocus;
|
|
1683
|
-
}
|
|
1684
|
-
}, {
|
|
1685
|
-
key: "inputBorderColorError",
|
|
1686
|
-
get: function get() {
|
|
1687
|
-
return this.borderColorError;
|
|
1688
|
-
}
|
|
1689
|
-
}, {
|
|
1690
|
-
key: "inputBorderColorWarning",
|
|
1691
|
-
get: function get() {
|
|
1692
|
-
return this.borderColorWarning;
|
|
1693
|
-
}
|
|
1694
|
-
}, {
|
|
1695
|
-
key: "inputBorderTopColor",
|
|
1696
|
-
get: function get() {
|
|
1697
|
-
return this.inputBorderColor;
|
|
1698
|
-
}
|
|
1699
|
-
}, {
|
|
1700
|
-
key: "inputPlaceholderColor",
|
|
1701
|
-
get: function get() {
|
|
1702
|
-
return this.placeholderColor;
|
|
1703
|
-
}
|
|
1704
|
-
}, {
|
|
1705
|
-
key: "inputPlaceholderColorLight",
|
|
1706
|
-
get: function get() {
|
|
1707
|
-
return this.placeholderColorLight;
|
|
1708
|
-
}
|
|
1709
|
-
}, {
|
|
1710
|
-
key: "checkboxFontSizeSmall",
|
|
1711
|
-
get:
|
|
1712
|
-
//#endregion Input
|
|
1713
|
-
//#region Checkbox
|
|
1714
|
-
function get() {
|
|
1715
|
-
return this.fontSizeSmall;
|
|
1716
|
-
}
|
|
1717
|
-
}, {
|
|
1718
|
-
key: "checkboxFontSizeMedium",
|
|
1719
|
-
get: function get() {
|
|
1720
|
-
return this.fontSizeMedium;
|
|
1721
|
-
}
|
|
1722
|
-
}, {
|
|
1723
|
-
key: "checkboxFontSizeLarge",
|
|
1724
|
-
get: function get() {
|
|
1725
|
-
return this.fontSizeLarge;
|
|
1726
|
-
}
|
|
1727
|
-
}, {
|
|
1728
|
-
key: "checkboxLineHeightSmall",
|
|
1729
|
-
get: function get() {
|
|
1730
|
-
return this.controlLineHeightSmall;
|
|
1731
|
-
}
|
|
1732
|
-
}, {
|
|
1733
|
-
key: "checkboxLineHeightMedium",
|
|
1734
|
-
get: function get() {
|
|
1735
|
-
return this.controlLineHeightMedium;
|
|
1736
|
-
}
|
|
1737
|
-
}, {
|
|
1738
|
-
key: "checkboxLineHeightLarge",
|
|
1739
|
-
get: function get() {
|
|
1740
|
-
return this.controlLineHeightLarge;
|
|
1741
|
-
}
|
|
1742
|
-
}, {
|
|
1743
|
-
key: "checkboxPaddingYSmall",
|
|
1744
|
-
get: function get() {
|
|
1745
|
-
var controlHeight = parseInt(this.controlHeightSmall, 10) || 0;
|
|
1746
|
-
var lineHeight = parseInt(this.checkboxLineHeightSmall, 10) || 0;
|
|
1747
|
-
return (controlHeight - lineHeight) / 2 + "px";
|
|
1748
|
-
}
|
|
1749
|
-
}, {
|
|
1750
|
-
key: "checkboxPaddingYMedium",
|
|
1751
|
-
get: function get() {
|
|
1752
|
-
var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
|
|
1753
|
-
var lineHeight = parseInt(this.checkboxLineHeightMedium, 10) || 0;
|
|
1754
|
-
return (controlHeight - lineHeight) / 2 + "px";
|
|
1755
|
-
}
|
|
1756
|
-
}, {
|
|
1757
|
-
key: "checkboxPaddingYLarge",
|
|
1758
|
-
get: function get() {
|
|
1759
|
-
var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
|
|
1760
|
-
var lineHeight = parseInt(this.checkboxLineHeightLarge, 10) || 0;
|
|
1761
|
-
return (controlHeight - lineHeight) / 2 + "px";
|
|
1762
|
-
}
|
|
1763
|
-
}, {
|
|
1764
|
-
key: "checkboxTextColorDefault",
|
|
1765
|
-
get: function get() {
|
|
1766
|
-
return this.textColorDefault;
|
|
1767
|
-
}
|
|
1768
|
-
}, {
|
|
1769
|
-
key: "checkboxTextColorDisabled",
|
|
1770
|
-
get: function get() {
|
|
1771
|
-
return this.textColorDisabled;
|
|
1772
|
-
}
|
|
1773
|
-
}, {
|
|
1774
|
-
key: "checkboxShadowDisabled",
|
|
1775
|
-
get: function get() {
|
|
1776
|
-
return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.1)";
|
|
1777
|
-
}
|
|
1778
|
-
}, {
|
|
1779
|
-
key: "checkboxBorderWidth",
|
|
1780
|
-
get: function get() {
|
|
1781
|
-
return this.controlBorderWidth;
|
|
1782
|
-
}
|
|
1783
|
-
}, {
|
|
1784
|
-
key: "checkboxShadow",
|
|
1785
|
-
get: function get() {
|
|
1786
|
-
return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.15)";
|
|
1787
|
-
}
|
|
1788
|
-
}, {
|
|
1789
|
-
key: "checkboxShadowHover",
|
|
1790
|
-
get: function get() {
|
|
1791
|
-
return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
|
|
1792
|
-
}
|
|
1793
|
-
}, {
|
|
1794
|
-
key: "checkboxOutlineColorFocus",
|
|
1795
|
-
get: function get() {
|
|
1796
|
-
return this.outlineColorFocus;
|
|
1797
|
-
}
|
|
1798
|
-
}, {
|
|
1799
|
-
key: "checkboxBorderColorWarning",
|
|
1800
|
-
get: function get() {
|
|
1801
|
-
return this.borderColorWarning;
|
|
1802
|
-
}
|
|
1803
|
-
}, {
|
|
1804
|
-
key: "checkboxBorderColorError",
|
|
1805
|
-
get: function get() {
|
|
1806
|
-
return this.borderColorError;
|
|
1807
|
-
}
|
|
1808
|
-
}, {
|
|
1809
|
-
key: "checkboxCheckedHoverShadow",
|
|
1810
|
-
get: function get() {
|
|
1811
|
-
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedHoverBg;
|
|
1812
|
-
}
|
|
1813
|
-
}, {
|
|
1814
|
-
key: "checkboxOutlineWidth",
|
|
1815
|
-
get: function get() {
|
|
1816
|
-
return this.controlOutlineWidth;
|
|
1817
|
-
}
|
|
1818
|
-
}, {
|
|
1819
|
-
key: "checkboxCheckedShadow",
|
|
1820
|
-
get: function get() {
|
|
1821
|
-
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedBg;
|
|
1822
|
-
}
|
|
1823
|
-
}, {
|
|
1824
|
-
key: "checkboxCheckedActiveShadow",
|
|
1825
|
-
get: function get() {
|
|
1826
|
-
return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedActiveBg;
|
|
1827
|
-
}
|
|
1828
|
-
}, {
|
|
1829
|
-
key: "checkboxBorderColorFocus",
|
|
1830
|
-
get: function get() {
|
|
1831
|
-
return this.borderColorFocus;
|
|
1832
|
-
}
|
|
1833
|
-
}, {
|
|
1834
|
-
key: "checkboxHoverBg",
|
|
1835
|
-
get: function get() {
|
|
1836
|
-
return this.btnDefaultHoverBg;
|
|
1837
|
-
}
|
|
1838
|
-
}, {
|
|
1839
|
-
key: "checkboxActiveBg",
|
|
1840
|
-
get: function get() {
|
|
1841
|
-
return this.btnDefaultActiveBg;
|
|
1842
|
-
}
|
|
1843
|
-
}, {
|
|
1844
|
-
key: "checkboxCheckedBg",
|
|
1845
|
-
get: function get() {
|
|
1846
|
-
return this.bgChecked;
|
|
1847
|
-
}
|
|
1848
|
-
}, {
|
|
1849
|
-
key: "checkboxBgDisabled",
|
|
1850
|
-
get: function get() {
|
|
1851
|
-
return this.bgDisabled;
|
|
1852
|
-
}
|
|
1853
|
-
}, {
|
|
1854
|
-
key: "checkboxCheckedActiveBg",
|
|
1855
|
-
get: function get() {
|
|
1856
|
-
return ColorFunctions.darken(this.checkboxCheckedBg, '15%');
|
|
1857
|
-
}
|
|
1858
|
-
}, {
|
|
1859
|
-
key: "checkboxShadowActive",
|
|
1860
|
-
get: function get() {
|
|
1861
|
-
return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
|
|
1862
|
-
}
|
|
1863
|
-
//#endregion Checkbox
|
|
1864
|
-
//#region TextArea
|
|
1865
|
-
}, {
|
|
1866
|
-
key: "textareaColor",
|
|
1867
|
-
get: function get() {
|
|
1868
|
-
return this.textColorDefault;
|
|
1869
|
-
}
|
|
1870
|
-
}, {
|
|
1871
|
-
key: "textareaTextColorDisabled",
|
|
1872
|
-
get: function get() {
|
|
1873
|
-
return this.textColorDisabled;
|
|
1874
|
-
}
|
|
1875
|
-
}, {
|
|
1876
|
-
key: "textareaPlaceholderColorLight",
|
|
1877
|
-
get: function get() {
|
|
1878
|
-
return this.placeholderColorLight;
|
|
1879
|
-
}
|
|
1880
|
-
}, {
|
|
1881
|
-
key: "textareaPlaceholderColor",
|
|
1882
|
-
get: function get() {
|
|
1883
|
-
return this.placeholderColor;
|
|
1884
|
-
}
|
|
1885
|
-
}, {
|
|
1886
|
-
key: "textareaPlaceholderColorDisabled",
|
|
1887
|
-
get: function get() {
|
|
1888
|
-
return this.textColorDisabled;
|
|
1889
|
-
}
|
|
1890
|
-
}, {
|
|
1891
|
-
key: "textareaFontSizeSmall",
|
|
1892
|
-
get: function get() {
|
|
1893
|
-
return this.fontSizeSmall;
|
|
1894
|
-
}
|
|
1895
|
-
}, {
|
|
1896
|
-
key: "textareaFontSizeMedium",
|
|
1897
|
-
get: function get() {
|
|
1898
|
-
return this.fontSizeMedium;
|
|
1899
|
-
}
|
|
1900
|
-
}, {
|
|
1901
|
-
key: "textareaFontSizeLarge",
|
|
1902
|
-
get: function get() {
|
|
1903
|
-
return this.fontSizeLarge;
|
|
1904
|
-
}
|
|
1905
|
-
}, {
|
|
1906
|
-
key: "textareaLineHeightSmall",
|
|
1907
|
-
get: function get() {
|
|
1908
|
-
return this.controlLineHeightSmall;
|
|
1909
|
-
}
|
|
1910
|
-
}, {
|
|
1911
|
-
key: "textareaLineHeightMedium",
|
|
1912
|
-
get: function get() {
|
|
1913
|
-
return this.controlLineHeightMedium;
|
|
1914
|
-
}
|
|
1915
|
-
}, {
|
|
1916
|
-
key: "textareaLineHeightLarge",
|
|
1917
|
-
get: function get() {
|
|
1918
|
-
return this.controlLineHeightLarge;
|
|
1919
|
-
}
|
|
1920
|
-
}, {
|
|
1921
|
-
key: "textareaBorderWidth",
|
|
1922
|
-
get: function get() {
|
|
1923
|
-
return this.controlBorderWidth;
|
|
1924
|
-
}
|
|
1925
|
-
}, {
|
|
1926
|
-
key: "textareaOutlineWidth",
|
|
1927
|
-
get: function get() {
|
|
1928
|
-
var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
|
|
1929
|
-
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1930
|
-
return outlineWidth - borderWidth + "px";
|
|
1931
|
-
}
|
|
1932
|
-
}, {
|
|
1933
|
-
key: "textareaMinHeightSmall",
|
|
1934
|
-
get: function get() {
|
|
1935
|
-
var lineHeight = parseInt(this.textareaLineHeightSmall, 10) || 0;
|
|
1936
|
-
var paddingY = parseInt(this.textareaPaddingYSmall, 10) || 0;
|
|
1937
|
-
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1938
|
-
return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
|
|
1939
|
-
}
|
|
1940
|
-
}, {
|
|
1941
|
-
key: "textareaMinHeightMedium",
|
|
1942
|
-
get: function get() {
|
|
1943
|
-
var lineHeight = parseInt(this.textareaLineHeightMedium, 10) || 0;
|
|
1944
|
-
var paddingY = parseInt(this.textareaPaddingYMedium, 10) || 0;
|
|
1945
|
-
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1946
|
-
return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
|
|
1947
|
-
}
|
|
1948
|
-
}, {
|
|
1949
|
-
key: "textareaMinHeightLarge",
|
|
1950
|
-
get: function get() {
|
|
1951
|
-
var lineHeight = parseInt(this.textareaLineHeightLarge, 10) || 0;
|
|
1952
|
-
var paddingY = parseInt(this.textareaPaddingYLarge, 10) || 0;
|
|
1953
|
-
var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
|
|
1954
|
-
return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
|
|
1955
|
-
}
|
|
1956
|
-
}, {
|
|
1957
|
-
key: "textareaPaddingYSmall",
|
|
1958
|
-
get: function get() {
|
|
1959
|
-
return this.controlPaddingYSmall;
|
|
1960
|
-
}
|
|
1961
|
-
}, {
|
|
1962
|
-
key: "textareaPaddingYMedium",
|
|
1963
|
-
get: function get() {
|
|
1964
|
-
return this.controlPaddingYMedium;
|
|
1965
|
-
}
|
|
1966
|
-
}, {
|
|
1967
|
-
key: "textareaPaddingYLarge",
|
|
1968
|
-
get: function get() {
|
|
1969
|
-
return this.controlPaddingYLarge;
|
|
1970
|
-
}
|
|
1971
|
-
}, {
|
|
1972
|
-
key: "textareaBorderColor",
|
|
1973
|
-
get: function get() {
|
|
1974
|
-
return this.borderColorGrayLight;
|
|
1975
|
-
}
|
|
1976
|
-
}, {
|
|
1977
|
-
key: "textareaBorderColorFocus",
|
|
1978
|
-
get: function get() {
|
|
1979
|
-
return this.borderColorFocus;
|
|
1980
|
-
}
|
|
1981
|
-
}, {
|
|
1982
|
-
key: "textareaBorderColorHover",
|
|
1983
|
-
get: function get() {
|
|
1984
|
-
return this.inputBorderColorHover;
|
|
1985
|
-
}
|
|
1986
|
-
}, {
|
|
1987
|
-
key: "textareaBorderColorWarning",
|
|
1988
|
-
get: function get() {
|
|
1989
|
-
return this.borderColorWarning;
|
|
1990
|
-
}
|
|
1991
|
-
}, {
|
|
1992
|
-
key: "textareaBorderColorError",
|
|
1993
|
-
get: function get() {
|
|
1994
|
-
return this.borderColorError;
|
|
1995
|
-
}
|
|
1996
|
-
}, {
|
|
1997
|
-
key: "textareaDisabledBg",
|
|
1998
|
-
get: function get() {
|
|
1999
|
-
return this.inputDisabledBg;
|
|
2000
|
-
}
|
|
2001
|
-
}, {
|
|
2002
|
-
key: "textareaDisabledBorderColor",
|
|
2003
|
-
get: function get() {
|
|
2004
|
-
return this.borderColorDisabled;
|
|
2005
|
-
}
|
|
2006
|
-
}, {
|
|
2007
|
-
key: "textareaCounterColor",
|
|
2008
|
-
get: function get() {
|
|
2009
|
-
return this.gray;
|
|
2010
|
-
}
|
|
2011
|
-
}, {
|
|
2012
|
-
key: "textareaCounterBg",
|
|
2013
|
-
get: function get() {
|
|
2014
|
-
return ColorFunctions.fade(this.textareaBg, 0.9);
|
|
2015
|
-
}
|
|
2016
|
-
}, {
|
|
2017
|
-
key: "textareaCounterErrorColor",
|
|
2018
|
-
get: function get() {
|
|
2019
|
-
return this.errorText;
|
|
2020
|
-
}
|
|
2021
|
-
}, {
|
|
2022
|
-
key: "textareaCounterHelpIconColor",
|
|
2023
|
-
get: function get() {
|
|
2024
|
-
return this.linkColor;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
//#endregion Textarea
|
|
2028
|
-
//#region Radio
|
|
2029
|
-
}, {
|
|
2030
|
-
key: "radioOutlineWidth",
|
|
2031
|
-
get: function get() {
|
|
2032
|
-
return this.controlOutlineWidth;
|
|
2033
|
-
}
|
|
2034
|
-
}, {
|
|
2035
|
-
key: "radioTextColor",
|
|
2036
|
-
get: function get() {
|
|
2037
|
-
return this.textColorDefault;
|
|
2038
|
-
}
|
|
2039
|
-
}, {
|
|
2040
|
-
key: "radioFontSizeSmall",
|
|
2041
|
-
get: function get() {
|
|
2042
|
-
return this.fontSizeSmall;
|
|
2043
|
-
}
|
|
2044
|
-
}, {
|
|
2045
|
-
key: "radioFontSizeMedium",
|
|
2046
|
-
get: function get() {
|
|
2047
|
-
return this.fontSizeMedium;
|
|
2048
|
-
}
|
|
2049
|
-
}, {
|
|
2050
|
-
key: "radioFontSizeLarge",
|
|
2051
|
-
get: function get() {
|
|
2052
|
-
return this.fontSizeLarge;
|
|
2053
|
-
}
|
|
2054
|
-
}, {
|
|
2055
|
-
key: "radioLineHeightSmall",
|
|
2056
|
-
get: function get() {
|
|
2057
|
-
return this.controlLineHeightSmall;
|
|
2058
|
-
}
|
|
2059
|
-
}, {
|
|
2060
|
-
key: "radioLineHeightMedium",
|
|
2061
|
-
get: function get() {
|
|
2062
|
-
return this.controlLineHeightMedium;
|
|
2063
|
-
}
|
|
2064
|
-
}, {
|
|
2065
|
-
key: "radioLineHeightLarge",
|
|
2066
|
-
get: function get() {
|
|
2067
|
-
return this.controlLineHeightLarge;
|
|
2068
|
-
}
|
|
2069
|
-
}, {
|
|
2070
|
-
key: "radioPaddingYSmall",
|
|
2071
|
-
get: function get() {
|
|
2072
|
-
var controlHeight = parseInt(this.controlHeightSmall, 10) || 0;
|
|
2073
|
-
var lineHeight = parseInt(this.radioLineHeightSmall, 10) || 0;
|
|
2074
|
-
return (controlHeight - lineHeight) / 2 + "px";
|
|
2075
|
-
}
|
|
2076
|
-
}, {
|
|
2077
|
-
key: "radioPaddingYMedium",
|
|
2078
|
-
get: function get() {
|
|
2079
|
-
var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
|
|
2080
|
-
var lineHeight = parseInt(this.radioLineHeightMedium, 10) || 0;
|
|
2081
|
-
return (controlHeight - lineHeight) / 2 + "px";
|
|
2082
|
-
}
|
|
2083
|
-
}, {
|
|
2084
|
-
key: "radioPaddingYLarge",
|
|
2085
|
-
get: function get() {
|
|
2086
|
-
var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
|
|
2087
|
-
var lineHeight = parseInt(this.radioLineHeightLarge, 10) || 0;
|
|
2088
|
-
return (controlHeight - lineHeight) / 2 + "px";
|
|
2089
|
-
}
|
|
2090
|
-
}, {
|
|
2091
|
-
key: "radioHoverBg",
|
|
2092
|
-
get: function get() {
|
|
2093
|
-
return this.checkboxHoverBg;
|
|
2094
|
-
}
|
|
2095
|
-
}, {
|
|
2096
|
-
key: "radioActiveBg",
|
|
2097
|
-
get: function get() {
|
|
2098
|
-
return this.checkboxActiveBg;
|
|
2099
|
-
}
|
|
2100
|
-
}, {
|
|
2101
|
-
key: "radioBorderWidth",
|
|
2102
|
-
get: function get() {
|
|
2103
|
-
return this.controlBorderWidth;
|
|
2104
|
-
}
|
|
2105
|
-
}, {
|
|
2106
|
-
key: "radioBorderColor",
|
|
2107
|
-
get: function get() {
|
|
2108
|
-
return this.borderColorGrayLight;
|
|
2109
|
-
}
|
|
2110
|
-
}, {
|
|
2111
|
-
key: "radioBorder",
|
|
2112
|
-
get: function get() {
|
|
2113
|
-
return this.radioBorderWidth + " solid " + this.radioBorderColor;
|
|
2114
|
-
}
|
|
2115
|
-
}, {
|
|
2116
|
-
key: "radioBorderColorFocus",
|
|
2117
|
-
get: function get() {
|
|
2118
|
-
return this.borderColorFocus;
|
|
2119
|
-
}
|
|
2120
|
-
}, {
|
|
2121
|
-
key: "radioBorderColorWarning",
|
|
2122
|
-
get: function get() {
|
|
2123
|
-
return this.borderColorWarning;
|
|
2124
|
-
}
|
|
2125
|
-
}, {
|
|
2126
|
-
key: "radioBorderColorError",
|
|
2127
|
-
get: function get() {
|
|
2128
|
-
return this.borderColorError;
|
|
2129
|
-
}
|
|
2130
|
-
}, {
|
|
2131
|
-
key: "radioFocusShadow",
|
|
2132
|
-
get: function get() {
|
|
2133
|
-
return "inset 0 0 0 1px " + this.outlineColorFocus;
|
|
2134
|
-
}
|
|
2135
|
-
}, {
|
|
2136
|
-
key: "radioCheckedBgColor",
|
|
2137
|
-
get: function get() {
|
|
2138
|
-
return this.checkboxCheckedBg;
|
|
2139
|
-
}
|
|
2140
|
-
}, {
|
|
2141
|
-
key: "radioCheckedHoverBgColor",
|
|
2142
|
-
get: function get() {
|
|
2143
|
-
return ColorFunctions.darken(this.checkboxCheckedBg, '5%');
|
|
2144
|
-
}
|
|
2145
|
-
}, {
|
|
2146
|
-
key: "radioDisabledShadow",
|
|
2147
|
-
get: function get() {
|
|
2148
|
-
return "0 0 0 " + this.radioBorderWidth + " rgba(0, 0, 0, 0.1)";
|
|
2149
|
-
}
|
|
2150
|
-
}, {
|
|
2151
|
-
key: "radioCheckedDisabledBulletBg",
|
|
2152
|
-
get: function get() {
|
|
2153
|
-
return this.gray;
|
|
2154
|
-
}
|
|
2155
|
-
//#endregion
|
|
2156
|
-
//#region Tabs
|
|
2157
|
-
}, {
|
|
2158
|
-
key: "tabFontSizeSmall",
|
|
2159
|
-
get: function get() {
|
|
2160
|
-
return this.fontSizeSmall;
|
|
2161
|
-
}
|
|
2162
|
-
}, {
|
|
2163
|
-
key: "tabFontSizeMedium",
|
|
2164
|
-
get: function get() {
|
|
2165
|
-
return this.fontSizeMedium;
|
|
2166
|
-
}
|
|
2167
|
-
}, {
|
|
2168
|
-
key: "tabFontSizeLarge",
|
|
2169
|
-
get: function get() {
|
|
2170
|
-
return this.fontSizeLarge;
|
|
2171
|
-
}
|
|
2172
|
-
}, {
|
|
2173
|
-
key: "tabLineHeightSmall",
|
|
2174
|
-
get: function get() {
|
|
2175
|
-
return this.controlLineHeightSmall;
|
|
2176
|
-
}
|
|
2177
|
-
}, {
|
|
2178
|
-
key: "tabLineHeightMedium",
|
|
2179
|
-
get: function get() {
|
|
2180
|
-
return this.controlLineHeightMedium;
|
|
2181
|
-
}
|
|
2182
|
-
}, {
|
|
2183
|
-
key: "tabLineHeightLarge",
|
|
2184
|
-
get: function get() {
|
|
2185
|
-
return this.controlLineHeightLarge;
|
|
2186
|
-
}
|
|
2187
|
-
}, {
|
|
2188
|
-
key: "tabPaddingYSmall",
|
|
2189
|
-
get: function get() {
|
|
2190
|
-
var paddingY = parseInt(this.controlPaddingYSmall);
|
|
2191
|
-
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2192
|
-
return paddingY + borderWidth + "px";
|
|
2193
|
-
}
|
|
2194
|
-
}, {
|
|
2195
|
-
key: "tabPaddingYMedium",
|
|
2196
|
-
get: function get() {
|
|
2197
|
-
var paddingY = parseInt(this.controlPaddingYMedium);
|
|
2198
|
-
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2199
|
-
return paddingY + borderWidth + "px";
|
|
2200
|
-
}
|
|
2201
|
-
}, {
|
|
2202
|
-
key: "tabPaddingYLarge",
|
|
2203
|
-
get: function get() {
|
|
2204
|
-
var paddingY = parseInt(this.controlPaddingYLarge);
|
|
2205
|
-
var borderWidth = parseInt(this.controlBorderWidth);
|
|
2206
|
-
return paddingY + borderWidth + "px";
|
|
2207
|
-
}
|
|
2208
|
-
}, {
|
|
2209
|
-
key: "tabOutlineWidth",
|
|
2210
|
-
get: function get() {
|
|
2211
|
-
return this.controlOutlineWidth;
|
|
2212
|
-
}
|
|
2213
|
-
}, {
|
|
2214
|
-
key: "tabTextColorDefault",
|
|
2215
|
-
get: function get() {
|
|
2216
|
-
return this.textColorDefault;
|
|
2217
|
-
}
|
|
2218
|
-
}, {
|
|
2219
|
-
key: "tabColorFocus",
|
|
2220
|
-
get: function get() {
|
|
2221
|
-
return this.borderColorFocus;
|
|
2222
|
-
}
|
|
2223
|
-
}, {
|
|
2224
|
-
key: "tabColorError",
|
|
2225
|
-
get: function get() {
|
|
2226
|
-
return this.btnDangerBg;
|
|
2227
|
-
}
|
|
2228
|
-
}, {
|
|
2229
|
-
key: "tabColorWarning",
|
|
2230
|
-
get: function get() {
|
|
2231
|
-
return this.btnPayBg;
|
|
2232
|
-
}
|
|
2233
|
-
}, {
|
|
2234
|
-
key: "tabColorSuccess",
|
|
2235
|
-
get: function get() {
|
|
2236
|
-
return this.btnSuccessBg;
|
|
2237
|
-
}
|
|
2238
|
-
}, {
|
|
2239
|
-
key: "tabColorPrimary",
|
|
2240
|
-
get: function get() {
|
|
2241
|
-
return this.btnPrimaryBg;
|
|
2242
|
-
}
|
|
2243
|
-
}, {
|
|
2244
|
-
key: "tabColorHoverError",
|
|
2245
|
-
get: function get() {
|
|
2246
|
-
return ColorFunctions.lighten(this.tabColorError, '25%');
|
|
2247
|
-
}
|
|
2248
|
-
}, {
|
|
2249
|
-
key: "tabColorHoverWarning",
|
|
2250
|
-
get: function get() {
|
|
2251
|
-
return ColorFunctions.lighten(this.tabColorWarning, '25%');
|
|
2252
|
-
}
|
|
2253
|
-
}, {
|
|
2254
|
-
key: "tabColorHoverSuccess",
|
|
2255
|
-
get: function get() {
|
|
2256
|
-
return ColorFunctions.lighten(this.tabColorSuccess, '25%');
|
|
2257
|
-
}
|
|
2258
|
-
}, {
|
|
2259
|
-
key: "tabColorHoverPrimary",
|
|
2260
|
-
get: function get() {
|
|
2261
|
-
return ColorFunctions.lighten(this.tabColorPrimary, '25%');
|
|
2262
|
-
}
|
|
2263
|
-
}, {
|
|
2264
|
-
key: "spinnerBgColor",
|
|
2265
|
-
get:
|
|
2266
|
-
//#endregion Tabs
|
|
2267
|
-
//#region Spinner
|
|
2268
|
-
function get() {
|
|
2269
|
-
return this.grayXLight;
|
|
2270
|
-
}
|
|
2271
|
-
}, {
|
|
2272
|
-
key: "spinnerColor",
|
|
2273
|
-
get: function get() {
|
|
2274
|
-
return this.red;
|
|
2275
|
-
}
|
|
2276
|
-
}, {
|
|
2277
|
-
key: "spinnerDimmedColor",
|
|
2278
|
-
get: function get() {
|
|
2279
|
-
return this.gray;
|
|
2280
|
-
}
|
|
2281
|
-
}, {
|
|
2282
|
-
key: "spinnerCaptionColor",
|
|
2283
|
-
get: function get() {
|
|
2284
|
-
return this.gray;
|
|
2285
|
-
}
|
|
2286
|
-
}, {
|
|
2287
|
-
key: "spinnerFontSizeSmall",
|
|
2288
|
-
get: function get() {
|
|
2289
|
-
return this.fontSizeSmall;
|
|
2290
|
-
}
|
|
2291
|
-
}, {
|
|
2292
|
-
key: "spinnerFontSizeMedium",
|
|
2293
|
-
get: function get() {
|
|
2294
|
-
return this.fontSizeMedium;
|
|
2295
|
-
}
|
|
2296
|
-
}, {
|
|
2297
|
-
key: "spinnerFontSizeLarge",
|
|
2298
|
-
get: function get() {
|
|
2299
|
-
return this.fontSizeLarge;
|
|
2300
|
-
}
|
|
2301
|
-
}, {
|
|
2302
|
-
key: "spinnerLineHeightSmall",
|
|
2303
|
-
get: function get() {
|
|
2304
|
-
return this.controlLineHeightSmall;
|
|
2305
|
-
}
|
|
2306
|
-
}, {
|
|
2307
|
-
key: "spinnerLineHeightMedium",
|
|
2308
|
-
get: function get() {
|
|
2309
|
-
return this.controlLineHeightMedium;
|
|
2310
|
-
}
|
|
2311
|
-
}, {
|
|
2312
|
-
key: "spinnerLineHeightLarge",
|
|
2313
|
-
get: function get() {
|
|
2314
|
-
return this.controlLineHeightLarge;
|
|
2315
|
-
}
|
|
2316
|
-
}, {
|
|
2317
|
-
key: "switcherTextColor",
|
|
2318
|
-
get: function get() {
|
|
2319
|
-
return this.textColorDefault;
|
|
2320
|
-
}
|
|
2321
|
-
}, {
|
|
2322
|
-
key: "switcherOutlineWidth",
|
|
2323
|
-
get: function get() {
|
|
2324
|
-
return this.btnOutlineWidth;
|
|
2325
|
-
}
|
|
2326
|
-
}, {
|
|
2327
|
-
key: "switcherCaptionFontSizeSmall",
|
|
2328
|
-
get: function get() {
|
|
2329
|
-
return this.btnFontSizeSmall;
|
|
2330
|
-
}
|
|
2331
|
-
}, {
|
|
2332
|
-
key: "switcherCaptionFontSizeMedium",
|
|
2333
|
-
get: function get() {
|
|
2334
|
-
return this.btnFontSizeMedium;
|
|
2335
|
-
}
|
|
2336
|
-
}, {
|
|
2337
|
-
key: "switcherCaptionFontSizeLarge",
|
|
2338
|
-
get: function get() {
|
|
2339
|
-
return this.btnFontSizeLarge;
|
|
2340
|
-
}
|
|
2341
|
-
}, {
|
|
2342
|
-
key: "switcherCaptionLineHeightSmall",
|
|
2343
|
-
get: function get() {
|
|
2344
|
-
return this.btnLineHeightSmall;
|
|
2345
|
-
}
|
|
2346
|
-
}, {
|
|
2347
|
-
key: "switcherCaptionLineHeightMedium",
|
|
2348
|
-
get: function get() {
|
|
2349
|
-
return this.btnLineHeightMedium;
|
|
2350
|
-
}
|
|
2351
|
-
}, {
|
|
2352
|
-
key: "switcherCaptionLineHeightLarge",
|
|
2353
|
-
get: function get() {
|
|
2354
|
-
return this.btnLineHeightLarge;
|
|
2355
|
-
}
|
|
2356
|
-
}, {
|
|
2357
|
-
key: "switcherCaptionGapSmall",
|
|
2358
|
-
get: function get() {
|
|
2359
|
-
return this.btnPaddingXSmall;
|
|
2360
|
-
}
|
|
2361
|
-
}, {
|
|
2362
|
-
key: "switcherCaptionGapMedium",
|
|
2363
|
-
get: function get() {
|
|
2364
|
-
return this.btnPaddingXMedium;
|
|
2365
|
-
}
|
|
2366
|
-
}, {
|
|
2367
|
-
key: "switcherCaptionGapLarge",
|
|
2368
|
-
get: function get() {
|
|
2369
|
-
return this.btnPaddingXLarge;
|
|
2370
|
-
}
|
|
2371
|
-
}, {
|
|
2372
|
-
key: "switcherButtonPaddingYSmall",
|
|
2373
|
-
get: function get() {
|
|
2374
|
-
return this.btnPaddingYSmall;
|
|
2375
|
-
}
|
|
2376
|
-
}, {
|
|
2377
|
-
key: "switcherButtonPaddingYMedium",
|
|
2378
|
-
get: function get() {
|
|
2379
|
-
return this.btnPaddingYMedium;
|
|
2380
|
-
}
|
|
2381
|
-
}, {
|
|
2382
|
-
key: "switcherButtonPaddingYLarge",
|
|
2383
|
-
get: function get() {
|
|
2384
|
-
return this.btnPaddingYLarge;
|
|
2385
|
-
}
|
|
2386
|
-
}, {
|
|
2387
|
-
key: "switcherButtonLineHeightSmall",
|
|
2388
|
-
get: function get() {
|
|
2389
|
-
return this.btnLineHeightSmall;
|
|
2390
|
-
}
|
|
2391
|
-
}, {
|
|
2392
|
-
key: "switcherButtonLineHeightMedium",
|
|
2393
|
-
get: function get() {
|
|
2394
|
-
return this.btnLineHeightMedium;
|
|
2395
|
-
}
|
|
2396
|
-
}, {
|
|
2397
|
-
key: "switcherButtonLineHeightLarge",
|
|
2398
|
-
get: function get() {
|
|
2399
|
-
return this.btnLineHeightLarge;
|
|
2400
|
-
}
|
|
2401
|
-
}, {
|
|
2402
|
-
key: "switcherButtonFontSizeSmall",
|
|
2403
|
-
get: function get() {
|
|
2404
|
-
return this.btnFontSizeSmall;
|
|
2405
|
-
}
|
|
2406
|
-
}, {
|
|
2407
|
-
key: "switcherButtonFontSizeMedium",
|
|
2408
|
-
get: function get() {
|
|
2409
|
-
return this.btnFontSizeMedium;
|
|
2410
|
-
}
|
|
2411
|
-
}, {
|
|
2412
|
-
key: "switcherButtonFontSizeLarge",
|
|
2413
|
-
get: function get() {
|
|
2414
|
-
return this.btnFontSizeLarge;
|
|
2415
|
-
}
|
|
2416
|
-
}, {
|
|
2417
|
-
key: "switcherButtonBorderRadiusSmall",
|
|
2418
|
-
get: function get() {
|
|
2419
|
-
return this.btnBorderRadiusSmall;
|
|
2420
|
-
}
|
|
2421
|
-
}, {
|
|
2422
|
-
key: "switcherButtonBorderRadiusMedium",
|
|
2423
|
-
get: function get() {
|
|
2424
|
-
return this.btnBorderRadiusMedium;
|
|
2425
|
-
}
|
|
2426
|
-
}, {
|
|
2427
|
-
key: "switcherButtonBorderRadiusLarge",
|
|
2428
|
-
get: function get() {
|
|
2429
|
-
return this.btnBorderRadiusLarge;
|
|
2430
|
-
}
|
|
2431
|
-
}, {
|
|
2432
|
-
key: "switcherButtonBorderWidth",
|
|
2433
|
-
get: function get() {
|
|
2434
|
-
return this.btnBorderWidth;
|
|
2435
|
-
}
|
|
2436
|
-
}, {
|
|
2437
|
-
key: "switcherButtonDisabledBorderColor",
|
|
2438
|
-
get: function get() {
|
|
2439
|
-
return this.switcherBtnDisabledBorderColor;
|
|
2440
|
-
}
|
|
2441
|
-
}, {
|
|
2442
|
-
key: "switcherButtonCheckedDisabledShadow",
|
|
2443
|
-
get: function get() {
|
|
2444
|
-
return this.btnCheckedDisabledShadow;
|
|
2445
|
-
}
|
|
2446
|
-
//#endregion
|
|
2447
|
-
//#region MobilePopup
|
|
2448
|
-
}, {
|
|
2449
|
-
key: "mobilePopupHeaderFontSize",
|
|
2450
|
-
get: function get() {
|
|
2451
|
-
return this.fontSizeMobile;
|
|
2452
|
-
}
|
|
2453
|
-
}, {
|
|
2454
|
-
key: "mobilePopupHeaderLineHeight",
|
|
2455
|
-
get: function get() {
|
|
2456
|
-
return this.lineHeightMobile;
|
|
2457
|
-
}
|
|
2458
|
-
}, {
|
|
2459
|
-
key: "globalLoaderColor",
|
|
2460
|
-
get:
|
|
2461
|
-
//#endregion
|
|
2462
|
-
//#region GlobalLoader
|
|
2463
|
-
function get() {
|
|
2464
|
-
return this.blueLight;
|
|
2465
|
-
}
|
|
2466
|
-
}, {
|
|
2467
|
-
key: "fileUploaderPaddingXSmall",
|
|
2468
|
-
get: function get() {
|
|
2469
|
-
return this.inputPaddingXSmall;
|
|
2470
|
-
}
|
|
2471
|
-
}, {
|
|
2472
|
-
key: "fileUploaderPaddingXMedium",
|
|
2473
|
-
get: function get() {
|
|
2474
|
-
return this.inputPaddingXMedium;
|
|
2475
|
-
}
|
|
2476
|
-
}, {
|
|
2477
|
-
key: "fileUploaderPaddingXLarge",
|
|
2478
|
-
get: function get() {
|
|
2479
|
-
return this.inputPaddingXLarge;
|
|
2480
|
-
}
|
|
2481
|
-
}, {
|
|
2482
|
-
key: "fileUploaderFontSizeSmall",
|
|
2483
|
-
get: function get() {
|
|
2484
|
-
return this.fontSizeSmall;
|
|
2485
|
-
}
|
|
2486
|
-
}, {
|
|
2487
|
-
key: "fileUploaderFontSizeMedium",
|
|
2488
|
-
get: function get() {
|
|
2489
|
-
return this.fontSizeMedium;
|
|
2490
|
-
}
|
|
2491
|
-
}, {
|
|
2492
|
-
key: "fileUploaderFontSizeLarge",
|
|
2493
|
-
get: function get() {
|
|
2494
|
-
return this.fontSizeLarge;
|
|
2495
|
-
}
|
|
2496
|
-
}, {
|
|
2497
|
-
key: "fileUploaderLineHeightSmall",
|
|
2498
|
-
get: function get() {
|
|
2499
|
-
return this.controlLineHeightSmall;
|
|
2500
|
-
}
|
|
2501
|
-
}, {
|
|
2502
|
-
key: "fileUploaderLineHeightMedium",
|
|
2503
|
-
get: function get() {
|
|
2504
|
-
return this.controlLineHeightMedium;
|
|
2505
|
-
}
|
|
2506
|
-
}, {
|
|
2507
|
-
key: "fileUploaderLineHeightLarge",
|
|
2508
|
-
get: function get() {
|
|
2509
|
-
return this.controlLineHeightLarge;
|
|
2510
|
-
}
|
|
2511
|
-
}, {
|
|
2512
|
-
key: "fileUploaderPaddingYSmall",
|
|
2513
|
-
get: function get() {
|
|
2514
|
-
return this.controlPaddingYSmall;
|
|
2515
|
-
}
|
|
2516
|
-
}, {
|
|
2517
|
-
key: "fileUploaderPaddingYMedium",
|
|
2518
|
-
get: function get() {
|
|
2519
|
-
return this.controlPaddingYMedium;
|
|
2520
|
-
}
|
|
2521
|
-
}, {
|
|
2522
|
-
key: "fileUploaderPaddingYLarge",
|
|
2523
|
-
get: function get() {
|
|
2524
|
-
return this.controlPaddingYLarge;
|
|
2525
|
-
}
|
|
2526
|
-
}, {
|
|
2527
|
-
key: "fileUploaderTextColorDefault",
|
|
2528
|
-
get: function get() {
|
|
2529
|
-
return this.textColorDefault;
|
|
2530
|
-
}
|
|
2531
|
-
}, {
|
|
2532
|
-
key: "fileUploaderBorderWidth",
|
|
2533
|
-
get: function get() {
|
|
2534
|
-
return this.controlBorderWidth;
|
|
2535
|
-
}
|
|
2536
|
-
}, {
|
|
2537
|
-
key: "fileUploaderDisabledBorder",
|
|
2538
|
-
get: function get() {
|
|
2539
|
-
return this.fileUploaderBorderWidth + " " + this.fileUploaderBorderStyle + " " + this.fileUploaderDisabledBorderColor;
|
|
2540
|
-
}
|
|
2541
|
-
}, {
|
|
2542
|
-
key: "fileUploaderBorderColorFocus",
|
|
2543
|
-
get: function get() {
|
|
2544
|
-
return this.borderColorFocus;
|
|
2545
|
-
}
|
|
2546
|
-
}, {
|
|
2547
|
-
key: "fileUploaderLinkColor",
|
|
2548
|
-
get: function get() {
|
|
2549
|
-
return this.textColorDefault;
|
|
2550
|
-
}
|
|
2551
|
-
}, {
|
|
2552
|
-
key: "fileUploaderBorderColorError",
|
|
2553
|
-
get: function get() {
|
|
2554
|
-
return this.borderColorError;
|
|
2555
|
-
}
|
|
2556
|
-
}, {
|
|
2557
|
-
key: "fileUploaderBorderColorWarning",
|
|
2558
|
-
get: function get() {
|
|
2559
|
-
return this.borderColorWarning;
|
|
2560
|
-
}
|
|
2561
|
-
}, {
|
|
2562
|
-
key: "fileUploaderDisabledBg",
|
|
2563
|
-
get: function get() {
|
|
2564
|
-
return this.btnDisabledBg;
|
|
2565
|
-
}
|
|
2566
|
-
}, {
|
|
2567
|
-
key: "fileUploaderDisabledTextColor",
|
|
2568
|
-
get: function get() {
|
|
2569
|
-
return this.textColorDisabled;
|
|
2570
|
-
}
|
|
2571
|
-
}, {
|
|
2572
|
-
key: "fileUploaderDisabledLinkColor",
|
|
2573
|
-
get: function get() {
|
|
2574
|
-
return this.textColorDisabled;
|
|
2575
|
-
}
|
|
2576
|
-
}, {
|
|
2577
|
-
key: "fileUploaderDisabledIconColor",
|
|
2578
|
-
get: function get() {
|
|
2579
|
-
return this.textColorDisabled;
|
|
2580
|
-
}
|
|
2581
|
-
}, {
|
|
2582
|
-
key: "fileUploaderDragOverBorderColor",
|
|
2583
|
-
get: function get() {
|
|
2584
|
-
return this.borderColorFocus;
|
|
2585
|
-
}
|
|
2586
|
-
}, {
|
|
2587
|
-
key: "closeBtnIconFocusShadow",
|
|
2588
|
-
get: function get() {
|
|
2589
|
-
return "inset 0 0 0 1px " + this.borderColorFocus + ", inset 0 0 0 2px " + this.outlineColorFocus;
|
|
2590
|
-
}
|
|
2591
|
-
//#endregion CloseIcon
|
|
2592
|
-
|
|
2593
|
-
//#region Autocomplete
|
|
2594
|
-
}, {
|
|
2595
|
-
key: "autocompleteMenuOffsetY",
|
|
2596
|
-
get: function get() {
|
|
2597
|
-
return this.menuOffsetY;
|
|
2598
|
-
}
|
|
2599
|
-
//#endregion Autocomplete
|
|
2600
|
-
|
|
2601
|
-
//#region Combobox
|
|
2602
|
-
}, {
|
|
2603
|
-
key: "comboboxMenuOffsetY",
|
|
2604
|
-
get: function get() {
|
|
2605
|
-
return this.menuOffsetY;
|
|
2606
|
-
}
|
|
2607
|
-
//#endregion Combobox
|
|
2608
|
-
|
|
2609
|
-
//#region MiniModal
|
|
2610
|
-
}, {
|
|
2611
|
-
key: "validationsTextColorError",
|
|
2612
|
-
get:
|
|
2613
|
-
//#endregion MiniModal
|
|
2614
|
-
|
|
2615
|
-
//#region react-ui-validations
|
|
2616
|
-
function get() {
|
|
2617
|
-
return this.errorText;
|
|
2618
|
-
}
|
|
2619
|
-
|
|
2620
|
-
//#endregion
|
|
2621
|
-
}]);
|
|
2622
|
-
}();
|
|
2623
|
-
_BasicLightThemeInternal = BasicLightThemeInternal; //#region Common variables
|
|
2624
|
-
BasicLightThemeInternal.labGrotesqueBaselineCompensation = '1';
|
|
2625
|
-
BasicLightThemeInternal.brand = '#2291ff';
|
|
2626
|
-
BasicLightThemeInternal.white = '#fff';
|
|
2627
|
-
BasicLightThemeInternal.grayXLight = '#ebebeb';
|
|
2628
|
-
BasicLightThemeInternal.gray = '#858585';
|
|
2629
|
-
BasicLightThemeInternal.grayDark = '#333';
|
|
2630
|
-
BasicLightThemeInternal.black = '#000';
|
|
2631
|
-
BasicLightThemeInternal.blueXxLight = '#cdedff';
|
|
2632
|
-
BasicLightThemeInternal.blueLight = '#1f87ef';
|
|
2633
|
-
BasicLightThemeInternal.blue = '#1874cf';
|
|
2634
|
-
BasicLightThemeInternal.greenXxLight = '#C7F9CC';
|
|
2635
|
-
BasicLightThemeInternal.green = '#1C8A3F';
|
|
2636
|
-
BasicLightThemeInternal.greenDark = '#197F39';
|
|
2637
|
-
BasicLightThemeInternal.red = '#FE4C4C';
|
|
2638
|
-
BasicLightThemeInternal.redXxLight = '#FFEBEB';
|
|
2639
|
-
BasicLightThemeInternal.redDark = '#CC2626';
|
|
2640
|
-
BasicLightThemeInternal.yellowXxLight = '#ffeec2';
|
|
2641
|
-
BasicLightThemeInternal.yellow = '#fcb73e';
|
|
2642
|
-
BasicLightThemeInternal.yellowDark = '#ef8b17';
|
|
2643
|
-
BasicLightThemeInternal.bgDefault = '#fff';
|
|
2644
|
-
BasicLightThemeInternal.bgDisabled = '#F0F0F0';
|
|
2645
|
-
BasicLightThemeInternal.warningMain = '#fcb73e';
|
|
2646
|
-
BasicLightThemeInternal.warningSecondary = '#fff0bc';
|
|
2647
|
-
BasicLightThemeInternal.warningText = '#d97e00';
|
|
2648
|
-
BasicLightThemeInternal.borderColorFocusLight = '#cdedff';
|
|
2649
|
-
BasicLightThemeInternal.borderColorGrayDark = 'rgba(0, 0, 0, 0.28)';
|
|
2650
|
-
BasicLightThemeInternal.borderColorGrayLight = 'rgba(0, 0, 0, 0.16)';
|
|
2651
|
-
BasicLightThemeInternal.borderColorDisabled = 'rgba(0, 0, 0, 0.10)';
|
|
2652
|
-
BasicLightThemeInternal.placeholderColor = '#adadad';
|
|
2653
|
-
BasicLightThemeInternal.outlineColorFocus = '#fff';
|
|
2654
|
-
BasicLightThemeInternal.placeholderColorLight = '#cdcdcd';
|
|
2655
|
-
BasicLightThemeInternal.blinkColor = 'rgba(0, 136, 255, 0.2)';
|
|
2656
|
-
BasicLightThemeInternal.controlBorderWidth = '1px';
|
|
2657
|
-
BasicLightThemeInternal.controlOutlineWidth = '2px';
|
|
2658
|
-
BasicLightThemeInternal.controlLineHeightSmall = '20px';
|
|
2659
|
-
BasicLightThemeInternal.controlLineHeightMedium = '22px';
|
|
2660
|
-
BasicLightThemeInternal.controlLineHeightLarge = '24px';
|
|
2661
|
-
BasicLightThemeInternal.controlPaddingYSmall = '5px';
|
|
2662
|
-
BasicLightThemeInternal.controlPaddingYMedium = '8px';
|
|
2663
|
-
BasicLightThemeInternal.controlPaddingYLarge = '11px';
|
|
2664
|
-
BasicLightThemeInternal.textColorDefault = '#222222';
|
|
2665
|
-
BasicLightThemeInternal.textColorInvert = '#fff';
|
|
2666
|
-
BasicLightThemeInternal.textColorDisabled = '#adadad';
|
|
2667
|
-
BasicLightThemeInternal.textColorDisabledContrast = '#858585';
|
|
2668
|
-
BasicLightThemeInternal.fontSizeSmall = '14px';
|
|
2669
|
-
BasicLightThemeInternal.fontSizeMedium = '16px';
|
|
2670
|
-
BasicLightThemeInternal.fontSizeLarge = '18px';
|
|
2671
|
-
BasicLightThemeInternal.fontSizeMobile = '18px';
|
|
2672
|
-
BasicLightThemeInternal.lineHeightMobile = '24px';
|
|
2673
|
-
BasicLightThemeInternal.specificityLevel = '0';
|
|
2674
|
-
BasicLightThemeInternal.fixedPanelShadow = 'none';
|
|
2675
|
-
BasicLightThemeInternal.bgActive = '#141414';
|
|
2676
|
-
BasicLightThemeInternal.bgChecked = '#3D3D3D';
|
|
2677
|
-
BasicLightThemeInternal.borderColorFocus = '#3D3D3D';
|
|
2678
|
-
BasicLightThemeInternal.controlHeightSmall = '32px';
|
|
2679
|
-
BasicLightThemeInternal.controlHeightMedium = '40px';
|
|
2680
|
-
BasicLightThemeInternal.controlHeightLarge = '48px';
|
|
2681
|
-
BasicLightThemeInternal.mobileMediaQuery = '(max-width: 576px) and (pointer: coarse)';
|
|
2682
|
-
BasicLightThemeInternal.transitionDuration = '100ms';
|
|
2683
|
-
BasicLightThemeInternal.transitionTimingFunction = 'cubic-bezier(0.5, 1, 0.89, 1)'; //#endregion Common variables
|
|
2684
|
-
//#region Link
|
|
2685
|
-
BasicLightThemeInternal.linkColor = '#222222';
|
|
2686
|
-
BasicLightThemeInternal.linkTextDecoration = 'underline';
|
|
2687
|
-
BasicLightThemeInternal.linkActiveColor = '#141414';
|
|
2688
|
-
BasicLightThemeInternal.linkHoverTextDecoration = 'none';
|
|
2689
|
-
BasicLightThemeInternal.linkSuccessActiveColor = '#167333';
|
|
2690
|
-
BasicLightThemeInternal.linkDangerHoverColor = '#BB1919';
|
|
2691
|
-
BasicLightThemeInternal.linkDangerActiveColor = '#AB0D0D';
|
|
2692
|
-
BasicLightThemeInternal.linkIconMarginRight = '4px';
|
|
2693
|
-
BasicLightThemeInternal.linkIconMarginLeft = '4px';
|
|
2694
|
-
BasicLightThemeInternal.linkGrayedColor = '#858585';
|
|
2695
|
-
BasicLightThemeInternal.linkGrayedHoverColor = '#292929';
|
|
2696
|
-
BasicLightThemeInternal.linkGrayedActiveColor = '#141414';
|
|
2697
|
-
BasicLightThemeInternal.linkButtonLineHeight = '34px';
|
|
2698
|
-
BasicLightThemeInternal.linkButtonPaddingX = '10px';
|
|
2699
|
-
BasicLightThemeInternal.linkTextDecorationStyle = 'solid';
|
|
2700
|
-
BasicLightThemeInternal.linkTextDecorationThickness = '1px';
|
|
2701
|
-
BasicLightThemeInternal.linkTextUnderlineOffset = '4px';
|
|
2702
|
-
BasicLightThemeInternal.linkTextUnderlineOpacity = '0.5';
|
|
2703
|
-
BasicLightThemeInternal.linkTextDecorationColor = "color-mix(in srgb, currentColor " + parseFloat(_BasicLightThemeInternal.linkTextUnderlineOpacity) * 100 + "%, transparent)";
|
|
2704
|
-
BasicLightThemeInternal.linkLineBorderBottomStyle = 'solid';
|
|
2705
|
-
BasicLightThemeInternal.linkLineBorderBottomWidth = '1px';
|
|
2706
|
-
BasicLightThemeInternal.linkLineBorderBottomOpacity = '0.5';
|
|
2707
|
-
BasicLightThemeInternal.linkLineBorderBottomColor = "color-mix(in srgb, currentColor " + parseFloat(_BasicLightThemeInternal.linkLineBorderBottomOpacity) * 100 + "%, transparent)";
|
|
2708
|
-
BasicLightThemeInternal.linkFocusOutlineColor = '#3D3D3D';
|
|
2709
|
-
BasicLightThemeInternal.tokenDisabledBg = 'rgba(0, 0, 0, 0.05)';
|
|
2710
|
-
BasicLightThemeInternal.tokenMarginYSmall = '2px';
|
|
2711
|
-
BasicLightThemeInternal.tokenMarginXSmall = '1px';
|
|
2712
|
-
BasicLightThemeInternal.tokenMarginYMedium = '2px';
|
|
2713
|
-
BasicLightThemeInternal.tokenMarginXMedium = '2px';
|
|
2714
|
-
BasicLightThemeInternal.tokenMarginYLarge = '2px';
|
|
2715
|
-
BasicLightThemeInternal.tokenMarginXLarge = '3px';
|
|
2716
|
-
BasicLightThemeInternal.tokenPaddingYSmall = '1px';
|
|
2717
|
-
BasicLightThemeInternal.tokenPaddingXSmall = '3px';
|
|
2718
|
-
BasicLightThemeInternal.tokenPaddingYMedium = '2px';
|
|
2719
|
-
BasicLightThemeInternal.tokenPaddingXMedium = '5px';
|
|
2720
|
-
BasicLightThemeInternal.tokenPaddingYLarge = '3px';
|
|
2721
|
-
BasicLightThemeInternal.tokenPaddingXLarge = '7px';
|
|
2722
|
-
BasicLightThemeInternal.tokenMarginBeforeIcon = '4px';
|
|
2723
|
-
BasicLightThemeInternal.tokenRemoveIconSize = '16px';
|
|
2724
|
-
BasicLightThemeInternal.tokenRemoveIconPaddingY = '0px';
|
|
2725
|
-
BasicLightThemeInternal.tokenRemoveIconPaddingX = '0px';
|
|
2726
|
-
BasicLightThemeInternal.tokenRemoveIconGap = '4px';
|
|
2727
|
-
BasicLightThemeInternal.tokenRemoveIconBoxSizing = 'content-box';
|
|
2728
|
-
BasicLightThemeInternal.tokenBorderRadius = '2px';
|
|
2729
|
-
BasicLightThemeInternal.tokenBorderWidth = '1px';
|
|
2730
|
-
BasicLightThemeInternal.tokenBorderColorDisabled = 'transparent';
|
|
2731
|
-
BasicLightThemeInternal.tokenOutlineWidth = '1px';
|
|
2732
|
-
BasicLightThemeInternal.tokenShadowDisabled = '';
|
|
2733
|
-
BasicLightThemeInternal.tokenBg = 'rgba(0, 0, 0, 0.1)';
|
|
2734
|
-
BasicLightThemeInternal.tokenColor = '#222222';
|
|
2735
|
-
BasicLightThemeInternal.tokenBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
2736
|
-
BasicLightThemeInternal.tokenBgHover = 'rgba(0, 0, 0, 0.16)';
|
|
2737
|
-
BasicLightThemeInternal.tokenColorHover = '#222222';
|
|
2738
|
-
BasicLightThemeInternal.tokenBorderColorHover = 'rgba(0, 0, 0, 0.16)';
|
|
2739
|
-
BasicLightThemeInternal.tokenBgActive = '#3D3D3D';
|
|
2740
|
-
BasicLightThemeInternal.tokenColorActive = '#FFFFFF';
|
|
2741
|
-
BasicLightThemeInternal.tokenBorderColorActive = 'transparent';
|
|
2742
|
-
BasicLightThemeInternal.tokenInputBorderRadius = '2px';
|
|
2743
|
-
BasicLightThemeInternal.tokenInputMenuPopupBg = 'transparent';
|
|
2744
|
-
BasicLightThemeInternal.tokenInputPaddingYSmall = '1px';
|
|
2745
|
-
BasicLightThemeInternal.tokenInputPaddingXSmall = '2px';
|
|
2746
|
-
BasicLightThemeInternal.tokenInputPaddingYMedium = '3px';
|
|
2747
|
-
BasicLightThemeInternal.tokenInputPaddingXMedium = '3px';
|
|
2748
|
-
BasicLightThemeInternal.tokenInputPaddingYLarge = '5px';
|
|
2749
|
-
BasicLightThemeInternal.tokenInputPaddingXLarge = '4px';
|
|
2750
|
-
BasicLightThemeInternal.tokenInputPopupOffset = '2px';
|
|
2751
|
-
BasicLightThemeInternal.tokenInputPopupMarginSmall = '7px';
|
|
2752
|
-
BasicLightThemeInternal.tokenInputPopupMarginMedium = '10px';
|
|
2753
|
-
BasicLightThemeInternal.tokenInputPopupMarginLarge = '13px'; //#endregion TokenInput
|
|
2754
|
-
//#region Loader
|
|
2755
|
-
BasicLightThemeInternal.loaderBg = 'rgba(255, 255, 255, 0.8)';
|
|
2756
|
-
BasicLightThemeInternal.loaderOpacity = '0.8';
|
|
2757
|
-
BasicLightThemeInternal.loaderBorderRadius = '0px'; //#endregion
|
|
2758
|
-
//#region Button
|
|
2759
|
-
BasicLightThemeInternal.btnBackgroundClip = 'padding-box';
|
|
2760
|
-
BasicLightThemeInternal.btnLinkBorderRadius = '2px';
|
|
2761
|
-
BasicLightThemeInternal.btnFocusShadowWidth = '2px';
|
|
2762
|
-
BasicLightThemeInternal.btnBorderColorTransition = '';
|
|
2763
|
-
BasicLightThemeInternal.btnDisabledBorderColor = 'rgba(0, 0, 0, 0.10)';
|
|
2764
|
-
BasicLightThemeInternal.btnCheckedBg = '#3D3D3D';
|
|
2765
|
-
BasicLightThemeInternal.btnCheckedDisabledBg = '#ADADAD';
|
|
2766
|
-
BasicLightThemeInternal.btnCheckedDisabledColor = '#E6E6E6';
|
|
2767
|
-
BasicLightThemeInternal.btnCheckedTextColor = '#fff';
|
|
2768
|
-
BasicLightThemeInternal.btnCheckedShadow = 'none';
|
|
2769
|
-
BasicLightThemeInternal.btnCheckedDisabledShadow = 'none';
|
|
2770
|
-
BasicLightThemeInternal.btnBorderRadiusSmall = '8px';
|
|
2771
|
-
BasicLightThemeInternal.btnBorderRadiusMedium = '8px';
|
|
2772
|
-
BasicLightThemeInternal.btnBorderRadiusLarge = '8px';
|
|
2773
|
-
BasicLightThemeInternal.btnInsetWidth = '1px';
|
|
2774
|
-
BasicLightThemeInternal.btnPaddingXSmall = '12px';
|
|
2775
|
-
BasicLightThemeInternal.btnPaddingXMedium = '16px';
|
|
2776
|
-
BasicLightThemeInternal.btnPaddingXLarge = '20px';
|
|
2777
|
-
BasicLightThemeInternal.btnIconGapSmallLeft = '4px';
|
|
2778
|
-
BasicLightThemeInternal.btnIconGapMediumLeft = '6px';
|
|
2779
|
-
BasicLightThemeInternal.btnIconGapLargeLeft = '8px';
|
|
2780
|
-
BasicLightThemeInternal.btnIconSizeSmall = '16px';
|
|
2781
|
-
BasicLightThemeInternal.btnIconSizeMedium = '20px';
|
|
2782
|
-
BasicLightThemeInternal.btnIconSizeLarge = '24px';
|
|
2783
|
-
BasicLightThemeInternal.btnDefaultBg = '#fff';
|
|
2784
|
-
BasicLightThemeInternal.btnDefaultBgStart = 'none';
|
|
2785
|
-
BasicLightThemeInternal.btnDefaultBgEnd = 'none';
|
|
2786
|
-
BasicLightThemeInternal.btnDefaultHoverBg = '#F0F0F0';
|
|
2787
|
-
BasicLightThemeInternal.btnDefaultHoverBgStart = 'none';
|
|
2788
|
-
BasicLightThemeInternal.btnDefaultHoverBgEnd = 'none';
|
|
2789
|
-
BasicLightThemeInternal.btnDefaultActiveBg = '#E6E6E6';
|
|
2790
|
-
BasicLightThemeInternal.btnDefaultHoverTextColor = '';
|
|
2791
|
-
BasicLightThemeInternal.btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
2792
|
-
BasicLightThemeInternal.btnDefaultActiveShadow = 'none';
|
|
2793
|
-
BasicLightThemeInternal.btnSuccessBg = '#26AD50';
|
|
2794
|
-
BasicLightThemeInternal.btnSuccessBorderColor = '#26AD50';
|
|
2795
|
-
BasicLightThemeInternal.btnSuccessHoverBg = '#23A14A';
|
|
2796
|
-
BasicLightThemeInternal.btnSuccessHoverBorderColor = '#23A14A';
|
|
2797
|
-
BasicLightThemeInternal.btnSuccessHoverTextColor = '';
|
|
2798
|
-
BasicLightThemeInternal.btnSuccessBgStart = 'none';
|
|
2799
|
-
BasicLightThemeInternal.btnSuccessBgEnd = 'none';
|
|
2800
|
-
BasicLightThemeInternal.btnSuccessTextColor = '#fff';
|
|
2801
|
-
BasicLightThemeInternal.btnSuccessHoverBgStart = 'none';
|
|
2802
|
-
BasicLightThemeInternal.btnSuccessHoverBgEnd = 'none';
|
|
2803
|
-
BasicLightThemeInternal.btnSuccessActiveBg = '#209644';
|
|
2804
|
-
BasicLightThemeInternal.btnSuccessActiveBorderColor = '#209644';
|
|
2805
|
-
BasicLightThemeInternal.btnSuccessActiveShadow = 'none';
|
|
2806
|
-
BasicLightThemeInternal.btnPrimaryBg = '#3D3D3D';
|
|
2807
|
-
BasicLightThemeInternal.btnPrimaryHoverBg = '#292929';
|
|
2808
|
-
BasicLightThemeInternal.btnPrimaryActiveBg = '#141414';
|
|
2809
|
-
BasicLightThemeInternal.btnPrimaryHoverTextColor = '';
|
|
2810
|
-
BasicLightThemeInternal.btnPrimaryBorderColor = '#3D3D3D';
|
|
2811
|
-
BasicLightThemeInternal.btnPrimaryHoverBorderColor = '#292929';
|
|
2812
|
-
BasicLightThemeInternal.btnPrimaryActiveBorderColor = '#141414';
|
|
2813
|
-
BasicLightThemeInternal.btnPrimaryBgStart = 'none';
|
|
2814
|
-
BasicLightThemeInternal.btnPrimaryBgEnd = 'none';
|
|
2815
|
-
BasicLightThemeInternal.btnPrimaryTextColor = '#fff';
|
|
2816
|
-
BasicLightThemeInternal.btnPrimaryHoverBgStart = 'none';
|
|
2817
|
-
BasicLightThemeInternal.btnPrimaryHoverBgEnd = 'none';
|
|
2818
|
-
BasicLightThemeInternal.btnPrimaryActiveShadow = 'none';
|
|
2819
|
-
BasicLightThemeInternal.btnDangerHoverBg = '#ED3F3F';
|
|
2820
|
-
BasicLightThemeInternal.btnDangerHoverBorderColor = '#ED3F3F';
|
|
2821
|
-
BasicLightThemeInternal.btnDangerHoverTextColor = '';
|
|
2822
|
-
BasicLightThemeInternal.btnDangerBgStart = 'none';
|
|
2823
|
-
BasicLightThemeInternal.btnDangerBgEnd = 'none';
|
|
2824
|
-
BasicLightThemeInternal.btnDangerTextColor = '#fff';
|
|
2825
|
-
BasicLightThemeInternal.btnDangerHoverBgStart = 'none';
|
|
2826
|
-
BasicLightThemeInternal.btnDangerHoverBgEnd = 'none';
|
|
2827
|
-
BasicLightThemeInternal.btnDangerActiveBg = '#DD3333';
|
|
2828
|
-
BasicLightThemeInternal.btnDangerActiveShadow = 'none';
|
|
2829
|
-
BasicLightThemeInternal.btnPayBg = '#fcb73e';
|
|
2830
|
-
BasicLightThemeInternal.btnPayHoverBg = '#fda70c';
|
|
2831
|
-
BasicLightThemeInternal.btnPayHoverBorderColor = '#fda70c';
|
|
2832
|
-
BasicLightThemeInternal.btnPayHoverTextColor = '';
|
|
2833
|
-
BasicLightThemeInternal.btnPayBorderColor = '#fcb73e';
|
|
2834
|
-
BasicLightThemeInternal.btnPayBgStart = 'none';
|
|
2835
|
-
BasicLightThemeInternal.btnPayBgEnd = 'none';
|
|
2836
|
-
BasicLightThemeInternal.btnPayHoverBgStart = 'none';
|
|
2837
|
-
BasicLightThemeInternal.btnPayHoverBgEnd = 'none';
|
|
2838
|
-
BasicLightThemeInternal.btnPayActiveBg = '#f69912';
|
|
2839
|
-
BasicLightThemeInternal.btnPayActiveBorderColor = '#f69912';
|
|
2840
|
-
BasicLightThemeInternal.btnPayActiveShadow = 'none';
|
|
2841
|
-
BasicLightThemeInternal.btnMenuArrowColor = '#a6a6a6';
|
|
2842
|
-
BasicLightThemeInternal.btnDisabledBg = 'rgba(0, 0, 0, 0.06)';
|
|
2843
|
-
BasicLightThemeInternal.btnInsetColor = '#fff';
|
|
2844
|
-
BasicLightThemeInternal.btnBacklessBg = 'transparent';
|
|
2845
|
-
BasicLightThemeInternal.btnBacklessHoverBg = 'rgba(0, 0, 0, 0.06)';
|
|
2846
|
-
BasicLightThemeInternal.btnBacklessActiveBg = 'rgba(0, 0, 0, 0.1)';
|
|
2847
|
-
BasicLightThemeInternal.btnBacklessHoverTextColor = '';
|
|
2848
|
-
BasicLightThemeInternal.btnTextBg = 'transparent';
|
|
2849
|
-
BasicLightThemeInternal.btnTextHoverBg = 'rgba(0, 0, 0, 0.06)';
|
|
2850
|
-
BasicLightThemeInternal.btnTextActiveBg = 'rgba(0, 0, 0, 0.1)';
|
|
2851
|
-
BasicLightThemeInternal.btnTextHoverTextColor = '';
|
|
2852
|
-
BasicLightThemeInternal.btnWithIconPaddingLeftSmall = '8px';
|
|
2853
|
-
BasicLightThemeInternal.btnWithIconPaddingLeftMedium = '10px';
|
|
2854
|
-
BasicLightThemeInternal.btnWithIconPaddingLeftLarge = '12px';
|
|
2855
|
-
BasicLightThemeInternal.btnIconColor = '';
|
|
2856
|
-
BasicLightThemeInternal.btnIconHoverColor = '';
|
|
2857
|
-
BasicLightThemeInternal.btnIconDisabledColor = '';
|
|
2858
|
-
BasicLightThemeInternal.selectPlaceholderColor = '#adadad';
|
|
2859
|
-
BasicLightThemeInternal.selectPaddingXSmall = '7px';
|
|
2860
|
-
BasicLightThemeInternal.selectPaddingXMedium = '11px';
|
|
2861
|
-
BasicLightThemeInternal.selectPaddingXLarge = '15px';
|
|
2862
|
-
BasicLightThemeInternal.selectRootWidthMobile = 'auto';
|
|
2863
|
-
BasicLightThemeInternal.mobileSelectMaxWidth = '100%';
|
|
2864
|
-
BasicLightThemeInternal.selectBorderColorTransition = "box-shadow " + _BasicLightThemeInternal.transitionDuration + " " + _BasicLightThemeInternal.transitionTimingFunction + ";"; //#endregion Select
|
|
2865
|
-
//#region Tooltip
|
|
2866
|
-
BasicLightThemeInternal.tooltipPaddingY = '16px';
|
|
2867
|
-
BasicLightThemeInternal.tooltipPaddingX = '16px';
|
|
2868
|
-
BasicLightThemeInternal.tooltipCloseBtnPadding = '4px';
|
|
2869
|
-
BasicLightThemeInternal.tooltipCloseBtnSide = '16px';
|
|
2870
|
-
BasicLightThemeInternal.tooltipCloseBtnColor = 'rgba(0, 0, 0, 0.32)';
|
|
2871
|
-
BasicLightThemeInternal.tooltipCloseBtnHoverColor = 'rgba(0, 0, 0, 0.5)';
|
|
2872
|
-
BasicLightThemeInternal.tooltipBg = '#fff';
|
|
2873
|
-
BasicLightThemeInternal.tooltipBorderRadius = '8px';
|
|
2874
|
-
BasicLightThemeInternal.tooltipPinOffsetX = '16px';
|
|
2875
|
-
BasicLightThemeInternal.tooltipPinOffsetY = '18px';
|
|
2876
|
-
BasicLightThemeInternal.tooltipMargin = '10px';
|
|
2877
|
-
BasicLightThemeInternal.kebabMargin = '4px';
|
|
2878
|
-
BasicLightThemeInternal.kebabBackground = 'transparent';
|
|
2879
|
-
BasicLightThemeInternal.kebabBackgroundHover = 'rgba(0, 0, 0, 0.06)';
|
|
2880
|
-
BasicLightThemeInternal.kebabBackgroundActive = 'rgba(0, 0, 0, 0.10)';
|
|
2881
|
-
BasicLightThemeInternal.kebabBorderRadius = '50%';
|
|
2882
|
-
BasicLightThemeInternal.kebabBorder = '2px solid transparent';
|
|
2883
|
-
BasicLightThemeInternal.kebabSizeSmall = '24px';
|
|
2884
|
-
BasicLightThemeInternal.kebabSizeMedium = '32px';
|
|
2885
|
-
BasicLightThemeInternal.kebabSizeLarge = '40px';
|
|
2886
|
-
BasicLightThemeInternal.kebabIconSizeSmall = '16px';
|
|
2887
|
-
BasicLightThemeInternal.kebabIconSizeMedium = '20px';
|
|
2888
|
-
BasicLightThemeInternal.kebabIconSizeLarge = '24px';
|
|
2889
|
-
BasicLightThemeInternal.kebabIconColor = '#757575'; //#endregion
|
|
2890
|
-
//#region Modal
|
|
2891
|
-
BasicLightThemeInternal.modalWindowShadow = '0px 16px 32px 0px rgba(0, 0, 0, 0.06)';
|
|
2892
|
-
BasicLightThemeInternal.modalBackBg = '#000';
|
|
2893
|
-
BasicLightThemeInternal.modalBackOpacity = '0.16';
|
|
2894
|
-
BasicLightThemeInternal.modalCloseButtonColor = 'rgba(0, 0, 0, 0.32)';
|
|
2895
|
-
BasicLightThemeInternal.modalCloseButtonDisabledColor = '#8b8b8b';
|
|
2896
|
-
BasicLightThemeInternal.modalCloseButtonHoverColor = 'rgba(0, 0, 0, 0.865)';
|
|
2897
|
-
BasicLightThemeInternal.modalCloseButtonPadding = '32px';
|
|
2898
|
-
BasicLightThemeInternal.modalCloseButtonBottomPadding = '20px';
|
|
2899
|
-
BasicLightThemeInternal.modalCloseButtonClickArea = '6px';
|
|
2900
|
-
BasicLightThemeInternal.modalCloseIconSize = '20px';
|
|
2901
|
-
BasicLightThemeInternal.modalBorderRadius = '16px';
|
|
2902
|
-
BasicLightThemeInternal.modalFixedHeaderBorder = 'none';
|
|
2903
|
-
BasicLightThemeInternal.modalFixedFooterBorder = 'none';
|
|
2904
|
-
BasicLightThemeInternal.modalFixedPanelShadow = 'none';
|
|
2905
|
-
BasicLightThemeInternal.modalAdaptiveThreshold = '425px';
|
|
2906
|
-
BasicLightThemeInternal.modalPaddingTop = '24px';
|
|
2907
|
-
BasicLightThemeInternal.modalPaddingLeft = '32px';
|
|
2908
|
-
BasicLightThemeInternal.modalPaddingRight = '32px';
|
|
2909
|
-
BasicLightThemeInternal.modalHeaderFontSize = '24px';
|
|
2910
|
-
BasicLightThemeInternal.modalHeaderFontWeight = '700';
|
|
2911
|
-
BasicLightThemeInternal.modalHeaderLineHeight = '32px';
|
|
2912
|
-
BasicLightThemeInternal.modalHeaderPaddingBottom = '16px';
|
|
2913
|
-
BasicLightThemeInternal.modalHeaderPaddingTop = '24px';
|
|
2914
|
-
BasicLightThemeInternal.modalFixedHeaderMarginBottom = '0px';
|
|
2915
|
-
BasicLightThemeInternal.modalFixedFooterMarginTop = '0px';
|
|
2916
|
-
BasicLightThemeInternal.modalSeparatorBorderBottom = '1px solid #E6E6E6';
|
|
2917
|
-
BasicLightThemeInternal.modalBodyTextColor = 'inherit';
|
|
2918
|
-
BasicLightThemeInternal.modalFooterTextColor = 'inherit';
|
|
2919
|
-
BasicLightThemeInternal.modalBodyPaddingTop = '0';
|
|
2920
|
-
BasicLightThemeInternal.modalBodyPaddingBottom = '20px';
|
|
2921
|
-
BasicLightThemeInternal.modalBodyBorderRadius = '0px';
|
|
2922
|
-
BasicLightThemeInternal.modalFooterPaddingTop = '0px';
|
|
2923
|
-
BasicLightThemeInternal.modalFooterPaddingBottom = '20px';
|
|
2924
|
-
BasicLightThemeInternal.modalPaddingBottom = '40px';
|
|
2925
|
-
BasicLightThemeInternal.modalFooterPanelPaddingTop = '20px';
|
|
2926
|
-
BasicLightThemeInternal.mobileModalCloseButtonRightPadding = '16px';
|
|
2927
|
-
BasicLightThemeInternal.mobileModalCloseButtonTopPadding = '8px';
|
|
2928
|
-
BasicLightThemeInternal.mobileModalCloseButtonClickArea = '16px';
|
|
2929
|
-
BasicLightThemeInternal.mobileModalCloseIconSize = '20px';
|
|
2930
|
-
BasicLightThemeInternal.mobileModalHeaderFontSize = '24px';
|
|
2931
|
-
BasicLightThemeInternal.mobileModalHeaderLineHeight = '32px';
|
|
2932
|
-
BasicLightThemeInternal.mobileModalHeaderPadding = '16px';
|
|
2933
|
-
BasicLightThemeInternal.mobileModalBodyPadding = '0 16px 16px 16px';
|
|
2934
|
-
BasicLightThemeInternal.mobileModalBodyFontSize = '16px';
|
|
2935
|
-
BasicLightThemeInternal.mobileModalFooterPadding = '16px';
|
|
2936
|
-
BasicLightThemeInternal.mobileModalPaddingBottom = '16px';
|
|
2937
|
-
BasicLightThemeInternal.mobileModalContainerHeight = '100%';
|
|
2938
|
-
BasicLightThemeInternal.mobileModalContainerMarginTop = '0';
|
|
2939
|
-
BasicLightThemeInternal.mobileModalContainerMarginRight = '0';
|
|
2940
|
-
BasicLightThemeInternal.mobileModalContainerMarginBottom = '0';
|
|
2941
|
-
BasicLightThemeInternal.mobileModalContainerMarginLeft = '0';
|
|
2942
|
-
BasicLightThemeInternal.sidePageBackingBg = '#000';
|
|
2943
|
-
BasicLightThemeInternal.sidePageBackingBgOpacity = '0.16';
|
|
2944
|
-
BasicLightThemeInternal.sidePageCloseButtonColor = 'rgba(0, 0, 0, 0.374)';
|
|
2945
|
-
BasicLightThemeInternal.sidePageCloseButtonHoverColor = 'rgba(0, 0, 0, 0.5)';
|
|
2946
|
-
BasicLightThemeInternal.sidePageContainerShadow = '0 5px 10px rgba(0, 0, 0, 0.2)';
|
|
2947
|
-
BasicLightThemeInternal.mobileSidePagePaddingLeft = '16px';
|
|
2948
|
-
BasicLightThemeInternal.mobileSidePagePaddingRight = '16px';
|
|
2949
|
-
BasicLightThemeInternal.mobileSidePagePaddingTop = '16px';
|
|
2950
|
-
BasicLightThemeInternal.mobileSidePagePaddingBottom = '16px';
|
|
2951
|
-
BasicLightThemeInternal.mobileSidePageFooterPadding = '16px';
|
|
2952
|
-
BasicLightThemeInternal.sidePagePaddingLeft = '32px';
|
|
2953
|
-
BasicLightThemeInternal.sidePagePaddingRight = '36px';
|
|
2954
|
-
BasicLightThemeInternal.sidePagePaddingTop = '24px';
|
|
2955
|
-
BasicLightThemeInternal.sidePagePaddingBottom = '40px';
|
|
2956
|
-
BasicLightThemeInternal.sidePageFooterPaddingTop = '20px';
|
|
2957
|
-
BasicLightThemeInternal.sidePageFooterPaddingBottom = '20px';
|
|
2958
|
-
BasicLightThemeInternal.sidePageBgDefault = '#fff';
|
|
2959
|
-
BasicLightThemeInternal.sidePageBodyTextColor = 'inherit';
|
|
2960
|
-
BasicLightThemeInternal.sidePageFooterTextColor = 'inherit';
|
|
2961
|
-
BasicLightThemeInternal.sidePageHeaderFontSize = '24px';
|
|
2962
|
-
BasicLightThemeInternal.sidePageHeaderLineHeight = '32px';
|
|
2963
|
-
BasicLightThemeInternal.sidePageHeaderPaddingBottom = '16px';
|
|
2964
|
-
BasicLightThemeInternal.sidePageHeaderPaddingTop = '24px';
|
|
2965
|
-
BasicLightThemeInternal.sidePageHeaderFixedFontSize = '18px';
|
|
2966
|
-
BasicLightThemeInternal.sidePageHeaderFixedLineHeight = '28px';
|
|
2967
|
-
BasicLightThemeInternal.sidePageHeaderFixedPaddingY = '10px';
|
|
2968
|
-
BasicLightThemeInternal.sidePageHeaderStickyOffset = '9px';
|
|
2969
|
-
BasicLightThemeInternal.sidePageCloseButtonPadding = '32px';
|
|
2970
|
-
BasicLightThemeInternal.mobileSidePageCloseButtonPadding = '16px';
|
|
2971
|
-
BasicLightThemeInternal.sidePageCloseIconSize = '20px';
|
|
2972
|
-
BasicLightThemeInternal.sidePageCloseButtonClickArea = '6px';
|
|
2973
|
-
BasicLightThemeInternal.mobileSidePageCloseButtonClickArea = '16px';
|
|
2974
|
-
BasicLightThemeInternal.sidePageFixedPanelShadow = 'none';
|
|
2975
|
-
BasicLightThemeInternal.mobileSidePageHeaderFontSize = '24px';
|
|
2976
|
-
BasicLightThemeInternal.mobileSidePageHeaderLineHeight = '32px';
|
|
2977
|
-
BasicLightThemeInternal.mobileSidePageHeaderPaddingBottom = '16px';
|
|
2978
|
-
BasicLightThemeInternal.mobileSidePageHeaderPaddingTop = '16px';
|
|
2979
|
-
BasicLightThemeInternal.mobileSidePageCloseButtonRightPadding = '12px';
|
|
2980
|
-
BasicLightThemeInternal.sidePageHeaderFontWeight = 'bold';
|
|
2981
|
-
BasicLightThemeInternal.sidePageCloseButtonWrapperOffsetTop = '4px';
|
|
2982
|
-
BasicLightThemeInternal.dateInputMaskColor = '#b8b8b8';
|
|
2983
|
-
BasicLightThemeInternal.dateInputComponentSelectedBgColor = '';
|
|
2984
|
-
BasicLightThemeInternal.dateInputComponentSelectedTextColor = '';
|
|
2985
|
-
BasicLightThemeInternal.calendarBorderRadius = '8px';
|
|
2986
|
-
BasicLightThemeInternal.calendarCellHoverColor = '';
|
|
2987
|
-
BasicLightThemeInternal.calendarCellActiveHoverColor = '';
|
|
2988
|
-
BasicLightThemeInternal.calendarCellTodayBorder = '1px solid';
|
|
2989
|
-
BasicLightThemeInternal.calendarCellBorderRadius = '9999px';
|
|
2990
|
-
BasicLightThemeInternal.calendarCellSelectedBgColor = '#E6E6E6';
|
|
2991
|
-
BasicLightThemeInternal.calendarCellSelectedFontColor = 'inherit';
|
|
2992
|
-
BasicLightThemeInternal.calendarCellHeight = '32px';
|
|
2993
|
-
BasicLightThemeInternal.calendarCellFontSize = '14px';
|
|
2994
|
-
BasicLightThemeInternal.calendarMonthTitleBorderBottomColor = '#dfdede';
|
|
2995
|
-
BasicLightThemeInternal.calendarCellHoverBgColor = '#F0F0F0';
|
|
2996
|
-
BasicLightThemeInternal.calendarPaddingX = '18px';
|
|
2997
|
-
BasicLightThemeInternal.calendarMonthTitleLineHeight = '20px';
|
|
2998
|
-
BasicLightThemeInternal.calendarMonthTitlePaddingTop = '12px';
|
|
2999
|
-
BasicLightThemeInternal.calendarMonthTitlePaddingBottom = '8px';
|
|
3000
|
-
BasicLightThemeInternal.calendarMonthTitleMarginX = '6px';
|
|
3001
|
-
BasicLightThemeInternal.calendarMonthTitleMarginBottom = '6px';
|
|
3002
|
-
BasicLightThemeInternal.calendarWrapperHeight = ' 330px';
|
|
3003
|
-
BasicLightThemeInternal.calendarMonthMarginBottom = '6px';
|
|
3004
|
-
BasicLightThemeInternal.calendarMaxMonthsToAppendOnScroll = '5';
|
|
3005
|
-
BasicLightThemeInternal.calendarGridRowSpacing = '0px';
|
|
3006
|
-
BasicLightThemeInternal.pickerShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';
|
|
3007
|
-
BasicLightThemeInternal.mobileCalendarPaddingX = '16px';
|
|
3008
|
-
BasicLightThemeInternal.mobileCalendarCellWidth = '40px';
|
|
3009
|
-
BasicLightThemeInternal.mobileCalendarCellHeight = '40px';
|
|
3010
|
-
BasicLightThemeInternal.mobileCalendarCellBorderRadius = '20px';
|
|
3011
|
-
BasicLightThemeInternal.mobileCalendarCellFontSize = '16px';
|
|
3012
|
-
BasicLightThemeInternal.mobileCalendarGridRowSpacing = '8px';
|
|
3013
|
-
BasicLightThemeInternal.mobileCalendarWrapperHeight = '304px';
|
|
3014
|
-
BasicLightThemeInternal.dateSelectMenuItemBgActive = '#F0F0F0';
|
|
3015
|
-
BasicLightThemeInternal.dateSelectMenuItemFontActive = '';
|
|
3016
|
-
BasicLightThemeInternal.dateSelectLineHeight = '20px';
|
|
3017
|
-
BasicLightThemeInternal.dateSelectFontSize = '14px';
|
|
3018
|
-
BasicLightThemeInternal.dateSelectFontWeight = 'bold';
|
|
3019
|
-
BasicLightThemeInternal.dateSelectMenuItemBgSelected = '#ececec';
|
|
3020
|
-
BasicLightThemeInternal.dateSelectTextColorInvert = '';
|
|
3021
|
-
BasicLightThemeInternal.mobileDateSelectFontSize = '16px';
|
|
3022
|
-
BasicLightThemeInternal.mobileDateSelectLineHeight = '20px';
|
|
3023
|
-
BasicLightThemeInternal.pagingPageLinkBoxSizing = 'border-box';
|
|
3024
|
-
BasicLightThemeInternal.pagingPageLinkPaddingX = '12px';
|
|
3025
|
-
BasicLightThemeInternal.pagingPageLinkPaddingY = '0.3125em';
|
|
3026
|
-
BasicLightThemeInternal.pagingPageLinkMinWidth = '0.75em';
|
|
3027
|
-
BasicLightThemeInternal.pagingPageForwardLinkMarginTop = '';
|
|
3028
|
-
BasicLightThemeInternal.pagingPageForwardLinkMarginLeft = '0px';
|
|
3029
|
-
BasicLightThemeInternal.pagingLineHeight = '22px';
|
|
3030
|
-
BasicLightThemeInternal.pagingDotsColor = '#ADADAD';
|
|
3031
|
-
BasicLightThemeInternal.pagingDotsPadding = '0.375em 0.625em 0';
|
|
3032
|
-
BasicLightThemeInternal.pagingPageLinkActiveBg = 'rgba(0, 0, 0, 0.1)';
|
|
3033
|
-
BasicLightThemeInternal.pagingPageLinkDisabledActiveBg = 'rgba(0, 0, 0, 0.04)';
|
|
3034
|
-
BasicLightThemeInternal.pagingPageLinkHoverBg = 'rgba(0, 0, 0, 0.06)';
|
|
3035
|
-
BasicLightThemeInternal.pagingPageLinkBorderRadius = '9999px';
|
|
3036
|
-
BasicLightThemeInternal.pagingPageLinkHintFontSize = '12px';
|
|
3037
|
-
BasicLightThemeInternal.pagingPageLinkHintLineHeight = '16px';
|
|
3038
|
-
BasicLightThemeInternal.pagingPageLinkHintMargin = '4px -20px 0px';
|
|
3039
|
-
BasicLightThemeInternal.pagingPageLinkMargin = '0px 1px';
|
|
3040
|
-
BasicLightThemeInternal.hintMaxWidth = '200px';
|
|
3041
|
-
BasicLightThemeInternal.hintPaddingY = '4px';
|
|
3042
|
-
BasicLightThemeInternal.hintPaddingX = '8px';
|
|
3043
|
-
BasicLightThemeInternal.hintTextAlign = 'center';
|
|
3044
|
-
BasicLightThemeInternal.hintBgColor = 'rgba(0, 0, 0, 0.76)';
|
|
3045
|
-
BasicLightThemeInternal.hintBorder = 'none';
|
|
3046
|
-
BasicLightThemeInternal.hintBorderRadius = '6px';
|
|
3047
|
-
BasicLightThemeInternal.hintMargin = '8px';
|
|
3048
|
-
BasicLightThemeInternal.toastPaddingY = '10px';
|
|
3049
|
-
BasicLightThemeInternal.toastPaddingX = '16px';
|
|
3050
|
-
BasicLightThemeInternal.toastBorderRadius = '8px';
|
|
3051
|
-
BasicLightThemeInternal.toastBorder = 'none';
|
|
3052
|
-
BasicLightThemeInternal.toastTop = '24px';
|
|
3053
|
-
BasicLightThemeInternal.toastBg = 'rgba(0, 0, 0, 0.76)';
|
|
3054
|
-
BasicLightThemeInternal.toastColor = 'white';
|
|
3055
|
-
BasicLightThemeInternal.toastLinkColor = '#fff';
|
|
3056
|
-
BasicLightThemeInternal.toastLinkTextDecorationHover = '';
|
|
3057
|
-
BasicLightThemeInternal.toastLinkBgHover = 'rgba(255, 255, 255, 0.12)';
|
|
3058
|
-
BasicLightThemeInternal.toastLinkBgActive = 'rgba(0, 0, 0, 0.87)';
|
|
3059
|
-
BasicLightThemeInternal.toastLinkPadding = '12px';
|
|
3060
|
-
BasicLightThemeInternal.toastClosePadding = '16px';
|
|
3061
|
-
BasicLightThemeInternal.toastCloseColor = 'rgba(255, 255, 255, 0.6)';
|
|
3062
|
-
BasicLightThemeInternal.toastCloseHoverColor = 'white';
|
|
3063
|
-
BasicLightThemeInternal.toastCloseSize = '16px'; //#endregion Toast
|
|
3064
|
-
//#region Dropdown
|
|
3065
|
-
BasicLightThemeInternal.dropdownMenuBorderColorTransition = '';
|
|
3066
|
-
BasicLightThemeInternal.dropdownMenuMenuBoxSizing = 'content-box';
|
|
3067
|
-
BasicLightThemeInternal.dropdownButtonBorderRadiusSmall = '8px';
|
|
3068
|
-
BasicLightThemeInternal.dropdownButtonBorderRadiusMedium = '8px';
|
|
3069
|
-
BasicLightThemeInternal.dropdownButtonBorderRadiusLarge = '8px';
|
|
3070
|
-
BasicLightThemeInternal.menuBorderRadius = '8px';
|
|
3071
|
-
BasicLightThemeInternal.menuBorder = 'none';
|
|
3072
|
-
BasicLightThemeInternal.menuShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';
|
|
3073
|
-
BasicLightThemeInternal.menuPaddingY = '0px';
|
|
3074
|
-
BasicLightThemeInternal.menuScrollContainerContentWrapperPaddingY = '4px';
|
|
3075
|
-
BasicLightThemeInternal.mobileMenuPaddingY = '0px';
|
|
3076
|
-
BasicLightThemeInternal.mobileMenuScrollContainerContentWrapperPaddingY = '0px';
|
|
3077
|
-
BasicLightThemeInternal.menuPaddingX = '4px';
|
|
3078
|
-
BasicLightThemeInternal.mobileMenuPaddingX = '8px';
|
|
3079
|
-
BasicLightThemeInternal.menuOffsetY = '4px';
|
|
3080
|
-
BasicLightThemeInternal.menuBoxSizing = 'border-box';
|
|
3081
|
-
BasicLightThemeInternal.menuItemSelectedBg = '#E6E6E6';
|
|
3082
|
-
BasicLightThemeInternal.menuItemHoverBg = '#F0F0F0';
|
|
3083
|
-
BasicLightThemeInternal.menuItemIconWidthSmall = '16px';
|
|
3084
|
-
BasicLightThemeInternal.menuItemIconWidthMedium = '20px';
|
|
3085
|
-
BasicLightThemeInternal.menuItemIconWidthLarge = '24px';
|
|
3086
|
-
BasicLightThemeInternal.menuItemIconGap = '4px';
|
|
3087
|
-
BasicLightThemeInternal.menuItemPaddingXSmall = '8px';
|
|
3088
|
-
BasicLightThemeInternal.menuItemPaddingYSmall = '6px';
|
|
3089
|
-
BasicLightThemeInternal.menuItemPaddingXMedium = '12px';
|
|
3090
|
-
BasicLightThemeInternal.menuItemPaddingYMedium = '9px';
|
|
3091
|
-
BasicLightThemeInternal.menuItemPaddingXLarge = '16px';
|
|
3092
|
-
BasicLightThemeInternal.menuItemPaddingYLarge = '12px';
|
|
3093
|
-
BasicLightThemeInternal.menuItemBorderRadius = '6px';
|
|
3094
|
-
BasicLightThemeInternal.menuItemCommentOpacity = '0.6';
|
|
3095
|
-
BasicLightThemeInternal.menuItemDisplay = 'block';
|
|
3096
|
-
BasicLightThemeInternal.menuItemPaddingMobile = '12px 16px';
|
|
3097
|
-
BasicLightThemeInternal.menuItemDisabledBg = 'transparent';
|
|
3098
|
-
BasicLightThemeInternal.menuItemGap = '1px'; //menuHeader
|
|
3099
|
-
BasicLightThemeInternal.menuHeaderColor = '#757575';
|
|
3100
|
-
BasicLightThemeInternal.menuHeaderLineHeightSmall = '16px';
|
|
3101
|
-
BasicLightThemeInternal.menuHeaderLineHeightMedium = '20px';
|
|
3102
|
-
BasicLightThemeInternal.menuHeaderLineHeightLarge = '22px';
|
|
3103
|
-
BasicLightThemeInternal.menuHeaderFontSizeSmall = '12px';
|
|
3104
|
-
BasicLightThemeInternal.menuHeaderFontSizeMedium = '14px';
|
|
3105
|
-
BasicLightThemeInternal.menuHeaderFontSizeLarge = '16px';
|
|
3106
|
-
BasicLightThemeInternal.menuHeaderPaddingXSmall = '8px';
|
|
3107
|
-
BasicLightThemeInternal.menuHeaderPaddingTopSmall = '12px';
|
|
3108
|
-
BasicLightThemeInternal.menuHeaderPaddingBottomSmall = '4px';
|
|
3109
|
-
BasicLightThemeInternal.menuHeaderPaddingXMedium = '12px';
|
|
3110
|
-
BasicLightThemeInternal.menuHeaderPaddingTopMedium = '14px';
|
|
3111
|
-
BasicLightThemeInternal.menuHeaderPaddingBottomMedium = '6px';
|
|
3112
|
-
BasicLightThemeInternal.menuHeaderPaddingXLarge = '16px';
|
|
3113
|
-
BasicLightThemeInternal.menuHeaderPaddingTopLarge = '18px';
|
|
3114
|
-
BasicLightThemeInternal.menuHeaderPaddingBottomLarge = '8px';
|
|
3115
|
-
BasicLightThemeInternal.menuHeaderTotalCountPaddingTopSmall = '4px';
|
|
3116
|
-
BasicLightThemeInternal.menuHeaderTotalCountPaddingTopMedium = '6px';
|
|
3117
|
-
BasicLightThemeInternal.menuHeaderTotalCountPaddingTopLarge = '8px';
|
|
3118
|
-
BasicLightThemeInternal.menuHeaderTotalCountPaddingBottomSmall = '12px';
|
|
3119
|
-
BasicLightThemeInternal.menuHeaderTotalCountPaddingBottomMedium = '14px';
|
|
3120
|
-
BasicLightThemeInternal.menuHeaderTotalCountPaddingBottomLarge = '18px';
|
|
3121
|
-
BasicLightThemeInternal.menuSeparatorBorderColor = '#ebebeb';
|
|
3122
|
-
BasicLightThemeInternal.menuSeparatorMarginY = '2px';
|
|
3123
|
-
BasicLightThemeInternal.menuSeparatorMarginX = '8px';
|
|
3124
|
-
BasicLightThemeInternal.menuSeparatorBorderWidth = '1px'; // mobileMenuSeparator
|
|
3125
|
-
BasicLightThemeInternal.mobileMenuSeparatorMarginY = '4px';
|
|
3126
|
-
BasicLightThemeInternal.mobileMenuSeparatorMarginX = '24px';
|
|
3127
|
-
BasicLightThemeInternal.toggleHandleActiveWidthIncrement = '0px';
|
|
3128
|
-
BasicLightThemeInternal.toggleHeightSmall = '20px';
|
|
3129
|
-
BasicLightThemeInternal.toggleWidthSmall = '32px';
|
|
3130
|
-
BasicLightThemeInternal.toggleHeightMedium = '22px';
|
|
3131
|
-
BasicLightThemeInternal.toggleWidthMedium = '34px';
|
|
3132
|
-
BasicLightThemeInternal.toggleHeightLarge = '24px';
|
|
3133
|
-
BasicLightThemeInternal.toggleWidthLarge = '36px';
|
|
3134
|
-
BasicLightThemeInternal.toggleBaseBg = '#fff';
|
|
3135
|
-
BasicLightThemeInternal.toggleBgHover = '#F0F0F0';
|
|
3136
|
-
BasicLightThemeInternal.toggleBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
3137
|
-
BasicLightThemeInternal.toggleHandleSizeSmall = '14px';
|
|
3138
|
-
BasicLightThemeInternal.toggleHandleSizeMedium = '16px';
|
|
3139
|
-
BasicLightThemeInternal.toggleHandleSizeLarge = '18px';
|
|
3140
|
-
BasicLightThemeInternal.toggleHandleLeft = '3px';
|
|
3141
|
-
BasicLightThemeInternal.toggleHandleTop = '3px';
|
|
3142
|
-
BasicLightThemeInternal.toggleBgFocus = 'linear-gradient(-180deg, #f1f1f1, #dedede)';
|
|
3143
|
-
BasicLightThemeInternal.toggleCaptionGap = '8px';
|
|
3144
|
-
BasicLightThemeInternal.toggleButtonOffsetY = '0px';
|
|
3145
|
-
BasicLightThemeInternal.toggleContainerBg = '#FFFFFF';
|
|
3146
|
-
BasicLightThemeInternal.toggleHandleBg = '#FFFFFF';
|
|
3147
|
-
BasicLightThemeInternal.toggleHandleBoxShadow = '0 0 0 1px rgba(0, 0, 0, 0.16)';
|
|
3148
|
-
BasicLightThemeInternal.toggleContainerBoxShadow = 'inset 0 0 0 1px rgba(0, 0, 0, 0.16)'; // idle :hover
|
|
3149
|
-
BasicLightThemeInternal.toggleContainerBoxShadowHover = 'inset 0 0 0 1px rgba(0, 0, 0, 0.16)';
|
|
3150
|
-
BasicLightThemeInternal.toggleHandleBgHover = '#FFFFFF';
|
|
3151
|
-
BasicLightThemeInternal.toggleHandleBoxShadowHover = '0 0 0 1px rgba(0, 0, 0, 0.16)';
|
|
3152
|
-
BasicLightThemeInternal.toggleContainerBoxShadowChecked = 'none';
|
|
3153
|
-
BasicLightThemeInternal.toggleHandleBoxShadowChecked = 'none';
|
|
3154
|
-
BasicLightThemeInternal.toggleHandleBgChecked = '#FFFFFF';
|
|
3155
|
-
BasicLightThemeInternal.toggleBgChecked = '#3D3D3D';
|
|
3156
|
-
BasicLightThemeInternal.toggleCheckedBg = '#fff';
|
|
3157
|
-
BasicLightThemeInternal.toggleCheckedBgHover = '#fff'; // checked :hover
|
|
3158
|
-
BasicLightThemeInternal.toggleContainerBoxShadowCheckedHover = 'none';
|
|
3159
|
-
BasicLightThemeInternal.toggleContainerBgCheckedHover = '#292929';
|
|
3160
|
-
BasicLightThemeInternal.toggleHandleBoxShadowCheckedHover = 'none';
|
|
3161
|
-
BasicLightThemeInternal.toggleHandleBgCheckedHover = '#F0F0F0'; // disabled
|
|
3162
|
-
BasicLightThemeInternal.toggleContainerBgDisabled = '#F0F0F0';
|
|
3163
|
-
BasicLightThemeInternal.toggleHandleBgDisabled = 'transparent';
|
|
3164
|
-
BasicLightThemeInternal.toggleContainerBoxShadowDisabled = 'inset 0 0 0 1px rgba(0, 0, 0, 0.1)';
|
|
3165
|
-
BasicLightThemeInternal.toggleHandleBoxShadowDisabled = '0 0 0 1px rgba(0, 0, 0, 0.1)';
|
|
3166
|
-
BasicLightThemeInternal.toggleDisabledHandleBg = '#fff';
|
|
3167
|
-
BasicLightThemeInternal.toggleContainerBgDisabledChecked = '#D6D6D6';
|
|
3168
|
-
BasicLightThemeInternal.toggleHandleBgDisabledChecked = '#F0F0F0';
|
|
3169
|
-
BasicLightThemeInternal.toggleContainerBoxShadowDisabledChecked = 'none';
|
|
3170
|
-
BasicLightThemeInternal.toggleHandleBoxShadowDisabledChecked = 'none';
|
|
3171
|
-
BasicLightThemeInternal.toggleBgDisabledChecked = '#dadada'; //#endregion Toggle
|
|
3172
|
-
//#region Popup
|
|
3173
|
-
BasicLightThemeInternal.popupBorder = 'none';
|
|
3174
|
-
BasicLightThemeInternal.popupBorderRadius = '8px';
|
|
3175
|
-
BasicLightThemeInternal.popupBorderColor = 'transparent';
|
|
3176
|
-
BasicLightThemeInternal.popupDropShadow = 'drop-shadow(0px 32px 32px rgba(0, 0, 0, 0.08)) drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.12))';
|
|
3177
|
-
BasicLightThemeInternal.popupBoxShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';
|
|
3178
|
-
BasicLightThemeInternal.popupPinOffsetX = '16px';
|
|
3179
|
-
BasicLightThemeInternal.popupPinOffsetY = '16px';
|
|
3180
|
-
BasicLightThemeInternal.popupMargin = '10px';
|
|
3181
|
-
BasicLightThemeInternal.popupPinSize = '8px';
|
|
3182
|
-
BasicLightThemeInternal.popupMenuMenuOffsetY = '0px';
|
|
3183
|
-
BasicLightThemeInternal.inputShadow = 'none';
|
|
3184
|
-
BasicLightThemeInternal.inputBg = 'white';
|
|
3185
|
-
BasicLightThemeInternal.inputIconColor = '#858585';
|
|
3186
|
-
BasicLightThemeInternal.inputColor = 'inherit';
|
|
3187
|
-
BasicLightThemeInternal.inputWidth = '200px';
|
|
3188
|
-
BasicLightThemeInternal.inputPaddingXSmall = '7px';
|
|
3189
|
-
BasicLightThemeInternal.inputPaddingXMedium = '11px';
|
|
3190
|
-
BasicLightThemeInternal.inputPaddingXLarge = '15px';
|
|
3191
|
-
BasicLightThemeInternal.inputIconGapSmall = '4px';
|
|
3192
|
-
BasicLightThemeInternal.inputIconGapMedium = '6px';
|
|
3193
|
-
BasicLightThemeInternal.inputIconGapLarge = '8px';
|
|
3194
|
-
BasicLightThemeInternal.inputIconSizeSmall = '16px';
|
|
3195
|
-
BasicLightThemeInternal.inputIconSizeMedium = '20px';
|
|
3196
|
-
BasicLightThemeInternal.inputIconSizeLarge = '24px';
|
|
3197
|
-
BasicLightThemeInternal.inputBackgroundClip = 'padding-box';
|
|
3198
|
-
BasicLightThemeInternal.inputBorderRadiusSmall = '2px';
|
|
3199
|
-
BasicLightThemeInternal.inputBorderRadiusMedium = '2px';
|
|
3200
|
-
BasicLightThemeInternal.inputBorderRadiusLarge = '2px';
|
|
3201
|
-
BasicLightThemeInternal.inputDisabledBackgroundClip = 'padding-box';
|
|
3202
|
-
BasicLightThemeInternal.inputBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
3203
|
-
BasicLightThemeInternal.inputBorderColorHover = 'rgba(0, 0, 0, 0.32)';
|
|
3204
|
-
BasicLightThemeInternal.inputBlinkColor = 'rgba(61, 61, 61, 0.2)';
|
|
3205
|
-
BasicLightThemeInternal.inputColorScheme = 'light';
|
|
3206
|
-
BasicLightThemeInternal.checkboxBoxSizeSmall = '16px';
|
|
3207
|
-
BasicLightThemeInternal.checkboxBoxSizeMedium = '20px';
|
|
3208
|
-
BasicLightThemeInternal.checkboxBoxSizeLarge = '24px';
|
|
3209
|
-
BasicLightThemeInternal.checkboxCaptionGap = '8px';
|
|
3210
|
-
BasicLightThemeInternal.checkboxBoxOffsetY = '1px';
|
|
3211
|
-
BasicLightThemeInternal.checkboxBgStart = '#fdfdfd';
|
|
3212
|
-
BasicLightThemeInternal.checkboxBgEnd = '#ededed';
|
|
3213
|
-
BasicLightThemeInternal.checkboxBorder = 'none';
|
|
3214
|
-
BasicLightThemeInternal.checkboxCheckedColor = '#fff';
|
|
3215
|
-
BasicLightThemeInternal.checkboxBorderRadius = '4px';
|
|
3216
|
-
BasicLightThemeInternal.checkboxBg = '#fff';
|
|
3217
|
-
BasicLightThemeInternal.checkboxCheckedHoverBg = '#292929';
|
|
3218
|
-
BasicLightThemeInternal.textareaBg = '#fff';
|
|
3219
|
-
BasicLightThemeInternal.textareaShadow = 'none';
|
|
3220
|
-
BasicLightThemeInternal.textareaBackgroundClip = 'padding-box';
|
|
3221
|
-
BasicLightThemeInternal.textareaBorderRadius = '2px';
|
|
3222
|
-
BasicLightThemeInternal.textareaWidth = '250px';
|
|
3223
|
-
BasicLightThemeInternal.textareaPaddingXSmall = '7px';
|
|
3224
|
-
BasicLightThemeInternal.textareaPaddingXMedium = '11px';
|
|
3225
|
-
BasicLightThemeInternal.textareaPaddingXLarge = '15px';
|
|
3226
|
-
BasicLightThemeInternal.textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';
|
|
3227
|
-
BasicLightThemeInternal.radioBulletSizeSmall = '6px';
|
|
3228
|
-
BasicLightThemeInternal.radioBulletSizeMedium = '10px';
|
|
3229
|
-
BasicLightThemeInternal.radioBulletSizeLarge = '12px';
|
|
3230
|
-
BasicLightThemeInternal.radioSizeSmall = '16px';
|
|
3231
|
-
BasicLightThemeInternal.radioSizeMedium = '20px';
|
|
3232
|
-
BasicLightThemeInternal.radioSizeLarge = '24px';
|
|
3233
|
-
BasicLightThemeInternal.radioCaptionGap = '8px';
|
|
3234
|
-
BasicLightThemeInternal.radioVerticalAlign = 'top';
|
|
3235
|
-
BasicLightThemeInternal.radioBgImage = 'none';
|
|
3236
|
-
BasicLightThemeInternal.radioBgColor = '#fff';
|
|
3237
|
-
BasicLightThemeInternal.radioBoxShadow = 'none';
|
|
3238
|
-
BasicLightThemeInternal.radioHoverShadow = 'none';
|
|
3239
|
-
BasicLightThemeInternal.radioActiveShadow = 'none';
|
|
3240
|
-
BasicLightThemeInternal.radioCheckedBorderColor = 'transparent';
|
|
3241
|
-
BasicLightThemeInternal.radioCheckedBulletColor = '#fff';
|
|
3242
|
-
BasicLightThemeInternal.radioDisabledBg = '#F0F0F0';
|
|
3243
|
-
BasicLightThemeInternal.radioCaptionDisplay = 'inline-flex';
|
|
3244
|
-
BasicLightThemeInternal.radioBorderWidthCompensation = '0px';
|
|
3245
|
-
BasicLightThemeInternal.radioCircleOffsetY = '1px';
|
|
3246
|
-
BasicLightThemeInternal.tabPaddingXSmall = '8px';
|
|
3247
|
-
BasicLightThemeInternal.tabPaddingXMedium = '10px';
|
|
3248
|
-
BasicLightThemeInternal.tabPaddingXLarge = '12px';
|
|
3249
|
-
BasicLightThemeInternal.tabBorderWidth = '2px';
|
|
3250
|
-
BasicLightThemeInternal.tabColorHover = '#D6D6D6';
|
|
3251
|
-
BasicLightThemeInternal.tabIndicatorBorderRadius = '2px';
|
|
3252
|
-
BasicLightThemeInternal.spinnerCaptionGapSmall = '6px';
|
|
3253
|
-
BasicLightThemeInternal.spinnerCaptionGapMedium = '-4px';
|
|
3254
|
-
BasicLightThemeInternal.spinnerCaptionGapLarge = '-3px';
|
|
3255
|
-
BasicLightThemeInternal.spinnerCaptionMarginSmall = '0 0 0 6px';
|
|
3256
|
-
BasicLightThemeInternal.spinnerCaptionMarginMedium = '0 0 0 6px';
|
|
3257
|
-
BasicLightThemeInternal.spinnerCaptionMarginLarge = '0 0 0 6px'; //#endregion
|
|
3258
|
-
//#region Switcher
|
|
3259
|
-
BasicLightThemeInternal.switcherBorderRadius = '8px';
|
|
3260
|
-
BasicLightThemeInternal.switcherButtonPaddingXSmall = '7px';
|
|
3261
|
-
BasicLightThemeInternal.switcherButtonPaddingXMedium = '11px';
|
|
3262
|
-
BasicLightThemeInternal.switcherButtonPaddingXLarge = '15px';
|
|
3263
|
-
BasicLightThemeInternal.switcherBtnDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
3264
|
-
BasicLightThemeInternal.mobilePopupTopPadding = '80px';
|
|
3265
|
-
BasicLightThemeInternal.mobilePopupContainerBottomPadding = '8px';
|
|
3266
|
-
BasicLightThemeInternal.mobilePopupHeaderPadding = '16px 16px 8px 16px';
|
|
3267
|
-
BasicLightThemeInternal.mobilePopupFooterPadding = '16px 16px 16px 16px';
|
|
3268
|
-
BasicLightThemeInternal.mobilePopupContainerBorderRadius = '16px';
|
|
3269
|
-
BasicLightThemeInternal.mobilePopupHeaderFontWeight = '500';
|
|
3270
|
-
BasicLightThemeInternal.mobilePopupHeaderChildPadding = '12px';
|
|
3271
|
-
BasicLightThemeInternal.mobilePopupOuterIndentY = '24px'; //#endregion
|
|
3272
|
-
//#region ScrollContainer
|
|
3273
|
-
BasicLightThemeInternal.scrollContainerScrollBarSize = '4px';
|
|
3274
|
-
BasicLightThemeInternal.scrollContainerScrollBarHoverSize = '10px';
|
|
3275
|
-
BasicLightThemeInternal.scrollContainerScrollBarColor = 'rgba(183, 183, 183, 0.7)';
|
|
3276
|
-
BasicLightThemeInternal.scrollContainerScrollBarInvertColor = 'rgba(255, 255, 255, 0.5)';
|
|
3277
|
-
BasicLightThemeInternal.scrollContainerScrollBarOffsetY = '4px';
|
|
3278
|
-
BasicLightThemeInternal.dropdownMenuScrollContainerScrollBarOffsetY = '0px'; //#endregion
|
|
3279
|
-
//#region PasswordInput
|
|
3280
|
-
BasicLightThemeInternal.passwordInputVisibilityIconColor = '#000';
|
|
3281
|
-
BasicLightThemeInternal.passwordInputVisibilityIconOpacity = '0.6';
|
|
3282
|
-
BasicLightThemeInternal.passwordInputVisibilityIconHoverColor = '#000';
|
|
3283
|
-
BasicLightThemeInternal.passwordInputVisibilityIconHoverOpacity = '1';
|
|
3284
|
-
BasicLightThemeInternal.globalLoaderHeight = '4px';
|
|
3285
|
-
BasicLightThemeInternal.globalLoaderWidth = '100%';
|
|
3286
|
-
BasicLightThemeInternal.globalLoaderPosition = 'fixed';
|
|
3287
|
-
BasicLightThemeInternal.globalLoaderTop = '0px';
|
|
3288
|
-
BasicLightThemeInternal.globalLoaderLeft = '0px';
|
|
3289
|
-
BasicLightThemeInternal.globalLoaderBottom = 'auto';
|
|
3290
|
-
BasicLightThemeInternal.globalLoaderRight = 'auto';
|
|
3291
|
-
BasicLightThemeInternal.globalLoaderBackgroundColor = 'transparent';
|
|
3292
|
-
BasicLightThemeInternal.globalLoaderTransitionToSpinnerDuration = '500'; //ms
|
|
3293
|
-
BasicLightThemeInternal.globalLoaderSpinnerAnimationDuration = '2000'; //ms
|
|
3294
|
-
BasicLightThemeInternal.globalLoaderSlowAnimationDuration = '20000'; //ms
|
|
3295
|
-
BasicLightThemeInternal.globalLoaderTransitionFromSpinnerDuration = '200'; //ms
|
|
3296
|
-
//#endregion
|
|
3297
|
-
//#region FileUploader
|
|
3298
|
-
BasicLightThemeInternal.fileUploaderWidth = '362px';
|
|
3299
|
-
BasicLightThemeInternal.fileUploaderBg = '';
|
|
3300
|
-
BasicLightThemeInternal.fileUploaderUploadButtonBg = '#fff';
|
|
3301
|
-
BasicLightThemeInternal.fileUploaderBorderRadius = '8px';
|
|
3302
|
-
BasicLightThemeInternal.fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';
|
|
3303
|
-
BasicLightThemeInternal.fileUploaderBorderStyle = 'dashed';
|
|
3304
|
-
BasicLightThemeInternal.fileUploaderAfterLinkColor = '#858585';
|
|
3305
|
-
BasicLightThemeInternal.fileUploaderIconSize = '14px';
|
|
3306
|
-
BasicLightThemeInternal.fileUploaderIconColor = '#222222';
|
|
3307
|
-
BasicLightThemeInternal.fileUploaderIconHoverColor = '#333';
|
|
3308
|
-
BasicLightThemeInternal.fileUploaderDisabledBgClip = 'padding-box';
|
|
3309
|
-
BasicLightThemeInternal.fileUploaderDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';
|
|
3310
|
-
BasicLightThemeInternal.fileUploaderLinkHoverTextDecoration = 'none';
|
|
3311
|
-
BasicLightThemeInternal.fileUploaderHoveredBg = 'rgba(0, 0, 0, 0.06)';
|
|
3312
|
-
BasicLightThemeInternal.fileUploaderHoveredBorderColor = 'transparent';
|
|
3313
|
-
BasicLightThemeInternal.fileUploaderIconGapSmall = '4px';
|
|
3314
|
-
BasicLightThemeInternal.fileUploaderIconGapMedium = '6px';
|
|
3315
|
-
BasicLightThemeInternal.fileUploaderIconGapLarge = '8px';
|
|
3316
|
-
BasicLightThemeInternal.fileUploaderDragOverShadow = '0px 0px 0px 3px rgb(149, 149, 149), 0px 0px 0px 8px rgba(61, 61, 61, 0.2)'; //#endregion FileUploader
|
|
3317
|
-
//#region CloseIcon
|
|
3318
|
-
BasicLightThemeInternal.closeBtnIconColor = 'rgba(0, 0, 0, 0.32)';
|
|
3319
|
-
BasicLightThemeInternal.closeBtnIconDisabledColor = '#8b8b8b';
|
|
3320
|
-
BasicLightThemeInternal.closeBtnIconHoverColor = 'rgba(0, 0, 0, 0.865)';
|
|
3321
|
-
BasicLightThemeInternal.closeBtnIconBorderRadius = '4px';
|
|
3322
|
-
BasicLightThemeInternal.miniModalHeaderPaddingBottom = '0';
|
|
3323
|
-
BasicLightThemeInternal.miniModalBodyPaddingTop = '16px';
|
|
3324
|
-
BasicLightThemeInternal.miniModalBodyPaddingBottom = '0';
|
|
3325
|
-
BasicLightThemeInternal.miniModalHeaderPaddingTop = '32px';
|
|
3326
|
-
BasicLightThemeInternal.miniModalActionGap = '8px';
|
|
3327
|
-
BasicLightThemeInternal.miniModalCancelIndent = '8px';
|
|
3328
|
-
BasicLightThemeInternal.miniModalFooterPaddingTop = '24px';
|
|
3329
|
-
BasicLightThemeInternal.miniModalFooterPaddingBottom = '32px';
|
|
3330
|
-
BasicLightThemeInternal.miniModalTitleMarginTop = '16px';
|
|
3331
|
-
BasicLightThemeInternal.miniModalHeightMobile = 'auto';
|
|
3332
|
-
BasicLightThemeInternal.miniModalMarginTopMobile = '80px';
|
|
3333
|
-
BasicLightThemeInternal.miniModalMarginLeftMobile = '24px';
|
|
3334
|
-
BasicLightThemeInternal.miniModalMarginRightMobile = '24px';
|
|
3335
|
-
BasicLightThemeInternal.miniModalFooterPaddingMobile = '24px 16px 16px';
|
|
3336
|
-
BasicLightThemeInternal.miniModalHeaderPaddingMobile = '32px 16px 0';
|
|
3337
|
-
BasicLightThemeInternal.miniModalBodyPaddingMobile = '16px 16px 0';
|
|
3338
|
-
BasicLightThemeInternal.validationsTextColorWarning = '#ef8b17';
|
|
3339
|
-
export var BasicLightTheme = exposeGetters(BasicLightThemeInternal);
|
|
6
|
+
export { BasicThemeClass as BasicLightThemeInternal } from "../BasicTheme";
|