@react-stately/toggle
Advanced tools
Comparing version 3.7.7 to 3.7.8
@@ -1,4 +0,3 @@ | ||
import { ToggleProps } from "@react-types/checkbox"; | ||
export interface ToggleStateOptions extends Omit<ToggleProps, 'children'> { | ||
} | ||
import { ToggleStateOptions } from "@react-types/checkbox"; | ||
export { ToggleStateOptions }; | ||
export interface ToggleState { | ||
@@ -5,0 +4,0 @@ /** Whether the toggle is selected. */ |
{ | ||
"name": "@react-stately/toggle", | ||
"version": "3.7.7", | ||
"version": "3.7.8", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,4 +25,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-stately/utils": "^3.10.3", | ||
"@react-types/checkbox": "^3.8.3", | ||
"@react-stately/utils": "^3.10.4", | ||
"@react-types/checkbox": "^3.8.4", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -35,4 +35,3 @@ }, | ||
"access": "public" | ||
}, | ||
"gitHead": "faf0e18467231422cb7a06eb92a74d04e271f1e8" | ||
} | ||
} | ||
} |
@@ -13,6 +13,6 @@ /* | ||
import {ToggleProps} from '@react-types/checkbox'; | ||
import {ToggleStateOptions} from '@react-types/checkbox'; | ||
import {useControlledState} from '@react-stately/utils'; | ||
export interface ToggleStateOptions extends Omit<ToggleProps, 'children'> {} | ||
export type {ToggleStateOptions}; | ||
@@ -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
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
19659
16
217
Updated@react-stately/utils@^3.10.4
Updated@react-types/checkbox@^3.8.4