@atlaskit/editor-common 111.13.0 → 111.13.1

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 (117) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/ai-messages/ai.js +1 -1
  3. package/dist/cjs/block-menu/messages.js +1 -1
  4. package/dist/cjs/element-browser/messages.js +3 -3
  5. package/dist/cjs/extensions/messages.js +9 -9
  6. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  7. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  8. package/dist/cjs/link/LinkSearch/listItemAlts.js +6 -6
  9. package/dist/cjs/lists/messages.js +2 -2
  10. package/dist/cjs/media/messages/altText.js +4 -4
  11. package/dist/cjs/media/messages/externalMedia.js +1 -1
  12. package/dist/cjs/media/messages/imageBorder.js +6 -6
  13. package/dist/cjs/media/messages/pixelEntry.js +3 -3
  14. package/dist/cjs/messages/block-controls.js +5 -5
  15. package/dist/cjs/messages/block-type.js +8 -8
  16. package/dist/cjs/messages/breakout.js +1 -1
  17. package/dist/cjs/messages/card.js +1 -1
  18. package/dist/cjs/messages/context-panel.js +1 -1
  19. package/dist/cjs/messages/help-dialog.js +9 -9
  20. package/dist/cjs/messages/index.js +16 -16
  21. package/dist/cjs/messages/insert-block.js +44 -44
  22. package/dist/cjs/messages/layout.js +3 -3
  23. package/dist/cjs/messages/link-toolbar.js +8 -8
  24. package/dist/cjs/messages/link.js +1 -1
  25. package/dist/cjs/messages/list.js +2 -2
  26. package/dist/cjs/messages/media-editing.js +7 -7
  27. package/dist/cjs/messages/panel.js +2 -2
  28. package/dist/cjs/messages/placeholder-text.js +1 -1
  29. package/dist/cjs/messages/selection-extension.js +1 -1
  30. package/dist/cjs/messages/table.js +11 -11
  31. package/dist/cjs/messages/unsupportedContent.js +3 -3
  32. package/dist/cjs/monitoring/error.js +1 -1
  33. package/dist/cjs/quick-insert/messages.js +17 -17
  34. package/dist/cjs/type-ahead/messages.js +4 -4
  35. package/dist/cjs/ui/DropList/index.js +1 -1
  36. package/dist/cjs/ui/Expand/index.js +2 -2
  37. package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  38. package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  39. package/dist/es2019/ai-messages/ai.js +1 -1
  40. package/dist/es2019/block-menu/messages.js +1 -1
  41. package/dist/es2019/element-browser/messages.js +3 -3
  42. package/dist/es2019/extensions/messages.js +9 -9
  43. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  44. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  45. package/dist/es2019/link/LinkSearch/listItemAlts.js +6 -6
  46. package/dist/es2019/lists/messages.js +2 -2
  47. package/dist/es2019/media/messages/altText.js +4 -4
  48. package/dist/es2019/media/messages/externalMedia.js +1 -1
  49. package/dist/es2019/media/messages/imageBorder.js +6 -6
  50. package/dist/es2019/media/messages/pixelEntry.js +3 -3
  51. package/dist/es2019/messages/block-controls.js +5 -5
  52. package/dist/es2019/messages/block-type.js +8 -8
  53. package/dist/es2019/messages/breakout.js +1 -1
  54. package/dist/es2019/messages/card.js +1 -1
  55. package/dist/es2019/messages/context-panel.js +1 -1
  56. package/dist/es2019/messages/help-dialog.js +9 -9
  57. package/dist/es2019/messages/index.js +16 -16
  58. package/dist/es2019/messages/insert-block.js +44 -44
  59. package/dist/es2019/messages/layout.js +3 -3
  60. package/dist/es2019/messages/link-toolbar.js +8 -8
  61. package/dist/es2019/messages/link.js +1 -1
  62. package/dist/es2019/messages/list.js +2 -2
  63. package/dist/es2019/messages/media-editing.js +7 -7
  64. package/dist/es2019/messages/panel.js +2 -2
  65. package/dist/es2019/messages/placeholder-text.js +1 -1
  66. package/dist/es2019/messages/selection-extension.js +1 -1
  67. package/dist/es2019/messages/table.js +11 -11
  68. package/dist/es2019/messages/unsupportedContent.js +3 -3
  69. package/dist/es2019/monitoring/error.js +1 -1
  70. package/dist/es2019/quick-insert/messages.js +17 -17
  71. package/dist/es2019/type-ahead/messages.js +4 -4
  72. package/dist/es2019/ui/DropList/index.js +1 -1
  73. package/dist/es2019/ui/Expand/index.js +2 -2
  74. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  75. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  76. package/dist/esm/ai-messages/ai.js +1 -1
  77. package/dist/esm/block-menu/messages.js +1 -1
  78. package/dist/esm/element-browser/messages.js +3 -3
  79. package/dist/esm/extensions/messages.js +9 -9
  80. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  81. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  82. package/dist/esm/link/LinkSearch/listItemAlts.js +6 -6
  83. package/dist/esm/lists/messages.js +2 -2
  84. package/dist/esm/media/messages/altText.js +4 -4
  85. package/dist/esm/media/messages/externalMedia.js +1 -1
  86. package/dist/esm/media/messages/imageBorder.js +6 -6
  87. package/dist/esm/media/messages/pixelEntry.js +3 -3
  88. package/dist/esm/messages/block-controls.js +5 -5
  89. package/dist/esm/messages/block-type.js +8 -8
  90. package/dist/esm/messages/breakout.js +1 -1
  91. package/dist/esm/messages/card.js +1 -1
  92. package/dist/esm/messages/context-panel.js +1 -1
  93. package/dist/esm/messages/help-dialog.js +9 -9
  94. package/dist/esm/messages/index.js +16 -16
  95. package/dist/esm/messages/insert-block.js +44 -44
  96. package/dist/esm/messages/layout.js +3 -3
  97. package/dist/esm/messages/link-toolbar.js +8 -8
  98. package/dist/esm/messages/link.js +1 -1
  99. package/dist/esm/messages/list.js +2 -2
  100. package/dist/esm/messages/media-editing.js +7 -7
  101. package/dist/esm/messages/panel.js +2 -2
  102. package/dist/esm/messages/placeholder-text.js +1 -1
  103. package/dist/esm/messages/selection-extension.js +1 -1
  104. package/dist/esm/messages/table.js +11 -11
  105. package/dist/esm/messages/unsupportedContent.js +3 -3
  106. package/dist/esm/monitoring/error.js +1 -1
  107. package/dist/esm/quick-insert/messages.js +17 -17
  108. package/dist/esm/type-ahead/messages.js +4 -4
  109. package/dist/esm/ui/DropList/index.js +1 -1
  110. package/dist/esm/ui/Expand/index.js +2 -2
  111. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  112. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  113. package/dist/types/analytics/types/insert-events.d.ts +1 -1
  114. package/dist/types/messages/table.d.ts +2 -2
  115. package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
  116. package/dist/types-ts4.5/messages/table.d.ts +2 -2
  117. package/package.json +1 -1
