@delightui/components 0.1.78 → 0.1.79

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 (148) hide show
  1. package/dist/cjs/App.d.ts +1 -2
  2. package/dist/cjs/components/atoms/ActionImage/ActionImage.d.ts +1 -2
  3. package/dist/cjs/components/atoms/Button/Button.d.ts +1 -2
  4. package/dist/cjs/components/atoms/Chip/Chip.d.ts +1 -2
  5. package/dist/cjs/components/atoms/Icon/Icon.d.ts +1 -2
  6. package/dist/cjs/components/atoms/IconButton/IconButton.d.ts +1 -2
  7. package/dist/cjs/components/atoms/ListItem/ListItem.d.ts +1 -2
  8. package/dist/cjs/components/atoms/Password/Password.d.ts +1 -2
  9. package/dist/cjs/components/atoms/Password/Password.presenter.d.ts +1 -1
  10. package/dist/cjs/components/atoms/ResponsiveComponent/ResponsiveComponent.d.ts +2 -3
  11. package/dist/cjs/components/atoms/SelectListItem/SelectListItem.d.ts +1 -2
  12. package/dist/cjs/components/atoms/Slider/Slider.d.ts +1 -1
  13. package/dist/cjs/components/atoms/Spinner/Spinner.d.ts +1 -2
  14. package/dist/cjs/components/atoms/Text/Text.d.ts +1 -2
  15. package/dist/cjs/components/atoms/Tooltip/Tooltip.d.ts +1 -2
  16. package/dist/cjs/components/molecules/Accordion/Accordion.d.ts +3 -4
  17. package/dist/cjs/components/molecules/Accordion/AccordionGroup/AccordionGroup.d.ts +1 -2
  18. package/dist/cjs/components/molecules/ActionCard/ActionCard.d.ts +1 -2
  19. package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.d.ts +1 -2
  20. package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -2
  21. package/dist/cjs/components/molecules/ButtonGroup/ButtonGroup.d.ts +1 -2
  22. package/dist/cjs/components/molecules/ButtonGroup/utils.d.ts +2 -2
  23. package/dist/cjs/components/molecules/Card/Card.d.ts +1 -2
  24. package/dist/cjs/components/molecules/ContextMenu/ContextMenu.d.ts +1 -2
  25. package/dist/cjs/components/molecules/DatePicker/DatePicker.d.ts +1 -2
  26. package/dist/cjs/components/molecules/DatePicker/DatePicker.presenter.d.ts +1 -1
  27. package/dist/cjs/components/molecules/FormField/FormField.d.ts +1 -1
  28. package/dist/cjs/components/molecules/Grid/Grid.d.ts +1 -2
  29. package/dist/cjs/components/molecules/Grid/GridItem.d.ts +1 -1
  30. package/dist/cjs/components/molecules/GridList/GridList.d.ts +1 -2
  31. package/dist/cjs/components/molecules/List/List.d.ts +1 -2
  32. package/dist/cjs/components/molecules/List/components/RepeaterList.d.ts +1 -2
  33. package/dist/cjs/components/molecules/List/components/RootList.d.ts +1 -2
  34. package/dist/cjs/components/molecules/List/components/RootListItem.d.ts +1 -2
  35. package/dist/cjs/components/molecules/List/components/SortableList.d.ts +1 -2
  36. package/dist/cjs/components/molecules/List/components/SortableListItem.d.ts +1 -2
  37. package/dist/cjs/components/molecules/List/components/SortableTrigger.d.ts +1 -2
  38. package/dist/cjs/components/molecules/Modal/Modal.d.ts +1 -2
  39. package/dist/cjs/components/molecules/Modal/ModalHeader/ModalHeader.d.ts +1 -2
  40. package/dist/cjs/components/molecules/Nav/Nav.d.ts +1 -2
  41. package/dist/cjs/components/molecules/Nav/NavItem/NavItem.d.ts +1 -2
  42. package/dist/cjs/components/molecules/Nav/NavLink/NavLink.d.ts +1 -2
  43. package/dist/cjs/components/molecules/Pagination/Pagination.d.ts +1 -2
  44. package/dist/cjs/components/molecules/PaginationNumberField/PaginationNumberField.d.ts +1 -2
  45. package/dist/cjs/components/molecules/RadioGroup/RadioGroup.d.ts +1 -1
  46. package/dist/cjs/components/molecules/Select/Option/Option.d.ts +1 -2
  47. package/dist/cjs/components/molecules/Select/Select.Context.d.ts +1 -2
  48. package/dist/cjs/components/molecules/Select/Select.d.ts +1 -1
  49. package/dist/cjs/components/organisms/Dropzone/Dropzone.d.ts +1 -1
  50. package/dist/cjs/components/organisms/Dropzone/components/DropzoneClear.d.ts +1 -2
  51. package/dist/cjs/components/organisms/Dropzone/components/DropzoneFilename.d.ts +1 -2
  52. package/dist/cjs/components/organisms/Dropzone/components/DropzoneSupportedFormats.d.ts +1 -2
  53. package/dist/cjs/components/organisms/Dropzone/components/DropzoneTrigger.d.ts +1 -2
  54. package/dist/cjs/components/organisms/DropzoneContent/DropzoneContent.d.ts +1 -2
  55. package/dist/cjs/components/organisms/Form/Form.d.ts +1 -2
  56. package/dist/cjs/components/organisms/Form/FormContext.d.ts +1 -1
  57. package/dist/cjs/components/organisms/Form/UpdatedFormExample.d.ts +1 -1
  58. package/dist/cjs/components/organisms/Form/index.d.ts +1 -2
  59. package/dist/cjs/components/organisms/SlideOutPanel/SlideOutPanel.d.ts +1 -2
  60. package/dist/cjs/components/organisms/SlideOutPanel/SlideOutPanelExample.d.ts +1 -2
  61. package/dist/cjs/components/organisms/Table/Table.d.ts +1 -2
  62. package/dist/cjs/components/organisms/Table/TableBody/TableBody.d.ts +1 -2
  63. package/dist/cjs/components/organisms/Table/TableCell/TableCell.d.ts +1 -2
  64. package/dist/cjs/components/organisms/Table/TableHeader/TableHeader.d.ts +1 -2
  65. package/dist/cjs/components/organisms/Table/TableHeaderCell/TableHeaderCell.d.ts +1 -2
  66. package/dist/cjs/components/organisms/Table/TableRow/TableRow.d.ts +1 -2
  67. package/dist/cjs/components/organisms/Tabs/TabContent/TabContent.d.ts +1 -2
  68. package/dist/cjs/components/organisms/Tabs/TabItem/TabItem.d.ts +1 -2
  69. package/dist/cjs/components/organisms/Tabs/Tabs.Context.d.ts +1 -1
  70. package/dist/cjs/components/organisms/Tabs/Tabs.d.ts +1 -2
  71. package/dist/cjs/components/organisms/Tabs/index.d.ts +1 -2
  72. package/dist/cjs/library.js +3 -3
  73. package/dist/cjs/library.js.map +1 -1
  74. package/dist/esm/App.d.ts +1 -2
  75. package/dist/esm/components/atoms/ActionImage/ActionImage.d.ts +1 -2
  76. package/dist/esm/components/atoms/Button/Button.d.ts +1 -2
  77. package/dist/esm/components/atoms/Chip/Chip.d.ts +1 -2
  78. package/dist/esm/components/atoms/Icon/Icon.d.ts +1 -2
  79. package/dist/esm/components/atoms/IconButton/IconButton.d.ts +1 -2
  80. package/dist/esm/components/atoms/ListItem/ListItem.d.ts +1 -2
  81. package/dist/esm/components/atoms/Password/Password.d.ts +1 -2
  82. package/dist/esm/components/atoms/Password/Password.presenter.d.ts +1 -1
  83. package/dist/esm/components/atoms/ResponsiveComponent/ResponsiveComponent.d.ts +2 -3
  84. package/dist/esm/components/atoms/SelectListItem/SelectListItem.d.ts +1 -2
  85. package/dist/esm/components/atoms/Slider/Slider.d.ts +1 -1
  86. package/dist/esm/components/atoms/Spinner/Spinner.d.ts +1 -2
  87. package/dist/esm/components/atoms/Text/Text.d.ts +1 -2
  88. package/dist/esm/components/atoms/Tooltip/Tooltip.d.ts +1 -2
  89. package/dist/esm/components/molecules/Accordion/Accordion.d.ts +3 -4
  90. package/dist/esm/components/molecules/Accordion/AccordionGroup/AccordionGroup.d.ts +1 -2
  91. package/dist/esm/components/molecules/ActionCard/ActionCard.d.ts +1 -2
  92. package/dist/esm/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.d.ts +1 -2
  93. package/dist/esm/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -2
  94. package/dist/esm/components/molecules/ButtonGroup/ButtonGroup.d.ts +1 -2
  95. package/dist/esm/components/molecules/ButtonGroup/utils.d.ts +2 -2
  96. package/dist/esm/components/molecules/Card/Card.d.ts +1 -2
  97. package/dist/esm/components/molecules/ContextMenu/ContextMenu.d.ts +1 -2
  98. package/dist/esm/components/molecules/DatePicker/DatePicker.d.ts +1 -2
  99. package/dist/esm/components/molecules/DatePicker/DatePicker.presenter.d.ts +1 -1
  100. package/dist/esm/components/molecules/FormField/FormField.d.ts +1 -1
  101. package/dist/esm/components/molecules/Grid/Grid.d.ts +1 -2
  102. package/dist/esm/components/molecules/Grid/GridItem.d.ts +1 -1
  103. package/dist/esm/components/molecules/GridList/GridList.d.ts +1 -2
  104. package/dist/esm/components/molecules/List/List.d.ts +1 -2
  105. package/dist/esm/components/molecules/List/components/RepeaterList.d.ts +1 -2
  106. package/dist/esm/components/molecules/List/components/RootList.d.ts +1 -2
  107. package/dist/esm/components/molecules/List/components/RootListItem.d.ts +1 -2
  108. package/dist/esm/components/molecules/List/components/SortableList.d.ts +1 -2
  109. package/dist/esm/components/molecules/List/components/SortableListItem.d.ts +1 -2
  110. package/dist/esm/components/molecules/List/components/SortableTrigger.d.ts +1 -2
  111. package/dist/esm/components/molecules/Modal/Modal.d.ts +1 -2
  112. package/dist/esm/components/molecules/Modal/ModalHeader/ModalHeader.d.ts +1 -2
  113. package/dist/esm/components/molecules/Nav/Nav.d.ts +1 -2
  114. package/dist/esm/components/molecules/Nav/NavItem/NavItem.d.ts +1 -2
  115. package/dist/esm/components/molecules/Nav/NavLink/NavLink.d.ts +1 -2
  116. package/dist/esm/components/molecules/Pagination/Pagination.d.ts +1 -2
  117. package/dist/esm/components/molecules/PaginationNumberField/PaginationNumberField.d.ts +1 -2
  118. package/dist/esm/components/molecules/RadioGroup/RadioGroup.d.ts +1 -1
  119. package/dist/esm/components/molecules/Select/Option/Option.d.ts +1 -2
  120. package/dist/esm/components/molecules/Select/Select.Context.d.ts +1 -2
  121. package/dist/esm/components/molecules/Select/Select.d.ts +1 -1
  122. package/dist/esm/components/organisms/Dropzone/Dropzone.d.ts +1 -1
  123. package/dist/esm/components/organisms/Dropzone/components/DropzoneClear.d.ts +1 -2
  124. package/dist/esm/components/organisms/Dropzone/components/DropzoneFilename.d.ts +1 -2
  125. package/dist/esm/components/organisms/Dropzone/components/DropzoneSupportedFormats.d.ts +1 -2
  126. package/dist/esm/components/organisms/Dropzone/components/DropzoneTrigger.d.ts +1 -2
  127. package/dist/esm/components/organisms/DropzoneContent/DropzoneContent.d.ts +1 -2
  128. package/dist/esm/components/organisms/Form/Form.d.ts +1 -2
  129. package/dist/esm/components/organisms/Form/FormContext.d.ts +1 -1
  130. package/dist/esm/components/organisms/Form/UpdatedFormExample.d.ts +1 -1
  131. package/dist/esm/components/organisms/Form/index.d.ts +1 -2
  132. package/dist/esm/components/organisms/SlideOutPanel/SlideOutPanel.d.ts +1 -2
  133. package/dist/esm/components/organisms/SlideOutPanel/SlideOutPanelExample.d.ts +1 -2
  134. package/dist/esm/components/organisms/Table/Table.d.ts +1 -2
  135. package/dist/esm/components/organisms/Table/TableBody/TableBody.d.ts +1 -2
  136. package/dist/esm/components/organisms/Table/TableCell/TableCell.d.ts +1 -2
  137. package/dist/esm/components/organisms/Table/TableHeader/TableHeader.d.ts +1 -2
  138. package/dist/esm/components/organisms/Table/TableHeaderCell/TableHeaderCell.d.ts +1 -2
  139. package/dist/esm/components/organisms/Table/TableRow/TableRow.d.ts +1 -2
  140. package/dist/esm/components/organisms/Tabs/TabContent/TabContent.d.ts +1 -2
  141. package/dist/esm/components/organisms/Tabs/TabItem/TabItem.d.ts +1 -2
  142. package/dist/esm/components/organisms/Tabs/Tabs.Context.d.ts +1 -1
  143. package/dist/esm/components/organisms/Tabs/Tabs.d.ts +1 -2
  144. package/dist/esm/components/organisms/Tabs/index.d.ts +1 -2
  145. package/dist/esm/library.js +3 -3
  146. package/dist/esm/library.js.map +1 -1
  147. package/dist/index.d.ts +60 -59
  148. package/package.json +1 -1
