oa-componentbook 1.0.1-stage.448 → 1.0.1-stage.449

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.
@@ -2229,7 +2229,7 @@ function GenricLayOut(_ref) {
2229
2229
  }
2230
2230
  })), /*#__PURE__*/_react.default.createElement("div", {
2231
2231
  className: "oaheaderButtonsRight"
2232
- }, (rightHeaderSecondButton === null || rightHeaderSecondButton === void 0 ? void 0 : rightHeaderSecondButton.visible) && /*#__PURE__*/_react.default.createElement(_CustomButton.default, {
2232
+ }, !isFiltersEmpty(customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && /*#__PURE__*/_react.default.createElement(_CustomButton.default, {
2233
2233
  label: rightHeaderSecondButton === null || rightHeaderSecondButton === void 0 ? void 0 : rightHeaderSecondButton.label,
2234
2234
  onClick: rightHeaderSecondButtonClick,
2235
2235
  type: rightHeaderSecondButton === null || rightHeaderSecondButton === void 0 ? void 0 : rightHeaderSecondButton.type,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.448",
3
+ "version": "1.0.1-stage.449",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",