@yamada-ui/portal
Advanced tools
Comparing version 0.0.0-dev-20231214105834 to 0.0.0-dev-20231219141023
@@ -40,9 +40,9 @@ "use client" | ||
return children; | ||
return containerRef ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ContainerPortal, { containerRef, ...{ children } }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
DefaultPortal, | ||
return containerRef ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
ContainerPortal, | ||
{ | ||
appendToParentPortal, | ||
...{ children } | ||
containerRef, | ||
...{ appendToParentPortal, children } | ||
} | ||
); | ||
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DefaultPortal, { ...{ appendToParentPortal, children } }); | ||
}; | ||
@@ -49,0 +49,0 @@ Portal.className = "ui-portal"; |
@@ -118,9 +118,9 @@ "use client" | ||
return children; | ||
return containerRef ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(ContainerPortal, { containerRef, ...{ children } }) : /* @__PURE__ */ (0, import_jsx_runtime3.jsx)( | ||
DefaultPortal, | ||
return containerRef ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)( | ||
ContainerPortal, | ||
{ | ||
appendToParentPortal, | ||
...{ children } | ||
containerRef, | ||
...{ appendToParentPortal, children } | ||
} | ||
); | ||
) : /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(DefaultPortal, { ...{ appendToParentPortal, children } }); | ||
}; | ||
@@ -127,0 +127,0 @@ Portal.className = "ui-portal"; |
{ | ||
"name": "@yamada-ui/portal", | ||
"version": "0.0.0-dev-20231214105834", | ||
"version": "0.0.0-dev-20231219141023", | ||
"description": "Yamada UI portal component", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/utils": "0.0.0-dev-20231214105834" | ||
"@yamada-ui/utils": "0.5.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53222
+ Added@yamada-ui/utils@0.5.0(transitive)
- Removed@yamada-ui/utils@0.0.0-dev-20231214105834(transitive)
Updated@yamada-ui/utils@0.5.0