@retinalabsllc/zairusjs 15.0.40 → 15.0.45
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 +1 -1
- package/dist/index.mjs +1 -1
- 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 found"), /* @__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. Tap the button below to issue and activate your first card.")));
|
|
2021
2021
|
}
|
|
2022
2022
|
const isActivated = activeCard.status === "ACTIVATED";
|
|
2023
2023
|
const isFrozen = activeCard.status === "FROZEN";
|
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 found"), /* @__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. Tap the button below to issue and activate your first card.")));
|
|
1994
1994
|
}
|
|
1995
1995
|
const isActivated = activeCard.status === "ACTIVATED";
|
|
1996
1996
|
const isFrozen = activeCard.status === "FROZEN";
|