Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@yamada-ui/portal

Package Overview
Dependencies
Maintainers
1
Versions
531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/portal - npm Package Compare versions

Comparing version 0.0.0-dev-20231214105834 to 0.0.0-dev-20231219141023

dist/chunk-NKQ6MP6V.mjs

10

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc