oa-componentbook 1.0.1-stage.90 → 1.0.1-stage.91

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.
@@ -197,9 +197,9 @@ function ApprovalWidget(_ref) {
197
197
  }), /*#__PURE__*/_react.default.createElement(_Typography.default, {
198
198
  typography: "type-b2-400",
199
199
  color: "secondary-content"
200
- }, (_actionContent$label = actionContent === null || actionContent === void 0 ? void 0 : actionContent.label) !== null && _actionContent$label !== void 0 ? _actionContent$label : "-")), actionRenderType === "button" && /*#__PURE__*/_react.default.createElement(_CustomButton.default, _extends({}, actionContent, {
200
+ }, (_actionContent$label = actionContent === null || actionContent === void 0 ? void 0 : actionContent.label) !== null && _actionContent$label !== void 0 ? _actionContent$label : "-")), actionRenderType === "button" && /*#__PURE__*/_react.default.createElement(_CustomButton.default, _extends({
201
201
  disabled: (_approvalForm$disable3 = approvalForm === null || approvalForm === void 0 ? void 0 : approvalForm.disabled) !== null && _approvalForm$disable3 !== void 0 ? _approvalForm$disable3 : false
202
- })), actionRenderType === "radio" &&
202
+ }, actionContent)), actionRenderType === "radio" &&
203
203
  /*#__PURE__*/
204
204
  //className="col-sm-12 col-md-4 col-lg-4"
205
205
  _react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_antd.Form.Item, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.90",
3
+ "version": "1.0.1-stage.91",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",