@sanity/vision 4.19.0 → 4.19.1-next.10
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-es/{SanityVision.mjs → SanityVision.js} +2 -2
- package/lib/{_chunks-cjs → _chunks-es}/SanityVision.js.map +1 -1
- package/lib/_chunks-es/{index.mjs → index.js} +3 -3
- package/lib/{_chunks-cjs → _chunks-es}/index.js.map +1 -1
- package/lib/_chunks-es/{resources.mjs → resources.js} +1 -1
- package/lib/{_chunks-cjs → _chunks-es}/resources.js.map +1 -1
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/package.json +11 -14
- package/lib/_chunks-cjs/SanityVision.js +0 -2042
- package/lib/_chunks-cjs/index.js +0 -36
- package/lib/_chunks-cjs/resources.js +0 -113
- package/lib/_chunks-es/SanityVision.mjs.map +0 -1
- package/lib/_chunks-es/index.mjs.map +0 -1
- package/lib/_chunks-es/resources.mjs.map +0 -1
- package/lib/index.d.mts +0 -153
- package/lib/index.mjs +0 -5
- package/lib/index.mjs.map +0 -1
|
@@ -17,7 +17,7 @@ import { lineNumbers, highlightActiveLine, highlightActiveLineGutter, highlightS
|
|
|
17
17
|
import { tags } from "@lezer/highlight";
|
|
18
18
|
import { hues } from "@sanity/color";
|
|
19
19
|
import { styled, css } from "styled-components";
|
|
20
|
-
import { visionLocaleNamespace } from "./index.
|
|
20
|
+
import { visionLocaleNamespace } from "./index.js";
|
|
21
21
|
import debounce from "lodash/debounce.js";
|
|
22
22
|
import JSON5 from "json5";
|
|
23
23
|
import isEqual from "lodash/isEqual.js";
|
|
@@ -2066,4 +2066,4 @@ function SanityVision(props) {
|
|
|
2066
2066
|
export {
|
|
2067
2067
|
SanityVision as default
|
|
2068
2068
|
};
|
|
2069
|
-
//# sourceMappingURL=SanityVision.
|
|
2069
|
+
//# sourceMappingURL=SanityVision.js.map
|