@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.
- package/dist/components/Box/Box.d.ts +5 -0
- package/dist/components/Box/Box.js +6 -0
- package/dist/components/Box/index.d.ts +3 -0
- package/dist/components/Box/index.js +3 -0
- package/dist/components/Button/Button.d.ts +8 -0
- package/dist/components/Button/Button.js +28 -0
- package/dist/components/Button/index.d.ts +3 -0
- package/dist/components/Button/index.js +3 -0
- package/dist/components/Checkbox/Checkbox.d.ts +8 -0
- package/dist/components/Checkbox/Checkbox.js +28 -0
- package/dist/components/Checkbox/index.d.ts +3 -0
- package/dist/components/Checkbox/index.js +3 -0
- package/dist/components/DialogActions/DialogActions.d.ts +10 -0
- package/dist/components/DialogActions/DialogActions.js +6 -0
- package/dist/components/DialogActions/index.d.ts +3 -0
- package/dist/components/DialogActions/index.js +3 -0
- package/dist/components/DialogContent/DialogContent.d.ts +9 -0
- package/dist/components/DialogContent/DialogContent.js +6 -0
- package/dist/components/DialogContent/index.d.ts +3 -0
- package/dist/components/DialogContent/index.js +3 -0
- package/dist/components/DialogTitle/DialogTitle.d.ts +11 -0
- package/dist/components/DialogTitle/DialogTitle.js +6 -0
- package/dist/components/DialogTitle/index.d.ts +3 -0
- package/dist/components/DialogTitle/index.js +3 -0
- package/dist/components/Divider/Divider.d.ts +8 -0
- package/dist/components/Divider/Divider.js +28 -0
- package/dist/components/Divider/index.d.ts +3 -0
- package/dist/components/Divider/index.js +3 -0
- package/dist/components/Dropdown/Dropdown.d.ts +2 -0
- package/dist/components/Dropdown/Dropdown.js +6 -0
- package/dist/components/Dropdown/index.d.ts +3 -0
- package/dist/components/Dropdown/index.js +3 -0
- package/dist/components/FormControl/FormControl.d.ts +14 -0
- package/dist/components/FormControl/FormControl.js +6 -0
- package/dist/components/FormControl/index.d.ts +3 -0
- package/dist/components/FormControl/index.js +3 -0
- package/dist/components/FormHelperText/FormHelperText.d.ts +8 -0
- package/dist/components/FormHelperText/FormHelperText.js +6 -0
- package/dist/components/FormHelperText/index.d.ts +3 -0
- package/dist/components/FormHelperText/index.js +3 -0
- package/dist/components/FormLabel/FormLabel.d.ts +9 -0
- package/dist/components/FormLabel/FormLabel.js +6 -0
- package/dist/components/FormLabel/index.d.ts +3 -0
- package/dist/components/FormLabel/index.js +3 -0
- package/dist/components/Grid/Grid.d.ts +7 -0
- package/dist/components/Grid/Grid.js +6 -0
- package/dist/components/Grid/index.d.ts +3 -0
- package/dist/components/Grid/index.js +3 -0
- package/dist/components/IconButton/IconButton.d.ts +8 -0
- package/dist/components/IconButton/IconButton.js +28 -0
- package/dist/components/IconButton/index.d.ts +3 -0
- package/dist/components/IconButton/index.js +3 -0
- package/dist/components/Input/Input.d.ts +8 -0
- package/dist/components/Input/Input.js +28 -0
- package/dist/components/Input/index.d.ts +3 -0
- package/dist/components/Input/index.js +3 -0
- package/dist/components/Menu/Menu.d.ts +18 -0
- package/dist/components/Menu/Menu.js +56 -0
- package/dist/components/Menu/index.d.ts +3 -0
- package/dist/components/Menu/index.js +3 -0
- package/dist/components/Modal/Modal.d.ts +38 -0
- package/dist/components/Modal/Modal.js +18 -0
- package/dist/components/Modal/index.d.ts +3 -0
- package/dist/components/Modal/index.js +3 -0
- package/dist/components/Radio/Radio.d.ts +36 -0
- package/dist/components/Radio/Radio.js +10 -0
- package/dist/components/Radio/index.d.ts +3 -0
- package/dist/components/Radio/index.js +3 -0
- package/dist/components/Select/Select.d.ts +26 -0
- package/dist/components/Select/Select.js +12 -0
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Select/index.js +3 -0
- package/dist/components/Sheet/Sheet.d.ts +11 -0
- package/dist/components/Sheet/Sheet.js +6 -0
- package/dist/components/Sheet/index.d.ts +3 -0
- package/dist/components/Sheet/index.js +3 -0
- package/dist/components/Stack/Stack.d.ts +12 -0
- package/dist/components/Stack/Stack.js +6 -0
- package/dist/components/Stack/index.d.ts +3 -0
- package/dist/components/Stack/index.js +3 -0
- package/dist/components/Switch/Switch.d.ts +8 -0
- package/dist/components/Switch/Switch.js +54 -0
- package/dist/components/Switch/index.d.ts +3 -0
- package/dist/components/Switch/index.js +3 -0
- package/dist/components/Table/Table.d.ts +8 -0
- package/dist/components/Table/Table.js +28 -0
- package/dist/components/Table/index.d.ts +3 -0
- package/dist/components/Table/index.js +3 -0
- package/dist/components/Textarea/Textarea.d.ts +8 -0
- package/dist/components/Textarea/Textarea.js +28 -0
- package/dist/components/Textarea/index.d.ts +3 -0
- package/dist/components/Textarea/index.js +3 -0
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +8 -0
- package/dist/components/ThemeProvider/ThemeProvider.js +13 -0
- package/dist/components/ThemeProvider/index.d.ts +3 -0
- package/dist/components/ThemeProvider/index.js +3 -0
- package/dist/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/components/Tooltip/Tooltip.js +28 -0
- package/dist/components/Tooltip/index.d.ts +3 -0
- package/dist/components/Tooltip/index.js +3 -0
- package/dist/components/Typography/Typography.d.ts +8 -0
- package/dist/components/Typography/Typography.js +28 -0
- package/dist/components/Typography/index.d.ts +3 -0
- package/dist/components/Typography/index.js +3 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/index.js +26 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6 -0
- package/framer/index.js +24743 -0
- 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,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,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,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,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,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,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,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,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,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,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,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,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,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";
|