esewa-ui-library 1.10.3 → 1.10.4
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.modern.js
CHANGED
|
@@ -122,9 +122,11 @@ var ESewaAlertCard = function ESewaAlertCard(_ref) {
|
|
|
122
122
|
className: 'alert-card--description--icon'
|
|
123
123
|
}, typeof descriptionIcon === 'string' ? React__default.createElement("i", {
|
|
124
124
|
className: descriptionIcon
|
|
125
|
-
}) : descriptionIcon), description && React__default.createElement("p", {
|
|
125
|
+
}) : descriptionIcon), description && (typeof description === 'string' ? React__default.createElement("p", {
|
|
126
126
|
className: 'card-text body2'
|
|
127
|
-
}, description)
|
|
127
|
+
}, description) : React__default.createElement("div", {
|
|
128
|
+
className: 'card-text body2'
|
|
129
|
+
}, description))), showCardFooter && React__default.createElement("div", {
|
|
128
130
|
className: 'alert-card--footer'
|
|
129
131
|
}, React__default.createElement(ESewaButton, {
|
|
130
132
|
className: 'border-radius-8',
|