@thecb/components 7.12.2-beta.13 → 7.12.2-beta.14
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%" // minHeight={height && parseInt(height) < 100 ? height : "100px"}
|
|
17904
|
+
// height={height ? height : "auto"}
|
|
17905
|
+
,
|
|
17906
17906
|
background: themeValues.background,
|
|
17907
17907
|
borderRadius: "4px",
|
|
17908
17908
|
borderColor: themeValues.border,
|
|
@@ -47104,10 +47104,10 @@ var ErrorDetails = function ErrorDetails() {
|
|
|
47104
47104
|
noBorder: true,
|
|
47105
47105
|
enableBoxShadow: true,
|
|
47106
47106
|
enableSmallText: true,
|
|
47107
|
-
innerContentPadding: "0 0.75rem"
|
|
47108
|
-
|
|
47109
|
-
iconPadding: "0 0 0 0.25rem"
|
|
47110
|
-
|
|
47107
|
+
innerContentPadding: "0 0.75rem" // extraStyles={`min-height: 67px; height: 67px;`}
|
|
47108
|
+
,
|
|
47109
|
+
iconPadding: "0 0 0 0.25rem" // contentFullHeight={false}
|
|
47110
|
+
|
|
47111
47111
|
}));
|
|
47112
47112
|
};
|
|
47113
47113
|
|