@react-stately/toggle
Advanced tools
Comparing version 3.0.0-nightly.3053 to 3.0.0-nightly.3069
@@ -1,3 +0,4 @@ | ||
import { ToggleStateOptions } from "@react-types/checkbox"; | ||
export { ToggleStateOptions }; | ||
import { ToggleProps } from "@react-types/checkbox"; | ||
export interface ToggleStateOptions extends Omit<ToggleProps, 'children'> { | ||
} | ||
export interface ToggleState { | ||
@@ -4,0 +5,0 @@ /** Whether the toggle is selected. */ |
{ | ||
"name": "@react-stately/toggle", | ||
"version": "3.0.0-nightly.3053+f56a78746", | ||
"version": "3.0.0-nightly.3069+ec7509177", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,4 +25,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-stately/utils": "3.0.0-nightly.3053+f56a78746", | ||
"@react-types/checkbox": "3.0.0-nightly.3053+f56a78746", | ||
"@react-stately/utils": "3.0.0-nightly.3069+ec7509177", | ||
"@react-types/checkbox": "3.0.0-nightly.3069+ec7509177", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "f56a78746d0fd804267cb5ab17e2675f33f13e5e" | ||
"gitHead": "ec75091771bcfccaed7e23a2adbc0911dc284896" | ||
} |
@@ -13,6 +13,6 @@ /* | ||
import {ToggleStateOptions} from '@react-types/checkbox'; | ||
import {ToggleProps} from '@react-types/checkbox'; | ||
import {useControlledState} from '@react-stately/utils'; | ||
export type {ToggleStateOptions}; | ||
export interface ToggleStateOptions extends Omit<ToggleProps, 'children'> {} | ||
@@ -19,0 +19,0 @@ export interface ToggleState { |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
31286
218