sanity 5.14.0-next.8 → 5.14.0

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.
Files changed (48) hide show
  1. package/lib/_chunks-cjs/resolveIcon.cjs +53 -0
  2. package/lib/_chunks-cjs/resolveIcon.cjs.map +1 -0
  3. package/lib/_chunks-dts/ActiveWorkspaceMatcherContext.d.ts +88 -42
  4. package/lib/_chunks-dts/index.d.ts +1 -1
  5. package/lib/_chunks-dts/types.d.ts +3 -1
  6. package/lib/_chunks-es/MenuGroup.js +9 -6
  7. package/lib/_chunks-es/MenuGroup.js.map +1 -1
  8. package/lib/_chunks-es/deleteSchemaAction.js +5 -3
  9. package/lib/_chunks-es/deleteSchemaAction.js.map +1 -1
  10. package/lib/_chunks-es/deployAction2.js +3 -1
  11. package/lib/_chunks-es/deployAction2.js.map +1 -1
  12. package/lib/_chunks-es/deploySchemasAction.js +9 -23
  13. package/lib/_chunks-es/deploySchemasAction.js.map +1 -1
  14. package/lib/_chunks-es/extractManifestAction.js +9 -6
  15. package/lib/_chunks-es/extractManifestAction.js.map +1 -1
  16. package/lib/_chunks-es/listSchemasAction.js +6 -4
  17. package/lib/_chunks-es/listSchemasAction.js.map +1 -1
  18. package/lib/_chunks-es/package.js +1 -1
  19. package/lib/_chunks-es/pane.js +106 -66
  20. package/lib/_chunks-es/pane.js.map +1 -1
  21. package/lib/_chunks-es/presentation.js +2 -2
  22. package/lib/_chunks-es/presentation.js.map +1 -1
  23. package/lib/_chunks-es/resources2.js +14 -0
  24. package/lib/_chunks-es/resources2.js.map +1 -1
  25. package/lib/_chunks-es/schemaStoreOutStrings.js +7 -40
  26. package/lib/_chunks-es/schemaStoreOutStrings.js.map +1 -1
  27. package/lib/_chunks-es/uniqueProjectIdDataset.js.map +1 -1
  28. package/lib/_chunks-es/upgradePackages.js +5 -1
  29. package/lib/_chunks-es/upgradePackages.js.map +1 -1
  30. package/lib/_chunks-es/version.js +1 -1
  31. package/lib/_internal/cli/threads/extractManifest.cjs +14 -4
  32. package/lib/_internal/cli/threads/extractManifest.cjs.map +1 -1
  33. package/lib/_internal/cli/threads/extractManifest.d.cts +1 -0
  34. package/lib/_internal/cli/threads/generateStudioManifest.cjs +3 -3
  35. package/lib/_internal/cli/threads/generateStudioManifest.cjs.map +1 -1
  36. package/lib/_singletons.d.ts +5 -3
  37. package/lib/_singletons.js +2 -1
  38. package/lib/_singletons.js.map +1 -1
  39. package/lib/desk.d.ts +1 -1
  40. package/lib/index.d.ts +2 -2
  41. package/lib/index.js +3266 -2908
  42. package/lib/index.js.map +1 -1
  43. package/lib/router.js +1 -1
  44. package/lib/router.js.map +1 -1
  45. package/lib/structure.d.ts +1 -1
  46. package/package.json +16 -16
  47. package/lib/_chunks-cjs/extractWorkspaceManifest.cjs +0 -395
  48. package/lib/_chunks-cjs/extractWorkspaceManifest.cjs.map +0 -1
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __copyProps = (to, from, except, desc) => {
8
+ if (from && typeof from == "object" || typeof from == "function")
9
+ for (let key of __getOwnPropNames(from))
10
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ return to;
12
+ };
13
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
14
+ // If the importer is in node compatibility mode or this is not an ESM
15
+ // file that has been converted to a CommonJS file using a Babel-
16
+ // compatible transform (i.e. "__esModule" has not been set), then set
17
+ // "default" to the CommonJS "module.exports" for node compatibility.
18
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
19
+ mod
20
+ ));
21
+ var jsxRuntime = require("react/jsx-runtime"), server = require("react-dom/server"), compilerRuntime = require("react/compiler-runtime"), ui = require("@sanity/ui"), theme$1 = require("@sanity/ui/theme"), react = require("react"), reactIs = require("react-is"), sanity = require("sanity");
22
+ const theme = theme$1.buildTheme(), SchemaIcon = (t0) => {
23
+ const $ = compilerRuntime.c(6), {
24
+ icon,
25
+ title,
26
+ subtitle
27
+ } = t0;
28
+ let t1;
29
+ $[0] !== icon || $[1] !== subtitle || $[2] !== title ? (t1 = normalizeIcon(icon, title, subtitle), $[0] = icon, $[1] = subtitle, $[2] = title, $[3] = t1) : t1 = $[3];
30
+ let t2;
31
+ return $[4] !== t1 ? (t2 = /* @__PURE__ */ jsxRuntime.jsx(ui.ThemeProvider, { theme, children: t1 }), $[4] = t1, $[5] = t2) : t2 = $[5], t2;
32
+ };
33
+ function normalizeIcon(Icon, title, subtitle = "") {
34
+ return reactIs.isValidElementType(Icon) ? /* @__PURE__ */ jsxRuntime.jsx(Icon, {}) : react.isValidElement(Icon) ? Icon : sanity.createDefaultIcon(title, subtitle);
35
+ }
36
+ const HTML_TAGS = ["img", "style"], SVG_TAGS = ["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"], SVG_FILTER_TAGS = ["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"], ALLOWED_TAGS = [...SVG_TAGS, ...HTML_TAGS, ...SVG_FILTER_TAGS], HTML_ATTRIBUTES = ["alt", "class", "crossorigin", "decoding", "elementtiming", "fetchpriority", "height", "loading", "src", "srcset", "style", "width"], SVG_ATTRIBUTES = ["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"], ALLOWED_ATTR = [...SVG_ATTRIBUTES, ...HTML_ATTRIBUTES], config = {
37
+ ALLOWED_ATTR,
38
+ ALLOWED_TAGS
39
+ };
40
+ let cachedDOMPurify;
41
+ async function getDOMPurify() {
42
+ return cachedDOMPurify || (cachedDOMPurify = (await import("isomorphic-dompurify")).default), cachedDOMPurify;
43
+ }
44
+ async function resolveIcon(options) {
45
+ try {
46
+ const html = server.renderToString(/* @__PURE__ */ jsxRuntime.jsx(SchemaIcon, { ...options })).trim();
47
+ return options.sanitize ? (await getDOMPurify()).sanitize(html, config) || void 0 : html || void 0;
48
+ } catch {
49
+ return;
50
+ }
51
+ }
52
+ exports.resolveIcon = resolveIcon;
53
+ //# sourceMappingURL=resolveIcon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolveIcon.cjs","sources":["../../src/_internal/manifest/Icon.tsx","../../src/_internal/manifest/purifyConfig.ts","../../src/_internal/manifest/resolveIcon.tsx"],"sourcesContent":["import {ThemeProvider} from '@sanity/ui'\nimport {buildTheme} from '@sanity/ui/theme'\nimport {type ComponentType, isValidElement, type ReactNode} from 'react'\nimport {isValidElementType} from 'react-is'\nimport {createDefaultIcon} from 'sanity'\n\nconst theme = buildTheme()\n\ninterface SchemaIconProps {\n icon?: ComponentType | ReactNode\n title: string\n subtitle?: string\n}\n\nconst SchemaIcon = ({icon, title, subtitle}: SchemaIconProps): React.JSX.Element => {\n return <ThemeProvider theme={theme}>{normalizeIcon(icon, title, subtitle)}</ThemeProvider>\n}\n\nfunction normalizeIcon(\n Icon: ComponentType | ReactNode | undefined,\n title: string,\n subtitle = '',\n): React.JSX.Element {\n if (isValidElementType(Icon)) return <Icon />\n if (isValidElement(Icon)) return Icon\n return createDefaultIcon(title, subtitle)\n}\n\nexport {SchemaIcon}\nexport type {SchemaIconProps}\n","import {type Config} from 'isomorphic-dompurify'\n\n/**\n * This file maintains our sanitization configuration for DOMPurify.\n * We use an allowlist for tags and attributes to ensure that only safe\n * elements and attributes are allowed.\n *\n * This is easier to loosen as specs develop & use-cases are discovered.\n */\n\n///////// Tags\n\nconst HTML_TAGS = ['img', 'style']\n\nconst SVG_TAGS = [\n 'svg',\n 'a',\n 'altglyph',\n 'altglyphdef',\n 'altglyphitem',\n 'animatecolor',\n 'animatemotion',\n 'animatetransform',\n 'circle',\n 'clippath',\n 'defs',\n 'desc',\n 'ellipse',\n 'filter',\n 'font',\n 'g',\n 'glyph',\n 'glyphref',\n 'hkern',\n 'image',\n 'line',\n 'lineargradient',\n 'marker',\n 'mask',\n 'metadata',\n 'mpath',\n 'path',\n 'pattern',\n 'polygon',\n 'polyline',\n 'radialgradient',\n 'rect',\n 'stop',\n 'style',\n 'switch',\n 'symbol',\n 'text',\n 'textpath',\n 'title',\n 'tref',\n 'tspan',\n 'view',\n 'vkern',\n] as const\n\nconst SVG_FILTER_TAGS = [\n 'feBlend',\n 'feColorMatrix',\n 'feComponentTransfer',\n 'feComposite',\n 'feConvolveMatrix',\n 'feDiffuseLighting',\n 'feDisplacementMap',\n 'feDistantLight',\n 'feDropShadow',\n 'feFlood',\n 'feFuncA',\n 'feFuncB',\n 'feFuncG',\n 'feFuncR',\n 'feGaussianBlur',\n 'feImage',\n 'feMerge',\n 'feMergeNode',\n 'feMorphology',\n 'feOffset',\n 'fePointLight',\n 'feSpecularLighting',\n 'feSpotLight',\n 'feTile',\n 'feTurbulence',\n] as const\n\nconst ALLOWED_TAGS: Config['ALLOWED_TAGS'] = [...SVG_TAGS, ...HTML_TAGS, ...SVG_FILTER_TAGS]\n\n///////// Attributes\n\nconst HTML_ATTRIBUTES = [\n 'alt',\n 'class',\n 'crossorigin',\n 'decoding',\n 'elementtiming',\n 'fetchpriority',\n 'height',\n 'loading',\n 'src',\n 'srcset',\n 'style',\n 'width',\n]\n\nconst SVG_ATTRIBUTES = [\n 'accent-height',\n 'accumulate',\n 'additive',\n 'alignment-baseline',\n 'amplitude',\n 'ascent',\n 'attributename',\n 'attributetype',\n 'azimuth',\n 'basefrequency',\n 'baseline-shift',\n 'begin',\n 'bias',\n 'by',\n 'class',\n 'clip',\n 'clippathunits',\n 'clip-path',\n 'clip-rule',\n 'color',\n 'color-interpolation',\n 'color-interpolation-filters',\n 'color-profile',\n 'color-rendering',\n 'cx',\n 'cy',\n 'd',\n 'dx',\n 'dy',\n 'diffuseconstant',\n 'direction',\n 'display',\n 'divisor',\n 'dur',\n 'edgemode',\n 'elevation',\n 'end',\n 'exponent',\n 'fill',\n 'fill-opacity',\n 'fill-rule',\n 'filter',\n 'filterunits',\n 'flood-color',\n 'flood-opacity',\n 'font-family',\n 'font-size',\n 'font-size-adjust',\n 'font-stretch',\n 'font-style',\n 'font-variant',\n 'font-weight',\n 'fx',\n 'fy',\n 'g1',\n 'g2',\n 'glyph-name',\n 'glyphref',\n 'gradientunits',\n 'gradienttransform',\n 'height',\n 'href',\n 'id',\n 'image-rendering',\n 'in',\n 'in2',\n 'intercept',\n 'k',\n 'k1',\n 'k2',\n 'k3',\n 'k4',\n 'kerning',\n 'keypoints',\n 'keysplines',\n 'keytimes',\n 'lang',\n 'lengthadjust',\n 'letter-spacing',\n 'kernelmatrix',\n 'kernelunitlength',\n 'lighting-color',\n 'local',\n 'marker-end',\n 'marker-mid',\n 'marker-start',\n 'markerheight',\n 'markerunits',\n 'markerwidth',\n 'maskcontentunits',\n 'maskunits',\n 'max',\n 'mask',\n 'media',\n 'method',\n 'mode',\n 'min',\n 'name',\n 'numoctaves',\n 'offset',\n 'operator',\n 'opacity',\n 'order',\n 'orient',\n 'orientation',\n 'origin',\n 'overflow',\n 'paint-order',\n 'path',\n 'pathlength',\n 'patterncontentunits',\n 'patterntransform',\n 'patternunits',\n 'points',\n 'preservealpha',\n 'preserveaspectratio',\n 'primitiveunits',\n 'r',\n 'rx',\n 'ry',\n 'radius',\n 'refx',\n 'refy',\n 'repeatcount',\n 'repeatdur',\n 'restart',\n 'result',\n 'rotate',\n 'scale',\n 'seed',\n 'shape-rendering',\n 'slope',\n 'specularconstant',\n 'specularexponent',\n 'spreadmethod',\n 'startoffset',\n 'stddeviation',\n 'stitchtiles',\n 'stop-color',\n 'stop-opacity',\n 'stroke-dasharray',\n 'stroke-dashoffset',\n 'stroke-linecap',\n 'stroke-linejoin',\n 'stroke-miterlimit',\n 'stroke-opacity',\n 'stroke',\n 'stroke-width',\n 'style',\n 'surfacescale',\n 'systemlanguage',\n 'tabindex',\n 'tablevalues',\n 'targetx',\n 'targety',\n 'transform',\n 'transform-origin',\n 'text-anchor',\n 'text-decoration',\n 'text-rendering',\n 'textlength',\n 'type',\n 'u1',\n 'u2',\n 'unicode',\n 'values',\n 'viewbox',\n 'visibility',\n 'version',\n 'vert-adv-y',\n 'vert-origin-x',\n 'vert-origin-y',\n 'width',\n 'word-spacing',\n 'wrap',\n 'writing-mode',\n 'xchannelselector',\n 'ychannelselector',\n 'x',\n 'x1',\n 'x2',\n 'xmlns',\n 'y',\n 'y1',\n 'y2',\n 'z',\n 'zoomandpan',\n] as const\n\nconst ALLOWED_ATTR: Config['ALLOWED_ATTR'] = [...SVG_ATTRIBUTES, ...HTML_ATTRIBUTES]\n\nconst config = {\n ALLOWED_ATTR,\n ALLOWED_TAGS,\n} satisfies Config\n\nexport {config}\n","import type DOMPurifyType from 'isomorphic-dompurify'\nimport {renderToString} from 'react-dom/server'\n\nimport {SchemaIcon, type SchemaIconProps} from './Icon'\nimport {config} from './purifyConfig'\n\nexport type {SchemaIconProps}\n\nexport interface ResolveIconOptions extends SchemaIconProps {\n /**\n * When true, sanitize the rendered HTML with DOMPurify.\n * Required when the output is written to a file. Can be skipped\n * when the output is posted to an API that sanitizes server-side.\n */\n sanitize?: boolean\n}\n\nlet cachedDOMPurify: typeof DOMPurifyType | undefined\n\nasync function getDOMPurify() {\n if (!cachedDOMPurify) {\n const mod = await import('isomorphic-dompurify')\n cachedDOMPurify = mod.default\n }\n return cachedDOMPurify\n}\n\nexport async function resolveIcon(options: ResolveIconOptions): Promise<string | undefined> {\n try {\n const html = renderToString(<SchemaIcon {...options} />).trim()\n if (!options.sanitize) return html || undefined\n const DOMPurify = await getDOMPurify()\n return DOMPurify.sanitize(html, config) || undefined\n } catch {\n return undefined\n }\n}\n"],"names":["theme","buildTheme","SchemaIcon","t0","$","_c","icon","title","subtitle","t1","normalizeIcon","t2","jsx","ThemeProvider","Icon","isValidElementType","isValidElement","createDefaultIcon","HTML_TAGS","SVG_TAGS","SVG_FILTER_TAGS","ALLOWED_TAGS","HTML_ATTRIBUTES","SVG_ATTRIBUTES","ALLOWED_ATTR","config","cachedDOMPurify","getDOMPurify","default","resolveIcon","options","html","renderToString","trim","sanitize","undefined"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAMA,MAAMA,QAAQC,QAAAA,WAAAA,GAQRC,aAAaC,CAAAA,OAAA;AAAA,QAAAC,IAAAC,kBAAA,CAAA,GAAC;AAAA,IAAAC;AAAAA,IAAAC;AAAAA,IAAAC;AAAAA,EAAAA,IAAAL;AAAwC,MAAAM;AAAAL,IAAA,CAAA,MAAAE,QAAAF,SAAAI,YAAAJ,EAAA,CAAA,MAAAG,SACrBE,KAAAC,cAAcJ,MAAMC,OAAOC,QAAQ,GAACJ,OAAAE,MAAAF,OAAAI,UAAAJ,OAAAG,OAAAH,OAAAK,MAAAA,KAAAL,EAAA,CAAA;AAAA,MAAAO;AAAA,SAAAP,SAAAK,MAAlEE,KAAAC,+BAACC,GAAAA,eAAA,EAAqBb,OAAQS,UAAAA,GAAAA,CAAqC,GAAgBL,OAAAK,IAAAL,OAAAO,MAAAA,KAAAP,EAAA,CAAA,GAAnFO;AAAmF;AAG5F,SAASD,cACPI,MACAP,OACAC,WAAW,IACQ;AACnB,SAAIO,QAAAA,mBAAmBD,IAAI,IAAUF,2BAAAA,IAAC,MAAA,CAAA,CAAI,IACtCI,MAAAA,eAAeF,IAAI,IAAUA,OAC1BG,OAAAA,kBAAkBV,OAAOC,QAAQ;AAC1C;ACdA,MAAMU,YAAY,CAAC,OAAO,OAAO,GAE3BC,WAAW,CACf,OACA,KACA,YACA,eACA,gBACA,gBACA,iBACA,oBACA,UACA,YACA,QACA,QACA,WACA,UACA,QACA,KACA,SACA,YACA,SACA,SACA,QACA,kBACA,UACA,QACA,YACA,SACA,QACA,WACA,WACA,YACA,kBACA,QACA,QACA,SACA,UACA,UACA,QACA,YACA,SACA,QACA,SACA,QACA,OAAO,GAGHC,kBAAkB,CACtB,WACA,iBACA,uBACA,eACA,oBACA,qBACA,qBACA,kBACA,gBACA,WACA,WACA,WACA,WACA,WACA,kBACA,WACA,WACA,eACA,gBACA,YACA,gBACA,sBACA,eACA,UACA,cAAc,GAGVC,eAAuC,CAAC,GAAGF,UAAU,GAAGD,WAAW,GAAGE,eAAe,GAIrFE,kBAAkB,CACtB,OACA,SACA,eACA,YACA,iBACA,iBACA,UACA,WACA,OACA,UACA,SACA,OAAO,GAGHC,iBAAiB,CACrB,iBACA,cACA,YACA,sBACA,aACA,UACA,iBACA,iBACA,WACA,iBACA,kBACA,SACA,QACA,MACA,SACA,QACA,iBACA,aACA,aACA,SACA,uBACA,+BACA,iBACA,mBACA,MACA,MACA,KACA,MACA,MACA,mBACA,aACA,WACA,WACA,OACA,YACA,aACA,OACA,YACA,QACA,gBACA,aACA,UACA,eACA,eACA,iBACA,eACA,aACA,oBACA,gBACA,cACA,gBACA,eACA,MACA,MACA,MACA,MACA,cACA,YACA,iBACA,qBACA,UACA,QACA,MACA,mBACA,MACA,OACA,aACA,KACA,MACA,MACA,MACA,MACA,WACA,aACA,cACA,YACA,QACA,gBACA,kBACA,gBACA,oBACA,kBACA,SACA,cACA,cACA,gBACA,gBACA,eACA,eACA,oBACA,aACA,OACA,QACA,SACA,UACA,QACA,OACA,QACA,cACA,UACA,YACA,WACA,SACA,UACA,eACA,UACA,YACA,eACA,QACA,cACA,uBACA,oBACA,gBACA,UACA,iBACA,uBACA,kBACA,KACA,MACA,MACA,UACA,QACA,QACA,eACA,aACA,WACA,UACA,UACA,SACA,QACA,mBACA,SACA,oBACA,oBACA,gBACA,eACA,gBACA,eACA,cACA,gBACA,oBACA,qBACA,kBACA,mBACA,qBACA,kBACA,UACA,gBACA,SACA,gBACA,kBACA,YACA,eACA,WACA,WACA,aACA,oBACA,eACA,mBACA,kBACA,cACA,QACA,MACA,MACA,WACA,UACA,WACA,cACA,WACA,cACA,iBACA,iBACA,SACA,gBACA,QACA,gBACA,oBACA,oBACA,KACA,MACA,MACA,SACA,KACA,MACA,MACA,KACA,YAAY,GAGRC,eAAuC,CAAC,GAAGD,gBAAgB,GAAGD,eAAe,GAE7EG,SAAS;AAAA,EACbD;AAAAA,EACAH;AACF;AC7RA,IAAIK;AAEJ,eAAeC,eAAe;AAC5B,SAAKD,oBAEHA,mBADY,MAAM,OAAO,sBAAsB,GACzBE,UAEjBF;AACT;AAEA,eAAsBG,YAAYC,SAA0D;AAC1F,MAAI;AACF,UAAMC,OAAOC,OAAAA,eAAepB,+BAAC,YAAA,EAAW,GAAIkB,QAAAA,CAAQ,CAAG,EAAEG,KAAAA;AACzD,WAAKH,QAAQI,YACK,MAAMP,aAAAA,GACPO,SAASH,MAAMN,MAAM,KAAKU,SAFbJ,QAAQI;AAAAA,EAGxC,QAAQ;AACN;AAAA,EACF;AACF;;"}
@@ -4,7 +4,7 @@ import * as _sanity_types0 from "@sanity/types";
4
4
  import { ArraySchemaType, AssetMetadataType, AssetSource, AssetSourceSpec, BlockDecoratorDefinition, BlockListDefinition, BlockStyleDefinition, BooleanSchemaType, ConditionalProperty, CrossDatasetReferenceSchemaType, CrossDatasetReferenceValue, CrossDatasetType, CurrentUser, DeprecatedProperty, FieldGroup, File as File$1, FileAsset, FileSchemaType, FileValue, FormNodeValidation, GeopointValue, GlobalDocumentReferenceType, I18nTextRecord, Image, ImageAsset, ImageSchemaType, ImageUrlFitMode, ImageValue, IndexTuple, InitialValueProperty, InitialValueResolverContext, IntrinsicTypeName, KeyedObject, KeyedSegment, MendozaEffectPair, NumberSchemaType, ObjectField, ObjectFieldType, ObjectSchemaType, PatchOperations, Path, PathSegment, PortableTextBlock, PortableTextObject, PortableTextTextBlock, PrepareViewOptions, PreviewValue, Reference, ReferenceSchemaType, ReferenceValue, Role, RuleClass, SanityDocument, SanityDocumentLike, Schema, SchemaType, SchemaTypeDefinition, SearchStrategy, SlugSchemaType, SlugValue, SortOrdering, StrictVersionLayeringOptions, StringSchemaType, TextSchemaType, TransactionLogEventWithEffects, TransactionLogEventWithMutations, UploadState, User, ValidationMarker } from "@sanity/types";
