thm-p3-configurator 0.0.144 → 0.0.145

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.
@@ -172,8 +172,10 @@ const ExtraProductsOverview = () => {
172
172
  className: (0, _helpers__.withStyle)(index === 0 ? 'mt-0' : 'mt-5'),
173
173
  key: "category-".concat(item.categoryName)
174
174
  }, /*#__PURE__*/_react.default.createElement("h2", null, item.categoryName), item.products.map((product, index) => {
175
- var _product$images, _product$images2, _product$boldDescript;
175
+ var _product$locationPric, _product$images, _product$images2, _product$boldDescript;
176
176
  return /*#__PURE__*/_react.default.createElement(_ProductCard.default, {
177
+ isTmg: isTmg,
178
+ stock: product === null || product === void 0 || (_product$locationPric = product.locationPrices) === null || _product$locationPric === void 0 ? void 0 : _product$locationPric.stock,
177
179
  key: product.articleNumber,
178
180
  hasCheckbox: true,
179
181
  isRecommended: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",