@atlaskit/editor-common 111.13.0 → 111.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/CHANGELOG.md +14 -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/cjs/vanilla-tooltip/index.js +180 -0
  40. package/dist/es2019/ai-messages/ai.js +1 -1
  41. package/dist/es2019/block-menu/messages.js +1 -1
  42. package/dist/es2019/element-browser/messages.js +3 -3
  43. package/dist/es2019/extensions/messages.js +9 -9
  44. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  45. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  46. package/dist/es2019/link/LinkSearch/listItemAlts.js +6 -6
  47. package/dist/es2019/lists/messages.js +2 -2
  48. package/dist/es2019/media/messages/altText.js +4 -4
  49. package/dist/es2019/media/messages/externalMedia.js +1 -1
  50. package/dist/es2019/media/messages/imageBorder.js +6 -6
  51. package/dist/es2019/media/messages/pixelEntry.js +3 -3
  52. package/dist/es2019/messages/block-controls.js +5 -5
  53. package/dist/es2019/messages/block-type.js +8 -8
  54. package/dist/es2019/messages/breakout.js +1 -1
  55. package/dist/es2019/messages/card.js +1 -1
  56. package/dist/es2019/messages/context-panel.js +1 -1
  57. package/dist/es2019/messages/help-dialog.js +9 -9
  58. package/dist/es2019/messages/index.js +16 -16
  59. package/dist/es2019/messages/insert-block.js +44 -44
  60. package/dist/es2019/messages/layout.js +3 -3
  61. package/dist/es2019/messages/link-toolbar.js +8 -8
  62. package/dist/es2019/messages/link.js +1 -1
  63. package/dist/es2019/messages/list.js +2 -2
  64. package/dist/es2019/messages/media-editing.js +7 -7
  65. package/dist/es2019/messages/panel.js +2 -2
  66. package/dist/es2019/messages/placeholder-text.js +1 -1
  67. package/dist/es2019/messages/selection-extension.js +1 -1
  68. package/dist/es2019/messages/table.js +11 -11
  69. package/dist/es2019/messages/unsupportedContent.js +3 -3
  70. package/dist/es2019/monitoring/error.js +1 -1
  71. package/dist/es2019/quick-insert/messages.js +17 -17
  72. package/dist/es2019/type-ahead/messages.js +4 -4
  73. package/dist/es2019/ui/DropList/index.js +1 -1
  74. package/dist/es2019/ui/Expand/index.js +2 -2
  75. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  76. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  77. package/dist/es2019/vanilla-tooltip/index.js +148 -0
  78. package/dist/esm/ai-messages/ai.js +1 -1
  79. package/dist/esm/block-menu/messages.js +1 -1
  80. package/dist/esm/element-browser/messages.js +3 -3
  81. package/dist/esm/extensions/messages.js +9 -9
  82. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
  83. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
  84. package/dist/esm/link/LinkSearch/listItemAlts.js +6 -6
  85. package/dist/esm/lists/messages.js +2 -2
  86. package/dist/esm/media/messages/altText.js +4 -4
  87. package/dist/esm/media/messages/externalMedia.js +1 -1
  88. package/dist/esm/media/messages/imageBorder.js +6 -6
  89. package/dist/esm/media/messages/pixelEntry.js +3 -3
  90. package/dist/esm/messages/block-controls.js +5 -5
  91. package/dist/esm/messages/block-type.js +8 -8
  92. package/dist/esm/messages/breakout.js +1 -1
  93. package/dist/esm/messages/card.js +1 -1
  94. package/dist/esm/messages/context-panel.js +1 -1
  95. package/dist/esm/messages/help-dialog.js +9 -9
  96. package/dist/esm/messages/index.js +16 -16
  97. package/dist/esm/messages/insert-block.js +44 -44
  98. package/dist/esm/messages/layout.js +3 -3
  99. package/dist/esm/messages/link-toolbar.js +8 -8
  100. package/dist/esm/messages/link.js +1 -1
  101. package/dist/esm/messages/list.js +2 -2
  102. package/dist/esm/messages/media-editing.js +7 -7
  103. package/dist/esm/messages/panel.js +2 -2
  104. package/dist/esm/messages/placeholder-text.js +1 -1
  105. package/dist/esm/messages/selection-extension.js +1 -1
  106. package/dist/esm/messages/table.js +11 -11
  107. package/dist/esm/messages/unsupportedContent.js +3 -3
  108. package/dist/esm/monitoring/error.js +1 -1
  109. package/dist/esm/quick-insert/messages.js +17 -17
  110. package/dist/esm/type-ahead/messages.js +4 -4
  111. package/dist/esm/ui/DropList/index.js +1 -1
  112. package/dist/esm/ui/Expand/index.js +2 -2
  113. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
  114. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
  115. package/dist/esm/vanilla-tooltip/index.js +173 -0
  116. package/dist/types/analytics/types/insert-events.d.ts +1 -1
  117. package/dist/types/messages/table.d.ts +2 -2
  118. package/dist/types/vanilla-tooltip/index.d.ts +29 -0
  119. package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
  120. package/dist/types-ts4.5/messages/table.d.ts +2 -2
  121. package/dist/types-ts4.5/vanilla-tooltip/index.d.ts +29 -0
  122. package/package.json +2 -1
  123. package/vanilla-tooltip/package.json +17 -0
