@thecb/components 5.8.1-beta.2 → 5.8.1-beta.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.esm.js CHANGED
@@ -40698,6 +40698,8 @@ var InactiveTitleModule = function InactiveTitleModule(_ref) {
40698
40698
  };
40699
40699
 
40700
40700
  var Obligation = function Obligation(_ref) {
40701
+ var _obligation$customAtt;
40702
+
40701
40703
  var config = _ref.config,
40702
40704
  obligations = _ref.obligations,
40703
40705
  actions = _ref.actions,
@@ -40721,8 +40723,7 @@ var Obligation = function Obligation(_ref) {
40721
40723
  _ref$inactiveLookupVa = _ref.inactiveLookupValue,
40722
40724
  inactiveLookupValue = _ref$inactiveLookupVa === void 0 ? "" : _ref$inactiveLookupVa;
40723
40725
  var obligation = obligations[0];
40724
- console.log("obligation in obligation component", obligation);
40725
- var customAttributes = obligation.customAttributes;
40726
+ var customAttributes = (_obligation$customAtt = obligation === null || obligation === void 0 ? void 0 : obligation.customAttributes) !== null && _obligation$customAtt !== void 0 ? _obligation$customAtt : {};
40726
40727
  var boxShadowValue = "0px 4px 4px rgba(41, 42, 51, 0.1), 0px 1px 1px 2px rgba(41, 42, 51, 0.1);";
40727
40728
  var activeObligation = /*#__PURE__*/React.createElement(Box, {
40728
40729
  padding: "0",