@atlaskit/editor-common 111.12.7 → 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.
- package/CHANGELOG.md +15 -0
- package/dist/cjs/ai-messages/ai.js +1 -1
- package/dist/cjs/analytics/types/enums.js +1 -0
- package/dist/cjs/block-menu/messages.js +1 -1
- package/dist/cjs/element-browser/messages.js +3 -3
- package/dist/cjs/extensions/extension-handlers.js +14 -7
- package/dist/cjs/extensions/messages.js +9 -9
- package/dist/cjs/extensions.js +6 -0
- 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/es2019/ai-messages/ai.js +1 -1
- package/dist/es2019/analytics/types/enums.js +1 -0
- package/dist/es2019/block-menu/messages.js +1 -1
- package/dist/es2019/element-browser/messages.js +3 -3
- package/dist/es2019/extensions/extension-handlers.js +4 -0
- package/dist/es2019/extensions/messages.js +9 -9
- package/dist/es2019/extensions.js +1 -1
- 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/esm/ai-messages/ai.js +1 -1
- package/dist/esm/analytics/types/enums.js +1 -0
- package/dist/esm/block-menu/messages.js +1 -1
- package/dist/esm/element-browser/messages.js +3 -3
- package/dist/esm/extensions/extension-handlers.js +13 -7
- package/dist/esm/extensions/messages.js +9 -9
- package/dist/esm/extensions.js +1 -1
- 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/types/analytics/types/enums.d.ts +1 -0
- package/dist/types/analytics/types/extension-events.d.ts +8 -2
- package/dist/types/analytics/types/insert-events.d.ts +1 -1
- package/dist/types/extensions/extension-handlers.d.ts +2 -1
- package/dist/types/extensions.d.ts +1 -1
- package/dist/types/messages/table.d.ts +2 -2
- package/dist/types/types/copy-button.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/extension-events.d.ts +8 -2
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
- package/dist/types-ts4.5/extensions/extension-handlers.d.ts +2 -1
- package/dist/types-ts4.5/extensions.d.ts +1 -1
- package/dist/types-ts4.5/messages/table.d.ts +2 -2
- package/dist/types-ts4.5/types/copy-button.d.ts +1 -0
- package/package.json +2 -2
|
@@ -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.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: '
|
|
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': {
|