@atlaskit/editor-plugin-tasks-and-decisions 15.2.13 → 15.2.15

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
+ ## 15.2.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.2.14
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 15.2.13
4
16
 
5
17
  ### Patch Changes
@@ -2,17 +2,17 @@ import type { IntlShape } from 'react-intl';
2
2
  import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
3
3
  export declare const decisionItemToDOM: (node: PMNode, intl: IntlShape) => [string, {
4
4
  class: string;
5
- "data-decision-local-id": any;
6
- "data-decision-state": any;
7
- "data-prosemirror-node-name": string;
5
+ 'data-decision-local-id': any;
6
+ 'data-decision-state': any;
7
+ 'data-prosemirror-node-name': string;
8
8
  }, (string | [string, {
9
9
  contentEditable: boolean;
10
- "data-component": string;
10
+ 'data-component': string;
11
11
  }, (string | {
12
- "aria-label": string;
12
+ 'aria-label': string;
13
13
  role: string;
14
14
  } | (string | {
15
- "data-icon-source": string;
15
+ 'data-icon-source': string;
16
16
  height: string;
17
17
  role: string;
18
18
  viewBox: string;
@@ -20,9 +20,9 @@ export declare const decisionItemToDOM: (node: PMNode, intl: IntlShape) => [stri
20
20
  } | (string | {
21
21
  d: string;
22
22
  fill: string;
23
- "fill-rule": string;
23
+ 'fill-rule': string;
24
24
  })[])[] | (string | {
25
- "data-icon-source": string;
25
+ 'data-icon-source': string;
26
26
  fill: string;
27
27
  height: string;
28
28
  role: string;
@@ -31,20 +31,20 @@ export declare const decisionItemToDOM: (node: PMNode, intl: IntlShape) => [stri
31
31
  } | (string | {
32
32
  d: string;
33
33
  fill: string;
34
- "fill-rule": string;
34
+ 'fill-rule': string;
35
35
  })[])[])[]] | {
36
- "data-decision-wrapper": boolean;
37
- "data-testid": string;
36
+ 'data-decision-wrapper': boolean;
37
+ 'data-testid': string;
38
38
  } | (string | {
39
39
  contentEditable: boolean;
40
- "data-component": string;
41
- "data-testid": string;
40
+ 'data-component': string;
41
+ 'data-testid': string;
42
42
  })[] | (string | {
43
- "data-component": string;
43
+ 'data-component': string;
44
44
  } | (string | number | {
45
45
  class: string;
46
- "data-empty"?: undefined;
46
+ 'data-empty'?: undefined;
47
47
  } | {
48
48
  class: string;
49
- "data-empty": string;
49
+ 'data-empty': string;
50
50
  })[])[])[]];
@@ -1,3 +1,3 @@
1
1
  import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
2
2
  import type { EditorCommand } from '@atlaskit/editor-common/types';
3
- export declare const toggleTaskList: (editorAnalyticsAPI?: EditorAnalyticsAPI) => (targetType?: "orderedList" | "bulletList" | "paragraph") => EditorCommand;
3
+ export declare const toggleTaskList: (editorAnalyticsAPI?: EditorAnalyticsAPI) => (targetType?: 'orderedList' | 'bulletList' | 'paragraph') => EditorCommand;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "15.2.13",
3
+ "version": "15.2.15",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -30,25 +30,25 @@
30
30
  "@atlaskit/editor-plugin-editor-viewmode": "^14.0.0",
31
31
  "@atlaskit/editor-plugin-selection": "^12.0.0",
32
32
  "@atlaskit/editor-plugin-toolbar": "^9.0.0",
33
- "@atlaskit/editor-plugin-type-ahead": "^13.0.0",
33
+ "@atlaskit/editor-plugin-type-ahead": "^13.1.0",
34
34
  "@atlaskit/editor-prosemirror": "^8.0.0",
35
35
  "@atlaskit/editor-shared-styles": "^4.0.0",
36
36
  "@atlaskit/editor-toolbar": "^2.3.0",
37
37
  "@atlaskit/editor-toolbar-model": "^1.1.0",
38
- "@atlaskit/heading": "^6.2.0",
38
+ "@atlaskit/heading": "^7.0.0",
39
39
  "@atlaskit/icon": "^37.2.0",
40
40
  "@atlaskit/platform-feature-flags": "^2.1.0",
41
41
  "@atlaskit/primitives": "^22.2.0",
42
42
  "@atlaskit/prosemirror-input-rules": "^4.0.0",
43
- "@atlaskit/task-decision": "^21.7.0",
44
- "@atlaskit/tmp-editor-statsig": "^134.0.0",
43
+ "@atlaskit/task-decision": "^21.8.0",
44
+ "@atlaskit/tmp-editor-statsig": "^135.6.0",
45
45
  "@atlaskit/tokens": "^16.3.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@compiled/react": "^1.0.0",
48
48
  "bind-event-listener": "^3.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@atlaskit/editor-common": "^116.40.0",
51
+ "@atlaskit/editor-common": "^116.44.0",
52
52
  "react": "^18.2.0",
53
53
  "react-dom": "^18.2.0",
54
54
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"