@atlaskit/editor-common 118.8.0 → 118.9.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 118.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`60e1e4cb2e065`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/60e1e4cb2e065) -
8
+ [ux] Update the Rovo ready bar to show a text Close button before the View button when a View
9
+ action is available. Show the longer Suggested Edits ready message. Gate behind the
10
+ `rovo_ready_bar_ui_update` feature gate.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 118.8.0
4
17
 
5
18
  ### Minor Changes
@@ -311,11 +311,21 @@ var aiSuggestionsMessages = exports.aiSuggestionsMessages = (0, _reactIntl.defin
311
311
  defaultMessage: 'Suggestions ready',
312
312
  description: 'Text shown when the AI has finished reviewing the content'
313
313
  },
314
+ thinkingCompleteReviewCompleteUpdated: {
315
+ id: 'fabric.editor.ai.suggestions.thinkingComplete.reviewCompleteUpdated.non-final',
316
+ defaultMessage: 'Review complete, view your suggestions.',
317
+ description: 'Updated text shown when the AI has finished reviewing the content'
318
+ },
314
319
  thinkingCompleteNoSuggestions: {
315
320
  id: 'fabric.editor.ai.suggestions.thinkingComplete.noSuggestions.non-final',
316
321
  defaultMessage: 'No suggestions found',
317
322
  description: 'Text shown when the AI has finished reviewing the content and no suggestions were found'
318
323
  },
324
+ thinkingCompleteNoSuggestionsUpdated: {
325
+ id: 'fabric.editor.ai.suggestions.thinkingComplete.noSuggestionsUpdated.non-final',
326
+ defaultMessage: 'Review complete. No suggestions found.',
327
+ description: 'Updated text shown when the AI has finished reviewing the content and no suggestions were found'
328
+ },
319
329
  thinkingCompleteViewSuggestions: {
320
330
  id: 'fabric.editor.ai.suggestions.thinkingComplete.viewSuggestions.non-final',
321
331
  defaultMessage: 'View',
@@ -28,7 +28,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
28
28
  var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
29
29
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
30
30
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
31
- var packageVersion = "118.7.0";
31
+ var packageVersion = "118.8.0";
32
32
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
33
33
  // Remove URL as it has UGC
34
34
  // 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 = "118.7.0";
27
+ var packageVersion = "118.8.0";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -305,11 +305,21 @@ export const aiSuggestionsMessages = defineMessages({
305
305
  defaultMessage: 'Suggestions ready',
306
306
  description: 'Text shown when the AI has finished reviewing the content'
307
307
  },
308
+ thinkingCompleteReviewCompleteUpdated: {
309
+ id: 'fabric.editor.ai.suggestions.thinkingComplete.reviewCompleteUpdated.non-final',
310
+ defaultMessage: 'Review complete, view your suggestions.',
311
+ description: 'Updated text shown when the AI has finished reviewing the content'
312
+ },
308
313
  thinkingCompleteNoSuggestions: {
309
314
  id: 'fabric.editor.ai.suggestions.thinkingComplete.noSuggestions.non-final',
310
315
  defaultMessage: 'No suggestions found',
311
316
  description: 'Text shown when the AI has finished reviewing the content and no suggestions were found'
312
317
  },
318
+ thinkingCompleteNoSuggestionsUpdated: {
319
+ id: 'fabric.editor.ai.suggestions.thinkingComplete.noSuggestionsUpdated.non-final',
320
+ defaultMessage: 'Review complete. No suggestions found.',
321
+ description: 'Updated text shown when the AI has finished reviewing the content and no suggestions were found'
322
+ },
313
323
  thinkingCompleteViewSuggestions: {
314
324
  id: 'fabric.editor.ai.suggestions.thinkingComplete.viewSuggestions.non-final',
315
325
  defaultMessage: 'View',
@@ -14,7 +14,7 @@ const NETWORK_FAILURE_REGEX = /^network failure/i;
14
14
  const RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
15
15
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
16
16
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
17
- const packageVersion = "118.7.0";
17
+ const packageVersion = "118.8.0";
18
18
  const sanitiseSentryEvents = (data, _hint) => {
19
19
  // Remove URL as it has UGC
20
20
  // 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 = "118.7.0";
17
+ const packageVersion = "118.8.0";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -305,11 +305,21 @@ export var aiSuggestionsMessages = defineMessages({
305
305
  defaultMessage: 'Suggestions ready',
306
306
  description: 'Text shown when the AI has finished reviewing the content'
307
307
  },
308
+ thinkingCompleteReviewCompleteUpdated: {
309
+ id: 'fabric.editor.ai.suggestions.thinkingComplete.reviewCompleteUpdated.non-final',
310
+ defaultMessage: 'Review complete, view your suggestions.',
311
+ description: 'Updated text shown when the AI has finished reviewing the content'
312
+ },
308
313
  thinkingCompleteNoSuggestions: {
309
314
  id: 'fabric.editor.ai.suggestions.thinkingComplete.noSuggestions.non-final',
310
315
  defaultMessage: 'No suggestions found',
311
316
  description: 'Text shown when the AI has finished reviewing the content and no suggestions were found'
312
317
  },
318
+ thinkingCompleteNoSuggestionsUpdated: {
319
+ id: 'fabric.editor.ai.suggestions.thinkingComplete.noSuggestionsUpdated.non-final',
320
+ defaultMessage: 'Review complete. No suggestions found.',
321
+ description: 'Updated text shown when the AI has finished reviewing the content and no suggestions were found'
322
+ },
313
323
  thinkingCompleteViewSuggestions: {
314
324
  id: 'fabric.editor.ai.suggestions.thinkingComplete.viewSuggestions.non-final',
315
325
  defaultMessage: 'View',
@@ -20,7 +20,7 @@ var NETWORK_FAILURE_REGEX = /^network failure/i;
20
20
  var RESIZE_OBSERVER_LOOP_REGEX = /ResizeObserver loop completed with undelivered notifications/;
21
21
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
22
22
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
23
- var packageVersion = "118.7.0";
23
+ var packageVersion = "118.8.0";
24
24
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
25
25
  // Remove URL as it has UGC
26
26
  // 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 = "118.7.0";
24
+ var packageVersion = "118.8.0";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -254,11 +254,21 @@ export declare const aiSuggestionsMessages: {
254
254
  description: string;
255
255
  id: string;
256
256
  };
257
+ thinkingCompleteNoSuggestionsUpdated: {
258
+ defaultMessage: string;
259
+ description: string;
260
+ id: string;
261
+ };
257
262
  thinkingCompleteReviewComplete: {
258
263
  defaultMessage: string;
259
264
  description: string;
260
265
  id: string;
261
266
  };
267
+ thinkingCompleteReviewCompleteUpdated: {
268
+ defaultMessage: string;
269
+ description: string;
270
+ id: string;
271
+ };
262
272
  thinkingCompleteViewSuggestions: {
263
273
  defaultMessage: string;
264
274
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "118.8.0",
3
+ "version": "118.9.0",
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/"