@@ -14,114 +14,114 @@ var lightTextPaletteTooltipMessages = exports.lightTextPaletteTooltipMessages =
14
14
  '#FFFFFF': {
15
15
  id: 'fabric.theme.white',
16
16
  defaultMessage: 'White',
17
- description: 'Name of a color'
17
+ 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.'
18
18
  },
19
19
  '#B3D4FF': {
20
20
  id: 'fabric.theme.subtle-blue',
21
21
  defaultMessage: 'Subtle blue',
22
- description: 'Name of a color'
22
+ 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.'
23
23
  },
24
24
  '#B3F5FF': {
25
25
  id: 'fabric.theme.subtle-teal',
26
26
  defaultMessage: 'Subtle teal',
27
- description: 'Name of a color'
27
+ 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.'
28
28
  },
29
29
  '#ABF5D1': {
30
30
  id: 'fabric.theme.subtle-green',
31
31
  defaultMessage: 'Subtle green',
32
- description: 'Name of a color'
32
+ 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.'
33
33
  },
34
34
  '#FFF0B3': {
35
35
  id: 'fabric.theme.subtle-yellow',
36
36
  defaultMessage: 'Subtle yellow',
37
- description: 'Name of a color'
37
+ 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.'
38
38
  },
39
39
  '#FFBDAD': {
40
40
  id: 'fabric.theme.subtle-red',
41
41
  defaultMessage: 'Subtle red',
42
- description: 'Name of a color'
42
+ 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.'
43
43
  },
44
44
  '#EAE6FF': {
45
45
  id: 'fabric.theme.subtle-purple',
46
46
  defaultMessage: 'Subtle purple',
47
- description: 'Name of a color'
47
+ 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.'
48
48
  },
49
49
  '#97A0AF': {
50
50
  id: 'fabric.theme.gray',
51
51
  defaultMessage: 'Gray',
52
- description: 'Name of a color'
52
+ 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.'
53
53
  },
54
54
  '#4C9AFF': {
55
55
  id: 'fabric.theme.blue',
56
56
  defaultMessage: 'Blue',
57
- description: 'Name of a color'
57
+ 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.'
58
58
  },
59
59
  '#00B8D9': {
60
60
  id: 'fabric.theme.teal',
61
61
  defaultMessage: 'Teal',
62
- description: 'Name of a color'
62
+ 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.'
63
63
  },
64
64
  '#36B37E': {
65
65
  id: 'fabric.theme.green',
66
66
  defaultMessage: 'Green',
67
- description: 'Name of a color'
67
+ 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.'
68
68
  },
69
69
  '#FFC400': {
70
70
  id: 'fabric.theme.yellow',
71
71
  defaultMessage: 'Yellow',
72
- description: 'Name of a color'
72
+ 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.'
73
73
  },
74
74
  '#FF5630': {
75
75
  id: 'fabric.theme.red',
76
76
  defaultMessage: 'Red',
77
- description: 'Name of a color.'
77
+ 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.'
78
78
  },
79
79
  '#FF991F': {
80
80
  id: 'fabric.theme.bold-orange',
81
81
  defaultMessage: 'Bold orange',
82
- description: 'Name of a color.'
82
+ 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.'
83
83
  },
