@adoptaunabuelo/react-components 0.3.97 → 0.3.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,6 @@ export interface LocationFormProps {
5
5
  type: "location";
6
6
  design?: "primary" | "secondary" | "third";
7
7
  placeholder?: string;
8
- googleAPIKey: string;
9
8
  defaultLocation?: LocationProps;
10
9
  isLoaded: boolean;
11
10
  onSubmit: (result: {
@@ -5,7 +5,6 @@ export interface LocationFormProps {
5
5
  type: "location";
6
6
  design?: "primary" | "secondary" | "third";
7
7
  placeholder?: string;
8
- googleAPIKey: string;
9
8
  defaultLocation?: LocationProps;
10
9
  isLoaded: boolean;
11
10
  onSubmit: (result: {
package/dist/index.d.ts CHANGED
@@ -717,7 +717,6 @@ interface LocationFormProps {
717
717
  type: "location";
718
718
  design?: "primary" | "secondary" | "third";
719
719
  placeholder?: string;
720
- googleAPIKey: string;
721
720
  defaultLocation?: LocationProps;
722
721
  isLoaded: boolean;
723
722
  onSubmit: (result: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.3.97",
3
+ "version": "0.3.98",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,