@thecb/components 11.1.0-beta.3 → 11.1.0-beta.5
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/obligation/Obligation.stories.js +2 -2
- package/src/components/molecules/obligation/modules/PaymentDetailsActions.js +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -47118,7 +47118,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
|
|
|
47118
47118
|
text: text,
|
|
47119
47119
|
variant: variant,
|
|
47120
47120
|
dataQa: text,
|
|
47121
|
-
disabled: disableActions
|
|
47121
|
+
disabled: disableActions || isInCart
|
|
47122
47122
|
}))), isMobile && /*#__PURE__*/React__default.createElement(Box, {
|
|
47123
47123
|
padding: "8px 0 0",
|
|
47124
47124
|
width: "100%"
|
|
@@ -47131,7 +47131,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
|
|
|
47131
47131
|
variant: variant,
|
|
47132
47132
|
dataQa: text,
|
|
47133
47133
|
extraStyles: isMobile && "flex-grow: 1; width: 100%; margin: 0;",
|
|
47134
|
-
disabled: disableActions
|
|
47134
|
+
disabled: disableActions || isInCart
|
|
47135
47135
|
}))));
|
|
47136
47136
|
};
|
|
47137
47137
|
|