@atlaskit/editor-plugin-paste 8.2.3 → 8.2.5

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-paste
2
2
 
3
+ ## 8.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.2.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.2.3
4
16
 
5
17
  ### Patch Changes
@@ -5,14 +5,14 @@ export declare function insertSliceForLists({ tr, slice, schema, }: {
5
5
  slice: PMSlice;
6
6
  tr: Transaction;
7
7
  }): void | Transaction;
8
- export declare function insertSliceInsideBlockquote({ tr, slice }: {
8
+ export declare function insertSliceInsideBlockquote({ tr, slice, }: {
9
9
  slice: PMSlice;
10
10
  tr: Transaction;
11
11
  }): void;
12
12
  export declare function updateSelectionAfterReplace({ tr }: {
13
13
  tr: Transaction;
14
14
  }): Transaction | undefined;
15
- export declare function insertSliceForTaskInsideList({ tr, slice }: {
15
+ export declare function insertSliceForTaskInsideList({ tr, slice, }: {
16
16
  slice: PMSlice;
17
17
  tr: Transaction;
18
18
  }): void;
@@ -5,14 +5,14 @@ export declare function insertSliceForLists({ tr, slice, schema, }: {
5
5
  slice: PMSlice;
6
6
  tr: Transaction;
7
7
  }): void | Transaction;
8
- export declare function insertSliceInsideBlockquote({ tr, slice }: {
8
+ export declare function insertSliceInsideBlockquote({ tr, slice, }: {
9
9
  slice: PMSlice;
10
10
  tr: Transaction;
11
11
  }): void;
12
12
  export declare function updateSelectionAfterReplace({ tr }: {
13
13
  tr: Transaction;
14
14
  }): Transaction | undefined;
15
- export declare function insertSliceForTaskInsideList({ tr, slice }: {
15
+ export declare function insertSliceForTaskInsideList({ tr, slice, }: {
16
16
  slice: PMSlice;
17
17
  tr: Transaction;
18
18
  }): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-paste",
3
- "version": "8.2.3",
3
+ "version": "8.2.5",
4
4
  "description": "Paste plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,17 +37,17 @@
37
37
  "@atlaskit/editor-plugin-feature-flags": "^6.0.0",
38
38
  "@atlaskit/editor-plugin-list": "^9.0.0",
39
39
  "@atlaskit/editor-plugin-media": "^9.5.0",
40
- "@atlaskit/editor-plugin-mentions": "^9.2.0",
40
+ "@atlaskit/editor-plugin-mentions": "^9.3.0",
41
41
  "@atlaskit/editor-prosemirror": "^7.3.0",
42
42
  "@atlaskit/editor-tables": "^2.9.0",
43
43
  "@atlaskit/flag": "^17.8.0",
44
- "@atlaskit/icon": "^31.0.0",
44
+ "@atlaskit/icon": "^32.0.0",
45
45
  "@atlaskit/insm": "^0.3.0",
46
46
  "@atlaskit/media-client": "^35.8.0",
47
47
  "@atlaskit/media-common": "^12.4.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/prosemirror-history": "^0.2.0",
50
- "@atlaskit/tmp-editor-statsig": "^28.0.0",
50
+ "@atlaskit/tmp-editor-statsig": "^29.6.0",
51
51
  "@atlaskit/tokens": "^11.0.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "lodash": "^4.17.21",
@@ -55,7 +55,7 @@
55
55
  "uuid": "^3.1.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "@atlaskit/editor-common": "^111.16.0",
58
+ "@atlaskit/editor-common": "^111.20.0",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0"
61
61
  },