@thecb/components 7.12.2-beta.18 → 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.18",
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,10 +150,8 @@ const ErrorDetails = () => (
150
150
  enableBoxShadow
151
151
  enableSmallText
152
152
  innerContentPadding="0 0.75rem"
153
- // extraStyles={`min-height: 67px; height: 67px;`}
154
153
  extraStyles={`width: 100%`}
155
154
  iconPadding="0 0 0 0.25rem"
156
- // contentFullHeight={false}
157
155
  height="67px"
158
156
  minHeight="67px"
159
157
  padding={"0.75rem"}