@atlaskit/editor-plugin-tasks-and-decisions 7.0.2 → 7.0.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
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-plugin-tasks-and-decisions
2
2
 
3
+ ## 7.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
3
11
  ## 7.0.2
4
12
 
5
13
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
 
2
- ._2rko1sit{border-radius:var(--ds-border-radius,3px)}
3
2
  ._2rko1ssb{border-radius:50%}
3
+ ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
4
4
  ._zulp1b66{gap:var(--ds-space-050,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
5
5
  ._18u0u2gc{margin-left:var(--ds-space-100,8px)}
6
6
  ._19bv1ejb{padding-left:var(--ds-space-300,24px)}
@@ -160,7 +160,7 @@ var RequestToEditPopup = exports.RequestToEditPopup = function RequestToEditPopu
160
160
  }, /*#__PURE__*/React.createElement(_uiReact.OutsideClickTargetRefContext.Consumer, null, function (setOutsideClickTargetRef) {
161
161
  return /*#__PURE__*/React.createElement("div", {
162
162
  ref: setOutsideClickTargetRef,
163
- className: (0, _runtime.ax)(["_2rko1sit _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qs1cd0 _bfhk1bhr"])
163
+ className: (0, _runtime.ax)(["_2rkofajl _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qs1cd0 _bfhk1bhr"])
164
164
  }, /*#__PURE__*/React.createElement("div", {
165
165
  className: (0, _runtime.ax)(["_1e0c1txw _2lx21bp4 _p12f1qwj _ca0qpxbi _u5f31ejb _n3tdpxbi _19bv1ejb"])
166
166
  }, /*#__PURE__*/React.createElement(_compiled.Stack, {
@@ -1,6 +1,6 @@
1
1
 
2
- ._2rko1sit{border-radius:var(--ds-border-radius,3px)}
3
2
  ._2rko1ssb{border-radius:50%}
3
+ ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
4
4
  ._zulp1b66{gap:var(--ds-space-050,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
5
5
  ._18u0u2gc{margin-left:var(--ds-space-100,8px)}
6
6
  ._19bv1ejb{padding-left:var(--ds-space-300,24px)}
@@ -145,7 +145,7 @@ export const RequestToEditPopup = ({
145
145
  captureClick: true
146
146
  }, /*#__PURE__*/React.createElement(OutsideClickTargetRefContext.Consumer, null, setOutsideClickTargetRef => /*#__PURE__*/React.createElement("div", {
147
147
  ref: setOutsideClickTargetRef,
148
- className: ax(["_2rko1sit _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qs1cd0 _bfhk1bhr"])
148
+ className: ax(["_2rkofajl _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qs1cd0 _bfhk1bhr"])
149
149
  }, /*#__PURE__*/React.createElement("div", {
150
150
  className: ax(["_1e0c1txw _2lx21bp4 _p12f1qwj _ca0qpxbi _u5f31ejb _n3tdpxbi _19bv1ejb"])
151
151
  }, /*#__PURE__*/React.createElement(Stack, {
@@ -1,6 +1,6 @@
1
1
 
2
- ._2rko1sit{border-radius:var(--ds-border-radius,3px)}
3
2
  ._2rko1ssb{border-radius:50%}
3
+ ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
4
4
  ._zulp1b66{gap:var(--ds-space-050,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
5
5
  ._18u0u2gc{margin-left:var(--ds-space-100,8px)}
6
6
  ._19bv1ejb{padding-left:var(--ds-space-300,24px)}
@@ -151,7 +151,7 @@ export var RequestToEditPopup = function RequestToEditPopup(_ref2) {
151
151
  }, /*#__PURE__*/React.createElement(OutsideClickTargetRefContext.Consumer, null, function (setOutsideClickTargetRef) {
152
152
  return /*#__PURE__*/React.createElement("div", {
153
153
  ref: setOutsideClickTargetRef,
154
- className: ax(["_2rko1sit _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qs1cd0 _bfhk1bhr"])
154
+ className: ax(["_2rkofajl _ca0qv77o _n3tdv77o _19bvv77o _u5f3v77o _16qs1cd0 _bfhk1bhr"])
155
155
  }, /*#__PURE__*/React.createElement("div", {
156
156
  className: ax(["_1e0c1txw _2lx21bp4 _p12f1qwj _ca0qpxbi _u5f31ejb _n3tdpxbi _19bv1ejb"])
157
157
  }, /*#__PURE__*/React.createElement(Stack, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",