@xola/ui-kit 2.3.8 → 2.3.9
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/build/ui-kit.mjs +1 -1
- package/build/ui-kit.umd.js +3 -3
- package/package.json +1 -1
package/build/ui-kit.mjs
CHANGED
|
@@ -5110,7 +5110,7 @@ const ao = ({
|
|
|
5110
5110
|
}) => {
|
|
5111
5111
|
var g;
|
|
5112
5112
|
const { currency: d, locale: m } = (g = De(rr)) != null ? g : {};
|
|
5113
|
-
return /* @__PURE__ */ n.createElement("tr", { className: E("ui-breakdown-item", on[r], i), ...u }, /* @__PURE__ */ n.createElement("td", { colSpan: 2, className: E("break-all text-left leading-none", l.key) }, /* @__PURE__ */ n.createElement("span", { className: "mr-0.5" }, t), /* @__PURE__ */ n.createElement("span", { className: E("break-normal", l.children) }, s), /* @__PURE__ */ n.createElement("span", { className: E("ml-1 text-sm", l.info) }, e && /* @__PURE__ */ n.createElement("span", { className: "mr-2 rounded bg-white p-1 uppercase text-black empty:hidden" }, e), o && /* @__PURE__ */ n.createElement("span", { className: "empty:hidden" }, o))), /* @__PURE__ */ n.createElement("td", { className: E("w-[1%] whitespace-nowrap pl-4 text-right", l.value) }, Ma(a) ? /* @__PURE__ */ n.createElement(Je, { shouldRemoveTrailingZeroes: !1, currency: d, locale: m }, a) : /* @__PURE__ */ n.createElement("span", null, a)));
|
|
5113
|
+
return /* @__PURE__ */ n.createElement("tr", { className: E("ui-breakdown-item", on[r], i), ...u }, /* @__PURE__ */ n.createElement("td", { colSpan: 2, className: E("break-all text-left leading-none", l.key) }, /* @__PURE__ */ n.createElement("span", { className: "mr-0.5" }, t), /* @__PURE__ */ n.createElement("span", { className: E("break-normal md:break-all", l.children) }, s != null ? s : ""), /* @__PURE__ */ n.createElement("span", { className: E("ml-1 text-sm", l.info) }, e && /* @__PURE__ */ n.createElement("span", { className: "mr-2 rounded bg-white p-1 uppercase text-black empty:hidden" }, e), o && /* @__PURE__ */ n.createElement("span", { className: "empty:hidden" }, o))), /* @__PURE__ */ n.createElement("td", { className: E("w-[1%] whitespace-nowrap pl-4 text-right", l.value) }, Ma(a) ? /* @__PURE__ */ n.createElement(Je, { shouldRemoveTrailingZeroes: !1, currency: d, locale: m }, a) : /* @__PURE__ */ n.createElement("span", null, a)));
|
|
5114
5114
|
};
|
|
5115
5115
|
ao.propTypes = {
|
|
5116
5116
|
children: c.node,
|