@adoptaunabuelo/react-components 0.2.48 → 0.2.49

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.
@@ -9,7 +9,7 @@ export interface InputLocationPrimaryProps extends InputPrimaryProps {
9
9
  searchOptions?: {
10
10
  types: string[];
11
11
  };
12
- suggestionViewStyle: React.CSSProperties;
12
+ suggestionViewStyle?: React.CSSProperties;
13
13
  onLocationChange?: (result: {
14
14
  address: string;
15
15
  geocoder: google.maps.GeocoderResult;
@@ -21,7 +21,7 @@ export interface InputLocationSecondaryProps extends InputSecondaryProps {
21
21
  searchOptions?: {
22
22
  types: string[];
23
23
  };
24
- suggestionViewStyle: React.CSSProperties;
24
+ suggestionViewStyle?: React.CSSProperties;
25
25
  onLocationChange?: (result: {
26
26
  address: string;
27
27
  geocoder: google.maps.GeocoderResult;
@@ -9,7 +9,7 @@ export interface InputLocationPrimaryProps extends InputPrimaryProps {
9
9
  searchOptions?: {
10
10
  types: string[];
11
11
  };
12
- suggestionViewStyle: React.CSSProperties;
12
+ suggestionViewStyle?: React.CSSProperties;
13
13
  onLocationChange?: (result: {
14
14
  address: string;
15
15
  geocoder: google.maps.GeocoderResult;
@@ -21,7 +21,7 @@ export interface InputLocationSecondaryProps extends InputSecondaryProps {
21
21
  searchOptions?: {
22
22
  types: string[];
23
23
  };
24
- suggestionViewStyle: React.CSSProperties;
24
+ suggestionViewStyle?: React.CSSProperties;
25
25
  onLocationChange?: (result: {
26
26
  address: string;
27
27
  geocoder: google.maps.GeocoderResult;
package/dist/index.d.ts CHANGED
@@ -113,7 +113,7 @@ interface InputLocationPrimaryProps extends InputPrimaryProps {
113
113
  searchOptions?: {
114
114
  types: string[];
115
115
  };
116
- suggestionViewStyle: React.CSSProperties;
116
+ suggestionViewStyle?: React.CSSProperties;
117
117
  onLocationChange?: (result: {
118
118
  address: string;
119
119
  geocoder: google.maps.GeocoderResult;
@@ -125,7 +125,7 @@ interface InputLocationSecondaryProps extends InputSecondaryProps {
125
125
  searchOptions?: {
126
126
  types: string[];
127
127
  };
128
- suggestionViewStyle: React.CSSProperties;
128
+ suggestionViewStyle?: React.CSSProperties;
129
129
  onLocationChange?: (result: {
130
130
  address: string;
131
131
  geocoder: google.maps.GeocoderResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.2.48",
3
+ "version": "0.2.49",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,