@atlaskit/editor-plugin-tasks-and-decisions 10.0.2 → 10.1.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 +17 -0
- package/dist/cjs/nodeviews/taskItemNodeSpec.js +39 -18
- package/dist/es2019/nodeviews/taskItemNodeSpec.js +40 -19
- package/dist/esm/nodeviews/taskItemNodeSpec.js +39 -18
- package/dist/types/nodeviews/decisionItemNodeSpec.d.ts +22 -22
- package/dist/types/pm-plugins/helpers.d.ts +2 -2
- package/dist/types-ts4.5/nodeviews/decisionItemNodeSpec.d.ts +22 -22
- package/dist/types-ts4.5/pm-plugins/helpers.d.ts +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-tasks-and-decisions
|
|
2
2
|
|
|
3
|
+
## 10.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 10.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`7c8501566cbe0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c8501566cbe0) -
|
|
14
|
+
improve task item styles by using 1 inline svg instead of 2
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 10.0.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -91,23 +91,27 @@ function taskItemToDom(node, placeholder, intl) {
|
|
|
91
91
|
'data-empty': 'true'
|
|
92
92
|
} : {};
|
|
93
93
|
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
'data-component': '
|
|
100
|
-
}, ['
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
'
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
94
|
+
var checkboxIcons = (0, _expValEquals.expValEquals)('platform_editor_task_item_styles', 'isEnabled', true) ? ['http://www.w3.org/2000/svg svg', {
|
|
95
|
+
width: '20',
|
|
96
|
+
height: '20',
|
|
97
|
+
viewBox: '2 2 20 20',
|
|
98
|
+
role: 'presentation',
|
|
99
|
+
'data-component': 'checkbox-icon'
|
|
100
|
+
}, ['http://www.w3.org/2000/svg g', {
|
|
101
|
+
'fill-rule': 'evenodd'
|
|
102
|
+
}, ['http://www.w3.org/2000/svg rect', {
|
|
103
|
+
fill: 'currentcolor',
|
|
104
|
+
x: '5.5',
|
|
105
|
+
y: '5.5',
|
|
106
|
+
width: '13',
|
|
107
|
+
height: '13',
|
|
108
|
+
rx: '1.5'
|
|
109
|
+
}], ['http://www.w3.org/2000/svg path', {
|
|
110
|
+
'fill-rule': 'evenodd',
|
|
111
|
+
'clip-rule': 'evenodd',
|
|
112
|
+
d: 'm16.326 9.48-1.152-.96-4.424 5.308-1.924-2.308-1.152.96 2.5 3a.75.75 0 0 0 1.152 0z',
|
|
113
|
+
fill: 'inherit'
|
|
114
|
+
}]]] : ['span', {
|
|
111
115
|
'aria-hidden': true,
|
|
112
116
|
'data-component': 'checkbox-icon-wrap'
|
|
113
117
|
}, ['http://www.w3.org/2000/svg svg', {
|
|
@@ -137,7 +141,24 @@ function taskItemToDom(node, placeholder, intl) {
|
|
|
137
141
|
'fill-rule': 'evenodd',
|
|
138
142
|
'clip-rule': 'evenodd',
|
|
139
143
|
d: 'M3 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm9.326 4.48-1.152-.96L6.75 9.828 4.826 7.52l-1.152.96 2.5 3a.75.75 0 0 0 1.152 0z'
|
|
140
|
-
}]]]
|
|
144
|
+
}]]];
|
|
145
|
+
return ['div', _objectSpread(_objectSpread({
|
|
146
|
+
class: "".concat(_styles.TaskDecisionSharedCssClassName.TASK_CONTAINER)
|
|
147
|
+
}, dataAttrs), {}, {
|
|
148
|
+
state: node.attrs.state
|
|
149
|
+
}), ['div', {
|
|
150
|
+
'data-component': 'task-item-main'
|
|
151
|
+
}, ['span', {
|
|
152
|
+
contenteditable: 'false',
|
|
153
|
+
class: "".concat(_styles.TaskDecisionSharedCssClassName.TASK_CHECKBOX_CONTAINER),
|
|
154
|
+
'data-component': 'task-item-input-wrap'
|
|
155
|
+
}, ['input', _objectSpread(_objectSpread({}, inputAttrs), {}, {
|
|
156
|
+
'data-input-type': 'task-item',
|
|
157
|
+
'data-task-input': true,
|
|
158
|
+
'data-testid': 'task-item-checkbox',
|
|
159
|
+
'data-component': 'task-item-input',
|
|
160
|
+
role: 'checkbox'
|
|
161
|
+
})], checkboxIcons], ['span', {
|
|
141
162
|
class: 'placeholder-node-view',
|
|
142
163
|
'data-testid': 'task-decision-item-placeholder',
|
|
143
164
|
'data-component': 'placeholder',
|
|
@@ -77,24 +77,27 @@ export function taskItemToDom(node, placeholder, intl) {
|
|
|
77
77
|
'data-empty': 'true'
|
|
78
78
|
} : {};
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
'data-component': '
|
|
86
|
-
}, ['
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
'
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
80
|
+
const checkboxIcons = expValEquals('platform_editor_task_item_styles', 'isEnabled', true) ? ['http://www.w3.org/2000/svg svg', {
|
|
81
|
+
width: '20',
|
|
82
|
+
height: '20',
|
|
83
|
+
viewBox: '2 2 20 20',
|
|
84
|
+
role: 'presentation',
|
|
85
|
+
'data-component': 'checkbox-icon'
|
|
86
|
+
}, ['http://www.w3.org/2000/svg g', {
|
|
87
|
+
'fill-rule': 'evenodd'
|
|
88
|
+
}, ['http://www.w3.org/2000/svg rect', {
|
|
89
|
+
fill: 'currentcolor',
|
|
90
|
+
x: '5.5',
|
|
91
|
+
y: '5.5',
|
|
92
|
+
width: '13',
|
|
93
|
+
height: '13',
|
|
94
|
+
rx: '1.5'
|
|
95
|
+
}], ['http://www.w3.org/2000/svg path', {
|
|
96
|
+
'fill-rule': 'evenodd',
|
|
97
|
+
'clip-rule': 'evenodd',
|
|
98
|
+
d: 'm16.326 9.48-1.152-.96-4.424 5.308-1.924-2.308-1.152.96 2.5 3a.75.75 0 0 0 1.152 0z',
|
|
99
|
+
fill: 'inherit'
|
|
100
|
+
}]]] : ['span', {
|
|
98
101
|
'aria-hidden': true,
|
|
99
102
|
'data-component': 'checkbox-icon-wrap'
|
|
100
103
|
}, ['http://www.w3.org/2000/svg svg', {
|
|
@@ -124,7 +127,25 @@ export function taskItemToDom(node, placeholder, intl) {
|
|
|
124
127
|
'fill-rule': 'evenodd',
|
|
125
128
|
'clip-rule': 'evenodd',
|
|
126
129
|
d: 'M3 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm9.326 4.48-1.152-.96L6.75 9.828 4.826 7.52l-1.152.96 2.5 3a.75.75 0 0 0 1.152 0z'
|
|
127
|
-
}]]]
|
|
130
|
+
}]]];
|
|
131
|
+
return ['div', {
|
|
132
|
+
class: `${TaskDecisionSharedCssClassName.TASK_CONTAINER}`,
|
|
133
|
+
...dataAttrs,
|
|
134
|
+
state: node.attrs.state
|
|
135
|
+
}, ['div', {
|
|
136
|
+
'data-component': 'task-item-main'
|
|
137
|
+
}, ['span', {
|
|
138
|
+
contenteditable: 'false',
|
|
139
|
+
class: `${TaskDecisionSharedCssClassName.TASK_CHECKBOX_CONTAINER}`,
|
|
140
|
+
'data-component': 'task-item-input-wrap'
|
|
141
|
+
}, ['input', {
|
|
142
|
+
...inputAttrs,
|
|
143
|
+
'data-input-type': 'task-item',
|
|
144
|
+
'data-task-input': true,
|
|
145
|
+
'data-testid': 'task-item-checkbox',
|
|
146
|
+
'data-component': 'task-item-input',
|
|
147
|
+
role: 'checkbox'
|
|
148
|
+
}], checkboxIcons], ['span', {
|
|
128
149
|
class: 'placeholder-node-view',
|
|
129
150
|
'data-testid': 'task-decision-item-placeholder',
|
|
130
151
|
'data-component': 'placeholder',
|
|
@@ -83,23 +83,27 @@ export function taskItemToDom(node, placeholder, intl) {
|
|
|
83
83
|
'data-empty': 'true'
|
|
84
84
|
} : {};
|
|
85
85
|
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
'data-component': '
|
|
92
|
-
}, ['
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
'
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
86
|
+
var checkboxIcons = expValEquals('platform_editor_task_item_styles', 'isEnabled', true) ? ['http://www.w3.org/2000/svg svg', {
|
|
87
|
+
width: '20',
|
|
88
|
+
height: '20',
|
|
89
|
+
viewBox: '2 2 20 20',
|
|
90
|
+
role: 'presentation',
|
|
91
|
+
'data-component': 'checkbox-icon'
|
|
92
|
+
}, ['http://www.w3.org/2000/svg g', {
|
|
93
|
+
'fill-rule': 'evenodd'
|
|
94
|
+
}, ['http://www.w3.org/2000/svg rect', {
|
|
95
|
+
fill: 'currentcolor',
|
|
96
|
+
x: '5.5',
|
|
97
|
+
y: '5.5',
|
|
98
|
+
width: '13',
|
|
99
|
+
height: '13',
|
|
100
|
+
rx: '1.5'
|
|
101
|
+
}], ['http://www.w3.org/2000/svg path', {
|
|
102
|
+
'fill-rule': 'evenodd',
|
|
103
|
+
'clip-rule': 'evenodd',
|
|
104
|
+
d: 'm16.326 9.48-1.152-.96-4.424 5.308-1.924-2.308-1.152.96 2.5 3a.75.75 0 0 0 1.152 0z',
|
|
105
|
+
fill: 'inherit'
|
|
106
|
+
}]]] : ['span', {
|
|
103
107
|
'aria-hidden': true,
|
|
104
108
|
'data-component': 'checkbox-icon-wrap'
|
|
105
109
|
}, ['http://www.w3.org/2000/svg svg', {
|
|
@@ -129,7 +133,24 @@ export function taskItemToDom(node, placeholder, intl) {
|
|
|
129
133
|
'fill-rule': 'evenodd',
|
|
130
134
|
'clip-rule': 'evenodd',
|
|
131
135
|
d: 'M3 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm9.326 4.48-1.152-.96L6.75 9.828 4.826 7.52l-1.152.96 2.5 3a.75.75 0 0 0 1.152 0z'
|
|
132
|
-
}]]]
|
|
136
|
+
}]]];
|
|
137
|
+
return ['div', _objectSpread(_objectSpread({
|
|
138
|
+
class: "".concat(TaskDecisionSharedCssClassName.TASK_CONTAINER)
|
|
139
|
+
}, dataAttrs), {}, {
|
|
140
|
+
state: node.attrs.state
|
|
141
|
+
}), ['div', {
|
|
142
|
+
'data-component': 'task-item-main'
|
|
143
|
+
}, ['span', {
|
|
144
|
+
contenteditable: 'false',
|
|
145
|
+
class: "".concat(TaskDecisionSharedCssClassName.TASK_CHECKBOX_CONTAINER),
|
|
146
|
+
'data-component': 'task-item-input-wrap'
|
|
147
|
+
}, ['input', _objectSpread(_objectSpread({}, inputAttrs), {}, {
|
|
148
|
+
'data-input-type': 'task-item',
|
|
149
|
+
'data-task-input': true,
|
|
150
|
+
'data-testid': 'task-item-checkbox',
|
|
151
|
+
'data-component': 'task-item-input',
|
|
152
|
+
role: 'checkbox'
|
|
153
|
+
})], checkboxIcons], ['span', {
|
|
133
154
|
class: 'placeholder-node-view',
|
|
134
155
|
'data-testid': 'task-decision-item-placeholder',
|
|
135
156
|
'data-component': 'placeholder',
|
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
import { type IntlShape } from 'react-intl-next';
|
|
2
2
|
import { type Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
3
3
|
export declare const decisionItemToDOM: (node: PMNode, intl: IntlShape) => [string, {
|
|
4
|
-
'data-decision-local-id': any;
|
|
5
|
-
'data-decision-state': any;
|
|
6
|
-
'data-prosemirror-node-name': string;
|
|
7
4
|
class: 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
|
-
|
|
10
|
+
"data-component": string;
|
|
11
11
|
}, (string | {
|
|
12
|
+
"aria-label": string;
|
|
12
13
|
role: string;
|
|
13
|
-
'aria-label': string;
|
|
14
14
|
} | (string | {
|
|
15
|
-
|
|
15
|
+
"data-icon-source": string;
|
|
16
|
+
height: string;
|
|
16
17
|
role: string;
|
|
18
|
+
viewBox: string;
|
|
17
19
|
width: string;
|
|
18
|
-
height: string;
|
|
19
|
-
'data-icon-source': string;
|
|
20
20
|
} | (string | {
|
|
21
|
-
fill: string;
|
|
22
|
-
'fill-rule': string;
|
|
23
21
|
d: string;
|
|
22
|
+
fill: string;
|
|
23
|
+
"fill-rule": string;
|
|
24
24
|
})[])[] | (string | {
|
|
25
|
-
|
|
25
|
+
"data-icon-source": string;
|
|
26
26
|
fill: string;
|
|
27
|
+
height: string;
|
|
27
28
|
role: string;
|
|
29
|
+
viewBox: string;
|
|
28
30
|
width: string;
|
|
29
|
-
height: string;
|
|
30
|
-
'data-icon-source': string;
|
|
31
31
|
} | (string | {
|
|
32
|
-
fill: string;
|
|
33
|
-
'fill-rule': string;
|
|
34
32
|
d: string;
|
|
33
|
+
fill: string;
|
|
34
|
+
"fill-rule": string;
|
|
35
35
|
})[])[])[]] | {
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
"data-decision-wrapper": boolean;
|
|
37
|
+
"data-testid": string;
|
|
38
38
|
} | (string | {
|
|
39
|
-
'data-testid': string;
|
|
40
|
-
'data-component': string;
|
|
41
39
|
contentEditable: boolean;
|
|
40
|
+
"data-component": string;
|
|
41
|
+
"data-testid": string;
|
|
42
42
|
})[] | (string | {
|
|
43
|
-
|
|
43
|
+
"data-component": string;
|
|
44
44
|
} | (string | number | {
|
|
45
|
-
'data-empty'?: undefined;
|
|
46
45
|
class: string;
|
|
46
|
+
"data-empty"?: undefined;
|
|
47
47
|
} | {
|
|
48
|
-
'data-empty': string;
|
|
49
48
|
class: string;
|
|
49
|
+
"data-empty": string;
|
|
50
50
|
})[])[])[]];
|
|
@@ -72,8 +72,8 @@ export declare const isEmptyTaskDecision: (state: EditorState) => boolean;
|
|
|
72
72
|
*/
|
|
73
73
|
export declare const liftBlock: (tr: Transaction, $from: ResolvedPos, $to: ResolvedPos) => Transaction | null;
|
|
74
74
|
export declare function getTaskItemDataAtPos(view: EditorView): {
|
|
75
|
-
pos: number;
|
|
76
75
|
localId: any;
|
|
76
|
+
pos: number;
|
|
77
77
|
} | undefined;
|
|
78
78
|
export declare function getAllTaskItemsDataInRootTaskList(view: EditorView): {
|
|
79
79
|
index: number;
|
|
@@ -86,8 +86,8 @@ export declare function getCurrentTaskItemIndex(view: EditorView, allTaskItems:
|
|
|
86
86
|
pos: number;
|
|
87
87
|
}>): number;
|
|
88
88
|
export declare function getTaskItemDataToFocus(view: EditorView, direction: 'next' | 'previous'): {
|
|
89
|
-
pos: number;
|
|
90
89
|
localId: any;
|
|
90
|
+
pos: number;
|
|
91
91
|
} | undefined;
|
|
92
92
|
export declare function focusCheckbox(view: EditorView, taskItemData?: TaskItemData): void;
|
|
93
93
|
export declare function focusCheckboxAndUpdateSelection(view: EditorView, taskItemData: TaskItemData): void;
|
|
@@ -3,56 +3,56 @@ import { type Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
|
3
3
|
export declare const decisionItemToDOM: (node: PMNode, intl: IntlShape) => [
|
|
4
4
|
string,
|
|
5
5
|
{
|
|
6
|
-
'data-decision-local-id': any;
|
|
7
|
-
'data-decision-state': any;
|
|
8
|
-
'data-prosemirror-node-name': string;
|
|
9
6
|
class: string;
|
|
7
|
+
"data-decision-local-id": any;
|
|
8
|
+
"data-decision-state": any;
|
|
9
|
+
"data-prosemirror-node-name": string;
|
|
10
10
|
},
|
|
11
11
|
(string | [
|
|
12
12
|
string,
|
|
13
13
|
{
|
|
14
14
|
contentEditable: boolean;
|
|
15
|
-
|
|
15
|
+
"data-component": string;
|
|
16
16
|
},
|
|
17
17
|
(string | {
|
|
18
|
+
"aria-label": string;
|
|
18
19
|
role: string;
|
|
19
|
-
'aria-label': string;
|
|
20
20
|
} | (string | {
|
|
21
|
-
|
|
21
|
+
"data-icon-source": string;
|
|
22
|
+
height: string;
|
|
22
23
|
role: string;
|
|
24
|
+
viewBox: string;
|
|
23
25
|
width: string;
|
|
24
|
-
height: string;
|
|
25
|
-
'data-icon-source': string;
|
|
26
26
|
} | (string | {
|
|
27
|
-
fill: string;
|
|
28
|
-
'fill-rule': string;
|
|
29
27
|
d: string;
|
|
28
|
+
fill: string;
|
|
29
|
+
"fill-rule": string;
|
|
30
30
|
})[])[] | (string | {
|
|
31
|
-
|
|
31
|
+
"data-icon-source": string;
|
|
32
32
|
fill: string;
|
|
33
|
+
height: string;
|
|
33
34
|
role: string;
|
|
35
|
+
viewBox: string;
|
|
34
36
|
width: string;
|
|
35
|
-
height: string;
|
|
36
|
-
'data-icon-source': string;
|
|
37
37
|
} | (string | {
|
|
38
|
-
fill: string;
|
|
39
|
-
'fill-rule': string;
|
|
40
38
|
d: string;
|
|
39
|
+
fill: string;
|
|
40
|
+
"fill-rule": string;
|
|
41
41
|
})[])[])[]
|
|
42
42
|
] | {
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
"data-decision-wrapper": boolean;
|
|
44
|
+
"data-testid": string;
|
|
45
45
|
} | (string | {
|
|
46
|
-
'data-testid': string;
|
|
47
|
-
'data-component': string;
|
|
48
46
|
contentEditable: boolean;
|
|
47
|
+
"data-component": string;
|
|
48
|
+
"data-testid": string;
|
|
49
49
|
})[] | (string | {
|
|
50
|
-
|
|
50
|
+
"data-component": string;
|
|
51
51
|
} | (string | number | {
|
|
52
|
-
'data-empty'?: undefined;
|
|
53
52
|
class: string;
|
|
53
|
+
"data-empty"?: undefined;
|
|
54
54
|
} | {
|
|
55
|
-
'data-empty': string;
|
|
56
55
|
class: string;
|
|
56
|
+
"data-empty": string;
|
|
57
57
|
})[])[])[]
|
|
58
58
|
];
|
|
@@ -72,8 +72,8 @@ export declare const isEmptyTaskDecision: (state: EditorState) => boolean;
|
|
|
72
72
|
*/
|
|
73
73
|
export declare const liftBlock: (tr: Transaction, $from: ResolvedPos, $to: ResolvedPos) => Transaction | null;
|
|
74
74
|
export declare function getTaskItemDataAtPos(view: EditorView): {
|
|
75
|
-
pos: number;
|
|
76
75
|
localId: any;
|
|
76
|
+
pos: number;
|
|
77
77
|
} | undefined;
|
|
78
78
|
export declare function getAllTaskItemsDataInRootTaskList(view: EditorView): {
|
|
79
79
|
index: number;
|
|
@@ -86,8 +86,8 @@ export declare function getCurrentTaskItemIndex(view: EditorView, allTaskItems:
|
|
|
86
86
|
pos: number;
|
|
87
87
|
}>): number;
|
|
88
88
|
export declare function getTaskItemDataToFocus(view: EditorView, direction: 'next' | 'previous'): {
|
|
89
|
-
pos: number;
|
|
90
89
|
localId: any;
|
|
90
|
+
pos: number;
|
|
91
91
|
} | undefined;
|
|
92
92
|
export declare function focusCheckbox(view: EditorView, taskItemData?: TaskItemData): void;
|
|
93
93
|
export declare function focusCheckboxAndUpdateSelection(view: EditorView, taskItemData: TaskItemData): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-tasks-and-decisions",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.1",
|
|
4
4
|
"description": "Tasks and decisions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -42,21 +42,21 @@
|
|
|
42
42
|
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
43
43
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
44
44
|
"@atlaskit/editor-toolbar": "^0.19.0",
|
|
45
|
-
"@atlaskit/editor-toolbar-model": "^0.
|
|
45
|
+
"@atlaskit/editor-toolbar-model": "^0.3.0",
|
|
46
46
|
"@atlaskit/heading": "^5.2.0",
|
|
47
47
|
"@atlaskit/icon": "^29.4.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
49
|
-
"@atlaskit/primitives": "^17.
|
|
49
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
50
50
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
51
51
|
"@atlaskit/task-decision": "^19.2.0",
|
|
52
|
-
"@atlaskit/tmp-editor-statsig": "^16.
|
|
53
|
-
"@atlaskit/tokens": "^
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^16.23.0",
|
|
53
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
55
|
"@compiled/react": "^0.18.6",
|
|
56
56
|
"bind-event-listener": "^3.0.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@atlaskit/editor-common": "^111.
|
|
59
|
+
"@atlaskit/editor-common": "^111.8.0",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-dom": "^18.2.0",
|
|
62
62
|
"react-intl-next": "npm:react-intl@^5.18.1"
|