@thecb/components 7.12.2-beta.18 → 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,11 +47096,9 @@ var ErrorDetails = function ErrorDetails() {
|
|
|
47096
47096
|
noBorder: true,
|
|
47097
47097
|
enableBoxShadow: true,
|
|
47098
47098
|
enableSmallText: true,
|
|
47099
|
-
innerContentPadding: "0 0.75rem"
|
|
47100
|
-
,
|
|
47099
|
+
innerContentPadding: "0 0.75rem",
|
|
47101
47100
|
extraStyles: "width: 100%",
|
|
47102
|
-
iconPadding: "0 0 0 0.25rem"
|
|
47103
|
-
,
|
|
47101
|
+
iconPadding: "0 0 0 0.25rem",
|
|
47104
47102
|
height: "67px",
|
|
47105
47103
|
minHeight: "67px",
|
|
47106
47104
|
padding: "0.75rem"
|