@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.esm.js
CHANGED
|
@@ -40721,6 +40721,7 @@ var Obligation = function Obligation(_ref) {
|
|
|
40721
40721
|
_ref$inactiveLookupVa = _ref.inactiveLookupValue,
|
|
40722
40722
|
inactiveLookupValue = _ref$inactiveLookupVa === void 0 ? "" : _ref$inactiveLookupVa;
|
|
40723
40723
|
var obligation = obligations[0];
|
|
40724
|
+
console.log("obligation in obligation component", obligation);
|
|
40724
40725
|
var customAttributes = obligation.customAttributes;
|
|
40725
40726
|
var boxShadowValue = "0px 4px 4px rgba(41, 42, 51, 0.1), 0px 1px 1px 2px rgba(41, 42, 51, 0.1);";
|
|
40726
40727
|
var activeObligation = /*#__PURE__*/React.createElement(Box, {
|