@atlaskit/editor-common 114.19.2 → 114.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/ai-messages/ai-experience-application.js +3 -3
  3. package/dist/cjs/ai-messages/ai-suggestions.js +1 -1
  4. package/dist/cjs/ai-messages/ai.js +4 -4
  5. package/dist/cjs/extensions/messages.js +7 -7
  6. package/dist/cjs/floating-toolbar/messages.js +1 -1
  7. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  8. package/dist/cjs/link/LinkSearch/listItemAlts.js +1 -1
  9. package/dist/cjs/lists/messages.js +1 -1
  10. package/dist/cjs/media/messages/altText.js +3 -3
  11. package/dist/cjs/media/messages/comments.js +1 -1
  12. package/dist/cjs/media/messages/dropPlaceholder.js +1 -1
  13. package/dist/cjs/messages/find-replace.js +1 -1
  14. package/dist/cjs/messages/full-page.js +3 -3
  15. package/dist/cjs/messages/help-dialog.js +1 -1
  16. package/dist/cjs/messages/index.js +4 -4
  17. package/dist/cjs/messages/insert-block.js +1 -1
  18. package/dist/cjs/messages/layout.js +7 -7
  19. package/dist/cjs/messages/link-toolbar.js +4 -4
  20. package/dist/cjs/messages/list.js +1 -1
  21. package/dist/cjs/messages/mentions.js +2 -2
  22. package/dist/cjs/messages/paste-options-toolbar.js +6 -6
  23. package/dist/cjs/messages/placeholder-text.js +3 -3
  24. package/dist/cjs/messages/selection-toolbar.js +1 -1
  25. package/dist/cjs/messages/status.js +1 -1
  26. package/dist/cjs/messages/table.js +12 -12
  27. package/dist/cjs/messages/tasks-and-decsisions.js +2 -2
  28. package/dist/cjs/messages/toolbar.js +1 -1
  29. package/dist/cjs/monitoring/error.js +1 -1
  30. package/dist/cjs/ui/DropList/index.js +1 -1
  31. package/dist/es2019/ai-messages/ai-experience-application.js +3 -3
  32. package/dist/es2019/ai-messages/ai-suggestions.js +1 -1
  33. package/dist/es2019/ai-messages/ai.js +4 -4
  34. package/dist/es2019/extensions/messages.js +7 -7
  35. package/dist/es2019/floating-toolbar/messages.js +1 -1
  36. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  37. package/dist/es2019/link/LinkSearch/listItemAlts.js +1 -1
  38. package/dist/es2019/lists/messages.js +1 -1
  39. package/dist/es2019/media/messages/altText.js +3 -3
  40. package/dist/es2019/media/messages/comments.js +1 -1
  41. package/dist/es2019/media/messages/dropPlaceholder.js +1 -1
  42. package/dist/es2019/messages/find-replace.js +1 -1
  43. package/dist/es2019/messages/full-page.js +3 -3
  44. package/dist/es2019/messages/help-dialog.js +1 -1
  45. package/dist/es2019/messages/index.js +4 -4
  46. package/dist/es2019/messages/insert-block.js +1 -1
  47. package/dist/es2019/messages/layout.js +7 -7
  48. package/dist/es2019/messages/link-toolbar.js +4 -4
  49. package/dist/es2019/messages/list.js +1 -1
  50. package/dist/es2019/messages/mentions.js +2 -2
  51. package/dist/es2019/messages/paste-options-toolbar.js +6 -6
  52. package/dist/es2019/messages/placeholder-text.js +3 -3
  53. package/dist/es2019/messages/selection-toolbar.js +1 -1
  54. package/dist/es2019/messages/status.js +1 -1
  55. package/dist/es2019/messages/table.js +12 -12
  56. package/dist/es2019/messages/tasks-and-decsisions.js +2 -2
  57. package/dist/es2019/messages/toolbar.js +1 -1
  58. package/dist/es2019/monitoring/error.js +1 -1
  59. package/dist/es2019/ui/DropList/index.js +1 -1
  60. package/dist/esm/ai-messages/ai-experience-application.js +3 -3
  61. package/dist/esm/ai-messages/ai-suggestions.js +1 -1
  62. package/dist/esm/ai-messages/ai.js +4 -4
  63. package/dist/esm/extensions/messages.js +7 -7
  64. package/dist/esm/floating-toolbar/messages.js +1 -1
  65. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  66. package/dist/esm/link/LinkSearch/listItemAlts.js +1 -1
  67. package/dist/esm/lists/messages.js +1 -1
  68. package/dist/esm/media/messages/altText.js +3 -3
  69. package/dist/esm/media/messages/comments.js +1 -1
  70. package/dist/esm/media/messages/dropPlaceholder.js +1 -1
  71. package/dist/esm/messages/find-replace.js +1 -1
  72. package/dist/esm/messages/full-page.js +3 -3
  73. package/dist/esm/messages/help-dialog.js +1 -1
  74. package/dist/esm/messages/index.js +4 -4
  75. package/dist/esm/messages/insert-block.js +1 -1
  76. package/dist/esm/messages/layout.js +7 -7
  77. package/dist/esm/messages/link-toolbar.js +4 -4
  78. package/dist/esm/messages/list.js +1 -1
  79. package/dist/esm/messages/mentions.js +2 -2
  80. package/dist/esm/messages/paste-options-toolbar.js +6 -6
  81. package/dist/esm/messages/placeholder-text.js +3 -3
  82. package/dist/esm/messages/selection-toolbar.js +1 -1
  83. package/dist/esm/messages/status.js +1 -1
  84. package/dist/esm/messages/table.js +12 -12
  85. package/dist/esm/messages/tasks-and-decsisions.js +2 -2
  86. package/dist/esm/messages/toolbar.js +1 -1
  87. package/dist/esm/monitoring/error.js +1 -1
  88. package/dist/esm/ui/DropList/index.js +1 -1
  89. package/dist/types/analytics/types/paste-events.d.ts +1 -1
  90. package/dist/types-ts4.5/analytics/types/paste-events.d.ts +1 -1
  91. package/package.json +4 -4
