@atlaskit/editor-common 112.13.4 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 112.13.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`546c399f5932a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/546c399f5932a) -
8
+ smartlink toolbar - added action items for links
9
+
3
10
  ## 112.13.4
4
11
 
5
12
  ### Patch Changes
@@ -257,5 +257,51 @@ var aiMessages = exports.aiMessages = (0, _reactIntlNext.defineMessages)({
257
257
  id: 'fabric.editor.ai.config.item.blockMenuNestedMenu.title',
258
258
  defaultMessage: 'View more actions',
259
259
  description: 'Title for the nested menu in the block menu'
260
+ },
261
+ // Smartlink action messages
262
+ smartlinkListKeyTopics: {
263
+ id: 'fabric.editor.ai.smartlink.action.listKeyTopics',
264
+ defaultMessage: 'List key topics',
265
+ description: 'Action to list key topics from the linked content'
266
+ },
267
+ smartlinkListKeyThemes: {
268
+ id: 'fabric.editor.ai.smartlink.action.listKeyThemes',
269
+ defaultMessage: 'List key themes',
270
+ description: 'Action to list key themes from the linked content'
271
+ },
272
+ smartlinkExtractInsights: {
273
+ id: 'fabric.editor.ai.smartlink.action.extractInsights',
274
+ defaultMessage: 'Extract insights',
275
+ description: 'Action to extract insights from the linked content'
276
+ },
277
+ smartlinkExtractUserQuotes: {
278
+ id: 'fabric.editor.ai.smartlink.action.extractUserQuotes',
279
+ defaultMessage: 'Extract user quotes',
280
+ description: 'Action to extract user quotes from the linked content'
281
+ },
282
+ smartlinkAddDecisions: {
283
+ id: 'fabric.editor.ai.smartlink.action.addDecisions',
284
+ defaultMessage: 'Add decisions',
285
+ description: 'Action to add decisions from the linked content'
286
+ },
287
+ smartlinkDefineActionItems: {
288
+ id: 'fabric.editor.ai.smartlink.action.defineActionItems',
289
+ defaultMessage: 'Define action items',
290
+ description: 'Action to define action items from the linked content'
291
+ },
292
+ smartlinkSummarizeChanges: {
293
+ id: 'fabric.editor.ai.smartlink.action.summarizeChanges',
294
+ defaultMessage: 'Summarize changes',
295
+ description: 'Action to summarize changes in the linked content'
296
+ },
297
+ smartlinkAddRelatedWorkItems: {
298
+ id: 'fabric.editor.ai.smartlink.action.addRelatedWorkItems',
299
+ defaultMessage: 'Add related work items',
300
+ description: 'Action to add related work items from the linked content'
301
+ },
302
+ smartlinkListTodos: {
303
+ id: 'fabric.editor.ai.smartlink.action.listTodos',
304
+ defaultMessage: 'List to-dos',
305
+ description: 'Action to list to-dos from the linked content'
260
306
  }
261
307
  });
@@ -19,7 +19,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
19
19
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
20
20
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
21
21
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
22
- var packageVersion = "112.13.3";
22
+ var packageVersion = "0.0.0-development";
23
23
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
24
24
  // Remove URL as it has UGC
25
25
  // Ignored via go/ees007
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
24
24
  * @jsx jsx
25
25
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "112.13.3";
27
+ var packageVersion = "0.0.0-development";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -251,5 +251,51 @@ export const aiMessages = defineMessages({
251
251
  id: 'fabric.editor.ai.config.item.blockMenuNestedMenu.title',
252
252
  defaultMessage: 'View more actions',
253
253
  description: 'Title for the nested menu in the block menu'
254
+ },
255
+ // Smartlink action messages
256
+ smartlinkListKeyTopics: {
257
+ id: 'fabric.editor.ai.smartlink.action.listKeyTopics',
258
+ defaultMessage: 'List key topics',
259
+ description: 'Action to list key topics from the linked content'
260
+ },
261
+ smartlinkListKeyThemes: {
262
+ id: 'fabric.editor.ai.smartlink.action.listKeyThemes',
263
+ defaultMessage: 'List key themes',
264
+ description: 'Action to list key themes from the linked content'
265
+ },
266
+ smartlinkExtractInsights: {
267
+ id: 'fabric.editor.ai.smartlink.action.extractInsights',
268
+ defaultMessage: 'Extract insights',
269
+ description: 'Action to extract insights from the linked content'
270
+ },
271
+ smartlinkExtractUserQuotes: {
272
+ id: 'fabric.editor.ai.smartlink.action.extractUserQuotes',
273
+ defaultMessage: 'Extract user quotes',
274
+ description: 'Action to extract user quotes from the linked content'
275
+ },
276
+ smartlinkAddDecisions: {
277
+ id: 'fabric.editor.ai.smartlink.action.addDecisions',
278
+ defaultMessage: 'Add decisions',
279
+ description: 'Action to add decisions from the linked content'
280
+ },
281
+ smartlinkDefineActionItems: {
282
+ id: 'fabric.editor.ai.smartlink.action.defineActionItems',
283
+ defaultMessage: 'Define action items',
284
+ description: 'Action to define action items from the linked content'
285
+ },
286
+ smartlinkSummarizeChanges: {
287
+ id: 'fabric.editor.ai.smartlink.action.summarizeChanges',
288
+ defaultMessage: 'Summarize changes',
289
+ description: 'Action to summarize changes in the linked content'
290
+ },
291
+ smartlinkAddRelatedWorkItems: {
292
+ id: 'fabric.editor.ai.smartlink.action.addRelatedWorkItems',
293
+ defaultMessage: 'Add related work items',
294
+ description: 'Action to add related work items from the linked content'
295
+ },
296
+ smartlinkListTodos: {
297
+ id: 'fabric.editor.ai.smartlink.action.listTodos',
298
+ defaultMessage: 'List to-dos',
299
+ description: 'Action to list to-dos from the linked content'
254
300
  }
255
301
  });
@@ -4,7 +4,7 @@ import { isFedRamp } from './environment';
4
4
  import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
5
5
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
6
6
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
7
- const packageVersion = "112.13.3";
7
+ const packageVersion = "0.0.0-development";
8
8
  const sanitiseSentryEvents = (data, _hint) => {
9
9
  // Remove URL as it has UGC
10
10
  // Ignored via go/ees007
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
14
14
  import { fg } from '@atlaskit/platform-feature-flags';
15
15
  import Layer from '../Layer';
16
16
  const packageName = "@atlaskit/editor-common";
17
- const packageVersion = "112.13.3";
17
+ const packageVersion = "0.0.0-development";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -251,5 +251,51 @@ export var aiMessages = defineMessages({
251
251
  id: 'fabric.editor.ai.config.item.blockMenuNestedMenu.title',
252
252
  defaultMessage: 'View more actions',
253
253
  description: 'Title for the nested menu in the block menu'
254
+ },
255
+ // Smartlink action messages
256
+ smartlinkListKeyTopics: {
257
+ id: 'fabric.editor.ai.smartlink.action.listKeyTopics',
258
+ defaultMessage: 'List key topics',
259
+ description: 'Action to list key topics from the linked content'
260
+ },
261
+ smartlinkListKeyThemes: {
262
+ id: 'fabric.editor.ai.smartlink.action.listKeyThemes',
263
+ defaultMessage: 'List key themes',
264
+ description: 'Action to list key themes from the linked content'
265
+ },
266
+ smartlinkExtractInsights: {
267
+ id: 'fabric.editor.ai.smartlink.action.extractInsights',
268
+ defaultMessage: 'Extract insights',
269
+ description: 'Action to extract insights from the linked content'
270
+ },
271
+ smartlinkExtractUserQuotes: {
272
+ id: 'fabric.editor.ai.smartlink.action.extractUserQuotes',
273
+ defaultMessage: 'Extract user quotes',
274
+ description: 'Action to extract user quotes from the linked content'
275
+ },
276
+ smartlinkAddDecisions: {
277
+ id: 'fabric.editor.ai.smartlink.action.addDecisions',
278
+ defaultMessage: 'Add decisions',
279
+ description: 'Action to add decisions from the linked content'
280
+ },
281
+ smartlinkDefineActionItems: {
282
+ id: 'fabric.editor.ai.smartlink.action.defineActionItems',
283
+ defaultMessage: 'Define action items',
284
+ description: 'Action to define action items from the linked content'
285
+ },
286
+ smartlinkSummarizeChanges: {
287
+ id: 'fabric.editor.ai.smartlink.action.summarizeChanges',
288
+ defaultMessage: 'Summarize changes',
289
+ description: 'Action to summarize changes in the linked content'
290
+ },
291
+ smartlinkAddRelatedWorkItems: {
292
+ id: 'fabric.editor.ai.smartlink.action.addRelatedWorkItems',
293
+ defaultMessage: 'Add related work items',
294
+ description: 'Action to add related work items from the linked content'
295
+ },
296
+ smartlinkListTodos: {
297
+ id: 'fabric.editor.ai.smartlink.action.listTodos',
298
+ defaultMessage: 'List to-dos',
299
+ description: 'Action to list to-dos from the linked content'
254
300
  }
255
301
  });
@@ -10,7 +10,7 @@ import { isFedRamp } from './environment';
10
10
  import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
11
11
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
12
12
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
13
- var packageVersion = "112.13.3";
13
+ var packageVersion = "0.0.0-development";
14
14
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
15
15
  // Remove URL as it has UGC
16
16
  // Ignored via go/ees007
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
21
21
  import { fg } from '@atlaskit/platform-feature-flags';
22
22
  import Layer from '../Layer';
23
23
  var packageName = "@atlaskit/editor-common";
24
- var packageVersion = "112.13.3";
24
+ var packageVersion = "0.0.0-development";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -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,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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "112.13.4",
3
+ "version": "112.13.5",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"