@loadsmart/loadsmart-ui 8.0.1 → 8.0.3

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.
Files changed (193) hide show
  1. package/dist/common/SelectionWrapper.d.ts +1 -1
  2. package/dist/components/Banner/Banner.d.ts +3 -3
  3. package/dist/components/Button/Button.d.ts +3 -2
  4. package/dist/components/Calendar/Calendar.helpers.d.ts +2 -1
  5. package/dist/components/Calendar/Pickers/DayPicker.d.ts +2 -1
  6. package/dist/components/Calendar/Pickers/PickerButton.d.ts +2 -3
  7. package/dist/components/Card/CardTitle.d.ts +2 -1
  8. package/dist/components/Checkbox/Checkbox.d.ts +1 -1
  9. package/dist/components/DatePicker/DatePicker.d.ts +4 -4
  10. package/dist/components/DatePicker/DateRangePicker.d.ts +1 -1
  11. package/dist/components/DatePicker/useDatePicker.d.ts +7 -586
  12. package/dist/components/DatePicker/useDateRangePicker.d.ts +5 -889
  13. package/dist/components/Dialog/Dialog.d.ts +1 -3
  14. package/dist/components/DragDropFile/DragDropFile.d.ts +4 -3
  15. package/dist/components/DragDropFile/styles.d.ts +9 -8
  16. package/dist/components/Dropdown/Dropdown.context.d.ts +2 -1
  17. package/dist/components/Dropdown/Dropdown.types.d.ts +1 -1
  18. package/dist/components/Dropdown/DropdownMenu.d.ts +2 -1
  19. package/dist/components/Dropdown/DropdownTrigger.d.ts +1 -1
  20. package/dist/components/EmptyState/EmptyState.d.ts +2 -2
  21. package/dist/components/Icon/Icon.d.ts +3 -2
  22. package/dist/components/Label/Label.d.ts +1 -1
  23. package/dist/components/Layout/Stack.d.ts +2 -1
  24. package/dist/components/Loaders/LoadingBar.d.ts +2 -1
  25. package/dist/components/Loaders/LoadingDots.d.ts +1 -1
  26. package/dist/components/Modal/Modal.d.ts +1 -4
  27. package/dist/components/Radio/Radio.d.ts +1 -1
  28. package/dist/components/Select/Select.context.d.ts +3 -2
  29. package/dist/components/Select/Select.d.ts +1 -1
  30. package/dist/components/Select/SelectTrigger.d.ts +1 -1
  31. package/dist/components/SideNavigation/Logo/Logo.d.ts +2 -1
  32. package/dist/components/SideNavigation/Menu/Menu.d.ts +4 -2
  33. package/dist/components/SideNavigation/Menu/MenuLink.d.ts +2 -1
  34. package/dist/components/SideNavigation/SideNavigation.d.ts +1 -2
  35. package/dist/components/Steps/Steps.d.ts +1 -1
  36. package/dist/components/Steps/StepsStep.d.ts +2 -1
  37. package/dist/components/Switch/Switch.d.ts +5 -2
  38. package/dist/components/Table/Selection.d.ts +1 -1
  39. package/dist/components/TablePagination/TablePagination.styles.d.ts +2 -4
  40. package/dist/components/TablePagination/TablePaginationActions.d.ts +2 -7
  41. package/dist/components/Tabs/Tabs.types.d.ts +1 -1
  42. package/dist/components/Tabs/TabsContext.d.ts +2 -1
  43. package/dist/components/Text/Text.d.ts +10 -8
  44. package/dist/components/TextField/TextField.d.ts +4 -3
  45. package/dist/components/Textarea/Textarea.d.ts +1 -1
  46. package/dist/components/ToggleGroup/Toggle.d.ts +2 -1
  47. package/dist/components/ToggleGroup/ToggleGroup.types.d.ts +1 -1
  48. package/dist/components/ToggleGroup/ToggleGroupContext.d.ts +2 -2
  49. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  50. package/dist/components/TopNavigation/Logo/Logo.d.ts +2 -1
  51. package/dist/components/TopNavigation/Menu/MenuItemDropdown.d.ts +4 -4
  52. package/dist/components/TopNavigation/OpenSideNavButton/OpenSideNavButton.d.ts +2 -1
  53. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +2 -1
  54. package/dist/index.js +135 -128
  55. package/dist/index.js.map +1 -1
  56. package/dist/prop-Fs2axl9W.js.map +1 -1
  57. package/dist/styles/typography.d.ts +2 -1
  58. package/dist/testing/getInterpolatedStyles/getInterpolatedStyles.d.ts +4 -2
  59. package/dist/testing/index.js.map +1 -1
  60. package/dist/tests/renderer.d.ts +2 -2
  61. package/dist/theming/index.d.ts +3 -2
  62. package/dist/theming/index.js.map +1 -1
  63. package/dist/utils/types/ColorScheme.d.ts +1 -2
  64. package/package.json +27 -26
  65. package/dist/components/Accordion/Accordion.stories.d.ts +0 -9
  66. package/dist/components/Accordion/Accordion.test.d.ts +0 -1
  67. package/dist/components/Banner/Banner.stories.d.ts +0 -107
  68. package/dist/components/Banner/Banner.test.d.ts +0 -1
  69. package/dist/components/Breadcrumbs/Breadbrumbs.test.d.ts +0 -1
  70. package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -5
  71. package/dist/components/Button/Button.stories.d.ts +0 -33
  72. package/dist/components/Button/Button.test.d.ts +0 -1
  73. package/dist/components/Calendar/Calendar.stories.d.ts +0 -22
  74. package/dist/components/Calendar/Calendar.test.d.ts +0 -1
  75. package/dist/components/Calendar/Date.helper.test.d.ts +0 -1
  76. package/dist/components/Calendar/DateFormat.helper.test.d.ts +0 -1
  77. package/dist/components/Calendar/Month.helper.test.d.ts +0 -1
  78. package/dist/components/Calendar/Pickers/DayPicker.test.d.ts +0 -1
  79. package/dist/components/Calendar/Pickers/MonthPicker.test.d.ts +0 -1
  80. package/dist/components/Calendar/Pickers/YearPicker.test.d.ts +0 -1
  81. package/dist/components/Card/Card.stories.d.ts +0 -8
  82. package/dist/components/Card/Card.test.d.ts +0 -1
  83. package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -9
  84. package/dist/components/Checkbox/Checkbox.test.d.ts +0 -1
  85. package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -23
  86. package/dist/components/DatePicker/DatePicker.test.d.ts +0 -1
  87. package/dist/components/DatePicker/DateRangePicker.stories.d.ts +0 -22
  88. package/dist/components/DatePicker/DateRangePicker.test.d.ts +0 -1
  89. package/dist/components/Dialog/Dialog.stories.d.ts +0 -68
  90. package/dist/components/Dialog/Dialog.test.d.ts +0 -1
  91. package/dist/components/DragDropFile/DragDropFile.stories.d.ts +0 -34
  92. package/dist/components/DragDropFile/components/DropZone.test.d.ts +0 -1
  93. package/dist/components/DragDropFile/components/FileList.test.d.ts +0 -1
  94. package/dist/components/Drawer/Drawer.stories.d.ts +0 -6
  95. package/dist/components/Drawer/Drawer.test.d.ts +0 -1
  96. package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -12
  97. package/dist/components/Dropdown/Dropdown.test.d.ts +0 -1
  98. package/dist/components/Dropdown/useDropdown.test.d.ts +0 -1
  99. package/dist/components/EmptyState/EmptyState.stories.d.ts +0 -33
  100. package/dist/components/EmptyState/EmptyState.test.d.ts +0 -1
  101. package/dist/components/ErrorMessage/ErrorMessage.stories.d.ts +0 -14
  102. package/dist/components/ErrorMessage/ErrorMessage.test.d.ts +0 -1
  103. package/dist/components/HighlightMatch/HighlightMatch.stories.d.ts +0 -5
  104. package/dist/components/HighlightMatch/HighlightMatch.test.d.ts +0 -1
  105. package/dist/components/IconFactory/IconFactory.stories.d.ts +0 -6
  106. package/dist/components/IconFactory/IconFactory.test.d.ts +0 -1
  107. package/dist/components/Label/Label.stories.d.ts +0 -15
  108. package/dist/components/Label/Label.test.d.ts +0 -1
  109. package/dist/components/Layout/Layout.stories.d.ts +0 -147
  110. package/dist/components/Link/Link.stories.d.ts +0 -6
  111. package/dist/components/Link/Link.test.d.ts +0 -1
  112. package/dist/components/Loaders/LoadingBar.stories.d.ts +0 -5
  113. package/dist/components/Loaders/LoadingBar.test.d.ts +0 -1
  114. package/dist/components/Loaders/LoadingDots.stories.d.ts +0 -6
  115. package/dist/components/Loaders/LoadingDots.test.d.ts +0 -1
  116. package/dist/components/Loaders/Spinner.stories.d.ts +0 -5
  117. package/dist/components/Loaders/Spinner.test.d.ts +0 -1
  118. package/dist/components/Modal/Modal.stories.d.ts +0 -31
  119. package/dist/components/Modal/Modal.test.d.ts +0 -1
  120. package/dist/components/Pagination/Pagination.stories.d.ts +0 -5
  121. package/dist/components/Pagination/Pagination.test.d.ts +0 -1
  122. package/dist/components/Pagination/usePagination.test.d.ts +0 -1
  123. package/dist/components/Popover/Popover.stories.d.ts +0 -5
  124. package/dist/components/Popover/Popover.test.d.ts +0 -1
  125. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +0 -13
  126. package/dist/components/ProgressBar/ProgressBar.test.d.ts +0 -1
  127. package/dist/components/Radio/Radio.stories.d.ts +0 -9
  128. package/dist/components/Radio/Radio.test.d.ts +0 -1
  129. package/dist/components/Section/Section.test.d.ts +0 -1
  130. package/dist/components/Section/Sections.stories.d.ts +0 -6
  131. package/dist/components/Select/Select.stories.d.ts +0 -19
  132. package/dist/components/Select/Select.test.d.ts +0 -1
  133. package/dist/components/Select/SelectEmpty.test.d.ts +0 -1
  134. package/dist/components/Select/SelectOption.test.d.ts +0 -1
  135. package/dist/components/Select/useSelect.helpers.test.d.ts +0 -1
  136. package/dist/components/Select/useSelect.test.d.ts +0 -1
  137. package/dist/components/SideNavigation/Logo/Logo.test.d.ts +0 -1
  138. package/dist/components/SideNavigation/Menu/Menu.test.d.ts +0 -1
  139. package/dist/components/SideNavigation/Separator/Separator.test.d.ts +0 -1
  140. package/dist/components/SideNavigation/SideNavigation.stories.d.ts +0 -6
  141. package/dist/components/SideNavigation/SideNavigation.test.d.ts +0 -1
  142. package/dist/components/Steps/Steps.stories.d.ts +0 -5
  143. package/dist/components/Steps/Steps.test.d.ts +0 -1
  144. package/dist/components/Steps/useStep.test.d.ts +0 -1
  145. package/dist/components/Switch/Switch.stories.d.ts +0 -5
  146. package/dist/components/Switch/Switch.test.d.ts +0 -1
  147. package/dist/components/Table/Table.stories.d.ts +0 -62
  148. package/dist/components/Table/Table.test.d.ts +0 -1
  149. package/dist/components/Table/useSortBy.test.d.ts +0 -1
  150. package/dist/components/TablePagination/TablePagination.stories.d.ts +0 -5
  151. package/dist/components/TablePagination/TablePagination.test.d.ts +0 -1
  152. package/dist/components/Tabs/Tabs.stories.d.ts +0 -24
  153. package/dist/components/Tabs/Tabs.test.d.ts +0 -1
  154. package/dist/components/Tag/Tag.stories.d.ts +0 -63
  155. package/dist/components/Tag/Tag.test.d.ts +0 -1
  156. package/dist/components/Text/Text.stories.d.ts +0 -7
  157. package/dist/components/Text/Text.test.d.ts +0 -1
  158. package/dist/components/TextField/TextField.stories.d.ts +0 -12
  159. package/dist/components/TextField/TextField.test.d.ts +0 -1
  160. package/dist/components/Textarea/Textarea.stories.d.ts +0 -12
  161. package/dist/components/Textarea/Textarea.test.d.ts +0 -1
  162. package/dist/components/Toast/Toast.stories.d.ts +0 -13
  163. package/dist/components/Toast/Toast.test.d.ts +0 -1
  164. package/dist/components/ToggleGroup/Toggle.test.d.ts +0 -1
  165. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +0 -6
  166. package/dist/components/ToggleGroup/ToggleGroup.test.d.ts +0 -1
  167. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -14
  168. package/dist/components/Tooltip/Tooltip.test.d.ts +0 -1
  169. package/dist/components/TopNavigation/Logo/Logo.test.d.ts +0 -1
  170. package/dist/components/TopNavigation/Menu/Menu.test.d.ts +0 -1
  171. package/dist/components/TopNavigation/TopNavigation.stories.d.ts +0 -6
  172. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -12
  173. package/dist/components/VisuallyHidden/VisuallyHidden.test.d.ts +0 -1
  174. package/dist/hooks/useClickOutside/useClickOutside.test.d.ts +0 -1
  175. package/dist/hooks/useDidMount/useDidMount.test.d.ts +0 -1
  176. package/dist/hooks/useFingerprint/useFingerprint.test.d.ts +0 -1
  177. package/dist/hooks/useFocusTrap/useFocusTrap.stories.d.ts +0 -7
  178. package/dist/hooks/useFocusTrap/useFocusTrap.test.d.ts +0 -1
  179. package/dist/hooks/useFocusWithin/useFocusWithin.test.d.ts +0 -1
  180. package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.test.d.ts +0 -1
  181. package/dist/hooks/useSelectable/SelectableStrategy.test.d.ts +0 -1
  182. package/dist/hooks/useSelectable/useSelectable.test.d.ts +0 -1
  183. package/dist/styles/font.test.d.ts +0 -1
  184. package/dist/styles/typography.test.d.ts +0 -1
  185. package/dist/testing/SelectEvent/SelectEvent.test.d.ts +0 -1
  186. package/dist/tools/conditional.test.d.ts +0 -1
  187. package/dist/tools/prop.test.d.ts +0 -1
  188. package/dist/utils/toolset/formatBytes.test.d.ts +0 -1
  189. package/dist/utils/toolset/getID.test.d.ts +0 -1
  190. package/dist/utils/toolset/getOrdinalSuffix.test.d.ts +0 -1
  191. package/dist/utils/toolset/highlightMatch.test.d.ts +0 -1
  192. package/dist/utils/toolset/interleave.test.d.ts +0 -1
  193. package/dist/utils/toolset/styledCompounds.d.ts +0 -12
