@volr/react-ui 0.2.6 → 0.2.7

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.js CHANGED
@@ -4921,7 +4921,7 @@ function AccountMainView({
4921
4921
  return /* @__PURE__ */ jsxs("div", { className: "volr:flex volr:flex-col", style: { gap: "1rem" }, children: [
4922
4922
  /* @__PURE__ */ jsxs("div", { className: "volr:rounded-2xl volr:border volr:border-slate-200 volr:bg-white volr:py-7 volr:shadow-sm", children: [
4923
4923
  /* @__PURE__ */ jsx("p", { className: "volr:text-xs volr:font-medium volr:uppercase volr:tracking-wider volr:text-slate-500 volr:mb-3 volr:text-center", children: t("account.totalBalance") }),
4924
- isLoading ? /* @__PURE__ */ jsx("div", { className: "volr:animate-pulse volr:text-center volr:w-full", children: /* @__PURE__ */ jsx("div", { className: "volr:h-16 volr:w-48 volr:bg-slate-200 volr:rounded-lg" }) }) : /* @__PURE__ */ jsx(
4924
+ isLoading ? /* @__PURE__ */ jsx("div", { className: "volr:animate-pulse volr:text-center volr:w-full", children: /* @__PURE__ */ jsx("div", { className: "volr:h-16 volr:w-48 volr:mx-auto volr:bg-slate-200 volr:rounded-lg" }) }) : /* @__PURE__ */ jsx(
4925
4925
  "p",
4926
4926
  {
4927
4927
  className: "volr:font-semibold volr:text-slate-900 volr:tracking-tight volr:text-center",