@retinalabsllc/zairusjs 0.9.4 → 0.9.6
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 +5 -5
- package/dist/index.mjs +5 -5
- 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) {
|
|
@@ -903,9 +903,9 @@ var FeatureScroll = ({ tagline, headline, features }) => {
|
|
|
903
903
|
}
|
|
904
904
|
};
|
|
905
905
|
const bgImages = [
|
|
906
|
-
"/assets/images/bg_7.avif",
|
|
907
|
-
"/assets/images/bg_6.avif",
|
|
908
|
-
"/assets/images/bg_1.avif"
|
|
906
|
+
"https://retinalabs.company/assets/images/bg_7.avif",
|
|
907
|
+
"https://retinalabs.company/assets/images/bg_6.avif",
|
|
908
|
+
"https://retinalabs.company/assets/images/bg_1.avif"
|
|
909
909
|
];
|
|
910
910
|
return /* @__PURE__ */ import_react12.default.createElement("section", { className: "py-24 w-full flex justify-center relative z-10 overflow-hidden" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "flex flex-col md:flex-row md:items-end justify-between gap-6 mb-12" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "relative z-10 text-left" }, /* @__PURE__ */ import_react12.default.createElement("span", { className: "text-[10px] tracking-[0.4em] text-neutral-500 block mb-4" }, tagline), /* @__PURE__ */ import_react12.default.createElement("h2", { className: " text-3xl tracking-tight text-black leading-[1.05]" }, headline)), /* @__PURE__ */ import_react12.default.createElement("div", { className: "hidden md:flex items-center gap-3" }, /* @__PURE__ */ import_react12.default.createElement(
|
|
911
911
|
"button",
|
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) {
|
|
@@ -823,9 +823,9 @@ var FeatureScroll = ({ tagline, headline, features }) => {
|
|
|
823
823
|
}
|
|
824
824
|
};
|
|
825
825
|
const bgImages = [
|
|
826
|
-
"/assets/images/bg_7.avif",
|
|
827
|
-
"/assets/images/bg_6.avif",
|
|
828
|
-
"/assets/images/bg_1.avif"
|
|
826
|
+
"https://retinalabs.company/assets/images/bg_7.avif",
|
|
827
|
+
"https://retinalabs.company/assets/images/bg_6.avif",
|
|
828
|
+
"https://retinalabs.company/assets/images/bg_1.avif"
|
|
829
829
|
];
|
|
830
830
|
return /* @__PURE__ */ React9.createElement("section", { className: "py-24 w-full flex justify-center relative z-10 overflow-hidden" }, /* @__PURE__ */ React9.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ React9.createElement("div", { className: "flex flex-col md:flex-row md:items-end justify-between gap-6 mb-12" }, /* @__PURE__ */ React9.createElement("div", { className: "relative z-10 text-left" }, /* @__PURE__ */ React9.createElement("span", { className: "text-[10px] tracking-[0.4em] text-neutral-500 block mb-4" }, tagline), /* @__PURE__ */ React9.createElement("h2", { className: " text-3xl tracking-tight text-black leading-[1.05]" }, headline)), /* @__PURE__ */ React9.createElement("div", { className: "hidden md:flex items-center gap-3" }, /* @__PURE__ */ React9.createElement(
|
|
831
831
|
"button",
|