@thecb/components 10.4.0-beta.12 → 10.4.0-beta.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "10.4.0-beta.12",
3
+ "version": "10.4.0-beta.13",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -141,7 +141,7 @@ const PaymentDetailsActions = ({
141
141
  description={description}
142
142
  subDescription={subDescription}
143
143
  allowedPaymentInstruments={allowedPaymentInstruments}
144
- isInCustomerManagement={disableActions}
144
+ disableActions={disableActions}
145
145
  />
146
146
  )}
147
147
  </Box>