@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.cjs.js
CHANGED
|
@@ -40706,6 +40706,8 @@ var InactiveTitleModule = function InactiveTitleModule(_ref) {
|
|
|
40706
40706
|
};
|
|
40707
40707
|
|
|
40708
40708
|
var Obligation = function Obligation(_ref) {
|
|
40709
|
+
var _obligation$customAtt;
|
|
40710
|
+
|
|
40709
40711
|
var config = _ref.config,
|
|
40710
40712
|
obligations = _ref.obligations,
|
|
40711
40713
|
actions = _ref.actions,
|
|
@@ -40729,8 +40731,7 @@ var Obligation = function Obligation(_ref) {
|
|
|
40729
40731
|
_ref$inactiveLookupVa = _ref.inactiveLookupValue,
|
|
40730
40732
|
inactiveLookupValue = _ref$inactiveLookupVa === void 0 ? "" : _ref$inactiveLookupVa;
|
|
40731
40733
|
var obligation = obligations[0];
|
|
40732
|
-
|
|
40733
|
-
var customAttributes = obligation.customAttributes;
|
|
40734
|
+
var customAttributes = (_obligation$customAtt = obligation === null || obligation === void 0 ? void 0 : obligation.customAttributes) !== null && _obligation$customAtt !== void 0 ? _obligation$customAtt : {};
|
|
40734
40735
|
var boxShadowValue = "0px 4px 4px rgba(41, 42, 51, 0.1), 0px 1px 1px 2px rgba(41, 42, 51, 0.1);";
|
|
40735
40736
|
var activeObligation = /*#__PURE__*/React__default.createElement(Box, {
|
|
40736
40737
|
padding: "0",
|