@eclass/ui-kit 1.19.0 → 1.19.2
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
CHANGED
|
@@ -30445,6 +30445,8 @@ function BoxImage({
|
|
|
30445
30445
|
fontWeight: "700",
|
|
30446
30446
|
fontSize: "16px",
|
|
30447
30447
|
lineHeight: "21px",
|
|
30448
|
+
marginBlockEnd: "0",
|
|
30449
|
+
margin: "0",
|
|
30448
30450
|
children: title
|
|
30449
30451
|
}), (_i = data == null ? void 0 : data.information) == null ? void 0 : _i.map((item, index2) => item.icon === "certificate" ? /* @__PURE__ */ jsx(Box, {
|
|
30450
30452
|
as: "p",
|
|
@@ -30452,6 +30454,7 @@ function BoxImage({
|
|
|
30452
30454
|
fontSize: "14px",
|
|
30453
30455
|
fontWeight: "400",
|
|
30454
30456
|
lineHeight: "12px",
|
|
30457
|
+
margin: "0",
|
|
30455
30458
|
children: item.text
|
|
30456
30459
|
}, index2) : /* @__PURE__ */ jsx(Fragment, {}))]
|
|
30457
30460
|
})]
|