@@ -43,12 +43,12 @@ export const tasksAndDecisionsMessages = defineMessages({
43
43
  taskList: {
44
44
  id: 'fabric.editor.taskList',
45
45
  defaultMessage: 'Task list',
46
- description: 'Label for the task list in the editor'
46
+ description: 'Accessible label for the task list container element in the editor, used by screen readers to identify a list of action items.'
47
47
  },
48
48
  decisionAriaLabel: {
49
49
  id: 'fabric.editor.decisionAriaLabel',
50
50
  defaultMessage: 'Decision',
51
- description: 'Descriptive text for a decision element'
51
+ description: 'Accessible ARIA label for a decision element in the editor, announced by screen readers to identify the element as a decision.'
52
52
  },
53
53
  undefinedDecisionAriaLabel: {
54
54
  id: 'fabric.editor.undefinedDecisionAriaLabel',
@@ -98,7 +98,7 @@ export const toolbarMessages = defineMessages({
98
98
  navigateToEditorToolbar: {
99
99
  id: 'fabric.editor.navigate.toolbar.editor',
100
100
  defaultMessage: 'Navigate to editor toolbar',
101
- description: 'Navigate to the main editor toolbar.'
101
+ description: 'Label for the keyboard shortcut action that moves focus to the main editor toolbar, allowing keyboard users to access toolbar buttons.'
102
102
  },
103
103
  navigateToFloatingToolbar: {
104
104
  id: 'fabric.editor.navigate.toolbar.floating',
@@ -4,7 +4,7 @@ import { isFedRamp } from './environment';
4
4
  import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
5
5
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
6
6
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
7
- const packageVersion = "0.0.0-development";
7
+ const packageVersion = "114.19.2";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // Ignored via go/ees007
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
14
14
  import { fg } from '@atlaskit/platform-feature-flags';
15
15
  import Layer from '../Layer';
16
16
  const packageName = "@atlaskit/editor-common";
17
- const packageVersion = "0.0.0-development";
17
+ const packageVersion = "114.19.2";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -119,12 +119,12 @@ export var aiExperienceApplicationMessages = defineMessages({
119
119
  agentsFooterRightText: {
120
120
  id: 'fabric.editor.ai.experience.footerRightText.agents',
121
121
  defaultMessage: 'Powered by Rovo',
122
- description: 'Label text for Rovo footer icon'
122
+ description: 'The text is shown as a label in the footer of the AI experience panel, displayed alongside the Rovo icon to indicate that the feature is powered by Rovo.'
123
123
  },
124
124
  agentsBrowseMore: {
125
125
  id: 'fabric.editor.ai.experience.browseMore.agents',
126
126
  defaultMessage: 'Browse Agents',
127
- description: 'Link text to browse more agents'
127
+ description: 'The text is shown as a link in the AI experience panel footer, allowing the user to navigate to a page listing all available Rovo agents.'
128
128
  },
129
129
  showMoreButton: {
130
130
  id: 'fabric.editor.ai.experience.showMoreButton',
@@ -139,6 +139,6 @@ export var aiExperienceApplicationMessages = defineMessages({
139
139
  engagementBannerLinksText: {
140
140
  id: 'fabric.editor.ai.experience.engagementBannerLinksText',
141
141
  defaultMessage: '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
142
- description: 'Text for the engagement banner'
142
+ description: 'The text is shown in an engagement banner within the AI prompt experience, informing users that they can paste Jira or Confluence links directly into their prompts.'
143
143
  }
144
144
  });
@@ -38,7 +38,7 @@ export var aiSuggestionsMessages = defineMessages({
38
38
  reviewNote: {
39
39
  id: 'fabric.editor.ai.suggestions.stagingArea.reviewNote.non-final',
40
40
  defaultMessage: 'Review • Only visible to you',
41
- description: 'A note displayed within the title'
41
+ description: 'The text is shown as a note within the staging area title bar during an AI suggestion review, indicating that the AI-generated content is only visible to the current user and has not been published.'
42
42
  },
43
43
  applyChangesButtonLabel: {
44
44
  id: 'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final',
@@ -172,12 +172,12 @@ export var aiMessages = defineMessages({
172
172
  actionItemsPageTitle: {
173
173
  id: 'fabric.editor.ai.ai-panels.actionItemsPageTitle',
174
174
  defaultMessage: "Action items panel (Beta)",
175
- description: 'Title for AI action items panel'
175
+ description: 'The text is shown as the heading of the AI action items panel (Beta) in the editor, displayed when the user opens the panel to view automatically identified action items.'
176
176
  },
177
177
  actionItemsPageDescription: {
178
178
  id: 'fabric.editor.ai.ai-panels.actionItemsPageDescription',
179
179
  defaultMessage: "Use Atlassian Intelligence to find action items and display in a panel",
180
- description: 'Description for AI action items panel'
180
+ description: 'The text is shown as the descriptive subtitle of the AI action items panel in the editor, explaining that Atlassian Intelligence will identify and display action items from the page.'
181
181
  },
182
182
  // AI Panel Summarise page messages
183
183
  summarizePageTitle: {
@@ -188,7 +188,7 @@ export var aiMessages = defineMessages({
188
188
  summarisePageDescription: {
189
189
  id: 'fabric.editor.ai.ai-panels.summarizePageDescription',
190
190
  defaultMessage: "Use Atlassian Intelligence to summarize this page and display in a panel",
191
- description: 'Description for AI summary panel'
191
+ description: 'The text is shown as the descriptive subtitle of the AI page summary panel in the editor, explaining that Atlassian Intelligence will summarize the page and display the result in a panel.'
192
192
  },
193
193
  // Agent messages
194
194
  agentsDropdownTitle: {
@@ -221,7 +221,7 @@ export var aiMessages = defineMessages({
221
221
  promptbuilderAriaLabel: {
222
222
  id: 'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel',
223
223
  defaultMessage: 'Ask Atlassian Intelligence',
224
- description: 'Aria label for prompt builder form'
224
+ description: 'The text is used as the ARIA label for the prompt builder form in the command palette, helping screen reader users identify the input area where they can type a request for Atlassian Intelligence.'
225
225
  },
226
226
  promptBuilderFromButton: {
227
227
  id: 'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit',
@@ -80,7 +80,7 @@ export var configPanelMessages = defineMessages({
80
80
  required: {
81
81
  id: 'fabric.editor.configPanel.required',
82
82
  defaultMessage: 'Required field',
83
- description: 'Validation message for required field'
83
+ description: 'The text is shown as a validation message below a form field in the extension configuration panel when the user attempts to submit the form without filling in a required field.'
84
84
  },
85
85
  invalid: {
86
86
  id: 'fabric.editor.configPanel.invalid',
@@ -105,12 +105,12 @@ export var configPanelMessages = defineMessages({
105
105
  createOption: {
106
106
  id: 'fabric.editor.configPanel.customSelect.createOption',
107
107
  defaultMessage: 'Create',
108
- description: 'Create a new option for a select field'
108
+ description: 'The text is shown on a button in the extension configuration panel that allows the user to create a new custom option in a select (drop-down) field.'
109
109
  },
110
110
  documentation: {
111
111
  id: 'fabric.editor.configPanel.documentation',
112
112
  defaultMessage: 'Documentation',
113
- description: 'Label for the documentation link'
113
+ description: 'The text is shown as the label of a link in the extension configuration panel that navigates the user to external documentation for the extension.'
114
114
  },
115
115
  help: {
116
116
  id: 'fabric.editor.configPanel.help',
@@ -135,21 +135,21 @@ export var configPanelMessages = defineMessages({
135
135
  expand: {
136
136
  id: 'fabric.editor.configPanel.dateRange.grouping.expand',
137
137
  defaultMessage: 'Expand',
138
- description: 'Label for expanding a group of fields'
138
+ description: 'The text is shown on a button in the extension configuration panel date range section that expands a collapsed group of related input fields.'
139
139
  },
140
140
  collapse: {
141
141
  id: 'fabric.editor.configPanel.dateRange.grouping.collapse',
142
142
  defaultMessage: 'Collapse',
143
- description: 'Label for collapsing a group of fields'
143
+ description: 'The text is shown on a button in the extension configuration panel date range section that collapses an expanded group of related input fields.'
144
144
  },
145
145
  errorBoundaryTitle: {
146
146
  id: 'fabric.editor.configPanel.errorBoundary.title',
147
147
  defaultMessage: 'Something went wrong.',
148
- description: 'Title for uncaught config panel error'
148
+ description: 'The text is shown as the heading in an error boundary fallback within the extension configuration panel when an unexpected error occurs and the panel cannot be rendered.'
149
149
  },
150
150
  errorBoundaryNote: {
151
151
  id: 'fabric.editor.configPanel.errorBoundary.note',
152
152
  defaultMessage: "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
153
- description: 'Note for uncaught config panel error'
153
+ description: 'The text is shown as an explanatory note in the error boundary fallback within the extension configuration panel, advising the user that the error has been reported and suggesting they continue editing or check the error console.'
154
154
  }
155
155
  });
@@ -28,7 +28,7 @@ var _default_1 = defineMessages({
28
28
  floatingToolbarAriaLabel: {
29
29
  id: 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel',
30
30
  defaultMessage: 'Floating Toolbar',
31
- description: "a floating toolbar's aria label"
31
+ description: "The text is used as the ARIA label for the floating toolbar element that appears above selected content in the editor, helping screen reader users identify the toolbar's purpose."
32
32
  },
33
33
  floatingToolbarAnnouncer: {
34
34
  id: 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer',
@@ -91,12 +91,12 @@ export var messages = defineMessages({
91
91
  clearText: {
92
92
  id: 'fabric.editor.clearLinkText',
93
93
  defaultMessage: 'Clear text',
94
- description: 'Clears text on the link toolbar'
94
+ description: 'The text is shown on a button in the hyperlink toolbar that clears the display text field, removing any custom link text the user has entered.'
95
95
  },
96
96
  clearLink: {
97
97
  id: 'fabric.editor.clearLink',
98
98
  defaultMessage: 'Clear link',
99
- description: 'Clears link in the link toolbar'
99
+ description: 'The text is shown on a button in the hyperlink toolbar that clears the URL field, removing any link address the user has entered.'
100
100
  },
101
101
  hyperlinkAriaLabel: {
102
102
  id: 'fabric.editor.hyperlink.ariaLabel',
@@ -33,7 +33,7 @@ var messages = defineMessages({
33
33
  defaultAltText: {
34
34
  id: 'fabric.editor.defaultAltText',
35
35
  defaultMessage: 'Document',
36
- description: 'Default alt text for ListItem image'
36
+ description: 'The text is used as the default alternative text for an image in a link search list item when no specific alt text is available, representing a generic document result.'
37
37
  }
38
38
  });
39
39
 
@@ -14,7 +14,7 @@ export var messages = defineMessages({
14
14
  orderedList: {
15
15
  id: 'fabric.editor.orderedList',
16
16
  defaultMessage: 'Numbered list',
17
- description: 'A list with ordered items 1… 2… 3…'
17
+ description: 'The text is shown as the label for the numbered list option in the editor toolbar or menu, allowing the user to insert a sequentially numbered list into their document.'
18
18
  },
19
19
  orderedListDescription: {
20
20
  id: 'fabric.editor.orderedList.description',
@@ -3,17 +3,17 @@ export var altTextMessages = defineMessages({
3
3
  altText: {
4
4
  id: 'fabric.editor.addAltText',
5
5
  defaultMessage: 'Alt text',
6
- description: 'Add an alt text for this image'
6
+ description: 'The text is shown as the label for the alt text button in the image floating toolbar, allowing the user to open the alt text editor for the selected image.'
7
7
  },
8
8
  addAltText: {
9
9
  id: 'fabric.editor.addUpdatedAltText',
10
10
  defaultMessage: 'Add alt text',
11
- description: 'Add an alt text for this image'
11
+ description: 'The text is shown on a button in the image floating toolbar that opens the alt text editor for adding descriptive text to the selected image.'
12
12
  },
13
13
  editAltText: {
14
14
  id: 'fabric.editor.editAltText',
15
15
  defaultMessage: 'Edit alt text',
16
- description: 'Edit an alt text for this image'
16
+ description: 'The text is shown on a button in the image floating toolbar that opens the alt text editor for updating the existing descriptive text of the selected image.'
17
17
  },
18
18
  back: {
19
19
  id: 'fabric.editor.closeAltTextEdit',
@@ -13,6 +13,6 @@ export var commentMessages = defineMessages({
13
13
  viewAndAddCommentsOnMedia: {
14
14
  id: 'fabric.editor.viewAndAddCommentsOnMedia',
15
15
  defaultMessage: 'View and add comments',
16
- description: 'View and add comments for this image'
16
+ description: 'The text is shown on a button in the media floating toolbar that opens the comments panel, allowing the user to view existing comments and add new ones for the selected image or media item.'
17
17
  }
18
18
  });
@@ -3,6 +3,6 @@ export var dropPlaceholderMessages = defineMessages({
3
3
  dropPlaceholderLabel: {
4
4
  id: 'fabric.editor.dropPlaceholderLabel',
5
5
  defaultMessage: 'Document',
6
- description: 'document label for an media icon'
6
+ description: 'The text is shown as the label for the document icon in the media drop placeholder, displayed when a file is being dragged over the editor and the target is a document-type media item.'
7
7
  }
8
8
  });
@@ -63,6 +63,6 @@ export var findReplaceMessages = defineMessages({
63
63
  replaceSuccess: {
64
64
  id: 'fabric.editor.replaceSuccess',
65
65
  defaultMessage: '{numberOfMatches, plural, one {# match replaced} other {# matches replaced}}',
66
- description: 'Text when replacement succesfully done'
66
+ description: 'Status message shown after a find-and-replace operation completes. The placeholder {numberOfMatches} is the count of replaced matches and controls the plural form (one vs. other).'
67
67
  }
68
68
  });
@@ -3,16 +3,16 @@ export var messages = defineMessages({
3
3
  toolbarLabel: {
4
4
  id: 'fabric.editor.toolbarLabel',
5
5
  defaultMessage: 'Editor',
6
- description: 'Label for the ARIA region landmark'
6
+ description: 'ARIA region landmark label identifying the editor toolbar area to screen reader users.'
7
7
  },
8
8
  pageActionsLabel: {
9
9
  id: 'fabric.editor.pageActionsLabel',
10
10
  defaultMessage: 'Page actions',
11
- description: 'Label for the ARIA region landmark'
11
+ description: 'ARIA region landmark label identifying the page actions area (e.g. publish, share) to screen reader users.'
12
12
  },
13
13
  editableContentLabel: {
14
14
  id: 'fabric.editor.editableContentLabel',
15
15
  defaultMessage: 'Editable content',
16
- description: 'Label for the ARIA region landmark'
16
+ description: 'ARIA region landmark label identifying the main editable content area of the editor to screen reader users.'
17
17
  }
18
18
  });
@@ -83,7 +83,7 @@ export var helpDialogMessages = defineMessages({
83
83
  openCellOptions: {
84
84
  id: 'fabric.editor.openCellOptions',
85
85
  defaultMessage: 'Open cell options',
86
- description: 'Keyboard shortcut to open cell options.'
86
+ description: 'Label for a keyboard shortcut listed in the editor help dialog that opens the cell options menu for the currently focused table cell.'
87
87
  },
88
88
  focusTableResizeHandle: {
89
89
  id: 'fabric.editor.focusTableResizeHandle',
@@ -124,12 +124,12 @@ var _default_1 = defineMessages({
124
124
  saveButton: {
125
125
  id: 'fabric.editor.saveButton',
126
126
  defaultMessage: 'Save',
127
- description: 'Submit and save a comment or document'
127
+ description: 'Label for the primary action button that submits and saves the current comment or document in the editor.'
128
128
  },
129
129
  cancelButton: {
130
130
  id: 'fabric.editor.cancelButton',
131
131
  defaultMessage: 'Cancel',
132
- description: 'Discard the current comment or document'
132
+ description: 'Label for the button that discards unsaved changes and cancels editing of the current comment or document.'
133
133
  },
134
134
  taskList: {
135
135
  id: 'fabric.editor.tooltip.taskList',
@@ -199,7 +199,7 @@ var _default_1 = defineMessages({
199
199
  imageEdit: {
200
200
  id: 'fabric.editor.imageEdit',
201
201
  defaultMessage: 'Edit image',
202
- description: 'Crop, flip or rotate the image'
202
+ description: 'Label for the button in the image floating toolbar that opens the image editing panel where users can crop, flip, or rotate the selected image.'
203
203
  },
204
204
  error: {
205
205
  id: 'fabric.editor.error.message.label',
@@ -209,7 +209,7 @@ var _default_1 = defineMessages({
209
209
  success: {
210
210
  id: 'fabric.editor.success.message.label',
211
211
  defaultMessage: 'Success',
212
- description: 'Label for success message icon'
212
+ description: 'Accessible label for the success message icon shown in the editor when an operation completes successfully.'
213
213
  }
214
214
  });
215
215
  export default _default_1;
@@ -78,7 +78,7 @@ export var toolbarInsertBlockMessages = defineMessages({
78
78
  emoji: {
79
79
  id: 'fabric.editor.emoji',
80
80
  defaultMessage: 'Emoji',
81
- description: 'Insert an emoticon or smiley :-)'
81
+ description: 'Label for the emoji option in the editor insert menu, allowing users to insert an emoji character into the document.'
82
82
  },
83
83
  emojiDescription: {
84
84
  id: 'fabric.editor.emoji.description',
@@ -8,17 +8,17 @@ export var toolbarMessages = defineMessages({
8
8
  twoColumns: {
9
9
  id: 'fabric.editor.twoColumns',
10
10
  defaultMessage: 'Two columns layout',
11
- description: 'Layout with two columns of equal width'
11
+ description: 'Label for the toolbar button that applies a two equal-width columns layout to the selected content.'
12
12
  },
13
13
  singleColumnAdvancedLayout: {
14
14
  id: 'fabric.editor.singleColumns',
15
15
  defaultMessage: '1 Column layout',
16
- description: 'Layout with one column of equal width'
16
+ description: 'Label for the toolbar button that applies a single-column layout to the selected content in the advanced layout options.'
17
17
  },
18
18
  twoColumnsAdvancedLayout: {
19
19
  id: 'fabric.editor.twoColumns',
20
20
  defaultMessage: '2 Column layout',
21
- description: 'Layout with two columns of equal width'
21
+ description: 'Label for the advanced layout toolbar button that applies a two equal-width columns layout.'
22
22
  },
23
23
  threeColumns: {
24
24
  id: 'fabric.editor.threeColumns',
@@ -33,12 +33,12 @@ export var toolbarMessages = defineMessages({
33
33
  fourColumns: {
34
34
  id: 'fabric.editor.fourColumns',
35
35
  defaultMessage: '4 Column layout',
36
- description: 'Layout with four columns of equal width'
36
+ description: 'Label for the advanced layout toolbar button that applies a four equal-width columns layout.'
37
37
  },
38
38
  fiveColumns: {
39
39
  id: 'fabric.editor.fiveColumns',
40
40
  defaultMessage: '5 Column layout',
41
- description: 'Layout with five columns of equal width'
41
+ description: 'Label for the advanced layout toolbar button that applies a five equal-width columns layout.'
42
42
  },
43
43
  rightSidebar: {
44
44
  id: 'fabric.editor.rightSidebar',
@@ -73,12 +73,12 @@ export var toolbarMessages = defineMessages({
73
73
  layoutPlaceholder: {
74
74
  id: 'fabric.editor.layout.placeholder',
75
75
  defaultMessage: 'Add content',
76
- description: 'Add placeholder text for empty layout'
76
+ description: 'Placeholder text shown inside an empty layout column, prompting the user to add content.'
77
77
  },
78
78
  controlslayoutPlaceholder: {
79
79
  id: 'fabric.editor.layout.controls.placeholder',
80
80
  defaultMessage: '/ to insert',
81
- description: 'Add placeholder text for empty layout'
81
+ description: 'Placeholder text shown inside an empty layout column when controls are active, instructing the user to type / to open the insert menu.'
82
82
  },
83
83
  columnOption: {
84
84
  id: 'fabric.editor.layout.columnOption',
@@ -28,7 +28,7 @@ export var linkToolbarMessages = defineMessages({
28
28
  editLink: {
29
29
  id: 'fabric.editor.editLink',
30
30
  defaultMessage: 'Edit link',
31
- description: 'Edit the link, update display text'
31
+ description: 'Label for the button in the link floating toolbar that opens the link editing panel where users can update the URL or display text.'
32
32
  },
33
33
  placeholder: {
34
34
  id: 'fabric.editor.hyperlinkToolbarPlaceholder',
@@ -38,7 +38,7 @@ export var linkToolbarMessages = defineMessages({
38
38
  linkPlaceholder: {
39
39
  id: 'fabric.editor.linkPlaceholder',
40
40
  defaultMessage: 'Paste link',
41
- description: 'Create a new link by pasting a URL.'
41
+ description: 'Placeholder text shown in the link input field prompting users to paste a URL to create a new link.'
42
42
  },
43
43
  linkAddress: {
44
44
  id: 'fabric.editor.linkAddress',
@@ -68,11 +68,11 @@ export var linkToolbarMessages = defineMessages({
68
68
  editDatasource: {
69
69
  id: 'fabric.editor.edit.datasource',
70
70
  defaultMessage: 'Edit search query',
71
- description: 'Datasource toolbar edit button'
71
+ description: 'Label for the edit button in the datasource floating toolbar that opens the datasource configuration modal to update the search query.'
72
72
  },
73
73
  searchInput: {
74
74
  id: 'fabric.editor.edit.searchInput',
75
75
  defaultMessage: 'Add a link',
76
- description: 'Label for the search media input'
76
+ description: 'Accessible label for the link search input field in the datasource toolbar where users type to search for or add a link.'
77
77
  }
78
78
  });
@@ -19,7 +19,7 @@ export var messages = defineMessages({
19
19
  orderedList: {
20
20
  id: 'fabric.editor.orderedList',
21
21
  defaultMessage: 'Numbered list',
22
- description: 'A list with ordered items 1… 2… 3…'
22
+ description: 'The text is shown as the label for the numbered list option in the editor toolbar or menu, allowing the user to insert a sequentially numbered list into their document.'
23
23
  },
24
24
  orderedListDescription: {
25
25
  id: 'fabric.editor.orderedList.description',
@@ -13,7 +13,7 @@ export var mentionMessages = defineMessages({
13
13
  mentionsIconLabel: {
14
14
  id: 'fabric.editor.mentionsIconLabel',
15
15
  defaultMessage: 'Mention',
16
- description: 'icon label to describe the mention icon'
16
+ description: 'Accessible label for the mention icon displayed in the editor toolbar, indicating that clicking it inserts a mention.'
17
17
  },
18
18
  mentionsNodeLabel: {
19
19
  id: 'fabric.editor.mentionNode.label',
@@ -23,7 +23,7 @@ export var mentionMessages = defineMessages({
23
23
  unknownLabel: {
24
24
  id: 'fabric.editor.unknown.label',
25
25
  defaultMessage: 'Unknown',
26
- description: 'Label to indicate unknown mention node'
26
+ description: 'Accessible label for a mention node when the referenced user cannot be identified or resolved.'
27
27
  },
28
28
  inviteTeammateInvalidEmail: {
29
29
  id: 'fabric.editor.inviteItem.invalidEmail',
@@ -8,32 +8,32 @@ export var pasteOptionsToolbarMessages = defineMessages({
8
8
  plainText: {
9
9
  id: 'fabric.editor.plainText',
10
10
  defaultMessage: 'Use plain text',
11
- description: 'Converts pasted text into plain text'
11
+ description: 'Label for the paste option button that strips all formatting and pastes content as plain text.'
12
12
  },
13
13
  markdown: {
14
14
  id: 'fabric.editor.useMarkdown',
15
15
  defaultMessage: 'Use Markdown',
16
- description: 'Converts pasted text into Markdown'
16
+ description: 'Label for the paste option button that pastes content with Markdown formatting preserved.'
17
17
  },
18
18
  richText: {
19
19
  id: 'fabric.editor.richText',
20
20
  defaultMessage: 'Use rich text',
21
- description: 'Converts pasted text into Rich text'
21
+ description: 'Label for the paste option button that pastes content preserving rich text formatting (e.g. bold, links, headings).'
22
22
  },
23
23
  plainTextAction: {
24
24
  id: 'fabric.editor.plainTextAction',
25
25
  defaultMessage: 'Plain text',
26
- description: 'Converts pasted text into plain text'
26
+ description: 'Drop-down menu item label for the action that pastes the clipboard content as plain text, stripping all formatting.'
27
27
  },
28
28
  markdownAction: {
29
29
  id: 'fabric.editor.useMarkdownAction',
30
30
  defaultMessage: 'Markdown',
31
- description: 'Converts pasted text into Markdown'
31
+ description: 'Drop-down menu item label for the action that pastes the clipboard content with Markdown formatting applied.'
32
32
  },
33
33
  richTextAction: {
34
34
  id: 'fabric.editor.richTextAction',
35
35
  defaultMessage: 'Rich text',
36
- description: 'Converts pasted text into Rich text'
36
+ description: 'Drop-down menu item label for the action that pastes the clipboard content preserving rich text formatting.'
37
37
  },
38
38
  pasteMenuActionsTitle: {
39
39
  id: 'fabric.editor.pasteMenuActionsTitle',
@@ -8,7 +8,7 @@ export var placeholderTextMessages = defineMessages({
8
8
  shortEmptyNodePlaceholderText: {
9
9
  id: 'fabric.editor.shortEmptyNodePlaceholderText',
10
10
  defaultMessage: '/ to insert',
11
- description: 'Short placeholder text for empty nodes'
11
+ description: 'Short placeholder text shown inside empty editor nodes, instructing users to type / to open the quick-insert menu.'
12
12
  },
13
13
  shortEmptyNodePlaceholderADFSlashShortcut: {
14
14
  id: 'fabric.editor.shortEmptyNodePlaceholderSlash',
@@ -23,7 +23,7 @@ export var placeholderTextMessages = defineMessages({
23
23
  longEmptyNodePlaceholderText: {
24
24
  id: 'fabric.editor.longEmptyNodePlaceholderText',
25
25
  defaultMessage: 'Type / to insert elements',
26
- description: 'Long placeholder text for empty nodes'
26
+ description: 'Longer placeholder text shown inside empty editor nodes, instructing users to type / to open the quick-insert menu and add elements.'
27
27
  },
28
28
  longEmptyNodePlaceholderADFPrefix: {
29
29
  id: 'fabric.editor.longEmptyNodePlaceholderPrefix',
@@ -43,6 +43,6 @@ export var placeholderTextMessages = defineMessages({
43
43
  sourceSyncBlockPlaceholderText: {
44
44
  id: 'fabric.editor.sourceSyncBlockPlaceholderText',
45
45
  defaultMessage: 'Add content you want to reuse. Copy and paste this block to sync in other locations.',
46
- description: 'Placeholder text for source sync block'
46
+ description: 'Placeholder text shown inside an empty source sync block, prompting users to add reusable content that can be synced across multiple locations.'
47
47
  }
48
48
  });
@@ -3,7 +3,7 @@ export var selectionToolbarMessages = defineMessages({
3
3
  toolbarAppears: {
4
4
  id: 'fabric.editor.toolbarAppears',
5
5
  defaultMessage: 'Toolbar appears',
6
- description: 'Label for toolbar position options'
6
+ description: 'Label for the group of radio options that control where the selection toolbar appears relative to selected text (e.g. inline or fixed at top).'
7
7
  },
8
8
  toolbarPositionInline: {
9
9
  id: 'fabric.editor.toolbarPositionInline',
@@ -3,7 +3,7 @@ export var messages = defineMessages({
3
3
  statusEditorLabel: {
4
4
  id: 'fabric.editor.statusEditorLabel',
5
5
  defaultMessage: 'Status editor',
6
- description: 'Label for the status element editor'
6
+ description: 'Accessible label for the status element editor panel that appears when a user clicks on a status badge in the editor to modify it.'
7
7
  },
8
8
  placeholder: {
9
9
  id: 'fabric.editor.statusPlaceholder',