@atlaskit/editor-common 114.38.0 → 114.40.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 +19 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +2 -1
- package/dist/cjs/messages/layout.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +6 -1
- package/dist/es2019/messages/layout.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +2 -1
- package/dist/esm/messages/layout.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/node-events.d.ts +6 -1
- package/dist/types/messages/layout.d.ts +16 -11
- package/dist/types-ts4.5/analytics/types/node-events.d.ts +6 -1
- package/dist/types-ts4.5/messages/layout.d.ts +16 -11
- package/package.json +8 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 114.40.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b64fa35219339`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b64fa35219339) -
|
|
8
|
+
Wrap updateParameters change in confluence_frontend_native_tabs_extension feature gate
|
|
9
|
+
|
|
10
|
+
## 114.39.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`6d95dce3d9a86`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d95dce3d9a86) -
|
|
15
|
+
Add deleteLayoutColumn command to editor-plugin-layout with proportional width redistribution and
|
|
16
|
+
analytics tracking (EDITOR-6669)
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 114.38.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -8,6 +8,7 @@ exports.useMultiBodiedExtensionActions = void 0;
|
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _react = _interopRequireDefault(require("react"));
|
|
10
10
|
var _state = require("@atlaskit/editor-prosemirror/state");
|
|
11
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
11
12
|
var _analytics = require("../../analytics");
|
|
12
13
|
var _utils = require("./utils");
|
|
13
14
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -121,7 +122,7 @@ var useMultiBodiedExtensionActions = exports.useMultiBodiedExtensionActions = fu
|
|
|
121
122
|
// and only updating the parameters coming in from the user
|
|
122
123
|
// parameters will contain only macroParams information
|
|
123
124
|
var updatedParameters = _objectSpread(_objectSpread({}, node.attrs), {}, {
|
|
124
|
-
parameters: _objectSpread(_objectSpread({}, node.attrs.parameters), {}, {
|
|
125
|
+
parameters: _objectSpread(_objectSpread({}, node.attrs.parameters), (0, _platformFeatureFlags.fg)('confluence_frontend_native_tabs_extension') ? _objectSpread({}, parameters) : {
|
|
125
126
|
macroParams: parameters
|
|
126
127
|
})
|
|
127
128
|
});
|
|
@@ -130,5 +130,10 @@ var toolbarMessages = exports.toolbarMessages = (0, _reactIntl.defineMessages)({
|
|
|
130
130
|
id: 'fabric.editor.layout.alignColumnBottom',
|
|
131
131
|
defaultMessage: 'Bottom',
|
|
132
132
|
description: 'The text is shown as a label for an option that aligns layout column content to the bottom.'
|
|
133
|
+
},
|
|
134
|
+
deleteColumn: {
|
|
135
|
+
id: 'fabric.editor.layout.deleteColumn',
|
|
136
|
+
defaultMessage: 'Delete column',
|
|
137
|
+
description: 'The text is shown as a label for an option that deletes the selected layout column and its content.'
|
|
133
138
|
}
|
|
134
139
|
});
|
|
@@ -19,7 +19,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
19
19
|
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); }
|
|
20
20
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
21
21
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
22
|
-
var packageVersion = "114.
|
|
22
|
+
var packageVersion = "114.39.0";
|
|
23
23
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
24
24
|
// Remove URL as it has UGC
|
|
25
25
|
// 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 = "114.
|
|
27
|
+
var packageVersion = "114.39.0";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TextSelection } from '@atlaskit/editor-prosemirror/state';
|
|
3
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
3
4
|
import { ACTION } from '../../analytics';
|
|
4
5
|
import { sendMBEAnalyticsEvent } from './utils';
|
|
5
6
|
export const useMultiBodiedExtensionActions = ({
|
|
@@ -123,7 +124,11 @@ export const useMultiBodiedExtensionActions = ({
|
|
|
123
124
|
...node.attrs,
|
|
124
125
|
parameters: {
|
|
125
126
|
...node.attrs.parameters,
|
|
126
|
-
|
|
127
|
+
...(fg('confluence_frontend_native_tabs_extension') ? {
|
|
128
|
+
...parameters
|
|
129
|
+
} : {
|
|
130
|
+
macroParams: parameters
|
|
131
|
+
})
|
|
127
132
|
}
|
|
128
133
|
};
|
|
129
134
|
const tr = state.tr.setNodeMarkup(pos, null, updatedParameters);
|
|
@@ -124,5 +124,10 @@ export const toolbarMessages = defineMessages({
|
|
|
124
124
|
id: 'fabric.editor.layout.alignColumnBottom',
|
|
125
125
|
defaultMessage: 'Bottom',
|
|
126
126
|
description: 'The text is shown as a label for an option that aligns layout column content to the bottom.'
|
|
127
|
+
},
|
|
128
|
+
deleteColumn: {
|
|
129
|
+
id: 'fabric.editor.layout.deleteColumn',
|
|
130
|
+
defaultMessage: 'Delete column',
|
|
131
|
+
description: 'The text is shown as a label for an option that deletes the selected layout column and its content.'
|
|
127
132
|
}
|
|
128
133
|
});
|
|
@@ -4,7 +4,7 @@ import { isFedRamp } from './environment';
|
|
|
4
4
|
import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
|
|
5
5
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
6
6
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
7
|
-
const packageVersion = "114.
|
|
7
|
+
const packageVersion = "114.39.0";
|
|
8
8
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
9
9
|
// Remove URL as it has UGC
|
|
10
10
|
// 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 = "114.
|
|
17
|
+
const packageVersion = "114.39.0";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
const fadeIn = keyframes({
|
|
@@ -3,6 +3,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { TextSelection } from '@atlaskit/editor-prosemirror/state';
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
7
|
import { ACTION } from '../../analytics';
|
|
7
8
|
import { sendMBEAnalyticsEvent } from './utils';
|
|
8
9
|
export var useMultiBodiedExtensionActions = function useMultiBodiedExtensionActions(_ref) {
|
|
@@ -114,7 +115,7 @@ export var useMultiBodiedExtensionActions = function useMultiBodiedExtensionActi
|
|
|
114
115
|
// and only updating the parameters coming in from the user
|
|
115
116
|
// parameters will contain only macroParams information
|
|
116
117
|
var updatedParameters = _objectSpread(_objectSpread({}, node.attrs), {}, {
|
|
117
|
-
parameters: _objectSpread(_objectSpread({}, node.attrs.parameters), {}, {
|
|
118
|
+
parameters: _objectSpread(_objectSpread({}, node.attrs.parameters), fg('confluence_frontend_native_tabs_extension') ? _objectSpread({}, parameters) : {
|
|
118
119
|
macroParams: parameters
|
|
119
120
|
})
|
|
120
121
|
});
|
|
@@ -124,5 +124,10 @@ export var toolbarMessages = defineMessages({
|
|
|
124
124
|
id: 'fabric.editor.layout.alignColumnBottom',
|
|
125
125
|
defaultMessage: 'Bottom',
|
|
126
126
|
description: 'The text is shown as a label for an option that aligns layout column content to the bottom.'
|
|
127
|
+
},
|
|
128
|
+
deleteColumn: {
|
|
129
|
+
id: 'fabric.editor.layout.deleteColumn',
|
|
130
|
+
defaultMessage: 'Delete column',
|
|
131
|
+
description: 'The text is shown as a label for an option that deletes the selected layout column and its content.'
|
|
127
132
|
}
|
|
128
133
|
});
|
|
@@ -10,7 +10,7 @@ import { isFedRamp } from './environment';
|
|
|
10
10
|
import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
|
|
11
11
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
12
12
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
13
|
-
var packageVersion = "114.
|
|
13
|
+
var packageVersion = "114.39.0";
|
|
14
14
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
15
15
|
// Remove URL as it has UGC
|
|
16
16
|
// 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 = "114.
|
|
24
|
+
var packageVersion = "114.39.0";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -54,6 +54,11 @@ type DeletedLayoutAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.LAYOUT, undefine
|
|
|
54
54
|
inputMethod?: INPUT_METHOD.FLOATING_TB | INPUT_METHOD.TOOLBAR;
|
|
55
55
|
layout?: LAYOUT_TYPE;
|
|
56
56
|
}, undefined>;
|
|
57
|
+
type DeletedLayoutColumnAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.DOCUMENT, ACTION_SUBJECT_ID.LAYOUT_COLUMN, {
|
|
58
|
+
columnCount: number;
|
|
59
|
+
inputMethod: INPUT_METHOD.LAYOUT_COLUMN_MENU;
|
|
60
|
+
selectedIndex: number;
|
|
61
|
+
}, undefined>;
|
|
57
62
|
type DeletedExpandAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.EXPAND | ACTION_SUBJECT.NESTED_EXPAND, undefined, {
|
|
58
63
|
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
|
|
59
64
|
}, undefined>;
|
|
@@ -64,5 +69,5 @@ type UnsupportedContentAEP = TrackAEP<ACTION.UNSUPPORTED_CONTENT_ENCOUNTERED, AC
|
|
|
64
69
|
type: string;
|
|
65
70
|
};
|
|
66
71
|
}, undefined>;
|
|
67
|
-
export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | ChangeNativeEmbedAEP | UnsupportedContentAEP;
|
|
72
|
+
export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedLayoutColumnAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | ChangeNativeEmbedAEP | UnsupportedContentAEP;
|
|
68
73
|
export {};
|
|
@@ -1,30 +1,35 @@
|
|
|
1
1
|
export declare const toolbarMessages: {
|
|
2
|
-
|
|
2
|
+
alignColumn: {
|
|
3
3
|
defaultMessage: string;
|
|
4
4
|
description: string;
|
|
5
5
|
id: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
alignColumnBottom: {
|
|
8
8
|
defaultMessage: string;
|
|
9
9
|
description: string;
|
|
10
10
|
id: string;
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
alignColumnMiddle: {
|
|
13
13
|
defaultMessage: string;
|
|
14
14
|
description: string;
|
|
15
15
|
id: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
alignColumnTop: {
|
|
18
18
|
defaultMessage: string;
|
|
19
19
|
description: string;
|
|
20
20
|
id: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
columnOption: {
|
|
23
23
|
defaultMessage: string;
|
|
24
24
|
description: string;
|
|
25
25
|
id: string;
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
controlslayoutPlaceholder: {
|
|
28
|
+
defaultMessage: string;
|
|
29
|
+
description: string;
|
|
30
|
+
id: string;
|
|
31
|
+
};
|
|
32
|
+
deleteColumn: {
|
|
28
33
|
defaultMessage: string;
|
|
29
34
|
description: string;
|
|
30
35
|
id: string;
|
|
@@ -34,27 +39,27 @@ export declare const toolbarMessages: {
|
|
|
34
39
|
description: string;
|
|
35
40
|
id: string;
|
|
36
41
|
};
|
|
37
|
-
|
|
42
|
+
fiveColumns: {
|
|
38
43
|
defaultMessage: string;
|
|
39
44
|
description: string;
|
|
40
45
|
id: string;
|
|
41
46
|
};
|
|
42
|
-
|
|
47
|
+
floatingToolbarRadioGroupAriaLabel: {
|
|
43
48
|
defaultMessage: string;
|
|
44
49
|
description: string;
|
|
45
50
|
id: string;
|
|
46
51
|
};
|
|
47
|
-
|
|
52
|
+
fourColumns: {
|
|
48
53
|
defaultMessage: string;
|
|
49
54
|
description: string;
|
|
50
55
|
id: string;
|
|
51
56
|
};
|
|
52
|
-
|
|
57
|
+
insertColumnLeft: {
|
|
53
58
|
defaultMessage: string;
|
|
54
59
|
description: string;
|
|
55
60
|
id: string;
|
|
56
61
|
};
|
|
57
|
-
|
|
62
|
+
insertColumnRight: {
|
|
58
63
|
defaultMessage: string;
|
|
59
64
|
description: string;
|
|
60
65
|
id: string;
|
|
@@ -54,6 +54,11 @@ type DeletedLayoutAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.LAYOUT, undefine
|
|
|
54
54
|
inputMethod?: INPUT_METHOD.FLOATING_TB | INPUT_METHOD.TOOLBAR;
|
|
55
55
|
layout?: LAYOUT_TYPE;
|
|
56
56
|
}, undefined>;
|
|
57
|
+
type DeletedLayoutColumnAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.DOCUMENT, ACTION_SUBJECT_ID.LAYOUT_COLUMN, {
|
|
58
|
+
columnCount: number;
|
|
59
|
+
inputMethod: INPUT_METHOD.LAYOUT_COLUMN_MENU;
|
|
60
|
+
selectedIndex: number;
|
|
61
|
+
}, undefined>;
|
|
57
62
|
type DeletedExpandAEP = TrackAEP<ACTION.DELETED, ACTION_SUBJECT.EXPAND | ACTION_SUBJECT.NESTED_EXPAND, undefined, {
|
|
58
63
|
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
|
|
59
64
|
}, undefined>;
|
|
@@ -64,5 +69,5 @@ type UnsupportedContentAEP = TrackAEP<ACTION.UNSUPPORTED_CONTENT_ENCOUNTERED, AC
|
|
|
64
69
|
type: string;
|
|
65
70
|
};
|
|
66
71
|
}, undefined>;
|
|
67
|
-
export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | ChangeNativeEmbedAEP | UnsupportedContentAEP;
|
|
72
|
+
export type NodeEventPayload = ChangePanelAEP | DeletePanelAEP | DeletedSmartLink | VisitedSmartLink | VisitedHyperlink | ChangedLayoutAEP | DeletedLayoutAEP | DeletedLayoutColumnAEP | DeletedExpandAEP | NodeDeletedAEP | ChangeSmartLinkAEP | ChangeNativeEmbedAEP | UnsupportedContentAEP;
|
|
68
73
|
export {};
|
|
@@ -1,30 +1,35 @@
|
|
|
1
1
|
export declare const toolbarMessages: {
|
|
2
|
-
|
|
2
|
+
alignColumn: {
|
|
3
3
|
defaultMessage: string;
|
|
4
4
|
description: string;
|
|
5
5
|
id: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
alignColumnBottom: {
|
|
8
8
|
defaultMessage: string;
|
|
9
9
|
description: string;
|
|
10
10
|
id: string;
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
alignColumnMiddle: {
|
|
13
13
|
defaultMessage: string;
|
|
14
14
|
description: string;
|
|
15
15
|
id: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
alignColumnTop: {
|
|
18
18
|
defaultMessage: string;
|
|
19
19
|
description: string;
|
|
20
20
|
id: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
columnOption: {
|
|
23
23
|
defaultMessage: string;
|
|
24
24
|
description: string;
|
|
25
25
|
id: string;
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
controlslayoutPlaceholder: {
|
|
28
|
+
defaultMessage: string;
|
|
29
|
+
description: string;
|
|
30
|
+
id: string;
|
|
31
|
+
};
|
|
32
|
+
deleteColumn: {
|
|
28
33
|
defaultMessage: string;
|
|
29
34
|
description: string;
|
|
30
35
|
id: string;
|
|
@@ -34,27 +39,27 @@ export declare const toolbarMessages: {
|
|
|
34
39
|
description: string;
|
|
35
40
|
id: string;
|
|
36
41
|
};
|
|
37
|
-
|
|
42
|
+
fiveColumns: {
|
|
38
43
|
defaultMessage: string;
|
|
39
44
|
description: string;
|
|
40
45
|
id: string;
|
|
41
46
|
};
|
|
42
|
-
|
|
47
|
+
floatingToolbarRadioGroupAriaLabel: {
|
|
43
48
|
defaultMessage: string;
|
|
44
49
|
description: string;
|
|
45
50
|
id: string;
|
|
46
51
|
};
|
|
47
|
-
|
|
52
|
+
fourColumns: {
|
|
48
53
|
defaultMessage: string;
|
|
49
54
|
description: string;
|
|
50
55
|
id: string;
|
|
51
56
|
};
|
|
52
|
-
|
|
57
|
+
insertColumnLeft: {
|
|
53
58
|
defaultMessage: string;
|
|
54
59
|
description: string;
|
|
55
60
|
id: string;
|
|
56
61
|
};
|
|
57
|
-
|
|
62
|
+
insertColumnRight: {
|
|
58
63
|
defaultMessage: string;
|
|
59
64
|
description: string;
|
|
60
65
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "114.
|
|
3
|
+
"version": "114.40.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/"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@atlaskit/icon": "^35.0.0",
|
|
62
62
|
"@atlaskit/link": "^3.4.0",
|
|
63
63
|
"@atlaskit/link-datasource": "^5.4.0",
|
|
64
|
-
"@atlaskit/link-picker": "^5.
|
|
64
|
+
"@atlaskit/link-picker": "^5.2.0",
|
|
65
65
|
"@atlaskit/media-card": "^80.5.0",
|
|
66
66
|
"@atlaskit/media-client": "^36.3.0",
|
|
67
67
|
"@atlaskit/media-client-react": "^5.1.0",
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
"@atlaskit/primitives": "^19.0.0",
|
|
80
80
|
"@atlaskit/profilecard": "^25.7.0",
|
|
81
81
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
82
|
-
"@atlaskit/react-ufo": "^
|
|
82
|
+
"@atlaskit/react-ufo": "^6.0.0",
|
|
83
83
|
"@atlaskit/section-message": "^8.13.0",
|
|
84
|
-
"@atlaskit/smart-card": "^44.
|
|
84
|
+
"@atlaskit/smart-card": "^44.13.0",
|
|
85
85
|
"@atlaskit/smart-user-picker": "^10.1.0",
|
|
86
86
|
"@atlaskit/spinner": "^19.1.0",
|
|
87
87
|
"@atlaskit/task-decision": "^20.1.0",
|
|
88
88
|
"@atlaskit/teams-app-config": "^1.12.0",
|
|
89
89
|
"@atlaskit/textfield": "^8.3.0",
|
|
90
|
-
"@atlaskit/tmp-editor-statsig": "^82.
|
|
90
|
+
"@atlaskit/tmp-editor-statsig": "^82.1.0",
|
|
91
91
|
"@atlaskit/tokens": "^13.0.0",
|
|
92
92
|
"@atlaskit/tooltip": "^22.2.0",
|
|
93
93
|
"@atlaskit/width-detector": "^5.1.0",
|
|
@@ -164,6 +164,9 @@
|
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
166
|
"platform-feature-flags": {
|
|
167
|
+
"confluence_frontend_native_tabs_extension": {
|
|
168
|
+
"type": "boolean"
|
|
169
|
+
},
|
|
167
170
|
"platform_editor_updated_dropdown_colors": {
|
|
168
171
|
"type": "boolean"
|
|
169
172
|
},
|