@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 111.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5decb780f02e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5decb780f02e0) -
8
+ ED-29766: Add analytics instrumentation to task list toolbar button
9
+
3
10
  ## 111.13.0
4
11
 
5
12
  ### Minor Changes
@@ -189,7 +189,7 @@ var aiMessages = exports.aiMessages = (0, _reactIntlNext.defineMessages)({
189
189
  summarizePageTitle: {
190
190
  id: 'fabric.editor.ai.ai-panels.summarizePageTitle',
191
191
  defaultMessage: "Page summary panel (Beta)",
192
- description: 'Title for AI summary panel'
192
+ description: 'The text is shown as a title for the AI-powered page summary panel in the editor when the user accesses the summarize page feature.'
193
193
  },
194
194
  summarisePageDescription: {
195
195
  id: 'fabric.editor.ai.ai-panels.summarizePageDescription',
@@ -20,7 +20,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
20
20
  deleteBlock: {
21
21
  id: 'fabric.editor.block.menu.delete.block',
22
22
  defaultMessage: 'Delete',
23
- description: 'Delete the selected block'
23
+ description: 'The text is shown as a menu item in the block menu when the user wants to delete the currently selected block from the document.'
24
24
  },
25
25
  turnInto: {
26
26
  id: 'fabric.editor.block.menu.turn.into',
@@ -9,17 +9,17 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
9
9
  elementAfterInputMessage: {
10
10
  id: 'fabric.editor.elementbrowser.searchbar.elementAfterInput',
11
11
  defaultMessage: 'Enter',
12
- description: 'Enter to insert'
12
+ description: 'The text is shown as a label after the search input in the element browser. It indicates to the user that pressing Enter will insert the selected element.'
13
13
  },
14
14
  placeHolderMessage: {
15
15
  id: 'fabric.editor.elementbrowser.searchbar.placeholder',
16
16
  defaultMessage: 'Search',
17
- description: 'Search field placeholder'
17
+ description: 'The text is shown as placeholder text inside the search input field in the element browser. It prompts the user to type a query to filter available elements.'
18
18
  },
19
19
  searchAriaLabel: {
20
20
  id: 'fabric.editor.elementbrowser.searchbar.ariaLabel',
21
21
  defaultMessage: 'Search',
22
- description: 'Search field aria label'
22
+ description: 'The text is used as an aria-label for the search input field in the element browser. It provides an accessible name for screen readers to identify the search field.'
23
23
  },
24
24
  assistiveTextDefault: {
25
25
  id: 'fabric.editor.elementbrowser.searchbar.assistive.text.default',
@@ -9,7 +9,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
9
9
  edit: {
10
10
  id: 'fabric.editor.edit',
11
11
  defaultMessage: 'Edit',
12
- description: 'Edit the properties for this extension.'
12
+ description: 'The text is shown as a button label in the extension context menu. Triggers opening the properties editor for the selected extension to modify its configuration.'
13
13
  },
14
14
  deleteElementTitle: {
15
15
  id: 'fabric.editor.extension.deleteElementTitle',
@@ -34,22 +34,22 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
34
34
  confirmModalCheckboxLabel: {
35
35
  id: 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel',
36
36
  defaultMessage: 'Also delete connected elements',
37
- description: 'checkbox label text'
37
+ description: 'Label for a checkbox in a confirm modal that allows the user to also delete connected elements when deleting an extension.'
38
38
  },
39
39
  saveIndicator: {
40
40
  id: 'fabric.editor.extensions.config-panel.save-indicator',
41
41
  defaultMessage: 'All changes are always autosaved',
42
- description: 'Message shown to the user to notify to them that we save the changes automatically.'
42
+ description: 'Informational message displayed in the extension configuration panel to reassure users that their changes are being saved automatically without requiring manual save action.'
43
43
  },
44
44
  panelLoadingError: {
45
45
  id: 'fabric.editor.extensions.config-panel.loading-error.non-final',
46
46
  defaultMessage: 'We ran into a bit of trouble. Refresh to try again.',
47
- description: 'Error message when loading the configuration panel'
47
+ description: 'Error message displayed when the extension configuration panel fails to load. Instructs users to refresh the page to attempt loading the panel again.'
48
48
  },
49
49
  extensionLoadingError: {
50
50
  id: 'fabric.editor.extension.loading-error',
51
51
  defaultMessage: 'Error loading the extension!',
52
- description: 'Error message when loading an extension'
52
+ description: 'Error message displayed when an extension fails to load in the editor. Indicates a problem occurred during the extension initialization or rendering process.'
53
53
  }
54
54
  });
55
55
  var configPanelMessages = exports.configPanelMessages = (0, _reactIntlNext.defineMessages)({
@@ -61,17 +61,17 @@ var configPanelMessages = exports.configPanelMessages = (0, _reactIntlNext.defin
61
61
  submit: {
62
62
  id: 'fabric.editor.configPanel.submit',
63
63
  defaultMessage: 'Submit',
64
- description: 'Submit button label'
64
+ description: 'Label for a button in the extension configuration panel that the user clicks to submit and apply configuration changes.'
65
65
  },
66
66
  cancel: {
67
67
  id: 'fabric.editor.configPanel.cancel',
68
68
  defaultMessage: 'Cancel',
69
- description: 'Cancel button label'
69
+ description: 'Label for a button in the extension configuration panel that the user clicks to cancel and discard configuration changes.'
70
70
  },
71
71
  close: {
72
72
  id: 'fabric.editor.configPanel.close',
73
73
  defaultMessage: 'Close',
74
- description: 'Close button label'
74
+ description: 'Label for a button in the extension configuration panel that the user clicks to close the panel.'
75
75
  },
76
76
  required: {
77
77
  id: 'fabric.editor.configPanel.required',
@@ -86,7 +86,7 @@ var configPanelMessages = exports.configPanelMessages = (0, _reactIntlNext.defin
86
86
  isMultipleAndRadio: {
87
87
  id: 'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio',
88
88
  defaultMessage: 'Can not combine isMultiple with style: radio',
89
- description: 'Configuration error'
89
+ description: 'Error message displayed in the extension configuration panel when isMultiple and radio style options are incorrectly combined.'
90
90
  },
91
91
  addField: {
92
92
  id: 'fabric.editor.configPanel.formType.addField',
@@ -89,7 +89,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
89
89
  displayText: {
90
90
  id: 'fabric.editor.displayText',
91
91
  defaultMessage: 'Text to display',
92
- description: 'Text to display'
92
+ description: 'Label for the text input field in the hyperlink toolbar where users enter the display text for a link.'
93
93
  },
94
94
  clearText: {
95
95
  id: 'fabric.editor.clearLinkText',
@@ -9,36 +9,36 @@ var utilMessages = exports.utilMessages = (0, _reactIntlNext.defineMessages)({
9
9
  hyperlinkIconIssueLabel: {
10
10
  id: 'fabric.editor.headingLink.hyperlinkIconIssueLabel',
11
11
  defaultMessage: 'Issue',
12
- description: 'icon label for a jira issue'
12
+ description: 'Accessible label for the Jira issue icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira issue.'
13
13
  },
14
14
  hyperlinkIconBugLabel: {
15
15
  id: 'fabric.editor.headingLink.hyperlinkIconBugLabel',
16
16
  defaultMessage: 'Bug',
17
- description: 'icon label for a jira bug'
17
+ description: 'Accessible label for the Jira bug icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira bug.'
18
18
  },
19
19
  hyperlinkIconStoryLabel: {
20
20
  id: 'fabric.editor.headingLink.hyperlinkIconStoryLabel',
21
21
  defaultMessage: 'Story',
22
- description: 'icon label for a jira story'
22
+ description: 'Accessible label for the Jira story icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira story.'
23
23
  },
24
24
  hyperlinkIconTaskLabel: {
25
25
  id: 'fabric.editor.headingLink.hyperlinkIconTaskLabel',
26
26
  defaultMessage: 'Task',
27
- description: 'icon label for a jira task'
27
+ description: 'Accessible label for the Jira task icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira task.'
28
28
  },
29
29
  hyperlinkIconPageLabel: {
30
30
  id: 'fabric.editor.headingLink.hyperlinkIconPageLabel',
31
31
  defaultMessage: 'Page',
32
- description: 'icon label for a confluence page'
32
+ description: 'The text is shown as an icon label in the hyperlink toolbar to identify Confluence pages. Displayed next to the page icon when users are linking to Confluence pages in the editor.'
33
33
  },
34
34
  hyperlinkIconBlogLabel: {
35
35
  id: 'fabric.editor.headingLink.hyperlinkIconBlogLabel',
36
36
  defaultMessage: 'Blog',
37
- description: 'icon label for a confluence blog'
37
+ description: 'The text is shown as an icon label in the hyperlink toolbar to identify Confluence blog posts. Displayed next to the blog icon when users are linking to Confluence blogs in the editor.'
38
38
  },
39
39
  hyperlinkIconIssueLabelIssueTermRefresh: {
40
40
  id: 'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh',
41
41
  defaultMessage: 'Work Item',
42
- description: 'icon label for a jira issue'
42
+ description: 'Accessible label for the Jira issue icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira work item. This is the refreshed terminology used instead of "Issue".'
43
43
  }
44
44
  });
@@ -9,32 +9,32 @@ var messages = (0, _reactIntlNext.defineMessages)({
9
9
  story: {
10
10
  id: 'fabric.editor.story',
11
11
  defaultMessage: 'Story',
12
- description: 'Alt text for Story'
12
+ description: 'Alt text for the issue type icon displayed in link search results when the linked item is a Story issue type.'
13
13
  },
14
14
  epic: {
15
15
  id: 'fabric.editor.epic',
16
16
  defaultMessage: 'Epic',
17
- description: 'Alt text for Epic'
17
+ description: 'Alt text for the issue type icon displayed in link search results when the linked item is an Epic issue type.'
18
18
  },
19
19
  task: {
20
20
  id: 'fabric.editor.task',
21
21
  defaultMessage: 'Task',
22
- description: 'Alt text for Task'
22
+ description: 'Alt text for the issue type icon displayed in link search results when the linked item is a Task issue type.'
23
23
  },
24
24
  bug: {
25
25
  id: 'fabric.editor.bug',
26
26
  defaultMessage: 'Bug',
27
- description: 'Alt text for Bug'
27
+ description: 'Alt text for the issue type icon displayed in link search results when the linked item is a Bug issue type.'
28
28
  },
29
29
  subTask: {
30
30
  id: 'fabric.editor.subTask',
31
31
  defaultMessage: 'Sub-task',
32
- description: 'Alt text for Sub-task'
32
+ description: 'Alt text for the issue type icon displayed in link search results when the linked item is a Sub-task issue type.'
33
33
  },
34
34
  improvement: {
35
35
  id: 'fabric.editor.improvement',
36
36
  defaultMessage: 'Improvement',
37
- description: 'Alt text for Improvement'
37
+ description: 'Alt text for the issue type icon displayed in link search results when the linked item is an Improvement issue type.'
38
38
  },
39
39
  defaultAltText: {
40
40
  id: 'fabric.editor.defaultAltText',
@@ -16,7 +16,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
16
16
  unorderedListDescription: {
17
17
  id: 'fabric.editor.unorderedList.description',
18
18
  defaultMessage: 'Create an unordered list',
19
- description: ''
19
+ description: 'The text is shown as a description for the bullet list option in the quick insert menu when the user searches for list formatting options.'
20
20
  },
21
21
  orderedList: {
22
22
  id: 'fabric.editor.orderedList',
@@ -26,7 +26,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
26
26
  orderedListDescription: {
27
27
  id: 'fabric.editor.orderedList.description',
28
28
  defaultMessage: 'Create an ordered list',
29
- description: ''
29
+ description: 'The text is shown as a description for the numbered list option in the quick insert menu when the user searches for list formatting options.'
30
30
  },
31
31
  lists: {
32
32
  id: 'fabric.editor.lists',
@@ -24,22 +24,22 @@ var altTextMessages = exports.altTextMessages = (0, _reactIntlNext.defineMessage
24
24
  back: {
25
25
  id: 'fabric.editor.closeAltTextEdit',
26
26
  defaultMessage: 'Back',
27
- description: 'Back to toolbar'
27
+ description: 'The text is shown on a button in the alt text editing toolbar for an image. When clicked, it closes the alt text editor and navigates the user back to the main media toolbar.'
28
28
  },
29
29
  clear: {
30
30
  id: 'fabric.editor.clearAltTextEdit',
31
31
  defaultMessage: 'Clear alt text',
32
- description: 'Clear alt text'
32
+ description: 'The text is shown on a button in the alt text editing toolbar for an image. When clicked, it clears the current alt text value from the input field.'
33
33
  },
34
34
  placeholder: {
35
35
  id: 'fabric.editor.placeholderAltText',
36
36
  defaultMessage: 'Describe this image with alt text',
37
- description: 'Describe this image with alt text'
37
+ description: 'The text is shown as placeholder text inside the alt text input field for an image. It prompts the user to enter a description of the image for accessibility purposes.'
38
38
  },
39
39
  supportText: {
40
40
  id: 'fabric.editor.supportAltText',
41
41
  defaultMessage: 'Alt text is useful for people using screen readers because of visual limitations.',
42
- description: 'Alt text is useful for people using screen readers because of visual limitations.'
42
+ description: 'The text is shown as a help message below the alt text input field for an image. It informs users why providing alt text is important for accessibility and screen reader support.'
43
43
  },
44
44
  validationMessage: {
45
45
  id: 'fabric.editor.alttext.validation',
@@ -9,6 +9,6 @@ var externalMediaMessages = exports.externalMediaMessages = (0, _reactIntlNext.d
9
9
  externalMediaFile: {
10
10
  id: 'fabric.editor.externalMediaFile',
11
11
  defaultMessage: 'External media file',
12
- description: 'External media file'
12
+ description: 'Displayed as a tooltip and accessibility label for an info icon badge when an externally hosted media file is shown in the editor.'
13
13
  }
14
14
  });
@@ -29,31 +29,31 @@ var imageBorderMessages = exports.imageBorderMessages = (0, _reactIntlNext.defin
29
29
  addBorder: {
30
30
  id: 'fabric.editor.addImageBorder',
31
31
  defaultMessage: 'Add border',
32
- description: 'Add a border to an image.'
32
+ description: 'Label shown on a button in the image border options toolbar to add a border around the selected image.'
33
33
  },
34
34
  removeBorder: {
35
35
  id: 'fabric.editor.removeImageBorder',
36
36
  defaultMessage: 'Remove border',
37
- description: 'Remove the border of an image.'
37
+ description: 'The text is shown as a button label in the image toolbar. Removes any border that was previously applied to the selected image.'
38
38
  },
39
39
  borderOptions: {
40
40
  id: 'fabric.editor.imageBorderOptions',
41
41
  defaultMessage: 'Border options',
42
- description: 'Display options available for customizing the border of an image.'
42
+ description: 'The text is shown as a panel or menu header. Provides users access to customize image borders including size and color options.'
43
43
  },
44
44
  borderSizeSubtle: {
45
45
  id: 'fabric.editor.imageBorderSubtle',
46
46
  defaultMessage: 'Subtle',
47
- description: 'Name of a border size.'
47
+ description: 'Label shown as a drop-down item in the image border size selector to apply a thin, subtle border around the image.'
48
48
  },
49
49
  borderSizeMedium: {
50
50
  id: 'fabric.editor.imageBorderMedium',
51
51
  defaultMessage: 'Medium',
52
- description: 'Name of a border size.'
52
+ description: 'Label shown as a drop-down item in the image border size selector to apply a medium-weight border around the image.'
53
53
  },
54
54
  borderSizeBold: {
55
55
  id: 'fabric.editor.imageBorderBold',
56
56
  defaultMessage: 'Bold',
57
- description: 'Name of a border size.'
57
+ description: 'Label shown as a drop-down item in the image border size selector to apply a thick, bold border around the image.'
58
58
  }
59
59
  });
@@ -19,12 +19,12 @@ var pixelEntryMessages = exports.pixelEntryMessages = (0, _reactIntlNext.defineM
19
19
  inputWidthAriaLabel: {
20
20
  id: 'fabric.editor.media.pixelEntry.inputWidthAriaLabel',
21
21
  defaultMessage: 'Max width {maxWidth}px',
22
- description: 'The width input aria label'
22
+ description: 'Aria label for the width input field used for media pixel entry. The placeholder {maxWidth} will be substituted with the maximum allowed width value in pixels.'
23
23
  },
24
24
  inputWidthLabel: {
25
25
  id: 'fabric.editor.media.pixelEntry.inputWidthLabel',
26
26
  defaultMessage: 'Width',
27
- description: 'The label displayed next to the width input'
27
+ description: 'Label for the width input field in the media resize panel. Users enter a numeric value representing the desired width in pixels for the image.'
28
28
  },
29
29
  inputHeightTooltip: {
30
30
  id: 'fabric.editor.media.pixelEntry.inputHeightTooltip',
@@ -34,7 +34,7 @@ var pixelEntryMessages = exports.pixelEntryMessages = (0, _reactIntlNext.defineM
34
34
  inputHeightAriaLabel: {
35
35
  id: 'fabric.editor.media.pixelEntry.inputHeightAriaLabel',
36
36
  defaultMessage: 'height input',
37
- description: 'The width input aria label'
37
+ description: 'Aria label for the height input field used for media pixel entry to inform screen readers about the purpose of the input.'
38
38
  },
39
39
  submitButtonText: {
40
40
  id: 'fabric.editor.media.pixelEntry.submitButtonText',
@@ -29,12 +29,12 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
29
29
  moveUp: {
30
30
  id: 'fabric.editor.blockControlMoveUp',
31
31
  defaultMessage: 'Move up',
32
- description: 'Moves selected content up'
32
+ description: 'Label for a button in the block controls menu that moves the selected content block up in the editor.'
33
33
  },
34
34
  moveDown: {
35
35
  id: 'fabric.editor.blockControlMoveDown',
36
36
  defaultMessage: 'Move down',
37
- description: 'Moves selected content down'
37
+ description: 'Label for a button in the block controls menu that moves the selected content block down in the editor.'
38
38
  },
39
39
  movedup: {
40
40
  id: 'fabric.editor.blockControlMovedUp',
@@ -49,16 +49,16 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
49
49
  moveLeft: {
50
50
  id: 'fabric.editor.blockControlMoveLeft',
51
51
  defaultMessage: 'Move left',
52
- description: 'Moves selected content left'
52
+ description: 'Label for a button in the block controls menu that moves the selected content block to the left.'
53
53
  },
54
54
  moveRight: {
55
55
  id: 'fabric.editor.blockControlMoveRight',
56
56
  defaultMessage: 'Move right',
57
- description: 'Moves selected content right'
57
+ description: 'Label for a button in the block controls menu that moves the selected content block to the right.'
58
58
  },
59
59
  delete: {
60
60
  id: 'fabric.editor.blockControlDelete',
61
61
  defaultMessage: 'Delete',
62
- description: 'Delete selected element'
62
+ description: 'Label for a button in the block controls menu that deletes the currently selected content block from the editor.'
63
63
  }
64
64
  });
@@ -39,7 +39,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
39
39
  heading3Description: {
40
40
  id: 'fabric.editor.heading3Description',
41
41
  defaultMessage: 'Use this for sub sections and group headings',
42
- description: ''
42
+ description: 'Description text shown in the block type menu to help users understand when to use Heading 3 for sub sections and group headings in the editor.'
43
43
  },
44
44
  heading4: {
45
45
  id: 'fabric.editor.heading4',
@@ -49,7 +49,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
49
49
  heading4Description: {
50
50
  id: 'fabric.editor.heading4Description',
51
51
  defaultMessage: 'Use this for deep headings',
52
- description: ''
52
+ description: 'Description text shown in the block type menu to help users understand when to use Heading 4 for deep headings in the editor.'
53
53
  },
54
54
  heading5: {
55
55
  id: 'fabric.editor.heading5',
@@ -59,7 +59,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
59
59
  heading5Description: {
60
60
  id: 'fabric.editor.heading5Description',
61
61
  defaultMessage: 'Use this for grouping list items',
62
- description: ''
62
+ description: 'Description text shown in the block type menu to help users understand when to use Heading 5 for grouping list items in the editor.'
63
63
  },
64
64
  heading6: {
65
65
  id: 'fabric.editor.heading6',
@@ -69,17 +69,17 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
69
69
  heading6Description: {
70
70
  id: 'fabric.editor.heading6Description',
71
71
  defaultMessage: 'Use this for low level headings',
72
- description: ''
72
+ description: 'Description text shown in the block type menu to help users understand when to use Heading 6 for low level headings in the editor.'
73
73
  },
74
74
  blockquote: {
75
75
  id: 'fabric.editor.blockquote2',
76
76
  defaultMessage: 'Quote',
77
- description: 'Quote some text'
77
+ description: 'Label shown as a menu item in the block type dropdown to insert a blockquote for quoting text in the editor.'
78
78
  },
79
79
  blockquoteDescription: {
80
80
  id: 'fabric.editor.blockquote.description',
81
81
  defaultMessage: 'Insert a quote or citation',
82
- description: 'Quote some text'
82
+ description: 'Description text shown in the block type menu to help users understand the blockquote option for inserting a quote or citation in the editor.'
83
83
  },
84
84
  codeblock: {
85
85
  id: 'fabric.editor.codeblock',
@@ -89,7 +89,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
89
89
  codeblockDescription: {
90
90
  id: 'fabric.editor.codeblock.description',
91
91
  defaultMessage: 'Display code with syntax highlighting',
92
- description: 'Insert a snippet/segment of code (code block)'
92
+ description: 'Menu description shown in the quick insert menu. Explains that selecting this option inserts a code block with syntax highlighting support.'
93
93
  },
94
94
  infoPanel: {
95
95
  id: 'fabric.editor.infoPanel',
@@ -174,6 +174,6 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
174
174
  other: {
175
175
  id: 'fabric.editor.other',
176
176
  defaultMessage: 'Others...',
177
- description: 'Other text formatting'
177
+ description: 'Label shown as a menu item in the block type dropdown to access additional text formatting options in the editor.'
178
178
  }
179
179
  });
@@ -24,7 +24,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
24
24
  resizeHandle: {
25
25
  id: 'fabric.editor.resizeHandle',
26
26
  defaultMessage: 'Resize handle',
27
- description: 'Resize handle'
27
+ description: 'Label for the resize handle element displayed on content blocks in the editor, used to allow users to drag and resize the width of the element.'
28
28
  },
29
29
  resizeExpand: {
30
30
  id: 'fabric.editor.breakout.resizeExpand',
@@ -34,7 +34,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
34
34
  card: {
35
35
  id: 'fabric.editor.cardFloatingControls',
36
36
  defaultMessage: 'Card options',
37
- description: 'Options to change card type'
37
+ description: 'The text is shown as a title for the floating toolbar when a user selects an inline card or smart link in the editor, providing options to change the card display type.'
38
38
  },
39
39
  blockCardUnavailable: {
40
40
  id: 'fabric.editor.blockCardUnavailable',
@@ -9,7 +9,7 @@ var contextPanelMessages = exports.contextPanelMessages = (0, _reactIntlNext.def
9
9
  panelLabel: {
10
10
  id: 'fabric.editor.contextPanel.panelLabel',
11
11
  defaultMessage: 'Context panel',
12
- description: 'Label for the context panel'
12
+ description: 'Accessibility label for the context panel dialog in the editor. Used as an aria-label to identify the panel for screen reader users.'
13
13
  },
14
14
  panelContentLabel: {
15
15
  id: 'fabric.editor.contextPanel.panelContentLabel',
@@ -9,7 +9,7 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntlNext.defineM
9
9
  editorHelp: {
10
10
  id: 'fabric.editor.editorHelp',
11
11
  defaultMessage: 'Editor help',
12
- description: 'Title of editor help dialog.'
12
+ description: 'The text is shown as a title for the editor help dialog when the user opens the help panel to view keyboard shortcuts and formatting options.'
13
13
  },
14
14
  helpDialogTips: {
15
15
  id: 'fabric.editor.helpDialogTips',
@@ -19,7 +19,7 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntlNext.defineM
19
19
  keyboardShortcuts: {
20
20
  id: 'fabric.editor.keyboardShortcuts',
21
21
  defaultMessage: 'Keyboard shortcuts',
22
- description: ''
22
+ description: 'The text is shown as a heading in the editor help dialog to label the section that lists available keyboard shortcuts for the editor.'
23
23
  },
24
24
  markdown: {
25
25
  id: 'fabric.editor.markdown',
@@ -29,27 +29,27 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntlNext.defineM
29
29
  pastePlainText: {
30
30
  id: 'fabric.editor.pastePlainText',
31
31
  defaultMessage: 'Paste plain text',
32
- description: ''
32
+ description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to paste content without formatting.'
33
33
  },
34
34
  CheckUncheckActionItem: {
35
35
  id: 'fabric.editor.checkUncheckActionItem',
36
36
  defaultMessage: 'Toggle action item',
37
- description: 'For Check/Uncheck Action item use shortcut'
37
+ description: 'Keyboard shortcut description shown in the help dialog. Explains how to toggle or check/uncheck action items in the editor using a keyboard shortcut.'
38
38
  },
39
39
  InsertTableColumn: {
40
40
  id: 'fabric.editor.insertTableColumn',
41
41
  defaultMessage: 'Insert table column',
42
- description: 'For insert table column'
42
+ description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to insert a new column into a table.'
43
43
  },
44
44
  InsertTableRow: {
45
45
  id: 'fabric.editor.insertTableRow',
46
46
  defaultMessage: 'Insert table row',
47
- description: 'For insert table row'
47
+ description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to insert a new row into a table.'
48
48
  },
49
49
  altText: {
50
50
  id: 'fabric.editor.altText',
51
51
  defaultMessage: 'Alt text',
52
- description: 'Alternative text for image.'
52
+ description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to add or edit alternative text for an image.'
53
53
  },
54
54
  selectTableRow: {
55
55
  id: 'fabric.editor.selectTableRow',
@@ -94,12 +94,12 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntlNext.defineM
94
94
  focusTableResizeHandle: {
95
95
  id: 'fabric.editor.focusTableResizeHandle',
96
96
  defaultMessage: 'Focus table resize handle',
97
- description: 'Focus table resize handle'
97
+ description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to move focus to the table resize handle for resizing columns.'
98
98
  },
99
99
  closeHelpDialog: {
100
100
  id: 'fabric.editor.closeHelpDialog',
101
101
  defaultMessage: 'Close help dialog',
102
- description: ''
102
+ description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to close the help dialog and return to the editor.'
103
103
  },
104
104
  // Ignored via go/ees007
105
105
  // eslint-disable-next-line @atlaskit/editor/enforce-todo-comment-format