@atlaskit/editor-common 111.13.0 → 111.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/ai-messages/ai.js +1 -1
  3. package/dist/cjs/block-menu/messages.js +1 -1
  4. package/dist/cjs/element-browser/messages.js +3 -3
  5. package/dist/cjs/extensions/messages.js +9 -9
  6. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  7. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  8. package/dist/cjs/link/LinkSearch/listItemAlts.js +6 -6
  9. package/dist/cjs/lists/messages.js +2 -2
  10. package/dist/cjs/media/messages/altText.js +4 -4
  11. package/dist/cjs/media/messages/externalMedia.js +1 -1
  12. package/dist/cjs/media/messages/imageBorder.js +6 -6
  13. package/dist/cjs/media/messages/pixelEntry.js +3 -3
  14. package/dist/cjs/messages/block-controls.js +5 -5
  15. package/dist/cjs/messages/block-type.js +8 -8
  16. package/dist/cjs/messages/breakout.js +1 -1
  17. package/dist/cjs/messages/card.js +1 -1
  18. package/dist/cjs/messages/context-panel.js +1 -1
  19. package/dist/cjs/messages/help-dialog.js +9 -9
  20. package/dist/cjs/messages/index.js +16 -16
  21. package/dist/cjs/messages/insert-block.js +44 -44
  22. package/dist/cjs/messages/layout.js +3 -3
  23. package/dist/cjs/messages/link-toolbar.js +8 -8
  24. package/dist/cjs/messages/link.js +1 -1
  25. package/dist/cjs/messages/list.js +2 -2
  26. package/dist/cjs/messages/media-editing.js +7 -7
  27. package/dist/cjs/messages/panel.js +2 -2
  28. package/dist/cjs/messages/placeholder-text.js +1 -1
  29. package/dist/cjs/messages/selection-extension.js +1 -1
  30. package/dist/cjs/messages/table.js +11 -11
  31. package/dist/cjs/messages/unsupportedContent.js +3 -3
  32. package/dist/cjs/monitoring/error.js +1 -1
  33. package/dist/cjs/quick-insert/messages.js +17 -17
  34. package/dist/cjs/type-ahead/messages.js +4 -4
  35. package/dist/cjs/ui/DropList/index.js +1 -1
  36. package/dist/cjs/ui/Expand/index.js +2 -2
  37. package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  38. package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  39. package/dist/es2019/ai-messages/ai.js +1 -1
  40. package/dist/es2019/block-menu/messages.js +1 -1
  41. package/dist/es2019/element-browser/messages.js +3 -3
  42. package/dist/es2019/extensions/messages.js +9 -9
  43. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  44. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  45. package/dist/es2019/link/LinkSearch/listItemAlts.js +6 -6
  46. package/dist/es2019/lists/messages.js +2 -2
  47. package/dist/es2019/media/messages/altText.js +4 -4
  48. package/dist/es2019/media/messages/externalMedia.js +1 -1
  49. package/dist/es2019/media/messages/imageBorder.js +6 -6
  50. package/dist/es2019/media/messages/pixelEntry.js +3 -3
  51. package/dist/es2019/messages/block-controls.js +5 -5
  52. package/dist/es2019/messages/block-type.js +8 -8
  53. package/dist/es2019/messages/breakout.js +1 -1
  54. package/dist/es2019/messages/card.js +1 -1
  55. package/dist/es2019/messages/context-panel.js +1 -1
  56. package/dist/es2019/messages/help-dialog.js +9 -9
  57. package/dist/es2019/messages/index.js +16 -16
  58. package/dist/es2019/messages/insert-block.js +44 -44
  59. package/dist/es2019/messages/layout.js +3 -3
  60. package/dist/es2019/messages/link-toolbar.js +8 -8
  61. package/dist/es2019/messages/link.js +1 -1
  62. package/dist/es2019/messages/list.js +2 -2
  63. package/dist/es2019/messages/media-editing.js +7 -7
  64. package/dist/es2019/messages/panel.js +2 -2
  65. package/dist/es2019/messages/placeholder-text.js +1 -1
  66. package/dist/es2019/messages/selection-extension.js +1 -1
  67. package/dist/es2019/messages/table.js +11 -11
  68. package/dist/es2019/messages/unsupportedContent.js +3 -3
  69. package/dist/es2019/monitoring/error.js +1 -1
  70. package/dist/es2019/quick-insert/messages.js +17 -17
  71. package/dist/es2019/type-ahead/messages.js +4 -4
  72. package/dist/es2019/ui/DropList/index.js +1 -1
  73. package/dist/es2019/ui/Expand/index.js +2 -2
  74. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  75. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  76. package/dist/esm/ai-messages/ai.js +1 -1
  77. package/dist/esm/block-menu/messages.js +1 -1
  78. package/dist/esm/element-browser/messages.js +3 -3
  79. package/dist/esm/extensions/messages.js +9 -9
  80. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  81. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  82. package/dist/esm/link/LinkSearch/listItemAlts.js +6 -6
  83. package/dist/esm/lists/messages.js +2 -2
  84. package/dist/esm/media/messages/altText.js +4 -4
  85. package/dist/esm/media/messages/externalMedia.js +1 -1
  86. package/dist/esm/media/messages/imageBorder.js +6 -6
  87. package/dist/esm/media/messages/pixelEntry.js +3 -3
  88. package/dist/esm/messages/block-controls.js +5 -5
  89. package/dist/esm/messages/block-type.js +8 -8
  90. package/dist/esm/messages/breakout.js +1 -1
  91. package/dist/esm/messages/card.js +1 -1
  92. package/dist/esm/messages/context-panel.js +1 -1
  93. package/dist/esm/messages/help-dialog.js +9 -9
  94. package/dist/esm/messages/index.js +16 -16
  95. package/dist/esm/messages/insert-block.js +44 -44
  96. package/dist/esm/messages/layout.js +3 -3
  97. package/dist/esm/messages/link-toolbar.js +8 -8
  98. package/dist/esm/messages/link.js +1 -1
  99. package/dist/esm/messages/list.js +2 -2
  100. package/dist/esm/messages/media-editing.js +7 -7
  101. package/dist/esm/messages/panel.js +2 -2
  102. package/dist/esm/messages/placeholder-text.js +1 -1
  103. package/dist/esm/messages/selection-extension.js +1 -1
  104. package/dist/esm/messages/table.js +11 -11
  105. package/dist/esm/messages/unsupportedContent.js +3 -3
  106. package/dist/esm/monitoring/error.js +1 -1
  107. package/dist/esm/quick-insert/messages.js +17 -17
  108. package/dist/esm/type-ahead/messages.js +4 -4
  109. package/dist/esm/ui/DropList/index.js +1 -1
  110. package/dist/esm/ui/Expand/index.js +2 -2
  111. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  112. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  113. package/dist/types/analytics/types/insert-events.d.ts +1 -1
  114. package/dist/types/messages/table.d.ts +2 -2
  115. package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
  116. package/dist/types-ts4.5/messages/table.d.ts +2 -2
  117. package/package.json +1 -1
