@retinalabsllc/zairusjs 4.0.21 → 4.0.22
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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -623,24 +623,24 @@ function ShareCardInner({
|
|
|
623
623
|
setIsVerifying(false);
|
|
624
624
|
}
|
|
625
625
|
};
|
|
626
|
-
return /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full max-w-md mx-auto flex flex-col items-center gap-4 relative z-10 animate-in fade-in duration-300" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full bg-white rounded-2xl overflow-hidden" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "p-8 md:p-12 flex flex-col items-center text-center" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-
|
|
626
|
+
return /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full max-w-md mx-auto flex flex-col items-center gap-4 relative z-10 animate-in fade-in duration-300" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full bg-white rounded-2xl overflow-hidden" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "p-8 md:p-12 flex flex-col items-center text-center" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-18 h-18 flex items-center justify-center mb-6" }, /* @__PURE__ */ import_react6.default.createElement(FileIcon, null)), /* @__PURE__ */ import_react6.default.createElement("h2", { className: "text-lg text-black mb-8 w-full max-w-70", title: fileName }, fileName), /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full flex items-center justify-center" }, !isDownloading ? /* @__PURE__ */ import_react6.default.createElement(
|
|
627
627
|
ThreeDActionButton,
|
|
628
628
|
{
|
|
629
629
|
type: "button",
|
|
630
630
|
onClick: handleDownloadClick,
|
|
631
631
|
disabled: isVerifying,
|
|
632
632
|
isLoading: isVerifying,
|
|
633
|
-
className: "w-full
|
|
633
|
+
className: "w-full "
|
|
634
634
|
},
|
|
635
635
|
"Download \u2014 ",
|
|
636
636
|
fileSize
|
|
637
|
-
) : /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full animate-in fade-in zoom-in-95 duration-300" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex justify-between items-end mb-2 px-1" }, /* @__PURE__ */ import_react6.default.createElement("span", { className: "text-[11px]
|
|
637
|
+
) : /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full animate-in fade-in zoom-in-95 duration-300" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex justify-between items-end mb-2 px-1" }, /* @__PURE__ */ import_react6.default.createElement("span", { className: "text-[11px] text-neutral-800 tracking-widest " }, "DECRYPTING"), /* @__PURE__ */ import_react6.default.createElement("span", { className: "text-[11px] text-neutral-500" }, Math.round(progress), "%")), /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full h-1.5 bg-neutral-100 rounded-full overflow-hidden" }, /* @__PURE__ */ import_react6.default.createElement(
|
|
638
638
|
"div",
|
|
639
639
|
{
|
|
640
640
|
className: "h-full bg-linear-to-r from-neutral-800 to-black rounded-full transition-all duration-300 ease-out",
|
|
641
641
|
style: { width: `${progress}%` }
|
|
642
642
|
}
|
|
643
|
-
)))))), /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full " }
|
|
643
|
+
)))))), /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full " }), /* @__PURE__ */ import_react6.default.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "help@retinaapps.com")), /* @__PURE__ */ import_react6.default.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em]" }, "Retina App"));
|
|
644
644
|
}
|
|
645
645
|
var ZairusShareCard = (props) => {
|
|
646
646
|
if (props.useRecaptcha && props.recaptchaSiteKey) {
|
package/dist/index.mjs
CHANGED
|
@@ -533,24 +533,24 @@ function ShareCardInner({
|
|
|
533
533
|
setIsVerifying(false);
|
|
534
534
|
}
|
|
535
535
|
};
|
|
536
|
-
return /* @__PURE__ */ React5.createElement("div", { className: "w-full max-w-md mx-auto flex flex-col items-center gap-4 relative z-10 animate-in fade-in duration-300" }, /* @__PURE__ */ React5.createElement("div", { className: "w-full bg-white rounded-2xl overflow-hidden" }, /* @__PURE__ */ React5.createElement("div", { className: "p-8 md:p-12 flex flex-col items-center text-center" }, /* @__PURE__ */ React5.createElement("div", { className: "w-
|
|
536
|
+
return /* @__PURE__ */ React5.createElement("div", { className: "w-full max-w-md mx-auto flex flex-col items-center gap-4 relative z-10 animate-in fade-in duration-300" }, /* @__PURE__ */ React5.createElement("div", { className: "w-full bg-white rounded-2xl overflow-hidden" }, /* @__PURE__ */ React5.createElement("div", { className: "p-8 md:p-12 flex flex-col items-center text-center" }, /* @__PURE__ */ React5.createElement("div", { className: "w-18 h-18 flex items-center justify-center mb-6" }, /* @__PURE__ */ React5.createElement(FileIcon, null)), /* @__PURE__ */ React5.createElement("h2", { className: "text-lg text-black mb-8 w-full max-w-70", title: fileName }, fileName), /* @__PURE__ */ React5.createElement("div", { className: "w-full flex items-center justify-center" }, !isDownloading ? /* @__PURE__ */ React5.createElement(
|
|
537
537
|
ThreeDActionButton,
|
|
538
538
|
{
|
|
539
539
|
type: "button",
|
|
540
540
|
onClick: handleDownloadClick,
|
|
541
541
|
disabled: isVerifying,
|
|
542
542
|
isLoading: isVerifying,
|
|
543
|
-
className: "w-full
|
|
543
|
+
className: "w-full "
|
|
544
544
|
},
|
|
545
545
|
"Download \u2014 ",
|
|
546
546
|
fileSize
|
|
547
|
-
) : /* @__PURE__ */ React5.createElement("div", { className: "w-full animate-in fade-in zoom-in-95 duration-300" }, /* @__PURE__ */ React5.createElement("div", { className: "flex justify-between items-end mb-2 px-1" }, /* @__PURE__ */ React5.createElement("span", { className: "text-[11px]
|
|
547
|
+
) : /* @__PURE__ */ React5.createElement("div", { className: "w-full animate-in fade-in zoom-in-95 duration-300" }, /* @__PURE__ */ React5.createElement("div", { className: "flex justify-between items-end mb-2 px-1" }, /* @__PURE__ */ React5.createElement("span", { className: "text-[11px] text-neutral-800 tracking-widest " }, "DECRYPTING"), /* @__PURE__ */ React5.createElement("span", { className: "text-[11px] text-neutral-500" }, Math.round(progress), "%")), /* @__PURE__ */ React5.createElement("div", { className: "w-full h-1.5 bg-neutral-100 rounded-full overflow-hidden" }, /* @__PURE__ */ React5.createElement(
|
|
548
548
|
"div",
|
|
549
549
|
{
|
|
550
550
|
className: "h-full bg-linear-to-r from-neutral-800 to-black rounded-full transition-all duration-300 ease-out",
|
|
551
551
|
style: { width: `${progress}%` }
|
|
552
552
|
}
|
|
553
|
-
)))))), /* @__PURE__ */ React5.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ React5.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full " }
|
|
553
|
+
)))))), /* @__PURE__ */ React5.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ React5.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full " }), /* @__PURE__ */ React5.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "help@retinaapps.com")), /* @__PURE__ */ React5.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em]" }, "Retina App"));
|
|
554
554
|
}
|
|
555
555
|
var ZairusShareCard = (props) => {
|
|
556
556
|
if (props.useRecaptcha && props.recaptchaSiteKey) {
|