@adityabheke/renderer-package 1.0.5 → 1.0.6

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.cjs CHANGED
@@ -832,7 +832,7 @@ var FooterSimple = ({
832
832
  className
833
833
  ),
834
834
  style: { backgroundColor },
835
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "max-w-6xl mx-auto px-4 flex flex-col md:flex-row justify-between items-center gap-4", children: [
835
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "max-w-6xl mx-auto px-4 flex flex-row md:flex-row justify-between items-center gap-4", children: [
836
836
  slots?.["footer-logo"],
837
837
  slots?.["footer-copy"],
838
838
  slots?.["f-link-1"],
package/dist/index.js CHANGED
@@ -795,7 +795,7 @@ var FooterSimple = ({
795
795
  className
796
796
  ),
797
797
  style: { backgroundColor },
798
- children: /* @__PURE__ */ jsxs5("div", { className: "max-w-6xl mx-auto px-4 flex flex-col md:flex-row justify-between items-center gap-4", children: [
798
+ children: /* @__PURE__ */ jsxs5("div", { className: "max-w-6xl mx-auto px-4 flex flex-row md:flex-row justify-between items-center gap-4", children: [
799
799
  slots?.["footer-logo"],
800
800
  slots?.["footer-copy"],
801
801
  slots?.["f-link-1"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adityabheke/renderer-package",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Production-ready React page renderer",
5
5
  "type": "module",
6
6
  "license": "MIT",