@react-types/shared
Advanced tools
Comparing version 3.27.0 to 3.28.0
{ | ||
"name": "@react-types/shared", | ||
"version": "3.27.0", | ||
"version": "3.28.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea" | ||
"gitHead": "4d3c72c94eea2d72eb3a0e7d56000c6ef7e39726" | ||
} |
@@ -183,3 +183,6 @@ /* | ||
/** Returns a string representation of the item's contents. */ | ||
getTextValue?(key: Key): string | ||
getTextValue?(key: Key): string, | ||
/** Filters the collection using the given function. */ | ||
UNSTABLE_filter?(filterFn: (nodeValue: string) => boolean): Collection<T> | ||
} | ||
@@ -186,0 +189,0 @@ |
87004
1815
285