@thecb/components 7.12.2-beta.17 → 7.12.2-beta.18
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
|
@@ -47106,10 +47106,12 @@ var ErrorDetails = function ErrorDetails() {
|
|
|
47106
47106
|
enableSmallText: true,
|
|
47107
47107
|
innerContentPadding: "0 0.75rem" // extraStyles={`min-height: 67px; height: 67px;`}
|
|
47108
47108
|
,
|
|
47109
|
+
extraStyles: "width: 100%",
|
|
47109
47110
|
iconPadding: "0 0 0 0.25rem" // contentFullHeight={false}
|
|
47110
47111
|
,
|
|
47111
|
-
|
|
47112
|
-
|
|
47112
|
+
height: "67px",
|
|
47113
|
+
minHeight: "67px",
|
|
47114
|
+
padding: "0.75rem"
|
|
47113
47115
|
}));
|
|
47114
47116
|
};
|
|
47115
47117
|
|