@loadsmart/loadsmart-ui 8.0.0 → 8.0.2
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-oKnUu6d3.js.map +1 -1
- package/dist/common/BackButton/BackButton.d.ts +2 -1
- package/dist/common/CloseButton/CloseButton.d.ts +3 -2
- package/dist/common/SelectionWrapper.d.ts +9 -9
- package/dist/components/Accordion/Accordion.context.d.ts +6 -6
- package/dist/components/Accordion/Accordion.d.ts +11 -11
- package/dist/components/Banner/Banner.d.ts +17 -17
- package/dist/components/Breadcrumbs/Breadcrumb.d.ts +5 -5
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
- package/dist/components/Button/Button.d.ts +11 -10
- package/dist/components/Calendar/Calendar.d.ts +3 -2
- package/dist/components/Calendar/Calendar.helpers.d.ts +2 -1
- package/dist/components/Calendar/Calendar.types.d.ts +4 -4
- package/dist/components/Calendar/Date.helper.d.ts +27 -54
- package/dist/components/Calendar/DateFormat.helper.d.ts +1 -3
- package/dist/components/Calendar/Month.helper.d.ts +5 -5
- package/dist/components/Calendar/PickerModeToggle.d.ts +2 -1
- package/dist/components/Calendar/Pickers/DayPicker.d.ts +4 -2
- package/dist/components/Calendar/Pickers/MonthPicker.d.ts +2 -1
- package/dist/components/Calendar/Pickers/PickerButton.d.ts +2 -3
- package/dist/components/Calendar/Pickers/YearPicker.d.ts +2 -1
- package/dist/components/Calendar/useCalendar.d.ts +4 -9
- package/dist/components/Card/Card.d.ts +5 -5
- package/dist/components/Card/CardTitle.d.ts +5 -4
- package/dist/components/Checkbox/Checkbox.d.ts +7 -7
- package/dist/components/DatePicker/DatePicker.d.ts +6 -6
- package/dist/components/DatePicker/DateRangePicker.d.ts +3 -2
- package/dist/components/DatePicker/useDatePicker.d.ts +7 -586
- package/dist/components/DatePicker/useDateRangePicker.d.ts +5 -889
- package/dist/components/Dialog/Dialog.d.ts +14 -16
- package/dist/components/DragDropFile/DragDropFile.context.d.ts +1 -1
- package/dist/components/DragDropFile/DragDropFile.d.ts +4 -3
- package/dist/components/DragDropFile/components/DropZone.d.ts +2 -1
- package/dist/components/DragDropFile/components/FileItem.d.ts +2 -1
- package/dist/components/DragDropFile/components/FileList.d.ts +2 -1
- package/dist/components/DragDropFile/styles.d.ts +8 -9
- package/dist/components/DragDropFile/types.d.ts +4 -4
- package/dist/components/Drawer/Drawer.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.context.d.ts +2 -1
- package/dist/components/Dropdown/Dropdown.d.ts +2 -5
- package/dist/components/Dropdown/Dropdown.types.d.ts +1 -1
- package/dist/components/Dropdown/DropdownMenu.d.ts +4 -3
- package/dist/components/Dropdown/DropdownTrigger.d.ts +10 -10
- package/dist/components/EmptyState/EmptyState.d.ts +3 -3
- package/dist/components/EmptyState/EmptyState.types.d.ts +2 -2
- package/dist/components/EmptyState/index.d.ts +1 -1
- package/dist/components/HighlightMatch/HighlightMatch.d.ts +4 -4
- package/dist/components/Icon/Icon.d.ts +3 -2
- package/dist/components/IconFactory/IconFactory.d.ts +8 -8
- package/dist/components/IconFactory/IconFactory.fixtures.d.ts +6 -6
- package/dist/components/Label/Label.d.ts +10 -10
- package/dist/components/Layout/Box.d.ts +8 -9
- package/dist/components/Layout/Grid.d.ts +4 -5
- package/dist/components/Layout/Group.d.ts +5 -6
- package/dist/components/Layout/Sidebar.d.ts +6 -7
- package/dist/components/Layout/Stack.d.ts +7 -7
- package/dist/components/Layout/Switcher.d.ts +5 -6
- package/dist/components/Link/Link.d.ts +3 -3
- package/dist/components/Loaders/LoadingBar.d.ts +8 -7
- package/dist/components/Loaders/LoadingDots.d.ts +4 -3
- package/dist/components/Loaders/Spinner.d.ts +4 -3
- package/dist/components/Modal/Modal.d.ts +4 -7
- package/dist/components/Pagination/Pagination.d.ts +2 -1
- package/dist/components/Pagination/Pagination.types.d.ts +4 -4
- package/dist/components/Pagination/PaginationItem.d.ts +2 -1
- package/dist/components/Popover/Popover.d.ts +4 -3
- package/dist/components/ProgressBar/ProgressBar.d.ts +6 -6
- package/dist/components/Radio/Radio.d.ts +7 -7
- package/dist/components/Section/Section.d.ts +4 -4
- package/dist/components/Select/Select.context.d.ts +3 -2
- package/dist/components/Select/Select.d.ts +2 -2
- package/dist/components/Select/Select.fixtures.d.ts +4 -4
- package/dist/components/Select/Select.types.d.ts +14 -14
- package/dist/components/Select/SelectCreatableOption.d.ts +2 -1
- package/dist/components/Select/SelectEmpty.d.ts +2 -1
- package/dist/components/Select/SelectOption.d.ts +2 -1
- package/dist/components/Select/SelectTrigger.d.ts +1 -1
- package/dist/components/Select/useSelect.d.ts +0 -2
- package/dist/components/SideNavigation/Logo/Logo.d.ts +6 -5
- package/dist/components/SideNavigation/Menu/Menu.d.ts +3 -13
- package/dist/components/SideNavigation/Menu/MenuBaseItem.d.ts +7 -7
- package/dist/components/SideNavigation/Menu/MenuExpandable.d.ts +3 -3
- package/dist/components/SideNavigation/Menu/MenuLink.d.ts +7 -6
- package/dist/components/SideNavigation/Separator/Separator.d.ts +3 -2
- package/dist/components/SideNavigation/SideNavigation.d.ts +7 -22
- package/dist/components/Steps/ProgressSteps/ProgressStep.d.ts +5 -5
- package/dist/components/Steps/ProgressSteps/ProgressSteps.d.ts +4 -3
- package/dist/components/Steps/Steps.d.ts +8 -8
- package/dist/components/Steps/Steps.types.d.ts +2 -2
- package/dist/components/Steps/StepsStep.d.ts +6 -5
- package/dist/components/Steps/useSteps.d.ts +2 -2
- package/dist/components/Switch/Switch.d.ts +6 -6
- package/dist/components/Table/Selection.d.ts +6 -6
- package/dist/components/Table/Table.d.ts +14 -13
- package/dist/components/Table/Table.types.d.ts +5 -5
- package/dist/components/Table/TableSortHandle.d.ts +3 -2
- package/dist/components/Table/useSortBy.d.ts +3 -3
- package/dist/components/TablePagination/RowsPerPage.d.ts +2 -1
- package/dist/components/TablePagination/TablePagination.d.ts +2 -1
- package/dist/components/TablePagination/TablePagination.styles.d.ts +2 -4
- package/dist/components/TablePagination/TablePaginationActions.d.ts +3 -8
- package/dist/components/Tabs/Tabs.d.ts +10 -10
- package/dist/components/Tabs/TabsContext.d.ts +2 -1
- package/dist/components/Tag/Tag.d.ts +11 -11
- package/dist/components/Text/Text.d.ts +2 -1
- package/dist/components/TextField/TextField.d.ts +11 -10
- package/dist/components/Textarea/Textarea.d.ts +8 -8
- package/dist/components/Toast/Toast.d.ts +7 -7
- package/dist/components/ToggleGroup/Toggle.d.ts +4 -2
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -2
- package/dist/components/ToggleGroup/ToggleGroup.types.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroupContext.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.d.ts +7 -7
- package/dist/components/TopNavigation/Logo/Logo.d.ts +6 -5
- package/dist/components/TopNavigation/Menu/Menu.d.ts +7 -7
- package/dist/components/TopNavigation/Menu/MenuItemDropdown.d.ts +12 -12
- package/dist/components/TopNavigation/Menu/MenuItemIcon.d.ts +7 -7
- package/dist/components/TopNavigation/OpenSideNavButton/OpenSideNavButton.d.ts +8 -6
- package/dist/components/TopNavigation/TopNavigation.d.ts +5 -5
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +2 -1
- package/dist/hooks/useDidMount/useDidMount.d.ts +1 -1
- package/dist/hooks/useFingerprint/useFingerprint.d.ts +0 -1
- package/dist/hooks/useFocusTrap/useFocusTrap.d.ts +7 -8
- package/dist/hooks/useFocusWithin/useFocusWithin.d.ts +1 -1
- package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.d.ts +3 -3
- package/dist/hooks/useSelectable/SelectableStrategy.d.ts +4 -4
- package/dist/hooks/useSelectable/useSelectable.types.d.ts +2 -2
- package/dist/index.js +316 -257
- package/dist/index.js.map +1 -1
- package/dist/{miranda-compatibility.theme-kYNEZ7mW.js → miranda-compatibility.theme-CIu9fa89.js} +2 -2
- package/dist/miranda-compatibility.theme-CIu9fa89.js.map +1 -0
- package/dist/{prop-K2Z3EsyG.js → prop-Fs2axl9W.js} +12 -18
- package/dist/prop-Fs2axl9W.js.map +1 -0
- package/dist/styles/activatable.d.ts +2 -3
- package/dist/styles/disableable.d.ts +3 -3
- package/dist/styles/ellipsizable.d.ts +1 -2
- package/dist/styles/focusable.d.ts +3 -3
- package/dist/styles/font.d.ts +0 -1
- package/dist/styles/hidden.d.ts +1 -2
- package/dist/styles/hoverable.d.ts +3 -3
- package/dist/styles/transition.d.ts +0 -1
- package/dist/styles/typography.d.ts +8 -8
- package/dist/testing/DatePickerEvent/DatePickerEvent.d.ts +7 -12
- package/dist/testing/DatePickerEvent/DateRangePickerEvent.d.ts +7 -12
- package/dist/testing/SelectEvent/SelectEvent.d.ts +11 -19
- package/dist/testing/getInterpolatedStyles/getInterpolatedStyles.d.ts +2 -2
- package/dist/testing/index.js +7 -9
- package/dist/testing/index.js.map +1 -1
- package/dist/tests/generator.d.ts +2 -2
- package/dist/tests/renderer.d.ts +6 -5
- package/dist/theming/index.d.ts +3 -3
- package/dist/theming/index.js +2 -2
- package/dist/theming/index.js.map +1 -1
- package/dist/theming/theming.helpers.d.ts +2 -2
- package/dist/toArray-BJJzFRD1.js +13 -0
- package/dist/toArray-BJJzFRD1.js.map +1 -0
- package/dist/tools/conditional.d.ts +3 -3
- package/dist/tools/index.js +1 -1
- package/dist/tools/prop.d.ts +1 -1
- package/dist/utils/toolset/getID.d.ts +0 -6
- package/dist/utils/toolset/highlightMatch.d.ts +5 -6
- package/dist/utils/toolset/keyboard.d.ts +3 -4
- package/dist/utils/toolset/toArray.d.ts +7 -1
- package/dist/utils/types/ColorScheme.d.ts +1 -2
- package/package.json +65 -66
- package/dist/components/Accordion/Accordion.stories.d.ts +0 -8
- package/dist/components/Accordion/Accordion.test.d.ts +0 -1
- package/dist/components/Banner/Banner.stories.d.ts +0 -107
- package/dist/components/Banner/Banner.test.d.ts +0 -1
- package/dist/components/Breadcrumbs/Breadbrumbs.test.d.ts +0 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -5
- package/dist/components/Button/Button.stories.d.ts +0 -33
- package/dist/components/Button/Button.test.d.ts +0 -1
- package/dist/components/Calendar/Calendar.stories.d.ts +0 -21
- package/dist/components/Calendar/Calendar.test.d.ts +0 -1
- package/dist/components/Calendar/Date.helper.test.d.ts +0 -1
- package/dist/components/Calendar/DateFormat.helper.test.d.ts +0 -1
- package/dist/components/Calendar/Month.helper.test.d.ts +0 -1
- package/dist/components/Calendar/Pickers/DayPicker.test.d.ts +0 -1
- package/dist/components/Calendar/Pickers/MonthPicker.test.d.ts +0 -1
- package/dist/components/Calendar/Pickers/YearPicker.test.d.ts +0 -1
- package/dist/components/Card/Card.stories.d.ts +0 -8
- package/dist/components/Card/Card.test.d.ts +0 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -8
- package/dist/components/Checkbox/Checkbox.test.d.ts +0 -1
- package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -22
- package/dist/components/DatePicker/DatePicker.test.d.ts +0 -1
- package/dist/components/DatePicker/DateRangePicker.stories.d.ts +0 -21
- package/dist/components/DatePicker/DateRangePicker.test.d.ts +0 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +0 -67
- package/dist/components/Dialog/Dialog.test.d.ts +0 -1
- package/dist/components/DragDropFile/DragDropFile.stories.d.ts +0 -33
- package/dist/components/DragDropFile/components/DropZone.test.d.ts +0 -1
- package/dist/components/DragDropFile/components/FileList.test.d.ts +0 -1
- package/dist/components/Drawer/Drawer.stories.d.ts +0 -6
- package/dist/components/Drawer/Drawer.test.d.ts +0 -1
- package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -12
- package/dist/components/Dropdown/Dropdown.test.d.ts +0 -1
- package/dist/components/Dropdown/useDropdown.test.d.ts +0 -1
- package/dist/components/EmptyState/EmptyState.stories.d.ts +0 -32
- package/dist/components/EmptyState/EmptyState.test.d.ts +0 -1
- package/dist/components/ErrorMessage/ErrorMessage.stories.d.ts +0 -13
- package/dist/components/ErrorMessage/ErrorMessage.test.d.ts +0 -1
- package/dist/components/HighlightMatch/HighlightMatch.stories.d.ts +0 -5
- package/dist/components/HighlightMatch/HighlightMatch.test.d.ts +0 -1
- package/dist/components/IconFactory/IconFactory.stories.d.ts +0 -6
- package/dist/components/IconFactory/IconFactory.test.d.ts +0 -1
- package/dist/components/Label/Label.stories.d.ts +0 -14
- package/dist/components/Label/Label.test.d.ts +0 -1
- package/dist/components/Layout/Layout.stories.d.ts +0 -146
- package/dist/components/Link/Link.stories.d.ts +0 -5
- package/dist/components/Link/Link.test.d.ts +0 -1
- package/dist/components/Loaders/LoadingBar.stories.d.ts +0 -5
- package/dist/components/Loaders/LoadingBar.test.d.ts +0 -1
- package/dist/components/Loaders/LoadingDots.stories.d.ts +0 -6
- package/dist/components/Loaders/LoadingDots.test.d.ts +0 -1
- package/dist/components/Loaders/Spinner.stories.d.ts +0 -5
- package/dist/components/Loaders/Spinner.test.d.ts +0 -1
- package/dist/components/Modal/Modal.stories.d.ts +0 -30
- package/dist/components/Modal/Modal.test.d.ts +0 -1
- package/dist/components/Pagination/Pagination.stories.d.ts +0 -5
- package/dist/components/Pagination/Pagination.test.d.ts +0 -1
- package/dist/components/Pagination/usePagination.test.d.ts +0 -1
- package/dist/components/Popover/Popover.stories.d.ts +0 -5
- package/dist/components/Popover/Popover.test.d.ts +0 -1
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +0 -12
- package/dist/components/ProgressBar/ProgressBar.test.d.ts +0 -1
- package/dist/components/Radio/Radio.stories.d.ts +0 -8
- package/dist/components/Radio/Radio.test.d.ts +0 -1
- package/dist/components/Section/Section.test.d.ts +0 -1
- package/dist/components/Section/Sections.stories.d.ts +0 -5
- package/dist/components/Select/Select.stories.d.ts +0 -19
- package/dist/components/Select/Select.test.d.ts +0 -1
- package/dist/components/Select/SelectEmpty.test.d.ts +0 -1
- package/dist/components/Select/SelectOption.test.d.ts +0 -1
- package/dist/components/Select/useSelect.helpers.test.d.ts +0 -1
- package/dist/components/Select/useSelect.test.d.ts +0 -1
- package/dist/components/SideNavigation/Logo/Logo.test.d.ts +0 -1
- package/dist/components/SideNavigation/Menu/Menu.test.d.ts +0 -1
- package/dist/components/SideNavigation/Separator/Separator.test.d.ts +0 -1
- package/dist/components/SideNavigation/SideNavigation.stories.d.ts +0 -5
- package/dist/components/SideNavigation/SideNavigation.test.d.ts +0 -1
- package/dist/components/Steps/Steps.stories.d.ts +0 -5
- package/dist/components/Steps/Steps.test.d.ts +0 -1
- package/dist/components/Steps/useStep.test.d.ts +0 -1
- package/dist/components/Switch/Switch.stories.d.ts +0 -5
- package/dist/components/Switch/Switch.test.d.ts +0 -1
- package/dist/components/Table/Table.stories.d.ts +0 -61
- package/dist/components/Table/Table.test.d.ts +0 -1
- package/dist/components/Table/useSortBy.test.d.ts +0 -1
- package/dist/components/TablePagination/TablePagination.stories.d.ts +0 -5
- package/dist/components/TablePagination/TablePagination.test.d.ts +0 -1
- package/dist/components/Tabs/Tabs.stories.d.ts +0 -23
- package/dist/components/Tabs/Tabs.test.d.ts +0 -1
- package/dist/components/Tag/Tag.stories.d.ts +0 -63
- package/dist/components/Tag/Tag.test.d.ts +0 -1
- package/dist/components/Text/Text.stories.d.ts +0 -7
- package/dist/components/Text/Text.test.d.ts +0 -1
- package/dist/components/TextField/TextField.stories.d.ts +0 -11
- package/dist/components/TextField/TextField.test.d.ts +0 -1
- package/dist/components/Textarea/Textarea.stories.d.ts +0 -11
- package/dist/components/Textarea/Textarea.test.d.ts +0 -1
- package/dist/components/Toast/Toast.stories.d.ts +0 -12
- package/dist/components/Toast/Toast.test.d.ts +0 -1
- package/dist/components/ToggleGroup/Toggle.test.d.ts +0 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +0 -6
- package/dist/components/ToggleGroup/ToggleGroup.test.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -13
- package/dist/components/Tooltip/Tooltip.test.d.ts +0 -1
- package/dist/components/TopNavigation/Logo/Logo.test.d.ts +0 -1
- package/dist/components/TopNavigation/Menu/Menu.test.d.ts +0 -1
- package/dist/components/TopNavigation/TopNavigation.stories.d.ts +0 -5
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -11
- package/dist/components/VisuallyHidden/VisuallyHidden.test.d.ts +0 -1
- package/dist/hooks/useClickOutside/useClickOutside.test.d.ts +0 -1
- package/dist/hooks/useDidMount/useDidMount.test.d.ts +0 -1
- package/dist/hooks/useFingerprint/useFingerprint.test.d.ts +0 -1
- package/dist/hooks/useFocusTrap/useFocusTrap.stories.d.ts +0 -7
- package/dist/hooks/useFocusTrap/useFocusTrap.test.d.ts +0 -1
- package/dist/hooks/useFocusWithin/useFocusWithin.test.d.ts +0 -1
- package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.test.d.ts +0 -1
- package/dist/hooks/useSelectable/SelectableStrategy.test.d.ts +0 -1
- package/dist/hooks/useSelectable/useSelectable.test.d.ts +0 -1
- package/dist/miranda-compatibility.theme-kYNEZ7mW.js.map +0 -1
- package/dist/prop-K2Z3EsyG.js.map +0 -1
- package/dist/styles/font.test.d.ts +0 -1
- package/dist/styles/typography.test.d.ts +0 -1
- package/dist/testing/SelectEvent/SelectEvent.test.d.ts +0 -1
- package/dist/toArray-Dxb1kUxx.js +0 -14
- package/dist/toArray-Dxb1kUxx.js.map +0 -1
- package/dist/tools/conditional.test.d.ts +0 -1
- package/dist/tools/prop.test.d.ts +0 -1
- package/dist/utils/toolset/flatten.d.ts +0 -2
- package/dist/utils/toolset/formatBytes.test.d.ts +0 -1
- package/dist/utils/toolset/getID.test.d.ts +0 -1
- package/dist/utils/toolset/getOrdinalSuffix.test.d.ts +0 -1
- package/dist/utils/toolset/highlightMatch.test.d.ts +0 -1
- package/dist/utils/toolset/interleave.test.d.ts +0 -1
- package/dist/utils/toolset/isThenable.d.ts +0 -5
- package/dist/utils/toolset/isThenable.test.d.ts +0 -1
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Meta } from '@storybook/react';
|
|
2
|
-
import { DropZoneProps } from './types';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
type PlaygroundProps = DropZoneProps & {
|
|
6
|
-
errorMessage?: string;
|
|
7
|
-
};
|
|
8
|
-
export declare function Playground({ errorMessage, ...args }: PlaygroundProps): JSX.Element;
|
|
9
|
-
export declare namespace Playground {
|
|
10
|
-
var args: {
|
|
11
|
-
hint: string;
|
|
12
|
-
accept: string;
|
|
13
|
-
multiple: boolean;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
export declare function WithInitialFileList({ errorMessage, ...args }: PlaygroundProps): JSX.Element;
|
|
17
|
-
export declare namespace WithInitialFileList {
|
|
18
|
-
var args: {
|
|
19
|
-
hint: string;
|
|
20
|
-
accept: string;
|
|
21
|
-
multiple: boolean;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
export declare function GeneralError({ errorMessage, ...args }: PlaygroundProps): JSX.Element;
|
|
25
|
-
export declare namespace GeneralError {
|
|
26
|
-
var args: {
|
|
27
|
-
hint: string;
|
|
28
|
-
accept: string;
|
|
29
|
-
multiple: boolean;
|
|
30
|
-
error: boolean;
|
|
31
|
-
errorMessage: string;
|
|
32
|
-
};
|
|
33
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryFn } from '@storybook/react';
|
|
2
|
-
import { DrawerProps } from './Drawer';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Playground: StoryFn<DrawerProps>;
|
|
6
|
-
export declare const SmallerContentPlayground: StoryFn<DrawerProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { StoryFn, Meta } from '@storybook/react';
|
|
2
|
-
import { DropdownProps, DropdownTriggerProps } from './Dropdown.types';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
export type DropdownStoryProps = DropdownProps & {
|
|
6
|
-
scale: DropdownTriggerProps['scale'];
|
|
7
|
-
outlined?: DropdownTriggerProps['outlined'];
|
|
8
|
-
};
|
|
9
|
-
export declare const Playground: StoryFn<DropdownStoryProps>;
|
|
10
|
-
export declare const WithSections: StoryFn<DropdownStoryProps>;
|
|
11
|
-
export declare const Extended: StoryFn<DropdownStoryProps>;
|
|
12
|
-
export declare const CustomTrigger: StoryFn<DropdownStoryProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Meta } from '@storybook/react';
|
|
2
|
-
import { EmptyStateProps, EmptyStateWithIllustrationProps, EmptyStateWithIconProps } from './EmptyState.types';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare function Playground(args: EmptyStateProps): JSX.Element;
|
|
6
|
-
export declare namespace Playground {
|
|
7
|
-
var args: EmptyStateWithIllustrationProps;
|
|
8
|
-
}
|
|
9
|
-
export declare function PlacedOnPage(args: EmptyStateWithIllustrationProps): JSX.Element;
|
|
10
|
-
export declare namespace PlacedOnPage {
|
|
11
|
-
var args: EmptyStateWithIllustrationProps;
|
|
12
|
-
}
|
|
13
|
-
export declare function PlacedOnPageWithIllustrationElement(args: EmptyStateWithIllustrationProps): JSX.Element;
|
|
14
|
-
export declare namespace PlacedOnPageWithIllustrationElement {
|
|
15
|
-
var args: EmptyStateWithIllustrationProps;
|
|
16
|
-
}
|
|
17
|
-
export declare function PlacedOnPanel(args: EmptyStateWithIllustrationProps): JSX.Element;
|
|
18
|
-
export declare namespace PlacedOnPanel {
|
|
19
|
-
var args: EmptyStateWithIllustrationProps;
|
|
20
|
-
}
|
|
21
|
-
export declare function PlacedOnPanelWithIllustrationElement(args: EmptyStateWithIllustrationProps): JSX.Element;
|
|
22
|
-
export declare namespace PlacedOnPanelWithIllustrationElement {
|
|
23
|
-
var args: EmptyStateWithIllustrationProps;
|
|
24
|
-
}
|
|
25
|
-
export declare function PlacedOnCard(args: EmptyStateWithIconProps): JSX.Element;
|
|
26
|
-
export declare namespace PlacedOnCard {
|
|
27
|
-
var args: EmptyStateWithIconProps;
|
|
28
|
-
}
|
|
29
|
-
export declare function PlacedOnHorizontalCard(args: EmptyStateProps): JSX.Element;
|
|
30
|
-
export declare namespace PlacedOnHorizontalCard {
|
|
31
|
-
var args: EmptyStateWithIconProps;
|
|
32
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Meta } from '@storybook/react';
|
|
2
|
-
import { ErrorMessageProps } from './ErrorMessage';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
type PlaygroundProps = ErrorMessageProps & {
|
|
6
|
-
errorMessage?: string;
|
|
7
|
-
};
|
|
8
|
-
export declare function Playground({ errorMessage, ...args }: PlaygroundProps): JSX.Element;
|
|
9
|
-
export declare namespace Playground {
|
|
10
|
-
var args: {
|
|
11
|
-
errorMessage: string;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryFn } from '@storybook/react';
|
|
2
|
-
import { icons } from './IconFactory.fixtures';
|
|
3
|
-
import { IconProps } from './IconFactory';
|
|
4
|
-
declare const _default: Meta;
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const Playground: StoryFn<IconProps<typeof icons>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { LabelProps } from './Label';
|
|
2
|
-
import { Meta } from '@storybook/react';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare function Playground(args: LabelProps): JSX.Element;
|
|
6
|
-
export declare namespace Playground {
|
|
7
|
-
var args: {
|
|
8
|
-
children: string;
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
tip: string;
|
|
11
|
-
required: boolean;
|
|
12
|
-
scheme: string;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
import { Meta } from '@storybook/react';
|
|
2
|
-
import { BoxProps } from './Box';
|
|
3
|
-
import { SidebarProps } from './Sidebar';
|
|
4
|
-
import { StackProps } from './Stack';
|
|
5
|
-
import { SwitcherProps } from './Switcher';
|
|
6
|
-
import { GridProps } from './Grid';
|
|
7
|
-
declare const _default: Meta;
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare function Playground(): JSX.Element;
|
|
10
|
-
export declare namespace Playground {
|
|
11
|
-
var args: {
|
|
12
|
-
space: string;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
export declare function Stack(args: StackProps): JSX.Element;
|
|
16
|
-
export declare namespace Stack {
|
|
17
|
-
var parameters: {
|
|
18
|
-
docs: {
|
|
19
|
-
description: {
|
|
20
|
-
story: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
var argTypes: {
|
|
25
|
-
space: {
|
|
26
|
-
control: {
|
|
27
|
-
type: string;
|
|
28
|
-
options: string[];
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
justify: {
|
|
32
|
-
control: {
|
|
33
|
-
type: string;
|
|
34
|
-
options: string[];
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
align: {
|
|
38
|
-
control: {
|
|
39
|
-
type: string;
|
|
40
|
-
options: string[];
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
var args: {
|
|
45
|
-
space: string;
|
|
46
|
-
justify: string;
|
|
47
|
-
align: string;
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
export declare function Group(args: BoxProps): JSX.Element;
|
|
51
|
-
export declare namespace Group {
|
|
52
|
-
var parameters: {
|
|
53
|
-
docs: {
|
|
54
|
-
description: {
|
|
55
|
-
story: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
var argTypes: {
|
|
60
|
-
space: {
|
|
61
|
-
control: {
|
|
62
|
-
type: string;
|
|
63
|
-
options: string[];
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
justify: {
|
|
67
|
-
control: {
|
|
68
|
-
type: string;
|
|
69
|
-
options: string[];
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
align: {
|
|
73
|
-
control: {
|
|
74
|
-
type: string;
|
|
75
|
-
options: string[];
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
var args: {
|
|
80
|
-
space: string;
|
|
81
|
-
justify: string;
|
|
82
|
-
align: string;
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
export declare function Box(args: BoxProps): JSX.Element;
|
|
86
|
-
export declare namespace Box {
|
|
87
|
-
var args: {
|
|
88
|
-
background: string;
|
|
89
|
-
padding: string;
|
|
90
|
-
borderRadius: string;
|
|
91
|
-
borderWidth: string;
|
|
92
|
-
borderColor: string;
|
|
93
|
-
};
|
|
94
|
-
var parameters: {
|
|
95
|
-
docs: {
|
|
96
|
-
description: {
|
|
97
|
-
story: string;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
}
|
|
102
|
-
export declare function Sidebar(args: SidebarProps): JSX.Element;
|
|
103
|
-
export declare namespace Sidebar {
|
|
104
|
-
var args: {
|
|
105
|
-
space: string;
|
|
106
|
-
reversed: boolean;
|
|
107
|
-
sideWidth: string;
|
|
108
|
-
minContentWidth: string;
|
|
109
|
-
};
|
|
110
|
-
var parameters: {
|
|
111
|
-
docs: {
|
|
112
|
-
description: {
|
|
113
|
-
story: string;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
}
|
|
118
|
-
export declare function Switcher(args: SwitcherProps): JSX.Element;
|
|
119
|
-
export declare namespace Switcher {
|
|
120
|
-
var args: {
|
|
121
|
-
space: string;
|
|
122
|
-
threshold: string;
|
|
123
|
-
limit: number;
|
|
124
|
-
};
|
|
125
|
-
var parameters: {
|
|
126
|
-
docs: {
|
|
127
|
-
description: {
|
|
128
|
-
story: string;
|
|
129
|
-
};
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
}
|
|
133
|
-
export declare function Grid(args: GridProps): JSX.Element;
|
|
134
|
-
export declare namespace Grid {
|
|
135
|
-
var args: {
|
|
136
|
-
space: string;
|
|
137
|
-
minColumnWidth: string;
|
|
138
|
-
};
|
|
139
|
-
var parameters: {
|
|
140
|
-
docs: {
|
|
141
|
-
description: {
|
|
142
|
-
story: string;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { StoryFn, Meta } from '@storybook/react';
|
|
2
|
-
import { LoadingDotsProps } from './LoadingDots';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Playground: StoryFn<LoadingDotsProps>;
|
|
6
|
-
export declare const InsideButton: StoryFn<LoadingDotsProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Meta } from '@storybook/react';
|
|
2
|
-
import { ModalProps } from './Modal';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare function WithoutHeader(args: ModalProps): JSX.Element;
|
|
6
|
-
export declare namespace WithoutHeader {
|
|
7
|
-
var args: {
|
|
8
|
-
scale: string;
|
|
9
|
-
open: boolean;
|
|
10
|
-
fullscreen: boolean;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
export declare function WithHeader(args: ModalProps): JSX.Element;
|
|
14
|
-
export declare namespace WithHeader {
|
|
15
|
-
var args: {
|
|
16
|
-
scale: string;
|
|
17
|
-
open: boolean;
|
|
18
|
-
fullscreen: boolean;
|
|
19
|
-
title: string;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
export declare function WithCloseButton(args: ModalProps): JSX.Element;
|
|
23
|
-
export declare namespace WithCloseButton {
|
|
24
|
-
var args: {
|
|
25
|
-
scale: string;
|
|
26
|
-
open: boolean;
|
|
27
|
-
fullscreen: boolean;
|
|
28
|
-
title: string;
|
|
29
|
-
};
|
|
30
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ProgressBarProps } from './ProgressBar';
|
|
2
|
-
import { Meta } from '@storybook/react';
|
|
3
|
-
import { default as Status } from '../../utils/types/Status';
|
|
4
|
-
declare const _default: Meta;
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare function Playground(args: ProgressBarProps): JSX.Element;
|
|
7
|
-
export declare namespace Playground {
|
|
8
|
-
var args: {
|
|
9
|
-
value: number;
|
|
10
|
-
status: Status;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { RadioProps } from './Radio';
|
|
2
|
-
import { Meta } from '@storybook/react';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare function Playground(args: RadioProps): JSX.Element;
|
|
6
|
-
export declare namespace Playground {
|
|
7
|
-
var args: {};
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { StoryFn, Meta } from '@storybook/react';
|
|
2
|
-
import { SelectProps } from './Select.types';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Playground: StoryFn<SelectProps>;
|
|
6
|
-
export declare const SingleSyncDatasource: StoryFn<SelectProps>;
|
|
7
|
-
export declare const SingleCustomOptionRendering: StoryFn<SelectProps>;
|
|
8
|
-
export declare const SingleCustomEmptyRendering: StoryFn<SelectProps>;
|
|
9
|
-
export declare const SingleAsyncDatasource: StoryFn<SelectProps>;
|
|
10
|
-
export declare const SingleMixedDatasources: StoryFn<SelectProps>;
|
|
11
|
-
export declare const MultiSyncDatasource: StoryFn<SelectProps>;
|
|
12
|
-
export declare const MultiAsyncDatasource: StoryFn<SelectProps>;
|
|
13
|
-
export declare const MultiMixedDatasource: StoryFn<SelectProps>;
|
|
14
|
-
export declare const VariousAsyncDatasources: StoryFn<SelectProps>;
|
|
15
|
-
export declare const MultiCustomOptionRendering: StoryFn<SelectProps>;
|
|
16
|
-
export declare const CreatableSync: StoryFn<SelectProps>;
|
|
17
|
-
export declare const CreatableAsync: StoryFn<SelectProps>;
|
|
18
|
-
export declare const CustomCreatableOption: StoryFn<SelectProps>;
|
|
19
|
-
export declare const SelectWithFixedCreatableOption: StoryFn<SelectProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { Meta } from '@storybook/react';
|
|
2
|
-
import { TableProps } from './Table.types';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare function Playground(args: TableProps): JSX.Element;
|
|
6
|
-
export declare namespace Playground {
|
|
7
|
-
var args: {
|
|
8
|
-
scale: string;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export declare function WithSorting(args: TableProps): JSX.Element;
|
|
12
|
-
export declare namespace WithSorting {
|
|
13
|
-
var args: {
|
|
14
|
-
scale: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
export declare function WithColumnPicker(args: TableProps): JSX.Element;
|
|
18
|
-
export declare namespace WithColumnPicker {
|
|
19
|
-
var args: {
|
|
20
|
-
scale: string;
|
|
21
|
-
};
|
|
22
|
-
var parameters: {
|
|
23
|
-
docs: {
|
|
24
|
-
description: {
|
|
25
|
-
story: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
source: {
|
|
29
|
-
type: string;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
export declare function WithRowSelection(args: TableProps): JSX.Element;
|
|
34
|
-
export declare namespace WithRowSelection {
|
|
35
|
-
var parameters: {
|
|
36
|
-
docs: {
|
|
37
|
-
description: {
|
|
38
|
-
story: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
var args: {
|
|
43
|
-
scale: string;
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
export declare function WithCustomRowSelection(): JSX.Element;
|
|
47
|
-
export declare namespace WithCustomRowSelection {
|
|
48
|
-
var parameters: {
|
|
49
|
-
docs: {
|
|
50
|
-
description: {
|
|
51
|
-
story: string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
export declare function WithExpandableRow(args: TableProps): JSX.Element;
|
|
57
|
-
export declare namespace WithExpandableRow {
|
|
58
|
-
var args: {
|
|
59
|
-
scale: string;
|
|
60
|
-
};
|
|
61
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Meta } from '@storybook/react';
|
|
2
|
-
import { TabsProps } from './Tabs';
|
|
3
|
-
declare const _default: Meta;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare function Playground(args: TabsProps): JSX.Element;
|
|
6
|
-
export declare namespace Playground {
|
|
7
|
-
var args: {
|
|
8
|
-
direction: string;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export declare function Controlled(): JSX.Element;
|
|
12
|
-
export declare namespace Controlled {
|
|
13
|
-
var args: {
|
|
14
|
-
direction: string;
|
|
15
|
-
};
|
|
16
|
-
var parameters: {
|
|
17
|
-
docs: {
|
|
18
|
-
source: {
|
|
19
|
-
type: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|