@ceed/cds 1.8.6 → 1.8.7

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 (115) hide show
  1. package/dist/components/Accordions/Accordions.d.ts +1 -1
  2. package/dist/components/Accordions/index.d.ts +2 -2
  3. package/dist/components/Alert/Alert.d.ts +3 -3
  4. package/dist/components/Autocomplete/Autocomplete.d.ts +3 -3
  5. package/dist/components/Autocomplete/index.d.ts +2 -2
  6. package/dist/components/Avatar/Avatar.d.ts +2 -2
  7. package/dist/components/Box/Box.d.ts +1 -1
  8. package/dist/components/Box/index.d.ts +2 -2
  9. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +5 -5
  10. package/dist/components/Breadcrumbs/index.d.ts +2 -2
  11. package/dist/components/Button/Button.d.ts +4 -4
  12. package/dist/components/Button/index.d.ts +2 -2
  13. package/dist/components/Calendar/Calendar.d.ts +2 -2
  14. package/dist/components/Calendar/hooks/use-calendar-props.d.ts +2 -2
  15. package/dist/components/Calendar/hooks/use-calendar.d.ts +11 -11
  16. package/dist/components/Calendar/index.d.ts +2 -2
  17. package/dist/components/Calendar/types.d.ts +2 -2
  18. package/dist/components/Card/Card.d.ts +1 -1
  19. package/dist/components/Card/index.d.ts +2 -2
  20. package/dist/components/Checkbox/Checkbox.d.ts +3 -3
  21. package/dist/components/Checkbox/index.d.ts +2 -2
  22. package/dist/components/Container/Container.d.ts +1 -1
  23. package/dist/components/Container/index.d.ts +2 -2
  24. package/dist/components/CurrencyInput/CurrencyInput.d.ts +4 -4
  25. package/dist/components/DataTable/DataTable.d.ts +3 -3
  26. package/dist/components/DataTable/index.d.ts +3 -3
  27. package/dist/components/DataTable/types.d.ts +27 -20
  28. package/dist/components/DatePicker/DatePicker.d.ts +3 -3
  29. package/dist/components/DatePicker/index.d.ts +2 -2
  30. package/dist/components/DateRangePicker/DateRangePicker.d.ts +3 -3
  31. package/dist/components/DateRangePicker/index.d.ts +2 -2
  32. package/dist/components/DialogActions/DialogActions.d.ts +1 -1
  33. package/dist/components/DialogActions/index.d.ts +2 -2
  34. package/dist/components/DialogContent/DialogContent.d.ts +1 -1
  35. package/dist/components/DialogContent/index.d.ts +2 -2
  36. package/dist/components/DialogFrame/DialogFrame.d.ts +1 -1
  37. package/dist/components/DialogFrame/index.d.ts +2 -2
  38. package/dist/components/DialogTitle/DialogTitle.d.ts +1 -1
  39. package/dist/components/DialogTitle/index.d.ts +2 -2
  40. package/dist/components/Divider/Divider.d.ts +3 -3
  41. package/dist/components/Divider/index.d.ts +2 -2
  42. package/dist/components/Drawer/Drawer.d.ts +3 -3
  43. package/dist/components/Drawer/index.d.ts +2 -2
  44. package/dist/components/Dropdown/Dropdown.d.ts +1 -1
  45. package/dist/components/Dropdown/index.d.ts +2 -2
  46. package/dist/components/FormControl/FormControl.d.ts +1 -1
  47. package/dist/components/FormControl/index.d.ts +2 -2
  48. package/dist/components/FormHelperText/FormHelperText.d.ts +1 -1
  49. package/dist/components/FormHelperText/index.d.ts +2 -2
  50. package/dist/components/FormLabel/FormLabel.d.ts +1 -1
  51. package/dist/components/FormLabel/index.d.ts +2 -2
  52. package/dist/components/Grid/Grid.d.ts +1 -1
  53. package/dist/components/Grid/index.d.ts +2 -2
  54. package/dist/components/IconButton/IconButton.d.ts +4 -4
  55. package/dist/components/IconButton/index.d.ts +2 -2
  56. package/dist/components/IconMenuButton/IconMenuButton.d.ts +6 -6
  57. package/dist/components/IconMenuButton/index.d.ts +2 -2
  58. package/dist/components/InfoSign/InfoSign.d.ts +4 -4
  59. package/dist/components/InfoSign/index.d.ts +2 -2
  60. package/dist/components/Input/Input.d.ts +2 -2
  61. package/dist/components/Input/index.d.ts +2 -2
  62. package/dist/components/InsetDrawer/index.d.ts +2 -2
  63. package/dist/components/Markdown/Markdown.d.ts +6 -6
  64. package/dist/components/Markdown/index.d.ts +2 -2
  65. package/dist/components/Menu/Menu.d.ts +3 -3
  66. package/dist/components/Menu/index.d.ts +2 -2
  67. package/dist/components/MenuButton/MenuButton.d.ts +8 -8
  68. package/dist/components/MenuButton/index.d.ts +2 -2
  69. package/dist/components/Modal/Modal.d.ts +1 -1
  70. package/dist/components/Modal/index.d.ts +2 -2
  71. package/dist/components/MonthPicker/MonthPicker.d.ts +3 -3
  72. package/dist/components/MonthPicker/index.d.ts +2 -2
  73. package/dist/components/MonthRangePicker/MonthRangePicker.d.ts +3 -3
  74. package/dist/components/MonthRangePicker/index.d.ts +2 -2
  75. package/dist/components/NavigationGroup/NavigationGroup.d.ts +3 -3
  76. package/dist/components/NavigationGroup/index.d.ts +2 -2
  77. package/dist/components/NavigationItem/NavigationItem.d.ts +3 -3
  78. package/dist/components/NavigationItem/index.d.ts +2 -2
  79. package/dist/components/Navigator/Navigator.d.ts +3 -3
  80. package/dist/components/Pagination/Pagination.d.ts +2 -2
  81. package/dist/components/Pagination/index.d.ts +2 -2
  82. package/dist/components/PercentageInput/PercentageInput.d.ts +4 -4
  83. package/dist/components/Radio/Radio.d.ts +1 -1
  84. package/dist/components/Radio/index.d.ts +2 -2
  85. package/dist/components/RadioList/RadioList.d.ts +2 -2
  86. package/dist/components/RadioList/index.d.ts +2 -2
  87. package/dist/components/Select/Select.d.ts +5 -5
  88. package/dist/components/Select/index.d.ts +2 -2
  89. package/dist/components/Sheet/Sheet.d.ts +1 -1
  90. package/dist/components/Sheet/index.d.ts +2 -2
  91. package/dist/components/Stack/Stack.d.ts +1 -1
  92. package/dist/components/Stack/index.d.ts +2 -2
  93. package/dist/components/Stepper/Stepper.d.ts +2 -2
  94. package/dist/components/Switch/Switch.d.ts +3 -3
  95. package/dist/components/Switch/index.d.ts +2 -2
  96. package/dist/components/Table/Table.d.ts +2 -2
  97. package/dist/components/Table/index.d.ts +2 -2
  98. package/dist/components/Tabs/Tabs.d.ts +1 -1
  99. package/dist/components/Tabs/index.d.ts +2 -2
  100. package/dist/components/Textarea/Textarea.d.ts +3 -3
  101. package/dist/components/Textarea/index.d.ts +2 -2
  102. package/dist/components/ThemeProvider/ThemeProvider.d.ts +20 -20
  103. package/dist/components/ThemeProvider/index.d.ts +2 -2
  104. package/dist/components/Tooltip/Tooltip.d.ts +3 -3
  105. package/dist/components/Tooltip/index.d.ts +2 -2
  106. package/dist/components/Typography/Typography.d.ts +3 -3
  107. package/dist/components/Typography/index.d.ts +2 -2
  108. package/dist/components/Uploader/Uploader.d.ts +1 -1
  109. package/dist/components/index.d.ts +57 -57
  110. package/dist/index.cjs +1177 -1757
  111. package/dist/index.d.ts +3 -3
  112. package/dist/index.js +1146 -1803
  113. package/dist/libs/rehype-accent/index.d.ts +2 -2
  114. package/framer/index.js +27 -27
  115. package/package.json +6 -1
