sanity 5.24.1-next.5 → 5.25.0-next.7

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.
@@ -7561,6 +7561,7 @@ declare function isPerspectiveWriteable({
7561
7561
  interface Props$5 {
7562
7562
  withReleasesToolButton?: boolean;
7563
7563
  menuItemProps?: ReleasesNavMenuItemPropsGetter;
7564
+ border?: boolean;
7564
7565
  }
7565
7566
  /**
7566
7567
  * @internal
@@ -16199,6 +16200,9 @@ type DefaultPluginsWorkspaceOptions = {
16199
16200
  scheduledDrafts: {
16200
16201
  enabled: boolean;
16201
16202
  };
16203
+ variants: {
16204
+ enabled: boolean;
16205
+ };
16202
16206
  scheduledPublishing: ScheduledPublishingPluginOptions;
16203
16207
  releases: {
16204
16208
  enabled?: boolean;
@@ -16297,6 +16301,12 @@ interface BetaFeatures {
16297
16301
  documents?: boolean;
16298
16302
  releases?: boolean;
16299
16303
  };
16304
+ /**
16305
+ * Config for variants beta features in Studio.
16306
+ */
16307
+ variants?: {
16308
+ enabled?: boolean;
16309
+ };
16300
16310
  }
16301
16311
  /**
16302
16312
  * @internal
@@ -18,7 +18,7 @@ import startCase from "lodash-es/startCase.js";
18
18
  const structureLocaleNamespace = "structure", structureUsEnglishLocaleBundle = defineLocaleResourceBundle({
19
19
  locale: "en-US",
20
20
  namespace: structureLocaleNamespace,
21
- resources: () => import("./resources7.js")
21
+ resources: () => import("./resources8.js")
22
22
  }), IMPLICIT_SCHEMA_TYPE_FIELDS = ["_id", "_type", "_createdAt", "_updatedAt", "_rev"], warnedMessages = /* @__PURE__ */ new Set();
23
23
  function getOrCreateChildNode(nodes, fieldName, reference) {
24
24
  const node = nodes.get(fieldName);
@@ -26,7 +26,7 @@ const useSharedState = (key, value) => {
26
26
  }, DEFAULT_TOOL_ICON = ComposeIcon, DEFAULT_TOOL_NAME = "presentation", DEFAULT_TOOL_TITLE = "Presentation", EDIT_INTENT_MODE = "presentation", MAX_TIME_TO_OVERLAYS_CONNECTION = 3e3, API_VERSION = apiVersion, MIN_LOADER_QUERY_LISTEN_HEARTBEAT_INTERVAL = 1e3, LOADER_QUERY_GC_INTERVAL = 3e4, POPUP_CHECK_INTERVAL = 1e3, presentationLocaleNamespace = "presentation", presentationUsEnglishLocaleBundle = defineLocaleResourceBundle({
27
27
  locale: "en-US",
28
28
  namespace: presentationLocaleNamespace,
29
- resources: () => import("./resources8.js")
29
+ resources: () => import("./resources9.js")
30
30
  });
31
31
  function usePresentationPerspectiveStack() {
32
32
  const $ = c(3), {