5
5
  import { BifurClient } from "@sanity/bifur-client";
6
6
  import * as _sanity_client0 from "@sanity/client";
7
- import { ClientConfig, ClientPerspective, QueryParams, ReleaseDocument, ReleaseDocument as ReleaseDocument$1, ReleaseType, SanityClient, SanityDocument as SanityDocument$1, SingleActionResult, SingleMutationResult, StackablePerspective } from "@sanity/client";
7
+ import { ClientConfig, ClientPerspective, QueryParams, ReconnectEvent, ReleaseDocument, ReleaseDocument as ReleaseDocument$1, ReleaseType, ResetEvent, SanityClient, SanityDocument as SanityDocument$1, SingleActionResult, SingleMutationResult, StackablePerspective, WelcomeBackEvent, WelcomeEvent } from "@sanity/client";
8
8
  import * as _sanity_ui0 from "@sanity/ui";
9
9
  import { AvatarPosition, AvatarProps, AvatarSize, AvatarStatus, BadgeProps, BadgeTone, BoxProps, ButtonProps, ButtonTone, CardProps, DialogProps, HotkeysProps, MenuButtonProps, MenuItem, Placement, PopoverProps, ResponsivePaddingProps, ResponsiveWidthProps, Text, TextProps, ThemeColorSchemeKey, ToastParams, TooltipProps } from "@sanity/ui";
10
10
  import { FlatNamespace, KeyPrefix, Namespace, TFunction, TFunction as TFunction$1, i18n as i18n$1 } from "i18next";
@@ -1312,11 +1312,6 @@ interface MutationPayload {
1312
1312
  delete?: any;
1313
1313
  patch?: any;
1314
1314
  }
1315
- /** @beta */
1316
- interface WelcomeEvent {
1317
- type: 'welcome';
1318
- listenerName: string;
1319
- }
1320
1315
  /** @internal */
