@sanity/google-maps-input 3.0.0-v3-studio.8 → 3.0.0
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/README.md +3 -6
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
# @sanity/google-maps-input
|
|
2
2
|
|
|
3
|
-
> **
|
|
4
|
-
>
|
|
5
|
-
> This is the **Sanity Studio v3 version** of @sanity/google-maps-input.
|
|
6
|
-
>
|
|
3
|
+
>T his is a **Sanity Studio v3** plugin.
|
|
7
4
|
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity/tree/next/packages/%40sanity/google-maps-input).
|
|
8
5
|
|
|
9
6
|
## What is it?
|
|
@@ -24,13 +21,13 @@ These will be re-added well before Studio V3 GA.
|
|
|
24
21
|
In your studio folder, run:
|
|
25
22
|
|
|
26
23
|
```
|
|
27
|
-
npm install --save @sanity/google-maps-input
|
|
24
|
+
npm install --save @sanity/google-maps-input
|
|
28
25
|
```
|
|
29
26
|
|
|
30
27
|
or
|
|
31
28
|
|
|
32
29
|
```
|
|
33
|
-
yarn add @sanity/google-maps-input
|
|
30
|
+
yarn add @sanity/google-maps-input
|
|
34
31
|
```
|
|
35
32
|
|
|
36
33
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/google-maps-input",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -53,7 +53,9 @@
|
|
|
53
53
|
"watch": "pkg-utils watch"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
+
"@sanity/icons": "^2.0.0",
|
|
56
57
|
"@sanity/incompatible-plugin": "^1.0.4",
|
|
58
|
+
"@sanity/ui": "^1.0.0",
|
|
57
59
|
"lodash": "^4.17.21",
|
|
58
60
|
"rxjs": "^6.6.7"
|
|
59
61
|
},
|
|
@@ -80,16 +82,14 @@
|
|
|
80
82
|
"react": "^18",
|
|
81
83
|
"react-dom": "^18",
|
|
82
84
|
"rimraf": "^3.0.2",
|
|
83
|
-
"sanity": "3.0.0
|
|
85
|
+
"sanity": "^3.0.0",
|
|
84
86
|
"styled-components": "^5.2.0",
|
|
85
87
|
"typescript": "^4.8.4"
|
|
86
88
|
},
|
|
87
89
|
"peerDependencies": {
|
|
88
|
-
"@sanity/icons": "^1.3",
|
|
89
|
-
"@sanity/ui": "1.0.0-beta.32",
|
|
90
90
|
"react": "^18",
|
|
91
91
|
"react-dom": "^18",
|
|
92
|
-
"sanity": "
|
|
92
|
+
"sanity": "^3.0.0",
|
|
93
93
|
"styled-components": "^5.2"
|
|
94
94
|
},
|
|
95
95
|
"engines": {
|