@placekit/autocomplete-react
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.0.0-alpha.7 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.0.0-alpha.8 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.0.0-alpha.7 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.0.0-alpha.8 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
import type { PKAClient, PKAHandlers, PKAOptions } from '@placekit/autocomplete-js'; | ||
@@ -19,3 +19,3 @@ | ||
options?: Omit<PKAOptions, 'target'>; | ||
} & Partial<Handlers>; | ||
} & Partial<Handlers> & React.HTMLProps<HTMLInputElement>; | ||
@@ -22,0 +22,0 @@ export type PlaceKitOptions = Omit<PKAOptions, 'target'> & { |
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.0.0-alpha.7 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.0.0-alpha.8 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
import _extends from '@babel/runtime/helpers/extends'; | ||
@@ -3,0 +3,0 @@ import PropTypes from 'prop-types'; |
{ | ||
"name": "@placekit/autocomplete-react", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"author": "PlaceKit <support@placekit.io>", | ||
@@ -56,3 +56,3 @@ "description": "PlaceKit Autocomplete React library", | ||
"dependencies": { | ||
"@placekit/autocomplete-js": "^1.0.0-alpha.6", | ||
"@placekit/autocomplete-js": "^1.0.0-alpha.7", | ||
"@types/react": "^18.0.26", | ||
@@ -59,0 +59,0 @@ "prop-types": "^15.8.1" |
@@ -55,2 +55,4 @@ <h1 align="center"> | ||
👉 **Check out our [examples](./examples) for different use cases!** | ||
## ⚙️ Component properties | ||
@@ -57,0 +59,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
18429
135