@atlaskit/editor-common 112.6.0 → 112.7.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 (77) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/codemods/migrates/entry-points.ts +8 -3
  3. package/dist/cjs/link/LinkSearch/LinkSearchListItem.js +0 -2
  4. package/dist/cjs/monitoring/error.js +1 -1
  5. package/dist/cjs/ui/DropList/index.js +1 -1
  6. package/dist/cjs/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
  7. package/dist/cjs/ui/Pulse/Pulse.js +2 -0
  8. package/dist/cjs/ui-menu/DropdownMenu/index.js +0 -2
  9. package/dist/es2019/link/LinkSearch/LinkSearchListItem.js +0 -2
  10. package/dist/es2019/monitoring/error.js +1 -1
  11. package/dist/es2019/ui/DropList/index.js +1 -1
  12. package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +2 -0
  13. package/dist/es2019/ui/Pulse/Pulse.js +2 -0
  14. package/dist/es2019/ui-menu/DropdownMenu/index.js +0 -2
  15. package/dist/esm/link/LinkSearch/LinkSearchListItem.js +0 -2
  16. package/dist/esm/monitoring/error.js +1 -1
  17. package/dist/esm/ui/DropList/index.js +1 -1
  18. package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +2 -0
  19. package/dist/esm/ui/Pulse/Pulse.js +2 -0
  20. package/dist/esm/ui-menu/DropdownMenu/index.js +0 -2
  21. package/dist/types/ai-messages/ai-languages.d.ts +190 -190
  22. package/dist/types/card/LinkToolbarButtonGroup.d.ts +1 -1
  23. package/dist/types/element-browser/components/CategoryList.d.ts +1 -1
  24. package/dist/types/element-browser/components/ElementList/ElementList.d.ts +1 -1
  25. package/dist/types/element-browser/components/ElementSearch.d.ts +1 -1
  26. package/dist/types/element-browser/components/StatelessElementBrowser.d.ts +1 -1
  27. package/dist/types/element-browser/components/ViewMore.d.ts +1 -1
  28. package/dist/types/element-browser/constants.d.ts +2 -2
  29. package/dist/types/experiences/types.d.ts +1 -1
  30. package/dist/types/extensions/UnknownMacroPlaceholder.d.ts +1 -1
  31. package/dist/types/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +1 -1
  32. package/dist/types/link/LinkSearch/LinkSearchListItem.d.ts +1 -1
  33. package/dist/types/media-inline/views/frame.d.ts +1 -1
  34. package/dist/types/resizer/ResizerBreakoutModeLabel.d.ts +1 -1
  35. package/dist/types/selection/utils.d.ts +1 -1
  36. package/dist/types/styles/shared/resizer.d.ts +3 -3
  37. package/dist/types/styles/shared/table.d.ts +23 -23
  38. package/dist/types/toolbar/rank.d.ts +151 -151
  39. package/dist/types/ui/Announcer/announcer.d.ts +1 -1
  40. package/dist/types/ui/DropList/index.d.ts +1 -1
  41. package/dist/types/ui/FloatingToolbar/Button.d.ts +1 -1
  42. package/dist/types/ui/MediaSingle/styled.d.ts +1 -1
  43. package/dist/types/ui/Toolbar/DropdownTriggerWrapper.d.ts +1 -1
  44. package/dist/types/ui-menu/ColorPickerButton/index.d.ts +2 -2
  45. package/dist/types/ui-menu/ToolbarButton/index.d.ts +7 -7
  46. package/dist/types/utils/breakout.d.ts +1 -1
  47. package/dist/types/utils/getModeFromTheme.d.ts +1 -1
  48. package/dist/types/utils/index.d.ts +1 -1
  49. package/dist/types-ts4.5/ai-messages/ai-languages.d.ts +190 -190
  50. package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +1 -1
  51. package/dist/types-ts4.5/element-browser/components/CategoryList.d.ts +1 -1
  52. package/dist/types-ts4.5/element-browser/components/ElementList/ElementList.d.ts +1 -1
  53. package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +1 -1
  54. package/dist/types-ts4.5/element-browser/components/StatelessElementBrowser.d.ts +1 -1
  55. package/dist/types-ts4.5/element-browser/components/ViewMore.d.ts +1 -1
  56. package/dist/types-ts4.5/element-browser/constants.d.ts +2 -2
  57. package/dist/types-ts4.5/experiences/types.d.ts +1 -1
  58. package/dist/types-ts4.5/extensions/UnknownMacroPlaceholder.d.ts +1 -1
  59. package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +1 -1
  60. package/dist/types-ts4.5/link/LinkSearch/LinkSearchListItem.d.ts +1 -1
  61. package/dist/types-ts4.5/media-inline/views/frame.d.ts +1 -1
  62. package/dist/types-ts4.5/resizer/ResizerBreakoutModeLabel.d.ts +1 -1
  63. package/dist/types-ts4.5/selection/utils.d.ts +1 -1
  64. package/dist/types-ts4.5/styles/shared/resizer.d.ts +3 -3
  65. package/dist/types-ts4.5/styles/shared/table.d.ts +23 -23
  66. package/dist/types-ts4.5/toolbar/rank.d.ts +151 -151
  67. package/dist/types-ts4.5/ui/Announcer/announcer.d.ts +1 -1
  68. package/dist/types-ts4.5/ui/DropList/index.d.ts +1 -1
  69. package/dist/types-ts4.5/ui/FloatingToolbar/Button.d.ts +1 -1
  70. package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +1 -1
  71. package/dist/types-ts4.5/ui/Toolbar/DropdownTriggerWrapper.d.ts +1 -1
  72. package/dist/types-ts4.5/ui-menu/ColorPickerButton/index.d.ts +2 -2
  73. package/dist/types-ts4.5/ui-menu/ToolbarButton/index.d.ts +7 -7
  74. package/dist/types-ts4.5/utils/breakout.d.ts +1 -1
  75. package/dist/types-ts4.5/utils/getModeFromTheme.d.ts +1 -1
  76. package/dist/types-ts4.5/utils/index.d.ts +1 -1
  77. package/package.json +2 -2
