@loadsmart/loadsmart-ui 7.3.3 → 7.4.0
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/Accordion/Accordion.stories.d.ts +1 -1
- package/dist/components/Banner/Banner.stories.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +2 -2
- package/dist/components/Button/Button.stories.d.ts +1 -1
- package/dist/components/Calendar/Calendar.stories.d.ts +2 -2
- package/dist/components/Card/Card.stories.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -1
- package/dist/components/DatePicker/DateRangePicker.stories.d.ts +1 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/components/DragDropFile/DragDropFile.stories.d.ts +1 -1
- package/dist/components/Drawer/Drawer.stories.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.stories.d.ts +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.stories.d.ts +1 -1
- package/dist/components/HighlightMatch/HighlightMatch.stories.d.ts +1 -1
- package/dist/components/IconFactory/IconFactory.stories.d.ts +1 -1
- package/dist/components/Label/Label.stories.d.ts +1 -1
- package/dist/components/Layout/Layout.stories.d.ts +1 -1
- package/dist/components/Link/Link.stories.d.ts +1 -1
- package/dist/components/Loaders/LoadingBar.stories.d.ts +1 -1
- package/dist/components/Loaders/LoadingDots.stories.d.ts +1 -1
- package/dist/components/Loaders/Spinner.stories.d.ts +1 -1
- package/dist/components/Modal/Modal.stories.d.ts +1 -1
- package/dist/components/Pagination/Pagination.stories.d.ts +1 -1
- package/dist/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +1 -1
- package/dist/components/Radio/Radio.stories.d.ts +1 -1
- package/dist/components/Section/Sections.stories.d.ts +1 -1
- package/dist/components/Select/Select.stories.d.ts +1 -1
- package/dist/components/SideNavigation/SideNavigation.stories.d.ts +1 -1
- package/dist/components/Steps/Steps.stories.d.ts +1 -1
- package/dist/components/Switch/Switch.stories.d.ts +1 -1
- package/dist/components/Table/Table.stories.d.ts +1 -1
- package/dist/components/TablePagination/TablePagination.stories.d.ts +1 -1
- package/dist/components/Tabs/Tabs.stories.d.ts +1 -1
- package/dist/components/Tag/Tag.stories.d.ts +1 -1
- package/dist/components/Text/Text.stories.d.ts +6 -4
- package/dist/components/TextField/TextField.stories.d.ts +1 -1
- package/dist/components/Textarea/Textarea.stories.d.ts +1 -1
- package/dist/components/Toast/Toast.stories.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/hooks/useFocusTrap/useFocusTrap.stories.d.ts +1 -1
- package/dist/index.js +732 -732
- package/dist/index.js.map +1 -1
- package/dist/miranda-compatibility.theme-ce3baf7f.js +2 -0
- package/dist/miranda-compatibility.theme-ce3baf7f.js.map +1 -0
- package/dist/prop-d9ec2877.js +2 -0
- package/dist/{prop-597d4792.js.map → prop-d9ec2877.js.map} +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/theming/index.js +1 -1
- package/dist/theming/index.js.map +1 -1
- package/dist/tools/index.js +1 -1
- package/dist/utils/toolset/flatten.d.ts +2 -1
- package/dist/utils/toolset/get.d.ts +2 -1
- package/dist/utils/toolset/isEmpty.d.ts +2 -1
- package/dist/utils/toolset/omit.d.ts +2 -1
- package/dist/utils/toolset/range.d.ts +2 -1
- package/package.json +15 -26
- package/src/components/Select/Select.stories.tsx +1 -1
- package/src/components/Text/Text.stories.tsx +29 -25
- package/src/utils/toolset/flatten.ts +3 -1
- package/src/utils/toolset/get.ts +2 -1
- package/src/utils/toolset/isEmpty.ts +2 -1
- package/src/utils/toolset/omit.ts +2 -1
- package/src/utils/toolset/range.ts +2 -1
- package/dist/miranda-compatibility.theme-8689186b.js +0 -2
- package/dist/miranda-compatibility.theme-8689186b.js.map +0 -1
- package/dist/prop-597d4792.js +0 -2
- package/dist/utils/toolset/debounce.d.ts +0 -1
- package/src/utils/toolset/debounce.ts +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { AccordionProps } from './Accordion';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: AccordionProps): JSX.Element;
|
|
6
6
|
export declare function CustomIndicators(): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { BannerProps, BannerActionProps } from './Banner';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: BannerProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { BreadcrumbsProps } from './Breadcrumbs';
|
|
2
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
3
3
|
export default _default;
|
|
4
|
-
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
+
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, BreadcrumbsProps>;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import type { BackButtonProps } from '../../common/BackButton';
|
|
3
3
|
import type { ButtonProps } from './Button';
|
|
4
4
|
import type { CloseButtonProps } from '../../common/CloseButton';
|
|
5
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
5
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare function Playground(args: ButtonProps): JSX.Element;
|
|
8
8
|
export declare namespace Playground {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { CalendarDate } from './Date.helper';
|
|
3
3
|
import type { CalendarProps } from './Calendar.types';
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
5
5
|
export default _default;
|
|
6
|
-
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
+
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CalendarProps>;
|
|
7
7
|
export declare function Selection(): JSX.Element;
|
|
8
8
|
declare function isWeekend(date: CalendarDate): boolean;
|
|
9
9
|
export declare function CalendarConstraints(args: CalendarProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { CardProps } from './Card';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<CardProps>;
|
|
6
6
|
export declare const Default: Story<CardProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { CheckboxProps } from './Checkbox';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: CheckboxProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { Story } from '@storybook/react';
|
|
3
3
|
import type { DatePickerProps } from './DatePicker.types';
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
5
5
|
export default _default;
|
|
6
6
|
export declare const Playground: Story<DatePickerProps>;
|
|
7
7
|
export declare const WithValue: Story<DatePickerProps>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { Story } from '@storybook/react';
|
|
3
3
|
import type { DateRangePickerProps } from './DatePicker.types';
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
5
5
|
export default _default;
|
|
6
6
|
export declare const Playground: Story<DateRangePickerProps>;
|
|
7
7
|
export declare const WithValue: Story<DateRangePickerProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { DialogProps } from './Dialog';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function WithoutHeader(args: DialogProps): JSX.Element;
|
|
6
6
|
export declare namespace WithoutHeader {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { DropZoneProps } from './types';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
declare type PlaygroundProps = DropZoneProps & {
|
|
6
6
|
errorMessage?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { DrawerProps } from './Drawer';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<DrawerProps>;
|
|
6
6
|
export declare const SmallerContentPlayground: Story<DrawerProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { EmptyStateProps, EmptyStateWithIllustrationProps, EmptyStateWithIconProps } from './EmptyState.types';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: EmptyStateProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ErrorMessageProps } from './ErrorMessage';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
declare type PlaygroundProps = ErrorMessageProps & {
|
|
6
6
|
errorMessage?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import { HighlightMatchProps } from './HighlightMatch';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<HighlightMatchProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import { icons } from './IconFactory.fixtures';
|
|
3
3
|
import type { IconProps } from './IconFactory';
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
5
5
|
export default _default;
|
|
6
6
|
export declare const Playground: Story<IconProps<typeof icons>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { LabelProps } from './Label';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: LabelProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -4,7 +4,7 @@ import type { SidebarProps } from './Sidebar';
|
|
|
4
4
|
import type { StackProps } from './Stack';
|
|
5
5
|
import type { SwitcherProps } from './Switcher';
|
|
6
6
|
import type { GridProps } from './Grid';
|
|
7
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
8
8
|
export default _default;
|
|
9
9
|
export declare function Playground(): JSX.Element;
|
|
10
10
|
export declare namespace Playground {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { LinkProps } from './Link';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: LinkProps): JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { LoadingBarProps } from './LoadingBar';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<LoadingBarProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import { LoadingDotsProps } from './LoadingDots';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<LoadingDotsProps>;
|
|
6
6
|
export declare const InsideButton: Story<LoadingDotsProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import { SpinnerProps } from './Spinner';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<SpinnerProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { ModalProps } from './Modal';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function WithoutHeader(args: ModalProps): JSX.Element;
|
|
6
6
|
export declare namespace WithoutHeader {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { PaginationProps } from './Pagination.types';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<PaginationProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { PopoverProps } from './Popover.types';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<PopoverProps>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ProgressBarProps } from './ProgressBar';
|
|
3
3
|
import Status from "../../utils/types/Status";
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
5
5
|
export default _default;
|
|
6
6
|
export declare function Playground(args: ProgressBarProps): JSX.Element;
|
|
7
7
|
export declare namespace Playground {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { RadioProps } from './Radio';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: RadioProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { SectionProps } from './Section';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: SectionProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { SelectProps } from './Select.types';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<SelectProps>;
|
|
6
6
|
export declare const SingleSyncDatasource: Story<SelectProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { SideNavigationProps } from './SideNavigation';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: SideNavigationProps): JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { StepsProps } from './Steps';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<StepsProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import { SwitchProps } from './Switch';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<SwitchProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { TableProps } from './Table.types';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: TableProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { TablePaginationProps } from './TablePagination.types';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<TablePaginationProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TabsProps } from './Tabs';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: TabsProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TagProps } from './Tag';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Default(args: TagProps): JSX.Element;
|
|
6
6
|
export declare namespace Default {
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Text } from '.';
|
|
2
3
|
import type { TextProps } from './Text';
|
|
3
|
-
declare const
|
|
4
|
-
export default
|
|
5
|
-
|
|
4
|
+
declare const meta: Meta<typeof Text>;
|
|
5
|
+
export default meta;
|
|
6
|
+
declare type Story = StoryObj<TextProps>;
|
|
7
|
+
export declare const Playground: Story;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TextFieldProps } from './TextField';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: TextFieldProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TextareaProps } from './Textarea';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: TextareaProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ToastProps } from './Toast';
|
|
3
3
|
import Status from "../../utils/types/Status";
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
5
5
|
export default _default;
|
|
6
6
|
export declare function Playground(args: ToastProps): JSX.Element;
|
|
7
7
|
export declare namespace Playground {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { ToggleGroupProps } from './ToggleGroup.types';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<ToggleGroupProps>;
|
|
6
6
|
export declare const WithIcon: Story<ToggleGroupProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TooltipAlign, TooltipPosition, TooltipProps } from './Tooltip';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare function Playground(args: TooltipProps): JSX.Element;
|
|
6
6
|
export declare namespace Playground {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Story } from '@storybook/react';
|
|
2
2
|
import type { useFocusTrapProps } from './useFocusTrap';
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Playground: Story<useFocusTrapProps>;
|
|
6
6
|
export declare const TabTrap: Story<useFocusTrapProps>;
|