@thecb/components 7.10.4-beta.0 → 7.10.4

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": "7.10.4-beta.0",
3
+ "version": "7.10.4",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -158,7 +158,7 @@ const PaymentFormACH = ({
158
158
  />
159
159
  )}
160
160
  {(showWalletCheckbox || showTerms) && (
161
- <Cluster childGap={"4px"}>
161
+ <Cluster childGap={"4px"} align="center">
162
162
  {showWalletCheckbox && (
163
163
  <Checkbox
164
164
  name="bank checkbox"
@@ -182,7 +182,7 @@ const PaymentFormCard = ({
182
182
  </Box>
183
183
  )}
184
184
  {(showWalletCheckbox || showTerms) && (
185
- <Cluster childGap={"4px"}>
185
+ <Cluster childGap={"4px"} align="center">
186
186
  {showWalletCheckbox && (
187
187
  <Checkbox
188
188
  name="credit card checkbox"