@atlaskit/editor-common 112.13.3 → 112.13.5

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 (29) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/afm-cc/tsconfig.json +0 -3
  3. package/afm-jira/tsconfig.json +0 -3
  4. package/afm-products/tsconfig.json +0 -3
  5. package/dist/cjs/ai-messages/ai.js +46 -0
  6. package/dist/cjs/extensibility/Extension/Extension/index.js +2 -17
  7. package/dist/cjs/extensibility/index.js +0 -7
  8. package/dist/cjs/monitoring/error.js +1 -1
  9. package/dist/cjs/ui/DropList/index.js +1 -1
  10. package/dist/es2019/ai-messages/ai.js +46 -0
  11. package/dist/es2019/extensibility/Extension/Extension/index.js +1 -12
  12. package/dist/es2019/extensibility/index.js +0 -1
  13. package/dist/es2019/monitoring/error.js +1 -1
  14. package/dist/es2019/ui/DropList/index.js +1 -1
  15. package/dist/esm/ai-messages/ai.js +46 -0
  16. package/dist/esm/extensibility/Extension/Extension/index.js +2 -17
  17. package/dist/esm/extensibility/index.js +0 -1
  18. package/dist/esm/monitoring/error.js +1 -1
  19. package/dist/esm/ui/DropList/index.js +1 -1
  20. package/dist/types/ai-messages/ai.d.ts +128 -83
  21. package/dist/types/extensibility/index.d.ts +0 -1
  22. package/dist/types-ts4.5/ai-messages/ai.d.ts +128 -83
  23. package/dist/types-ts4.5/extensibility/index.d.ts +0 -1
  24. package/package.json +2 -3
  25. package/dist/cjs/extensibility/Extension/LegacyContentHeader/index.js +0 -113
  26. package/dist/es2019/extensibility/Extension/LegacyContentHeader/index.js +0 -108
  27. package/dist/esm/extensibility/Extension/LegacyContentHeader/index.js +0 -106
  28. package/dist/types/extensibility/Extension/LegacyContentHeader/index.d.ts +0 -12
  29. package/dist/types-ts4.5/extensibility/Extension/LegacyContentHeader/index.d.ts +0 -12
