@aws-amplify/ui-react-geo 2.1.0 → 2.1.1
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.
package/dist/esm/version.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -70,7 +70,7 @@ const MapView = React.forwardRef(({ mapLib, mapStyle, style, ...props }, ref) =>
|
|
|
70
70
|
});
|
|
71
71
|
MapView.displayName = 'MapView';
|
|
72
72
|
|
|
73
|
-
const VERSION = '2.1.
|
|
73
|
+
const VERSION = '2.1.1';
|
|
74
74
|
|
|
75
75
|
const LOCATION_SEARCH_OPTIONS = {
|
|
76
76
|
maplibregl: maplibregl__default["default"],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { LocationSearchProps } from '../types/maplibre-gl-geocoder';
|
|
3
3
|
/**
|
|
4
4
|
* The `<LocationSearch>` component provides location search.
|
|
@@ -21,4 +21,4 @@ import { LocationSearchProps } from '../types/maplibre-gl-geocoder';
|
|
|
21
21
|
* return <LocationSearch />;
|
|
22
22
|
* }
|
|
23
23
|
*/
|
|
24
|
-
export declare const LocationSearch: (props: LocationSearchProps) =>
|
|
24
|
+
export declare const LocationSearch: (props: LocationSearchProps) => JSX.Element;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "2.1.
|
|
1
|
+
export declare const VERSION = "2.1.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-geo",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"typecheck": "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@aws-amplify/ui-react-core": "3.2.
|
|
42
|
+
"@aws-amplify/ui-react-core": "3.2.1",
|
|
43
43
|
"mapbox-gl": "1.13.1",
|
|
44
44
|
"maplibre-gl": "2.1.9",
|
|
45
45
|
"maplibre-gl-js-amplify": "^4.0.2",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@aws-amplify/geo": "^3.0.59",
|
|
51
51
|
"aws-amplify": "^6.9.0",
|
|
52
|
-
"react": "^16.14 || ^17 || ^18
|
|
53
|
-
"react-dom": "^16.14 || ^17 || ^18
|
|
52
|
+
"react": "^16.14.0 || ^17.0 || ^18.0",
|
|
53
|
+
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@aws-amplify/geo": "^3.0.59",
|