@thecb/components 7.12.2-beta.10 → 7.12.2-beta.12
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
|
@@ -17871,7 +17871,7 @@ var Alert = function Alert(_ref) {
|
|
|
17871
17871
|
align: "center"
|
|
17872
17872
|
}, textOverride ? textOverride : /*#__PURE__*/React.createElement(Stack, {
|
|
17873
17873
|
fullHeight: true,
|
|
17874
|
-
childGap: "0
|
|
17874
|
+
childGap: "0"
|
|
17875
17875
|
}, /*#__PURE__*/React.createElement(Text$1, {
|
|
17876
17876
|
variant: enableSmallText ? "pS" : "p",
|
|
17877
17877
|
color: themeValues.text,
|
|
@@ -47093,9 +47093,9 @@ var ErrorDetails = function ErrorDetails() {
|
|
|
47093
47093
|
noBorder: true,
|
|
47094
47094
|
enableBoxShadow: true,
|
|
47095
47095
|
enableSmallText: true,
|
|
47096
|
-
innerContentPadding: "0
|
|
47096
|
+
innerContentPadding: "0 0.75rem",
|
|
47097
47097
|
extraStyles: "min-height: 67px; height: 67px;",
|
|
47098
|
-
iconPadding: "0 0 0 0.
|
|
47098
|
+
iconPadding: "0 0 0 0.25rem"
|
|
47099
47099
|
}));
|
|
47100
47100
|
};
|
|
47101
47101
|
|