sanity 6.4.0-next.24 → 6.4.0-next.29

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 (72) hide show
  1. package/lib/_chunks-dts/ActiveWorkspaceMatcherContext.d.ts +16 -139
  2. package/lib/_chunks-dts/useEnhancedObjectDialog.d.ts +19 -0
  3. package/lib/_chunks-es/CommentsInspector.js +100 -83
  4. package/lib/_chunks-es/CommentsInspector.js.map +1 -1
  5. package/lib/_chunks-es/PresentationToolGrantsCheck.js +25 -25
  6. package/lib/_chunks-es/PresentationToolGrantsCheck.js.map +1 -1
  7. package/lib/_chunks-es/QRCodeSVG.js +1 -1
  8. package/lib/_chunks-es/ReleasesStudioLayout.js +112 -95
  9. package/lib/_chunks-es/ReleasesStudioLayout.js.map +1 -1
  10. package/lib/_chunks-es/ReleasesTool.js +63 -46
  11. package/lib/_chunks-es/ReleasesTool.js.map +1 -1
  12. package/lib/_chunks-es/Table.js +3 -1
  13. package/lib/_chunks-es/Table.js.map +1 -1
  14. package/lib/_chunks-es/TasksDocumentInputLayout.js +110 -93
  15. package/lib/_chunks-es/TasksDocumentInputLayout.js.map +1 -1
  16. package/lib/_chunks-es/TasksFooterOpenTasks.js +98 -81
  17. package/lib/_chunks-es/TasksFooterOpenTasks.js.map +1 -1
  18. package/lib/_chunks-es/TasksStudioActiveToolLayout.js +100 -83
  19. package/lib/_chunks-es/TasksStudioActiveToolLayout.js.map +1 -1
  20. package/lib/_chunks-es/TasksStudioLayout.js +101 -84
  21. package/lib/_chunks-es/TasksStudioLayout.js.map +1 -1
  22. package/lib/_chunks-es/TasksStudioNavbar.js +98 -79
  23. package/lib/_chunks-es/TasksStudioNavbar.js.map +1 -1
  24. package/lib/_chunks-es/Tool.js +4 -4
  25. package/lib/_chunks-es/Tool.js.map +1 -1
  26. package/lib/_chunks-es/VariantsStudioNavbar.js +106 -89
  27. package/lib/_chunks-es/VariantsStudioNavbar.js.map +1 -1
  28. package/lib/_chunks-es/VariantsTool.js +51 -34
  29. package/lib/_chunks-es/VariantsTool.js.map +1 -1
  30. package/lib/_chunks-es/index.js +6 -6
  31. package/lib/_chunks-es/index.js.map +1 -1
  32. package/lib/_chunks-es/index2.js +963 -911
  33. package/lib/_chunks-es/index2.js.map +1 -1
  34. package/lib/_chunks-es/index3.js +97 -80
  35. package/lib/_chunks-es/index3.js.map +1 -1
  36. package/lib/_chunks-es/index4.js +14 -6
  37. package/lib/_chunks-es/index4.js.map +1 -1
  38. package/lib/_chunks-es/index5.js +16 -8
  39. package/lib/_chunks-es/index5.js.map +1 -1
  40. package/lib/_chunks-es/index6.js +128 -110
  41. package/lib/_chunks-es/index6.js.map +1 -1
  42. package/lib/_chunks-es/index7.js +114 -97
  43. package/lib/_chunks-es/index7.js.map +1 -1
  44. package/lib/_chunks-es/index8.js +101 -84
  45. package/lib/_chunks-es/index8.js.map +1 -1
  46. package/lib/_chunks-es/index9.js +6 -6
  47. package/lib/_chunks-es/index9.js.map +1 -1
  48. package/lib/_chunks-es/presentation.js +2 -2
  49. package/lib/_chunks-es/resources2.js +98 -81
  50. package/lib/_chunks-es/resources2.js.map +1 -1
  51. package/lib/_chunks-es/resources3.js +98 -81
  52. package/lib/_chunks-es/resources3.js.map +1 -1
  53. package/lib/_chunks-es/resources4.js +98 -81
  54. package/lib/_chunks-es/resources4.js.map +1 -1
  55. package/lib/_chunks-es/resources5.js +98 -81
  56. package/lib/_chunks-es/resources5.js.map +1 -1
  57. package/lib/_chunks-es/resources6.js +98 -81
  58. package/lib/_chunks-es/resources6.js.map +1 -1
  59. package/lib/_chunks-es/resources7.js +98 -81
  60. package/lib/_chunks-es/resources7.js.map +1 -1
  61. package/lib/_chunks-es/structureTool.js +131 -121
  62. package/lib/_chunks-es/structureTool.js.map +1 -1
  63. package/lib/_chunks-es/version.js +2 -2
  64. package/lib/_singletons.d.ts +21 -3
  65. package/lib/_singletons.js.map +1 -1
  66. package/lib/desk.js +1 -0
  67. package/lib/desk.js.map +1 -1
  68. package/lib/index.d.ts +104 -2
  69. package/lib/index.js +12 -5
  70. package/lib/index.js.map +1 -1
  71. package/lib/structure.js +2 -2
  72. package/package.json +12 -12
