@atlaskit/editor-plugin-tasks-and-decisions 17.0.5 → 18.0.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 +6 -0
- package/compass.yml +2 -2
- package/package.json +10 -10
- package/editor-plugin-tasks-and-decisions.docs.tsx +0 -46
package/CHANGELOG.md
CHANGED
package/compass.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
configVersion: 1
|
|
2
2
|
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/2f67d805-df77-4ad5-b45f-906618d2bfa8
|
|
3
3
|
name: '@atlaskit/editor-plugin-tasks-and-decisions'
|
|
4
|
-
ownerId: ari:cloud:identity::team/
|
|
4
|
+
ownerId: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb # Editor Developers
|
|
5
5
|
labels:
|
|
6
6
|
- platform-code
|
|
7
7
|
- platform-afm
|
|
@@ -23,7 +23,7 @@ links:
|
|
|
23
23
|
customFields:
|
|
24
24
|
- name: Department
|
|
25
25
|
type: text
|
|
26
|
-
value:
|
|
26
|
+
value: Editor Developers
|
|
27
27
|
- name: Trusted Reviewer Teams
|
|
28
28
|
type: text
|
|
29
29
|
value: ari:cloud:identity::team/cf6a670b-5252-4c68-a769-9207de366beb
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-tasks-and-decisions",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Tasks and decisions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"@atlaskit/adf-schema": "^56.7.0",
|
|
25
25
|
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
26
26
|
"@atlaskit/css": "^1.0.0",
|
|
27
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
28
|
-
"@atlaskit/editor-plugin-block-menu": "^
|
|
29
|
-
"@atlaskit/editor-plugin-context-identifier": "^
|
|
30
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^
|
|
31
|
-
"@atlaskit/editor-plugin-selection": "^
|
|
32
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
33
|
-
"@atlaskit/editor-plugin-type-ahead": "^
|
|
27
|
+
"@atlaskit/editor-plugin-analytics": "^15.0.0",
|
|
28
|
+
"@atlaskit/editor-plugin-block-menu": "^14.0.0",
|
|
29
|
+
"@atlaskit/editor-plugin-context-identifier": "^15.0.0",
|
|
30
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^17.0.0",
|
|
31
|
+
"@atlaskit/editor-plugin-selection": "^15.0.0",
|
|
32
|
+
"@atlaskit/editor-plugin-toolbar": "^12.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-type-ahead": "^16.0.0",
|
|
34
34
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
35
35
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
36
36
|
"@atlaskit/editor-toolbar": "^2.4.0",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"@atlaskit/primitives": "^22.2.0",
|
|
42
42
|
"@atlaskit/prosemirror-input-rules": "^4.0.0",
|
|
43
43
|
"@atlaskit/task-decision": "^21.8.0",
|
|
44
|
-
"@atlaskit/tmp-editor-statsig": "^147.
|
|
44
|
+
"@atlaskit/tmp-editor-statsig": "^147.1.0",
|
|
45
45
|
"@atlaskit/tokens": "^16.7.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@compiled/react": "^1.0.2",
|
|
48
48
|
"bind-event-listener": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@atlaskit/editor-common": "^
|
|
51
|
+
"@atlaskit/editor-common": "^119.0.0",
|
|
52
52
|
"react": "^18.2.0 || ^19.2.0",
|
|
53
53
|
"react-dom": "^18.2.0 || ^19.2.0",
|
|
54
54
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Testing structured MCP docs for review — ignore this file.
|
|
3
|
-
* Contact #dst-structured-content in Slack with questions.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import path from 'path';
|
|
7
|
-
|
|
8
|
-
import type { StructuredContentSource } from '@atlassian/structured-docs-types/types';
|
|
9
|
-
|
|
10
|
-
import packageJson from './package.json';
|
|
11
|
-
|
|
12
|
-
const packagePath = path.resolve(__dirname);
|
|
13
|
-
|
|
14
|
-
const documentation: StructuredContentSource = {
|
|
15
|
-
components: [
|
|
16
|
-
{
|
|
17
|
-
name: 'Editor Plugin Tasks And Decisions',
|
|
18
|
-
description: 'Tasks and decisions plugin for @atlaskit/editor-core',
|
|
19
|
-
status: 'general-availability',
|
|
20
|
-
import: {
|
|
21
|
-
name: 'tasksAndDecisionsPlugin',
|
|
22
|
-
package: '@atlaskit/editor-plugin-tasks-and-decisions',
|
|
23
|
-
type: 'named',
|
|
24
|
-
packagePath,
|
|
25
|
-
packageJson,
|
|
26
|
-
},
|
|
27
|
-
usageGuidelines: [],
|
|
28
|
-
contentGuidelines: [],
|
|
29
|
-
accessibilityGuidelines: [],
|
|
30
|
-
keywords: ['editor', 'editor-plugin-tasks-and-decisions', 'atlaskit'],
|
|
31
|
-
categories: ['editor'],
|
|
32
|
-
examples: [
|
|
33
|
-
{
|
|
34
|
-
name: 'Composable editor tasks and decisions',
|
|
35
|
-
description: 'Tasks and decisions plugin in composable editor.',
|
|
36
|
-
source: path.resolve(
|
|
37
|
-
packagePath,
|
|
38
|
-
'./examples/1-composable-editor-tasks-and-decisions.tsx',
|
|
39
|
-
),
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
export default documentation;
|