@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
@@ -8,114 +8,114 @@ export var lightTextPaletteTooltipMessages = defineMessages({
8
8
  '#FFFFFF': {
9
9
  id: 'fabric.theme.white',
10
10
  defaultMessage: 'White',
11
- description: 'Name of a color'
11
+ 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.'
12
12
  },
13
13
  '#B3D4FF': {
14
14
  id: 'fabric.theme.subtle-blue',
15
15
  defaultMessage: 'Subtle blue',
16
- description: 'Name of a color'
16
+ 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.'
17
17
  },
18
18
  '#B3F5FF': {
19
19
  id: 'fabric.theme.subtle-teal',
20
20
  defaultMessage: 'Subtle teal',
21
- description: 'Name of a color'
21
+ 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.'
22
22
  },
23
23
  '#ABF5D1': {
24
24
  id: 'fabric.theme.subtle-green',
25
25
  defaultMessage: 'Subtle green',
26
- description: 'Name of a color'
26
+ 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.'
27
27
  },
28
28
  '#FFF0B3': {
29
29
  id: 'fabric.theme.subtle-yellow',
30
30
  defaultMessage: 'Subtle yellow',
31
- description: 'Name of a color'
31
+ 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.'
32
32
  },
33
33
  '#FFBDAD': {
34
34
  id: 'fabric.theme.subtle-red',
35
35
  defaultMessage: 'Subtle red',
36
- description: 'Name of a color'
36
+ 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.'
37
37
  },
38
38
  '#EAE6FF': {
39
39
  id: 'fabric.theme.subtle-purple',
40
40
  defaultMessage: 'Subtle purple',
41
- description: 'Name of a color'
41
+ 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.'
42
42
  },
43
43
  '#97A0AF': {
44
44
  id: 'fabric.theme.gray',
45
45
  defaultMessage: 'Gray',
46
- description: 'Name of a color'
46
+ 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.'
47
47
  },
48
48
  '#4C9AFF': {
49
49
  id: 'fabric.theme.blue',
50
50
  defaultMessage: 'Blue',
51
- description: 'Name of a color'
51
+ 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.'
52
52
  },
53
53
  '#00B8D9': {
54
54
  id: 'fabric.theme.teal',
55
55
  defaultMessage: 'Teal',
56
- description: 'Name of a color'
56
+ 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.'
57
57
  },
58
58
  '#36B37E': {
59
59
  id: 'fabric.theme.green',
60
60
  defaultMessage: 'Green',
61
- description: 'Name of a color'
61
+ 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.'
62
62
  },
63
63
  '#FFC400': {
64
64
  id: 'fabric.theme.yellow',
65
65
  defaultMessage: 'Yellow',
66
- description: 'Name of a color'
66
+ 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.'
67
67
  },
68
68
  '#FF5630': {
69
69
  id: 'fabric.theme.red',
70
70
  defaultMessage: 'Red',
71
- description: 'Name of a color.'
71
+ 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.'
72
72
  },
73
73
  '#FF991F': {
74
74
  id: 'fabric.theme.bold-orange',
75
75
  defaultMessage: 'Bold orange',
76
- description: 'Name of a color.'
76
+ 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.'
77
77
  },
78
78
  '#6554C0': {
79
79
  id: 'fabric.theme.purple',
80
80
  defaultMessage: 'Purple',
81
- description: 'Name of a color'
81
+ 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.'
82
82
  },
83
83
  '#0747A6': {
84
84
  id: 'fabric.theme.bold-blue',
85
85
  defaultMessage: 'Bold blue',
86
- description: 'Name of a color'
86
+ 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.'
87
87
  },
88
88
  '#008DA6': {
89
89
  id: 'fabric.theme.bold-teal',
90
90
  defaultMessage: 'Bold teal',
91
- description: 'Name of a color'
91
+ 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.'
92
92
  },
93
93
  '#006644': {
94
94
  id: 'fabric.theme.bold-green',
95
95
  defaultMessage: 'Bold green',
96
- description: 'Name of a color'
96
+ 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.'
97
97
  },
98
98
  '#BF2600': {
99
99
  id: 'fabric.theme.bold-red',
100
100
  defaultMessage: 'Bold red',
101
- description: 'Name of a color'
101
+ 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.'
102
102
  },
103
103
  '#403294': {
104
104
  id: 'fabric.theme.bold-purple',
105
105
  defaultMessage: 'Bold purple',
106
- description: 'Name of a color'
106
+ 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.'
107
107
  },
108
108
  '#172B4D': {
109
109
  id: 'fabric.theme.default',
110
110
  defaultMessage: 'Default',
111
- description: 'Name of a color'
111
+ 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.'
112
112
  }
113
113
  });
