@thecb/components 9.1.2 → 9.1.3

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.
package/dist/index.cjs.js CHANGED
@@ -26639,7 +26639,7 @@ var LineItem = function LineItem(_ref) {
26639
26639
  };
26640
26640
 
26641
26641
  var visibleCustomAttrs = customAttributes === null || customAttributes === void 0 ? void 0 : (_customAttributes$fil = customAttributes.filter(function (attr) {
26642
- return visibleFields.includes(attr.key) && attr.key !== "description";
26642
+ return (visibleFields === null || visibleFields === void 0 ? void 0 : visibleFields.includes(attr.key)) && attr.key !== "description";
26643
26643
  })) === null || _customAttributes$fil === void 0 ? void 0 : _customAttributes$fil.map(function (attr) {
26644
26644
  return /*#__PURE__*/React__default.createElement(Paragraph$1, {
26645
26645
  variant: "pS",