@thecb/components 7.12.2-beta.17 → 7.12.2-beta.19

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.17",
3
+ "version": "7.12.2-beta.19",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -150,11 +150,11 @@ const ErrorDetails = () => (
150
150
  enableBoxShadow
151
151
  enableSmallText
152
152
  innerContentPadding="0 0.75rem"
153
- // extraStyles={`min-height: 67px; height: 67px;`}
153
+ extraStyles={`width: 100%`}
154
154
  iconPadding="0 0 0 0.25rem"
155
- // contentFullHeight={false}
156
- minHeight="0"
157
155
  height="67px"
156
+ minHeight="67px"
157
+ padding={"0.75rem"}
158
158
  />
159
159
  </Box>
160
160
  );