@atlaskit/editor-common 111.13.0 → 111.14.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 (123) hide show
  1. package/CHANGELOG.md +14 -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/cjs/vanilla-tooltip/index.js +180 -0
  40. package/dist/es2019/ai-messages/ai.js +1 -1
  41. package/dist/es2019/block-menu/messages.js +1 -1
  42. package/dist/es2019/element-browser/messages.js +3 -3
  43. package/dist/es2019/extensions/messages.js +9 -9
  44. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  45. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  46. package/dist/es2019/link/LinkSearch/listItemAlts.js +6 -6
  47. package/dist/es2019/lists/messages.js +2 -2
  48. package/dist/es2019/media/messages/altText.js +4 -4
  49. package/dist/es2019/media/messages/externalMedia.js +1 -1
  50. package/dist/es2019/media/messages/imageBorder.js +6 -6
  51. package/dist/es2019/media/messages/pixelEntry.js +3 -3
  52. package/dist/es2019/messages/block-controls.js +5 -5
  53. package/dist/es2019/messages/block-type.js +8 -8
  54. package/dist/es2019/messages/breakout.js +1 -1
  55. package/dist/es2019/messages/card.js +1 -1
  56. package/dist/es2019/messages/context-panel.js +1 -1
  57. package/dist/es2019/messages/help-dialog.js +9 -9
  58. package/dist/es2019/messages/index.js +16 -16
  59. package/dist/es2019/messages/insert-block.js +44 -44
  60. package/dist/es2019/messages/layout.js +3 -3
  61. package/dist/es2019/messages/link-toolbar.js +8 -8
  62. package/dist/es2019/messages/link.js +1 -1
  63. package/dist/es2019/messages/list.js +2 -2
  64. package/dist/es2019/messages/media-editing.js +7 -7
  65. package/dist/es2019/messages/panel.js +2 -2
  66. package/dist/es2019/messages/placeholder-text.js +1 -1
  67. package/dist/es2019/messages/selection-extension.js +1 -1
  68. package/dist/es2019/messages/table.js +11 -11
  69. package/dist/es2019/messages/unsupportedContent.js +3 -3
  70. package/dist/es2019/monitoring/error.js +1 -1
  71. package/dist/es2019/quick-insert/messages.js +17 -17
  72. package/dist/es2019/type-ahead/messages.js +4 -4
  73. package/dist/es2019/ui/DropList/index.js +1 -1
  74. package/dist/es2019/ui/Expand/index.js +2 -2
  75. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  76. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  77. package/dist/es2019/vanilla-tooltip/index.js +148 -0
  78. package/dist/esm/ai-messages/ai.js +1 -1
  79. package/dist/esm/block-menu/messages.js +1 -1
  80. package/dist/esm/element-browser/messages.js +3 -3
  81. package/dist/esm/extensions/messages.js +9 -9
  82. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  83. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  84. package/dist/esm/link/LinkSearch/listItemAlts.js +6 -6
  85. package/dist/esm/lists/messages.js +2 -2
  86. package/dist/esm/media/messages/altText.js +4 -4
  87. package/dist/esm/media/messages/externalMedia.js +1 -1
  88. package/dist/esm/media/messages/imageBorder.js +6 -6
  89. package/dist/esm/media/messages/pixelEntry.js +3 -3
  90. package/dist/esm/messages/block-controls.js +5 -5
  91. package/dist/esm/messages/block-type.js +8 -8
  92. package/dist/esm/messages/breakout.js +1 -1
  93. package/dist/esm/messages/card.js +1 -1
  94. package/dist/esm/messages/context-panel.js +1 -1
  95. package/dist/esm/messages/help-dialog.js +9 -9
  96. package/dist/esm/messages/index.js +16 -16
  97. package/dist/esm/messages/insert-block.js +44 -44
  98. package/dist/esm/messages/layout.js +3 -3
  99. package/dist/esm/messages/link-toolbar.js +8 -8
  100. package/dist/esm/messages/link.js +1 -1
  101. package/dist/esm/messages/list.js +2 -2
  102. package/dist/esm/messages/media-editing.js +7 -7
  103. package/dist/esm/messages/panel.js +2 -2
  104. package/dist/esm/messages/placeholder-text.js +1 -1
  105. package/dist/esm/messages/selection-extension.js +1 -1
  106. package/dist/esm/messages/table.js +11 -11
  107. package/dist/esm/messages/unsupportedContent.js +3 -3
  108. package/dist/esm/monitoring/error.js +1 -1
  109. package/dist/esm/quick-insert/messages.js +17 -17
  110. package/dist/esm/type-ahead/messages.js +4 -4
  111. package/dist/esm/ui/DropList/index.js +1 -1
  112. package/dist/esm/ui/Expand/index.js +2 -2
  113. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  114. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  115. package/dist/esm/vanilla-tooltip/index.js +173 -0
  116. package/dist/types/analytics/types/insert-events.d.ts +1 -1
  117. package/dist/types/messages/table.d.ts +2 -2
  118. package/dist/types/vanilla-tooltip/index.d.ts +29 -0
  119. package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
  120. package/dist/types-ts4.5/messages/table.d.ts +2 -2
  121. package/dist/types-ts4.5/vanilla-tooltip/index.d.ts +29 -0
  122. package/package.json +2 -1
  123. package/vanilla-tooltip/package.json +17 -0
