@sanity/code-input 4.1.3 → 4.1.4
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/lib/_chunks/{CodeMirrorProxy-6jTWWQ83.js → CodeMirrorProxy-A8RWnbXx.js} +4 -6
- package/lib/_chunks/CodeMirrorProxy-A8RWnbXx.js.map +1 -0
- package/lib/_chunks/{CodeMirrorProxy-UbGy745B.cjs → CodeMirrorProxy-tci8hAnf.cjs} +4 -6
- package/lib/_chunks/CodeMirrorProxy-tci8hAnf.cjs.map +1 -0
- package/lib/_chunks/{index-cttyJsiZ.cjs → index-0LQQ9tED.cjs} +2 -2
- package/lib/_chunks/{index-cttyJsiZ.cjs.map → index-0LQQ9tED.cjs.map} +1 -1
- package/lib/_chunks/{index-KYa8fGra.js → index-4cT0QYPN.js} +2 -2
- package/lib/_chunks/{index-KYa8fGra.js.map → index-4cT0QYPN.js.map} +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/codemirror/defaultCodeModes.ts +1 -1
- package/lib/_chunks/CodeMirrorProxy-6jTWWQ83.js.map +0 -1
- package/lib/_chunks/CodeMirrorProxy-UbGy745B.cjs.map +0 -1
|
@@ -4161,7 +4161,7 @@ function LanguageField(props) {
|
|
|
4161
4161
|
renderPreview
|
|
4162
4162
|
});
|
|
4163
4163
|
}
|
|
4164
|
-
const CodeMirrorProxy = lazy(() => import('./CodeMirrorProxy-
|
|
4164
|
+
const CodeMirrorProxy = lazy(() => import('./CodeMirrorProxy-A8RWnbXx.js'));
|
|
4165
4165
|
function useCodeMirror() {
|
|
4166
4166
|
const [mounted, setMounted] = useState(false);
|
|
4167
4167
|
useEffect(() => {
|
|
@@ -4669,4 +4669,4 @@ const codeInput = definePlugin(config => {
|
|
|
4669
4669
|
};
|
|
4670
4670
|
});
|
|
4671
4671
|
export { CodeInputConfigContext, PreviewCode, codeInput, codeSchema, codeTypeName };
|
|
4672
|
-
//# sourceMappingURL=index-
|
|
4672
|
+
//# sourceMappingURL=index-4cT0QYPN.js.map
|