@retinalabsllc/zairusjs 20.1.40 → 21.0.1
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 +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2884,14 +2884,13 @@ var HeroSection = ({
|
|
|
2884
2884
|
className: "inline-flex h-10 items-center self-start justify-center text-xs tracking-wide rounded-full px-6 border border-[#ffffff]/30 text-[#ffffff] hover:bg-[#ffffff]/10 transition-colors"
|
|
2885
2885
|
},
|
|
2886
2886
|
secondaryCtaText
|
|
2887
|
-
)))))), showApps && appLogos && appLogos.length > 0 && /* @__PURE__ */ import_react45.default.createElement("div", { className: "flex flex-col items-center gap-4 mt-8 w-full" }, appsText && /* @__PURE__ */ import_react45.default.createElement("span", { className: "text-xs tracking-widest text-black/70
|
|
2887
|
+
)))))), showApps && appLogos && appLogos.length > 0 && /* @__PURE__ */ import_react45.default.createElement("div", { className: "flex flex-col items-center gap-4 mt-8 w-full" }, appsText && /* @__PURE__ */ import_react45.default.createElement("span", { className: "text-xs tracking-widest text-black/70 uppercase" }, appsText), /* @__PURE__ */ import_react45.default.createElement("div", { className: "flex flex-wrap items-center justify-center gap-8 sm:gap-12" }, appLogos.map((logo, idx) => /* @__PURE__ */ import_react45.default.createElement("div", { key: idx, className: logoWrapperClassName }, /* @__PURE__ */ import_react45.default.createElement(
|
|
2888
2888
|
import_image2.default,
|
|
2889
2889
|
{
|
|
2890
2890
|
src: logo.src,
|
|
2891
2891
|
alt: logo.alt,
|
|
2892
2892
|
width: logoSize,
|
|
2893
2893
|
height: logoSize,
|
|
2894
|
-
quality: 100,
|
|
2895
2894
|
unoptimized: unoptimizedLogos,
|
|
2896
2895
|
className: "h-full w-auto grayscale object-contain"
|
|
2897
2896
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -2876,14 +2876,13 @@ var HeroSection = ({
|
|
|
2876
2876
|
className: "inline-flex h-10 items-center self-start justify-center text-xs tracking-wide rounded-full px-6 border border-[#ffffff]/30 text-[#ffffff] hover:bg-[#ffffff]/10 transition-colors"
|
|
2877
2877
|
},
|
|
2878
2878
|
secondaryCtaText
|
|
2879
|
-
)))))), showApps && appLogos && appLogos.length > 0 && /* @__PURE__ */ React26.createElement("div", { className: "flex flex-col items-center gap-4 mt-8 w-full" }, appsText && /* @__PURE__ */ React26.createElement("span", { className: "text-xs tracking-widest text-black/70
|
|
2879
|
+
)))))), showApps && appLogos && appLogos.length > 0 && /* @__PURE__ */ React26.createElement("div", { className: "flex flex-col items-center gap-4 mt-8 w-full" }, appsText && /* @__PURE__ */ React26.createElement("span", { className: "text-xs tracking-widest text-black/70 uppercase" }, appsText), /* @__PURE__ */ React26.createElement("div", { className: "flex flex-wrap items-center justify-center gap-8 sm:gap-12" }, appLogos.map((logo, idx) => /* @__PURE__ */ React26.createElement("div", { key: idx, className: logoWrapperClassName }, /* @__PURE__ */ React26.createElement(
|
|
2880
2880
|
Image3,
|
|
2881
2881
|
{
|
|
2882
2882
|
src: logo.src,
|
|
2883
2883
|
alt: logo.alt,
|
|
2884
2884
|
width: logoSize,
|
|
2885
2885
|
height: logoSize,
|
|
2886
|
-
quality: 100,
|
|
2887
2886
|
unoptimized: unoptimizedLogos,
|
|
2888
2887
|
className: "h-full w-auto grayscale object-contain"
|
|
2889
2888
|
}
|