sanity-plugin-google-translate

4.0.94.0.10
dist/index.js
~dist/index.jsModified
+4−1
Index: package/dist/index.js
===================================================================
--- package/dist/index.js
+++ package/dist/index.js
@@ -1,7 +1,10 @@
+import "@sanity/ui/styles.css";
 import { MemberField, MemberFieldError, MemberFieldSet, definePlugin, set, unset } from "sanity";
 import { c } from "react/compiler-runtime";
-import { Box, Button, Flex, Stack, Text, Tooltip, useToast } from "@sanity/ui";
+import { Box, Button, Flex, Stack, Text } from "@sanity/ui";
+import { useToast } from "@sanity/ui/toast";
+import { Tooltip } from "@sanity/ui/tooltip";
 import { useState } from "react";
 import { jsx, jsxs } from "react/jsx-runtime";
 function extractLanguageFromCode(code = "") {
 	if (code.length <= 2) return code.toLowerCase();