@retinalabsllc/zairusjs 4.0.21 → 4.0.23

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 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-20 h-20 bg-neutral-50 rounded-full 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 font-medium mb-8 truncate w-full max-w-70", title: fileName }, fileName), /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-full h-12 flex items-center justify-center" }, !isDownloading ? /* @__PURE__ */ import_react6.default.createElement(
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 sm:w-48"
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] font-medium text-neutral-800 tracking-widest uppercase" }, "DECRYPTING"), /* @__PURE__ */ import_react6.default.createElement("span", { className: "text-[11px] font-medium 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(
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
- className: "h-full bg-linear-to-r from-neutral-800 to-black rounded-full transition-all duration-300 ease-out",
641
- style: { width: `${progress}%` }
640
+ className: "h-full rounded-full transition-all duration-300 ease-out",
641
+ style: { width: `${progress}%`, background: "linear-gradient(to right, #25594c, #24745f,#328f7a,#4fd0aa,#cfeec2)" }
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 " }, /* @__PURE__ */ import_react6.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_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")));
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 " }), /* @__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) {
@@ -814,7 +814,7 @@ var HeroSection = ({
814
814
  "h1",
815
815
  {
816
816
  ref: titleRef,
817
- className: `text-[40px] font-light md:text-5xl lg:text-7xl mb-6 text-neutral-900 tracking-tight leading-[1.05] max-w-4xl ${isAnimating ? "" : ""}`,
817
+ className: `text-[40px] font-light md:text-5xl gradient-text lg:text-7xl mb-6 text-neutral-900 tracking-tight leading-[1.05] max-w-4xl ${isAnimating ? "" : ""}`,
818
818
  style: isAnimating ? { animationIterationCount: 1 } : {}
819
819
  },
820
820
  titlePrefix
@@ -1395,9 +1395,7 @@ var ManagedProjectsBlock = ({
1395
1395
  var import_react27 = __toESM(require("react"));
1396
1396
  var ManagedNotFoundBlock = ({
1397
1397
  title = "404 - Page Not Found",
1398
- description = "The page you are looking for does not exist or has been moved.",
1399
- backLinkText = "Go back to Homepage",
1400
- backLinkHref = "/"
1398
+ description = "The page you are looking for does not exist or has been moved."
1401
1399
  }) => {
1402
1400
  return /* @__PURE__ */ import_react27.default.createElement("main", { className: "min-h-screen flex items-center justify-center relative z-20 bg-transparent" }, /* @__PURE__ */ import_react27.default.createElement("div", { className: "p-6 w-full max-w-md mx-auto text-center" }, /* @__PURE__ */ import_react27.default.createElement("div", { className: "mb-8 flex justify-center" }, /* @__PURE__ */ import_react27.default.createElement(
1403
1401
  "svg",
@@ -1939,7 +1937,7 @@ var UniversalSidebar = ({
1939
1937
  className: "h-full rounded-full transition-all duration-500 ease-out",
1940
1938
  style: {
1941
1939
  width: `${Math.min(storageConfig.percentage, 100)}%`,
1942
- background: "linear-gradient(to right, #f64b4d, #ffa360)"
1940
+ background: "linear-gradient(to right, #25594c, #24745f,#328f7a,#4fd0aa,#cfeec2)"
1943
1941
  }
1944
1942
  }
1945
1943
  )), /* @__PURE__ */ import_react38.default.createElement("span", { className: "text-[9px] text-neutral-400 tracking-wide" }, storageConfig.used, " of ", storageConfig.total, " used"))), (showWorkspaceSwitcher || showLogoutAction) && /* @__PURE__ */ import_react38.default.createElement("div", { className: `flex gap-2 px-1 pb-2 ${isCollapsed && !isMobileOpen ? "flex-col items-center" : "items-center"}` }, showWorkspaceSwitcher && workspaces && workspaces.length > 0 && /* @__PURE__ */ import_react38.default.createElement(
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-20 h-20 bg-neutral-50 rounded-full flex items-center justify-center mb-6" }, /* @__PURE__ */ React5.createElement(FileIcon, null)), /* @__PURE__ */ React5.createElement("h2", { className: "text-lg text-black font-medium mb-8 truncate w-full max-w-70", title: fileName }, fileName), /* @__PURE__ */ React5.createElement("div", { className: "w-full h-12 flex items-center justify-center" }, !isDownloading ? /* @__PURE__ */ React5.createElement(
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 sm:w-48"
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] font-medium text-neutral-800 tracking-widest uppercase" }, "DECRYPTING"), /* @__PURE__ */ React5.createElement("span", { className: "text-[11px] font-medium 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(
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
- className: "h-full bg-linear-to-r from-neutral-800 to-black rounded-full transition-all duration-300 ease-out",
551
- style: { width: `${progress}%` }
550
+ className: "h-full rounded-full transition-all duration-300 ease-out",
551
+ style: { width: `${progress}%`, background: "linear-gradient(to right, #25594c, #24745f,#328f7a,#4fd0aa,#cfeec2)" }
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 " }, /* @__PURE__ */ React5.createElement("div", { className: "w-5 h-5 bg-neutral-100 rounded-full flex items-center justify-center shrink-0 overflow-hidden relative" }), /* @__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")));
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 " }), /* @__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) {
@@ -724,7 +724,7 @@ var HeroSection = ({
724
724
  "h1",
725
725
  {
726
726
  ref: titleRef,
727
- className: `text-[40px] font-light md:text-5xl lg:text-7xl mb-6 text-neutral-900 tracking-tight leading-[1.05] max-w-4xl ${isAnimating ? "" : ""}`,
727
+ className: `text-[40px] font-light md:text-5xl gradient-text lg:text-7xl mb-6 text-neutral-900 tracking-tight leading-[1.05] max-w-4xl ${isAnimating ? "" : ""}`,
728
728
  style: isAnimating ? { animationIterationCount: 1 } : {}
729
729
  },
730
730
  titlePrefix
@@ -1305,9 +1305,7 @@ var ManagedProjectsBlock = ({
1305
1305
  import React18 from "react";
1306
1306
  var ManagedNotFoundBlock = ({
1307
1307
  title = "404 - Page Not Found",
1308
- description = "The page you are looking for does not exist or has been moved.",
1309
- backLinkText = "Go back to Homepage",
1310
- backLinkHref = "/"
1308
+ description = "The page you are looking for does not exist or has been moved."
1311
1309
  }) => {
1312
1310
  return /* @__PURE__ */ React18.createElement("main", { className: "min-h-screen flex items-center justify-center relative z-20 bg-transparent" }, /* @__PURE__ */ React18.createElement("div", { className: "p-6 w-full max-w-md mx-auto text-center" }, /* @__PURE__ */ React18.createElement("div", { className: "mb-8 flex justify-center" }, /* @__PURE__ */ React18.createElement(
1313
1311
  "svg",
@@ -1856,7 +1854,7 @@ var UniversalSidebar = ({
1856
1854
  className: "h-full rounded-full transition-all duration-500 ease-out",
1857
1855
  style: {
1858
1856
  width: `${Math.min(storageConfig.percentage, 100)}%`,
1859
- background: "linear-gradient(to right, #f64b4d, #ffa360)"
1857
+ background: "linear-gradient(to right, #25594c, #24745f,#328f7a,#4fd0aa,#cfeec2)"
1860
1858
  }
1861
1859
  }
1862
1860
  )), /* @__PURE__ */ React26.createElement("span", { className: "text-[9px] text-neutral-400 tracking-wide" }, storageConfig.used, " of ", storageConfig.total, " used"))), (showWorkspaceSwitcher || showLogoutAction) && /* @__PURE__ */ React26.createElement("div", { className: `flex gap-2 px-1 pb-2 ${isCollapsed && !isMobileOpen ? "flex-col items-center" : "items-center"}` }, showWorkspaceSwitcher && workspaces && workspaces.length > 0 && /* @__PURE__ */ React26.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retinalabsllc/zairusjs",
3
- "version": "4.0.21",
3
+ "version": "4.0.23",
4
4
  "description": "A perceptive, Ai data driven Next.js UI component library.",
5
5
  "author": "Retina Labs Company",
6
6
  "license": "MIT",