@retinalabsllc/zairusjs 8.1.85 → 8.1.90
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 +9 -7
- package/dist/index.mjs +9 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -593,7 +593,7 @@ var HeroSection = ({
|
|
|
593
593
|
setIsWaitlistOpen(true);
|
|
594
594
|
}
|
|
595
595
|
};
|
|
596
|
-
return /* @__PURE__ */ import_react10.default.createElement("div", { className: "w-screen min-h-screen flex justify-center items-center p-
|
|
596
|
+
return /* @__PURE__ */ import_react10.default.createElement("div", { className: "w-screen min-h-screen flex justify-center items-center p-4" }, /* @__PURE__ */ import_react10.default.createElement("section", { className: "relative h-[95vh] w-full overflow-hidden rounded-2xl " }, bgVideoSrc ? /* @__PURE__ */ import_react10.default.createElement(
|
|
597
597
|
"video",
|
|
598
598
|
{
|
|
599
599
|
src: bgVideoSrc,
|
|
@@ -628,9 +628,11 @@ var HeroSection = ({
|
|
|
628
628
|
className: "leading-[0.85] tracking-[-0.07em] text-[18.2vw] sm:text-[16.8vw] md:text-[15.4vw] lg:text-[14vw] xl:text-[13.3vw] 2xl:text-[14vw] text-[#ffffff]"
|
|
629
629
|
},
|
|
630
630
|
/* @__PURE__ */ import_react10.default.createElement("div", { className: "inline-flex flex-wrap" }, /* @__PURE__ */ import_react10.default.createElement("span", { className: `inline-block relative transition-all duration-1000 ${isAnimating ? "opacity-100 translate-y-0" : "opacity-0 translate-y-10"}` }, titlePrefix, titlePrefix && /* @__PURE__ */ import_react10.default.createElement("br", null), highlightText, /* @__PURE__ */ import_react10.default.createElement("span", { className: "absolute top-[0.65em] right-[-0.3em] text-[0.31em] text-[#ffffff]/70" }, "*")))
|
|
631
|
-
)), /* @__PURE__ */ import_react10.default.createElement("div", { className: "col-span-12 flex flex-col gap-5 pb-6 lg:col-span-4 lg:pb-10" }, subtitle && /* @__PURE__ */ import_react10.default.createElement("p", { className: "text-xs text-[#ffffff]/70 sm:text-sm md:text-base leading-[1.2] max-w-md transition-opacity duration-1000 delay-300" }, subtitle), /* @__PURE__ */ import_react10.default.createElement("div", { className: "flex flex-col sm:flex-row items-start sm:items-center gap-4" }, ctaText &&
|
|
632
|
-
|
|
631
|
+
)), /* @__PURE__ */ import_react10.default.createElement("div", { className: "col-span-12 flex flex-col gap-5 pb-6 lg:col-span-4 lg:pb-10" }, subtitle && /* @__PURE__ */ import_react10.default.createElement("p", { className: "text-xs text-[#ffffff]/70 sm:text-sm md:text-base leading-[1.2] max-w-md transition-opacity duration-1000 delay-300" }, subtitle), /* @__PURE__ */ import_react10.default.createElement("div", { className: "flex flex-col sm:flex-row items-start sm:items-center gap-4" }, ctaText && // Changed from <button> to <Link> so it actually navigates!
|
|
632
|
+
/* @__PURE__ */ import_react10.default.createElement(
|
|
633
|
+
import_link4.default,
|
|
633
634
|
{
|
|
635
|
+
href: isWaitlist ? "#" : ctaHref || "#",
|
|
634
636
|
onClick: handleCtaClick,
|
|
635
637
|
className: "group inline-flex h-10 items-center gap-2 self-start rounded-full bg-[#ffffff] pl-5 pr-1 text-xs text-black transition-all hover:gap-3"
|
|
636
638
|
},
|
|
@@ -904,7 +906,7 @@ var ManagedDocument = ({
|
|
|
904
906
|
}, []);
|
|
905
907
|
return (
|
|
906
908
|
// Outer layout wrapper (takes up available space, adds padding)
|
|
907
|
-
/* @__PURE__ */ import_react17.default.createElement("div", { className: "grow pt-
|
|
909
|
+
/* @__PURE__ */ import_react17.default.createElement("div", { className: "grow pt-4 px-3 md:px-8 w-full flex justify-center z-10 relative" }, /* @__PURE__ */ import_react17.default.createElement("div", { className: "relative bg-white rounded-2xl w-full max-w-7xl mx-auto overflow-hidden" }, /* @__PURE__ */ import_react17.default.createElement("div", { className: "relative z-10" }, /* @__PURE__ */ import_react17.default.createElement("div", { className: "relative px-5 md:px-12 py-8 md:py-10" }, tagline && /* @__PURE__ */ import_react17.default.createElement("span", { className: "text-[11px] tracking-[0.4em] text-neutral-500 text-left block " }, tagline), /* @__PURE__ */ import_react17.default.createElement(
|
|
908
910
|
"h1",
|
|
909
911
|
{
|
|
910
912
|
ref: titleRef,
|
|
@@ -944,7 +946,7 @@ var ManagedContactBlock = ({
|
|
|
944
946
|
emails,
|
|
945
947
|
socials
|
|
946
948
|
}) => {
|
|
947
|
-
return /* @__PURE__ */ import_react18.default.createElement("div", { className: "grow pt-
|
|
949
|
+
return /* @__PURE__ */ import_react18.default.createElement("div", { className: "grow pt-4 pb-20 px-4 md:px-8 w-full flex justify-center z-10 relative" }, /* @__PURE__ */ import_react18.default.createElement("div", { className: "relative bg-white rounded-2xl w-full max-w-7xl mx-auto overflow-hidden" }, /* @__PURE__ */ import_react18.default.createElement(
|
|
948
950
|
"div",
|
|
949
951
|
{
|
|
950
952
|
className: "absolute inset-0 pointer-events-none opacity-[0.03] z-0",
|
|
@@ -1098,7 +1100,7 @@ var ManagedBoardBlock = ({
|
|
|
1098
1100
|
contactText,
|
|
1099
1101
|
contactEmail
|
|
1100
1102
|
}) => {
|
|
1101
|
-
return /* @__PURE__ */ import_react21.default.createElement("div", { className: "grow pt-
|
|
1103
|
+
return /* @__PURE__ */ import_react21.default.createElement("div", { className: "grow pt-4 pb-20 px-3 md:px-8 w-full flex justify-center z-10 relative" }, /* @__PURE__ */ import_react21.default.createElement("div", { className: "relative w-full mx-auto overflow-hidden max-w-7xl" }, /* @__PURE__ */ import_react21.default.createElement(
|
|
1102
1104
|
"div",
|
|
1103
1105
|
{
|
|
1104
1106
|
className: "absolute inset-0 pointer-events-none opacity-[0.03] z-0",
|
|
@@ -1578,7 +1580,7 @@ var ManagedProjectsBlock = ({
|
|
|
1578
1580
|
title,
|
|
1579
1581
|
projects
|
|
1580
1582
|
}) => {
|
|
1581
|
-
return /* @__PURE__ */ import_react37.default.createElement("div", { className: "grow pt-
|
|
1583
|
+
return /* @__PURE__ */ import_react37.default.createElement("div", { className: "grow pt-4 pb-20 px-3 md:px-8 w-full flex justify-center z-10 relative" }, /* @__PURE__ */ import_react37.default.createElement("div", { className: "relative bg-white rounded-2xl w-full max-w-5xl mx-auto overflow-hidden" }, /* @__PURE__ */ import_react37.default.createElement(
|
|
1582
1584
|
"div",
|
|
1583
1585
|
{
|
|
1584
1586
|
className: "absolute inset-0 pointer-events-none opacity-[0.03] z-0",
|
package/dist/index.mjs
CHANGED
|
@@ -533,7 +533,7 @@ var HeroSection = ({
|
|
|
533
533
|
setIsWaitlistOpen(true);
|
|
534
534
|
}
|
|
535
535
|
};
|
|
536
|
-
return /* @__PURE__ */ React8.createElement("div", { className: "w-screen min-h-screen flex justify-center items-center p-
|
|
536
|
+
return /* @__PURE__ */ React8.createElement("div", { className: "w-screen min-h-screen flex justify-center items-center p-4" }, /* @__PURE__ */ React8.createElement("section", { className: "relative h-[95vh] w-full overflow-hidden rounded-2xl " }, bgVideoSrc ? /* @__PURE__ */ React8.createElement(
|
|
537
537
|
"video",
|
|
538
538
|
{
|
|
539
539
|
src: bgVideoSrc,
|
|
@@ -568,9 +568,11 @@ var HeroSection = ({
|
|
|
568
568
|
className: "leading-[0.85] tracking-[-0.07em] text-[18.2vw] sm:text-[16.8vw] md:text-[15.4vw] lg:text-[14vw] xl:text-[13.3vw] 2xl:text-[14vw] text-[#ffffff]"
|
|
569
569
|
},
|
|
570
570
|
/* @__PURE__ */ React8.createElement("div", { className: "inline-flex flex-wrap" }, /* @__PURE__ */ React8.createElement("span", { className: `inline-block relative transition-all duration-1000 ${isAnimating ? "opacity-100 translate-y-0" : "opacity-0 translate-y-10"}` }, titlePrefix, titlePrefix && /* @__PURE__ */ React8.createElement("br", null), highlightText, /* @__PURE__ */ React8.createElement("span", { className: "absolute top-[0.65em] right-[-0.3em] text-[0.31em] text-[#ffffff]/70" }, "*")))
|
|
571
|
-
)), /* @__PURE__ */ React8.createElement("div", { className: "col-span-12 flex flex-col gap-5 pb-6 lg:col-span-4 lg:pb-10" }, subtitle && /* @__PURE__ */ React8.createElement("p", { className: "text-xs text-[#ffffff]/70 sm:text-sm md:text-base leading-[1.2] max-w-md transition-opacity duration-1000 delay-300" }, subtitle), /* @__PURE__ */ React8.createElement("div", { className: "flex flex-col sm:flex-row items-start sm:items-center gap-4" }, ctaText &&
|
|
572
|
-
|
|
571
|
+
)), /* @__PURE__ */ React8.createElement("div", { className: "col-span-12 flex flex-col gap-5 pb-6 lg:col-span-4 lg:pb-10" }, subtitle && /* @__PURE__ */ React8.createElement("p", { className: "text-xs text-[#ffffff]/70 sm:text-sm md:text-base leading-[1.2] max-w-md transition-opacity duration-1000 delay-300" }, subtitle), /* @__PURE__ */ React8.createElement("div", { className: "flex flex-col sm:flex-row items-start sm:items-center gap-4" }, ctaText && // Changed from <button> to <Link> so it actually navigates!
|
|
572
|
+
/* @__PURE__ */ React8.createElement(
|
|
573
|
+
Link4,
|
|
573
574
|
{
|
|
575
|
+
href: isWaitlist ? "#" : ctaHref || "#",
|
|
574
576
|
onClick: handleCtaClick,
|
|
575
577
|
className: "group inline-flex h-10 items-center gap-2 self-start rounded-full bg-[#ffffff] pl-5 pr-1 text-xs text-black transition-all hover:gap-3"
|
|
576
578
|
},
|
|
@@ -844,7 +846,7 @@ var ManagedDocument = ({
|
|
|
844
846
|
}, []);
|
|
845
847
|
return (
|
|
846
848
|
// Outer layout wrapper (takes up available space, adds padding)
|
|
847
|
-
/* @__PURE__ */ React12.createElement("div", { className: "grow pt-
|
|
849
|
+
/* @__PURE__ */ React12.createElement("div", { className: "grow pt-4 px-3 md:px-8 w-full flex justify-center z-10 relative" }, /* @__PURE__ */ React12.createElement("div", { className: "relative bg-white rounded-2xl w-full max-w-7xl mx-auto overflow-hidden" }, /* @__PURE__ */ React12.createElement("div", { className: "relative z-10" }, /* @__PURE__ */ React12.createElement("div", { className: "relative px-5 md:px-12 py-8 md:py-10" }, tagline && /* @__PURE__ */ React12.createElement("span", { className: "text-[11px] tracking-[0.4em] text-neutral-500 text-left block " }, tagline), /* @__PURE__ */ React12.createElement(
|
|
848
850
|
"h1",
|
|
849
851
|
{
|
|
850
852
|
ref: titleRef,
|
|
@@ -884,7 +886,7 @@ var ManagedContactBlock = ({
|
|
|
884
886
|
emails,
|
|
885
887
|
socials
|
|
886
888
|
}) => {
|
|
887
|
-
return /* @__PURE__ */ React13.createElement("div", { className: "grow pt-
|
|
889
|
+
return /* @__PURE__ */ React13.createElement("div", { className: "grow pt-4 pb-20 px-4 md:px-8 w-full flex justify-center z-10 relative" }, /* @__PURE__ */ React13.createElement("div", { className: "relative bg-white rounded-2xl w-full max-w-7xl mx-auto overflow-hidden" }, /* @__PURE__ */ React13.createElement(
|
|
888
890
|
"div",
|
|
889
891
|
{
|
|
890
892
|
className: "absolute inset-0 pointer-events-none opacity-[0.03] z-0",
|
|
@@ -1038,7 +1040,7 @@ var ManagedBoardBlock = ({
|
|
|
1038
1040
|
contactText,
|
|
1039
1041
|
contactEmail
|
|
1040
1042
|
}) => {
|
|
1041
|
-
return /* @__PURE__ */ React15.createElement("div", { className: "grow pt-
|
|
1043
|
+
return /* @__PURE__ */ React15.createElement("div", { className: "grow pt-4 pb-20 px-3 md:px-8 w-full flex justify-center z-10 relative" }, /* @__PURE__ */ React15.createElement("div", { className: "relative w-full mx-auto overflow-hidden max-w-7xl" }, /* @__PURE__ */ React15.createElement(
|
|
1042
1044
|
"div",
|
|
1043
1045
|
{
|
|
1044
1046
|
className: "absolute inset-0 pointer-events-none opacity-[0.03] z-0",
|
|
@@ -1518,7 +1520,7 @@ var ManagedProjectsBlock = ({
|
|
|
1518
1520
|
title,
|
|
1519
1521
|
projects
|
|
1520
1522
|
}) => {
|
|
1521
|
-
return /* @__PURE__ */ React25.createElement("div", { className: "grow pt-
|
|
1523
|
+
return /* @__PURE__ */ React25.createElement("div", { className: "grow pt-4 pb-20 px-3 md:px-8 w-full flex justify-center z-10 relative" }, /* @__PURE__ */ React25.createElement("div", { className: "relative bg-white rounded-2xl w-full max-w-5xl mx-auto overflow-hidden" }, /* @__PURE__ */ React25.createElement(
|
|
1522
1524
|
"div",
|
|
1523
1525
|
{
|
|
1524
1526
|
className: "absolute inset-0 pointer-events-none opacity-[0.03] z-0",
|