oa-componentbook 1.0.1-stage.67 → 1.0.1-stage.68

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.
@@ -103,7 +103,7 @@ function ApprovalWidget(_ref) {
103
103
  color: "secondary-content"
104
104
  }, descriptionTitle), /*#__PURE__*/_react.default.createElement(_Typography.default, {
105
105
  typography: "type-b2-400",
106
- color: "secondary-content"
106
+ color: "primary-content"
107
107
  }, description)), !isQuestionStyleWidget && /*#__PURE__*/_react.default.createElement("div", {
108
108
  className: "oaCustomerResponse"
109
109
  }, /*#__PURE__*/_react.default.createElement(_Typography.default, {
@@ -119,8 +119,12 @@ function ApprovalWidget(_ref) {
119
119
  "data-test": dataTest ? "".concat(dataTest, "--view-button") : undefined,
120
120
  onClick: () => viewOnClick(questionId),
121
121
  type: "text-only",
122
- label: isQuestionStyleWidget ? "View Previous Description" : "View History"
123
- }), children)), !isQuestionStyleWidget && /*#__PURE__*/_react.default.createElement("div", {
122
+ label:
123
+ // isQuestionStyleWidget
124
+ // ? "View Previous Description"
125
+ // :
126
+ "View History"
127
+ }), children)), (systemStatus === null || systemStatus === void 0 ? void 0 : systemStatus.length) > 0 && /*#__PURE__*/_react.default.createElement("div", {
124
128
  className: "col-sm-12 col-md-4 col-lg-4 flexCol8"
125
129
  }, systemStatus === null || systemStatus === void 0 ? void 0 : systemStatus.map(status => {
126
130
  var _status$items;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.67",
3
+ "version": "1.0.1-stage.68",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",