@retinalabsllc/zairusjs 0.9.4 → 0.9.5
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
|
@@ -547,14 +547,14 @@ function AuthFormInner({
|
|
|
547
547
|
))))), /* @__PURE__ */ import_react5.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_react5.default.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full" }, /* @__PURE__ */ import_react5.default.createElement("div", { className: "w-5 h-5 bg-neutral-100 rounded-full flex items-center justify-center shrink-0 overflow-hidden relative" }, /* @__PURE__ */ import_react5.default.createElement(
|
|
548
548
|
"img",
|
|
549
549
|
{
|
|
550
|
-
src: "https://
|
|
550
|
+
src: "https://retinalabs.company/assets/images/retina.avif",
|
|
551
551
|
alt: "Retina Labs Logo",
|
|
552
552
|
className: "w-full h-full object-cover rounded-full",
|
|
553
553
|
onError: (e) => {
|
|
554
554
|
e.currentTarget.style.display = "none";
|
|
555
555
|
}
|
|
556
556
|
}
|
|
557
|
-
)), /* @__PURE__ */ import_react5.default.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "Retina Labs Company")), /* @__PURE__ */ import_react5.default.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em] uppercase" }, "
|
|
557
|
+
)), /* @__PURE__ */ import_react5.default.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "Retina Labs Company")), /* @__PURE__ */ import_react5.default.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em] uppercase" }, "RC - 9235780")));
|
|
558
558
|
}
|
|
559
559
|
var ZairusAuth = (props) => {
|
|
560
560
|
if (props.useRecaptcha && props.recaptchaSiteKey) {
|
package/dist/index.mjs
CHANGED
|
@@ -467,14 +467,14 @@ function AuthFormInner({
|
|
|
467
467
|
))))), /* @__PURE__ */ React4.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ React4.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full" }, /* @__PURE__ */ React4.createElement("div", { className: "w-5 h-5 bg-neutral-100 rounded-full flex items-center justify-center shrink-0 overflow-hidden relative" }, /* @__PURE__ */ React4.createElement(
|
|
468
468
|
"img",
|
|
469
469
|
{
|
|
470
|
-
src: "https://
|
|
470
|
+
src: "https://retinalabs.company/assets/images/retina.avif",
|
|
471
471
|
alt: "Retina Labs Logo",
|
|
472
472
|
className: "w-full h-full object-cover rounded-full",
|
|
473
473
|
onError: (e) => {
|
|
474
474
|
e.currentTarget.style.display = "none";
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
|
-
)), /* @__PURE__ */ React4.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "Retina Labs Company")), /* @__PURE__ */ React4.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em] uppercase" }, "
|
|
477
|
+
)), /* @__PURE__ */ React4.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "Retina Labs Company")), /* @__PURE__ */ React4.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em] uppercase" }, "RC - 9235780")));
|
|
478
478
|
}
|
|
479
479
|
var ZairusAuth = (props) => {
|
|
480
480
|
if (props.useRecaptcha && props.recaptchaSiteKey) {
|