@thecb/components 5.8.1-beta.1 → 5.8.1-beta.2
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
|
@@ -40729,6 +40729,7 @@ var Obligation = function Obligation(_ref) {
|
|
|
40729
40729
|
_ref$inactiveLookupVa = _ref.inactiveLookupValue,
|
|
40730
40730
|
inactiveLookupValue = _ref$inactiveLookupVa === void 0 ? "" : _ref$inactiveLookupVa;
|
|
40731
40731
|
var obligation = obligations[0];
|
|
40732
|
+
console.log("obligation in obligation component", obligation);
|
|
40732
40733
|
var customAttributes = obligation.customAttributes;
|
|
40733
40734
|
var boxShadowValue = "0px 4px 4px rgba(41, 42, 51, 0.1), 0px 1px 1px 2px rgba(41, 42, 51, 0.1);";
|
|
40734
40735
|
var activeObligation = /*#__PURE__*/React__default.createElement(Box, {
|