@thecb/components 7.12.2-beta.14 → 7.12.2-beta.16
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
|
@@ -17892,9 +17892,9 @@ var Alert = function Alert(_ref) {
|
|
|
17892
17892
|
}, /*#__PURE__*/React.createElement(IconQuit, null))))));
|
|
17893
17893
|
return /*#__PURE__*/React.createElement(Box, {
|
|
17894
17894
|
padding: padding,
|
|
17895
|
-
width: "100%"
|
|
17896
|
-
|
|
17897
|
-
,
|
|
17895
|
+
width: "100%",
|
|
17896
|
+
minHeight: height && parseInt(height) < 100 ? height : "100px",
|
|
17897
|
+
height: height ? height : "auto",
|
|
17898
17898
|
background: themeValues.background,
|
|
17899
17899
|
borderRadius: "4px",
|
|
17900
17900
|
borderColor: themeValues.border,
|
|
@@ -47099,7 +47099,8 @@ var ErrorDetails = function ErrorDetails() {
|
|
|
47099
47099
|
innerContentPadding: "0 0.75rem" // extraStyles={`min-height: 67px; height: 67px;`}
|
|
47100
47100
|
,
|
|
47101
47101
|
iconPadding: "0 0 0 0.25rem" // contentFullHeight={false}
|
|
47102
|
-
|
|
47102
|
+
,
|
|
47103
|
+
minHeight: 0
|
|
47103
47104
|
}));
|
|
47104
47105
|
};
|
|
47105
47106
|
|