@@ -1,357 +1,357 @@
1
1
  export declare const aiLanguageMessages: {
2
2
  readonly nestingParentTitle: {
3
- readonly id: "fabric.editor.ai.config.item.translate.nestingParentTitle.ga";
4
- readonly defaultMessage: "Translate";
5
- readonly description: "The nested title which shows in the generative-ai-modal";
3
+ readonly id: 'fabric.editor.ai.config.item.translate.nestingParentTitle.ga';
4
+ readonly defaultMessage: 'Translate';
5
+ readonly description: 'The nested title which shows in the generative-ai-modal';
6
6
  };
7
7
  readonly nestingParentTitlePostGA: {
8
- readonly id: "fabric.editor.ai.config.item.translate.nestingParentTitlePostGA";
9
- readonly defaultMessage: "Translate to ...";
10
- readonly description: "The nested title which shows in the generative-ai-modal";
8
+ readonly id: 'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA';
9
+ readonly defaultMessage: 'Translate to ...';
10
+ readonly description: 'The nested title which shows in the generative-ai-modal';
11
11
  };
12
12
  readonly chineseSimplified: {
13
- readonly id: "fabric.editor.ai.config.item.translate.chineseSimplified";
14
- readonly defaultMessage: "Chinese (Simplified)";
15
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Chinese (Simplified)";
13
+ readonly id: 'fabric.editor.ai.config.item.translate.chineseSimplified';
14
+ readonly defaultMessage: 'Chinese (Simplified)';
15
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Chinese (Simplified)';
16
16
  };
17
17
  readonly chineseTraditional: {
18
- readonly id: "fabric.editor.ai.config.item.translate.chineseTraditional";
19
- readonly defaultMessage: "Chinese (Traditional)";
20
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Chinese (Traditional)";
18
+ readonly id: 'fabric.editor.ai.config.item.translate.chineseTraditional';
19
+ readonly defaultMessage: 'Chinese (Traditional)';
20
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Chinese (Traditional)';
21
21
  };
22
22
  readonly czech: {
23
- readonly id: "fabric.editor.ai.config.item.translate.czech";
24
- readonly defaultMessage: "Czech";
25
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Czech";
23
+ readonly id: 'fabric.editor.ai.config.item.translate.czech';
24
+ readonly defaultMessage: 'Czech';
25
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Czech';
26
26
  };
27
27
  readonly danish: {
28
- readonly id: "fabric.editor.ai.config.item.translate.danish";
29
- readonly defaultMessage: "Danish";
30
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Danish";
28
+ readonly id: 'fabric.editor.ai.config.item.translate.danish';
29
+ readonly defaultMessage: 'Danish';
30
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Danish';
31
31
  };
32
32
  readonly dutch: {
33
- readonly id: "fabric.editor.ai.config.item.translate.dutch";
34
- readonly defaultMessage: "Dutch";
35
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Dutch";
33
+ readonly id: 'fabric.editor.ai.config.item.translate.dutch';
34
+ readonly defaultMessage: 'Dutch';
35
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Dutch';
36
36
  };
37
37
  readonly english: {
38
- readonly id: "fabric.editor.ai.config.item.translate.english";
39
- readonly defaultMessage: "English";
40
- readonly description: "Language string referenced in UIs involving the translation AI prompt for English";
38
+ readonly id: 'fabric.editor.ai.config.item.translate.english';
39
+ readonly defaultMessage: 'English';
40
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for English';
41
41
  };
42
42
  readonly finnish: {
43
- readonly id: "fabric.editor.ai.config.item.translate.finnish";
44
- readonly defaultMessage: "Finnish";
45
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Finnish";
43
+ readonly id: 'fabric.editor.ai.config.item.translate.finnish';
44
+ readonly defaultMessage: 'Finnish';
45
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Finnish';
46
46
  };
47
47
  readonly french: {
48
- readonly id: "fabric.editor.ai.config.item.translate.french";
49
- readonly defaultMessage: "French";
50
- readonly description: "Language string referenced in UIs involving the translation AI prompt for French";
48
+ readonly id: 'fabric.editor.ai.config.item.translate.french';
49
+ readonly defaultMessage: 'French';
50
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for French';
51
51
  };
52
52
  readonly german: {
53
- readonly id: "fabric.editor.ai.config.item.translate.german";
54
- readonly defaultMessage: "German";
55
- readonly description: "Language string referenced in UIs involving the translation AI prompt for German";
53
+ readonly id: 'fabric.editor.ai.config.item.translate.german';
54
+ readonly defaultMessage: 'German';
55
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for German';
56
56
  };
57
57
  readonly hungarian: {
58
- readonly id: "fabric.editor.ai.config.item.translate.hungarian";
59
- readonly defaultMessage: "Hungarian";
60
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Hungarian";
58
+ readonly id: 'fabric.editor.ai.config.item.translate.hungarian';
59
+ readonly defaultMessage: 'Hungarian';
60
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Hungarian';
61
61
  };
62
62
  readonly italian: {
63
- readonly id: "fabric.editor.ai.config.item.translate.italian";
64
- readonly defaultMessage: "Italian";
65
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Italian";
63
+ readonly id: 'fabric.editor.ai.config.item.translate.italian';
64
+ readonly defaultMessage: 'Italian';
65
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Italian';
66
66
  };
67
67
  readonly japanese: {
68
- readonly id: "fabric.editor.ai.config.item.translate.japanese";
69
- readonly defaultMessage: "Japanese";
70
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Japanese";
68
+ readonly id: 'fabric.editor.ai.config.item.translate.japanese';
69
+ readonly defaultMessage: 'Japanese';
70
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Japanese';
71
71
  };
72
72
  readonly korean: {
73
- readonly id: "fabric.editor.ai.config.item.translate.korean";
74
- readonly defaultMessage: "Korean";
75
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Korean";
73
+ readonly id: 'fabric.editor.ai.config.item.translate.korean';
74
+ readonly defaultMessage: 'Korean';
75
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Korean';
76
76
  };
77
77
  readonly norwegian: {
78
- readonly id: "fabric.editor.ai.config.item.translate.norwegian";
79
- readonly defaultMessage: "Norwegian";
80
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Norwegian";
78
+ readonly id: 'fabric.editor.ai.config.item.translate.norwegian';
79
+ readonly defaultMessage: 'Norwegian';
80
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Norwegian';
81
81
  };
82
82
  readonly polish: {
83
- readonly id: "fabric.editor.ai.config.item.translate.polish";
84
- readonly defaultMessage: "Polish";
85
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Polish";
83
+ readonly id: 'fabric.editor.ai.config.item.translate.polish';
84
+ readonly defaultMessage: 'Polish';
85
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Polish';
86
86
  };
87
87
  readonly portugueseBrazilian: {
88
- readonly id: "fabric.editor.ai.config.item.translate.portugueseBrazilian";
89
- readonly defaultMessage: "Portuguese (Brazilian)";
90
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Portuguese (Brazilian)";
88
+ readonly id: 'fabric.editor.ai.config.item.translate.portugueseBrazilian';
89
+ readonly defaultMessage: 'Portuguese (Brazilian)';
90
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Portuguese (Brazilian)';
91
91
  };
92
92
  readonly russian: {
93
- readonly id: "fabric.editor.ai.config.item.translate.russian";
94
- readonly defaultMessage: "Russian";
95
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Russian";
93
+ readonly id: 'fabric.editor.ai.config.item.translate.russian';
94
+ readonly defaultMessage: 'Russian';
95
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Russian';
96
96
  };
97
97
  readonly spanish: {
98
- readonly id: "fabric.editor.ai.config.item.translate.spanish";
99
- readonly defaultMessage: "Spanish";
100
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Spanish";
98
+ readonly id: 'fabric.editor.ai.config.item.translate.spanish';
99
+ readonly defaultMessage: 'Spanish';
100
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Spanish';
101
101
  };
102
102
  readonly swedish: {
103
- readonly id: "fabric.editor.ai.config.item.translate.swedish";
104
- readonly defaultMessage: "Swedish";
105
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Swedish";
103
+ readonly id: 'fabric.editor.ai.config.item.translate.swedish';
104
+ readonly defaultMessage: 'Swedish';
105
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Swedish';
106
106
  };
107
107
  readonly turkish: {
108
- readonly id: "fabric.editor.ai.config.item.translate.turkish";
109
- readonly defaultMessage: "Turkish";
110
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Turkish";
108
+ readonly id: 'fabric.editor.ai.config.item.translate.turkish';
109
+ readonly defaultMessage: 'Turkish';
110
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Turkish';
111
111
  };
112
112
  readonly thai: {
113
- readonly id: "fabric.editor.ai.config.item.translate.thai";
114
- readonly defaultMessage: "Thai";
115
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Thai";
113
+ readonly id: 'fabric.editor.ai.config.item.translate.thai';
114
+ readonly defaultMessage: 'Thai';
115
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Thai';
116
116
  };
117
117
  readonly ukrainian: {
118
- readonly id: "fabric.editor.ai.config.item.translate.ukrainian";
119
- readonly defaultMessage: "Ukrainian";
120
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Ukrainian";
118
+ readonly id: 'fabric.editor.ai.config.item.translate.ukrainian';
119
+ readonly defaultMessage: 'Ukrainian';
120
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Ukrainian';
121
121
  };
122
122
  readonly vietnamese: {
123
- readonly id: "fabric.editor.ai.config.item.translate.vietnamese";
124
- readonly defaultMessage: "Vietnamese";
125
- readonly description: "Language string referenced in UIs involving the translation AI prompt for Vietnamese";
123
+ readonly id: 'fabric.editor.ai.config.item.translate.vietnamese';
124
+ readonly defaultMessage: 'Vietnamese';
125
+ readonly description: 'Language string referenced in UIs involving the translation AI prompt for Vietnamese';
126
126
  };
127
127
  readonly chineseSimplifiedTitle: {
128
- readonly id: "fabric.editor.ai.config.item.translateTo.chineseSimplified.title";
129
- readonly defaultMessage: "Translate to Chinese (Simplified)";
130
- readonly description: "Title of a prompt that translates the selected content into Chinese (Simplified)";
128
+ readonly id: 'fabric.editor.ai.config.item.translateTo.chineseSimplified.title';
129
+ readonly defaultMessage: 'Translate to Chinese (Simplified)';
130
+ readonly description: 'Title of a prompt that translates the selected content into Chinese (Simplified)';
131
131
  };
132
132
  readonly chineseSimplifiedDescription: {
133
- readonly id: "fabric.editor.ai.config.item.translateTo.chineseSimplified.description";
133
+ readonly id: 'fabric.editor.ai.config.item.translateTo.chineseSimplified.description';
134
134
  readonly defaultMessage: "Translates the text you're working on to Chinese (Simplified)";
135
- readonly description: "Description for prompt that translates selected content into Chinese (Simplified)";
135
+ readonly description: 'Description for prompt that translates selected content into Chinese (Simplified)';
136
136
  };
137
137
  readonly chineseTraditionalTitle: {
138
- readonly id: "fabric.editor.ai.config.item.translateTo.chineseTraditional.title";
139
- readonly defaultMessage: "Translate to Chinese (Traditional)";
140
- readonly description: "Title of a prompt that translates the selected content into Chinese (Traditional)";
138
+ readonly id: 'fabric.editor.ai.config.item.translateTo.chineseTraditional.title';
139
+ readonly defaultMessage: 'Translate to Chinese (Traditional)';
140
+ readonly description: 'Title of a prompt that translates the selected content into Chinese (Traditional)';
141
141
  };
142
142
  readonly chineseTraditionalDescription: {
143
- readonly id: "fabric.editor.ai.config.item.translateTo.chineseTraditional.description";
143
+ readonly id: 'fabric.editor.ai.config.item.translateTo.chineseTraditional.description';
144
144
  readonly defaultMessage: "Translates the text you're working on to Chinese (Traditional)";
145
- readonly description: "Description for prompt that translates selected content into Chinese (Traditional)";
145
+ readonly description: 'Description for prompt that translates selected content into Chinese (Traditional)';
146
146
  };
147
147
  readonly czechTitle: {
148
- readonly id: "fabric.editor.ai.config.item.translateTo.czech.title";
149
- readonly defaultMessage: "Translate to Czech";
150
- readonly description: "Title of a prompt that translates the selected content into Czech";
148
+ readonly id: 'fabric.editor.ai.config.item.translateTo.czech.title';
149
+ readonly defaultMessage: 'Translate to Czech';
150
+ readonly description: 'Title of a prompt that translates the selected content into Czech';
151
151
  };
152
152
  readonly czechDescription: {
153
- readonly id: "fabric.editor.ai.config.item.translateTo.czech.description";
153
+ readonly id: 'fabric.editor.ai.config.item.translateTo.czech.description';
154
154
  readonly defaultMessage: "Translates the text you're working on to Czech";
155
- readonly description: "Description for prompt that translates selected content into Czech";
155
+ readonly description: 'Description for prompt that translates selected content into Czech';
156
156
  };
157
157
  readonly danishTitle: {
158
- readonly id: "fabric.editor.ai.config.item.translateTo.danish.title";
159
- readonly defaultMessage: "Translate to Danish";
160
- readonly description: "Title of a prompt that translates the selected content into Danish";
158
+ readonly id: 'fabric.editor.ai.config.item.translateTo.danish.title';
159
+ readonly defaultMessage: 'Translate to Danish';
160
+ readonly description: 'Title of a prompt that translates the selected content into Danish';
161
161
  };
162
162
  readonly danishDescription: {
163
- readonly id: "fabric.editor.ai.config.item.translateTo.danish.description";
163
+ readonly id: 'fabric.editor.ai.config.item.translateTo.danish.description';
164
164
  readonly defaultMessage: "Translates the text you're working on to Danish";
165
- readonly description: "Description for prompt that translates selected content into Danish";
165
+ readonly description: 'Description for prompt that translates selected content into Danish';
166
166
  };
167
167
  readonly dutchTitle: {
168
- readonly id: "fabric.editor.ai.config.item.translateTo.dutch.title";
169
- readonly defaultMessage: "Translate to Dutch";
170
- readonly description: "Title of a prompt that translates the selected content into Dutch";
168
+ readonly id: 'fabric.editor.ai.config.item.translateTo.dutch.title';
169
+ readonly defaultMessage: 'Translate to Dutch';
170
+ readonly description: 'Title of a prompt that translates the selected content into Dutch';
171
171
  };
172
172
  readonly dutchDescription: {
173
- readonly id: "fabric.editor.ai.config.item.translateTo.dutch.description";
173
+ readonly id: 'fabric.editor.ai.config.item.translateTo.dutch.description';
174
174
  readonly defaultMessage: "Translates the text you're working on to Dutch";
175
- readonly description: "Description for prompt that translates selected content into Dutch";
175
+ readonly description: 'Description for prompt that translates selected content into Dutch';
176
176
  };
177
177
  readonly englishTitle: {
178
- readonly id: "fabric.editor.ai.config.item.translateTo.english.title";
179
- readonly defaultMessage: "Translate to English";
180
- readonly description: "Title of a prompt that translates the selected content into English";
178
+ readonly id: 'fabric.editor.ai.config.item.translateTo.english.title';
179
+ readonly defaultMessage: 'Translate to English';
180
+ readonly description: 'Title of a prompt that translates the selected content into English';
181
181
  };
182
182
  readonly englishDescription: {
183
- readonly id: "fabric.editor.ai.config.item.translateTo.english.description";
183
+ readonly id: 'fabric.editor.ai.config.item.translateTo.english.description';
184
184
  readonly defaultMessage: "Translates the text you're working on to English";
185
- readonly description: "Description for prompt that translates selected content into English";
185
+ readonly description: 'Description for prompt that translates selected content into English';
186
186
  };
187
187
  readonly finnishTitle: {
188
- readonly id: "fabric.editor.ai.config.item.translateTo.finnish.title";
189
- readonly defaultMessage: "Translate to Finnish";
190
- readonly description: "Title of a prompt that translates the selected content into Finnish";
188
+ readonly id: 'fabric.editor.ai.config.item.translateTo.finnish.title';
189
+ readonly defaultMessage: 'Translate to Finnish';
190
+ readonly description: 'Title of a prompt that translates the selected content into Finnish';
191
191
  };
192
192
  readonly finnishDescription: {
193
- readonly id: "fabric.editor.ai.config.item.translateTo.finnish.description";
193
+ readonly id: 'fabric.editor.ai.config.item.translateTo.finnish.description';
194
194
  readonly defaultMessage: "Translates the text you're working on to Finnish";
195
- readonly description: "Description for prompt that translates selected content into Finnish";
195
+ readonly description: 'Description for prompt that translates selected content into Finnish';
196
196
  };
197
197
  readonly frenchTitle: {
198
- readonly id: "fabric.editor.ai.config.item.translateTo.french.title";
199
- readonly defaultMessage: "Translate to French";
200
- readonly description: "Title of a prompt that translates the selected content into French";
198
+ readonly id: 'fabric.editor.ai.config.item.translateTo.french.title';
199
+ readonly defaultMessage: 'Translate to French';
200
+ readonly description: 'Title of a prompt that translates the selected content into French';
201
201
  };
202
202
  readonly frenchDescription: {
203
- readonly id: "fabric.editor.ai.config.item.translateTo.french.description";
203
+ readonly id: 'fabric.editor.ai.config.item.translateTo.french.description';
204
204
  readonly defaultMessage: "Translates the text you're working on to French";
205
- readonly description: "Description for prompt that translates selected content into French";
205
+ readonly description: 'Description for prompt that translates selected content into French';
206
206
  };
207
207
  readonly germanTitle: {
208
- readonly id: "fabric.editor.ai.config.item.translateTo.german.title";
209
- readonly defaultMessage: "Translate to German";
210
- readonly description: "Title of a prompt that translates the selected content into German";
208
+ readonly id: 'fabric.editor.ai.config.item.translateTo.german.title';
209
+ readonly defaultMessage: 'Translate to German';
210
+ readonly description: 'Title of a prompt that translates the selected content into German';
211
211
  };
212
212
  readonly germanDescription: {
213
- readonly id: "fabric.editor.ai.config.item.translateTo.german.description";
213
+ readonly id: 'fabric.editor.ai.config.item.translateTo.german.description';
214
214
  readonly defaultMessage: "Translates the text you're working on to German";
215
- readonly description: "Description for prompt that translates selected content into German";
215
+ readonly description: 'Description for prompt that translates selected content into German';
216
216
  };
217
217
  readonly hungarianTitle: {
218
- readonly id: "fabric.editor.ai.config.item.translateTo.hungarian.title";
219
- readonly defaultMessage: "Translate to Hungarian";
220
- readonly description: "Title of a prompt that translates the selected content into Hungarian";
218
+ readonly id: 'fabric.editor.ai.config.item.translateTo.hungarian.title';
219
+ readonly defaultMessage: 'Translate to Hungarian';
220
+ readonly description: 'Title of a prompt that translates the selected content into Hungarian';
221
221
  };
222
222
  readonly hungarianDescription: {
223
- readonly id: "fabric.editor.ai.config.item.translateTo.hungarian.description";
223
+ readonly id: 'fabric.editor.ai.config.item.translateTo.hungarian.description';
224
224
  readonly defaultMessage: "Translates the text you're working on to Hungarian";
225
- readonly description: "Description for prompt that translates selected content into Hungarian";
225
+ readonly description: 'Description for prompt that translates selected content into Hungarian';
226
226
  };
227
227
  readonly italianTitle: {
228
- readonly id: "fabric.editor.ai.config.item.translateTo.italian.title";
229
- readonly defaultMessage: "Translate to Italian";
230
- readonly description: "Title of a prompt that translates the selected content into Italian";
228
+ readonly id: 'fabric.editor.ai.config.item.translateTo.italian.title';
229
+ readonly defaultMessage: 'Translate to Italian';
230
+ readonly description: 'Title of a prompt that translates the selected content into Italian';
231
231
  };
232
232
  readonly italianDescription: {
233
- readonly id: "fabric.editor.ai.config.item.translateTo.italian.description";
233
+ readonly id: 'fabric.editor.ai.config.item.translateTo.italian.description';
234
234
  readonly defaultMessage: "Translates the text you're working on to Italian";
235
- readonly description: "Description for prompt that translates selected content into Italian";
235
+ readonly description: 'Description for prompt that translates selected content into Italian';
236
236
  };
237
237
  readonly japaneseTitle: {
238
- readonly id: "fabric.editor.ai.config.item.translateTo.japanese.title";
239
- readonly defaultMessage: "Translate to Japanese";
240
- readonly description: "Title of a prompt that translates the selected content into Japanese";
238
+ readonly id: 'fabric.editor.ai.config.item.translateTo.japanese.title';
239
+ readonly defaultMessage: 'Translate to Japanese';
240
+ readonly description: 'Title of a prompt that translates the selected content into Japanese';
241
241
  };
242
242
  readonly japaneseDescription: {
243
- readonly id: "fabric.editor.ai.config.item.translateTo.japanese.description";
243
+ readonly id: 'fabric.editor.ai.config.item.translateTo.japanese.description';
244
244
  readonly defaultMessage: "Translates the text you're working on to Japanese";
245
- readonly description: "Description for prompt that translates selected content into Japanese";
245
+ readonly description: 'Description for prompt that translates selected content into Japanese';
246
246
  };
247
247
  readonly koreanTitle: {
248
- readonly id: "fabric.editor.ai.config.item.translateTo.korean.title";
249
- readonly defaultMessage: "Translate to Korean";
250
- readonly description: "Title of a prompt that translates the selected content into Korean";
248
+ readonly id: 'fabric.editor.ai.config.item.translateTo.korean.title';
249
+ readonly defaultMessage: 'Translate to Korean';
250
+ readonly description: 'Title of a prompt that translates the selected content into Korean';
251
251
  };
252
252
  readonly koreanDescription: {
253
- readonly id: "fabric.editor.ai.config.item.translateTo.korean.description";
253
+ readonly id: 'fabric.editor.ai.config.item.translateTo.korean.description';
254
254
  readonly defaultMessage: "Translates the text you're working on to Korean";
255
- readonly description: "Description for prompt that translates selected content into Korean";
255
+ readonly description: 'Description for prompt that translates selected content into Korean';
256
256
  };
257
257
  readonly norwegianTitle: {
258
- readonly id: "fabric.editor.ai.config.item.translateTo.norwegian.title";
259
- readonly defaultMessage: "Translate to Norwegian";
260
- readonly description: "Title of a prompt that translates the selected content into Norwegian";
258
+ readonly id: 'fabric.editor.ai.config.item.translateTo.norwegian.title';
259
+ readonly defaultMessage: 'Translate to Norwegian';
260
+ readonly description: 'Title of a prompt that translates the selected content into Norwegian';
261
261
  };
262
262
  readonly norwegianDescription: {
263
- readonly id: "fabric.editor.ai.config.item.translateTo.norwegian.description";
263
+ readonly id: 'fabric.editor.ai.config.item.translateTo.norwegian.description';
264
264
  readonly defaultMessage: "Translates the text you're working on to Norwegian";
265
- readonly description: "Description for prompt that translates selected content into Norwegian";
265
+ readonly description: 'Description for prompt that translates selected content into Norwegian';
266
266
  };
267
267
  readonly polishTitle: {
268
- readonly id: "fabric.editor.ai.config.item.translateTo.polish.title";
269
- readonly defaultMessage: "Translate to Polish";
270
- readonly description: "Title of a prompt that translates the selected content into Polish";
268
+ readonly id: 'fabric.editor.ai.config.item.translateTo.polish.title';
269
+ readonly defaultMessage: 'Translate to Polish';
270
+ readonly description: 'Title of a prompt that translates the selected content into Polish';
271
271
  };
272
272
  readonly polishDescription: {
273
- readonly id: "fabric.editor.ai.config.item.translateTo.polish.description";
273
+ readonly id: 'fabric.editor.ai.config.item.translateTo.polish.description';
274
274
  readonly defaultMessage: "Translates the text you're working on to Polish";
275
- readonly description: "Description for prompt that translates selected content into Polish";
275
+ readonly description: 'Description for prompt that translates selected content into Polish';
276
276
  };
277
277
  readonly portugueseBrazilianTitle: {
278
- readonly id: "fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title";
279
- readonly defaultMessage: "Translate to Portuguese (Brazilian)";
280
- readonly description: "Title of a prompt that translates the selected content into Portuguese (Brazilian)";
278
+ readonly id: 'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title';
279
+ readonly defaultMessage: 'Translate to Portuguese (Brazilian)';
280
+ readonly description: 'Title of a prompt that translates the selected content into Portuguese (Brazilian)';
281
281
  };
282
282
  readonly portugueseBrazilianDescription: {
283
- readonly id: "fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description";
283
+ readonly id: 'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description';
284
284
  readonly defaultMessage: "Translates the text you're working on to Portuguese (Brazilian)";
285
- readonly description: "Description for prompt that translates selected content into Portuguese (Brazilian)";
285
+ readonly description: 'Description for prompt that translates selected content into Portuguese (Brazilian)';
286
286
  };
287
287
  readonly russianTitle: {
288
- readonly id: "fabric.editor.ai.config.item.translateTo.russian.title";
289
- readonly defaultMessage: "Translate to Russian";
290
- readonly description: "Title of a prompt that translates the selected content into Russian";
288
+ readonly id: 'fabric.editor.ai.config.item.translateTo.russian.title';
289
+ readonly defaultMessage: 'Translate to Russian';
290
+ readonly description: 'Title of a prompt that translates the selected content into Russian';
291
291
  };
292
292
  readonly russianDescription: {
293
- readonly id: "fabric.editor.ai.config.item.translateTo.russian.description";
293
+ readonly id: 'fabric.editor.ai.config.item.translateTo.russian.description';
294
294
  readonly defaultMessage: "Translates the text you're working on to Russian";
295
- readonly description: "Description for prompt that translates selected content into Russian";
295
+ readonly description: 'Description for prompt that translates selected content into Russian';
296
296
  };
297
297
  readonly spanishTitle: {
298
- readonly id: "fabric.editor.ai.config.item.translateTo.spanish.title";
299
- readonly defaultMessage: "Translate to Spanish";
300
- readonly description: "Title of a prompt that translates the selected content into Spanish";
298
+ readonly id: 'fabric.editor.ai.config.item.translateTo.spanish.title';
299
+ readonly defaultMessage: 'Translate to Spanish';
300
+ readonly description: 'Title of a prompt that translates the selected content into Spanish';
301
301
  };
302
302
  readonly spanishDescription: {
303
- readonly id: "fabric.editor.ai.config.item.translateTo.spanish.description";
303
+ readonly id: 'fabric.editor.ai.config.item.translateTo.spanish.description';
304
304
  readonly defaultMessage: "Translates the text you're working on to Spanish";
305
- readonly description: "Description for prompt that translates selected content into Spanish";
305
+ readonly description: 'Description for prompt that translates selected content into Spanish';
306
306
  };
307
307
  readonly swedishTitle: {
308
- readonly id: "fabric.editor.ai.config.item.translateTo.swedish.title";
309
- readonly defaultMessage: "Translate to Swedish";
310
- readonly description: "Title of a prompt that translates the selected content into Swedish";
308
+ readonly id: 'fabric.editor.ai.config.item.translateTo.swedish.title';
309
+ readonly defaultMessage: 'Translate to Swedish';
310
+ readonly description: 'Title of a prompt that translates the selected content into Swedish';
311
311
  };
312
312
  readonly swedishDescription: {
313
- readonly id: "fabric.editor.ai.config.item.translateTo.swedish.description";
313
+ readonly id: 'fabric.editor.ai.config.item.translateTo.swedish.description';
314
314
  readonly defaultMessage: "Translates the text you're working on to Swedish";
315
- readonly description: "Description for prompt that translates selected content into Swedish";
315
+ readonly description: 'Description for prompt that translates selected content into Swedish';
316
316
  };
317
317
  readonly turkishTitle: {
318
- readonly id: "fabric.editor.ai.config.item.translateTo.turkish.title";
319
- readonly defaultMessage: "Translate to Turkish";
320
- readonly description: "Title of a prompt that translates the selected content into Turkish";
318
+ readonly id: 'fabric.editor.ai.config.item.translateTo.turkish.title';
319
+ readonly defaultMessage: 'Translate to Turkish';
320
+ readonly description: 'Title of a prompt that translates the selected content into Turkish';
321
321
  };
322
322
  readonly turkishDescription: {
323
- readonly id: "fabric.editor.ai.config.item.translateTo.turkish.description";
323
+ readonly id: 'fabric.editor.ai.config.item.translateTo.turkish.description';
324
324
  readonly defaultMessage: "Translates the text you're working on to Turkish";
325
- readonly description: "Description for prompt that translates selected content into Turkish";
325
+ readonly description: 'Description for prompt that translates selected content into Turkish';
326
326
  };
327
327
  readonly thaiTitle: {
328
- readonly id: "fabric.editor.ai.config.item.translateTo.thai.title";
329
- readonly defaultMessage: "Translate to Thai";
330
- readonly description: "Title of a prompt that translates the selected content into Thai";
328
+ readonly id: 'fabric.editor.ai.config.item.translateTo.thai.title';
329
+ readonly defaultMessage: 'Translate to Thai';
330
+ readonly description: 'Title of a prompt that translates the selected content into Thai';
331
331
  };
332
332
  readonly thaiDescription: {
333
- readonly id: "fabric.editor.ai.config.item.translateTo.thai.description";
333
+ readonly id: 'fabric.editor.ai.config.item.translateTo.thai.description';
334
334
  readonly defaultMessage: "Translates the text you're working on to Thai";
335
- readonly description: "Description for prompt that translates selected content into Thai";
335
+ readonly description: 'Description for prompt that translates selected content into Thai';
336
336
  };
337
337
  readonly ukrainianTitle: {
338
- readonly id: "fabric.editor.ai.config.item.translateTo.ukrainian.title";
339
- readonly defaultMessage: "Translate to Ukrainian";
340
- readonly description: "Title of a prompt that translates the selected content into Ukrainian";
338
+ readonly id: 'fabric.editor.ai.config.item.translateTo.ukrainian.title';
339
+ readonly defaultMessage: 'Translate to Ukrainian';
340
+ readonly description: 'Title of a prompt that translates the selected content into Ukrainian';
341
341
  };
342
342
  readonly ukrainianDescription: {
343
- readonly id: "fabric.editor.ai.config.item.translateTo.ukrainian.description";
343
+ readonly id: 'fabric.editor.ai.config.item.translateTo.ukrainian.description';
344
344
  readonly defaultMessage: "Translates the text you're working on to Ukrainian";
345
- readonly description: "Description for prompt that translates selected content into Ukrainian";
345
+ readonly description: 'Description for prompt that translates selected content into Ukrainian';
346
346
  };
347
347
  readonly vietnameseTitle: {
348
- readonly id: "fabric.editor.ai.config.item.translateTo.vietnamese.title";
349
- readonly defaultMessage: "Translate to Vietnamese";
350
- readonly description: "Title of a prompt that translates the selected content into Vietnamese";
348
+ readonly id: 'fabric.editor.ai.config.item.translateTo.vietnamese.title';
349
+ readonly defaultMessage: 'Translate to Vietnamese';
350
+ readonly description: 'Title of a prompt that translates the selected content into Vietnamese';
351
351
  };
352
352
  readonly vietnameseDescription: {
353
- readonly id: "fabric.editor.ai.config.item.translateTo.vietnamese.description";
353
+ readonly id: 'fabric.editor.ai.config.item.translateTo.vietnamese.description';
354
354
  readonly defaultMessage: "Translates the text you're working on to Vietnamese";
355
- readonly description: "Description for prompt that translates selected content into Vietnamese";
355
+ readonly description: 'Description for prompt that translates selected content into Vietnamese';
356
356
  };
357
357
  };