@@ -384,9 +384,9 @@ type RequestErrorClaim = {
384
384
  *
385
385
  * Unclaimable errors (4xx other than 429, parse errors, ...) are
386
386
  * re-thrown unchanged, so downstream `.catch` / `catchError` handlers
387
- * still see them. 401s are claimed only after the studio verifies the
388
- * session is actually gone (probe), in which case a forced logout
389
- * follows; resource-level 401s are re-thrown to the caller.
387
+ * still see them. 401s are claimed only when the API explicitly tags them
388
+ * as session expiry (`SIO-401-AEX`), in which case a forced logout
389
+ * follows; untagged resource-level 401s are re-thrown to the caller.
390
390
  *
391
391
  * @beta
392
392
  */
@@ -4921,13 +4921,6 @@ interface CommentsIntentProviderProps {
4921
4921
  * @hidden
4922
4922
  */
4923
4923
  declare const CommentsIntentProvider: import("react").MemoExoticComponent<(props: CommentsIntentProviderProps) => import("react").JSX.Element>;
4924
- interface CommentsSelectedPathProviderProps {
4925
- children: React.ReactNode;
4926
- }
4927
- /**
4928
- * @internal
4929
- */
4930
- declare const CommentsSelectedPathProvider: import("react").MemoExoticComponent<(props: CommentsSelectedPathProviderProps) => import("react").JSX.Element>;
4931
4924
  /**
4932
4925
  * @internal
4933
4926
  */
@@ -6483,14 +6476,24 @@ type RequestErrorClassification = {
6483
6476
  *
6484
6477
  * Note: 401 is intentionally NOT classified here — whether a 401 means
6485
6478
  * "session expired" (studio concern) or "this resource refuses you"
6486
- * (caller concern) requires probing the session, which the channel does
6487
- * separately.
6479
+ * (caller concern) is decided by the API's explicit error code, which the
6480
+ * channel checks separately (see {@link isSessionExpiredError}).
6488
6481
  *
6489
6482
  * @internal
6490
6483
  */
6491
6484
  declare function classifyRequestError(err: unknown): RequestErrorClassification | null;
6492
6485
  /** @internal */
6493
6486
  declare function isUnauthorizedError(err: unknown): err is ClientError;
6487
+ /**
6488
+ * Whether a 401 positively signals a dead session. Every API endpoint tags
6489
+ * session-expiry 401s with the `SIO-401-AEX` error code; a 401 *without*
6490
+ * it is a resource-level denial (e.g. an authenticated user lacking a
6491
+ * grant — some endpoints answer those with 401, not 403) and must stay
6492
+ * caller-domain rather than force a logout.
6493
+ *
6494
+ * @internal
6495
+ */
6496
+ declare function isSessionExpiredError(err: unknown): err is ClientError;
6494
6497
  /**
6495
6498
  * A workspace-level configuration error: the project or dataset the
6496
6499
  * studio is pointed at doesn't exist. Unlike the infrastructure errors
@@ -7202,10 +7205,6 @@ type CommentsEnabledContextValue = {
7202
7205
  * @hidden
7203
7206
  */
7204
7207
  declare function useCommentsEnabled(): CommentsEnabledContextValue;
7205
- interface CommentsOnboardingContextValue {
7206
- isDismissed: boolean;
7207
- setDismissed: () => void;
7208
- }
7209
7208
  /**
7210
7209
  * @internal
7211
7210
  */
@@ -8850,8 +8849,6 @@ interface GetHookCollectionStateProps<Args, State> {
8850
8849
  */
8851
8850
  resetRef?: React.Ref<() => void>;
8852
8851
  }
8853
- /** @internal */
8854
- declare function GetHookCollectionState<Args, State>(props: GetHookCollectionStateProps<Args, State>): import("react").JSX.Element;
8855
8852
  /**
8856
8853
  * @hidden
8857
8854
  * @beta */
@@ -9026,28 +9023,6 @@ interface TaskDocument {
9026
9023
  */
9027
9024
  createdByUser?: string;
9028
9025
  }
9029
- /**
9030
- * @internal
9031
- */
9032
- type TasksEnabledContextValue = {
9033
- enabled: false;
9034
- mode: null;
9035
- } | {
9036
- enabled: true;
9037
- mode: 'default' | 'upsell';
9038
- };
9039
- interface IsLastPaneProviderProps {
9040
- isLastPane: boolean;
9041
- children: React.ReactNode;
9042
- }
9043
- /**
9044
- * @internal
9045
- * @hidden
9046
- */
9047
- declare function IsLastPaneProvider({
9048
- children,
9049
- isLastPane
9050
- }: IsLastPaneProviderProps): React.JSX.Element;
9051
9026
  /**
9052
9027
  * @internal
9053
9028
  */
@@ -10718,30 +10693,6 @@ declare function InsufficientPermissionsMessage({
10718
10693
  * @beta
10719
10694
  */
10720
10695
  declare function IntentButton(props: IntentLinkProps & ButtonProps$1 & Omit<HTMLProps<HTMLButtonElement>, 'ref' | 'size' | 'as'>): import("react").JSX.Element;
10721
- interface LoadingTestProps {
10722
- /** Absolutely positions this component when `true`. */
10723
- fill?: boolean;
10724
- /** Optionally show loading title. If `true`, both text and spinner will appear and animate after an initial delay */
10725
- showText?: boolean;
10726
- /**
10727
- * Text to display underneath the spinner. If omitted, will default to `'Loading'`.
10728
- * If providing a value, avoid using trailing ellipses.
10729
- *
10730
- * @defaultValue `'Loading'`
10731
- */
10732
- title?: string | null;
10733
- }
10734
- /**
10735
- * A generic loading container which displays a spinner and text.
10736
- * The spinner won't initially be visible and fades in after a short delay.
10737
- *
10738
- * @internal
10739
- */
10740
- declare function LoadingBlock({
10741
- fill,
10742
- showText,
10743
- title
10744
- }: LoadingTestProps): import("react").JSX.Element;
10745
10696
  interface PopoverDialogProps {
10746
10697
  children: ReactNode;
10747
10698
  header?: ReactNode;
@@ -10949,18 +10900,6 @@ interface TemplatePreviewProps {
10949
10900
  * @hidden
10950
10901
  * @beta */
10951
10902
  declare function TemplatePreview(props: TemplatePreviewProps): import("react").JSX.Element;
10952
- /**
10953
- * @hidden
10954
- * @beta */
10955
- declare function CircularProgress(props: {
10956
- /** Percentage */value: number;
10957
- }): import("react").JSX.Element;
10958
- /**
10959
- * @hidden
10960
- * @beta */
10961
- declare function LinearProgress(props: {
10962
- /** Percentage */value: number;
10963
- }): import("react").JSX.Element;
10964
10903
  /**
10965
10904
  * @internal
10966
10905
  */
@@ -10985,50 +10924,6 @@ interface ResizableProps {
10985
10924
  * Provides a resizable container with a resizer handle.
10986
10925
  */
10987
10926
  declare function Resizable(props: ResizableProps & BoxProps<ElementType> & Omit<HTMLProps<HTMLDivElement>, 'as'>): import("react").JSX.Element;
10988
- /**
10989
- * @hidden
10990
- * @beta */
10991
- type RovingFocusNavigationType = 'arrows' | 'tab';
10992
- /**
10993
- * @hidden
10994
- * @beta */
10995
- interface RovingFocusProps {
10996
- direction?: 'horizontal' | 'vertical';
10997
- initialFocus?: 'first' | 'last';
10998
- navigation?: RovingFocusNavigationType[];
10999
- loop?: boolean;
11000
- pause?: boolean;
11001
- rootElement: HTMLElement | HTMLDivElement | null;
11002
- }
11003
- /**
11004
- * This hook handles focus with the keyboard arrows.
11005
- *
11006
- * @see {@link https://a11y-solutions.stevenwoodson.com/solutions/focus/roving-focus/ | Roving focus definition}
11007
- *
11008
- * @example
11009
- * ```tsx
11010
- * function MyComponent() {
11011
- * const [rootElement, setRootElement] = setRootElement(null)
11012
- *
11013
- * useRovingFocus({
11014
- * rootElement: rootElement,
11015
- * })
11016
- *
11017
- * return (
11018
- * <div ref={setRootElement}>
11019
- * <button>Button</button>
11020
- * <button>Button</button>
11021
- * <button>Button</button>
11022
- * </div>
11023
- * )
11024
- * }
11025
- * ```
11026
- *
11027
- *
11028
- * @hidden
11029
- * @beta
11030
- */
11031
- declare function useRovingFocus(props: RovingFocusProps): undefined;
11032
10927
  /** @hidden @beta */
11033
10928
  type StatusButtonProps = ButtonProps$1 & {
11034
10929
  ['aria-label']: HTMLProps<HTMLButtonElement>['aria-label'];
@@ -11616,24 +11511,6 @@ type ImageInputProps = Omit<BaseImageInputProps, 'assetSources' | 'directUploads
11616
11511
  * @hidden
11617
11512
  * @beta */
11618
11513
  declare function StudioImageInput(props: ImageInputProps): import("react").JSX.Element;
11619
- /**
11620
- * @internal
11621
- */
11622
- interface EnhancedObjectDialogContextValue {
11623
- /**
11624
- * A boolean indicating whether tree editing is enabled
11625
- */
11626
- enabled: boolean;
11627
- /**
11628
- * A boolean indicating whether legacy editing is enabled - meaning that it will use the old modal based editing experience
11629
- */
11630
- legacyEditing: boolean;
11631
- }
11632
- /**
11633
- * @internal
11634
- * @deprecated This hook is no longer used and will be removed in a future release as we make the enhanced object dialog the default.
11635
- */
11636
- declare function useEnhancedObjectDialog(): EnhancedObjectDialogContextValue;
11637
11514
  /**
11638
11515
  * @hidden
11639
11516
  * @beta */
@@ -17656,4 +17533,4 @@ interface ActiveWorkspaceMatcherContextValue {
17656
17533
  activeWorkspace: WorkspaceSummary;
17657
17534
  setActiveWorkspace: (workspaceName: string) => void;
17658
17535
  }
17659
- export { NewDocumentCreationContext as $, ChangeFieldWrapper as $C, EditStateFor as $S, AuthStore as $T, useRetryCountdown as $_, DocumentVersionSnapshots as $a, Loadable as $b, SANITY_PATCH_TYPE as $c, isPublishedVersion as $d, TasksEnabledContextValue as $f, CollapseMenu as $g, isDeleteDocumentVersionEvent as $h, TemplatePermissionsOptions as $i, PreviewProps as $l, getDiffAtPath as $m, ArrayOfPrimitiveOptionsInput as $n, FormBuilderFilterFieldFn as $o, pathsAreEqual as $p, FieldPresenceData as $r, MarkdownConfig as $s, useFormBuilder as $t, FormState as $u, ToolMenuProps as $v, createPublishedFrom as $w, TimeAgoOpts as $x, AddonDatasetProvider as $y, ComposableOption as A, useConnectionState as AC, useProjectId as AS, BetaBadgeProps as AT, UpsellDescriptionSerializer as A_, QueryParams$1 as Aa, CommentContext as Ab, defaultRenderInlineBlock as Ac, ArrayItemError as Ad, isNonNullable as Af, StudioFeedbackDialog as Ag, getValueError as Ah, useProject as Ai, LinearProgress as Al, DiffInspectWrapper as Am, SelectInput as An, createObservableBufferedDocument as Ao, isSanityDefinedAction as Ap, FormFieldValidation as Ar, PortableTextInputProps as As, DocumentInspectorProps as At, PUBLISHED as Au, FormDiffMatchPatch as Av, PreviewableType as Aw, LocaleNestedResource as Ax, SearchOptions as Ay, DocumentBadgesResolver as B, TrackedChange as BC, FormattedDuration as BS, onRetry as BT, StudioLayoutComponent as B_, InitialValueState as Ba, CommentReactionItem as Bb, ParseErrorsProvider as Bc, ProvenanceDiffAnnotation as Bd, ReactHook as Bf, DocumentGroupInventoryProps as Bg, DocumentVersionEventType as Bh, createPresenceStore as Bi, MediaPreviewProps as Bl, TIMELINE_ITEM_I18N_KEY_MAPPING as Bm, ImageUrlBuilder$1 as Bn, SanityDefaultPreviewProps as Bo, isPerspectiveWriteable as Bp, FormFieldHeaderText as Br, RenderItemCallback as Bs, DocumentFieldActionItem as Bt, useAllVariants as Bu, FormUnsetPatch as Bv, ReleaseId as Bw, TFunction$1 as Bx, ColorSchemeLocalStorageProvider as By, ActionComponent as C, SnapshotEvent as CC, useSchema as CS, CommandListGetItemKeyCallback as CT, useWorkspaceLoader as C_, selectUpstreamVersion as Ca, CommentsSelectedPathContextValue as Cb, FormProvider as Cc, NodeDiffProps as Cd, isCardinalityOnePerspective as Cf, UseInStudioFeedbackReturn as Cg, ReferenceDiff as Ch, useHistoryStore as Ci, StatusButtonProps as Cl, FallbackDiff as Cm, TelephoneInput as Cn, RemoteSnapshotVersionEvent as Co, DocumentActionKeys as Cp, useDocumentDivergences as Cr, InputOnSelectFileFunctionProps as Cs, ReleaseActionDescription as Ct, isReleaseScheduledOrScheduling as Cu, CopyOptions as Cv, InvalidationChannelEvent as Cw, removeUndefinedLocaleResources as Cx, ValuelessSearchOperatorBuilder as Cy, AsyncConfigPropertyReducer as D, useDataset as DC, DocumentField as DS, CommandListProps as DT, WorkspaceProviderProps as D_, useDocumentType as Da, CommentsEnabledProvider as Db, defaultRenderAnnotation as Dc, ObjectRenderMembersCallback as Dd, isTruthy as Df, FeedbackPayload as Dg, StringSegmentUnchanged$1 as Dh, useRenderingContextStore as Di, Resizable as Dl, DiffTooltipWithAnnotationsProps as Dm, StringInput as Dn, BufferedDocumentWrapper as Do, DuplicateActionProps as Dp, FormInput as Dr, OnPasteFn as Ds, DocumentInspector as Dt, getReleaseTone as Du, SanityClipboardItem as Dv, PreparedSnapshot as Dw, Locale as Dx, isPerspectiveRaw as Dy, AsyncComposableOption as E, useDateTimeFormat as EC, useRelativeTime as ES, CommandListItemContext as ET, WorkspaceProvider as E_, DocumentTypeResolveState as Ea, CommentsIntentProviderProps as Eb, FormBuilderProps as Ec, ObjectFormNode as Ed, PartialExcept as Ef, DynamicFeedbackTags as Eg, StringSegmentChanged$1 as Eh, useProjectStore as Ei, RovingFocusProps as El, DiffTooltipProps as Em, TagsArrayInputProps as En, BufferedDocumentEvent as Eo, DocumentActionProps as Ep, FormRow as Er, ObjectInputProps as Es, FormComponents as Et, isGoingToUnpublish as Eu, PasteOptions as Ev, ObservePathsFn as Ew, ImplicitLocaleResourceBundle as Ex, createSearch as Ey, DocumentActionsContext as F, ChangeIndicatorsTracker as FC, UseListFormatOptions as FS, ConnectionStatusStore as FT, UpsellDialogViewedInfo as F_, InitialValueOptions as Fa, CommentListBreadcrumbs as Fb, EditReferenceOptions as Fc, MissingKeysError as Fd, getErrorMessage as Ff, ConsentStatus as Fg, CreateDocumentVersionEvent as Fh, ProjectGrants as Fi, InlinePreviewProps as Fl, DiffErrorBoundary as Fm, PortableTextMemberItem as Fn, unstable_useValuePreview as Fo, useGetDefaultPerspective as Fp, FormFieldValidationStatusProps as Fr, RenderArrayOfObjectsItemCallback as Fs, defineDocumentFieldAction as Ft, useActiveReleases as Fu, FormPatchBase as Fv, ReleaseAvatar as Fw, LocaleSource as Fx, SearchPopover as Fy, DocumentLanguageFilterContext as G, IsEqualFunction as GC, useEditState as GS, createMockAuthStore as GT, StudioAnnouncementsCard as G_, OperationSuccess as Ga, CommentTextSelection as Gb, FormCallbacksValue as Gc, useCanvasCompanionDoc as Gd, LegacyThemeProps as Gf, ScrollEventHandler as Gg, PublishDocumentVersionEvent as Gh, Status as Gi, CompactPreview as Gl, ChangeList as Gm, DateTimeInputProps as Gn, isArrayOfPrimitivesInputProps as Go, getItemKeySegment as Gp, PresenceScopeProps as Gr, ObjectItem as Gs, DocumentFieldActionsResolver as Gt, useDivergenceNavigator as Gu, StudioNavbar as Gv, CollatedHit as Gw, UserListWithPermissionsOptions as Gx, useColorSchemeOptions as Gy, DocumentInspectorContext as H, TrackerContextStore as HC, useFormattedDuration as HS, isCookielessCompatibleLoginMethod as HT, isValidAnnouncementRole as H_, validation$1 as Ha, CommentReactionShortNames as Hb, useParseErrors as Hc, resolveConditionalProperty as Hd, catchWithCount as Hf, DocumentGroupInventoryReferencePreviewLinkProps as Hg, EventsStore as Hh, GlobalPresence as Hi, DetailPreviewProps as Hl, ChangesError as Hm, EmailInputProps as Hn, Preview as Ho, FIXME as Hp, FormField as Hr, RenderPreviewCallbackProps as Hs, DocumentFieldActionProps as Ht, isDocumentLimitError as Hu, ToolLink as Hv, SelectedPerspective as Hw, StudioLocaleResourceKeys as Hx, ColorSchemeProviderProps as Hy, DocumentActionsResolver as I, useChangeIndicatorsReportedValues as IC, useListFormat as IS, ConnectionStatusStoreOptions as IT, StudioProvider as I_, getInitialValueStream as Ia, CommentMessage as Ib, ReferenceInputOptions as Ic, MixedArrayError as Id, formatRelativeLocale as If, StudioFeedbackProvider as Ig, CreateLiveDocumentEvent as Ih, ProjectOrganizationData as Ii, BlockPreview as Il, DiffErrorBoundaryProps as Im, UpdateReadOnlyPlugin as In, useValuePreview as Io, useExcludedPerspective as Ip, FieldStatusProps as Ir, RenderArrayOfPrimitivesItemCallback as Is, DocumentFieldAction as It, RELEASES_INTENT as Iu, FormPatchJSONValue as Iv, ReleaseAvatarIcon as Iw, LocaleWeekInfo as Ix, SearchPopoverProps as Iy, DocumentPluginOptions as J, ChangeConnectorRoot as JC, useDocumentSyncState as JS, RequestFailureDiagnostics as JT, SourceProvider as J_, MapDocument as Ja, CommentUpdatePayload as Jb, PatchChannel as Jc, useVariantDocumentOperations as Jd, TasksUpsellContextValue as Jf, useOnScroll as Jg, UnscheduleDocumentVersionEvent as Jh, UserStoreOptions as Ji, GeneralPreviewLayoutKey as Jl, useAnnotationColor as Jm, CrossDatasetReferencePreview as Jn, isObjectInputProps as Jo, normalizeIndexSegment as Jp, FieldPresence as Jr, BlockAnnotationProps as Js, decodePath as Jt, ExpandFieldSetOperation as Ju, LogoProps as Jv, PublishedId as Jw, FormattableMeasurementUnit as Jx, StudioColorScheme as Jy, DocumentLanguageFilterResolver as K, Reported as KC, DocumentSyncState as KS, AuthStoreOptions as KT, Studio as K_, emitOperation as Ka, CommentThreadItem as Kb, useFormCallbacks as Kc, SANITY_VERSION as Kd, LegacyThemeTints as Kf, ScrollContainer as Kg, ScheduleDocumentVersionEvent as Kh, UserSessionPair as Ki, CompactPreviewProps as Kl, ChangeListProps as Km, DateInput as Kn, isBooleanInputProps as Ko, getValueAtPath as Kp, PresenceOverlay as Kr, ObjectItemProps as Ks, DocumentFieldActionsResolverContext as Kt, ParseError as Ku, ActiveToolLayoutProps as Kv, DRAFTS_FOLDER as Kw, UserWithPermission as Kx, useColorSchemeSetValue as Ky, DocumentActionsVersionType as L, useChangeIndicatorsReporter as LC, GlobalCopyPasteElementHandler as LS, ErrorStatus as LT, StudioProviderProps as L_, InitialValueErrorMsg as La, CommentOperations as Lb, ReferenceInputOptionsProvider as Lc, TypeAnnotationMismatchError as Ld, EMPTY_ARRAY as Lf, isDev as Lg, DeleteDocumentGroupEvent as Lh, ProjectStore as Li, BlockImagePreview as Ll, DiffErrorBoundaryState as Lm, ObjectInput as Ln, unstable_useObserveDocument as Lo, PerspectiveProvider as Lp, FormFieldStatus as Lr, RenderBlockCallback as Ls, DocumentFieldActionDivider as Lt, DEFAULT_ANNOTATIONS as Lu, FormPatchOrigin as Lv, VersionChip as Lw, LocalesBundlesOption as Lx, SearchHeader as Ly, ConfigContext$1 as M, useClient as MC, useNumberFormat as MS, ConnectedStatus as MT, UpsellDialogLearnMoreCtaClicked as M_, ListenQueryOptions as Ma, CommentDocument as Mb, defaultRenderItem as Mc, FieldError as Md, globalScope as Mf, FeedbackDialog as Mg, EventsProvider as Mh, getProjectGrants as Mi, TemplatePreview as Ml, DiffFromTo as Mm, CreateButton as Mn, getPreviewValueWithFallback as Mo, EditScheduleForm as Mp, FormFieldValidationInfo as Mr, PrimitiveInputProps as Ms, defineDocumentInspector as Mt, ReleasesUpsellContextValue as Mu, FormInsertPatch as Mv, VersionInlineBadge as Mw, LocaleResourceBundle as Mx, SearchTerms as My, ConfigPropertyReducer as N, CommentDisabledIcon as NC, UseManageFavoriteProps as NS, ConnectingStatus as NT, UpsellDialogUpgradeCtaClicked as N_, ListenQueryParams as Na, CommentFieldCreatePayload as Nb, defaultRenderPreview as Nc, IncompatibleTypeError as Nd, getTargetDocument as Nf, FeedbackDialogProps as Ng, useEvents as Nh, ProjectData as Ni, TemplatePreviewProps as Nl, DiffFromToProps as Nm, CreateReferenceOption as Nn, getPreviewStateObservable as No, useSetPerspective as Np, FormFieldValidationWarning as Nr, StringInputProps as Ns, initialDocumentFieldActions as Nt, useDocumentVersionInfo as Nu, FormInsertPatchPosition as Nv, getVersionInlineBadge as Nw, LocaleResourceKey as Nx, compileFieldPath as Ny, BaseActionDescription as O, ConnectionState as OC, useReferringDocuments as OS, CommandListRenderItemCallback as OT, useWorkspace as O_, DocumentStore as Oa, CommentsProvider as Ob, defaultRenderBlock as Oc, PrimitiveFormNode as Od, isString as Of, Sentiment as Og, TypeChangeDiff$1 as Oh, useUserStore as Oi, RelativeTime as Ol, DiffString as Om, SlugInput as On, createBufferedDocument as Oo, DuplicateDocumentActionComponent as Op, FormInputAbsolutePathArg as Or, OnPathFocusPayload as Os, DocumentInspectorComponent as Ot, getReleaseIdFromReleaseDocumentId as Ou, PatchEvent as Ov, PreviewPath as Ow, LocaleConfigContext as Ox, getSearchableTypes as Oy, DefaultPluginsWorkspaceOptions as P, CommentDeleteDialog as PC, useManageFavorite as PS, ConnectionStatus as PT, UpsellDialogViewed as P_, listenQuery as Pa, CommentIntentGetter as Pb, EditReferenceLinkComponentProps as Pc, InvalidItemTypeError as Pd, getReferencePaths as Pf, useTelemetryConsent as Pg, BaseEvent as Ph, ProjectDatasetData as Pi, InlinePreview as Pl, FieldPreviewComponent as Pm, PortableTextInput as Pn, getPreviewPaths as Po, usePerspective as Pp, FormFieldValidationStatus as Pr, RenderAnnotationCallback as Ps, documentFieldActionsReducer as Pt, useArchivedReleases as Pu, FormPatch as Pv, ReleaseTitle as Pw, LocaleResourceRecord as Px, SearchResultItemPreview as Py, MissingConfigFile as Q, ChangeIndicatorProps as QC, useDocumentIdStack as QS, AuthState as QT, RequestErrorDialog as Q_, OperationsAPI as Qa, CommentsUIMode as Qb, createPatchChannel as Qc, isDraftVersion as Qd, IsLastPaneProvider as Qf, AutoCollapseMenu as Qg, isDeleteDocumentGroupEvent as Qh, KeyValueStoreValue as Qi, PreviewMediaDimensions as Ql, getAnnotationColor as Qm, ArrayOfPrimitivesFunctions as Qn, FormBuilderCustomMarkersComponent as Qo, pathToString as Qp, FieldPresenceWithOverlay as Qr, BlockStyleProps as Qs, toMutationPatches as Qt, getExpandOperations as Qu, StudioComponentsPluginOptions as Qv, createDraftFrom as Qw, useTools as Qx, AddonDatasetContextValue as Qy, DocumentAskToEditEnabledContext as R, ChangeIndicatorTrackerContextValue as RC, useGlobalCopyPasteElementHandler as RS, RetryingStatus as RT, NavbarContextValue as R_, InitialValueLoadingMsg as Ra, CommentPath as Rb, TemplateOption as Rc, UndeclaredMembersError as Rd, EMPTY_OBJECT as Rf, isProd as Rg, DeleteDocumentVersionEvent as Rh, PresenceStore as Ri, BlockImagePreviewProps as Rl, DiffCard as Rm, NumberInput as Rn, useUnstableObserveDocument as Ro, ReleasesNav as Rp, FormFieldSet as Rr, RenderFieldCallback as Rs, DocumentFieldActionGroup as Rt, DEFAULT_DECORATORS as Ru, FormSetIfMissingPatch as Rv, PerspectiveContextValue as Rw, LocalesOption as Rx, Filters as Ry, useMiddlewareComponents as S, RemoteSnapshotEvent as SC, useStudioUrl as SS, CommandListGetItemDisabledCallback as ST, WorkspaceLoaderBoundary as S_, useInitialValueResolverContext as Sa, CommentsSelectedPath as Sb, StudioCrossDatasetReferenceInputProps as Sc, NodeChronologyProps as Sd, CardinalityOneRelease as Sf, SendFeedbackOptions as Sg, ObjectDiff$1 as Sh, useGrantsStore as Si, StatusButton as Sl, FieldChange as Sm, TextInputProps as Sn, Pair as So, DocumentActionGroup as Sp, DivergencesProvider as Sr, EditorChange as Ss, ReleaseActionComponent as St, isPublishedPerspective as Su, BaseOptions as Sv, Id as Sw, defineLocalesResources as Sx, SearchValueFormatterContext as Sy, AssetSourceResolver as T, UseDateTimeFormatOptions as TC, RelativeTimeOptions as TS, CommandListHandle as TT, ErrorMessageProps as T_, useDocumentValues as Ta, CommentsIntentProvider as Tb, FormBuilder as Tc, ObjectArrayFormNode as Td, isPausedCardinalityOneRelease as Tf, BaseFeedbackTags as Tg, StringDiffSegment as Th, usePresenceStore as Ti, RovingFocusNavigationType as Tl, DiffTooltip as Tm, TagsArrayInput as Tn, checkoutPair as To, DocumentActionPopoverDialogProps as Tp, FormCell as Tr, NumberInputProps as Ts, ReleaseActionsContext as Tt, isReleasePerspective as Tu, DocumentMeta as Tv, ObserveDocumentTypeFromIdFn as Tw, LocaleProviderBase as Tx, defineSearchOperator as Ty, DocumentInspectorsResolver as U, useTrackerStore as UC, useFilteredReleases as US, getProviderTitle as UT, StudioAnnouncementsDialog as U_, remoteSnapshots as Ua, CommentStatus as Ub, useReportParseError as Uc, getDocumentIdForCanvasLink as Ud, defaultTheme as Uf, DocumentGroupInventoryAction as Ug, EventsStoreRevision as Uh, PresenceLocation as Ui, DefaultPreview as Ul, ChangeResolver as Um, getCalendarLabels as Un, isArrayOfBlocksInputProps as Uo, findIndex as Up, FormFieldProps as Ur, BaseItemProps as Us, DocumentFieldActionStatus as Ut, useDocumentLimitsUpsellContext as Uu, ToolLinkProps as Uv, TargetPerspective as Uw, Rule as Ux, useColorScheme as Uy, DocumentCommentsEnabledContext as V, TrackerContextGetSnapshot as VC, UseFormattedDurationOptions as VS, isAuthStore as VT, isValidAnnouncementAudience as V_, InitialValueSuccessMsg as Va, CommentReactionOption as Vb, useParseErrorForPath as Vc, ALL_FIELDS_GROUP as Vd, createHookFromObservableFactory as Vf, DocumentGroupInventoryPerspectiveList as Vg, EditDocumentVersionEvent as Vh, DocumentPresence as Vi, DetailPreview as Vl, ChangeTitleSegment as Vm, EmailInput as Vn, PreviewLoader as Vo, getSelectedVariant as Vp, FormFieldHeaderTextProps as Vr, RenderPreviewCallback as Vs, DocumentFieldActionNode as Vt, useSetVariant as Vu, PatchArg as Vv, ReleasesNavMenuItemPropsGetter as Vw, ValidationLocaleResourceKeys as Vx, ColorSchemeProvider as Vy, DocumentLanguageFilterComponent as W, useTrackerStoreReporter as WC, useFeatureEnabled as WS, MockAuthStoreOptions as WT, StudioAnnouncementsContextValue as W_, OperationError as Wa, CommentTaskCreatePayload as Wb, FormCallbacksProvider as Wc, useNavigateToCanvasDoc as Wd, buildLegacyTheme as Wf, ScrollContextValue as Wg, HistoryClearedEvent as Wh, Session as Wi, DefaultPreviewProps as Wl, ChangeResolverProps as Wm, DateTimeInput as Wn, isArrayOfObjectsInputProps as Wo, getItemKey as Wp, PresenceScope as Wr, ItemProps as Ws, DocumentFieldActionTone as Wt, DivergenceNavigator as Wu, StudioToolMenu as Wv, SystemVariant as Ww, UserListWithPermissionsHookValue as Wx, useColorSchemeInternalValue as Wy, GroupableActionDescription as X, ConnectorContextValue as XC, useDocumentOperation as XS, createAuthStore as XT, useSource as X_, OperationArgs as Xa, CommentsTextSelectionItem as Xb, PatchMsgSubscriber as Xc, measureFirstEmission as Xd, TasksNavigationContextValue as Xf, CollapseMenuButtonProps as Xg, isCreateDocumentVersionEvent as Xh, createKeyValueStore as Xi, PreviewComponent as Xl, DiffVisitor as Xm, UniversalArrayInput as Xn, isStringInputProps as Xo, normalizeKeySegment as Xp, FieldPresenceInnerProps as Xr, BlockListItemProps as Xs, MutationPatch as Xt, ExpandPathOperation as Xu, NavbarProps as Xv, VERSION_FOLDER as Xw, UseUnitFormatterOptions as Xx, StudioThemeColorSchemeKey as Xy, FormBuilderComponentResolverContext as Y, ChangeConnectorRootProps as YC, useDocumentOperationEvent as YS, _createAuthStore as YT, SourceProviderProps as Y_, Operation as Ya, CommentsListBreadcrumbItem as Yb, PatchMsg as Yc, isDocumentInSelectedVariant as Yd, TasksContextValue as Yf, CollapseMenuButton as Yg, UpdateLiveDocumentEvent as Yh, createUserStore as Yi, PortableTextPreviewLayoutKey as Yl, useDiffAnnotationColor as Ym, BooleanInput as Yn, isObjectItemProps as Yo, normalizeIndexTupleSegment as Yp, FieldPresenceInner as Yr, BlockDecoratorProps as Ys, encodePath as Yt, ExpandOperation as Yu, NavbarAction as Yv, SystemBundle as Yw, UnitFormatter as Yx, StudioTheme as Yy, MediaLibraryConfig as Z, ChangeIndicator as ZC, DocumentIdStack as ZS, AuthProbeResult as ZT, useStudioErrorHandler as Z_, OperationImpl as Za, CommentsType as Zb, RebasePatchMsg as Zc, measureFirstMatch as Zd, MentionUserContextValue as Zf, CommonProps as Zg, isCreateLiveDocumentEvent as Zh, KeyValueStore as Zi, PreviewLayoutKey as Zl, getAnnotationAtPath as Zm, ArrayOfPrimitivesInput as Zn, ArrayInputFunctionsProps as Zo, normalizePathSegment as Zp, FieldPresenceProps as Zr, BlockProps as Zs, fromMutationPatches as Zt, SetActiveGroupOperation as Zu, StudioComponents as Zv, collate as Zw, useUnitFormatter as Zx, useAddonDataset as Zy, createDefaultIcon as _, CommittedEvent as _C, EnhancedObjectDialog as _E, TemplateParameter as _S, DocumentVariantType as _T, CommentInputHandle as __, Grant as _a, CorsOriginErrorScreen as _b, UploaderDef as _c, BaseFormNode as _d, joinPath as _f, FeedbackContext as _g, FromToIndex as _h, useDocumentPresence as _i, ImperativeToast as _l, GroupChange as _m, ArrayOfObjectsInputMember as _n, DocumentRemoteMutationVersionEvent as _o, DocumentActionComponent as _p, GetFormValueProvider as _r, ArrayOfPrimitivesElementType as _s, Workspace as _t, CapabilityGate as _u, ManifestWorkspaceInput as _v, DocumentAvailability as _w, useGetI18nText as _x, SearchOperatorBase as _y, resolveSchemaTypes as a, LatencyReportEvent as aC, StudioErrorHandler as aE, isBuilder as aS, getVersionId as aT, useCommentsSelectedPath as a_, createGrantsStore as aa, ValidateWorkspaceOptions as ab, EnhancedObjectDialogContextValue as ac, FieldsetState as ad, ErrorState as af, isUpdateLiveDocumentEvent as ag, BooleanDiff$1 as ah, RegionWithIntersectionDetails as ai, set as al, isFieldChange as am, ObjectInputMemberProps as an, DocumentRevision as ao, useSingleDocRelease as ap, ArrayOfObjectsInput as ar, RenderCustomMarkers as as, PreparedConfig as at, LoadingBlock as au, classifyRequestError as av, useDocumentVersionTypeSortedList as aw, ValidateDocumentOptions as ax, useSearchState as ay, ConfigPropertyError as b, DocumentRemoteMutationEvent as bC, createSanityMediaLibraryImageSource as bE, SyncState as bS, CommandList as bT, CommentsUpsellContextValue as b_, useResolveInitialValueForType as ba, ActiveWorkspaceMatcherProps as bb, StudioReferenceInputProps as bc, DocumentFormNode as bd, _isType as bf, UseFeedbackReturn as bg, NullDiff$1 as bh, useDocumentPreviewStore as bi, TextWithTone as bl, FromTo as bm, UrlInputProps as bn, DocumentVersionEvent as bo, DocumentActionDescription as bp, FormValueProvider as br, BooleanInputProps as bs, WorkspaceOptions as bt, getDocumentIsInPerspective as bu, CopyPasteProvider as bv, DraftsModelDocumentAvailability as bw, defineLocale as bx, SearchOperatorInput as by, createWorkspaceFromConfig as c, getPairListener as cC, WorkspacesProvider as cE, resolveInitialValueForType as cS, isDraftId as cT, CommentsEnabledContextValue as c_, getDocumentValuePermissions as ca, validateWorkspaces as cb, StudioImageInput as cc, ArrayOfPrimitivesItemMember as cd, LoadingState as cf, UserColorManagerOptions as cg, Chunk as ch, DocumentPreviewPresence as ci, ZIndexProvider as cl, isUnchangedDiff as cm, MemberField as cn, createHistoryStore as co, SchedulesContext as cp, FormBuilderContextValue as cr, BaseFieldProps as cs, SanityFormConfig as ct, InsufficientPermissionsMessageProps as cu, isNetworkError as cv, isReleaseDocument as cw, TranslateComponentMap as cx, SearchFilterDefinition as cy, flattenConfig as d, PendingMutationsEvent as dC, AuthProvider as dE, prepareTemplates as dS, isSystemBundleName as dT, hasCommentMessageValue as d_, DocumentPermission as da, useVisibleWorkspaces as db, AssetSourcesResolver as dc, FieldMember as dd, sliceString as df, useUserColorManager as dg, DiffComponent as dh, useUser as di, AvatarSkeleton as dl, ValueError as dm, ArrayOfPrimitivesItem as dn, TimelineController as do, DocumentBadgeDescription as dp, useFieldActions as dr, FieldProps as ds, SingleWorkspace as dt, serializeError as du, parseRetryAfter as dv, DocumentPreviewStoreOptions as dw, usEnglishLocale as dx, SearchOperatorType as dy, editState$1 as eC, HandleCallbackResult as eE, useTimeAgo as eS, documentIdEquals as eT, CollapseMenuProps as e_, TemplatePermissionsResult as ea, useActiveWorkspace as eb, PortableTextPluginsProps as ec, UseFormStateOptions as ed, isReleaseVersion as ef, isEditDocumentVersionEvent as eg, visitDiff as eh, FormNodePresence as ei, dec as el, stringToPath as em, useDocumentForm as en, snapshotPair as eo, DEFAULT_STUDIO_CLIENT_OPTIONS as ep, ArrayOfOptionsInput as er, FormBuilderInputComponentMap as es, NewDocumentOptionsContext as et, PreviewCard as eu, createRequestErrorChannel as ev, sortReleases as ew, CommentsAuthoringPathContextValue as ex, StudioLogo as ey, PluginFactory as f, ReconnectEvent as fC, CookielessCompatibleLoginMethod as fE, InitialValueTemplateItem as fS, isVersionId as fT, isTextSelectionComment as f_, getDocumentPairPermissions as fa, VisibleWorkspacesContextValue as fb, FileLike as fc, FieldSetMember as fd, truncateString as ff, HexColor as fg, DiffComponentOptions as fh, ResourceCache as fi, UserAvatar as fl, RevertChangesConfirmDialog as fm, PrimitiveMemberItemProps as fn, TimelineControllerOptions as fo, DocumentBadgeProps as fp, FieldActionsProps as fr, NumberFieldProps as fs, Source as ft, useCopyErrorDetails as fu, renderStudio as fv, ObserveForPreviewFn as fw, UseTranslationOptions as fx, operatorDefinitions as fy, defineConfig as g, CommitFunction as gC, isAgentBundleName as gE, TemplateItem as gS, Chip as gT, CommentInput as g_, EvaluationParams as ga, WorkspaceLike as gb, Uploader as gc, ArrayOfPrimitivesFormNode as gd, fieldNeedsEscape as gf, UserId as gg, FieldOperationsAPI as gh, useGlobalPresence as gi, ZIndexContextValue as gl, MetaInfoProps as gm, ArrayOfObjectsInputMembersProps as gn, CombinedDocument as go, useScheduleAction as gp, FieldActionMenuProps as gr, ArrayOfObjectsInputProps as gs, Tool as gt, DocumentStatusIndicator as gu, generateStudioManifest as gv, AvailabilityResponse as gw, useLocale as gx, OperatorInputComponentProps as gy, createConfig as h, WelcomeEvent as hC, useAgentVersionDisplay as hE, TemplateFieldDefinition as hS, systemBundles as hT, CommentInputContextValue as h_, DocumentValuePermission as ha, getWorkspaceIdentifier as hb, UploadProgressEvent as hc, ArrayOfObjectsFormNode as hd, escapeField as hf, UserColorManager as hg, FieldChangeNode as hh, useResourceCache as hi, ZIndexContextValueKey as hl, MetaInfo as hm, ArrayOfObjectsInputMembers as hn, TimelineOptions as ho, HookCollectionActionHook as hp, FieldActionMenu as hr, StringFieldProps as hs, TemplateResolver as ht, ErrorActionsProps as hu, GenerateStudioManifestOptions as hv, AvailabilityReason as hw, useCurrentLocale as hx, OperatorButtonValueComponentProps as hy, SchemaError as i, InitialSnapshotEvent as iC, RequestErrorReportOptions as iE, Serializeable as iS, getVersionFromId as iT, useCommentsTelemetry as i_, GrantsStoreOptions as ia, WorkspacesContextValue as ib, UploadEvent as ic, FieldsetMembers as id, userHasRole as if, isUnscheduleDocumentVersionEvent as ig, ArrayItemMetadata as ih, Rect as ii, prefixPath as il, isAddedItemDiff as im, ObjectInputMember as in, useTimelineStore as io, SingleDocReleaseProvider as ip, useVirtualizerScrollInstance as ir, RenderBlockActionsProps as is, PluginOptions as it, PopoverDialog as iu, classifyConfigError as iv, useFormatRelativeLocalePublishDate as iw, useValidationStatus as ix, useSearchMaxFieldDepth as iy, Config as j, useConditionalToast as jC, UseNumberFormatOptions as jS, CONNECTING as jT, UpsellDialogDismissed as j_, createDocumentStore as ja, CommentCreatePayload as jb, defaultRenderInput as jc, DuplicateKeysError as jd, isArray as jf, StudioFeedbackDialogProps as jg, useEventsStore as jh, createProjectStore as ji, CircularProgress as jl, DiffInspectWrapperProps as jm, ReferenceAutocomplete as jn, prepareForPreview as jo, SchedulesContextValue as jp, FormFieldValidationError as jr, PrimitiveInputElementProps as js, DocumentInspectorUseMenuItemProps as jt, useReleasesIds as ju, FormIncPatch as jv, Selection as jw, LocalePluginOptions as jx, SearchSort as jy, BetaFeatures as k, connectionState as kC, useReconnectingToast as kS, BetaBadge as kT, InterpolationProp as k_, DocumentStoreOptions as ka, CommentBaseCreatePayload as kb, defaultRenderField as kc, StringFormNode as kd, isRecord as kf, TagValue as kg, FieldValueError as kh, useProjectDatasets as ki, RelativeTimeProps as kl, DiffStringSegment as km, SlugInputProps as kn, CommitRequest as ko, SanityDefinedAction as kp, FormInputRelativePathArg as kr, PasteData$1 as ks, DocumentInspectorMenuItem as kt, LATEST as ku, FormDecPatch as kv, Previewable as kw, LocaleDefinition as kx, SearchFactoryOptions as ky, resolveConfig as l, IdPair as lC, WorkspacesProviderProps as lE, defaultTemplateForType as lS, isPublishedId as lT, useComments as l_, useDocumentValuePermissions as la, useWorkspaces as lb, FileInputProps as lc, ArrayOfPrimitivesMember as ld, asLoadable as lf, createUserColorManager as lg, ChunkType as lh, DocumentPreviewPresenceProps as li, useZIndex as ll, noop as lm, MemberFieldProps as ln, removeMissingReferences as lo, ScheduledBadge as lp, useHoveredField as lr, BooleanFieldProps as ls, ScheduledPublishingPluginOptions as lt, Hotkeys as lu, isTimeoutError as lv, MetadataWrapper as lw, TranslationProps as lx, defineSearchFilter as ly, definePlugin as m, WelcomeBackEvent as mC, AgentVersionDisplay as mE, TemplateArrayFieldDefinition as mS, removeDupes as mT, CommentInlineHighlightSpan as m_, useDocumentPairPermissionsFromHookFactory as ma, getNamelessWorkspaceIdentifier as mb, UploadOptions as mc, ObjectMember as md, supportsTouch as mf, UserColorHue as mg, DiffProps as mh, ResourceCacheProviderProps as mi, LegacyLayerProvider as ml, NoChanges as mm, MemberItemProps as mn, Timeline as mo, GetHookCollectionStateProps as mp, FieldActionsProvider as mr, PrimitiveFieldProps as ms, SourceOptions as mt, ErrorActions as mu, LiveManifestRegisterProvider as mv, ApiConfig as mw, useTranslation as mx, I18nSearchOperatorNameKey as my, getConfigContextFromSource as n, DocumentRebaseTelemetryEvent as nC, RequestErrorChannel as nE, DEFAULT_MAX_RECURSION_DEPTH as nS, getIdPair as nT, buildRangeDecorationSelectionsFromComments as n_, useTemplatePermissions as na, MatchWorkspaceResult as nb, ArrayInputInsertEvent as nc, setAtPath as nd, useUnique as nf, isScheduleDocumentVersionEvent as ng, AnnotationDetails as nh, Position as ni, inc as nl, useDocumentChange as nm, ObjectMembers as nn, TimelineState as no, useScheduledDraftDocument as np, VirtualizerScrollInstanceProvider as nr, PortableTextMarker as ns, PartialContext as nt, ReferenceInputPreviewCard as nu, ConfigErrorClassification as nv, useOnlyHasVersions as nw, useWorkspaceSchemaId as nx, SearchButton as ny, CreateWorkspaceFromConfigOptions as o, ListenerEvent as oC, CorsCheckResult as oE, resolveInitialObjectValue as oS, idMatchesPerspective as oT, CommentsOnboardingContextValue as o_, grantsPermissionOn as oa, validateBasePaths as ob, useEnhancedObjectDialog as oc, ArrayOfObjectsItemMember as od, LoadableState as of, UserColorManagerProvider as og, ChangeNode as oh, ReportedRegionWithRect as oi, setIfMissing as ol, isGroupChange as om, MemberFieldSet as on, HistoryStore as oo, getSchemaTypeTitle as op, ArrayOfObjectsFunctions as or, ArrayFieldProps as os, ReleaseActionsResolver as ot, IntentButton as ou, getApiErrorCode as ov, useDocumentVersions as ow, validateDocument as ox, SearchProvider as oy, createPlugin as p, ResetEvent as pC, LoginMethod as pE, Template as pS, newDraftFrom as pT, COMMENTS_INSPECTOR_NAME as p_, useDocumentPairPermissions as pa, VisibleWorkspacesProvider as pb, ResolvedUploader as pc, FieldsetRenderMembersCallback as pd, uncaughtErrorHandler as pf, UserColor as pg, DiffComponentResolver as ph, ResourceCacheProvider as pi, UserAvatarProps as pl, RevertChangesButton as pm, ArrayOfObjectsItem as pn, ParsedTimeRef as po, GetHookCollectionState as pp, FieldActionsResolver as pr, ObjectFieldProps as ps, SourceClientOptions as pt, ErrorWithId as pu, uploadSchema as pv, createDocumentPreviewStore as pw, UseTranslationResponse as px, I18nSearchOperatorDescriptionKey as py, DocumentLayoutProps as q, ReporterHook as qC, deriveDocumentSyncState as qS, CreateAuthStoreOptions as qT, StudioProps as q_, operationEvents as qa, CommentUpdateOperationOptions as qb, MutationPatchMsg as qc, getVariantTitle as qd, useDocumentPreviewValues as qf, ScrollContainerProps as qg, UnpublishDocumentEvent as qh, UserStore as qi, GeneralDocumentListLayoutKey as ql, ChangeBreadcrumb as qm, DateInputProps as qn, isNumberInputProps as qo, isEmptyObject as qp, PresenceOverlayProps as qr, PrimitiveItemProps as qs, TransformPatches as qt, mergeParseErrors as qu, LayoutProps as qv, DraftId as qw, useUserListWithPermissions as qx, useColorSchemeValue as qy, useConfigContextFromSource as r, DocumentStoreExtraOptions as rC, RequestErrorClaim as rE, RESOLVE_INITIAL_VALUE_TIMEOUT_MS as rS, getPublishedId as rT, buildCommentRangeDecorations as r_, useTemplatePermissionsFromHookFactory as ra, matchWorkspace as rb, ArrayInputMoveItemEvent as rc, StateTree as rd, useThrottledCallback as rf, isUnpublishDocumentEvent as rg, ArrayDiff$1 as rh, PresentUser as ri, insert as rl, emptyValuesByType as rm, ObjectMembersProps as rn, TimelineStore as ro, usePausedScheduledDraft as rp, VirtualizerScrollInstance as rr, RenderBlockActionsCallback as rs, Plugin as rt, usePreviewCard as ru, RequestErrorClassification as rv, useIsReleaseActive as rw, useVersionRelease as rx, PartialIndexSettings as ry, createSourceFromConfig as s, MutationPerformanceEvent as sC, CorsProbeOutcome as sE, resolveInitialValue as sS, isDraft as sT, useCommentsEnabled as s_, DocumentValuePermissionsOptions as sa, validateNames as sb, ImageInputProps as sc, ArrayOfObjectsMember as sd, LoadedState as sf, UserColorManagerProviderProps as sg, ChangeTitlePath as sh, Size as si, unset as sl, isRemovedItemDiff as sm, MemberFieldError as sn, HistoryStoreOptions as so, createSchema as sp, useDidUpdate as sr, ArrayOfPrimitivesFieldProps as ss, ResolveProductionUrlContext as st, InsufficientPermissionsMessage as su, isClientRequestError as sv, VersionInfoDocumentStub as sw, Translate as sx, SearchContextValue as sy, ActiveWorkspaceMatcherContextValue as t, DocumentPairLoadedEvent as tC, LoginComponentProps as tE, useTemplates as tS, getDraftId as tT, buildTextSelectionFromFragment as t_, getTemplatePermissions as ta, MatchWorkspaceOptions as tb, ArrayInputCopyEvent as tc, useFormState as td, isVariantVersion as tf, isPublishDocumentVersionEvent as tg, Annotation as th, Location as ti, diffMatchPatch as tl, resolveDiffComponent as tm, ObjectInputMembers as tn, useTimelineSelector as to, useScheduledDraftsEnabled as tp, ArrayOfObjectOptionsInput as tr, FormBuilderMarkersComponent as ts, NewDocumentOptionsResolver as tt, PreviewCardContextValue as tu, passthroughErrorHandler as tv, useVersionOperations as tw, CommentsAuthoringPathProvider as tx, SearchDialog as ty, prepareConfig as u, MutationEvent as uC, AuthConfig as uE, defaultTemplatesForSchema as uS, isSystemBundle as uT, CommentsContextValue as u_, DocumentPairPermissionsOptions as ua, evaluateWorkspaceHidden as ub, StudioFileInput as uc, DecorationMember as ud, useLoadable as uf, useUserColor as ug, Diff$1 as uh, useCurrentUser as ui, WithReferringDocuments as ul, DocumentChangeContextInstance as um, MemberItemError as un, SelectionState as uo, DocumentBadgeComponent as up, HoveredFieldProvider as ur, FieldCommentsProps as us, SchemaPluginOptions as ut, HotkeysProps$1 as uu, isUnauthorizedError as uv, DocumentPreviewStore as uw, defaultLocale as ux, defineSearchFilterOperators as uy, ConfigResolutionError as v, DocumentMutationEvent as vC, EditPortal as vE, TemplateReferenceTarget as vS, getDocumentVariantType as vT, CommentInputProps as v_, GrantsStore as va, ConfigErrorGate as vb, UploaderResolver as vc, BooleanFormNode as vd, _isCustomDocumentTypeDefinition as vf, FeedbackContextValue as vg, GroupChangeNode as vh, useComlinkStore as vi, ToastParams$1 as vl, FromToArrow as vm, ArrayOfObjectsMemberProps as vn, Transaction as vo, DocumentActionConfirmDialogProps as vp, useGetFormValue as vr, ArrayOfPrimitivesInputProps as vs, WorkspaceHiddenContext as vt, DocumentStatus as vu, StudioManifest as vv, DocumentStackAvailability as vw, I18nNode as vx, SearchOperatorBuilder as vy, AppsOptions as w, useDialogStack as wC, useReviewChanges as wS, CommandListGetItemSelectedCallback as wT, ErrorMessage as w_, isNewDocument as wa, CommentsSelectedPathProvider as wb, FormProviderProps as wc, NumberFormNode as wd, isCardinalityOneRelease as wf, useInStudioFeedback as wg, StringDiff$1 as wh, useKeyValueStore as wi, useRovingFocus as wl, Event$1 as wm, TelephoneInputProps as wn, WithVersion as wo, DocumentActionModalDialogProps as wp, FormContainer as wr, InputProps as ws, ReleaseActionProps as wt, RELEASES_STUDIO_CLIENT_OPTIONS as wu, CopyPasteContextType as wv, ObserveDocumentAvailabilityFn as ww, LocaleProvider as wx, ValuelessSearchOperatorParams as wy, ConfigPropertyErrorOptions as x, MutationPayload as xC, useSyncState as xS, CommandListElementType as xT, UpsellData as x_, useInitialValue as xa, RouterHistory as xb, StudioCrossDatasetReferenceInput as xc, HiddenField as xd, createSWR as xf, useFeedback as xg, NumberDiff$1 as xh, useDocumentStore as xi, TextWithToneProps as xl, FromToProps as xm, TextInput as xn, MutationResult as xo, DocumentActionDialogProps as xp, useFormValue as xr, ComplexElementProps as xs, WorkspaceSummary as xt, isDraftPerspective as xu, useCopyPaste as xv, FieldName as xw, defineLocaleResourceBundle as xx, SearchOperatorParams as xy, ConfigResolutionErrorOptions as y, DocumentRebaseEvent as yC, createSanityMediaLibraryFileSource as yE, TypeTarget as yS, ContextMenuButton as yT, CommentsList as y_, PermissionCheckResult as ya, ActiveWorkspaceMatcher as yb, StudioReferenceInput as yc, ComputeDiff as yd, _isSanityDocumentTypeDefinition as yf, useStudioFeedbackTags as yg, ItemDiff$1 as yh, useConnectionStatusStore as yi, TooltipOfDisabled as yl, FromToArrowDirection as ym, UrlInput as yn, DocumentVersion as yo, DocumentActionCustomDialogComponentProps as yp, FormValueContextValue as yr, BaseInputProps as ys, WorkspaceHiddenProperty as yt, formatRelativeLocalePublishDate as yu, StudioWorkspaceManifest as yv, DraftsModelDocument as yw, useI18nText as yx, SearchOperatorButtonValue as yy, DocumentBadgesContext as z, TrackedArea as zC, FormDocumentValue as zS, createConnectionStatusStore as zT, StudioLayout as z_, InitialValueMsg as za, CommentPostPayload as zb, useReferenceInputOptions as zc, FormFieldGroup as zd, LoadingTuple as zf, DocumentGroupInventory as zg, DocumentGroupEvent as zh, SESSION_ID as zi, MediaPreview as zl, DiffCardProps as zm, AssetAccessPolicy as zn, SanityDefaultPreview as zo, PerspectiveNotWriteableReason as zp, FormFieldSetProps as zr, RenderInputCallback as zs, DocumentFieldActionHook as zt, ReleaseDocument$1 as zu, FormSetPatch as zv, PerspectiveStack as zw, StaticLocaleResourceBundle as zx, ColorSchemeCustomProvider as zy };
17536
+ export { NewDocumentCreationContext as $, DocumentPreviewStoreOptions as $C, PendingMutationsEvent as $S, AuthProvider as $T, isUnauthorizedError as $_, DocumentVersionSnapshots as $a, usEnglishLocale as $b, diffMatchPatch as $c, LoadedState as $d, ScheduledBadge as $f, hasCommentMessageValue as $g, useUserColor as $h, TemplatePermissionsOptions as $i, InsufficientPermissionsMessage as $l, Diff$1 as $m, ArrayOfPrimitiveOptionsInput as $n, FormBuilderFilterFieldFn as $o, DocumentChangeContextInstance as $p, FieldPresenceData as $r, MarkdownConfig as $s, useFormBuilder as $t, ArrayOfObjectsMember as $u, defineSearchFilterOperators as $v, isSystemBundleName as $w, prepareTemplates as $x, evaluateWorkspaceHidden as $y, ComposableOption as A, TrackerContextStore as AC, useFormattedDuration as AS, isCookielessCompatibleLoginMethod as AT, isValidAnnouncementRole as A_, QueryParams$1 as Aa, CommentReactionShortNames as Ab, defaultRenderItem as Ac, UndeclaredMembersError as Ad, EMPTY_OBJECT as Af, DocumentGroupInventoryPerspectiveList as Ag, EditDocumentVersionEvent as Ah, useProject as Ai, BlockImagePreview as Al, ChangeTitleSegment as Am, SelectInput as An, createObservableBufferedDocument as Ao, getSelectedVariant as Ap, FormFieldValidation as Ar, PortableTextInputProps as As, DocumentInspectorProps as At, DEFAULT_DECORATORS as Au, PatchArg as Av, SelectedPerspective as Aw, StudioLocaleResourceKeys as Ax, ColorSchemeProvider as Ay, DocumentBadgesResolver as B, ChangeIndicatorProps as BC, useDocumentIdStack as BS, AuthState as BT, RequestErrorDialog as B_, InitialValueState as Ba, CommentsUIMode as Bb, useParseErrors as Bc, useVariantDocumentOperations as Bd, TasksUpsellContextValue as Bf, CommonProps as Bg, isCreateLiveDocumentEvent as Bh, createPresenceStore as Bi, GeneralDocumentListLayoutKey as Bl, getAnnotationAtPath as Bm, ImageUrlBuilder$1 as Bn, SanityDefaultPreviewProps as Bo, normalizePathSegment as Bp, FormFieldHeaderText as Br, RenderItemCallback as Bs, DocumentFieldActionItem as Bt, ExpandFieldSetOperation as Bu, StudioComponents as Bv, createDraftFrom as Bw, useTools as Bx, useAddonDataset as By, ActionComponent as C, ChangeIndicatorsTracker as CC, UseListFormatOptions as CS, ConnectionStatusStore as CT, UpsellDialogViewedInfo as C_, selectUpstreamVersion as Ca, CommentListBreadcrumbs as Cb, FormBuilder as Cc, DuplicateKeysError as Cd, isArray as Cf, useTelemetryConsent as Cg, BaseEvent as Ch, useHistoryStore as Ci, RelativeTime as Cl, FieldPreviewComponent as Cm, TelephoneInput as Cn, RemoteSnapshotVersionEvent as Co, usePerspective as Cp, useDocumentDivergences as Cr, InputOnSelectFileFunctionProps as Cs, ReleaseActionDescription as Ct, useReleasesIds as Cu, FormPatch as Cv, ReleaseAvatar as Cw, LocaleSource as Cx, SearchResultItemPreview as Cy, AsyncConfigPropertyReducer as D, TrackedArea as DC, FormDocumentValue as DS, createConnectionStatusStore as DT, StudioLayout as D_, useDocumentType as Da, CommentPostPayload as Db, defaultRenderField as Dc, MissingKeysError as Dd, getErrorMessage as Df, isProd as Dg, DeleteDocumentVersionEvent as Dh, useRenderingContextStore as Di, InlinePreview as Dl, DiffCard as Dm, StringInput as Dn, BufferedDocumentWrapper as Do, ReleasesNav as Dp, FormInput as Dr, OnPasteFn as Ds, DocumentInspector as Dt, useActiveReleases as Du, FormSetIfMissingPatch as Dv, PerspectiveStack as Dw, StaticLocaleResourceBundle as Dx, Filters as Dy, AsyncComposableOption as E, ChangeIndicatorTrackerContextValue as EC, useGlobalCopyPasteElementHandler as ES, RetryingStatus as ET, NavbarContextValue as E_, DocumentTypeResolveState as Ea, CommentPath as Eb, defaultRenderBlock as Ec, InvalidItemTypeError as Ed, getReferencePaths as Ef, isDev as Eg, DeleteDocumentGroupEvent as Eh, useProjectStore as Ei, TemplatePreviewProps as El, DiffErrorBoundaryState as Em, TagsArrayInputProps as En, BufferedDocumentEvent as Eo, PerspectiveProvider as Ep, FormRow as Er, ObjectInputProps as Es, FormComponents as Et, useArchivedReleases as Eu, FormPatchOrigin as Ev, PerspectiveContextValue as Ew, LocalesOption as Ex, SearchHeader as Ey, DocumentActionsContext as F, ReporterHook as FC, deriveDocumentSyncState as FS, CreateAuthStoreOptions as FT, StudioProps as F_, InitialValueOptions as Fa, CommentUpdateOperationOptions as Fb, ReferenceInputOptionsProvider as Fc, getDocumentIdForCanvasLink as Fd, defaultTheme as Ff, ScrollContainer as Fg, ScheduleDocumentVersionEvent as Fh, ProjectGrants as Fi, DetailPreviewProps as Fl, ChangeListProps as Fm, PortableTextMemberItem as Fn, unstable_useValuePreview as Fo, getValueAtPath as Fp, FormFieldValidationStatusProps as Fr, RenderArrayOfObjectsItemCallback as Fs, defineDocumentFieldAction as Ft, useDocumentLimitsUpsellContext as Fu, ActiveToolLayoutProps as Fv, DraftId as Fw, useUserListWithPermissions as Fx, useColorSchemeSetValue as Fy, DocumentLanguageFilterContext as G, useIsReleaseActive as GC, DocumentStoreExtraOptions as GS, RequestErrorClaim as GT, RequestErrorClassification as G_, OperationSuccess as Ga, useVersionRelease as Gb, MutationPatchMsg as Gc, isPublishedVersion as Gd, useScheduledDraftsEnabled as Gf, buildRangeDecorationSelectionsFromComments as Gg, isScheduleDocumentVersionEvent as Gh, Status as Gi, PreviewMediaDimensions as Gl, AnnotationDetails as Gm, DateTimeInputProps as Gn, isArrayOfPrimitivesInputProps as Go, useDocumentChange as Gp, PresenceScopeProps as Gr, ObjectItem as Gs, DocumentFieldActionsResolver as Gt, FormState as Gu, SearchButton as Gv, getPublishedId as Gw, RESOLVE_INITIAL_VALUE_TIMEOUT_MS as Gx, MatchWorkspaceResult as Gy, DocumentInspectorContext as H, sortReleases as HC, editState$1 as HS, HandleCallbackResult as HT, createRequestErrorChannel as H_, validation$1 as Ha, CommentsAuthoringPathContextValue as Hb, FormCallbacksProvider as Hc, measureFirstEmission as Hd, TasksNavigationContextValue as Hf, CollapseMenu as Hg, isDeleteDocumentVersionEvent as Hh, GlobalPresence as Hi, PortableTextPreviewLayoutKey as Hl, getDiffAtPath as Hm, EmailInputProps as Hn, Preview as Ho, pathsAreEqual as Hp, FormField as Hr, RenderPreviewCallbackProps as Hs, DocumentFieldActionProps as Ht, ExpandPathOperation as Hu, ToolMenuProps as Hv, documentIdEquals as Hw, useTimeAgo as Hx, AddonDatasetProvider as Hy, DocumentActionsResolver as I, ChangeConnectorRoot as IC, useDocumentSyncState as IS, RequestFailureDiagnostics as IT, SourceProvider as I_, getInitialValueStream as Ia, CommentUpdatePayload as Ib, TemplateOption as Ic, useNavigateToCanvasDoc as Id, buildLegacyTheme as If, ScrollContainerProps as Ig, UnpublishDocumentEvent as Ih, ProjectOrganizationData as Ii, DefaultPreview as Il, ChangeBreadcrumb as Im, UpdateReadOnlyPlugin as In, useValuePreview as Io, isEmptyObject as Ip, FieldStatusProps as Ir, RenderArrayOfPrimitivesItemCallback as Is, DocumentFieldAction as It, DivergenceNavigator as Iu, LayoutProps as Iv, PublishedId as Iw, FormattableMeasurementUnit as Ix, useColorSchemeValue as Iy, DocumentPluginOptions as J, useDocumentVersions as JC, ListenerEvent as JS, CorsCheckResult as JT, getApiErrorCode as J_, MapDocument as Ja, validateDocument as Jb, PatchMsgSubscriber as Jc, useUnique as Jd, SingleDocReleaseProvider as Jf, useCommentsSelectedPath as Jg, isUpdateLiveDocumentEvent as Jh, UserStoreOptions as Ji, PreviewCardContextValue as Jl, BooleanDiff$1 as Jm, CrossDatasetReferencePreview as Jn, isObjectInputProps as Jo, isFieldChange as Jp, FieldPresence as Jr, BlockAnnotationProps as Js, decodePath as Jt, setAtPath as Ju, useSearchState as Jv, idMatchesPerspective as Jw, resolveInitialObjectValue as Jx, ValidateWorkspaceOptions as Jy, DocumentLanguageFilterResolver as K, useFormatRelativeLocalePublishDate as KC, InitialSnapshotEvent as KS, RequestErrorReportOptions as KT, classifyConfigError as K_, emitOperation as Ka, useValidationStatus as Kb, PatchChannel as Kc, isReleaseVersion as Kd, useScheduledDraftDocument as Kf, buildCommentRangeDecorations as Kg, isUnpublishDocumentEvent as Kh, UserSessionPair as Ki, PreviewProps as Kl, ArrayDiff$1 as Km, DateInput as Kn, isBooleanInputProps as Ko, emptyValuesByType as Kp, PresenceOverlay as Kr, ObjectItemProps as Ks, DocumentFieldActionsResolverContext as Kt, UseFormStateOptions as Ku, PartialIndexSettings as Kv, getVersionFromId as Kw, Serializeable as Kx, matchWorkspace as Ky, DocumentActionsVersionType as L, ChangeConnectorRootProps as LC, useDocumentOperationEvent as LS, _createAuthStore as LT, SourceProviderProps as L_, InitialValueErrorMsg as La, CommentsListBreadcrumbItem as Lb, useReferenceInputOptions as Lc, useCanvasCompanionDoc as Ld, LegacyThemeProps as Lf, useOnScroll as Lg, UnscheduleDocumentVersionEvent as Lh, ProjectStore as Li, DefaultPreviewProps as Ll, useAnnotationColor as Lm, ObjectInput as Ln, unstable_useObserveDocument as Lo, normalizeIndexSegment as Lp, FormFieldStatus as Lr, RenderBlockCallback as Ls, DocumentFieldActionDivider as Lt, useDivergenceNavigator as Lu, LogoProps as Lv, SystemBundle as Lw, UnitFormatter as Lx, StudioColorScheme as Ly, ConfigContext$1 as M, useTrackerStoreReporter as MC, useFeatureEnabled as MS, MockAuthStoreOptions as MT, StudioAnnouncementsContextValue as M_, ListenQueryOptions as Ma, CommentTaskCreatePayload as Mb, EditReferenceLinkComponentProps as Mc, ProvenanceDiffAnnotation as Md, ReactHook as Mf, DocumentGroupInventoryAction as Mg, EventsStoreRevision as Mh, getProjectGrants as Mi, MediaPreview as Ml, ChangeResolver as Mm, CreateButton as Mn, getPreviewValueWithFallback as Mo, findIndex as Mp, FormFieldValidationInfo as Mr, PrimitiveInputProps as Ms, defineDocumentInspector as Mt, useAllVariants as Mu, ToolLinkProps as Mv, SystemVariant as Mw, UserListWithPermissionsHookValue as Mx, useColorScheme as My, ConfigPropertyReducer as N, IsEqualFunction as NC, useEditState as NS, createMockAuthStore as NT, StudioAnnouncementsCard as N_, ListenQueryParams as Na, CommentTextSelection as Nb, EditReferenceOptions as Nc, ALL_FIELDS_GROUP as Nd, createHookFromObservableFactory as Nf, ScrollContextValue as Ng, HistoryClearedEvent as Nh, ProjectData as Ni, MediaPreviewProps as Nl, ChangeResolverProps as Nm, CreateReferenceOption as Nn, getPreviewStateObservable as No, getItemKey as Np, FormFieldValidationWarning as Nr, StringInputProps as Ns, initialDocumentFieldActions as Nt, useSetVariant as Nu, StudioToolMenu as Nv, CollatedHit as Nw, UserListWithPermissionsOptions as Nx, useColorSchemeInternalValue as Ny, BaseActionDescription as O, TrackedChange as OC, FormattedDuration as OS, onRetry as OT, StudioLayoutComponent as O_, DocumentStore as Oa, CommentReactionItem as Ob, defaultRenderInlineBlock as Oc, MixedArrayError as Od, formatRelativeLocale as Of, DocumentGroupInventory as Og, DocumentGroupEvent as Oh, useUserStore as Oi, InlinePreviewProps as Ol, DiffCardProps as Om, SlugInput as On, createBufferedDocument as Oo, PerspectiveNotWriteableReason as Op, FormInputAbsolutePathArg as Or, OnPathFocusPayload as Os, DocumentInspectorComponent as Ot, RELEASES_INTENT as Ou, FormSetPatch as Ov, ReleaseId as Ow, TFunction$1 as Ox, ColorSchemeCustomProvider as Oy, DefaultPluginsWorkspaceOptions as P, Reported as PC, DocumentSyncState as PS, AuthStoreOptions as PT, Studio as P_, listenQuery as Pa, CommentThreadItem as Pb, ReferenceInputOptions as Pc, resolveConditionalProperty as Pd, catchWithCount as Pf, ScrollEventHandler as Pg, PublishDocumentVersionEvent as Ph, ProjectDatasetData as Pi, DetailPreview as Pl, ChangeList as Pm, PortableTextInput as Pn, getPreviewPaths as Po, getItemKeySegment as Pp, FormFieldValidationStatus as Pr, RenderAnnotationCallback as Ps, documentFieldActionsReducer as Pt, isDocumentLimitError as Pu, StudioNavbar as Pv, DRAFTS_FOLDER as Pw, UserWithPermission as Px, useColorSchemeOptions as Py, MissingConfigFile as Q, DocumentPreviewStore as QC, MutationEvent as QS, AuthConfig as QT, isTimeoutError as Q_, OperationsAPI as Qa, defaultLocale as Qb, dec as Qc, LoadableState as Qd, SchedulesContext as Qf, CommentsContextValue as Qg, createUserColorManager as Qh, KeyValueStoreValue as Qi, IntentButton as Ql, ChunkType as Qm, ArrayOfPrimitivesFunctions as Qn, FormBuilderCustomMarkersComponent as Qo, noop as Qp, FieldPresenceWithOverlay as Qr, BlockStyleProps as Qs, toMutationPatches as Qt, ArrayOfObjectsItemMember as Qu, defineSearchFilter as Qv, isSystemBundle as Qw, defaultTemplatesForSchema as Qx, useWorkspaces as Qy, DocumentAskToEditEnabledContext as R, ConnectorContextValue as RC, useDocumentOperation as RS, createAuthStore as RT, useSource as R_, InitialValueLoadingMsg as Ra, CommentsTextSelectionItem as Rb, ParseErrorsProvider as Rc, SANITY_VERSION as Rd, LegacyThemeTints as Rf, CollapseMenuButton as Rg, UpdateLiveDocumentEvent as Rh, PresenceStore as Ri, CompactPreview as Rl, useDiffAnnotationColor as Rm, NumberInput as Rn, useUnstableObserveDocument as Ro, normalizeIndexTupleSegment as Rp, FormFieldSet as Rr, RenderFieldCallback as Rs, DocumentFieldActionGroup as Rt, ParseError as Ru, NavbarAction as Rv, VERSION_FOLDER as Rw, UseUnitFormatterOptions as Rx, StudioTheme as Ry, useMiddlewareComponents as S, CommentDeleteDialog as SC, useManageFavorite as SS, ConnectionStatus as ST, UpsellDialogViewed as S_, useInitialValueResolverContext as Sa, CommentIntentGetter as Sb, FormProviderProps as Sc, ArrayItemError as Sd, isNonNullable as Sf, FeedbackDialogProps as Sg, useEvents as Sh, useGrantsStore as Si, Resizable as Sl, DiffFromToProps as Sm, TextInputProps as Sn, Pair as So, useSetPerspective as Sp, DivergencesProvider as Sr, EditorChange as Ss, ReleaseActionComponent as St, PUBLISHED as Su, FormInsertPatchPosition as Sv, ReleaseTitle as Sw, LocaleResourceRecord as Sx, compileFieldPath as Sy, AssetSourceResolver as T, useChangeIndicatorsReporter as TC, GlobalCopyPasteElementHandler as TS, ErrorStatus as TT, StudioProviderProps as T_, useDocumentValues as Ta, CommentOperations as Tb, defaultRenderAnnotation as Tc, IncompatibleTypeError as Td, getTargetDocument as Tf, StudioFeedbackProvider as Tg, CreateLiveDocumentEvent as Th, usePresenceStore as Ti, TemplatePreview as Tl, DiffErrorBoundaryProps as Tm, TagsArrayInput as Tn, checkoutPair as To, useExcludedPerspective as Tp, FormCell as Tr, NumberInputProps as Ts, ReleaseActionsContext as Tt, useDocumentVersionInfo as Tu, FormPatchJSONValue as Tv, VersionChip as Tw, LocalesBundlesOption as Tx, SearchPopoverProps as Ty, DocumentInspectorsResolver as U, useVersionOperations as UC, DocumentPairLoadedEvent as US, LoginComponentProps as UT, passthroughErrorHandler as U_, remoteSnapshots as Ua, CommentsAuthoringPathProvider as Ub, FormCallbacksValue as Uc, measureFirstMatch as Ud, MentionUserContextValue as Uf, CollapseMenuProps as Ug, isEditDocumentVersionEvent as Uh, PresenceLocation as Ui, PreviewComponent as Ul, visitDiff as Um, getCalendarLabels as Un, isArrayOfBlocksInputProps as Uo, stringToPath as Up, FormFieldProps as Ur, BaseItemProps as Us, DocumentFieldActionStatus as Ut, SetActiveGroupOperation as Uu, StudioLogo as Uv, getDraftId as Uw, useTemplates as Ux, useActiveWorkspace as Uy, DocumentCommentsEnabledContext as V, ChangeFieldWrapper as VC, EditStateFor as VS, AuthStore as VT, useRetryCountdown as V_, InitialValueSuccessMsg as Va, Loadable as Vb, useReportParseError as Vc, isDocumentInSelectedVariant as Vd, TasksContextValue as Vf, AutoCollapseMenu as Vg, isDeleteDocumentGroupEvent as Vh, DocumentPresence as Vi, GeneralPreviewLayoutKey as Vl, getAnnotationColor as Vm, EmailInput as Vn, PreviewLoader as Vo, pathToString as Vp, FormFieldHeaderTextProps as Vr, RenderPreviewCallback as Vs, DocumentFieldActionNode as Vt, ExpandOperation as Vu, StudioComponentsPluginOptions as Vv, createPublishedFrom as Vw, TimeAgoOpts as Vx, AddonDatasetContextValue as Vy, DocumentLanguageFilterComponent as W, useOnlyHasVersions as WC, DocumentRebaseTelemetryEvent as WS, RequestErrorChannel as WT, ConfigErrorClassification as W_, OperationError as Wa, useWorkspaceSchemaId as Wb, useFormCallbacks as Wc, isDraftVersion as Wd, DEFAULT_STUDIO_CLIENT_OPTIONS as Wf, buildTextSelectionFromFragment as Wg, isPublishDocumentVersionEvent as Wh, Session as Wi, PreviewLayoutKey as Wl, Annotation as Wm, DateTimeInput as Wn, isArrayOfObjectsInputProps as Wo, resolveDiffComponent as Wp, PresenceScope as Wr, ItemProps as Ws, DocumentFieldActionTone as Wt, getExpandOperations as Wu, SearchDialog as Wv, getIdPair as Ww, DEFAULT_MAX_RECURSION_DEPTH as Wx, MatchWorkspaceOptions as Wy, GroupableActionDescription as X, isReleaseDocument as XC, getPairListener as XS, WorkspacesProvider as XT, isNetworkError as X_, OperationArgs as Xa, TranslateComponentMap as Xb, createPatchChannel as Xc, userHasRole as Xd, getSchemaTypeTitle as Xf, CommentsEnabledContextValue as Xg, UserColorManagerProviderProps as Xh, createKeyValueStore as Xi, usePreviewCard as Xl, ChangeTitlePath as Xm, UniversalArrayInput as Xn, isStringInputProps as Xo, isRemovedItemDiff as Xp, FieldPresenceInnerProps as Xr, BlockListItemProps as Xs, MutationPatch as Xt, FieldsetMembers as Xu, SearchContextValue as Xv, isDraftId as Xw, resolveInitialValueForType as Xx, validateNames as Xy, FormBuilderComponentResolverContext as Y, VersionInfoDocumentStub as YC, MutationPerformanceEvent as YS, CorsProbeOutcome as YT, isClientRequestError as Y_, Operation as Ya, Translate as Yb, RebasePatchMsg as Yc, useThrottledCallback as Yd, useSingleDocRelease as Yf, useCommentsEnabled as Yg, UserColorManagerProvider as Yh, createUserStore as Yi, ReferenceInputPreviewCard as Yl, ChangeNode as Ym, BooleanInput as Yn, isObjectItemProps as Yo, isGroupChange as Yp, FieldPresenceInner as Yr, BlockDecoratorProps as Ys, encodePath as Yt, StateTree as Yu, SearchProvider as Yv, isDraft as Yw, resolveInitialValue as Yx, validateBasePaths as Yy, MediaLibraryConfig as Z, MetadataWrapper as ZC, IdPair as ZS, WorkspacesProviderProps as ZT, isSessionExpiredError as Z_, OperationImpl as Za, TranslationProps as Zb, SANITY_PATCH_TYPE as Zc, ErrorState as Zd, createSchema as Zf, useComments as Zg, UserColorManagerOptions as Zh, KeyValueStore as Zi, PopoverDialog as Zl, Chunk as Zm, ArrayOfPrimitivesInput as Zn, ArrayInputFunctionsProps as Zo, isUnchangedDiff as Zp, FieldPresenceProps as Zr, BlockProps as Zs, fromMutationPatches as Zt, FieldsetState as Zu, SearchFilterDefinition as Zv, isPublishedId as Zw, defaultTemplateForType as Zx, validateWorkspaces as Zy, createDefaultIcon as _, connectionState as _C, useReconnectingToast as _S, BetaBadge as _T, InterpolationProp as __, Grant as _a, CommentBaseCreatePayload as _b, StudioReferenceInput as _c, ObjectArrayFormNode as _d, isPausedCardinalityOneRelease as _f, Sentiment as _g, TypeChangeDiff$1 as _h, useDocumentPresence as _i, TooltipOfDisabled as _l, DiffString as _m, ArrayOfObjectsInputMember as _n, DocumentRemoteMutationVersionEvent as _o, DuplicateDocumentActionComponent as _p, GetFormValueProvider as _r, ArrayOfPrimitivesElementType as _s, Workspace as _t, isReleasePerspective as _u, PatchEvent as _v, Previewable as _w, LocaleDefinition as _x, getSearchableTypes as _y, resolveSchemaTypes as a, CommittedEvent as aC, EnhancedObjectDialog as aE, TemplateParameter as aS, DocumentVariantType as aT, CommentInputHandle as a_, createGrantsStore as aa, WorkspaceLike as ab, ImageInputProps as ac, FieldsetRenderMembersCallback as ad, uncaughtErrorHandler as af, UserId as ag, FieldOperationsAPI as ah, RegionWithIntersectionDetails as ai, unset as al, MetaInfoProps as am, ObjectInputMemberProps as an, DocumentRevision as ao, useScheduleAction as ap, ArrayOfObjectsInput as ar, RenderCustomMarkers as as, PreparedConfig as at, ErrorWithId as au, generateStudioManifest as av, DocumentAvailability as aw, useGetI18nText as ax, OperatorInputComponentProps as ay, ConfigPropertyError as b, useClient as bC, useNumberFormat as bS, ConnectedStatus as bT, UpsellDialogLearnMoreCtaClicked as b_, useResolveInitialValueForType as ba, CommentDocument as bb, StudioCrossDatasetReferenceInputProps as bc, PrimitiveFormNode as bd, isString as bf, StudioFeedbackDialogProps as bg, useEventsStore as bh, useDocumentPreviewStore as bi, StatusButton as bl, DiffInspectWrapperProps as bm, UrlInputProps as bn, DocumentVersionEvent as bo, SchedulesContextValue as bp, FormValueProvider as br, BooleanInputProps as bs, WorkspaceOptions as bt, getReleaseIdFromReleaseDocumentId as bu, FormIncPatch as bv, VersionInlineBadge as bw, LocaleResourceBundle as bx, SearchSort as by, createWorkspaceFromConfig as c, DocumentRemoteMutationEvent as cC, createSanityMediaLibraryImageSource as cE, SyncState as cS, CommandList as cT, CommentsUpsellContextValue as c_, getDocumentValuePermissions as ca, ActiveWorkspaceMatcher as cb, StudioFileInput as cc, ArrayOfPrimitivesFormNode as cd, fieldNeedsEscape as cf, useStudioFeedbackTags as cg, ItemDiff$1 as ch, DocumentPreviewPresence as ci, WithReferringDocuments as cl, FromToArrowDirection as cm, MemberField as cn, createHistoryStore as co, DocumentActionCustomDialogComponentProps as cp, FormBuilderContextValue as cr, BaseFieldProps as cs, SanityFormConfig as ct, DocumentStatusIndicator as cu, StudioWorkspaceManifest as cv, DraftsModelDocumentAvailability as cw, defineLocale as cx, SearchOperatorButtonValue as cy, flattenConfig as d, SnapshotEvent as dC, useSchema as dS, CommandListGetItemKeyCallback as dT, useWorkspaceLoader as d_, DocumentPermission as da, CommentsSelectedPath as db, ResolvedUploader as dc, ComputeDiff as dd, _isSanityDocumentTypeDefinition as df, SendFeedbackOptions as dg, ObjectDiff$1 as dh, useUser as di, UserAvatarProps as dl, FieldChange as dm, ArrayOfPrimitivesItem as dn, TimelineController as do, DocumentActionGroup as dp, useFieldActions as dr, FieldProps as ds, SingleWorkspace as dt, formatRelativeLocalePublishDate as du, BaseOptions as dv, InvalidationChannelEvent as dw, removeUndefinedLocaleResources as dx, SearchValueFormatterContext as dy, ReconnectEvent as eC, CookielessCompatibleLoginMethod as eE, InitialValueTemplateItem as eS, isVersionId as eT, isTextSelectionComment as e_, TemplatePermissionsResult as ea, useVisibleWorkspaces as eb, PortableTextPluginsProps as ec, ArrayOfPrimitivesItemMember as ed, LoadingState as ef, useUserColorManager as eg, DiffComponent as eh, FormNodePresence as ei, inc as el, ValueError as em, useDocumentForm as en, snapshotPair as eo, DocumentBadgeComponent as ep, ArrayOfOptionsInput as er, FormBuilderInputComponentMap as es, NewDocumentOptionsContext as et, InsufficientPermissionsMessageProps as eu, parseRetryAfter as ev, ObserveForPreviewFn as ew, UseTranslationOptions as ex, SearchOperatorType as ey, PluginFactory as f, useDialogStack as fC, useReviewChanges as fS, CommandListGetItemSelectedCallback as fT, ErrorMessage as f_, getDocumentPairPermissions as fa, CommentsSelectedPathContextValue as fb, UploadOptions as fc, DocumentFormNode as fd, _isType as ff, UseInStudioFeedbackReturn as fg, ReferenceDiff as fh, ResourceCache as fi, LegacyLayerProvider as fl, FallbackDiff as fm, PrimitiveMemberItemProps as fn, TimelineControllerOptions as fo, DocumentActionKeys as fp, FieldActionsProps as fr, NumberFieldProps as fs, Source as ft, getDocumentIsInPerspective as fu, CopyOptions as fv, ObserveDocumentAvailabilityFn as fw, LocaleProvider as fx, ValuelessSearchOperatorBuilder as fy, defineConfig as g, ConnectionState as gC, useReferringDocuments as gS, CommandListRenderItemCallback as gT, useWorkspace as g_, EvaluationParams as ga, CommentsProvider as gb, UploaderResolver as gc, NumberFormNode as gd, isCardinalityOneRelease as gf, FeedbackPayload as gg, StringSegmentUnchanged$1 as gh, useGlobalPresence as gi, ToastParams$1 as gl, DiffTooltipWithAnnotationsProps as gm, ArrayOfObjectsInputMembersProps as gn, CombinedDocument as go, DuplicateActionProps as gp, FieldActionMenuProps as gr, ArrayOfObjectsInputProps as gs, Tool as gt, RELEASES_STUDIO_CLIENT_OPTIONS as gu, SanityClipboardItem as gv, PreviewPath as gw, LocaleConfigContext as gx, isPerspectiveRaw as gy, createConfig as h, useDataset as hC, DocumentField as hS, CommandListProps as hT, WorkspaceProviderProps as h_, DocumentValuePermission as ha, CommentsEnabledProvider as hb, UploaderDef as hc, NodeDiffProps as hd, isCardinalityOnePerspective as hf, DynamicFeedbackTags as hg, StringSegmentChanged$1 as hh, useResourceCache as hi, ImperativeToast as hl, DiffTooltipProps as hm, ArrayOfObjectsInputMembers as hn, TimelineOptions as ho, DocumentActionProps as hp, FieldActionMenu as hr, StringFieldProps as hs, TemplateResolver as ht, isReleaseScheduledOrScheduling as hu, PasteOptions as hv, PreparedSnapshot as hw, Locale as hx, createSearch as hy, SchemaError as i, CommitFunction as iC, isAgentBundleName as iE, TemplateItem as iS, Chip as iT, CommentInput as i_, GrantsStoreOptions as ia, getWorkspaceIdentifier as ib, UploadEvent as ic, FieldSetMember as id, truncateString as if, UserColorManager as ig, FieldChangeNode as ih, Rect as ii, setIfMissing as il, MetaInfo as im, ObjectInputMember as in, useTimelineStore as io, HookCollectionActionHook as ip, useVirtualizerScrollInstance as ir, RenderBlockActionsProps as is, PluginOptions as it, useCopyErrorDetails as iu, GenerateStudioManifestOptions as iv, AvailabilityResponse as iw, useLocale as ix, OperatorButtonValueComponentProps as iy, Config as j, useTrackerStore as jC, useFilteredReleases as jS, getProviderTitle as jT, StudioAnnouncementsDialog as j_, createDocumentStore as ja, CommentStatus as jb, defaultRenderPreview as jc, FormFieldGroup as jd, LoadingTuple as jf, DocumentGroupInventoryReferencePreviewLinkProps as jg, EventsStore as jh, createProjectStore as ji, BlockImagePreviewProps as jl, ChangesError as jm, ReferenceAutocomplete as jn, prepareForPreview as jo, FIXME as jp, FormFieldValidationError as jr, PrimitiveInputElementProps as js, DocumentInspectorUseMenuItemProps as jt, ReleaseDocument$1 as ju, ToolLink as jv, TargetPerspective as jw, Rule as jx, ColorSchemeProviderProps as jy, BetaFeatures as k, TrackerContextGetSnapshot as kC, UseFormattedDurationOptions as kS, isAuthStore as kT, isValidAnnouncementAudience as k_, DocumentStoreOptions as ka, CommentReactionOption as kb, defaultRenderInput as kc, TypeAnnotationMismatchError as kd, EMPTY_ARRAY as kf, DocumentGroupInventoryProps as kg, DocumentVersionEventType as kh, useProjectDatasets as ki, BlockPreview as kl, TIMELINE_ITEM_I18N_KEY_MAPPING as km, SlugInputProps as kn, CommitRequest as ko, isPerspectiveWriteable as kp, FormInputRelativePathArg as kr, PasteData$1 as ks, DocumentInspectorMenuItem as kt, DEFAULT_ANNOTATIONS as ku, FormUnsetPatch as kv, ReleasesNavMenuItemPropsGetter as kw, ValidationLocaleResourceKeys as kx, ColorSchemeLocalStorageProvider as ky, resolveConfig as l, MutationPayload as lC, useSyncState as lS, CommandListElementType as lT, UpsellData as l_, useDocumentValuePermissions as la, ActiveWorkspaceMatcherProps as lb, AssetSourcesResolver as lc, BaseFormNode as ld, joinPath as lf, UseFeedbackReturn as lg, NullDiff$1 as lh, DocumentPreviewPresenceProps as li, AvatarSkeleton as ll, FromTo as lm, MemberFieldProps as ln, removeMissingReferences as lo, DocumentActionDescription as lp, useHoveredField as lr, BooleanFieldProps as ls, ScheduledPublishingPluginOptions as lt, CapabilityGate as lu, CopyPasteProvider as lv, FieldName as lw, defineLocaleResourceBundle as lx, SearchOperatorInput as ly, definePlugin as m, useDateTimeFormat as mC, useRelativeTime as mS, CommandListItemContext as mT, WorkspaceProvider as m_, useDocumentPairPermissionsFromHookFactory as ma, CommentsIntentProviderProps as mb, Uploader as mc, NodeChronologyProps as md, CardinalityOneRelease as mf, BaseFeedbackTags as mg, StringDiffSegment as mh, ResourceCacheProviderProps as mi, ZIndexContextValue as ml, DiffTooltip as mm, MemberItemProps as mn, Timeline as mo, DocumentActionPopoverDialogProps as mp, FieldActionsProvider as mr, PrimitiveFieldProps as ms, SourceOptions as mt, isPublishedPerspective as mu, DocumentMeta as mv, ObservePathsFn as mw, ImplicitLocaleResourceBundle as mx, defineSearchOperator as my, getConfigContextFromSource as n, WelcomeBackEvent as nC, AgentVersionDisplay as nE, TemplateArrayFieldDefinition as nS, removeDupes as nT, CommentInlineHighlightSpan as n_, useTemplatePermissions as na, VisibleWorkspacesProvider as nb, ArrayInputInsertEvent as nc, DecorationMember as nd, useLoadable as nf, UserColor as ng, DiffComponentResolver as nh, Position as ni, prefixPath as nl, RevertChangesButton as nm, ObjectMembers as nn, TimelineState as no, DocumentBadgeProps as np, VirtualizerScrollInstanceProvider as nr, PortableTextMarker as ns, PartialContext as nt, HotkeysProps$1 as nu, uploadSchema as nv, ApiConfig as nw, useTranslation as nx, I18nSearchOperatorDescriptionKey as ny, CreateWorkspaceFromConfigOptions as o, DocumentMutationEvent as oC, EditPortal as oE, TemplateReferenceTarget as oS, getDocumentVariantType as oT, CommentInputProps as o_, grantsPermissionOn as oa, CorsOriginErrorScreen as ob, StudioImageInput as oc, ObjectMember as od, supportsTouch as of, FeedbackContext as og, FromToIndex as oh, ReportedRegionWithRect as oi, ZIndexProvider as ol, GroupChange as om, MemberFieldSet as on, HistoryStore as oo, DocumentActionComponent as op, ArrayOfObjectsFunctions as or, ArrayFieldProps as os, ReleaseActionsResolver as ot, ErrorActions as ou, ManifestWorkspaceInput as ov, DocumentStackAvailability as ow, I18nNode as ox, SearchOperatorBase as oy, createPlugin as p, UseDateTimeFormatOptions as pC, RelativeTimeOptions as pS, CommandListHandle as pT, ErrorMessageProps as p_, useDocumentPairPermissions as pa, CommentsIntentProvider as pb, UploadProgressEvent as pc, HiddenField as pd, createSWR as pf, useInStudioFeedback as pg, StringDiff$1 as ph, ResourceCacheProvider as pi, ZIndexContextValueKey as pl, Event$1 as pm, ArrayOfObjectsItem as pn, ParsedTimeRef as po, DocumentActionModalDialogProps as pp, FieldActionsResolver as pr, ObjectFieldProps as ps, SourceClientOptions as pt, isDraftPerspective as pu, CopyPasteContextType as pv, ObserveDocumentTypeFromIdFn as pw, LocaleProviderBase as px, ValuelessSearchOperatorParams as py, DocumentLayoutProps as q, useDocumentVersionTypeSortedList as qC, LatencyReportEvent as qS, StudioErrorHandler as qT, classifyRequestError as q_, operationEvents as qa, ValidateDocumentOptions as qb, PatchMsg as qc, isVariantVersion as qd, usePausedScheduledDraft as qf, useCommentsTelemetry as qg, isUnscheduleDocumentVersionEvent as qh, UserStore as qi, PreviewCard as ql, ArrayItemMetadata as qm, DateInputProps as qn, isNumberInputProps as qo, isAddedItemDiff as qp, PresenceOverlayProps as qr, PrimitiveItemProps as qs, TransformPatches as qt, useFormState as qu, useSearchMaxFieldDepth as qv, getVersionId as qw, isBuilder as qx, WorkspacesContextValue as qy, useConfigContextFromSource as r, WelcomeEvent as rC, useAgentVersionDisplay as rE, TemplateFieldDefinition as rS, systemBundles as rT, CommentInputContextValue as r_, useTemplatePermissionsFromHookFactory as ra, getNamelessWorkspaceIdentifier as rb, ArrayInputMoveItemEvent as rc, FieldMember as rd, sliceString as rf, UserColorHue as rg, DiffProps as rh, PresentUser as ri, set as rl, NoChanges as rm, ObjectMembersProps as rn, TimelineStore as ro, GetHookCollectionStateProps as rp, VirtualizerScrollInstance as rr, RenderBlockActionsCallback as rs, Plugin as rt, serializeError as ru, LiveManifestRegisterProvider as rv, AvailabilityReason as rw, useCurrentLocale as rx, I18nSearchOperatorNameKey as ry, createSourceFromConfig as s, DocumentRebaseEvent as sC, createSanityMediaLibraryFileSource as sE, TypeTarget as sS, ContextMenuButton as sT, CommentsList as s_, DocumentValuePermissionsOptions as sa, ConfigErrorGate as sb, FileInputProps as sc, ArrayOfObjectsFormNode as sd, escapeField as sf, FeedbackContextValue as sg, GroupChangeNode as sh, Size as si, useZIndex as sl, FromToArrow as sm, MemberFieldError as sn, HistoryStoreOptions as so, DocumentActionConfirmDialogProps as sp, useDidUpdate as sr, ArrayOfPrimitivesFieldProps as ss, ResolveProductionUrlContext as st, ErrorActionsProps as su, StudioManifest as sv, DraftsModelDocument as sw, useI18nText as sx, SearchOperatorBuilder as sy, ActiveWorkspaceMatcherContextValue as t, ResetEvent as tC, LoginMethod as tE, Template as tS, newDraftFrom as tT, COMMENTS_INSPECTOR_NAME as t_, getTemplatePermissions as ta, VisibleWorkspacesContextValue as tb, ArrayInputCopyEvent as tc, ArrayOfPrimitivesMember as td, asLoadable as tf, HexColor as tg, DiffComponentOptions as th, Location as ti, insert as tl, RevertChangesConfirmDialog as tm, ObjectInputMembers as tn, useTimelineSelector as to, DocumentBadgeDescription as tp, ArrayOfObjectOptionsInput as tr, FormBuilderMarkersComponent as ts, NewDocumentOptionsResolver as tt, Hotkeys as tu, renderStudio as tv, createDocumentPreviewStore as tw, UseTranslationResponse as tx, operatorDefinitions as ty, prepareConfig as u, RemoteSnapshotEvent as uC, useStudioUrl as uS, CommandListGetItemDisabledCallback as uT, WorkspaceLoaderBoundary as u_, DocumentPairPermissionsOptions as ua, RouterHistory as ub, FileLike as uc, BooleanFormNode as ud, _isCustomDocumentTypeDefinition as uf, useFeedback as ug, NumberDiff$1 as uh, useCurrentUser as ui, UserAvatar as ul, FromToProps as um, MemberItemError as un, SelectionState as uo, DocumentActionDialogProps as up, HoveredFieldProvider as ur, FieldCommentsProps as us, SchemaPluginOptions as ut, DocumentStatus as uu, useCopyPaste as uv, Id as uw, defineLocalesResources as ux, SearchOperatorParams as uy, ConfigResolutionError as v, useConnectionState as vC, useProjectId as vS, BetaBadgeProps as vT, UpsellDescriptionSerializer as v_, GrantsStore as va, CommentContext as vb, StudioReferenceInputProps as vc, ObjectFormNode as vd, PartialExcept as vf, TagValue as vg, FieldValueError as vh, useComlinkStore as vi, TextWithTone as vl, DiffStringSegment as vm, ArrayOfObjectsMemberProps as vn, Transaction as vo, SanityDefinedAction as vp, useGetFormValue as vr, ArrayOfPrimitivesInputProps as vs, WorkspaceHiddenContext as vt, isGoingToUnpublish as vu, FormDecPatch as vv, PreviewableType as vw, LocaleNestedResource as vx, SearchFactoryOptions as vy, AppsOptions as w, useChangeIndicatorsReportedValues as wC, useListFormat as wS, ConnectionStatusStoreOptions as wT, StudioProvider as w_, isNewDocument as wa, CommentMessage as wb, FormBuilderProps as wc, FieldError as wd, globalScope as wf, ConsentStatus as wg, CreateDocumentVersionEvent as wh, useKeyValueStore as wi, RelativeTimeProps as wl, DiffErrorBoundary as wm, TelephoneInputProps as wn, WithVersion as wo, useGetDefaultPerspective as wp, FormContainer as wr, InputProps as ws, ReleaseActionProps as wt, ReleasesUpsellContextValue as wu, FormPatchBase as wv, ReleaseAvatarIcon as ww, LocaleWeekInfo as wx, SearchPopover as wy, ConfigPropertyErrorOptions as x, CommentDisabledIcon as xC, UseManageFavoriteProps as xS, ConnectingStatus as xT, UpsellDialogUpgradeCtaClicked as x_, useInitialValue as xa, CommentFieldCreatePayload as xb, FormProvider as xc, StringFormNode as xd, isRecord as xf, FeedbackDialog as xg, EventsProvider as xh, useDocumentStore as xi, StatusButtonProps as xl, DiffFromTo as xm, TextInput as xn, MutationResult as xo, EditScheduleForm as xp, useFormValue as xr, ComplexElementProps as xs, WorkspaceSummary as xt, LATEST as xu, FormInsertPatch as xv, getVersionInlineBadge as xw, LocaleResourceKey as xx, SearchTerms as xy, ConfigResolutionErrorOptions as y, useConditionalToast as yC, UseNumberFormatOptions as yS, CONNECTING as yT, UpsellDialogDismissed as y_, PermissionCheckResult as ya, CommentCreatePayload as yb, StudioCrossDatasetReferenceInput as yc, ObjectRenderMembersCallback as yd, isTruthy as yf, StudioFeedbackDialog as yg, getValueError as yh, useConnectionStatusStore as yi, TextWithToneProps as yl, DiffInspectWrapper as ym, UrlInput as yn, DocumentVersion as yo, isSanityDefinedAction as yp, FormValueContextValue as yr, BaseInputProps as ys, WorkspaceHiddenProperty as yt, getReleaseTone as yu, FormDiffMatchPatch as yv, Selection as yw, LocalePluginOptions as yx, SearchOptions as yy, DocumentBadgesContext as z, ChangeIndicator as zC, DocumentIdStack as zS, AuthProbeResult as zT, useStudioErrorHandler as z_, InitialValueMsg as za, CommentsType as zb, useParseErrorForPath as zc, getVariantTitle as zd, useDocumentPreviewValues as zf, CollapseMenuButtonProps as zg, isCreateDocumentVersionEvent as zh, SESSION_ID as zi, CompactPreviewProps as zl, DiffVisitor as zm, AssetAccessPolicy as zn, SanityDefaultPreview as zo, normalizeKeySegment as zp, FormFieldSetProps as zr, RenderInputCallback as zs, DocumentFieldActionHook as zt, mergeParseErrors as zu, NavbarProps as zv, collate as zw, useUnitFormatter as zx, StudioThemeColorSchemeKey as zy };
@@ -0,0 +1,19 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ interface EnhancedObjectDialogContextValue {
5
+ /**
6
+ * A boolean indicating whether tree editing is enabled
7
+ */
8
+ enabled: boolean;
9
+ /**
10
+ * A boolean indicating whether legacy editing is enabled - meaning that it will use the old modal based editing experience
11
+ */
12
+ legacyEditing: boolean;
13
+ }
14
+ /**
15
+ * @internal
16
+ * @deprecated This hook is no longer used and will be removed in a future release as we make the enhanced object dialog the default.
17
+ */
18
+ declare function useEnhancedObjectDialog(): EnhancedObjectDialogContextValue;
19
+ export { useEnhancedObjectDialog as n, EnhancedObjectDialogContextValue as t };