@atlaskit/editor-plugin-tasks-and-decisions 7.0.0 → 7.0.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,19 @@
1
1
  # @atlaskit/editor-plugin-tasks-and-decisions
2
2
 
3
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
14
+ Internal changes to how border radius is applied.
15
+ - Updated dependencies
16
+
3
17
  ## 7.0.0
4
18
 
5
19
  ### Patch Changes
@@ -37,7 +37,7 @@ var decisionItemSpecWithFixedToDOM = exports.decisionItemSpecWithFixedToDOM = fu
37
37
  paddingLeft: "var(--ds-space-150, 12px)",
38
38
  margin: "var(--ds-space-100, 8px)".concat(" 0 0 0"),
39
39
  display: 'flex',
40
- borderRadius: "var(--ds-border-radius-100, 3px)"
40
+ borderRadius: "var(--ds-radius-small, 3px)"
41
41
  })
42
42
  }, ['span', {
43
43
  style: (0, _lazyNodeView.convertToInlineCss)({
@@ -29,7 +29,7 @@ export const decisionItemSpecWithFixedToDOM = () => {
29
29
  paddingLeft: "var(--ds-space-150, 12px)",
30
30
  margin: `${"var(--ds-space-100, 8px)"} 0 0 0`,
31
31
  display: 'flex',
32
- borderRadius: "var(--ds-border-radius-100, 3px)"
32
+ borderRadius: "var(--ds-radius-small, 3px)"
33
33
  })
34
34
  }, ['span', {
35
35
  style: convertToInlineCss({
@@ -30,7 +30,7 @@ export var decisionItemSpecWithFixedToDOM = function decisionItemSpecWithFixedTo
30
30
  paddingLeft: "var(--ds-space-150, 12px)",
31
31
  margin: "var(--ds-space-100, 8px)".concat(" 0 0 0"),
32
32
  display: 'flex',
33
- borderRadius: "var(--ds-border-radius-100, 3px)"
33
+ borderRadius: "var(--ds-radius-small, 3px)"
34
34
  })
35
35
  }, ['span', {
36
36
  style: convertToInlineCss({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/editor-plugin-type-ahead": "^4.0.0",
42
42
  "@atlaskit/editor-prosemirror": "7.0.0",
43
43
  "@atlaskit/editor-shared-styles": "^3.6.0",
44
- "@atlaskit/editor-toolbar": "^0.6.0",
44
+ "@atlaskit/editor-toolbar": "^0.7.0",
45
45
  "@atlaskit/heading": "^5.2.0",
46
46
  "@atlaskit/icon": "^28.1.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
@@ -49,14 +49,14 @@
49
49
  "@atlaskit/primitives": "^14.12.0",
50
50
  "@atlaskit/prosemirror-input-rules": "^3.4.0",
51
51
  "@atlaskit/task-decision": "^19.2.0",
52
- "@atlaskit/tmp-editor-statsig": "^12.0.0",
52
+ "@atlaskit/tmp-editor-statsig": "^12.2.0",
53
53
  "@atlaskit/tokens": "^6.1.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "@compiled/react": "^0.18.3",
56
56
  "bind-event-listener": "^3.0.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atlaskit/editor-common": "^108.0.0",
59
+ "@atlaskit/editor-common": "^108.1.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"