@atlaskit/editor-plugin-expand 2.6.0 → 2.6.2
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 +21 -0
- package/dist/cjs/legacyExpand/plugin.js +2 -1
- package/dist/cjs/legacyExpand/pm-plugins/main.js +1 -1
- package/dist/cjs/legacyExpand/ui/ExpandIconButton.js +2 -2
- package/dist/cjs/singlePlayerExpand/plugin.js +2 -1
- package/dist/cjs/singlePlayerExpand/pm-plugins/main.js +1 -1
- package/dist/cjs/singlePlayerExpand/ui/ExpandButton.js +1 -1
- package/dist/es2019/legacyExpand/plugin.js +2 -1
- package/dist/es2019/legacyExpand/pm-plugins/main.js +1 -1
- package/dist/es2019/singlePlayerExpand/plugin.js +2 -1
- package/dist/es2019/singlePlayerExpand/pm-plugins/main.js +1 -1
- package/dist/esm/legacyExpand/plugin.js +2 -1
- package/dist/esm/legacyExpand/pm-plugins/main.js +1 -1
- package/dist/esm/legacyExpand/ui/ExpandIconButton.js +1 -1
- package/dist/esm/singlePlayerExpand/plugin.js +2 -1
- package/dist/esm/singlePlayerExpand/pm-plugins/main.js +1 -1
- package/package.json +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-expand
|
|
2
2
|
|
|
3
|
+
## 2.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#139052](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/139052)
|
|
8
|
+
[`6e5c1f6bbf028`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6e5c1f6bbf028) -
|
|
9
|
+
removed 'platform' from cardPlugin configs
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 2.6.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#138299](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138299)
|
|
17
|
+
[`7bab5c1cce65c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7bab5c1cce65c) -
|
|
18
|
+
[ED-24860] Split out ADF schema change for nesting nestedExpand in expand
|
|
19
|
+
- [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
|
|
20
|
+
[`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
|
|
21
|
+
NOISSUE: Upgrades editor React peer dependencies to v18
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
|
|
3
24
|
## 2.6.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -30,13 +30,14 @@ var expandPlugin = exports.expandPlugin = function expandPlugin(_ref) {
|
|
|
30
30
|
api = _ref.api;
|
|
31
31
|
// Confluence is injecting the FF through editor props, from an experiment
|
|
32
32
|
// Jira is pulling it in through platform feature flags, from a feature gate
|
|
33
|
+
var isNestingExpandsSchemaChanged = (0, _platformFeatureFlags.fg)('platform_editor_nested_expand_in_expand_adf_change') || (0, _platformFeatureFlags.fg)('platform_editor_nest_nested_expand_in_expand_jira');
|
|
33
34
|
var isNestingExpandsSupported = (api === null || api === void 0 || (_api$featureFlags = api.featureFlags) === null || _api$featureFlags === void 0 || (_api$featureFlags = _api$featureFlags.sharedState.currentState()) === null || _api$featureFlags === void 0 ? void 0 : _api$featureFlags.nestedExpandInExpandEx) || (0, _platformFeatureFlags.fg)('platform_editor_nest_nested_expand_in_expand_jira');
|
|
34
35
|
return {
|
|
35
36
|
name: 'expand',
|
|
36
37
|
nodes: function nodes() {
|
|
37
38
|
return [{
|
|
38
39
|
name: 'expand',
|
|
39
|
-
node:
|
|
40
|
+
node: isNestingExpandsSchemaChanged ? _adfSchema.expandWithNestedExpand : _adfSchema.expand
|
|
40
41
|
}, {
|
|
41
42
|
name: 'nestedExpand',
|
|
42
43
|
node: _adfSchema.nestedExpand
|
|
@@ -25,7 +25,7 @@ var createPlugin = exports.createPlugin = function createPlugin(dispatch, getInt
|
|
|
25
25
|
var allowInteractiveExpand = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : true;
|
|
26
26
|
var __livePage = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : false;
|
|
27
27
|
var state = (0, _pluginFactory.createPluginState)(dispatch, {});
|
|
28
|
-
var isMobile =
|
|
28
|
+
var isMobile = false;
|
|
29
29
|
return new _safePlugin.SafePlugin({
|
|
30
30
|
state: state,
|
|
31
31
|
key: _pluginFactory.pluginKey,
|
|
@@ -24,10 +24,10 @@ var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron
|
|
|
24
24
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
25
25
|
var _excluded = ["buttonStyles"];
|
|
26
26
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
27
|
-
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 &&
|
|
27
|
+
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; }
|
|
28
28
|
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; }
|
|
29
29
|
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) { (0, _defineProperty2.default)(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; }
|
|
30
|
-
function _createSuper(
|
|
30
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = (0, _getPrototypeOf2.default)(t); if (r) { var s = (0, _getPrototypeOf2.default)(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return (0, _possibleConstructorReturn2.default)(this, e); }; }
|
|
31
31
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
|
|
32
32
|
* @jsxRuntime classic
|
|
33
33
|
* @jsx jsx
|
|
@@ -23,13 +23,14 @@ var expandPlugin = exports.expandPlugin = function expandPlugin(_ref) {
|
|
|
23
23
|
api = _ref.api;
|
|
24
24
|
// Confluence is injecting the FF through editor props, from an experiment
|
|
25
25
|
// Jira is pulling it in through platform feature flags, from a feature gate
|
|
26
|
+
var isNestingExpandsSchemaChanged = (0, _platformFeatureFlags.fg)('platform_editor_nested_expand_in_expand_adf_change') || (0, _platformFeatureFlags.fg)('platform_editor_nest_nested_expand_in_expand_jira');
|
|
26
27
|
var isNestingExpandsSupported = (api === null || api === void 0 || (_api$featureFlags = api.featureFlags) === null || _api$featureFlags === void 0 || (_api$featureFlags = _api$featureFlags.sharedState.currentState()) === null || _api$featureFlags === void 0 ? void 0 : _api$featureFlags.nestedExpandInExpandEx) || (0, _platformFeatureFlags.fg)('platform_editor_nest_nested_expand_in_expand_jira');
|
|
27
28
|
return {
|
|
28
29
|
name: 'expand',
|
|
29
30
|
nodes: function nodes() {
|
|
30
31
|
return [{
|
|
31
32
|
name: 'expand',
|
|
32
|
-
node:
|
|
33
|
+
node: isNestingExpandsSchemaChanged ? _adfSchema.expandWithNestedExpand : _adfSchema.expand
|
|
33
34
|
}, {
|
|
34
35
|
name: 'nestedExpand',
|
|
35
36
|
node: _adfSchema.nestedExpand
|
|
@@ -22,7 +22,7 @@ var createPlugin = exports.createPlugin = function createPlugin(dispatch, getInt
|
|
|
22
22
|
var api = arguments.length > 4 ? arguments[4] : undefined;
|
|
23
23
|
var allowInteractiveExpand = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : true;
|
|
24
24
|
var __livePage = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : false;
|
|
25
|
-
var isMobile =
|
|
25
|
+
var isMobile = false;
|
|
26
26
|
return new _safePlugin.SafePlugin({
|
|
27
27
|
key: pluginKey,
|
|
28
28
|
props: {
|
|
@@ -24,7 +24,7 @@ var _excluded = ["buttonStyles"];
|
|
|
24
24
|
*/
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
26
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
27
|
-
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 &&
|
|
27
|
+
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; }
|
|
28
28
|
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; }
|
|
29
29
|
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) { (0, _defineProperty2.default)(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; }
|
|
30
30
|
function withTooltip(Component) {
|
|
@@ -17,13 +17,14 @@ export const expandPlugin = ({
|
|
|
17
17
|
var _api$featureFlags, _api$featureFlags$sha, _api$analytics, _api$analytics2;
|
|
18
18
|
// Confluence is injecting the FF through editor props, from an experiment
|
|
19
19
|
// Jira is pulling it in through platform feature flags, from a feature gate
|
|
20
|
+
const isNestingExpandsSchemaChanged = fg('platform_editor_nested_expand_in_expand_adf_change') || fg('platform_editor_nest_nested_expand_in_expand_jira');
|
|
20
21
|
const isNestingExpandsSupported = (api === null || api === void 0 ? void 0 : (_api$featureFlags = api.featureFlags) === null || _api$featureFlags === void 0 ? void 0 : (_api$featureFlags$sha = _api$featureFlags.sharedState.currentState()) === null || _api$featureFlags$sha === void 0 ? void 0 : _api$featureFlags$sha.nestedExpandInExpandEx) || fg('platform_editor_nest_nested_expand_in_expand_jira');
|
|
21
22
|
return {
|
|
22
23
|
name: 'expand',
|
|
23
24
|
nodes() {
|
|
24
25
|
return [{
|
|
25
26
|
name: 'expand',
|
|
26
|
-
node:
|
|
27
|
+
node: isNestingExpandsSchemaChanged ? expandWithNestedExpand : expand
|
|
27
28
|
}, {
|
|
28
29
|
name: 'nestedExpand',
|
|
29
30
|
node: nestedExpand
|
|
@@ -12,7 +12,7 @@ export function containsClass(element, className) {
|
|
|
12
12
|
}
|
|
13
13
|
export const createPlugin = (dispatch, getIntl, appearance = 'full-page', useLongPressSelection = false, api, allowInteractiveExpand = true, __livePage = false) => {
|
|
14
14
|
const state = createPluginState(dispatch, {});
|
|
15
|
-
const isMobile =
|
|
15
|
+
const isMobile = false;
|
|
16
16
|
return new SafePlugin({
|
|
17
17
|
state: state,
|
|
18
18
|
key: pluginKey,
|
|
@@ -16,13 +16,14 @@ export const expandPlugin = ({
|
|
|
16
16
|
var _api$featureFlags, _api$featureFlags$sha, _api$analytics, _api$analytics2;
|
|
17
17
|
// Confluence is injecting the FF through editor props, from an experiment
|
|
18
18
|
// Jira is pulling it in through platform feature flags, from a feature gate
|
|
19
|
+
const isNestingExpandsSchemaChanged = fg('platform_editor_nested_expand_in_expand_adf_change') || fg('platform_editor_nest_nested_expand_in_expand_jira');
|
|
19
20
|
const isNestingExpandsSupported = (api === null || api === void 0 ? void 0 : (_api$featureFlags = api.featureFlags) === null || _api$featureFlags === void 0 ? void 0 : (_api$featureFlags$sha = _api$featureFlags.sharedState.currentState()) === null || _api$featureFlags$sha === void 0 ? void 0 : _api$featureFlags$sha.nestedExpandInExpandEx) || fg('platform_editor_nest_nested_expand_in_expand_jira');
|
|
20
21
|
return {
|
|
21
22
|
name: 'expand',
|
|
22
23
|
nodes() {
|
|
23
24
|
return [{
|
|
24
25
|
name: 'expand',
|
|
25
|
-
node:
|
|
26
|
+
node: isNestingExpandsSchemaChanged ? expandWithNestedExpand : expand
|
|
26
27
|
}, {
|
|
27
28
|
name: 'nestedExpand',
|
|
28
29
|
node: nestedExpand
|
|
@@ -9,7 +9,7 @@ export function containsClass(element, className) {
|
|
|
9
9
|
return Boolean(element === null || element === void 0 ? void 0 : (_element$classList = element.classList) === null || _element$classList === void 0 ? void 0 : _element$classList.contains(className));
|
|
10
10
|
}
|
|
11
11
|
export const createPlugin = (dispatch, getIntl, appearance = 'full-page', useLongPressSelection = false, api, allowInteractiveExpand = true, __livePage = false) => {
|
|
12
|
-
const isMobile =
|
|
12
|
+
const isMobile = false;
|
|
13
13
|
return new SafePlugin({
|
|
14
14
|
key: pluginKey,
|
|
15
15
|
props: {
|
|
@@ -17,13 +17,14 @@ export var expandPlugin = function expandPlugin(_ref) {
|
|
|
17
17
|
api = _ref.api;
|
|
18
18
|
// Confluence is injecting the FF through editor props, from an experiment
|
|
19
19
|
// Jira is pulling it in through platform feature flags, from a feature gate
|
|
20
|
+
var isNestingExpandsSchemaChanged = fg('platform_editor_nested_expand_in_expand_adf_change') || fg('platform_editor_nest_nested_expand_in_expand_jira');
|
|
20
21
|
var isNestingExpandsSupported = (api === null || api === void 0 || (_api$featureFlags = api.featureFlags) === null || _api$featureFlags === void 0 || (_api$featureFlags = _api$featureFlags.sharedState.currentState()) === null || _api$featureFlags === void 0 ? void 0 : _api$featureFlags.nestedExpandInExpandEx) || fg('platform_editor_nest_nested_expand_in_expand_jira');
|
|
21
22
|
return {
|
|
22
23
|
name: 'expand',
|
|
23
24
|
nodes: function nodes() {
|
|
24
25
|
return [{
|
|
25
26
|
name: 'expand',
|
|
26
|
-
node:
|
|
27
|
+
node: isNestingExpandsSchemaChanged ? expandWithNestedExpand : expand
|
|
27
28
|
}, {
|
|
28
29
|
name: 'nestedExpand',
|
|
29
30
|
node: nestedExpand
|
|
@@ -17,7 +17,7 @@ export var createPlugin = function createPlugin(dispatch, getIntl) {
|
|
|
17
17
|
var allowInteractiveExpand = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : true;
|
|
18
18
|
var __livePage = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : false;
|
|
19
19
|
var state = createPluginState(dispatch, {});
|
|
20
|
-
var isMobile =
|
|
20
|
+
var isMobile = false;
|
|
21
21
|
return new SafePlugin({
|
|
22
22
|
state: state,
|
|
23
23
|
key: pluginKey,
|
|
@@ -9,7 +9,7 @@ import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
|
9
9
|
var _excluded = ["buttonStyles"];
|
|
10
10
|
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; }
|
|
11
11
|
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; }
|
|
12
|
-
function _createSuper(
|
|
12
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
13
13
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
14
14
|
/**
|
|
15
15
|
* @jsxRuntime classic
|
|
@@ -16,13 +16,14 @@ export var expandPlugin = function expandPlugin(_ref) {
|
|
|
16
16
|
api = _ref.api;
|
|
17
17
|
// Confluence is injecting the FF through editor props, from an experiment
|
|
18
18
|
// Jira is pulling it in through platform feature flags, from a feature gate
|
|
19
|
+
var isNestingExpandsSchemaChanged = fg('platform_editor_nested_expand_in_expand_adf_change') || fg('platform_editor_nest_nested_expand_in_expand_jira');
|
|
19
20
|
var isNestingExpandsSupported = (api === null || api === void 0 || (_api$featureFlags = api.featureFlags) === null || _api$featureFlags === void 0 || (_api$featureFlags = _api$featureFlags.sharedState.currentState()) === null || _api$featureFlags === void 0 ? void 0 : _api$featureFlags.nestedExpandInExpandEx) || fg('platform_editor_nest_nested_expand_in_expand_jira');
|
|
20
21
|
return {
|
|
21
22
|
name: 'expand',
|
|
22
23
|
nodes: function nodes() {
|
|
23
24
|
return [{
|
|
24
25
|
name: 'expand',
|
|
25
|
-
node:
|
|
26
|
+
node: isNestingExpandsSchemaChanged ? expandWithNestedExpand : expand
|
|
26
27
|
}, {
|
|
27
28
|
name: 'nestedExpand',
|
|
28
29
|
node: nestedExpand
|
|
@@ -14,7 +14,7 @@ export var createPlugin = function createPlugin(dispatch, getIntl) {
|
|
|
14
14
|
var api = arguments.length > 4 ? arguments[4] : undefined;
|
|
15
15
|
var allowInteractiveExpand = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : true;
|
|
16
16
|
var __livePage = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : false;
|
|
17
|
-
var isMobile =
|
|
17
|
+
var isMobile = false;
|
|
18
18
|
return new SafePlugin({
|
|
19
19
|
key: pluginKey,
|
|
20
20
|
props: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-expand",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "Expand plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -10,9 +10,7 @@
|
|
|
10
10
|
"atlassian": {
|
|
11
11
|
"team": "Editor: Jenga",
|
|
12
12
|
"singleton": true,
|
|
13
|
-
"
|
|
14
|
-
"releaseModel": "continuous",
|
|
15
|
-
"runReact18": false
|
|
13
|
+
"runReact18": true
|
|
16
14
|
},
|
|
17
15
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
18
16
|
"main": "dist/cjs/index.js",
|
|
@@ -35,7 +33,7 @@
|
|
|
35
33
|
"dependencies": {
|
|
36
34
|
"@atlaskit/adf-schema": "^40.9.0",
|
|
37
35
|
"@atlaskit/button": "^20.1.0",
|
|
38
|
-
"@atlaskit/editor-common": "^
|
|
36
|
+
"@atlaskit/editor-common": "^89.0.0",
|
|
39
37
|
"@atlaskit/editor-plugin-analytics": "^1.8.0",
|
|
40
38
|
"@atlaskit/editor-plugin-decorations": "^1.3.0",
|
|
41
39
|
"@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
|
|
@@ -44,7 +42,7 @@
|
|
|
44
42
|
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
45
43
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
46
44
|
"@atlaskit/editor-tables": "^2.8.0",
|
|
47
|
-
"@atlaskit/icon": "^22.
|
|
45
|
+
"@atlaskit/icon": "^22.16.0",
|
|
48
46
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
49
47
|
"@atlaskit/tooltip": "^18.7.0",
|
|
50
48
|
"@babel/runtime": "^7.0.0",
|
|
@@ -52,8 +50,8 @@
|
|
|
52
50
|
"w3c-keyname": "^2.1.8"
|
|
53
51
|
},
|
|
54
52
|
"peerDependencies": {
|
|
55
|
-
"react": "^16.8.0",
|
|
56
|
-
"react-dom": "^16.8.0",
|
|
53
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0",
|
|
54
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0",
|
|
57
55
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
58
56
|
},
|
|
59
57
|
"devDependencies": {
|
|
@@ -116,6 +114,9 @@
|
|
|
116
114
|
},
|
|
117
115
|
"platform_editor_nest_nested_expand_in_expand_jira": {
|
|
118
116
|
"type": "boolean"
|
|
117
|
+
},
|
|
118
|
+
"platform_editor_nested_expand_in_expand_adf_change": {
|
|
119
|
+
"type": "boolean"
|
|
119
120
|
}
|
|
120
121
|
}
|
|
121
122
|
}
|