@atlaskit/editor-plugin-tasks-and-decisions 10.1.1 → 10.1.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
|
@@ -223,7 +223,7 @@ var lazyTaskItemToDom = exports.lazyTaskItemToDom = function lazyTaskItemToDom(n
|
|
|
223
223
|
style: (0, _lazyNodeView.convertToInlineCss)({
|
|
224
224
|
display: 'block',
|
|
225
225
|
fontSize: '16px',
|
|
226
|
-
fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
226
|
+
fontFamily: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
227
227
|
color: "var(--ds-text, #292A2E)"
|
|
228
228
|
})
|
|
229
229
|
}, 0]]]];
|
|
@@ -213,7 +213,7 @@ export const lazyTaskItemToDom = node => {
|
|
|
213
213
|
style: convertToInlineCss({
|
|
214
214
|
display: 'block',
|
|
215
215
|
fontSize: '16px',
|
|
216
|
-
fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
216
|
+
fontFamily: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
217
217
|
color: "var(--ds-text, #292A2E)"
|
|
218
218
|
})
|
|
219
219
|
}, 0]]]];
|
|
@@ -215,7 +215,7 @@ export var lazyTaskItemToDom = function lazyTaskItemToDom(node) {
|
|
|
215
215
|
style: convertToInlineCss({
|
|
216
216
|
display: 'block',
|
|
217
217
|
fontSize: '16px',
|
|
218
|
-
fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
218
|
+
fontFamily: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
219
219
|
color: "var(--ds-text, #292A2E)"
|
|
220
220
|
})
|
|
221
221
|
}, 0]]]];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-tasks-and-decisions",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.3",
|
|
4
4
|
"description": "Tasks and decisions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
"@atlaskit/editor-plugin-context-identifier": "^7.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-editor-viewmode": "^9.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-selection": "^7.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-toolbar": "^4.
|
|
40
|
+
"@atlaskit/editor-plugin-toolbar": "^4.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-type-ahead": "^7.0.0",
|
|
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
45
|
"@atlaskit/editor-toolbar-model": "^0.3.0",
|
|
46
46
|
"@atlaskit/heading": "^5.2.0",
|
|
47
|
-
"@atlaskit/icon": "^
|
|
47
|
+
"@atlaskit/icon": "^30.0.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
49
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": "^
|
|
53
|
-
"@atlaskit/tokens": "^10.
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^17.0.0",
|
|
53
|
+
"@atlaskit/tokens": "^10.1.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.9.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"
|