@g4rcez/components 1.3.1 → 1.3.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/index.mjs CHANGED
@@ -13811,9 +13811,9 @@ H0.Title = ({ as: e, titleTag: t, navTag: n, children: r, ...o }) => {
13811
13811
  };
13812
13812
  const FM = (e) => {
13813
13813
  const t = e.Icon ?? f0, n = Nt();
13814
- return /* @__PURE__ */ Z("div", { className: "flex w-full flex-col items-center justify-center gap-4 px-8 py-12", children: [
13814
+ return /* @__PURE__ */ Z("div", { className: "flex flex-col gap-4 justify-center items-center py-12 px-8 w-full", children: [
13815
13815
  /* @__PURE__ */ S(t, { size: 64, className: "text-disabled" }),
13816
- /* @__PURE__ */ S("p", { className: "text-disabled", children: n.emptyDataMessage })
13816
+ /* @__PURE__ */ S("p", { className: "text-disabled", children: e.message ?? n.emptyDataMessage })
13817
13817
  ] });
13818
13818
  };
13819
13819
  function Bg(e, t) {