@thecb/components 7.12.2-beta.15 → 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.cjs.js
CHANGED
|
@@ -17900,9 +17900,9 @@ var Alert = function Alert(_ref) {
|
|
|
17900
17900
|
}, /*#__PURE__*/React__default.createElement(IconQuit, null))))));
|
|
17901
17901
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
17902
17902
|
padding: padding,
|
|
17903
|
-
width: "100%"
|
|
17904
|
-
|
|
17905
|
-
,
|
|
17903
|
+
width: "100%",
|
|
17904
|
+
minHeight: height && parseInt(height) < 100 ? height : "100px",
|
|
17905
|
+
height: height ? height : "auto",
|
|
17906
17906
|
background: themeValues.background,
|
|
17907
17907
|
borderRadius: "4px",
|
|
17908
17908
|
borderColor: themeValues.border,
|
|
@@ -47107,7 +47107,8 @@ var ErrorDetails = function ErrorDetails() {
|
|
|
47107
47107
|
innerContentPadding: "0 0.75rem" // extraStyles={`min-height: 67px; height: 67px;`}
|
|
47108
47108
|
,
|
|
47109
47109
|
iconPadding: "0 0 0 0.25rem" // contentFullHeight={false}
|
|
47110
|
-
|
|
47110
|
+
,
|
|
47111
|
+
minHeight: 0
|
|
47111
47112
|
}));
|
|
47112
47113
|
};
|
|
47113
47114
|
|