@atlaskit/editor-common 99.16.0 → 99.16.1
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 +8 -0
- package/dist/cjs/messages/element-insert-side-panel.js +14 -0
- package/dist/cjs/messages/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/type-ahead/messages.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/messages/element-insert-side-panel.js +8 -0
- package/dist/es2019/messages/index.js +1 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/type-ahead/messages.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/messages/element-insert-side-panel.js +8 -0
- package/dist/esm/messages/index.js +1 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/type-ahead/messages.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/messages/element-insert-side-panel.d.ts +7 -0
- package/dist/types/messages/index.d.ts +1 -0
- package/dist/types/type-ahead/messages.d.ts +5 -0
- package/dist/types-ts4.5/messages/element-insert-side-panel.d.ts +7 -0
- package/dist/types-ts4.5/messages/index.d.ts +1 -0
- package/dist/types-ts4.5/type-ahead/messages.d.ts +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 99.16.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#114119](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114119)
|
|
8
|
+
[`32771ea219498`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32771ea219498) -
|
|
9
|
+
[ux] Opens right rail from the QuickInsert menu via context panel plugin's action
|
|
10
|
+
|
|
3
11
|
## 99.16.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.elementInsertSidePanel = void 0;
|
|
7
|
+
var _reactIntlNext = require("react-intl-next");
|
|
8
|
+
var elementInsertSidePanel = exports.elementInsertSidePanel = (0, _reactIntlNext.defineMessages)({
|
|
9
|
+
title: {
|
|
10
|
+
id: 'fabric.editor.elementInsertSidePanel.title',
|
|
11
|
+
defaultMessage: 'Insert',
|
|
12
|
+
description: 'Title of a panel that opens on the side'
|
|
13
|
+
}
|
|
14
|
+
});
|
|
@@ -82,6 +82,12 @@ Object.defineProperty(exports, "dateMessages", {
|
|
|
82
82
|
}
|
|
83
83
|
});
|
|
84
84
|
exports.default = void 0;
|
|
85
|
+
Object.defineProperty(exports, "elementInsertSidePanel", {
|
|
86
|
+
enumerable: true,
|
|
87
|
+
get: function get() {
|
|
88
|
+
return _elementInsertSidePanel.elementInsertSidePanel;
|
|
89
|
+
}
|
|
90
|
+
});
|
|
85
91
|
Object.defineProperty(exports, "findReplaceMessages", {
|
|
86
92
|
enumerable: true,
|
|
87
93
|
get: function get() {
|
|
@@ -247,6 +253,7 @@ var _layout = require("./layout");
|
|
|
247
253
|
var _indentation = require("./indentation");
|
|
248
254
|
var _avatarGroup = require("./avatar-group");
|
|
249
255
|
var _findReplace = require("./find-replace");
|
|
256
|
+
var _elementInsertSidePanel = require("./element-insert-side-panel");
|
|
250
257
|
var _textColor = require("./text-color");
|
|
251
258
|
var _tasksAndDecsisions = require("./tasks-and-decsisions");
|
|
252
259
|
var _placeholderText = require("./placeholder-text");
|
|
@@ -17,7 +17,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
17
17
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
18
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
19
19
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
20
|
-
var packageVersion = "99.16.
|
|
20
|
+
var packageVersion = "99.16.1";
|
|
21
21
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
22
22
|
// Remove URL as it has UGC
|
|
23
23
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -85,5 +85,10 @@ var typeAheadListMessages = exports.typeAheadListMessages = (0, _reactIntlNext.d
|
|
|
85
85
|
id: 'fabric.editor.offlineErrorFallbackDescription',
|
|
86
86
|
defaultMessage: 'Try reloading the page.',
|
|
87
87
|
description: 'description for offline error fallback when mentions are not available'
|
|
88
|
+
},
|
|
89
|
+
viewAllInserts: {
|
|
90
|
+
id: 'fablric.editor.viewAllInserts',
|
|
91
|
+
defaultMessage: 'View all inserts',
|
|
92
|
+
description: 'a text on a button that opens a side panel with a list of all insertable editor elements'
|
|
88
93
|
}
|
|
89
94
|
});
|
|
@@ -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 = "99.16.
|
|
26
|
+
var packageVersion = "99.16.1";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -28,6 +28,7 @@ export { toolbarMessages as layoutMessages } from './layout';
|
|
|
28
28
|
export { messages as indentationMessages } from './indentation';
|
|
29
29
|
export { avatarGroupMessages } from './avatar-group';
|
|
30
30
|
export { findReplaceMessages } from './find-replace';
|
|
31
|
+
export { elementInsertSidePanel } from './element-insert-side-panel';
|
|
31
32
|
export { textColorMessages } from './text-color';
|
|
32
33
|
export { tasksAndDecisionsMessages } from './tasks-and-decsisions';
|
|
33
34
|
export { placeholderTextMessages } from './placeholder-text';
|
|
@@ -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 = "99.16.
|
|
4
|
+
const packageVersion = "99.16.1";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -79,5 +79,10 @@ export const typeAheadListMessages = defineMessages({
|
|
|
79
79
|
id: 'fabric.editor.offlineErrorFallbackDescription',
|
|
80
80
|
defaultMessage: 'Try reloading the page.',
|
|
81
81
|
description: 'description for offline error fallback when mentions are not available'
|
|
82
|
+
},
|
|
83
|
+
viewAllInserts: {
|
|
84
|
+
id: 'fablric.editor.viewAllInserts',
|
|
85
|
+
defaultMessage: 'View all inserts',
|
|
86
|
+
description: 'a text on a button that opens a side panel with a list of all insertable editor elements'
|
|
82
87
|
}
|
|
83
88
|
});
|
|
@@ -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 = "99.16.
|
|
16
|
+
const packageVersion = "99.16.1";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -28,6 +28,7 @@ export { toolbarMessages as layoutMessages } from './layout';
|
|
|
28
28
|
export { messages as indentationMessages } from './indentation';
|
|
29
29
|
export { avatarGroupMessages } from './avatar-group';
|
|
30
30
|
export { findReplaceMessages } from './find-replace';
|
|
31
|
+
export { elementInsertSidePanel } from './element-insert-side-panel';
|
|
31
32
|
export { textColorMessages } from './text-color';
|
|
32
33
|
export { tasksAndDecisionsMessages } from './tasks-and-decsisions';
|
|
33
34
|
export { placeholderTextMessages } from './placeholder-text';
|
|
@@ -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 = "99.16.
|
|
10
|
+
var packageVersion = "99.16.1";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -79,5 +79,10 @@ export var typeAheadListMessages = defineMessages({
|
|
|
79
79
|
id: 'fabric.editor.offlineErrorFallbackDescription',
|
|
80
80
|
defaultMessage: 'Try reloading the page.',
|
|
81
81
|
description: 'description for offline error fallback when mentions are not available'
|
|
82
|
+
},
|
|
83
|
+
viewAllInserts: {
|
|
84
|
+
id: 'fablric.editor.viewAllInserts',
|
|
85
|
+
defaultMessage: 'View all inserts',
|
|
86
|
+
description: 'a text on a button that opens a side panel with a list of all insertable editor elements'
|
|
82
87
|
}
|
|
83
88
|
});
|
|
@@ -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 = "99.16.
|
|
23
|
+
var packageVersion = "99.16.1";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -24,6 +24,7 @@ export { toolbarMessages as layoutMessages } from './layout';
|
|
|
24
24
|
export { messages as indentationMessages } from './indentation';
|
|
25
25
|
export { avatarGroupMessages } from './avatar-group';
|
|
26
26
|
export { findReplaceMessages } from './find-replace';
|
|
27
|
+
export { elementInsertSidePanel } from './element-insert-side-panel';
|
|
27
28
|
export { textColorMessages } from './text-color';
|
|
28
29
|
export { tasksAndDecisionsMessages } from './tasks-and-decsisions';
|
|
29
30
|
export { placeholderTextMessages } from './placeholder-text';
|
|
@@ -24,6 +24,7 @@ export { toolbarMessages as layoutMessages } from './layout';
|
|
|
24
24
|
export { messages as indentationMessages } from './indentation';
|
|
25
25
|
export { avatarGroupMessages } from './avatar-group';
|
|
26
26
|
export { findReplaceMessages } from './find-replace';
|
|
27
|
+
export { elementInsertSidePanel } from './element-insert-side-panel';
|
|
27
28
|
export { textColorMessages } from './text-color';
|
|
28
29
|
export { tasksAndDecisionsMessages } from './tasks-and-decsisions';
|
|
29
30
|
export { placeholderTextMessages } from './placeholder-text';
|
package/package.json
CHANGED