@retinalabsllc/zairusjs 4.0.22 → 4.0.24

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
@@ -637,10 +637,10 @@ function ShareCardInner({
637
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("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 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
@@ -547,10 +547,10 @@ function ShareCardInner({
547
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("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 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.22",
3
+ "version": "4.0.24",
4
4
  "description": "A perceptive, Ai data driven Next.js UI component library.",
5
5
  "author": "Retina Labs Company",
6
6
  "license": "MIT",