@react-types/shared
Advanced tools
Comparing version 3.0.0-nightly-4980928d3-240906 to 3.0.0-nightly-4f85a359f-241022
{ | ||
"name": "@react-types/shared", | ||
"version": "3.0.0-nightly-4980928d3-240906", | ||
"version": "3.0.0-nightly-4f85a359f-241022", | ||
"description": "Spectrum UI components in React", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
}, | ||
"stableVersion": "3.24.1" | ||
"stableVersion": "3.25.0" | ||
} |
@@ -145,3 +145,5 @@ /* | ||
/** Returns the size of the scrollable content in the collection. */ | ||
getContentSize(): Size | ||
getContentSize(): Size, | ||
/** Returns a list of keys between `from` and `to`. */ | ||
getKeyRange?(from: Key, to: Key): Key[] | ||
} | ||
@@ -148,0 +150,0 @@ |
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
74973
1805