use-places-autocomplete
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -20,5 +20,7 @@ declare module "use-places-autocomplete" { | ||
export type Status = `${google.maps.places.PlacesServiceStatus}` | ""; | ||
export interface Suggestions { | ||
readonly loading: boolean; | ||
readonly status: string; | ||
readonly status: Status; | ||
data: Suggestion[]; | ||
@@ -25,0 +27,0 @@ } |
{ | ||
"name": "use-places-autocomplete", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "React hook for Google Maps Places Autocomplete.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -33,3 +33,3 @@ # <em><b>USE-PLACES-AUTOCOMPLETE</b></em> | ||
- β¨οΈ Builds a UX-rich component (e.g. [WAI-ARIA compliant](https://rawgit.com/w3c/aria-practices/master/aria-practices-DeletedSectionsArchive.html#autocomplete) and keyword support) via comprehensive [demo code](demo/App/index.tsx). | ||
- π¦ Tiny size ([~ 1.6KB gzipped](https://bundlephobia.com/result?p=use-places-autocomplete)). No external dependencies, aside for the `react`. | ||
- π¦ Tiny size ([~ 1.7KB gzipped](https://bundlephobia.com/result?p=use-places-autocomplete)). No external dependencies, aside for the `react`. | ||
@@ -36,0 +36,0 @@ ## Requirement |
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
313
46631
6