@atlaskit/editor-plugin-tasks-and-decisions 2.12.21 → 2.12.23

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-tasks-and-decisions
2
2
 
3
+ ## 2.12.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.12.22
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.12.21
4
16
 
5
17
  ### Patch Changes
@@ -4,13 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.normalizeTaskItemsSelection = void 0;
7
- Object.defineProperty(exports, "transformSliceToDecisionList", {
8
- enumerable: true,
9
- get: function get() {
10
- return _transforms.transformSliceToDecisionList;
11
- }
12
- });
13
- var _transforms = require("@atlaskit/editor-common/transforms");
14
7
  var _state = require("@atlaskit/editor-prosemirror/state");
15
8
  function isTaskListNode(node) {
16
9
  return Boolean(node && node.type && 'taskList' === node.type.name);
@@ -1,6 +1,4 @@
1
- import { transformSliceToDecisionList } from '@atlaskit/editor-common/transforms';
2
1
  import { NodeSelection, Selection, TextSelection } from '@atlaskit/editor-prosemirror/state';
3
- export { transformSliceToDecisionList };
4
2
  function isTaskListNode(node) {
5
3
  return Boolean(node && node.type && 'taskList' === node.type.name);
6
4
  }
@@ -1,6 +1,4 @@
1
- import { transformSliceToDecisionList } from '@atlaskit/editor-common/transforms';
2
1
  import { NodeSelection, Selection, TextSelection } from '@atlaskit/editor-prosemirror/state';
3
- export { transformSliceToDecisionList };
4
2
  function isTaskListNode(node) {
5
3
  return Boolean(node && node.type && 'taskList' === node.type.name);
6
4
  }
@@ -1,4 +1,2 @@
1
- import { transformSliceToDecisionList } from '@atlaskit/editor-common/transforms';
2
1
  import { Selection } from '@atlaskit/editor-prosemirror/state';
3
- export { transformSliceToDecisionList };
4
2
  export declare const normalizeTaskItemsSelection: (selection: Selection) => Selection;
@@ -1,4 +1,2 @@
1
- import { transformSliceToDecisionList } from '@atlaskit/editor-common/transforms';
2
1
  import { Selection } from '@atlaskit/editor-prosemirror/state';
3
- export { transformSliceToDecisionList };
4
2
  export declare const normalizeTaskItemsSelection: (selection: Selection) => Selection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "2.12.21",
3
+ "version": "2.12.23",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,14 +41,14 @@
41
41
  "@atlaskit/editor-plugin-type-ahead": "^1.11.0",
42
42
  "@atlaskit/editor-prosemirror": "6.2.1",
43
43
  "@atlaskit/heading": "4.0.0",
44
- "@atlaskit/icon": "23.1.0",
44
+ "@atlaskit/icon": "23.1.1",
45
45
  "@atlaskit/platform-feature-flags": "^0.3.0",
46
46
  "@atlaskit/popup": "1.30.1",
47
47
  "@atlaskit/primitives": "13.3.4",
48
48
  "@atlaskit/prosemirror-input-rules": "^3.2.0",
49
49
  "@atlaskit/task-decision": "^17.11.0",
50
- "@atlaskit/tmp-editor-statsig": "^2.26.0",
51
- "@atlaskit/tokens": "2.4.2",
50
+ "@atlaskit/tmp-editor-statsig": "^2.27.0",
51
+ "@atlaskit/tokens": "2.5.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"
54
54
  },