@atlaskit/editor-plugin-expand 2.1.0 → 2.2.1

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,23 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 2.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#124209](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124209)
14
+ [`8aa1792f12ed3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8aa1792f12ed3) -
15
+ bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 2.1.0
4
22
 
5
23
  ### Minor Changes
@@ -1,3 +1,4 @@
1
1
  import type { EditorState } from '@atlaskit/editor-prosemirror/state';
2
+ import { findParentNodeOfType } from '@atlaskit/editor-prosemirror/utils';
2
3
  export { findExpand, transformSliceToRemoveOpenExpand, transformSliceToRemoveOpenNestedExpand, transformSliceNestedExpandToExpand, } from '@atlaskit/editor-common/transforms';
3
- export declare const findParentExpandNode: (state: EditorState) => import("prosemirror-utils/dist/types").FindResult;
4
+ export declare const findParentExpandNode: (state: EditorState) => ReturnType<ReturnType<typeof findParentNodeOfType>>;
@@ -1,3 +1,4 @@
1
1
  import type { EditorState } from '@atlaskit/editor-prosemirror/state';
2
+ import { findParentNodeOfType } from '@atlaskit/editor-prosemirror/utils';
2
3
  export { findExpand, transformSliceToRemoveOpenExpand, transformSliceToRemoveOpenNestedExpand, transformSliceNestedExpandToExpand, } from '@atlaskit/editor-common/transforms';
3
- export declare const findParentExpandNode: (state: EditorState) => import("prosemirror-utils/dist/types").FindResult;
4
+ export declare const findParentExpandNode: (state: EditorState) => ReturnType<ReturnType<typeof findParentNodeOfType>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "2.1.0",
3
+ "version": "2.2.1",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,15 +35,15 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/adf-schema": "^40.3.0",
37
37
  "@atlaskit/button": "^19.1.0",
38
- "@atlaskit/editor-common": "^86.7.0",
39
- "@atlaskit/editor-plugin-analytics": "^1.5.0",
40
- "@atlaskit/editor-plugin-decorations": "^1.1.0",
41
- "@atlaskit/editor-plugin-editor-disabled": "^1.1.0",
42
- "@atlaskit/editor-plugin-selection": "^1.2.0",
43
- "@atlaskit/editor-plugin-selection-marker": "^1.3.0",
44
- "@atlaskit/editor-prosemirror": "4.0.1",
38
+ "@atlaskit/editor-common": "^87.0.0",
39
+ "@atlaskit/editor-plugin-analytics": "^1.6.0",
40
+ "@atlaskit/editor-plugin-decorations": "^1.2.0",
41
+ "@atlaskit/editor-plugin-editor-disabled": "^1.2.0",
42
+ "@atlaskit/editor-plugin-selection": "^1.3.0",
43
+ "@atlaskit/editor-plugin-selection-marker": "^1.4.0",
44
+ "@atlaskit/editor-prosemirror": "5.0.1",
45
45
  "@atlaskit/editor-shared-styles": "^2.13.0",
46
- "@atlaskit/editor-tables": "^2.7.0",
46
+ "@atlaskit/editor-tables": "^2.8.0",
47
47
  "@atlaskit/icon": "^22.7.0",
48
48
  "@atlaskit/platform-feature-flags": "^0.3.0",
49
49
  "@atlaskit/tooltip": "^18.5.0",
@@ -58,12 +58,12 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@atlaskit/analytics-next": "^9.3.0",
61
- "@atlaskit/editor-plugin-content-insertion": "^1.5.0",
62
- "@atlaskit/editor-plugin-guideline": "^1.1.0",
63
- "@atlaskit/editor-plugin-quick-insert": "^1.1.0",
64
- "@atlaskit/editor-plugin-table": "^7.22.0",
65
- "@atlaskit/editor-plugin-type-ahead": "^1.5.0",
66
- "@atlaskit/editor-plugin-width": "^1.1.0",
61
+ "@atlaskit/editor-plugin-content-insertion": "^1.6.0",
62
+ "@atlaskit/editor-plugin-guideline": "^1.2.0",
63
+ "@atlaskit/editor-plugin-quick-insert": "^1.2.0",
64
+ "@atlaskit/editor-plugin-table": "^7.24.0",
65
+ "@atlaskit/editor-plugin-type-ahead": "^1.6.0",
66
+ "@atlaskit/editor-plugin-width": "^1.2.0",
67
67
  "@testing-library/react": "^12.1.5",
68
68
  "react-test-renderer": "^16.8.0",
69
69
  "typescript": "~5.4.2"