@@ -13,4 +13,4 @@ export interface ButtonOptionProps {
13
13
  export interface LinkToolbarButtonGroupProps {
14
14
  options: ButtonOptionProps[];
15
15
  }
16
- export declare const LinkToolbarButtonGroup: ({ options }: LinkToolbarButtonGroupProps) => jsx.JSX.Element;
16
+ export declare const LinkToolbarButtonGroup: ({ options, }: LinkToolbarButtonGroupProps) => jsx.JSX.Element;
@@ -14,5 +14,5 @@ interface Props {
14
14
  setFocusedItemIndex: (index: number) => void;
15
15
  setFocusOnSearch?: () => void;
16
16
  }
17
- declare const MemoizedCategoryListWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & WithAnalyticsEventsProps & WithContextProps, "ref"> & React.RefAttributes<unknown>>>;
17
+ declare const MemoizedCategoryListWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & WithAnalyticsEventsProps & WithContextProps, 'ref'> & React.RefAttributes<unknown>>>;
18
18
  export default MemoizedCategoryListWithAnalytics;
@@ -40,5 +40,5 @@ type ElementItemType = {
40
40
  setFocusedItemIndex: (index: number) => void;
41
41
  };
42
42
  export declare function ElementItem({ inlineMode, selected, item, index, onInsertItem, focus, setFocusedItemIndex, role, }: ElementItemType): jsx.JSX.Element;
43
- declare const MemoizedElementListWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & SelectedItemProps & WithAnalyticsEventsProps & WithContextProps, "ref"> & React.RefAttributes<unknown>>>;
43
+ declare const MemoizedElementListWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & SelectedItemProps & WithAnalyticsEventsProps & WithContextProps, 'ref'> & React.RefAttributes<unknown>>>;
44
44
  export default MemoizedElementListWithAnalytics;
@@ -18,7 +18,7 @@ interface Props {
18
18
  searchTerm?: string;
19
19
  selectedItemIndex?: number;
20
20
  }
21
- declare const MemoizedElementSearchWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & WrappedComponentProps, "intl"> & {
21
+ declare const MemoizedElementSearchWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & WrappedComponentProps, 'intl'> & {
22
22
  forwardedRef?: React.Ref<unknown>;
23
23
  } & WithContextProps & React.RefAttributes<unknown>>>;
24
24
  export default MemoizedElementSearchWithAnalytics;
@@ -47,5 +47,5 @@ declare const MemoizedElementBrowser: React.MemoExoticComponent<React.ForwardRef
47
47
  selectedCategory?: string;
48
48
  showCategories: boolean;
49
49
  showSearch: boolean;
50
- }, keyof WithAnalyticsEventsProps> & React.RefAttributes<unknown> & WithContextProps, "ref"> & React.RefAttributes<unknown>>>;
50
+ }, keyof WithAnalyticsEventsProps> & React.RefAttributes<unknown> & WithContextProps, 'ref'> & React.RefAttributes<unknown>>>;
51
51
  export default MemoizedElementBrowser;
@@ -1,4 +1,4 @@
1
- export declare const ViewMore: ({ onViewMore, focus }: {
1
+ export declare const ViewMore: ({ onViewMore, focus, }: {
2
2
  focus: boolean;
3
3
  onViewMore: () => void;
4
4
  }) => JSX.Element;