@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
@@ -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.0";
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': {