@thecb/components 7.12.2-beta.17 → 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/dist/index.esm.js CHANGED
@@ -47098,10 +47098,12 @@ var ErrorDetails = function ErrorDetails() {
47098
47098
  enableSmallText: true,
47099
47099
  innerContentPadding: "0 0.75rem" // extraStyles={`min-height: 67px; height: 67px;`}
47100
47100
  ,
47101
+ extraStyles: "width: 100%",
47101
47102
  iconPadding: "0 0 0 0.25rem" // contentFullHeight={false}
47102
47103
  ,
47103
- minHeight: "0",
47104
- height: "67px"
47104
+ height: "67px",
47105
+ minHeight: "67px",
47106
+ padding: "0.75rem"
47105
47107
  }));
47106
47108
  };
47107
47109