@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
@@ -44,12 +44,12 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
44
44
  collapseTable: {
45
45
  id: 'fabric.editor.collapseTable',
46
46
  defaultMessage: 'Collapse table',
47
- description: 'Wraps table in an expand'
47
+ 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.'
48
48
  },
49
49
  resizeTable: {
50
50
  id: 'fabric.editor.tables.resizeTable',
51
51
  defaultMessage: 'Resize table',
52
- description: 'Tooltip displayed on custom table width resize hande'
52
+ description: 'Tooltip text shown when hovering over the table width resize handle. Indicates users can drag to adjust the table width.'
53
53
  },
54
54
  insertColumn: {
55
55
  id: 'fabric.editor.insertColumn',
@@ -74,7 +74,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
74
74
  removeColumns: {
75
75
  id: 'fabric.editor.removeColumns',
76
76
  defaultMessage: 'Delete {0, plural, one {column} other {columns}}',
77
- description: 'Deletes a table column.'
77
+ 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.'
78
78
  },
79
79
  insertRow: {
80
80
  id: 'fabric.editor.insertRow',
@@ -119,17 +119,17 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
119
119
  removeRows: {
120
120
  id: 'fabric.editor.removeRows',
121
121
  defaultMessage: 'Delete {0, plural, one {row} other {rows}}',
122
- description: 'Deletes a table row.'
122
+ 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.'
123
123
  },
124
124
  rowNumbers: {
125
125
  id: 'fabrid.editor.rowNumbers',
126
126
  defaultMessage: 'Row numbers',
127
- desciption: 'Adds a number to each row except header row'
127
+ 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.'
128
128
  },
129
129
  numberedRows: {
130
130
  id: 'fabrid.editor.numberedRows',
131
131
  defaultMessage: 'Numbered rows',
132
- desciption: 'Adds a number to each row except header row'
132
+ 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.'
133
133
  },
134
134
  rowsAreInserted: {
135
135
  id: 'fabric.editor.rowsAreInserted',
@@ -204,7 +204,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
204
204
  confirmModalCheckboxLabel: {
205
205
  id: 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel',
206
206
  defaultMessage: 'Also delete connected elements',
207
- description: 'checkbox label text'
207
+ 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.'
208
208
  },
209
209
  deleteElementTitle: {
210
210
  id: 'fabric.editor.extension.deleteElementTitle',
@@ -239,12 +239,12 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
239
239
  mergeCells: {
240
240
  id: 'fabric.editor.mergeCells',
241
241
  defaultMessage: 'Merge cells',
242
- description: 'Merge tables cells together.'
242
+ 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.'
243
243
  },
244
244
  splitCell: {
245
245
  id: 'fabric.editor.splitCell',
246
246
  defaultMessage: 'Split cell',
247
- description: 'Split a merged table cell.'
247
+ 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.'
248
248
  },
249
249
  clearCells: {
250
250
  id: 'fabric.editor.clearCells',
@@ -349,11 +349,11 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
349
349
  alignTableCenter: {
350
350
  id: 'fabric.editor.alignTableCenter',
351
351
  defaultMessage: 'Align center',
352
- description: 'Aligns table to the center'
352
+ 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.'
353
353
  },
354
354
  alignTableLeft: {
355
355
  id: 'fabric.editor.alignTableLeft',
356
356
  defaultMessage: 'Align left',
357
- description: 'Aligns table to the left'
357
+ 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.'
358
358
  }
359
359
  });
@@ -9,16 +9,16 @@ var unsupportedContentMessages = exports.unsupportedContentMessages = (0, _react
9
9
  unsupportedInlineContent: {
10
10
  id: 'fabric.editor.unsupportedInlineContent',
11
11
  defaultMessage: 'Unsupported content',
12
- description: 'Unsupported content'
12
+ 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.'
13
13
  },
14
14
  unsupportedBlockContent: {
15
15
  id: 'fabric.editor.unsupportedBlockContent',
16
16
  defaultMessage: 'This editor does not support displaying this content',
17
- description: 'This editor does not support displaying this content'
17
+ 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.'
18
18
  },
19
19
  unsupportedContentTooltip: {
20
20
  id: 'fabric.editor.unsupportedContentTooltip',
21
21
  defaultMessage: 'Content is not available in this editor, this will be preserved when you edit and save',
22
- description: 'Content is not available in this editor, this will be preserved when you edit and save'
22
+ 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.'
23
23
  }
24
24
  });
@@ -19,7 +19,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
19
19
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
20
20
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
21
21
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
22
- var packageVersion = "111.12.7";
22
+ var packageVersion = "111.13.1";
23
23
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
24
24
  // Remove URL as it has UGC
25
25
  // Ignored via go/ees007
@@ -9,86 +9,86 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
9
9
  help: {
10
10
  id: 'fabric.editor.elementBrowser.help',
11
11
  defaultMessage: 'Help',
12
- description: 'Element browser help button label'
12
+ description: 'Button label shown in the element browser or quick insert menu. Opens help documentation for the element browser feature.'
13
13
  },
14
14
  insert: {
15
15
  id: 'fabric.editor.elementbrowser.modal.insert',
16
16
  defaultMessage: 'Insert',
17
- description: 'Element browser insert button label'
17
+ description: 'Button label shown in the element browser modal dialog. Confirms and inserts the selected element into the document.'
18
18
  },
19
19
  close: {
20
20
  id: 'fabric.editor.elementbrowser.modal.close',
21
21
  defaultMessage: 'Close',
22
- description: 'Element browser close button label'
22
+ description: 'Button label shown in the element browser modal dialog. Closes the element browser without inserting any elements.'
23
23
  },
24
24
  all: {
25
25
  id: 'fabric.editor.elementbrowser.categorylist.category-all',
26
26
  defaultMessage: 'All',
27
- description: 'all'
27
+ description: 'Label for a category filter button in the element browser sidebar that displays all available elements when selected.'
28
28
  },
29
29
  formatting: {
30
30
  id: 'fabric.editor.elementbrowser.categorylist.category-formatting',
31
31
  defaultMessage: 'Formatting',
32
- description: 'formatting'
32
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only formatting-related elements.'
33
33
  },
34
34
  'confluence-content': {
35
35
  id: 'fabric.editor.elementbrowser.categorylist.category-confluence-content',
36
36
  defaultMessage: 'Confluence content',
37
- description: 'confluence-content'
37
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only Confluence content elements.'
38
38
  },
39
39
  media: {
40
40
  id: 'fabric.editor.elementbrowser.categorylist.category-media',
41
41
  defaultMessage: 'Media',
42
- description: 'media'
42
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only media-related elements.'
43
43
  },
44
44
  visuals: {
45
45
  id: 'fabric.editor.elementbrowser.categorylist.category-visuals',
46
46
  defaultMessage: 'Visuals & images',
47
- description: 'visuals'
47
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only visual and image elements.'
48
48
  },
49
49
  navigation: {
50
50
  id: 'fabric.editor.elementbrowser.categorylist.category-navigation',
51
51
  defaultMessage: 'Navigation',
52
- description: 'navigation'
52
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only navigation-related elements.'
53
53
  },
54
54
  'external-content': {
55
55
  id: 'fabric.editor.elementbrowser.categorylist.category-external-content',
56
56
  defaultMessage: 'External content',
57
- description: 'external-content'
57
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only external content elements.'
58
58
  },
59
59
  communication: {
60
60
  id: 'fabric.editor.elementbrowser.categorylist.category-communication',
61
61
  defaultMessage: 'Communication',
62
- description: 'communication'
62
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only communication-related elements.'
63
63
  },
64
64
  reporting: {
65
65
  id: 'fabric.editor.elementbrowser.categorylist.category-reporting',
66
66
  defaultMessage: 'Reporting',
67
- description: 'reporting'
67
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only reporting-related elements.'
68
68
  },
69
69
  admin: {
70
70
  id: 'fabric.editor.elementbrowser.categorylist.category-admin',
71
71
  defaultMessage: 'Administration',
72
- description: 'admin'
72
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only administration-related elements.'
73
73
  },
74
74
  development: {
75
75
  id: 'fabric.editor.elementbrowser.categorylist.category-development',
76
76
  defaultMessage: 'Development',
77
- description: 'development'
77
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only development-related elements.'
78
78
  },
79
79
  AI: {
80
80
  id: 'fabric.editor.elementbrowser.categorylist.category-ai',
81
81
  defaultMessage: 'Rovo',
82
- description: 'AI'
82
+ description: 'Label for a category filter button in the element browser sidebar that filters the list to show only Rovo AI-powered elements.'
83
83
  },
84
84
  featuredWhiteboardDescription: {
85
85
  id: 'fabric.editor.elementbrowser.featured.whiteboard.description',
86
86
  defaultMessage: 'Use a whiteboard to add visuals to your page',
87
- description: 'Displayed as the description for a featured whiteboard insert action'
87
+ description: 'Featured description shown in the element browser. Promotes the whiteboard feature for adding visual content to pages.'
88
88
  },
89
89
  browse: {
90
90
  id: 'fabric.editor.elementbrowser.sidebar.heading',
91
91
  defaultMessage: 'Browse',
92
- description: 'Sidebar heading'
92
+ description: 'Heading text displayed at the top of the element browser sidebar where users can browse and filter available elements to insert.'
93
93
  }
94
94
  });