@@ -1,3 +1,3 @@
1
- import { Grid } from "./Grid";
2
- export * from "./Grid";
1
+ import { Grid } from './Grid';
2
+ export * from './Grid';
3
3
  export default Grid;
@@ -1,11 +1,11 @@
1
- import React, { ElementType } from "react";
2
- import { IconButtonProps as JoyIconButtonProps } from "@mui/joy";
3
- import { MotionProps } from "framer-motion";
1
+ import React, { ElementType } from 'react';
2
+ import { IconButtonProps as JoyIconButtonProps } from '@mui/joy';
3
+ import { MotionProps } from 'framer-motion';
4
4
  type PolymorphicProps<C extends ElementType> = {
5
5
  component?: C;
6
6
  ref?: React.Ref<any>;
7
7
  } & Omit<React.ComponentPropsWithoutRef<C>, keyof JoyIconButtonProps>;
8
- type IconButtonProps<C extends ElementType = "button"> = JoyIconButtonProps & MotionProps & PolymorphicProps<C>;
8
+ type IconButtonProps<C extends ElementType = 'button'> = JoyIconButtonProps & MotionProps & PolymorphicProps<C>;
9
9
  declare const IconButton: <C extends React.ElementType = "button">(props: IconButtonProps<C> & {
10
10
  ref?: React.Ref<any>;
11
11
  }) => JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IconButton } from "./IconButton";