@@ -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.1";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // Ignored via go/ees007
@@ -3,86 +3,86 @@ export const messages = defineMessages({
3
3
  help: {
4
4
  id: 'fabric.editor.elementBrowser.help',
5
5
  defaultMessage: 'Help',
6
- description: 'Element browser help button label'
6
+ description: 'Button label shown in the element browser or quick insert menu. Opens help documentation for the element browser feature.'
7
7
  },
8
8
  insert: {
9
9
  id: 'fabric.editor.elementbrowser.modal.insert',
10
10
  defaultMessage: 'Insert',
11
- description: 'Element browser insert button label'
11
+ description: 'Button label shown in the element browser modal dialog. Confirms and inserts the selected element into the document.'
12
12
  },
13
13
  close: {
14
14
  id: 'fabric.editor.elementbrowser.modal.close',
15
15
  defaultMessage: 'Close',
16
- description: 'Element browser close button label'
16
+ description: 'Button label shown in the element browser modal dialog. Closes the element browser without inserting any elements.'
17
17
  },
18
18
  all: {
19
19
  id: 'fabric.editor.elementbrowser.categorylist.category-all',
20
20
  defaultMessage: 'All',
21
- description: 'all'
21
+ description: 'Label for a category filter button in the element browser sidebar that displays all available elements when selected.'
22
22
  },
23
23
  formatting: {
24
24
  id: 'fabric.editor.elementbrowser.categorylist.category-formatting',
25
25
  defaultMessage: 'Formatting',
26
- description: 'formatting'
26
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only formatting-related elements.'
27
27
  },
28
28
  'confluence-content': {
29
29
  id: 'fabric.editor.elementbrowser.categorylist.category-confluence-content',
30
30
  defaultMessage: 'Confluence content',
31
- description: 'confluence-content'
31
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only Confluence content elements.'
32
32
  },
33
33
  media: {
34
34
  id: 'fabric.editor.elementbrowser.categorylist.category-media',
35
35
  defaultMessage: 'Media',
36
- description: 'media'
36
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only media-related elements.'
37
37
  },
38
38
  visuals: {
39
39
  id: 'fabric.editor.elementbrowser.categorylist.category-visuals',
40
40
  defaultMessage: 'Visuals & images',
41
- description: 'visuals'
41
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only visual and image elements.'
42
42
  },
43
43
  navigation: {
44
44
  id: 'fabric.editor.elementbrowser.categorylist.category-navigation',
45
45
  defaultMessage: 'Navigation',
46
- description: 'navigation'
46
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only navigation-related elements.'
47
47
  },
48
48
  'external-content': {
49
49
  id: 'fabric.editor.elementbrowser.categorylist.category-external-content',
50
50
  defaultMessage: 'External content',
51
- description: 'external-content'
51
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only external content elements.'
52
52
  },
53
53
  communication: {
54
54
  id: 'fabric.editor.elementbrowser.categorylist.category-communication',
55
55
  defaultMessage: 'Communication',
56
- description: 'communication'
56
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only communication-related elements.'
57
57
  },
58
58
  reporting: {
59
59
  id: 'fabric.editor.elementbrowser.categorylist.category-reporting',
60
60
  defaultMessage: 'Reporting',
61
- description: 'reporting'
61
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only reporting-related elements.'
62
62
  },
63
63
  admin: {
64
64
  id: 'fabric.editor.elementbrowser.categorylist.category-admin',
65
65
  defaultMessage: 'Administration',
66
- description: 'admin'
66
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only administration-related elements.'
67
67
  },
68
68
  development: {
69
69
  id: 'fabric.editor.elementbrowser.categorylist.category-development',
70
70
  defaultMessage: 'Development',
71
- description: 'development'
71
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only development-related elements.'
72
72
  },
73
73
  AI: {
74
74
  id: 'fabric.editor.elementbrowser.categorylist.category-ai',
75
75
  defaultMessage: 'Rovo',
76
- description: 'AI'
76
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only Rovo AI-powered elements.'
77
77
  },
78
78
  featuredWhiteboardDescription: {
79
79
  id: 'fabric.editor.elementbrowser.featured.whiteboard.description',
80
80
  defaultMessage: 'Use a whiteboard to add visuals to your page',
81
- description: 'Displayed as the description for a featured whiteboard insert action'
81
+ description: 'Featured description shown in the element browser. Promotes the whiteboard feature for adding visual content to pages.'
82
82
  },
83
83
  browse: {
84
84
  id: 'fabric.editor.elementbrowser.sidebar.heading',
85
85
  defaultMessage: 'Browse',
86
- description: 'Sidebar heading'
86
+ description: 'Heading text displayed at the top of the element browser sidebar where users can browse and filter available elements to insert.'
87
87
  }
88
88
  });