114
114
  var darkModeTextPaletteOverrides = defineMessages({
115
115
  '#FFFFFF': {
116
116
  id: 'fabric.theme.dark-gray',
117
117
  defaultMessage: 'Dark gray',
118
- description: 'Name of a color'
118
+ 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.'
119
119
  }
120
120
  });
121
121
  export var darkTextPaletteTooltipMessages = _objectSpread(_objectSpread({}, lightTextPaletteTooltipMessages), darkModeTextPaletteOverrides);
@@ -127,119 +127,119 @@ export var 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
  var 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 var darkBackgroundPaletteTooltipMessages = _objectSpread(_objectSpread({}, lightBackgroundPaletteTooltipMessages), darkModeBackgroundPaletteOverrides);
@@ -252,190 +252,190 @@ export var lightChartsColorPaletteTooltipMessages = defineMessages({
252
252
  '#7AB2FF': {
253
253
  id: 'fabric.theme.subtle-blue',
254
254
  defaultMessage: 'Subtle blue',
255
- description: 'Name of a color'
255
+ 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.'
256
256
  },
257
257
  '#247FFF': {
258
258
  id: 'fabric.theme.blue',
259
259
  defaultMessage: 'Blue',
260
- description: 'Name of a color'
260
+ 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.'
261
261
  },
262
262
  '#0055CC': {
263
263
  id: 'fabric.theme.bold-blue',
264
264
  defaultMessage: 'Bold blue',
265
- description: 'Name of a color'
265
+ 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.'
266
266
  },
267
267
  '#003884': {
268
268
  id: 'fabric.theme.bolder-blue',
269
269
  defaultMessage: 'Bolder blue',
270
- description: 'Name of a color'
270
+ 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.'
271
271
  },
272
272
  // Teal color
273
273
  '#60C6D2': {
274
274
  id: 'fabric.theme.subtle-teal',
275
275
  defaultMessage: 'Subtle teal',
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 subtle teal color option.'
277
277
  },
278
278
  '#1D9AAA': {
279
279
  id: 'fabric.theme.teal',
280
280
  defaultMessage: 'Teal',
281
- description: 'Name of a color'
281
+ 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.'
282
282
  },
283
283
  '#1D7F8C': {
284
284
  id: 'fabric.theme.bold-teal',
285
285
  defaultMessage: 'Bold teal',
286
- description: 'Name of a color'
286
+ 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.'
287
287
  },
288
288
  '#206B74': {
289
289
  id: 'fabric.theme.bolder-teal',
290
290
  defaultMessage: 'Bolder teal',
291
- description: 'Name of a color'
291
+ 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.'
292
292
  },
293
293
  // Green color
294
294
  '#6BE1B0': {
295
295
  id: 'fabric.theme.subtle-green',
296
296
  defaultMessage: 'Subtle green',
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 subtle green color option.'
298
298
  },
299
299
  '#23A971': {
300
300
  id: 'fabric.theme.green',
301
301
  defaultMessage: 'Green',
302
- description: 'Name of a color'
302
+ 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.'
303
303
  },
304
304
  '#177D52': {
305
305
  id: 'fabric.theme.bold-green',
306
306
  defaultMessage: 'Bold green',
307
- description: 'Name of a color'
307
+ 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.'
308
308
  },
309
309
  '#055C3F': {
310
310
  id: 'fabric.theme.bolder-green',
311
311
  defaultMessage: 'Bolder green',
312
- description: 'Name of a color'
312
+ 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.'
313
313
  },
314
314
  // Yellow color
315
315
  '#FFDB57': {
316
316
  id: 'fabric.theme.subtle-yellow',
317
317
  defaultMessage: 'Subtle yellow',
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 subtle yellow color option.'
319
319
  },
320
320
  '#FFBE33': {
321
321
  id: 'fabric.theme.yellow',
322
322
  defaultMessage: 'Yellow',
323
- description: 'Name of a color'
323
+ 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.'
324
324
  },
325
325
  '#FF9D00': {
326
326
  id: 'fabric.theme.bold-yellow',
327
327
  defaultMessage: 'Bold yellow',
328
- description: 'Name of a color'
328
+ 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.'
329
329
  },
330
330
  '#946104': {
331
331
  id: 'fabric.theme.bolder-yellow',
332
332
  defaultMessage: 'Bolder yellow',
333
- description: 'Name of a color'
333
+ 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.'
334
334
  },
335
335
  // Red color
336
336
  '#FF8F73': {
337
337
  id: 'fabric.theme.subtle-red',
338
338
  defaultMessage: 'Subtle red',
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 subtle red color option.'
340
340
  },
341
341
  '#FC552C': {
342
342
  id: 'fabric.theme.red',
343
343
  defaultMessage: 'Red',
344
- description: 'Name of a color.'
344
+ 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.'
345
345
  },
346
346
  '#D32D03': {
347
347
  id: 'fabric.theme.bold-red',
348
348
  defaultMessage: 'Bold red',
349
- description: 'Name of a color'
349
+ 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.'
350
350
  },
351
351
  '#A32000': {
352
352
  id: 'fabric.theme.bolder-red',
353
353
  defaultMessage: 'Bolder red',
354
- description: 'Name of a color'
354
+ 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.'
355
355
  },
356
356
  // Orange color
357
357
  '#FAA53D': {
358
358
  id: 'fabric.theme.subtle-orange',
359
359
  defaultMessage: 'Subtle orange',
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 subtle orange color option.'
361
361
  },
362
362
  '#D97008': {
363
363
  id: 'fabric.theme.orange',
364
364
  defaultMessage: 'Orange',
365
- description: 'Name of a color.'
365
+ 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.'
366
366
  },
367
367
  '#B65C02': {
368
368
  id: 'fabric.theme.bold-orange',
369
369
  defaultMessage: 'Bold orange',
370
- description: 'Name of a color.'
370
+ 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.'
371
371
  },
372
372
  '#974F0C': {
373
373
  id: 'fabric.theme.bolder-orange',
374
374
  defaultMessage: 'Bolder orange',
375
- description: 'Name of a color'
375
+ 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.'
376
376
  },
377
377
  // Magenta color
378
378
  '#E774BB': {
379
379
  id: 'fabric.theme.subtle-magenta',
380
380
  defaultMessage: 'Subtle magenta',
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 subtle magenta color option.'
382
382
  },
383
383
  '#DA62AC': {
384
384
  id: 'fabric.theme.magenta',
385
385
  defaultMessage: 'Magenta',
386
- description: 'Name of a color'
386
+ 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.'
387
387
  },
388
388
  '#CD519D': {
389
389
  id: 'fabric.theme.bold-magenta',
390
390
  defaultMessage: 'Bold magenta',
391
- description: 'Name of a color'
391
+ 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.'
392
392
  },
393
393
  '#943D73': {
394
394
  id: 'fabric.theme.bolder-magenta',
395
395
  defaultMessage: 'Bolder magenta',
396
- description: 'Name of a color'
396
+ 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.'
397
397
  },
398
398
  // Purple color
399
399
  '#B5A7FB': {
400
400
  id: 'fabric.theme.subtle-purple',
401
401
  defaultMessage: 'Subtle purple',
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 subtle purple color option.'
403
403
  },
404
404
  '#8B77EE': {
405
405
  id: 'fabric.theme.purple',
406
406
  defaultMessage: 'Purple',
407
- description: 'Name of a color'
407
+ 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.'
408
408
  },
409
409
  '#5A43D0': {
410
410
  id: 'fabric.theme.bold-purple',
411
411
  defaultMessage: 'Bold purple',
412
- description: 'Name of a color'
412
+ 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.'
413
413
  },
414
414
  '#44368B': {
415
415
  id: 'fabric.theme.bolder-purple',
416
416
  defaultMessage: 'Bolder purple',
417
- description: 'Name of a color'
417
+ 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.'
418
418
  },
419
419
  // Gray color
420
420
  '#8993A5': {
421
421
  id: 'fabric.theme.subtle-gray',
422
422
  defaultMessage: 'Subtle gray',
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 subtle gray color option.'
424
424
  },
425
425
  '#8590A2': {
426
426
  id: 'fabric.theme.gray',
427
427
  defaultMessage: 'Gray',
428
- description: 'Name of a color'
428
+ 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.'
429
429
  },
430
430
  '#758195': {
431
431
  id: 'fabric.theme.bold-gray',
432
432
  defaultMessage: 'Bold gray',
433
- description: 'Name of a color'
433
+ 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.'
434
434
  },
435
435
  '#44546F': {
436
436
  id: 'fabric.theme.bolder-gray',
437
437
  defaultMessage: 'Bolder gray',
438
- description: 'Name of a color'
438
+ 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.'
439
439
  }
440
440
  });
441
441
  var darkChartsColorPaletteTooltipMessages = _objectSpread({}, lightChartsColorPaletteTooltipMessages);
@@ -447,17 +447,17 @@ var lightBorderPaletteTooltipMessages = defineMessages({
447
447
  '#091E4224': {
448
448
  id: 'fabric.theme.subtle-gray',
449
449
  defaultMessage: 'Subtle gray',
450
- description: 'Name of a color'
450
+ 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.'
451
451
  },
452
452
  '#758195': {
453
453
  id: 'fabric.theme.gray',
454
454
  defaultMessage: '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 gray color option.'
456
456
  },
457
457
  '#172B4D': {
458
458
  id: 'fabric.theme.bold-gray',
459
459
  defaultMessage: 'Bold 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 bold gray color option.'
461
461
  }
462
462
  });
463
463
  var darkBorderPaletteTooltipMessages = _objectSpread({}, lightBorderPaletteTooltipMessages);