@chakra-ui/popover
Advanced tools
Comparing version 2.1.11 to 2.1.12
@@ -6,3 +6,3 @@ import * as _chakra_ui_system from '@chakra-ui/system'; | ||
type HTMLMotionChakraProps<T extends keyof react__default.ReactHTML> = Omit<HTMLChakraProps<T>, keyof HTMLMotionProps<T>> & Omit<HTMLMotionProps<T>, "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "variants" | "transition"> & { | ||
type HTMLMotionChakraProps<T extends keyof react__default.ReactHTML> = Omit<HTMLChakraProps<T>, keyof HTMLMotionProps<T>> & Omit<HTMLMotionProps<T>, "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "variants" | "transition" | "children"> & { | ||
variants?: MotionVariants; | ||
@@ -9,0 +9,0 @@ }; |
{ | ||
"name": "@chakra-ui/popover", | ||
"version": "2.1.11", | ||
"version": "2.1.12", | ||
"description": "A React component to render that renders its content in a popover", | ||
@@ -40,4 +40,4 @@ "keywords": [ | ||
"@chakra-ui/react-context": "2.0.8", | ||
"@chakra-ui/react-use-animation-state": "2.0.8", | ||
"@chakra-ui/react-use-focus-effect": "2.0.10", | ||
"@chakra-ui/react-use-animation-state": "2.0.9", | ||
"@chakra-ui/react-use-focus-effect": "2.0.11", | ||
"@chakra-ui/react-use-focus-on-pointer-down": "2.0.6", | ||
@@ -48,8 +48,8 @@ "@chakra-ui/shared-utils": "2.0.5" | ||
"react-icons": "^4.2.0", | ||
"framer-motion": "^6.2.9", | ||
"framer-motion": "^10.12.16", | ||
"react": "^18.0.0", | ||
"clean-package": "2.2.0", | ||
"@chakra-ui/system": "2.5.7", | ||
"@chakra-ui/system": "2.5.8", | ||
"@chakra-ui/button": "2.0.18", | ||
"@chakra-ui/layout": "2.1.19", | ||
"@chakra-ui/layout": "2.2.0", | ||
"@chakra-ui/radio": "2.0.22", | ||
@@ -56,0 +56,0 @@ "@chakra-ui/input": "2.0.22", |
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
106734
+ Added@chakra-ui/dom-utils@2.1.0(transitive)
+ Added@chakra-ui/react-use-animation-state@2.0.9(transitive)
+ Added@chakra-ui/react-use-focus-effect@2.0.11(transitive)
- Removed@chakra-ui/dom-utils@2.0.6(transitive)
- Removed@chakra-ui/react-use-animation-state@2.0.8(transitive)
- Removed@chakra-ui/react-use-focus-effect@2.0.10(transitive)