@atlaskit/editor-common 116.11.1 → 116.12.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 +11 -0
- package/dist/cjs/ai-messages/ai-suggestions.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/ai-messages/ai-suggestions.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/ai-messages/ai-suggestions.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/ai-messages/ai-suggestions.d.ts +5 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 116.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2c4d58951fcb7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c4d58951fcb7) -
|
|
8
|
+
[ux] add Labs lozenge to suggested edits card footer and sidebar pill
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 116.11.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -76,6 +76,11 @@ var aiSuggestionsMessages = exports.aiSuggestionsMessages = (0, _reactIntl.defin
|
|
|
76
76
|
defaultMessage: '{count} suggestions',
|
|
77
77
|
description: 'Tooltip text for the suggestion icon button when there are multiple AI suggestions'
|
|
78
78
|
},
|
|
79
|
+
labsLozengeLabel: {
|
|
80
|
+
id: 'fabric.editor.ai.suggestions.labsLozengeLabel.non-final',
|
|
81
|
+
defaultMessage: 'Labs',
|
|
82
|
+
description: 'Label for the Labs lozenge shown on AI suggestion cards and sidebar tabs'
|
|
83
|
+
},
|
|
79
84
|
originalViewLabel: {
|
|
80
85
|
id: 'fabric.editor.ai.suggestions.stagingArea.originalViewLabel.non-final',
|
|
81
86
|
defaultMessage: 'Original • View only',
|
|
@@ -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 = "116.11.
|
|
31
|
+
var packageVersion = "116.11.1";
|
|
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 = "116.11.
|
|
27
|
+
var packageVersion = "116.11.1";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -70,6 +70,11 @@ export const aiSuggestionsMessages = defineMessages({
|
|
|
70
70
|
defaultMessage: '{count} suggestions',
|
|
71
71
|
description: 'Tooltip text for the suggestion icon button when there are multiple AI suggestions'
|
|
72
72
|
},
|
|
73
|
+
labsLozengeLabel: {
|
|
74
|
+
id: 'fabric.editor.ai.suggestions.labsLozengeLabel.non-final',
|
|
75
|
+
defaultMessage: 'Labs',
|
|
76
|
+
description: 'Label for the Labs lozenge shown on AI suggestion cards and sidebar tabs'
|
|
77
|
+
},
|
|
73
78
|
originalViewLabel: {
|
|
74
79
|
id: 'fabric.editor.ai.suggestions.stagingArea.originalViewLabel.non-final',
|
|
75
80
|
defaultMessage: 'Original • View only',
|
|
@@ -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 = "116.11.
|
|
17
|
+
const packageVersion = "116.11.1";
|
|
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 = "116.11.
|
|
17
|
+
const packageVersion = "116.11.1";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
const fadeIn = keyframes({
|
|
@@ -70,6 +70,11 @@ export var aiSuggestionsMessages = defineMessages({
|
|
|
70
70
|
defaultMessage: '{count} suggestions',
|
|
71
71
|
description: 'Tooltip text for the suggestion icon button when there are multiple AI suggestions'
|
|
72
72
|
},
|
|
73
|
+
labsLozengeLabel: {
|
|
74
|
+
id: 'fabric.editor.ai.suggestions.labsLozengeLabel.non-final',
|
|
75
|
+
defaultMessage: 'Labs',
|
|
76
|
+
description: 'Label for the Labs lozenge shown on AI suggestion cards and sidebar tabs'
|
|
77
|
+
},
|
|
73
78
|
originalViewLabel: {
|
|
74
79
|
id: 'fabric.editor.ai.suggestions.stagingArea.originalViewLabel.non-final',
|
|
75
80
|
defaultMessage: 'Original • View only',
|
|
@@ -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 = "116.11.
|
|
23
|
+
var packageVersion = "116.11.1";
|
|
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 = "116.11.
|
|
24
|
+
var packageVersion = "116.11.1";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -109,6 +109,11 @@ export declare const aiSuggestionsMessages: {
|
|
|
109
109
|
description: string;
|
|
110
110
|
id: string;
|
|
111
111
|
};
|
|
112
|
+
labsLozengeLabel: {
|
|
113
|
+
defaultMessage: string;
|
|
114
|
+
description: string;
|
|
115
|
+
id: string;
|
|
116
|
+
};
|
|
112
117
|
originalViewLabel: {
|
|
113
118
|
defaultMessage: string;
|
|
114
119
|
description: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "116.
|
|
3
|
+
"version": "116.12.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/"
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"@atlaskit/editor-tables": "^3.0.0",
|
|
50
50
|
"@atlaskit/editor-toolbar": "^2.0.0",
|
|
51
51
|
"@atlaskit/editor-toolbar-model": "^1.0.0",
|
|
52
|
-
"@atlaskit/emoji": "^71.
|
|
52
|
+
"@atlaskit/emoji": "^71.5.0",
|
|
53
53
|
"@atlaskit/icon": "^36.0.0",
|
|
54
54
|
"@atlaskit/link": "^4.0.0",
|
|
55
55
|
"@atlaskit/link-datasource": "^6.0.0",
|
|
56
|
-
"@atlaskit/link-picker": "^6.
|
|
56
|
+
"@atlaskit/link-picker": "^6.1.0",
|
|
57
57
|
"@atlaskit/media-card": "^81.1.0",
|
|
58
58
|
"@atlaskit/media-client": "^37.1.0",
|
|
59
59
|
"@atlaskit/media-client-react": "^6.0.0",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
70
70
|
"@atlaskit/platform-feature-flags-react": "^1.0.0",
|
|
71
71
|
"@atlaskit/primitives": "^20.0.0",
|
|
72
|
-
"@atlaskit/profilecard": "^26.
|
|
72
|
+
"@atlaskit/profilecard": "^26.2.0",
|
|
73
73
|
"@atlaskit/prosemirror-history": "^1.0.0",
|
|
74
|
-
"@atlaskit/react-ufo": "^7.
|
|
74
|
+
"@atlaskit/react-ufo": "^7.2.0",
|
|
75
75
|
"@atlaskit/section-message": "^9.1.0",
|
|
76
76
|
"@atlaskit/smart-card": "^45.3.0",
|
|
77
77
|
"@atlaskit/smart-user-picker": "^11.0.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@atlaskit/task-decision": "^21.2.0",
|
|
80
80
|
"@atlaskit/teams-app-config": "^2.0.0",
|
|
81
81
|
"@atlaskit/textfield": "^9.0.0",
|
|
82
|
-
"@atlaskit/tmp-editor-statsig": "^111.
|
|
82
|
+
"@atlaskit/tmp-editor-statsig": "^111.1.0",
|
|
83
83
|
"@atlaskit/tokens": "^15.0.0",
|
|
84
84
|
"@atlaskit/tooltip": "^23.0.0",
|
|
85
85
|
"@atlaskit/width-detector": "^6.0.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@atlaskit/media-core": "^38.0.0",
|
|
124
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
124
|
+
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
125
125
|
"@testing-library/dom": "^10.1.0",
|
|
126
126
|
"@testing-library/jest-dom": "^6.4.5",
|
|
127
127
|
"@testing-library/react": "^16.3.0",
|