@ceed/cds 0.0.5

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 (110) hide show
  1. package/dist/components/Box/Box.d.ts +5 -0
  2. package/dist/components/Box/Box.js +6 -0
  3. package/dist/components/Box/index.d.ts +3 -0
  4. package/dist/components/Box/index.js +3 -0
  5. package/dist/components/Button/Button.d.ts +8 -0
  6. package/dist/components/Button/Button.js +28 -0
  7. package/dist/components/Button/index.d.ts +3 -0
  8. package/dist/components/Button/index.js +3 -0
  9. package/dist/components/Checkbox/Checkbox.d.ts +8 -0
  10. package/dist/components/Checkbox/Checkbox.js +28 -0
  11. package/dist/components/Checkbox/index.d.ts +3 -0
  12. package/dist/components/Checkbox/index.js +3 -0
  13. package/dist/components/DialogActions/DialogActions.d.ts +10 -0
  14. package/dist/components/DialogActions/DialogActions.js +6 -0
  15. package/dist/components/DialogActions/index.d.ts +3 -0
  16. package/dist/components/DialogActions/index.js +3 -0
  17. package/dist/components/DialogContent/DialogContent.d.ts +9 -0
  18. package/dist/components/DialogContent/DialogContent.js +6 -0
  19. package/dist/components/DialogContent/index.d.ts +3 -0
  20. package/dist/components/DialogContent/index.js +3 -0
  21. package/dist/components/DialogTitle/DialogTitle.d.ts +11 -0
  22. package/dist/components/DialogTitle/DialogTitle.js +6 -0
  23. package/dist/components/DialogTitle/index.d.ts +3 -0
  24. package/dist/components/DialogTitle/index.js +3 -0
  25. package/dist/components/Divider/Divider.d.ts +8 -0
  26. package/dist/components/Divider/Divider.js +28 -0
  27. package/dist/components/Divider/index.d.ts +3 -0
  28. package/dist/components/Divider/index.js +3 -0
  29. package/dist/components/Dropdown/Dropdown.d.ts +2 -0
  30. package/dist/components/Dropdown/Dropdown.js +6 -0
  31. package/dist/components/Dropdown/index.d.ts +3 -0
  32. package/dist/components/Dropdown/index.js +3 -0
  33. package/dist/components/FormControl/FormControl.d.ts +14 -0
  34. package/dist/components/FormControl/FormControl.js +6 -0
  35. package/dist/components/FormControl/index.d.ts +3 -0
  36. package/dist/components/FormControl/index.js +3 -0
  37. package/dist/components/FormHelperText/FormHelperText.d.ts +8 -0
  38. package/dist/components/FormHelperText/FormHelperText.js +6 -0
  39. package/dist/components/FormHelperText/index.d.ts +3 -0
  40. package/dist/components/FormHelperText/index.js +3 -0
  41. package/dist/components/FormLabel/FormLabel.d.ts +9 -0
  42. package/dist/components/FormLabel/FormLabel.js +6 -0
  43. package/dist/components/FormLabel/index.d.ts +3 -0
  44. package/dist/components/FormLabel/index.js +3 -0
  45. package/dist/components/Grid/Grid.d.ts +7 -0
  46. package/dist/components/Grid/Grid.js +6 -0
  47. package/dist/components/Grid/index.d.ts +3 -0
  48. package/dist/components/Grid/index.js +3 -0
  49. package/dist/components/IconButton/IconButton.d.ts +8 -0
  50. package/dist/components/IconButton/IconButton.js +28 -0
  51. package/dist/components/IconButton/index.d.ts +3 -0
  52. package/dist/components/IconButton/index.js +3 -0
  53. package/dist/components/Input/Input.d.ts +8 -0
  54. package/dist/components/Input/Input.js +28 -0
  55. package/dist/components/Input/index.d.ts +3 -0
  56. package/dist/components/Input/index.js +3 -0
  57. package/dist/components/Menu/Menu.d.ts +18 -0
  58. package/dist/components/Menu/Menu.js +56 -0
  59. package/dist/components/Menu/index.d.ts +3 -0
  60. package/dist/components/Menu/index.js +3 -0
  61. package/dist/components/Modal/Modal.d.ts +38 -0
  62. package/dist/components/Modal/Modal.js +18 -0
  63. package/dist/components/Modal/index.d.ts +3 -0
  64. package/dist/components/Modal/index.js +3 -0
  65. package/dist/components/Radio/Radio.d.ts +36 -0
  66. package/dist/components/Radio/Radio.js +10 -0
  67. package/dist/components/Radio/index.d.ts +3 -0
  68. package/dist/components/Radio/index.js +3 -0
  69. package/dist/components/Select/Select.d.ts +26 -0
  70. package/dist/components/Select/Select.js +12 -0
  71. package/dist/components/Select/index.d.ts +3 -0
  72. package/dist/components/Select/index.js +3 -0
  73. package/dist/components/Sheet/Sheet.d.ts +11 -0
  74. package/dist/components/Sheet/Sheet.js +6 -0
  75. package/dist/components/Sheet/index.d.ts +3 -0
  76. package/dist/components/Sheet/index.js +3 -0
  77. package/dist/components/Stack/Stack.d.ts +12 -0
  78. package/dist/components/Stack/Stack.js +6 -0
  79. package/dist/components/Stack/index.d.ts +3 -0
  80. package/dist/components/Stack/index.js +3 -0
  81. package/dist/components/Switch/Switch.d.ts +8 -0
  82. package/dist/components/Switch/Switch.js +54 -0
  83. package/dist/components/Switch/index.d.ts +3 -0
  84. package/dist/components/Switch/index.js +3 -0
  85. package/dist/components/Table/Table.d.ts +8 -0
  86. package/dist/components/Table/Table.js +28 -0
  87. package/dist/components/Table/index.d.ts +3 -0
  88. package/dist/components/Table/index.js +3 -0
  89. package/dist/components/Textarea/Textarea.d.ts +8 -0
  90. package/dist/components/Textarea/Textarea.js +28 -0
  91. package/dist/components/Textarea/index.d.ts +3 -0
  92. package/dist/components/Textarea/index.js +3 -0
  93. package/dist/components/ThemeProvider/ThemeProvider.d.ts +8 -0
  94. package/dist/components/ThemeProvider/ThemeProvider.js +13 -0
  95. package/dist/components/ThemeProvider/index.d.ts +3 -0
  96. package/dist/components/ThemeProvider/index.js +3 -0
  97. package/dist/components/Tooltip/Tooltip.d.ts +8 -0
  98. package/dist/components/Tooltip/Tooltip.js +28 -0
  99. package/dist/components/Tooltip/index.d.ts +3 -0
  100. package/dist/components/Tooltip/index.js +3 -0
  101. package/dist/components/Typography/Typography.d.ts +8 -0
  102. package/dist/components/Typography/Typography.js +28 -0
  103. package/dist/components/Typography/index.d.ts +3 -0
  104. package/dist/components/Typography/index.js +3 -0
  105. package/dist/components/index.d.ts +26 -0
  106. package/dist/components/index.js +26 -0
  107. package/dist/index.d.ts +2 -0
  108. package/dist/index.js +6 -0
  109. package/framer/index.js +24743 -0
  110. package/package.json +59 -0
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ declare const Box: import("framer-motion").CustomDomComponent<import("@mui/system").BoxOwnProps<import("@mui/joy").Theme> & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
4
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/joy").Theme>>>;
5
+ export { Box };
@@ -0,0 +1,6 @@
1
+ import { Box as JoyBox } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionBox = motion(JoyBox);
4
+ var Box = MotionBox;
5
+ export { Box };
6
+ Box.displayName = "Box";
@@ -0,0 +1,3 @@
1
+ import { Box } from "./Box";
2
+ export * from "./Box";
3
+ export default Box;
@@ -0,0 +1,3 @@
1
+ import { Box } from "./Box";
2
+ export * from "./Box";
3
+ export default Box;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { ButtonProps } from "@mui/joy";
3
+ import { MotionProps } from "framer-motion";
4
+ declare const Button: {
5
+ (props: ButtonProps & MotionProps): React.JSX.Element;
6
+ displayName: string;
7
+ };
8
+ export { Button };
@@ -0,0 +1,28 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React from "react";
13
+ import { Button as JoyButton } from "@mui/joy";
14
+ import { motion } from "framer-motion";
15
+ var MotionButton = motion(JoyButton);
16
+ var Button = function (props) {
17
+ // prop destruction
18
+ // lib hooks
19
+ // state, ref, querystring hooks
20
+ // form hooks
21
+ // query hooks
22
+ // calculated values
23
+ // effects
24
+ // handlers
25
+ return (React.createElement(MotionButton, __assign({}, props)));
26
+ };
27
+ export { Button };
28
+ Button.displayName = "Button";
@@ -0,0 +1,3 @@
1
+ import { Button } from "./Button";
2
+ export * from "./Button";
3
+ export default Button;
@@ -0,0 +1,3 @@
1
+ import { Button } from "./Button";
2
+ export * from "./Button";
3
+ export default Button;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { CheckboxProps } from "@mui/joy";
3
+ import { MotionProps } from "framer-motion";
4
+ declare const Checkbox: {
5
+ (props: CheckboxProps & MotionProps): React.JSX.Element;
6
+ displayName: string;
7
+ };
8
+ export { Checkbox };
@@ -0,0 +1,28 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React from "react";
13
+ import { Checkbox as JoyCheckbox } from "@mui/joy";
14
+ import { motion } from "framer-motion";
15
+ var MotionCheckbox = motion(JoyCheckbox);
16
+ var Checkbox = function (props) {
17
+ // prop destruction
18
+ // lib hooks
19
+ // state, ref, querystring hooks
20
+ // form hooks
21
+ // query hooks
22
+ // calculated values
23
+ // effects
24
+ // handlers
25
+ return React.createElement(MotionCheckbox, __assign({}, props));
26
+ };
27
+ export { Checkbox };
28
+ Checkbox.displayName = "Checkbox";
@@ -0,0 +1,3 @@
1
+ import { Checkbox } from "./Checkbox";
2
+ export * from "./Checkbox";
3
+ export default Checkbox;
@@ -0,0 +1,3 @@
1
+ import { Checkbox } from "./Checkbox";
2
+ export * from "./Checkbox";
3
+ export default Checkbox;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ declare const DialogActions: import("framer-motion").CustomDomComponent<{
3
+ children?: React.ReactNode;
4
+ buttonFlex?: string | number | undefined;
5
+ orientation?: "horizontal" | "vertical" | "horizontal-reverse" | undefined;
6
+ sx?: import("@mui/joy/styles/types").SxProps | undefined;
7
+ } & import("@mui/joy").DialogActionsSlotsAndSlotProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
9
+ }, "children" | "sx" | "buttonFlex" | "orientation" | keyof import("@mui/joy").DialogActionsSlotsAndSlotProps>>;
10
+ export { DialogActions };
@@ -0,0 +1,6 @@
1
+ import { DialogActions as JoyDialogActions } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionDialogActions = motion(JoyDialogActions);
4
+ var DialogActions = MotionDialogActions;
5
+ export { DialogActions };
6
+ DialogActions.displayName = "DialogActions";
@@ -0,0 +1,3 @@
1
+ import { DialogActions } from "./DialogActions";
2
+ export * from "./DialogActions";
3
+ export default DialogActions;
@@ -0,0 +1,3 @@
1
+ import { DialogActions } from "./DialogActions";
2
+ export * from "./DialogActions";
3
+ export default DialogActions;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ declare const DialogContent: import("framer-motion").CustomDomComponent<{
3
+ children?: React.ReactNode;
4
+ orientation?: "horizontal" | "vertical" | undefined;
5
+ sx?: import("@mui/joy/styles/types").SxProps | undefined;
6
+ } & import("@mui/joy").DialogContentSlotsAndSlotProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
7
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
8
+ }, "children" | "sx" | "orientation" | keyof import("@mui/joy").DialogContentSlotsAndSlotProps>>;
9
+ export { DialogContent };
@@ -0,0 +1,6 @@
1
+ import { DialogContent as JoyDialogContent } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionDialogContent = motion(JoyDialogContent);
4
+ var DialogContent = MotionDialogContent;
5
+ export { DialogContent };
6
+ DialogContent.displayName = "DialogContent";
@@ -0,0 +1,3 @@
1
+ import { DialogContent } from "./DialogContent";
2
+ export * from "./DialogContent";
3
+ export default DialogContent;
@@ -0,0 +1,3 @@
1
+ import { DialogContent } from "./DialogContent";
2
+ export * from "./DialogContent";
3
+ export default DialogContent;
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ declare const DialogTitle: import("framer-motion").CustomDomComponent<{
3
+ children?: React.ReactNode;
4
+ color?: import("@mui/types").OverridableStringUnion<import("@mui/joy").ColorPaletteProp, import("@mui/joy").DialogTitlePropsColorOverrides> | undefined;
5
+ level?: "inherit" | keyof import("@mui/joy").TypographySystem | undefined;
6
+ sx?: import("@mui/joy/styles/types").SxProps | undefined;
7
+ variant?: import("@mui/types").OverridableStringUnion<import("@mui/joy").VariantProp, import("@mui/joy").DialogTitlePropsVariantOverrides> | undefined;
8
+ } & import("@mui/joy").DialogTitleSlotsAndSlotProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
9
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
10
+ }, "children" | "color" | "sx" | "variant" | "level" | keyof import("@mui/joy").DialogTitleSlotsAndSlotProps>>;
11
+ export { DialogTitle };
@@ -0,0 +1,6 @@
1
+ import { DialogTitle as JoyDialogTitle } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionDialogTitle = motion(JoyDialogTitle);
4
+ var DialogTitle = MotionDialogTitle;
5
+ export { DialogTitle };
6
+ DialogTitle.displayName = "DialogTitle";
@@ -0,0 +1,3 @@
1
+ import { DialogTitle } from "./DialogTitle";
2
+ export * from "./DialogTitle";
3
+ export default DialogTitle;
@@ -0,0 +1,3 @@
1
+ import { DialogTitle } from "./DialogTitle";
2
+ export * from "./DialogTitle";
3
+ export default DialogTitle;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { DividerProps } from "@mui/joy";
3
+ import { MotionProps } from "framer-motion";
4
+ declare const Divider: {
5
+ (props: DividerProps & MotionProps): React.JSX.Element;
6
+ displayName: string;
7
+ };
8
+ export { Divider };
@@ -0,0 +1,28 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React from "react";
13
+ import { Divider as JoyDivider } from "@mui/joy";
14
+ import { motion } from "framer-motion";
15
+ var MotionDivider = motion(JoyDivider);
16
+ var Divider = function (props) {
17
+ // prop destruction
18
+ // lib hooks
19
+ // state, ref, querystring hooks
20
+ // form hooks
21
+ // query hooks
22
+ // calculated values
23
+ // effects
24
+ // handlers
25
+ return React.createElement(MotionDivider, __assign({}, props));
26
+ };
27
+ export { Divider };
28
+ Divider.displayName = "Divider";
@@ -0,0 +1,3 @@
1
+ import { Divider } from "./Divider";
2
+ export * from "./Divider";
3
+ export default Divider;
@@ -0,0 +1,3 @@
1
+ import { Divider } from "./Divider";
2
+ export * from "./Divider";
3
+ export default Divider;
@@ -0,0 +1,2 @@
1
+ declare const Dropdown: import("framer-motion").CustomDomComponent<import("@mui/joy").DropdownProps>;
2
+ export { Dropdown };
@@ -0,0 +1,6 @@
1
+ import { Dropdown as JoyDropdown } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionDropdown = motion(JoyDropdown);
4
+ var Dropdown = MotionDropdown;
5
+ export { Dropdown };
6
+ Dropdown.displayName = "Dropdown";
@@ -0,0 +1,3 @@
1
+ import { Dropdown } from "./Dropdown";
2
+ export * from "./Dropdown";
3
+ export default Dropdown;
@@ -0,0 +1,3 @@
1
+ import { Dropdown } from "./Dropdown";
2
+ export * from "./Dropdown";
3
+ export default Dropdown;
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ declare const FormControl: import("framer-motion").CustomDomComponent<{
3
+ children?: React.ReactNode;
4
+ color?: import("@mui/types").OverridableStringUnion<import("@mui/joy").ColorPaletteProp, import("@mui/joy").FormControlPropsColorOverrides> | undefined;
5
+ disabled?: boolean | undefined;
6
+ error?: boolean | undefined;
7
+ orientation?: "horizontal" | "vertical" | undefined;
8
+ required?: boolean | undefined;
9
+ size?: import("@mui/types").OverridableStringUnion<"sm" | "md" | "lg", import("@mui/joy").FormControlPropsSizeOverrides> | undefined;
10
+ sx?: import("@mui/joy/styles/types").SxProps | undefined;
11
+ } & import("@mui/joy").FormControlSlotsAndSlotProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
12
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
13
+ }, "children" | "color" | "sx" | "disabled" | "size" | "required" | "orientation" | "error" | keyof import("@mui/joy").FormControlSlotsAndSlotProps>>;
14
+ export { FormControl };
@@ -0,0 +1,6 @@
1
+ import { FormControl as JoyFormControl } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionFormControl = motion(JoyFormControl);
4
+ var FormControl = MotionFormControl;
5
+ export { FormControl };
6
+ FormControl.displayName = "FormControl";
@@ -0,0 +1,3 @@
1
+ import { FormControl } from "./FormControl";
2
+ export * from "./FormControl";
3
+ export default FormControl;
@@ -0,0 +1,3 @@
1
+ import { FormControl } from "./FormControl";
2
+ export * from "./FormControl";
3
+ export default FormControl;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ declare const FormHelperText: import("framer-motion").CustomDomComponent<{
3
+ children?: React.ReactNode;
4
+ sx?: import("@mui/joy/styles/types").SxProps | undefined;
5
+ } & import("@mui/joy").FormHelperTextSlotsAndSlotProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
6
+ ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
7
+ }, "children" | "sx" | keyof import("@mui/joy").FormHelperTextSlotsAndSlotProps>>;
8
+ export { FormHelperText };
@@ -0,0 +1,6 @@
1
+ import { FormHelperText as JoyFormHelperText } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionFormHelperText = motion(JoyFormHelperText);
4
+ var FormHelperText = MotionFormHelperText;
5
+ export { FormHelperText };
6
+ FormHelperText.displayName = "FormHelperText";
@@ -0,0 +1,3 @@
1
+ import { FormHelperText } from "./FormHelperText";
2
+ export * from "./FormHelperText";
3
+ export default FormHelperText;
@@ -0,0 +1,3 @@
1
+ import { FormHelperText } from "./FormHelperText";
2
+ export * from "./FormHelperText";
3
+ export default FormHelperText;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ declare const FormLabel: import("framer-motion").CustomDomComponent<import("@mui/joy").FormLabelSlotsAndSlotProps & {
3
+ children?: React.ReactNode;
4
+ required?: boolean | undefined;
5
+ sx?: import("@mui/joy/styles/types").SxProps | undefined;
6
+ } & Omit<Omit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
7
+ ref?: ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | null | undefined;
8
+ }, "children" | "sx" | "required" | keyof import("@mui/joy").FormLabelSlotsAndSlotProps>>;
9
+ export { FormLabel };
@@ -0,0 +1,6 @@
1
+ import { FormLabel as JoyFormLabel } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionFormLabel = motion(JoyFormLabel);
4
+ var FormLabel = MotionFormLabel;
5
+ export { FormLabel };
6
+ FormLabel.displayName = "FormLabel";
@@ -0,0 +1,3 @@
1
+ import { FormLabel } from "./FormLabel";
2
+ export * from "./FormLabel";
3
+ export default FormLabel;
@@ -0,0 +1,3 @@
1
+ import { FormLabel } from "./FormLabel";
2
+ export * from "./FormLabel";
3
+ export default FormLabel;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ declare const Grid: import("framer-motion").CustomDomComponent<import("@mui/system").GridBaseProps & import("@mui/joy").GridSlotsAndSlotProps & {
3
+ sx?: import("@mui/joy/styles/types").SxProps | undefined;
4
+ } & import("@mui/joy/styles/types").SystemProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
6
+ }, ("p" | "color" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "sx" | keyof import("@mui/system").GridBaseProps | keyof import("@mui/joy").GridSlotsAndSlotProps>>;
7
+ export { Grid };
@@ -0,0 +1,6 @@
1
+ import { Grid as JoyGrid } from "@mui/joy";
2
+ import { motion } from "framer-motion";
3
+ var MotionGrid = motion(JoyGrid);
4
+ var Grid = MotionGrid;
5
+ export { Grid };
6
+ Grid.displayName = "Grid";
@@ -0,0 +1,3 @@
1
+ import { Grid } from "./Grid";
2
+ export * from "./Grid";
3
+ export default Grid;
@@ -0,0 +1,3 @@
1
+ import { Grid } from "./Grid";
2
+ export * from "./Grid";
3
+ export default Grid;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { IconButtonProps } from "@mui/joy";
3
+ import { MotionProps } from "framer-motion";
4
+ declare const IconButton: {
5
+ (props: IconButtonProps & MotionProps): React.JSX.Element;
6
+ displayName: string;
7
+ };
8
+ export { IconButton };
@@ -0,0 +1,28 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React from "react";
13
+ import { IconButton as JoyIconButton } from "@mui/joy";
14
+ import { motion } from "framer-motion";
15
+ var MotionIconButton = motion(JoyIconButton);
16
+ var IconButton = function (props) {
17
+ // prop destruction
18
+ // lib hooks
19
+ // state, ref, querystring hooks
20
+ // form hooks
21
+ // query hooks
22
+ // calculated values
23
+ // effects
24
+ // handlers
25
+ return React.createElement(MotionIconButton, __assign({}, props));
26
+ };
27
+ export { IconButton };
28
+ IconButton.displayName = "IconButton";
@@ -0,0 +1,3 @@
1
+ import { IconButton } from "./IconButton";
2
+ export * from "./IconButton";
3
+ export default IconButton;
@@ -0,0 +1,3 @@
1
+ import { IconButton } from "./IconButton";
2
+ export * from "./IconButton";
3
+ export default IconButton;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { InputProps } from "@mui/joy";
3
+ import { MotionProps } from "framer-motion";
4
+ declare const Input: {
5
+ (props: InputProps & MotionProps): React.JSX.Element;
6
+ displayName: string;
7
+ };
8
+ export { Input };
@@ -0,0 +1,28 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React from "react";
13
+ import { Input as JoyInput } from "@mui/joy";
14
+ import { motion } from "framer-motion";
15
+ var MotionInput = motion(JoyInput);
16
+ var Input = function (props) {
17
+ // prop destruction
18
+ // lib hooks
19
+ // state, ref, querystring hooks
20
+ // form hooks
21
+ // query hooks
22
+ // calculated values
23
+ // effects
24
+ // handlers
25
+ return React.createElement(MotionInput, __assign({}, props));
26
+ };
27
+ export { Input };
28
+ Input.displayName = "Input";
@@ -0,0 +1,3 @@
1
+ import { Input } from "./Input";
2
+ export * from "./Input";
3
+ export default Input;
@@ -0,0 +1,3 @@
1
+ import { Input } from "./Input";
2
+ export * from "./Input";
3
+ export default Input;
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ import { MenuProps, MenuButtonProps, MenuItemProps } from "@mui/joy";
3
+ import { MotionProps } from "framer-motion";
4
+ declare const Menu: {
5
+ (props: MenuProps & MotionProps): React.JSX.Element;
6
+ displayName: string;
7
+ };
8
+ export { Menu };
9
+ declare const MenuButton: {
10
+ (props: MenuButtonProps & MotionProps): React.JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export { MenuButton };
14
+ declare const MenuItem: {
15
+ (props: MenuItemProps & MotionProps): React.JSX.Element;
16
+ displayName: string;
17
+ };
18
+ export { MenuItem };
@@ -0,0 +1,56 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React from "react";
13
+ import { Menu as JoyMenu, MenuButton as JoyMenuButton, MenuItem as JoyMenuItem, } from "@mui/joy";
14
+ import { motion } from "framer-motion";
15
+ var MotionMenu = motion(JoyMenu);
16
+ var Menu = function (props) {
17
+ // prop destruction
18
+ // lib hooks
19
+ // state, ref, querystring hooks
20
+ // form hooks
21
+ // query hooks
22
+ // calculated values
23
+ // effects
24
+ // handlers
25
+ return React.createElement(MotionMenu, __assign({}, props));
26
+ };
27
+ export { Menu };
28
+ Menu.displayName = "Menu";
29
+ var MotionMenuButton = motion(JoyMenuButton);
30
+ var MenuButton = function (props) {
31
+ // prop destruction
32
+ // lib hooks
33
+ // state, ref, querystring hooks
34
+ // form hooks
35
+ // query hooks
36
+ // calculated values
37
+ // effects
38
+ // handlers
39
+ return React.createElement(MotionMenuButton, __assign({}, props));
40
+ };
41
+ export { MenuButton };
42
+ MenuButton.displayName = "MenuButton";
43
+ var MotionMenuItem = motion(JoyMenuItem);
44
+ var MenuItem = function (props) {
45
+ // prop destruction
46
+ // lib hooks
47
+ // state, ref, querystring hooks
48
+ // form hooks
49
+ // query hooks
50
+ // calculated values
51
+ // effects
52
+ // handlers
53
+ return React.createElement(MotionMenuItem, __assign({}, props));
54
+ };
55
+ export { MenuItem };
56
+ MenuItem.displayName = "MenuItem";
@@ -0,0 +1,3 @@
1
+ import { Menu } from "./Menu";
2
+ export * from "./Menu";
3
+ export default Menu;
@@ -0,0 +1,3 @@
1
+ import { Menu } from "./Menu";
2
+ export * from "./Menu";
3
+ export default Menu;