@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.
- package/dist/cjs/App.d.ts +1 -2
- package/dist/cjs/components/atoms/ActionImage/ActionImage.d.ts +1 -2
- package/dist/cjs/components/atoms/Button/Button.d.ts +1 -2
- package/dist/cjs/components/atoms/Chip/Chip.d.ts +1 -2
- package/dist/cjs/components/atoms/Icon/Icon.d.ts +1 -2
- package/dist/cjs/components/atoms/IconButton/IconButton.d.ts +1 -2
- package/dist/cjs/components/atoms/ListItem/ListItem.d.ts +1 -2
- package/dist/cjs/components/atoms/Password/Password.d.ts +1 -2
- package/dist/cjs/components/atoms/Password/Password.presenter.d.ts +1 -1
- package/dist/cjs/components/atoms/ResponsiveComponent/ResponsiveComponent.d.ts +2 -3
- package/dist/cjs/components/atoms/SelectListItem/SelectListItem.d.ts +1 -2
- package/dist/cjs/components/atoms/Slider/Slider.d.ts +1 -1
- package/dist/cjs/components/atoms/Spinner/Spinner.d.ts +1 -2
- package/dist/cjs/components/atoms/Text/Text.d.ts +1 -2
- package/dist/cjs/components/atoms/Tooltip/Tooltip.d.ts +1 -2
- package/dist/cjs/components/molecules/Accordion/Accordion.d.ts +3 -4
- package/dist/cjs/components/molecules/Accordion/AccordionGroup/AccordionGroup.d.ts +1 -2
- package/dist/cjs/components/molecules/ActionCard/ActionCard.d.ts +1 -2
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.d.ts +1 -2
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -2
- package/dist/cjs/components/molecules/ButtonGroup/ButtonGroup.d.ts +1 -2
- package/dist/cjs/components/molecules/ButtonGroup/utils.d.ts +2 -2
- package/dist/cjs/components/molecules/Card/Card.d.ts +1 -2
- package/dist/cjs/components/molecules/ContextMenu/ContextMenu.d.ts +1 -2
- package/dist/cjs/components/molecules/DatePicker/DatePicker.d.ts +1 -2
- package/dist/cjs/components/molecules/DatePicker/DatePicker.presenter.d.ts +1 -1
- package/dist/cjs/components/molecules/FormField/FormField.d.ts +1 -1
- package/dist/cjs/components/molecules/Grid/Grid.d.ts +1 -2
- package/dist/cjs/components/molecules/Grid/GridItem.d.ts +1 -1
- package/dist/cjs/components/molecules/GridList/GridList.d.ts +1 -2
- package/dist/cjs/components/molecules/List/List.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/RepeaterList.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/RootList.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/RootListItem.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/SortableList.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/SortableListItem.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/SortableTrigger.d.ts +1 -2
- package/dist/cjs/components/molecules/Modal/Modal.d.ts +1 -2
- package/dist/cjs/components/molecules/Modal/ModalHeader/ModalHeader.d.ts +1 -2
- package/dist/cjs/components/molecules/Nav/Nav.d.ts +1 -2
- package/dist/cjs/components/molecules/Nav/NavItem/NavItem.d.ts +1 -2
- package/dist/cjs/components/molecules/Nav/NavLink/NavLink.d.ts +1 -2
- package/dist/cjs/components/molecules/Pagination/Pagination.d.ts +1 -2
- package/dist/cjs/components/molecules/PaginationNumberField/PaginationNumberField.d.ts +1 -2
- package/dist/cjs/components/molecules/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/cjs/components/molecules/Select/Option/Option.d.ts +1 -2
- package/dist/cjs/components/molecules/Select/Select.Context.d.ts +1 -2
- package/dist/cjs/components/molecules/Select/Select.d.ts +1 -1
- package/dist/cjs/components/organisms/Dropzone/Dropzone.d.ts +1 -1
- package/dist/cjs/components/organisms/Dropzone/components/DropzoneClear.d.ts +1 -2
- package/dist/cjs/components/organisms/Dropzone/components/DropzoneFilename.d.ts +1 -2
- package/dist/cjs/components/organisms/Dropzone/components/DropzoneSupportedFormats.d.ts +1 -2
- package/dist/cjs/components/organisms/Dropzone/components/DropzoneTrigger.d.ts +1 -2
- package/dist/cjs/components/organisms/DropzoneContent/DropzoneContent.d.ts +1 -2
- package/dist/cjs/components/organisms/Form/Form.d.ts +1 -2
- package/dist/cjs/components/organisms/Form/FormContext.d.ts +1 -1
- package/dist/cjs/components/organisms/Form/UpdatedFormExample.d.ts +1 -1
- package/dist/cjs/components/organisms/Form/index.d.ts +1 -2
- package/dist/cjs/components/organisms/SlideOutPanel/SlideOutPanel.d.ts +1 -2
- package/dist/cjs/components/organisms/SlideOutPanel/SlideOutPanelExample.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/Table.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableBody/TableBody.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableCell/TableCell.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableHeader/TableHeader.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableHeaderCell/TableHeaderCell.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableRow/TableRow.d.ts +1 -2
- package/dist/cjs/components/organisms/Tabs/TabContent/TabContent.d.ts +1 -2
- package/dist/cjs/components/organisms/Tabs/TabItem/TabItem.d.ts +1 -2
- package/dist/cjs/components/organisms/Tabs/Tabs.Context.d.ts +1 -1
- package/dist/cjs/components/organisms/Tabs/Tabs.d.ts +1 -2
- package/dist/cjs/components/organisms/Tabs/index.d.ts +1 -2
- package/dist/cjs/library.js +3 -3
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/App.d.ts +1 -2
- package/dist/esm/components/atoms/ActionImage/ActionImage.d.ts +1 -2
- package/dist/esm/components/atoms/Button/Button.d.ts +1 -2
- package/dist/esm/components/atoms/Chip/Chip.d.ts +1 -2
- package/dist/esm/components/atoms/Icon/Icon.d.ts +1 -2
- package/dist/esm/components/atoms/IconButton/IconButton.d.ts +1 -2
- package/dist/esm/components/atoms/ListItem/ListItem.d.ts +1 -2
- package/dist/esm/components/atoms/Password/Password.d.ts +1 -2
- package/dist/esm/components/atoms/Password/Password.presenter.d.ts +1 -1
- package/dist/esm/components/atoms/ResponsiveComponent/ResponsiveComponent.d.ts +2 -3
- package/dist/esm/components/atoms/SelectListItem/SelectListItem.d.ts +1 -2
- package/dist/esm/components/atoms/Slider/Slider.d.ts +1 -1
- package/dist/esm/components/atoms/Spinner/Spinner.d.ts +1 -2
- package/dist/esm/components/atoms/Text/Text.d.ts +1 -2
- package/dist/esm/components/atoms/Tooltip/Tooltip.d.ts +1 -2
- package/dist/esm/components/molecules/Accordion/Accordion.d.ts +3 -4
- package/dist/esm/components/molecules/Accordion/AccordionGroup/AccordionGroup.d.ts +1 -2
- package/dist/esm/components/molecules/ActionCard/ActionCard.d.ts +1 -2
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.d.ts +1 -2
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -2
- package/dist/esm/components/molecules/ButtonGroup/ButtonGroup.d.ts +1 -2
- package/dist/esm/components/molecules/ButtonGroup/utils.d.ts +2 -2
- package/dist/esm/components/molecules/Card/Card.d.ts +1 -2
- package/dist/esm/components/molecules/ContextMenu/ContextMenu.d.ts +1 -2
- package/dist/esm/components/molecules/DatePicker/DatePicker.d.ts +1 -2
- package/dist/esm/components/molecules/DatePicker/DatePicker.presenter.d.ts +1 -1
- package/dist/esm/components/molecules/FormField/FormField.d.ts +1 -1
- package/dist/esm/components/molecules/Grid/Grid.d.ts +1 -2
- package/dist/esm/components/molecules/Grid/GridItem.d.ts +1 -1
- package/dist/esm/components/molecules/GridList/GridList.d.ts +1 -2
- package/dist/esm/components/molecules/List/List.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/RepeaterList.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/RootList.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/RootListItem.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/SortableList.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/SortableListItem.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/SortableTrigger.d.ts +1 -2
- package/dist/esm/components/molecules/Modal/Modal.d.ts +1 -2
- package/dist/esm/components/molecules/Modal/ModalHeader/ModalHeader.d.ts +1 -2
- package/dist/esm/components/molecules/Nav/Nav.d.ts +1 -2
- package/dist/esm/components/molecules/Nav/NavItem/NavItem.d.ts +1 -2
- package/dist/esm/components/molecules/Nav/NavLink/NavLink.d.ts +1 -2
- package/dist/esm/components/molecules/Pagination/Pagination.d.ts +1 -2
- package/dist/esm/components/molecules/PaginationNumberField/PaginationNumberField.d.ts +1 -2
- package/dist/esm/components/molecules/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/esm/components/molecules/Select/Option/Option.d.ts +1 -2
- package/dist/esm/components/molecules/Select/Select.Context.d.ts +1 -2
- package/dist/esm/components/molecules/Select/Select.d.ts +1 -1
- package/dist/esm/components/organisms/Dropzone/Dropzone.d.ts +1 -1
- package/dist/esm/components/organisms/Dropzone/components/DropzoneClear.d.ts +1 -2
- package/dist/esm/components/organisms/Dropzone/components/DropzoneFilename.d.ts +1 -2
- package/dist/esm/components/organisms/Dropzone/components/DropzoneSupportedFormats.d.ts +1 -2
- package/dist/esm/components/organisms/Dropzone/components/DropzoneTrigger.d.ts +1 -2
- package/dist/esm/components/organisms/DropzoneContent/DropzoneContent.d.ts +1 -2
- package/dist/esm/components/organisms/Form/Form.d.ts +1 -2
- package/dist/esm/components/organisms/Form/FormContext.d.ts +1 -1
- package/dist/esm/components/organisms/Form/UpdatedFormExample.d.ts +1 -1
- package/dist/esm/components/organisms/Form/index.d.ts +1 -2
- package/dist/esm/components/organisms/SlideOutPanel/SlideOutPanel.d.ts +1 -2
- package/dist/esm/components/organisms/SlideOutPanel/SlideOutPanelExample.d.ts +1 -2
- package/dist/esm/components/organisms/Table/Table.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableBody/TableBody.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableCell/TableCell.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableHeader/TableHeader.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableHeaderCell/TableHeaderCell.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableRow/TableRow.d.ts +1 -2
- package/dist/esm/components/organisms/Tabs/TabContent/TabContent.d.ts +1 -2
- package/dist/esm/components/organisms/Tabs/TabItem/TabItem.d.ts +1 -2
- package/dist/esm/components/organisms/Tabs/Tabs.Context.d.ts +1 -1
- package/dist/esm/components/organisms/Tabs/Tabs.d.ts +1 -2
- package/dist/esm/components/organisms/Tabs/index.d.ts +1 -2
- package/dist/esm/library.js +3 -3
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +60 -59
- package/package.json +1 -1
package/dist/cjs/App.d.ts
CHANGED
|
@@ -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) =>
|
|
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) =>
|
|
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) =>
|
|
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 { IconButtonProps } from './IconButton.types';
|
|
3
|
-
declare const IconButton: (props: IconButtonProps) =>
|
|
2
|
+
declare const IconButton: (props: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default IconButton;
|
|
@@ -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>) =>
|
|
4
|
-
declare const ResponsiveComponent: <T>(props: ResponsiveComponentProps<T>) =>
|
|
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) =>
|
|
2
|
+
declare const SelectListItem: (props: SelectListItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default SelectListItem;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { SpinnerProps } from './Spinner.types';
|
|
3
|
-
declare const Spinner: ({ className }: SpinnerProps) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
4
|
-
declare const AccordionDetails: (props: AccordionDetailsProps) =>
|
|
5
|
-
declare const Accordion: (props: AccordionProps) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
5
|
+
declare const ButtonGroup: (props: ButtonGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export default ButtonGroup;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
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[]) =>
|
|
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) =>
|
|
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>) =>
|
|
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) =>
|
|
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,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>) =>
|
|
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>) =>
|
|
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>) =>
|
|
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>) =>
|
|
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>) =>
|
|
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>) =>
|
|
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>) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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 { PaginationProps } from './Pagination.types';
|
|
3
|
-
declare const Pagination: (props: PaginationProps) =>
|
|
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) =>
|
|
2
|
+
declare const PaginationNumberField: (props: PaginationNumberFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default PaginationNumberField;
|
|
@@ -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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
2
|
+
declare const DropzoneContent: (props: DropzoneContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default DropzoneContent;
|
|
@@ -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>) =>
|
|
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) =>
|
|
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) =>
|
|
2
|
+
declare const SlideOutPanel: (props: SlideOutPanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default SlideOutPanel;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { TableBodyProps } from './TableBody.types';
|
|
3
|
-
declare const TableBody: (props: TableBodyProps) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
2
|
+
declare const TabContent: (props: TabContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default TabContent;
|
|
@@ -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) =>
|
|
13
|
+
export declare const TabProvider: ({ children, value, style, onClick, }: TabProviderProps) => import("react/jsx-runtime").JSX.Element;
|