@react-aria/tree
Advanced tools
Comparing version 3.0.0-nightly.2947 to 3.0.0-nightly.2952
@@ -9,3 +9,3 @@ import { AriaGridListOptions, AriaGridListProps, GridListProps, AriaGridListItemOptions, GridListItemAria } from "@react-aria/gridlist"; | ||
} | ||
export interface AriaTreeGridListProps<T> extends AriaGridListProps<T> { | ||
export interface AriaTreeGridListProps<T> extends Omit<AriaGridListProps<T>, 'keyboardNavigationBehavior'> { | ||
} | ||
@@ -12,0 +12,0 @@ export interface AriaTreeGridListOptions<T> extends Omit<AriaGridListOptions<T>, 'children' | 'isVirtualized' | 'shouldFocusWrap'> { |
{ | ||
"name": "@react-aria/tree", | ||
"version": "3.0.0-nightly.2947+23c5ba142", | ||
"version": "3.0.0-nightly.2952+10bac541a", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,9 +25,9 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/gridlist": "3.8.2-nightly.4659+23c5ba142", | ||
"@react-aria/i18n": "3.0.0-nightly.2947+23c5ba142", | ||
"@react-aria/selection": "3.0.0-nightly.2947+23c5ba142", | ||
"@react-aria/utils": "3.0.0-nightly.2947+23c5ba142", | ||
"@react-stately/tree": "3.0.0-nightly.2947+23c5ba142", | ||
"@react-types/button": "3.9.5-nightly.4659+23c5ba142", | ||
"@react-types/shared": "3.0.0-nightly.2947+23c5ba142", | ||
"@react-aria/gridlist": "3.8.2-nightly.4664+10bac541a", | ||
"@react-aria/i18n": "3.0.0-nightly.2952+10bac541a", | ||
"@react-aria/selection": "3.0.0-nightly.2952+10bac541a", | ||
"@react-aria/utils": "3.0.0-nightly.2952+10bac541a", | ||
"@react-stately/tree": "3.0.0-nightly.2952+10bac541a", | ||
"@react-types/button": "3.9.5-nightly.4664+10bac541a", | ||
"@react-types/shared": "3.0.0-nightly.2952+10bac541a", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "23c5ba142e0faad80ab33d6d3c66c5bdafebf5d2" | ||
"gitHead": "10bac541a2a5c666b443fe70f313455a405a5c77" | ||
} |
@@ -23,3 +23,3 @@ /* | ||
export interface AriaTreeGridListProps<T> extends AriaGridListProps<T> {} | ||
export interface AriaTreeGridListProps<T> extends Omit<AriaGridListProps<T>, 'keyboardNavigationBehavior'> {} | ||
export interface AriaTreeGridListOptions<T> extends Omit<AriaGridListOptions<T>, 'children' | 'isVirtualized' | 'shouldFocusWrap'> { | ||
@@ -26,0 +26,0 @@ /** |
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
112828