84
84
  '#6554C0': {
85
85
  id: 'fabric.theme.purple',
86
86
  defaultMessage: 'Purple',
87
- description: 'Name of a color'
87
+ 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.'
88
88
  },
89
89
  '#0747A6': {
90
90
  id: 'fabric.theme.bold-blue',
91
91
  defaultMessage: 'Bold blue',
92
- description: 'Name of a color'
92
+ 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.'
93
93
  },
94
94
  '#008DA6': {
95
95
  id: 'fabric.theme.bold-teal',
96
96
  defaultMessage: 'Bold teal',
97
- description: 'Name of a color'
97
+ 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.'
98
98
  },
99
99
  '#006644': {
100
100
  id: 'fabric.theme.bold-green',
101
101
  defaultMessage: 'Bold green',
102
- description: 'Name of a color'
102
+ 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.'
103
103
  },
104
104
  '#BF2600': {
105
105
  id: 'fabric.theme.bold-red',
106
106
  defaultMessage: 'Bold red',
107
- description: 'Name of a color'
107
+ 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.'
108
108
  },
109
109
  '#403294': {
110
110
  id: 'fabric.theme.bold-purple',
111
111
  defaultMessage: 'Bold purple',
112
- description: 'Name of a color'
112
+ 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.'
113
113
  },
114
114
  '#172B4D': {
115
115
  id: 'fabric.theme.default',
116
116
  defaultMessage: 'Default',
117
- description: 'Name of a color'
117
+ 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.'
118
118
  }
119
119
  });
120
120
  var darkModeTextPaletteOverrides = (0, _reactIntlNext.defineMessages)({
121
121
  '#FFFFFF': {
122
122
  id: 'fabric.theme.dark-gray',
123
123
  defaultMessage: 'Dark gray',
124
- description: 'Name of a color'
124
+ 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.'
125
125
  }
126
126
  });
127
127
  var darkTextPaletteTooltipMessages = exports.darkTextPaletteTooltipMessages = _objectSpread(_objectSpread({}, lightTextPaletteTooltipMessages), darkModeTextPaletteOverrides);
@@ -133,119 +133,119 @@ var lightBackgroundPaletteTooltipMessages = exports.lightBackgroundPaletteToolti
133
133
  '#DEEBFF': {
134
134
  id: 'fabric.theme.subtle-blue',
135
135
  defaultMessage: 'Subtle blue',
136
- description: 'Name of a color'
136
+ 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.'
137
137
  },
138
138
  '#B3D4FF': {
139
139
  id: 'fabric.theme.blue',
140
140
  defaultMessage: 'Blue',
141
- description: 'Name of a color'
141
+ 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.'
142
142
  },
143
143
  '#4C9AFF': {
144
144
  id: 'fabric.theme.bold-blue',
145
145
  defaultMessage: 'Bold blue',
146
- description: 'Name of a color'
146
+ 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.'
147
147
  },
148
148
  '#E6FCFF': {
149
149
  id: 'fabric.theme.subtle-teal',
150
150
  defaultMessage: 'Subtle teal',
151
- description: 'Name of a color'
151
+ 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.'
152
152
  },
153
153
  '#B3F5FF': {
154
154
  id: 'fabric.theme.teal',
155
155
  defaultMessage: 'Teal',
156
- description: 'Name of a color'
156
+ 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.'
157
157
  },
158
158
  '#79E2F2': {
159
159
  id: 'fabric.theme.bold-teal',
160
160
  defaultMessage: 'Bold teal',
161
- description: 'Name of a color'
161
+ 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.'
162
162
  },
163
163
  '#E3FCEF': {
164
164
  id: 'fabric.theme.subtle-green',
165
165
  defaultMessage: 'Subtle green',
166
- description: 'Name of a color'
166
+ 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.'
167
167
  },
168
168
  '#ABF5D1': {
169
169
  id: 'fabric.theme.green',
170
170
  defaultMessage: 'Green',
171
- description: 'Name of a color'
171
+ 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.'
172
172
  },
173
173
  '#57D9A3': {
174
174
  id: 'fabric.theme.bold-green',
175
175
  defaultMessage: 'Bold green',
176
- description: 'Name of a color'
176
+ 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.'
177
177
  },
