@react-stately/list
Advanced tools
Comparing version 3.0.0-nightly-262cc758b-241115 to 3.0.0-nightly-326f48154-241212
@@ -8,8 +8,8 @@ import { Collection, Key, Node, CollectionStateBase, LayoutDelegate, SingleSelection } from "@react-types/shared"; | ||
getKeys(): IterableIterator<Key>; | ||
getKeyBefore(key: Key): Key; | ||
getKeyAfter(key: Key): Key; | ||
getFirstKey(): Key; | ||
getLastKey(): Key; | ||
getItem(key: Key): Node<T>; | ||
at(idx: number): Node<T>; | ||
getKeyBefore(key: Key): Key | null; | ||
getKeyAfter(key: Key): Key | null; | ||
getFirstKey(): Key | null; | ||
getLastKey(): Key | null; | ||
getItem(key: Key): Node<T> | null; | ||
at(idx: number): Node<T> | null; | ||
getChildren(key: Key): Iterable<Node<T>>; | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "@react-stately/list", | ||
"version": "3.0.0-nightly-262cc758b-241115", | ||
"version": "3.0.0-nightly-326f48154-241212", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,15 +25,14 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-stately/collections": "^3.0.0-nightly-262cc758b-241115", | ||
"@react-stately/selection": "^3.0.0-nightly-262cc758b-241115", | ||
"@react-stately/utils": "^3.0.0-nightly-262cc758b-241115", | ||
"@react-types/shared": "^3.0.0-nightly-262cc758b-241115", | ||
"@react-stately/collections": "3.0.0-nightly-326f48154-241212", | ||
"@react-stately/selection": "3.0.0-nightly-326f48154-241212", | ||
"@react-stately/utils": "3.0.0-nightly-326f48154-241212", | ||
"@react-types/shared": "3.0.0-nightly-326f48154-241212", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"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" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.11.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
90652
+ Added@react-stately/collections@3.0.0-nightly-326f48154-241212(transitive)
+ Added@react-stately/selection@3.0.0-nightly-326f48154-241212(transitive)
+ Added@react-stately/utils@3.0.0-nightly-326f48154-241212(transitive)
+ Added@react-types/shared@3.0.0-nightly-326f48154-241212(transitive)
- Removed@react-stately/collections@3.12.0(transitive)
- Removed@react-stately/selection@3.18.0(transitive)
- Removed@react-stately/utils@3.10.5(transitive)
- Removed@react-types/shared@3.26.0(transitive)
Updated@react-stately/collections@3.0.0-nightly-326f48154-241212
Updated@react-stately/selection@3.0.0-nightly-326f48154-241212