@atlaskit/task-decision 17.9.11 → 17.9.12

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,11 @@
1
1
  # @atlaskit/task-decision
2
2
 
3
+ ## 17.9.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#85831](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85831) [`1eb41b0f62ce`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1eb41b0f62ce) - Add test id to decision item.
8
+
3
9
  ## 17.9.11
4
10
 
5
11
  ### Patch Changes
@@ -68,6 +68,7 @@ var Item = exports.default = /*#__PURE__*/function (_PureComponent) {
68
68
  }, dataAttributes), children));
69
69
  } else if (itemType === 'DECISION') {
70
70
  return (0, _react2.jsx)("div", {
71
+ "data-testid": "elements-decision-item",
71
72
  css: (0, _styles.decisionStyles)(),
72
73
  "data-decision-wrapper": "true"
73
74
  }, icon, this.renderPlaceholder(), (0, _react2.jsx)("div", (0, _extends2.default)({
@@ -49,6 +49,7 @@ export default class Item extends PureComponent {
49
49
  }, dataAttributes), children));
50
50
  } else if (itemType === 'DECISION') {
51
51
  return jsx("div", {
52
+ "data-testid": "elements-decision-item",
52
53
  css: decisionStyles(),
53
54
  "data-decision-wrapper": "true"
54
55
  }, icon, this.renderPlaceholder(), jsx("div", _extends({
@@ -64,6 +64,7 @@ var Item = /*#__PURE__*/function (_PureComponent) {
64
64
  }, dataAttributes), children));
65
65
  } else if (itemType === 'DECISION') {
66
66
  return jsx("div", {
67
+ "data-testid": "elements-decision-item",
67
68
  css: decisionStyles(),
68
69
  "data-decision-wrapper": "true"
69
70
  }, icon, this.renderPlaceholder(), jsx("div", _extends({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.9.11",
3
+ "version": "17.9.12",
4
4
  "description": "Tasks and decisions react components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/analytics-next": "^9.2.0",
45
45
  "@atlaskit/icon": "^22.1.0",
46
46
  "@atlaskit/platform-feature-flags": "^0.2.2",
47
- "@atlaskit/theme": "^12.6.0",
47
+ "@atlaskit/theme": "^12.7.0",
48
48
  "@atlaskit/tokens": "^1.42.0",
49
49
  "@atlaskit/util-service-support": "^6.2.0",
50
50
  "@babel/runtime": "^7.0.0",