@thecb/components 7.12.2-beta.17 → 7.12.2-beta.19
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
|
@@ -47096,12 +47096,12 @@ 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
|
-
,
|
|
47103
|
-
minHeight: "
|
|
47104
|
-
|
|
47099
|
+
innerContentPadding: "0 0.75rem",
|
|
47100
|
+
extraStyles: "width: 100%",
|
|
47101
|
+
iconPadding: "0 0 0 0.25rem",
|
|
47102
|
+
height: "67px",
|
|
47103
|
+
minHeight: "67px",
|
|
47104
|
+
padding: "0.75rem"
|
|
47105
47105
|
}));
|
|
47106
47106
|
};
|
|
47107
47107
|
|