@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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 ? "
|
|
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 ? "
|
|
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,
|