178
178
  '#FFFAE6': {
179
179
  id: 'fabric.theme.subtle-yellow',
180
180
  defaultMessage: 'Subtle yellow',
181
- description: 'Name of a color'
181
+ 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.'
182
182
  },
183
183
  '#FFF0B3': {
184
184
  id: 'fabric.theme.yellow',
185
185
  defaultMessage: 'Yellow',
186
- description: 'Name of a color'
186
+ 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.'
187
187
  },
188
188
  '#FFC400': {
189
189
  id: 'fabric.theme.bold-yellow',
190
190
  defaultMessage: 'Bold yellow',
191
- description: 'Name of a color'
191
+ 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.'
192
192
  },
193
193
  '#FFEBE6': {
194
194
  id: 'fabric.theme.subtle-red',
195
195
  defaultMessage: 'Subtle red',
196
- description: 'Name of a color'
196
+ 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.'
197
197
  },
198
198
  '#FFBDAD': {
199
199
  id: 'fabric.theme.red',
200
200
  defaultMessage: 'Red',
201
- description: 'Name of a color.'
201
+ 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.'
202
202
  },
203
203
  '#FF8F73': {
204
204
  id: 'fabric.theme.bold-red',
205
205
  defaultMessage: 'Bold red',
206
- description: 'Name of a color'
206
+ 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.'
207
207
  },
208
208
  '#EAE6FF': {
209
209
  id: 'fabric.theme.subtle-purple',
210
210
  defaultMessage: 'Subtle purple',
211
- description: 'Name of a color'
211
+ 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.'
212
212
  },
213
213
  '#C0B6F2': {
214
214
  id: 'fabric.theme.purple',
215
215
  defaultMessage: 'Purple',
216
- description: 'Name of a color'
216
+ 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.'
217
217
  },
218
218
  '#998DD9': {
219
219
  id: 'fabric.theme.bold-purple',
220
220
  defaultMessage: 'Bold purple',
221
- description: 'Name of a color'
221
+ 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.'
222
222
  },
223
223
  '#FFFFFF': {
224
224
  id: 'fabric.theme.white',
225
225
  defaultMessage: 'White',
226
- description: 'Name of a color'
226
+ 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.'
227
227
  },
228
228
  '#F4F5F7': {
229
229
  id: 'fabric.theme.gray',
230
230
  defaultMessage: 'Gray',
231
- description: 'Name of a color'
231
+ 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.'
232
232
  },
233
233
  '#B3BAC5': {
234
234
  id: 'fabric.theme.bold-gray',
235
235
  defaultMessage: 'Bold gray',
236
- description: 'Name of a color'
236
+ 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.'
237
237
  }
238
238
  });
239
239
  var darkModeBackgroundPaletteOverrides = (0, _reactIntlNext.defineMessages)({
240
240
  '#FFFFFF': {
241
241
  id: 'fabric.theme.subtle-gray',
242
242
  defaultMessage: 'Subtle gray',
243
- description: 'Name of a color'
243
+ 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.'
244
244
  },
245
245
  '#B3BAC5': {
246
246
  id: 'fabric.theme.bold-gray',
247
247
  defaultMessage: 'Bold gray',
248
- description: 'Name of a color'
248
+ 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.'
249
249
  }
250
250
  });
251
251
  var darkBackgroundPaletteTooltipMessages = exports.darkBackgroundPaletteTooltipMessages = _objectSpread(_objectSpread({}, lightBackgroundPaletteTooltipMessages), darkModeBackgroundPaletteOverrides);
@@ -258,190 +258,190 @@ var lightChartsColorPaletteTooltipMessages = exports.lightChartsColorPaletteTool
258
258
  '#7AB2FF': {
259
259
  id: 'fabric.theme.subtle-blue',
260
260
  defaultMessage: 'Subtle blue',
261
- description: 'Name of a color'
261
+ 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.'
262
262
  },
263
263
  '#247FFF': {
264
264
  id: 'fabric.theme.blue',
265
265
  defaultMessage: 'Blue',
266
- description: 'Name of a color'
266
+ 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.'
267
267
  },
268
268
  '#0055CC': {
269
269
  id: 'fabric.theme.bold-blue',
270
270
  defaultMessage: 'Bold blue',
271
- description: 'Name of a color'
271
+ 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.'
272
272
  },