@@ -1,22 +0,0 @@
1
- import { default as React } from 'react';
2
- import { StoryFn, Meta } from '@storybook/react';
3
- import { DateRangePickerProps } from './DatePicker.types';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare const Playground: StoryFn<DateRangePickerProps>;
7
- export declare const WithValue: StoryFn<DateRangePickerProps>;
8
- export declare function DateRangePickerConstraints(args: DateRangePickerProps): React.JSX.Element;
9
- export declare namespace DateRangePickerConstraints {
10
- var args: {
11
- id: string;
12
- name: string;
13
- constraints: (string | null)[][];
14
- };
15
- var parameters: {
16
- docs: {
17
- description: {
18
- story: string;
19
- };
20
- };
21
- };
22
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,68 +0,0 @@
1
- import { default as React } from 'react';
2
- import { Meta } from '@storybook/react';
3
- import { DialogProps } from './Dialog';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare function WithoutHeader(args: DialogProps): React.JSX.Element;
7
- export declare namespace WithoutHeader {
8
- var args: {
9
- scale: string;
10
- open: boolean;
11
- };
12
- }
13
- export declare function WithHeader(args: DialogProps): React.JSX.Element;
14
- export declare namespace WithHeader {
15
- var args: {
16
- scale: string;
17
- open: boolean;
18
- };
19
- }
20
- export declare function WithHeaderAndBody(args: DialogProps): React.JSX.Element;
21
- export declare namespace WithHeaderAndBody {
22
- var args: {
23
- scale: string;
24
- open: boolean;
25
- };
26
- }
27
- export declare function WithCloseButton(args: DialogProps): React.JSX.Element;
28
- export declare namespace WithCloseButton {
29
- var args: {
30
- scale: string;
31
- open: boolean;
32
- };
33
- }
34
- export declare function WithActionConfirm(args: DialogProps): React.JSX.Element;
35
- export declare namespace WithActionConfirm {
36
- var args: {
37
- scale: string;
38
- open: boolean;
39
- };
40
- }
41
- export declare function WithCustomActionConfirmLabel(args: DialogProps): React.JSX.Element;
42
- export declare namespace WithCustomActionConfirmLabel {
43
- var args: {
44
- scale: string;
45
- open: boolean;
46
- };
47
- }
48
- export declare function WithCustomActionCancelLabel(args: DialogProps): React.JSX.Element;
49
- export declare namespace WithCustomActionCancelLabel {
50
- var args: {
51
- scale: string;
52
- open: boolean;
53
- };
54
- }
55
- export declare function WithActionConfirmAndCancel(args: DialogProps): React.JSX.Element;
56
- export declare namespace WithActionConfirmAndCancel {
57
- var args: {
58
- scale: string;
59
- open: boolean;
60
- };
61
- }
62
- export declare function WithInlineActions(args: DialogProps): React.JSX.Element;
63
- export declare namespace WithInlineActions {
64
- var args: {
65
- scale: string;
66
- open: boolean;
67
- };
68
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,34 +0,0 @@
1
- import { default as React } from 'react';
2
- import { Meta } from '@storybook/react';
3
- import { DropZoneProps } from './types';
4
- declare const _default: Meta;
5
- export default _default;
6
- type PlaygroundProps = DropZoneProps & {
7
- readonly errorMessage?: string;
8
- };
9
- export declare function Playground({ errorMessage, ...args }: PlaygroundProps): React.JSX.Element;
10
- export declare namespace Playground {
11
- var args: {
12
- hint: string;
13
- accept: string;
14
- multiple: boolean;
15
- };
16
- }
17
- export declare function WithInitialFileList({ errorMessage, ...args }: PlaygroundProps): React.JSX.Element;
18
- export declare namespace WithInitialFileList {
19
- var args: {
20
- hint: string;
21
- accept: string;
22
- multiple: boolean;
23
- };
24
- }
25
- export declare function GeneralError({ errorMessage, ...args }: PlaygroundProps): React.JSX.Element;
26
- export declare namespace GeneralError {
27
- var args: {
28
- hint: string;
29
- accept: string;
30
- multiple: boolean;
31
- error: boolean;
32
- errorMessage: string;
33
- };
34
- }
@@ -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,33 +0,0 @@
1
- import { default as React } from 'react';
2
- import { Meta } from '@storybook/react';
3
- import { EmptyStateProps, EmptyStateWithIllustrationProps, EmptyStateWithIconProps } from './EmptyState.types';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare function Playground(args: EmptyStateProps): React.JSX.Element;
7
- export declare namespace Playground {
8
- var args: EmptyStateWithIllustrationProps;
9
- }
10
- export declare function PlacedOnPage(args: EmptyStateWithIllustrationProps): React.JSX.Element;
11
- export declare namespace PlacedOnPage {
12
- var args: EmptyStateWithIllustrationProps;
13
- }
14
- export declare function PlacedOnPageWithIllustrationElement(args: EmptyStateWithIllustrationProps): React.JSX.Element;
15
- export declare namespace PlacedOnPageWithIllustrationElement {
16
- var args: EmptyStateWithIllustrationProps;
17
- }
18
- export declare function PlacedOnPanel(args: EmptyStateWithIllustrationProps): React.JSX.Element;
19
- export declare namespace PlacedOnPanel {
20
- var args: EmptyStateWithIllustrationProps;
21
- }
22
- export declare function PlacedOnPanelWithIllustrationElement(args: EmptyStateWithIllustrationProps): React.JSX.Element;
23
- export declare namespace PlacedOnPanelWithIllustrationElement {
24
- var args: EmptyStateWithIllustrationProps;
25
- }
26
- export declare function PlacedOnCard(args: EmptyStateWithIconProps): React.JSX.Element;
27
- export declare namespace PlacedOnCard {
28
- var args: EmptyStateWithIconProps;
29
- }
30
- export declare function PlacedOnHorizontalCard(args: EmptyStateProps): React.JSX.Element;
31
- export declare namespace PlacedOnHorizontalCard {
32
- var args: EmptyStateWithIconProps;
33
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,14 +0,0 @@
1
- import { default as React } from 'react';
2
- import { Meta } from '@storybook/react';
3
- import { ErrorMessageProps } from './ErrorMessage';
4
- declare const _default: Meta;
5
- export default _default;
6
- type PlaygroundProps = ErrorMessageProps & {
7
- readonly errorMessage?: string;
8
- };
9
- export declare function Playground({ errorMessage }: PlaygroundProps): React.JSX.Element;
10
- export declare namespace Playground {
11
- var args: {
12
- errorMessage: string;
13
- };
14
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,5 +0,0 @@
1
- import { StoryFn, Meta } from '@storybook/react';
2
- import { HighlightMatchProps } from './HighlightMatch';
3
- declare const _default: Meta;
4
- export default _default;
5
- export declare const Playground: StoryFn<HighlightMatchProps>;
@@ -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,15 +0,0 @@
1
- import { default as React } from 'react';
2
- import { LabelProps } from './Label';
3
- import { Meta } from '@storybook/react';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare function Playground(args: LabelProps): React.JSX.Element;
7
- export declare namespace Playground {
8
- var args: {
9
- children: string;
10
- disabled: boolean;
11
- tip: string;
12
- required: boolean;
13
- scheme: string;
14
- };
15
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,147 +0,0 @@
1
- import { default as React } from 'react';
2
- import { Meta } from '@storybook/react';
3
- import { BoxProps } from './Box';
4
- import { SidebarProps } from './Sidebar';
5
- import { StackProps } from './Stack';
6
- import { SwitcherProps } from './Switcher';
7
- import { GridProps } from './Grid';
8
- declare const _default: Meta;
9
- export default _default;
10
- export declare function Playground(): React.JSX.Element;
11
- export declare namespace Playground {
12
- var args: {
13
- space: string;
14
- };
15
- }
16
- export declare function Stack(args: StackProps): React.JSX.Element;
17
- export declare namespace Stack {
18
- var parameters: {
19
- docs: {
20
- description: {
21
- story: string;
22
- };
23
- };
24
- };
25
- var argTypes: {
26
- space: {
27
- control: {
28
- type: string;
29
- options: string[];
30
- };
31
- };
32
- justify: {
33
- control: {
34
- type: string;
35
- options: string[];
36
- };
37
- };
38
- align: {
39
- control: {
40
- type: string;
41
- options: string[];
42
- };
43
- };
44
- };
45
- var args: {
46
- space: string;
47
- justify: string;
48
- align: string;
49
- };
50
- }
51
- export declare function Group(args: BoxProps): React.JSX.Element;
52
- export declare namespace Group {
53
- var parameters: {
54
- docs: {
55
- description: {
56
- story: string;
57
- };
58
- };
59
- };
60
- var argTypes: {
61
- space: {
62
- control: {
63
- type: string;
64
- options: string[];
65
- };
66
- };
67
- justify: {
68
- control: {
69
- type: string;
70
- options: string[];
71
- };
72
- };
73
- align: {
74
- control: {
75
- type: string;
76
- options: string[];
77
- };
78
- };
79
- };
80
- var args: {
81
- space: string;
82
- justify: string;
83
- align: string;
84
- };
85
- }
86
- export declare function Box(args: BoxProps): React.JSX.Element;
87
- export declare namespace Box {
88
- var args: {
89
- background: string;
90
- padding: string;
91
- borderRadius: string;
92
- borderWidth: string;
93
- borderColor: string;
94
- };
95
- var parameters: {
96
- docs: {
97
- description: {
98
- story: string;
99
- };
100
- };
101
- };
102
- }
103
- export declare function Sidebar(args: SidebarProps): React.JSX.Element;
104
- export declare namespace Sidebar {
105
- var args: {
106
- space: string;
107
- reversed: boolean;
108
- sideWidth: string;
109
- minContentWidth: string;
110
- };
111
- var parameters: {
112
- docs: {
113
- description: {
114
- story: string;
115
- };
116
- };
117
- };
118
- }
119
- export declare function Switcher(args: SwitcherProps): React.JSX.Element;
120
- export declare namespace Switcher {
121
- var args: {
122
- space: string;
123
- threshold: string;
124
- limit: number;
125
- };
126
- var parameters: {
127
- docs: {
128
- description: {
129
- story: string;
130
- };
131
- };
132
- };
133
- }
134
- export declare function Grid(args: GridProps): React.JSX.Element;
135
- export declare namespace Grid {
136
- var args: {
137
- space: string;
138
- minColumnWidth: string;
139
- };
140
- var parameters: {
141
- docs: {
142
- description: {
143
- story: string;
144
- };
145
- };
146
- };
147
- }
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { LinkProps } from './Link';
3
- import { Meta } from '@storybook/react';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare function Playground(args: LinkProps): React.JSX.Element;
@@ -1 +0,0 @@
1
- export {};
@@ -1,5 +0,0 @@
1
- import { StoryFn, Meta } from '@storybook/react';
2
- import { LoadingBarProps } from './LoadingBar';
3
- declare const _default: Meta;
4
- export default _default;
5
- export declare const Playground: StoryFn<LoadingBarProps>;
@@ -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,5 +0,0 @@
1
- import { StoryFn, Meta } from '@storybook/react';
2
- import { SpinnerProps } from './Spinner';
3
- declare const _default: Meta;
4
- export default _default;
5
- export declare const Playground: StoryFn<SpinnerProps>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,31 +0,0 @@
1
- import { default as React } from 'react';
2
- import { Meta } from '@storybook/react';
3
- import { ModalProps } from './Modal';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare function WithoutHeader(args: ModalProps): React.JSX.Element;
7
- export declare namespace WithoutHeader {
8
- var args: {
9
- scale: string;
10
- open: boolean;
11
- fullscreen: boolean;
12
- };
13
- }
14
- export declare function WithHeader(args: ModalProps): React.JSX.Element;
15
- export declare namespace WithHeader {
16
- var args: {
17
- scale: string;
18
- open: boolean;
19
- fullscreen: boolean;
20
- title: string;
21
- };
22
- }
23
- export declare function WithCloseButton(args: ModalProps): React.JSX.Element;
24
- export declare namespace WithCloseButton {
25
- var args: {
26
- scale: string;
27
- open: boolean;
28
- fullscreen: boolean;
29
- title: string;
30
- };
31
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,5 +0,0 @@
1
- import { StoryFn, Meta } from '@storybook/react';
2
- import { PaginationProps } from './Pagination.types';
3
- declare const _default: Meta;
4
- export default _default;
5
- export declare const Playground: StoryFn<PaginationProps>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,5 +0,0 @@
1
- import { StoryFn, Meta } from '@storybook/react';
2
- import { PopoverProps } from './Popover.types';
3
- declare const _default: Meta;
4
- export default _default;
5
- export declare const Playground: StoryFn<PopoverProps>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,13 +0,0 @@
1
- import { default as React } from 'react';
2
- import { ProgressBarProps } from './ProgressBar';
3
- import { Meta } from '@storybook/react';
4
- import { default as Status } from '../../utils/types/Status';
5
- declare const _default: Meta;
6
- export default _default;
7
- export declare function Playground(args: ProgressBarProps): React.JSX.Element;
8
- export declare namespace Playground {
9
- var args: {
10
- value: number;
11
- status: Status;
12
- };
13
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,9 +0,0 @@
1
- import { default as React } from 'react';
2
- import { RadioProps } from './Radio';
3
- import { Meta } from '@storybook/react';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare function Playground(args: RadioProps): React.JSX.Element;
7
- export declare namespace Playground {
8
- var args: {};
9
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { Meta } from '@storybook/react';
3
- import { SectionProps } from './Section';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare function Playground(args: SectionProps): React.JSX.Element;
@@ -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,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { Meta } from '@storybook/react';
3
- import { SideNavigationProps } from './SideNavigation';
4
- declare const _default: Meta;
5
- export default _default;
6
- export declare function Playground(args: SideNavigationProps): React.JSX.Element;
@@ -1,5 +0,0 @@
1
- import { StoryFn, Meta } from '@storybook/react';
2
- import { StepsProps } from './Steps';
3
- declare const _default: Meta;
4
- export default _default;
5
- export declare const Playground: StoryFn<StepsProps>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,5 +0,0 @@
1
- import { StoryFn, Meta } from '@storybook/react';
2
- import { SwitchProps } from './Switch';
3
- declare const _default: Meta;
4
- export default _default;
5
- export declare const Playground: StoryFn<SwitchProps>;
@@ -1 +0,0 @@
1
- export {};