@react-stately/selection
Advanced tools
Comparing version 3.0.0-nightly.967 to 3.0.0-nightly.975
@@ -166,3 +166,5 @@ var { | ||
} | ||
/** Whether the first or last child of the focused key should receive focus. */ | ||
get childFocusStrategy() { | ||
@@ -169,0 +171,0 @@ return this.state.childFocusStrategy; |
@@ -157,3 +157,5 @@ import { useControlledState } from "@react-stately/utils"; | ||
} | ||
/** Whether the first or last child of the focused key should receive focus. */ | ||
get childFocusStrategy() { | ||
@@ -160,0 +162,0 @@ return this.state.childFocusStrategy; |
@@ -102,2 +102,3 @@ import { FocusStrategy, PressEvent, Selection, SelectionMode, MultipleSelection, Collection, Node } from "@react-types/shared"; | ||
get focusedKey(): Key; | ||
/** Whether the first or last child of the focused key should receive focus. */ | ||
get childFocusStrategy(): FocusStrategy; | ||
@@ -104,0 +105,0 @@ /** |
{ | ||
"name": "@react-stately/selection", | ||
"version": "3.0.0-nightly.967+2ba18db9", | ||
"version": "3.0.0-nightly.975+f0afbae7", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,5 +21,5 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-stately/collections": "3.0.0-nightly.967+2ba18db9", | ||
"@react-stately/utils": "3.0.0-nightly.967+2ba18db9", | ||
"@react-types/shared": "3.0.0-nightly.967+2ba18db9" | ||
"@react-stately/collections": "3.0.0-nightly.975+f0afbae7", | ||
"@react-stately/utils": "3.0.0-nightly.975+f0afbae7", | ||
"@react-types/shared": "3.0.0-nightly.975+f0afbae7" | ||
}, | ||
@@ -32,3 +32,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "2ba18db9035b4a1c50803040fc40bf946141bded" | ||
"gitHead": "f0afbae764727b3062170852006ea38689a34f97" | ||
} |
@@ -73,2 +73,3 @@ /* | ||
/** Whether the first or last child of the focused key should receive focus. */ | ||
get childFocusStrategy(): FocusStrategy { | ||
@@ -75,0 +76,0 @@ return this.state.childFocusStrategy; |
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
110391
1381