@@ -1,242 +1,287 @@
1
1
  export declare const aiMessages: {
2
- eventHubfallbackSuggestedTitle: {
3
- id: string;
2
+ actionItemsPageDescription: {
4
3
  defaultMessage: string;
5
4
  description: string;
6
- };
7
- eventHubfallbackSuggestedTitlePrefix: {
8
5
  id: string;
6
+ };
7
+ actionItemsPageTitle: {
9
8
  defaultMessage: string;
10
9
  description: string;
11
- };
12
- aiToolbarTitle: {
13
10
  id: string;
11
+ };
12
+ adjustLengthToolbarDropdownIconTitle: {
14
13
  defaultMessage: string;
15
14
  description: string;
16
- };
17
- improveWritingToolbarIconTitle: {
18
15
  id: string;
16
+ };
17
+ agentsDropdownTitle: {
19
18
  defaultMessage: string;
20
19
  description: string;
21
- };
22
- improveWritingToolbarIconTooltip: {
23
20
  id: string;
21
+ };
22
+ agentsViewAgentsLabel: {
24
23
  defaultMessage: string;
25
24
  description: string;
26
- };
27
- askAIToolbarIconTitle: {
28
25
  id: string;
26
+ };
27
+ aiRovoTelepointer: {
29
28
  defaultMessage: string;
30
29
  description: string;
31
- };
32
- askRovoToolbarIconTitle: {
33
30
  id: string;
31
+ };
32
+ aiSmartButtonDynamicSurfaceSelectedContent: {
34
33
  defaultMessage: string;
35
34
  description: string;
36
- };
37
- moreRovoOptionsMenuLabel: {
38
35
  id: string;
36
+ };
37
+ aiToolbarTitle: {
39
38
  defaultMessage: string;
40
39
  description: string;
41
- };
42
- askRovoAiSplitButtonLabel: {
43
40
  id: string;
41
+ };
42
+ askAIToolbarIconTitle: {
44
43
  defaultMessage: string;
45
44
  description: string;
45
+ id: string;
46
46
  };
47
47
  askAIToolbarIconTooltip: {
48
- id: string;
49
48
  defaultMessage: string;
50
49
  description: string;
50
+ id: string;
51
51
  };
52
52
  askAIToolbarIconTooltipQuickCommand: {
53
- id: string;
54
53
  defaultMessage: string;
55
54
  description: string;
56
- };
57
- askRovoToolbarIconTooltipQuickCommand: {
58
55
  id: string;
56
+ };
57
+ askRovoAiSplitButtonLabel: {
59
58
  defaultMessage: string;
60
59
  description: string;
61
- };
62
- tryAIToolbarIconTitle: {
63
60
  id: string;
61
+ };
62
+ askRovoToolbarIconTitle: {
64
63
  defaultMessage: string;
65
64
  description: string;
66
- };
67
- tryAIToolbarIconTooltip: {
68
65
  id: string;
66
+ };
67
+ askRovoToolbarIconTooltipQuickCommand: {
69
68
  defaultMessage: string;
70
69
  description: string;
71
- };
72
- simplifiedAIToolbarIconTitle: {
73
70
  id: string;
71
+ };
72
+ atlasGenerateContentConfigItemDescription: {
74
73
  defaultMessage: string;
75
74
  description: string;
76
- };
77
- summarizeToolbarDropdownIconTitle: {
78
75
  id: string;
76
+ };
77
+ atlasSummarizePageConfigItemDescription: {
79
78
  defaultMessage: string;
80
79
  description: string;
81
- };
82
- translateToolbarDropdownIconTitle: {
83
80
  id: string;
81
+ };
82
+ blockMenuNestedMenuTitle: {
84
83
  defaultMessage: string;
85
84
  description: string;
85
+ id: string;
86
86
  };
87
- translateOptionsIconLabel: {
87
+ changeToneOptionsIconLabel: {
88
+ defaultMessage: string;
89
+ description: string;
88
90
  id: string;
91
+ };
92
+ changeToneToolbarDropdownIconTitle: {
89
93
  defaultMessage: string;
90
94
  description: string;
95
+ id: string;
91
96
  };
92
- spellingAndGrammarToolbarDropdownIconTitle: {
97
+ cmdPaletteUnhandledErrorMessage: {
98
+ defaultMessage: string;
99
+ description: string;
93
100
  id: string;
101
+ };
102
+ confluenceChangeToneSelectionToolbarDropdownMenuTitle: {
94
103
  defaultMessage: string;
95
104
  description: string;
105
+ id: string;
96
106
  };
97
- makeLongerToolbarDropdownIconTitle: {
107
+ confluenceRewriteSelectionToolbarDropdownMenuTitle: {
108
+ defaultMessage: string;
109
+ description: string;
98
110
  id: string;
111
+ };
112
+ confluenceTranslateSelectionToolbarDropdownMenuTitle: {
99
113
  defaultMessage: string;
100
114
  description: string;
115
+ id: string;
101
116
  };
102
- makeShorterToolbarDropdownIconTitle: {
117
+ DefineDropdownIconTitle: {
118
+ defaultMessage: string;
119
+ description: string;
103
120
  id: string;
121
+ };
122
+ eventHubfallbackSuggestedTitle: {
104
123
  defaultMessage: string;
105
124
  description: string;
125
+ id: string;
106
126
  };
107
- changeToneToolbarDropdownIconTitle: {
127
+ eventHubfallbackSuggestedTitlePrefix: {
128
+ defaultMessage: string;
129
+ description: string;
108
130
  id: string;
131
+ };
132
+ improveWritingToolbarIconTitle: {
109
133
  defaultMessage: string;
110
134
  description: string;
135
+ id: string;
111
136
  };
112
- changeToneOptionsIconLabel: {
137
+ improveWritingToolbarIconTooltip: {
138
+ defaultMessage: string;
139
+ description: string;
113
140
  id: string;
141
+ };
142
+ makeLongerToolbarDropdownIconTitle: {
114
143
  defaultMessage: string;
115
144
  description: string;
145
+ id: string;
116
146
  };
117
- moreProfessionalToneToolbarDropdownIconTitle: {
147
+ makeShorterToolbarDropdownIconTitle: {
148
+ defaultMessage: string;
149
+ description: string;
118
150
  id: string;
151
+ };
152
+ markdownErrorMessage: {
119
153
  defaultMessage: string;
120
154
  description: string;
155
+ id: string;
121
156
  };
122
157
  moreCasualToneToolbarDropdownIconTitle: {
123
- id: string;
124
158
  defaultMessage: string;
125
159
  description: string;
160
+ id: string;
126
161
  };
127
162
  moreEmpatheticToneToolbarDropdownIconTitle: {
128
- id: string;
129
163
  defaultMessage: string;
130
164
  description: string;
131
- };
132
- adjustLengthToolbarDropdownIconTitle: {
133
165
  id: string;
166
+ };
167
+ moreProfessionalToneToolbarDropdownIconTitle: {
134
168
  defaultMessage: string;
135
169
  description: string;
136
- };
137
- DefineDropdownIconTitle: {
138
170
  id: string;
171
+ };
172
+ moreRovoOptionsMenuLabel: {
139
173
  defaultMessage: string;
140
174
  description: string;
141
- };
142
- atlasGenerateContentConfigItemDescription: {
143
175
  id: string;
176
+ };
177
+ pasteMenuActionsTitle: {
144
178
  defaultMessage: string;
145
179
  description: string;
146
- };
147
- atlasSummarizePageConfigItemDescription: {
148
180
  id: string;
181
+ };
182
+ promptbuilderAriaLabel: {
149
183
  defaultMessage: string;
150
184
  description: string;
151
- };
152
- confluenceChangeToneSelectionToolbarDropdownMenuTitle: {
153
185
  id: string;
186
+ };
187
+ promptBuilderFromButton: {
154
188
  defaultMessage: string;
155
189
  description: string;
156
- };
157
- confluenceRewriteSelectionToolbarDropdownMenuTitle: {
158
190
  id: string;
191
+ };
192
+ simplifiedAIToolbarIconTitle: {
159
193
  defaultMessage: string;
160
194
  description: string;
161
- };
162
- confluenceTranslateSelectionToolbarDropdownMenuTitle: {
163
195
  id: string;
196
+ };
197
+ smartlinkAddDecisions: {
164
198
  defaultMessage: string;
165
199
  description: string;
166
- };
167
- actionItemsPageTitle: {
168
200
  id: string;
201
+ };
202
+ smartlinkAddRelatedWorkItems: {
169
203
  defaultMessage: string;
170
204
  description: string;
171
- };
172
- actionItemsPageDescription: {
173
205
  id: string;
206
+ };
207
+ smartlinkDefineActionItems: {
174
208
  defaultMessage: string;
175
209
  description: string;
176
- };
177
- summarizePageTitle: {
178
210
  id: string;
211
+ };
212
+ smartlinkExtractInsights: {
179
213
  defaultMessage: string;
180
214
  description: string;
181
- };
182
- summarisePageDescription: {
183
215
  id: string;
216
+ };
217
+ smartlinkExtractUserQuotes: {
184
218
  defaultMessage: string;
185
219
  description: string;
186
- };
187
- agentsDropdownTitle: {
188
220
  id: string;
221
+ };
222
+ smartlinkListKeyThemes: {
189
223
  defaultMessage: string;
190
224
  description: string;
191
- };
192
- agentsViewAgentsLabel: {
193
225
  id: string;
226
+ };
227
+ smartlinkListKeyTopics: {
194
228
  defaultMessage: string;
195
229
  description: string;
196
- };
197
- unhandledErrorMessage: {
198
230
  id: string;
231
+ };
232
+ smartlinkListTodos: {
199
233
  defaultMessage: string;
200
234
  description: string;
201
- };
202
- cmdPaletteUnhandledErrorMessage: {
203
235
  id: string;
236
+ };
237
+ smartlinkSummarizeChanges: {
204
238
  defaultMessage: string;
205
239
  description: string;
206
- };
207
- markdownErrorMessage: {
208
240
  id: string;
241
+ };
242
+ spellingAndGrammarToolbarDropdownIconTitle: {
209
243
  defaultMessage: string;
210
244
  description: string;
211
- };
212
- promptbuilderAriaLabel: {
213
245
  id: string;
246
+ };
247
+ summarisePageDescription: {
214
248
  defaultMessage: string;
215
249
  description: string;
216
- };
217
- promptBuilderFromButton: {
218
250
  id: string;
251
+ };
252
+ summarizePageTitle: {
219
253
  defaultMessage: string;
220
254
  description: string;
221
- };
222
- aiSmartButtonDynamicSurfaceSelectedContent: {
223
255
  id: string;
256
+ };
257
+ summarizeToolbarDropdownIconTitle: {
224
258
  defaultMessage: string;
225
259
  description: string;
226
- };
227
- aiRovoTelepointer: {
228
260
  id: string;
261
+ };
262
+ translateOptionsIconLabel: {
229
263
  defaultMessage: string;
230
264
  description: string;
265
+ id: string;
231
266
  };
232
- pasteMenuActionsTitle: {
267
+ translateToolbarDropdownIconTitle: {
268
+ defaultMessage: string;
269
+ description: string;
233
270
  id: string;
271
+ };
272
+ tryAIToolbarIconTitle: {
234
273
  defaultMessage: string;
235
274
  description: string;
275
+ id: string;
236
276
  };
237
- blockMenuNestedMenuTitle: {
277
+ tryAIToolbarIconTooltip: {
278
+ defaultMessage: string;
279
+ description: string;
238
280
  id: string;
281
+ };
282
+ unhandledErrorMessage: {
239
283
  defaultMessage: string;
240
284
  description: string;
285
+ id: string;
241
286
  };
242
287
  };
@@ -1,6 +1,5 @@
1
1
  export { ExtensionNodeWrapper } from './ExtensionNodeWrapper';
2
2
  export { Extension } from './Extension';
3
- export { LegacyContentHeader } from './Extension/LegacyContentHeader';
4
3
  export { default as ExtensionNodeView, ExtensionNode } from './extensionNodeView';
5
4
  export { ExtensionComponent } from './ExtensionComponent';
6
5
  export type { MacroInteractionDesignFeatureFlags, GetPMNodeHeight } from './types';