@sanity/google-maps-input 3.0.0-studio-v3.0 → 3.0.0-v3-studio.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/README.md +7 -0
- package/lib/cjs/index.js +188 -187
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.js +185 -184
- package/lib/esm/index.js.map +1 -1
- package/lib/types/index.d.ts.map +1 -1
- package/package.json +9 -8
- package/src/index.tsx +12 -11
- package/src/input/GeopointInput.tsx +5 -7
package/README.md
CHANGED
|
@@ -13,6 +13,13 @@ This plugin will replace the default `geopoint` input component.
|
|
|
13
13
|
|
|
14
14
|

|
|
15
15
|
|
|
16
|
+
## Know issues in Studio V3
|
|
17
|
+
|
|
18
|
+
* Change indicator is disabled
|
|
19
|
+
* Diff-preview is disabled
|
|
20
|
+
|
|
21
|
+
These will be re-added well before Studio V3 GA.
|
|
22
|
+
|
|
16
23
|
## Installation
|
|
17
24
|
|
|
18
25
|
In your studio folder, run:
|