@react-types/button
Advanced tools
Comparing version 3.0.0-nightly-a626c2596-240926 to 3.0.0-nightly-a98da553e-241116
{ | ||
"name": "@react-types/button", | ||
"version": "3.0.0-nightly-a626c2596-240926", | ||
"version": "3.0.0-nightly-a98da553e-241116", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.0-nightly-a626c2596-240926" | ||
"@react-types/shared": "^3.0.0-nightly-a98da553e-241116" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"stableVersion": "3.9.6" | ||
"stableVersion": "3.10.0" | ||
} |
@@ -13,3 +13,3 @@ /* | ||
import {AriaLabelingProps, FocusableDOMProps, FocusableProps, PressEvents, StyleProps} from '@react-types/shared'; | ||
import {AriaLabelingProps, FocusableDOMProps, FocusableProps, Key, PressEvents, StyleProps} from '@react-types/shared'; | ||
import {ElementType, JSXElementConstructor, ReactNode} from 'react'; | ||
@@ -75,2 +75,6 @@ | ||
export interface AriaToggleButtonProps<T extends ElementType = 'button'> extends ToggleButtonProps, AriaBaseButtonProps, AriaButtonElementTypeProps<T> {} | ||
export interface AriaToggleButtonGroupItemProps<E extends ElementType = 'button'> extends Omit<AriaToggleButtonProps<E>, 'id' | 'isSelected' | 'defaultSelected' | 'onChange'> { | ||
/** An identifier for the item in the `selectedKeys` of a ToggleButtonGroup. */ | ||
id: Key | ||
} | ||
@@ -77,0 +81,0 @@ /** @deprecated */ |
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
6153
103
248