2
- export * from "./IconButton";
1
+ import { IconButton } from './IconButton';
2
+ export * from './IconButton';
3
3
  export default IconButton;
@@ -1,20 +1,20 @@
1
- import React, { AriaAttributes, ComponentProps, ElementType, ReactNode } from "react";
2
- import { MenuButtonProps } from "@mui/joy";
1
+ import React, { AriaAttributes, ComponentProps, ElementType, ReactNode } from 'react';
2
+ import { MenuButtonProps } from '@mui/joy';
3
3
  declare function IconMenuButton<T extends ElementType, P extends ElementType>(props: {
4
- size?: MenuButtonProps<T, P>["size"];
4
+ size?: MenuButtonProps<T, P>['size'];
5
5
  icon: ReactNode;
6
6
  buttonComponent?: T;
7
7
  buttonComponentProps?: ComponentProps<T> & AriaAttributes;
8
8
  disabled?: boolean;
9
9
  loading?: boolean;
10
- color?: MenuButtonProps<T, P>["color"];
11
- variant?: MenuButtonProps<T, P>["variant"];
10
+ color?: MenuButtonProps<T, P>['color'];
11
+ variant?: MenuButtonProps<T, P>['variant'];
12
12
  items?: {
13
13
  text: string;
14
14
  component?: P;
15
15
  componentProps?: ComponentProps<P>;
16
16
  }[];
17
- placement?: "bottom-start" | "bottom" | "bottom-end";
17
+ placement?: 'bottom-start' | 'bottom' | 'bottom-end';
18
18
  }): React.JSX.Element;
19
19
  declare namespace IconMenuButton {
20
20
  var displayName: string;
@@ -1,3 +1,3 @@
1
- import { IconMenuButton } from "./IconMenuButton";
2
- export * from "./IconMenuButton";
1
+ import { IconMenuButton } from './IconMenuButton';
2
+ export * from './IconMenuButton';
3
3
  export default IconMenuButton;
@@ -1,7 +1,7 @@
1
- import React from "react";
2
- import { TooltipProps as JoyTooltipProps } from "@mui/joy";
3
- import { MotionProps } from "framer-motion";
1
+ import React from 'react';
2
+ import { TooltipProps as JoyTooltipProps } from '@mui/joy';
3
+ import { MotionProps } from 'framer-motion';
4
4
  declare function InfoSign(props: {
5
5
  message: string;
6
- } & Pick<JoyTooltipProps, "placement"> & MotionProps): React.JSX.Element;
6
+ } & Pick<JoyTooltipProps, 'placement'> & MotionProps): React.JSX.Element;
7
7
  export { InfoSign };
@@ -1,3 +1,3 @@
1
- import { InfoSign } from "./InfoSign";
2
- export * from "./InfoSign";
1
+ import { InfoSign } from './InfoSign';
2
+ export * from './InfoSign';
3
3
  export default InfoSign;
