@retinalabsllc/zairusjs 9.0.20 → 9.0.25
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -12
- package/dist/index.mjs +13 -13
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -295,7 +295,7 @@ interface UniversalProfilePageProps {
|
|
|
295
295
|
memberSince: string;
|
|
296
296
|
onAccountTap?: () => void;
|
|
297
297
|
onSecurityTap?: () => void;
|
|
298
|
-
|
|
298
|
+
onDefiTap?: () => void;
|
|
299
299
|
onHelpTap?: () => void;
|
|
300
300
|
onVerificationsTap?: () => void;
|
|
301
301
|
onExportTap?: () => void;
|
package/dist/index.d.ts
CHANGED
|
@@ -295,7 +295,7 @@ interface UniversalProfilePageProps {
|
|
|
295
295
|
memberSince: string;
|
|
296
296
|
onAccountTap?: () => void;
|
|
297
297
|
onSecurityTap?: () => void;
|
|
298
|
-
|
|
298
|
+
onDefiTap?: () => void;
|
|
299
299
|
onHelpTap?: () => void;
|
|
300
300
|
onVerificationsTap?: () => void;
|
|
301
301
|
onExportTap?: () => void;
|
package/dist/index.js
CHANGED
|
@@ -1734,25 +1734,25 @@ var PinDialerBottomSheet = ({
|
|
|
1734
1734
|
className: "text-neutral-400 hover:text-black transition-colors outline-none"
|
|
1735
1735
|
},
|
|
1736
1736
|
/* @__PURE__ */ import_react31.default.createElement(import_react32.HugeiconsIcon, { icon: import_core_free_icons11.CancelCircleIcon, size: 20 })
|
|
1737
|
-
)), /* @__PURE__ */ import_react31.default.createElement("div", { className: "flex flex-col px-6 pb-8 pt-2 relative" }, /* @__PURE__ */ import_react31.default.createElement("
|
|
1737
|
+
)), /* @__PURE__ */ import_react31.default.createElement("div", { className: "flex flex-col px-6 pb-8 pt-2 relative" }, /* @__PURE__ */ import_react31.default.createElement("div", { className: "flex justify-center gap-4 mb-8" }, [0, 1, 2, 3].map((i) => /* @__PURE__ */ import_react31.default.createElement(
|
|
1738
1738
|
"div",
|
|
1739
1739
|
{
|
|
1740
1740
|
key: i,
|
|
1741
|
-
className: `w-
|
|
1741
|
+
className: `w-2 h-2 rounded-full transition-colors duration-200 ${pin.length > i ? "bg-black" : "bg-neutral-200"}`
|
|
1742
1742
|
}
|
|
1743
1743
|
))), isVerifying && /* @__PURE__ */ import_react31.default.createElement("div", { className: "absolute inset-0 bg-white/80 backdrop-blur-sm z-10 flex items-center justify-center rounded-b-2xl" }, /* @__PURE__ */ import_react31.default.createElement(import_react32.HugeiconsIcon, { icon: import_core_free_icons11.Loading03Icon, size: 28, className: "animate-spin text-black" })), /* @__PURE__ */ import_react31.default.createElement("div", { className: "grid grid-cols-3 gap-y-4 gap-x-6 max-w-60 mx-auto" }, [1, 2, 3, 4, 5, 6, 7, 8, 9].map((num) => /* @__PURE__ */ import_react31.default.createElement(
|
|
1744
1744
|
"button",
|
|
1745
1745
|
{
|
|
1746
1746
|
key: num,
|
|
1747
1747
|
onClick: () => handlePinPress(num),
|
|
1748
|
-
className: "w-14 h-14 rounded-full flex items-center justify-center text-
|
|
1748
|
+
className: "w-14 h-14 rounded-full flex border border-neutral-200 items-center justify-center text-sm text-black hover:bg-neutral-50 transition-colors mx-auto outline-none active:scale-95"
|
|
1749
1749
|
},
|
|
1750
1750
|
num
|
|
1751
1751
|
)), /* @__PURE__ */ import_react31.default.createElement("div", null), " ", /* @__PURE__ */ import_react31.default.createElement(
|
|
1752
1752
|
"button",
|
|
1753
1753
|
{
|
|
1754
1754
|
onClick: () => handlePinPress(0),
|
|
1755
|
-
className: "w-14 h-14 rounded-full flex items-center justify-center text-
|
|
1755
|
+
className: "w-14 h-14 rounded-full flex border border-neutral-200 items-center justify-center text-sm text-black hover:bg-neutral-50 transition-colors mx-auto outline-none active:scale-95"
|
|
1756
1756
|
},
|
|
1757
1757
|
"0"
|
|
1758
1758
|
), /* @__PURE__ */ import_react31.default.createElement(
|
|
@@ -1898,7 +1898,7 @@ var UniversalCardPage = ({
|
|
|
1898
1898
|
style: { backgroundImage: `url(${backgroundOverlay})` }
|
|
1899
1899
|
}
|
|
1900
1900
|
),
|
|
1901
|
-
/* @__PURE__ */ import_react33.default.createElement("div", { className: "relative z-10 w-full h-full p-5 flex flex-col justify-end" }, /* @__PURE__ */ import_react33.default.createElement("div", { className: "
|
|
1901
|
+
/* @__PURE__ */ import_react33.default.createElement("div", { className: "relative z-10 w-full h-full p-5 flex flex-col justify-end" }, /* @__PURE__ */ import_react33.default.createElement("div", { className: "flex justify-between w-full max-w-[80%]" }, /* @__PURE__ */ import_react33.default.createElement("div", { className: "flex flex-col" }, /* @__PURE__ */ import_react33.default.createElement("span", { className: "text-[9px] text-white/60 tracking-widest uppercase" }, "Expiry"), /* @__PURE__ */ import_react33.default.createElement("span", { className: "text-[14px] text-white font-light" }, displayExpiry)), /* @__PURE__ */ import_react33.default.createElement("div", { className: "flex flex-col" }, /* @__PURE__ */ import_react33.default.createElement("span", { className: "text-[9px] text-white/60 tracking-widest uppercase" }, "CVV"), /* @__PURE__ */ import_react33.default.createElement("span", { className: "text-[14px] text-white font-light" }, displayCvv))))
|
|
1902
1902
|
)
|
|
1903
1903
|
)), /* @__PURE__ */ import_react33.default.createElement("p", { className: "text-xs text-neutral-400 mb-6" }, "Tap to flip card"), /* @__PURE__ */ import_react33.default.createElement("div", { className: "w-full flex flex-col gap-4" }, /* @__PURE__ */ import_react33.default.createElement("div", { className: "w-full bg-white rounded-2xl overflow-hidden" }, /* @__PURE__ */ import_react33.default.createElement(
|
|
1904
1904
|
MenuRow,
|
|
@@ -1956,7 +1956,7 @@ var UniversalCardPage = ({
|
|
|
1956
1956
|
PinDialerBottomSheet,
|
|
1957
1957
|
{
|
|
1958
1958
|
isOpen: showPinDialer,
|
|
1959
|
-
title: "
|
|
1959
|
+
title: "Enter your pin",
|
|
1960
1960
|
isVerifying: isRevealing,
|
|
1961
1961
|
onClose: () => setShowPinDialer(false),
|
|
1962
1962
|
onComplete: handlePinComplete
|
|
@@ -1995,7 +1995,7 @@ var UniversalProfilePage = ({
|
|
|
1995
1995
|
memberSince,
|
|
1996
1996
|
onAccountTap,
|
|
1997
1997
|
onSecurityTap,
|
|
1998
|
-
|
|
1998
|
+
onDefiTap,
|
|
1999
1999
|
onHelpTap,
|
|
2000
2000
|
onVerificationsTap,
|
|
2001
2001
|
onExportTap,
|
|
@@ -2043,10 +2043,10 @@ var UniversalProfilePage = ({
|
|
|
2043
2043
|
), /* @__PURE__ */ import_react35.default.createElement(
|
|
2044
2044
|
MenuRow2,
|
|
2045
2045
|
{
|
|
2046
|
-
icon: import_core_free_icons13.
|
|
2047
|
-
title: "
|
|
2048
|
-
subtitle: "Manage
|
|
2049
|
-
onClick:
|
|
2046
|
+
icon: import_core_free_icons13.ShieldUserIcon,
|
|
2047
|
+
title: "Web3 Profile",
|
|
2048
|
+
subtitle: "Manage web3 profile",
|
|
2049
|
+
onClick: onDefiTap
|
|
2050
2050
|
}
|
|
2051
2051
|
), /* @__PURE__ */ import_react35.default.createElement(
|
|
2052
2052
|
MenuRow2,
|
|
@@ -2187,7 +2187,7 @@ var WaitlistDialog = ({ isOpen, onClose }) => {
|
|
|
2187
2187
|
/* @__PURE__ */ import_react37.default.createElement("path", { d: "m6 6 12 12" })
|
|
2188
2188
|
)
|
|
2189
2189
|
),
|
|
2190
|
-
/* @__PURE__ */ import_react37.default.createElement("div", { className: "p-6 sm:p-8" }, /* @__PURE__ */ import_react37.default.createElement("div", { className: "mb-8 mt-2" }, /* @__PURE__ */ import_react37.default.createElement("h2", { className: "text-2xl text-black tracking-tight mb-2" }, "Join the Waitlist"), /* @__PURE__ */ import_react37.default.createElement("p", { className: "text-[13px] text-neutral-500
|
|
2190
|
+
/* @__PURE__ */ import_react37.default.createElement("div", { className: "p-6 sm:p-8" }, /* @__PURE__ */ import_react37.default.createElement("div", { className: "mb-8 mt-2" }, /* @__PURE__ */ import_react37.default.createElement("h2", { className: "text-2xl text-black tracking-tight mb-2" }, "Join the Waitlist"), /* @__PURE__ */ import_react37.default.createElement("p", { className: "text-[13px] text-neutral-500 leading-relaxed" }, "Be the first to experience the future of Web3 freedom. Secure your early access spot today.")), /* @__PURE__ */ import_react37.default.createElement("form", { onSubmit: handleSubmit, className: "flex flex-col gap-8" }, /* @__PURE__ */ import_react37.default.createElement(
|
|
2191
2191
|
TextInput,
|
|
2192
2192
|
{
|
|
2193
2193
|
label: "Email ID",
|
package/dist/index.mjs
CHANGED
|
@@ -1697,25 +1697,25 @@ var PinDialerBottomSheet = ({
|
|
|
1697
1697
|
className: "text-neutral-400 hover:text-black transition-colors outline-none"
|
|
1698
1698
|
},
|
|
1699
1699
|
/* @__PURE__ */ React19.createElement(HugeiconsIcon13, { icon: CancelCircleIcon4, size: 20 })
|
|
1700
|
-
)), /* @__PURE__ */ React19.createElement("div", { className: "flex flex-col px-6 pb-8 pt-2 relative" }, /* @__PURE__ */ React19.createElement("
|
|
1700
|
+
)), /* @__PURE__ */ React19.createElement("div", { className: "flex flex-col px-6 pb-8 pt-2 relative" }, /* @__PURE__ */ React19.createElement("div", { className: "flex justify-center gap-4 mb-8" }, [0, 1, 2, 3].map((i) => /* @__PURE__ */ React19.createElement(
|
|
1701
1701
|
"div",
|
|
1702
1702
|
{
|
|
1703
1703
|
key: i,
|
|
1704
|
-
className: `w-
|
|
1704
|
+
className: `w-2 h-2 rounded-full transition-colors duration-200 ${pin.length > i ? "bg-black" : "bg-neutral-200"}`
|
|
1705
1705
|
}
|
|
1706
1706
|
))), isVerifying && /* @__PURE__ */ React19.createElement("div", { className: "absolute inset-0 bg-white/80 backdrop-blur-sm z-10 flex items-center justify-center rounded-b-2xl" }, /* @__PURE__ */ React19.createElement(HugeiconsIcon13, { icon: Loading03Icon7, size: 28, className: "animate-spin text-black" })), /* @__PURE__ */ React19.createElement("div", { className: "grid grid-cols-3 gap-y-4 gap-x-6 max-w-60 mx-auto" }, [1, 2, 3, 4, 5, 6, 7, 8, 9].map((num) => /* @__PURE__ */ React19.createElement(
|
|
1707
1707
|
"button",
|
|
1708
1708
|
{
|
|
1709
1709
|
key: num,
|
|
1710
1710
|
onClick: () => handlePinPress(num),
|
|
1711
|
-
className: "w-14 h-14 rounded-full flex items-center justify-center text-
|
|
1711
|
+
className: "w-14 h-14 rounded-full flex border border-neutral-200 items-center justify-center text-sm text-black hover:bg-neutral-50 transition-colors mx-auto outline-none active:scale-95"
|
|
1712
1712
|
},
|
|
1713
1713
|
num
|
|
1714
1714
|
)), /* @__PURE__ */ React19.createElement("div", null), " ", /* @__PURE__ */ React19.createElement(
|
|
1715
1715
|
"button",
|
|
1716
1716
|
{
|
|
1717
1717
|
onClick: () => handlePinPress(0),
|
|
1718
|
-
className: "w-14 h-14 rounded-full flex items-center justify-center text-
|
|
1718
|
+
className: "w-14 h-14 rounded-full flex border border-neutral-200 items-center justify-center text-sm text-black hover:bg-neutral-50 transition-colors mx-auto outline-none active:scale-95"
|
|
1719
1719
|
},
|
|
1720
1720
|
"0"
|
|
1721
1721
|
), /* @__PURE__ */ React19.createElement(
|
|
@@ -1861,7 +1861,7 @@ var UniversalCardPage = ({
|
|
|
1861
1861
|
style: { backgroundImage: `url(${backgroundOverlay})` }
|
|
1862
1862
|
}
|
|
1863
1863
|
),
|
|
1864
|
-
/* @__PURE__ */ React20.createElement("div", { className: "relative z-10 w-full h-full p-5 flex flex-col justify-end" }, /* @__PURE__ */ React20.createElement("div", { className: "
|
|
1864
|
+
/* @__PURE__ */ React20.createElement("div", { className: "relative z-10 w-full h-full p-5 flex flex-col justify-end" }, /* @__PURE__ */ React20.createElement("div", { className: "flex justify-between w-full max-w-[80%]" }, /* @__PURE__ */ React20.createElement("div", { className: "flex flex-col" }, /* @__PURE__ */ React20.createElement("span", { className: "text-[9px] text-white/60 tracking-widest uppercase" }, "Expiry"), /* @__PURE__ */ React20.createElement("span", { className: "text-[14px] text-white font-light" }, displayExpiry)), /* @__PURE__ */ React20.createElement("div", { className: "flex flex-col" }, /* @__PURE__ */ React20.createElement("span", { className: "text-[9px] text-white/60 tracking-widest uppercase" }, "CVV"), /* @__PURE__ */ React20.createElement("span", { className: "text-[14px] text-white font-light" }, displayCvv))))
|
|
1865
1865
|
)
|
|
1866
1866
|
)), /* @__PURE__ */ React20.createElement("p", { className: "text-xs text-neutral-400 mb-6" }, "Tap to flip card"), /* @__PURE__ */ React20.createElement("div", { className: "w-full flex flex-col gap-4" }, /* @__PURE__ */ React20.createElement("div", { className: "w-full bg-white rounded-2xl overflow-hidden" }, /* @__PURE__ */ React20.createElement(
|
|
1867
1867
|
MenuRow,
|
|
@@ -1919,7 +1919,7 @@ var UniversalCardPage = ({
|
|
|
1919
1919
|
PinDialerBottomSheet,
|
|
1920
1920
|
{
|
|
1921
1921
|
isOpen: showPinDialer,
|
|
1922
|
-
title: "
|
|
1922
|
+
title: "Enter your pin",
|
|
1923
1923
|
isVerifying: isRevealing,
|
|
1924
1924
|
onClose: () => setShowPinDialer(false),
|
|
1925
1925
|
onComplete: handlePinComplete
|
|
@@ -1954,7 +1954,7 @@ import { HugeiconsIcon as HugeiconsIcon15 } from "@hugeicons/react";
|
|
|
1954
1954
|
import {
|
|
1955
1955
|
UserIcon,
|
|
1956
1956
|
LockKeyIcon as LockKeyIcon2,
|
|
1957
|
-
|
|
1957
|
+
ShieldUserIcon,
|
|
1958
1958
|
MessageQuestionIcon,
|
|
1959
1959
|
UserIdVerificationIcon,
|
|
1960
1960
|
FileDownloadIcon,
|
|
@@ -1969,7 +1969,7 @@ var UniversalProfilePage = ({
|
|
|
1969
1969
|
memberSince,
|
|
1970
1970
|
onAccountTap,
|
|
1971
1971
|
onSecurityTap,
|
|
1972
|
-
|
|
1972
|
+
onDefiTap,
|
|
1973
1973
|
onHelpTap,
|
|
1974
1974
|
onVerificationsTap,
|
|
1975
1975
|
onExportTap,
|
|
@@ -2017,10 +2017,10 @@ var UniversalProfilePage = ({
|
|
|
2017
2017
|
), /* @__PURE__ */ React21.createElement(
|
|
2018
2018
|
MenuRow2,
|
|
2019
2019
|
{
|
|
2020
|
-
icon:
|
|
2021
|
-
title: "
|
|
2022
|
-
subtitle: "Manage
|
|
2023
|
-
onClick:
|
|
2020
|
+
icon: ShieldUserIcon,
|
|
2021
|
+
title: "Web3 Profile",
|
|
2022
|
+
subtitle: "Manage web3 profile",
|
|
2023
|
+
onClick: onDefiTap
|
|
2024
2024
|
}
|
|
2025
2025
|
), /* @__PURE__ */ React21.createElement(
|
|
2026
2026
|
MenuRow2,
|
|
@@ -2161,7 +2161,7 @@ var WaitlistDialog = ({ isOpen, onClose }) => {
|
|
|
2161
2161
|
/* @__PURE__ */ React22.createElement("path", { d: "m6 6 12 12" })
|
|
2162
2162
|
)
|
|
2163
2163
|
),
|
|
2164
|
-
/* @__PURE__ */ React22.createElement("div", { className: "p-6 sm:p-8" }, /* @__PURE__ */ React22.createElement("div", { className: "mb-8 mt-2" }, /* @__PURE__ */ React22.createElement("h2", { className: "text-2xl text-black tracking-tight mb-2" }, "Join the Waitlist"), /* @__PURE__ */ React22.createElement("p", { className: "text-[13px] text-neutral-500
|
|
2164
|
+
/* @__PURE__ */ React22.createElement("div", { className: "p-6 sm:p-8" }, /* @__PURE__ */ React22.createElement("div", { className: "mb-8 mt-2" }, /* @__PURE__ */ React22.createElement("h2", { className: "text-2xl text-black tracking-tight mb-2" }, "Join the Waitlist"), /* @__PURE__ */ React22.createElement("p", { className: "text-[13px] text-neutral-500 leading-relaxed" }, "Be the first to experience the future of Web3 freedom. Secure your early access spot today.")), /* @__PURE__ */ React22.createElement("form", { onSubmit: handleSubmit, className: "flex flex-col gap-8" }, /* @__PURE__ */ React22.createElement(
|
|
2165
2165
|
TextInput,
|
|
2166
2166
|
{
|
|
2167
2167
|
label: "Email ID",
|