@thecb/components 7.13.4-beta.11 → 7.13.4-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": "7.13.4-beta.11",
3
+ "version": "7.13.4-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",
@@ -51,8 +51,8 @@ const Card = ({
51
51
  minWidth={width}
52
52
  extraStyles={extraStyles}
53
53
  >
54
- <Cover singleChild fillCenter>
55
- <Stack fullHeight childGap="0" bottomItem={numberOfChildren}>
54
+ <Cover singleChild>
55
+ <Stack fullHeight childGap="1.5rem" bottomItem={numberOfChildren}>
56
56
  {headerText && (
57
57
  <CardHeader
58
58
  headerText={headerText}