@@ -1,5 +1,5 @@
1
- import React from "react";
2
- import { type MotionProps } from "framer-motion";
1
+ import React from 'react';
2
+ import { type MotionProps } from 'framer-motion';
3
3
  declare const Input: React.ForwardRefExoticComponent<Omit<{
4
4
  label?: React.ReactNode;
5
5
  helperText?: React.ReactNode;
@@ -1,3 +1,3 @@
1
- import { Input } from "./Input";
2
- export * from "./Input";
1
+ import { Input } from './Input';
2
+ export * from './Input';
3
3
  export default Input;
@@ -1,3 +1,3 @@
1
- import { InsetDrawer } from "./InsetDrawer";
2
- export * from "./InsetDrawer";
1
+ import { InsetDrawer } from './InsetDrawer';
2
+ export * from './InsetDrawer';
3
3
  export default InsetDrawer;
@@ -1,9 +1,9 @@
1
- import React from "react";
2
- import { type Options } from "react-markdown";
3
- import { MotionProps } from "framer-motion";
4
- import { TypographyProps } from "@mui/joy";
5
- import { TypographySystem } from "@mui/joy";
6
- import { TextColor } from "@mui/joy/styles/types";
1
+ import React from 'react';
2
+ import { type Options } from 'react-markdown';
3
+ import { MotionProps } from 'framer-motion';
4
+ import { TypographyProps } from '@mui/joy';
5
+ import { TypographySystem } from '@mui/joy';
6
+ import { TextColor } from '@mui/joy/styles/types';
7
7
  declare const Markdown: {
8
8
  (props: {
9
9
  component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
@@ -1,3 +1,3 @@
1
- import { Markdown } from "./Markdown";
2
- export * from "./Markdown";
1
+ import { Markdown } from './Markdown';
2
+ export * from './Markdown';
3
3
  export default Markdown;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { MenuProps, MenuItemProps } from "@mui/joy";
3
- import { MotionProps } from "framer-motion";
1
+ import React from 'react';
2
+ import { MenuProps, MenuItemProps } from '@mui/joy';
3
+ import { MotionProps } from 'framer-motion';
4
4
  /**
5
5
  * @todo [v1.0.0] Restructure menu component to:
6
6
  * - Abstract the menu component.
@@ -1,3 +1,3 @@
1
- import { Menu } from "./Menu";
2
- export * from "./Menu";
1
+ import { Menu } from './Menu';
2
+ export * from './Menu';
3
3
  export default Menu;
@@ -1,23 +1,23 @@
1
- import React, { ComponentProps, ElementType } from "react";
2
- import { MenuButtonProps } from "@mui/joy";
1
+ import React, { ComponentProps, ElementType } from 'react';
2
+ import { MenuButtonProps } from '@mui/joy';
3
3
  declare function MenuButton<T extends ElementType, P extends ElementType>(props: {
4
- size?: MenuButtonProps<T, P>["size"];
4
+ size?: MenuButtonProps<T, P>['size'];
5
5
  buttonText: string;
6
6
  buttonComponent?: T;
7
7
  buttonComponentProps?: ComponentProps<T>;
8
8
  disabled?: boolean;
9
9
  loading?: boolean;
10
- color?: MenuButtonProps<T, P>["color"];
11
- variant?: MenuButtonProps<T, P>["variant"];
12
- endDecorator?: MenuButtonProps<T, P>["endDecorator"];
13
- startDecorator?: MenuButtonProps<T, P>["startDecorator"];
10
+ color?: MenuButtonProps<T, P>['color'];
11
+ variant?: MenuButtonProps<T, P>['variant'];
12
+ endDecorator?: MenuButtonProps<T, P>['endDecorator'];
13
+ startDecorator?: MenuButtonProps<T, P>['startDecorator'];
14
14
  items?: {
15
15
  text: string;
16
16
  component?: P;
17
17
  componentProps?: ComponentProps<P>;
18
18
  }[];
19
19
  showIcon?: boolean;
20
- placement?: "bottom-start" | "bottom" | "bottom-end";
20
+ placement?: 'bottom-start' | 'bottom' | 'bottom-end';
21
21
  }): React.JSX.Element;
22
22
  declare namespace MenuButton {
23
23
  var displayName: string;
@@ -1,3 +1,3 @@
1
- import { MenuButton } from "./MenuButton";
2
- export * from "./MenuButton";
1
+ import { MenuButton } from './MenuButton';
2
+ export * from './MenuButton';
3
3
  export default MenuButton;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  declare const Modal: import("framer-motion").CustomDomComponent<Pick<import("@mui/base").ModalOwnProps, "children" | "container" | "open" | "disablePortal" | "keepMounted" | "disableAutoFocus" | "disableEnforceFocus" | "disableRestoreFocus" | "disableEscapeKeyDown" | "disableScrollLock" | "hideBackdrop"> & {
3
3
  onClose?: ((event: {}, reason: "escapeKeyDown" | "backdropClick" | "closeClick") => void) | undefined;
4
4
  sx?: import("@mui/joy/styles/types").SxProps | undefined;
@@ -1,3 +1,3 @@
1
- import { Modal } from "./Modal";
2
- export * from "./Modal";
1
+ import { Modal } from './Modal';
2
+ export * from './Modal';
3
3
  export default Modal;
@@ -1,5 +1,5 @@
1
- import React from "react";
2
- import Input from "../Input";
1
+ import React from 'react';
2
+ import Input from '../Input';
3
3
  interface BaseMonthPickerProps {
4
4
  value?: string;
5
5
  defaultValue?: string;
@@ -23,6 +23,6 @@ interface BaseMonthPickerProps {
23
23
  displayFormat?: string;
24
24
  locale?: string;
25
25
  }
26
- export type MonthPickerProps = BaseMonthPickerProps & Omit<React.ComponentProps<typeof Input>, "onChange" | "value" | "defaultValue">;
26
+ export type MonthPickerProps = BaseMonthPickerProps & Omit<React.ComponentProps<typeof Input>, 'onChange' | 'value' | 'defaultValue'>;
27
27
  declare const MonthPicker: React.ForwardRefExoticComponent<Omit<MonthPickerProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
28
28
  export { MonthPicker };
@@ -1,3 +1,3 @@
1
- import { MonthPicker } from "./MonthPicker";
2
- export * from "./MonthPicker";
1
+ import { MonthPicker } from './MonthPicker';
2
+ export * from './MonthPicker';
3
3
  export default MonthPicker;
@@ -1,5 +1,5 @@
1
- import React from "react";
2
- import Input from "../Input";
1
+ import React from 'react';
2
+ import Input from '../Input';
3
3
  interface BaseMonthRangePickerProps {
4
4
  value?: string;
5
5
  defaultValue?: string;
@@ -21,6 +21,6 @@ interface BaseMonthRangePickerProps {
21
21
  disablePast?: boolean;
22
22
  format?: string;
23
23
  }
24
- export type MonthRangePickerProps = BaseMonthRangePickerProps & Omit<React.ComponentProps<typeof Input>, "onChange" | "value" | "defaultValue">;
24
+ export type MonthRangePickerProps = BaseMonthRangePickerProps & Omit<React.ComponentProps<typeof Input>, 'onChange' | 'value' | 'defaultValue'>;
25
25
  declare const MonthRangePicker: React.ForwardRefExoticComponent<Omit<MonthRangePickerProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
26
26
  export { MonthRangePicker };
@@ -1,3 +1,3 @@
1
- import { MonthRangePicker } from "./MonthRangePicker";
2
- export * from "./MonthRangePicker";
1
+ import { MonthRangePicker } from './MonthRangePicker';
2
+ export * from './MonthRangePicker';
3
3
  export default MonthRangePicker;
@@ -1,6 +1,6 @@
1
- import React, { ComponentProps, ReactNode } from "react";
2
- import { Accordion as JoyAccordion } from "@mui/joy";
3
- declare function NavigationGroup(props: Omit<ComponentProps<typeof JoyAccordion>, "title"> & {
1
+ import React, { ComponentProps, ReactNode } from 'react';
2
+ import { Accordion as JoyAccordion } from '@mui/joy';
3
+ declare function NavigationGroup(props: Omit<ComponentProps<typeof JoyAccordion>, 'title'> & {
4
4
  title: string | ReactNode;
5
5
  startDecorator?: ReactNode;
6
6
  children: ReactNode;
@@ -1,3 +1,3 @@
1
- import { NavigationGroup } from "./NavigationGroup";
2
- export * from "./NavigationGroup";
1
+ import { NavigationGroup } from './NavigationGroup';
2
+ export * from './NavigationGroup';
3
3
  export default NavigationGroup;
@@ -1,6 +1,6 @@
1
- import React, { ComponentProps, ReactNode } from "react";
2
- import { ListItem as JoyListItem } from "@mui/joy";
3
- declare function NavigationItem(props: Omit<ComponentProps<typeof JoyListItem>, "onClick"> & {
1
+ import React, { ComponentProps, ReactNode } from 'react';
2
+ import { ListItem as JoyListItem } from '@mui/joy';
3
+ declare function NavigationItem(props: Omit<ComponentProps<typeof JoyListItem>, 'onClick'> & {
4
4
  id: string;
5
5
  startDecorator?: ReactNode;
6
6
  level?: number;
@@ -1,3 +1,3 @@
1
- import { NavigationItem } from "./NavigationItem";
2
- export * from "./NavigationItem";
1
+ import { NavigationItem } from './NavigationItem';
2
+ export * from './NavigationItem';
3
3
  export default NavigationItem;
@@ -1,13 +1,13 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  type NavigatorItemProperty = {
3
3
  id: string;
4
- type: "item";
4
+ type: 'item';
5
5
  title: string | React.ReactNode;
6
6
  startDecorator?: React.ReactNode;
7
7
  selected?: boolean;
8
8
  };
9
9
  type NavigatorGroupProperty = {
10
- type: "group";
10
+ type: 'group';
11
11
  title: string | React.ReactNode;
12
12
  startDecorator?: React.ReactNode;
13
13
  expanded?: boolean;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  declare const PaginationRoot: import("@emotion/styled").StyledComponent<Pick<{
3
3
  children?: React.ReactNode;
4
4
  direction?: import("@mui/system").ResponsiveStyleValue<"column" | "column-reverse" | "row" | "row-reverse"> | undefined;
@@ -20,7 +20,7 @@ interface PaginationProps extends React.ComponentProps<typeof PaginationRoot> {
20
20
  };
21
21
  rowCount: number;
22
22
  onPageChange: (newPage: number) => void;
23
- size?: "sm" | "md" | "lg";
23
+ size?: 'sm' | 'md' | 'lg';
24
24
  }
25
25
  declare function Pagination(props: PaginationProps): React.JSX.Element;
26
26
  declare namespace Pagination {
@@ -1,3 +1,3 @@
1
- import { Pagination } from "./Pagination";
2
- export * from "./Pagination";
1
+ import { Pagination } from './Pagination';
2
+ export * from './Pagination';
3
3
  export default Pagination;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { InputProps } from "@mui/joy";
3
- import { MotionProps } from "framer-motion";
1
+ import React from 'react';
2
+ import { InputProps } from '@mui/joy';
3
+ import { MotionProps } from 'framer-motion';
4
4
  interface BasePercentageInputProps {
5
5
  value?: number;
6
6
  defaultValue?: number;
@@ -21,6 +21,6 @@ interface BasePercentageInputProps {
21
21
  min?: number;
22
22
  max?: number;
23
23
  }
24
- export type PercentageInputProps = BasePercentageInputProps & Omit<InputProps, "value" | "defaultValue" | "onChange"> & MotionProps;
24
+ export type PercentageInputProps = BasePercentageInputProps & Omit<InputProps, 'value' | 'defaultValue' | 'onChange'> & MotionProps;
25
25
  declare const PercentageInput: React.ForwardRefExoticComponent<Omit<PercentageInputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
26
26
  export { PercentageInput };
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  declare const Radio: import("framer-motion").CustomDomComponent<import("@mui/base").UseSwitchParameters & {
3
3
  checkedIcon?: React.ReactNode;
4
4
  className?: string | undefined;
@@ -1,3 +1,3 @@
1
- import { Radio } from "./Radio";
2
- export * from "./Radio";
1
+ import { Radio } from './Radio';
2
+ export * from './Radio';
3
3
  export default Radio;
@@ -1,5 +1,5 @@
1
- import React, { ComponentProps, ReactNode } from "react";
2
- import { RadioGroup } from "../Radio/Radio";
1
+ import React, { ComponentProps, ReactNode } from 'react';
2
+ import { RadioGroup } from '../Radio/Radio';
3
3
  declare function RadioList(props: {
4
4
  items: {
5
5
  label: ReactNode;
@@ -1,3 +1,3 @@
1
- import { RadioList } from "./RadioList";
2
- export * from "./RadioList";
1
+ import { RadioList } from './RadioList';
2
+ export * from './RadioList';
3
3
  export default RadioList;
@@ -1,6 +1,6 @@
1
- import React, { ComponentProps } from "react";
2
- import { Select as JoySelect } from "@mui/joy";
3
- import { SelectValue } from "@mui/base";
1
+ import React, { ComponentProps } from 'react';
2
+ import { Select as JoySelect } from '@mui/joy';
3
+ import { SelectValue } from '@mui/base';
4
4
  declare const Option: import("framer-motion").CustomDomComponent<{
5
5
  color?: import("@mui/types").OverridableStringUnion<import("@mui/joy").ColorPaletteProp, import("@mui/joy").OptionPropsColorOverrides> | undefined;
6
6
  children?: React.ReactNode;
@@ -21,13 +21,13 @@ type OptionType = {
21
21
  type InferOptionValue<OptionValue> = OptionValue extends {
22
22
  value: infer V;
23
23
  } ? V : OptionValue;
24
- interface CeedSelectProps<OptionValue extends OptionType, Multiple extends boolean = false> extends Omit<ComponentProps<typeof JoySelect<OptionValue, any, Multiple>>, "value" | "onChange" | "multiple"> {
24
+ interface CeedSelectProps<OptionValue extends OptionType, Multiple extends boolean = false> extends Omit<ComponentProps<typeof JoySelect<OptionValue, any, Multiple>>, 'value' | 'onChange' | 'multiple'> {
25
25
  options: OptionValue[];
26
26
  label?: string;
27
27
  helperText?: string;
28
28
  error?: boolean;
29
29
  value?: SelectValue<InferOptionValue<OptionValue>, Multiple>;
30
- onChange?: (event: Omit<React.SyntheticEvent<HTMLElement>, "target"> & {
30
+ onChange?: (event: Omit<React.SyntheticEvent<HTMLElement>, 'target'> & {
31
31
  target: {
32
32
  name?: string;
33
33
  value: InferOptionValue<OptionValue>;
@@ -1,3 +1,3 @@
1
- import { Select } from "./Select";
2
- export * from "./Select";
1
+ import { Select } from './Select';
2
+ export * from './Select';
3
3
  export default Select;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  declare const Sheet: import("framer-motion").CustomDomComponent<{
3
3
  children?: React.ReactNode;
4
4
  color?: import("@mui/types").OverridableStringUnion<import("@mui/joy").ColorPaletteProp, import("@mui/joy").SheetPropsColorOverrides> | undefined;
@@ -1,3 +1,3 @@
1
- import { Sheet } from "./Sheet";
2
- export * from "./Sheet";
1
+ import { Sheet } from './Sheet';
2
+ export * from './Sheet';
3
3
  export default Sheet;
@@ -1,2 +1,2 @@
1
- import { Stack } from "@mui/joy";
1
+ import { Stack } from '@mui/joy';
2
2
  export { Stack };
@@ -1,3 +1,3 @@
1
- import { Stack } from "./Stack";
2
- export * from "./Stack";
1
+ import { Stack } from './Stack';
2
+ export * from './Stack';
3
3
  export default Stack;
@@ -1,5 +1,5 @@
1
- import React, { ReactNode } from "react";
2
- import { TextColor } from "@mui/joy/styles/types";
1
+ import React, { ReactNode } from 'react';
2
+ import { TextColor } from '@mui/joy/styles/types';
3
3
  declare const Step: import("@emotion/styled").StyledComponent<{
4
4
  active?: boolean | undefined;
5
5
  children?: React.ReactNode;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { SwitchProps } from "@mui/joy";
3
- import { MotionProps } from "framer-motion";
1
+ import React from 'react';
2
+ import { SwitchProps } from '@mui/joy';
3
+ import { MotionProps } from 'framer-motion';
4
4
  declare const Switch: {
5
5
  (props: SwitchProps & MotionProps): React.JSX.Element;
6
6
  displayName: string;
@@ -1,3 +1,3 @@
1
- import { Switch } from "./Switch";
2
- export * from "./Switch";
1
+ import { Switch } from './Switch';
2
+ export * from './Switch';
3
3
  export default Switch;
@@ -1,5 +1,5 @@
1
- import React from "react";
2
- import { TableProps } from "@mui/joy";
1
+ import React from 'react';
2
+ import { TableProps } from '@mui/joy';
3
3
  declare const Table: {
4
4
  (props: TableProps): React.JSX.Element;
5
5
  displayName: string;
@@ -1,3 +1,3 @@
1
- import { Table } from "./Table";
2
- export * from "./Table";
1
+ import { Table } from './Table';
2
+ export * from './Table';
3
3
  export default Table;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  declare const Tabs: import("@emotion/styled").StyledComponent<Omit<import("@mui/base").TabsOwnProps, "slots" | "slotProps"> & {
3
3
  color?: import("@mui/types").OverridableStringUnion<import("@mui/joy").ColorPaletteProp, import("@mui/joy").TabsPropsColorOverrides> | undefined;
4
4
  size?: import("@mui/types").OverridableStringUnion<"sm" | "md" | "lg", import("@mui/joy").TabsPropsSizeOverrides> | undefined;
@@ -1,3 +1,3 @@
1
- import { Tabs } from "./Tabs";
2
- export * from "./Tabs";
1
+ import { Tabs } from './Tabs';
2
+ export * from './Tabs';
3
3
  export default Tabs;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { TextareaProps } from "@mui/joy";
3
- import { MotionProps } from "framer-motion";
1
+ import React from 'react';
2
+ import { TextareaProps } from '@mui/joy';
3
+ import { MotionProps } from 'framer-motion';
4
4
  declare const Textarea: {
5
5
  (props: {
6
6
  label?: string | undefined;
@@ -1,3 +1,3 @@
1
- import { Textarea } from "./Textarea";
2
- export * from "./Textarea";
1
+ import { Textarea } from './Textarea';
2
+ export * from './Textarea';
3
3
  export default Textarea;
@@ -1,17 +1,17 @@
1
- import React, { ComponentProps } from "react";
2
- import { CssBaseline, extendTheme, StyleOverrides, Theme } from "@mui/joy";
3
- import { CalendarOwnerState, CalendarProps, CalendarSlot } from "../Calendar/types";
4
- import { CurrencyInput } from "../CurrencyInput";
5
- import { DatePickerProps } from "../DatePicker";
6
- import { DateRangePickerProps } from "../DateRangePicker";
7
- import { MonthPickerProps } from "../MonthPicker";
8
- import { MonthRangePickerProps } from "../MonthRangePicker";
9
- import { PercentageInputProps } from "../PercentageInput";
10
- declare module "@mui/joy/styles" {
1
+ import React, { ComponentProps } from 'react';
2
+ import { CssBaseline, extendTheme, StyleOverrides, Theme } from '@mui/joy';
3
+ import { CalendarOwnerState, CalendarProps, CalendarSlot } from '../Calendar/types';
4
+ import { CurrencyInput } from '../CurrencyInput';
5
+ import { DatePickerProps } from '../DatePicker';
6
+ import { DateRangePickerProps } from '../DateRangePicker';
7
+ import { MonthPickerProps } from '../MonthPicker';
8
+ import { MonthRangePickerProps } from '../MonthRangePicker';
9
+ import { PercentageInputProps } from '../PercentageInput';
10
+ declare module '@mui/joy/styles' {
11
11
  interface TypographySystemOverrides {
12
- "marketing-lg": true;
13
- "marketing-md": true;
14
- "marketing-sm": true;
12
+ 'marketing-lg': true;
13
+ 'marketing-md': true;
14
+ 'marketing-sm': true;
15
15
  }
16
16
  interface Components {
17
17
  Calendar?: {
@@ -20,31 +20,31 @@ declare module "@mui/joy/styles" {
20
20
  };
21
21
  CurrencyInput?: {
22
22
  defaultProps?: Partial<ComponentProps<typeof CurrencyInput>>;
23
- styleOverrides?: StyleOverrides<"root", {}, Theme>;
23
+ styleOverrides?: StyleOverrides<'root', {}, Theme>;
24
24
  };
25
25
  DatePicker?: {
26
26
  defaultProps?: Partial<DatePickerProps>;
27
- styleOverrides?: StyleOverrides<"root" | "popper" | "sheet", {}, Theme>;
27
+ styleOverrides?: StyleOverrides<'root' | 'popper' | 'sheet', {}, Theme>;
28
28
  };
29
29
  DateRangePicker?: {
30
30
  defaultProps?: Partial<DateRangePickerProps>;
31
- styleOverrides?: StyleOverrides<"root" | "popper" | "sheet", {}, Theme>;
31
+ styleOverrides?: StyleOverrides<'root' | 'popper' | 'sheet', {}, Theme>;
32
32
  };
33
33
  MonthPicker?: {
34
34
  defaultProps?: Partial<MonthPickerProps>;
35
- styleOverrides?: StyleOverrides<"root" | "popper" | "sheet", {}, Theme>;
35
+ styleOverrides?: StyleOverrides<'root' | 'popper' | 'sheet', {}, Theme>;
36
36
  };
37
37
  MonthRangePicker?: {
38
38
  defaultProps?: Partial<MonthRangePickerProps>;
39
- styleOverrides?: StyleOverrides<"root" | "popper" | "sheet", {}, Theme>;
39
+ styleOverrides?: StyleOverrides<'root' | 'popper' | 'sheet', {}, Theme>;
40
40
  };
41
41
  PercentageInput?: {
42
42
  defaultProps?: Partial<PercentageInputProps>;
43
- styleOverrides?: StyleOverrides<"root", {}, Theme>;
43
+ styleOverrides?: StyleOverrides<'root', {}, Theme>;
44
44
  };
45
45
  }
46
46
  }
47
- declare module "@mui/joy/Avatar" {
47
+ declare module '@mui/joy/Avatar' {
48
48
  interface AvatarPropsSizeOverrides {
49
49
  xs: true;
50
50
  }
@@ -1,3 +1,3 @@
1
- import { ThemeProvider } from "./ThemeProvider";
2
- export * from "./ThemeProvider";
1
+ import { ThemeProvider } from './ThemeProvider';
2
+ export * from './ThemeProvider';
3
3
  export default ThemeProvider;