@retinalabsllc/zairusjs 15.0.40 → 15.0.50
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2017,7 +2017,7 @@ var UniversalCardPage = ({
|
|
|
2017
2017
|
className: "w-12 h-12 fill-neutral-100"
|
|
2018
2018
|
},
|
|
2019
2019
|
/* @__PURE__ */ import_react31.default.createElement("path", { fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z", clipRule: "evenodd" })
|
|
2020
|
-
)), /* @__PURE__ */ import_react31.default.createElement("h1", { className: "text-xl
|
|
2020
|
+
)), /* @__PURE__ */ import_react31.default.createElement("h1", { className: "text-xl text-black tracking-tight mb-4" }, "No cards available"), /* @__PURE__ */ import_react31.default.createElement("p", { className: "text-[13px] leading-[1.8] text-neutral-600 mb-12" }, "You do not have any virtual or physical cards generated yet.")));
|
|
2021
2021
|
}
|
|
2022
2022
|
const isActivated = activeCard.status === "ACTIVATED";
|
|
2023
2023
|
const isFrozen = activeCard.status === "FROZEN";
|
|
@@ -2054,7 +2054,7 @@ var UniversalCardPage = ({
|
|
|
2054
2054
|
const capitalizedType = card.type.charAt(0).toUpperCase() + card.type.slice(1).toLowerCase();
|
|
2055
2055
|
return `${capitalizedType}`;
|
|
2056
2056
|
};
|
|
2057
|
-
return /* @__PURE__ */ import_react31.default.createElement("div", { className: "w-full max-w-3xl mx-auto flex flex-col animate-in fade-in duration-300 relative" }, onCreateCard && /* @__PURE__ */ import_react31.default.createElement(
|
|
2057
|
+
return /* @__PURE__ */ import_react31.default.createElement("div", { className: "w-full max-w-3xl mx-auto flex flex-col animate-in fade-in duration-300 relative" }, /* @__PURE__ */ import_react31.default.createElement("h1", { className: "text-2xl mt-2 text-black tracking-tight mb-2 text-center" }, "My Cards"), onCreateCard && /* @__PURE__ */ import_react31.default.createElement(
|
|
2058
2058
|
"button",
|
|
2059
2059
|
{
|
|
2060
2060
|
onClick: onCreateCard,
|
package/dist/index.mjs
CHANGED
|
@@ -1990,7 +1990,7 @@ var UniversalCardPage = ({
|
|
|
1990
1990
|
className: "w-12 h-12 fill-neutral-100"
|
|
1991
1991
|
},
|
|
1992
1992
|
/* @__PURE__ */ React19.createElement("path", { fillRule: "evenodd", d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z", clipRule: "evenodd" })
|
|
1993
|
-
)), /* @__PURE__ */ React19.createElement("h1", { className: "text-xl
|
|
1993
|
+
)), /* @__PURE__ */ React19.createElement("h1", { className: "text-xl text-black tracking-tight mb-4" }, "No cards available"), /* @__PURE__ */ React19.createElement("p", { className: "text-[13px] leading-[1.8] text-neutral-600 mb-12" }, "You do not have any virtual or physical cards generated yet.")));
|
|
1994
1994
|
}
|
|
1995
1995
|
const isActivated = activeCard.status === "ACTIVATED";
|
|
1996
1996
|
const isFrozen = activeCard.status === "FROZEN";
|
|
@@ -2027,7 +2027,7 @@ var UniversalCardPage = ({
|
|
|
2027
2027
|
const capitalizedType = card.type.charAt(0).toUpperCase() + card.type.slice(1).toLowerCase();
|
|
2028
2028
|
return `${capitalizedType}`;
|
|
2029
2029
|
};
|
|
2030
|
-
return /* @__PURE__ */ React19.createElement("div", { className: "w-full max-w-3xl mx-auto flex flex-col animate-in fade-in duration-300 relative" }, onCreateCard && /* @__PURE__ */ React19.createElement(
|
|
2030
|
+
return /* @__PURE__ */ React19.createElement("div", { className: "w-full max-w-3xl mx-auto flex flex-col animate-in fade-in duration-300 relative" }, /* @__PURE__ */ React19.createElement("h1", { className: "text-2xl mt-2 text-black tracking-tight mb-2 text-center" }, "My Cards"), onCreateCard && /* @__PURE__ */ React19.createElement(
|
|
2031
2031
|
"button",
|
|
2032
2032
|
{
|
|
2033
2033
|
onClick: onCreateCard,
|