@loadsmart/loadsmart-ui 7.3.2 → 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.
Files changed (116) hide show
  1. package/dist/common/BackButton/BackButton.d.ts +1 -0
  2. package/dist/common/CloseButton/CloseButton.d.ts +1 -0
  3. package/dist/components/Accordion/Accordion.stories.d.ts +2 -1
  4. package/dist/components/Banner/Banner.d.ts +1 -1
  5. package/dist/components/Banner/Banner.stories.d.ts +1 -1
  6. package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +2 -2
  7. package/dist/components/Button/Button.stories.d.ts +1 -1
  8. package/dist/components/Calendar/Calendar.d.ts +1 -0
  9. package/dist/components/Calendar/Calendar.stories.d.ts +3 -2
  10. package/dist/components/Calendar/PickerModeToggle.d.ts +1 -0
  11. package/dist/components/Calendar/Pickers/DayPicker.d.ts +1 -0
  12. package/dist/components/Calendar/Pickers/MonthPicker.d.ts +1 -0
  13. package/dist/components/Calendar/Pickers/YearPicker.d.ts +1 -0
  14. package/dist/components/Card/Card.stories.d.ts +1 -1
  15. package/dist/components/Checkbox/Checkbox.stories.d.ts +2 -1
  16. package/dist/components/DatePicker/DatePicker.stories.d.ts +2 -1
  17. package/dist/components/DatePicker/DateRangePicker.d.ts +1 -0
  18. package/dist/components/DatePicker/DateRangePicker.stories.d.ts +2 -1
  19. package/dist/components/DatePicker/useDatePicker.d.ts +102 -102
  20. package/dist/components/DatePicker/useDateRangePicker.d.ts +153 -154
  21. package/dist/components/Dialog/Dialog.stories.d.ts +2 -1
  22. package/dist/components/DragDropFile/DragDropFile.stories.d.ts +2 -1
  23. package/dist/components/DragDropFile/components/DropZone.d.ts +1 -0
  24. package/dist/components/DragDropFile/components/FileItem.d.ts +1 -0
  25. package/dist/components/DragDropFile/components/FileList.d.ts +1 -0
  26. package/dist/components/DragDropFile/styles.d.ts +1 -1
  27. package/dist/components/Drawer/Drawer.stories.d.ts +1 -1
  28. package/dist/components/EmptyState/EmptyState.stories.d.ts +2 -1
  29. package/dist/components/ErrorMessage/ErrorMessage.stories.d.ts +2 -1
  30. package/dist/components/HighlightMatch/HighlightMatch.stories.d.ts +1 -1
  31. package/dist/components/Icon/Icon.d.ts +2 -1
  32. package/dist/components/IconFactory/IconFactory.d.ts +2 -1
  33. package/dist/components/IconFactory/IconFactory.stories.d.ts +1 -1
  34. package/dist/components/Label/Label.stories.d.ts +2 -1
  35. package/dist/components/Layout/Layout.stories.d.ts +2 -1
  36. package/dist/components/Link/Link.stories.d.ts +2 -1
  37. package/dist/components/Loaders/LoadingBar.stories.d.ts +1 -1
  38. package/dist/components/Loaders/LoadingDots.d.ts +1 -0
  39. package/dist/components/Loaders/LoadingDots.stories.d.ts +1 -1
  40. package/dist/components/Loaders/Spinner.d.ts +1 -0
  41. package/dist/components/Loaders/Spinner.stories.d.ts +1 -1
  42. package/dist/components/Modal/Modal.stories.d.ts +2 -1
  43. package/dist/components/Pagination/Pagination.d.ts +1 -0
  44. package/dist/components/Pagination/Pagination.stories.d.ts +1 -1
  45. package/dist/components/Pagination/PaginationItem.d.ts +1 -0
  46. package/dist/components/Popover/Popover.d.ts +1 -0
  47. package/dist/components/Popover/Popover.stories.d.ts +1 -1
  48. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +2 -1
  49. package/dist/components/Radio/Radio.stories.d.ts +2 -1
  50. package/dist/components/Section/Sections.stories.d.ts +2 -1
  51. package/dist/components/Select/Select.stories.d.ts +1 -1
  52. package/dist/components/Select/SelectCreatableOption.d.ts +1 -0
  53. package/dist/components/Select/SelectEmpty.d.ts +1 -0
  54. package/dist/components/Select/SelectOption.d.ts +1 -0
  55. package/dist/components/SideNavigation/Separator/Separator.d.ts +1 -0
  56. package/dist/components/SideNavigation/SideNavigation.stories.d.ts +2 -1
  57. package/dist/components/Steps/ProgressSteps/ProgressSteps.d.ts +1 -0
  58. package/dist/components/Steps/Steps.stories.d.ts +1 -1
  59. package/dist/components/Switch/Switch.stories.d.ts +1 -1
  60. package/dist/components/Table/Table.d.ts +1 -0
  61. package/dist/components/Table/Table.stories.d.ts +2 -1
  62. package/dist/components/Table/TableSortHandle.d.ts +1 -0
  63. package/dist/components/TablePagination/RowsPerPage.d.ts +1 -0
  64. package/dist/components/TablePagination/TablePagination.d.ts +1 -0
  65. package/dist/components/TablePagination/TablePagination.stories.d.ts +1 -1
  66. package/dist/components/TablePagination/TablePaginationActions.d.ts +2 -1
  67. package/dist/components/Tabs/Tabs.stories.d.ts +2 -1
  68. package/dist/components/Tag/Tag.stories.d.ts +1 -1
  69. package/dist/components/Text/Text.stories.d.ts +6 -4
  70. package/dist/components/TextField/TextField.stories.d.ts +2 -1
  71. package/dist/components/Textarea/Textarea.stories.d.ts +2 -1
  72. package/dist/components/Toast/Toast.stories.d.ts +2 -1
  73. package/dist/components/ToggleGroup/Toggle.d.ts +1 -0
  74. package/dist/components/ToggleGroup/ToggleGroup.d.ts +1 -0
  75. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
  76. package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -1
  77. package/dist/components/TopNavigation/OpenSideNavButton/OpenSideNavButton.d.ts +1 -0
  78. package/dist/components/TopNavigation/TopNavigation.stories.d.ts +1 -0
  79. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +1 -0
  80. package/dist/hooks/useFocusTrap/useFocusTrap.stories.d.ts +1 -1
  81. package/dist/index.js +733 -733
  82. package/dist/index.js.map +1 -1
  83. package/dist/miranda-compatibility.theme-ce3baf7f.js +2 -0
  84. package/dist/miranda-compatibility.theme-ce3baf7f.js.map +1 -0
  85. package/dist/prop-d9ec2877.js +2 -0
  86. package/dist/{prop-597d4792.js.map → prop-d9ec2877.js.map} +1 -1
  87. package/dist/testing/index.js +1 -1
  88. package/dist/testing/index.js.map +1 -1
  89. package/dist/theming/index.js +1 -1
  90. package/dist/theming/index.js.map +1 -1
  91. package/dist/tools/index.js +1 -1
  92. package/dist/utils/toolset/flatten.d.ts +2 -1
  93. package/dist/utils/toolset/get.d.ts +2 -1
  94. package/dist/utils/toolset/highlightMatch.d.ts +1 -0
  95. package/dist/utils/toolset/isEmpty.d.ts +2 -1
  96. package/dist/utils/toolset/omit.d.ts +2 -1
  97. package/dist/utils/toolset/range.d.ts +2 -1
  98. package/package.json +25 -31
  99. package/src/components/Dropdown/Dropdown.stories.tsx +1 -2
  100. package/src/components/IconFactory/IconFactory.tsx +2 -2
  101. package/src/components/Select/Select.constants.ts +2 -2
  102. package/src/components/Select/Select.stories.tsx +1 -1
  103. package/src/components/Steps/useSteps.ts +1 -1
  104. package/src/components/Tag/Tag.tsx +1 -1
  105. package/src/components/Text/Text.stories.tsx +29 -25
  106. package/src/hooks/useSelectable/SelectableStrategy.ts +1 -1
  107. package/src/utils/toolset/flatten.ts +3 -1
  108. package/src/utils/toolset/get.ts +2 -1
  109. package/src/utils/toolset/isEmpty.ts +2 -1
  110. package/src/utils/toolset/omit.ts +2 -1
  111. package/src/utils/toolset/range.ts +2 -1
  112. package/dist/miranda-compatibility.theme-8689186b.js +0 -2
  113. package/dist/miranda-compatibility.theme-8689186b.js.map +0 -1
  114. package/dist/prop-597d4792.js +0 -2
  115. package/dist/utils/toolset/debounce.d.ts +0 -1
  116. package/src/utils/toolset/debounce.ts +0 -1
