@loadsmart/loadsmart-ui 6.0.6 → 6.0.7
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/dist/{DragDropFile.context-50968b55.js → DragDropFile.context-c7cd1441.js} +1 -1
- package/dist/{DragDropFile.context-50968b55.js.map → DragDropFile.context-c7cd1441.js.map} +1 -1
- package/dist/common/BackButton/BackButton.d.ts +4 -4
- package/dist/common/BackButton/index.d.ts +2 -2
- package/dist/common/CloseButton/CloseButton.d.ts +6 -6
- package/dist/common/CloseButton/index.d.ts +2 -2
- package/dist/common/SelectionWrapper.d.ts +14 -14
- package/dist/components/Accordion/Accordion.context.d.ts +10 -10
- package/dist/components/Accordion/Accordion.d.ts +19 -19
- package/dist/components/Accordion/Accordion.stories.d.ts +8 -8
- package/dist/components/Accordion/Accordion.test.d.ts +1 -1
- package/dist/components/Accordion/index.d.ts +2 -2
- package/dist/components/Banner/Banner.d.ts +25 -25
- package/dist/components/Banner/Banner.stories.d.ts +106 -106
- package/dist/components/Banner/Banner.test.d.ts +1 -1
- package/dist/components/Banner/index.d.ts +2 -2
- package/dist/components/Breadcrumbs/Breadbrumbs.test.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumb.d.ts +8 -8
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +10 -10
- package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +5 -5
- package/dist/components/Breadcrumbs/index.d.ts +3 -3
- package/dist/components/Button/Button.d.ts +22 -22
- package/dist/components/Button/Button.stories.d.ts +32 -32
- package/dist/components/Button/Button.test.d.ts +1 -1
- package/dist/components/Button/index.d.ts +2 -2
- package/dist/components/Calendar/Calendar.d.ts +9 -9
- package/dist/components/Calendar/Calendar.helpers.d.ts +2 -2
- package/dist/components/Calendar/Calendar.stories.d.ts +21 -21
- package/dist/components/Calendar/Calendar.test.d.ts +1 -1
- package/dist/components/Calendar/Calendar.types.d.ts +63 -63
- package/dist/components/Calendar/Date.helper.d.ts +214 -214
- package/dist/components/Calendar/Date.helper.test.d.ts +1 -1
- package/dist/components/Calendar/DateFormat.helper.d.ts +35 -35
- package/dist/components/Calendar/DateFormat.helper.test.d.ts +1 -1
- package/dist/components/Calendar/Month.helper.d.ts +58 -58
- package/dist/components/Calendar/Month.helper.test.d.ts +1 -1
- package/dist/components/Calendar/PickerModeToggle.d.ts +5 -5
- package/dist/components/Calendar/Pickers/DayPicker.d.ts +9 -9
- package/dist/components/Calendar/Pickers/DayPicker.test.d.ts +1 -1
- package/dist/components/Calendar/Pickers/MonthPicker.d.ts +3 -3
- package/dist/components/Calendar/Pickers/MonthPicker.test.d.ts +1 -1
- package/dist/components/Calendar/Pickers/PickerButton.d.ts +5 -5
- package/dist/components/Calendar/Pickers/YearPicker.d.ts +3 -3
- package/dist/components/Calendar/Pickers/YearPicker.test.d.ts +1 -1
- package/dist/components/Calendar/index.d.ts +9 -9
- package/dist/components/Calendar/useCalendar.d.ts +19 -19
- package/dist/components/Calendar/usePickerMode.d.ts +3 -3
- package/dist/components/Card/Card.d.ts +16 -16
- package/dist/components/Card/Card.stories.d.ts +8 -8
- package/dist/components/Card/Card.test.d.ts +1 -1
- package/dist/components/Card/CardTitle.d.ts +8 -8
- package/dist/components/Card/index.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.d.ts +10 -10
- package/dist/components/Checkbox/Checkbox.stories.d.ts +8 -8
- package/dist/components/Checkbox/Checkbox.test.d.ts +1 -1
- package/dist/components/Checkbox/index.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.d.ts +13 -13
- package/dist/components/DatePicker/DatePicker.stories.d.ts +22 -22
- package/dist/components/DatePicker/DatePicker.test.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.types.d.ts +27 -27
- package/dist/components/DatePicker/DateRangePicker.d.ts +4 -4
- package/dist/components/DatePicker/DateRangePicker.stories.d.ts +21 -21
- package/dist/components/DatePicker/DateRangePicker.test.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts +3 -3
- package/dist/components/DatePicker/useDatePicker.d.ts +585 -584
- package/dist/components/DatePicker/useDateRangePicker.d.ts +877 -876
- package/dist/components/Dialog/Dialog.d.ts +37 -37
- package/dist/components/Dialog/Dialog.stories.d.ts +67 -67
- package/dist/components/Dialog/Dialog.test.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts +4 -4
- package/dist/components/Dialog/useDialog.d.ts +12 -12
- package/dist/components/DragDropFile/DragDropFile.context.d.ts +5 -5
- package/dist/components/DragDropFile/DragDropFile.d.ts +7 -7
- package/dist/components/DragDropFile/DragDropFile.stories.d.ts +33 -33
- package/dist/components/DragDropFile/components/DropZone.d.ts +3 -3
- package/dist/components/DragDropFile/components/DropZone.test.d.ts +1 -1
- package/dist/components/DragDropFile/components/FileItem.d.ts +3 -3
- package/dist/components/DragDropFile/components/FileList.d.ts +3 -3
- package/dist/components/DragDropFile/components/FileList.test.d.ts +1 -1
- package/dist/components/DragDropFile/components/Wrapper.d.ts +6 -6
- package/dist/components/DragDropFile/index.d.ts +3 -3
- package/dist/components/DragDropFile/mocks.d.ts +9 -9
- package/dist/components/DragDropFile/styles.d.ts +10 -10
- package/dist/components/DragDropFile/types.d.ts +71 -71
- package/dist/components/Drawer/Drawer.d.ts +28 -28
- package/dist/components/Drawer/Drawer.stories.d.ts +6 -6
- package/dist/components/Drawer/Drawer.test.d.ts +1 -1
- package/dist/components/Drawer/index.d.ts +3 -3
- package/dist/components/Dropdown/Dropdown.context.d.ts +4 -4
- package/dist/components/Dropdown/Dropdown.d.ts +47 -47
- package/dist/components/Dropdown/Dropdown.fixtures.d.ts +12 -12
- package/dist/components/Dropdown/Dropdown.stories.d.ts +12 -12
- package/dist/components/Dropdown/Dropdown.test.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.types.d.ts +49 -49
- package/dist/components/Dropdown/DropdownMenu.d.ts +8 -8
- package/dist/components/Dropdown/DropdownTrigger.d.ts +21 -21
- package/dist/components/Dropdown/index.d.ts +6 -6
- package/dist/components/Dropdown/useDropdown.d.ts +14 -14
- package/dist/components/Dropdown/useDropdown.test.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +7 -7
- package/dist/components/EmptyState/EmptyState.mocks.d.ts +7 -7
- package/dist/components/EmptyState/EmptyState.stories.d.ts +32 -32
- package/dist/components/EmptyState/EmptyState.test.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.types.d.ts +22 -22
- package/dist/components/EmptyState/EmptyStateWithIcon.d.ts +4 -4
- package/dist/components/EmptyState/EmptyStateWithIllustration.d.ts +4 -4
- package/dist/components/EmptyState/Illustration.d.ts +4 -4
- package/dist/components/EmptyState/index.d.ts +3 -3
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +4 -4
- package/dist/components/ErrorMessage/ErrorMessage.stories.d.ts +13 -13
- package/dist/components/ErrorMessage/ErrorMessage.test.d.ts +1 -1
- package/dist/components/ErrorMessage/index.d.ts +2 -2
- package/dist/components/HighlightMatch/HighlightMatch.d.ts +7 -7
- package/dist/components/HighlightMatch/HighlightMatch.stories.d.ts +5 -5
- package/dist/components/HighlightMatch/HighlightMatch.test.d.ts +1 -1
- package/dist/components/HighlightMatch/index.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts +27 -27
- package/dist/components/Icon/index.d.ts +2 -2
- package/dist/components/IconFactory/IconFactory.d.ts +16 -16
- package/dist/components/IconFactory/IconFactory.fixtures.d.ts +10 -10
- package/dist/components/IconFactory/IconFactory.stories.d.ts +6 -6
- package/dist/components/IconFactory/IconFactory.test.d.ts +1 -1
- package/dist/components/IconFactory/index.d.ts +2 -2
- package/dist/components/Label/Label.d.ts +18 -18
- package/dist/components/Label/Label.stories.d.ts +14 -14
- package/dist/components/Label/Label.test.d.ts +1 -1
- package/dist/components/Label/index.d.ts +2 -2
- package/dist/components/Layout/Box.d.ts +15 -15
- package/dist/components/Layout/Grid.d.ts +11 -11
- package/dist/components/Layout/Group.d.ts +14 -14
- package/dist/components/Layout/Layout.d.ts +16 -16
- package/dist/components/Layout/Layout.stories.d.ts +146 -146
- package/dist/components/Layout/Layout.types.d.ts +3 -3
- package/dist/components/Layout/Layout.utils.d.ts +3 -3
- package/dist/components/Layout/Sidebar.d.ts +13 -13
- package/dist/components/Layout/Stack.d.ts +19 -19
- package/dist/components/Layout/Switcher.d.ts +12 -12
- package/dist/components/Layout/index.d.ts +7 -7
- package/dist/components/Link/Link.d.ts +9 -9
- package/dist/components/Link/Link.stories.d.ts +5 -5
- package/dist/components/Link/Link.test.d.ts +1 -1
- package/dist/components/Link/index.d.ts +3 -3
- package/dist/components/Link/useSafeLink.d.ts +3 -3
- package/dist/components/Loaders/LoadingBar.d.ts +13 -13
- package/dist/components/Loaders/LoadingBar.stories.d.ts +5 -5
- package/dist/components/Loaders/LoadingBar.test.d.ts +1 -1
- package/dist/components/Loaders/LoadingDots.d.ts +5 -5
- package/dist/components/Loaders/LoadingDots.stories.d.ts +6 -6
- package/dist/components/Loaders/LoadingDots.test.d.ts +1 -1
- package/dist/components/Loaders/Spinner.d.ts +5 -5
- package/dist/components/Loaders/Spinner.stories.d.ts +5 -5
- package/dist/components/Loaders/Spinner.test.d.ts +1 -1
- package/dist/components/Loaders/index.d.ts +3 -3
- package/dist/components/Modal/Modal.d.ts +22 -22
- package/dist/components/Modal/Modal.stories.d.ts +30 -30
- package/dist/components/Modal/Modal.test.d.ts +1 -1
- package/dist/components/Modal/index.d.ts +2 -2
- package/dist/components/Pagination/Pagination.constants.d.ts +7 -7
- package/dist/components/Pagination/Pagination.d.ts +3 -3
- package/dist/components/Pagination/Pagination.helper.d.ts +15 -15
- package/dist/components/Pagination/Pagination.stories.d.ts +5 -5
- package/dist/components/Pagination/Pagination.test.d.ts +1 -1
- package/dist/components/Pagination/Pagination.types.d.ts +48 -48
- package/dist/components/Pagination/PaginationItem.d.ts +3 -3
- package/dist/components/Pagination/index.d.ts +2 -2
- package/dist/components/Pagination/usePagination.d.ts +3 -3
- package/dist/components/Pagination/usePagination.test.d.ts +1 -1
- package/dist/components/Popover/Popover.d.ts +10 -10
- package/dist/components/Popover/Popover.stories.d.ts +5 -5
- package/dist/components/Popover/Popover.test.d.ts +1 -1
- package/dist/components/Popover/Popover.types.d.ts +33 -33
- package/dist/components/Popover/index.d.ts +2 -2
- package/dist/components/ProgressBar/ProgressBar.d.ts +9 -9
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +12 -12
- package/dist/components/ProgressBar/ProgressBar.test.d.ts +1 -1
- package/dist/components/ProgressBar/index.d.ts +2 -2
- package/dist/components/Radio/Radio.d.ts +10 -10
- package/dist/components/Radio/Radio.stories.d.ts +8 -8
- package/dist/components/Radio/Radio.test.d.ts +1 -1
- package/dist/components/Radio/index.d.ts +2 -2
- package/dist/components/Section/Section.d.ts +12 -12
- package/dist/components/Section/Section.test.d.ts +1 -1
- package/dist/components/Section/Sections.stories.d.ts +5 -5
- package/dist/components/Section/index.d.ts +2 -2
- package/dist/components/Select/Select.constants.d.ts +2 -2
- package/dist/components/Select/Select.context.d.ts +6 -6
- package/dist/components/Select/Select.d.ts +13 -13
- package/dist/components/Select/Select.fixtures.d.ts +28 -28
- package/dist/components/Select/Select.stories.d.ts +18 -18
- package/dist/components/Select/Select.test.d.ts +1 -1
- package/dist/components/Select/Select.types.d.ts +121 -121
- package/dist/components/Select/SelectCreatableOption.d.ts +3 -3
- package/dist/components/Select/SelectEmpty.d.ts +3 -3
- package/dist/components/Select/SelectEmpty.test.d.ts +1 -1
- package/dist/components/Select/SelectOption.d.ts +3 -3
- package/dist/components/Select/SelectOption.test.d.ts +1 -1
- package/dist/components/Select/SelectTrigger.d.ts +3 -3
- package/dist/components/Select/components.d.ts +2 -2
- package/dist/components/Select/index.d.ts +3 -3
- package/dist/components/Select/useSelect.d.ts +8 -8
- package/dist/components/Select/useSelect.helpers.d.ts +6 -6
- package/dist/components/Select/useSelect.helpers.test.d.ts +1 -1
- package/dist/components/Select/useSelect.test.d.ts +1 -1
- package/dist/components/Select/useSelectExternal.d.ts +2 -2
- package/dist/components/SideNavigation/Logo/Logo.d.ts +14 -14
- package/dist/components/SideNavigation/Logo/Logo.test.d.ts +1 -1
- package/dist/components/SideNavigation/Logo/index.d.ts +1 -1
- package/dist/components/SideNavigation/Menu/Menu.d.ts +17 -17
- package/dist/components/SideNavigation/Menu/Menu.test.d.ts +1 -1
- package/dist/components/SideNavigation/Menu/MenuBaseItem.d.ts +11 -11
- package/dist/components/SideNavigation/Menu/MenuExpandable.d.ts +6 -6
- package/dist/components/SideNavigation/Menu/MenuLink.d.ts +11 -11
- package/dist/components/SideNavigation/Menu/index.d.ts +1 -1
- package/dist/components/SideNavigation/Separator/Separator.d.ts +5 -5
- package/dist/components/SideNavigation/Separator/Separator.test.d.ts +1 -1
- package/dist/components/SideNavigation/Separator/index.d.ts +1 -1
- package/dist/components/SideNavigation/SideNavigation.d.ts +34 -34
- package/dist/components/SideNavigation/SideNavigation.stories.d.ts +5 -5
- package/dist/components/SideNavigation/SideNavigation.test.d.ts +1 -1
- package/dist/components/SideNavigation/index.d.ts +4 -4
- package/dist/components/SideNavigation/useSideNavigation.d.ts +8 -8
- package/dist/components/Steps/ProgressSteps/ProgressStep.d.ts +12 -12
- package/dist/components/Steps/ProgressSteps/ProgressSteps.d.ts +7 -7
- package/dist/components/Steps/ProgressSteps/index.d.ts +1 -1
- package/dist/components/Steps/Steps.d.ts +19 -19
- package/dist/components/Steps/Steps.fixtures.d.ts +6 -6
- package/dist/components/Steps/Steps.helpers.d.ts +2 -2
- package/dist/components/Steps/Steps.stories.d.ts +5 -5
- package/dist/components/Steps/Steps.test.d.ts +1 -1
- package/dist/components/Steps/Steps.types.d.ts +5 -5
- package/dist/components/Steps/StepsContext.d.ts +3 -3
- package/dist/components/Steps/StepsStep.d.ts +8 -8
- package/dist/components/Steps/index.d.ts +5 -5
- package/dist/components/Steps/useStep.test.d.ts +1 -1
- package/dist/components/Steps/useSteps.d.ts +30 -30
- package/dist/components/Switch/Switch.d.ts +11 -11
- package/dist/components/Switch/Switch.stories.d.ts +5 -5
- package/dist/components/Switch/Switch.test.d.ts +1 -1
- package/dist/components/Switch/index.d.ts +2 -2
- package/dist/components/Table/Selection.d.ts +35 -35
- package/dist/components/Table/Table.d.ts +44 -44
- package/dist/components/Table/Table.fixtures.d.ts +29 -29
- package/dist/components/Table/Table.stories.d.ts +61 -61
- package/dist/components/Table/Table.test.d.ts +1 -1
- package/dist/components/Table/Table.types.d.ts +73 -73
- package/dist/components/Table/TableSortHandle.d.ts +7 -7
- package/dist/components/Table/index.d.ts +2 -2
- package/dist/components/Table/useSortBy.d.ts +16 -16
- package/dist/components/Table/useSortBy.test.d.ts +1 -1
- package/dist/components/Table/useSortBy.types.d.ts +16 -16
- package/dist/components/TablePagination/RowsPerPage.d.ts +3 -3
- package/dist/components/TablePagination/TablePagination.d.ts +3 -3
- package/dist/components/TablePagination/TablePagination.stories.d.ts +5 -5
- package/dist/components/TablePagination/TablePagination.styles.d.ts +5 -5
- package/dist/components/TablePagination/TablePagination.test.d.ts +1 -1
- package/dist/components/TablePagination/TablePagination.types.d.ts +59 -59
- package/dist/components/TablePagination/TablePaginationActions.d.ts +10 -10
- package/dist/components/TablePagination/index.d.ts +2 -2
- package/dist/components/Tabs/Tabs.d.ts +54 -54
- package/dist/components/Tabs/Tabs.stories.d.ts +23 -23
- package/dist/components/Tabs/Tabs.test.d.ts +1 -1
- package/dist/components/Tabs/Tabs.types.d.ts +6 -6
- package/dist/components/Tabs/TabsContext.d.ts +9 -9
- package/dist/components/Tabs/index.d.ts +2 -2
- package/dist/components/Tag/Tag.d.ts +19 -19
- package/dist/components/Tag/Tag.stories.d.ts +41 -41
- package/dist/components/Tag/Tag.test.d.ts +1 -1
- package/dist/components/Tag/index.d.ts +2 -2
- package/dist/components/Text/Text.d.ts +15 -15
- package/dist/components/Text/Text.stories.d.ts +5 -5
- package/dist/components/Text/Text.test.d.ts +1 -1
- package/dist/components/Text/index.d.ts +2 -2
- package/dist/components/TextField/TextField.d.ts +19 -19
- package/dist/components/TextField/TextField.stories.d.ts +11 -11
- package/dist/components/TextField/TextField.test.d.ts +1 -1
- package/dist/components/TextField/index.d.ts +4 -4
- package/dist/components/TextField/useTextField.d.ts +6 -6
- package/dist/components/Textarea/Textarea.d.ts +17 -17
- package/dist/components/Textarea/Textarea.stories.d.ts +11 -11
- package/dist/components/Textarea/Textarea.test.d.ts +1 -1
- package/dist/components/Textarea/index.d.ts +2 -2
- package/dist/components/Toast/Toast.d.ts +11 -11
- package/dist/components/Toast/Toast.stories.d.ts +12 -12
- package/dist/components/Toast/Toast.test.d.ts +1 -1
- package/dist/components/Toast/index.d.ts +2 -2
- package/dist/components/ToggleGroup/Toggle.d.ts +4 -4
- package/dist/components/ToggleGroup/Toggle.test.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.constants.d.ts +2 -2
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +6 -6
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +6 -6
- package/dist/components/ToggleGroup/ToggleGroup.test.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.types.d.ts +26 -26
- package/dist/components/ToggleGroup/ToggleGroupContext.d.ts +5 -5
- package/dist/components/ToggleGroup/index.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.d.ts +23 -23
- package/dist/components/Tooltip/Tooltip.stories.d.ts +13 -13
- package/dist/components/Tooltip/Tooltip.test.d.ts +1 -1
- package/dist/components/Tooltip/index.d.ts +2 -2
- package/dist/components/TopNavigation/Logo/Logo.d.ts +14 -14
- package/dist/components/TopNavigation/Logo/Logo.test.d.ts +1 -1
- package/dist/components/TopNavigation/Logo/index.d.ts +1 -1
- package/dist/components/TopNavigation/Menu/Menu.d.ts +18 -18
- package/dist/components/TopNavigation/Menu/Menu.test.d.ts +1 -1
- package/dist/components/TopNavigation/Menu/MenuItemDropdown.d.ts +17 -17
- package/dist/components/TopNavigation/Menu/MenuItemIcon.d.ts +8 -8
- package/dist/components/TopNavigation/Menu/index.d.ts +1 -1
- package/dist/components/TopNavigation/OpenSideNavButton/OpenSideNavButton.d.ts +7 -7
- package/dist/components/TopNavigation/OpenSideNavButton/index.d.ts +1 -1
- package/dist/components/TopNavigation/TopNavigation.d.ts +17 -17
- package/dist/components/TopNavigation/TopNavigation.stories.d.ts +5 -5
- package/dist/components/TopNavigation/index.d.ts +2 -2
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +12 -13
- package/dist/components/VisuallyHidden/VisuallyHidden.test.d.ts +1 -1
- package/dist/components/VisuallyHidden/index.d.ts +1 -1
- package/dist/hooks/useClickOutside/index.d.ts +1 -1
- package/dist/hooks/useClickOutside/useClickOutside.d.ts +3 -3
- package/dist/hooks/useClickOutside/useClickOutside.test.d.ts +1 -1
- package/dist/hooks/useDidMount/index.d.ts +1 -1
- package/dist/hooks/useDidMount/useDidMount.d.ts +9 -9
- package/dist/hooks/useDidMount/useDidMount.test.d.ts +1 -1
- package/dist/hooks/useFingerprint/index.d.ts +1 -1
- package/dist/hooks/useFingerprint/useFingerprint.d.ts +18 -18
- package/dist/hooks/useFingerprint/useFingerprint.test.d.ts +1 -1
- package/dist/hooks/useFocusTrap/index.d.ts +2 -2
- package/dist/hooks/useFocusTrap/useFocusTrap.d.ts +27 -27
- package/dist/hooks/useFocusTrap/useFocusTrap.stories.d.ts +7 -7
- package/dist/hooks/useFocusTrap/useFocusTrap.test.d.ts +1 -1
- package/dist/hooks/useFocusWithin/index.d.ts +2 -2
- package/dist/hooks/useFocusWithin/useFocusWithin.d.ts +15 -15
- package/dist/hooks/useFocusWithin/useFocusWithin.test.d.ts +1 -1
- package/dist/hooks/useHeightExpansionToggler/index.d.ts +2 -2
- package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.d.ts +14 -14
- package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.test.d.ts +1 -1
- package/dist/hooks/useID/index.d.ts +1 -1
- package/dist/hooks/useID/useID.d.ts +2 -2
- package/dist/hooks/useSelectable/SelectableStrategy.d.ts +11 -11
- package/dist/hooks/useSelectable/SelectableStrategy.test.d.ts +1 -1
- package/dist/hooks/useSelectable/index.d.ts +2 -2
- package/dist/hooks/useSelectable/useSelectable.d.ts +6 -6
- package/dist/hooks/useSelectable/useSelectable.test.d.ts +1 -1
- package/dist/hooks/useSelectable/useSelectable.types.d.ts +46 -46
- package/dist/hooks/useWindowResize/index.d.ts +1 -1
- package/dist/hooks/useWindowResize/useWindowResize.d.ts +5 -5
- package/dist/index.d.ts +97 -97
- package/dist/index.js +373 -373
- package/dist/index.js.map +1 -1
- package/dist/miranda-compatibility.theme-97e29e8e.js +2 -0
- package/dist/miranda-compatibility.theme-97e29e8e.js.map +1 -0
- package/dist/prop-5c502a5a.js +2 -0
- package/dist/prop-5c502a5a.js.map +1 -0
- package/dist/styles/activatable.d.ts +10 -10
- package/dist/styles/disableable.d.ts +10 -10
- package/dist/styles/ellipsizable.d.ts +7 -7
- package/dist/styles/focusable.d.ts +10 -10
- package/dist/styles/font.d.ts +16 -16
- package/dist/styles/font.test.d.ts +1 -1
- package/dist/styles/hidden.d.ts +7 -7
- package/dist/styles/hoverable.d.ts +10 -10
- package/dist/styles/transition.d.ts +11 -11
- package/dist/styles/typography.d.ts +27 -27
- package/dist/styles/typography.test.d.ts +1 -1
- package/dist/testing/DatePickerEvent/DatePickerEvent.d.ts +42 -42
- package/dist/testing/DatePickerEvent/DateRangePickerEvent.d.ts +41 -41
- package/dist/testing/DatePickerEvent/index.d.ts +2 -2
- package/dist/testing/DragDropFileEvent/DragDropFileEvent.d.ts +6 -6
- package/dist/testing/DragDropFileEvent/index.d.ts +1 -1
- package/dist/testing/SelectEvent/SelectEvent.d.ts +66 -66
- package/dist/testing/SelectEvent/SelectEvent.test.d.ts +1 -1
- package/dist/testing/SelectEvent/index.d.ts +1 -1
- package/dist/testing/getInterpolatedStyles/getInterpolatedStyles.d.ts +10 -10
- package/dist/testing/getInterpolatedStyles/index.d.ts +1 -1
- package/dist/testing/index.d.ts +5 -5
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/testing/renderWithDragDropFileProvider/index.d.ts +1 -1
- package/dist/testing/renderWithDragDropFileProvider/renderWithDragDropFileProvider.d.ts +5 -5
- package/dist/tests/generator.d.ts +35 -35
- package/dist/tests/renderer.d.ts +10 -10
- package/dist/theming/index.d.ts +16 -16
- package/dist/theming/index.js +1 -1
- package/dist/theming/index.js.map +1 -1
- package/dist/theming/themes/alice.theme.d.ts +755 -755
- package/dist/theming/themes/index.d.ts +3 -3
- package/dist/theming/themes/loadsmart.theme.d.ts +737 -737
- package/dist/theming/themes/miranda-compatibility.theme.d.ts +750 -750
- package/dist/theming/theming.helpers.d.ts +22 -22
- package/dist/{toArray-8fc577bb.js → toArray-b56541b4.js} +1 -1
- package/dist/toArray-b56541b4.js.map +1 -0
- package/dist/tools/conditional.d.ts +39 -39
- package/dist/tools/conditional.test.d.ts +1 -1
- package/dist/tools/index.d.ts +2 -2
- package/dist/tools/index.js +1 -1
- package/dist/tools/prop.d.ts +15 -15
- package/dist/tools/prop.test.d.ts +1 -1
- package/dist/utils/toolset/awaitTo.d.ts +10 -10
- package/dist/utils/toolset/debounce.d.ts +1 -1
- package/dist/utils/toolset/flatten.d.ts +1 -1
- package/dist/utils/toolset/formatBytes.d.ts +4 -4
- package/dist/utils/toolset/formatBytes.test.d.ts +1 -1
- package/dist/utils/toolset/get.d.ts +1 -1
- package/dist/utils/toolset/getID.d.ts +13 -13
- package/dist/utils/toolset/getID.test.d.ts +1 -1
- package/dist/utils/toolset/getOrdinalSuffix.d.ts +1 -1
- package/dist/utils/toolset/getOrdinalSuffix.test.d.ts +1 -1
- package/dist/utils/toolset/highlightMatch.d.ts +9 -9
- package/dist/utils/toolset/highlightMatch.test.d.ts +1 -1
- package/dist/utils/toolset/interleave.d.ts +2 -2
- package/dist/utils/toolset/interleave.test.d.ts +1 -1
- package/dist/utils/toolset/isEmpty.d.ts +1 -1
- package/dist/utils/toolset/isThenable.d.ts +5 -5
- package/dist/utils/toolset/isThenable.test.d.ts +1 -1
- package/dist/utils/toolset/keyboard.d.ts +24 -24
- package/dist/utils/toolset/omit.d.ts +1 -1
- package/dist/utils/toolset/pluralize.d.ts +14 -14
- package/dist/utils/toolset/range.d.ts +1 -1
- package/dist/utils/toolset/rem.d.ts +3 -3
- package/dist/utils/toolset/styledCompounds.d.ts +13 -13
- package/dist/utils/toolset/toArray.d.ts +2 -2
- package/dist/utils/types/ColorScheme.d.ts +2 -2
- package/dist/utils/types/EventLike.d.ts +10 -10
- package/dist/utils/types/InterpolatedStyle.d.ts +2 -2
- package/dist/utils/types/Status.d.ts +7 -7
- package/package.json +8 -7
- package/src/components/Table/Table.tsx +1 -1
- package/dist/miranda-compatibility.theme-781b0886.js +0 -2
- package/dist/miranda-compatibility.theme-781b0886.js.map +0 -1
- package/dist/prop-32998961.js +0 -2
- package/dist/prop-32998961.js.map +0 -1
- package/dist/toArray-8fc577bb.js.map +0 -1
|
@@ -1,755 +1,755 @@
|
|
|
1
|
-
export declare const COLORS: {
|
|
2
|
-
'color-primary': string;
|
|
3
|
-
'color-accent': string;
|
|
4
|
-
'color-neutral-darkest': string;
|
|
5
|
-
'color-neutral-darker': string;
|
|
6
|
-
'color-neutral-dark': string;
|
|
7
|
-
'color-neutral': string;
|
|
8
|
-
'color-neutral-light': string;
|
|
9
|
-
'color-neutral-lighter': string;
|
|
10
|
-
'color-neutral-lightest': string;
|
|
11
|
-
'color-neutral-white': string;
|
|
12
|
-
'color-success-dark': string;
|
|
13
|
-
'color-success': string;
|
|
14
|
-
'color-success-light': string;
|
|
15
|
-
'color-transparent': string;
|
|
16
|
-
'color-warning-dark': string;
|
|
17
|
-
'color-warning': string;
|
|
18
|
-
'color-warning-light': string;
|
|
19
|
-
'color-danger-dark': string;
|
|
20
|
-
'color-danger': string;
|
|
21
|
-
'color-danger-light': string;
|
|
22
|
-
};
|
|
23
|
-
export declare const OPACITIES: {
|
|
24
|
-
'opacity-0': number;
|
|
25
|
-
'opacity-20': number;
|
|
26
|
-
'opacity-40': number;
|
|
27
|
-
'opacity-60': number;
|
|
28
|
-
'opacity-100': number;
|
|
29
|
-
};
|
|
30
|
-
export declare const SPACINGS: {
|
|
31
|
-
'space-none': number;
|
|
32
|
-
'space-2xs': string;
|
|
33
|
-
'space-xs': string;
|
|
34
|
-
'space-s': string;
|
|
35
|
-
'space-m': string;
|
|
36
|
-
'space-l': string;
|
|
37
|
-
'space-xl': string;
|
|
38
|
-
'space-2xl': string;
|
|
39
|
-
'space-3xl': string;
|
|
40
|
-
};
|
|
41
|
-
export declare const FONT_FAMILIES: {
|
|
42
|
-
'font-family-default': string;
|
|
43
|
-
'font-family-monospace': string;
|
|
44
|
-
};
|
|
45
|
-
export declare const FONT_SIZES: {
|
|
46
|
-
'font-size-6': string;
|
|
47
|
-
'font-size-5': string;
|
|
48
|
-
'font-size-4': string;
|
|
49
|
-
'font-size-3': string;
|
|
50
|
-
'font-size-2': string;
|
|
51
|
-
'font-size-1': string;
|
|
52
|
-
};
|
|
53
|
-
export declare const FONT_WEIGHTS: {
|
|
54
|
-
'font-weight-regular': number;
|
|
55
|
-
'font-weight-medium': number;
|
|
56
|
-
'font-weight-bold': number;
|
|
57
|
-
};
|
|
58
|
-
export declare const FONT_HEIGHTS: {
|
|
59
|
-
'font-height-1': string;
|
|
60
|
-
'font-height-2': string;
|
|
61
|
-
'font-height-3': string;
|
|
62
|
-
};
|
|
63
|
-
export declare const SHADOWS: {
|
|
64
|
-
'shadow-none': string;
|
|
65
|
-
'shadow-modal': string;
|
|
66
|
-
'shadow-droplist': string;
|
|
67
|
-
'shadow-glow-primary': string;
|
|
68
|
-
'shadow-glow-warning': string;
|
|
69
|
-
};
|
|
70
|
-
export declare const BORDER_RADIUSES: {
|
|
71
|
-
'border-radius-none': number;
|
|
72
|
-
'border-radius-s': string;
|
|
73
|
-
'border-radius-m': string;
|
|
74
|
-
'border-radius-l': string;
|
|
75
|
-
'border-radius-circle': string;
|
|
76
|
-
};
|
|
77
|
-
export declare const BORDER_WIDTHS: {
|
|
78
|
-
'border-width-none': number;
|
|
79
|
-
'border-width-thin': string;
|
|
80
|
-
'border-width-medium': string;
|
|
81
|
-
'border-width-bold': string;
|
|
82
|
-
};
|
|
83
|
-
export declare const Z_INDEXES: {
|
|
84
|
-
'z-index-none': number;
|
|
85
|
-
'z-index-default': number;
|
|
86
|
-
'z-index-droplist': number;
|
|
87
|
-
'z-index-tooltip': number;
|
|
88
|
-
'z-index-overlay': number;
|
|
89
|
-
'z-index-modal': number;
|
|
90
|
-
};
|
|
91
|
-
export declare const TEXT_ALIGNMENT: {
|
|
92
|
-
left: string;
|
|
93
|
-
center: string;
|
|
94
|
-
right: string;
|
|
95
|
-
};
|
|
96
|
-
export declare const HEIGHTS: {
|
|
97
|
-
'height-small': string;
|
|
98
|
-
'height-default': string;
|
|
99
|
-
'height-large': string;
|
|
100
|
-
};
|
|
101
|
-
declare const alice: {
|
|
102
|
-
'button-border-radius': string | number;
|
|
103
|
-
'button-border-width': string | number;
|
|
104
|
-
'button-font-weight': string | number;
|
|
105
|
-
'button-font-height': string | number;
|
|
106
|
-
'button-small-font-size': string | number;
|
|
107
|
-
'button-small-height': string | number;
|
|
108
|
-
'button-small-padding-x': string | number;
|
|
109
|
-
'button-small-padding-y': string;
|
|
110
|
-
'button-font-size': string | number;
|
|
111
|
-
'button-height': string | number;
|
|
112
|
-
'button-width': string;
|
|
113
|
-
'button-padding-y': string;
|
|
114
|
-
'button-padding-x': string | number;
|
|
115
|
-
'button-spacing-x': string | number;
|
|
116
|
-
'button-large-font-size': string | number;
|
|
117
|
-
'button-large-height': string | number;
|
|
118
|
-
'button-large-padding-x': string | number;
|
|
119
|
-
'button-large-padding-y': string;
|
|
120
|
-
'button-primary-background': string | number;
|
|
121
|
-
'button-primary-background--hover': string | number;
|
|
122
|
-
'button-primary-background--focus': string | number;
|
|
123
|
-
'button-primary-background--active': string | number;
|
|
124
|
-
'button-primary-background--disabled': string | number;
|
|
125
|
-
'button-primary-border-color': string | number;
|
|
126
|
-
'button-primary-border-color--hover': string | number;
|
|
127
|
-
'button-primary-border-color--focus': string | number;
|
|
128
|
-
'button-primary-border-color--active': string | number;
|
|
129
|
-
'button-primary-border-color--disabled': string | number;
|
|
130
|
-
'button-primary-color': string | number;
|
|
131
|
-
'button-primary-color--hover': string | number;
|
|
132
|
-
'button-primary-color--focus': string | number;
|
|
133
|
-
'button-primary-color--active': string | number;
|
|
134
|
-
'button-primary-color--disabled': string | number;
|
|
135
|
-
'button-primary-outline': string | number;
|
|
136
|
-
'button-secondary-background': string | number;
|
|
137
|
-
'button-secondary-background--hover': string | number;
|
|
138
|
-
'button-secondary-background--focus': string | number;
|
|
139
|
-
'button-secondary-background--active': string | number;
|
|
140
|
-
'button-secondary-background--disabled': string | number;
|
|
141
|
-
'button-secondary-border-color': string | number;
|
|
142
|
-
'button-secondary-border-color--hover': string | number;
|
|
143
|
-
'button-secondary-border-color--focus': string | number;
|
|
144
|
-
'button-secondary-border-color--active': string | number;
|
|
145
|
-
'button-secondary-border-color--disabled': string | number;
|
|
146
|
-
'button-secondary-color': string | number;
|
|
147
|
-
'button-secondary-color--hover': string | number;
|
|
148
|
-
'button-secondary-color--focus': string | number;
|
|
149
|
-
'button-secondary-color--active': string | number;
|
|
150
|
-
'button-secondary-color--disabled': string | number;
|
|
151
|
-
'button-secondary-outline': string | number;
|
|
152
|
-
'button-secondary-dark-background': string | number;
|
|
153
|
-
'button-secondary-dark-background--hover': string | number;
|
|
154
|
-
'button-secondary-dark-background--focus': string | number;
|
|
155
|
-
'button-secondary-dark-background--active': string | number;
|
|
156
|
-
'button-secondary-dark-background--disabled': string | number;
|
|
157
|
-
'button-secondary-dark-border-color': string | number;
|
|
158
|
-
'button-secondary-dark-border-color--hover': string | number;
|
|
159
|
-
'button-secondary-dark-border-color--focus': string | number;
|
|
160
|
-
'button-secondary-dark-border-color--active': string | number;
|
|
161
|
-
'button-secondary-dark-border-color--disabled': string | number;
|
|
162
|
-
'button-secondary-dark-color': string | number;
|
|
163
|
-
'button-secondary-dark-color--hover': string | number;
|
|
164
|
-
'button-secondary-dark-color--focus': string | number;
|
|
165
|
-
'button-secondary-dark-color--active': string | number;
|
|
166
|
-
'button-secondary-dark-color--disabled': string | number;
|
|
167
|
-
'button-warning-background': string | number;
|
|
168
|
-
'button-warning-background--hover': string | number;
|
|
169
|
-
'button-warning-background--focus': string | number;
|
|
170
|
-
'button-warning-background--active': string | number;
|
|
171
|
-
'button-warning-background--disabled': string | number;
|
|
172
|
-
'button-warning-border-color': string | number;
|
|
173
|
-
'button-warning-border-color--hover': string | number;
|
|
174
|
-
'button-warning-border-color--focus': string | number;
|
|
175
|
-
'button-warning-border-color--active': string | number;
|
|
176
|
-
'button-warning-border-color--disabled': string | number;
|
|
177
|
-
'button-warning-color': string | number;
|
|
178
|
-
'button-warning-color--hover': string | number;
|
|
179
|
-
'button-warning-color--focus': string | number;
|
|
180
|
-
'button-warning-color--active': string | number;
|
|
181
|
-
'button-warning-color--disabled': string | number;
|
|
182
|
-
'button-warning-outline': string | number;
|
|
183
|
-
'button-icon-border-radius': string | number;
|
|
184
|
-
'button-icon-small-width': string | number;
|
|
185
|
-
'button-icon-width': string | number;
|
|
186
|
-
'button-icon-large-width': string | number;
|
|
187
|
-
'button-icon-background': string | number;
|
|
188
|
-
'button-icon-background--hover': string | number;
|
|
189
|
-
'button-icon-background--focus': string | number;
|
|
190
|
-
'button-icon-background--active': string | number;
|
|
191
|
-
'button-icon-background--disabled': string | number;
|
|
192
|
-
'button-icon-border-color': string | number;
|
|
193
|
-
'button-icon-border-color--hover': string | number;
|
|
194
|
-
'button-icon-border-color--focus': string | number;
|
|
195
|
-
'button-icon-border-color--active': string | number;
|
|
196
|
-
'button-icon-border-color--disabled': string | number;
|
|
197
|
-
'button-icon-color': string | number;
|
|
198
|
-
'button-icon-color--hover': string | number;
|
|
199
|
-
'button-icon-color--focus': string | number;
|
|
200
|
-
'button-icon-color--active': string | number;
|
|
201
|
-
'button-icon-color--disabled': string | number;
|
|
202
|
-
'button-icon-outline': string | number;
|
|
203
|
-
'tag-border-radius': string;
|
|
204
|
-
'tag-border-width': string | number;
|
|
205
|
-
'tag-font-weight': string | number;
|
|
206
|
-
'tag-font-height': string | number;
|
|
207
|
-
'tag-spacing': string;
|
|
208
|
-
'tag-spacing-removable': string;
|
|
209
|
-
'tag-width': string;
|
|
210
|
-
'tag-outline': string | number;
|
|
211
|
-
'tag-remove-button-background': string | number;
|
|
212
|
-
'tag-remove-button-border-radius': string;
|
|
213
|
-
'tag-icon-spacing': string | number;
|
|
214
|
-
'tag-small-font-size': string | number;
|
|
215
|
-
'tag-small-height': string;
|
|
216
|
-
'tag-small-transform': string;
|
|
217
|
-
'tag-small-leading-display': string;
|
|
218
|
-
'tag-small-remove-button-size': string;
|
|
219
|
-
'tag-small-remove-button-icon-size': string;
|
|
220
|
-
'tag-small-spacing-removable': string;
|
|
221
|
-
'tag-font-size': string | number;
|
|
222
|
-
'tag-height': string;
|
|
223
|
-
'tag-transform': string;
|
|
224
|
-
'tag-leading-display': string;
|
|
225
|
-
'tag-remove-button-size': string;
|
|
226
|
-
'tag-remove-button-icon-size': string;
|
|
227
|
-
'tag-large-font-size': string | number;
|
|
228
|
-
'tag-large-height': string;
|
|
229
|
-
'tag-large-transform': string;
|
|
230
|
-
'tag-large-leading-display': string;
|
|
231
|
-
'tag-large-remove-button-size': string;
|
|
232
|
-
'tag-large-remove-button-icon-size': string;
|
|
233
|
-
'tag-default-background': string | number;
|
|
234
|
-
'tag-default-background--hover': string | number;
|
|
235
|
-
'tag-default-background--focus': string | number;
|
|
236
|
-
'tag-default-color': string | number;
|
|
237
|
-
'tag-default-color--hover': string | number;
|
|
238
|
-
'tag-default-color--focus': string | number;
|
|
239
|
-
'tag-default-border-color': string;
|
|
240
|
-
'tag-default-border-color--hover': string;
|
|
241
|
-
'tag-default-border-color--focus': string;
|
|
242
|
-
'tag-outlined-background': string | number;
|
|
243
|
-
'tag-outlined-background--hover': string | number;
|
|
244
|
-
'tag-outlined-background--focus': string | number;
|
|
245
|
-
'tag-outlined-color': string | number;
|
|
246
|
-
'tag-outlined-color--hover': string | number;
|
|
247
|
-
'tag-outlined-color--focus': string | number;
|
|
248
|
-
'tag-outlined-border-color': string | number;
|
|
249
|
-
'tag-outlined-border-color--hover': string | number;
|
|
250
|
-
'tag-outlined-border-color--focus': string | number;
|
|
251
|
-
'tag-accent-background': string | number;
|
|
252
|
-
'tag-accent-background--hover': string | number;
|
|
253
|
-
'tag-accent-background--focus': string | number;
|
|
254
|
-
'tag-accent-color': string | number;
|
|
255
|
-
'tag-accent-color--hover': string | number;
|
|
256
|
-
'tag-accent-color--focus': string | number;
|
|
257
|
-
'tag-accent-border-color': string;
|
|
258
|
-
'tag-accent-border-color--hover': string;
|
|
259
|
-
'tag-accent-border-color--focus': string;
|
|
260
|
-
'tag-success-background': string | number;
|
|
261
|
-
'tag-success-background--hover': string | number;
|
|
262
|
-
'tag-success-background--focus': string | number;
|
|
263
|
-
'tag-success-color': string | number;
|
|
264
|
-
'tag-success-color--hover': string | number;
|
|
265
|
-
'tag-success-color--focus': string | number;
|
|
266
|
-
'tag-success-border-color': string | number;
|
|
267
|
-
'tag-success-border-color--hover': string | number;
|
|
268
|
-
'tag-success-border-color--focus': string | number;
|
|
269
|
-
'tag-warning-background': string | number;
|
|
270
|
-
'tag-warning-background--hover': string | number;
|
|
271
|
-
'tag-warning-background--focus': string | number;
|
|
272
|
-
'tag-warning-color': string | number;
|
|
273
|
-
'tag-warning-color--hover': string | number;
|
|
274
|
-
'tag-warning-color--focus': string | number;
|
|
275
|
-
'tag-warning-border-color': string | number;
|
|
276
|
-
'tag-warning-border-color--hover': string | number;
|
|
277
|
-
'tag-warning-border-color--focus': string | number;
|
|
278
|
-
'tag-danger-background': string | number;
|
|
279
|
-
'tag-danger-background--hover': string | number;
|
|
280
|
-
'tag-danger-background--focus': string | number;
|
|
281
|
-
'tag-danger-color': string | number;
|
|
282
|
-
'tag-danger-color--hover': string | number;
|
|
283
|
-
'tag-danger-color--focus': string | number;
|
|
284
|
-
'tag-danger-border-color': string | number;
|
|
285
|
-
'tag-danger-border-color--hover': string | number;
|
|
286
|
-
'tag-danger-border-color--focus': string | number;
|
|
287
|
-
'checkbox-color': string | number;
|
|
288
|
-
'checkbox-font-weight': string | number;
|
|
289
|
-
'checkbox-font-size': string | number;
|
|
290
|
-
'checkbox-selector-border-radius': string | number;
|
|
291
|
-
'checkbox-selector-size': string;
|
|
292
|
-
'checkbox-selector-outline': string | number;
|
|
293
|
-
'checkbox-small-font-size': string | number;
|
|
294
|
-
'checkbox-selector-icon-color': string | number;
|
|
295
|
-
'checkbox-selector-background': string | number;
|
|
296
|
-
'checkbox-selector-background--hover': string | number;
|
|
297
|
-
'checkbox-selector-background--focus': string | number;
|
|
298
|
-
'checkbox-selector-background--disabled': string | number;
|
|
299
|
-
'checkbox-selector-checked-background': string | number;
|
|
300
|
-
'checkbox-selector-checked-background--hover': string | number;
|
|
301
|
-
'checkbox-selector-checked-background--focus': string | number;
|
|
302
|
-
'checkbox-selector-checked-background--disabled': string | number;
|
|
303
|
-
'checkbox-selector-border-color': string | number;
|
|
304
|
-
'checkbox-selector-border-color--hover': string | number;
|
|
305
|
-
'checkbox-selector-border-color--focus': string | number;
|
|
306
|
-
'checkbox-selector-border-color--disabled': string | number;
|
|
307
|
-
'checkbox-selector-checked-border-color': string | number;
|
|
308
|
-
'checkbox-selector-checked-border-color--hover': string | number;
|
|
309
|
-
'checkbox-selector-checked-border-color--focus': string | number;
|
|
310
|
-
'checkbox-selector-checked-border-color--disabled': string | number;
|
|
311
|
-
'checkbox-dark-color': string | number;
|
|
312
|
-
'checkbox-dark-selector-background': string | number;
|
|
313
|
-
'checkbox-dark-selector-background--hover': string | number;
|
|
314
|
-
'checkbox-dark-selector-background--focus': string | number;
|
|
315
|
-
'checkbox-dark-selector-background--disabled': string | number;
|
|
316
|
-
'checkbox-dark-selector-border-color': string | number;
|
|
317
|
-
'checkbox-dark-selector-border-color--hover': string | number;
|
|
318
|
-
'checkbox-dark-selector-border-color--focus': string | number;
|
|
319
|
-
'checkbox-dark-selector-border-color--disabled': string | number;
|
|
320
|
-
'radio-color': string | number;
|
|
321
|
-
'radio-font-weight': string | number;
|
|
322
|
-
'radio-font-size': string | number;
|
|
323
|
-
'radio-selector-border-radius': string | number;
|
|
324
|
-
'radio-selector-size': string;
|
|
325
|
-
'radio-selector-outline': string | number;
|
|
326
|
-
'radio-small-font-size': string | number;
|
|
327
|
-
'radio-small-selector-size': string;
|
|
328
|
-
'radio-selector-background': string | number;
|
|
329
|
-
'radio-selector-background--hover': string | number;
|
|
330
|
-
'radio-selector-background--focus': string | number;
|
|
331
|
-
'radio-selector-background--disabled': string | number;
|
|
332
|
-
'radio-selector-border-color': string | number;
|
|
333
|
-
'radio-selector-border-color--hover': string | number;
|
|
334
|
-
'radio-selector-border-color--focus': string | number;
|
|
335
|
-
'radio-selector-border-color--disabled': string | number;
|
|
336
|
-
'radio-selector-border-color--checked': string | number;
|
|
337
|
-
'radio-dark-color': string | number;
|
|
338
|
-
'radio-dark-selector-background': string | number;
|
|
339
|
-
'radio-dark-selector-background--hover': string | number;
|
|
340
|
-
'radio-dark-selector-background--focus': string | number;
|
|
341
|
-
'radio-dark-selector-background--disabled': string | number;
|
|
342
|
-
'radio-dark-selector-border-color': string | number;
|
|
343
|
-
'radio-dark-selector-border-color--hover': string | number;
|
|
344
|
-
'radio-dark-selector-border-color--focus': string | number;
|
|
345
|
-
'radio-dark-selector-border-color--disabled': string | number;
|
|
346
|
-
'tooltip-arrow-height': string;
|
|
347
|
-
'tooltip-arrow-width': string;
|
|
348
|
-
'tooltip-background': string | number;
|
|
349
|
-
'tooltip-border-radius': string;
|
|
350
|
-
'tooltip-color': string | number;
|
|
351
|
-
'tooltip-dark-outline': string | number;
|
|
352
|
-
'tooltip-font-size': string | number;
|
|
353
|
-
'tooltip-font-height': string | number;
|
|
354
|
-
'tooltip-max-width': string;
|
|
355
|
-
'tooltip-min-width': string;
|
|
356
|
-
'tooltip-outline': string | number;
|
|
357
|
-
'tooltip-padding-x': string | number;
|
|
358
|
-
'tooltip-padding-y': string | number;
|
|
359
|
-
'tooltip-margin': string | number;
|
|
360
|
-
'tooltip-shadow': string | number;
|
|
361
|
-
'modal-small-max-width': string;
|
|
362
|
-
'modal-max-width': string;
|
|
363
|
-
'modal-large-max-width': string;
|
|
364
|
-
'modal-overlay-background': string | number;
|
|
365
|
-
'dialog-header-color': string | number;
|
|
366
|
-
'dialog-header-border-color': string | number;
|
|
367
|
-
'dialog-body-font-color': string | number;
|
|
368
|
-
'text-field-border-radius': string | number;
|
|
369
|
-
'text-field-color': string | number;
|
|
370
|
-
'text-field-font-size': string | number;
|
|
371
|
-
'text-field-font-weight': string | number;
|
|
372
|
-
'text-field-font-height': string | number;
|
|
373
|
-
'text-field-height': string | number;
|
|
374
|
-
'text-field-padding-x': string | number;
|
|
375
|
-
'text-field-padding-y': string | number;
|
|
376
|
-
'text-field-outline': string | number;
|
|
377
|
-
'text-field-small-height': string | number;
|
|
378
|
-
'text-field-small-padding-x': string | number;
|
|
379
|
-
'text-field-small-padding-y': string | number;
|
|
380
|
-
'text-field-small-font-size': string | number;
|
|
381
|
-
'text-field-large-height': string | number;
|
|
382
|
-
'text-field-large-padding-x': string | number;
|
|
383
|
-
'text-field-large-padding-y': string;
|
|
384
|
-
'text-field-large-font-size': string | number;
|
|
385
|
-
'text-field-background': string | number;
|
|
386
|
-
'text-field-background--hover': string | number;
|
|
387
|
-
'text-field-background--focus': string | number;
|
|
388
|
-
'text-field-background--disabled': string | number;
|
|
389
|
-
'text-field-border-color': string | number;
|
|
390
|
-
'text-field-border-color--hover': string | number;
|
|
391
|
-
'text-field-border-color--focus': string | number;
|
|
392
|
-
'text-field-border-color--disabled': string | number;
|
|
393
|
-
'text-field-dark-color': string | number;
|
|
394
|
-
'text-field-dark-background': string | number;
|
|
395
|
-
'text-field-dark-border-color': string | number;
|
|
396
|
-
'text-field-dark-border-color--hover': string | number;
|
|
397
|
-
'text-field-dark-border-color--focus': string | number;
|
|
398
|
-
'text-field-dark-border-color--disabled': string | number;
|
|
399
|
-
'text-field-success-border-color': string | number;
|
|
400
|
-
'text-field-danger-border-color': string | number;
|
|
401
|
-
'text-field-dark-outline': string | number;
|
|
402
|
-
'textarea-border-radius': string | number;
|
|
403
|
-
'textarea-color': string | number;
|
|
404
|
-
'textarea-font-size': string | number;
|
|
405
|
-
'textarea-font-weight': string | number;
|
|
406
|
-
'textarea-font-height': string | number;
|
|
407
|
-
'textarea-min-height': string;
|
|
408
|
-
'textarea-padding-x': string | number;
|
|
409
|
-
'textarea-padding-y': string | number;
|
|
410
|
-
'textarea-outline': string | number;
|
|
411
|
-
'textarea-small-padding-x': string | number;
|
|
412
|
-
'textarea-small-padding-y': string | number;
|
|
413
|
-
'textarea-small-font-size': string | number;
|
|
414
|
-
'textarea-large-height': string;
|
|
415
|
-
'textarea-large-padding-x': string | number;
|
|
416
|
-
'textarea-large-padding-y': string;
|
|
417
|
-
'textarea-large-font-size': string | number;
|
|
418
|
-
'textarea-background': string | number;
|
|
419
|
-
'textarea-background--hover': string | number;
|
|
420
|
-
'textarea-background--focus': string | number;
|
|
421
|
-
'textarea-background--disabled': string | number;
|
|
422
|
-
'textarea-border-color': string | number;
|
|
423
|
-
'textarea-border-color--hover': string | number;
|
|
424
|
-
'textarea-border-color--focus': string | number;
|
|
425
|
-
'textarea-border-color--disabled': string | number;
|
|
426
|
-
'textarea-dark-color': string | number;
|
|
427
|
-
'textarea-dark-background': string | number;
|
|
428
|
-
'textarea-dark-border-color': string | number;
|
|
429
|
-
'textarea-dark-border-color--hover': string | number;
|
|
430
|
-
'textarea-dark-border-color--focus': string | number;
|
|
431
|
-
'textarea-dark-border-color--disabled': string | number;
|
|
432
|
-
'textarea-success-border-color': string | number;
|
|
433
|
-
'textarea-danger-border-color': string | number;
|
|
434
|
-
'textarea-dark-outline': string | number;
|
|
435
|
-
'link-font-size': string | number;
|
|
436
|
-
'link-font-height': string | number;
|
|
437
|
-
'link-color': string | number;
|
|
438
|
-
'link-font-weight': string | number;
|
|
439
|
-
'link-font-weight--hover': string | number;
|
|
440
|
-
'breadcrumbs-font-size': string | number;
|
|
441
|
-
'breadcrumbs-font-height': string | number;
|
|
442
|
-
'breadcrumbs-font-weight': string | number;
|
|
443
|
-
'breadcrumbs-font-weight--active': string | number;
|
|
444
|
-
'breadcrumbs-spacing-x': string;
|
|
445
|
-
'banner-font-size': string | number;
|
|
446
|
-
'banner-font-height': string | number;
|
|
447
|
-
'banner-default-height': string;
|
|
448
|
-
'banner-min-width': string;
|
|
449
|
-
'banner-description-color': string | number;
|
|
450
|
-
'banner-title-font-weight': string | number;
|
|
451
|
-
'banner-border-radius': string | number;
|
|
452
|
-
'banner-border-width': string | number;
|
|
453
|
-
'banner-close-button-color': string | number;
|
|
454
|
-
'banner-icon-width': string;
|
|
455
|
-
'banner-icon-height': string;
|
|
456
|
-
'banner-icon-margin-right': string;
|
|
457
|
-
'banner-default-padding-x': string | number;
|
|
458
|
-
'banner-default-padding-y': string | number;
|
|
459
|
-
'banner-large-padding': string | number;
|
|
460
|
-
'banner-default-icon-alignment': string;
|
|
461
|
-
'banner-large-icon-alignment': string;
|
|
462
|
-
'banner-default-close-top': string | number;
|
|
463
|
-
'banner-default-close-right': string | number;
|
|
464
|
-
'banner-large-close-top': string;
|
|
465
|
-
'banner-large-close-right': string;
|
|
466
|
-
'banner-title-color-success': string | number;
|
|
467
|
-
'banner-border-color-success': string | number;
|
|
468
|
-
'banner-background-success': string | number;
|
|
469
|
-
'banner-title-color-danger': string | number;
|
|
470
|
-
'banner-border-color-danger': string | number;
|
|
471
|
-
'banner-background-danger': string | number;
|
|
472
|
-
'banner-title-color-warning': string | number;
|
|
473
|
-
'banner-border-color-warning': string | number;
|
|
474
|
-
'banner-background-warning': string | number;
|
|
475
|
-
'banner-title-color-neutral': string | number;
|
|
476
|
-
'banner-border-color-neutral': string | number;
|
|
477
|
-
'banner-background-neutral': string | number;
|
|
478
|
-
'banner-button-background-success': string | number;
|
|
479
|
-
'banner-button-background-neutral': string | number;
|
|
480
|
-
'banner-button-background-danger': string | number;
|
|
481
|
-
'banner-button-background-warning': string | number;
|
|
482
|
-
'banner-button-background-secondary': string | number;
|
|
483
|
-
'banner-button-text-color': string | number;
|
|
484
|
-
'banner-secondary-button-margin-left': string | number;
|
|
485
|
-
'progressbar-height': string;
|
|
486
|
-
'progressbar-background': string | number;
|
|
487
|
-
'progressbar-line': string | number;
|
|
488
|
-
'progressbar-neutral-fill': string | number;
|
|
489
|
-
'progressbar-success-fill': string | number;
|
|
490
|
-
'progressbar-danger-fill': string | number;
|
|
491
|
-
'progressbar-warning-fill': string | number;
|
|
492
|
-
'toast-padding-x': string | number;
|
|
493
|
-
'toast-padding-y': string | number;
|
|
494
|
-
'toast-border-radius': string | number;
|
|
495
|
-
'toast-font-color': string | number;
|
|
496
|
-
'toast-font-size': string | number;
|
|
497
|
-
'toast-font-weight': string | number;
|
|
498
|
-
'toast-font-height': string | number;
|
|
499
|
-
'toast-close-x': string | number;
|
|
500
|
-
'toast-close-y': string | number;
|
|
501
|
-
'toast-shadow': string | number;
|
|
502
|
-
'toast-width': string;
|
|
503
|
-
'toast-neutral-background': string | number;
|
|
504
|
-
'toast-success-background': string | number;
|
|
505
|
-
'toast-danger-background': string | number;
|
|
506
|
-
'toast-warning-background': string | number;
|
|
507
|
-
'label-font-size': string | number;
|
|
508
|
-
'label-font-weight': string | number;
|
|
509
|
-
'label-font-height': string | number;
|
|
510
|
-
'label-font-color': string | number;
|
|
511
|
-
'label-required-color': string | number;
|
|
512
|
-
'label-tooltip-margin-left': string | number;
|
|
513
|
-
'label-tooltip-font-weight': string | number;
|
|
514
|
-
'label-tooltip-font-size': string | number;
|
|
515
|
-
'label-tooltip-font-color': string | number;
|
|
516
|
-
'label-tooltip-background-color': string | number;
|
|
517
|
-
'label-dark-font-color': string | number;
|
|
518
|
-
'label-tooltip-dark-font-color': string | number;
|
|
519
|
-
'label-tooltip-dark-background-color': string | number;
|
|
520
|
-
'switch-width': string;
|
|
521
|
-
'switch-height': string;
|
|
522
|
-
'switch-border-radius': string;
|
|
523
|
-
'switch-outline': string | number;
|
|
524
|
-
'switch-large-width': string;
|
|
525
|
-
'switch-large-height': string;
|
|
526
|
-
'switch-large-border-radius': string;
|
|
527
|
-
'switch-icon-height': string;
|
|
528
|
-
'switch-icon-width': string;
|
|
529
|
-
'switch-icon-color': string | number;
|
|
530
|
-
'switch-large-icon-height': string;
|
|
531
|
-
'switch-large-icon-width': string;
|
|
532
|
-
'switch-icon-active-x': string;
|
|
533
|
-
'switch-icon-active-y': string;
|
|
534
|
-
'switch-large-icon-active-x': string;
|
|
535
|
-
'switch-large-icon-active-y': string;
|
|
536
|
-
'switch-icon-inactive-x': string;
|
|
537
|
-
'switch-icon-inactive-y': string;
|
|
538
|
-
'switch-large-icon-inactive-x': string;
|
|
539
|
-
'switch-large-icon-inactive-y': string;
|
|
540
|
-
'switch-inactive-background-color': string | number;
|
|
541
|
-
'switch-inactive-background-color--hover': string | number;
|
|
542
|
-
'switch-active-background-color': string | number;
|
|
543
|
-
'switch-active-background-color--hover': string | number;
|
|
544
|
-
'switch-slider-x': string;
|
|
545
|
-
'switch-slider-active-x': string;
|
|
546
|
-
'switch-slider-y': string;
|
|
547
|
-
'switch-slider-active-y': string;
|
|
548
|
-
'switch-slider-size': string;
|
|
549
|
-
'switch-slider-background-color': string | number;
|
|
550
|
-
'switch-slider-border-radius': string | number;
|
|
551
|
-
'switch-slider-large-x': string;
|
|
552
|
-
'switch-slider-large-active-x': string;
|
|
553
|
-
'switch-slider-large-y': string;
|
|
554
|
-
'switch-slider-large-active-y': string;
|
|
555
|
-
'switch-slider-large-size': string;
|
|
556
|
-
'steps-step-padding-y': string | number;
|
|
557
|
-
'steps-step-padding-x': string | number;
|
|
558
|
-
'steps-color': string | number;
|
|
559
|
-
'steps-progress-padding-y': string | number;
|
|
560
|
-
'steps-progress-padding-x': string | number;
|
|
561
|
-
'steps-spacing-y': string | number;
|
|
562
|
-
'steps-indicator-size': string;
|
|
563
|
-
'steps-conector-height': string;
|
|
564
|
-
'steps-conector-height--complete': string;
|
|
565
|
-
'steps-conector-top': string;
|
|
566
|
-
'steps-conector-top--complete': string;
|
|
567
|
-
'steps-progress-step-background-color': string | number;
|
|
568
|
-
'steps-progress-step-background-color--complete': string | number;
|
|
569
|
-
'card-background': string | number;
|
|
570
|
-
'card-border-color': string | number;
|
|
571
|
-
'card-border-radius': string | number;
|
|
572
|
-
'card-color': string | number;
|
|
573
|
-
'card-flag-background-danger': string | number;
|
|
574
|
-
'card-flag-background-neutral': string | number;
|
|
575
|
-
'card-flag-background-success': string | number;
|
|
576
|
-
'card-flag-background-warning': string | number;
|
|
577
|
-
'card-flag-width': string;
|
|
578
|
-
'card-font-height': string | number;
|
|
579
|
-
'card-padding-x': string | number;
|
|
580
|
-
'card-padding-y': string | number;
|
|
581
|
-
'card-separator-background': string | number;
|
|
582
|
-
'card-subtitle-font-size': string | number;
|
|
583
|
-
'card-subtitle-font-weight': string | number;
|
|
584
|
-
'card-title-font-height': string | number;
|
|
585
|
-
'card-title-font-size': string | number;
|
|
586
|
-
'card-title-font-weight': string | number;
|
|
587
|
-
'dropdown-background': string | number;
|
|
588
|
-
'dropdown-border-color': string | number;
|
|
589
|
-
'dropdown-border-radius': string | number;
|
|
590
|
-
'dropdown-shadow': string | number;
|
|
591
|
-
'popover-background': string | number;
|
|
592
|
-
'popover-border-color': string | number;
|
|
593
|
-
'popover-border-radius': string | number;
|
|
594
|
-
'popover-shadow': string | number;
|
|
595
|
-
'side-navigation-collapsing-breakpoint': string;
|
|
596
|
-
'side-navigation-width': string;
|
|
597
|
-
'side-navigation-width-large': string;
|
|
598
|
-
'side-navigation-padding-bottom': string | number;
|
|
599
|
-
'side-navigation-background-color': string | number;
|
|
600
|
-
'side-navigation-component-margin-top': string | number;
|
|
601
|
-
'side-navigation-logo-padding-x': string | number;
|
|
602
|
-
'side-navigation-separator-color': string | number;
|
|
603
|
-
'side-navigation-menu-title-font-weight': string | number;
|
|
604
|
-
'side-navigation-menu-title-font-size': string | number;
|
|
605
|
-
'side-navigation-menu-title-line-height': string | number;
|
|
606
|
-
'side-navigation-menu-link-color--hover': string | number;
|
|
607
|
-
'side-navigation-menu-link-background-color--active': string | number;
|
|
608
|
-
'side-navigation-menu-link-box-shadow-color--active': string | number;
|
|
609
|
-
'side-navigation-menu-item-color--focus': string | number;
|
|
610
|
-
'table-row-default-color': string | number;
|
|
611
|
-
'table-row-variant-color': string | number;
|
|
612
|
-
'table-row-selected-color': string | number;
|
|
613
|
-
'top-navigation-height': string;
|
|
614
|
-
'top-navigation-background-color': string | number;
|
|
615
|
-
'top-navigation-border-color': string | number;
|
|
616
|
-
'top-navigation-dropdown-separator-color': string | number;
|
|
617
|
-
'top-navigation-dropdown-trigger-color': string | number;
|
|
618
|
-
'top-navigation-dropdown-subitem-color': string | number;
|
|
619
|
-
'top-navigation-item-icon-color': string | number;
|
|
620
|
-
'top-navigation-item-color': string | number;
|
|
621
|
-
'top-navigation-item-color--hover': string | number;
|
|
622
|
-
'select-selected-option-check-color': string | number;
|
|
623
|
-
'select-selected-option-background-color': string | number;
|
|
624
|
-
'toggle-text-transform': string;
|
|
625
|
-
'toggle-background-color': string | number;
|
|
626
|
-
'toggle-background-color--hover': string | number;
|
|
627
|
-
'toggle-background-color--focus': string | number;
|
|
628
|
-
'toggle-background-color--active': string | number;
|
|
629
|
-
'toggle-background-color--disabled': string | number;
|
|
630
|
-
'toggle-checked-background-color': string | number;
|
|
631
|
-
'toggle-checked-background-color--hover': string | number;
|
|
632
|
-
'toggle-checked-background-color--focus': string | number;
|
|
633
|
-
'toggle-checked-background-color--active': string | number;
|
|
634
|
-
'toggle-checked-background-color--disabled': string | number;
|
|
635
|
-
'toggle-color': string | number;
|
|
636
|
-
'toggle-color--hover': string | number;
|
|
637
|
-
'toggle-color--focus': string | number;
|
|
638
|
-
'toggle-color--active': string | number;
|
|
639
|
-
'toggle-color--disabled': string | number;
|
|
640
|
-
'toggle-checked-color': string | number;
|
|
641
|
-
'toggle-checked-color--hover': string | number;
|
|
642
|
-
'toggle-checked-color--focus': string | number;
|
|
643
|
-
'toggle-checked-color--active': string | number;
|
|
644
|
-
'toggle-checked-color--disabled': string | number;
|
|
645
|
-
'toggle-single-border-color': string | number;
|
|
646
|
-
'toggle-single-border-color--hover': string | number;
|
|
647
|
-
'toggle-single-border-color--focus': string | number;
|
|
648
|
-
'toggle-single-border-color--active': string | number;
|
|
649
|
-
'toggle-single-border-color--disabled': string | number;
|
|
650
|
-
'toggle-single-checked-border-color': string | number;
|
|
651
|
-
'toggle-single-checked-border-color--disabled': string | number;
|
|
652
|
-
'toggle-single-font-size': string | number;
|
|
653
|
-
'toggle-single-small-font-size': string;
|
|
654
|
-
'toggle-single-height': string;
|
|
655
|
-
'toggle-single-small-height': string;
|
|
656
|
-
'toggle-multiple-border-color': string | number;
|
|
657
|
-
'toggle-multiple-border-color--hover': string | number;
|
|
658
|
-
'toggle-multiple-border-color--focus': string | number;
|
|
659
|
-
'toggle-multiple-border-color--active': string | number;
|
|
660
|
-
'toggle-multiple-border-color--disabled': string | number;
|
|
661
|
-
'toggle-multiple-checked-border-color': string | number;
|
|
662
|
-
'toggle-multiple-checked-border-color--disabled': string | number;
|
|
663
|
-
'toggle-multiple-font-size': string | number;
|
|
664
|
-
'toggle-multiple-small-font-size': string | number;
|
|
665
|
-
'toggle-multiple-height': string;
|
|
666
|
-
'toggle-multiple-small-height': string;
|
|
667
|
-
'toggle-group-border-color--disabled': string | number;
|
|
668
|
-
'toggle-group-multiple-border-width': string;
|
|
669
|
-
'toggle-group-multiple-border-style': string;
|
|
670
|
-
'toggle-group-multiple-border-color': string;
|
|
671
|
-
'toggle-group-multiple-border-radius': string;
|
|
672
|
-
'toggle-group-multiple-padding': number;
|
|
673
|
-
'toggle-group-single-border-width': string;
|
|
674
|
-
'toggle-group-single-border-style': string;
|
|
675
|
-
'toggle-group-single-border-color': string | number;
|
|
676
|
-
'toggle-group-single-border-radius': string | number;
|
|
677
|
-
'toggle-group-single-padding': string;
|
|
678
|
-
'dropdown-trigger-expanded-color': string | number;
|
|
679
|
-
'dropdown-trigger-height': string | number;
|
|
680
|
-
'height-small': string;
|
|
681
|
-
'height-default': string;
|
|
682
|
-
'height-large': string;
|
|
683
|
-
left: string;
|
|
684
|
-
center: string;
|
|
685
|
-
right: string;
|
|
686
|
-
'z-index-none': number;
|
|
687
|
-
'z-index-default': number;
|
|
688
|
-
'z-index-droplist': number;
|
|
689
|
-
'z-index-tooltip': number;
|
|
690
|
-
'z-index-overlay': number;
|
|
691
|
-
'z-index-modal': number;
|
|
692
|
-
'space-none': number;
|
|
693
|
-
'space-2xs': string;
|
|
694
|
-
'space-xs': string;
|
|
695
|
-
'space-s': string;
|
|
696
|
-
'space-m': string;
|
|
697
|
-
'space-l': string;
|
|
698
|
-
'space-xl': string;
|
|
699
|
-
'space-2xl': string;
|
|
700
|
-
'space-3xl': string;
|
|
701
|
-
'shadow-none': string;
|
|
702
|
-
'shadow-modal': string;
|
|
703
|
-
'shadow-droplist': string;
|
|
704
|
-
'shadow-glow-primary': string;
|
|
705
|
-
'shadow-glow-warning': string;
|
|
706
|
-
'opacity-0': number;
|
|
707
|
-
'opacity-20': number;
|
|
708
|
-
'opacity-40': number;
|
|
709
|
-
'opacity-60': number;
|
|
710
|
-
'opacity-100': number;
|
|
711
|
-
'font-weight-regular': number;
|
|
712
|
-
'font-weight-medium': number;
|
|
713
|
-
'font-weight-bold': number;
|
|
714
|
-
'font-size-6': string;
|
|
715
|
-
'font-size-5': string;
|
|
716
|
-
'font-size-4': string;
|
|
717
|
-
'font-size-3': string;
|
|
718
|
-
'font-size-2': string;
|
|
719
|
-
'font-size-1': string;
|
|
720
|
-
'font-height-1': string;
|
|
721
|
-
'font-height-2': string;
|
|
722
|
-
'font-height-3': string;
|
|
723
|
-
'font-family-default': string;
|
|
724
|
-
'font-family-monospace': string;
|
|
725
|
-
'color-primary': string;
|
|
726
|
-
'color-accent': string;
|
|
727
|
-
'color-neutral-darkest': string;
|
|
728
|
-
'color-neutral-darker': string;
|
|
729
|
-
'color-neutral-dark': string;
|
|
730
|
-
'color-neutral': string;
|
|
731
|
-
'color-neutral-light': string;
|
|
732
|
-
'color-neutral-lighter': string;
|
|
733
|
-
'color-neutral-lightest': string;
|
|
734
|
-
'color-neutral-white': string;
|
|
735
|
-
'color-success-dark': string;
|
|
736
|
-
'color-success': string;
|
|
737
|
-
'color-success-light': string;
|
|
738
|
-
'color-transparent': string;
|
|
739
|
-
'color-warning-dark': string;
|
|
740
|
-
'color-warning': string;
|
|
741
|
-
'color-warning-light': string;
|
|
742
|
-
'color-danger-dark': string;
|
|
743
|
-
'color-danger': string;
|
|
744
|
-
'color-danger-light': string;
|
|
745
|
-
'border-width-none': number;
|
|
746
|
-
'border-width-thin': string;
|
|
747
|
-
'border-width-medium': string;
|
|
748
|
-
'border-width-bold': string;
|
|
749
|
-
'border-radius-none': number;
|
|
750
|
-
'border-radius-s': string;
|
|
751
|
-
'border-radius-m': string;
|
|
752
|
-
'border-radius-l': string;
|
|
753
|
-
'border-radius-circle': string;
|
|
754
|
-
};
|
|
755
|
-
export default alice;
|
|
1
|
+
export declare const COLORS: {
|
|
2
|
+
'color-primary': string;
|
|
3
|
+
'color-accent': string;
|
|
4
|
+
'color-neutral-darkest': string;
|
|
5
|
+
'color-neutral-darker': string;
|
|
6
|
+
'color-neutral-dark': string;
|
|
7
|
+
'color-neutral': string;
|
|
8
|
+
'color-neutral-light': string;
|
|
9
|
+
'color-neutral-lighter': string;
|
|
10
|
+
'color-neutral-lightest': string;
|
|
11
|
+
'color-neutral-white': string;
|
|
12
|
+
'color-success-dark': string;
|
|
13
|
+
'color-success': string;
|
|
14
|
+
'color-success-light': string;
|
|
15
|
+
'color-transparent': string;
|
|
16
|
+
'color-warning-dark': string;
|
|
17
|
+
'color-warning': string;
|
|
18
|
+
'color-warning-light': string;
|
|
19
|
+
'color-danger-dark': string;
|
|
20
|
+
'color-danger': string;
|
|
21
|
+
'color-danger-light': string;
|
|
22
|
+
};
|
|
23
|
+
export declare const OPACITIES: {
|
|
24
|
+
'opacity-0': number;
|
|
25
|
+
'opacity-20': number;
|
|
26
|
+
'opacity-40': number;
|
|
27
|
+
'opacity-60': number;
|
|
28
|
+
'opacity-100': number;
|
|
29
|
+
};
|
|
30
|
+
export declare const SPACINGS: {
|
|
31
|
+
'space-none': number;
|
|
32
|
+
'space-2xs': string;
|
|
33
|
+
'space-xs': string;
|
|
34
|
+
'space-s': string;
|
|
35
|
+
'space-m': string;
|
|
36
|
+
'space-l': string;
|
|
37
|
+
'space-xl': string;
|
|
38
|
+
'space-2xl': string;
|
|
39
|
+
'space-3xl': string;
|
|
40
|
+
};
|
|
41
|
+
export declare const FONT_FAMILIES: {
|
|
42
|
+
'font-family-default': string;
|
|
43
|
+
'font-family-monospace': string;
|
|
44
|
+
};
|
|
45
|
+
export declare const FONT_SIZES: {
|
|
46
|
+
'font-size-6': string;
|
|
47
|
+
'font-size-5': string;
|
|
48
|
+
'font-size-4': string;
|
|
49
|
+
'font-size-3': string;
|
|
50
|
+
'font-size-2': string;
|
|
51
|
+
'font-size-1': string;
|
|
52
|
+
};
|
|
53
|
+
export declare const FONT_WEIGHTS: {
|
|
54
|
+
'font-weight-regular': number;
|
|
55
|
+
'font-weight-medium': number;
|
|
56
|
+
'font-weight-bold': number;
|
|
57
|
+
};
|
|
58
|
+
export declare const FONT_HEIGHTS: {
|
|
59
|
+
'font-height-1': string;
|
|
60
|
+
'font-height-2': string;
|
|
61
|
+
'font-height-3': string;
|
|
62
|
+
};
|
|
63
|
+
export declare const SHADOWS: {
|
|
64
|
+
'shadow-none': string;
|
|
65
|
+
'shadow-modal': string;
|
|
66
|
+
'shadow-droplist': string;
|
|
67
|
+
'shadow-glow-primary': string;
|
|
68
|
+
'shadow-glow-warning': string;
|
|
69
|
+
};
|
|
70
|
+
export declare const BORDER_RADIUSES: {
|
|
71
|
+
'border-radius-none': number;
|
|
72
|
+
'border-radius-s': string;
|
|
73
|
+
'border-radius-m': string;
|
|
74
|
+
'border-radius-l': string;
|
|
75
|
+
'border-radius-circle': string;
|
|
76
|
+
};
|
|
77
|
+
export declare const BORDER_WIDTHS: {
|
|
78
|
+
'border-width-none': number;
|
|
79
|
+
'border-width-thin': string;
|
|
80
|
+
'border-width-medium': string;
|
|
81
|
+
'border-width-bold': string;
|
|
82
|
+
};
|
|
83
|
+
export declare const Z_INDEXES: {
|
|
84
|
+
'z-index-none': number;
|
|
85
|
+
'z-index-default': number;
|
|
86
|
+
'z-index-droplist': number;
|
|
87
|
+
'z-index-tooltip': number;
|
|
88
|
+
'z-index-overlay': number;
|
|
89
|
+
'z-index-modal': number;
|
|
90
|
+
};
|
|
91
|
+
export declare const TEXT_ALIGNMENT: {
|
|
92
|
+
left: string;
|
|
93
|
+
center: string;
|
|
94
|
+
right: string;
|
|
95
|
+
};
|
|
96
|
+
export declare const HEIGHTS: {
|
|
97
|
+
'height-small': string;
|
|
98
|
+
'height-default': string;
|
|
99
|
+
'height-large': string;
|
|
100
|
+
};
|
|
101
|
+
declare const alice: {
|
|
102
|
+
'button-border-radius': string | number;
|
|
103
|
+
'button-border-width': string | number;
|
|
104
|
+
'button-font-weight': string | number;
|
|
105
|
+
'button-font-height': string | number;
|
|
106
|
+
'button-small-font-size': string | number;
|
|
107
|
+
'button-small-height': string | number;
|
|
108
|
+
'button-small-padding-x': string | number;
|
|
109
|
+
'button-small-padding-y': string;
|
|
110
|
+
'button-font-size': string | number;
|
|
111
|
+
'button-height': string | number;
|
|
112
|
+
'button-width': string;
|
|
113
|
+
'button-padding-y': string;
|
|
114
|
+
'button-padding-x': string | number;
|
|
115
|
+
'button-spacing-x': string | number;
|
|
116
|
+
'button-large-font-size': string | number;
|
|
117
|
+
'button-large-height': string | number;
|
|
118
|
+
'button-large-padding-x': string | number;
|
|
119
|
+
'button-large-padding-y': string;
|
|
120
|
+
'button-primary-background': string | number;
|
|
121
|
+
'button-primary-background--hover': string | number;
|
|
122
|
+
'button-primary-background--focus': string | number;
|
|
123
|
+
'button-primary-background--active': string | number;
|
|
124
|
+
'button-primary-background--disabled': string | number;
|
|
125
|
+
'button-primary-border-color': string | number;
|
|
126
|
+
'button-primary-border-color--hover': string | number;
|
|
127
|
+
'button-primary-border-color--focus': string | number;
|
|
128
|
+
'button-primary-border-color--active': string | number;
|
|
129
|
+
'button-primary-border-color--disabled': string | number;
|
|
130
|
+
'button-primary-color': string | number;
|
|
131
|
+
'button-primary-color--hover': string | number;
|
|
132
|
+
'button-primary-color--focus': string | number;
|
|
133
|
+
'button-primary-color--active': string | number;
|
|
134
|
+
'button-primary-color--disabled': string | number;
|
|
135
|
+
'button-primary-outline': string | number;
|
|
136
|
+
'button-secondary-background': string | number;
|
|
137
|
+
'button-secondary-background--hover': string | number;
|
|
138
|
+
'button-secondary-background--focus': string | number;
|
|
139
|
+
'button-secondary-background--active': string | number;
|
|
140
|
+
'button-secondary-background--disabled': string | number;
|
|
141
|
+
'button-secondary-border-color': string | number;
|
|
142
|
+
'button-secondary-border-color--hover': string | number;
|
|
143
|
+
'button-secondary-border-color--focus': string | number;
|
|
144
|
+
'button-secondary-border-color--active': string | number;
|
|
145
|
+
'button-secondary-border-color--disabled': string | number;
|
|
146
|
+
'button-secondary-color': string | number;
|
|
147
|
+
'button-secondary-color--hover': string | number;
|
|
148
|
+
'button-secondary-color--focus': string | number;
|
|
149
|
+
'button-secondary-color--active': string | number;
|
|
150
|
+
'button-secondary-color--disabled': string | number;
|
|
151
|
+
'button-secondary-outline': string | number;
|
|
152
|
+
'button-secondary-dark-background': string | number;
|
|
153
|
+
'button-secondary-dark-background--hover': string | number;
|
|
154
|
+
'button-secondary-dark-background--focus': string | number;
|
|
155
|
+
'button-secondary-dark-background--active': string | number;
|
|
156
|
+
'button-secondary-dark-background--disabled': string | number;
|
|
157
|
+
'button-secondary-dark-border-color': string | number;
|
|
158
|
+
'button-secondary-dark-border-color--hover': string | number;
|
|
159
|
+
'button-secondary-dark-border-color--focus': string | number;
|
|
160
|
+
'button-secondary-dark-border-color--active': string | number;
|
|
161
|
+
'button-secondary-dark-border-color--disabled': string | number;
|
|
162
|
+
'button-secondary-dark-color': string | number;
|
|
163
|
+
'button-secondary-dark-color--hover': string | number;
|
|
164
|
+
'button-secondary-dark-color--focus': string | number;
|
|
165
|
+
'button-secondary-dark-color--active': string | number;
|
|
166
|
+
'button-secondary-dark-color--disabled': string | number;
|
|
167
|
+
'button-warning-background': string | number;
|
|
168
|
+
'button-warning-background--hover': string | number;
|
|
169
|
+
'button-warning-background--focus': string | number;
|
|
170
|
+
'button-warning-background--active': string | number;
|
|
171
|
+
'button-warning-background--disabled': string | number;
|
|
172
|
+
'button-warning-border-color': string | number;
|
|
173
|
+
'button-warning-border-color--hover': string | number;
|
|
174
|
+
'button-warning-border-color--focus': string | number;
|
|
175
|
+
'button-warning-border-color--active': string | number;
|
|
176
|
+
'button-warning-border-color--disabled': string | number;
|
|
177
|
+
'button-warning-color': string | number;
|
|
178
|
+
'button-warning-color--hover': string | number;
|
|
179
|
+
'button-warning-color--focus': string | number;
|
|
180
|
+
'button-warning-color--active': string | number;
|
|
181
|
+
'button-warning-color--disabled': string | number;
|
|
182
|
+
'button-warning-outline': string | number;
|
|
183
|
+
'button-icon-border-radius': string | number;
|
|
184
|
+
'button-icon-small-width': string | number;
|
|
185
|
+
'button-icon-width': string | number;
|
|
186
|
+
'button-icon-large-width': string | number;
|
|
187
|
+
'button-icon-background': string | number;
|
|
188
|
+
'button-icon-background--hover': string | number;
|
|
189
|
+
'button-icon-background--focus': string | number;
|
|
190
|
+
'button-icon-background--active': string | number;
|
|
191
|
+
'button-icon-background--disabled': string | number;
|
|
192
|
+
'button-icon-border-color': string | number;
|
|
193
|
+
'button-icon-border-color--hover': string | number;
|
|
194
|
+
'button-icon-border-color--focus': string | number;
|
|
195
|
+
'button-icon-border-color--active': string | number;
|
|
196
|
+
'button-icon-border-color--disabled': string | number;
|
|
197
|
+
'button-icon-color': string | number;
|
|
198
|
+
'button-icon-color--hover': string | number;
|
|
199
|
+
'button-icon-color--focus': string | number;
|
|
200
|
+
'button-icon-color--active': string | number;
|
|
201
|
+
'button-icon-color--disabled': string | number;
|
|
202
|
+
'button-icon-outline': string | number;
|
|
203
|
+
'tag-border-radius': string;
|
|
204
|
+
'tag-border-width': string | number;
|
|
205
|
+
'tag-font-weight': string | number;
|
|
206
|
+
'tag-font-height': string | number;
|
|
207
|
+
'tag-spacing': string;
|
|
208
|
+
'tag-spacing-removable': string;
|
|
209
|
+
'tag-width': string;
|
|
210
|
+
'tag-outline': string | number;
|
|
211
|
+
'tag-remove-button-background': string | number;
|
|
212
|
+
'tag-remove-button-border-radius': string;
|
|
213
|
+
'tag-icon-spacing': string | number;
|
|
214
|
+
'tag-small-font-size': string | number;
|
|
215
|
+
'tag-small-height': string;
|
|
216
|
+
'tag-small-transform': string;
|
|
217
|
+
'tag-small-leading-display': string;
|
|
218
|
+
'tag-small-remove-button-size': string;
|
|
219
|
+
'tag-small-remove-button-icon-size': string;
|
|
220
|
+
'tag-small-spacing-removable': string;
|
|
221
|
+
'tag-font-size': string | number;
|
|
222
|
+
'tag-height': string;
|
|
223
|
+
'tag-transform': string;
|
|
224
|
+
'tag-leading-display': string;
|
|
225
|
+
'tag-remove-button-size': string;
|
|
226
|
+
'tag-remove-button-icon-size': string;
|
|
227
|
+
'tag-large-font-size': string | number;
|
|
228
|
+
'tag-large-height': string;
|
|
229
|
+
'tag-large-transform': string;
|
|
230
|
+
'tag-large-leading-display': string;
|
|
231
|
+
'tag-large-remove-button-size': string;
|
|
232
|
+
'tag-large-remove-button-icon-size': string;
|
|
233
|
+
'tag-default-background': string | number;
|
|
234
|
+
'tag-default-background--hover': string | number;
|
|
235
|
+
'tag-default-background--focus': string | number;
|
|
236
|
+
'tag-default-color': string | number;
|
|
237
|
+
'tag-default-color--hover': string | number;
|
|
238
|
+
'tag-default-color--focus': string | number;
|
|
239
|
+
'tag-default-border-color': string;
|
|
240
|
+
'tag-default-border-color--hover': string;
|
|
241
|
+
'tag-default-border-color--focus': string;
|
|
242
|
+
'tag-outlined-background': string | number;
|
|
243
|
+
'tag-outlined-background--hover': string | number;
|
|
244
|
+
'tag-outlined-background--focus': string | number;
|
|
245
|
+
'tag-outlined-color': string | number;
|
|
246
|
+
'tag-outlined-color--hover': string | number;
|
|
247
|
+
'tag-outlined-color--focus': string | number;
|
|
248
|
+
'tag-outlined-border-color': string | number;
|
|
249
|
+
'tag-outlined-border-color--hover': string | number;
|
|
250
|
+
'tag-outlined-border-color--focus': string | number;
|
|
251
|
+
'tag-accent-background': string | number;
|
|
252
|
+
'tag-accent-background--hover': string | number;
|
|
253
|
+
'tag-accent-background--focus': string | number;
|
|
254
|
+
'tag-accent-color': string | number;
|
|
255
|
+
'tag-accent-color--hover': string | number;
|
|
256
|
+
'tag-accent-color--focus': string | number;
|
|
257
|
+
'tag-accent-border-color': string;
|
|
258
|
+
'tag-accent-border-color--hover': string;
|
|
259
|
+
'tag-accent-border-color--focus': string;
|
|
260
|
+
'tag-success-background': string | number;
|
|
261
|
+
'tag-success-background--hover': string | number;
|
|
262
|
+
'tag-success-background--focus': string | number;
|
|
263
|
+
'tag-success-color': string | number;
|
|
264
|
+
'tag-success-color--hover': string | number;
|
|
265
|
+
'tag-success-color--focus': string | number;
|
|
266
|
+
'tag-success-border-color': string | number;
|
|
267
|
+
'tag-success-border-color--hover': string | number;
|
|
268
|
+
'tag-success-border-color--focus': string | number;
|
|
269
|
+
'tag-warning-background': string | number;
|
|
270
|
+
'tag-warning-background--hover': string | number;
|
|
271
|
+
'tag-warning-background--focus': string | number;
|
|
272
|
+
'tag-warning-color': string | number;
|
|
273
|
+
'tag-warning-color--hover': string | number;
|
|
274
|
+
'tag-warning-color--focus': string | number;
|
|
275
|
+
'tag-warning-border-color': string | number;
|
|
276
|
+
'tag-warning-border-color--hover': string | number;
|
|
277
|
+
'tag-warning-border-color--focus': string | number;
|
|
278
|
+
'tag-danger-background': string | number;
|
|
279
|
+
'tag-danger-background--hover': string | number;
|
|
280
|
+
'tag-danger-background--focus': string | number;
|
|
281
|
+
'tag-danger-color': string | number;
|
|
282
|
+
'tag-danger-color--hover': string | number;
|
|
283
|
+
'tag-danger-color--focus': string | number;
|
|
284
|
+
'tag-danger-border-color': string | number;
|
|
285
|
+
'tag-danger-border-color--hover': string | number;
|
|
286
|
+
'tag-danger-border-color--focus': string | number;
|
|
287
|
+
'checkbox-color': string | number;
|
|
288
|
+
'checkbox-font-weight': string | number;
|
|
289
|
+
'checkbox-font-size': string | number;
|
|
290
|
+
'checkbox-selector-border-radius': string | number;
|
|
291
|
+
'checkbox-selector-size': string;
|
|
292
|
+
'checkbox-selector-outline': string | number;
|
|
293
|
+
'checkbox-small-font-size': string | number;
|
|
294
|
+
'checkbox-selector-icon-color': string | number;
|
|
295
|
+
'checkbox-selector-background': string | number;
|
|
296
|
+
'checkbox-selector-background--hover': string | number;
|
|
297
|
+
'checkbox-selector-background--focus': string | number;
|
|
298
|
+
'checkbox-selector-background--disabled': string | number;
|
|
299
|
+
'checkbox-selector-checked-background': string | number;
|
|
300
|
+
'checkbox-selector-checked-background--hover': string | number;
|
|
301
|
+
'checkbox-selector-checked-background--focus': string | number;
|
|
302
|
+
'checkbox-selector-checked-background--disabled': string | number;
|
|
303
|
+
'checkbox-selector-border-color': string | number;
|
|
304
|
+
'checkbox-selector-border-color--hover': string | number;
|
|
305
|
+
'checkbox-selector-border-color--focus': string | number;
|
|
306
|
+
'checkbox-selector-border-color--disabled': string | number;
|
|
307
|
+
'checkbox-selector-checked-border-color': string | number;
|
|
308
|
+
'checkbox-selector-checked-border-color--hover': string | number;
|
|
309
|
+
'checkbox-selector-checked-border-color--focus': string | number;
|
|
310
|
+
'checkbox-selector-checked-border-color--disabled': string | number;
|
|
311
|
+
'checkbox-dark-color': string | number;
|
|
312
|
+
'checkbox-dark-selector-background': string | number;
|
|
313
|
+
'checkbox-dark-selector-background--hover': string | number;
|
|
314
|
+
'checkbox-dark-selector-background--focus': string | number;
|
|
315
|
+
'checkbox-dark-selector-background--disabled': string | number;
|
|
316
|
+
'checkbox-dark-selector-border-color': string | number;
|
|
317
|
+
'checkbox-dark-selector-border-color--hover': string | number;
|
|
318
|
+
'checkbox-dark-selector-border-color--focus': string | number;
|
|
319
|
+
'checkbox-dark-selector-border-color--disabled': string | number;
|
|
320
|
+
'radio-color': string | number;
|
|
321
|
+
'radio-font-weight': string | number;
|
|
322
|
+
'radio-font-size': string | number;
|
|
323
|
+
'radio-selector-border-radius': string | number;
|
|
324
|
+
'radio-selector-size': string;
|
|
325
|
+
'radio-selector-outline': string | number;
|
|
326
|
+
'radio-small-font-size': string | number;
|
|
327
|
+
'radio-small-selector-size': string;
|
|
328
|
+
'radio-selector-background': string | number;
|
|
329
|
+
'radio-selector-background--hover': string | number;
|
|
330
|
+
'radio-selector-background--focus': string | number;
|
|
331
|
+
'radio-selector-background--disabled': string | number;
|
|
332
|
+
'radio-selector-border-color': string | number;
|
|
333
|
+
'radio-selector-border-color--hover': string | number;
|
|
334
|
+
'radio-selector-border-color--focus': string | number;
|
|
335
|
+
'radio-selector-border-color--disabled': string | number;
|
|
336
|
+
'radio-selector-border-color--checked': string | number;
|
|
337
|
+
'radio-dark-color': string | number;
|
|
338
|
+
'radio-dark-selector-background': string | number;
|
|
339
|
+
'radio-dark-selector-background--hover': string | number;
|
|
340
|
+
'radio-dark-selector-background--focus': string | number;
|
|
341
|
+
'radio-dark-selector-background--disabled': string | number;
|
|
342
|
+
'radio-dark-selector-border-color': string | number;
|
|
343
|
+
'radio-dark-selector-border-color--hover': string | number;
|
|
344
|
+
'radio-dark-selector-border-color--focus': string | number;
|
|
345
|
+
'radio-dark-selector-border-color--disabled': string | number;
|
|
346
|
+
'tooltip-arrow-height': string;
|
|
347
|
+
'tooltip-arrow-width': string;
|
|
348
|
+
'tooltip-background': string | number;
|
|
349
|
+
'tooltip-border-radius': string;
|
|
350
|
+
'tooltip-color': string | number;
|
|
351
|
+
'tooltip-dark-outline': string | number;
|
|
352
|
+
'tooltip-font-size': string | number;
|
|
353
|
+
'tooltip-font-height': string | number;
|
|
354
|
+
'tooltip-max-width': string;
|
|
355
|
+
'tooltip-min-width': string;
|
|
356
|
+
'tooltip-outline': string | number;
|
|
357
|
+
'tooltip-padding-x': string | number;
|
|
358
|
+
'tooltip-padding-y': string | number;
|
|
359
|
+
'tooltip-margin': string | number;
|
|
360
|
+
'tooltip-shadow': string | number;
|
|
361
|
+
'modal-small-max-width': string;
|
|
362
|
+
'modal-max-width': string;
|
|
363
|
+
'modal-large-max-width': string;
|
|
364
|
+
'modal-overlay-background': string | number;
|
|
365
|
+
'dialog-header-color': string | number;
|
|
366
|
+
'dialog-header-border-color': string | number;
|
|
367
|
+
'dialog-body-font-color': string | number;
|
|
368
|
+
'text-field-border-radius': string | number;
|
|
369
|
+
'text-field-color': string | number;
|
|
370
|
+
'text-field-font-size': string | number;
|
|
371
|
+
'text-field-font-weight': string | number;
|
|
372
|
+
'text-field-font-height': string | number;
|
|
373
|
+
'text-field-height': string | number;
|
|
374
|
+
'text-field-padding-x': string | number;
|
|
375
|
+
'text-field-padding-y': string | number;
|
|
376
|
+
'text-field-outline': string | number;
|
|
377
|
+
'text-field-small-height': string | number;
|
|
378
|
+
'text-field-small-padding-x': string | number;
|
|
379
|
+
'text-field-small-padding-y': string | number;
|
|
380
|
+
'text-field-small-font-size': string | number;
|
|
381
|
+
'text-field-large-height': string | number;
|
|
382
|
+
'text-field-large-padding-x': string | number;
|
|
383
|
+
'text-field-large-padding-y': string;
|
|
384
|
+
'text-field-large-font-size': string | number;
|
|
385
|
+
'text-field-background': string | number;
|
|
386
|
+
'text-field-background--hover': string | number;
|
|
387
|
+
'text-field-background--focus': string | number;
|
|
388
|
+
'text-field-background--disabled': string | number;
|
|
389
|
+
'text-field-border-color': string | number;
|
|
390
|
+
'text-field-border-color--hover': string | number;
|
|
391
|
+
'text-field-border-color--focus': string | number;
|
|
392
|
+
'text-field-border-color--disabled': string | number;
|
|
393
|
+
'text-field-dark-color': string | number;
|
|
394
|
+
'text-field-dark-background': string | number;
|
|
395
|
+
'text-field-dark-border-color': string | number;
|
|
396
|
+
'text-field-dark-border-color--hover': string | number;
|
|
397
|
+
'text-field-dark-border-color--focus': string | number;
|
|
398
|
+
'text-field-dark-border-color--disabled': string | number;
|
|
399
|
+
'text-field-success-border-color': string | number;
|
|
400
|
+
'text-field-danger-border-color': string | number;
|
|
401
|
+
'text-field-dark-outline': string | number;
|
|
402
|
+
'textarea-border-radius': string | number;
|
|
403
|
+
'textarea-color': string | number;
|
|
404
|
+
'textarea-font-size': string | number;
|
|
405
|
+
'textarea-font-weight': string | number;
|
|
406
|
+
'textarea-font-height': string | number;
|
|
407
|
+
'textarea-min-height': string;
|
|
408
|
+
'textarea-padding-x': string | number;
|
|
409
|
+
'textarea-padding-y': string | number;
|
|
410
|
+
'textarea-outline': string | number;
|
|
411
|
+
'textarea-small-padding-x': string | number;
|
|
412
|
+
'textarea-small-padding-y': string | number;
|
|
413
|
+
'textarea-small-font-size': string | number;
|
|
414
|
+
'textarea-large-height': string;
|
|
415
|
+
'textarea-large-padding-x': string | number;
|
|
416
|
+
'textarea-large-padding-y': string;
|
|
417
|
+
'textarea-large-font-size': string | number;
|
|
418
|
+
'textarea-background': string | number;
|
|
419
|
+
'textarea-background--hover': string | number;
|
|
420
|
+
'textarea-background--focus': string | number;
|
|
421
|
+
'textarea-background--disabled': string | number;
|
|
422
|
+
'textarea-border-color': string | number;
|
|
423
|
+
'textarea-border-color--hover': string | number;
|
|
424
|
+
'textarea-border-color--focus': string | number;
|
|
425
|
+
'textarea-border-color--disabled': string | number;
|
|
426
|
+
'textarea-dark-color': string | number;
|
|
427
|
+
'textarea-dark-background': string | number;
|
|
428
|
+
'textarea-dark-border-color': string | number;
|
|
429
|
+
'textarea-dark-border-color--hover': string | number;
|
|
430
|
+
'textarea-dark-border-color--focus': string | number;
|
|
431
|
+
'textarea-dark-border-color--disabled': string | number;
|
|
432
|
+
'textarea-success-border-color': string | number;
|
|
433
|
+
'textarea-danger-border-color': string | number;
|
|
434
|
+
'textarea-dark-outline': string | number;
|
|
435
|
+
'link-font-size': string | number;
|
|
436
|
+
'link-font-height': string | number;
|
|
437
|
+
'link-color': string | number;
|
|
438
|
+
'link-font-weight': string | number;
|
|
439
|
+
'link-font-weight--hover': string | number;
|
|
440
|
+
'breadcrumbs-font-size': string | number;
|
|
441
|
+
'breadcrumbs-font-height': string | number;
|
|
442
|
+
'breadcrumbs-font-weight': string | number;
|
|
443
|
+
'breadcrumbs-font-weight--active': string | number;
|
|
444
|
+
'breadcrumbs-spacing-x': string;
|
|
445
|
+
'banner-font-size': string | number;
|
|
446
|
+
'banner-font-height': string | number;
|
|
447
|
+
'banner-default-height': string;
|
|
448
|
+
'banner-min-width': string;
|
|
449
|
+
'banner-description-color': string | number;
|
|
450
|
+
'banner-title-font-weight': string | number;
|
|
451
|
+
'banner-border-radius': string | number;
|
|
452
|
+
'banner-border-width': string | number;
|
|
453
|
+
'banner-close-button-color': string | number;
|
|
454
|
+
'banner-icon-width': string;
|
|
455
|
+
'banner-icon-height': string;
|
|
456
|
+
'banner-icon-margin-right': string;
|
|
457
|
+
'banner-default-padding-x': string | number;
|
|
458
|
+
'banner-default-padding-y': string | number;
|
|
459
|
+
'banner-large-padding': string | number;
|
|
460
|
+
'banner-default-icon-alignment': string;
|
|
461
|
+
'banner-large-icon-alignment': string;
|
|
462
|
+
'banner-default-close-top': string | number;
|
|
463
|
+
'banner-default-close-right': string | number;
|
|
464
|
+
'banner-large-close-top': string;
|
|
465
|
+
'banner-large-close-right': string;
|
|
466
|
+
'banner-title-color-success': string | number;
|
|
467
|
+
'banner-border-color-success': string | number;
|
|
468
|
+
'banner-background-success': string | number;
|
|
469
|
+
'banner-title-color-danger': string | number;
|
|
470
|
+
'banner-border-color-danger': string | number;
|
|
471
|
+
'banner-background-danger': string | number;
|
|
472
|
+
'banner-title-color-warning': string | number;
|
|
473
|
+
'banner-border-color-warning': string | number;
|
|
474
|
+
'banner-background-warning': string | number;
|
|
475
|
+
'banner-title-color-neutral': string | number;
|
|
476
|
+
'banner-border-color-neutral': string | number;
|
|
477
|
+
'banner-background-neutral': string | number;
|
|
478
|
+
'banner-button-background-success': string | number;
|
|
479
|
+
'banner-button-background-neutral': string | number;
|
|
480
|
+
'banner-button-background-danger': string | number;
|
|
481
|
+
'banner-button-background-warning': string | number;
|
|
482
|
+
'banner-button-background-secondary': string | number;
|
|
483
|
+
'banner-button-text-color': string | number;
|
|
484
|
+
'banner-secondary-button-margin-left': string | number;
|
|
485
|
+
'progressbar-height': string;
|
|
486
|
+
'progressbar-background': string | number;
|
|
487
|
+
'progressbar-line': string | number;
|
|
488
|
+
'progressbar-neutral-fill': string | number;
|
|
489
|
+
'progressbar-success-fill': string | number;
|
|
490
|
+
'progressbar-danger-fill': string | number;
|
|
491
|
+
'progressbar-warning-fill': string | number;
|
|
492
|
+
'toast-padding-x': string | number;
|
|
493
|
+
'toast-padding-y': string | number;
|
|
494
|
+
'toast-border-radius': string | number;
|
|
495
|
+
'toast-font-color': string | number;
|
|
496
|
+
'toast-font-size': string | number;
|
|
497
|
+
'toast-font-weight': string | number;
|
|
498
|
+
'toast-font-height': string | number;
|
|
499
|
+
'toast-close-x': string | number;
|
|
500
|
+
'toast-close-y': string | number;
|
|
501
|
+
'toast-shadow': string | number;
|
|
502
|
+
'toast-width': string;
|
|
503
|
+
'toast-neutral-background': string | number;
|
|
504
|
+
'toast-success-background': string | number;
|
|
505
|
+
'toast-danger-background': string | number;
|
|
506
|
+
'toast-warning-background': string | number;
|
|
507
|
+
'label-font-size': string | number;
|
|
508
|
+
'label-font-weight': string | number;
|
|
509
|
+
'label-font-height': string | number;
|
|
510
|
+
'label-font-color': string | number;
|
|
511
|
+
'label-required-color': string | number;
|
|
512
|
+
'label-tooltip-margin-left': string | number;
|
|
513
|
+
'label-tooltip-font-weight': string | number;
|
|
514
|
+
'label-tooltip-font-size': string | number;
|
|
515
|
+
'label-tooltip-font-color': string | number;
|
|
516
|
+
'label-tooltip-background-color': string | number;
|
|
517
|
+
'label-dark-font-color': string | number;
|
|
518
|
+
'label-tooltip-dark-font-color': string | number;
|
|
519
|
+
'label-tooltip-dark-background-color': string | number;
|
|
520
|
+
'switch-width': string;
|
|
521
|
+
'switch-height': string;
|
|
522
|
+
'switch-border-radius': string;
|
|
523
|
+
'switch-outline': string | number;
|
|
524
|
+
'switch-large-width': string;
|
|
525
|
+
'switch-large-height': string;
|
|
526
|
+
'switch-large-border-radius': string;
|
|
527
|
+
'switch-icon-height': string;
|
|
528
|
+
'switch-icon-width': string;
|
|
529
|
+
'switch-icon-color': string | number;
|
|
530
|
+
'switch-large-icon-height': string;
|
|
531
|
+
'switch-large-icon-width': string;
|
|
532
|
+
'switch-icon-active-x': string;
|
|
533
|
+
'switch-icon-active-y': string;
|
|
534
|
+
'switch-large-icon-active-x': string;
|
|
535
|
+
'switch-large-icon-active-y': string;
|
|
536
|
+
'switch-icon-inactive-x': string;
|
|
537
|
+
'switch-icon-inactive-y': string;
|
|
538
|
+
'switch-large-icon-inactive-x': string;
|
|
539
|
+
'switch-large-icon-inactive-y': string;
|
|
540
|
+
'switch-inactive-background-color': string | number;
|
|
541
|
+
'switch-inactive-background-color--hover': string | number;
|
|
542
|
+
'switch-active-background-color': string | number;
|
|
543
|
+
'switch-active-background-color--hover': string | number;
|
|
544
|
+
'switch-slider-x': string;
|
|
545
|
+
'switch-slider-active-x': string;
|
|
546
|
+
'switch-slider-y': string;
|
|
547
|
+
'switch-slider-active-y': string;
|
|
548
|
+
'switch-slider-size': string;
|
|
549
|
+
'switch-slider-background-color': string | number;
|
|
550
|
+
'switch-slider-border-radius': string | number;
|
|
551
|
+
'switch-slider-large-x': string;
|
|
552
|
+
'switch-slider-large-active-x': string;
|
|
553
|
+
'switch-slider-large-y': string;
|
|
554
|
+
'switch-slider-large-active-y': string;
|
|
555
|
+
'switch-slider-large-size': string;
|
|
556
|
+
'steps-step-padding-y': string | number;
|
|
557
|
+
'steps-step-padding-x': string | number;
|
|
558
|
+
'steps-color': string | number;
|
|
559
|
+
'steps-progress-padding-y': string | number;
|
|
560
|
+
'steps-progress-padding-x': string | number;
|
|
561
|
+
'steps-spacing-y': string | number;
|
|
562
|
+
'steps-indicator-size': string;
|
|
563
|
+
'steps-conector-height': string;
|
|
564
|
+
'steps-conector-height--complete': string;
|
|
565
|
+
'steps-conector-top': string;
|
|
566
|
+
'steps-conector-top--complete': string;
|
|
567
|
+
'steps-progress-step-background-color': string | number;
|
|
568
|
+
'steps-progress-step-background-color--complete': string | number;
|
|
569
|
+
'card-background': string | number;
|
|
570
|
+
'card-border-color': string | number;
|
|
571
|
+
'card-border-radius': string | number;
|
|
572
|
+
'card-color': string | number;
|
|
573
|
+
'card-flag-background-danger': string | number;
|
|
574
|
+
'card-flag-background-neutral': string | number;
|
|
575
|
+
'card-flag-background-success': string | number;
|
|
576
|
+
'card-flag-background-warning': string | number;
|
|
577
|
+
'card-flag-width': string;
|
|
578
|
+
'card-font-height': string | number;
|
|
579
|
+
'card-padding-x': string | number;
|
|
580
|
+
'card-padding-y': string | number;
|
|
581
|
+
'card-separator-background': string | number;
|
|
582
|
+
'card-subtitle-font-size': string | number;
|
|
583
|
+
'card-subtitle-font-weight': string | number;
|
|
584
|
+
'card-title-font-height': string | number;
|
|
585
|
+
'card-title-font-size': string | number;
|
|
586
|
+
'card-title-font-weight': string | number;
|
|
587
|
+
'dropdown-background': string | number;
|
|
588
|
+
'dropdown-border-color': string | number;
|
|
589
|
+
'dropdown-border-radius': string | number;
|
|
590
|
+
'dropdown-shadow': string | number;
|
|
591
|
+
'popover-background': string | number;
|
|
592
|
+
'popover-border-color': string | number;
|
|
593
|
+
'popover-border-radius': string | number;
|
|
594
|
+
'popover-shadow': string | number;
|
|
595
|
+
'side-navigation-collapsing-breakpoint': string;
|
|
596
|
+
'side-navigation-width': string;
|
|
597
|
+
'side-navigation-width-large': string;
|
|
598
|
+
'side-navigation-padding-bottom': string | number;
|
|
599
|
+
'side-navigation-background-color': string | number;
|
|
600
|
+
'side-navigation-component-margin-top': string | number;
|
|
601
|
+
'side-navigation-logo-padding-x': string | number;
|
|
602
|
+
'side-navigation-separator-color': string | number;
|
|
603
|
+
'side-navigation-menu-title-font-weight': string | number;
|
|
604
|
+
'side-navigation-menu-title-font-size': string | number;
|
|
605
|
+
'side-navigation-menu-title-line-height': string | number;
|
|
606
|
+
'side-navigation-menu-link-color--hover': string | number;
|
|
607
|
+
'side-navigation-menu-link-background-color--active': string | number;
|
|
608
|
+
'side-navigation-menu-link-box-shadow-color--active': string | number;
|
|
609
|
+
'side-navigation-menu-item-color--focus': string | number;
|
|
610
|
+
'table-row-default-color': string | number;
|
|
611
|
+
'table-row-variant-color': string | number;
|
|
612
|
+
'table-row-selected-color': string | number;
|
|
613
|
+
'top-navigation-height': string;
|
|
614
|
+
'top-navigation-background-color': string | number;
|
|
615
|
+
'top-navigation-border-color': string | number;
|
|
616
|
+
'top-navigation-dropdown-separator-color': string | number;
|
|
617
|
+
'top-navigation-dropdown-trigger-color': string | number;
|
|
618
|
+
'top-navigation-dropdown-subitem-color': string | number;
|
|
619
|
+
'top-navigation-item-icon-color': string | number;
|
|
620
|
+
'top-navigation-item-color': string | number;
|
|
621
|
+
'top-navigation-item-color--hover': string | number;
|
|
622
|
+
'select-selected-option-check-color': string | number;
|
|
623
|
+
'select-selected-option-background-color': string | number;
|
|
624
|
+
'toggle-text-transform': string;
|
|
625
|
+
'toggle-background-color': string | number;
|
|
626
|
+
'toggle-background-color--hover': string | number;
|
|
627
|
+
'toggle-background-color--focus': string | number;
|
|
628
|
+
'toggle-background-color--active': string | number;
|
|
629
|
+
'toggle-background-color--disabled': string | number;
|
|
630
|
+
'toggle-checked-background-color': string | number;
|
|
631
|
+
'toggle-checked-background-color--hover': string | number;
|
|
632
|
+
'toggle-checked-background-color--focus': string | number;
|
|
633
|
+
'toggle-checked-background-color--active': string | number;
|
|
634
|
+
'toggle-checked-background-color--disabled': string | number;
|
|
635
|
+
'toggle-color': string | number;
|
|
636
|
+
'toggle-color--hover': string | number;
|
|
637
|
+
'toggle-color--focus': string | number;
|
|
638
|
+
'toggle-color--active': string | number;
|
|
639
|
+
'toggle-color--disabled': string | number;
|
|
640
|
+
'toggle-checked-color': string | number;
|
|
641
|
+
'toggle-checked-color--hover': string | number;
|
|
642
|
+
'toggle-checked-color--focus': string | number;
|
|
643
|
+
'toggle-checked-color--active': string | number;
|
|
644
|
+
'toggle-checked-color--disabled': string | number;
|
|
645
|
+
'toggle-single-border-color': string | number;
|
|
646
|
+
'toggle-single-border-color--hover': string | number;
|
|
647
|
+
'toggle-single-border-color--focus': string | number;
|
|
648
|
+
'toggle-single-border-color--active': string | number;
|
|
649
|
+
'toggle-single-border-color--disabled': string | number;
|
|
650
|
+
'toggle-single-checked-border-color': string | number;
|
|
651
|
+
'toggle-single-checked-border-color--disabled': string | number;
|
|
652
|
+
'toggle-single-font-size': string | number;
|
|
653
|
+
'toggle-single-small-font-size': string;
|
|
654
|
+
'toggle-single-height': string;
|
|
655
|
+
'toggle-single-small-height': string;
|
|
656
|
+
'toggle-multiple-border-color': string | number;
|
|
657
|
+
'toggle-multiple-border-color--hover': string | number;
|
|
658
|
+
'toggle-multiple-border-color--focus': string | number;
|
|
659
|
+
'toggle-multiple-border-color--active': string | number;
|
|
660
|
+
'toggle-multiple-border-color--disabled': string | number;
|
|
661
|
+
'toggle-multiple-checked-border-color': string | number;
|
|
662
|
+
'toggle-multiple-checked-border-color--disabled': string | number;
|
|
663
|
+
'toggle-multiple-font-size': string | number;
|
|
664
|
+
'toggle-multiple-small-font-size': string | number;
|
|
665
|
+
'toggle-multiple-height': string;
|
|
666
|
+
'toggle-multiple-small-height': string;
|
|
667
|
+
'toggle-group-border-color--disabled': string | number;
|
|
668
|
+
'toggle-group-multiple-border-width': string;
|
|
669
|
+
'toggle-group-multiple-border-style': string;
|
|
670
|
+
'toggle-group-multiple-border-color': string;
|
|
671
|
+
'toggle-group-multiple-border-radius': string;
|
|
672
|
+
'toggle-group-multiple-padding': number;
|
|
673
|
+
'toggle-group-single-border-width': string;
|
|
674
|
+
'toggle-group-single-border-style': string;
|
|
675
|
+
'toggle-group-single-border-color': string | number;
|
|
676
|
+
'toggle-group-single-border-radius': string | number;
|
|
677
|
+
'toggle-group-single-padding': string;
|
|
678
|
+
'dropdown-trigger-expanded-color': string | number;
|
|
679
|
+
'dropdown-trigger-height': string | number;
|
|
680
|
+
'height-small': string;
|
|
681
|
+
'height-default': string;
|
|
682
|
+
'height-large': string;
|
|
683
|
+
left: string;
|
|
684
|
+
center: string;
|
|
685
|
+
right: string;
|
|
686
|
+
'z-index-none': number;
|
|
687
|
+
'z-index-default': number;
|
|
688
|
+
'z-index-droplist': number;
|
|
689
|
+
'z-index-tooltip': number;
|
|
690
|
+
'z-index-overlay': number;
|
|
691
|
+
'z-index-modal': number;
|
|
692
|
+
'space-none': number;
|
|
693
|
+
'space-2xs': string;
|
|
694
|
+
'space-xs': string;
|
|
695
|
+
'space-s': string;
|
|
696
|
+
'space-m': string;
|
|
697
|
+
'space-l': string;
|
|
698
|
+
'space-xl': string;
|
|
699
|
+
'space-2xl': string;
|
|
700
|
+
'space-3xl': string;
|
|
701
|
+
'shadow-none': string;
|
|
702
|
+
'shadow-modal': string;
|
|
703
|
+
'shadow-droplist': string;
|
|
704
|
+
'shadow-glow-primary': string;
|
|
705
|
+
'shadow-glow-warning': string;
|
|
706
|
+
'opacity-0': number;
|
|
707
|
+
'opacity-20': number;
|
|
708
|
+
'opacity-40': number;
|
|
709
|
+
'opacity-60': number;
|
|
710
|
+
'opacity-100': number;
|
|
711
|
+
'font-weight-regular': number;
|
|
712
|
+
'font-weight-medium': number;
|
|
713
|
+
'font-weight-bold': number;
|
|
714
|
+
'font-size-6': string;
|
|
715
|
+
'font-size-5': string;
|
|
716
|
+
'font-size-4': string;
|
|
717
|
+
'font-size-3': string;
|
|
718
|
+
'font-size-2': string;
|
|
719
|
+
'font-size-1': string;
|
|
720
|
+
'font-height-1': string;
|
|
721
|
+
'font-height-2': string;
|
|
722
|
+
'font-height-3': string;
|
|
723
|
+
'font-family-default': string;
|
|
724
|
+
'font-family-monospace': string;
|
|
725
|
+
'color-primary': string;
|
|
726
|
+
'color-accent': string;
|
|
727
|
+
'color-neutral-darkest': string;
|
|
728
|
+
'color-neutral-darker': string;
|
|
729
|
+
'color-neutral-dark': string;
|
|
730
|
+
'color-neutral': string;
|
|
731
|
+
'color-neutral-light': string;
|
|
732
|
+
'color-neutral-lighter': string;
|
|
733
|
+
'color-neutral-lightest': string;
|
|
734
|
+
'color-neutral-white': string;
|
|
735
|
+
'color-success-dark': string;
|
|
736
|
+
'color-success': string;
|
|
737
|
+
'color-success-light': string;
|
|
738
|
+
'color-transparent': string;
|
|
739
|
+
'color-warning-dark': string;
|
|
740
|
+
'color-warning': string;
|
|
741
|
+
'color-warning-light': string;
|
|
742
|
+
'color-danger-dark': string;
|
|
743
|
+
'color-danger': string;
|
|
744
|
+
'color-danger-light': string;
|
|
745
|
+
'border-width-none': number;
|
|
746
|
+
'border-width-thin': string;
|
|
747
|
+
'border-width-medium': string;
|
|
748
|
+
'border-width-bold': string;
|
|
749
|
+
'border-radius-none': number;
|
|
750
|
+
'border-radius-s': string;
|
|
751
|
+
'border-radius-m': string;
|
|
752
|
+
'border-radius-l': string;
|
|
753
|
+
'border-radius-circle': string;
|
|
754
|
+
};
|
|
755
|
+
export default alice;
|