@atlaskit/editor-common 107.25.2 → 107.25.4
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.
- package/CHANGELOG.md +16 -0
- package/dist/cjs/collab/index.js +3 -10
- package/dist/cjs/i18n/en.js +5 -1
- package/dist/cjs/i18n/en_GB.js +5 -1
- package/dist/cjs/i18n/en_ZZ.js +5 -1
- package/dist/cjs/i18n/fr.js +10 -0
- package/dist/cjs/i18n/vi.js +10 -0
- package/dist/cjs/messages/annotation.js +0 -10
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/collab/index.js +1 -36
- package/dist/es2019/i18n/en.js +5 -1
- package/dist/es2019/i18n/en_GB.js +5 -1
- package/dist/es2019/i18n/en_ZZ.js +5 -1
- package/dist/es2019/i18n/fr.js +10 -0
- package/dist/es2019/i18n/vi.js +10 -0
- package/dist/es2019/messages/annotation.js +0 -10
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/collab/index.js +3 -10
- package/dist/esm/i18n/en.js +5 -1
- package/dist/esm/i18n/en_GB.js +5 -1
- package/dist/esm/i18n/en_ZZ.js +5 -1
- package/dist/esm/i18n/fr.js +10 -0
- package/dist/esm/i18n/vi.js +10 -0
- package/dist/esm/messages/annotation.js +0 -10
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/collab/index.d.ts +0 -1
- package/dist/types/i18n/en.d.ts +5 -1
- package/dist/types/i18n/en_GB.d.ts +5 -1
- package/dist/types/i18n/en_ZZ.d.ts +5 -1
- package/dist/types/i18n/fr.d.ts +10 -0
- package/dist/types/i18n/vi.d.ts +10 -0
- package/dist/types/messages/annotation.d.ts +0 -10
- package/dist/types-ts4.5/collab/index.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en.d.ts +5 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +10 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -0
- package/dist/types-ts4.5/messages/annotation.d.ts +0 -10
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 107.25.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`13c698778e3c6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/13c698778e3c6) -
|
|
8
|
+
[ux] Atlaspack version bump
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 107.25.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`f811cf0df3429`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f811cf0df3429) -
|
|
16
|
+
[ux] Remove unused createCommentOnInlineNodeSpotlightBody code
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 107.25.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/cjs/collab/index.js
CHANGED
|
@@ -4,12 +4,12 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.tintDirtyTransaction = exports.
|
|
7
|
+
exports.tintDirtyTransaction = exports.telepointerStyle = exports.isDirtyTransaction = exports.TELEPOINTER_PULSE_DURING_TR_DURATION_MS = exports.TELEPOINTER_PULSE_DURING_TR_CLASS = exports.TELEPOINTER_PULSE_CLASS = exports.TELEPOINTER_DIM_CLASS = exports.TELEPOINTER_DATA_SESSION_ID_ATTR = exports.PROVIDER_ERROR_CODE = exports.DisconnectReason = void 0;
|
|
8
8
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
11
11
|
var _tokens = require("@atlaskit/tokens");
|
|
12
|
-
var _templateObject
|
|
12
|
+
var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
13
|
// Format of the payload returned by the callback function passed to the collab provider
|
|
14
14
|
// that gets called when syncing with the back-end service fails.
|
|
15
15
|
// Format of the document and its metadata returned from the collab provider
|
|
@@ -141,14 +141,7 @@ var TELEPOINTER_DATA_SESSION_ID_ATTR = exports.TELEPOINTER_DATA_SESSION_ID_ATTR
|
|
|
141
141
|
// ED-22557: Safely convert to object styling
|
|
142
142
|
// Disable top: -14px since it is necessary to align to cursor
|
|
143
143
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
144
|
-
var
|
|
145
|
-
return telepointerColorStyle(participantColor.backgroundColor, participantColor.textColor, index);
|
|
146
|
-
}));
|
|
147
|
-
|
|
148
|
-
// ED-22557: Safely convert to object styling
|
|
149
|
-
// Disable top: -14px since it is necessary to align to cursor
|
|
150
|
-
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
151
|
-
var telepointerStyle = exports.telepointerStyle = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\t@keyframes pulseIn {\n\t\t0%,\n\t\t100% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t\t10% {\n\t\t\ttransform: scaleX(1.4);\n\t\t\topacity: 1;\n\t\t}\n\t\t15%,\n\t\t85% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t}\n\n\t@keyframes pulseOut {\n\t\t0%,\n\t\t90%,\n\t\t100% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t\t10%,\n\t\t80% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t}\n\n\t@keyframes pulseInDuringTr {\n\t\t0%,\n\t\t95% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t}\n\n\t@keyframes pulseOutDuringTr {\n\t\t100% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t\t0%,\n\t\t90% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t}\n\n\t.ProseMirror .telepointer {\n\t\tposition: relative;\n\t\ttransition: opacity 200ms;\n\n\t\t&.telepointer-selection:not(.inlineNodeView) {\n\t\t\tline-height: 1.2;\n\t\t\tpointer-events: none;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&.telepointer-selection-badge {\n\t\t\t.telepointer-initial,\n\t\t\t.telepointer-fullname {\n\t\t\t\tposition: absolute;\n\t\t\t\tdisplay: block;\n\t\t\t\tuser-select: none;\n\t\t\t\twhite-space: pre;\n\t\t\t\ttop: -14px;\n\t\t\t\tleft: 0px;\n\t\t\t\tfont: ", ";\n\t\t\t\tpadding-left: ", ";\n\t\t\t\tpadding-right: ", ";\n\t\t\t\tborder-radius: 0 2px 2px 0;\n\t\t\t}\n\n\t\t\t.telepointer-initial {\n\t\t\t\topacity: 1;\n\t\t\t\ttransition: opacity 0.15s ease-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\topacity: 0;\n\t\t\t\ttransform: scaleX(0);\n\t\t\t\ttransform-origin: top left;\n\t\t\t\ttransition:\n\t\t\t\t\ttransform 0.15s ease-out,\n\t\t\t\t\topacity 0.15s ease-out;\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t.telepointer-initial {\n\t\t\t\tanimation: pulseOut 2.5s ease-in-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\tanimation: pulseIn 2.5s ease-in-out;\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t.telepointer-initial {\n\t\t\t\tanimation: pulseOutDuringTr ", "ms ease-in-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\tanimation: pulseInDuringTr ", "ms ease-in-out;\n\t\t\t}\n\t\t}\n\n\t\t&:hover {\n\t\t\t.telepointer-initial {\n\t\t\t\topacity: 0;\n\t\t\t\ttransition-delay: 150ms;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\ttransform: scaleX(1);\n\t\t\t\topacity: 1;\n\t\t\t\tz-index: 1;\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\topacity: 0.2;\n\t\t}\n\n\t\t", ";\n\t}\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)", TELEPOINTER_PULSE_CLASS, TELEPOINTER_PULSE_DURING_TR_CLASS, TELEPOINTER_PULSE_DURING_TR_DURATION_MS, TELEPOINTER_PULSE_DURING_TR_DURATION_MS, TELEPOINTER_DIM_CLASS, _editorSharedStyles.participantColors.map(function (participantColor, index) {
|
|
144
|
+
var telepointerStyle = exports.telepointerStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t@keyframes pulseIn {\n\t\t0%,\n\t\t100% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t\t10% {\n\t\t\ttransform: scaleX(1.4);\n\t\t\topacity: 1;\n\t\t}\n\t\t15%,\n\t\t85% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t}\n\n\t@keyframes pulseOut {\n\t\t0%,\n\t\t90%,\n\t\t100% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t\t10%,\n\t\t80% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t}\n\n\t@keyframes pulseInDuringTr {\n\t\t0%,\n\t\t95% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t\t100% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t}\n\n\t@keyframes pulseOutDuringTr {\n\t\t100% {\n\t\t\ttransform: scaleX(1);\n\t\t\topacity: 1;\n\t\t}\n\t\t0%,\n\t\t90% {\n\t\t\ttransform: scaleX(0);\n\t\t\topacity: 0;\n\t\t}\n\t}\n\n\t.ProseMirror .telepointer {\n\t\tposition: relative;\n\t\ttransition: opacity 200ms;\n\n\t\t&.telepointer-selection:not(.inlineNodeView) {\n\t\t\tline-height: 1.2;\n\t\t\tpointer-events: none;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&.telepointer-selection-badge {\n\t\t\t.telepointer-initial,\n\t\t\t.telepointer-fullname {\n\t\t\t\tposition: absolute;\n\t\t\t\tdisplay: block;\n\t\t\t\tuser-select: none;\n\t\t\t\twhite-space: pre;\n\t\t\t\ttop: -14px;\n\t\t\t\tleft: 0px;\n\t\t\t\tfont: ", ";\n\t\t\t\tpadding-left: ", ";\n\t\t\t\tpadding-right: ", ";\n\t\t\t\tborder-radius: 0 2px 2px 0;\n\t\t\t}\n\n\t\t\t.telepointer-initial {\n\t\t\t\topacity: 1;\n\t\t\t\ttransition: opacity 0.15s ease-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\topacity: 0;\n\t\t\t\ttransform: scaleX(0);\n\t\t\t\ttransform-origin: top left;\n\t\t\t\ttransition:\n\t\t\t\t\ttransform 0.15s ease-out,\n\t\t\t\t\topacity 0.15s ease-out;\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t.telepointer-initial {\n\t\t\t\tanimation: pulseOut 2.5s ease-in-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\tanimation: pulseIn 2.5s ease-in-out;\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t.telepointer-initial {\n\t\t\t\tanimation: pulseOutDuringTr ", "ms ease-in-out;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\tanimation: pulseInDuringTr ", "ms ease-in-out;\n\t\t\t}\n\t\t}\n\n\t\t&:hover {\n\t\t\t.telepointer-initial {\n\t\t\t\topacity: 0;\n\t\t\t\ttransition-delay: 150ms;\n\t\t\t}\n\n\t\t\t.telepointer-fullname {\n\t\t\t\ttransform: scaleX(1);\n\t\t\t\topacity: 1;\n\t\t\t\tz-index: 1;\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\topacity: 0.2;\n\t\t}\n\n\t\t", ";\n\t}\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)", TELEPOINTER_PULSE_CLASS, TELEPOINTER_PULSE_DURING_TR_CLASS, TELEPOINTER_PULSE_DURING_TR_DURATION_MS, TELEPOINTER_PULSE_DURING_TR_DURATION_MS, TELEPOINTER_DIM_CLASS, _editorSharedStyles.participantColors.map(function (participantColor, index) {
|
|
152
145
|
return telepointerColorStyle(participantColor.backgroundColor, participantColor.textColor, index);
|
|
153
146
|
}));
|
|
154
147
|
var tintKey = 'collab:isDirtyTransaction';
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -208,6 +208,7 @@ var _default = exports.default = {
|
|
|
208
208
|
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
209
209
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
210
210
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
211
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Delete response?',
|
|
211
212
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
212
213
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
213
214
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
@@ -374,6 +375,7 @@ var _default = exports.default = {
|
|
|
374
375
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
375
376
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
376
377
|
'fabric.editor.bug': 'Bug',
|
|
378
|
+
'fabric.editor.bulletedList': 'Bulleted list',
|
|
377
379
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
378
380
|
'fabric.editor.cancelButton': 'Cancel',
|
|
379
381
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
@@ -665,7 +667,6 @@ var _default = exports.default = {
|
|
|
665
667
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
666
668
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
667
669
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
668
|
-
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
669
670
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
670
671
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
671
672
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -708,6 +709,7 @@ var _default = exports.default = {
|
|
|
708
709
|
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
709
710
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
710
711
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
712
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
711
713
|
'fabric.editor.noResultsFound': 'No results',
|
|
712
714
|
'fabric.editor.noSearchResults': 'No search results',
|
|
713
715
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -720,6 +722,7 @@ var _default = exports.default = {
|
|
|
720
722
|
'fabric.editor.openButtonTitle': 'Open',
|
|
721
723
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
722
724
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
725
|
+
'fabric.editor.openPreviewPanel': 'Open preview panel',
|
|
723
726
|
'fabric.editor.orderedList': 'Numbered list',
|
|
724
727
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
725
728
|
'fabric.editor.other': 'Others...',
|
|
@@ -740,6 +743,7 @@ var _default = exports.default = {
|
|
|
740
743
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
741
744
|
'fabric.editor.plainText': 'Use plain text',
|
|
742
745
|
'fabric.editor.preferencesLink': 'Link preferences',
|
|
746
|
+
'fabric.editor.previewButtonTitle': 'Preview',
|
|
743
747
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
744
748
|
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
745
749
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -208,6 +208,7 @@ var _default = exports.default = {
|
|
|
208
208
|
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
209
209
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
210
210
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
211
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Delete response?',
|
|
211
212
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
212
213
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
213
214
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
@@ -374,6 +375,7 @@ var _default = exports.default = {
|
|
|
374
375
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
375
376
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
376
377
|
'fabric.editor.bug': 'Bug',
|
|
378
|
+
'fabric.editor.bulletedList': 'Bulleted list',
|
|
377
379
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
378
380
|
'fabric.editor.cancelButton': 'Cancel',
|
|
379
381
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
@@ -665,7 +667,6 @@ var _default = exports.default = {
|
|
|
665
667
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
666
668
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
667
669
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
668
|
-
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
669
670
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
670
671
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
671
672
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -708,6 +709,7 @@ var _default = exports.default = {
|
|
|
708
709
|
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
709
710
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
710
711
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
712
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
711
713
|
'fabric.editor.noResultsFound': 'No results',
|
|
712
714
|
'fabric.editor.noSearchResults': 'No search results',
|
|
713
715
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -720,6 +722,7 @@ var _default = exports.default = {
|
|
|
720
722
|
'fabric.editor.openButtonTitle': 'Open',
|
|
721
723
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
722
724
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
725
|
+
'fabric.editor.openPreviewPanel': 'Open preview panel',
|
|
723
726
|
'fabric.editor.orderedList': 'Numbered list',
|
|
724
727
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
725
728
|
'fabric.editor.other': 'Others...',
|
|
@@ -740,6 +743,7 @@ var _default = exports.default = {
|
|
|
740
743
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
741
744
|
'fabric.editor.plainText': 'Use plain text',
|
|
742
745
|
'fabric.editor.preferencesLink': 'Link preferences',
|
|
746
|
+
'fabric.editor.previewButtonTitle': 'Preview',
|
|
743
747
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
744
748
|
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
745
749
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -208,6 +208,7 @@ var _default = exports.default = {
|
|
|
208
208
|
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
209
209
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
210
210
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
211
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Delete response?',
|
|
211
212
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
212
213
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
213
214
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
@@ -374,6 +375,7 @@ var _default = exports.default = {
|
|
|
374
375
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
375
376
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
376
377
|
'fabric.editor.bug': 'Bug',
|
|
378
|
+
'fabric.editor.bulletedList': 'Bulleted list',
|
|
377
379
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
378
380
|
'fabric.editor.cancelButton': 'Cancel',
|
|
379
381
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
@@ -665,7 +667,6 @@ var _default = exports.default = {
|
|
|
665
667
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
666
668
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
667
669
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
668
|
-
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
669
670
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
670
671
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
671
672
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -708,6 +709,7 @@ var _default = exports.default = {
|
|
|
708
709
|
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
709
710
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
710
711
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
712
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
711
713
|
'fabric.editor.noResultsFound': 'No results',
|
|
712
714
|
'fabric.editor.noSearchResults': 'No search results',
|
|
713
715
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -720,6 +722,7 @@ var _default = exports.default = {
|
|
|
720
722
|
'fabric.editor.openButtonTitle': 'Open',
|
|
721
723
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
722
724
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
725
|
+
'fabric.editor.openPreviewPanel': 'Open preview panel',
|
|
723
726
|
'fabric.editor.orderedList': 'Numbered list',
|
|
724
727
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
725
728
|
'fabric.editor.other': 'Others...',
|
|
@@ -740,6 +743,7 @@ var _default = exports.default = {
|
|
|
740
743
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
741
744
|
'fabric.editor.plainText': 'Use plain text',
|
|
742
745
|
'fabric.editor.preferencesLink': 'Link preferences',
|
|
746
|
+
'fabric.editor.previewButtonTitle': 'Preview',
|
|
743
747
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
744
748
|
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
745
749
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -53,6 +53,8 @@ var _default = exports.default = {
|
|
|
53
53
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Le titre ne peut pas dépasser {maxLength} caractères',
|
|
54
54
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continuer dans le chat',
|
|
55
55
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Ouvrir dans le chat',
|
|
56
|
+
'fabric.editor.ai.config.item.addPolish.description': 'Peaufine le contenu pour le rendre plus raffiné',
|
|
57
|
+
'fabric.editor.ai.config.item.addPolish.title': 'Affiner',
|
|
56
58
|
'fabric.editor.ai.config.item.agent.title': 'Agent Rovo Atlassian Intelligence',
|
|
57
59
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Raccourcit le contenu pour le rendre plus concis',
|
|
58
60
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Raccourcir la mise à jour',
|
|
@@ -185,6 +187,7 @@ var _default = exports.default = {
|
|
|
185
187
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Traduire',
|
|
186
188
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Titre de la page',
|
|
187
189
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Page',
|
|
190
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': 'Nous rencontrons des problèmes et nous ne pouvons pas obtenir de réponse pour le moment. Réessayez ultérieurement.',
|
|
188
191
|
'fabric.editor.ai.experience-application.documentInsertError': 'Nous rencontrons un problème pour insérer la réponse. Fermez la boîte de dialogue et réessayez.',
|
|
189
192
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': "Nous rencontrons un problème pour générer l'aperçu. Fermez la boîte de dialogue et réessayez.",
|
|
190
193
|
'fabric.editor.ai.experience-application.rateLimitEnforced': "Nous avons reçu trop de demandes récentes impliquant Atlassian Intelligence (AI). Réessayez dans quelques minutes ou découvrez-en plus sur <link>l'utilisation excessive d'AI</link>.",
|
|
@@ -193,8 +196,11 @@ var _default = exports.default = {
|
|
|
193
196
|
'fabric.editor.ai.experience.apiError': "Impossible d'obtenir une réponse, veuillez réessayer.",
|
|
194
197
|
'fabric.editor.ai.experience.aupViolationMessage': "Votre prompt ou votre contenu peut ne pas être conforme à notre Politique d'utilisation acceptable. Veuillez passer en revue les deux et consulter notre <link>Politique d'utilisation acceptable</link> si nécessaire. Si le problème persiste, essayez un autre prompt ou un autre contenu.",
|
|
195
198
|
'fabric.editor.ai.experience.browseMore.agents': 'Rechercher des agents',
|
|
199
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': 'Une erreur est survenue lors de la génération de votre réponse.',
|
|
200
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "Nous n'avons pas pu traiter cette demande, car elle n'est pas conforme à notre <link>Politique d'utilisation acceptable</link>.",
|
|
196
201
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Souhaitez-vous abandonner votre invite ?',
|
|
197
202
|
'fabric.editor.ai.experience.discardMessageResponse': 'Souhaitez-vous abandonner votre réponse ?',
|
|
203
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Supprimer la réponse ?',
|
|
198
204
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'La génération libre est désactivée dans Elevate pour le moment.',
|
|
199
205
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Vous pouvez désormais coller des liens 🔗 vers du contenu Jira et Confluence dans vos prompts.',
|
|
200
206
|
'fabric.editor.ai.experience.footerRightText.agents': 'Optimisé par Rovo',
|
|
@@ -289,6 +295,7 @@ var _default = exports.default = {
|
|
|
289
295
|
'fabric.editor.breakoutFullWidthLabel': 'Pleine largeur',
|
|
290
296
|
'fabric.editor.breakoutWideWidthLabel': 'Large',
|
|
291
297
|
'fabric.editor.bug': 'Bug',
|
|
298
|
+
'fabric.editor.bulletedList': 'Liste à puces',
|
|
292
299
|
'fabric.editor.canNotSortTable': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
293
300
|
'fabric.editor.cancelButton': 'Annuler',
|
|
294
301
|
'fabric.editor.captionPlaceholder': 'Ajouter une légende',
|
|
@@ -633,6 +640,7 @@ var _default = exports.default = {
|
|
|
633
640
|
'fabric.editor.openButtonTitle': 'Ouvrir',
|
|
634
641
|
'fabric.editor.openCellOptions': 'Ouvrir les options des cellules',
|
|
635
642
|
'fabric.editor.openLink': 'Ouvrir le lien dans un nouvel onglet',
|
|
643
|
+
'fabric.editor.openPreviewPanel': "Ouvrir le panneau d'aperçu",
|
|
636
644
|
'fabric.editor.orderedList': 'Liste numérotée',
|
|
637
645
|
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
638
646
|
'fabric.editor.other': 'Autres…',
|
|
@@ -688,6 +696,7 @@ var _default = exports.default = {
|
|
|
688
696
|
'fabric.editor.selectTableColumn': 'Sélectionner une colonne du tableau',
|
|
689
697
|
'fabric.editor.selectTableRow': 'Sélectionner une ligne du tableau',
|
|
690
698
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Sélectionner une app',
|
|
699
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': "Plus d'options",
|
|
691
700
|
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
692
701
|
'fabric.editor.shortEmptyNodePlaceholderText': 'Saisissez / pour insérer',
|
|
693
702
|
'fabric.editor.shortcut': 'Raccourci de texte',
|
|
@@ -765,6 +774,7 @@ var _default = exports.default = {
|
|
|
765
774
|
'fabric.editor.toolbarPositionInline': 'Alignée avec le texte',
|
|
766
775
|
'fabric.editor.toolbarPositionPinedAtTop': "Libérer la barre d'outils",
|
|
767
776
|
'fabric.editor.toolbarPositionUnpined': "Épingler la barre d'outils en haut",
|
|
777
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': "Épingler la barre d'outils en haut",
|
|
768
778
|
'fabric.editor.tooltip.blockPanel': 'un panneau',
|
|
769
779
|
'fabric.editor.tooltip.bulletList': 'une liste',
|
|
770
780
|
'fabric.editor.tooltip.decisionList': 'une liste de décisions',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -53,6 +53,8 @@ var _default = exports.default = {
|
|
|
53
53
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Tên không được vượt quá {maxLength} ký tự',
|
|
54
54
|
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Tiếp tục trong trò chuyện',
|
|
55
55
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Mở trong phần Trò chuyện',
|
|
56
|
+
'fabric.editor.ai.config.item.addPolish.description': 'Trau chuốt nội dung cho hoàn thiện hơn',
|
|
57
|
+
'fabric.editor.ai.config.item.addPolish.title': 'Trau chuốt thêm',
|
|
56
58
|
'fabric.editor.ai.config.item.agent.title': 'Nhân viên hỗ trợ Atlassian Intelligence Rovo',
|
|
57
59
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Rút ngắn nội dung cho súc tích hơn',
|
|
58
60
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Rút ngắn bản cập nhật',
|
|
@@ -170,6 +172,7 @@ var _default = exports.default = {
|
|
|
170
172
|
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Dịch',
|
|
171
173
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Tiêu đề trang',
|
|
172
174
|
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Trang',
|
|
175
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': 'Chúng tôi đang gặp vấn đề và không thể tạo câu trả lời lúc này. Hãy thử lại sau.',
|
|
173
176
|
'fabric.editor.ai.experience-application.documentInsertError': 'Đã xảy ra lỗi khi chèn phản hồi. Hãy đóng hộp thoại và thử lại.',
|
|
174
177
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Đã xảy ra lỗi khi tạo bản xem trước. Hãy đóng hộp thoại rồi thử lại.',
|
|
175
178
|
'fabric.editor.ai.experience-application.rateLimitEnforced': 'Gần đây, chúng tôi nhận được quá nhiều yêu cầu về Atlassian Intelligence (AI). Hãy thử lại sau vài phút hoặc đọc về <link>việc sử dụng AI quá mức</link>.',
|
|
@@ -178,8 +181,11 @@ var _default = exports.default = {
|
|
|
178
181
|
'fabric.editor.ai.experience.apiError': 'Chúng tôi không thể nhận phản hồi, vui lòng thử lại.',
|
|
179
182
|
'fabric.editor.ai.experience.aupViolationMessage': 'Lời nhắc và nội dung của bạn có thể không tuân thủ Chính sách sử dụng được chấp nhận của chúng tôi. Vui lòng xem lại cả hai và tham khảo <link>Chính sách sử dụng được chấp nhận</link> của chúng tôi nếu cần. Nếu sự cố vẫn tiếp diễn, hãy cân nhắc thử một lời nhắc hoặc nội dung khác.',
|
|
180
183
|
'fabric.editor.ai.experience.browseMore.agents': 'Duyệt tìm nhân viên',
|
|
184
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': 'Đã xảy ra lỗi khi tạo câu trả lời cho bạn.',
|
|
185
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': 'Chúng tôi không thể hoàn thành yêu cầu đó do yêu cầu không tuân thủ <link>Chính sách sử dụng được chấp nhận</link> của chúng tôi.',
|
|
181
186
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Bạn có muốn hủy bỏ lời nhắc?',
|
|
182
187
|
'fabric.editor.ai.experience.discardMessageResponse': 'Bạn có muốn hủy bỏ phản hồi?',
|
|
188
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Xóa câu trả lời?',
|
|
183
189
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Tính năng tạo miễn phí hiện đang tắt trong Elevate',
|
|
184
190
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Bạn hiện có thể dán liên kết 🔗 tới nội dung Jira và Confluence vào lời nhắc của mình.',
|
|
185
191
|
'fabric.editor.ai.experience.footerRightText.agents': 'Được hỗ trợ bởi Rovo',
|
|
@@ -274,6 +280,7 @@ var _default = exports.default = {
|
|
|
274
280
|
'fabric.editor.breakoutFullWidthLabel': 'Toàn chiều rộng',
|
|
275
281
|
'fabric.editor.breakoutWideWidthLabel': 'Rộng',
|
|
276
282
|
'fabric.editor.bug': 'Lỗi',
|
|
283
|
+
'fabric.editor.bulletedList': 'Danh sách có dấu đầu dòng',
|
|
277
284
|
'fabric.editor.canNotSortTable': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
|
|
278
285
|
'fabric.editor.cancelButton': 'Hủy',
|
|
279
286
|
'fabric.editor.captionPlaceholder': 'Thêm chú thích',
|
|
@@ -618,6 +625,7 @@ var _default = exports.default = {
|
|
|
618
625
|
'fabric.editor.openButtonTitle': 'Mở',
|
|
619
626
|
'fabric.editor.openCellOptions': 'Mở tùy chọn ô',
|
|
620
627
|
'fabric.editor.openLink': 'Mở liên kết trong tab mới',
|
|
628
|
+
'fabric.editor.openPreviewPanel': 'Mở bảng xem trước',
|
|
621
629
|
'fabric.editor.orderedList': 'Danh sách được đánh số',
|
|
622
630
|
'fabric.editor.orderedList.description': 'Tạo một danh sách kiểu sắp xếp',
|
|
623
631
|
'fabric.editor.other': 'Khác...',
|
|
@@ -673,6 +681,7 @@ var _default = exports.default = {
|
|
|
673
681
|
'fabric.editor.selectTableColumn': 'Chọn cột trong bảng',
|
|
674
682
|
'fabric.editor.selectTableRow': 'Chọn hàng trong bảng',
|
|
675
683
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Chọn ứng dụng',
|
|
684
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Tùy chọn khác',
|
|
676
685
|
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
677
686
|
'fabric.editor.shortEmptyNodePlaceholderText': '/ để chèn',
|
|
678
687
|
'fabric.editor.shortcut': 'Phím tắt văn bản',
|
|
@@ -750,6 +759,7 @@ var _default = exports.default = {
|
|
|
750
759
|
'fabric.editor.toolbarPositionInline': 'Cùng dòng với văn bản',
|
|
751
760
|
'fabric.editor.toolbarPositionPinedAtTop': 'Bỏ ghim thanh công cụ',
|
|
752
761
|
'fabric.editor.toolbarPositionUnpined': 'Ghim thanh công cụ lên đầu',
|
|
762
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': 'Ghim thanh công cụ lên đầu',
|
|
753
763
|
'fabric.editor.tooltip.blockPanel': 'một bảng điều khiển',
|
|
754
764
|
'fabric.editor.tooltip.bulletList': 'một danh sách',
|
|
755
765
|
'fabric.editor.tooltip.decisionList': 'một danh sách quyết định',
|
|
@@ -35,15 +35,5 @@ var annotationMessages = exports.annotationMessages = (0, _reactIntlNext.defineM
|
|
|
35
35
|
id: 'fabric.editor.annotationToolbar',
|
|
36
36
|
defaultMessage: 'Annotation toolbar',
|
|
37
37
|
description: 'A label for a toolbar (UI element) that creates annotations/comments in the document'
|
|
38
|
-
},
|
|
39
|
-
createCommentOnInlineNodeSpotlightBody: {
|
|
40
|
-
id: 'fabric.editor.createCommentOnInlineNodeSpotlight.body',
|
|
41
|
-
defaultMessage: 'You can now leave comments on inline elements like links, dates, statuses and mentions.',
|
|
42
|
-
description: 'The body content of the spotlight message that appears when the user can leave comments on inline nodes'
|
|
43
|
-
},
|
|
44
|
-
createCommentOnInlineNodeSpotlightAction: {
|
|
45
|
-
id: 'fabric.editor.createCommentOnInlineNodeSpotlight.action',
|
|
46
|
-
defaultMessage: 'Got it',
|
|
47
|
-
description: 'The content of the action button that closes the spotlight'
|
|
48
38
|
}
|
|
49
39
|
});
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "107.25.
|
|
19
|
+
var packageVersion = "107.25.3";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// Ignored via go/ees007
|
|
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
24
24
|
* @jsx jsx
|
|
25
25
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "107.25.
|
|
27
|
+
var packageVersion = "107.25.3";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
import { participantColors
|
|
3
|
+
import { participantColors } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import { getGlobalTheme } from '@atlaskit/tokens';
|
|
5
5
|
|
|
6
6
|
// Format of the payload returned by the callback function passed to the collab provider
|
|
@@ -163,41 +163,6 @@ export const TELEPOINTER_PULSE_DURING_TR_CLASS = 'telepointer-pulse-during-tr';
|
|
|
163
163
|
export const TELEPOINTER_PULSE_DURING_TR_DURATION_MS = 7500; // Keeping it longer so it'll be easier to spot during transactions
|
|
164
164
|
export const TELEPOINTER_DATA_SESSION_ID_ATTR = 'data-telepointer-sessionid';
|
|
165
165
|
|
|
166
|
-
// ED-22557: Safely convert to object styling
|
|
167
|
-
// Disable top: -14px since it is necessary to align to cursor
|
|
168
|
-
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
169
|
-
export const telepointerStyleWithInitialOnly = css`
|
|
170
|
-
.ProseMirror .telepointer {
|
|
171
|
-
position: relative;
|
|
172
|
-
transition: opacity 200ms;
|
|
173
|
-
|
|
174
|
-
&.telepointer-selection:not(.inlineNodeView) {
|
|
175
|
-
line-height: 1.2;
|
|
176
|
-
pointer-events: none;
|
|
177
|
-
user-select: none;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
&.telepointer-selection-badge::after {
|
|
181
|
-
content: attr(data-initial);
|
|
182
|
-
position: absolute;
|
|
183
|
-
display: block;
|
|
184
|
-
top: -14px;
|
|
185
|
-
font-size: ${relativeFontSizeToBase16(9)};
|
|
186
|
-
padding: ${"var(--ds-space-025, 2px)"};
|
|
187
|
-
color: ${"var(--ds-text-inverse, #FFFFFF)"};
|
|
188
|
-
left: 0px;
|
|
189
|
-
border-radius: 2px 2px 2px 0;
|
|
190
|
-
line-height: initial;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
&.${TELEPOINTER_DIM_CLASS} {
|
|
194
|
-
opacity: 0.2;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
${participantColors.map((participantColor, index) => telepointerColorStyle(participantColor.backgroundColor, participantColor.textColor, index))};
|
|
198
|
-
}
|
|
199
|
-
`;
|
|
200
|
-
|
|
201
166
|
// ED-22557: Safely convert to object styling
|
|
202
167
|
// Disable top: -14px since it is necessary to align to cursor
|
|
203
168
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -202,6 +202,7 @@ export default {
|
|
|
202
202
|
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
203
203
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
204
204
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
205
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Delete response?',
|
|
205
206
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
206
207
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
207
208
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
@@ -368,6 +369,7 @@ export default {
|
|
|
368
369
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
369
370
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
370
371
|
'fabric.editor.bug': 'Bug',
|
|
372
|
+
'fabric.editor.bulletedList': 'Bulleted list',
|
|
371
373
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
372
374
|
'fabric.editor.cancelButton': 'Cancel',
|
|
373
375
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
@@ -659,7 +661,6 @@ export default {
|
|
|
659
661
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
660
662
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
661
663
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
662
|
-
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
663
664
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
664
665
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
665
666
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -702,6 +703,7 @@ export default {
|
|
|
702
703
|
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
703
704
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
704
705
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
706
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
705
707
|
'fabric.editor.noResultsFound': 'No results',
|
|
706
708
|
'fabric.editor.noSearchResults': 'No search results',
|
|
707
709
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -714,6 +716,7 @@ export default {
|
|
|
714
716
|
'fabric.editor.openButtonTitle': 'Open',
|
|
715
717
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
716
718
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
719
|
+
'fabric.editor.openPreviewPanel': 'Open preview panel',
|
|
717
720
|
'fabric.editor.orderedList': 'Numbered list',
|
|
718
721
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
719
722
|
'fabric.editor.other': 'Others...',
|
|
@@ -734,6 +737,7 @@ export default {
|
|
|
734
737
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
735
738
|
'fabric.editor.plainText': 'Use plain text',
|
|
736
739
|
'fabric.editor.preferencesLink': 'Link preferences',
|
|
740
|
+
'fabric.editor.previewButtonTitle': 'Preview',
|
|
737
741
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
738
742
|
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
739
743
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
@@ -202,6 +202,7 @@ export default {
|
|
|
202
202
|
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
203
203
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
204
204
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
205
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Delete response?',
|
|
205
206
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
206
207
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
207
208
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
@@ -368,6 +369,7 @@ export default {
|
|
|
368
369
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
369
370
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
370
371
|
'fabric.editor.bug': 'Bug',
|
|
372
|
+
'fabric.editor.bulletedList': 'Bulleted list',
|
|
371
373
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
372
374
|
'fabric.editor.cancelButton': 'Cancel',
|
|
373
375
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
@@ -659,7 +661,6 @@ export default {
|
|
|
659
661
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
660
662
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
661
663
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
662
|
-
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
663
664
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
664
665
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
665
666
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -702,6 +703,7 @@ export default {
|
|
|
702
703
|
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
703
704
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
704
705
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
706
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
705
707
|
'fabric.editor.noResultsFound': 'No results',
|
|
706
708
|
'fabric.editor.noSearchResults': 'No search results',
|
|
707
709
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -714,6 +716,7 @@ export default {
|
|
|
714
716
|
'fabric.editor.openButtonTitle': 'Open',
|
|
715
717
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
716
718
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
719
|
+
'fabric.editor.openPreviewPanel': 'Open preview panel',
|
|
717
720
|
'fabric.editor.orderedList': 'Numbered list',
|
|
718
721
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
719
722
|
'fabric.editor.other': 'Others...',
|
|
@@ -734,6 +737,7 @@ export default {
|
|
|
734
737
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
735
738
|
'fabric.editor.plainText': 'Use plain text',
|
|
736
739
|
'fabric.editor.preferencesLink': 'Link preferences',
|
|
740
|
+
'fabric.editor.previewButtonTitle': 'Preview',
|
|
737
741
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
738
742
|
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
739
743
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
@@ -202,6 +202,7 @@ export default {
|
|
|
202
202
|
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
203
203
|
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
204
204
|
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
205
|
+
'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse': 'Delete response?',
|
|
205
206
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
206
207
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
207
208
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
@@ -368,6 +369,7 @@ export default {
|
|
|
368
369
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
369
370
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
370
371
|
'fabric.editor.bug': 'Bug',
|
|
372
|
+
'fabric.editor.bulletedList': 'Bulleted list',
|
|
371
373
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
372
374
|
'fabric.editor.cancelButton': 'Cancel',
|
|
373
375
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
@@ -659,7 +661,6 @@ export default {
|
|
|
659
661
|
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
660
662
|
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
661
663
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
662
|
-
'fabric.editor.media.insert.insertSmartValueHelperMessage': 'Tip: Enter a smart value or replace a URL path with a smart value to make content dynamic.',
|
|
663
664
|
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
664
665
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
665
666
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
@@ -702,6 +703,7 @@ export default {
|
|
|
702
703
|
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
703
704
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
704
705
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
706
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
705
707
|
'fabric.editor.noResultsFound': 'No results',
|
|
706
708
|
'fabric.editor.noSearchResults': 'No search results',
|
|
707
709
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -714,6 +716,7 @@ export default {
|
|
|
714
716
|
'fabric.editor.openButtonTitle': 'Open',
|
|
715
717
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
716
718
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
719
|
+
'fabric.editor.openPreviewPanel': 'Open preview panel',
|
|
717
720
|
'fabric.editor.orderedList': 'Numbered list',
|
|
718
721
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
719
722
|
'fabric.editor.other': 'Others...',
|
|
@@ -734,6 +737,7 @@ export default {
|
|
|
734
737
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
735
738
|
'fabric.editor.plainText': 'Use plain text',
|
|
736
739
|
'fabric.editor.preferencesLink': 'Link preferences',
|
|
740
|
+
'fabric.editor.previewButtonTitle': 'Preview',
|
|
737
741
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
738
742
|
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
739
743
|
'fabric.editor.recordVideo': 'Record a Loom video',
|