273
273
  '#003884': {
274
274
  id: 'fabric.theme.bolder-blue',
275
275
  defaultMessage: 'Bolder blue',
276
- description: 'Name of a color'
276
+ 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.'
277
277
  },
278
278
  // Teal color
279
279
  '#60C6D2': {
280
280
  id: 'fabric.theme.subtle-teal',
281
281
  defaultMessage: 'Subtle teal',
282
- description: 'Name of a color'
282
+ 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.'
283
283
  },
284
284
  '#1D9AAA': {
285
285
  id: 'fabric.theme.teal',
286
286
  defaultMessage: 'Teal',
287
- description: 'Name of a color'
287
+ 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.'
288
288
  },
289
289
  '#1D7F8C': {
290
290
  id: 'fabric.theme.bold-teal',
291
291
  defaultMessage: 'Bold teal',
292
- description: 'Name of a color'
292
+ 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.'
293
293
  },
294
294
  '#206B74': {
295
295
  id: 'fabric.theme.bolder-teal',
296
296
  defaultMessage: 'Bolder teal',
297
- description: 'Name of a color'
297
+ 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.'
298
298
  },
299
299
  // Green color
300
300
  '#6BE1B0': {
301
301
  id: 'fabric.theme.subtle-green',
302
302
  defaultMessage: 'Subtle green',
303
- description: 'Name of a color'
303
+ 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.'
304
304
  },
305
305
  '#23A971': {
306
306
  id: 'fabric.theme.green',
307
307
  defaultMessage: 'Green',
308
- description: 'Name of a color'
308
+ 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.'
309
309
  },
310
310
  '#177D52': {
311
311
  id: 'fabric.theme.bold-green',
312
312
  defaultMessage: 'Bold green',
313
- description: 'Name of a color'
313
+ 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.'
314
314
  },
315
315
  '#055C3F': {
316
316
  id: 'fabric.theme.bolder-green',
317
317
  defaultMessage: 'Bolder green',
318
- description: 'Name of a color'
318
+ 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.'
319
319
  },
320
320
  // Yellow color
321
321
  '#FFDB57': {
322
322
  id: 'fabric.theme.subtle-yellow',
323
323
  defaultMessage: 'Subtle yellow',
324
- description: 'Name of a color'
324
+ 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.'
325
325
  },
326
326
  '#FFBE33': {
327
327
  id: 'fabric.theme.yellow',
328
328
  defaultMessage: 'Yellow',
329
- description: 'Name of a color'
329
+ 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.'
330
330
  },
331
331
  '#FF9D00': {
332
332
  id: 'fabric.theme.bold-yellow',
333
333
  defaultMessage: 'Bold yellow',
334
- description: 'Name of a color'
334
+ 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.'
335
335
  },
336
336
  '#946104': {
337
337
  id: 'fabric.theme.bolder-yellow',
338
338
  defaultMessage: 'Bolder yellow',
339
- description: 'Name of a color'
339
+ 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.'
340
340
  },
341
341
  // Red color
342
342
  '#FF8F73': {
343
343
  id: 'fabric.theme.subtle-red',
344
344
  defaultMessage: 'Subtle red',
345
- description: 'Name of a color'
345
+ 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.'
346
346
  },
347
347
  '#FC552C': {
348
348
  id: 'fabric.theme.red',
349
349
  defaultMessage: 'Red',
350
- description: 'Name of a color.'
350
+ 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.'
351
351
  },
352
352
  '#D32D03': {
353
353
  id: 'fabric.theme.bold-red',
354
354
  defaultMessage: 'Bold red',
355
- description: 'Name of a color'
355
+ 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.'
356
356
  },
357
357
  '#A32000': {
358
358
  id: 'fabric.theme.bolder-red',
359
359
  defaultMessage: 'Bolder red',
360
- description: 'Name of a color'
360
+ 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.'
361
361
  },
362
362
  // Orange color
363
363
  '#FAA53D': {
364
364
  id: 'fabric.theme.subtle-orange',
365
365
  defaultMessage: 'Subtle orange',
366
- description: 'Name of a color'
366
+ 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.'
367
367
  },
368
368
  '#D97008': {
369
369
  id: 'fabric.theme.orange',
370
370
  defaultMessage: 'Orange',
371
- description: 'Name of a color.'
371
+ 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.'
372
372
  },
