@react-aria/listbox
Advanced tools
Comparing version 3.0.0-nightly-0ddbe6f95-241021 to 3.0.0-nightly-10a43de88-241127
@@ -7,3 +7,3 @@ import { Key, DOMAttributes, KeyboardDelegate, LayoutDelegate, RefObject, FocusableElement } from "@react-types/shared"; | ||
interface ListData { | ||
id: string; | ||
id?: string; | ||
shouldSelectOnPressUp?: boolean; | ||
@@ -10,0 +10,0 @@ shouldFocusOnHover?: boolean; |
{ | ||
"name": "@react-aria/listbox", | ||
"version": "3.0.0-nightly-0ddbe6f95-241021", | ||
"version": "3.0.0-nightly-10a43de88-241127", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,15 +25,15 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/interactions": "^3.0.0-nightly-0ddbe6f95-241021", | ||
"@react-aria/label": "^3.0.0-nightly-0ddbe6f95-241021", | ||
"@react-aria/selection": "^3.0.0-nightly-0ddbe6f95-241021", | ||
"@react-aria/utils": "^3.0.0-nightly-0ddbe6f95-241021", | ||
"@react-stately/collections": "^3.0.0-nightly-0ddbe6f95-241021", | ||
"@react-stately/list": "^3.0.0-nightly-0ddbe6f95-241021", | ||
"@react-types/listbox": "^3.0.0-nightly-0ddbe6f95-241021", | ||
"@react-types/shared": "^3.0.0-nightly-0ddbe6f95-241021", | ||
"@react-aria/interactions": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-aria/label": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-aria/selection": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-aria/utils": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-stately/collections": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-stately/list": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-types/listbox": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-types/shared": "^3.0.0-nightly-10a43de88-241127", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"stableVersion": "3.13.5" | ||
"stableVersion": "3.13.6" | ||
} |
@@ -17,3 +17,3 @@ /* | ||
interface ListData { | ||
id: string, | ||
id?: string, | ||
shouldSelectOnPressUp?: boolean, | ||
@@ -20,0 +20,0 @@ shouldFocusOnHover?: boolean, |
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
110677