@radix-ui/react-toggle
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -20,3 +20,3 @@ import { Primitive } from "@radix-ui/react-primitive"; | ||
}>; | ||
type TogglePrimitive = Polymorphic.ForwardRefComponent<typeof DEFAULT_TAG, ToggleOwnProps>; | ||
export type TogglePrimitive = Polymorphic.ForwardRefComponent<typeof DEFAULT_TAG, ToggleOwnProps>; | ||
export const Toggle: TogglePrimitive; | ||
@@ -23,0 +23,0 @@ export const Root: TogglePrimitive; |
{ | ||
"name": "@radix-ui/react-toggle", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"license": "MIT", | ||
@@ -23,3 +23,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", | ||
"@radix-ui/react-use-controllable-state": "0.0.6" | ||
@@ -26,0 +26,0 @@ }, |
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
11445
+ Added@radix-ui/react-primitive@0.0.13(transitive)
- Removed@radix-ui/react-primitive@0.0.12(transitive)