@nextui-org/system
Advanced tools
Comparing version 0.0.0-dev-v2-20230328184158 to 0.0.0-dev-v2-20230328184744
@@ -1,4 +0,2 @@ | ||
export { NextUIProvider, NextUIProviderProps } from './theme-provider.js'; | ||
export { As, CapitalizedDOMElements, ComponentWithAs, DOMAttributes, DOMElement, DOMElements, HTMLNextUIProps, Merge, MergeWithAs, NextUIComponent, NextUIProps, OmitCommonProps, PropGetter, PropsOf, RightJoinProps } from './types.js'; | ||
export { forwardRef, mapPropsVariants, toIterator } from './utils.js'; | ||
import 'react'; |
@@ -23,3 +23,2 @@ "use strict"; | ||
__export(src_exports, { | ||
NextUIProvider: () => NextUIProvider, | ||
forwardRef: () => forwardRef, | ||
@@ -31,9 +30,2 @@ mapPropsVariants: () => mapPropsVariants, | ||
// src/theme-provider.tsx | ||
var import_ssr = require("@react-aria/ssr"); | ||
var import_jsx_runtime = require("react/jsx-runtime"); | ||
var NextUIProvider = ({ children }) => { | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ssr.SSRProvider, { children }); | ||
}; | ||
// src/utils.ts | ||
@@ -74,3 +66,2 @@ var import_react = require("react"); | ||
0 && (module.exports = { | ||
NextUIProvider, | ||
forwardRef, | ||
@@ -77,0 +68,0 @@ mapPropsVariants, |
{ | ||
"name": "@nextui-org/system", | ||
"version": "0.0.0-dev-v2-20230328184158", | ||
"version": "0.0.0-dev-v2-20230328184744", | ||
"description": "NextUI system primitives", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12497
14
263