@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
|
@@ -8,114 +8,114 @@ export var lightTextPaletteTooltipMessages = defineMessages({
|
|
|
8
8
|
'#FFFFFF': {
|
|
9
9
|
id: 'fabric.theme.white',
|
|
10
10
|
defaultMessage: 'White',
|
|
11
|
-
description: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
130
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle blue color option.'
|
|
131
131
|
},
|
|
132
132
|
'#B3D4FF': {
|
|
133
133
|
id: 'fabric.theme.blue',
|
|
134
134
|
defaultMessage: 'Blue',
|
|
135
|
-
description: '
|
|
135
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the blue color option.'
|
|
136
136
|
},
|
|
137
137
|
'#4C9AFF': {
|
|
138
138
|
id: 'fabric.theme.bold-blue',
|
|
139
139
|
defaultMessage: 'Bold blue',
|
|
140
|
-
description: '
|
|
140
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold blue color option.'
|
|
141
141
|
},
|
|
142
142
|
'#E6FCFF': {
|
|
143
143
|
id: 'fabric.theme.subtle-teal',
|
|
144
144
|
defaultMessage: 'Subtle teal',
|
|
145
|
-
description: '
|
|
145
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle teal color option.'
|
|
146
146
|
},
|
|
147
147
|
'#B3F5FF': {
|
|
148
148
|
id: 'fabric.theme.teal',
|
|
149
149
|
defaultMessage: 'Teal',
|
|
150
|
-
description: '
|
|
150
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the teal color option.'
|
|
151
151
|
},
|
|
152
152
|
'#79E2F2': {
|
|
153
153
|
id: 'fabric.theme.bold-teal',
|
|
154
154
|
defaultMessage: 'Bold teal',
|
|
155
|
-
description: '
|
|
155
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold teal color option.'
|
|
156
156
|
},
|
|
157
157
|
'#E3FCEF': {
|
|
158
158
|
id: 'fabric.theme.subtle-green',
|
|
159
159
|
defaultMessage: 'Subtle green',
|
|
160
|
-
description: '
|
|
160
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle green color option.'
|
|
161
161
|
},
|
|
162
162
|
'#ABF5D1': {
|
|
163
163
|
id: 'fabric.theme.green',
|
|
164
164
|
defaultMessage: 'Green',
|
|
165
|
-
description: '
|
|
165
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the green color option.'
|
|
166
166
|
},
|
|
167
167
|
'#57D9A3': {
|
|
168
168
|
id: 'fabric.theme.bold-green',
|
|
169
169
|
defaultMessage: 'Bold green',
|
|
170
|
-
description: '
|
|
170
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold green color option.'
|
|
171
171
|
},
|
|
172
172
|
'#FFFAE6': {
|
|
173
173
|
id: 'fabric.theme.subtle-yellow',
|
|
174
174
|
defaultMessage: 'Subtle yellow',
|
|
175
|
-
description: '
|
|
175
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle yellow color option.'
|
|
176
176
|
},
|
|
177
177
|
'#FFF0B3': {
|
|
178
178
|
id: 'fabric.theme.yellow',
|
|
179
179
|
defaultMessage: 'Yellow',
|
|
180
|
-
description: '
|
|
180
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the yellow color option.'
|
|
181
181
|
},
|
|
182
182
|
'#FFC400': {
|
|
183
183
|
id: 'fabric.theme.bold-yellow',
|
|
184
184
|
defaultMessage: 'Bold yellow',
|
|
185
|
-
description: '
|
|
185
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold yellow color option.'
|
|
186
186
|
},
|
|
187
187
|
'#FFEBE6': {
|
|
188
188
|
id: 'fabric.theme.subtle-red',
|
|
189
189
|
defaultMessage: 'Subtle red',
|
|
190
|
-
description: '
|
|
190
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle red color option.'
|
|
191
191
|
},
|
|
192
192
|
'#FFBDAD': {
|
|
193
193
|
id: 'fabric.theme.red',
|
|
194
194
|
defaultMessage: 'Red',
|
|
195
|
-
description: '
|
|
195
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the red color option.'
|
|
196
196
|
},
|
|
197
197
|
'#FF8F73': {
|
|
198
198
|
id: 'fabric.theme.bold-red',
|
|
199
199
|
defaultMessage: 'Bold red',
|
|
200
|
-
description: '
|
|
200
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold red color option.'
|
|
201
201
|
},
|
|
202
202
|
'#EAE6FF': {
|
|
203
203
|
id: 'fabric.theme.subtle-purple',
|
|
204
204
|
defaultMessage: 'Subtle purple',
|
|
205
|
-
description: '
|
|
205
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the subtle purple color option.'
|
|
206
206
|
},
|
|
207
207
|
'#C0B6F2': {
|
|
208
208
|
id: 'fabric.theme.purple',
|
|
209
209
|
defaultMessage: 'Purple',
|
|
210
|
-
description: '
|
|
210
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the purple color option.'
|
|
211
211
|
},
|
|
212
212
|
'#998DD9': {
|
|
213
213
|
id: 'fabric.theme.bold-purple',
|
|
214
214
|
defaultMessage: 'Bold purple',
|
|
215
|
-
description: '
|
|
215
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold purple color option.'
|
|
216
216
|
},
|
|
217
217
|
'#FFFFFF': {
|
|
218
218
|
id: 'fabric.theme.white',
|
|
219
219
|
defaultMessage: 'White',
|
|
220
|
-
description: '
|
|
220
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the white color option.'
|
|
221
221
|
},
|
|
222
222
|
'#F4F5F7': {
|
|
223
223
|
id: 'fabric.theme.gray',
|
|
224
224
|
defaultMessage: 'Gray',
|
|
225
|
-
description: '
|
|
225
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the gray color option.'
|
|
226
226
|
},
|
|
227
227
|
'#B3BAC5': {
|
|
228
228
|
id: 'fabric.theme.bold-gray',
|
|
229
229
|
defaultMessage: 'Bold gray',
|
|
230
|
-
description: '
|
|
230
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker when the user hovers over the bold gray color option.'
|
|
231
231
|
}
|
|
232
232
|
});
|
|
233
233
|
var darkModeBackgroundPaletteOverrides = defineMessages({
|
|
234
234
|
'#FFFFFF': {
|
|
235
235
|
id: 'fabric.theme.subtle-gray',
|
|
236
236
|
defaultMessage: 'Subtle gray',
|
|
237
|
-
description: '
|
|
237
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker in dark mode when the user hovers over the subtle gray color option.'
|
|
238
238
|
},
|
|
239
239
|
'#B3BAC5': {
|
|
240
240
|
id: 'fabric.theme.bold-gray',
|
|
241
241
|
defaultMessage: 'Bold gray',
|
|
242
|
-
description: '
|
|
242
|
+
description: 'The text is shown as a tooltip label for a color swatch in the editor background color picker in dark mode when the user hovers over the bold gray color option.'
|
|
243
243
|
}
|
|
244
244
|
});
|
|
245
245
|
export 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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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);
|