@retinalabsllc/zairusjs 0.8.8 → 0.8.9

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
@@ -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
@@ -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.8.9",
4
4
  "description": "A perceptive, Ai data driven Next.js UI component library.",
5
5
  "author": "Retina Labs Company",
6
6
  "license": "MIT",