@chakra-ui/popper
Advanced tools
Comparing version 3.0.14 to 3.1.0
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -289,2 +290,3 @@ var __defProp = Object.defineProperty; | ||
}, | ||
// allow users override internal modifiers | ||
...modifiers != null ? modifiers : [] | ||
@@ -407,1 +409,2 @@ ], | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -186,1 +187,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=modifiers.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -53,1 +54,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=popper.placement.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -286,2 +287,3 @@ var __defProp = Object.defineProperty; | ||
}, | ||
// allow users override internal modifiers | ||
...modifiers != null ? modifiers : [] | ||
@@ -403,1 +405,2 @@ ], | ||
}); | ||
//# sourceMappingURL=use-popper.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -92,1 +93,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@chakra-ui/popper", | ||
"version": "3.0.14", | ||
"version": "3.1.0", | ||
"description": "A React component and hooks wrapper for popper.js", | ||
@@ -38,7 +38,7 @@ "keywords": [ | ||
"@popperjs/core": "^2.9.3", | ||
"@chakra-ui/react-use-merge-refs": "2.0.7", | ||
"@chakra-ui/react-use-merge-refs": "2.1.0", | ||
"@chakra-ui/react-types": "2.0.7" | ||
}, | ||
"devDependencies": { | ||
"framer-motion": "^6.2.9", | ||
"framer-motion": "^10.12.16", | ||
"react": "^18.0.0", | ||
@@ -52,10 +52,2 @@ "clean-package": "2.2.0", | ||
"clean-package": "../../../clean-package.config.json", | ||
"tsup": { | ||
"clean": true, | ||
"target": "es2019", | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
] | ||
}, | ||
"module": "dist/index.mjs", | ||
@@ -62,0 +54,0 @@ "types": "dist/index.d.ts", |
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
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
143862
36
1764
+ Added@chakra-ui/react-use-merge-refs@2.1.0(transitive)
- Removed@chakra-ui/react-use-merge-refs@2.0.7(transitive)