@react-types/grid
Advanced tools
Comparing version 3.0.0-nightly-a98da553e-241116 to 3.0.0-nightly-b3a4d6c11-241119
{ | ||
"name": "@react-types/grid", | ||
"version": "3.0.0-nightly-a98da553e-241116", | ||
"version": "3.0.0-nightly-b3a4d6c11-241119", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,6 +12,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.0-nightly-a98da553e-241116" | ||
"@react-types/shared": "^3.0.0-nightly-b3a4d6c11-241119" | ||
}, | ||
"peerDependencies": { | ||
"react": "^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" | ||
}, | ||
@@ -18,0 +18,0 @@ "publishConfig": { |
@@ -22,3 +22,3 @@ /* | ||
export interface GridRow<T> { | ||
export interface GridRow<T> extends Partial<GridNode<T>> { | ||
key?: Key, | ||
@@ -25,0 +25,0 @@ type: string, |
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
2041
+ Addedreact@19.0.0-rc-fb9a90fa48-20240614(transitive)