@@ -3,12 +3,12 @@ export const typeAheadListMessages = defineMessages({
3
3
  typeAheadPopupLabel: {
4
4
  id: 'fabric.editor.typeAhead.popupLabel',
5
5
  defaultMessage: 'Typeahead results',
6
- description: 'the result of a typeahead, similar to autocomplete results+'
6
+ description: 'ARIA label for the typeahead/autocomplete results popup. Announced to screen reader users when search or filter results appear.'
7
7
  },
8
8
  quickInsertPopupLabel: {
9
9
  id: 'fabric.editor.typeAhead.quickInsertPopupLabel',
10
10
  defaultMessage: 'Shortcuts for inserts and formatting',
11
- description: 'the result of a quick insert typeahead, similar to autocomplete results+'
11
+ description: 'ARIA label for the quick insert typeahead popup showing available shortcuts. Announced to screen readers when the popup appears.'
12
12
  },
13
13
  quickInsertInputLabel: {
14
14
  id: 'fabric.editor.typeAhead.quickInsertInputLabel',
@@ -68,12 +68,12 @@ export const typeAheadListMessages = defineMessages({
68
68
  descriptionLabel: {
69
69
  id: 'fabric.editor.description',
70
70
  defaultMessage: 'Description',
71
- description: 'Description'
71
+ description: 'Label used as assistive text for the description of an item in the typeahead autocomplete dropdown list.'
72
72
  },
73
73
  shortcutLabel: {
74
74
  id: 'fabric.editor.shortcut',
75
75
  defaultMessage: 'Text shortcut',
76
- description: 'Text shortcut'
76
+ description: 'Label used as assistive text before a keyboard shortcut in the typeahead autocomplete dropdown list items.'
77
77
  },
78
78
  typeAheadErrorFallbackHeading: {
79
79
  id: 'fabric.editor.typeAheadErrorFallbackHeading',
@@ -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 = "111.12.7";
17
+ const packageVersion = "111.13.1";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -19,7 +19,7 @@ export const messages = defineMessages({
19
19
  collapseNode: {
20
20
  id: 'fabric.editor.collapseNode',
21
21
  defaultMessage: 'Collapse content',
22
- description: 'Collapse the node'
22
+ description: 'The text is shown as a tooltip on a button when the user clicks to collapse an expand node in the editor, hiding its content.'
23
23
  },
24
24
  expandDefaultTitle: {
25
25
  id: 'fabric.editor.expandDefaultTitle',
@@ -29,7 +29,7 @@ export const messages = defineMessages({
29
29
  expandNode: {
30
30
  id: 'fabric.editor.expandNode',
31
31
  defaultMessage: 'Expand content',
32
- description: 'Expand the node'
32
+ description: 'The text is shown as a tooltip on a button when the user clicks to expand a collapsed expand node in the editor, revealing its content.'
33
33
  },
34
34
  expandPlaceholderText: {
35
35
  id: 'fabric.editor.expandPlaceholder',
@@ -3,122 +3,122 @@ export default defineMessages({
3
3
  white: {
4
4
  id: 'fabric.theme.white',
5
5
  defaultMessage: 'White',
6
- description: 'Name of a color'
6
+ description: 'Tooltip label for the white color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
7
7
  },
8
8
  'light-blue': {
9
9
  id: 'fabric.theme.light-blue',
10
10
  defaultMessage: 'Light blue',
11
- description: 'Name of a color'
11
+ description: 'Tooltip label for the light blue color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
12
12
  },
13
13
  'light-teal': {
14
14
  id: 'fabric.theme.light-teal',
15
15
  defaultMessage: 'Light teal',
16
- description: 'Name of a color'
16
+ description: 'Tooltip label for the light teal color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
17
17
  },
18
18
  'light-green': {
19
19
  id: 'fabric.theme.light-green',
20
20
  defaultMessage: 'Light green',
21
- description: 'Name of a color'
21
+ description: 'Tooltip label for the light green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
22
22
  },
23
23
  'light-yellow': {
24
24
  id: 'fabric.theme.light-yellow',
25
25
  defaultMessage: 'Light yellow',
26
- description: 'Name of a color'
26
+ description: 'Tooltip label for the light yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
27
27
  },
28
28
  'light-red': {
29
29
  id: 'fabric.theme.light-red',
30
30
  defaultMessage: 'Light red',
31
- description: 'Name of a color'
31
+ description: 'Tooltip label for the light red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
32
32
  },
33
33
  'light-purple': {
34
34
  id: 'fabric.theme.light-purple',
35
35
  defaultMessage: 'Light purple',
36
- description: 'Name of a color'
36
+ description: 'Tooltip label for the light purple color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
37
37
  },
38
38
  'light-gray': {
39
39
  id: 'fabric.theme.light-gray',
40
40
  defaultMessage: 'Light gray',
41
- description: 'Name of a color'
41
+ description: 'Tooltip label for the light gray color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
42
42
  },
43
43
  blue: {
44
44
  id: 'fabric.theme.blue',
45
45
  defaultMessage: 'Blue',
46
- description: 'Name of a color'
46
+ description: 'Tooltip label for the blue color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
47
47
  },
48
48
  teal: {
49
49
  id: 'fabric.theme.teal',
50
50
  defaultMessage: 'Teal',
51
- description: 'Name of a color'
51
+ description: 'Tooltip label for the teal color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
52
52
  },
53
53
  green: {
54
54
  id: 'fabric.theme.green',
55
55
  defaultMessage: 'Green',
56
- description: 'Name of a color'
56
+ description: 'Tooltip label for the green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
57
57
  },
58
58
  yellow: {
59
59
  id: 'fabric.theme.yellow',
60
60
  defaultMessage: 'Yellow',
61
- description: 'Name of a color'
61
+ description: 'Tooltip label for the yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
62
62
  },
63
63
  red: {
64
64
  id: 'fabric.theme.red',
65
65
  defaultMessage: 'Red',
66
- description: 'Name of a color.'
66
+ description: 'Tooltip label for the red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
67
67
  },
68
68
  orange: {
69
69
  id: 'fabric.theme.orange',
70
70
  defaultMessage: 'Orange',
71
- description: 'Name of a color.'
71
+ description: 'Tooltip label for the orange color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
72
72
  },
73
73
  purple: {
74
74
  id: 'fabric.theme.purple',
75
75
  defaultMessage: 'Purple',
76
- description: 'Name of a color'
76
+ description: 'Tooltip label for the purple color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
77
77
  },
78
78
  gray: {
79
79
  id: 'fabric.theme.gray',
80
80
  defaultMessage: 'Gray',
81
- description: 'Name of a color'
81
+ description: 'Tooltip label for the gray color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
82
82
  },
83
83
  'dark-blue': {
84
84
  id: 'fabric.theme.dark-blue',
85
85
  defaultMessage: 'Dark blue',
86
- description: 'Name of a color'
86
+ description: 'Tooltip label for the dark blue color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
87
87
  },
88
88
  'dark-teal': {
89
89
  id: 'fabric.theme.dark-teal',
90
90
  defaultMessage: 'Dark teal',
91
- description: 'Name of a color'
91
+ description: 'Tooltip label for the dark teal color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
92
92
  },
93
93
  'dark-green': {
94
94
  id: 'fabric.theme.dark-green',
95
95
  defaultMessage: 'Dark green',
96
- description: 'Name of a color'
96
+ description: 'Tooltip label for the dark green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
97
97
  },
98
98
  'dark-yellow': {
99
99
  id: 'fabric.theme.dark-yellow',
100
100
  defaultMessage: 'Dark yellow',
101
- description: 'Name of a color'
101
+ description: 'Tooltip label for the dark yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
102
102
  },
103
103
  'dark-red': {
104
104
  id: 'fabric.theme.dark-red',
105
105
  defaultMessage: 'Dark red',
106
- description: 'Name of a color'
106
+ description: 'Tooltip label for the dark red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
107
107
  },
108
108
  'dark-purple': {
109
109
  id: 'fabric.theme.dark-purple',
110
110
  defaultMessage: 'Dark purple',
111
- description: 'Name of a color'
111
+ description: 'Tooltip label for the dark purple color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
112
112
  },
113
113
  'subtle-gray': {
114
114
  id: 'fabric.theme.subtle-gray',
115
115
  defaultMessage: 'Subtle gray',
116
- description: 'Name of a color'
116
+ description: 'Tooltip label for the subtle gray color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
117
117
  },
118
118
  'bold-gray': {
119
119
  id: 'fabric.theme.bold-gray',
120
120
  defaultMessage: 'Bold gray',
121
- description: 'Name of a color'
121
+ description: 'Tooltip label for the bold gray color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
122
122
  },
123
123
  // Colors only used in highlight palette
124
124
  'no-color': {