package/dist/cjs/App.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './resources/themes/base.css';
3
- declare function App(): React.JSX.Element;
2
+ declare function App(): import("react/jsx-runtime").JSX.Element;
4
3
  export default App;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { ActionImageProps } from './ActionImage.types';
3
2
  /**
4
3
  * ActionImage component definition.
5
4
  */
6
- declare const ActionImage: (props: ActionImageProps) => React.JSX.Element;
5
+ declare const ActionImage: (props: ActionImageProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default ActionImage;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { ButtonProps } from './Button.types';
3
2
  /**
4
3
  * Button component definition.
5
4
  */
6
- declare const Button: (props: ButtonProps) => React.JSX.Element;
5
+ declare const Button: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default Button;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { ChipProps } from './Chip.types';
3
2
  /**
4
3
  * Chip component definition.
5
4
  */
6
- declare const Chip: (props: ChipProps) => React.JSX.Element;
5
+ declare const Chip: (props: ChipProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default Chip;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { IconProps } from './Icon.types';
3
- declare const Icon: (props: IconProps) => React.JSX.Element | null;
2
+ declare const Icon: (props: IconProps) => import("react/jsx-runtime").JSX.Element | null;
4
3
  export default Icon;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { IconButtonProps } from './IconButton.types';
3
- declare const IconButton: (props: IconButtonProps) => React.JSX.Element;
2
+ declare const IconButton: (props: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default IconButton;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { ListItemProps } from "./ListItem.types";
3
- declare const ListItem: (props: ListItemProps) => React.JSX.Element;
2
+ declare const ListItem: (props: ListItemProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default ListItem;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { PasswordProps } from './Password.types';
3
- declare const Password: (props: PasswordProps) => React.JSX.Element;
2
+ declare const Password: (props: PasswordProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Password;
@@ -278,8 +278,8 @@ declare const usePresenter: (props: PasswordProps) => {
278
278
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLInputElement> | undefined;
279
279
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
280
280
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLInputElement> | undefined;
281
- pattern?: string | undefined | undefined;
282
281
  disabled?: boolean | undefined | undefined;
282
+ pattern?: string | undefined | undefined;
283
283
  required?: boolean | undefined | undefined;
284
284
  checked?: boolean | undefined | undefined;
285
285
  value?: string | undefined;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { BreakpointProps, ResponsiveComponentProps } from './ResponsiveComponent.types';
3
- export declare const Breakpoint: <T>({ children }: BreakpointProps<T>) => React.JSX.Element;
4
- declare const ResponsiveComponent: <T>(props: ResponsiveComponentProps<T>) => React.JSX.Element;
2
+ export declare const Breakpoint: <T>({ children }: BreakpointProps<T>) => import("react/jsx-runtime").JSX.Element;
3
+ declare const ResponsiveComponent: <T>(props: ResponsiveComponentProps<T>) => import("react/jsx-runtime").JSX.Element;
5
4
  export default ResponsiveComponent;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SelectListItemProps } from "./SelectListItem.types";
3
- declare const SelectListItem: (props: SelectListItemProps) => React.JSX.Element;
2
+ declare const SelectListItem: (props: SelectListItemProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default SelectListItem;
@@ -1,3 +1,3 @@
1
1
  import { SliderProps } from './Slider.types';
2
- declare const Slider: (props: SliderProps) => import("react").JSX.Element;
2
+ declare const Slider: (props: SliderProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default Slider;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SpinnerProps } from './Spinner.types';
3
- declare const Spinner: ({ className }: SpinnerProps) => React.JSX.Element;
2
+ declare const Spinner: ({ className }: SpinnerProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Spinner;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { TextProps } from './Text.types';
3
2
  /**
4
3
  * Text component definition.
5
4
  */
6
- declare const Text: (props: TextProps) => React.JSX.Element;
5
+ declare const Text: (props: TextProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default Text;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { TooltipProps } from './Tooltip.types';
3
- declare const Tooltip: ({ children, direction, alignment, action, style, isVisible, target, className, }: TooltipProps) => React.JSX.Element;
2
+ declare const Tooltip: ({ children, direction, alignment, action, style, isVisible, target, className, }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Tooltip;
@@ -1,6 +1,5 @@
1
- import React from "react";
2
1
  import type { AccordionDetailsProps, AccordionProps, AccordionSummaryProps } from './Accordion.types';
3
- declare const AccordionSummary: (props: AccordionSummaryProps) => React.JSX.Element;
4
- declare const AccordionDetails: (props: AccordionDetailsProps) => React.JSX.Element;
5
- declare const Accordion: (props: AccordionProps) => React.JSX.Element;
2
+ declare const AccordionSummary: (props: AccordionSummaryProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const AccordionDetails: (props: AccordionDetailsProps) => import("react/jsx-runtime").JSX.Element;
4
+ declare const Accordion: (props: AccordionProps) => import("react/jsx-runtime").JSX.Element;
6
5
  export { Accordion, AccordionDetails, AccordionSummary };
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { AccordionGroupProps } from './AccordionGroup.types';
3
- declare const AccordionGroup: (props: AccordionGroupProps) => React.JSX.Element;
2
+ declare const AccordionGroup: (props: AccordionGroupProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default AccordionGroup;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { ActionCardProps } from './ActionCard.types';
3
2
  /**
4
3
  * ActionCard component definition.
5
4
  */
6
- declare const ActionCard: (props: ActionCardProps) => React.JSX.Element;
5
+ declare const ActionCard: (props: ActionCardProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default ActionCard;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { BreadcrumbProps } from './Breadcrumb.types';
3
- declare const Breadcrumb: (props: BreadcrumbProps) => React.JSX.Element;
2
+ declare const Breadcrumb: (props: BreadcrumbProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Breadcrumb;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { BreadcrumbsProps } from './Breadcrumbs.types';
3
- declare const Breadcrumbs: (props: BreadcrumbsProps) => React.JSX.Element;
2
+ declare const Breadcrumbs: (props: BreadcrumbsProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Breadcrumbs;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { ButtonGroupProps } from './ButtonGroup.types';
3
2
  /**
4
3
  * ButtonGroup component definition.
5
4
  */
6
- declare const ButtonGroup: (props: ButtonGroupProps) => React.JSX.Element;
5
+ declare const ButtonGroup: (props: ButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default ButtonGroup;
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from "react";
1
+ import { ReactNode } from "react";
2
2
  /**
3
3
  * Renders a list of button items.
4
4
  *
@@ -10,4 +10,4 @@ import React, { ReactNode } from "react";
10
10
  * @returns {ReactElement | null} A React fragment containing a list of
11
11
  * <li> elements, each wrapping a child.
12
12
  */
13
- export declare const renderButtonItem: (children: ReactNode | ReactNode[]) => React.JSX.Element;
13
+ export declare const renderButtonItem: (children: ReactNode | ReactNode[]) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { CardProps } from './Card.types';
3
2
  /**
4
3
  * Card component definition.
5
4
  */
6
- declare const Card: (props: CardProps) => React.JSX.Element;
5
+ declare const Card: (props: CardProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default Card;
@@ -1,5 +1,4 @@
1
- import React from "react";
2
1
  import { ContextMenuProps } from "./ContextMenu.types";
3
2
  import { ListItemType } from "../List/List.types";
4
- declare const ContextMenu: <T extends ListItemType>(props: ContextMenuProps<T>) => React.JSX.Element;
3
+ declare const ContextMenu: <T extends ListItemType>(props: ContextMenuProps<T>) => import("react/jsx-runtime").JSX.Element;
5
4
  export default ContextMenu;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import 'flatpickr/dist/flatpickr.css';
3
2
  import 'flatpickr/dist/flatpickr.css';
4
3
  import type { DatePickerProps } from './DatePicker.types';
5
4
  import './Flatpickr.custom.scss';
6
- declare const DatePicker: (props: DatePickerProps) => React.JSX.Element;
5
+ declare const DatePicker: (props: DatePickerProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default DatePicker;
@@ -24,7 +24,7 @@ declare const usePresenter: (props: DatePickerProps) => {
24
24
  allowInput?: boolean;
25
25
  };
26
26
  onInputBlur: (event: React.FocusEvent<HTMLInputElement>) => void;
27
- inputLeadingIcon: false | import("react").JSX.Element | undefined;
27
+ inputLeadingIcon: false | import("react/jsx-runtime").JSX.Element | undefined;
28
28
  readOnly: boolean;
29
29
  onDateChange: (dates: Date[]) => void;
30
30
  onCloseDatePicker: import("flatpickr/dist/types/options").Hook;
@@ -1,3 +1,3 @@
1
1
  import { FormFieldProps } from './FormField.types';
2
- declare const FormField: (props: FormFieldProps) => import("react").JSX.Element;
2
+ declare const FormField: (props: FormFieldProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default FormField;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { GridProps } from './Grid.types';
3
- declare const Grid: (props: GridProps) => React.JSX.Element;
2
+ declare const Grid: (props: GridProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Grid;
@@ -1,3 +1,3 @@
1
1
  import { GridItemProps } from './Grid.types';
2
- declare const GridItem: (props: GridItemProps) => import("react").JSX.Element;
2
+ declare const GridItem: (props: GridItemProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default GridItem;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { GridListProps } from './GridList.types';
3
2
  import { ListItemType } from '../List/List.types';
4
- declare const GridList: <T extends ListItemType>(props: GridListProps<T>) => React.JSX.Element;
3
+ declare const GridList: <T extends ListItemType>(props: GridListProps<T>) => import("react/jsx-runtime").JSX.Element;
5
4
  export default GridList;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { ListItemType, ListProps } from './List.types';
3
2
  /**
4
3
  * A wrapper component that manages the rendering of either a sortable or regular list based on the provided props.
@@ -7,5 +6,5 @@ import type { ListItemType, ListProps } from './List.types';
7
6
  * @param {ListProps<T>} props - The properties for the list wrapper.
8
7
  * @returns {JSX.Element} The rendered list component.
9
8
  */
10
- declare const List: <T extends ListItemType>(props: ListProps<T>) => React.JSX.Element;
9
+ declare const List: <T extends ListItemType>(props: ListProps<T>) => import("react/jsx-runtime").JSX.Element;
11
10
  export default List;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { ListItemType, RepeaterListProps } from "../List.types";
3
- declare const RepeaterList: <T extends ListItemType>(props: RepeaterListProps<T>) => React.JSX.Element;
2
+ declare const RepeaterList: <T extends ListItemType>(props: RepeaterListProps<T>) => import("react/jsx-runtime").JSX.Element;
4
3
  export default RepeaterList;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { ListItemType, RootListProps } from "../List.types";
3
2
  /**
4
3
  * A root list component that provides layout and styling for list items.
@@ -7,4 +6,4 @@ import { ListItemType, RootListProps } from "../List.types";
7
6
  * @param {RootListProps<T>} props - The properties for the root list.
8
7
  * @returns {JSX.Element} The rendered root list.
9
8
  */
10
- export declare const RootList: <T extends ListItemType>(props: RootListProps<T>) => React.JSX.Element;
9
+ export declare const RootList: <T extends ListItemType>(props: RootListProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { ListItemProps, ListItemType } from "../List.types";
3
2
  /**
4
3
  * A list item component that renders a single item.
@@ -7,4 +6,4 @@ import { ListItemProps, ListItemType } from "../List.types";
7
6
  * @param {ListItemProps<T>} props - The properties for the list item.
8
7
  * @returns {JSX.Element} The rendered list item.
9
8
  */
10
- export declare const RootListItem: <T extends ListItemType>(props: ListItemProps<T>) => React.JSX.Element;
9
+ export declare const RootListItem: <T extends ListItemType>(props: ListItemProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SortableListProps } from "../List.types";
3
2
  /**
4
3
  * A sortable list component that allows drag-and-drop reordering of items.
@@ -9,4 +8,4 @@ import { SortableListProps } from "../List.types";
9
8
  */
10
9
  export declare const SortableList: <T extends {
11
10
  id: string | number;
12
- }>(props: SortableListProps<T>) => React.JSX.Element;
11
+ }>(props: SortableListProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { ListItemProps, ListItemType, SortableItemContextType } from "../List.types";
3
2
  /**
4
3
  * A sortable item component that integrates with the dnd-kit library for drag-and-drop functionality.
@@ -7,5 +6,5 @@ import { ListItemProps, ListItemType, SortableItemContextType } from "../List.ty
7
6
  * @param {ListItemProps<T>} props - The properties for the sortable item.
8
7
  * @returns {JSX.Element} The rendered sortable item.
9
8
  */
10
- export declare const SortableItem: <T extends ListItemType>(props: ListItemProps<T>) => React.JSX.Element;
9
+ export declare const SortableItem: <T extends ListItemType>(props: ListItemProps<T>) => import("react/jsx-runtime").JSX.Element;
11
10
  export declare const useSortableItem: () => SortableItemContextType;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import type { SortableTriggerProps } from "../List.types";
3
- declare const SortableTrigger: (props: SortableTriggerProps) => React.JSX.Element;
2
+ declare const SortableTrigger: (props: SortableTriggerProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default SortableTrigger;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { ModalProps } from './Modal.types';
3
2
  /**
4
3
  * Modal component for displaying a dialog window.
5
4
  */
6
- declare const Modal: (props: ModalProps) => React.JSX.Element;
5
+ declare const Modal: (props: ModalProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default Modal;
@@ -1,7 +1,6 @@
1
- import React from 'react';
2
1
  import type { ModalHeaderProps } from './ModalHeader.types';
3
2
  /**
4
3
  * Modal Header component definition.
5
4
  */
6
- declare const ModalHeader: (props: ModalHeaderProps) => React.JSX.Element;
5
+ declare const ModalHeader: (props: ModalHeaderProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default ModalHeader;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { NavProps } from './Nav.types';
3
- declare const Nav: (props: NavProps) => React.JSX.Element;
2
+ declare const Nav: (props: NavProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Nav;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { NavItemProps } from './NavItem.types';
3
- declare const NavItem: (props: NavItemProps) => React.JSX.Element;
2
+ declare const NavItem: (props: NavItemProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default NavItem;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { NavLinkProps } from './NavLink.types';
3
- declare const NavLink: (props: NavLinkProps) => React.JSX.Element;
2
+ declare const NavLink: (props: NavLinkProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default NavLink;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { PaginationProps } from './Pagination.types';
3
- declare const Pagination: (props: PaginationProps) => React.JSX.Element;
2
+ declare const Pagination: (props: PaginationProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Pagination;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { PaginationNumberFieldProps } from './PaginationNumberField.types';
3
- declare const PaginationNumberField: (props: PaginationNumberFieldProps) => React.JSX.Element;
2
+ declare const PaginationNumberField: (props: PaginationNumberFieldProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default PaginationNumberField;
@@ -1,3 +1,3 @@
1
1
  import type { RadioGroupProps } from './RadioGroup.types';
2
- declare const RadioGroup: (props: RadioGroupProps) => import("react").JSX.Element;
2
+ declare const RadioGroup: (props: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default RadioGroup;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { OptionProps } from './Option.types';
3
2
  /**
4
3
  * Functional component representing an option within a select dropdown.
@@ -6,5 +5,5 @@ import type { OptionProps } from './Option.types';
6
5
  * @param props - Props for configuring the Option component.
7
6
  * @returns Element representing the option.
8
7
  */
9
- declare const Option: (props: OptionProps) => React.JSX.Element;
8
+ declare const Option: (props: OptionProps) => import("react/jsx-runtime").JSX.Element;
10
9
  export default Option;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { SelectContextType, SelectProviderProps } from './Select.types';
3
2
  /**
4
3
  * Custom hook to use the SelectContext values.
@@ -15,4 +14,4 @@ export declare const useSelectContext: () => SelectContextType;
15
14
  * @param props - Props for configuring the SelectProvider.
16
15
  * @returns JSX element that provides context to its children.
17
16
  */
18
- export declare const SelectProvider: ({ children, value, multiple, disabled, invalid, onValueChange, }: SelectProviderProps) => React.JSX.Element;
17
+ export declare const SelectProvider: ({ children, value, multiple, disabled, invalid, onValueChange, }: SelectProviderProps) => import("react/jsx-runtime").JSX.Element;
@@ -6,5 +6,5 @@ import type { SelectViewProps } from './Select.types';
6
6
  * @param props - Props for configuring the Select component.
7
7
  * @returns Element representing the select.
8
8
  */
9
- declare const Select: (props: SelectViewProps) => import("react").JSX.Element;
9
+ declare const Select: (props: SelectViewProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default Select;
@@ -1,4 +1,4 @@
1
1
  import { DropzoneContextType, DropzoneProps } from './Dropzone.types';
2
- declare const Dropzone: (props: DropzoneProps) => import("react").JSX.Element;
2
+ declare const Dropzone: (props: DropzoneProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export declare const useDropzoneContext: () => DropzoneContextType;
4
4
  export default Dropzone;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { DropzoneClearProps } from "../Dropzone.types";
3
- declare const DropzoneClear: (props: DropzoneClearProps) => React.JSX.Element;
2
+ declare const DropzoneClear: (props: DropzoneClearProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default DropzoneClear;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { DropzoneFilenameProps } from "../Dropzone.types";
3
- declare const DropzoneFilename: ({ children, fileIndex, ...props }: DropzoneFilenameProps) => React.JSX.Element;
2
+ declare const DropzoneFilename: ({ children, fileIndex, ...props }: DropzoneFilenameProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default DropzoneFilename;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { DropzoneSupportedFormatsProps } from '../Dropzone.types';
3
- declare const DropzoneSupportedFormats: (props: DropzoneSupportedFormatsProps) => React.JSX.Element;
2
+ declare const DropzoneSupportedFormats: (props: DropzoneSupportedFormatsProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default DropzoneSupportedFormats;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import { DropzoneTriggerProps } from "../Dropzone.types";
3
- declare const DropzoneTrigger: (props: DropzoneTriggerProps) => React.JSX.Element;
2
+ declare const DropzoneTrigger: (props: DropzoneTriggerProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default DropzoneTrigger;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { DropzoneContentProps } from './DropzoneContent.types';
3
- declare const DropzoneContent: (props: DropzoneContentProps) => React.JSX.Element;
2
+ declare const DropzoneContent: (props: DropzoneContentProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default DropzoneContent;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { FormProps } from './Form.types';
3
- declare const Form: (props: FormProps) => React.JSX.Element;
2
+ declare const Form: (props: FormProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Form;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { FormContextValues, FormProviderProps, FormState, FieldValue } from './Form.types';
3
3
  declare const FormContext: React.Context<FormContextValues<Partial<Record<string, FieldValue>>> | undefined>;
4
- export declare const FormProvider: <T extends FormState>(props: FormProviderProps<T>) => React.JSX.Element;
4
+ export declare const FormProvider: <T extends FormState>(props: FormProviderProps<T>) => import("react/jsx-runtime").JSX.Element;
5
5
  export default FormContext;
@@ -19,5 +19,5 @@ export type ProfileFormValues = {
19
19
  preferredContactMethod: string;
20
20
  acceptedGuidelines: boolean;
21
21
  };
22
- declare const ProfileForm: () => import("react").JSX.Element;
22
+ declare const ProfileForm: () => import("react/jsx-runtime").JSX.Element;
23
23
  export default ProfileForm;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import type { FormProps, FormProviderProps, FormState } from './Form.types';
3
- declare const Form: <T extends FormState>(props: FormProviderProps<T> & FormProps) => React.JSX.Element;
2
+ declare const Form: <T extends FormState>(props: FormProviderProps<T> & FormProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Form;
5
4
  export * from './Form.types';
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SlideOutPanelProps } from './SlideOutPanel.types';
3
- declare const SlideOutPanel: (props: SlideOutPanelProps) => React.JSX.Element;
2
+ declare const SlideOutPanel: (props: SlideOutPanelProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default SlideOutPanel;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const SlideOutPanelExample: () => React.JSX.Element;
1
+ declare const SlideOutPanelExample: () => import("react/jsx-runtime").JSX.Element;
3
2
  export default SlideOutPanelExample;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TableProps } from './Table.types';
3
- declare const Table: (props: TableProps) => React.JSX.Element;
2
+ declare const Table: (props: TableProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Table;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TableBodyProps } from './TableBody.types';
3
- declare const TableBody: (props: TableBodyProps) => React.JSX.Element;
2
+ declare const TableBody: (props: TableBodyProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default TableBody;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TableCellProps } from './TableCell.types';
3
- declare const TableCell: (props: TableCellProps) => React.JSX.Element;
2
+ declare const TableCell: (props: TableCellProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default TableCell;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TableHeaderProps } from './TableHeader.types';
3
- declare const TableHeader: (props: TableHeaderProps) => React.JSX.Element;
2
+ declare const TableHeader: (props: TableHeaderProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default TableHeader;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TableHeaderCellProps } from './TableHeaderCell.types';
3
- declare const TableHeaderCell: (props: TableHeaderCellProps) => React.JSX.Element;
2
+ declare const TableHeaderCell: (props: TableHeaderCellProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default TableHeaderCell;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TableRowProps } from './TableRow.types';
3
- declare const TableRow: (props: TableRowProps) => React.JSX.Element;
2
+ declare const TableRow: (props: TableRowProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default TableRow;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TabContentProps } from './TabContent.types';
3
- declare const TabContent: (props: TabContentProps) => React.JSX.Element;
2
+ declare const TabContent: (props: TabContentProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default TabContent;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TabItemProps } from './TabItem.types';
3
- declare const TabItem: (props: TabItemProps) => React.JSX.Element;
2
+ declare const TabItem: (props: TabItemProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default TabItem;
@@ -10,4 +10,4 @@ export declare const useTab: () => TabContextType;
10
10
  * Provides context for Tab components
11
11
  * Manages the current tab state and providing a method to update
12
12
  */
13
- export declare const TabProvider: ({ children, value, style, onClick, }: TabProviderProps) => React.JSX.Element;
13
+ export declare const TabProvider: ({ children, value, style, onClick, }: TabProviderProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { TabsViewProps } from './Tabs.types';
3
- declare const Tabs: (props: TabsViewProps) => React.JSX.Element;
2
+ declare const Tabs: (props: TabsViewProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export default Tabs;