sanity-plugin-hotspot-array
5.0.125.0.13
dist/index.js~
dist/index.jsModified+3−1
Index: package/dist/index.js
===================================================================
--- package/dist/index.js
+++ package/dist/index.js
@@ -1,13 +1,15 @@
+import "@sanity/ui/styles.css";
import { c } from "react/compiler-runtime";
import { getImageDimensions } from "@sanity/asset-utils";
import { createImageUrlBuilder } from "@sanity/image-url";
-import { Box, Card, Flex, Stack, Text, Tooltip } from "@sanity/ui";
+import { Box, Card, Flex, Stack, Text } from "@sanity/ui";
import { randomKey } from "@sanity/util/content";
import get from "lodash-es/get.js";
import { useEffect, useMemo, useRef, useState } from "react";
import { PatchEvent, definePlugin, insert, set, setIfMissing, useClient, useFormValue, useResolveInitialValueForType } from "sanity";
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
+import { Tooltip } from "@sanity/ui/tooltip";
import { motion, useMotionValue } from "motion/react";
function Feedback(t0) {
let $ = c(2), { children } = t0, t1;
return $[0] === children ? t1 = $[1] : (t1 = /* @__PURE__ */ jsx(Card, {