@omnic/widget-locations 1.1.69 → 1.1.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnic/widget-locations",
3
- "version": "1.1.69",
3
+ "version": "1.1.76",
4
4
  "description": "Simple map widget for Omnic Delivery applications",
5
5
  "files": [
6
6
  "@types",
@@ -21,6 +21,7 @@
21
21
  "email": "arutiunian666@gmail.com",
22
22
  "name": "David Arutiunian"
23
23
  },
24
+ "license": "MIT",
24
25
  "scripts": {
25
26
  "preversion": "npm run type-check && npm run lint",
26
27
  "build:app": "tsc && cross-env VITE_CJS_IGNORE_WARNING=true BUILD_TYPE=app vite build",
@@ -40,7 +41,7 @@
40
41
  "react-dom": "18.2.0"
41
42
  },
42
43
  "dependencies": {
43
- "@react-google-maps/api": "2.19.3",
44
+ "@googlemaps/markerclusterer": "2.6.2",
44
45
  "@tanstack/react-query": "5.59.20",
45
46
  "@tolgee/react": "5.22.0",
46
47
  "@tolgee/web": "5.22.0",
@@ -49,6 +50,7 @@
49
50
  "@types/react": "18.2.70",
50
51
  "@types/react-dom": "18.2.22",
51
52
  "@types/uuid": "9.0.8",
53
+ "@vis.gl/react-google-maps": "1.5.5",
52
54
  "axios": "1.6.8",
53
55
  "classnames": "2.5.1",
54
56
  "invariant": "2.2.4",
@@ -73,5 +75,5 @@
73
75
  "lerna": "8.1.2",
74
76
  "sass": "1.72.0"
75
77
  },
76
- "gitHead": "8bc7c40132fb604d6b3740703c2415f85e109a87"
78
+ "gitHead": "c77c9225cf560892e99deeb0064880be2068d55c"
77
79
  }
@@ -1,5 +0,0 @@
1
- interface UseReMountOnLocaleChangeParams {
2
- locale?: string;
3
- }
4
- export declare const useReMountOnLocaleChange: ({ locale }: UseReMountOnLocaleChangeParams) => boolean;
5
- export {};
@@ -1 +0,0 @@
1
- export declare const stopImmediatePropagation: (event: Event) => void;
@@ -1 +0,0 @@
1
- export declare const svgStringToBase64URL: (value: string) => string;