@@ -8,47 +8,47 @@ export const toolbarInsertBlockMessages = defineMessages({
8
8
  actionDescription: {
9
9
  id: 'fabric.editor.action.description',
10
10
  defaultMessage: 'Create and assign action items',
11
- description: ''
11
+ description: 'Displayed as a description text for the action item option in the editor insert menu, used to explain the purpose of creating and assigning action items.'
12
12
  },
13
13
  closeInsertRightRail: {
14
14
  id: 'fabric.editor.insertRightRail.close',
15
15
  defaultMessage: 'Close',
16
- description: 'Close button label'
16
+ description: 'Label for the close button on the insert right rail panel in the editor, used to dismiss the insert elements panel.'
17
17
  },
18
18
  link: {
19
19
  id: 'fabric.editor.link',
20
20
  defaultMessage: 'Link',
21
- description: 'Insert a hyperlink'
21
+ description: 'Shown as a menu item label in the editor insert menu, used to insert a hyperlink into the document.'
22
22
  },
23
23
  linkDescription: {
24
24
  id: 'fabric.editor.link.description',
25
25
  defaultMessage: 'Insert a link',
26
- description: 'Insert a hyperlink'
26
+ description: 'Displayed as a description text for the link option in the editor insert menu, explaining that it allows users to insert a hyperlink into the document.'
27
27
  },
28
28
  mediaFiles: {
29
29
  id: 'fabric.editor.mediaFiles',
30
30
  defaultMessage: 'Image, video, or file',
31
- description: 'Insert one or more files, videos or images'
31
+ description: 'Menu option shown in the quick insert menu. Allows users to insert one or more files, videos, or images into the document.'
32
32
  },
33
33
  addMediaFiles: {
34
34
  id: 'fabric.editor.addMediaFiles',
35
35
  defaultMessage: 'Add image, video, or file',
36
- description: 'Insert one or more files, videos or images'
36
+ description: 'Menu option shown in the quick insert menu. Allows users to add images, videos, or files to the document.'
37
37
  },
38
38
  insertRightRailTitle: {
39
39
  id: 'fabric.editor.insertRightRail.title',
40
40
  defaultMessage: 'Insert',
41
- description: 'Insert a node into the document'
41
+ description: 'Heading or title shown in the insert right rail panel. Indicates the purpose of the panel for inserting elements.'
42
42
  },
43
43
  mediaFilesDescription: {
44
44
  id: 'fabric.editor.mediaFiles.description',
45
45
  defaultMessage: 'Add images and other files to your page',
46
- description: 'Insert one or more files or images'
46
+ description: 'Menu description shown in the quick insert menu. Explains that users can add images and other files to their page.'
47
47
  },
48
48
  image: {
49
49
  id: 'fabric.editor.image',
50
50
  defaultMessage: 'Image',
51
- description: 'Insert an image.'
51
+ description: 'Shown as a menu item label in the editor insert menu, used to insert an image into the document.'
52
52
  },
53
53
  mention: {
54
54
  id: 'fabric.editor.mention',
@@ -68,17 +68,17 @@ export const toolbarInsertBlockMessages = defineMessages({
68
68
  emojiDescription: {
69
69
  id: 'fabric.editor.emoji.description',
70
70
  defaultMessage: 'Use emojis to express ideas 🎉 and emotions 😄',
71
- description: 'Insert an emoticon or smiley :-)'
71
+ description: 'Menu description shown in the quick insert menu. Explains that users can insert emojis to enhance their content.'
72
72
  },
73
73
  table: {
74
74
  id: 'fabric.editor.table',
75
75
  defaultMessage: 'Table',
76
- description: 'Inserts a table in the document'
76
+ description: 'Menu option shown in the quick insert menu. Allows users to insert a table into the document.'
77
77
  },
78
78
  tableDescription: {
79
79
  id: 'fabric.editor.table.description',
80
80
  defaultMessage: 'Insert a table',
81
- description: 'Inserts a table in the document'
81
+ description: 'Menu description shown in the quick insert menu. Explains that users can insert a table to organize data.'
82
82
  },
83
83
  tableSelector: {
84
84
  id: 'fabric.editor.tableSelector',
@@ -93,156 +93,156 @@ export const toolbarInsertBlockMessages = defineMessages({
93
93
  tableSizeSelectorButton: {
94
94
  id: 'fabric.editor.tableSizeSelectorButton',
95
95
  defaultMessage: '{numberOfColumns} by {numberOfRows}',
96
- description: 'Creates a table of custom size'
96
+ description: 'Button label showing table dimensions. The placeholders {numberOfColumns} and {numberOfRows} will be substituted with the selected number of columns and rows.'
97
97
  },
98
98
  tableSizeSelectorPopup: {
99
99
  id: 'fabric.editor.tableSizeSelectorPopup',
100
100
  defaultMessage: 'Table size selector',
101
- description: 'Table selector popup to create table of custom size'
101
+ description: 'Popup menu shown when selecting table size. Allows users to choose custom dimensions for creating a table.'
102
102
  },
103
103
  expand: {
104
104
  id: 'fabric.editor.expand',
105
105
  defaultMessage: 'Expand',
106
- description: 'Inserts an expand in the document'
106
+ description: 'Menu option shown in the quick insert menu. Allows users to insert an expandable/collapsible section into the document.'
107
107
  },
108
108
  expandDescription: {
109
109
  id: 'fabric.editor.expand.description',
110
110
  defaultMessage: 'Insert an expand',
111
- description: 'Inserts an expand in the document'
111
+ description: 'Menu description shown in the quick insert menu. Explains that users can insert expandable content sections.'
112
112
  },
113
113
  decision: {
114
114
  id: 'fabric.editor.decision',
115
115
  defaultMessage: 'Decision',
116
- description: 'Capture a decision you’ve made'
116
+ description: 'Menu option shown in the quick insert menu. Allows users to insert a decision element to track and document decisions.'
117
117
  },
118
118
  decisionDescription: {
119
119
  id: 'fabric.editor.decision.description',
120
- defaultMessage: 'Capture decisions so theyre easy to track',
121
- description: 'Capture a decision you’ve made'
120
+ defaultMessage: "Capture decisions so they're easy to track",
121
+ description: 'Menu description shown in the quick insert menu. Explains that users can insert decision elements for tracking.'
122
122
  },
123
123
  feedbackDialog: {
124
124
  id: 'fabric.editor.feedbackDialog',
125
125
  defaultMessage: 'Give feedback',
126
- description: 'Open the feedback dialog from editor'
126
+ description: 'Menu option shown in the quick insert menu. Opens a dialog where users can provide feedback about the editor.'
127
127
  },
128
128
  feedbackDialogDescription: {
129
129
  id: 'fabric.editor.feedbackDialog.description',
130
130
  defaultMessage: 'Tell us about your experience using the cloud editor',
131
- description: 'Description for feedback option under quick insert dropdown'
131
+ description: 'Menu description shown in the quick insert menu. Invites users to share their feedback about the editor experience.'
132
132
  },
133
133
  horizontalRule: {
134
134
  id: 'fabric.editor.horizontalRule',
135
135
  defaultMessage: 'Divider',
136
- description: 'A horizontal rule or divider'
136
+ description: 'Shown as a menu item label in the editor insert menu, used to insert a horizontal rule or divider to separate content in the document.'
137
137
  },
138
138
  horizontalRuleDescription: {
139
139
  id: 'fabric.editor.horizontalRule.description',
140
140
  defaultMessage: 'Separate content with a horizontal line',
141
- description: 'A horizontal rule or divider'
141
+ description: 'Displayed as a description text for the divider option in the editor insert menu, explaining that it inserts a horizontal line to separate content sections in the document.'
142
142
  },
143
143
  date: {
144
144
  id: 'fabric.editor.date',
145
145
  defaultMessage: 'Date',
146
- description: 'Opens a date picker that lets you select a date'
146
+ description: 'Menu option shown in the quick insert menu. Allows users to insert a date into the document using a date picker.'
147
147
  },
148
148
  dateDescription: {
149
149
  id: 'fabric.editor.date.description',
150
150
  defaultMessage: 'Add a date using a calendar',
151
- description: 'Opens a date picker that lets you select a date'
151
+ description: 'Menu description shown in the quick insert menu. Explains how to add a date into the document using a calendar picker.'
152
152
  },
153
153
  placeholderText: {
154
154
  id: 'fabric.editor.placeholderText',
155
155
  defaultMessage: 'Placeholder text',
156
- description: 'Inserts a text placeholder into the page'
156
+ description: 'Menu option shown in the quick insert menu. Allows users to insert a text placeholder into the document.'
157
157
  },
158
158
  placeholderTextDescription: {
159
159
  id: 'fabric.editor.placeholderText.description',
160
160
  defaultMessage: 'Insert a text placeholder into the page',
161
- description: 'Inserts a text placeholder into the page'
161
+ description: 'Menu description shown in the quick insert menu. Explains how to insert a text placeholder for later content.'
162
162
  },
163
163
  columns: {
164
164
  id: 'fabric.editor.columns',
165
165
  defaultMessage: 'Layouts',
166
- description: 'Create a multi column section or layout'
166
+ description: 'Menu option shown in the quick insert menu. Allows users to create multi-column layouts and sections.'
167
167
  },
168
168
  columnsDescription: {
169
169
  id: 'fabric.editor.columns.description',
170
170
  defaultMessage: 'Structure your page using sections',
171
- description: 'Create a multi column section or layout'
171
+ description: 'Menu description shown in the quick insert menu. Explains how to use layouts to structure content.'
172
172
  },
173
173
  columnsDescriptionAdvancedLayout: {
174
174
  id: 'fabric.editor.columns.advanced.layout.description',
175
175
  defaultMessage: 'Insert {numberOfColumns} equal {numberOfColumns, plural, one {column} other {columns}}',
176
- description: 'Create a multi column section or layout'
176
+ description: 'Menu option for advanced layouts. The placeholder {numberOfColumns} will be substituted with the number of equal columns being inserted.'
177
177
  },
178
178
  singleColumnsDescriptionAdvancedLayout: {
179
179
  id: 'fabric.editor.columns.advanced.layout.single.description',
180
180
  defaultMessage: 'Insert a single column layout',
181
- description: 'Create a multi column section or layout'
181
+ description: 'Menu option shown in the quick insert menu. Allows users to insert a single column layout section.'
182
182
  },
183
183
  status: {
184
184
  id: 'fabric.editor.status',
185
185
  defaultMessage: 'Status',
186
- description: 'Inserts an item representing the status of an activity to task.'
186
+ description: 'Menu option shown in the quick insert menu. Allows users to insert a status indicator for tasks or activities.'
187
187
  },
188
188
  statusDescription: {
189
189
  id: 'fabric.editor.status.description',
190
190
  defaultMessage: 'Add a custom status label',
191
- description: 'Inserts an item representing the status of an activity to task.'
191
+ description: 'Menu description shown in the quick insert menu. Explains that users can add custom status labels.'
192
192
  },
193
193
  viewMore: {
194
194
  id: 'fabric.editor.viewMore',
195
195
  defaultMessage: 'View more',
196
- description: 'View more elements that can be inserted'
196
+ description: 'Button label shown in the quick insert menu. Allows users to see additional elements beyond the primary display.'
197
197
  },
198
198
  viewMoreAriaLabel: {
199
199
  id: 'fabric.editor.viewMoreAriaLabel',
200
200
  defaultMessage: 'View all elements',
201
- description: 'A more descriptive aria label describing that users can view all the elements to be inserted.'
201
+ description: 'ARIA label for accessibility. Provides a more descriptive label to screen readers indicating users can view all insertable elements.'
202
202
  },
203
203
  insertMenu: {
204
204
  id: 'fabric.editor.insertMenu',
205
205
  defaultMessage: 'Insert elements',
206
- description: 'Opens a menu of additional items that can be inserted into your document.'
206
+ description: 'Menu option or button label shown in the editor toolbar. Opens a menu of additional items that can be inserted.'
207
207
  },
208
208
  help: {
209
209
  id: 'fabric.editor.help',
210
210
  defaultMessage: 'Help',
211
- description: 'Opens up the help dialog'
211
+ description: 'Shown as a menu item label in the editor insert menu, used to open the help dialog where users can browse keyboard shortcuts and markdown options.'
212
212
  },
213
213
  helpDescription: {
214
214
  id: 'fabric.editor.help.description',
215
215
  defaultMessage: 'Browse all the keyboard shortcuts and markdown options',
216
- description: 'Browse all the keyboard shortcuts and markdown options'
216
+ description: 'Displayed as a description text for the help option in the editor insert menu, explaining that it opens a dialog where users can view all available keyboard shortcuts and markdown formatting options.'
217
217
  },
218
218
  recordVideo: {
219
219
  id: 'fabric.editor.recordVideo',
220
220
  defaultMessage: 'Record a Loom video',
221
- description: 'Record a Loom video'
221
+ description: 'Shown as a menu item label in the editor insert menu, used to trigger recording a Loom video to embed in the document.'
222
222
  },
223
223
  addLoomVideo: {
224
224
  id: 'fabric.editor.addLoomVideo',
225
225
  defaultMessage: 'Record a Loom video',
226
- description: 'Record a Loom video'
226
+ description: 'Shown as a button label in the editor toolbar, used to trigger recording a Loom video to add to the document.'
227
227
  },
228
228
  addLoomVideoComment: {
229
229
  id: 'fabric.editor.addLoomVideoComment',
230
230
  defaultMessage: 'Record a Loom video comment',
231
- description: 'Record a Loom video comment'
231
+ description: 'Shown as a button label in the editor comment toolbar, used to trigger recording a Loom video comment to attach to the document.'
232
232
  },
233
233
  recordVideoDescription: {
234
234
  id: 'fabric.editor.recordVideo.description',
235
235
  defaultMessage: 'Record and share your screen and thoughts',
236
- description: 'Record and share your screen and thoughts'
236
+ description: 'Displayed as a description text for the Loom video recording option in the editor insert menu, explaining that users can record and share their screen and thoughts.'
237
237
  },
238
238
  recordLoomShortTitle: {
239
239
  id: 'fabric.editor.recordLoomShortTitle',
240
240
  defaultMessage: 'Record',
241
- description: 'Record'
241
+ description: 'Shown as a short button label in the editor toolbar for recording a Loom video when space is limited.'
242
242
  },
243
243
  turnInto: {
244
244
  id: 'fabric.editor.turnInto',
245
245
  defaultMessage: 'Turn into',
246
- description: 'Turn selected texts into another element containing those texts'
246
+ description: 'Menu option shown when right-clicking or selecting text. Allows users to convert selected text into different element types.'
247
247
  }
248
248
  });
@@ -3,7 +3,7 @@ export const toolbarMessages = defineMessages({
3
3
  singleColumn: {
4
4
  id: 'fabric.editor.single',
5
5
  defaultMessage: 'Single column layout',
6
- description: 'Layout with one single column'
6
+ description: 'The text is shown as a label on a toolbar button when the user selects a single column layout option in the editor.'
7
7
  },
8
8
  twoColumns: {
9
9
  id: 'fabric.editor.twoColumns',
@@ -83,11 +83,11 @@ export const toolbarMessages = defineMessages({
83
83
  columnOption: {
84
84
  id: 'fabric.editor.layout.columnOption',
85
85
  defaultMessage: '{count, plural, one {{count} Column} other {{count} Columns}}',
86
- description: 'column option text for layout'
86
+ description: 'The text is shown as a label for a layout column option in the editor toolbar. It displays the number of columns, for example "1 Column" or "3 Columns".'
87
87
  },
88
88
  resizeLayout: {
89
89
  id: 'fabric.editor.layout.resizeLayout',
90
90
  defaultMessage: 'Resize layout',
91
- description: 'resize layout'
91
+ description: 'The text is shown as a label on a button or handle when the user can resize the layout columns in the editor.'
92
92
  }
93
93
  });
@@ -3,12 +3,12 @@ export const linkToolbarMessages = defineMessages({
3
3
  addLink: {
4
4
  id: 'fabric.editor.mediaAddLink',
5
5
  defaultMessage: 'Add link',
6
- description: 'Add link'
6
+ description: 'The text is shown as a button label in the editor link toolbar when the user wants to add a hyperlink to selected content.'
7
7
  },
8
8
  unableToOpenLink: {
9
9
  id: 'fabric.editor.unableToOpenLink',
10
10
  defaultMessage: 'Unable to open this link',
11
- description: 'Unable to open this link'
11
+ description: 'The text is shown as an error message in the editor link toolbar when the application cannot open the selected hyperlink.'
12
12
  },
13
13
  unlink: {
14
14
  id: 'fabric.editor.unlink',
@@ -33,7 +33,7 @@ export const linkToolbarMessages = defineMessages({
33
33
  placeholder: {
34
34
  id: 'fabric.editor.hyperlinkToolbarPlaceholder',
35
35
  defaultMessage: 'Paste or search for link',
36
- description: 'Paste or search for link'
36
+ description: 'The text is shown as placeholder text in the hyperlink toolbar input field where the user can paste a URL or search for a link.'
37
37
  },
38
38
  linkPlaceholder: {
39
39
  id: 'fabric.editor.linkPlaceholder',
@@ -43,27 +43,27 @@ export const linkToolbarMessages = defineMessages({
43
43
  linkAddress: {
44
44
  id: 'fabric.editor.linkAddress',
45
45
  defaultMessage: 'Link address',
46
- description: 'Insert the address of the link'
46
+ description: 'Label for the link address input field. Prompts users to enter or paste the URL address for the hyperlink.'
47
47
  },
48
48
  invalidLink: {
49
49
  id: 'fabric.editor.invalidLink',
50
50
  defaultMessage: 'Please enter a valid link.',
51
- description: 'Please enter a valid link.'
51
+ description: 'The text is shown as an error message in the editor link toolbar when the user enters a URL that is not valid or properly formatted.'
52
52
  },
53
53
  emptyLink: {
54
54
  id: 'fabric.editor.emptyLink',
55
55
  defaultMessage: 'Please enter a link.',
56
- description: 'Please enter a link.'
56
+ description: 'The text is shown as an error message in the editor link toolbar when the user submits the link field without entering any URL.'
57
57
  },
58
58
  settingsLink: {
59
59
  id: 'fabric.editor.settingsLinks',
60
60
  defaultMessage: 'Go to Link Preferences',
61
- description: 'Go to Link Preferences'
61
+ description: 'The text is shown as a link in the editor link toolbar that navigates the user to the link preferences settings page.'
62
62
  },
63
63
  preferencesLink: {
64
64
  id: 'fabric.editor.preferencesLink',
65
65
  defaultMessage: 'Link preferences',
66
- description: 'Go to link preferences'
66
+ description: 'The text is shown as a link label in the editor toolbar that opens the link preferences settings for the user.'
67
67
  },
68
68
  editDatasource: {
69
69
  id: 'fabric.editor.edit.datasource',
@@ -3,7 +3,7 @@ export const linkMessages = defineMessages({
3
3
  openLink: {
4
4
  id: 'fabric.editor.openLink',
5
5
  defaultMessage: 'Open link in a new tab',
6
- description: 'Opens the link in a new tab'
6
+ description: 'The text is shown as a link action in the editor toolbar or context menu when a user can open a linked URL in a new browser tab.'
7
7
  },
8
8
  openPreviewPanel: {
9
9
  id: 'fabric.editor.openPreviewPanel',
@@ -9,7 +9,7 @@ export const messages = defineMessages({
9
9
  unorderedListDescription: {
10
10
  id: 'fabric.editor.unorderedList.description',
11
11
  defaultMessage: 'Create an unordered list',
12
- description: ''
12
+ description: 'The text is shown as a description for the bullet list item in the quick insert menu when the user searches for formatting options.'
13
13
  },
14
14
  bulletedList: {
15
15
  id: 'fabric.editor.bulletedList',
@@ -24,7 +24,7 @@ export const messages = defineMessages({
24
24
  orderedListDescription: {
25
25
  id: 'fabric.editor.orderedList.description',
26
26
  defaultMessage: 'Create an ordered list',
27
- description: ''
27
+ description: 'The text is shown as a description for the numbered list item in the quick insert menu when the user searches for formatting options.'
28
28
  },
29
29
  lists: {
30
30
  id: 'fabric.editor.lists',
@@ -38,37 +38,37 @@ export const mediaEditingMessages = defineMessages({
38
38
  squareButton: {
39
39
  id: 'editor.imageEditor.aspectRatio.squareButton',
40
40
  defaultMessage: 'Square 1:1',
41
- description: 'Square button display'
41
+ description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a square 1:1 crop ratio'
42
42
  },
43
43
  circleButton: {
44
44
  id: 'editor.imageEditor.aspectRatio.circleButton',
45
45
  defaultMessage: 'Circle 1:1',
46
- description: 'Circle button display'
46
+ description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a circle 1:1 crop ratio'
47
47
  },
48
48
  landscapeButton: {
49
49
  id: 'editor.imageEditor.aspectRatio.landscapeButton',
50
50
  defaultMessage: 'Landscape 4:3',
51
- description: 'Landscape button display'
51
+ description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a landscape 4:3 crop ratio'
52
52
  },
53
53
  portraitButton: {
54
54
  id: 'editor.imageEditor.aspectRatio.portraitButton',
55
55
  defaultMessage: 'Portrait 3:4',
56
- description: 'Portrait button display'
56
+ description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a portrait 3:4 crop ratio'
57
57
  },
58
58
  wideButton: {
59
59
  id: 'editor.imageEditor.aspectRatio.wideButton',
60
60
  defaultMessage: 'Wide 16:9',
61
- description: 'Wide button display'
61
+ description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a wide 16:9 crop ratio'
62
62
  },
63
63
  cancelButton: {
64
64
  id: 'editor.imageEditor.cancel',
65
65
  defaultMessage: 'Cancel',
66
- description: 'Cancel button display'
66
+ description: 'Label shown on a button in the image editor that allows the user to cancel the current editing operation and discard changes'
67
67
  },
68
68
  doneButton: {
69
69
  id: 'editor.imageEditor.done',
70
70
  defaultMessage: 'Done',
71
- description: 'Done button display'
71
+ description: 'Label shown on a button in the image editor that allows the user to confirm and apply the current editing changes'
72
72
  },
73
73
  savingButton: {
74
74
  id: 'editor.imageEditor.saving',
@@ -28,7 +28,7 @@ export const panelMessages = defineMessages({
28
28
  emoji: {
29
29
  id: 'fabric.editor.panel.emoji',
30
30
  defaultMessage: 'Add emoji',
31
- description: 'Select the panel icon'
31
+ description: 'The text is shown as a button label on a panel in the editor when the user can add or change the emoji icon displayed on the panel.'
32
32
  },
33
33
  custom: {
34
34
  id: 'fabric.editor.panel.custom',
@@ -38,7 +38,7 @@ export const panelMessages = defineMessages({
38
38
  backgroundColor: {
39
39
  id: 'fabric.editor.panel.backgroundColor',
40
40
  defaultMessage: 'Background color',
41
- description: 'Select the panel background color.'
41
+ description: 'The text is shown as a button or menu label in the panel toolbar. Opens a color picker to select the background color for the panel.'
42
42
  },
43
43
  panelsGroup: {
44
44
  id: 'fabric.editor.panel.panelsGroup',
@@ -3,7 +3,7 @@ export const placeholderTextMessages = defineMessages({
3
3
  placeholderTextPlaceholder: {
4
4
  id: 'fabric.editor.placeholderTextPlaceholder',
5
5
  defaultMessage: 'Add placeholder text',
6
- description: ''
6
+ description: 'Placeholder text shown in the editor when a placeholder text node is inserted, prompting the user to add custom placeholder content.'
7
7
  },
8
8
  shortEmptyNodePlaceholderText: {
9
9
  id: 'fabric.editor.shortEmptyNodePlaceholderText',
@@ -8,6 +8,6 @@ export const selectionExtensionMessages = defineMessages({
8
8
  externalExtensionsHeading: {
9
9
  id: 'fabric.editor.externalExtensionsHeading',
10
10
  defaultMessage: 'Apps',
11
- description: 'Label for external extensions'
11
+ description: 'Heading text shown in the selection toolbar overflow dropdown to label the section containing external app extensions.'
12
12
  }
13
13
  });
@@ -38,12 +38,12 @@ export const messages = defineMessages({
38
38
  collapseTable: {
39
39
  id: 'fabric.editor.collapseTable',
40
40
  defaultMessage: 'Collapse table',
41
- description: 'Wraps table in an expand'
41
+ description: 'The text is shown as a menu item in the table options dropdown when the user wants to collapse a table by wrapping it inside an expand element.'
42
42
  },
43
43
  resizeTable: {
44
44
  id: 'fabric.editor.tables.resizeTable',
45
45
  defaultMessage: 'Resize table',
46
- description: 'Tooltip displayed on custom table width resize hande'
46
+ description: 'Tooltip text shown when hovering over the table width resize handle. Indicates users can drag to adjust the table width.'
47
47
  },
48
48
  insertColumn: {
49
49
  id: 'fabric.editor.insertColumn',
@@ -68,7 +68,7 @@ export const messages = defineMessages({
68
68
  removeColumns: {
69
69
  id: 'fabric.editor.removeColumns',
70
70
  defaultMessage: 'Delete {0, plural, one {column} other {columns}}',
71
- description: 'Deletes a table column.'
71
+ description: 'The text is shown as a menu item or button when the user selects one or more table columns to delete them. The message adapts for singular or plural columns.'
72
72
  },
73
73
  insertRow: {
74
74
  id: 'fabric.editor.insertRow',
@@ -113,17 +113,17 @@ export const messages = defineMessages({
113
113
  removeRows: {
114
114
  id: 'fabric.editor.removeRows',
115
115
  defaultMessage: 'Delete {0, plural, one {row} other {rows}}',
116
- description: 'Deletes a table row.'
116
+ description: 'The text is shown as a menu item or button when the user selects one or more table rows to delete them. The message adapts for singular or plural rows.'
117
117
  },
118
118
  rowNumbers: {
119
119
  id: 'fabrid.editor.rowNumbers',
120
120
  defaultMessage: 'Row numbers',
121
- desciption: 'Adds a number to each row except header row'
121
+ description: 'The text is shown as a label for a toggle option in the table options menu that adds a number to each row except the header row.'
122
122
  },
123
123
  numberedRows: {
124
124
  id: 'fabrid.editor.numberedRows',
125
125
  defaultMessage: 'Numbered rows',
126
- desciption: 'Adds a number to each row except header row'
126
+ description: 'The text is shown as a label for a toggle option in the table options menu that adds a number to each row except the header row.'
127
127
  },
128
128
  rowsAreInserted: {
129
129
  id: 'fabric.editor.rowsAreInserted',
@@ -198,7 +198,7 @@ export const messages = defineMessages({
198
198
  confirmModalCheckboxLabel: {
199
199
  id: 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel',
200
200
  defaultMessage: 'Also delete connected elements',
201
- description: 'checkbox label text'
201
+ description: 'The text is shown as a checkbox label in a confirmation dialog when the user is about to delete an element that has connected extensions.'
202
202
  },
203
203
  deleteElementTitle: {
204
204
  id: 'fabric.editor.extension.deleteElementTitle',
@@ -233,12 +233,12 @@ export const messages = defineMessages({
233
233
  mergeCells: {
234
234
  id: 'fabric.editor.mergeCells',
235
235
  defaultMessage: 'Merge cells',
236
- description: 'Merge tables cells together.'
236
+ description: 'The text is shown as a menu item in the cell options menu when the user selects multiple table cells to merge them into a single cell.'
237
237
  },
238
238
  splitCell: {
239
239
  id: 'fabric.editor.splitCell',
240
240
  defaultMessage: 'Split cell',
241
- description: 'Split a merged table cell.'
241
+ description: 'The text is shown as a menu item in the cell options menu when the user wants to split a previously merged table cell back into individual cells.'
242
242
  },
243
243
  clearCells: {
244
244
  id: 'fabric.editor.clearCells',
@@ -343,11 +343,11 @@ export const messages = defineMessages({
343
343
  alignTableCenter: {
344
344
  id: 'fabric.editor.alignTableCenter',
345
345
  defaultMessage: 'Align center',
346
- description: 'Aligns table to the center'
346
+ description: 'The text is shown as a menu item in the table alignment options menu when the user wants to align the table to the center of the page.'
347
347
  },
348
348
  alignTableLeft: {
349
349
  id: 'fabric.editor.alignTableLeft',
350
350
  defaultMessage: 'Align left',
351
- description: 'Aligns table to the left'
351
+ description: 'The text is shown as a menu item in the table alignment options menu when the user wants to align the table to the left side of the page.'
352
352
  }
353
353
  });
@@ -3,16 +3,16 @@ export const unsupportedContentMessages = defineMessages({
3
3
  unsupportedInlineContent: {
4
4
  id: 'fabric.editor.unsupportedInlineContent',
5
5
  defaultMessage: 'Unsupported content',
6
- description: 'Unsupported content'
6
+ description: 'The text is shown as an inline label in the editor when a content node type is not supported for display. It appears alongside a question mark icon that provides more details via a tooltip.'
7
7
  },
8
8
  unsupportedBlockContent: {
9
9
  id: 'fabric.editor.unsupportedBlockContent',
10
10
  defaultMessage: 'This editor does not support displaying this content',
11
- description: 'This editor does not support displaying this content'
11
+ description: 'The text is shown as a block-level message in the editor when a content block type is not supported for display. It appears centered within a dashed border container alongside a question mark icon that provides more details via a tooltip.'
12
12
  },
13
13
  unsupportedContentTooltip: {
14
14
  id: 'fabric.editor.unsupportedContentTooltip',
15
15
  defaultMessage: 'Content is not available in this editor, this will be preserved when you edit and save',
16
- description: 'Content is not available in this editor, this will be preserved when you edit and save'
16
+ description: 'The text is shown as tooltip content when the user hovers over the question mark icon on an unsupported content node in the editor. It reassures users that unsupported content will not be lost when they edit and save the document.'
17
17
  }
18
18
  });
@@ -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 = "111.12.7";
7
+ const packageVersion = "111.13.0";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // Ignored via go/ees007