sanity 5.26.1-next.3 → 5.26.1-next.5

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.
@@ -1,4 +1,129 @@
1
- const releasesLocaleStrings = {
1
+ import "react/jsx-runtime";
2
+ import "react/compiler-runtime";
3
+ import "react";
4
+ import "react-i18next";
5
+ import "sanity/_singletons";
6
+ import { defineLocalesResources } from "../index.js";
7
+ import "history";
8
+ import "rxjs";
9
+ import "rxjs/operators";
10
+ import "react-rx";
11
+ import "@sanity/client/csm";
12
+ import "quick-lru";
13
+ import "lodash-es/throttle.js";
14
+ import "lodash-es/isEqual.js";
15
+ import "@sanity/icons";
16
+ import "@sanity/uuid";
17
+ import "@sanity/ui";
18
+ import "@sanity/color";
19
+ import "color2k";
20
+ import "styled-components";
21
+ import "lodash-es/isString.js";
22
+ import "@sanity/telemetry/react";
23
+ import "@portabletext/editor";
24
+ import "@sanity/util/paths";
25
+ import "./index.js";
26
+ import "@sanity/types";
27
+ import "@sanity/diff-match-patch";
28
+ import "lodash-es/flatten.js";
29
+ import "lodash-es/orderBy.js";
30
+ import "lodash-es/uniq.js";
31
+ import "lodash-es/xor.js";
32
+ import "@sanity/diff-patch";
33
+ import "./version.js";
34
+ import "@sanity/id-utils";
35
+ import "sanity/router";
36
+ import "date-fns/addHours";
37
+ import "date-fns/startOfHour";
38
+ import "date-fns/format";
39
+ import "date-fns/isValid";
40
+ import "date-fns/parse";
41
+ import "@sanity/util/legacyDateFormat";
42
+ import "@sanity/ui/theme";
43
+ import "lodash-es/pick.js";
44
+ import "react-fast-compare";
45
+ import "lodash-es/startCase.js";
46
+ import "react-focus-lock";
47
+ import "lodash-es/debounce.js";
48
+ import "date-fns/differenceInDays";
49
+ import "date-fns/differenceInHours";
50
+ import "date-fns/differenceInMinutes";
51
+ import "date-fns/differenceInMonths";
52
+ import "date-fns/differenceInSeconds";
53
+ import "date-fns/differenceInWeeks";
54
+ import "date-fns/differenceInYears";
55
+ import "@sanity/diff";
56
+ import "mendoza";
57
+ import "@portabletext/sanity-bridge";
58
+ import "motion/react";
59
+ import "lodash-es/get.js";
60
+ import "@algorithm.ts/lcs";
61
+ import "lodash-es/intersection.js";
62
+ import "json-stable-stringify";
63
+ import "shallow-equals";
64
+ import "scroll-into-view-if-needed";
65
+ import "@sanity/schema/_internal";
66
+ import "lodash-es/groupBy.js";
67
+ import "lodash-es/sortBy.js";
68
+ import "lodash-es/compact.js";
69
+ import "lodash-es/keyBy.js";
70
+ import "lodash-es/partition.js";
71
+ import "lodash-es/toLower.js";
72
+ import "lodash-es/union.js";
73
+ import "lodash-es/words.js";
74
+ import "lodash-es/isFinite.js";
75
+ import "observable-callback";
76
+ import "@sanity/util/content";
77
+ import "lodash-es/isPlainObject.js";
78
+ import "@sanity/insert-menu";
79
+ import "@tanstack/react-virtual";
80
+ import "speakingurl";
81
+ import "@sanity/asset-utils";
82
+ import "@sanity/image-url";
83
+ import "nanoid";
84
+ import "lodash-es/castArray.js";
85
+ import "rxjs-mergemap-array";
86
+ import "@sanity/mutator";
87
+ import "@portabletext/react";
88
+ import "lodash-es/findIndex.js";
89
+ import "@sentry/react";
90
+ import "@sanity/schema";
91
+ import "@sanity/util/client";
92
+ import "@sanity/util/concurrency-limiter";
93
+ import "lodash-es/uniqBy.js";
94
+ import "json-reduce";
95
+ import "rxjs-exhaustmap-with-trailing";
96
+ import "polished";
97
+ import "@sanity/client";
98
+ import "react-is";
99
+ import "exif-component";
100
+ import "lodash-es/pickBy.js";
101
+ import "use-sync-external-store/shim/index.js";
102
+ import "use-hot-module-reload";
103
+ import "lodash-es/memoize.js";
104
+ import "lodash-es/sortedIndex.js";
105
+ import "lodash-es/difference.js";
106
+ import "lodash-es/identity.js";
107
+ import "lodash-es/values.js";
108
+ import "@sanity/comlink";
109
+ import "lodash-es/omit.js";
110
+ import "@isaacs/ttlcache";
111
+ import "dataloader";
112
+ import "raf";
113
+ import "groq-js";
114
+ import "use-sync-external-store/with-selector";
115
+ import "lodash-es/escapeRegExp.js";
116
+ import "lodash-es/isEmpty.js";
117
+ import "react-dom/server";
118
+ import "lodash-es/capitalize.js";
119
+ import "lodash-es/last.js";
120
+ import "react-dom/client";
121
+ import "date-fns/addWeeks";
122
+ import "date-fns/isAfter";
123
+ import "date-fns/isBefore";
124
+ import "semver";
125
+ import "lodash-es/isObject.js";
126
+ const releasesLocaleStrings = defineLocalesResources("releases", {
2
127
  /** Action text for adding a document to release */
3
128
  "action.add-document": "Add document",
4
129
  /** Action text for archiving a release */
@@ -456,7 +581,7 @@ const releasesLocaleStrings = {
456
581
  "confirm-active-scheduled-drafts-dialog.confirm-button": "Confirm Schedules",
457
582
  /** Toast error message when bulk scheduling of active drafts fails */
458
583
  "toast.confirm-active-scheduled-drafts.error": "Failed to schedule drafts: {{error}}"
459
- };
584
+ });
460
585
  export {
461
586
  releasesLocaleStrings as default
462
587
  };
@@ -1 +1 @@
1
- {"version":3,"file":"resources2.js","sources":["../../src/core/releases/i18n/resources.ts"],"sourcesContent":["/**\n * Defined locale strings for the releases tool, in US English.\n *\n * @internal\n */\nconst releasesLocaleStrings = {\n /** Action text for adding a document to release */\n 'action.add-document': 'Add document',\n /** Action text for archiving a release */\n 'action.archive': 'Archive release',\n /** Tooltip for copy release actions button */\n 'action.copy-release.label': 'Copy',\n /** Menu item label for copying release ID */\n 'action.copy-release-id.label': 'Copy release ID',\n /** Menu item label for copying release URL */\n 'action.copy-release-link.label': 'Copy release URL',\n /** Menu item label for copying release title */\n 'action.copy-release-title.label': 'Copy release title',\n /** Tooltip for when the archive release action is disabled due to release being scheduled */\n 'action.archive.tooltip': 'Unschedule this release to archive it',\n /** Action text for showing the archived releases */\n 'action.archived': 'Archived',\n /** Action text for showing the paused scheduled drafts */\n 'action.paused': 'Paused',\n /** Action text for staging a new revert release */\n 'action.create-revert-release': 'Create a new release',\n /** Action text for deleting a release */\n 'action.delete-release': 'Delete release',\n /** Menu item label for showing scheduled drafts */\n 'action.drafts': 'Scheduled drafts',\n /** Action text for duplicating a release */\n 'action.duplicate-release': 'Duplicate release',\n /** Action text for editing a release */\n 'action.edit': 'Edit release',\n /** Action text for opening a release */\n 'action.open': 'Active',\n /** Menu item label for showing releases (multi-document releases) */\n 'action.releases': 'Releases',\n /** Action text for scheduling a release */\n 'action.schedule': 'Schedule release...',\n /** Action text for scheduling unpublish of a draft document */\n 'action.schedule-unpublish': 'Schedule Unpublish',\n /** Tooltip text for when schedule unpublish is disabled because document is not published */\n 'action.schedule-unpublish.disabled.not-published':\n 'Document must be published to schedule unpublish',\n /** Action text for unpublishing a document in a release in the context menu */\n 'action.unpublish': 'Unpublish',\n /** Action message for scheduling an unpublished of a document */\n 'action.unpublish-doc-actions': 'Unpublish when releasing',\n /** Action message for when document is scheduled for unpublishing a document and you want to no longer unpublish it */\n 'action.revert-unpublish-actions': 'Revert unpublish when releasing',\n /** Action text for unscheduling a release */\n 'action.unschedule': 'Unschedule release',\n /** Action text for publishing all documents in a release (and the release itself) */\n 'action.publish-all-documents': 'Run release',\n /** Text for the review changes button in release tool */\n 'action.review': 'Review changes',\n /** Action text for reverting a release */\n 'action.revert': 'Revert release',\n /** Text for the summary button in release tool */\n 'actions.summary': 'Summary',\n /** Action text for reverting a release immediately without staging changes */\n 'action.immediate-revert-release': 'Revert now',\n /** Label for unarchiving a release */\n 'action.unarchive': 'Unarchive release',\n /* The text for the activity event when a document is added to a release */\n 'activity.event.add-document': 'Added a document version',\n /* The text for the activity event when the release is archived */\n 'activity.event.archive': 'Archived the <strong>{{releaseTitle}}</strong> release',\n /* The text for the activity event when the release is created */\n 'activity.event.create':\n 'Created the <strong>{{releaseTitle}}</strong> release <ScheduleTarget>targeting </ScheduleTarget>',\n /* The text for the activity event when a document is removed from a release */\n 'activity.event.discard-document': 'Discarded a document version',\n 'activity.event.edit': 'Set release time to <ScheduleTarget></ScheduleTarget>',\n /**The text to display in the changes when the release type changes to asap */\n 'activity.event.edit-time-asap': 'As soon as possible',\n /**The text to display in the changes when the release type changes to undecided */\n 'activity.event.edit-time-undecided': 'Undecided',\n /* The text for the activity event when the release is published */\n 'activity.event.publish': 'Published the <strong>{{releaseTitle}}</strong> release',\n /* The text for the activity event when the release is scheduled */\n 'activity.event.schedule': 'Marked as scheduled',\n /** The text for the activity event when the release is unarchived */\n 'activity.event.unarchive': 'Unarchived the <strong>{{releaseTitle}}</strong> release',\n /** The text for the activity event when the release is unscheduled */\n 'activity.event.unschedule': 'Marked as unscheduled',\n /** The loading text for when releases are loading */\n 'activity.panel.loading': 'Loading release activity',\n /** The loading text for when releases are loading */\n 'activity.panel.error': 'An error occurred getting the release activity',\n /** The title for the activity panel shown in the releases detail screen */\n 'activity.panel.title': 'Activity',\n\n /** Header for the dialog confirming the archive of a release */\n 'archive-dialog.confirm-archive-header': 'Are you sure you want to archive this release?',\n /** Title for the dialog confirming the archive of a release */\n 'archive-dialog.confirm-archive-title':\n \"Are you sure you want to archive the <strong>'{{title}}'</strong> release?\",\n /** Description for the dialog confirming the archive of a release with one document */\n 'archive-dialog.confirm-archive-description_one': 'This will archive 1 document version.',\n /** Description for the dialog confirming the archive of a release with more than one document */\n 'archive-dialog.confirm-archive-description_other':\n 'This will archive {{count}} document versions.',\n /** Label for the button to proceed with archiving a release */\n 'archive-dialog.confirm-archive-button': 'Yes, archive release',\n\n /** Title for information card on a archived release */\n 'archive-info.title': 'This release is archived',\n /** Description for information card on a published or archived release to description retention effects */\n 'archive-info.description':\n 'It will be available for {{retentionDays}} days, then automatically removed on {{removalDate}}. <Link>Learn about retention</Link>.',\n\n /** Title for changes to published documents */\n 'changes-published-docs.title': 'Changes to published documents',\n /** Text for when a release / document was created */\n 'created': 'Created <RelativeTime/>',\n /** Suffix for when a release is a copy of another release */\n 'copy-suffix': 'Copy',\n\n /** Text for the releases detail screen when a release was published ASAP */\n 'dashboard.details.published-asap': 'Published',\n /** Text for the releases detail screen when a release was published from scheduling */\n 'dashboard.details.published-on': 'Published on {{date}}',\n\n /** Text for the releases detail screen in the pin release button. */\n 'dashboard.details.pin-release': 'Pin release to studio',\n /** Text for the releases detail screen in the unpin release button. */\n 'dashboard.details.unpin-release': 'Unpin release from studio',\n\n /** Activity inspector button text */\n 'dashboard.details.activity': 'Activity',\n\n /** Header for deleting a release dialog */\n 'delete-dialog.confirm-delete.header': 'Are you sure you want to delete this release?',\n /** Description for the dialog confirming the deleting of a release with one document */\n 'delete-dialog.confirm-delete-description_one': 'This will delete 1 document version.',\n /** Description for the dialog confirming the deleting of a release with more than one document */\n 'delete-dialog.confirm-delete-description_other': 'This will delete {{count}} document versions.',\n /** Label for the button to proceed deleting a release */\n 'delete-dialog.confirm-delete-button': 'Yes, delete release',\n\n /** Text for when there's no changes in a release diff */\n 'diff.no-changes': 'No changes',\n /** Text for when there's no changes in a release diff */\n 'diff.list-empty': 'Changes list is empty, see document',\n /** Description for discarding a draft of a document dialog */\n 'discard-version-dialog.description-draft':\n 'This will permanently remove all changes made to this document. This action cannot be undone.',\n /** Description for discarding a version of a document dialog */\n 'discard-version-dialog.description-release':\n \"This will permanently remove all changes made to this document within the '<strong>{{releaseTitle}}</strong>' release. This action cannot be undone.\",\n /** Title for dialog for discarding a draft of a document */\n 'discard-version-dialog.header-draft': 'Discard draft?',\n /** Header for discarding a version from a release of a document dialog */\n 'discard-version-dialog.header-release':\n \"Remove document from the '<strong>{{releaseTitle}}</strong>' release?\",\n\n /** Title for dialog for discarding a draft of a document */\n 'discard-version-dialog.title-draft': 'Discard draft',\n /** Title for dialog for discarding a version of a document */\n 'discard-version-dialog.title-release': 'Remove from release',\n\n /** Title for dialog when copying version to draft that already exists */\n 'copy-to-draft-dialog.title': 'Draft version already exists',\n /** Description for dialog when copying version to draft that already exists */\n 'copy-to-draft-dialog.description':\n 'A draft version of this document already exists. Copy the current version to the draft and override the existing draft version.',\n /** Confirm button text for overriding existing draft */\n 'copy-to-draft-dialog.confirm-button': 'Yes, override Draft',\n\n /** Label for when a document in a release has multiple validation warnings */\n 'document-validation.error_other': '{{count}} validation errors',\n /** Label for when a document in a release has a single validation warning */\n 'document-validation.error_one': '{{count}} validation error',\n\n /** Label when a release has been deleted by a different user */\n 'deleted-release': \"The '<strong>{{title}}</strong>' release has been deleted\",\n\n /** Header for the dialog confirming the duplicate of a release */\n 'duplicate-dialog.confirm-duplicate-header': 'Are you sure you want to duplicate this release?',\n /** Description for the dialog confirming the duplicate of a release with one document */\n 'duplicate-dialog.confirm-duplicate-description_one':\n 'This will duplicate the release and the 1 document version.',\n /** Description for the dialog confirming the duplicate of a release with more than one document */\n 'duplicate-dialog.confirm-duplicate-description_other':\n 'This will duplicate the release and the {{count}} document versions.',\n /** Label for the button to proceed with duplicating a release */\n 'duplicate-dialog.confirm-duplicate-button': 'Yes, duplicate release',\n\n /** Title text displayed for technical error details */\n 'error-details-title': 'Error details',\n /** Title text when error during release update */\n 'failed-edit-title': 'Failed to save changes',\n /** Title text displayed for releases that failed to publish */\n 'failed-publish-title': 'Failed to publish',\n /** Title text displayed for releases that failed to schedule */\n 'failed-schedule-title': 'Failed to schedule',\n /** Tooltip text for releases that have passed their intended publish date */\n 'passed-intended-publish-date': 'This release has passed its intended publish date',\n /** Tooltip text for scheduled drafts that have passed their intended publish date */\n 'passed-intended-publish-date-draft': 'This draft has passed its intended publish date',\n\n /**The text that will be shown in the footer to indicate the time the release was archived */\n 'footer.status.archived': 'Archived',\n /**The text that will be shown in the footer to indicate the time the release was created */\n 'footer.status.created': 'Created',\n /**The text that will be shown in the footer to indicate the time the release was created */\n 'footer.status.edited': 'Edited',\n /**The text that will be shown in the footer to indicate the time the release was published */\n 'footer.status.published': 'Published',\n /**The text that will be shown in the footer to indicate the time the release was unarchived */\n 'footer.status.unarchived': 'Unarchived',\n /** Label text for the loading state whilst release is being loaded */\n 'loading-release': 'Loading release',\n\n /** Text for when documents of a release are loading */\n 'loading-release-documents': 'Loading documents',\n /** Title text for when loading documents on a release failed */\n 'loading-release-documents.error.title': 'Something went wrong',\n /** Description text for when loading documents on a release failed */\n 'loading-release-documents.error.description':\n \"We're unable to load the documents for this release. Please try again later.\",\n\n /** Label for the release menu */\n 'menu.label': 'Release menu',\n /** Tooltip for the release menu */\n 'menu.tooltip': 'Actions',\n /** Label for title of actions for \"when releasing\" */\n 'menu.group.when-releasing': 'When releasing',\n\n /** Text for when no archived releases are found */\n 'no-archived-release': 'No archived releases',\n /** Tooltip text when there are no paused scheduled drafts */\n 'no-paused-release': 'No paused scheduled drafts',\n /** Text for when no releases are found */\n 'no-releases': 'No Releases',\n /** Banner text shown when navigating to a release that does not exist */\n 'banner.release-not-found': 'This release could not be found',\n /** Tooltip for the dismiss button in the release not found banner */\n 'banner.release-not-found.dismiss': 'Dismiss',\n\n /** Text for the button name for the release tool */\n 'overview.action.documentation': 'Documentation',\n /** Tooltip for the calendar button in the release overview */\n 'overview.calendar.tooltip': 'View calendar',\n /** Description for the release tool */\n 'overview.description':\n 'Releases are collections of document changes which can be managed, scheduled, and rolled back together.',\n /** Text for the placeholder in the search release input */\n 'overview.search-releases-placeholder': 'Search releases',\n /** Title for the release tool */\n 'overview.title': 'Releases',\n\n /** Tooltip label when the user doesn't have permission for discarding a version */\n 'permissions.error.discard-version': 'You do not have permission to discard this version',\n /** Tooltip label when the user doesn't have permission for unpublishing a document */\n 'permissions.error.unpublish': 'You do not have permission to unpublish this document',\n /** Text for when a user doesn't have publish or schedule releases */\n 'permission-missing-title': 'Limited access',\n /** Description for when a user doesn't have publish or schedule releases */\n 'permission-missing-description':\n 'Your role currently limits what you can see in this release. You may not publish nor schedule this release.',\n /** Tooltip label when the user doesn't have permission to archive release */\n 'permissions.error.archive': 'You do not have permission to archive this release',\n /** Tooltip label when the user doesn't have permission to delete release */\n 'permissions.error.delete': 'You do not have permission to delete this release',\n /** Tooltip label when the user doesn't have permission to duplicate release */\n 'permissions.error.duplicate': 'You do not have permission to duplicate this release',\n /** Tooltip label when the user doesn't have permission to unarchive release */\n 'permissions.error.unarchive': 'You do not have permission to unarchive this release',\n\n /** Tooltip text for when one user is editing a document in a release */\n 'presence.tooltip.one':\n '{{displayName}} is editing this document in the \"{{releaseTitle}}\" release right now',\n /** Tooltip text for when multiple users are editing a document in a release */\n 'presence.tooltip.other': '{{count}} people are editing this document right now',\n\n /** Tooltip text for publish release action when there are no documents */\n 'publish-action.validation.no-documents': 'There are no documents to publish',\n /** Title for the dialog confirming the publish of a release */\n 'publish-dialog.confirm-publish.title':\n 'Are you sure you want to publish the release and all document versions?',\n /** Description for the dialog confirming the publish of a release with one document */\n 'publish-dialog.confirm-publish-description_one':\n \"The '<strong>{{title}}</strong>' release and its document will be published.\",\n /** Description for the dialog confirming the publish of a release with multiple documents */\n 'publish-dialog.confirm-publish-description_other':\n \"The '<strong>{{title}}</strong>' release and its {{releaseDocumentsLength}} documents will be published.\",\n /** Label for the button when the user doesn't have permissions to publish a release */\n 'publish-dialog.validation.no-permission': 'You do not have permission to publish',\n /** Label for when documents are being validated */\n 'publish-dialog.validation.loading': 'Validating documents...',\n /** Label for when documents in release have validation errors */\n 'publish-dialog.validation.error': 'Some documents have validation errors',\n\n /** Title for information card on a published release */\n 'publish-info.title': 'This release is published successfully.',\n\n /** Placeholder title for a release with no title */\n 'release-placeholder.title': 'Untitled',\n\n /** Description for the review changes button in release tool */\n 'review.description': 'Add documents to this release to review changes',\n /** Text for when a document is edited */\n 'review.edited': 'Edited <RelativeTime/>',\n /** Description for the dialog confirming the revert of a release with multiple documents */\n 'revert-dialog.confirm-revert-description_one':\n 'This will revert {{releaseDocumentsLength}} document version.',\n /** Description for the dialog confirming the revert of a release with multiple documents */\n 'revert-dialog.confirm-revert-description_other':\n 'This will revert {{releaseDocumentsLength}} document versions.',\n /** Title for the dialog confirming the revert of a release */\n 'revert-dialog.confirm-revert.title': \"Are you sure you want to revert the '{{title}}' release?\",\n /** Checkbox label to confirm whether to create a staged release for revert or immediately revert */\n 'revert-dialog.confirm-revert.stage-revert-checkbox-label': 'Immediately revert the release',\n /** Warning card text for when immediately revert a release with history */\n 'revert-dialog.confirm-revert.warning-card':\n 'Changes were made to documents in this release after they were published. Reverting will overwrite these changes.',\n /** Title of a reverted release */\n 'revert-release.title': 'Reverting \"{{title}}\"',\n /** Description of a reverted release */\n 'revert-release.description': 'Revert changes to document versions in \"{{title}}\".',\n\n /** Title of unschedule release dialog */\n 'schedule-button.tooltip': 'Are you sure you want to unschedule the release?',\n\n /** Schedule release button tooltip when there are no documents to schedule */\n 'schedule-action.validation.no-documents': 'There are no documents to schedule',\n /** Schedule release button tooltip when user has no permissions to schedule */\n 'schedule-button-tooltip.validation.no-permission': 'You do not have permission to schedule',\n /** Schedule release button tooltip when validation is loading */\n 'schedule-button-tooltip.validation.loading': 'Validating documents...',\n /** Schedule release button tooltip when there are validation errors */\n 'schedule-button-tooltip.validation.error': 'Some documents have validation errors',\n\n /** Schedule release button tooltip when the release is already scheduled */\n 'schedule-button-tooltip.already-scheduled': 'This release is already scheduled',\n\n /** Title for unschedule release dialog */\n 'schedule-dialog.confirm-title': 'Schedule the release',\n /** Description shown in unschedule relaease dialog */\n 'schedule-dialog.confirm-description_one':\n \"The '<strong>{{title}}</strong>' release and its document will be published on the selected date.\",\n /** Description for the dialog confirming the publish of a release with multiple documents */\n 'schedule-dialog.confirm-description_other':\n 'The <strong>{{title}}</strong> release and its {{count}} document versions will be scheduled.',\n\n /** Description for the confirm button for scheduling a release */\n 'schedule-dialog.confirm-button': 'Yes, schedule',\n\n /** Label for date picker when scheduling a release */\n 'schedule-dialog.select-publish-date-label': 'Schedule on',\n\n /** Title for unschedule release dialog */\n 'unschedule-dialog.confirm-title': 'Are you sure you want to unschedule the release?',\n /** Description shown in unschedule relaease dialog */\n 'unschedule-dialog.confirm-description':\n 'The release will no longer be published on the scheduled date',\n /** Description for warning that the published schedule time is in the past */\n 'schedule-dialog.publish-date-in-past-warning': 'Schedule for a future time and date.',\n\n /** Header for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.header': 'Schedule draft for Unpublish',\n /** Description for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.description': 'Select when this document should be unpublished.',\n /** Confirm button text for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.confirm': 'Schedule Unpublish',\n\n /** Placeholder for search of documents in a release */\n 'search-documents-placeholder': 'Search documents',\n /** Text for when the release was created */\n 'summary.created': 'Created <RelativeTime/>',\n /** Text for when the release was published */\n 'summary.published': 'Published <RelativeTime/>',\n /** Text for when the release has not published */\n 'summary.not-published': 'Not published',\n /** Text for when the release has no documents */\n 'summary.no-documents': 'No documents',\n /** Title for the empty state when a cardinality-one release has no documents */\n 'summary.no-documents-cardinality-one.title': 'No document in this release',\n /** Description for the empty state when a cardinality-one release has no documents */\n 'summary.no-documents-cardinality-one.description':\n 'This scheduled draft does not contain a document. It may have been removed.',\n /** Text for when the release is composed of one document */\n 'summary.document-count_one': '{{count}} document',\n /** Text for when the release is composed of multiple documents */\n 'summary.document-count_other': '{{count}} documents',\n\n /** Text for validation loading indicator */\n 'summary.validating-documents': 'Validating documents: {{validatedCount}} of {{totalCount}}',\n\n /** Text for when the release has validated documents */\n 'summary.validated-documents': '{{validatedCount}} of {{totalCount}} documents validated',\n\n /** Text for when the release has validated all documents */\n 'summary.all-documents-validated': 'All documents validated, no issues found',\n\n /** Text for when the release has no errors found */\n 'summary.all-documents-errors-found': 'All documents validated, issues found',\n\n /** Text for when the release has some errors found */\n 'summary.errors-found':\n 'In order to publish or schedule the release, please resolve the issues found in the documents',\n\n /** add action type that will be shown in the table*/\n 'table-body.action.add': 'Add',\n /** Change action type that will be shown in the table*/\n 'table-body.action.change': 'Change',\n /** Change action type that will be shown in the table*/\n 'table-body.action.unpublish': 'Unpublish',\n\n /** Header for the document table in the release tool - Archived */\n 'table-header.archivedAt': 'Archived',\n /** Header for the document table in the release tool - contributors */\n 'table-header.contributors': 'Contributors',\n /** Header for the document table in the release tool - created by */\n 'table-header.created-by': 'Created by',\n /** Header for the document table in the release tool - document preview */\n 'table-header.document': 'Document',\n /** Header for the document table in the release tool - title */\n 'table-header.documents': 'Documents',\n /** Header for the document table in the release tool - edited */\n 'table-header.edited': 'Edited',\n /** Header for the document table in the release tool - Published */\n 'table-header.published-at': 'Published',\n /** Header for the document table in the release tool - Published */\n 'table-header.publishedAt': 'Published',\n /** Header for the scheduled drafts document table in the release tool - published at */\n 'table-header.scheduled-draft.published-at': 'Published at',\n /** Header for the scheduled drafts document table in the release tool - scheduled for */\n 'table-header.scheduled-for': 'Scheduled for',\n /** Header for the paused scheduled drafts table - intended for */\n 'table-header.intended-for': 'Intended for',\n /** Header for the document table in the release tool - time */\n 'table-header.time': 'Time',\n /** Header for the document table in the release tool - when */\n 'table-header.when': 'When',\n /** Header for the document table in the release tool - release title */\n 'table-header.title': 'Release',\n /** Header for the document table in the release tool - type */\n 'table-header.type': 'Type',\n /** Header for the document table in the release tool - action */\n 'table-header.action': 'Action',\n\n /** Filter tab label for all documents */\n 'filter-tab.all': 'All',\n /** Filter tab label for documents with validation errors */\n 'filter-tab.errors': 'Errors',\n /** Text for the release time label for scheduled releases which has been scheduled*/\n 'time.scheduled': 'Scheduled',\n /** Text for the release time label for scheduled releases which has not been scheduled yet*/\n 'time.estimated': 'Estimated',\n /** Text for toast when release failed to archive */\n 'toast.archive.error': \"Failed to archive '<strong>{{title}}</strong>': {{error}}\",\n /** Toast message after copying release ID */\n 'toast.copy-release-id.success': 'Release ID copied to clipboard',\n /** Toast message after copying release link */\n 'toast.copy-release-link.success': 'Release link copied to clipboard',\n /** Toast message after copying release title */\n 'toast.copy-release-title.success': 'Release title copied to clipboard',\n /** Description for toast when creating new version of document in release failed */\n 'toast.create-version.error': 'Failed to add document to release: {{error}}',\n /** Description for toast when release deletion failed */\n 'toast.delete.error': \"Failed to delete '<strong>{{title}}</strong>': {{error}}\",\n /** Description for toast when release is successfully deleted */\n 'toast.delete.success': \"The '<strong>{{title}}</strong>' release was successfully deleted\",\n /** Description for toast when release duplication failed */\n 'toast.duplicate.error': \"Failed to duplicate '<strong>{{title}}</strong>': {{error}}\",\n /** Description for toast when release is successfully duplicated */\n 'toast.duplicate.success': \"The '<strong>{{title}}</strong>' release was duplicated. <Link/>\",\n /** Link text for toast link to the duplicated release */\n 'toast.duplicate.success-link': 'View duplicated release',\n /** Text for toast when release failed to publish */\n 'toast.publish.error': \"Failed to publish '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release failed to schedule */\n 'toast.schedule.error': \"Failed to schedule '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release has been scheduled */\n 'toast.schedule.success': \"The '<strong>{{title}}</strong>' release was scheduled.\",\n /** Text for toast when release failed to unschedule */\n 'toast.unschedule.error': \"Failed to unscheduled '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release failed to unarchive */\n 'toast.unarchive.error': \"Failed to unarchive '<strong>{{title}}</strong>': {{error}}\",\n /** Text for tooltip when a release has been scheduled */\n 'type-picker.tooltip.scheduled': 'The release is scheduled, unschedule it to change type',\n /** Text for toast when release failed to revert */\n 'toast.revert.error': 'Failed to revert release: {{error}}',\n /** Text for toast when release has been reverted immediately */\n 'toast.immediate-revert.success': \"The '{{title}}' release was successfully reverted\",\n /** Text for toast when release has reverted release successfully staged */\n 'toast.revert-stage.success': \"Revert release for '{{title}}' was successfully created. <Link/>\",\n /** Link text for toast link to the generated revert release */\n 'toast.revert-stage.success-link': 'View revert release',\n\n /** Text for when a document is unpublished */\n 'unpublish.already-unpublished': 'This document is already unpublished.',\n /** Tooltip label for when a document is unpublished */\n 'unpublish.no-published-version': 'There is no published version of this document.',\n /** Title for the dialog confirming the unpublish of a release */\n 'unpublish-dialog.header': 'Are you sure you want to unpublish this document when releasing?',\n /** Text action in unpublish dialog to cancel */\n 'unpublish-dialog.action.cancel': 'Cancel',\n /** Text action in unpublish dialog to unpublish */\n 'unpublish-dialog.action.unpublish': 'Yes, unpublish when releasing',\n /** Description for the unpublish dialog, explaining that it will create a draft if no draft exists at time of release */\n 'unpublish-dialog.description.to-draft':\n 'This will unpublish the document as part of the <Label>{{title}}</Label> release, and create a draft if no draft exists at the time of release.',\n /** Description for unpublish dialog, explaining that all changes made to this document will be lost */\n 'unpublish-dialog.description.lost-changes':\n 'Any changes made to this document version will be lost.',\n\n /** Banner text shown when scheduled drafts feature is disabled but there are still scheduled drafts */\n 'banner.scheduled-drafts-disabled':\n 'Scheduled drafts has been disabled but there are still scheduled drafts to be published.',\n /** Banner text shown when drafts mode is disabled but there are still scheduled drafts */\n 'banner.drafts-mode-disabled':\n 'Drafts mode has been disabled but there are still scheduled drafts to be published.',\n /** Text for when no scheduled drafts are found */\n 'no-scheduled-drafts': 'No Scheduled Drafts',\n\n /** Banner text showing count of active scheduled drafts requiring confirmation with one draft */\n 'banner.confirm-active-scheduled-drafts_one':\n 'There is {{count}} Scheduled Draft that requires scheduling confirmation',\n /** Banner text showing count of active scheduled drafts requiring confirmation with multiple drafts */\n 'banner.confirm-active-scheduled-drafts_other':\n 'There are {{count}} Scheduled Drafts that require scheduling confirmation',\n /** Button text for confirming scheduling of active drafts */\n 'banner.confirm-active-scheduled-drafts.button': 'Resume scheduling',\n /** Button text when confirming schedules from paused mode */\n 'banner.confirm-active-scheduled-drafts.button-paused': 'Resume all schedules',\n\n /** Dialog title for confirming active scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.title': 'Resume Scheduled Drafts',\n /** Dialog description for confirming active scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.description':\n 'Schedule all paused Scheduled Drafts for their intended publish dates',\n /** Dialog warning when some scheduled drafts have past dates */\n 'confirm-active-scheduled-drafts-dialog.past-dates-warning':\n 'Some of these Scheduled Drafts are scheduled for past dates. Confirming schedules will immediately publish those versions of documents.',\n /** Dialog confirm button text for confirming all scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.confirm-button': 'Confirm Schedules',\n\n /** Toast error message when bulk scheduling of active drafts fails */\n 'toast.confirm-active-scheduled-drafts.error': 'Failed to schedule drafts: {{error}}',\n}\n\n/**\n * @alpha\n */\nexport type ReleasesLocaleResourceKeys = keyof typeof releasesLocaleStrings\n\nexport default releasesLocaleStrings\n"],"names":["releasesLocaleStrings"],"mappings":"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"}
1
+ {"version":3,"file":"resources2.js","sources":["../../src/core/releases/i18n/resources.ts"],"sourcesContent":["import {defineLocalesResources} from '../../i18n'\n\n/**\n * Defined locale strings for the releases tool, in US English.\n *\n * @internal\n */\nconst releasesLocaleStrings = defineLocalesResources('releases', {\n /** Action text for adding a document to release */\n 'action.add-document': 'Add document',\n /** Action text for archiving a release */\n 'action.archive': 'Archive release',\n /** Tooltip for copy release actions button */\n 'action.copy-release.label': 'Copy',\n /** Menu item label for copying release ID */\n 'action.copy-release-id.label': 'Copy release ID',\n /** Menu item label for copying release URL */\n 'action.copy-release-link.label': 'Copy release URL',\n /** Menu item label for copying release title */\n 'action.copy-release-title.label': 'Copy release title',\n /** Tooltip for when the archive release action is disabled due to release being scheduled */\n 'action.archive.tooltip': 'Unschedule this release to archive it',\n /** Action text for showing the archived releases */\n 'action.archived': 'Archived',\n /** Action text for showing the paused scheduled drafts */\n 'action.paused': 'Paused',\n /** Action text for staging a new revert release */\n 'action.create-revert-release': 'Create a new release',\n /** Action text for deleting a release */\n 'action.delete-release': 'Delete release',\n /** Menu item label for showing scheduled drafts */\n 'action.drafts': 'Scheduled drafts',\n /** Action text for duplicating a release */\n 'action.duplicate-release': 'Duplicate release',\n /** Action text for editing a release */\n 'action.edit': 'Edit release',\n /** Action text for opening a release */\n 'action.open': 'Active',\n /** Menu item label for showing releases (multi-document releases) */\n 'action.releases': 'Releases',\n /** Action text for scheduling a release */\n 'action.schedule': 'Schedule release...',\n /** Action text for scheduling unpublish of a draft document */\n 'action.schedule-unpublish': 'Schedule Unpublish',\n /** Tooltip text for when schedule unpublish is disabled because document is not published */\n 'action.schedule-unpublish.disabled.not-published':\n 'Document must be published to schedule unpublish',\n /** Action text for unpublishing a document in a release in the context menu */\n 'action.unpublish': 'Unpublish',\n /** Action message for scheduling an unpublished of a document */\n 'action.unpublish-doc-actions': 'Unpublish when releasing',\n /** Action message for when document is scheduled for unpublishing a document and you want to no longer unpublish it */\n 'action.revert-unpublish-actions': 'Revert unpublish when releasing',\n /** Action text for unscheduling a release */\n 'action.unschedule': 'Unschedule release',\n /** Action text for publishing all documents in a release (and the release itself) */\n 'action.publish-all-documents': 'Run release',\n /** Text for the review changes button in release tool */\n 'action.review': 'Review changes',\n /** Action text for reverting a release */\n 'action.revert': 'Revert release',\n /** Text for the summary button in release tool */\n 'actions.summary': 'Summary',\n /** Action text for reverting a release immediately without staging changes */\n 'action.immediate-revert-release': 'Revert now',\n /** Label for unarchiving a release */\n 'action.unarchive': 'Unarchive release',\n /* The text for the activity event when a document is added to a release */\n 'activity.event.add-document': 'Added a document version',\n /* The text for the activity event when the release is archived */\n 'activity.event.archive': 'Archived the <strong>{{releaseTitle}}</strong> release',\n /* The text for the activity event when the release is created */\n 'activity.event.create':\n 'Created the <strong>{{releaseTitle}}</strong> release <ScheduleTarget>targeting </ScheduleTarget>',\n /* The text for the activity event when a document is removed from a release */\n 'activity.event.discard-document': 'Discarded a document version',\n 'activity.event.edit': 'Set release time to <ScheduleTarget></ScheduleTarget>',\n /**The text to display in the changes when the release type changes to asap */\n 'activity.event.edit-time-asap': 'As soon as possible',\n /**The text to display in the changes when the release type changes to undecided */\n 'activity.event.edit-time-undecided': 'Undecided',\n /* The text for the activity event when the release is published */\n 'activity.event.publish': 'Published the <strong>{{releaseTitle}}</strong> release',\n /* The text for the activity event when the release is scheduled */\n 'activity.event.schedule': 'Marked as scheduled',\n /** The text for the activity event when the release is unarchived */\n 'activity.event.unarchive': 'Unarchived the <strong>{{releaseTitle}}</strong> release',\n /** The text for the activity event when the release is unscheduled */\n 'activity.event.unschedule': 'Marked as unscheduled',\n /** The loading text for when releases are loading */\n 'activity.panel.loading': 'Loading release activity',\n /** The loading text for when releases are loading */\n 'activity.panel.error': 'An error occurred getting the release activity',\n /** The title for the activity panel shown in the releases detail screen */\n 'activity.panel.title': 'Activity',\n\n /** Header for the dialog confirming the archive of a release */\n 'archive-dialog.confirm-archive-header': 'Are you sure you want to archive this release?',\n /** Title for the dialog confirming the archive of a release */\n 'archive-dialog.confirm-archive-title':\n \"Are you sure you want to archive the <strong>'{{title}}'</strong> release?\",\n /** Description for the dialog confirming the archive of a release with one document */\n 'archive-dialog.confirm-archive-description_one': 'This will archive 1 document version.',\n /** Description for the dialog confirming the archive of a release with more than one document */\n 'archive-dialog.confirm-archive-description_other':\n 'This will archive {{count}} document versions.',\n /** Label for the button to proceed with archiving a release */\n 'archive-dialog.confirm-archive-button': 'Yes, archive release',\n\n /** Title for information card on a archived release */\n 'archive-info.title': 'This release is archived',\n /** Description for information card on a published or archived release to description retention effects */\n 'archive-info.description':\n 'It will be available for {{retentionDays}} days, then automatically removed on {{removalDate}}. <Link>Learn about retention</Link>.',\n\n /** Title for changes to published documents */\n 'changes-published-docs.title': 'Changes to published documents',\n /** Text for when a release / document was created */\n 'created': 'Created <RelativeTime/>',\n /** Suffix for when a release is a copy of another release */\n 'copy-suffix': 'Copy',\n\n /** Text for the releases detail screen when a release was published ASAP */\n 'dashboard.details.published-asap': 'Published',\n /** Text for the releases detail screen when a release was published from scheduling */\n 'dashboard.details.published-on': 'Published on {{date}}',\n\n /** Text for the releases detail screen in the pin release button. */\n 'dashboard.details.pin-release': 'Pin release to studio',\n /** Text for the releases detail screen in the unpin release button. */\n 'dashboard.details.unpin-release': 'Unpin release from studio',\n\n /** Activity inspector button text */\n 'dashboard.details.activity': 'Activity',\n\n /** Header for deleting a release dialog */\n 'delete-dialog.confirm-delete.header': 'Are you sure you want to delete this release?',\n /** Description for the dialog confirming the deleting of a release with one document */\n 'delete-dialog.confirm-delete-description_one': 'This will delete 1 document version.',\n /** Description for the dialog confirming the deleting of a release with more than one document */\n 'delete-dialog.confirm-delete-description_other': 'This will delete {{count}} document versions.',\n /** Label for the button to proceed deleting a release */\n 'delete-dialog.confirm-delete-button': 'Yes, delete release',\n\n /** Text for when there's no changes in a release diff */\n 'diff.no-changes': 'No changes',\n /** Text for when there's no changes in a release diff */\n 'diff.list-empty': 'Changes list is empty, see document',\n /** Description for discarding a draft of a document dialog */\n 'discard-version-dialog.description-draft':\n 'This will permanently remove all changes made to this document. This action cannot be undone.',\n /** Description for discarding a version of a document dialog */\n 'discard-version-dialog.description-release':\n \"This will permanently remove all changes made to this document within the '<strong>{{releaseTitle}}</strong>' release. This action cannot be undone.\",\n /** Title for dialog for discarding a draft of a document */\n 'discard-version-dialog.header-draft': 'Discard draft?',\n /** Header for discarding a version from a release of a document dialog */\n 'discard-version-dialog.header-release':\n \"Remove document from the '<strong>{{releaseTitle}}</strong>' release?\",\n\n /** Title for dialog for discarding a draft of a document */\n 'discard-version-dialog.title-draft': 'Discard draft',\n /** Title for dialog for discarding a version of a document */\n 'discard-version-dialog.title-release': 'Remove from release',\n\n /** Title for dialog when copying version to draft that already exists */\n 'copy-to-draft-dialog.title': 'Draft version already exists',\n /** Description for dialog when copying version to draft that already exists */\n 'copy-to-draft-dialog.description':\n 'A draft version of this document already exists. Copy the current version to the draft and override the existing draft version.',\n /** Confirm button text for overriding existing draft */\n 'copy-to-draft-dialog.confirm-button': 'Yes, override Draft',\n\n /** Label for when a document in a release has multiple validation warnings */\n 'document-validation.error_other': '{{count}} validation errors',\n /** Label for when a document in a release has a single validation warning */\n 'document-validation.error_one': '{{count}} validation error',\n\n /** Label when a release has been deleted by a different user */\n 'deleted-release': \"The '<strong>{{title}}</strong>' release has been deleted\",\n\n /** Header for the dialog confirming the duplicate of a release */\n 'duplicate-dialog.confirm-duplicate-header': 'Are you sure you want to duplicate this release?',\n /** Description for the dialog confirming the duplicate of a release with one document */\n 'duplicate-dialog.confirm-duplicate-description_one':\n 'This will duplicate the release and the 1 document version.',\n /** Description for the dialog confirming the duplicate of a release with more than one document */\n 'duplicate-dialog.confirm-duplicate-description_other':\n 'This will duplicate the release and the {{count}} document versions.',\n /** Label for the button to proceed with duplicating a release */\n 'duplicate-dialog.confirm-duplicate-button': 'Yes, duplicate release',\n\n /** Title text displayed for technical error details */\n 'error-details-title': 'Error details',\n /** Title text when error during release update */\n 'failed-edit-title': 'Failed to save changes',\n /** Title text displayed for releases that failed to publish */\n 'failed-publish-title': 'Failed to publish',\n /** Title text displayed for releases that failed to schedule */\n 'failed-schedule-title': 'Failed to schedule',\n /** Tooltip text for releases that have passed their intended publish date */\n 'passed-intended-publish-date': 'This release has passed its intended publish date',\n /** Tooltip text for scheduled drafts that have passed their intended publish date */\n 'passed-intended-publish-date-draft': 'This draft has passed its intended publish date',\n\n /**The text that will be shown in the footer to indicate the time the release was archived */\n 'footer.status.archived': 'Archived',\n /**The text that will be shown in the footer to indicate the time the release was created */\n 'footer.status.created': 'Created',\n /**The text that will be shown in the footer to indicate the time the release was created */\n 'footer.status.edited': 'Edited',\n /**The text that will be shown in the footer to indicate the time the release was published */\n 'footer.status.published': 'Published',\n /**The text that will be shown in the footer to indicate the time the release was unarchived */\n 'footer.status.unarchived': 'Unarchived',\n /** Label text for the loading state whilst release is being loaded */\n 'loading-release': 'Loading release',\n\n /** Text for when documents of a release are loading */\n 'loading-release-documents': 'Loading documents',\n /** Title text for when loading documents on a release failed */\n 'loading-release-documents.error.title': 'Something went wrong',\n /** Description text for when loading documents on a release failed */\n 'loading-release-documents.error.description':\n \"We're unable to load the documents for this release. Please try again later.\",\n\n /** Label for the release menu */\n 'menu.label': 'Release menu',\n /** Tooltip for the release menu */\n 'menu.tooltip': 'Actions',\n /** Label for title of actions for \"when releasing\" */\n 'menu.group.when-releasing': 'When releasing',\n\n /** Text for when no archived releases are found */\n 'no-archived-release': 'No archived releases',\n /** Tooltip text when there are no paused scheduled drafts */\n 'no-paused-release': 'No paused scheduled drafts',\n /** Text for when no releases are found */\n 'no-releases': 'No Releases',\n /** Banner text shown when navigating to a release that does not exist */\n 'banner.release-not-found': 'This release could not be found',\n /** Tooltip for the dismiss button in the release not found banner */\n 'banner.release-not-found.dismiss': 'Dismiss',\n\n /** Text for the button name for the release tool */\n 'overview.action.documentation': 'Documentation',\n /** Tooltip for the calendar button in the release overview */\n 'overview.calendar.tooltip': 'View calendar',\n /** Description for the release tool */\n 'overview.description':\n 'Releases are collections of document changes which can be managed, scheduled, and rolled back together.',\n /** Text for the placeholder in the search release input */\n 'overview.search-releases-placeholder': 'Search releases',\n /** Title for the release tool */\n 'overview.title': 'Releases',\n\n /** Tooltip label when the user doesn't have permission for discarding a version */\n 'permissions.error.discard-version': 'You do not have permission to discard this version',\n /** Tooltip label when the user doesn't have permission for unpublishing a document */\n 'permissions.error.unpublish': 'You do not have permission to unpublish this document',\n /** Text for when a user doesn't have publish or schedule releases */\n 'permission-missing-title': 'Limited access',\n /** Description for when a user doesn't have publish or schedule releases */\n 'permission-missing-description':\n 'Your role currently limits what you can see in this release. You may not publish nor schedule this release.',\n /** Tooltip label when the user doesn't have permission to archive release */\n 'permissions.error.archive': 'You do not have permission to archive this release',\n /** Tooltip label when the user doesn't have permission to delete release */\n 'permissions.error.delete': 'You do not have permission to delete this release',\n /** Tooltip label when the user doesn't have permission to duplicate release */\n 'permissions.error.duplicate': 'You do not have permission to duplicate this release',\n /** Tooltip label when the user doesn't have permission to unarchive release */\n 'permissions.error.unarchive': 'You do not have permission to unarchive this release',\n\n /** Tooltip text for when one user is editing a document in a release */\n 'presence.tooltip.one':\n '{{displayName}} is editing this document in the \"{{releaseTitle}}\" release right now',\n /** Tooltip text for when multiple users are editing a document in a release */\n 'presence.tooltip.other': '{{count}} people are editing this document right now',\n\n /** Tooltip text for publish release action when there are no documents */\n 'publish-action.validation.no-documents': 'There are no documents to publish',\n /** Title for the dialog confirming the publish of a release */\n 'publish-dialog.confirm-publish.title':\n 'Are you sure you want to publish the release and all document versions?',\n /** Description for the dialog confirming the publish of a release with one document */\n 'publish-dialog.confirm-publish-description_one':\n \"The '<strong>{{title}}</strong>' release and its document will be published.\",\n /** Description for the dialog confirming the publish of a release with multiple documents */\n 'publish-dialog.confirm-publish-description_other':\n \"The '<strong>{{title}}</strong>' release and its {{releaseDocumentsLength}} documents will be published.\",\n /** Label for the button when the user doesn't have permissions to publish a release */\n 'publish-dialog.validation.no-permission': 'You do not have permission to publish',\n /** Label for when documents are being validated */\n 'publish-dialog.validation.loading': 'Validating documents...',\n /** Label for when documents in release have validation errors */\n 'publish-dialog.validation.error': 'Some documents have validation errors',\n\n /** Title for information card on a published release */\n 'publish-info.title': 'This release is published successfully.',\n\n /** Placeholder title for a release with no title */\n 'release-placeholder.title': 'Untitled',\n\n /** Description for the review changes button in release tool */\n 'review.description': 'Add documents to this release to review changes',\n /** Text for when a document is edited */\n 'review.edited': 'Edited <RelativeTime/>',\n /** Description for the dialog confirming the revert of a release with multiple documents */\n 'revert-dialog.confirm-revert-description_one':\n 'This will revert {{releaseDocumentsLength}} document version.',\n /** Description for the dialog confirming the revert of a release with multiple documents */\n 'revert-dialog.confirm-revert-description_other':\n 'This will revert {{releaseDocumentsLength}} document versions.',\n /** Title for the dialog confirming the revert of a release */\n 'revert-dialog.confirm-revert.title': \"Are you sure you want to revert the '{{title}}' release?\",\n /** Checkbox label to confirm whether to create a staged release for revert or immediately revert */\n 'revert-dialog.confirm-revert.stage-revert-checkbox-label': 'Immediately revert the release',\n /** Warning card text for when immediately revert a release with history */\n 'revert-dialog.confirm-revert.warning-card':\n 'Changes were made to documents in this release after they were published. Reverting will overwrite these changes.',\n /** Title of a reverted release */\n 'revert-release.title': 'Reverting \"{{title}}\"',\n /** Description of a reverted release */\n 'revert-release.description': 'Revert changes to document versions in \"{{title}}\".',\n\n /** Title of unschedule release dialog */\n 'schedule-button.tooltip': 'Are you sure you want to unschedule the release?',\n\n /** Schedule release button tooltip when there are no documents to schedule */\n 'schedule-action.validation.no-documents': 'There are no documents to schedule',\n /** Schedule release button tooltip when user has no permissions to schedule */\n 'schedule-button-tooltip.validation.no-permission': 'You do not have permission to schedule',\n /** Schedule release button tooltip when validation is loading */\n 'schedule-button-tooltip.validation.loading': 'Validating documents...',\n /** Schedule release button tooltip when there are validation errors */\n 'schedule-button-tooltip.validation.error': 'Some documents have validation errors',\n\n /** Schedule release button tooltip when the release is already scheduled */\n 'schedule-button-tooltip.already-scheduled': 'This release is already scheduled',\n\n /** Title for unschedule release dialog */\n 'schedule-dialog.confirm-title': 'Schedule the release',\n /** Description shown in unschedule relaease dialog */\n 'schedule-dialog.confirm-description_one':\n \"The '<strong>{{title}}</strong>' release and its document will be published on the selected date.\",\n /** Description for the dialog confirming the publish of a release with multiple documents */\n 'schedule-dialog.confirm-description_other':\n 'The <strong>{{title}}</strong> release and its {{count}} document versions will be scheduled.',\n\n /** Description for the confirm button for scheduling a release */\n 'schedule-dialog.confirm-button': 'Yes, schedule',\n\n /** Label for date picker when scheduling a release */\n 'schedule-dialog.select-publish-date-label': 'Schedule on',\n\n /** Title for unschedule release dialog */\n 'unschedule-dialog.confirm-title': 'Are you sure you want to unschedule the release?',\n /** Description shown in unschedule relaease dialog */\n 'unschedule-dialog.confirm-description':\n 'The release will no longer be published on the scheduled date',\n /** Description for warning that the published schedule time is in the past */\n 'schedule-dialog.publish-date-in-past-warning': 'Schedule for a future time and date.',\n\n /** Header for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.header': 'Schedule draft for Unpublish',\n /** Description for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.description': 'Select when this document should be unpublished.',\n /** Confirm button text for the schedule unpublish dialog */\n 'schedule-unpublish-dialog.confirm': 'Schedule Unpublish',\n\n /** Placeholder for search of documents in a release */\n 'search-documents-placeholder': 'Search documents',\n /** Text for when the release was created */\n 'summary.created': 'Created <RelativeTime/>',\n /** Text for when the release was published */\n 'summary.published': 'Published <RelativeTime/>',\n /** Text for when the release has not published */\n 'summary.not-published': 'Not published',\n /** Text for when the release has no documents */\n 'summary.no-documents': 'No documents',\n /** Title for the empty state when a cardinality-one release has no documents */\n 'summary.no-documents-cardinality-one.title': 'No document in this release',\n /** Description for the empty state when a cardinality-one release has no documents */\n 'summary.no-documents-cardinality-one.description':\n 'This scheduled draft does not contain a document. It may have been removed.',\n /** Text for when the release is composed of one document */\n 'summary.document-count_one': '{{count}} document',\n /** Text for when the release is composed of multiple documents */\n 'summary.document-count_other': '{{count}} documents',\n\n /** Text for validation loading indicator */\n 'summary.validating-documents': 'Validating documents: {{validatedCount}} of {{totalCount}}',\n\n /** Text for when the release has validated documents */\n 'summary.validated-documents': '{{validatedCount}} of {{totalCount}} documents validated',\n\n /** Text for when the release has validated all documents */\n 'summary.all-documents-validated': 'All documents validated, no issues found',\n\n /** Text for when the release has no errors found */\n 'summary.all-documents-errors-found': 'All documents validated, issues found',\n\n /** Text for when the release has some errors found */\n 'summary.errors-found':\n 'In order to publish or schedule the release, please resolve the issues found in the documents',\n\n /** add action type that will be shown in the table*/\n 'table-body.action.add': 'Add',\n /** Change action type that will be shown in the table*/\n 'table-body.action.change': 'Change',\n /** Change action type that will be shown in the table*/\n 'table-body.action.unpublish': 'Unpublish',\n\n /** Header for the document table in the release tool - Archived */\n 'table-header.archivedAt': 'Archived',\n /** Header for the document table in the release tool - contributors */\n 'table-header.contributors': 'Contributors',\n /** Header for the document table in the release tool - created by */\n 'table-header.created-by': 'Created by',\n /** Header for the document table in the release tool - document preview */\n 'table-header.document': 'Document',\n /** Header for the document table in the release tool - title */\n 'table-header.documents': 'Documents',\n /** Header for the document table in the release tool - edited */\n 'table-header.edited': 'Edited',\n /** Header for the document table in the release tool - Published */\n 'table-header.published-at': 'Published',\n /** Header for the document table in the release tool - Published */\n 'table-header.publishedAt': 'Published',\n /** Header for the scheduled drafts document table in the release tool - published at */\n 'table-header.scheduled-draft.published-at': 'Published at',\n /** Header for the scheduled drafts document table in the release tool - scheduled for */\n 'table-header.scheduled-for': 'Scheduled for',\n /** Header for the paused scheduled drafts table - intended for */\n 'table-header.intended-for': 'Intended for',\n /** Header for the document table in the release tool - time */\n 'table-header.time': 'Time',\n /** Header for the document table in the release tool - when */\n 'table-header.when': 'When',\n /** Header for the document table in the release tool - release title */\n 'table-header.title': 'Release',\n /** Header for the document table in the release tool - type */\n 'table-header.type': 'Type',\n /** Header for the document table in the release tool - action */\n 'table-header.action': 'Action',\n\n /** Filter tab label for all documents */\n 'filter-tab.all': 'All',\n /** Filter tab label for documents with validation errors */\n 'filter-tab.errors': 'Errors',\n /** Text for the release time label for scheduled releases which has been scheduled*/\n 'time.scheduled': 'Scheduled',\n /** Text for the release time label for scheduled releases which has not been scheduled yet*/\n 'time.estimated': 'Estimated',\n /** Text for toast when release failed to archive */\n 'toast.archive.error': \"Failed to archive '<strong>{{title}}</strong>': {{error}}\",\n /** Toast message after copying release ID */\n 'toast.copy-release-id.success': 'Release ID copied to clipboard',\n /** Toast message after copying release link */\n 'toast.copy-release-link.success': 'Release link copied to clipboard',\n /** Toast message after copying release title */\n 'toast.copy-release-title.success': 'Release title copied to clipboard',\n /** Description for toast when creating new version of document in release failed */\n 'toast.create-version.error': 'Failed to add document to release: {{error}}',\n /** Description for toast when release deletion failed */\n 'toast.delete.error': \"Failed to delete '<strong>{{title}}</strong>': {{error}}\",\n /** Description for toast when release is successfully deleted */\n 'toast.delete.success': \"The '<strong>{{title}}</strong>' release was successfully deleted\",\n /** Description for toast when release duplication failed */\n 'toast.duplicate.error': \"Failed to duplicate '<strong>{{title}}</strong>': {{error}}\",\n /** Description for toast when release is successfully duplicated */\n 'toast.duplicate.success': \"The '<strong>{{title}}</strong>' release was duplicated. <Link/>\",\n /** Link text for toast link to the duplicated release */\n 'toast.duplicate.success-link': 'View duplicated release',\n /** Text for toast when release failed to publish */\n 'toast.publish.error': \"Failed to publish '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release failed to schedule */\n 'toast.schedule.error': \"Failed to schedule '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release has been scheduled */\n 'toast.schedule.success': \"The '<strong>{{title}}</strong>' release was scheduled.\",\n /** Text for toast when release failed to unschedule */\n 'toast.unschedule.error': \"Failed to unscheduled '<strong>{{title}}</strong>': {{error}}\",\n /** Text for toast when release failed to unarchive */\n 'toast.unarchive.error': \"Failed to unarchive '<strong>{{title}}</strong>': {{error}}\",\n /** Text for tooltip when a release has been scheduled */\n 'type-picker.tooltip.scheduled': 'The release is scheduled, unschedule it to change type',\n /** Text for toast when release failed to revert */\n 'toast.revert.error': 'Failed to revert release: {{error}}',\n /** Text for toast when release has been reverted immediately */\n 'toast.immediate-revert.success': \"The '{{title}}' release was successfully reverted\",\n /** Text for toast when release has reverted release successfully staged */\n 'toast.revert-stage.success': \"Revert release for '{{title}}' was successfully created. <Link/>\",\n /** Link text for toast link to the generated revert release */\n 'toast.revert-stage.success-link': 'View revert release',\n\n /** Text for when a document is unpublished */\n 'unpublish.already-unpublished': 'This document is already unpublished.',\n /** Tooltip label for when a document is unpublished */\n 'unpublish.no-published-version': 'There is no published version of this document.',\n /** Title for the dialog confirming the unpublish of a release */\n 'unpublish-dialog.header': 'Are you sure you want to unpublish this document when releasing?',\n /** Text action in unpublish dialog to cancel */\n 'unpublish-dialog.action.cancel': 'Cancel',\n /** Text action in unpublish dialog to unpublish */\n 'unpublish-dialog.action.unpublish': 'Yes, unpublish when releasing',\n /** Description for the unpublish dialog, explaining that it will create a draft if no draft exists at time of release */\n 'unpublish-dialog.description.to-draft':\n 'This will unpublish the document as part of the <Label>{{title}}</Label> release, and create a draft if no draft exists at the time of release.',\n /** Description for unpublish dialog, explaining that all changes made to this document will be lost */\n 'unpublish-dialog.description.lost-changes':\n 'Any changes made to this document version will be lost.',\n\n /** Banner text shown when scheduled drafts feature is disabled but there are still scheduled drafts */\n 'banner.scheduled-drafts-disabled':\n 'Scheduled drafts has been disabled but there are still scheduled drafts to be published.',\n /** Banner text shown when drafts mode is disabled but there are still scheduled drafts */\n 'banner.drafts-mode-disabled':\n 'Drafts mode has been disabled but there are still scheduled drafts to be published.',\n /** Text for when no scheduled drafts are found */\n 'no-scheduled-drafts': 'No Scheduled Drafts',\n\n /** Banner text showing count of active scheduled drafts requiring confirmation with one draft */\n 'banner.confirm-active-scheduled-drafts_one':\n 'There is {{count}} Scheduled Draft that requires scheduling confirmation',\n /** Banner text showing count of active scheduled drafts requiring confirmation with multiple drafts */\n 'banner.confirm-active-scheduled-drafts_other':\n 'There are {{count}} Scheduled Drafts that require scheduling confirmation',\n /** Button text for confirming scheduling of active drafts */\n 'banner.confirm-active-scheduled-drafts.button': 'Resume scheduling',\n /** Button text when confirming schedules from paused mode */\n 'banner.confirm-active-scheduled-drafts.button-paused': 'Resume all schedules',\n\n /** Dialog title for confirming active scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.title': 'Resume Scheduled Drafts',\n /** Dialog description for confirming active scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.description':\n 'Schedule all paused Scheduled Drafts for their intended publish dates',\n /** Dialog warning when some scheduled drafts have past dates */\n 'confirm-active-scheduled-drafts-dialog.past-dates-warning':\n 'Some of these Scheduled Drafts are scheduled for past dates. Confirming schedules will immediately publish those versions of documents.',\n /** Dialog confirm button text for confirming all scheduled drafts */\n 'confirm-active-scheduled-drafts-dialog.confirm-button': 'Confirm Schedules',\n\n /** Toast error message when bulk scheduling of active drafts fails */\n 'toast.confirm-active-scheduled-drafts.error': 'Failed to schedule drafts: {{error}}',\n})\n\n/**\n * @alpha\n */\nexport type ReleasesLocaleResourceKeys = keyof typeof releasesLocaleStrings\n\nexport default releasesLocaleStrings\n"],"names":["releasesLocaleStrings","defineLocalesResources"],"mappings":"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"}
@@ -1,4 +1,129 @@
1
- const singleDocReleaseLocaleStrings = {
1
+ import "react/jsx-runtime";
2
+ import "react/compiler-runtime";
3
+ import "react";
4
+ import "react-i18next";
5
+ import "sanity/_singletons";
6
+ import { defineLocalesResources } from "../index.js";
7
+ import "history";
8
+ import "rxjs";
9
+ import "rxjs/operators";
10
+ import "react-rx";
11
+ import "@sanity/client/csm";
12
+ import "quick-lru";
13
+ import "lodash-es/throttle.js";
14
+ import "lodash-es/isEqual.js";
15
+ import "@sanity/icons";
16
+ import "@sanity/uuid";
17
+ import "@sanity/ui";
18
+ import "@sanity/color";
19
+ import "color2k";
20
+ import "styled-components";
21
+ import "lodash-es/isString.js";
22
+ import "@sanity/telemetry/react";
23
+ import "@portabletext/editor";
24
+ import "@sanity/util/paths";
25
+ import "./index.js";
26
+ import "@sanity/types";
27
+ import "@sanity/diff-match-patch";
28
+ import "lodash-es/flatten.js";
29
+ import "lodash-es/orderBy.js";
30
+ import "lodash-es/uniq.js";
31
+ import "lodash-es/xor.js";
32
+ import "@sanity/diff-patch";
33
+ import "./version.js";
34
+ import "@sanity/id-utils";
35
+ import "sanity/router";
36
+ import "date-fns/addHours";
37
+ import "date-fns/startOfHour";
38
+ import "date-fns/format";
39
+ import "date-fns/isValid";
40
+ import "date-fns/parse";
41
+ import "@sanity/util/legacyDateFormat";
42
+ import "@sanity/ui/theme";
43
+ import "lodash-es/pick.js";
44
+ import "react-fast-compare";
45
+ import "lodash-es/startCase.js";
46
+ import "react-focus-lock";
47
+ import "lodash-es/debounce.js";
48
+ import "date-fns/differenceInDays";
49
+ import "date-fns/differenceInHours";
50
+ import "date-fns/differenceInMinutes";
51
+ import "date-fns/differenceInMonths";
52
+ import "date-fns/differenceInSeconds";
53
+ import "date-fns/differenceInWeeks";
54
+ import "date-fns/differenceInYears";
55
+ import "@sanity/diff";
56
+ import "mendoza";
57
+ import "@portabletext/sanity-bridge";
58
+ import "motion/react";
59
+ import "lodash-es/get.js";
60
+ import "@algorithm.ts/lcs";
61
+ import "lodash-es/intersection.js";
62
+ import "json-stable-stringify";
63
+ import "shallow-equals";
64
+ import "scroll-into-view-if-needed";
65
+ import "@sanity/schema/_internal";
66
+ import "lodash-es/groupBy.js";
67
+ import "lodash-es/sortBy.js";
68
+ import "lodash-es/compact.js";
69
+ import "lodash-es/keyBy.js";
70
+ import "lodash-es/partition.js";
71
+ import "lodash-es/toLower.js";
72
+ import "lodash-es/union.js";
73
+ import "lodash-es/words.js";
74
+ import "lodash-es/isFinite.js";
75
+ import "observable-callback";
76
+ import "@sanity/util/content";
77
+ import "lodash-es/isPlainObject.js";
78
+ import "@sanity/insert-menu";
79
+ import "@tanstack/react-virtual";
80
+ import "speakingurl";
81
+ import "@sanity/asset-utils";
82
+ import "@sanity/image-url";
83
+ import "nanoid";
84
+ import "lodash-es/castArray.js";
85
+ import "rxjs-mergemap-array";
86
+ import "@sanity/mutator";
87
+ import "@portabletext/react";
88
+ import "lodash-es/findIndex.js";
89
+ import "@sentry/react";
90
+ import "@sanity/schema";
91
+ import "@sanity/util/client";
92
+ import "@sanity/util/concurrency-limiter";
93
+ import "lodash-es/uniqBy.js";
94
+ import "json-reduce";
95
+ import "rxjs-exhaustmap-with-trailing";
96
+ import "polished";
97
+ import "@sanity/client";
98
+ import "react-is";
99
+ import "exif-component";
100
+ import "lodash-es/pickBy.js";
101
+ import "use-sync-external-store/shim/index.js";
102
+ import "use-hot-module-reload";
103
+ import "lodash-es/memoize.js";
104
+ import "lodash-es/sortedIndex.js";
105
+ import "lodash-es/difference.js";
106
+ import "lodash-es/identity.js";
107
+ import "lodash-es/values.js";
108
+ import "@sanity/comlink";
109
+ import "lodash-es/omit.js";
110
+ import "@isaacs/ttlcache";
111
+ import "dataloader";
112
+ import "raf";
113
+ import "groq-js";
114
+ import "use-sync-external-store/with-selector";
115
+ import "lodash-es/escapeRegExp.js";
116
+ import "lodash-es/isEmpty.js";
117
+ import "react-dom/server";
118
+ import "lodash-es/capitalize.js";
119
+ import "lodash-es/last.js";
120
+ import "react-dom/client";
121
+ import "date-fns/addWeeks";
122
+ import "date-fns/isAfter";
123
+ import "date-fns/isBefore";
124
+ import "semver";
125
+ import "lodash-es/isObject.js";
126
+ const singleDocReleaseLocaleStrings = defineLocalesResources("singleDocRelease", {
2
127
  /** Action text for scheduling publish of a draft document */
3
128
  "action.schedule-publish": "Schedule publish",
4
129
  /** Tooltip text for when a document is scheduled for publishing */
@@ -17,7 +142,7 @@ const singleDocReleaseLocaleStrings = {
17
142
  "empty-state.description": "Schedule and lock draft documents for publishing at a future date and time.",
18
143
  /** Empty state action documentation for scheduled drafts */
19
144
  "empty-state.action.documentation": "Learn about scheduling"
20
- };
145
+ });
21
146
  export {
22
147
  singleDocReleaseLocaleStrings as default
23
148
  };
@@ -1 +1 @@
1
- {"version":3,"file":"resources6.js","sources":["../../src/core/singleDocRelease/i18n/resources.ts"],"sourcesContent":["/**\n * Defined locale strings for the single doc release tool, in US English.\n *\n * @internal\n */\nconst singleDocReleaseLocaleStrings = {\n /** Action text for scheduling publish of a draft document */\n 'action.schedule-publish': 'Schedule publish',\n /** Tooltip text for when a document is scheduled for publishing */\n 'action.schedule-publish-success': 'Document scheduled for publishing',\n /** Tooltip description for when a document is scheduled for publishing */\n 'action.schedule-publish-success-description': 'Publishing scheduled for {{publishAt}}',\n\n /** Tooltip text for when schedule publish fails */\n 'action.schedule-publish-error': 'Failed to schedule publishing',\n\n /** Tooltip text for when schedule publish is disabled due to validation errors */\n 'action.schedule-publish.disabled.validation-issues':\n 'Cannot Schedule Draft due to validation errors in the current draft.',\n\n /** Tooltip text for when schedule publish is disabled due to cardinality one releases */\n 'action.schedule-publish.disabled.cardinality-one':\n 'A Scheduled Draft for this document already exists.',\n /** Empty state title for scheduled drafts */\n 'empty-state.title': 'Scheduled Drafts',\n /** Empty state description for scheduled drafts */\n 'empty-state.description':\n 'Schedule and lock draft documents for publishing at a future date and time.',\n /** Empty state action documentation for scheduled drafts */\n 'empty-state.action.documentation': 'Learn about scheduling',\n}\n\n/**\n * @alpha\n */\nexport type SingleDocReleaseLocaleResourceKeys = keyof typeof singleDocReleaseLocaleStrings\n\nexport default singleDocReleaseLocaleStrings\n"],"names":["singleDocReleaseLocaleStrings"],"mappings":"AAKA,MAAMA,gCAAgC;AAAA;AAAA,EAEpC,2BAA2B;AAAA;AAAA,EAE3B,mCAAmC;AAAA;AAAA,EAEnC,+CAA+C;AAAA;AAAA,EAG/C,iCAAiC;AAAA;AAAA,EAGjC,sDACE;AAAA;AAAA,EAGF,oDACE;AAAA;AAAA,EAEF,qBAAqB;AAAA;AAAA,EAErB,2BACE;AAAA;AAAA,EAEF,oCAAoC;AACtC;"}
1
+ {"version":3,"file":"resources6.js","sources":["../../src/core/singleDocRelease/i18n/resources.ts"],"sourcesContent":["import {defineLocalesResources} from '../../i18n'\n\n/**\n * Defined locale strings for the single doc release tool, in US English.\n *\n * @internal\n */\nconst singleDocReleaseLocaleStrings = defineLocalesResources('singleDocRelease', {\n /** Action text for scheduling publish of a draft document */\n 'action.schedule-publish': 'Schedule publish',\n /** Tooltip text for when a document is scheduled for publishing */\n 'action.schedule-publish-success': 'Document scheduled for publishing',\n /** Tooltip description for when a document is scheduled for publishing */\n 'action.schedule-publish-success-description': 'Publishing scheduled for {{publishAt}}',\n\n /** Tooltip text for when schedule publish fails */\n 'action.schedule-publish-error': 'Failed to schedule publishing',\n\n /** Tooltip text for when schedule publish is disabled due to validation errors */\n 'action.schedule-publish.disabled.validation-issues':\n 'Cannot Schedule Draft due to validation errors in the current draft.',\n\n /** Tooltip text for when schedule publish is disabled due to cardinality one releases */\n 'action.schedule-publish.disabled.cardinality-one':\n 'A Scheduled Draft for this document already exists.',\n /** Empty state title for scheduled drafts */\n 'empty-state.title': 'Scheduled Drafts',\n /** Empty state description for scheduled drafts */\n 'empty-state.description':\n 'Schedule and lock draft documents for publishing at a future date and time.',\n /** Empty state action documentation for scheduled drafts */\n 'empty-state.action.documentation': 'Learn about scheduling',\n})\n\n/**\n * @alpha\n */\nexport type SingleDocReleaseLocaleResourceKeys = keyof typeof singleDocReleaseLocaleStrings\n\nexport default singleDocReleaseLocaleStrings\n"],"names":["singleDocReleaseLocaleStrings","defineLocalesResources"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,MAAMA,gCAAgCC,uBAAuB,oBAAoB;AAAA;AAAA,EAE/E,2BAA2B;AAAA;AAAA,EAE3B,mCAAmC;AAAA;AAAA,EAEnC,+CAA+C;AAAA;AAAA,EAG/C,iCAAiC;AAAA;AAAA,EAGjC,sDACE;AAAA;AAAA,EAGF,oDACE;AAAA;AAAA,EAEF,qBAAqB;AAAA;AAAA,EAErB,2BACE;AAAA;AAAA,EAEF,oCAAoC;AACtC,CAAC;"}
@@ -1,4 +1,5 @@
1
- var resources = {
1
+ import { defineLocalesResources } from "sanity";
2
+ var resources = defineLocalesResources("presentation", {
2
3
  /** The title shown above the document list */
3
4
  "document-list-pane.document-list.title": "Documents on this page",
4
5
  /** The text shown if the document list is unable to render */
@@ -119,7 +120,7 @@ var resources = {
119
120
  "share-preview-menu.copy-url.text": "Copy preview link",
120
121
  /** Fallback message shown when the current user is not permitted to share previews */
121
122
  "share-preview-menu.error_missing-grants": "You don't have permission to share previews. "
122
- };
123
+ });
123
124
  export {
124
125
  resources as default
125
126
  };
@@ -1 +1 @@
1
- {"version":3,"file":"resources9.js","sources":["../../src/presentation/i18n/resources.ts"],"sourcesContent":["export default {\n /** The title shown above the document list */\n 'document-list-pane.document-list.title': 'Documents on this page',\n /** The text shown if the document list is unable to render */\n 'document-list-pane.error.text': 'Could not render the document list',\n /** The status of the channel connection */\n 'channel.status_connected': 'Connected',\n /** The status of the channel connection */\n 'channel.status_connecting': 'Connecting',\n /** The status of the channel connection */\n 'channel.status_disconnected': 'Disconnected',\n /** The status of the channel connection */\n 'channel.status_reconnecting': 'Reconnecting',\n /** The text shown if the document editor is unable to render */\n 'document-pane.error.text': 'Could not render the document editor',\n /** The text shown on the button for bypassing after a connection has failed */\n 'error-card.continue-button.text': 'Continue anyway',\n /** The text shown on the button for retrying after a connection has failed */\n 'error-card.retry-button.text': 'Retry',\n /** The title on the card shown after a connection has failed */\n 'error-card.title': 'An error occurred',\n /** The text shown when the document is used in a single location */\n 'locations-banner.locations-count_one': 'Used on one page',\n /** The text shown when the document is used in multiple locations */\n 'locations-banner.locations-count_other': 'Used on {{count}} pages',\n /** The text shown when a resolver exists but the document is not used in any locations */\n 'locations-banner.locations-count_zero': 'Not used on any pages',\n /** The text shown whilst the locations resolver is executing */\n 'locations-banner.resolving.text': 'Resolving locations...',\n /** The label shown on a main document in the list pane */\n 'main-document.label': 'Main document',\n /** The warning message text shown when a defined resolver fails to return a main document */\n 'main-document.missing.text': 'Missing a main document for <Code>{{path}}</Code>',\n /** The label for a generic error message */\n 'presentation-error.label': 'Error message',\n /** The text shown when the preview frame cannot connect to Presentation */\n 'preview-frame.connection.error.text': 'Could not connect to the preview',\n /** The title of the error toast that shows when the preview iframe times out while waiting for a connection over comlink to establish, and the root cause is discovered to be that the iframe is loading on an URL origin that's not in the allow list. */\n 'preview-frame.configuration.error.title': 'Preview URL origin mismatch',\n /** The toast description for the error message explaining that the iframe is blocked from loading due to a security mismatch. */\n 'preview-frame.configuration.error.description':\n 'The preview iframe is configured to load <Code>{{targetOrigin}}</Code>, but the reported origin is <Code>{{reportedOrigin}}</Code>. Presentation Tool is unable to connect to unknown origins for security purposes. Update your <Code>presentationTool.allowOrigins</Code> configuration to allow connecting to Visual Editing and Loaders.',\n /** The title of the error toast that shows when attempting to navigate to a preview URL origin that's not in the allow list. */\n 'preview-search-param.configuration.error.title': 'Blocked preview URL',\n /** The toast description for the error message explaining that the iframe won't navigate to the new preview URL due to an URL origin security mismatch. */\n 'preview-search-param.configuration.error.description':\n 'The router wants to navigate to <Code>{{previewSearchParam}}</Code>, but the origin <Code>{{blockedOrigin}}</Code> is not allowed. Update your <Code>presentationTool.allowOrigins</Code> configuration to allow it.',\n /** The text shown on the button for dismissing the error overlay after a timeout */\n 'preview-frame.continue-button.text': 'Continue anyway',\n /** The label for the loader's connection status */\n 'preview-frame.loader.connection-status.label': 'Loader connection status',\n /** The `aria-label` for the navigator toggle button */\n 'preview-frame.navigator.toggle-button.aria-label': 'Toggle navigator',\n /** The tooltip text for the navigator toggle button */\n 'preview-frame.navigator.toggle-button.tooltip': 'Toggle navigator',\n /** The label for the overlay's connection status */\n 'preview-frame.overlay.connection-status.label': 'Overlay connection status',\n /** The text shown on the overlay toggle button */\n 'preview-frame.overlay.toggle-button.text': 'Edit',\n /** The text shown on the overlay toggle tooltip when overlays are enabled */\n 'preview-frame.overlay.toggle-button.tooltip_disable': 'Disable edit overlay',\n /** The text shown on the overlay toggle tooltip when overlays are disabled */\n 'preview-frame.overlay.toggle-button.tooltip_enable': 'Enable edit overlay',\n /** The text description for the published perspective switcher menu item */\n 'preview-frame.perspective.published.text': 'View this page with published content',\n /** The `aria-label` for the refresh button */\n 'preview-frame.refresh-button.aria-label': 'Refresh preview',\n /** The tooltip text for the refresh button */\n 'preview-frame.refresh-button.tooltip': 'Refresh preview',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_connecting': 'Connecting.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_loading': 'Loading.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_refreshing': 'Refreshing.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_reloading': 'Refreshing.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_timeout':\n 'Unable to connect, check the browser console for more information.',\n /** The `aria-label` for the button that switches viewport size */\n 'preview-frame.viewport-button.aria-label': 'Toggle viewport size',\n /** The viewport size button tooltip text when switching to a full width viewport */\n 'preview-frame.viewport-button.tooltip_full': 'Switch to full viewport',\n /** The viewport size button tooltip text when switching to a narrow viewport */\n 'preview-frame.viewport-button.tooltip_narrow': 'Switch to narrow viewport',\n /** The validation error message shown when the preview location input is missing an origin */\n 'preview-location-input.error_missing-origin': 'URL must start with {{origin}}',\n /** The validation error message shown when the preview location input's base path matches that of the studio */\n 'preview-location-input.error_same-base-path':\n 'URL can’t have the same base path as the Studio {{basePath}}',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_copying': 'Copying URL to clipboard…',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_failed': 'Copy failed',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_success': 'The URL is copied to the clipboard',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_unsupported': 'Clipboard not supported',\n /** The share URL menu item text for opening a preview window */\n 'share-url.menu-item.open.text': 'Open preview',\n /** Error toast that notifies that URL Preview Secrets can't be generated as the user lacks ACL grants */\n 'preview-url-secret.missing-grants':\n \"You don't have permission to create URL Preview Secrets. This will likely cause the preview to fail loading.\",\n /** The `aria-label` for the button that opens the share menu */\n 'preview-frame.share-button.aria-label': 'Share this preview',\n /** The <title> for the QR Code SVG that shows a link to the current preview */\n 'share-preview-menu.qr-code.title': 'A QR Code which encodes the URL: {{url}}',\n /** Error message toast that shows the current user does not have permission to toggle sharing of the current preview */\n 'share-preview-menu.error_toggle-sharing':\n \"You don't have permission to toggle sharing of this preview\",\n /** The text shown on the sharing toggle tooltip when sharing is enabled */\n 'share-preview-menu.toggle-button.tooltip_disable': 'Disable sharing',\n /** The text shown on the sharing toggle tooltip when sharing is disabled */\n 'share-preview-menu.toggle-button.tooltip_enable': 'Enable sharing',\n /** The first line of the label that renders next to the sharing toggle, it renders on two rows */\n 'share-preview-menu.toggle-button.label_first-line': 'Share this preview',\n /** The second line of the label that renders next to the sharing toggle, it renders on two rows */\n 'share-preview-menu.toggle-button.label_second-line': 'with anyone who has the link',\n /** Placeholder message for the QR Code SVG when sharing is yet to be enabled */\n 'share-preview-menu.qr-code.placeholder': 'QR code will appear here',\n /** The text show below the QR Code SVG, with instructions on how to use it */\n 'share-preview-menu.qr-code.instructions': 'Scan the QR Code to open the preview on your phone.',\n /** Menu item in the share preview menu that allows copying the current preview URL, if sharing is enabled */\n 'share-preview-menu.copy-url.text': 'Copy preview link',\n /** Fallback message shown when the current user is not permitted to share previews */\n 'share-preview-menu.error_missing-grants': \"You don't have permission to share previews. \",\n}\n"],"names":[],"mappings":"AAAA,IAAA,YAAe;AAAA;AAAA,EAEb,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,4BAA4B;AAAA;AAAA,EAE5B,6BAA6B;AAAA;AAAA,EAE7B,+BAA+B;AAAA;AAAA,EAE/B,+BAA+B;AAAA;AAAA,EAE/B,4BAA4B;AAAA;AAAA,EAE5B,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,oBAAoB;AAAA;AAAA,EAEpB,wCAAwC;AAAA;AAAA,EAExC,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,mCAAmC;AAAA;AAAA,EAEnC,uBAAuB;AAAA;AAAA,EAEvB,8BAA8B;AAAA;AAAA,EAE9B,4BAA4B;AAAA;AAAA,EAE5B,uCAAuC;AAAA;AAAA,EAEvC,2CAA2C;AAAA;AAAA,EAE3C,iDACE;AAAA;AAAA,EAEF,kDAAkD;AAAA;AAAA,EAElD,wDACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,gDAAgD;AAAA;AAAA,EAEhD,oDAAoD;AAAA;AAAA,EAEpD,iDAAiD;AAAA;AAAA,EAEjD,iDAAiD;AAAA;AAAA,EAEjD,4CAA4C;AAAA;AAAA,EAE5C,uDAAuD;AAAA;AAAA,EAEvD,sDAAsD;AAAA;AAAA,EAEtD,4CAA4C;AAAA;AAAA,EAE5C,2CAA2C;AAAA;AAAA,EAE3C,wCAAwC;AAAA;AAAA,EAExC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,mCAAmC;AAAA;AAAA,EAEnC,kCAAkC;AAAA;AAAA,EAElC,gCACE;AAAA;AAAA,EAEF,4CAA4C;AAAA;AAAA,EAE5C,8CAA8C;AAAA;AAAA,EAE9C,gDAAgD;AAAA;AAAA,EAEhD,+CAA+C;AAAA;AAAA,EAE/C,+CACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,qCAAqC;AAAA;AAAA,EAErC,sCAAsC;AAAA;AAAA,EAEtC,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,yCAAyC;AAAA;AAAA,EAEzC,oCAAoC;AAAA;AAAA,EAEpC,2CACE;AAAA;AAAA,EAEF,oDAAoD;AAAA;AAAA,EAEpD,mDAAmD;AAAA;AAAA,EAEnD,qDAAqD;AAAA;AAAA,EAErD,sDAAsD;AAAA;AAAA,EAEtD,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,oCAAoC;AAAA;AAAA,EAEpC,2CAA2C;AAC7C;"}
1
+ {"version":3,"file":"resources9.js","sources":["../../src/presentation/i18n/resources.ts"],"sourcesContent":["import {defineLocalesResources} from 'sanity'\n\nexport default defineLocalesResources('presentation', {\n /** The title shown above the document list */\n 'document-list-pane.document-list.title': 'Documents on this page',\n /** The text shown if the document list is unable to render */\n 'document-list-pane.error.text': 'Could not render the document list',\n /** The status of the channel connection */\n 'channel.status_connected': 'Connected',\n /** The status of the channel connection */\n 'channel.status_connecting': 'Connecting',\n /** The status of the channel connection */\n 'channel.status_disconnected': 'Disconnected',\n /** The status of the channel connection */\n 'channel.status_reconnecting': 'Reconnecting',\n /** The text shown if the document editor is unable to render */\n 'document-pane.error.text': 'Could not render the document editor',\n /** The text shown on the button for bypassing after a connection has failed */\n 'error-card.continue-button.text': 'Continue anyway',\n /** The text shown on the button for retrying after a connection has failed */\n 'error-card.retry-button.text': 'Retry',\n /** The title on the card shown after a connection has failed */\n 'error-card.title': 'An error occurred',\n /** The text shown when the document is used in a single location */\n 'locations-banner.locations-count_one': 'Used on one page',\n /** The text shown when the document is used in multiple locations */\n 'locations-banner.locations-count_other': 'Used on {{count}} pages',\n /** The text shown when a resolver exists but the document is not used in any locations */\n 'locations-banner.locations-count_zero': 'Not used on any pages',\n /** The text shown whilst the locations resolver is executing */\n 'locations-banner.resolving.text': 'Resolving locations...',\n /** The label shown on a main document in the list pane */\n 'main-document.label': 'Main document',\n /** The warning message text shown when a defined resolver fails to return a main document */\n 'main-document.missing.text': 'Missing a main document for <Code>{{path}}</Code>',\n /** The label for a generic error message */\n 'presentation-error.label': 'Error message',\n /** The text shown when the preview frame cannot connect to Presentation */\n 'preview-frame.connection.error.text': 'Could not connect to the preview',\n /** The title of the error toast that shows when the preview iframe times out while waiting for a connection over comlink to establish, and the root cause is discovered to be that the iframe is loading on an URL origin that's not in the allow list. */\n 'preview-frame.configuration.error.title': 'Preview URL origin mismatch',\n /** The toast description for the error message explaining that the iframe is blocked from loading due to a security mismatch. */\n 'preview-frame.configuration.error.description':\n 'The preview iframe is configured to load <Code>{{targetOrigin}}</Code>, but the reported origin is <Code>{{reportedOrigin}}</Code>. Presentation Tool is unable to connect to unknown origins for security purposes. Update your <Code>presentationTool.allowOrigins</Code> configuration to allow connecting to Visual Editing and Loaders.',\n /** The title of the error toast that shows when attempting to navigate to a preview URL origin that's not in the allow list. */\n 'preview-search-param.configuration.error.title': 'Blocked preview URL',\n /** The toast description for the error message explaining that the iframe won't navigate to the new preview URL due to an URL origin security mismatch. */\n 'preview-search-param.configuration.error.description':\n 'The router wants to navigate to <Code>{{previewSearchParam}}</Code>, but the origin <Code>{{blockedOrigin}}</Code> is not allowed. Update your <Code>presentationTool.allowOrigins</Code> configuration to allow it.',\n /** The text shown on the button for dismissing the error overlay after a timeout */\n 'preview-frame.continue-button.text': 'Continue anyway',\n /** The label for the loader's connection status */\n 'preview-frame.loader.connection-status.label': 'Loader connection status',\n /** The `aria-label` for the navigator toggle button */\n 'preview-frame.navigator.toggle-button.aria-label': 'Toggle navigator',\n /** The tooltip text for the navigator toggle button */\n 'preview-frame.navigator.toggle-button.tooltip': 'Toggle navigator',\n /** The label for the overlay's connection status */\n 'preview-frame.overlay.connection-status.label': 'Overlay connection status',\n /** The text shown on the overlay toggle button */\n 'preview-frame.overlay.toggle-button.text': 'Edit',\n /** The text shown on the overlay toggle tooltip when overlays are enabled */\n 'preview-frame.overlay.toggle-button.tooltip_disable': 'Disable edit overlay',\n /** The text shown on the overlay toggle tooltip when overlays are disabled */\n 'preview-frame.overlay.toggle-button.tooltip_enable': 'Enable edit overlay',\n /** The text description for the published perspective switcher menu item */\n 'preview-frame.perspective.published.text': 'View this page with published content',\n /** The `aria-label` for the refresh button */\n 'preview-frame.refresh-button.aria-label': 'Refresh preview',\n /** The tooltip text for the refresh button */\n 'preview-frame.refresh-button.tooltip': 'Refresh preview',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_connecting': 'Connecting.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_loading': 'Loading.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_refreshing': 'Refreshing.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_reloading': 'Refreshing.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_timeout':\n 'Unable to connect, check the browser console for more information.',\n /** The `aria-label` for the button that switches viewport size */\n 'preview-frame.viewport-button.aria-label': 'Toggle viewport size',\n /** The viewport size button tooltip text when switching to a full width viewport */\n 'preview-frame.viewport-button.tooltip_full': 'Switch to full viewport',\n /** The viewport size button tooltip text when switching to a narrow viewport */\n 'preview-frame.viewport-button.tooltip_narrow': 'Switch to narrow viewport',\n /** The validation error message shown when the preview location input is missing an origin */\n 'preview-location-input.error_missing-origin': 'URL must start with {{origin}}',\n /** The validation error message shown when the preview location input's base path matches that of the studio */\n 'preview-location-input.error_same-base-path':\n 'URL can’t have the same base path as the Studio {{basePath}}',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_copying': 'Copying URL to clipboard…',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_failed': 'Copy failed',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_success': 'The URL is copied to the clipboard',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_unsupported': 'Clipboard not supported',\n /** The share URL menu item text for opening a preview window */\n 'share-url.menu-item.open.text': 'Open preview',\n /** Error toast that notifies that URL Preview Secrets can't be generated as the user lacks ACL grants */\n 'preview-url-secret.missing-grants':\n \"You don't have permission to create URL Preview Secrets. This will likely cause the preview to fail loading.\",\n /** The `aria-label` for the button that opens the share menu */\n 'preview-frame.share-button.aria-label': 'Share this preview',\n /** The <title> for the QR Code SVG that shows a link to the current preview */\n 'share-preview-menu.qr-code.title': 'A QR Code which encodes the URL: {{url}}',\n /** Error message toast that shows the current user does not have permission to toggle sharing of the current preview */\n 'share-preview-menu.error_toggle-sharing':\n \"You don't have permission to toggle sharing of this preview\",\n /** The text shown on the sharing toggle tooltip when sharing is enabled */\n 'share-preview-menu.toggle-button.tooltip_disable': 'Disable sharing',\n /** The text shown on the sharing toggle tooltip when sharing is disabled */\n 'share-preview-menu.toggle-button.tooltip_enable': 'Enable sharing',\n /** The first line of the label that renders next to the sharing toggle, it renders on two rows */\n 'share-preview-menu.toggle-button.label_first-line': 'Share this preview',\n /** The second line of the label that renders next to the sharing toggle, it renders on two rows */\n 'share-preview-menu.toggle-button.label_second-line': 'with anyone who has the link',\n /** Placeholder message for the QR Code SVG when sharing is yet to be enabled */\n 'share-preview-menu.qr-code.placeholder': 'QR code will appear here',\n /** The text show below the QR Code SVG, with instructions on how to use it */\n 'share-preview-menu.qr-code.instructions': 'Scan the QR Code to open the preview on your phone.',\n /** Menu item in the share preview menu that allows copying the current preview URL, if sharing is enabled */\n 'share-preview-menu.copy-url.text': 'Copy preview link',\n /** Fallback message shown when the current user is not permitted to share previews */\n 'share-preview-menu.error_missing-grants': \"You don't have permission to share previews. \",\n})\n"],"names":["defineLocalesResources"],"mappings":";AAEA,IAAA,YAAeA,uBAAuB,gBAAgB;AAAA;AAAA,EAEpD,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,4BAA4B;AAAA;AAAA,EAE5B,6BAA6B;AAAA;AAAA,EAE7B,+BAA+B;AAAA;AAAA,EAE/B,+BAA+B;AAAA;AAAA,EAE/B,4BAA4B;AAAA;AAAA,EAE5B,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,oBAAoB;AAAA;AAAA,EAEpB,wCAAwC;AAAA;AAAA,EAExC,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,mCAAmC;AAAA;AAAA,EAEnC,uBAAuB;AAAA;AAAA,EAEvB,8BAA8B;AAAA;AAAA,EAE9B,4BAA4B;AAAA;AAAA,EAE5B,uCAAuC;AAAA;AAAA,EAEvC,2CAA2C;AAAA;AAAA,EAE3C,iDACE;AAAA;AAAA,EAEF,kDAAkD;AAAA;AAAA,EAElD,wDACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,gDAAgD;AAAA;AAAA,EAEhD,oDAAoD;AAAA;AAAA,EAEpD,iDAAiD;AAAA;AAAA,EAEjD,iDAAiD;AAAA;AAAA,EAEjD,4CAA4C;AAAA;AAAA,EAE5C,uDAAuD;AAAA;AAAA,EAEvD,sDAAsD;AAAA;AAAA,EAEtD,4CAA4C;AAAA;AAAA,EAE5C,2CAA2C;AAAA;AAAA,EAE3C,wCAAwC;AAAA;AAAA,EAExC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,mCAAmC;AAAA;AAAA,EAEnC,kCAAkC;AAAA;AAAA,EAElC,gCACE;AAAA;AAAA,EAEF,4CAA4C;AAAA;AAAA,EAE5C,8CAA8C;AAAA;AAAA,EAE9C,gDAAgD;AAAA;AAAA,EAEhD,+CAA+C;AAAA;AAAA,EAE/C,+CACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,qCAAqC;AAAA;AAAA,EAErC,sCAAsC;AAAA;AAAA,EAEtC,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,yCAAyC;AAAA;AAAA,EAEzC,oCAAoC;AAAA;AAAA,EAEpC,2CACE;AAAA;AAAA,EAEF,oDAAoD;AAAA;AAAA,EAEpD,mDAAmD;AAAA;AAAA,EAEnD,qDAAqD;AAAA;AAAA,EAErD,sDAAsD;AAAA;AAAA,EAEtD,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,oCAAoC;AAAA;AAAA,EAEpC,2CAA2C;AAC7C,CAAC;"}
@@ -1,4 +1,4 @@
1
- var version = "5.26.1-next.3";
1
+ var version = "5.26.1-next.5+36a8b11edb";
2
2
  let buildVersion;
3
3
  try {
4
4
  buildVersion = process.env.PKG_BUILD_VERSION;
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "5.26.1-next.3";
10
+ "5.26.1-next.5+36a8b11edb";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.26.1-next.3",
3
+ "version": "5.26.1-next.5",
4
4
  "description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches",
5
5
  "keywords": [
6
6
  "cms",
@@ -179,11 +179,11 @@
179
179
  "uuid": "^11.1.0",
180
180
  "web-vitals": "^5.1.0",
181
181
  "xstate": "^5.25.1",
182
- "@sanity/diff": "5.26.1-next.3",
183
- "@sanity/mutator": "5.26.1-next.3",
184
- "@sanity/schema": "5.26.1-next.3",
185
- "@sanity/types": "5.26.1-next.3",
186
- "@sanity/util": "5.26.1-next.3"
182
+ "@sanity/diff": "5.26.1-next.5+36a8b11edb",
183
+ "@sanity/mutator": "5.26.1-next.5+36a8b11edb",
184
+ "@sanity/types": "5.26.1-next.5+36a8b11edb",
185
+ "@sanity/schema": "5.26.1-next.5+36a8b11edb",
186
+ "@sanity/util": "5.26.1-next.5+36a8b11edb"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@playwright/experimental-ct-react": "1.59.1",
@@ -230,11 +230,11 @@
230
230
  "vite": "^7.3.1",
231
231
  "vitest": "^4.1.4",
232
232
  "vitest-package-exports": "^1.1.2",
233
- "@repo/package.bundle": "5.26.1-next.3",
234
- "@repo/package.config": "5.26.1-next.3",
235
- "@repo/test-config": "5.26.1-next.3",
236
- "@repo/eslint-config": "5.26.1-next.3",
237
- "@repo/tsconfig": "5.26.1-next.3"
233
+ "@repo/eslint-config": "5.26.1-next.5+36a8b11edb",
234
+ "@repo/package.bundle": "5.26.1-next.5+36a8b11edb",
235
+ "@repo/package.config": "5.26.1-next.5+36a8b11edb",
236
+ "@repo/tsconfig": "5.26.1-next.5+36a8b11edb",
237
+ "@repo/test-config": "5.26.1-next.5+36a8b11edb"
238
238
  },
239
239
  "peerDependencies": {
240
240
  "react": "^19.2.2",