@thecb/components 7.12.2-beta.13 → 7.12.2-beta.15
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%" // minHeight={height && parseInt(height) < 100 ? height : "100px"}
|
|
17896
|
+
// height={height ? height : "auto"}
|
|
17897
|
+
,
|
|
17898
17898
|
background: themeValues.background,
|
|
17899
17899
|
borderRadius: "4px",
|
|
17900
17900
|
borderColor: themeValues.border,
|
|
@@ -47096,10 +47096,10 @@ var ErrorDetails = function ErrorDetails() {
|
|
|
47096
47096
|
noBorder: true,
|
|
47097
47097
|
enableBoxShadow: true,
|
|
47098
47098
|
enableSmallText: true,
|
|
47099
|
-
innerContentPadding: "0 0.75rem"
|
|
47100
|
-
|
|
47101
|
-
iconPadding: "0 0 0 0.25rem"
|
|
47102
|
-
|
|
47099
|
+
innerContentPadding: "0 0.75rem" // extraStyles={`min-height: 67px; height: 67px;`}
|
|
47100
|
+
,
|
|
47101
|
+
iconPadding: "0 0 0 0.25rem" // contentFullHeight={false}
|
|
47102
|
+
|
|
47103
47103
|
}));
|
|
47104
47104
|
};
|
|
47105
47105
|
|