@atlaskit/editor-common 107.23.3 → 107.24.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 +8 -0
- package/UNSAFE_do_not_use_editor_context/package.json +1 -1
- package/ai-messages/package.json +1 -1
- package/analytics/package.json +1 -1
- package/annotation/package.json +1 -1
- package/browser/package.json +1 -1
- package/card/package.json +1 -1
- package/clipboard/package.json +1 -1
- package/code-block/package.json +1 -1
- package/collab/package.json +1 -1
- package/commands/package.json +1 -1
- package/constants/package.json +1 -1
- package/copy-button/package.json +1 -1
- package/core-utils/package.json +1 -1
- package/count-nodes/package.json +1 -1
- package/dist/cjs/messages/annotation.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/messages/annotation.js +7 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/messages/annotation.js +7 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/messages/annotation.d.ts +5 -0
- package/dist/types-ts4.5/messages/annotation.d.ts +5 -0
- package/doc-utils/package.json +1 -1
- package/editor-analytics/package.json +1 -1
- package/element-browser/package.json +1 -1
- package/emoji/package.json +1 -1
- package/error-boundary/package.json +1 -1
- package/error-reporter/package.json +1 -1
- package/event-dispatcher/package.json +1 -1
- package/expand/package.json +1 -1
- package/extensibility/package.json +1 -1
- package/extensions/package.json +1 -1
- package/floating-toolbar/package.json +1 -1
- package/get-dom-ref-from-selection/package.json +1 -1
- package/guideline/package.json +1 -1
- package/hooks/package.json +1 -1
- package/i18n/package.json +1 -1
- package/icons/package.json +1 -1
- package/indentation/package.json +1 -1
- package/insert/package.json +1 -1
- package/intl-error-boundary/package.json +1 -1
- package/is-performance-api-available/package.json +1 -1
- package/keymaps/package.json +1 -1
- package/lazy-node-view/package.json +1 -1
- package/legacy-rank-plugins/package.json +1 -1
- package/link/package.json +1 -1
- package/lists/package.json +1 -1
- package/mark/package.json +1 -1
- package/media/package.json +1 -1
- package/media-inline/package.json +1 -1
- package/media-single/package.json +1 -1
- package/median/package.json +1 -1
- package/mention/package.json +1 -1
- package/messages/package.json +1 -1
- package/monitoring/package.json +1 -1
- package/ncs-step-metrics/package.json +1 -1
- package/nesting/package.json +1 -1
- package/node-visibility/package.json +1 -1
- package/node-width/package.json +1 -1
- package/normalize-feature-flags/package.json +1 -1
- package/package.json +2 -2
- package/panel/package.json +1 -1
- package/paste/package.json +1 -1
- package/performance/measure-render/package.json +1 -1
- package/performance/measure-tti/package.json +1 -1
- package/performance/navigation/package.json +1 -1
- package/performance-measures/package.json +1 -1
- package/portal/package.json +1 -1
- package/preset/package.json +1 -1
- package/process-raw-value/package.json +1 -1
- package/prosemirror-dom-metadata/package.json +1 -1
- package/provider-factory/package.json +1 -1
- package/provider-helpers/package.json +1 -1
- package/quick-insert/package.json +1 -1
- package/react-node-view/package.json +1 -1
- package/resizer/package.json +1 -1
- package/safe-plugin/package.json +1 -1
- package/selection/package.json +1 -1
- package/selection-based-node-view/package.json +1 -1
- package/styles/package.json +1 -1
- package/table/package.json +1 -1
- package/toolbar/package.json +1 -1
- package/toolbar-flag-check/package.json +1 -1
- package/transforms/package.json +1 -1
- package/type-ahead/package.json +1 -1
- package/types/package.json +1 -1
- package/ugc-tokens/package.json +1 -1
- package/ui/package.json +1 -1
- package/ui-color/package.json +1 -1
- package/ui-menu/package.json +1 -1
- package/ui-react/package.json +1 -1
- package/use-component-render-tracking/package.json +1 -1
- package/use-plugin-state-effect/package.json +1 -1
- package/use-shared-plugin-state-selector/package.json +1 -1
- package/user-preferences/package.json +1 -1
- package/utils/analytics/package.json +1 -1
- package/utils/document/package.json +1 -1
- package/utils/package.json +1 -1
- package/validator/package.json +1 -1
- package/whitespace/package.json +1 -1
- package/with-plugin-state/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 107.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5b6e41650fd59`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5b6e41650fd59) -
|
|
8
|
+
[ux] Introduce messages to be used in conjuction with the changes made in
|
|
9
|
+
@atlaskit/editor-plugin-annotation 3.3.2
|
|
10
|
+
|
|
3
11
|
## 107.23.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/ai-messages/package.json
CHANGED
package/analytics/package.json
CHANGED
package/annotation/package.json
CHANGED
package/browser/package.json
CHANGED
package/card/package.json
CHANGED
package/clipboard/package.json
CHANGED
package/code-block/package.json
CHANGED
package/collab/package.json
CHANGED
package/commands/package.json
CHANGED
package/constants/package.json
CHANGED
package/copy-button/package.json
CHANGED
package/core-utils/package.json
CHANGED
package/count-nodes/package.json
CHANGED
|
@@ -24,6 +24,13 @@ var annotationMessages = exports.annotationMessages = (0, _reactIntlNext.defineM
|
|
|
24
24
|
defaultMessage: 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
25
25
|
description: 'Error message to communicate to the user they can only do the current action in certain contexts'
|
|
26
26
|
},
|
|
27
|
+
// Duplicated by Confluence's
|
|
28
|
+
// highlight-actions.inline-comments.comment.no.permission
|
|
29
|
+
noPermissionToAddComment: {
|
|
30
|
+
id: 'fabric.editor.noPermissionToAddComment',
|
|
31
|
+
defaultMessage: '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
32
|
+
description: 'Tooltip for when the user does not have permission to add inline comments'
|
|
33
|
+
},
|
|
27
34
|
toolbar: {
|
|
28
35
|
id: 'fabric.editor.annotationToolbar',
|
|
29
36
|
defaultMessage: 'Annotation toolbar',
|
|
@@ -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.23.
|
|
19
|
+
var packageVersion = "107.23.3";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// Ignored via go/ees007
|
|
@@ -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.23.
|
|
26
|
+
var packageVersion = "107.23.3";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -18,6 +18,13 @@ export const annotationMessages = defineMessages({
|
|
|
18
18
|
defaultMessage: 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
19
19
|
description: 'Error message to communicate to the user they can only do the current action in certain contexts'
|
|
20
20
|
},
|
|
21
|
+
// Duplicated by Confluence's
|
|
22
|
+
// highlight-actions.inline-comments.comment.no.permission
|
|
23
|
+
noPermissionToAddComment: {
|
|
24
|
+
id: 'fabric.editor.noPermissionToAddComment',
|
|
25
|
+
defaultMessage: '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
26
|
+
description: 'Tooltip for when the user does not have permission to add inline comments'
|
|
27
|
+
},
|
|
21
28
|
toolbar: {
|
|
22
29
|
id: 'fabric.editor.annotationToolbar',
|
|
23
30
|
defaultMessage: 'Annotation toolbar',
|
|
@@ -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.23.
|
|
4
|
+
const packageVersion = "107.23.3";
|
|
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.23.
|
|
16
|
+
const packageVersion = "107.23.3";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -18,6 +18,13 @@ export var annotationMessages = defineMessages({
|
|
|
18
18
|
defaultMessage: 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
19
19
|
description: 'Error message to communicate to the user they can only do the current action in certain contexts'
|
|
20
20
|
},
|
|
21
|
+
// Duplicated by Confluence's
|
|
22
|
+
// highlight-actions.inline-comments.comment.no.permission
|
|
23
|
+
noPermissionToAddComment: {
|
|
24
|
+
id: 'fabric.editor.noPermissionToAddComment',
|
|
25
|
+
defaultMessage: '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
26
|
+
description: 'Tooltip for when the user does not have permission to add inline comments'
|
|
27
|
+
},
|
|
21
28
|
toolbar: {
|
|
22
29
|
id: 'fabric.editor.annotationToolbar',
|
|
23
30
|
defaultMessage: 'Annotation toolbar',
|
|
@@ -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.23.
|
|
10
|
+
var packageVersion = "107.23.3";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// Ignored via go/ees007
|
|
@@ -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.23.
|
|
23
|
+
var packageVersion = "107.23.3";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -14,6 +14,11 @@ export declare const annotationMessages: {
|
|
|
14
14
|
defaultMessage: string;
|
|
15
15
|
description: string;
|
|
16
16
|
};
|
|
17
|
+
noPermissionToAddComment: {
|
|
18
|
+
id: string;
|
|
19
|
+
defaultMessage: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
17
22
|
toolbar: {
|
|
18
23
|
id: string;
|
|
19
24
|
defaultMessage: string;
|
|
@@ -14,6 +14,11 @@ export declare const annotationMessages: {
|
|
|
14
14
|
defaultMessage: string;
|
|
15
15
|
description: string;
|
|
16
16
|
};
|
|
17
|
+
noPermissionToAddComment: {
|
|
18
|
+
id: string;
|
|
19
|
+
defaultMessage: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
17
22
|
toolbar: {
|
|
18
23
|
id: string;
|
|
19
24
|
defaultMessage: string;
|
package/doc-utils/package.json
CHANGED
package/emoji/package.json
CHANGED
package/expand/package.json
CHANGED
package/extensions/package.json
CHANGED
package/guideline/package.json
CHANGED
package/hooks/package.json
CHANGED
package/i18n/package.json
CHANGED
package/icons/package.json
CHANGED
package/indentation/package.json
CHANGED
package/insert/package.json
CHANGED
package/keymaps/package.json
CHANGED
package/link/package.json
CHANGED
package/lists/package.json
CHANGED
package/mark/package.json
CHANGED
package/media/package.json
CHANGED
package/median/package.json
CHANGED
package/mention/package.json
CHANGED
package/messages/package.json
CHANGED