@atlaskit/editor-plugin-status 2.7.1 → 2.8.0

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-status
2
2
 
3
+ ## 2.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
8
+ [`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
9
+ Bumped editor-prosemirror version to 7.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 2.7.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 2.7.1
4
22
 
5
23
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { DomAtPos } from '@atlaskit/editor-prosemirror/utils';
4
4
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
@@ -11,5 +11,5 @@ interface ContentComponentProps {
11
11
  editorView: EditorView;
12
12
  domAtPos: DomAtPos;
13
13
  }
14
- export declare function ContentComponent({ api, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, editorView, domAtPos, }: ContentComponentProps): JSX.Element | null;
14
+ export declare function ContentComponent({ api, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, editorView, domAtPos, }: ContentComponentProps): React.JSX.Element | null;
15
15
  export {};
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { DomAtPos } from '@atlaskit/editor-prosemirror/utils';
4
4
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
@@ -11,5 +11,5 @@ interface ContentComponentProps {
11
11
  editorView: EditorView;
12
12
  domAtPos: DomAtPos;
13
13
  }
14
- export declare function ContentComponent({ api, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, editorView, domAtPos, }: ContentComponentProps): JSX.Element | null;
14
+ export declare function ContentComponent({ api, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, editorView, domAtPos, }: ContentComponentProps): React.JSX.Element | null;
15
15
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-status",
3
- "version": "2.7.1",
3
+ "version": "2.8.0",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,14 +33,14 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
35
  "@atlaskit/analytics-next": "^10.3.0",
36
- "@atlaskit/editor-common": "^99.7.0",
37
- "@atlaskit/editor-plugin-analytics": "^1.11.0",
38
- "@atlaskit/editor-prosemirror": "6.2.1",
36
+ "@atlaskit/editor-common": "^99.10.0",
37
+ "@atlaskit/editor-plugin-analytics": "^1.12.0",
38
+ "@atlaskit/editor-prosemirror": "7.0.0",
39
39
  "@atlaskit/editor-shared-styles": "^3.2.0",
40
- "@atlaskit/icon": "^23.6.0",
40
+ "@atlaskit/icon": "^23.7.0",
41
41
  "@atlaskit/platform-feature-flags": "^1.0.0",
42
42
  "@atlaskit/status": "^1.9.0",
43
- "@atlaskit/theme": "^14.1.0",
43
+ "@atlaskit/theme": "^15.0.0",
44
44
  "@atlaskit/tokens": "^3.3.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1"