@retinalabsllc/zairusjs 0.8.8 → 0.9.0

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
@@ -903,9 +903,9 @@ var FeatureScroll = ({ tagline, headline, features }) => {
903
903
  }
904
904
  };
905
905
  const bgImages = [
906
- "/assets/webp/card-bg.webp",
907
- "/assets/webp/card-bg2.webp",
908
- "/assets/webp/card-bg3.webp"
906
+ "/assets/images/bg_7.avif",
907
+ "/assets/images/bg_6.avif",
908
+ "/assets/images/bg_1.avif"
909
909
  ];
910
910
  return /* @__PURE__ */ import_react12.default.createElement("section", { className: "py-24 w-full flex justify-center relative z-10 overflow-hidden" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "flex flex-col md:flex-row md:items-end justify-between gap-6 mb-12" }, /* @__PURE__ */ import_react12.default.createElement("div", { className: "relative z-10 text-left" }, /* @__PURE__ */ import_react12.default.createElement("span", { className: "text-[10px] tracking-[0.4em] text-neutral-500 block mb-4" }, tagline), /* @__PURE__ */ import_react12.default.createElement("h2", { className: " text-3xl tracking-tight text-black leading-[1.05]" }, headline)), /* @__PURE__ */ import_react12.default.createElement("div", { className: "hidden md:flex items-center gap-3" }, /* @__PURE__ */ import_react12.default.createElement(
911
911
  "button",
@@ -1268,7 +1268,7 @@ var GridSection = ({
1268
1268
  children,
1269
1269
  isLast = false,
1270
1270
  className = "py-8 md:py-10"
1271
- }) => /* @__PURE__ */ import_react24.default.createElement("div", { className: `relative px-5 md:px-12 ${className} ${!isLast ? "border-b border-neutral-200" : ""}` }, children);
1271
+ }) => /* @__PURE__ */ import_react24.default.createElement("div", { className: `relative px-5 md:px-12 ${className} ${!isLast ? "" : ""}` }, children);
1272
1272
  var ManagedProjectsBlock = ({
1273
1273
  tagline,
1274
1274
  title,
package/dist/index.mjs CHANGED
@@ -823,9 +823,9 @@ var FeatureScroll = ({ tagline, headline, features }) => {
823
823
  }
824
824
  };
825
825
  const bgImages = [
826
- "/assets/webp/card-bg.webp",
827
- "/assets/webp/card-bg2.webp",
828
- "/assets/webp/card-bg3.webp"
826
+ "/assets/images/bg_7.avif",
827
+ "/assets/images/bg_6.avif",
828
+ "/assets/images/bg_1.avif"
829
829
  ];
830
830
  return /* @__PURE__ */ React9.createElement("section", { className: "py-24 w-full flex justify-center relative z-10 overflow-hidden" }, /* @__PURE__ */ React9.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ React9.createElement("div", { className: "flex flex-col md:flex-row md:items-end justify-between gap-6 mb-12" }, /* @__PURE__ */ React9.createElement("div", { className: "relative z-10 text-left" }, /* @__PURE__ */ React9.createElement("span", { className: "text-[10px] tracking-[0.4em] text-neutral-500 block mb-4" }, tagline), /* @__PURE__ */ React9.createElement("h2", { className: " text-3xl tracking-tight text-black leading-[1.05]" }, headline)), /* @__PURE__ */ React9.createElement("div", { className: "hidden md:flex items-center gap-3" }, /* @__PURE__ */ React9.createElement(
831
831
  "button",
@@ -1188,7 +1188,7 @@ var GridSection = ({
1188
1188
  children,
1189
1189
  isLast = false,
1190
1190
  className = "py-8 md:py-10"
1191
- }) => /* @__PURE__ */ React16.createElement("div", { className: `relative px-5 md:px-12 ${className} ${!isLast ? "border-b border-neutral-200" : ""}` }, children);
1191
+ }) => /* @__PURE__ */ React16.createElement("div", { className: `relative px-5 md:px-12 ${className} ${!isLast ? "" : ""}` }, children);
1192
1192
  var ManagedProjectsBlock = ({
1193
1193
  tagline,
1194
1194
  title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retinalabsllc/zairusjs",
3
- "version": "0.8.8",
3
+ "version": "0.9.0",
4
4
  "description": "A perceptive, Ai data driven Next.js UI component library.",
5
5
  "author": "Retina Labs Company",
6
6
  "license": "MIT",