@atlaskit/editor-plugin-tasks-and-decisions 4.1.0 → 4.1.2

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
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.1.0
4
16
 
5
17
  ### Minor Changes
@@ -94,7 +94,7 @@ var taskItemSpecWithFixedToDOM = exports.taskItemSpecWithFixedToDOM = function t
94
94
  style: (0, _lazyNodeView.convertToInlineCss)({
95
95
  display: 'block',
96
96
  fontSize: '16px',
97
- fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
97
+ fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
98
98
  color: "var(--ds-text, #172B4D)"
99
99
  })
100
100
  }, 0]]]];
@@ -82,7 +82,7 @@ export const taskItemSpecWithFixedToDOM = () => {
82
82
  style: convertToInlineCss({
83
83
  display: 'block',
84
84
  fontSize: '16px',
85
- fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
85
+ fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
86
86
  color: "var(--ds-text, #172B4D)"
87
87
  })
88
88
  }, 0]]]];
@@ -85,7 +85,7 @@ export var taskItemSpecWithFixedToDOM = function taskItemSpecWithFixedToDOM() {
85
85
  style: convertToInlineCss({
86
86
  display: 'block',
87
87
  fontSize: '16px',
88
- fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
88
+ fontFamily: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
89
89
  color: "var(--ds-text, #172B4D)"
90
90
  })
91
91
  }, 0]]]];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -47,11 +47,11 @@
47
47
  "@atlaskit/icon": "24.1.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/popup": "2.0.2",
50
- "@atlaskit/primitives": "14.1.2",
50
+ "@atlaskit/primitives": "14.1.3",
51
51
  "@atlaskit/prosemirror-input-rules": "^3.3.0",
52
52
  "@atlaskit/task-decision": "^19.0.0",
53
53
  "@atlaskit/tmp-editor-statsig": "^3.4.0",
54
- "@atlaskit/tokens": "4.3.1",
54
+ "@atlaskit/tokens": "4.3.2",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "@compiled/react": "^0.18.2"
57
57
  },