@radix-ui/react-aspect-ratio
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -6,3 +6,3 @@ import { Primitive } from "@radix-ui/react-primitive"; | ||
}>; | ||
type AspectRatioPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, AspectRatioOwnProps>; | ||
export type AspectRatioPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Primitive>, AspectRatioOwnProps>; | ||
export const AspectRatio: AspectRatioPrimitive; | ||
@@ -9,0 +9,0 @@ export const Root: AspectRatioPrimitive; |
{ | ||
"name": "@radix-ui/react-aspect-ratio", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "source": "src/index.ts", | ||
"@radix-ui/react-polymorphic": "0.0.11", | ||
"@radix-ui/react-primitive": "0.0.12" | ||
"@radix-ui/react-primitive": "0.0.13" | ||
}, | ||
@@ -25,0 +25,0 @@ "peerDependencies": { |
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
9453
+ Added@radix-ui/react-primitive@0.0.13(transitive)
- Removed@radix-ui/react-primitive@0.0.12(transitive)