@retinalabsllc/zairusjs 4.0.11 → 4.0.12
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
|
@@ -553,7 +553,7 @@ function AuthFormInner({
|
|
|
553
553
|
))))), /* @__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(
|
|
554
554
|
"img",
|
|
555
555
|
{
|
|
556
|
-
src: "https://retinalabs.company/assets/images/
|
|
556
|
+
src: "https://retinalabs.company/assets/images/retina.avif",
|
|
557
557
|
alt: "Retina Labs Logo",
|
|
558
558
|
className: "w-full h-full object-cover rounded-full",
|
|
559
559
|
onError: (e) => {
|
|
@@ -618,7 +618,7 @@ var Header = ({
|
|
|
618
618
|
alt: `${companyName} Logo`,
|
|
619
619
|
width: 40,
|
|
620
620
|
height: 40,
|
|
621
|
-
className: `object-contain w-
|
|
621
|
+
className: `object-contain w-8 h-auto ${invert ? "invert" : ""}`,
|
|
622
622
|
priority: true
|
|
623
623
|
}
|
|
624
624
|
), !hideHeaderText && /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex flex-col justify-center" }, /* @__PURE__ */ import_react6.default.createElement("span", { className: `text-[11px] leading-none tracking-wide mb-1 transition-colors ${titleColor}` }, companyName), subtitle && /* @__PURE__ */ import_react6.default.createElement("span", { className: `text-[9px] tracking-widest leading-none transition-colors ${subtitleColor}` }, subtitle)))), /* @__PURE__ */ import_react6.default.createElement("nav", { className: "flex items-center gap-1 md:gap-2 shrink-0" }, links.map((link, index) => /* @__PURE__ */ import_react6.default.createElement(
|
package/dist/index.mjs
CHANGED
|
@@ -467,7 +467,7 @@ 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://retinalabs.company/assets/images/
|
|
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) => {
|
|
@@ -532,7 +532,7 @@ var Header = ({
|
|
|
532
532
|
alt: `${companyName} Logo`,
|
|
533
533
|
width: 40,
|
|
534
534
|
height: 40,
|
|
535
|
-
className: `object-contain w-
|
|
535
|
+
className: `object-contain w-8 h-auto ${invert ? "invert" : ""}`,
|
|
536
536
|
priority: true
|
|
537
537
|
}
|
|
538
538
|
), !hideHeaderText && /* @__PURE__ */ React5.createElement("div", { className: "flex flex-col justify-center" }, /* @__PURE__ */ React5.createElement("span", { className: `text-[11px] leading-none tracking-wide mb-1 transition-colors ${titleColor}` }, companyName), subtitle && /* @__PURE__ */ React5.createElement("span", { className: `text-[9px] tracking-widest leading-none transition-colors ${subtitleColor}` }, subtitle)))), /* @__PURE__ */ React5.createElement("nav", { className: "flex items-center gap-1 md:gap-2 shrink-0" }, links.map((link, index) => /* @__PURE__ */ React5.createElement(
|