@thecb/components 11.1.0-beta.4 → 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 +1 -1
- package/src/components/molecules/obligation/modules/PaymentDetailsActions.js +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -47110,7 +47110,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
|
|
|
47110
47110
|
text: text,
|
|
47111
47111
|
variant: variant,
|
|
47112
47112
|
dataQa: text,
|
|
47113
|
-
disabled: disableActions
|
|
47113
|
+
disabled: disableActions || isInCart
|
|
47114
47114
|
}))), isMobile && /*#__PURE__*/React.createElement(Box, {
|
|
47115
47115
|
padding: "8px 0 0",
|
|
47116
47116
|
width: "100%"
|
|
@@ -47123,7 +47123,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
|
|
|
47123
47123
|
variant: variant,
|
|
47124
47124
|
dataQa: text,
|
|
47125
47125
|
extraStyles: isMobile && "flex-grow: 1; width: 100%; margin: 0;",
|
|
47126
|
-
disabled: disableActions
|
|
47126
|
+
disabled: disableActions || isInCart
|
|
47127
47127
|
}))));
|
|
47128
47128
|
};
|
|
47129
47129
|
|