@@ -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-0a347bb9").R, import("@storybook/types").Args>;
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,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import type { ModalProps } from './Modal';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
5
  export declare function WithoutHeader(args: ModalProps): JSX.Element;
5
6
  export declare namespace WithoutHeader {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { PaginationProps } from './Pagination.types';
2
3
  declare function Pagination(props: PaginationProps): JSX.Element;
3
4
  export default Pagination;
@@ -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-0a347bb9").R, import("@storybook/types").Args>;
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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { PaginationItemProps } from './Pagination.types';
2
3
  declare function PaginationItem(props: PaginationItemProps): JSX.Element;
3
4
  export default PaginationItem;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { PopoverFloatingProps, PopoverProps, PopoverReferenceProps, UsePopoverReturn } from './Popover.types';
2
3
  export declare function usePopover(): UsePopoverReturn;
3
4
  declare function Popover(props: PopoverProps): JSX.Element;
@@ -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-0a347bb9").R, import("@storybook/types").Args>;
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,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  import { ProgressBarProps } from './ProgressBar';
2
3
  import Status from "../../utils/types/Status";
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
4
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
4
5
  export default _default;
5
6
  export declare function Playground(args: ProgressBarProps): JSX.Element;
6
7
  export declare namespace Playground {
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { RadioProps } from './Radio';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
5
  export declare function Playground(args: RadioProps): JSX.Element;
5
6
  export declare namespace Playground {
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  import type { SectionProps } from './Section';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
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-0a347bb9").R, import("@storybook/types").Args>;
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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { SelectCreatableOptionProps } from './Select.types';
2
3
  declare function SelectCreatableOption({ children, ...rest }: SelectCreatableOptionProps): JSX.Element;
3
4
  export default SelectCreatableOption;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { SelectEmptyProps } from './Select.types';
2
3
  declare function SelectEmpty({ children, ...others }: SelectEmptyProps): JSX.Element;
3
4
  export default SelectEmpty;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { SelectOptionProps } from './Select.types';
2
3
  declare function SelectOption({ children, value, leading, trailing, ...rest }: SelectOptionProps): JSX.Element;
3
4
  export default SelectOption;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface SeparatorProps {
2
3
  className?: string;
3
4
  }
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  import type { SideNavigationProps } from './SideNavigation';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
5
  export declare function Playground(args: SideNavigationProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Step } from '../Steps.types';
2
3
  export interface StepsProgressProps {
3
4
  steps: Array<Step>;
@@ -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-0a347bb9").R, import("@storybook/types").Args>;
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-0a347bb9").R, import("@storybook/types").Args>;
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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { useSelection } from './Selection';
2
3
  import TableSortHandle from './TableSortHandle';
3
4
  import type { TableProps, TableSectionProps, TableRowProps, TableCellProps, TableCaptionProps, TableSelectionProps, SelectionCellProps, TablePickerItemProps, TablePickerProps, ExpandableTableRowProps } from './Table.types';
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import type { TableProps } from './Table.types';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
5
  export declare function Playground(args: TableProps): JSX.Element;
5
6
  export declare namespace Playground {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { SortDirection } from './useSortBy.types';
2
3
  import type { BoxProps } from "../Layout/Box";
3
4
  interface TableSortHandleProps extends BoxProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { RowsPerPageProps } from './TablePagination.types';
2
3
  declare function RowsPerPage({ page, rowsPerPage, onRowsPerPageChange, labelRowsPerPage, count, rowsPerPageOptions, disabled, position, align, }: RowsPerPageProps): JSX.Element;
3
4
  export default RowsPerPage;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { TablePaginationProps } from './TablePagination.types';
2
3
  declare function TablePagination(props: TablePaginationProps): JSX.Element;
3
4
  export default TablePagination;
@@ -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-0a347bb9").R, import("@storybook/types").Args>;
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,7 @@
1
+ import React from 'react';
1
2
  import type { TablePaginationActionsProps } from "./TablePagination.types";
2
3
  import { IconProps } from "../Icon";
3
- export declare const ActionIcon: import("styled-components").StyledComponent<(props: import("../IconFactory").IconProps<import("../IconFactory").IconMapping>) => JSX.Element, any, {
4
+ export declare const ActionIcon: import("styled-components").StyledComponent<React.ComponentType<import("../IconFactory").IconProps<import("../IconFactory").IconMapping>>, any, {
4
5
  color: "neutral-darker";
5
6
  size: "16";
6
7
  } & IconProps & {
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { TabsProps } from './Tabs';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
5
  export declare function Playground(args: TabsProps): JSX.Element;
5
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-0a347bb9").R, import("@storybook/types").Args>;
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 { Story } from '@storybook/react';
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import { Text } from '.';
2
3
  import type { TextProps } from './Text';
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
4
- export default _default;
5
- export declare const Playground: Story<TextProps>;
4
+ declare const meta: Meta<typeof Text>;
5
+ export default meta;
6
+ declare type Story = StoryObj<TextProps>;
7
+ export declare const Playground: Story;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { TextFieldProps } from './TextField';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
5
  export declare function Playground(args: TextFieldProps): JSX.Element;
5
6
  export declare namespace Playground {
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { TextareaProps } from './Textarea';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
5
  export declare function Playground(args: TextareaProps): JSX.Element;
5
6
  export declare namespace Playground {
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  import { ToastProps } from './Toast';
2
3
  import Status from "../../utils/types/Status";
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
4
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
4
5
  export default _default;
5
6
  export declare function Playground(args: ToastProps): JSX.Element;
6
7
  export declare namespace Playground {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { ToggleGroupOptionProps } from './ToggleGroup.types';
2
3
  declare function Toggle({ value, children, disabled, ...others }: ToggleGroupOptionProps): JSX.Element;
3
4
  declare const _default: import("styled-components").StyledComponent<typeof Toggle, any, {}, never>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { ToggleGroupOptionProps, ToggleGroupProps } from './ToggleGroup.types';
2
3
  declare function ToggleGroup(props: ToggleGroupProps): JSX.Element;
3
4
  declare namespace ToggleGroup {
@@ -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-0a347bb9").R, import("@storybook/types").Args>;
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,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipAlign, TooltipPosition, TooltipProps } from './Tooltip';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
4
  export default _default;
4
5
  export declare function Playground(args: TooltipProps): JSX.Element;
5
6
  export declare namespace Playground {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare type OpenSideNavButtonProps = {
2
3
  className?: string;
3
4
  onClick: () => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  title: string;
3
4
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import Docs from './VisuallyHidden.mdx';
2
3
  declare const _default: {
3
4
  title: string;
@@ -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-0a347bb9").R, import("@storybook/types").Args>;
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>;