@atlaskit/editor-plugin-tasks-and-decisions 2.13.2 → 2.13.3

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,11 @@
1
1
  # @atlaskit/editor-plugin-tasks-and-decisions
2
2
 
3
+ ## 2.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.13.2
4
10
 
5
11
  ### Patch Changes
@@ -6,7 +6,7 @@ interface Props {
6
6
  showPlaceholder?: boolean;
7
7
  }
8
8
  export declare const Decision: {
9
- ({ contentRef, showPlaceholder, intl: { formatMessage }, }: Props & WrappedComponentProps): JSX.Element;
9
+ ({ contentRef, showPlaceholder, intl: { formatMessage }, }: Props & WrappedComponentProps): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
@@ -31,7 +31,7 @@ export declare class TaskItem extends PureComponent<TaskItemProps, Object> {
31
31
  constructor(props: TaskItemProps);
32
32
  componentWillUnmount(): void;
33
33
  private renderWithProvider;
34
- render(): JSX.Element;
34
+ render(): React.JSX.Element;
35
35
  }
36
36
  declare const _default: React.FC<import("react-intl-next").WithIntlProps<TaskProps & WrappedComponentProps>> & {
37
37
  WrappedComponent: React.ComponentType<TaskProps & WrappedComponentProps>;
@@ -1,5 +1,5 @@
1
1
  import type { ReactElement } from 'react';
2
- import { Component } from 'react';
2
+ import React, { Component } from 'react';
3
3
  import type { ContextIdentifierProvider } from '@atlaskit/editor-common/provider-factory';
4
4
  import type { ContentRef, TaskDecisionProvider } from '@atlaskit/task-decision';
5
5
  export interface Props {
@@ -25,5 +25,5 @@ export default class TaskItemWithProviders extends Component<Props, State> {
25
25
  componentDidUpdate(prevProps: Props): void;
26
26
  componentWillUnmount(): void;
27
27
  private updateContextIdentifierProvider;
28
- render(): JSX.Element;
28
+ render(): React.JSX.Element;
29
29
  }
@@ -6,7 +6,7 @@ interface Props {
6
6
  showPlaceholder?: boolean;
7
7
  }
8
8
  export declare const Decision: {
9
- ({ contentRef, showPlaceholder, intl: { formatMessage }, }: Props & WrappedComponentProps): JSX.Element;
9
+ ({ contentRef, showPlaceholder, intl: { formatMessage }, }: Props & WrappedComponentProps): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
@@ -31,7 +31,7 @@ export declare class TaskItem extends PureComponent<TaskItemProps, Object> {
31
31
  constructor(props: TaskItemProps);
32
32
  componentWillUnmount(): void;
33
33
  private renderWithProvider;
34
- render(): JSX.Element;
34
+ render(): React.JSX.Element;
35
35
  }
36
36
  declare const _default: React.FC<import("react-intl-next").WithIntlProps<TaskProps & WrappedComponentProps>> & {
37
37
  WrappedComponent: React.ComponentType<TaskProps & WrappedComponentProps>;
@@ -1,5 +1,5 @@
1
1
  import type { ReactElement } from 'react';
2
- import { Component } from 'react';
2
+ import React, { Component } from 'react';
3
3
  import type { ContextIdentifierProvider } from '@atlaskit/editor-common/provider-factory';
4
4
  import type { ContentRef, TaskDecisionProvider } from '@atlaskit/task-decision';
5
5
  export interface Props {
@@ -25,5 +25,5 @@ export default class TaskItemWithProviders extends Component<Props, State> {
25
25
  componentDidUpdate(prevProps: Props): void;
26
26
  componentWillUnmount(): void;
27
27
  private updateContextIdentifierProvider;
28
- render(): JSX.Element;
28
+ render(): React.JSX.Element;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "2.13.2",
3
+ "version": "2.13.3",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,20 +34,20 @@
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
35
  "@atlaskit/analytics-namespaced-context": "^6.13.0",
36
36
  "@atlaskit/analytics-next": "^10.3.0",
37
- "@atlaskit/editor-common": "^99.7.0",
37
+ "@atlaskit/editor-common": "^99.8.0",
38
38
  "@atlaskit/editor-plugin-analytics": "^1.11.0",
39
39
  "@atlaskit/editor-plugin-context-identifier": "^1.3.0",
40
40
  "@atlaskit/editor-plugin-editor-viewmode": "2.1.17",
41
41
  "@atlaskit/editor-plugin-type-ahead": "^1.12.0",
42
42
  "@atlaskit/editor-prosemirror": "6.2.1",
43
43
  "@atlaskit/heading": "4.1.0",
44
- "@atlaskit/icon": "23.6.1",
44
+ "@atlaskit/icon": "23.7.0",
45
45
  "@atlaskit/platform-feature-flags": "^1.0.0",
46
46
  "@atlaskit/popup": "1.31.1",
47
47
  "@atlaskit/primitives": "13.4.1",
48
48
  "@atlaskit/prosemirror-input-rules": "^3.2.0",
49
49
  "@atlaskit/task-decision": "^17.12.0",
50
- "@atlaskit/tmp-editor-statsig": "^2.41.0",
50
+ "@atlaskit/tmp-editor-statsig": "^2.42.0",
51
51
  "@atlaskit/tokens": "3.3.1",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"