@atlaskit/editor-plugin-tasks-and-decisions 5.1.9 → 5.1.11
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/nodeviews/decision-lazy-node-view.js +1 -2
- package/dist/cjs/nodeviews/task-node-view.js +1 -2
- package/dist/cjs/nodeviews/taskItem.js +1 -2
- package/dist/cjs/tasksAndDecisionsPlugin.js +14 -15
- package/dist/cjs/ui/Task/RequestToEditPopup.js +1 -2
- package/dist/cjs/ui/Task/index.js +1 -2
- package/dist/cjs/ui/Task/task-item-with-providers.js +1 -2
- package/dist/esm/tasksAndDecisionsPlugin.js +13 -13
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -9,8 +9,7 @@ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
|
9
9
|
var _lazyNodeView = require("@atlaskit/editor-common/lazy-node-view");
|
|
10
10
|
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
11
11
|
var _decisionItem = require("./decisionItem");
|
|
12
|
-
function
|
|
13
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != (0, _typeof2.default)(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; }
|
|
12
|
+
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" != (0, _typeof2.default)(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); }
|
|
14
13
|
var lazyDecisionView = exports.lazyDecisionView = function lazyDecisionView(portalProviderAPI, eventDispatcher, api) {
|
|
15
14
|
if ((0, _experiments.editorExperiment)('platform_editor_exp_lazy_node_views', false)) {
|
|
16
15
|
return (0, _decisionItem.decisionItemNodeView)(portalProviderAPI, eventDispatcher, api);
|
|
@@ -10,8 +10,7 @@ var _lazyNodeView = require("@atlaskit/editor-common/lazy-node-view");
|
|
|
10
10
|
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
11
11
|
var _taskItem = require("./taskItem");
|
|
12
12
|
var _TaskItemNodeView = require("./TaskItemNodeView");
|
|
13
|
-
function
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != (0, _typeof2.default)(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; }
|
|
13
|
+
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" != (0, _typeof2.default)(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); }
|
|
15
14
|
var taskView = exports.taskView = function taskView(portalProviderAPI, eventDispatcher, providerFactory, api, intl, placeholder) {
|
|
16
15
|
if ((0, _experiments.editorExperiment)('platform_editor_vanilla_dom', true, {
|
|
17
16
|
exposure: true
|
|
@@ -33,8 +33,7 @@ var _popup = _interopRequireDefault(require("@atlaskit/popup"));
|
|
|
33
33
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
34
34
|
var _Task2 = _interopRequireDefault(require("../ui/Task"));
|
|
35
35
|
var _useShowPlaceholder = require("./hooks/use-show-placeholder");
|
|
36
|
-
function
|
|
37
|
-
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; }
|
|
36
|
+
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); }
|
|
38
37
|
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; }
|
|
39
38
|
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; }
|
|
40
39
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
@@ -31,8 +31,7 @@ var _pluginKey = require("./pm-plugins/plugin-key");
|
|
|
31
31
|
var _RequestToEditPopup = require("./ui/Task/RequestToEditPopup");
|
|
32
32
|
var _ToolbarDecision = _interopRequireDefault(require("./ui/ToolbarDecision"));
|
|
33
33
|
var _ToolbarTask = _interopRequireDefault(require("./ui/ToolbarTask"));
|
|
34
|
-
function
|
|
35
|
-
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; }
|
|
34
|
+
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); }
|
|
36
35
|
// Ignored via go/ees005
|
|
37
36
|
// eslint-disable-next-line import/no-named-as-default
|
|
38
37
|
var taskDecisionToolbarGroupStyles = null;
|
|
@@ -229,16 +228,16 @@ var tasksAndDecisionsPlugin = exports.tasksAndDecisionsPlugin = function tasksAn
|
|
|
229
228
|
}
|
|
230
229
|
}, {
|
|
231
230
|
name: 'tasksAndDecisionsKeyMap',
|
|
232
|
-
plugin: function plugin(
|
|
233
|
-
var schema =
|
|
231
|
+
plugin: function plugin(_ref0) {
|
|
232
|
+
var schema = _ref0.schema;
|
|
234
233
|
return (0, _keymaps.default)(schema, api, allowNestedTasks, consumeTabs);
|
|
235
234
|
}
|
|
236
235
|
} // Needs to be after "save-on-enter"
|
|
237
236
|
];
|
|
238
237
|
},
|
|
239
|
-
secondaryToolbarComponent: function secondaryToolbarComponent(
|
|
240
|
-
var editorView =
|
|
241
|
-
disabled =
|
|
238
|
+
secondaryToolbarComponent: function secondaryToolbarComponent(_ref1) {
|
|
239
|
+
var editorView = _ref1.editorView,
|
|
240
|
+
disabled = _ref1.disabled;
|
|
242
241
|
return /*#__PURE__*/React.createElement("div", {
|
|
243
242
|
className: (0, _runtime.ax)(["_1e0c1txw"])
|
|
244
243
|
}, /*#__PURE__*/React.createElement(_ToolbarDecision.default, {
|
|
@@ -253,12 +252,12 @@ var tasksAndDecisionsPlugin = exports.tasksAndDecisionsPlugin = function tasksAn
|
|
|
253
252
|
editorAPI: api
|
|
254
253
|
}));
|
|
255
254
|
},
|
|
256
|
-
contentComponent: function contentComponent(
|
|
257
|
-
var editorView =
|
|
258
|
-
dispatchAnalyticsEvent =
|
|
259
|
-
popupsMountPoint =
|
|
260
|
-
popupsBoundariesElement =
|
|
261
|
-
popupsScrollableElement =
|
|
255
|
+
contentComponent: function contentComponent(_ref10) {
|
|
256
|
+
var editorView = _ref10.editorView,
|
|
257
|
+
dispatchAnalyticsEvent = _ref10.dispatchAnalyticsEvent,
|
|
258
|
+
popupsMountPoint = _ref10.popupsMountPoint,
|
|
259
|
+
popupsBoundariesElement = _ref10.popupsBoundariesElement,
|
|
260
|
+
popupsScrollableElement = _ref10.popupsScrollableElement;
|
|
262
261
|
return /*#__PURE__*/React.createElement(ContentComponent, {
|
|
263
262
|
dependencyApi: api,
|
|
264
263
|
editorView: editorView,
|
|
@@ -269,8 +268,8 @@ var tasksAndDecisionsPlugin = exports.tasksAndDecisionsPlugin = function tasksAn
|
|
|
269
268
|
});
|
|
270
269
|
},
|
|
271
270
|
pluginsOptions: {
|
|
272
|
-
quickInsert: function quickInsert(
|
|
273
|
-
var formatMessage =
|
|
271
|
+
quickInsert: function quickInsert(_ref11) {
|
|
272
|
+
var formatMessage = _ref11.formatMessage;
|
|
274
273
|
return [{
|
|
275
274
|
id: 'action',
|
|
276
275
|
title: formatMessage(_messages.toolbarInsertBlockMessages.action),
|
|
@@ -22,8 +22,7 @@ var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
|
22
22
|
var _heading = _interopRequireDefault(require("@atlaskit/heading"));
|
|
23
23
|
var _checkMarkEditorDone = _interopRequireDefault(require("@atlaskit/icon/core/migration/check-mark--editor-done"));
|
|
24
24
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
25
|
-
function
|
|
26
|
-
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; }
|
|
25
|
+
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); }
|
|
27
26
|
// import Popup from '@atlaskit/popup';
|
|
28
27
|
var PopupWithListeners = (0, _uiReact.withReactEditorViewOuterListeners)(_ui.Popup);
|
|
29
28
|
var TRYING_REQUEST_TIMEOUT = 3000;
|
|
@@ -21,8 +21,7 @@ var _providerFactory2 = require("@atlaskit/editor-common/provider-factory");
|
|
|
21
21
|
var _useSharedPluginStateSelector = require("@atlaskit/editor-common/use-shared-plugin-state-selector");
|
|
22
22
|
var _taskItemWithProviders = _interopRequireDefault(require("./task-item-with-providers"));
|
|
23
23
|
var _excluded = ["providers", "intl", "taskDecisionProvider", "api", "placeholder"];
|
|
24
|
-
function
|
|
25
|
-
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; }
|
|
24
|
+
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); }
|
|
26
25
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
27
26
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
28
27
|
// eslint-disable-next-line @repo/internal/react/no-class-components
|
|
@@ -20,8 +20,7 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
20
20
|
var _analyticsNamespacedContext = require("@atlaskit/analytics-namespaced-context");
|
|
21
21
|
var _taskDecision = require("@atlaskit/task-decision");
|
|
22
22
|
var _excluded = ["contextIdentifierProvider"];
|
|
23
|
-
function
|
|
24
|
-
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; }
|
|
23
|
+
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); }
|
|
25
24
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
26
25
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
27
26
|
// eslint-disable-next-line @repo/internal/react/no-class-components
|
|
@@ -219,16 +219,16 @@ export var tasksAndDecisionsPlugin = function tasksAndDecisionsPlugin(_ref3) {
|
|
|
219
219
|
}
|
|
220
220
|
}, {
|
|
221
221
|
name: 'tasksAndDecisionsKeyMap',
|
|
222
|
-
plugin: function plugin(
|
|
223
|
-
var schema =
|
|
222
|
+
plugin: function plugin(_ref0) {
|
|
223
|
+
var schema = _ref0.schema;
|
|
224
224
|
return keymap(schema, api, allowNestedTasks, consumeTabs);
|
|
225
225
|
}
|
|
226
226
|
} // Needs to be after "save-on-enter"
|
|
227
227
|
];
|
|
228
228
|
},
|
|
229
|
-
secondaryToolbarComponent: function secondaryToolbarComponent(
|
|
230
|
-
var editorView =
|
|
231
|
-
disabled =
|
|
229
|
+
secondaryToolbarComponent: function secondaryToolbarComponent(_ref1) {
|
|
230
|
+
var editorView = _ref1.editorView,
|
|
231
|
+
disabled = _ref1.disabled;
|
|
232
232
|
return /*#__PURE__*/React.createElement("div", {
|
|
233
233
|
className: ax(["_1e0c1txw"])
|
|
234
234
|
}, /*#__PURE__*/React.createElement(ToolbarDecision, {
|
|
@@ -243,12 +243,12 @@ export var tasksAndDecisionsPlugin = function tasksAndDecisionsPlugin(_ref3) {
|
|
|
243
243
|
editorAPI: api
|
|
244
244
|
}));
|
|
245
245
|
},
|
|
246
|
-
contentComponent: function contentComponent(
|
|
247
|
-
var editorView =
|
|
248
|
-
dispatchAnalyticsEvent =
|
|
249
|
-
popupsMountPoint =
|
|
250
|
-
popupsBoundariesElement =
|
|
251
|
-
popupsScrollableElement =
|
|
246
|
+
contentComponent: function contentComponent(_ref10) {
|
|
247
|
+
var editorView = _ref10.editorView,
|
|
248
|
+
dispatchAnalyticsEvent = _ref10.dispatchAnalyticsEvent,
|
|
249
|
+
popupsMountPoint = _ref10.popupsMountPoint,
|
|
250
|
+
popupsBoundariesElement = _ref10.popupsBoundariesElement,
|
|
251
|
+
popupsScrollableElement = _ref10.popupsScrollableElement;
|
|
252
252
|
return /*#__PURE__*/React.createElement(ContentComponent, {
|
|
253
253
|
dependencyApi: api,
|
|
254
254
|
editorView: editorView,
|
|
@@ -259,8 +259,8 @@ export var tasksAndDecisionsPlugin = function tasksAndDecisionsPlugin(_ref3) {
|
|
|
259
259
|
});
|
|
260
260
|
},
|
|
261
261
|
pluginsOptions: {
|
|
262
|
-
quickInsert: function quickInsert(
|
|
263
|
-
var formatMessage =
|
|
262
|
+
quickInsert: function quickInsert(_ref11) {
|
|
263
|
+
var formatMessage = _ref11.formatMessage;
|
|
264
264
|
return [{
|
|
265
265
|
id: 'action',
|
|
266
266
|
title: formatMessage(insertBlockMessages.action),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-tasks-and-decisions",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.11",
|
|
4
4
|
"description": "Tasks and decisions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
37
37
|
"@atlaskit/analytics-namespaced-context": "^7.0.0",
|
|
38
|
-
"@atlaskit/analytics-next": "^11.
|
|
38
|
+
"@atlaskit/analytics-next": "^11.1.0",
|
|
39
39
|
"@atlaskit/css": "^0.10.0",
|
|
40
|
-
"@atlaskit/editor-common": "^
|
|
40
|
+
"@atlaskit/editor-common": "^106.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-analytics": "^2.3.0",
|
|
42
42
|
"@atlaskit/editor-plugin-context-identifier": "^2.1.0",
|
|
43
43
|
"@atlaskit/editor-plugin-editor-viewmode": "^4.0.0",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
46
46
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
47
47
|
"@atlaskit/heading": "^5.2.0",
|
|
48
|
-
"@atlaskit/icon": "^26.
|
|
48
|
+
"@atlaskit/icon": "^26.4.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
50
|
"@atlaskit/popup": "^4.3.0",
|
|
51
51
|
"@atlaskit/primitives": "^14.8.0",
|
|
52
52
|
"@atlaskit/prosemirror-input-rules": "^3.3.0",
|
|
53
53
|
"@atlaskit/task-decision": "^19.2.0",
|
|
54
|
-
"@atlaskit/tmp-editor-statsig": "^5.
|
|
55
|
-
"@atlaskit/tokens": "^
|
|
54
|
+
"@atlaskit/tmp-editor-statsig": "^5.7.0",
|
|
55
|
+
"@atlaskit/tokens": "^5.0.0",
|
|
56
56
|
"@babel/runtime": "^7.0.0",
|
|
57
57
|
"@compiled/react": "^0.18.3",
|
|
58
58
|
"bind-event-listener": "^3.0.0"
|