@@ -9,12 +9,12 @@ var typeAheadListMessages = exports.typeAheadListMessages = (0, _reactIntlNext.d
9
9
  typeAheadPopupLabel: {
10
10
  id: 'fabric.editor.typeAhead.popupLabel',
11
11
  defaultMessage: 'Typeahead results',
12
- description: 'the result of a typeahead, similar to autocomplete results+'
12
+ description: 'ARIA label for the typeahead/autocomplete results popup. Announced to screen reader users when search or filter results appear.'
13
13
  },
14
14
  quickInsertPopupLabel: {
15
15
  id: 'fabric.editor.typeAhead.quickInsertPopupLabel',
16
16
  defaultMessage: 'Shortcuts for inserts and formatting',
17
- description: 'the result of a quick insert typeahead, similar to autocomplete results+'
17
+ description: 'ARIA label for the quick insert typeahead popup showing available shortcuts. Announced to screen readers when the popup appears.'
18
18
  },
19
19
  quickInsertInputLabel: {
20
20
  id: 'fabric.editor.typeAhead.quickInsertInputLabel',
@@ -74,12 +74,12 @@ var typeAheadListMessages = exports.typeAheadListMessages = (0, _reactIntlNext.d
74
74
  descriptionLabel: {
75
75
  id: 'fabric.editor.description',
76
76
  defaultMessage: 'Description',
77
- description: 'Description'
77
+ description: 'Label used as assistive text for the description of an item in the typeahead autocomplete dropdown list.'
78
78
  },
79
79
  shortcutLabel: {
80
80
  id: 'fabric.editor.shortcut',
81
81
  defaultMessage: 'Text shortcut',
82
- description: 'Text shortcut'
82
+ description: 'Label used as assistive text before a keyboard shortcut in the typeahead autocomplete dropdown list items.'
83
83
  },
84
84
  typeAheadErrorFallbackHeading: {
85
85
  id: 'fabric.editor.typeAheadErrorFallbackHeading',
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
24
24
  * @jsx jsx
25
25
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "111.12.7";
27
+ var packageVersion = "111.13.1";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -28,7 +28,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
28
28
  collapseNode: {
29
29
  id: 'fabric.editor.collapseNode',
30
30
  defaultMessage: 'Collapse content',
31
- description: 'Collapse the node'
31
+ 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.'
32
32
  },
33
33
  expandDefaultTitle: {
34
34
  id: 'fabric.editor.expandDefaultTitle',
@@ -38,7 +38,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
38
38
  expandNode: {
39
39
  id: 'fabric.editor.expandNode',
40
40
  defaultMessage: 'Expand content',
41
- description: 'Expand the node'
41
+ 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.'
42
42
  },
43
43
  expandPlaceholderText: {
44
44
  id: 'fabric.editor.expandPlaceholder',
@@ -9,122 +9,122 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
9
9
  white: {
10
10
  id: 'fabric.theme.white',
11
11
  defaultMessage: 'White',
12
- description: 'Name of a color'
12
+ description: 'Tooltip label for the white color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
13
13
  },
14
14
  'light-blue': {
15
15
  id: 'fabric.theme.light-blue',
16
16
  defaultMessage: 'Light blue',
17
- description: 'Name of a color'
17
+ description: 'Tooltip label for the light blue color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
18
18
  },
19
19
  'light-teal': {
20
20
  id: 'fabric.theme.light-teal',
21
21
  defaultMessage: 'Light teal',
22
- description: 'Name of a color'
22
+ description: 'Tooltip label for the light teal color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
23
23
  },
24
24
  'light-green': {
25
25
  id: 'fabric.theme.light-green',
26
26
  defaultMessage: 'Light green',
27
- description: 'Name of a color'
27
+ description: 'Tooltip label for the light green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
28
28
  },
29
29
  'light-yellow': {
30
30
  id: 'fabric.theme.light-yellow',
31
31
  defaultMessage: 'Light yellow',
32
- description: 'Name of a color'
32
+ description: 'Tooltip label for the light yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
33
33
  },
34
34
  'light-red': {
35
35
  id: 'fabric.theme.light-red',
36
36
  defaultMessage: 'Light red',
37
- description: 'Name of a color'
37
+ description: 'Tooltip label for the light red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
38
38
  },
39
39
  'light-purple': {
40
40
  id: 'fabric.theme.light-purple',
41
41
  defaultMessage: 'Light purple',
42
- description: 'Name of a color'
42
+ description: 'Tooltip label for the light purple color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
43
43
  },
44
44
  'light-gray': {
45
45
  id: 'fabric.theme.light-gray',
46
46
  defaultMessage: 'Light gray',
47
- description: 'Name of a color'
47
+ description: 'Tooltip label for the light gray color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
48
48
  },
49
49
  blue: {
50
50
  id: 'fabric.theme.blue',
51
51
  defaultMessage: 'Blue',
52
- description: 'Name of a color'
52
+ description: 'Tooltip label for the blue color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
53
53
  },
54
54
  teal: {
55
55
  id: 'fabric.theme.teal',
56
56
  defaultMessage: 'Teal',
57
- description: 'Name of a color'
57
+ description: 'Tooltip label for the teal color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
58
58
  },
59
59
  green: {
60
60
  id: 'fabric.theme.green',
61
61
  defaultMessage: 'Green',
62
- description: 'Name of a color'
62
+ description: 'Tooltip label for the green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
63
63
  },
64
64
  yellow: {
65
65
  id: 'fabric.theme.yellow',
66
66
  defaultMessage: 'Yellow',
67
- description: 'Name of a color'
67
+ description: 'Tooltip label for the yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
68
68
  },
69
69
  red: {
70
70
  id: 'fabric.theme.red',
71
71
  defaultMessage: 'Red',
72
- description: 'Name of a color.'
72
+ description: 'Tooltip label for the red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
73
73
  },
74
74
  orange: {
75
75
  id: 'fabric.theme.orange',
76
76
  defaultMessage: 'Orange',
77
- description: 'Name of a color.'
77
+ description: 'Tooltip label for the orange color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
78
78
  },
79
79
  purple: {
80
80
  id: 'fabric.theme.purple',
81
81
  defaultMessage: 'Purple',
82
- description: 'Name of a color'
82
+ description: 'Tooltip label for the purple color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
83
83
  },
84
84
  gray: {
85
85
  id: 'fabric.theme.gray',
86
86
  defaultMessage: 'Gray',
87
- description: 'Name of a color'
87
+ description: 'Tooltip label for the gray color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
88
88
  },
89
89
  'dark-blue': {
90
90
  id: 'fabric.theme.dark-blue',
91
91
  defaultMessage: 'Dark blue',
92
- description: 'Name of a color'
92
+ description: 'Tooltip label for the dark blue color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
93
93
  },
94
94
  'dark-teal': {
95
95
  id: 'fabric.theme.dark-teal',
96
96
  defaultMessage: 'Dark teal',
97
- description: 'Name of a color'
97
+ description: 'Tooltip label for the dark teal color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
98
98
  },
99
99
  'dark-green': {
100
100
  id: 'fabric.theme.dark-green',
101
101
  defaultMessage: 'Dark green',
102
- description: 'Name of a color'
102
+ description: 'Tooltip label for the dark green color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
103
103
  },
104
104
  'dark-yellow': {
105
105
  id: 'fabric.theme.dark-yellow',
106
106
  defaultMessage: 'Dark yellow',
107
- description: 'Name of a color'
107
+ description: 'Tooltip label for the dark yellow color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
108
108
  },
109
109
  'dark-red': {
110
110
  id: 'fabric.theme.dark-red',
111
111
  defaultMessage: 'Dark red',
112
- description: 'Name of a color'
112
+ description: 'Tooltip label for the dark red color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
113
113
  },
114
114
  'dark-purple': {
115
115
  id: 'fabric.theme.dark-purple',
116
116
  defaultMessage: 'Dark purple',
117
- description: 'Name of a color'
117
+ description: 'Tooltip label for the dark purple color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
118
118
  },
119
119
  'subtle-gray': {
120
120
  id: 'fabric.theme.subtle-gray',
121
121
  defaultMessage: 'Subtle gray',
122
- description: 'Name of a color'
122
+ description: 'Tooltip label for the subtle gray color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
123
123
  },
124
124
  'bold-gray': {
125
125
  id: 'fabric.theme.bold-gray',
126
126
  defaultMessage: 'Bold gray',
127
- description: 'Name of a color'
127
+ description: 'Tooltip label for the bold gray color swatch displayed in the editor toolbar color palette when users select text or highlight colors.'
128
128
  },
129
129
  // Colors only used in highlight palette
130
130
  'no-color': {