373
373
  '#B65C02': {
374
374
  id: 'fabric.theme.bold-orange',
375
375
  defaultMessage: 'Bold orange',
376
- description: 'Name of a color.'
376
+ 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.'
377
377
  },
378
378
  '#974F0C': {
379
379
  id: 'fabric.theme.bolder-orange',
380
380
  defaultMessage: 'Bolder orange',
381
- description: 'Name of a color'
381
+ 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.'
382
382
  },
383
383
  // Magenta color
384
384
  '#E774BB': {
385
385
  id: 'fabric.theme.subtle-magenta',
386
386
  defaultMessage: 'Subtle magenta',
387
- description: 'Name of a color'
387
+ 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.'
388
388
  },
389
389
  '#DA62AC': {
390
390
  id: 'fabric.theme.magenta',
391
391
  defaultMessage: 'Magenta',
392
- description: 'Name of a color'
392
+ 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.'
393
393
  },
394
394
  '#CD519D': {
395
395
  id: 'fabric.theme.bold-magenta',
396
396
  defaultMessage: 'Bold magenta',
397
- description: 'Name of a color'
397
+ 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.'
398
398
  },
399
399
  '#943D73': {
400
400
  id: 'fabric.theme.bolder-magenta',
401
401
  defaultMessage: 'Bolder magenta',
402
- description: 'Name of a color'
402
+ 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.'
403
403
  },
404
404
  // Purple color
405
405
  '#B5A7FB': {
406
406
  id: 'fabric.theme.subtle-purple',
407
407
  defaultMessage: 'Subtle purple',
408
- description: 'Name of a color'
408
+ 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.'
409
409
  },
410
410
  '#8B77EE': {
411
411
  id: 'fabric.theme.purple',
412
412
  defaultMessage: 'Purple',
413
- description: 'Name of a color'
413
+ 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.'
414
414
  },
415
415
  '#5A43D0': {
416
416
  id: 'fabric.theme.bold-purple',
417
417
  defaultMessage: 'Bold purple',
418
- description: 'Name of a color'
418
+ 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.'
419
419
  },
420
420
  '#44368B': {
421
421
  id: 'fabric.theme.bolder-purple',
422
422
  defaultMessage: 'Bolder purple',
423
- description: 'Name of a color'
423
+ 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.'
424
424
  },
425
425
  // Gray color
426
426
  '#8993A5': {
427
427
  id: 'fabric.theme.subtle-gray',
428
428
  defaultMessage: 'Subtle gray',
429
- description: 'Name of a color'
429
+ 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.'
430
430
  },
431
431
  '#8590A2': {
432
432
  id: 'fabric.theme.gray',
433
433
  defaultMessage: 'Gray',
434
- description: 'Name of a color'
434
+ 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.'
435
435
  },
436
436
  '#758195': {
437
437
  id: 'fabric.theme.bold-gray',
438
438
  defaultMessage: 'Bold gray',
439
- description: 'Name of a color'
439
+ 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.'
440
440
  },
441
441
  '#44546F': {
442
442
  id: 'fabric.theme.bolder-gray',
443
443
  defaultMessage: 'Bolder gray',
444
- description: 'Name of a color'
444
+ 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.'
445
445
  }
446
446
  });
447
447
  var darkChartsColorPaletteTooltipMessages = _objectSpread({}, lightChartsColorPaletteTooltipMessages);
@@ -453,17 +453,17 @@ var lightBorderPaletteTooltipMessages = (0, _reactIntlNext.defineMessages)({
453
453
  '#091E4224': {
454
454
  id: 'fabric.theme.subtle-gray',
455
455
  defaultMessage: 'Subtle gray',
456
- description: 'Name of a color'
456
+ 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.'
457
457
  },
458
458
  '#758195': {
459
459
  id: 'fabric.theme.gray',
460
460
  defaultMessage: 'Gray',
461
- description: 'Name of a color'
461
+ 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.'
462
462
  },
463
463
  '#172B4D': {
464
464
  id: 'fabric.theme.bold-gray',
465
465
  defaultMessage: 'Bold gray',
466
- description: 'Name of a color'
466
+ 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.'
467
467
  }
468
468
  });
469
469
  var darkBorderPaletteTooltipMessages = _objectSpread({}, lightBorderPaletteTooltipMessages);