@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.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/ai-messages/ai.js +1 -1
- package/dist/cjs/block-menu/messages.js +1 -1
- package/dist/cjs/element-browser/messages.js +3 -3
- package/dist/cjs/extensions/messages.js +9 -9
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/cjs/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/cjs/lists/messages.js +2 -2
- package/dist/cjs/media/messages/altText.js +4 -4
- package/dist/cjs/media/messages/externalMedia.js +1 -1
- package/dist/cjs/media/messages/imageBorder.js +6 -6
- package/dist/cjs/media/messages/pixelEntry.js +3 -3
- package/dist/cjs/messages/block-controls.js +5 -5
- package/dist/cjs/messages/block-type.js +8 -8
- package/dist/cjs/messages/breakout.js +1 -1
- package/dist/cjs/messages/card.js +1 -1
- package/dist/cjs/messages/context-panel.js +1 -1
- package/dist/cjs/messages/help-dialog.js +9 -9
- package/dist/cjs/messages/index.js +16 -16
- package/dist/cjs/messages/insert-block.js +44 -44
- package/dist/cjs/messages/layout.js +3 -3
- package/dist/cjs/messages/link-toolbar.js +8 -8
- package/dist/cjs/messages/link.js +1 -1
- package/dist/cjs/messages/list.js +2 -2
- package/dist/cjs/messages/media-editing.js +7 -7
- package/dist/cjs/messages/panel.js +2 -2
- package/dist/cjs/messages/placeholder-text.js +1 -1
- package/dist/cjs/messages/selection-extension.js +1 -1
- package/dist/cjs/messages/table.js +11 -11
- package/dist/cjs/messages/unsupportedContent.js +3 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/messages.js +17 -17
- package/dist/cjs/type-ahead/messages.js +4 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/index.js +2 -2
- package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/cjs/vanilla-tooltip/index.js +180 -0
- package/dist/es2019/ai-messages/ai.js +1 -1
- package/dist/es2019/block-menu/messages.js +1 -1
- package/dist/es2019/element-browser/messages.js +3 -3
- package/dist/es2019/extensions/messages.js +9 -9
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/es2019/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/es2019/lists/messages.js +2 -2
- package/dist/es2019/media/messages/altText.js +4 -4
- package/dist/es2019/media/messages/externalMedia.js +1 -1
- package/dist/es2019/media/messages/imageBorder.js +6 -6
- package/dist/es2019/media/messages/pixelEntry.js +3 -3
- package/dist/es2019/messages/block-controls.js +5 -5
- package/dist/es2019/messages/block-type.js +8 -8
- package/dist/es2019/messages/breakout.js +1 -1
- package/dist/es2019/messages/card.js +1 -1
- package/dist/es2019/messages/context-panel.js +1 -1
- package/dist/es2019/messages/help-dialog.js +9 -9
- package/dist/es2019/messages/index.js +16 -16
- package/dist/es2019/messages/insert-block.js +44 -44
- package/dist/es2019/messages/layout.js +3 -3
- package/dist/es2019/messages/link-toolbar.js +8 -8
- package/dist/es2019/messages/link.js +1 -1
- package/dist/es2019/messages/list.js +2 -2
- package/dist/es2019/messages/media-editing.js +7 -7
- package/dist/es2019/messages/panel.js +2 -2
- package/dist/es2019/messages/placeholder-text.js +1 -1
- package/dist/es2019/messages/selection-extension.js +1 -1
- package/dist/es2019/messages/table.js +11 -11
- package/dist/es2019/messages/unsupportedContent.js +3 -3
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/messages.js +17 -17
- package/dist/es2019/type-ahead/messages.js +4 -4
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/index.js +2 -2
- package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/es2019/vanilla-tooltip/index.js +148 -0
- package/dist/esm/ai-messages/ai.js +1 -1
- package/dist/esm/block-menu/messages.js +1 -1
- package/dist/esm/element-browser/messages.js +3 -3
- package/dist/esm/extensions/messages.js +9 -9
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/esm/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/esm/lists/messages.js +2 -2
- package/dist/esm/media/messages/altText.js +4 -4
- package/dist/esm/media/messages/externalMedia.js +1 -1
- package/dist/esm/media/messages/imageBorder.js +6 -6
- package/dist/esm/media/messages/pixelEntry.js +3 -3
- package/dist/esm/messages/block-controls.js +5 -5
- package/dist/esm/messages/block-type.js +8 -8
- package/dist/esm/messages/breakout.js +1 -1
- package/dist/esm/messages/card.js +1 -1
- package/dist/esm/messages/context-panel.js +1 -1
- package/dist/esm/messages/help-dialog.js +9 -9
- package/dist/esm/messages/index.js +16 -16
- package/dist/esm/messages/insert-block.js +44 -44
- package/dist/esm/messages/layout.js +3 -3
- package/dist/esm/messages/link-toolbar.js +8 -8
- package/dist/esm/messages/link.js +1 -1
- package/dist/esm/messages/list.js +2 -2
- package/dist/esm/messages/media-editing.js +7 -7
- package/dist/esm/messages/panel.js +2 -2
- package/dist/esm/messages/placeholder-text.js +1 -1
- package/dist/esm/messages/selection-extension.js +1 -1
- package/dist/esm/messages/table.js +11 -11
- package/dist/esm/messages/unsupportedContent.js +3 -3
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/messages.js +17 -17
- package/dist/esm/type-ahead/messages.js +4 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/index.js +2 -2
- package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/esm/vanilla-tooltip/index.js +173 -0
- package/dist/types/analytics/types/insert-events.d.ts +1 -1
- package/dist/types/messages/table.d.ts +2 -2
- package/dist/types/vanilla-tooltip/index.d.ts +29 -0
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
- package/dist/types-ts4.5/messages/table.d.ts +2 -2
- package/dist/types-ts4.5/vanilla-tooltip/index.d.ts +29 -0
- package/package.json +2 -1
- 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: '
|
|
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: '
|
|
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
|
|
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: '
|
|
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: '
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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.
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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.
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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': {
|