@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.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/ai-messages/ai.js +1 -1
- package/dist/cjs/block-menu/messages.js +1 -1
- package/dist/cjs/element-browser/messages.js +3 -3
- package/dist/cjs/extensions/messages.js +9 -9
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/cjs/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/cjs/lists/messages.js +2 -2
- package/dist/cjs/media/messages/altText.js +4 -4
- package/dist/cjs/media/messages/externalMedia.js +1 -1
- package/dist/cjs/media/messages/imageBorder.js +6 -6
- package/dist/cjs/media/messages/pixelEntry.js +3 -3
- package/dist/cjs/messages/block-controls.js +5 -5
- package/dist/cjs/messages/block-type.js +8 -8
- package/dist/cjs/messages/breakout.js +1 -1
- package/dist/cjs/messages/card.js +1 -1
- package/dist/cjs/messages/context-panel.js +1 -1
- package/dist/cjs/messages/help-dialog.js +9 -9
- package/dist/cjs/messages/index.js +16 -16
- package/dist/cjs/messages/insert-block.js +44 -44
- package/dist/cjs/messages/layout.js +3 -3
- package/dist/cjs/messages/link-toolbar.js +8 -8
- package/dist/cjs/messages/link.js +1 -1
- package/dist/cjs/messages/list.js +2 -2
- package/dist/cjs/messages/media-editing.js +7 -7
- package/dist/cjs/messages/panel.js +2 -2
- package/dist/cjs/messages/placeholder-text.js +1 -1
- package/dist/cjs/messages/selection-extension.js +1 -1
- package/dist/cjs/messages/table.js +11 -11
- package/dist/cjs/messages/unsupportedContent.js +3 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/messages.js +17 -17
- package/dist/cjs/type-ahead/messages.js +4 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/index.js +2 -2
- package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/cjs/vanilla-tooltip/index.js +180 -0
- package/dist/es2019/ai-messages/ai.js +1 -1
- package/dist/es2019/block-menu/messages.js +1 -1
- package/dist/es2019/element-browser/messages.js +3 -3
- package/dist/es2019/extensions/messages.js +9 -9
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/es2019/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/es2019/lists/messages.js +2 -2
- package/dist/es2019/media/messages/altText.js +4 -4
- package/dist/es2019/media/messages/externalMedia.js +1 -1
- package/dist/es2019/media/messages/imageBorder.js +6 -6
- package/dist/es2019/media/messages/pixelEntry.js +3 -3
- package/dist/es2019/messages/block-controls.js +5 -5
- package/dist/es2019/messages/block-type.js +8 -8
- package/dist/es2019/messages/breakout.js +1 -1
- package/dist/es2019/messages/card.js +1 -1
- package/dist/es2019/messages/context-panel.js +1 -1
- package/dist/es2019/messages/help-dialog.js +9 -9
- package/dist/es2019/messages/index.js +16 -16
- package/dist/es2019/messages/insert-block.js +44 -44
- package/dist/es2019/messages/layout.js +3 -3
- package/dist/es2019/messages/link-toolbar.js +8 -8
- package/dist/es2019/messages/link.js +1 -1
- package/dist/es2019/messages/list.js +2 -2
- package/dist/es2019/messages/media-editing.js +7 -7
- package/dist/es2019/messages/panel.js +2 -2
- package/dist/es2019/messages/placeholder-text.js +1 -1
- package/dist/es2019/messages/selection-extension.js +1 -1
- package/dist/es2019/messages/table.js +11 -11
- package/dist/es2019/messages/unsupportedContent.js +3 -3
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/messages.js +17 -17
- package/dist/es2019/type-ahead/messages.js +4 -4
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/index.js +2 -2
- package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/es2019/vanilla-tooltip/index.js +148 -0
- package/dist/esm/ai-messages/ai.js +1 -1
- package/dist/esm/block-menu/messages.js +1 -1
- package/dist/esm/element-browser/messages.js +3 -3
- package/dist/esm/extensions/messages.js +9 -9
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/esm/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/esm/lists/messages.js +2 -2
- package/dist/esm/media/messages/altText.js +4 -4
- package/dist/esm/media/messages/externalMedia.js +1 -1
- package/dist/esm/media/messages/imageBorder.js +6 -6
- package/dist/esm/media/messages/pixelEntry.js +3 -3
- package/dist/esm/messages/block-controls.js +5 -5
- package/dist/esm/messages/block-type.js +8 -8
- package/dist/esm/messages/breakout.js +1 -1
- package/dist/esm/messages/card.js +1 -1
- package/dist/esm/messages/context-panel.js +1 -1
- package/dist/esm/messages/help-dialog.js +9 -9
- package/dist/esm/messages/index.js +16 -16
- package/dist/esm/messages/insert-block.js +44 -44
- package/dist/esm/messages/layout.js +3 -3
- package/dist/esm/messages/link-toolbar.js +8 -8
- package/dist/esm/messages/link.js +1 -1
- package/dist/esm/messages/list.js +2 -2
- package/dist/esm/messages/media-editing.js +7 -7
- package/dist/esm/messages/panel.js +2 -2
- package/dist/esm/messages/placeholder-text.js +1 -1
- package/dist/esm/messages/selection-extension.js +1 -1
- package/dist/esm/messages/table.js +11 -11
- package/dist/esm/messages/unsupportedContent.js +3 -3
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/messages.js +17 -17
- package/dist/esm/type-ahead/messages.js +4 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/index.js +2 -2
- package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/esm/vanilla-tooltip/index.js +173 -0
- package/dist/types/analytics/types/insert-events.d.ts +1 -1
- package/dist/types/messages/table.d.ts +2 -2
- package/dist/types/vanilla-tooltip/index.d.ts +29 -0
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
- package/dist/types-ts4.5/messages/table.d.ts +2 -2
- package/dist/types-ts4.5/vanilla-tooltip/index.d.ts +29 -0
- package/package.json +2 -1
- 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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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);
|