@sanity/vision 6.11.0-next.70 → 6.11.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.
|
@@ -88,9 +88,9 @@ const sharedExtensions = [
|
|
|
88
88
|
key: "Mod-Enter",
|
|
89
89
|
run: () => !0
|
|
90
90
|
},
|
|
91
|
-
defaultKeymap,
|
|
92
|
-
historyKeymap
|
|
93
|
-
]
|
|
91
|
+
...defaultKeymap,
|
|
92
|
+
...historyKeymap
|
|
93
|
+
])
|
|
94
94
|
], groqExtensions = [groq(), ...sharedExtensions], paramsExtensions = [javascriptLanguage, ...sharedExtensions];
|
|
95
95
|
function useCodemirrorTheme(theme) {
|
|
96
96
|
let $ = c(7), t0;
|
|
@@ -2870,4 +2870,4 @@ function SanityVision(props) {
|
|
|
2870
2870
|
}
|
|
2871
2871
|
export { SanityVision as default };
|
|
2872
2872
|
|
|
2873
|
-
//# sourceMappingURL=SanityVision-
|
|
2873
|
+
//# sourceMappingURL=SanityVision-ChQxkYFr.js.map
|