@thecb/components 7.12.2-beta.16 → 7.12.2-beta.18

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