@@ -5,114 +5,114 @@ export const lightTextPaletteTooltipMessages = defineMessages({
5
5
  '#FFFFFF': {
6
6
  id: 'fabric.theme.white',
7
7
  defaultMessage: 'White',
8
- description: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color.'
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: 'Name of a color.'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color.'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color.'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color.'
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: 'Name of a color.'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Name of a color'
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: 'Title for AI summary panel'
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',
@@ -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: 'Delete the selected block'
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: 'Enter to insert'
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: 'Search field placeholder'
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: 'Search field aria label'
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',
@@ -3,7 +3,7 @@ export var messages = defineMessages({
3
3
  edit: {
4
4
  id: 'fabric.editor.edit',
5
5
  defaultMessage: 'Edit',
6
- description: 'Edit the properties for this extension.'
6
+ description: 'The text is shown as a button label in the extension context menu. Triggers opening the properties editor for the selected extension to modify its configuration.'
7
7
  },
8
8
  deleteElementTitle: {
9
9
  id: 'fabric.editor.extension.deleteElementTitle',
@@ -28,22 +28,22 @@ export var messages = defineMessages({
28
28
  confirmModalCheckboxLabel: {
29
29
  id: 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel',
30
30
  defaultMessage: 'Also delete connected elements',
31
- description: 'checkbox label text'
31
+ description: 'Label for a checkbox in a confirm modal that allows the user to also delete connected elements when deleting an extension.'
32
32
  },
33
33
  saveIndicator: {
34
34
  id: 'fabric.editor.extensions.config-panel.save-indicator',
35
35
  defaultMessage: 'All changes are always autosaved',
36
- description: 'Message shown to the user to notify to them that we save the changes automatically.'
36
+ description: 'Informational message displayed in the extension configuration panel to reassure users that their changes are being saved automatically without requiring manual save action.'
37
37
  },
38
38
  panelLoadingError: {
39
39
  id: 'fabric.editor.extensions.config-panel.loading-error.non-final',
40
40
  defaultMessage: 'We ran into a bit of trouble. Refresh to try again.',
41
- description: 'Error message when loading the configuration panel'
41
+ description: 'Error message displayed when the extension configuration panel fails to load. Instructs users to refresh the page to attempt loading the panel again.'
42
42
  },
43
43
  extensionLoadingError: {
44
44
  id: 'fabric.editor.extension.loading-error',
45
45
  defaultMessage: 'Error loading the extension!',
46
- description: 'Error message when loading an extension'
46
+ description: 'Error message displayed when an extension fails to load in the editor. Indicates a problem occurred during the extension initialization or rendering process.'
47
47
  }
48
48
  });
49
49
  export var configPanelMessages = defineMessages({
@@ -55,17 +55,17 @@ export var configPanelMessages = defineMessages({
55
55
  submit: {
56
56
  id: 'fabric.editor.configPanel.submit',
57
57
  defaultMessage: 'Submit',
58
- description: 'Submit button label'
58
+ description: 'Label for a button in the extension configuration panel that the user clicks to submit and apply configuration changes.'
59
59
  },
60
60
  cancel: {
61
61
  id: 'fabric.editor.configPanel.cancel',
62
62
  defaultMessage: 'Cancel',
63
- description: 'Cancel button label'
63
+ description: 'Label for a button in the extension configuration panel that the user clicks to cancel and discard configuration changes.'
64
64
  },
65
65
  close: {
66
66
  id: 'fabric.editor.configPanel.close',
67
67
  defaultMessage: 'Close',
68
- description: 'Close button label'
68
+ description: 'Label for a button in the extension configuration panel that the user clicks to close the panel.'
69
69
  },
70
70
  required: {
71
71
  id: 'fabric.editor.configPanel.required',
@@ -80,7 +80,7 @@ export var configPanelMessages = defineMessages({
80
80
  isMultipleAndRadio: {
81
81
  id: 'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio',
82
82
  defaultMessage: 'Can not combine isMultiple with style: radio',
83
- description: 'Configuration error'
83
+ description: 'Error message displayed in the extension configuration panel when isMultiple and radio style options are incorrectly combined.'
84
84
  },
85
85
  addField: {
86
86
  id: 'fabric.editor.configPanel.formType.addField',