@sanity/vision 6.14.0-next.10 → 6.14.0-next.14
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.
|
@@ -3,14 +3,14 @@ import { Component, Fragment, Suspense, use, useEffect, useImperativeHandle, use
|
|
|
3
3
|
import { ContextMenuButton, RELEASES_STUDIO_CLIENT_OPTIONS, Translate, UserAvatar, VARIANTS_STUDIO_CLIENT_OPTIONS, getReleaseIdFromReleaseDocumentId, getVariantTitle, isCardinalityOneRelease, sortReleases, useActiveReleases, useClient, useCurrentUser, useDataset, useDateTimeFormat, useKeyValueStore, usePerspective, useScheduledDraftsEnabled, useTranslation, useWorkspace } from "sanity";
|
|
4
4
|
import { IntentLink } from "sanity/router";
|
|
5
5
|
import { c } from "react/compiler-runtime";
|
|
6
|
-
import { Badge, Button, Card, Container, Dialog, Flex,
|
|
6
|
+
import { Badge, Button, Card, Container, Dialog, Flex, Heading, Hotkeys, Inline, Label, Select, Spinner, Stack, Tab, TabList, Text, TextInput, rem, useClickOutsideEvent, useTheme, useTheme_v2 } from "@sanity/ui";
|
|
7
7
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
import { SplitPane } from "@rexxars/react-split-pane";
|
|
9
9
|
import { ChevronLeftIcon } from "@sanity/icons/ChevronLeft";
|
|
10
10
|
import { ChevronRightIcon } from "@sanity/icons/ChevronRight";
|
|
11
11
|
import { useToast } from "@sanity/ui/toast";
|
|
12
12
|
import { isHotkey } from "is-hotkey-esm";
|
|
13
|
-
import { Box } from "ui5";
|
|
13
|
+
import { Box, Grid } from "ui5";
|
|
14
14
|
import { useEffectEvent } from "use-effect-event";
|
|
15
15
|
import { closeBrackets } from "@codemirror/autocomplete";
|
|
16
16
|
import { defaultKeymap, history, historyKeymap } from "@codemirror/commands";
|
|
@@ -1698,10 +1698,10 @@ function VisionGuiHeader(t0) {
|
|
|
1698
1698
|
}, $[3] = t2) : t2 = $[3];
|
|
1699
1699
|
let handleCopyUrl = t2, t3;
|
|
1700
1700
|
$[4] === Symbol.for("react.memo_cache_sentinel") ? (t3 = [
|
|
1701
|
-
1,
|
|
1702
|
-
4,
|
|
1703
|
-
8,
|
|
1704
|
-
12
|
|
1701
|
+
"repeat(1, minmax(0, 1fr))",
|
|
1702
|
+
"repeat(4, minmax(0, 1fr))",
|
|
1703
|
+
"repeat(8, minmax(0, 1fr))",
|
|
1704
|
+
"repeat(12, minmax(0, 1fr))"
|
|
1705
1705
|
], $[4] = t3) : t3 = $[4];
|
|
1706
1706
|
let t4;
|
|
1707
1707
|
$[5] === Symbol.for("react.memo_cache_sentinel") ? (t4 = ["span 1 / span 1", "span 2 / span 2"], $[5] = t4) : t4 = $[5];
|
|
@@ -2952,4 +2952,4 @@ function SanityVision(props) {
|
|
|
2952
2952
|
}
|
|
2953
2953
|
export { SanityVision as default };
|
|
2954
2954
|
|
|
2955
|
-
//# sourceMappingURL=SanityVision-
|
|
2955
|
+
//# sourceMappingURL=SanityVision-CFvbcBD0.js.map
|