@eclass/ui-kit 1.54.13 → 1.54.14
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/eclass-ui-kit.es.js +2 -0
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +1 -1
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Modals/ModalAlert/ModalAlert.d.ts.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -4373,11 +4373,13 @@ const ModalAlertNew = ({
|
|
|
4373
4373
|
fontWeight: "700",
|
|
4374
4374
|
fontSize: isDesktop ? "20px" : "18px",
|
|
4375
4375
|
lineHeight: "24px",
|
|
4376
|
+
mb: 0,
|
|
4376
4377
|
children: title
|
|
4377
4378
|
}), description && /* @__PURE__ */ jsx(Box, {
|
|
4378
4379
|
as: "p",
|
|
4379
4380
|
fontSize: "16px",
|
|
4380
4381
|
lineHeight: "24px",
|
|
4382
|
+
mb: 0,
|
|
4381
4383
|
children: description
|
|
4382
4384
|
})]
|
|
4383
4385
|
}), type !== "loading" && children ? children : /* @__PURE__ */ jsx(Fragment, {})]
|