@thecb/components 7.12.2-beta.16 → 7.12.2-beta.17
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
|
@@ -47100,7 +47100,8 @@ var ErrorDetails = function ErrorDetails() {
|
|
|
47100
47100
|
,
|
|
47101
47101
|
iconPadding: "0 0 0 0.25rem" // contentFullHeight={false}
|
|
47102
47102
|
,
|
|
47103
|
-
minHeight: 0
|
|
47103
|
+
minHeight: "0",
|
|
47104
|
+
height: "67px"
|
|
47104
47105
|
}));
|
|
47105
47106
|
};
|
|
47106
47107
|
|