@heycar/heycars-map 0.7.3 → 0.7.5

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.
@@ -0,0 +1,12 @@
1
+ export interface useBusinessAlarmProps {
2
+ emptyPlaceName: string;
3
+ }
4
+ export declare const useBusinessAlarm: (props?: useBusinessAlarmProps) => {
5
+ place: {
6
+ lng: number;
7
+ lat: number;
8
+ name: string;
9
+ displayName: string;
10
+ };
11
+ geoError: import("vue").Ref<GeolocationPositionError | undefined>;
12
+ };
package/dist/index.cjs CHANGED
@@ -7085,7 +7085,7 @@ const useBusinessQuotingMap = () => {
7085
7085
  const { setMap, mapRef } = useHeycarMap();
7086
7086
  const { registerFitVeiw, setFitView } = useMapFitView({
7087
7087
  mapRef,
7088
- padding: [19, 26, 19, 26]
7088
+ padding: [26, 26, 19, 26]
7089
7089
  });
7090
7090
  return { setMap, registerFitVeiw, setFitView };
7091
7091
  };
package/dist/index.js CHANGED
@@ -7083,7 +7083,7 @@ const useBusinessQuotingMap = () => {
7083
7083
  const { setMap, mapRef } = useHeycarMap();
7084
7084
  const { registerFitVeiw, setFitView } = useMapFitView({
7085
7085
  mapRef,
7086
- padding: [19, 26, 19, 26]
7086
+ padding: [26, 26, 19, 26]
7087
7087
  });
7088
7088
  return { setMap, registerFitVeiw, setFitView };
7089
7089
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heycar/heycars-map",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite -c vite.config.dev.ts",