@chakra-ui/popper
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Change Log | ||
## 2.0.1 | ||
### Patch Changes | ||
- Updated dependencies | ||
[[`a58b724e9`](https://github.com/chakra-ui/chakra-ui/commit/a58b724e9c8656044f866b658f378662f2a44b46), | ||
[`b724a9dd9`](https://github.com/chakra-ui/chakra-ui/commit/b724a9dd9429d02c0b2c7f7deac66d3553100bdc)]: | ||
- @chakra-ui/utils@1.5.0 | ||
## 2.0.0 | ||
@@ -4,0 +13,0 @@ |
export * from "./use-popper"; | ||
export { popperCSSVars } from "./utils"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,1 +6,2 @@ import { Modifier } from "@popperjs/core"; | ||
export declare const innerArrow: Modifier<"innerArrow", any>; | ||
//# sourceMappingURL=modifiers.d.ts.map |
@@ -26,1 +26,2 @@ import { Modifier, Placement, VirtualElement } from "@popperjs/core"; | ||
export declare type UsePopperReturn = ReturnType<typeof usePopper>; | ||
//# sourceMappingURL=use-popper.d.ts.map |
@@ -42,1 +42,2 @@ import { Placement } from "@popperjs/core"; | ||
export {}; | ||
//# sourceMappingURL=utils.d.ts.map |
{ | ||
"name": "@chakra-ui/popper", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A React component and hooks wrapper for popper.js", | ||
@@ -59,3 +59,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/utils": "1.4.0", | ||
"@chakra-ui/utils": "1.5.0", | ||
"@popperjs/core": "2.4.4" | ||
@@ -62,0 +62,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84287
27
0
+ Added@chakra-ui/utils@1.5.0(transitive)
- Removed@chakra-ui/utils@1.4.0(transitive)
- Removed@types/object-assign@4.0.30(transitive)
Updated@chakra-ui/utils@1.5.0