@yamada-ui/motion
Advanced tools
Comparing version 0.0.0-dev-20230714125059 to 0.0.0-dev-20230714215348
@@ -63,3 +63,3 @@ "use strict"; | ||
var import_jsx_runtime = require("react/jsx-runtime"); | ||
var Motion = (0, import_core.motionForwardRef)( | ||
var Motion = (0, import_core.forwardRef)( | ||
({ as = "div", className, ...rest }, ref) => { | ||
@@ -66,0 +66,0 @@ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.ui.div, { as: import_framer_motion.motion[as], ref, className: (0, import_utils.cx)("ui-motion", className), ...rest }); |
@@ -30,3 +30,3 @@ "use strict"; | ||
var import_jsx_runtime = require("react/jsx-runtime"); | ||
var Motion = (0, import_core.motionForwardRef)( | ||
var Motion = (0, import_core.forwardRef)( | ||
({ as = "div", className, ...rest }, ref) => { | ||
@@ -33,0 +33,0 @@ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.ui.div, { as: import_framer_motion.motion[as], ref, className: (0, import_utils.cx)("ui-motion", className), ...rest }); |
{ | ||
"name": "@yamada-ui/motion", | ||
"version": "0.0.0-dev-20230714125059", | ||
"version": "0.0.0-dev-20230714215348", | ||
"description": "Yamada UI motion components", | ||
@@ -39,4 +39,4 @@ "keywords": [ | ||
"framer-motion": "^9.1.7", | ||
"@yamada-ui/core": "0.0.0-dev-20230714125059", | ||
"@yamada-ui/utils": "0.0.0-dev-20230714125059" | ||
"@yamada-ui/core": "0.0.0-dev-20230714215348", | ||
"@yamada-ui/utils": "0.1.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27528
+ Added@yamada-ui/core@0.0.0-dev-20230714215348(transitive)
+ Added@yamada-ui/portal@0.2.1(transitive)
+ Added@yamada-ui/utils@0.1.2(transitive)
- Removed@yamada-ui/core@0.0.0-dev-20230714125059(transitive)
- Removed@yamada-ui/portal@0.0.0-dev-20230714125059(transitive)
- Removed@yamada-ui/utils@0.0.0-dev-20230714125059(transitive)
Updated@yamada-ui/utils@0.1.2