@livechat/design-system-react-components 1.0.0-alpha.57 → 1.0.0-alpha.59
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/components/ActionMenu/ActionMenu.spec.d.ts +1 -0
- package/dist/components/ActionMenu/ActionMenu.stories.d.ts +6 -0
- package/dist/components/ActionMenu/constants.d.ts +21 -0
- package/dist/{src/components → components}/Alert/Alert.d.ts +1 -1
- package/dist/components/Alert/Alert.spec.d.ts +1 -0
- package/dist/components/Alert/Alert.stories.d.ts +9 -0
- package/dist/{src/components → components}/Avatar/Avatar.d.ts +4 -4
- package/dist/components/Avatar/Avatar.spec.d.ts +1 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +22 -0
- package/dist/components/Badge/Badge.spec.d.ts +1 -0
- package/dist/components/Badge/Badge.stories.d.ts +12 -0
- package/dist/{src/components → components}/Button/Button.d.ts +2 -2
- package/dist/components/Button/Button.spec.d.ts +1 -0
- package/dist/components/Button/Button.stories.d.ts +42 -0
- package/dist/{src/components → components}/Card/Card.d.ts +1 -1
- package/dist/components/Card/Card.spec.d.ts +1 -0
- package/dist/components/Card/Card.stories.d.ts +11 -0
- package/dist/components/Checkbox/Checkbox.spec.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +12 -0
- package/dist/components/DatePicker/DatePicker.spec.d.ts +1 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts +7 -0
- package/dist/components/DatePicker/DatePickerRangeCalendarsWrapper.d.ts +2 -0
- package/dist/components/DatePicker/RangeDatePicker.spec.d.ts +1 -0
- package/dist/components/DatePicker/RangeDatePicker.stories.d.ts +4 -0
- package/dist/{src/components → components}/DatePicker/helpers.d.ts +4 -4
- package/dist/{src/components → components}/DatePicker/types.d.ts +2 -2
- package/dist/{src/components → components}/FieldDescription/FieldDescription.d.ts +1 -1
- package/dist/{src/components → components}/FieldError/FieldError.d.ts +1 -1
- package/dist/components/FieldGroup/FieldGroup.spec.d.ts +1 -0
- package/dist/components/FieldGroup/FieldGroup.stories.d.ts +10 -0
- package/dist/components/FileUploadProgress/FileUploadProgress.d.ts +42 -0
- package/dist/components/FileUploadProgress/FileUploadProgress.stories.d.ts +7 -0
- package/dist/components/Form/Form.spec.d.ts +1 -0
- package/dist/components/Form/Form.stories.d.ts +8 -0
- package/dist/components/FormField/FormField.d.ts +40 -0
- package/dist/components/FormField/FormField.spec.d.ts +1 -0
- package/dist/components/FormField/FormField.stories.d.ts +9 -0
- package/dist/components/FormGroup/FormGroup.spec.d.ts +1 -0
- package/dist/components/FormGroup/FormGroup.stories.d.ts +10 -0
- package/dist/components/Icon/Icon.d.ts +14 -0
- package/dist/components/Icon/Icon.stories.d.ts +15 -0
- package/dist/components/Input/Input.spec.d.ts +1 -0
- package/dist/components/Input/Input.stories.d.ts +10 -0
- package/dist/components/Link/Link.stories.d.ts +12 -0
- package/dist/{src/components → components}/Loader/Loader.d.ts +12 -2
- package/dist/components/Loader/Loader.spec.d.ts +1 -0
- package/dist/components/Loader/Loader.stories.d.ts +10 -0
- package/dist/components/Modal/Modal.spec.d.ts +1 -0
- package/dist/components/Modal/Modal.stories.d.ts +14 -0
- package/dist/components/Modal/ModalBase.spec.d.ts +1 -0
- package/dist/components/Modal/StoriesComponents.d.ts +9 -0
- package/dist/{src/components → components}/NumericInput/NumericInput.d.ts +1 -1
- package/dist/components/NumericInput/NumericInput.spec.d.ts +1 -0
- package/dist/{src/components → components}/Picker/Picker.d.ts +1 -1
- package/dist/components/Picker/Picker.spec.d.ts +1 -0
- package/dist/components/Picker/Picker.stories.d.ts +10 -0
- package/dist/components/Picker/PickerList.spec.d.ts +1 -0
- package/dist/components/Picker/Trigger.spec.d.ts +1 -0
- package/dist/components/Picker/TriggerBody.spec.d.ts +1 -0
- package/dist/components/Popover/Popover.spec.d.ts +1 -0
- package/dist/components/Popover/Popover.stories.d.ts +13 -0
- package/dist/{src/components → components}/Progress/ProgressBar.d.ts +12 -0
- package/dist/components/Progress/ProgressBar.spec.d.ts +1 -0
- package/dist/components/Progress/ProgressBar.stories.d.ts +12 -0
- package/dist/{src/components → components}/Progress/ProgressCircle.d.ts +12 -0
- package/dist/components/Progress/ProgressCircle.spec.d.ts +1 -0
- package/dist/components/Progress/ProgressCircle.stories.d.ts +12 -0
- package/dist/components/Progress/constants.d.ts +4 -0
- package/dist/components/PromoBanner/PromoBanner.spec.d.ts +1 -0
- package/dist/components/PromoBanner/PromoBanner.stories.d.ts +11 -0
- package/dist/components/RadioButton/RadioButton.spec.d.ts +1 -0
- package/dist/components/RadioButton/RadioButton.stories.d.ts +13 -0
- package/dist/components/Search/Search.spec.d.ts +1 -0
- package/dist/components/Search/Search.stories.d.ts +19 -0
- package/dist/{src/components → components}/SegmentedControl/SegmentedControl.d.ts +2 -2
- package/dist/components/SegmentedControl/SegmentedControl.spec.d.ts +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts +9 -0
- package/dist/{src/components → components}/Switch/Switch.d.ts +2 -2
- package/dist/components/Switch/Switch.spec.d.ts +1 -0
- package/dist/components/Switch/Switch.stories.d.ts +11 -0
- package/dist/{src/components → components}/Tab/Tab.d.ts +2 -2
- package/dist/components/Tab/Tab.spec.d.ts +1 -0
- package/dist/components/Tab/Tab.stories.d.ts +29 -0
- package/dist/components/Tab/TabsWrapper.spec.d.ts +1 -0
- package/dist/components/Tab/TabsWrapper.stories.d.ts +18 -0
- package/dist/components/Tag/Tag.spec.d.ts +1 -0
- package/dist/components/Tag/Tag.stories.d.ts +24 -0
- package/dist/{src/components → components}/TagInput/EmailTagInput.d.ts +1 -1
- package/dist/components/TagInput/TagInput.spec.d.ts +1 -0
- package/dist/components/TagInput/TagInput.stories.d.ts +10 -0
- package/dist/components/Textarea/Textarea.spec.d.ts +1 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +7 -0
- package/dist/{src/components → components}/Toast/Toast.d.ts +2 -2
- package/dist/components/Toast/Toast.spec.d.ts +1 -0
- package/dist/components/Toast/Toast.stories.d.ts +14 -0
- package/dist/{src/components → components}/Toast/ToastWrapper.d.ts +3 -3
- package/dist/components/Toast/ToastWrapper.spec.d.ts +1 -0
- package/dist/components/Toast/ToastWrapper.stories.d.ts +40 -0
- package/dist/components/Tooltip/Tooltip.spec.d.ts +1 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +70 -0
- package/dist/components/Tooltip/UserGuideStep.d.ts +15 -0
- package/dist/{src/components → components}/Typography/Heading.d.ts +1 -1
- package/dist/{src/components → components}/Typography/Text.d.ts +1 -1
- package/dist/components/UploadBar/UploadBar.d.ts +49 -0
- package/dist/components/UploadBar/UploadBar.stories.d.ts +7 -0
- package/dist/dsrc.cjs.js +8 -8
- package/dist/dsrc.es.js +3053 -3686
- package/dist/dsrc.umd.js +8 -8
- package/dist/preview-stats.json +2170 -0
- package/dist/stories/components/ColorTokens.d.ts +2 -0
- package/dist/stories/components/IconsShowcase.d.ts +6 -0
- package/dist/stories/components/Spacing.d.ts +2 -0
- package/dist/stories/components/SpacingExamples.d.ts +2 -0
- package/dist/stories/components/StoryDescriptor.d.ts +6 -0
- package/dist/stories/components/TablerIconsShowcase.d.ts +6 -0
- package/dist/style.css +1 -1
- package/dist/test/setup.d.ts +0 -0
- package/dist/test/utils.d.ts +3 -0
- package/dist/{src/themes → themes}/design-token.d.ts +2 -0
- package/dist/utils/PdfIcon.d.ts +2 -0
- package/dist/utils/constants.d.ts +1 -0
- package/dist/utils/story-parameters.d.ts +2 -0
- package/package.json +21 -19
- package/dist/shadow/color-scheme.css +0 -14
- package/dist/shadow/color-scheme.css.map +0 -1
- package/dist/shadow/shadow.css +0 -39
- package/dist/shadow/shadow.css.map +0 -1
- package/dist/shadow/spacing.css +0 -19
- package/dist/shadow/spacing.css.map +0 -1
- package/dist/spacing/color-scheme.css +0 -14
- package/dist/spacing/color-scheme.css.map +0 -1
- package/dist/spacing/shadow.css +0 -39
- package/dist/spacing/shadow.css.map +0 -1
- package/dist/spacing/spacing.css +0 -19
- package/dist/spacing/spacing.css.map +0 -1
- package/dist/src/components/FileUploadProgress/FileUploadProgress.d.ts +0 -15
- package/dist/src/components/FormField/FormField.d.ts +0 -13
- package/dist/src/components/Icon/Icon.d.ts +0 -14
- package/dist/src/components/Progress/constants.d.ts +0 -4
- package/dist/src/components/UploadBar/UploadBar.d.ts +0 -16
- package/dist/src/global.d.ts +0 -4
- package/dist/src/utils/constants.d.ts +0 -1
- package/dist/src/vite-env.d.ts +0 -1
- package/dist/themes/dark.css +0 -253
- package/dist/themes/dark.css.map +0 -1
- package/dist/themes/legacy.css +0 -254
- package/dist/themes/legacy.css.map +0 -1
- package/dist/themes/light.css +0 -253
- package/dist/themes/light.css.map +0 -1
- /package/dist/{src/components → components}/ActionMenu/ActionMenu.d.ts +0 -0
- /package/dist/{src/components → components}/ActionMenu/index.d.ts +0 -0
- /package/dist/{src/components → components}/Alert/index.d.ts +0 -0
- /package/dist/{src/components → components}/Avatar/Avatar.helpers.d.ts +0 -0
- /package/dist/{src/components → components}/Avatar/index.d.ts +0 -0
- /package/dist/{src/components → components}/Badge/Badge.d.ts +0 -0
- /package/dist/{src/components → components}/Badge/Badge.helpers.d.ts +0 -0
- /package/dist/{src/components → components}/Badge/index.d.ts +0 -0
- /package/dist/{src/components → components}/Button/index.d.ts +0 -0
- /package/dist/{src/components → components}/Card/index.d.ts +0 -0
- /package/dist/{src/components → components}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{src/components → components}/Checkbox/index.d.ts +0 -0
- /package/dist/{src/components → components}/DatePicker/DatePicker.d.ts +0 -0
- /package/dist/{src/components → components}/DatePicker/DatePickerNavbar.d.ts +0 -0
- /package/dist/{src/components → components}/DatePicker/RangeDatePicker.d.ts +0 -0
- /package/dist/{src/components → components}/DatePicker/hooks.d.ts +0 -0
- /package/dist/{src/components → components}/DatePicker/index.d.ts +0 -0
- /package/dist/{src/components → components}/FieldDescription/index.d.ts +0 -0
- /package/dist/{src/components → components}/FieldError/index.d.ts +0 -0
- /package/dist/{src/components → components}/FieldGroup/FieldGroup.d.ts +0 -0
- /package/dist/{src/components → components}/FieldGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/FileUploadProgress/FileUploadProgressActions.d.ts +0 -0
- /package/dist/{src/components → components}/FileUploadProgress/index.d.ts +0 -0
- /package/dist/{src/components → components}/Form/Form.d.ts +0 -0
- /package/dist/{src/components → components}/Form/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormField/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormGroup/FormGroup.d.ts +0 -0
- /package/dist/{src/components → components}/FormGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/Icon/index.d.ts +0 -0
- /package/dist/{src/components → components}/Input/Input.d.ts +0 -0
- /package/dist/{src/components → components}/Input/index.d.ts +0 -0
- /package/dist/{src/components → components}/Link/Link.d.ts +0 -0
- /package/dist/{src/components → components}/Link/index.d.ts +0 -0
- /package/dist/{src/components → components}/Loader/index.d.ts +0 -0
- /package/dist/{src/components → components}/Modal/Modal.d.ts +0 -0
- /package/dist/{src/components → components}/Modal/ModalBase.d.ts +0 -0
- /package/dist/{src/components → components}/Modal/ModalCloseButton.d.ts +0 -0
- /package/dist/{src/components → components}/Modal/ModalPortal.d.ts +0 -0
- /package/dist/{src/components → components}/Modal/index.d.ts +0 -0
- /package/dist/{src/components → components}/NumericInput/index.d.ts +0 -0
- /package/dist/{src/components → components}/Picker/PickerList.d.ts +0 -0
- /package/dist/{src/components → components}/Picker/Trigger.d.ts +0 -0
- /package/dist/{src/components → components}/Picker/TriggerBody.d.ts +0 -0
- /package/dist/{src/components → components}/Picker/constants.d.ts +0 -0
- /package/dist/{src/components → components}/Picker/index.d.ts +0 -0
- /package/dist/{src/components → components}/Popover/Popover.d.ts +0 -0
- /package/dist/{src/components → components}/Popover/index.d.ts +0 -0
- /package/dist/{src/components → components}/Progress/helpers.d.ts +0 -0
- /package/dist/{src/components → components}/Progress/index.d.ts +0 -0
- /package/dist/{src/components → components}/PromoBanner/PromoBanner.d.ts +0 -0
- /package/dist/{src/components → components}/PromoBanner/index.d.ts +0 -0
- /package/dist/{src/components → components}/RadioButton/RadioButton.d.ts +0 -0
- /package/dist/{src/components → components}/RadioButton/index.d.ts +0 -0
- /package/dist/{src/components → components}/Search/Search.d.ts +0 -0
- /package/dist/{src/components → components}/Search/index.d.ts +0 -0
- /package/dist/{src/components → components}/SegmentedControl/index.d.ts +0 -0
- /package/dist/{src/components → components}/Switch/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tab/TabsWrapper.d.ts +0 -0
- /package/dist/{src/components → components}/Tab/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tag/Tag.d.ts +0 -0
- /package/dist/{src/components → components}/Tag/index.d.ts +0 -0
- /package/dist/{src/components → components}/TagInput/EditableTag.d.ts +0 -0
- /package/dist/{src/components → components}/TagInput/EditableTagContent.d.ts +0 -0
- /package/dist/{src/components → components}/TagInput/TagInput.d.ts +0 -0
- /package/dist/{src/components → components}/TagInput/index.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/Textarea.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/index.d.ts +0 -0
- /package/dist/{src/components → components}/Toast/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/Info.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/Interactive.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/Simple.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/SpotlightOverlay.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/Tooltip.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/UserGuide.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/helpers.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tooltip/virtualElementReference.d.ts +0 -0
- /package/dist/{src/components → components}/Typography/index.d.ts +0 -0
- /package/dist/{src/components → components}/UploadBar/index.d.ts +0 -0
- /package/dist/{src/foundations → foundations}/shadow-token.d.ts +0 -0
- /package/dist/{src/foundations → foundations}/spacing-token.d.ts +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/utils → utils}/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/keyCodes.d.ts +0 -0
- /package/dist/{src/utils → utils}/noop.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./ActionMenu").ActionMenuProps & {
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Default: () => JSX.Element;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import noop from '../../utils/noop';
|
|
3
|
+
export declare const exampleOptions: ({
|
|
4
|
+
key: string;
|
|
5
|
+
element: React.JSX.Element;
|
|
6
|
+
onClick: typeof noop;
|
|
7
|
+
disabled?: undefined;
|
|
8
|
+
withDivider?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
key: string;
|
|
11
|
+
element: React.JSX.Element;
|
|
12
|
+
onClick: typeof noop;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
withDivider?: undefined;
|
|
15
|
+
} | {
|
|
16
|
+
key: string;
|
|
17
|
+
element: React.JSX.Element;
|
|
18
|
+
onClick: typeof noop;
|
|
19
|
+
withDivider: boolean;
|
|
20
|
+
disabled?: undefined;
|
|
21
|
+
})[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { AlertProps } from './Alert';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, AlertProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: (args: AlertProps) => JSX.Element;
|
|
8
|
+
export declare const Kinds: () => JSX.Element;
|
|
9
|
+
export declare const WithCTA: () => JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
type AvatarShape = 'circle' | 'rounded-square';
|
|
3
|
+
type AvatarSize = 'xxxsmall' | 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge';
|
|
4
|
+
type AvatarStatus = 'available' | 'unavailable' | 'unknown';
|
|
5
|
+
type AvatarType = 'image' | 'text';
|
|
6
6
|
export interface AvatarProps {
|
|
7
7
|
/**
|
|
8
8
|
* Alternate text for an image avatar
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { AvatarProps } from './Avatar';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, AvatarProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: {
|
|
8
|
+
(args: AvatarProps): JSX.Element;
|
|
9
|
+
args: {
|
|
10
|
+
type: string;
|
|
11
|
+
text: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare const Types: () => JSX.Element;
|
|
15
|
+
export declare const Shapes: () => JSX.Element;
|
|
16
|
+
export declare const Sizes: () => JSX.Element;
|
|
17
|
+
export declare const Statuses: () => JSX.Element;
|
|
18
|
+
export declare const Colors: () => JSX.Element;
|
|
19
|
+
export declare const FallbackAvatar: () => JSX.Element;
|
|
20
|
+
export declare const Rim: () => JSX.Element;
|
|
21
|
+
export declare const SizesWithStatus: () => JSX.Element;
|
|
22
|
+
export declare const SizesWithRim: () => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Story } from '@storybook/react';
|
|
3
|
+
import { BadgeProps } from './Badge';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.FC<BadgeProps>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Default: Story<BadgeProps>;
|
|
10
|
+
export declare const Sizes: () => JSX.Element;
|
|
11
|
+
export declare const Kinds: () => JSX.Element;
|
|
12
|
+
export declare const Types: () => JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Size } from 'utils';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type ButtonKind = 'basic' | 'primary' | 'secondary' | 'destructive' | 'text' | 'plain' | 'plain-light' | 'subtle' | 'float' | 'dotted';
|
|
4
|
+
export type ButtonProps = {
|
|
5
5
|
/**
|
|
6
6
|
* Specify the button kind
|
|
7
7
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ButtonProps } from './Button';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
|
|
4
|
+
kind?: import("./Button").ButtonKind | undefined;
|
|
5
|
+
size?: import("../..").Size | undefined;
|
|
6
|
+
loading?: boolean | undefined;
|
|
7
|
+
fullWidth?: boolean | undefined;
|
|
8
|
+
loaderLabel?: string | undefined;
|
|
9
|
+
icon?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
10
|
+
iconPosition?: "right" | "left" | undefined;
|
|
11
|
+
} & React.ButtonHTMLAttributes<HTMLButtonElement> & React.AnchorHTMLAttributes<HTMLAnchorElement> & React.RefAttributes<HTMLButtonElement & HTMLAnchorElement>>;
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const Default: {
|
|
14
|
+
(args: ButtonProps): React.ReactElement;
|
|
15
|
+
argTypes: {
|
|
16
|
+
icon: {
|
|
17
|
+
options: string[];
|
|
18
|
+
mapping: {
|
|
19
|
+
[k: string]: React.JSX.Element;
|
|
20
|
+
} & {
|
|
21
|
+
None: null;
|
|
22
|
+
};
|
|
23
|
+
control: {
|
|
24
|
+
type: string;
|
|
25
|
+
labels: string[];
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
args: {
|
|
30
|
+
loading: boolean;
|
|
31
|
+
disabled: boolean;
|
|
32
|
+
size: string;
|
|
33
|
+
kind: string;
|
|
34
|
+
children: string;
|
|
35
|
+
fullWidth: boolean;
|
|
36
|
+
iconPosition: string;
|
|
37
|
+
icon: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export declare const KindsAndStates: () => React.ReactElement;
|
|
41
|
+
export declare const Sizes: () => React.ReactElement;
|
|
42
|
+
export declare const ButtonAsLink: () => React.ReactElement;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { ButtonProps } from '../Button';
|
|
3
|
-
export
|
|
3
|
+
export type CardButtonOptions = Pick<ButtonProps, 'children' | 'kind' | 'onClick'>;
|
|
4
4
|
export interface CardProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
5
5
|
/**
|
|
6
6
|
* Alternate text for an image card
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Story } from '@storybook/react';
|
|
3
|
+
import { CardProps } from '../Card';
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, CardProps & {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: Story<CardProps>;
|
|
9
|
+
export declare const Expandable: Story;
|
|
10
|
+
export declare const WithButtons: Story;
|
|
11
|
+
export declare const ExpandableWithButtons: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CheckboxProps } from './Checkbox';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, CheckboxProps & React.RefAttributes<HTMLInputElement>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Checkbox: {
|
|
6
|
+
(args: CheckboxProps): React.ReactElement;
|
|
7
|
+
args: {
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
description: string;
|
|
10
|
+
children: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IDatePickerProps } from './types';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, IDatePickerProps & React.RefAttributes<import("react-day-picker").default>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const DatePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IDatePickerProps>;
|
|
6
|
+
export declare const DatePickerWithDatesBetweenTwoMonths: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IDatePickerProps>;
|
|
7
|
+
export declare const DatePickerWithCustomFirstDayOfWeek: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IDatePickerProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IRangeDatePickerProps } from './types';
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, IRangeDatePickerProps>;
|
|
3
|
+
export default _default;
|
|
4
|
+
export declare const RangeDatePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IRangeDatePickerProps>;
|
|
@@ -5,12 +5,12 @@ export declare const isDateWithinRange: (date: Date, range: {
|
|
|
5
5
|
from?: Date;
|
|
6
6
|
to?: Date;
|
|
7
7
|
}) => boolean;
|
|
8
|
-
export declare const calculateDatePickerMonth: (initialFromDate?: Date
|
|
9
|
-
export declare const getRangeDatePickerModifiers: (from?: Date
|
|
8
|
+
export declare const calculateDatePickerMonth: (initialFromDate?: Date, initialToDate?: Date, toMonth?: Date) => Date;
|
|
9
|
+
export declare const getRangeDatePickerModifiers: (from?: Date, to?: Date) => Partial<Modifiers>;
|
|
10
10
|
export declare const getSelectedOption: (itemId: string | null, options: IRangeDatePickerOption[]) => IRangeDatePickerOption | undefined;
|
|
11
|
-
export declare const isSelectingFirstDay: (from?: Date
|
|
11
|
+
export declare const isSelectingFirstDay: (from?: Date, to?: Date) => boolean;
|
|
12
12
|
export declare const getInitialStateFromProps: (props: IRangeDatePickerProps) => Partial<IRangeDatePickerState>;
|
|
13
|
-
export declare const getDatePickerClassNames: (range?: boolean
|
|
13
|
+
export declare const getDatePickerClassNames: (range?: boolean, classNames?: ClassNames) => {
|
|
14
14
|
container: string;
|
|
15
15
|
wrapper: string;
|
|
16
16
|
interactionDisabled: string;
|
|
@@ -29,7 +29,7 @@ export declare enum RangeDatePickerAction {
|
|
|
29
29
|
SELECT_SECOND_DAY_AS_TO = "SELECT_SECOND_DAY_AS_TO",
|
|
30
30
|
CURRENT_MONTH_CHANGE = "CURRENT_MONTH_CHANGE"
|
|
31
31
|
}
|
|
32
|
-
export
|
|
32
|
+
export type IRangeDatePickerReducerAction = {
|
|
33
33
|
type: RangeDatePickerAction.NEW_SELECTED_ITEM;
|
|
34
34
|
payload: {
|
|
35
35
|
selectedItem: string | null;
|
|
@@ -52,7 +52,7 @@ export interface IRangeDatePickerState {
|
|
|
52
52
|
temporaryTo?: Date;
|
|
53
53
|
currentMonth: Date;
|
|
54
54
|
}
|
|
55
|
-
export
|
|
55
|
+
export type RangeDatePickerReducer = Reducer<IRangeDatePickerState, IRangeDatePickerReducerAction>;
|
|
56
56
|
export interface IRangeDatePickerOption {
|
|
57
57
|
id: string;
|
|
58
58
|
label: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FieldGroupProps } from './FieldGroup';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, FieldGroupProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const FieldGroup: {
|
|
8
|
+
({ ...args }: FieldGroupProps): React.ReactElement;
|
|
9
|
+
args: FieldGroupProps;
|
|
10
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ProgressSize, ProgressStatus } from '../Progress/constants';
|
|
3
|
+
export type UploadProgressActionState = 'visible' | 'hover' | 'hidden';
|
|
4
|
+
export interface FileUploadProgressProps {
|
|
5
|
+
/**
|
|
6
|
+
* Define if action buttons should be visible, visible on hover, or hidden
|
|
7
|
+
*/
|
|
8
|
+
actionsVisibility?: UploadProgressActionState;
|
|
9
|
+
/**
|
|
10
|
+
* The CSS class for progress bar
|
|
11
|
+
*/
|
|
12
|
+
className?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Renders given element
|
|
15
|
+
*/
|
|
16
|
+
icon?: React.ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* Specify the uploading file name
|
|
19
|
+
*/
|
|
20
|
+
title: string;
|
|
21
|
+
/**
|
|
22
|
+
* Specify the value of current file upload progress (0-100)
|
|
23
|
+
*/
|
|
24
|
+
progressValue: number;
|
|
25
|
+
/**
|
|
26
|
+
* Specify the progress bar size
|
|
27
|
+
*/
|
|
28
|
+
size?: ProgressSize;
|
|
29
|
+
/**
|
|
30
|
+
* Specify the uploading file status
|
|
31
|
+
*/
|
|
32
|
+
status?: ProgressStatus;
|
|
33
|
+
/**
|
|
34
|
+
* The event handler for close icon click
|
|
35
|
+
*/
|
|
36
|
+
onCloseButtonClick?: () => void;
|
|
37
|
+
/**
|
|
38
|
+
* The event handler for retry icon click
|
|
39
|
+
*/
|
|
40
|
+
onRetryButtonClick?: () => void;
|
|
41
|
+
}
|
|
42
|
+
export declare const FileUploadProgress: React.ExoticComponent<FileUploadProgressProps & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FileUploadProgressProps } from './FileUploadProgress';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, FileUploadProgressProps & React.RefAttributes<HTMLInputElement>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const FileUploadProgress: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, FileUploadProgressProps>;
|
|
6
|
+
export declare const FileUploadProgressWithIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, FileUploadProgressProps>;
|
|
7
|
+
export declare const FileUploadProgressStates: React.FC;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Story } from '@storybook/react';
|
|
3
|
+
import { FormProps } from '../Form';
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, FormProps & {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Form: Story<FormProps>;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface FormFieldProps {
|
|
3
|
+
/**
|
|
4
|
+
* Define label text
|
|
5
|
+
*/
|
|
6
|
+
labelText?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Renders given element aligned to label, `inline` will affect
|
|
9
|
+
*/
|
|
10
|
+
labelAdornment?: React.ReactNode;
|
|
11
|
+
/**
|
|
12
|
+
* Define to associate the label with the field
|
|
13
|
+
*/
|
|
14
|
+
labelFor?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The CSS class for field container
|
|
17
|
+
*/
|
|
18
|
+
className?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Set the label to inline version
|
|
21
|
+
*/
|
|
22
|
+
inline?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Define error text
|
|
25
|
+
*/
|
|
26
|
+
error?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Define the description text
|
|
29
|
+
*/
|
|
30
|
+
description?: React.ReactNode;
|
|
31
|
+
/**
|
|
32
|
+
* Wrapped element
|
|
33
|
+
*/
|
|
34
|
+
children?: React.ReactNode;
|
|
35
|
+
/**
|
|
36
|
+
* Renders given element above the filed
|
|
37
|
+
*/
|
|
38
|
+
labelRightNode?: React.ReactNode;
|
|
39
|
+
}
|
|
40
|
+
export declare const FormField: React.FC<FormFieldProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FormFieldProps } from './FormField';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, FormFieldProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, FormFieldProps>;
|
|
8
|
+
export declare const Examples: () => JSX.Element;
|
|
9
|
+
export declare const TextFieldWithError: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, FormFieldProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FormGroupProps } from './FormGroup';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, FormGroupProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const FormGroup: {
|
|
8
|
+
({ ...args }: FormGroupProps): React.ReactElement;
|
|
9
|
+
args: FormGroupProps;
|
|
10
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export type IconSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
3
|
+
export type IconKind = 'primary' | 'subtle' | 'inverted' | 'inverted-subtle' | 'link' | 'success' | 'warning' | 'error';
|
|
4
|
+
export type IconSource = React.FC<React.SVGProps<SVGSVGElement>> & React.ReactElement;
|
|
5
|
+
export interface IconProps {
|
|
6
|
+
source: IconSource;
|
|
7
|
+
size?: IconSize;
|
|
8
|
+
kind?: IconKind;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
className?: string;
|
|
11
|
+
customColor?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const Icon: React.FC<IconProps>;
|
|
14
|
+
export default Icon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconProps } from './Icon';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, IconProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Icon: {
|
|
8
|
+
(args: IconProps): React.ReactElement;
|
|
9
|
+
args: {
|
|
10
|
+
source: any;
|
|
11
|
+
size: string;
|
|
12
|
+
kind: string;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Story } from '@storybook/react';
|
|
3
|
+
import { InputProps } from './Input';
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, InputProps & React.RefAttributes<HTMLInputElement>>;
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Default: Story<InputProps>;
|
|
7
|
+
export declare const Sizes: () => JSX.Element;
|
|
8
|
+
export declare const States: () => JSX.Element;
|
|
9
|
+
export declare const Types: () => JSX.Element;
|
|
10
|
+
export declare const WithIcons: () => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { LinkProps } from './Link';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, LinkProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Link: {
|
|
8
|
+
({ ...args }: LinkProps): React.ReactElement;
|
|
9
|
+
args: {
|
|
10
|
+
bold: boolean;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
export interface LoaderProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
/**
|
|
4
|
+
* Specify the loader size
|
|
5
|
+
*/
|
|
3
6
|
size?: 'small' | 'medium' | 'large';
|
|
7
|
+
/**
|
|
8
|
+
* Specify the loader label
|
|
9
|
+
*/
|
|
4
10
|
label?: string;
|
|
5
|
-
/**
|
|
11
|
+
/**
|
|
12
|
+
* Set the loader highlight color
|
|
13
|
+
*/
|
|
6
14
|
primaryColor?: string;
|
|
7
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* Set the loader color
|
|
17
|
+
*/
|
|
8
18
|
secondaryColor?: string;
|
|
9
19
|
}
|
|
10
20
|
export declare const Loader: React.FC<LoaderProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { LoaderProps } from './Loader';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, LoaderProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: (args: LoaderProps) => React.ReactElement;
|
|
8
|
+
export declare const Sizes: () => React.ReactElement;
|
|
9
|
+
export declare const Labeled: (args: LoaderProps) => React.ReactElement;
|
|
10
|
+
export declare const CustomColors: (args: LoaderProps) => React.ReactElement;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ModalProps, ModalPortalProps } from './index';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, ModalProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Modal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ModalProps>;
|
|
8
|
+
export declare const ModalWithCustomHeader: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ModalProps>;
|
|
9
|
+
export declare const ModalWithLabeledHeader: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ModalProps>;
|
|
10
|
+
export declare const ModalWithFullSpaceContent: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ModalProps>;
|
|
11
|
+
export declare const ModalPortal: {
|
|
12
|
+
({ children, ...args }: ModalPortalProps): React.ReactElement;
|
|
13
|
+
args: ModalPortalProps;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface ModalHeaderProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const ModalHeader: React.FC<ModalHeaderProps>;
|
|
6
|
+
export declare const ModalFooter: React.FC;
|
|
7
|
+
export declare const ModalFullSpaceContent: React.FC;
|
|
8
|
+
export declare const ModalContent: React.FC;
|
|
9
|
+
export {};
|
|
@@ -9,6 +9,6 @@ interface Props {
|
|
|
9
9
|
noControls?: boolean;
|
|
10
10
|
onChange: (value: string) => void;
|
|
11
11
|
}
|
|
12
|
-
export
|
|
12
|
+
export type NumericInputProps = React.InputHTMLAttributes<HTMLInputElement> & Props;
|
|
13
13
|
export declare const NumericInput: React.FC<NumericInputProps>;
|
|
14
14
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { IPickerListItem } from './PickerList';
|
|
3
3
|
import { IconSize } from '../Icon';
|
|
4
4
|
import { Size } from 'utils';
|
|
5
|
-
export
|
|
5
|
+
export type PickerType = 'single' | 'multi';
|
|
6
6
|
export interface IPickerProps {
|
|
7
7
|
/**
|
|
8
8
|
* Specify the custom id
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IPickerProps } from './Picker';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, IPickerProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IPickerProps>;
|
|
8
|
+
export declare const States: () => React.ReactElement;
|
|
9
|
+
export declare const PickerWithGroupedOptions: () => React.ReactElement;
|
|
10
|
+
export declare const PickerWithOptionsAsCustomElements: () => React.ReactElement;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|