@nextui-org/react-utils
Advanced tools
Comparing version 0.0.0-dev-v2-20240417140156 to 0.0.0-dev-v2-20240418192457
export { CreateContextOptions, CreateContextReturn, createContext } from './context.js'; | ||
export { ReactRef, assignRef, mergeRefs } from './refs.js'; | ||
export { ShapeType, getCSSStyleVal, getRealShape } from './dimensions.js'; | ||
export { ContextValue, UserAgentBrowser, UserAgentDeviceType, UserAgentOS, areRectsIntersecting, canUseDOM, createDOMRef, createFocusableRef, detectBrowser, detectDeviceType, detectOS, detectTouch, getUserAgentBrowser, getUserAgentOS, isBrowser, useDOMRef, useFocusableRef, useSyncRef } from './dom.js'; | ||
export { ShapeType, getCSSStyleVal, getRealShape } from './dimensions.js'; | ||
export * from '@nextui-org/react-rsc-utils'; | ||
export { DOMEventNames, DOMPropNames, filterDOMProps, getValidChildren, pickChildren, renderFn } from '@nextui-org/react-rsc-utils'; | ||
import 'react'; | ||
import '@react-types/shared'; |
@@ -21,3 +21,2 @@ "use client"; | ||
}; | ||
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
@@ -32,2 +31,4 @@ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
__export(src_exports, { | ||
DOMEventNames: () => import_react_rsc_utils.DOMEventNames, | ||
DOMPropNames: () => import_react_rsc_utils.DOMPropNames, | ||
areRectsIntersecting: () => areRectsIntersecting, | ||
@@ -43,2 +44,3 @@ assignRef: () => assignRef, | ||
detectTouch: () => detectTouch, | ||
filterDOMProps: () => import_react_rsc_utils.filterDOMProps, | ||
getCSSStyleVal: () => getCSSStyleVal, | ||
@@ -48,4 +50,7 @@ getRealShape: () => getRealShape, | ||
getUserAgentOS: () => getUserAgentOS, | ||
getValidChildren: () => import_react_rsc_utils.getValidChildren, | ||
isBrowser: () => isBrowser, | ||
mergeRefs: () => mergeRefs, | ||
pickChildren: () => import_react_rsc_utils.pickChildren, | ||
renderFn: () => import_react_rsc_utils.renderFn, | ||
useDOMRef: () => useDOMRef, | ||
@@ -240,5 +245,7 @@ useFocusableRef: () => useFocusableRef, | ||
// src/index.ts | ||
__reExport(src_exports, require("@nextui-org/react-rsc-utils"), module.exports); | ||
var import_react_rsc_utils = require("@nextui-org/react-rsc-utils"); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
DOMEventNames, | ||
DOMPropNames, | ||
areRectsIntersecting, | ||
@@ -254,2 +261,3 @@ assignRef, | ||
detectTouch, | ||
filterDOMProps, | ||
getCSSStyleVal, | ||
@@ -259,4 +267,7 @@ getRealShape, | ||
getUserAgentOS, | ||
getValidChildren, | ||
isBrowser, | ||
mergeRefs, | ||
pickChildren, | ||
renderFn, | ||
useDOMRef, | ||
@@ -263,0 +274,0 @@ useFocusableRef, |
{ | ||
"name": "@nextui-org/react-utils", | ||
"version": "0.0.0-dev-v2-20240417140156", | ||
"version": "0.0.0-dev-v2-20240418192457", | ||
"description": "A set of utilities for react on client side", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@nextui-org/shared-utils": "2.0.5", | ||
"@nextui-org/react-rsc-utils": "0.0.0-dev-v2-20240417140156" | ||
"@nextui-org/react-rsc-utils": "2.0.12", | ||
"@nextui-org/shared-utils": "2.0.5" | ||
}, | ||
@@ -35,0 +35,0 @@ "clean-package": "../../../clean-package.config.json", |
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
33503
1012
+ Added@nextui-org/react-rsc-utils@2.0.12(transitive)
- Removed@nextui-org/react-rsc-utils@0.0.0-dev-v2-20240417140156(transitive)