@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
|
@@ -5,114 +5,114 @@ export const lightTextPaletteTooltipMessages = defineMessages({
|
|
|
5
5
|
'#FFFFFF': {
|
|
6
6
|
id: 'fabric.theme.white',
|
|
7
7
|
defaultMessage: 'White',
|
|
8
|
-
description: '
|
|
8
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the white color option.'
|
|
9
9
|
},
|
|
10
10
|
'#B3D4FF': {
|
|
11
11
|
id: 'fabric.theme.subtle-blue',
|
|
12
12
|
defaultMessage: 'Subtle blue',
|
|
13
|
-
description: '
|
|
13
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the subtle blue color option.'
|
|
14
14
|
},
|
|
15
15
|
'#B3F5FF': {
|
|
16
16
|
id: 'fabric.theme.subtle-teal',
|
|
17
17
|
defaultMessage: 'Subtle teal',
|
|
18
|
-
description: '
|
|
18
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the subtle teal color option.'
|
|
19
19
|
},
|
|
20
20
|
'#ABF5D1': {
|
|
21
21
|
id: 'fabric.theme.subtle-green',
|
|
22
22
|
defaultMessage: 'Subtle green',
|
|
23
|
-
description: '
|
|
23
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the subtle green color option.'
|
|
24
24
|
},
|
|
25
25
|
'#FFF0B3': {
|
|
26
26
|
id: 'fabric.theme.subtle-yellow',
|
|
27
27
|
defaultMessage: 'Subtle yellow',
|
|
28
|
-
description: '
|
|
28
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the subtle yellow color option.'
|
|
29
29
|
},
|
|
30
30
|
'#FFBDAD': {
|
|
31
31
|
id: 'fabric.theme.subtle-red',
|
|
32
32
|
defaultMessage: 'Subtle red',
|
|
33
|
-
description: '
|
|
33
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the subtle red color option.'
|
|
34
34
|
},
|
|
35
35
|
'#EAE6FF': {
|
|
36
36
|
id: 'fabric.theme.subtle-purple',
|
|
37
37
|
defaultMessage: 'Subtle purple',
|
|
38
|
-
description: '
|
|
38
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the subtle purple color option.'
|
|
39
39
|
},
|
|
40
40
|
'#97A0AF': {
|
|
41
41
|
id: 'fabric.theme.gray',
|
|
42
42
|
defaultMessage: 'Gray',
|
|
43
|
-
description: '
|
|
43
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the gray color option.'
|
|
44
44
|
},
|
|
45
45
|
'#4C9AFF': {
|
|
46
46
|
id: 'fabric.theme.blue',
|
|
47
47
|
defaultMessage: 'Blue',
|
|
48
|
-
description: '
|
|
48
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the blue color option.'
|
|
49
49
|
},
|
|
50
50
|
'#00B8D9': {
|
|
51
51
|
id: 'fabric.theme.teal',
|
|
52
52
|
defaultMessage: 'Teal',
|
|
53
|
-
description: '
|
|
53
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the teal color option.'
|
|
54
54
|
},
|
|
55
55
|
'#36B37E': {
|
|
56
56
|
id: 'fabric.theme.green',
|
|
57
57
|
defaultMessage: 'Green',
|
|
58
|
-
description: '
|
|
58
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the green color option.'
|
|
59
59
|
},
|
|
60
60
|
'#FFC400': {
|
|
61
61
|
id: 'fabric.theme.yellow',
|
|
62
62
|
defaultMessage: 'Yellow',
|
|
63
|
-
description: '
|
|
63
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the yellow color option.'
|
|
64
64
|
},
|
|
65
65
|
'#FF5630': {
|
|
66
66
|
id: 'fabric.theme.red',
|
|
67
67
|
defaultMessage: 'Red',
|
|
68
|
-
description: '
|
|
68
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the red color option.'
|
|
69
69
|
},
|
|
70
70
|
'#FF991F': {
|
|
71
71
|
id: 'fabric.theme.bold-orange',
|
|
72
72
|
defaultMessage: 'Bold orange',
|
|
73
|
-
description: '
|
|
73
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the bold orange color option.'
|
|
74
74
|
},
|
|
75
75
|
'#6554C0': {
|
|
76
76
|
id: 'fabric.theme.purple',
|
|
77
77
|
defaultMessage: 'Purple',
|
|
78
|
-
description: '
|
|
78
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the purple color option.'
|
|
79
79
|
},
|
|
80
80
|
'#0747A6': {
|
|
81
81
|
id: 'fabric.theme.bold-blue',
|
|
82
82
|
defaultMessage: 'Bold blue',
|
|
83
|
-
description: '
|
|
83
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the bold blue color option.'
|
|
84
84
|
},
|
|
85
85
|
'#008DA6': {
|
|
86
86
|
id: 'fabric.theme.bold-teal',
|
|
87
87
|
defaultMessage: 'Bold teal',
|
|
88
|
-
description: '
|
|
88
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the bold teal color option.'
|
|
89
89
|
},
|
|
90
90
|
'#006644': {
|
|
91
91
|
id: 'fabric.theme.bold-green',
|
|
92
92
|
defaultMessage: 'Bold green',
|
|
93
|
-
description: '
|
|
93
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the bold green color option.'
|
|
94
94
|
},
|
|
95
95
|
'#BF2600': {
|
|
96
96
|
id: 'fabric.theme.bold-red',
|
|
97
97
|
defaultMessage: 'Bold red',
|
|
98
|
-
description: '
|
|
98
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the bold red color option.'
|
|
99
99
|
},
|
|
100
100
|
'#403294': {
|
|
101
101
|
id: 'fabric.theme.bold-purple',
|
|
102
102
|
defaultMessage: 'Bold purple',
|
|
103
|
-
description: '
|
|
103
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the bold purple color option.'
|
|
104
104
|
},
|
|
105
105
|
'#172B4D': {
|
|
106
106
|
id: 'fabric.theme.default',
|
|
107
107
|
defaultMessage: 'Default',
|
|
108
|
-
description: '
|
|
108
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker when the user hovers over the default color option.'
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
const darkModeTextPaletteOverrides = defineMessages({
|
|
112
112
|
'#FFFFFF': {
|
|
113
113
|
id: 'fabric.theme.dark-gray',
|
|
114
114
|
defaultMessage: 'Dark gray',
|
|
115
|
-
description: '
|
|
115
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor text color picker in dark mode when the user hovers over the dark gray color option.'
|
|
116
116
|
}
|
|
117
117
|
});
|
|
118
118
|
export const darkTextPaletteTooltipMessages = {
|
|
@@ -127,119 +127,119 @@ export const lightBackgroundPaletteTooltipMessages = defineMessages({
|
|
|
127
127
|
'#DEEBFF': {
|
|
128
128
|
id: 'fabric.theme.subtle-blue',
|
|
129
129
|
defaultMessage: 'Subtle blue',
|
|
130
|
-
description: '
|
|
130
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle blue color option.'
|
|
131
131
|
},
|
|
132
132
|
'#B3D4FF': {
|
|
133
133
|
id: 'fabric.theme.blue',
|
|
134
134
|
defaultMessage: 'Blue',
|
|
135
|
-
description: '
|
|
135
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the blue color option.'
|
|
136
136
|
},
|
|
137
137
|
'#4C9AFF': {
|
|
138
138
|
id: 'fabric.theme.bold-blue',
|
|
139
139
|
defaultMessage: 'Bold blue',
|
|
140
|
-
description: '
|
|
140
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold blue color option.'
|
|
141
141
|
},
|
|
142
142
|
'#E6FCFF': {
|
|
143
143
|
id: 'fabric.theme.subtle-teal',
|
|
144
144
|
defaultMessage: 'Subtle teal',
|
|
145
|
-
description: '
|
|
145
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle teal color option.'
|
|
146
146
|
},
|
|
147
147
|
'#B3F5FF': {
|
|
148
148
|
id: 'fabric.theme.teal',
|
|
149
149
|
defaultMessage: 'Teal',
|
|
150
|
-
description: '
|
|
150
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the teal color option.'
|
|
151
151
|
},
|
|
152
152
|
'#79E2F2': {
|
|
153
153
|
id: 'fabric.theme.bold-teal',
|
|
154
154
|
defaultMessage: 'Bold teal',
|
|
155
|
-
description: '
|
|
155
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold teal color option.'
|
|
156
156
|
},
|
|
157
157
|
'#E3FCEF': {
|
|
158
158
|
id: 'fabric.theme.subtle-green',
|
|
159
159
|
defaultMessage: 'Subtle green',
|
|
160
|
-
description: '
|
|
160
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle green color option.'
|
|
161
161
|
},
|
|
162
162
|
'#ABF5D1': {
|
|
163
163
|
id: 'fabric.theme.green',
|
|
164
164
|
defaultMessage: 'Green',
|
|
165
|
-
description: '
|
|
165
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the green color option.'
|
|
166
166
|
},
|
|
167
167
|
'#57D9A3': {
|
|
168
168
|
id: 'fabric.theme.bold-green',
|
|
169
169
|
defaultMessage: 'Bold green',
|
|
170
|
-
description: '
|
|
170
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold green color option.'
|
|
171
171
|
},
|
|
172
172
|
'#FFFAE6': {
|
|
173
173
|
id: 'fabric.theme.subtle-yellow',
|
|
174
174
|
defaultMessage: 'Subtle yellow',
|
|
175
|
-
description: '
|
|
175
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle yellow color option.'
|
|
176
176
|
},
|
|
177
177
|
'#FFF0B3': {
|
|
178
178
|
id: 'fabric.theme.yellow',
|
|
179
179
|
defaultMessage: 'Yellow',
|
|
180
|
-
description: '
|
|
180
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the yellow color option.'
|
|
181
181
|
},
|
|
182
182
|
'#FFC400': {
|
|
183
183
|
id: 'fabric.theme.bold-yellow',
|
|
184
184
|
defaultMessage: 'Bold yellow',
|
|
185
|
-
description: '
|
|
185
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold yellow color option.'
|
|
186
186
|
},
|
|
187
187
|
'#FFEBE6': {
|
|
188
188
|
id: 'fabric.theme.subtle-red',
|
|
189
189
|
defaultMessage: 'Subtle red',
|
|
190
|
-
description: '
|
|
190
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle red color option.'
|
|
191
191
|
},
|
|
192
192
|
'#FFBDAD': {
|
|
193
193
|
id: 'fabric.theme.red',
|
|
194
194
|
defaultMessage: 'Red',
|
|
195
|
-
description: '
|
|
195
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the red color option.'
|
|
196
196
|
},
|
|
197
197
|
'#FF8F73': {
|
|
198
198
|
id: 'fabric.theme.bold-red',
|
|
199
199
|
defaultMessage: 'Bold red',
|
|
200
|
-
description: '
|
|
200
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold red color option.'
|
|
201
201
|
},
|
|
202
202
|
'#EAE6FF': {
|
|
203
203
|
id: 'fabric.theme.subtle-purple',
|
|
204
204
|
defaultMessage: 'Subtle purple',
|
|
205
|
-
description: '
|
|
205
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle purple color option.'
|
|
206
206
|
},
|
|
207
207
|
'#C0B6F2': {
|
|
208
208
|
id: 'fabric.theme.purple',
|
|
209
209
|
defaultMessage: 'Purple',
|
|
210
|
-
description: '
|
|
210
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the purple color option.'
|
|
211
211
|
},
|
|
212
212
|
'#998DD9': {
|
|
213
213
|
id: 'fabric.theme.bold-purple',
|
|
214
214
|
defaultMessage: 'Bold purple',
|
|
215
|
-
description: '
|
|
215
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold purple color option.'
|
|
216
216
|
},
|
|
217
217
|
'#FFFFFF': {
|
|
218
218
|
id: 'fabric.theme.white',
|
|
219
219
|
defaultMessage: 'White',
|
|
220
|
-
description: '
|
|
220
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the white color option.'
|
|
221
221
|
},
|
|
222
222
|
'#F4F5F7': {
|
|
223
223
|
id: 'fabric.theme.gray',
|
|
224
224
|
defaultMessage: 'Gray',
|
|
225
|
-
description: '
|
|
225
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the gray color option.'
|
|
226
226
|
},
|
|
227
227
|
'#B3BAC5': {
|
|
228
228
|
id: 'fabric.theme.bold-gray',
|
|
229
229
|
defaultMessage: 'Bold gray',
|
|
230
|
-
description: '
|
|
230
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold gray color option.'
|
|
231
231
|
}
|
|
232
232
|
});
|
|
233
233
|
const darkModeBackgroundPaletteOverrides = defineMessages({
|
|
234
234
|
'#FFFFFF': {
|
|
235
235
|
id: 'fabric.theme.subtle-gray',
|
|
236
236
|
defaultMessage: 'Subtle gray',
|
|
237
|
-
description: '
|
|
237
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker in dark mode when the user hovers over the subtle gray color option.'
|
|
238
238
|
},
|
|
239
239
|
'#B3BAC5': {
|
|
240
240
|
id: 'fabric.theme.bold-gray',
|
|
241
241
|
defaultMessage: 'Bold gray',
|
|
242
|
-
description: '
|
|
242
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker in dark mode when the user hovers over the bold gray color option.'
|
|
243
243
|
}
|
|
244
244
|
});
|
|
245
245
|
export const darkBackgroundPaletteTooltipMessages = {
|
|
@@ -255,190 +255,190 @@ export const lightChartsColorPaletteTooltipMessages = defineMessages({
|
|
|
255
255
|
'#7AB2FF': {
|
|
256
256
|
id: 'fabric.theme.subtle-blue',
|
|
257
257
|
defaultMessage: 'Subtle blue',
|
|
258
|
-
description: '
|
|
258
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle blue color option.'
|
|
259
259
|
},
|
|
260
260
|
'#247FFF': {
|
|
261
261
|
id: 'fabric.theme.blue',
|
|
262
262
|
defaultMessage: 'Blue',
|
|
263
|
-
description: '
|
|
263
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the blue color option.'
|
|
264
264
|
},
|
|
265
265
|
'#0055CC': {
|
|
266
266
|
id: 'fabric.theme.bold-blue',
|
|
267
267
|
defaultMessage: 'Bold blue',
|
|
268
|
-
description: '
|
|
268
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold blue color option.'
|
|
269
269
|
},
|
|
270
270
|
'#003884': {
|
|
271
271
|
id: 'fabric.theme.bolder-blue',
|
|
272
272
|
defaultMessage: 'Bolder blue',
|
|
273
|
-
description: '
|
|
273
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder blue color option.'
|
|
274
274
|
},
|
|
275
275
|
// Teal color
|
|
276
276
|
'#60C6D2': {
|
|
277
277
|
id: 'fabric.theme.subtle-teal',
|
|
278
278
|
defaultMessage: 'Subtle teal',
|
|
279
|
-
description: '
|
|
279
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle teal color option.'
|
|
280
280
|
},
|
|
281
281
|
'#1D9AAA': {
|
|
282
282
|
id: 'fabric.theme.teal',
|
|
283
283
|
defaultMessage: 'Teal',
|
|
284
|
-
description: '
|
|
284
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the teal color option.'
|
|
285
285
|
},
|
|
286
286
|
'#1D7F8C': {
|
|
287
287
|
id: 'fabric.theme.bold-teal',
|
|
288
288
|
defaultMessage: 'Bold teal',
|
|
289
|
-
description: '
|
|
289
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold teal color option.'
|
|
290
290
|
},
|
|
291
291
|
'#206B74': {
|
|
292
292
|
id: 'fabric.theme.bolder-teal',
|
|
293
293
|
defaultMessage: 'Bolder teal',
|
|
294
|
-
description: '
|
|
294
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder teal color option.'
|
|
295
295
|
},
|
|
296
296
|
// Green color
|
|
297
297
|
'#6BE1B0': {
|
|
298
298
|
id: 'fabric.theme.subtle-green',
|
|
299
299
|
defaultMessage: 'Subtle green',
|
|
300
|
-
description: '
|
|
300
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle green color option.'
|
|
301
301
|
},
|
|
302
302
|
'#23A971': {
|
|
303
303
|
id: 'fabric.theme.green',
|
|
304
304
|
defaultMessage: 'Green',
|
|
305
|
-
description: '
|
|
305
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the green color option.'
|
|
306
306
|
},
|
|
307
307
|
'#177D52': {
|
|
308
308
|
id: 'fabric.theme.bold-green',
|
|
309
309
|
defaultMessage: 'Bold green',
|
|
310
|
-
description: '
|
|
310
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold green color option.'
|
|
311
311
|
},
|
|
312
312
|
'#055C3F': {
|
|
313
313
|
id: 'fabric.theme.bolder-green',
|
|
314
314
|
defaultMessage: 'Bolder green',
|
|
315
|
-
description: '
|
|
315
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder green color option.'
|
|
316
316
|
},
|
|
317
317
|
// Yellow color
|
|
318
318
|
'#FFDB57': {
|
|
319
319
|
id: 'fabric.theme.subtle-yellow',
|
|
320
320
|
defaultMessage: 'Subtle yellow',
|
|
321
|
-
description: '
|
|
321
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle yellow color option.'
|
|
322
322
|
},
|
|
323
323
|
'#FFBE33': {
|
|
324
324
|
id: 'fabric.theme.yellow',
|
|
325
325
|
defaultMessage: 'Yellow',
|
|
326
|
-
description: '
|
|
326
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the yellow color option.'
|
|
327
327
|
},
|
|
328
328
|
'#FF9D00': {
|
|
329
329
|
id: 'fabric.theme.bold-yellow',
|
|
330
330
|
defaultMessage: 'Bold yellow',
|
|
331
|
-
description: '
|
|
331
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold yellow color option.'
|
|
332
332
|
},
|
|
333
333
|
'#946104': {
|
|
334
334
|
id: 'fabric.theme.bolder-yellow',
|
|
335
335
|
defaultMessage: 'Bolder yellow',
|
|
336
|
-
description: '
|
|
336
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder yellow color option.'
|
|
337
337
|
},
|
|
338
338
|
// Red color
|
|
339
339
|
'#FF8F73': {
|
|
340
340
|
id: 'fabric.theme.subtle-red',
|
|
341
341
|
defaultMessage: 'Subtle red',
|
|
342
|
-
description: '
|
|
342
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle red color option.'
|
|
343
343
|
},
|
|
344
344
|
'#FC552C': {
|
|
345
345
|
id: 'fabric.theme.red',
|
|
346
346
|
defaultMessage: 'Red',
|
|
347
|
-
description: '
|
|
347
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the red color option.'
|
|
348
348
|
},
|
|
349
349
|
'#D32D03': {
|
|
350
350
|
id: 'fabric.theme.bold-red',
|
|
351
351
|
defaultMessage: 'Bold red',
|
|
352
|
-
description: '
|
|
352
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold red color option.'
|
|
353
353
|
},
|
|
354
354
|
'#A32000': {
|
|
355
355
|
id: 'fabric.theme.bolder-red',
|
|
356
356
|
defaultMessage: 'Bolder red',
|
|
357
|
-
description: '
|
|
357
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder red color option.'
|
|
358
358
|
},
|
|
359
359
|
// Orange color
|
|
360
360
|
'#FAA53D': {
|
|
361
361
|
id: 'fabric.theme.subtle-orange',
|
|
362
362
|
defaultMessage: 'Subtle orange',
|
|
363
|
-
description: '
|
|
363
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle orange color option.'
|
|
364
364
|
},
|
|
365
365
|
'#D97008': {
|
|
366
366
|
id: 'fabric.theme.orange',
|
|
367
367
|
defaultMessage: 'Orange',
|
|
368
|
-
description: '
|
|
368
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the orange color option.'
|
|
369
369
|
},
|
|
370
370
|
'#B65C02': {
|
|
371
371
|
id: 'fabric.theme.bold-orange',
|
|
372
372
|
defaultMessage: 'Bold orange',
|
|
373
|
-
description: '
|
|
373
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold orange color option.'
|
|
374
374
|
},
|
|
375
375
|
'#974F0C': {
|
|
376
376
|
id: 'fabric.theme.bolder-orange',
|
|
377
377
|
defaultMessage: 'Bolder orange',
|
|
378
|
-
description: '
|
|
378
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder orange color option.'
|
|
379
379
|
},
|
|
380
380
|
// Magenta color
|
|
381
381
|
'#E774BB': {
|
|
382
382
|
id: 'fabric.theme.subtle-magenta',
|
|
383
383
|
defaultMessage: 'Subtle magenta',
|
|
384
|
-
description: '
|
|
384
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle magenta color option.'
|
|
385
385
|
},
|
|
386
386
|
'#DA62AC': {
|
|
387
387
|
id: 'fabric.theme.magenta',
|
|
388
388
|
defaultMessage: 'Magenta',
|
|
389
|
-
description: '
|
|
389
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the magenta color option.'
|
|
390
390
|
},
|
|
391
391
|
'#CD519D': {
|
|
392
392
|
id: 'fabric.theme.bold-magenta',
|
|
393
393
|
defaultMessage: 'Bold magenta',
|
|
394
|
-
description: '
|
|
394
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold magenta color option.'
|
|
395
395
|
},
|
|
396
396
|
'#943D73': {
|
|
397
397
|
id: 'fabric.theme.bolder-magenta',
|
|
398
398
|
defaultMessage: 'Bolder magenta',
|
|
399
|
-
description: '
|
|
399
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder magenta color option.'
|
|
400
400
|
},
|
|
401
401
|
// Purple color
|
|
402
402
|
'#B5A7FB': {
|
|
403
403
|
id: 'fabric.theme.subtle-purple',
|
|
404
404
|
defaultMessage: 'Subtle purple',
|
|
405
|
-
description: '
|
|
405
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle purple color option.'
|
|
406
406
|
},
|
|
407
407
|
'#8B77EE': {
|
|
408
408
|
id: 'fabric.theme.purple',
|
|
409
409
|
defaultMessage: 'Purple',
|
|
410
|
-
description: '
|
|
410
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the purple color option.'
|
|
411
411
|
},
|
|
412
412
|
'#5A43D0': {
|
|
413
413
|
id: 'fabric.theme.bold-purple',
|
|
414
414
|
defaultMessage: 'Bold purple',
|
|
415
|
-
description: '
|
|
415
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold purple color option.'
|
|
416
416
|
},
|
|
417
417
|
'#44368B': {
|
|
418
418
|
id: 'fabric.theme.bolder-purple',
|
|
419
419
|
defaultMessage: 'Bolder purple',
|
|
420
|
-
description: '
|
|
420
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder purple color option.'
|
|
421
421
|
},
|
|
422
422
|
// Gray color
|
|
423
423
|
'#8993A5': {
|
|
424
424
|
id: 'fabric.theme.subtle-gray',
|
|
425
425
|
defaultMessage: 'Subtle gray',
|
|
426
|
-
description: '
|
|
426
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the subtle gray color option.'
|
|
427
427
|
},
|
|
428
428
|
'#8590A2': {
|
|
429
429
|
id: 'fabric.theme.gray',
|
|
430
430
|
defaultMessage: 'Gray',
|
|
431
|
-
description: '
|
|
431
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the gray color option.'
|
|
432
432
|
},
|
|
433
433
|
'#758195': {
|
|
434
434
|
id: 'fabric.theme.bold-gray',
|
|
435
435
|
defaultMessage: 'Bold gray',
|
|
436
|
-
description: '
|
|
436
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bold gray color option.'
|
|
437
437
|
},
|
|
438
438
|
'#44546F': {
|
|
439
439
|
id: 'fabric.theme.bolder-gray',
|
|
440
440
|
defaultMessage: 'Bolder gray',
|
|
441
|
-
description: '
|
|
441
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor charts color picker when the user hovers over the bolder gray color option.'
|
|
442
442
|
}
|
|
443
443
|
});
|
|
444
444
|
const darkChartsColorPaletteTooltipMessages = {
|
|
@@ -452,17 +452,17 @@ const lightBorderPaletteTooltipMessages = defineMessages({
|
|
|
452
452
|
'#091E4224': {
|
|
453
453
|
id: 'fabric.theme.subtle-gray',
|
|
454
454
|
defaultMessage: 'Subtle gray',
|
|
455
|
-
description: '
|
|
455
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor border color picker when the user hovers over the subtle gray color option.'
|
|
456
456
|
},
|
|
457
457
|
'#758195': {
|
|
458
458
|
id: 'fabric.theme.gray',
|
|
459
459
|
defaultMessage: 'Gray',
|
|
460
|
-
description: '
|
|
460
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor border color picker when the user hovers over the gray color option.'
|
|
461
461
|
},
|
|
462
462
|
'#172B4D': {
|
|
463
463
|
id: 'fabric.theme.bold-gray',
|
|
464
464
|
defaultMessage: 'Bold gray',
|
|
465
|
-
description: '
|
|
465
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor border color picker when the user hovers over the bold gray color option.'
|
|
466
466
|
}
|
|
467
467
|
});
|
|
468
468
|
const darkBorderPaletteTooltipMessages = {
|
|
@@ -183,7 +183,7 @@ export var aiMessages = defineMessages({
|
|
|
183
183
|
summarizePageTitle: {
|
|
184
184
|
id: 'fabric.editor.ai.ai-panels.summarizePageTitle',
|
|
185
185
|
defaultMessage: "Page summary panel (Beta)",
|
|
186
|
-
description: '
|
|
186
|
+
description: 'The text is shown as a title for the AI-powered page summary panel in the editor when the user accesses the summarize page feature.'
|
|
187
187
|
},
|
|
188
188
|
summarisePageDescription: {
|
|
189
189
|
id: 'fabric.editor.ai.ai-panels.summarizePageDescription',
|
|
@@ -32,6 +32,7 @@ export var ACTION = /*#__PURE__*/function (ACTION) {
|
|
|
32
32
|
ACTION["CONNECTED_NODES"] = "connectedNodes";
|
|
33
33
|
ACTION["CONVERTED"] = "converted";
|
|
34
34
|
ACTION["COPIED"] = "copied";
|
|
35
|
+
ACTION["COPY_FAILED"] = "copyFailed";
|
|
35
36
|
ACTION["CUT"] = "cut";
|
|
36
37
|
ACTION["DEACTIVATED"] = "deactivated";
|
|
37
38
|
ACTION["DECREMENTED"] = "decremented";
|
|
@@ -15,7 +15,7 @@ export var messages = defineMessages({
|
|
|
15
15
|
deleteBlock: {
|
|
16
16
|
id: 'fabric.editor.block.menu.delete.block',
|
|
17
17
|
defaultMessage: 'Delete',
|
|
18
|
-
description: '
|
|
18
|
+
description: 'The text is shown as a menu item in the block menu when the user wants to delete the currently selected block from the document.'
|
|
19
19
|
},
|
|
20
20
|
turnInto: {
|
|
21
21
|
id: 'fabric.editor.block.menu.turn.into',
|
|
@@ -3,17 +3,17 @@ export default defineMessages({
|
|
|
3
3
|
elementAfterInputMessage: {
|
|
4
4
|
id: 'fabric.editor.elementbrowser.searchbar.elementAfterInput',
|
|
5
5
|
defaultMessage: 'Enter',
|
|
6
|
-
description: '
|
|
6
|
+
description: 'The text is shown as a label after the search input in the element browser. It indicates to the user that pressing Enter will insert the selected element.'
|
|
7
7
|
},
|
|
8
8
|
placeHolderMessage: {
|
|
9
9
|
id: 'fabric.editor.elementbrowser.searchbar.placeholder',
|
|
10
10
|
defaultMessage: 'Search',
|
|
11
|
-
description: '
|
|
11
|
+
description: 'The text is shown as placeholder text inside the search input field in the element browser. It prompts the user to type a query to filter available elements.'
|
|
12
12
|
},
|
|
13
13
|
searchAriaLabel: {
|
|
14
14
|
id: 'fabric.editor.elementbrowser.searchbar.ariaLabel',
|
|
15
15
|
defaultMessage: 'Search',
|
|
16
|
-
description: '
|
|
16
|
+
description: 'The text is used as an aria-label for the search input field in the element browser. It provides an accessible name for screen readers to identify the search field.'
|
|
17
17
|
},
|
|
18
18
|
assistiveTextDefault: {
|
|
19
19
|
id: 'fabric.editor.elementbrowser.searchbar.assistive.text.default',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
1
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { useIntl } from 'react-intl-next';
|
|
@@ -22,16 +22,22 @@ manifest, extKey, nodeKey, extensionType, extensionKey) {
|
|
|
22
22
|
}
|
|
23
23
|
return node;
|
|
24
24
|
}
|
|
25
|
+
export function getExtensionManifest(extensionProvider, extensionType, extensionKey) {
|
|
26
|
+
var _getExtensionKeyAndNo = getExtensionKeyAndNodeKey(extensionKey, extensionType),
|
|
27
|
+
_getExtensionKeyAndNo2 = _slicedToArray(_getExtensionKeyAndNo, 1),
|
|
28
|
+
extKey = _getExtensionKeyAndNo2[0];
|
|
29
|
+
return extensionProvider.getExtension(extensionType, extKey);
|
|
30
|
+
}
|
|
25
31
|
export function getExtensionModuleNode(_x, _x2, _x3) {
|
|
26
32
|
return _getExtensionModuleNode.apply(this, arguments);
|
|
27
33
|
}
|
|
28
34
|
function _getExtensionModuleNode() {
|
|
29
35
|
_getExtensionModuleNode = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(extensionProvider, extensionType, extensionKey) {
|
|
30
|
-
var
|
|
36
|
+
var _getExtensionKeyAndNo5, _getExtensionKeyAndNo6, extKey, nodeKey, manifest;
|
|
31
37
|
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
32
38
|
while (1) switch (_context.prev = _context.next) {
|
|
33
39
|
case 0:
|
|
34
|
-
|
|
40
|
+
_getExtensionKeyAndNo5 = getExtensionKeyAndNodeKey(extensionKey, extensionType), _getExtensionKeyAndNo6 = _slicedToArray(_getExtensionKeyAndNo5, 2), extKey = _getExtensionKeyAndNo6[0], nodeKey = _getExtensionKeyAndNo6[1];
|
|
35
41
|
_context.next = 3;
|
|
36
42
|
return extensionProvider.getExtension(extensionType, extKey);
|
|
37
43
|
case 3:
|
|
@@ -49,10 +55,10 @@ export function getExtensionModuleNodeMaybePreloaded(extensionProvider, extensio
|
|
|
49
55
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
50
56
|
) {
|
|
51
57
|
var _extensionProvider$ge;
|
|
52
|
-
var
|
|
53
|
-
|
|
54
|
-
extKey =
|
|
55
|
-
nodeKey =
|
|
58
|
+
var _getExtensionKeyAndNo3 = getExtensionKeyAndNodeKey(extensionKey, extensionType),
|
|
59
|
+
_getExtensionKeyAndNo4 = _slicedToArray(_getExtensionKeyAndNo3, 2),
|
|
60
|
+
extKey = _getExtensionKeyAndNo4[0],
|
|
61
|
+
nodeKey = _getExtensionKeyAndNo4[1];
|
|
56
62
|
var manifest = extensionProvider === null || extensionProvider === void 0 || (_extensionProvider$ge = extensionProvider.getPreloadedExtension) === null || _extensionProvider$ge === void 0 ? void 0 : _extensionProvider$ge.call(extensionProvider, extensionType, extKey);
|
|
57
63
|
if (manifest) {
|
|
58
64
|
return getNodeFromManifest(manifest, extKey, nodeKey, extensionType, extensionKey);
|