@thecb/components 7.12.2-beta.1 → 7.12.2-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "7.12.2-beta.1",
3
+ "version": "7.12.2-beta.3",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -120,10 +120,10 @@ const PaymentDetailsContent = ({
120
120
  );
121
121
 
122
122
  const LoadingDetails = () => (
123
- <Box padding="0" background={GHOST_GREY} borderRadius="4px">
124
- <Cover minHeight="100%" singleChild>
123
+ <Box padding="0" background={GHOST_GREY} borderRadius="4px" minHeight="196px">
124
+ <Cover minHeight="196px" singleChild fillCenter>
125
125
  <Center intrinsic>
126
- <Box>
126
+ <Box padding="0">
127
127
  <Spinner size="100" />
128
128
  </Box>
129
129
  </Center>