1321
1316
  interface MutationEvent {
1322
1317
  type: 'mutation';
@@ -1335,12 +1330,6 @@ interface MutationEvent {
1335
1330
  visibility: 'transaction' | 'query';
1336
1331
  transition: 'update' | 'appear' | 'disappear';
1337
1332
  }
1338
- /**
1339
- * @hidden
1340
- * @beta */
1341
- interface ReconnectEvent {
1342
- type: 'reconnect';
1343
- }
1344
1333
  /** @internal */
1345
1334
  interface PendingMutationsEvent {
1346
1335
  type: 'pending';
@@ -1417,7 +1406,7 @@ interface DocumentStoreExtraOptions {
1417
1406
  onSlowCommit?: () => void;
1418
1407
  }
1419
1408
  /** @internal */
1420
- type ListenerEvent = MutationEvent | ReconnectEvent | InitialSnapshotEvent | PendingMutationsEvent | WelcomeEvent;
1409
+ type ListenerEvent = MutationEvent | ReconnectEvent | InitialSnapshotEvent | PendingMutationsEvent | WelcomeEvent | WelcomeBackEvent | ResetEvent;
1421
1410
  /** @internal */
1422
1411
  declare function getPairListener(_client: SanityClient, idPair: IdPair, options?: DocumentStoreExtraOptions): Observable<ListenerEvent>;
1423
1412
  interface TransactionSyncLockState {
@@ -1779,6 +1768,7 @@ type StudioUrlModifier = {
1779
1768
  interface UseStudioUrlReturnType {
1780
1769
  studioUrl: string;
1781
1770
  buildStudioUrl: (modifiers: StudioUrlModifier) => string;
1771
+ buildIntentUrl: (intentLink: string) => string;
1782
1772
  }
1783
1773
  /**
1784
1774
  * @internal
@@ -2186,7 +2176,8 @@ declare const studioLocaleStrings: {
2186
2176
  'asset-source.asset-list.menu.show-usage': string; /** Header in usage dialog for file assets */
2187
2177
  'asset-source.asset-usage-dialog.header_file': string; /** Header in usage dialog for image assets */
2188
2178
  'asset-source.asset-usage-dialog.header_image': string; /** Text shown in usage dialog when loading documents using the selected asset */
2189
- 'asset-source.asset-usage-dialog.loading': string; /** Text for cancel action in delete-asset dialog */
2179
+ 'asset-source.asset-usage-dialog.loading': string; /** Browse button text */
2180
+ 'asset-source.browse-button.text': string; /** Text for cancel action in delete-asset dialog */
2190
2181
  'asset-source.delete-dialog.action.cancel': string; /** Text for "confirm delete" action in delete-asset dialog */
2191
2182
  'asset-source.delete-dialog.action.delete': string; /** Dialog header for delete-asset dialog when deleting a file */
2192
2183
  'asset-source.delete-dialog.header_file': string; /** Dialog header for delete-asset dialog when deleting an image */
@@ -2205,10 +2196,7 @@ declare const studioLocaleStrings: {
2205
2196
  'asset-source.dialog.button.cancel': string; /** Select asset dialog select-button */
2206
2197
  'asset-source.dialog.button.select': string;
2207
2198
  /** Keys shared between both image asset source and file asset source */
2208
- /** Select asset dialog title for files */
2209
- 'asset-source.dialog.default-title_file': string; /** Select asset dialog title for images */
2210
- 'asset-source.dialog.default-title_image': string; /** Select asset dialog title for videos */
2211
- 'asset-source.dialog.default-title_video': string; /** Insert asset error */
2199
+ /** Insert asset error */
2212
2200
  'asset-source.dialog.insert-asset-error': string; /** Select asset dialog load more items */
2213
2201
  'asset-source.dialog.load-more': string;
2214
2202
  /** Text shown when selecting a file but there's no files to select from
@@ -2257,10 +2245,8 @@ declare const studioLocaleStrings: {
2257
2245
  'asset-sources.media-library.open-in-source-dialog.button.done': string; /** Select new asset button text with target title */
2258
2246
  'asset-sources.media-library.open-in-source-dialog.button.select-new-asset': string;
2259
2247
  'asset-sources.media-library.open-in-source-dialog.button.select-new-asset-fallback': string; /** Title for the open in source dialog */
2260
- 'asset-sources.media-library.open-in-source-dialog.title': string; /** Info messages for the Media Library Asset Source */
2261
- 'asset-sources.media-library.select-dialog.title_file': string;
2262
- 'asset-sources.media-library.select-dialog.title_image': string;
2263
- 'asset-sources.media-library.select-dialog.title_video': string; /** Warning message shown when uploading already existing files to the Media Library Asset Source */
2248
+ 'asset-sources.media-library.open-in-source-dialog.title': string; /** Title for the upload dialog (component mode) */
2249
+ 'asset-sources.media-library.upload-dialog.title': string; /** Warning message shown when uploading already existing files to the Media Library Asset Source */
2264
2250
  'asset-sources.media-library.warning.file-already-exist.description': string;
2265
2251
  'asset-sources.media-library.warning.file-already-exist.title': string; /** Label when a release has been deleted by a different user */
2266
2252
  'banners.deleted-bundle-banner.text': string; /** Action message for navigating to next month */
@@ -2500,14 +2486,11 @@ declare const studioLocaleStrings: {
2500
2486
  'inputs.boolean.disabled': string; /** Warning label when selected datetime is in the past */
2501
2487
  'inputs.dateTime.past-date-warning': string; /** Placeholder value for datetime input */
2502
2488
  'inputs.datetime.placeholder': string; /** Acessibility label for button to open file options menu */
2503
- 'inputs.file.actions-menu.file-options.aria-label': string; /** Browse */
2504
- 'inputs.file.browse-button.text': string; /** Select file */
2505
- 'inputs.file.dialog.title': string; /** Unknown member kind: `{{kind}}` */
2489
+ 'inputs.file.actions-menu.file-options.aria-label': string; /** Unknown member kind: `{{kind}}` */
2506
2490
  'inputs.file.error.unknown-member-kind': string; /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */
2507
2491
  'inputs.file.invalid-file-warning.description': string; /** Reset value */
2508
2492
  'inputs.file.invalid-file-warning.reset-button.text': string; /** Invalid file value */
2509
- 'inputs.file.invalid-file-warning.title': string; /** Select */
2510
- 'inputs.file.multi-browse-button.text': string; /** The upload could not be completed at this time. */
2493
+ 'inputs.file.invalid-file-warning.title': string; /** The upload could not be completed at this time. */
2511
2494
  'inputs.file.upload-failed.description': string; /** Upload failed */
2512
2495
  'inputs.file.upload-failed.title': string; /** Private access policy badge label */
2513
2496
  'inputs.files.common.access-policy.private.label': string; /** Private access policy badge tooltip */
@@ -2537,11 +2520,11 @@ declare const studioLocaleStrings: {
2537
2520
  'inputs.files.common.placeholder.upload-not-supported': string; /** Clear upload */
2538
2521
  'inputs.files.common.stale-upload-warning.clear': string; /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */
2539
2522
  'inputs.files.common.stale-upload-warning.description': string; /** Incomplete upload */
2540
- 'inputs.files.common.stale-upload-warning.title': string; /** Tooltip text for action to crop image */
2523
+ 'inputs.files.common.stale-upload-warning.title': string; /** Select file */
2524
+ 'inputs.files.select-dialog.title': string; /** Tooltip text for action to crop image */
2541
2525
  'inputs.image.actions-menu.crop-image-tooltip': string; /** Accessibility label for button to open image edit dialog */
2542
2526
  'inputs.image.actions-menu.edit-details.aria-label': string; /** Accessibility label for button to open image options menu */
2543
- 'inputs.image.actions-menu.options.aria-label': string; /** Select */
2544
- 'inputs.image.browse-menu.text': string; /** Cannot upload this file here */
2527
+ 'inputs.image.actions-menu.options.aria-label': string; /** Cannot upload this file here */
2545
2528
  'inputs.image.drag-overlay.cannot-upload-here': string; /** Drop image to upload */
2546
2529
  'inputs.image.drag-overlay.drop-to-upload-image': string; /** This field is read only */
2547
2530
  'inputs.image.drag-overlay.this-field-is-read-only': string; /** Image could not be loaded due to possible access restrictions */
@@ -2551,7 +2534,8 @@ declare const studioLocaleStrings: {
2551
2534
  'inputs.image.invalid-image-warning.description': string; /** Reset value */
2552
2535
  'inputs.image.invalid-image-warning.reset-button.text': string; /** Invalid image value */
2553
2536
  'inputs.image.invalid-image-warning.title': string; /** Preview of uploaded image */
2554
- 'inputs.image.preview-uploaded-image': string; /** The upload could not be completed at this time. */
2537
+ 'inputs.image.preview-uploaded-image': string; /** Select image */
2538
+ 'inputs.image.select-dialog.title': string; /** The upload could not be completed at this time. */
2555
2539
  'inputs.image.upload-error.description': string; /** Upload failed */
2556
2540
  'inputs.image.upload-error.title': string; /** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */
2557
2541
  'inputs.imagetool.description': string; /** Error: `{{errorMessage}}` */
@@ -2731,7 +2715,8 @@ declare const studioLocaleStrings: {
2731
2715
  'inputs.untyped-value.details.multi-type-description': string; /** Developer info */
2732
2716
  'inputs.untyped-value.details.title': string; /** Property value missing <code>_type</code> */
2733
2717
  'inputs.untyped-value.title': string; /** Unset value */
2734
- 'inputs.untyped-value.unset-item-button.text': string; /** The fallback explanation if no context is provided */
2718
+ 'inputs.untyped-value.unset-item-button.text': string; /** Select video */
2719
+ 'inputs.video.select-dialog.title': string; /** The fallback explanation if no context is provided */
2735
2720
  'insufficient-permissions-message.not-authorized-explanation': string; /** The explanation when unable to create any document at all */
2736
2721
  'insufficient-permissions-message.not-authorized-explanation_create-any-document': string; /** The explanation when unable to create a particular document */
2737
2722
  'insufficient-permissions-message.not-authorized-explanation_create-document': string; /** The explanation when unable to create a particular type of document */
@@ -3262,7 +3247,9 @@ declare const studioLocaleStrings: {
3262
3247
  'user-menu.color-scheme.system-title': string; /** Title for locale section for the current studio */
3263
3248
  'user-menu.locale-title': string; /** Label for tooltip to show which provider the currently logged in user is using */
3264
3249
  'user-menu.login-provider': string; /** Label for open menu button for user menu */
3265
- 'user-menu.open-menu': string;
3250
+ 'user-menu.open-menu': string; /** Label for other users' agent bundle versions */
3251
+ 'version.agent-bundle.agent-changes': string; /** Label for the current user's agent bundle versions */
3252
+ 'version.agent-bundle.proposed-changes': string;
3266
3253
  /**
3267
3254
  * Label for action to add a workspace (currently a developer-oriented action, as this will
3268
3255
  * lead to the documentation on workspace configuration)
@@ -7184,14 +7171,14 @@ declare function isPerspectiveWriteable({
7184
7171
  result: false;
7185
7172
  reason: PerspectiveNotWriteableReason;
7186
7173
  };
7187
- interface Props$3 {
7174
+ interface Props$4 {
7188
7175
  withReleasesToolButton?: boolean;
7189
7176
  menuItemProps?: ReleasesNavMenuItemPropsGetter;
7190
7177
  }
7191
7178
  /**
7192
7179
  * @internal
7193
7180
  */
7194
- declare const ReleasesNav: ComponentType<Props$3>;
7181
+ declare const ReleasesNav: ComponentType<Props$4>;
7195
7182
  /**
7196
7183
  * @internal
7197
7184
  */
@@ -7269,7 +7256,7 @@ interface Schedule {
7269
7256
  interface ScheduleFormData {
7270
7257
  date: string;
7271
7258
  }
7272
- interface Props$2 {
7259
+ interface Props$3 {
7273
7260
  onChange?: (formData: ScheduleFormData) => void;
7274
7261
  value?: ScheduleFormData | null;
7275
7262
  }
@@ -7278,7 +7265,7 @@ interface Props$2 {
7278
7265
  * @deprecated we will be dropping support for scheduled publishing on a future major version
7279
7266
  * @internal
7280
7267
  */
7281
- declare function EditScheduleForm(props: PropsWithChildren<Props$2>): react.JSX.Element;
7268
+ declare function EditScheduleForm(props: PropsWithChildren<Props$3>): react.JSX.Element;
7282
7269
  /**
7283
7270
  * @internal
7284
7271
  */
@@ -7432,8 +7419,8 @@ declare function useScheduleAction(props: DocumentActionProps): {
7432
7419
  icon: react.ForwardRefExoticComponent<Omit<react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
7433
7420
  label: string;
7434
7421
  title: react.JSX.Element;
7435
- dialog?: undefined;
7436
7422
  onHandle?: undefined;
7423
+ dialog?: undefined;
7437
7424
  } | {
7438
7425
  dialog: false | DocumentActionModalDialogProps;
7439
7426
  disabled: boolean;
@@ -8373,7 +8360,7 @@ type RenderingContextStore = {
8373
8360
  renderingContext: Observable<StudioRenderingContext>;
8374
8361
  capabilities: Observable<CapabilityRecord>;
8375
8362
  };
8376
- type Props$1 = PropsWithChildren<{
8363
+ type Props$2 = PropsWithChildren<{
8377
8364
  capability: Capability;
8378
8365
  condition?: 'available' | 'unavailable';
8379
8366
  }>;
@@ -8387,7 +8374,7 @@ type Props$1 = PropsWithChildren<{
8387
8374
  *
8388
8375
  * @internal
8389
8376
  */
8390
- declare const CapabilityGate: ComponentType<Props$1>;
8377
+ declare const CapabilityGate: ComponentType<Props$2>;
8391
8378
  interface DocumentStatusProps {
8392
8379
  draft?: VersionInfoDocumentStub | undefined;
8393
8380
  published?: VersionInfoDocumentStub | undefined;
@@ -12085,7 +12072,7 @@ type WithVersion<T> = T & {
12085
12072
  /**
12086
12073
  * @hidden
12087
12074
  * @beta */
12088
- type DocumentVersionEvent = WithVersion<ReconnectEvent | BufferedDocumentEvent | WelcomeEvent>;
12075
+ type DocumentVersionEvent = WithVersion<ReconnectEvent | BufferedDocumentEvent | WelcomeEvent | WelcomeBackEvent | ResetEvent>;
12089
12076
  /**
12090
12077
  * @hidden
12091
12078
  * @beta */
@@ -13174,6 +13161,45 @@ declare function ResourceCacheProvider({
13174
13161
  }: ResourceCacheProviderProps): react.JSX.Element;
13175
13162
  /** @internal */
13176
13163
  declare function useResourceCache(): ResourceCache;
13164
+ /**
13165
+ * Returns whether the given version name (e.g. from `getVersionFromId`) is an
13166
+ * agent bundle name (starts with `agent-`).
13167
+ *
13168
+ * @internal
13169
+ */
13170
+ declare function isAgentBundleName(versionName: unknown): boolean;
13171
+ /**
13172
+ * Display overrides for an agent bundle version chip.
13173
+ *
13174
+ * @internal
13175
+ */
13176
+ type AgentVersionDisplay = {
13177
+ displayName: string;
13178
+ tone: BadgeTone;
13179
+ };
13180
+ /**
13181
+ * Filters a list of version document IDs and provides display metadata for
13182
+ * agent bundles.
13183
+ *
13184
+ * - Other users' `agent-*` versions are removed from the returned list.
13185
+ * - The current user's `agent-*` versions are kept and can be resolved to
13186
+ * display overrides via `getVersionDisplay`.
13187
+ * - Non-agent versions pass through unchanged.
13188
+ * - While the SSE connection is loading, only the currently active agent
13189
+ * bundle (if any) is kept; all others are hidden until ownership is confirmed.
13190
+ *
13191
+ * Call this hook once and thread the results down — don't call it per-item.
13192
+ *
13193
+ * @internal
13194
+ */
13195
+ declare function useAgentVersionDisplay(versionIds: string[], activeBundleId?: string): {
13196
+ /** Version IDs with other users' agent bundles removed. */filteredVersionIds: string[];
13197
+ /**
13198
+ * Returns display overrides for a version document ID if it's the current
13199
+ * user's agent bundle, or `null` for all other versions.
13200
+ */
13201
+ getVersionDisplay: (versionDocumentId: string) => AgentVersionDisplay | null;
13202
+ };
13177
13203
  /** @internal */
13178
13204
  declare function useUser(userId: string): LoadingTuple<User | null | undefined>;
13179
13205
  /**
@@ -13453,6 +13479,26 @@ declare const FormInput: react.NamedExoticComponent<(ArrayOfObjectsInputProps<{
13453
13479
  includeField?: boolean | undefined;
13454
13480
  includeItem?: boolean | undefined;
13455
13481
  })>;
13482
+ declare const areas: readonly ["gutterStart", "body", "gutterEnd"];
13483
+ type FormArea = (typeof areas)[number];
13484
+ interface FormRowProps extends PropsWithChildren {
13485
+ gutterStartCell?: ReactNode;
13486
+ }
13487
+ /**
13488
+ * @internal
13489
+ */
13490
+ declare const FormRow: ComponentType<FormRowProps>;
13491
+ interface Props$1 {
13492
+ $area: FormArea;
13493
+ }
13494
+ /**
13495
+ * @internal
13496
+ */
13497
+ declare const FormCell: styled_components_dist_types0.IStyledComponentBase<"web", styled_components_dist_types0.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Props$1>> & string;
13498
+ /**
13499
+ * @internal
13500
+ */
13501
+ declare const FormContainer: styled_components_dist_types0.IStyledComponentBase<"web", styled_components0.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
13456
13502
  /**
13457
13503
  * @internal
13458
13504
  * @hidden
@@ -15821,4 +15867,4 @@ interface ActiveWorkspaceMatcherContextValue {
15821
15867
  activeWorkspace: WorkspaceSummary;
15822
15868
  setActiveWorkspace: (workspaceName: string) => void;
15823
15869
  }
15824
- export { MissingConfigFile as $, getDocumentVariantType as $C, DocumentAvailability as $S, StudioComponents as $_, HistoryStore as $a, Serializeable as $b, FieldMember as $c, SharedResizeObserver as $d, DocumentActionDescription as $f, StudioProvider as $g, SanityCreateConfigContextValue as $h, grantsPermissionOn as $i, ZIndexContextValueKey as $l, StringDiff$1 as $m, UniversalArrayInput as $n, ArrayFieldProps as $o, Event$1 as $p, Location as $r, useEnhancedObjectDialog as $s, MutationPatch as $t, ErrorActionsProps as $u, AddonDatasetContextValue as $v, MutationEvent as $x, useWorkspaceSchemaId as $y, ComposableOption as A, SystemBundle as AC, useTrackerStoreReporter as AS, PatchEvent as A_, InitialValueErrorMsg as Aa, LocaleResourceRecord as Ab, ReferenceInputOptionsProvider as Ac, useNavigateToCanvasDoc as Ad, MentionUserContextValue as Af, COMMENTS_INSPECTOR_NAME as Ag, isPublishDocumentVersionEvent as Ah, ProjectData as Ai, resolveConditionalProperty as Al, Annotation as Am, StringInput as An, unstable_useObserveDocument as Ao, stringToPath as Ap, FormFieldValidationInfo as Ar, RenderBlockCallback as As, DocumentInspectorUseMenuItemProps as At, CompactPreviewProps as Au, getSearchableTypes as Av, _createAuthStore as Aw, UseListFormatOptions as Ax, CommentFieldCreatePayload as Ay, DocumentBadgesContext as B, getVersionId as BC, sortReleases as BS, FormSetIfMissingPatch as B_, operationEvents as Ba, UserListWithPermissionsHookValue as Bb, getExpandOperations as Bc, asLoadable as Bd, createSchema as Bf, useWorkspaceLoader as Bg, useUserColorManager as Bh, Session as Bi, inc as Bl, DiffComponent as Bm, ObjectInput as Bn, isNumberInputProps as Bo, ValueError as Bp, FormField as Br, PrimitiveItemProps as Bs, DocumentFieldActionNode as Bt, ReferenceInputPreviewCard as Bu, ColorSchemeCustomProvider as Bv, createSanityMediaLibraryFileSource as Bw, useEditState as Bx, CommentStatus as By, ActionComponent as C, ReleasesNavMenuItemPropsGetter as CC, useChangeIndicatorsReporter as CS, useCopyPaste as C_, QueryParams$1 as Ca, Locale as Cb, defaultRenderInlineBlock as Cc, RELEASES_INTENT as Cd, buildLegacyTheme as Cf, CommentsOnboardingContextValue as Cg, UnscheduleDocumentVersionEvent as Ch, usePresenceStore as Ci, MissingKeysError as Cl, useAnnotationColor as Cm, UrlInputProps as Cn, createObservableBufferedDocument as Co, isEmptyObject as Cp, FormValueProvider as Cr, PortableTextInputProps as Cs, ReleaseActionProps as Ct, MediaPreview as Cu, SearchOperatorParams as Cv, onRetry as Cw, useReferringDocuments as Cx, CommentsIntentProviderProps as Cy, AsyncConfigPropertyReducer as D, DRAFTS_FOLDER as DC, TrackerContextGetSnapshot as DS, DocumentMeta as D_, listenQuery as Da, LocalePluginOptions as Db, EditReferenceLinkComponentProps as Dc, isDocumentLimitError as Dd, TasksUpsellContextValue as Df, CommentsContextValue as Dg, isDeleteDocumentGroupEvent as Dh, useProjectDatasets as Di, FormFieldGroup as Dl, getAnnotationColor as Dm, TelephoneInputProps as Dn, getPreviewPaths as Do, normalizePathSegment as Dp, FormInputRelativePathArg as Dr, RenderAnnotationCallback as Ds, DocumentInspectorComponent as Dt, DefaultPreview as Du, defineSearchOperator as Dv, MockAuthStoreOptions as Dw, useNumberFormat as Dx, CommentContext as Dy, AsyncComposableOption as E, CollatedHit as EC, TrackedChange as ES, CopyPasteContextType as E_, ListenQueryParams as Ea, LocaleNestedResource as Eb, defaultRenderPreview as Ec, ReleaseDocument$1 as Ed, useDocumentPreviewValues as Ef, useComments as Eg, isCreateLiveDocumentEvent as Eh, useUserStore as Ei, UndeclaredMembersError as El, getAnnotationAtPath as Em, TelephoneInput as En, getPreviewStateObservable as Eo, normalizeKeySegment as Ep, FormInputAbsolutePathArg as Er, StringInputProps as Es, DocumentInspector as Et, DetailPreviewProps as Eu, ValuelessSearchOperatorParams as Ev, getProviderTitle as Ew, UseNumberFormatOptions as Ex, CommentBaseCreatePayload as Ey, DecisionParametersConfig as F, documentIdEquals as FC, ChangeConnectorRootProps as FS, FormInsertPatchPosition as F_, validation$1 as Fa, StaticLocaleResourceBundle as Fb, useFormCallbacks as Fc, userHasRole as Fd, useScheduledDraftDocument as Ff, CommentInputProps as Fg, UserColorManagerProvider as Fh, SESSION_ID as Fi, RebasePatchMsg as Fl, ChangeNode as Fm, CreateButton as Fn, Preview as Fo, isGroupChange as Fp, FormFieldStatus as Fr, RenderPreviewCallbackProps as Fs, DocumentFieldAction as Ft, PreviewLayoutKey as Fu, SearchResultItemPreview as Fv, createKeyValueStore as Fw, FormattedDuration as Fx, CommentPath as Fy, DocumentLanguageFilterComponent as G, isSystemBundle as GC, useDocumentVersions as GS, ToolLinkProps as G_, OperationsAPI as Ga, UnitFormatter as Gb, StateTree as Gc, supportsTouch as Gd, DocumentBadgeProps as Gf, useWorkspace as Gg, UserId as Gh, createUserStore as Gi, unset as Gl, FieldOperationsAPI as Gm, EmailInputProps as Gn, FormBuilderCustomMarkersComponent as Go, MetaInfoProps as Gp, PresenceOverlayProps as Gr, BlockStyleProps as Gs, DocumentFieldActionsResolverContext as Gt, InsufficientPermissionsMessage as Gu, useColorSchemeInternalValue as Gv, EditStateFor as Gx, CommentUpdatePayload as Gy, DocumentCommentsEnabledContext as H, isDraft as HC, useOnlyHasVersions as HS, FormUnsetPatch as H_, Operation as Ha, UserWithPermission as Hb, UseFormStateOptions as Hc, sliceString as Hd, ScheduledBadge as Hf, ErrorMessageProps as Hg, UserColor as Hh, UserSessionPair as Hi, prefixPath as Hl, DiffComponentResolver as Hm, AssetAccessPolicy as Hn, isObjectItemProps as Ho, RevertChangesButton as Hp, PresenceScope as Hr, BlockDecoratorProps as Hs, DocumentFieldActionStatus as Ht, PopoverDialog as Hu, ColorSchemeProvider as Hv, useDocumentOperation as Hx, CommentTextSelection as Hy, DefaultPluginsWorkspaceOptions as I, getDraftId as IC, ConnectorContextValue as IS, FormPatch as I_, remoteSnapshots as Ia, TFunction$1 as Ib, ExpandFieldSetOperation as Ic, ErrorState as Id, usePausedScheduledDraft as If, CommentsList as Ig, UserColorManagerProviderProps as Ih, createPresenceStore as Ii, createPatchChannel as Il, ChangeTitlePath as Im, CreateReferenceOption as In, isArrayOfBlocksInputProps as Io, isRemovedItemDiff as Ip, FormFieldSet as Ir, BaseItemProps as Is, DocumentFieldActionDivider as It, PreviewMediaDimensions as Iu, SearchPopover as Iv, KeyValueStore as Iw, UseFormattedDurationOptions as Ix, CommentPostPayload as Iy, DocumentLayoutProps as J, newDraftFrom as JC, ObserveForPreviewFn as JS, ActiveToolLayoutProps as J_, useTimelineSelector as Ja, useTools as Jb, ArrayOfObjectsItemMember as Jc, joinPath as Jd, HookCollectionActionHook as Jf, UpsellDialogDismissed as Jg, getSanityCreateLinkMetadata as Jh, getTemplatePermissions as Ji, WithReferringDocuments as Jl, ItemDiff$1 as Jm, DateTimeInputProps as Jn, FormBuilderMarkersComponent as Jo, FromToArrowDirection as Jp, FieldPresenceInnerProps as Jr, ArrayInputCopyEvent as Js, CookielessCompatibleLoginMethod as Jt, HotkeysProps$1 as Ju, useColorSchemeValue as Jv, InitialSnapshotEvent as Jx, CommentsType as Jy, DocumentLanguageFilterContext as K, isSystemBundleName as KC, DocumentPreviewStore as KS, StudioToolMenu as K_, DocumentVersionSnapshots as Ka, UseUnitFormatterOptions as Kb, FieldsetMembers as Kc, escapeField as Kd, GetHookCollectionState as Kf, InterpolationProp as Kg, isDev as Kh, TemplatePermissionsOptions as Ki, ZIndexProvider as Kl, FromToIndex as Km, getCalendarLabels as Kn, FormBuilderFilterFieldFn as Ko, GroupChange as Kp, FieldPresence as Kr, MarkdownConfig as Ks, AuthConfig as Kt, InsufficientPermissionsMessageProps as Ku, useColorSchemeOptions as Kv, editState$1 as Kx, CommentsListBreadcrumbItem as Ky, DocumentActionsContext as L, getIdPair as LC, ChangeIndicator as LS, FormPatchBase as L_, OperationError as La, ValidationLocaleResourceKeys as Lb, ExpandOperation as Lc, LoadableState as Ld, SingleDocReleaseProvider as Lf, CommentsUpsellContextValue as Lg, UserColorManagerOptions as Lh, DocumentPresence as Li, SANITY_PATCH_TYPE as Ll, Chunk as Lm, PortableTextInput as Ln, isArrayOfObjectsInputProps as Lo, isUnchangedDiff as Lp, FormFieldSetProps as Lr, ItemProps as Ls, DocumentFieldActionGroup as Lt, PreviewProps as Lu, SearchPopoverProps as Lv, KeyValueStoreValue as Lw, useFormattedDuration as Lx, CommentReactionItem as Ly, ConfigContext$1 as M, collate as MC, Reported as MS, FormDiffMatchPatch as M_, InitialValueMsg as Ma, LocaleWeekInfo as Mb, useReferenceInputOptions as Mc, SANITY_VERSION as Md, TasksEnabledContextValue as Mf, CommentInputContextValue as Mg, isUnpublishDocumentEvent as Mh, ProjectGrants as Mi, PatchChannel as Ml, ArrayDiff$1 as Mm, SlugInputProps as Mn, SanityDefaultPreview as Mo, useDocumentChange as Mp, FormFieldValidationStatus as Mr, RenderInputCallback as Ms, initialDocumentFieldActions as Mt, GeneralPreviewLayoutKey as Mu, SearchOptions as Mv, AuthState as Mw, GlobalCopyPasteElementHandler as Mx, CommentListBreadcrumbs as My, ConfigPropertyReducer as N, createDraftFrom as NC, ReporterHook as NS, FormIncPatch as N_, InitialValueState as Na, LocalesBundlesOption as Nb, FormCallbacksProvider as Nc, useUnique as Nd, DEFAULT_STUDIO_CLIENT_OPTIONS as Nf, CommentInput as Ng, isUnscheduleDocumentVersionEvent as Nh, ProjectStore as Ni, PatchMsg as Nl, ArrayItemMetadata as Nm, SelectInput as Nn, SanityDefaultPreviewProps as No, isAddedItemDiff as Np, FormFieldValidationStatusProps as Nr, RenderItemCallback as Ns, documentFieldActionsReducer as Nt, PortableTextPreviewLayoutKey as Nu, SearchSort as Nv, AuthStore as Nw, useGlobalCopyPasteElementHandler as Nx, CommentMessage as Ny, BaseActionDescription as O, DraftId as OC, TrackerContextStore as OS, PasteOptions as O_, InitialValueOptions as Oa, LocaleResourceBundle as Ob, EditReferenceOptions as Oc, useDocumentLimitsUpsellContext as Od, TasksContextValue as Of, hasCommentMessageValue as Og, isDeleteDocumentVersionEvent as Oh, useProject as Oi, ProvenanceDiffAnnotation as Ol, getDiffAtPath as Om, TagsArrayInput as On, unstable_useValuePreview as Oo, pathToString as Op, FormFieldValidation as Or, RenderArrayOfObjectsItemCallback as Os, DocumentInspectorMenuItem as Ot, DefaultPreviewProps as Ou, createSearch as Ov, createMockAuthStore as Ow, UseManageFavoriteProps as Ox, CommentCreatePayload as Oy, DECISION_PARAMETERS_SCHEMA as P, createPublishedFrom as PC, ChangeConnectorRoot as PS, FormInsertPatch as P_, InitialValueSuccessMsg as Pa, LocalesOption as Pb, FormCallbacksValue as Pc, useThrottledCallback as Pd, useScheduledDraftsEnabled as Pf, CommentInputHandle as Pg, isUpdateLiveDocumentEvent as Ph, PresenceStore as Pi, PatchMsgSubscriber as Pl, BooleanDiff$1 as Pm, ReferenceAutocomplete as Pn, PreviewLoader as Po, isFieldChange as Pp, FieldStatusProps as Pr, RenderPreviewCallback as Ps, defineDocumentFieldAction as Pt, PreviewComponent as Pu, SearchTerms as Pv, LoginComponentProps as Pw, FormDocumentValue as Px, CommentOperations as Py, MediaLibraryConfig as Q, DocumentVariantType as QC, AvailabilityResponse as QS, NavbarProps as Q_, DocumentRevision as Qa, DEFAULT_MAX_RECURSION_DEPTH as Qb, DecorationMember as Qc, createSWR as Qd, DocumentActionCustomDialogComponentProps as Qf, UpsellDialogViewedInfo as Qg, isSanityCreateStartCompatibleDoc as Qh, createGrantsStore as Qi, LegacyLayerProvider as Ql, ReferenceDiff as Qm, BooleanInput as Qn, RenderCustomMarkers as Qo, FallbackDiff as Qp, FormNodePresence as Qr, EnhancedObjectDialogContextValue as Qs, encodePath as Qt, ErrorActions as Qu, useAddonDataset as Qv, IdPair as Qx, CommentsAuthoringPathProvider as Qy, DocumentActionsResolver as R, getPublishedId as RC, ChangeIndicatorProps as RS, FormPatchJSONValue as R_, OperationSuccess as Ra, StudioLocaleResourceKeys as Rb, ExpandPathOperation as Rc, LoadedState as Rd, useSingleDocRelease as Rf, UpsellData as Rg, createUserColorManager as Rh, GlobalPresence as Ri, dec as Rl, ChunkType as Rm, PortableTextMemberItem as Rn, isArrayOfPrimitivesInputProps as Ro, noop as Rp, FormFieldHeaderText as Rr, ObjectItem as Rs, DocumentFieldActionHook as Rt, PreviewCard as Ru, SearchHeader as Rv, EnhancedObjectDialog as Rw, useFilteredReleases as Rx, CommentReactionOption as Ry, useMiddlewareComponents as S, ReleaseId as SC, useChangeIndicatorsReportedValues as SS, CopyPasteProvider as S_, DocumentStoreOptions as Sa, ImplicitLocaleResourceBundle as Sb, defaultRenderField as Sc, MetadataWrapper as Sd, defaultTheme as Sf, useCommentsSelectedPath as Sg, UnpublishDocumentEvent as Sh, useKeyValueStore as Si, InvalidItemTypeError as Sl, ChangeBreadcrumb as Sm, UrlInput as Sn, CommitRequest as So, getValueAtPath as Sp, FormValueContextValue as Sr, PasteData$1 as Ss, ReleaseActionDescription as St, BlockImagePreviewProps as Su, SearchOperatorInput as Sv, createConnectionStatusStore as Sw, DocumentField as Sx, CommentsIntentProvider as Sy, AssetSourceResolver as T, TargetPerspective as TC, TrackedArea as TS, CopyOptions as T_, ListenQueryOptions as Ta, LocaleDefinition as Tb, defaultRenderItem as Tc, DEFAULT_DECORATORS as Td, LegacyThemeTints as Tf, CommentsEnabledContextValue as Tg, isCreateDocumentVersionEvent as Th, useRenderingContextStore as Ti, TypeAnnotationMismatchError as Tl, DiffVisitor as Tm, TextInputProps as Tn, getPreviewValueWithFallback as To, normalizeIndexTupleSegment as Tp, FormInput as Tr, PrimitiveInputProps as Ts, FormComponents as Tt, DetailPreview as Tu, ValuelessSearchOperatorBuilder as Tv, isCookielessCompatibleLoginMethod as Tw, useProjectId as Tx, CommentsProvider as Ty, DocumentInspectorContext as U, isDraftId as UC, useIsReleaseActive as US, PatchArg as U_, OperationArgs as Ua, useUserListWithPermissions as Ub, useFormState as Uc, truncateString as Ud, DocumentBadgeComponent as Uf, WorkspaceProvider as Ug, UserColorHue as Uh, UserStore as Ui, set as Ul, DiffProps as Um, ImageUrlBuilder$1 as Un, isStringInputProps as Uo, NoChanges as Up, PresenceScopeProps as Ur, BlockListItemProps as Us, DocumentFieldActionTone as Ut, LoadingBlock as Uu, ColorSchemeProviderProps as Uv, DocumentIdStack as Ux, CommentThreadItem as Uy, DocumentBadgesResolver as V, idMatchesPerspective as VC, useVersionOperations as VS, FormSetPatch as V_, MapDocument as Va, UserListWithPermissionsOptions as Vb, FormState as Vc, useLoadable as Vd, SchedulesContext as Vf, ErrorMessage as Vg, HexColor as Vh, Status as Vi, insert as Vl, DiffComponentOptions as Vm, NumberInput as Vn, isObjectInputProps as Vo, RevertChangesConfirmDialog as Vp, FormFieldProps as Vr, BlockAnnotationProps as Vs, DocumentFieldActionProps as Vt, usePreviewCard as Vu, ColorSchemeLocalStorageProvider as Vv, createSanityMediaLibraryImageSource as Vw, useDocumentOperationEvent as Vx, CommentTaskCreatePayload as Vy, DocumentInspectorsResolver as W, isPublishedId as WC, useDocumentVersionTypeSortedList as WS, ToolLink as W_, OperationImpl as Wa, FormattableMeasurementUnit as Wb, setAtPath as Wc, uncaughtErrorHandler as Wd, DocumentBadgeDescription as Wf, WorkspaceProviderProps as Wg, UserColorManager as Wh, UserStoreOptions as Wi, setIfMissing as Wl, FieldChangeNode as Wm, EmailInput as Wn, ArrayInputFunctionsProps as Wo, MetaInfo as Wp, PresenceOverlay as Wr, BlockProps as Ws, DocumentFieldActionsResolver as Wt, IntentButton as Wu, useColorScheme as Wv, useDocumentIdStack as Wx, CommentUpdateOperationOptions as Wy, FormBuilderComponentResolverContext as X, systemBundles as XC, ApiConfig as XS, LogoProps as X_, TimelineStore as Xa, useTimeAgo as Xb, ArrayOfPrimitivesItemMember as Xc, _isSanityDocumentTypeDefinition as Xd, DocumentActionComponent as Xf, UpsellDialogUpgradeCtaClicked as Xg, isSanityCreateLinked as Xh, useTemplatePermissionsFromHookFactory as Xi, UserAvatar as Xl, NumberDiff$1 as Xm, DateInputProps as Xn, RenderBlockActionsCallback as Xo, FromToProps as Xp, FieldPresenceWithOverlay as Xr, ArrayInputMoveItemEvent as Xs, TransformPatches as Xt, useCopyErrorDetails as Xu, StudioTheme as Xv, ListenerEvent as Xx, Loadable as Xy, DocumentPluginOptions as Y, removeDupes as YC, createDocumentPreviewStore as YS, LayoutProps as Y_, TimelineState as Ya, TimeAgoOpts as Yb, ArrayOfObjectsMember as Yc, _isCustomDocumentTypeDefinition as Yd, useScheduleAction as Yf, UpsellDialogLearnMoreCtaClicked as Yg, isSanityCreateExcludedType as Yh, useTemplatePermissions as Yi, AvatarSkeleton as Yl, NullDiff$1 as Ym, DateInput as Yn, PortableTextMarker as Yo, FromTo as Yp, FieldPresenceProps as Yr, ArrayInputInsertEvent as Ys, LoginMethod as Yt, serializeError as Yu, StudioColorScheme as Yv, LatencyReportEvent as Yx, CommentsUIMode as Yy, GroupableActionDescription as Z, Chip as ZC, AvailabilityReason as ZS, NavbarAction as Z_, useTimelineStore as Za, useTemplates as Zb, ArrayOfPrimitivesMember as Zc, _isType as Zd, DocumentActionConfirmDialogProps as Zf, UpsellDialogViewed as Zg, isSanityCreateLinkedDocument as Zh, GrantsStoreOptions as Zi, UserAvatarProps as Zl, ObjectDiff$1 as Zm, CrossDatasetReferencePreview as Zn, RenderBlockActionsProps as Zo, FieldChange as Zp, FieldPresenceData as Zr, UploadEvent as Zs, decodePath as Zt, ErrorWithId as Zu, StudioThemeColorSchemeKey as Zv, getPairListener as Zx, CommentsAuthoringPathContextValue as Zy, createDefaultIcon as _, ReleaseAvatar as _C, useConditionalToast as _S, GenerateStudioManifestOptions as __, isNewDocument as _a, defineLocaleResourceBundle as _b, FormProviderProps as _c, useDocumentVersionInfo as _d, EMPTY_OBJECT as _f, CollapseMenuProps as _g, EventsStore as _h, useConnectionStatusStore as _i, StringFormNode as _l, ChangesError as _m, MemberItemProps as _n, WithVersion as _o, isPerspectiveWriteable as _p, FieldActionsProvider as _r, InputProps as _s, Tool as _t, TemplatePreviewProps as _u, OperatorButtonValueComponentProps as _v, ConnectionStatus as _w, useStudioUrl as _x, ActiveWorkspaceMatcherProps as _y, resolveSchemaTypes as a, InvalidationChannelEvent as aC, DocumentMutationEvent as aS, isValidAnnouncementRole as a_, getDocumentPairPermissions as aa, TranslationProps as ab, FileLike as ac, isDraftPerspective as ad, isPausedCardinalityOneRelease as af, AppIdCache as ag, getValueError as ah, Size as ai, BaseFormNode as al, DiffInspectWrapper as am, ObjectMembers as an, TimelineControllerOptions as ao, DuplicateActionProps as ap, VirtualizerScrollInstanceProvider as ar, NumberFieldProps as as, PluginOptions as at, TextWithToneProps as au, PartialIndexSettings as av, CommandListGetItemSelectedCallback as aw, defaultTemplatesForSchema as ax, WorkspacesProvider as ay, ConfigPropertyError as b, PerspectiveContextValue as bC, CommentDeleteDialog as bS, StudioManifest as b_, useDocumentType as ba, LocaleProvider as bb, defaultRenderAnnotation as bc, VersionInfoDocumentStub as bd, createHookFromObservableFactory as bf, buildCommentRangeDecorations as bg, PublishDocumentVersionEvent as bh, useGrantsStore as bi, FieldError as bl, ChangeList as bm, ArrayOfObjectsInputMember as bn, BufferedDocumentWrapper as bo, getItemKey as bp, GetFormValueProvider as br, OnPasteFn as bs, WorkspaceSummary as bt, BlockPreview as bu, SearchOperatorBuilder as bv, ErrorStatus as bw, RelativeTimeOptions as bx, CommentsSelectedPathContextValue as by, createWorkspaceFromConfig as c, ObservePathsFn as cC, MutationPayload as cS, StudioAnnouncementsCard as c_, DocumentValuePermission as ca, UseTranslationOptions as cb, UploadProgressEvent as cc, RELEASES_STUDIO_CLIENT_OPTIONS as cd, isString as cf, ScrollEventHandler as cg, useEvents as ch, useCurrentUser as ci, DocumentFormNode as cl, DiffFromToProps as cm, ObjectInputMemberProps as cn, TimelineOptions as co, SchedulesContextValue as cp, ArrayOfObjectsInput as cr, StringFieldProps as cs, ResolveProductionUrlContext as ct, useRovingFocus as cu, SearchProvider as cv, CommandListProps as cw, Template as cx, ValidateWorkspaceOptions as cy, flattenConfig as d, Previewable as dC, useDialogStack as dS, SourceProvider as d_, GrantsStore as da, useCurrentLocale as db, UploaderResolver as dc, getReleaseTone as dd, isArray as df, useOnScroll as dg, CreateLiveDocumentEvent as dh, ResourceCacheProvider as di, NodeDiffProps as dl, DiffErrorBoundaryProps as dm, MemberField as dn, Transaction as do, usePerspective as dp, FormBuilderContextValue as dr, ArrayOfPrimitivesInputProps as ds, SchemaPluginOptions as dt, Resizable as du, defineSearchFilter as dv, BetaBadgeProps as dw, TemplateItem as dx, validateWorkspaces as dy, DocumentStackAvailability as eC, PendingMutationsEvent as eS, StudioProviderProps as e_, DocumentValuePermissionsOptions as ea, useValidationStatus as eb, ImageInputProps as ec, DocumentStatusIndicator as ed, createSharedResizeObserver as ef, useSanityCreateConfig as eg, StringDiffSegment as eh, Position as ei, FieldSetMember as el, DiffTooltip as em, fromMutationPatches as en, HistoryStoreOptions as eo, DocumentActionDialogProps as ep, ArrayOfPrimitivesInput as er, ArrayOfPrimitivesFieldProps as es, NewDocumentCreationContext as et, ZIndexContextValue as eu, StudioComponentsPluginOptions as ev, ContextMenuButton as ew, isBuilder as ex, AddonDatasetProvider as ey, PluginFactory as f, PreviewableType as fC, UseDateTimeFormatOptions as fS, SourceProviderProps as f_, PermissionCheckResult as fa, useLocale as fb, StudioReferenceInput as fc, getReleaseIdFromReleaseDocumentId as fd, globalScope as ff, CollapseMenuButton as fg, DeleteDocumentGroupEvent as fh, ResourceCacheProviderProps as fi, NumberFormNode as fl, DiffErrorBoundaryState as fm, MemberFieldProps as fn, DocumentVersion as fo, useGetDefaultPerspective as fp, useHoveredField as fr, BaseInputProps as fs, SingleWorkspace as ft, RelativeTime as fu, defineSearchFilterOperators as fv, CorsOriginError as fw, TemplateParameter as fx, useWorkspaces as fy, defineConfig as g, ReleaseTitle as gC, useConnectionState as gS, LiveManifestRegisterProvider as g_, selectUpstreamVersion as ga, defineLocale as gb, FormProvider as gc, ReleasesUpsellContextValue as gd, EMPTY_ARRAY as gf, CollapseMenu as gg, EditDocumentVersionEvent as gh, useComlinkStore as gi, PrimitiveFormNode as gl, ChangeTitleSegment as gm, ArrayOfObjectsItem as gn, RemoteSnapshotVersionEvent as go, PerspectiveNotWriteableReason as gp, FieldActionsResolver as gr, InputOnSelectFileFunctionProps as gs, TemplateResolver as gt, TemplatePreview as gu, I18nSearchOperatorNameKey as gv, ConnectingStatus as gw, useSyncState as gx, ActiveWorkspaceMatcher as gy, createConfig as h, getVersionInlineBadge as hC, ConnectionState as hS, uploadSchema as h_, useInitialValueResolverContext as ha, useI18nText as hb, StudioCrossDatasetReferenceInputProps as hc, useReleasesIds as hd, formatRelativeLocale as hf, AutoCollapseMenu as hg, DocumentVersionEventType as hh, useDocumentPresence as hi, ObjectRenderMembersCallback as hl, TIMELINE_ITEM_I18N_KEY_MAPPING as hm, PrimitiveMemberItemProps as hn, Pair as ho, ReleasesNav as hp, FieldActionsProps as hr, EditorChange as hs, SourceOptions as ht, CircularProgress as hu, I18nSearchOperatorDescriptionKey as hv, ConnectedStatus as hw, SyncState as hx, WorkspaceLike as hy, SchemaError as i, Id as iC, CommittedEvent as iS, isValidAnnouncementAudience as i_, DocumentPermission as ia, TranslateComponentMap as ib, AssetSourcesResolver as ic, getDocumentIsInPerspective as id, isCardinalityOneRelease as if, CreateLinkedSanityDocument as ig, FieldValueError as ih, ReportedRegionWithRect as ii, ArrayOfPrimitivesFormNode as il, DiffStringSegment as im, ObjectInputMembers as in, TimelineController as io, DocumentActionProps as ip, ArrayOfObjectOptionsInput as ir, FieldProps as is, Plugin as it, TextWithTone as iu, SearchButton as iv, CommandListGetItemKeyCallback as iw, defaultTemplateForType as ix, matchWorkspace as iy, Config as j, VERSION_FOLDER as jC, IsEqualFunction as jS, FormDecPatch as j_, InitialValueLoadingMsg as ja, LocaleSource as jb, TemplateOption as jc, useCanvasCompanionDoc as jd, IsLastPaneProvider as jf, CommentInlineHighlightSpan as jg, isScheduleDocumentVersionEvent as jh, ProjectDatasetData as ji, MutationPatchMsg as jl, AnnotationDetails as jm, SlugInput as jn, useUnstableObserveDocument as jo, resolveDiffComponent as jp, FormFieldValidationWarning as jr, RenderFieldCallback as js, defineDocumentInspector as jt, GeneralDocumentListLayoutKey as ju, SearchFactoryOptions as jv, createAuthStore as jw, useListFormat as jx, CommentIntentGetter as jy, BetaFeatures as k, PublishedId as kC, useTrackerStore as kS, SanityClipboardItem as k_, getInitialValueStream as ka, LocaleResourceKey as kb, ReferenceInputOptions as kc, getDocumentIdForCanvasLink as kd, TasksNavigationContextValue as kf, isTextSelectionComment as kg, isEditDocumentVersionEvent as kh, createProjectStore as ki, ALL_FIELDS_GROUP as kl, visitDiff as km, TagsArrayInputProps as kn, useValuePreview as ko, pathsAreEqual as kp, FormFieldValidationError as kr, RenderArrayOfPrimitivesItemCallback as ks, DocumentInspectorProps as kt, CompactPreview as ku, isPerspectiveRaw as kv, AuthStoreOptions as kw, useManageFavorite as kx, CommentDocument as ky, resolveConfig as l, PreparedSnapshot as lC, RemoteSnapshotEvent as lS, Studio as l_, EvaluationParams as la, UseTranslationResponse as lb, Uploader as lc, isReleasePerspective as ld, isRecord as lf, ScrollContainer as lg, BaseEvent as lh, useUser as li, HiddenField as ll, FieldPreviewComponent as lm, MemberFieldSet as ln, CombinedDocument as lo, EditScheduleForm as lp, ArrayOfObjectsFunctions as lr, ArrayOfObjectsInputProps as ls, SanityFormConfig as lt, RovingFocusNavigationType as lu, SearchContextValue as lv, CommandListRenderItemCallback as lw, TemplateArrayFieldDefinition as lx, validateBasePaths as ly, definePlugin as m, VersionInlineBadge as mC, useDataset as mS, renderStudio as m_, useInitialValue as ma, I18nNode as mb, StudioCrossDatasetReferenceInput as mc, PUBLISHED as md, getErrorMessage as mf, CommonProps as mg, DocumentGroupEvent as mh, useGlobalPresence as mi, ObjectFormNode as ml, DiffCardProps as mm, ArrayOfPrimitivesItem as mn, MutationResult as mo, PerspectiveProvider as mp, useFieldActions as mr, ComplexElementProps as ms, SourceClientOptions as mt, LinearProgress as mu, operatorDefinitions as mv, CONNECTING as mw, TypeTarget as mx, getWorkspaceIdentifier as my, getConfigContextFromSource as n, DraftsModelDocumentAvailability as nC, WelcomeEvent as nS, StudioLayout as n_, useDocumentValuePermissions as na, validateDocument as nb, FileInputProps as nc, DocumentStatus as nd, CardinalityOneRelease as nf, CreateLinkedActionsProps as ng, StringSegmentUnchanged$1 as nh, Rect as ni, ObjectMember as nl, DiffTooltipWithAnnotationsProps as nm, useFormBuilder as nn, removeMissingReferences as no, DocumentActionModalDialogProps as np, ArrayOfPrimitiveOptionsInput as nr, BooleanFieldProps as ns, NewDocumentOptionsResolver as nt, ToastParams$1 as nu, StudioLogo as nv, CommandListElementType as nw, resolveInitialValue as nx, MatchWorkspaceOptions as ny, CreateWorkspaceFromConfigOptions as o, ObserveDocumentAvailabilityFn as oC, DocumentRebaseEvent as oS, StudioAnnouncementsDialog as o_, useDocumentPairPermissions as oa, defaultLocale as ob, ResolvedUploader as oc, isPublishedPerspective as od, PartialExcept as of, SanityCreateConfigProvider as og, useEventsStore as oh, DocumentPreviewPresence as oi, BooleanFormNode as ol, DiffInspectWrapperProps as om, ObjectMembersProps as on, ParsedTimeRef as oo, DuplicateDocumentActionComponent as op, VirtualizerScrollInstance as or, ObjectFieldProps as os, PreparedConfig as ot, StatusButton as ou, useSearchMaxFieldDepth as ov, CommandListHandle as ow, prepareTemplates as ox, WorkspacesProviderProps as oy, createPlugin as p, Selection as pC, useDateTimeFormat as pS, useSource as p_, useResolveInitialValueForType as pa, useGetI18nText as pb, StudioReferenceInputProps as pc, LATEST as pd, getReferencePaths as pf, CollapseMenuButtonProps as pg, DeleteDocumentVersionEvent as ph, useResourceCache as pi, ObjectArrayFormNode as pl, DiffCard as pm, MemberItemError as pn, DocumentVersionEvent as po, useExcludedPerspective as pp, HoveredFieldProvider as pr, BooleanInputProps as ps, Source as pt, RelativeTimeProps as pu, SearchOperatorType as pv, CorsOriginErrorOptions as pw, TemplateReferenceTarget as px, getNamelessWorkspaceIdentifier as py, DocumentLanguageFilterResolver as q, isVersionId as qC, DocumentPreviewStoreOptions as qS, StudioNavbar as q_, snapshotPair as qa, useUnitFormatter as qb, FieldsetState as qc, fieldNeedsEscape as qd, GetHookCollectionStateProps as qf, UpsellDescriptionSerializer as qg, isProd as qh, TemplatePermissionsResult as qi, useZIndex as ql, GroupChangeNode as qm, DateTimeInput as qn, FormBuilderInputComponentMap as qo, FromToArrow as qp, FieldPresenceInner as qr, PortableTextPluginsProps as qs, AuthProvider as qt, Hotkeys as qu, useColorSchemeSetValue as qv, DocumentStoreExtraOptions as qx, CommentsTextSelectionItem as qy, useConfigContextFromSource as r, FieldName as rC, CommitFunction as rS, StudioLayoutComponent as r_, DocumentPairPermissionsOptions as ra, Translate as rb, StudioFileInput as rc, formatRelativeLocalePublishDate as rd, isCardinalityOnePerspective as rf, CreateLinkedDocumentBannerContentProps as rg, TypeChangeDiff$1 as rh, RegionWithIntersectionDetails as ri, ArrayOfObjectsFormNode as rl, DiffString as rm, useDocumentForm as rn, SelectionState as ro, DocumentActionPopoverDialogProps as rp, ArrayOfOptionsInput as rr, FieldCommentsProps as rs, PartialContext as rt, TooltipOfDisabled as ru, SearchDialog as rv, CommandListGetItemDisabledCallback as rw, resolveInitialValueForType as rx, MatchWorkspaceResult as ry, createSourceFromConfig as s, ObserveDocumentTypeFromIdFn as sC, DocumentRemoteMutationEvent as sS, StudioAnnouncementsContextValue as s_, useDocumentPairPermissionsFromHookFactory as sa, usEnglishLocale as sb, UploadOptions as sc, isReleaseScheduledOrScheduling as sd, isTruthy as sf, ScrollContextValue as sg, EventsProvider as sh, DocumentPreviewPresenceProps as si, ComputeDiff as sl, DiffFromTo as sm, ObjectInputMember as sn, Timeline as so, isSanityDefinedAction as sp, useVirtualizerScrollInstance as sr, PrimitiveFieldProps as ss, ReleaseActionsResolver as st, StatusButtonProps as su, useSearchState as sv, CommandListItemContext as sw, InitialValueTemplateItem as sx, WorkspacesContextValue as sy, ActiveWorkspaceMatcherContextValue as t, DraftsModelDocument as tC, ReconnectEvent as tS, NavbarContextValue as t_, getDocumentValuePermissions as ta, ValidateDocumentOptions as tb, StudioImageInput as tc, CapabilityGate as td, resizeObserver as tf, CreateLinkMetadata as tg, StringSegmentChanged$1 as th, PresentUser as ti, FieldsetRenderMembersCallback as tl, DiffTooltipProps as tm, toMutationPatches as tn, createHistoryStore as to, DocumentActionGroup as tp, ArrayOfPrimitivesFunctions as tr, BaseFieldProps as ts, NewDocumentOptionsContext as tt, ImperativeToast as tu, ToolMenuProps as tv, CommandList as tw, resolveInitialObjectValue as tx, useActiveWorkspace as ty, prepareConfig as u, PreviewPath as uC, SnapshotEvent as uS, StudioProps as u_, Grant as ua, useTranslation as ub, UploaderDef as uc, isGoingToUnpublish as ud, isNonNullable as uf, ScrollContainerProps as ug, CreateDocumentVersionEvent as uh, ResourceCache as ui, NodeChronologyProps as ul, DiffErrorBoundary as um, MemberFieldError as un, DocumentRemoteMutationVersionEvent as uo, useSetPerspective as up, useDidUpdate as ur, ArrayOfPrimitivesElementType as us, ScheduledPublishingPluginOptions as ut, RovingFocusProps as uu, SearchFilterDefinition as uv, BetaBadge as uw, TemplateFieldDefinition as ux, validateNames as uy, ConfigResolutionError as v, ReleaseAvatarIcon as vC, useClient as vS, generateStudioManifest as v_, useDocumentValues as va, defineLocalesResources as vb, FormBuilder as vc, useArchivedReleases as vd, LoadingTuple as vf, buildTextSelectionFromFragment as vg, EventsStoreRevision as vh, useDocumentPreviewStore as vi, ArrayItemError as vl, ChangeResolver as vm, ArrayOfObjectsInputMembers as vn, checkoutPair as vo, FIXME as vp, FieldActionMenu as vr, NumberInputProps as vs, Workspace as vt, InlinePreview as vu, OperatorInputComponentProps as vv, ConnectionStatusStore as vw, useSchema as vx, RouterHistory as vy, AppsOptions as w, SelectedPerspective as wC, ChangeIndicatorTrackerContextValue as wS, BaseOptions as w_, createDocumentStore as wa, LocaleConfigContext as wb, defaultRenderInput as wc, DEFAULT_ANNOTATIONS as wd, LegacyThemeProps as wf, useCommentsEnabled as wg, UpdateLiveDocumentEvent as wh, useProjectStore as wi, MixedArrayError as wl, useDiffAnnotationColor as wm, TextInput as wn, prepareForPreview as wo, normalizeIndexSegment as wp, useFormValue as wr, PrimitiveInputElementProps as ws, ReleaseActionsContext as wt, MediaPreviewProps as wu, SearchValueFormatterContext as wv, isAuthStore as ww, useReconnectingToast as wx, CommentsEnabledProvider as wy, ConfigPropertyErrorOptions as x, PerspectiveStack as xC, ChangeIndicatorsTracker as xS, StudioWorkspaceManifest as x_, DocumentStore as xa, LocaleProviderBase as xb, defaultRenderBlock as xc, isReleaseDocument as xd, catchWithCount as xf, useCommentsTelemetry as xg, ScheduleDocumentVersionEvent as xh, useHistoryStore as xi, IncompatibleTypeError as xl, ChangeListProps as xm, ArrayOfObjectsMemberProps as xn, createBufferedDocument as xo, getItemKeySegment as xp, useGetFormValue as xr, OnPathFocusPayload as xs, ReleaseActionComponent as xt, BlockImagePreview as xu, SearchOperatorButtonValue as xv, RetryingStatus as xw, useRelativeTime as xx, CommentsSelectedPathProvider as xy, ConfigResolutionErrorOptions as y, VersionChip as yC, CommentDisabledIcon as yS, ManifestWorkspaceInput as y_, DocumentTypeResolveState as ya, removeUndefinedLocaleResources as yb, FormBuilderProps as yc, useActiveReleases as yd, ReactHook as yf, buildRangeDecorationSelectionsFromComments as yg, HistoryClearedEvent as yh, useDocumentStore as yi, DuplicateKeysError as yl, ChangeResolverProps as ym, ArrayOfObjectsInputMembersProps as yn, BufferedDocumentEvent as yo, findIndex as yp, FieldActionMenuProps as yr, ObjectInputProps as ys, WorkspaceOptions as yt, InlinePreviewProps as yu, SearchOperatorBase as yv, ConnectionStatusStoreOptions as yw, useReviewChanges as yx, CommentsSelectedPath as yy, DocumentActionsVersionType as z, getVersionFromId as zC, ChangeFieldWrapper as zS, FormPatchOrigin as z_, emitOperation as za, Rule as zb, SetActiveGroupOperation as zc, LoadingState as zd, getSchemaTypeTitle as zf, WorkspaceLoaderBoundary as zg, useUserColor as zh, PresenceLocation as zi, diffMatchPatch as zl, Diff$1 as zm, UpdateReadOnlyPlugin as zn, isBooleanInputProps as zo, DocumentChangeContextInstance as zp, FormFieldHeaderTextProps as zr, ObjectItemProps as zs, DocumentFieldActionItem as zt, PreviewCardContextValue as zu, Filters as zv, EditPortal as zw, useFeatureEnabled as zx, CommentReactionShortNames as zy };
15870
+ export { MissingConfigFile as $, isSystemBundle as $C, useDocumentVersions as $S, StudioNavbar as $_, snapshotPair as $a, useUnitFormatter as $b, FieldsetState as $c, fieldNeedsEscape as $d, GetHookCollectionStateProps as $f, UpsellDescriptionSerializer as $g, isProd as $h, TemplatePermissionsResult as $i, useZIndex as $l, GroupChangeNode as $m, UniversalArrayInput as $n, FormBuilderInputComponentMap as $o, FromToArrow as $p, FieldPresenceWithOverlay as $r, PortableTextPluginsProps as $s, MutationPatch as $t, Hotkeys as $u, useColorSchemeSetValue as $v, DocumentStoreExtraOptions as $x, CommentsTextSelectionItem as $y, ComposableOption as A, ReleaseId as AC, useChangeIndicatorsReportedValues as AS, BaseOptions as A_, createDocumentStore as Aa, LocaleConfigContext as Ab, defaultRenderInput as Ac, DEFAULT_ANNOTATIONS as Ad, LegacyThemeProps as Af, useCommentsEnabled as Ag, UpdateLiveDocumentEvent as Ah, useProjectStore as Ai, MixedArrayError as Al, useDiffAnnotationColor as Am, StringInput as An, prepareForPreview as Ao, normalizeIndexSegment as Ap, FormInputRelativePathArg as Ar, PrimitiveInputElementProps as As, DocumentInspectorUseMenuItemProps as At, MediaPreviewProps as Au, SearchValueFormatterContext as Av, createConnectionStatusStore as Aw, useReconnectingToast as Ax, CommentsEnabledProvider as Ay, DocumentBadgesContext as B, collate as BC, Reported as BS, FormInsertPatch as B_, InitialValueSuccessMsg as Ba, LocalesOption as Bb, FormCallbacksValue as Bc, useThrottledCallback as Bd, useScheduledDraftsEnabled as Bf, CommentInputHandle as Bg, isUpdateLiveDocumentEvent as Bh, PresenceStore as Bi, PatchMsgSubscriber as Bl, BooleanDiff$1 as Bm, ObjectInput as Bn, PreviewLoader as Bo, isFieldChange as Bp, FormFieldSetProps as Br, RenderPreviewCallback as Bs, DocumentFieldActionNode as Bt, PreviewComponent as Bu, SearchTerms as Bv, AuthState as Bw, FormDocumentValue as Bx, CommentOperations as By, ActionComponent as C, getVersionInlineBadge as CC, ConnectionState as CS, GenerateStudioManifestOptions as C_, isNewDocument as Ca, defineLocaleResourceBundle as Cb, FormProviderProps as Cc, useDocumentVersionInfo as Cd, EMPTY_OBJECT as Cf, CollapseMenuProps as Cg, EventsStore as Ch, useConnectionStatusStore as Ci, StringFormNode as Cl, ChangesError as Cm, UrlInputProps as Cn, WithVersion as Co, isPerspectiveWriteable as Cp, FormValueProvider as Cr, InputProps as Cs, ReleaseActionProps as Ct, TemplatePreviewProps as Cu, OperatorButtonValueComponentProps as Cv, ConnectedStatus as Cw, useStudioUrl as Cx, ActiveWorkspaceMatcherProps as Cy, AsyncConfigPropertyReducer as D, VersionChip as DC, CommentDisabledIcon as DS, StudioWorkspaceManifest as D_, DocumentStore as Da, LocaleProviderBase as Db, defaultRenderBlock as Dc, isReleaseDocument as Dd, catchWithCount as Df, useCommentsTelemetry as Dg, ScheduleDocumentVersionEvent as Dh, useHistoryStore as Di, IncompatibleTypeError as Dl, ChangeListProps as Dm, TelephoneInputProps as Dn, createBufferedDocument as Do, getItemKeySegment as Dp, FormRow as Dr, OnPathFocusPayload as Ds, DocumentInspectorComponent as Dt, BlockImagePreview as Du, SearchOperatorButtonValue as Dv, ConnectionStatusStoreOptions as Dw, useRelativeTime as Dx, CommentsSelectedPathProvider as Dy, AsyncComposableOption as E, ReleaseAvatarIcon as EC, useClient as ES, StudioManifest as E_, useDocumentType as Ea, LocaleProvider as Eb, defaultRenderAnnotation as Ec, VersionInfoDocumentStub as Ed, createHookFromObservableFactory as Ef, buildCommentRangeDecorations as Eg, PublishDocumentVersionEvent as Eh, useGrantsStore as Ei, FieldError as El, ChangeList as Em, TelephoneInput as En, BufferedDocumentWrapper as Eo, getItemKey as Ep, FormCell as Er, OnPasteFn as Es, DocumentInspector as Et, BlockPreview as Eu, SearchOperatorBuilder as Ev, ConnectionStatusStore as Ew, RelativeTimeOptions as Ex, CommentsSelectedPathContextValue as Ey, DecisionParametersConfig as F, DRAFTS_FOLDER as FC, TrackerContextGetSnapshot as FS, SanityClipboardItem as F_, getInitialValueStream as Fa, LocaleResourceKey as Fb, ReferenceInputOptions as Fc, getDocumentIdForCanvasLink as Fd, TasksNavigationContextValue as Ff, isTextSelectionComment as Fg, isEditDocumentVersionEvent as Fh, createProjectStore as Fi, ALL_FIELDS_GROUP as Fl, visitDiff as Fm, CreateButton as Fn, useValuePreview as Fo, pathsAreEqual as Fp, FormFieldValidationStatus as Fr, RenderArrayOfPrimitivesItemCallback as Fs, DocumentFieldAction as Ft, CompactPreview as Fu, isPerspectiveRaw as Fv, MockAuthStoreOptions as Fw, useManageFavorite as Fx, CommentDocument as Fy, DocumentLanguageFilterComponent as G, getIdPair as GC, ChangeIndicator as GS, FormPatchOrigin as G_, emitOperation as Ga, Rule as Gb, SetActiveGroupOperation as Gc, LoadingState as Gd, getSchemaTypeTitle as Gf, WorkspaceLoaderBoundary as Gg, useUserColor as Gh, PresenceLocation as Gi, diffMatchPatch as Gl, Diff$1 as Gm, EmailInputProps as Gn, isBooleanInputProps as Go, DocumentChangeContextInstance as Gp, PresenceScope as Gr, ObjectItemProps as Gs, DocumentFieldActionsResolverContext as Gt, PreviewCardContextValue as Gu, Filters as Gv, KeyValueStoreValue as Gw, useFeatureEnabled as Gx, CommentReactionShortNames as Gy, DocumentCommentsEnabledContext as H, createPublishedFrom as HC, ChangeConnectorRoot as HS, FormPatch as H_, remoteSnapshots as Ha, TFunction$1 as Hb, ExpandFieldSetOperation as Hc, ErrorState as Hd, usePausedScheduledDraft as Hf, CommentsList as Hg, UserColorManagerProviderProps as Hh, createPresenceStore as Hi, createPatchChannel as Hl, ChangeTitlePath as Hm, AssetAccessPolicy as Hn, isArrayOfBlocksInputProps as Ho, isRemovedItemDiff as Hp, FormFieldHeaderTextProps as Hr, BaseItemProps as Hs, DocumentFieldActionStatus as Ht, PreviewMediaDimensions as Hu, SearchPopover as Hv, LoginComponentProps as Hw, UseFormattedDurationOptions as Hx, CommentPostPayload as Hy, DefaultPluginsWorkspaceOptions as I, DraftId as IC, TrackerContextStore as IS, PatchEvent as I_, InitialValueErrorMsg as Ia, LocaleResourceRecord as Ib, ReferenceInputOptionsProvider as Ic, useNavigateToCanvasDoc as Id, MentionUserContextValue as If, COMMENTS_INSPECTOR_NAME as Ig, isPublishDocumentVersionEvent as Ih, ProjectData as Ii, resolveConditionalProperty as Il, Annotation as Im, CreateReferenceOption as In, unstable_useObserveDocument as Io, stringToPath as Ip, FormFieldValidationStatusProps as Ir, RenderBlockCallback as Is, DocumentFieldActionDivider as It, CompactPreviewProps as Iu, getSearchableTypes as Iv, createMockAuthStore as Iw, UseListFormatOptions as Ix, CommentFieldCreatePayload as Iy, DocumentLayoutProps as J, getVersionId as JC, sortReleases as JS, FormUnsetPatch as J_, Operation as Ja, UserWithPermission as Jb, UseFormStateOptions as Jc, sliceString as Jd, ScheduledBadge as Jf, ErrorMessageProps as Jg, UserColor as Jh, UserSessionPair as Ji, prefixPath as Jl, DiffComponentResolver as Jm, DateTimeInputProps as Jn, isObjectItemProps as Jo, RevertChangesButton as Jp, PresenceOverlayProps as Jr, BlockDecoratorProps as Js, CookielessCompatibleLoginMethod as Jt, PopoverDialog as Ju, ColorSchemeProvider as Jv, createSanityMediaLibraryFileSource as Jw, useDocumentOperation as Jx, CommentTextSelection as Jy, DocumentLanguageFilterContext as K, getPublishedId as KC, ChangeIndicatorProps as KS, FormSetIfMissingPatch as K_, operationEvents as Ka, UserListWithPermissionsHookValue as Kb, getExpandOperations as Kc, asLoadable as Kd, createSchema as Kf, useWorkspaceLoader as Kg, useUserColorManager as Kh, Session as Ki, inc as Kl, DiffComponent as Km, getCalendarLabels as Kn, isNumberInputProps as Ko, ValueError as Kp, PresenceScopeProps as Kr, PrimitiveItemProps as Ks, AuthConfig as Kt, ReferenceInputPreviewCard as Ku, ColorSchemeCustomProvider as Kv, EnhancedObjectDialog as Kw, useEditState as Kx, CommentStatus as Ky, DocumentActionsContext as L, PublishedId as LC, useTrackerStore as LS, FormDecPatch as L_, InitialValueLoadingMsg as La, LocaleSource as Lb, TemplateOption as Lc, useCanvasCompanionDoc as Ld, IsLastPaneProvider as Lf, CommentInlineHighlightSpan as Lg, isScheduleDocumentVersionEvent as Lh, ProjectDatasetData as Li, MutationPatchMsg as Ll, AnnotationDetails as Lm, PortableTextInput as Ln, useUnstableObserveDocument as Lo, resolveDiffComponent as Lp, FieldStatusProps as Lr, RenderFieldCallback as Ls, DocumentFieldActionGroup as Lt, GeneralDocumentListLayoutKey as Lu, SearchFactoryOptions as Lv, AuthStoreOptions as Lw, useListFormat as Lx, CommentIntentGetter as Ly, ConfigContext$1 as M, SelectedPerspective as MC, ChangeIndicatorTrackerContextValue as MS, CopyPasteContextType as M_, ListenQueryParams as Ma, LocaleNestedResource as Mb, defaultRenderPreview as Mc, ReleaseDocument$1 as Md, useDocumentPreviewValues as Mf, useComments as Mg, isCreateLiveDocumentEvent as Mh, useUserStore as Mi, UndeclaredMembersError as Ml, getAnnotationAtPath as Mm, SlugInputProps as Mn, getPreviewStateObservable as Mo, normalizeKeySegment as Mp, FormFieldValidationError as Mr, StringInputProps as Ms, initialDocumentFieldActions as Mt, DetailPreviewProps as Mu, ValuelessSearchOperatorParams as Mv, isAuthStore as Mw, UseNumberFormatOptions as Mx, CommentBaseCreatePayload as My, ConfigPropertyReducer as N, TargetPerspective as NC, TrackedArea as NS, DocumentMeta as N_, listenQuery as Na, LocalePluginOptions as Nb, EditReferenceLinkComponentProps as Nc, isDocumentLimitError as Nd, TasksUpsellContextValue as Nf, CommentsContextValue as Ng, isDeleteDocumentGroupEvent as Nh, useProjectDatasets as Ni, FormFieldGroup as Nl, getAnnotationColor as Nm, SelectInput as Nn, getPreviewPaths as No, normalizePathSegment as Np, FormFieldValidationInfo as Nr, RenderAnnotationCallback as Ns, documentFieldActionsReducer as Nt, DefaultPreview as Nu, defineSearchOperator as Nv, isCookielessCompatibleLoginMethod as Nw, useNumberFormat as Nx, CommentContext as Ny, BaseActionDescription as O, PerspectiveContextValue as OC, CommentDeleteDialog as OS, CopyPasteProvider as O_, DocumentStoreOptions as Oa, ImplicitLocaleResourceBundle as Ob, defaultRenderField as Oc, MetadataWrapper as Od, defaultTheme as Of, useCommentsSelectedPath as Og, UnpublishDocumentEvent as Oh, useKeyValueStore as Oi, InvalidItemTypeError as Ol, ChangeBreadcrumb as Om, TagsArrayInput as On, CommitRequest as Oo, getValueAtPath as Op, FormInput as Or, PasteData$1 as Os, DocumentInspectorMenuItem as Ot, BlockImagePreviewProps as Ou, SearchOperatorInput as Ov, ErrorStatus as Ow, DocumentField as Ox, CommentsIntentProvider as Oy, DECISION_PARAMETERS_SCHEMA as P, CollatedHit as PC, TrackedChange as PS, PasteOptions as P_, InitialValueOptions as Pa, LocaleResourceBundle as Pb, EditReferenceOptions as Pc, useDocumentLimitsUpsellContext as Pd, TasksContextValue as Pf, hasCommentMessageValue as Pg, isDeleteDocumentVersionEvent as Ph, useProject as Pi, ProvenanceDiffAnnotation as Pl, getDiffAtPath as Pm, ReferenceAutocomplete as Pn, unstable_useValuePreview as Po, pathToString as Pp, FormFieldValidationWarning as Pr, RenderArrayOfObjectsItemCallback as Ps, defineDocumentFieldAction as Pt, DefaultPreviewProps as Pu, createSearch as Pv, getProviderTitle as Pw, UseManageFavoriteProps as Px, CommentCreatePayload as Py, MediaLibraryConfig as Q, isPublishedId as QC, useDocumentVersionTypeSortedList as QS, StudioToolMenu as Q_, DocumentVersionSnapshots as Qa, UseUnitFormatterOptions as Qb, FieldsetMembers as Qc, escapeField as Qd, GetHookCollectionState as Qf, InterpolationProp as Qg, isDev as Qh, TemplatePermissionsOptions as Qi, ZIndexProvider as Ql, FromToIndex as Qm, BooleanInput as Qn, FormBuilderFilterFieldFn as Qo, GroupChange as Qp, FieldPresenceProps as Qr, MarkdownConfig as Qs, encodePath as Qt, InsufficientPermissionsMessageProps as Qu, useColorSchemeOptions as Qv, editState$1 as Qx, CommentsListBreadcrumbItem as Qy, DocumentActionsResolver as R, SystemBundle as RC, useTrackerStoreReporter as RS, FormDiffMatchPatch as R_, InitialValueMsg as Ra, LocaleWeekInfo as Rb, useReferenceInputOptions as Rc, SANITY_VERSION as Rd, TasksEnabledContextValue as Rf, CommentInputContextValue as Rg, isUnpublishDocumentEvent as Rh, ProjectGrants as Ri, PatchChannel as Rl, ArrayDiff$1 as Rm, PortableTextMemberItem as Rn, SanityDefaultPreview as Ro, useDocumentChange as Rp, FormFieldStatus as Rr, RenderInputCallback as Rs, DocumentFieldActionHook as Rt, GeneralPreviewLayoutKey as Ru, SearchOptions as Rv, _createAuthStore as Rw, GlobalCopyPasteElementHandler as Rx, CommentListBreadcrumbs as Ry, useMiddlewareComponents as S, VersionInlineBadge as SC, useDataset as SS, LiveManifestRegisterProvider as S_, selectUpstreamVersion as Sa, defineLocale as Sb, FormProvider as Sc, ReleasesUpsellContextValue as Sd, EMPTY_ARRAY as Sf, CollapseMenu as Sg, EditDocumentVersionEvent as Sh, useComlinkStore as Si, PrimitiveFormNode as Sl, ChangeTitleSegment as Sm, UrlInput as Sn, RemoteSnapshotVersionEvent as So, PerspectiveNotWriteableReason as Sp, FormValueContextValue as Sr, InputOnSelectFileFunctionProps as Ss, ReleaseActionDescription as St, TemplatePreview as Su, I18nSearchOperatorNameKey as Sv, CONNECTING as Sw, useSyncState as Sx, ActiveWorkspaceMatcher as Sy, AssetSourceResolver as T, ReleaseAvatar as TC, useConditionalToast as TS, ManifestWorkspaceInput as T_, DocumentTypeResolveState as Ta, removeUndefinedLocaleResources as Tb, FormBuilderProps as Tc, useActiveReleases as Td, ReactHook as Tf, buildRangeDecorationSelectionsFromComments as Tg, HistoryClearedEvent as Th, useDocumentStore as Ti, DuplicateKeysError as Tl, ChangeResolverProps as Tm, TextInputProps as Tn, BufferedDocumentEvent as To, findIndex as Tp, FormContainer as Tr, ObjectInputProps as Ts, FormComponents as Tt, InlinePreviewProps as Tu, SearchOperatorBase as Tv, ConnectionStatus as Tw, useReviewChanges as Tx, CommentsSelectedPath as Ty, DocumentInspectorContext as U, documentIdEquals as UC, ChangeConnectorRootProps as US, FormPatchBase as U_, OperationError as Ua, ValidationLocaleResourceKeys as Ub, ExpandOperation as Uc, LoadableState as Ud, SingleDocReleaseProvider as Uf, CommentsUpsellContextValue as Ug, UserColorManagerOptions as Uh, DocumentPresence as Ui, SANITY_PATCH_TYPE as Ul, Chunk as Um, ImageUrlBuilder$1 as Un, isArrayOfObjectsInputProps as Uo, isUnchangedDiff as Up, FormField as Ur, ItemProps as Us, DocumentFieldActionTone as Ut, PreviewProps as Uu, SearchPopoverProps as Uv, createKeyValueStore as Uw, useFormattedDuration as Ux, CommentReactionItem as Uy, DocumentBadgesResolver as V, createDraftFrom as VC, ReporterHook as VS, FormInsertPatchPosition as V_, validation$1 as Va, StaticLocaleResourceBundle as Vb, useFormCallbacks as Vc, userHasRole as Vd, useScheduledDraftDocument as Vf, CommentInputProps as Vg, UserColorManagerProvider as Vh, SESSION_ID as Vi, RebasePatchMsg as Vl, ChangeNode as Vm, NumberInput as Vn, Preview as Vo, isGroupChange as Vp, FormFieldHeaderText as Vr, RenderPreviewCallbackProps as Vs, DocumentFieldActionProps as Vt, PreviewLayoutKey as Vu, SearchResultItemPreview as Vv, AuthStore as Vw, FormattedDuration as Vx, CommentPath as Vy, DocumentInspectorsResolver as W, getDraftId as WC, ConnectorContextValue as WS, FormPatchJSONValue as W_, OperationSuccess as Wa, StudioLocaleResourceKeys as Wb, ExpandPathOperation as Wc, LoadedState as Wd, useSingleDocRelease as Wf, UpsellData as Wg, createUserColorManager as Wh, GlobalPresence as Wi, dec as Wl, ChunkType as Wm, EmailInput as Wn, isArrayOfPrimitivesInputProps as Wo, noop as Wp, FormFieldProps as Wr, ObjectItem as Ws, DocumentFieldActionsResolver as Wt, PreviewCard as Wu, SearchHeader as Wv, KeyValueStore as Ww, useFilteredReleases as Wx, CommentReactionOption as Wy, FormBuilderComponentResolverContext as X, isDraft as XC, useOnlyHasVersions as XS, ToolLink as X_, OperationImpl as Xa, FormattableMeasurementUnit as Xb, setAtPath as Xc, uncaughtErrorHandler as Xd, DocumentBadgeDescription as Xf, WorkspaceProviderProps as Xg, UserColorManager as Xh, UserStoreOptions as Xi, setIfMissing as Xl, FieldChangeNode as Xm, DateInputProps as Xn, ArrayInputFunctionsProps as Xo, MetaInfo as Xp, FieldPresenceInner as Xr, BlockProps as Xs, TransformPatches as Xt, IntentButton as Xu, useColorScheme as Xv, useDocumentIdStack as Xx, CommentUpdateOperationOptions as Xy, DocumentPluginOptions as Y, idMatchesPerspective as YC, useVersionOperations as YS, PatchArg as Y_, OperationArgs as Ya, useUserListWithPermissions as Yb, useFormState as Yc, truncateString as Yd, DocumentBadgeComponent as Yf, WorkspaceProvider as Yg, UserColorHue as Yh, UserStore as Yi, set as Yl, DiffProps as Ym, DateInput as Yn, isStringInputProps as Yo, NoChanges as Yp, FieldPresence as Yr, BlockListItemProps as Ys, LoginMethod as Yt, LoadingBlock as Yu, ColorSchemeProviderProps as Yv, createSanityMediaLibraryImageSource as Yw, DocumentIdStack as Yx, CommentThreadItem as Yy, GroupableActionDescription as Z, isDraftId as ZC, useIsReleaseActive as ZS, ToolLinkProps as Z_, OperationsAPI as Za, UnitFormatter as Zb, StateTree as Zc, supportsTouch as Zd, DocumentBadgeProps as Zf, useWorkspace as Zg, UserId as Zh, createUserStore as Zi, unset as Zl, FieldOperationsAPI as Zm, CrossDatasetReferencePreview as Zn, FormBuilderCustomMarkersComponent as Zo, MetaInfoProps as Zp, FieldPresenceInnerProps as Zr, BlockStyleProps as Zs, decodePath as Zt, InsufficientPermissionsMessage as Zu, useColorSchemeInternalValue as Zv, EditStateFor as Zx, CommentUpdatePayload as Zy, createDefaultIcon as _, PreparedSnapshot as _C, RemoteSnapshotEvent as _S, SourceProvider as __, GrantsStore as _a, useCurrentLocale as _b, UploaderResolver as _c, getReleaseTone as _d, isArray as _f, useOnScroll as _g, CreateLiveDocumentEvent as _h, ResourceCacheProvider as _i, NodeDiffProps as _l, DiffErrorBoundaryProps as _m, MemberItemProps as _n, Transaction as _o, usePerspective as _p, FieldActionsProvider as _r, ArrayOfPrimitivesInputProps as _s, Tool as _t, Resizable as _u, defineSearchFilter as _v, CommandListRenderItemCallback as _w, TemplateItem as _x, validateWorkspaces as _y, resolveSchemaTypes as a, AvailabilityReason as aC, MutationEvent as aS, StudioProvider as a_, grantsPermissionOn as aa, useWorkspaceSchemaId as ab, useEnhancedObjectDialog as ac, ErrorActionsProps as ad, SharedResizeObserver as af, SanityCreateConfigContextValue as ag, StringDiff$1 as ah, Rect as ai, FieldMember as al, Event$1 as am, ObjectMembers as an, HistoryStore as ao, DocumentActionDescription as ap, VirtualizerScrollInstanceProvider as ar, ArrayFieldProps as as, PluginOptions as at, ZIndexContextValueKey as au, StudioComponents as av, Chip as aw, Serializeable as ax, AddonDatasetContextValue as ay, ConfigPropertyError as b, PreviewableType as bC, UseDateTimeFormatOptions as bS, renderStudio as b_, useInitialValue as ba, I18nNode as bb, StudioCrossDatasetReferenceInput as bc, PUBLISHED as bd, getErrorMessage as bf, CommonProps as bg, DocumentGroupEvent as bh, useGlobalPresence as bi, ObjectFormNode as bl, DiffCardProps as bm, ArrayOfObjectsInputMember as bn, MutationResult as bo, PerspectiveProvider as bp, GetFormValueProvider as br, ComplexElementProps as bs, WorkspaceSummary as bt, LinearProgress as bu, operatorDefinitions as bv, CorsOriginError as bw, TypeTarget as bx, getWorkspaceIdentifier as by, createWorkspaceFromConfig as c, DocumentStackAvailability as cC, ResetEvent as cS, StudioLayout as c_, useDocumentValuePermissions as ca, validateDocument as cb, FileInputProps as cc, DocumentStatus as cd, CardinalityOneRelease as cf, CreateLinkedActionsProps as cg, StringSegmentUnchanged$1 as ch, Size as ci, ObjectMember as cl, DiffTooltipWithAnnotationsProps as cm, ObjectInputMemberProps as cn, removeMissingReferences as co, DocumentActionModalDialogProps as cp, ArrayOfObjectsInput as cr, BooleanFieldProps as cs, ResolveProductionUrlContext as ct, ToastParams$1 as cu, StudioLogo as cv, ContextMenuButton as cw, resolveInitialValue as cx, MatchWorkspaceOptions as cy, flattenConfig as d, FieldName as dC, CommitFunction as dS, isValidAnnouncementRole as d_, getDocumentPairPermissions as da, TranslationProps as db, FileLike as dc, isDraftPerspective as dd, isPausedCardinalityOneRelease as df, AppIdCache as dg, getValueError as dh, useCurrentUser as di, BaseFormNode as dl, DiffInspectWrapper as dm, MemberField as dn, TimelineControllerOptions as do, DuplicateActionProps as dp, FormBuilderContextValue as dr, NumberFieldProps as ds, SchemaPluginOptions as dt, TextWithToneProps as du, PartialIndexSettings as dv, CommandListGetItemDisabledCallback as dw, defaultTemplatesForSchema as dx, WorkspacesProvider as dy, DocumentPreviewStore as eC, InitialSnapshotEvent as eS, UpsellDialogDismissed as e_, getTemplatePermissions as ea, CommentsType as eb, ArrayInputCopyEvent as ec, HotkeysProps$1 as ed, joinPath as ef, getSanityCreateLinkMetadata as eg, ItemDiff$1 as eh, FieldPresenceData as ei, ArrayOfObjectsItemMember as el, FromToArrowDirection as em, fromMutationPatches as en, useTimelineSelector as eo, HookCollectionActionHook as ep, ArrayOfPrimitivesInput as er, FormBuilderMarkersComponent as es, NewDocumentCreationContext as et, WithReferringDocuments as eu, ActiveToolLayoutProps as ev, isSystemBundleName as ew, useTools as ex, useColorSchemeValue as ey, PluginFactory as f, Id as fC, CommittedEvent as fS, StudioAnnouncementsDialog as f_, useDocumentPairPermissions as fa, defaultLocale as fb, ResolvedUploader as fc, isPublishedPerspective as fd, PartialExcept as ff, SanityCreateConfigProvider as fg, useEventsStore as fh, useUser as fi, BooleanFormNode as fl, DiffInspectWrapperProps as fm, MemberFieldProps as fn, ParsedTimeRef as fo, DuplicateDocumentActionComponent as fp, useHoveredField as fr, ObjectFieldProps as fs, SingleWorkspace as ft, StatusButton as fu, useSearchMaxFieldDepth as fv, CommandListGetItemKeyCallback as fw, prepareTemplates as fx, WorkspacesProviderProps as fy, defineConfig as g, ObservePathsFn as gC, MutationPayload as gS, StudioProps as g_, Grant as ga, useTranslation as gb, UploaderDef as gc, isGoingToUnpublish as gd, isNonNullable as gf, ScrollContainerProps as gg, CreateDocumentVersionEvent as gh, ResourceCache as gi, NodeChronologyProps as gl, DiffErrorBoundary as gm, ArrayOfObjectsItem as gn, DocumentRemoteMutationVersionEvent as go, useSetPerspective as gp, FieldActionsResolver as gr, ArrayOfPrimitivesElementType as gs, TemplateResolver as gt, RovingFocusProps as gu, SearchFilterDefinition as gv, CommandListProps as gw, TemplateFieldDefinition as gx, validateNames as gy, createConfig as h, ObserveDocumentTypeFromIdFn as hC, DocumentRemoteMutationEvent as hS, Studio as h_, EvaluationParams as ha, UseTranslationResponse as hb, Uploader as hc, isReleasePerspective as hd, isRecord as hf, ScrollContainer as hg, BaseEvent as hh, isAgentBundleName as hi, HiddenField as hl, FieldPreviewComponent as hm, PrimitiveMemberItemProps as hn, CombinedDocument as ho, EditScheduleForm as hp, FieldActionsProps as hr, ArrayOfObjectsInputProps as hs, SourceOptions as ht, RovingFocusNavigationType as hu, SearchContextValue as hv, CommandListItemContext as hw, TemplateArrayFieldDefinition as hx, validateBasePaths as hy, SchemaError as i, ApiConfig as iC, IdPair as iS, UpsellDialogViewedInfo as i_, createGrantsStore as ia, CommentsAuthoringPathProvider as ib, EnhancedObjectDialogContextValue as ic, ErrorActions as id, createSWR as if, isSanityCreateStartCompatibleDoc as ig, ReferenceDiff as ih, PresentUser as ii, DecorationMember as il, FallbackDiff as im, ObjectInputMembers as in, DocumentRevision as io, DocumentActionCustomDialogComponentProps as ip, ArrayOfObjectOptionsInput as ir, RenderCustomMarkers as is, Plugin as it, LegacyLayerProvider as iu, NavbarProps as iv, systemBundles as iw, DEFAULT_MAX_RECURSION_DEPTH as ix, useAddonDataset as iy, Config as j, ReleasesNavMenuItemPropsGetter as jC, useChangeIndicatorsReporter as jS, CopyOptions as j_, ListenQueryOptions as ja, LocaleDefinition as jb, defaultRenderItem as jc, DEFAULT_DECORATORS as jd, LegacyThemeTints as jf, CommentsEnabledContextValue as jg, isCreateDocumentVersionEvent as jh, useRenderingContextStore as ji, TypeAnnotationMismatchError as jl, DiffVisitor as jm, SlugInput as jn, getPreviewValueWithFallback as jo, normalizeIndexTupleSegment as jp, FormFieldValidation as jr, PrimitiveInputProps as js, defineDocumentInspector as jt, DetailPreview as ju, ValuelessSearchOperatorBuilder as jv, onRetry as jw, useProjectId as jx, CommentsProvider as jy, BetaFeatures as k, PerspectiveStack as kC, ChangeIndicatorsTracker as kS, useCopyPaste as k_, QueryParams$1 as ka, Locale as kb, defaultRenderInlineBlock as kc, RELEASES_INTENT as kd, buildLegacyTheme as kf, CommentsOnboardingContextValue as kg, UnscheduleDocumentVersionEvent as kh, usePresenceStore as ki, MissingKeysError as kl, useAnnotationColor as km, TagsArrayInputProps as kn, createObservableBufferedDocument as ko, isEmptyObject as kp, FormInputAbsolutePathArg as kr, PortableTextInputProps as ks, DocumentInspectorProps as kt, MediaPreview as ku, SearchOperatorParams as kv, RetryingStatus as kw, useReferringDocuments as kx, CommentsIntentProviderProps as ky, resolveConfig as l, DraftsModelDocument as lC, WelcomeBackEvent as lS, StudioLayoutComponent as l_, DocumentPairPermissionsOptions as la, Translate as lb, StudioFileInput as lc, formatRelativeLocalePublishDate as ld, isCardinalityOnePerspective as lf, CreateLinkedDocumentBannerContentProps as lg, TypeChangeDiff$1 as lh, DocumentPreviewPresence as li, ArrayOfObjectsFormNode as ll, DiffString as lm, MemberFieldSet as ln, SelectionState as lo, DocumentActionPopoverDialogProps as lp, ArrayOfObjectsFunctions as lr, FieldCommentsProps as ls, SanityFormConfig as lt, TooltipOfDisabled as lu, SearchDialog as lv, CommandList as lw, resolveInitialValueForType as lx, MatchWorkspaceResult as ly, definePlugin as m, ObserveDocumentAvailabilityFn as mC, DocumentRebaseEvent as mS, StudioAnnouncementsCard as m_, DocumentValuePermission as ma, UseTranslationOptions as mb, UploadProgressEvent as mc, RELEASES_STUDIO_CLIENT_OPTIONS as md, isString as mf, ScrollEventHandler as mg, useEvents as mh, useAgentVersionDisplay as mi, DocumentFormNode as ml, DiffFromToProps as mm, ArrayOfPrimitivesItem as mn, TimelineOptions as mo, SchedulesContextValue as mp, useFieldActions as mr, StringFieldProps as ms, SourceClientOptions as mt, useRovingFocus as mu, SearchProvider as mv, CommandListHandle as mw, Template as mx, ValidateWorkspaceOptions as my, getConfigContextFromSource as n, ObserveForPreviewFn as nC, ListenerEvent as nS, UpsellDialogUpgradeCtaClicked as n_, useTemplatePermissionsFromHookFactory as na, Loadable as nb, ArrayInputMoveItemEvent as nc, useCopyErrorDetails as nd, _isSanityDocumentTypeDefinition as nf, isSanityCreateLinked as ng, NumberDiff$1 as nh, Location as ni, ArrayOfPrimitivesItemMember as nl, FromToProps as nm, useFormBuilder as nn, TimelineStore as no, DocumentActionComponent as np, ArrayOfPrimitiveOptionsInput as nr, RenderBlockActionsCallback as ns, NewDocumentOptionsResolver as nt, UserAvatar as nu, LogoProps as nv, newDraftFrom as nw, useTimeAgo as nx, StudioTheme as ny, CreateWorkspaceFromConfigOptions as o, AvailabilityResponse as oC, PendingMutationsEvent as oS, StudioProviderProps as o_, DocumentValuePermissionsOptions as oa, useValidationStatus as ob, ImageInputProps as oc, DocumentStatusIndicator as od, createSharedResizeObserver as of, useSanityCreateConfig as og, StringDiffSegment as oh, RegionWithIntersectionDetails as oi, FieldSetMember as ol, DiffTooltip as om, ObjectMembersProps as on, HistoryStoreOptions as oo, DocumentActionDialogProps as op, VirtualizerScrollInstance as or, ArrayOfPrimitivesFieldProps as os, PreparedConfig as ot, ZIndexContextValue as ou, StudioComponentsPluginOptions as ov, DocumentVariantType as ow, isBuilder as ox, AddonDatasetProvider as oy, createPlugin as p, InvalidationChannelEvent as pC, DocumentMutationEvent as pS, StudioAnnouncementsContextValue as p_, useDocumentPairPermissionsFromHookFactory as pa, usEnglishLocale as pb, UploadOptions as pc, isReleaseScheduledOrScheduling as pd, isTruthy as pf, ScrollContextValue as pg, EventsProvider as ph, AgentVersionDisplay as pi, ComputeDiff as pl, DiffFromTo as pm, MemberItemError as pn, Timeline as po, isSanityDefinedAction as pp, HoveredFieldProvider as pr, PrimitiveFieldProps as ps, Source as pt, StatusButtonProps as pu, useSearchState as pv, CommandListGetItemSelectedCallback as pw, InitialValueTemplateItem as px, WorkspacesContextValue as py, DocumentLanguageFilterResolver as q, getVersionFromId as qC, ChangeFieldWrapper as qS, FormSetPatch as q_, MapDocument as qa, UserListWithPermissionsOptions as qb, FormState as qc, useLoadable as qd, SchedulesContext as qf, ErrorMessage as qg, HexColor as qh, Status as qi, insert as ql, DiffComponentOptions as qm, DateTimeInput as qn, isObjectInputProps as qo, RevertChangesConfirmDialog as qp, PresenceOverlay as qr, BlockAnnotationProps as qs, AuthProvider as qt, usePreviewCard as qu, ColorSchemeLocalStorageProvider as qv, EditPortal as qw, useDocumentOperationEvent as qx, CommentTaskCreatePayload as qy, useConfigContextFromSource as r, createDocumentPreviewStore as rC, getPairListener as rS, UpsellDialogViewed as r_, GrantsStoreOptions as ra, CommentsAuthoringPathContextValue as rb, UploadEvent as rc, ErrorWithId as rd, _isType as rf, isSanityCreateLinkedDocument as rg, ObjectDiff$1 as rh, Position as ri, ArrayOfPrimitivesMember as rl, FieldChange as rm, useDocumentForm as rn, useTimelineStore as ro, DocumentActionConfirmDialogProps as rp, ArrayOfOptionsInput as rr, RenderBlockActionsProps as rs, PartialContext as rt, UserAvatarProps as ru, NavbarAction as rv, removeDupes as rw, useTemplates as rx, StudioThemeColorSchemeKey as ry, createSourceFromConfig as s, DocumentAvailability as sC, ReconnectEvent as sS, NavbarContextValue as s_, getDocumentValuePermissions as sa, ValidateDocumentOptions as sb, StudioImageInput as sc, CapabilityGate as sd, resizeObserver as sf, CreateLinkMetadata as sg, StringSegmentChanged$1 as sh, ReportedRegionWithRect as si, FieldsetRenderMembersCallback as sl, DiffTooltipProps as sm, ObjectInputMember as sn, createHistoryStore as so, DocumentActionGroup as sp, useVirtualizerScrollInstance as sr, BaseFieldProps as ss, ReleaseActionsResolver as st, ImperativeToast as su, ToolMenuProps as sv, getDocumentVariantType as sw, resolveInitialObjectValue as sx, useActiveWorkspace as sy, ActiveWorkspaceMatcherContextValue as t, DocumentPreviewStoreOptions as tC, LatencyReportEvent as tS, UpsellDialogLearnMoreCtaClicked as t_, useTemplatePermissions as ta, CommentsUIMode as tb, ArrayInputInsertEvent as tc, serializeError as td, _isCustomDocumentTypeDefinition as tf, isSanityCreateExcludedType as tg, NullDiff$1 as th, FormNodePresence as ti, ArrayOfObjectsMember as tl, FromTo as tm, toMutationPatches as tn, TimelineState as to, useScheduleAction as tp, ArrayOfPrimitivesFunctions as tr, PortableTextMarker as ts, NewDocumentOptionsContext as tt, AvatarSkeleton as tu, LayoutProps as tv, isVersionId as tw, TimeAgoOpts as tx, StudioColorScheme as ty, prepareConfig as u, DraftsModelDocumentAvailability as uC, WelcomeEvent as uS, isValidAnnouncementAudience as u_, DocumentPermission as ua, TranslateComponentMap as ub, AssetSourcesResolver as uc, getDocumentIsInPerspective as ud, isCardinalityOneRelease as uf, CreateLinkedSanityDocument as ug, FieldValueError as uh, DocumentPreviewPresenceProps as ui, ArrayOfPrimitivesFormNode as ul, DiffStringSegment as um, MemberFieldError as un, TimelineController as uo, DocumentActionProps as up, useDidUpdate as ur, FieldProps as us, ScheduledPublishingPluginOptions as ut, TextWithTone as uu, SearchButton as uv, CommandListElementType as uw, defaultTemplateForType as ux, matchWorkspace as uy, ConfigResolutionError as v, PreviewPath as vC, SnapshotEvent as vS, SourceProviderProps as v_, PermissionCheckResult as va, useLocale as vb, StudioReferenceInput as vc, getReleaseIdFromReleaseDocumentId as vd, globalScope as vf, CollapseMenuButton as vg, DeleteDocumentGroupEvent as vh, ResourceCacheProviderProps as vi, NumberFormNode as vl, DiffErrorBoundaryState as vm, ArrayOfObjectsInputMembers as vn, DocumentVersion as vo, useGetDefaultPerspective as vp, FieldActionMenu as vr, BaseInputProps as vs, Workspace as vt, RelativeTime as vu, defineSearchFilterOperators as vv, BetaBadge as vw, TemplateParameter as vx, useWorkspaces as vy, AppsOptions as w, ReleaseTitle as wC, useConnectionState as wS, generateStudioManifest as w_, useDocumentValues as wa, defineLocalesResources as wb, FormBuilder as wc, useArchivedReleases as wd, LoadingTuple as wf, buildTextSelectionFromFragment as wg, EventsStoreRevision as wh, useDocumentPreviewStore as wi, ArrayItemError as wl, ChangeResolver as wm, TextInput as wn, checkoutPair as wo, FIXME as wp, useFormValue as wr, NumberInputProps as ws, ReleaseActionsContext as wt, InlinePreview as wu, OperatorInputComponentProps as wv, ConnectingStatus as ww, useSchema as wx, RouterHistory as wy, ConfigPropertyErrorOptions as x, Selection as xC, useDateTimeFormat as xS, uploadSchema as x_, useInitialValueResolverContext as xa, useI18nText as xb, StudioCrossDatasetReferenceInputProps as xc, useReleasesIds as xd, formatRelativeLocale as xf, AutoCollapseMenu as xg, DocumentVersionEventType as xh, useDocumentPresence as xi, ObjectRenderMembersCallback as xl, TIMELINE_ITEM_I18N_KEY_MAPPING as xm, ArrayOfObjectsMemberProps as xn, Pair as xo, ReleasesNav as xp, useGetFormValue as xr, EditorChange as xs, ReleaseActionComponent as xt, CircularProgress as xu, I18nSearchOperatorDescriptionKey as xv, CorsOriginErrorOptions as xw, SyncState as xx, WorkspaceLike as xy, ConfigResolutionErrorOptions as y, Previewable as yC, useDialogStack as yS, useSource as y_, useResolveInitialValueForType as ya, useGetI18nText as yb, StudioReferenceInputProps as yc, LATEST as yd, getReferencePaths as yf, CollapseMenuButtonProps as yg, DeleteDocumentVersionEvent as yh, useResourceCache as yi, ObjectArrayFormNode as yl, DiffCard as ym, ArrayOfObjectsInputMembersProps as yn, DocumentVersionEvent as yo, useExcludedPerspective as yp, FieldActionMenuProps as yr, BooleanInputProps as ys, WorkspaceOptions as yt, RelativeTimeProps as yu, SearchOperatorType as yv, BetaBadgeProps as yw, TemplateReferenceTarget as yx, getNamelessWorkspaceIdentifier as yy, DocumentActionsVersionType as z, VERSION_FOLDER as zC, IsEqualFunction as zS, FormIncPatch as z_, InitialValueState as za, LocalesBundlesOption as zb, FormCallbacksProvider as zc, useUnique as zd, DEFAULT_STUDIO_CLIENT_OPTIONS as zf, CommentInput as zg, isUnscheduleDocumentVersionEvent as zh, ProjectStore as zi, PatchMsg as zl, ArrayItemMetadata as zm, UpdateReadOnlyPlugin as zn, SanityDefaultPreviewProps as zo, isAddedItemDiff as zp, FormFieldSet as zr, RenderItemCallback as zs, DocumentFieldActionItem as zt, PortableTextPreviewLayoutKey as zu, SearchSort as zv, createAuthStore as zw, useGlobalCopyPasteElementHandler as zx, CommentMessage as zy };
@@ -1,4 +1,4 @@
1
- import { A as StructureToolOptions, E as StructureResolver, O as StructureToolContextValue, _t as DefaultDocumentNodeResolver, f as DocumentPaneNode, i as PaneRouterContextValue, s as DocumentPaneContextValue, v as PaneNode } from "./types.js";
1
+ import { D as StructureResolver, i as PaneRouterContextValue, j as StructureToolOptions, k as StructureToolContextValue, p as DocumentPaneNode, s as DocumentPaneContextValue, vt as DefaultDocumentNodeResolver, y as PaneNode } from "./types.js";
2
2
  import * as react from "react";
3
3
  import { ComponentProps, ComponentType, ElementType, HTMLProps, ReactNode } from "react";
4
4
  import { Path, PreviewValue, SanityDocument, SanityDocumentLike, SchemaType, SortOrdering } from "@sanity/types";
@@ -2608,6 +2608,8 @@ interface DocumentPaneContextValue extends Pick<NodeChronologyProps, 'hasUpstrea
2608
2608
  lastNonDeletedRevId: string | null;
2609
2609
  lastRevisionDocument: SanityDocument | null;
2610
2610
  }
2611
+ /** @internal */
2612
+ type DocumentPaneInfoContextValue = Pick<DocumentPaneContextValue, 'actions' | 'badges' | 'documentId' | 'documentIdRaw' | 'documentType' | 'fieldActions' | 'index' | 'menuItemGroups' | 'maximized' | 'onPaneClose' | 'onPaneSplit' | 'onSetMaximizedPane' | 'paneKey' | 'schemaType' | 'title' | 'views' | 'unstable_languageFilter'>;
2611
2613
  /**
2612
2614
  * @hidden
2613
2615
  * @beta */
@@ -2760,4 +2762,4 @@ interface PaneRouterContextValue {
2760
2762
  replace?: boolean;
2761
2763
  }) => void;
2762
2764
  }
2763
- export { SerializeOptions as $, GenericListInput as $t, StructureToolOptions as A, DocumentListItemBuilder as At, createStructureBuilder as B, PartialListItem as Bt, RouterPanes as C, DEFAULT_INTENT_HANDLER as Cn, BuildableList as Ct, StructureResolverContext as D, IntentParams as Dn, DocumentTypeListBuilder as Dt, StructureResolver as E, IntentJsonParams as En, ListInput as Et, component as F, ListItemBuilder as Ft, Builder as G, DocumentListInput as Gt, ChildResolver as H, UnserializedListItemChild as Ht, form as I, ListItemChild as It, CollectionBuilder as J, getTypeNamesFromFilter as Jt, Child as K, DocumentListOptions as Kt, HELP_URL as L, ListItemDisplayOptions as Lt, UnresolvedPaneNode as M, PartialDocumentListItem as Mt, PaneContextValue as N, isDocumentListItem as Nt, StructureToolContextValue as O, defaultIntentChecker as On, DocumentTypeListInput as Ot, PaneLayoutContextValue as P, ListItem as Pt, Serializable as Q, GenericListBuilder as Qt, SerializeError as R, ListItemInput as Rt, RouterPaneSiblingContext as S, BaseIntentParams as Sn, View as St, StrictVersionLayeringOptions$1 as T, IntentChecker as Tn, ListBuilder as Tt, ChildResolverOptions as U, DocumentList as Ut, ChildObservable as V, UnserializedListItem as Vt, ItemChild as W, DocumentListBuilder as Wt, DocumentNode as X, BuildableGenericList as Xt, Divider as Y, BaseGenericList as Yt, EditorNode as Z, GenericList as Zt, PaneMenuItemGroup as _, maybeSerializeView as _n, DefaultDocumentNodeResolver as _t, ParameterizedLinkProps as a, InitialValueTemplateItemBuilder as an, ComponentInput as at, RouterPaneGroup as b, ComponentView as bn, UserComponent as bt, BaseResolvedPaneNode as c, menuItemsFromInitialValueTemplateItems as cn, MenuItemActionType as ct, DocumentListPaneNode as d, PartialDocumentNode as dn, PartialMenuItem as dt, ListDisplayOptions as en, SerializePath as et, DocumentPaneNode as f, documentFromEditor as fn, SortMenuItem as ft, PaneMenuItem as g, ViewBuilder as gn, DefaultDocumentNodeContext as gt, PaneListItemDivider as h, GenericViewBuilder as hn, maybeSerializeMenuItem as ht, PaneRouterContextValue as i, maybeSerializeMenuItemGroup as in, ComponentBuilder as it, StructureToolPaneActionHandler as j, DocumentListItemInput as jt, StructureToolFeatures as k, DocumentListItem as kt, CustomComponentPaneNode as l, DocumentBuilder as ln, MenuItemBuilder as lt, PaneListItem as m, BaseView as mn, getOrderingMenuItemsForSchemaType as mt, ChildLinkProps as n, MenuItemGroup as nn, BuildableComponent as nt, ReferenceChildLinkProps as o, defaultInitialValueTemplateItems as on, KnownMenuItemParams as ot, ListPaneNode as p, documentFromEditorWithInitialValue as pn, getOrderingMenuItem as pt, Collection as q, PartialDocumentList as qt, EditReferenceOptions as r, MenuItemGroupBuilder as rn, Component$1 as rt, DocumentPaneContextValue as s, maybeSerializeInitialValueTemplateItem as sn, MenuItem as st, BackLinkProps as t, shallowIntentChecker as tn, StructureNode as tt, DocumentFieldMenuActionNode as u, DocumentOptions as un, MenuItemParamsType as ut, PaneNode as v, FormView as vn, StructureBuilder as vt, SerializablePaneNode as w, Intent as wn, List as wt, RouterPaneSibling as x, ComponentViewBuilder as xn, UserViewComponent as xt, PaneNodeResolver as y, FormViewBuilder as yn, StructureContext as yt, StructureBuilderOptions as z, ListItemSerializeOptions as zt };
2765
+ export { Serializable as $, GenericListBuilder as $t, StructureToolFeatures as A, DocumentListItem as At, StructureBuilderOptions as B, ListItemSerializeOptions as Bt, RouterPaneSiblingContext as C, BaseIntentParams as Cn, View as Ct, StructureResolver as D, IntentJsonParams as Dn, ListInput as Dt, StrictVersionLayeringOptions$1 as E, IntentChecker as En, ListBuilder as Et, PaneLayoutContextValue as F, ListItem as Ft, ItemChild as G, DocumentListBuilder as Gt, ChildObservable as H, UnserializedListItem as Ht, component as I, ListItemBuilder as It, Collection as J, PartialDocumentList as Jt, Builder as K, DocumentListInput as Kt, form as L, ListItemChild as Lt, StructureToolPaneActionHandler as M, DocumentListItemInput as Mt, UnresolvedPaneNode as N, PartialDocumentListItem as Nt, StructureResolverContext as O, IntentParams as On, DocumentTypeListBuilder as Ot, PaneContextValue as P, isDocumentListItem as Pt, EditorNode as Q, GenericList as Qt, HELP_URL as R, ListItemDisplayOptions as Rt, RouterPaneSibling as S, ComponentViewBuilder as Sn, UserViewComponent as St, SerializablePaneNode as T, Intent as Tn, List as Tt, ChildResolver as U, UnserializedListItemChild as Ut, createStructureBuilder as V, PartialListItem as Vt, ChildResolverOptions as W, DocumentList as Wt, Divider as X, BaseGenericList as Xt, CollectionBuilder as Y, getTypeNamesFromFilter as Yt, DocumentNode as Z, BuildableGenericList as Zt, PaneMenuItem as _, ViewBuilder as _n, DefaultDocumentNodeContext as _t, ParameterizedLinkProps as a, maybeSerializeMenuItemGroup as an, ComponentBuilder as at, PaneNodeResolver as b, FormViewBuilder as bn, StructureContext as bt, DocumentPaneInfoContextValue as c, maybeSerializeInitialValueTemplateItem as cn, MenuItem as ct, DocumentFieldMenuActionNode as d, DocumentOptions as dn, MenuItemParamsType as dt, GenericListInput as en, SerializeOptions as et, DocumentListPaneNode as f, PartialDocumentNode as fn, PartialMenuItem as ft, PaneListItemDivider as g, GenericViewBuilder as gn, maybeSerializeMenuItem as gt, PaneListItem as h, BaseView as hn, getOrderingMenuItemsForSchemaType as ht, PaneRouterContextValue as i, MenuItemGroupBuilder as in, Component$1 as it, StructureToolOptions as j, DocumentListItemBuilder as jt, StructureToolContextValue as k, defaultIntentChecker as kn, DocumentTypeListInput as kt, BaseResolvedPaneNode as l, menuItemsFromInitialValueTemplateItems as ln, MenuItemActionType as lt, ListPaneNode as m, documentFromEditorWithInitialValue as mn, getOrderingMenuItem as mt, ChildLinkProps as n, shallowIntentChecker as nn, StructureNode as nt, ReferenceChildLinkProps as o, InitialValueTemplateItemBuilder as on, ComponentInput as ot, DocumentPaneNode as p, documentFromEditor as pn, SortMenuItem as pt, Child as q, DocumentListOptions as qt, EditReferenceOptions as r, MenuItemGroup as rn, BuildableComponent as rt, DocumentPaneContextValue as s, defaultInitialValueTemplateItems as sn, KnownMenuItemParams as st, BackLinkProps as t, ListDisplayOptions as tn, SerializePath as tt, CustomComponentPaneNode as u, DocumentBuilder as un, MenuItemBuilder as ut, PaneMenuItemGroup as v, maybeSerializeView as vn, DefaultDocumentNodeResolver as vt, RouterPanes as w, DEFAULT_INTENT_HANDLER as wn, BuildableList as wt, RouterPaneGroup as x, ComponentView as xn, UserComponent as xt, PaneNode as y, FormView as yn, StructureBuilder as yt, SerializeError as z, ListItemInput as zt };