@atlaskit/editor-common 107.22.1 → 107.23.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 +12 -0
- package/dist/cjs/ai-messages/ai-experience-application.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/toolbar/keys.js +2 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/ai-messages/ai-experience-application.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/toolbar/keys.js +2 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/ai-messages/ai-experience-application.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/toolbar/keys.js +2 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/ai-messages/ai-experience-application.d.ts +5 -0
- package/dist/types-ts4.5/ai-messages/ai-experience-application.d.ts +5 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 107.23.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#200753](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/200753)
|
|
8
|
+
[`6188d265cbfbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6188d265cbfbf) -
|
|
9
|
+
[EDITOR-1301] Update discard modal text
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 107.22.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -28,6 +28,11 @@ var aiExperienceApplicationMessages = exports.aiExperienceApplicationMessages =
|
|
|
28
28
|
defaultMessage: 'Do you want to discard your response?',
|
|
29
29
|
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence.'
|
|
30
30
|
},
|
|
31
|
+
discardStreamingInDocumenntMessageResponse: {
|
|
32
|
+
id: 'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse',
|
|
33
|
+
defaultMessage: 'Delete response?',
|
|
34
|
+
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence in the document.'
|
|
35
|
+
},
|
|
31
36
|
loadingTitle: {
|
|
32
37
|
id: 'fabric.editor.ai.experience.loadingTitle',
|
|
33
38
|
defaultMessage: 'Generating',
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
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); }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "107.22.
|
|
19
|
+
var packageVersion = "107.22.1";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// Ignored via go/ees007
|
package/dist/cjs/toolbar/keys.js
CHANGED
|
@@ -253,8 +253,8 @@ var ALIGN_RIGHT_MENU_ITEM = exports.ALIGN_RIGHT_MENU_ITEM = {
|
|
|
253
253
|
};
|
|
254
254
|
|
|
255
255
|
/*
|
|
256
|
-
* Lists and indentation group
|
|
257
|
-
*/
|
|
256
|
+
* Lists and indentation group
|
|
257
|
+
*/
|
|
258
258
|
var LISTS_INDENTATION_GROUP = exports.LISTS_INDENTATION_GROUP = {
|
|
259
259
|
key: 'lists-indentation-group',
|
|
260
260
|
type: 'group'
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "107.22.
|
|
26
|
+
var packageVersion = "107.22.1";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -21,6 +21,11 @@ export const aiExperienceApplicationMessages = defineMessages({
|
|
|
21
21
|
defaultMessage: 'Do you want to discard your response?',
|
|
22
22
|
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence.'
|
|
23
23
|
},
|
|
24
|
+
discardStreamingInDocumenntMessageResponse: {
|
|
25
|
+
id: 'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse',
|
|
26
|
+
defaultMessage: 'Delete response?',
|
|
27
|
+
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence in the document.'
|
|
28
|
+
},
|
|
24
29
|
loadingTitle: {
|
|
25
30
|
id: 'fabric.editor.ai.experience.loadingTitle',
|
|
26
31
|
defaultMessage: 'Generating',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "107.22.
|
|
4
|
+
const packageVersion = "107.22.1";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// Ignored via go/ees007
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "107.22.
|
|
16
|
+
const packageVersion = "107.22.1";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -21,6 +21,11 @@ export var aiExperienceApplicationMessages = defineMessages({
|
|
|
21
21
|
defaultMessage: 'Do you want to discard your response?',
|
|
22
22
|
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence.'
|
|
23
23
|
},
|
|
24
|
+
discardStreamingInDocumenntMessageResponse: {
|
|
25
|
+
id: 'fabric.editor.ai.experience.discardStreamingInDocumenntMessageResponse',
|
|
26
|
+
defaultMessage: 'Delete response?',
|
|
27
|
+
description: 'Message to confirm if the user wants to discard the generated response from Atlassian Intelligence in the document.'
|
|
28
|
+
},
|
|
24
29
|
loadingTitle: {
|
|
25
30
|
id: 'fabric.editor.ai.experience.loadingTitle',
|
|
26
31
|
defaultMessage: 'Generating',
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "107.22.
|
|
10
|
+
var packageVersion = "107.22.1";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// Ignored via go/ees007
|
package/dist/esm/toolbar/keys.js
CHANGED
|
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "107.22.
|
|
23
|
+
var packageVersion = "107.22.1";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -19,6 +19,11 @@ export declare const aiExperienceApplicationMessages: {
|
|
|
19
19
|
defaultMessage: string;
|
|
20
20
|
description: string;
|
|
21
21
|
};
|
|
22
|
+
discardStreamingInDocumenntMessageResponse: {
|
|
23
|
+
id: string;
|
|
24
|
+
defaultMessage: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
22
27
|
loadingTitle: {
|
|
23
28
|
id: string;
|
|
24
29
|
defaultMessage: string;
|
|
@@ -19,6 +19,11 @@ export declare const aiExperienceApplicationMessages: {
|
|
|
19
19
|
defaultMessage: string;
|
|
20
20
|
description: string;
|
|
21
21
|
};
|
|
22
|
+
discardStreamingInDocumenntMessageResponse: {
|
|
23
|
+
id: string;
|
|
24
|
+
defaultMessage: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
22
27
|
loadingTitle: {
|
|
23
28
|
id: string;
|
|
24
29
|
defaultMessage: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "107.
|
|
3
|
+
"version": "107.23.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/"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@atlaskit/editor-toolbar": "^0.2.0",
|
|
145
145
|
"@atlaskit/editor-toolbar-model": "^0.1.0",
|
|
146
146
|
"@atlaskit/emoji": "^69.3.0",
|
|
147
|
-
"@atlaskit/icon": "^27.
|
|
147
|
+
"@atlaskit/icon": "^27.12.0",
|
|
148
148
|
"@atlaskit/icon-object": "^7.2.0",
|
|
149
149
|
"@atlaskit/link": "^3.2.0",
|
|
150
150
|
"@atlaskit/link-datasource": "^4.19.0",
|
|
@@ -164,10 +164,10 @@
|
|
|
164
164
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
165
165
|
"@atlaskit/popper": "^7.1.0",
|
|
166
166
|
"@atlaskit/primitives": "^14.11.0",
|
|
167
|
-
"@atlaskit/profilecard": "^24.
|
|
167
|
+
"@atlaskit/profilecard": "^24.4.0",
|
|
168
168
|
"@atlaskit/react-ufo": "^4.2.0",
|
|
169
169
|
"@atlaskit/section-message": "^8.5.0",
|
|
170
|
-
"@atlaskit/smart-card": "^40.
|
|
170
|
+
"@atlaskit/smart-card": "^40.10.0",
|
|
171
171
|
"@atlaskit/smart-user-picker": "^8.1.0",
|
|
172
172
|
"@atlaskit/spinner": "^19.0.0",
|
|
173
173
|
"@atlaskit/status": "^3.0.0",
|