@sanity/google-maps-input 6.1.2 → 6.1.3

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/index.d.ts CHANGED
@@ -5,10 +5,7 @@ import { DiffProps, ObjectDiff, ObjectInputProps, ObjectSchemaType } from "sanit
5
5
  * built-in image diff. Handles both types: the preview detects a `radius` field
6
6
  * and draws the radius circle when present.
7
7
  */
8
- declare function GeopointDiff({
9
- diff,
10
- schemaType
11
- }: DiffProps<ObjectDiff>): import("react").JSX.Element;
8
+ declare function GeopointDiff({ diff, schemaType }: DiffProps<ObjectDiff>): import("react").JSX.Element;
12
9
  interface LatLng {
13
10
  lat: number;
14
11
  lng: number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../src/diff/GeopointDiff.tsx","../src/types.ts","../src/input/GeopointInput.tsx","../src/input/GeopointRadiusInput.tsx","../src/plugin.tsx"],"mappings":";;AAUA;;;;;iBAAgB,YAAA;EAAc,IAAA;EAAM;AAAA,GAAa,SAAA,CAAU,UAAA,oBAAW,GAAA,CAAA,OAAA;AAAA,UCRrD,MAAA;EACf,GAAA;EACA,GAAG;AAAA;AAAA,UAGY,QAAA;EACf,KAAA;EACA,IAAA;EACA,GAAA;EACA,GAAA;EACA,GAAA;EACA,IAAA;AAAA;AAAA,UAGe,cAAA;EACf,KAAA;EACA,IAAA;EACA,GAAA;EACA,GAAA;EACA,GAAA;EACA,MAAA;AAAA;AAAA,KAGU,kBAAA,GAAqB,gBAAgB;AAAA,KAErC,wBAAA,GAA2B,gBAAgB;AAAA,UAEtC,qBAAA;EACf,MAAA;EACA,WAAA;EACA,aAAA;EACA,QAAA;EACA,eAAA;IACE,GAAA;IACA,GAAA;EAAA;EAEF,iBAAA;EACA,aAAA;AAAA;AAAA,KCpBU,kBAAA,GAAqB,gBAAA,CAAiB,QAAA;EAChD,SAAA,EAAW,qBAAA;AAAA;AAAA,iBAGG,aAAA,CAAc,KAAA,EAAO,kBAAkB,mBAAA,GAAA,CAAA,OAAA;AAAA,KCJ3C,wBAAA,GAA2B,gBAAA,CAAiB,cAAA;EACtD,SAAA,EAAW,qBAAA;AAAA;AAAA,iBAGG,mBAAA,CAAoB,KAAA,EAAO,wBAAwB,mBAAA,GAAA,CAAA,OAAA;AAAA,cCftD,eAAA,mBAAe,MAAA,CAAA,qBAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../src/diff/GeopointDiff.tsx","../src/types.ts","../src/input/GeopointInput.tsx","../src/input/GeopointRadiusInput.tsx","../src/plugin.tsx"],"mappings":";;;;;;;iBAUgB,eAAc,MAAM,cAAa,UAAU,8BAAW,IAAA;UCRrD;EACf;EACA;;UAGe;EACf;EACA;EACA;EACA;EACA;EACA;;UAGe;EACf;EACA;EACA;EACA;EACA;EACA;;KAGU,qBAAqB;KAErB,2BAA2B;UAEtB;EACf;EACA;EACA;EACA;EACA;IACE;IACA;;EAEF;EACA;;KCpBU,qBAAqB,iBAAiB;EAChD,WAAW;;iBAGG,cAAc,OAAO,qCAAkB,IAAA;KCJ3C,2BAA2B,iBAAiB;EACtD,WAAW;;iBAGG,oBAAoB,OAAO,2CAAwB,IAAA;cCftD,kCAAe,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/google-maps-input",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
5
5
  "keywords": [
6
6
  "cms",
@@ -39,23 +39,23 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@sanity/icons": "^5.0.0",
42
- "@sanity/ui": "^3.3.0",
43
- "@vis.gl/react-google-maps": "^1.8.3"
42
+ "@sanity/ui": "^3.3.5",
43
+ "@vis.gl/react-google-maps": "^1.9.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@sanity/tsconfig": "^2.2.0",
47
- "@sanity/tsdown-config": "^0.11.0",
47
+ "@sanity/tsdown-config": "^0.13.1",
48
48
  "@types/google.maps": "^3.65.2",
49
49
  "@types/react": "^19.2.17",
50
50
  "@types/react-dom": "^19.2.3",
51
51
  "@vanilla-extract/css": "^1.21.1",
52
- "@vanilla-extract/vite-plugin": "^5.2.3",
52
+ "@vanilla-extract/vite-plugin": "^5.2.4",
53
53
  "babel-plugin-react-compiler": "^1.0.0",
54
54
  "react": "^19.2.7",
55
55
  "react-dom": "^19.2.7",
56
56
  "sanity": "^6.3.0",
57
57
  "styled-components": "^6.4.3",
58
- "tsdown": "^0.22.3"
58
+ "tsdown": "^0.22.5"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "react": "^19.2",