oa-componentbook 0.18.134 → 0.18.135

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.
@@ -124,7 +124,7 @@ function ServiceCard(_ref) {
124
124
  title: "Your Appliances"
125
125
  }, /*#__PURE__*/_react.default.createElement("ul", {
126
126
  className: "noOfAppliances"
127
- }, remainingItems.map((item, index) => /*#__PURE__*/_react.default.createElement("li", {
127
+ }, body === null || body === void 0 ? void 0 : body.heading.map((item, index) => /*#__PURE__*/_react.default.createElement("li", {
128
128
  key: item
129
129
  }, item)))));
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "0.18.134",
3
+ "version": "0.18.135",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",