oa-componentbook 0.18.35 → 0.18.37

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.
@@ -106,7 +106,7 @@ function CloseClaimWidget(_ref) {
106
106
  placeholder: "Select",
107
107
  "data-test": dataTest ? "".concat(dataTest, "--rejection-reason") : undefined,
108
108
  options: closingClaimReasons === null || closingClaimReasons === void 0 ? void 0 : closingClaimReasons.map(row => ({
109
- value: row.key,
109
+ value: row.value,
110
110
  label: row.value
111
111
  }))
112
112
  })), isFraudRequired && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_antd.Form.Item, {
@@ -56,7 +56,7 @@ function KeyValueDataView(_ref) {
56
56
  }, key, ":"), ((0, _utils.isString)(value) || (0, _utils.isNumber)(value)) && /*#__PURE__*/_react.default.createElement("span", {
57
57
  className: "type-b2-400",
58
58
  title: value
59
- }, value) || _react.default.isValidElement && /*#__PURE__*/_react.default.createElement("div", null, value));
59
+ }, value) || _react.default.isValidElement && /*#__PURE__*/_react.default.createElement("span", null, value));
60
60
  }));
61
61
  }))));
62
62
  }
@@ -117,7 +117,9 @@ function SparePartsWidget(_ref) {
117
117
  }
118
118
  }, ' ', /*#__PURE__*/_react.default.createElement("span", null, renderCost(record.cost - record.discount)), record.showCostInfo && /*#__PURE__*/_react.default.createElement(_antd.Tooltip, {
119
119
  title: "Basic Price : ".concat(record.basicPrice || 'N/A', " , Discount : ").concat(record.basicDiscount || 'N/A')
120
- }, /*#__PURE__*/_react.default.createElement(_icons.InfoCircleFilled, null)))
120
+ }, /*#__PURE__*/_react.default.createElement(_Typography.default, {
121
+ color: "secondary-content"
122
+ }, /*#__PURE__*/_react.default.createElement(_icons.InfoCircleFilled, null))))
121
123
  }];
122
124
  if (coverageShow) {
123
125
  columns.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "0.18.35",
3
+ "version": "0.18.37",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",