@gearbox-protocol/permissionless-ui 1.2.7 → 1.2.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.
@@ -62,7 +62,7 @@ function Footer({
62
62
  appName,
63
63
  legalReferences
64
64
  }) {
65
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("footer", { className: "border-t border-gray-800 bg-background px-4 py-8 mt-auto", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "max-w-7xl mx-auto", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-8 items-top", children: [
65
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("footer", { className: "border-t border-gray-800 bg-background px-4 py-2 mt-auto", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-8 items-top", children: [
66
66
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex flex-col gap-8 h-full justify-between", children: [
67
67
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_app_logo.AppLogo, { appName, size: "small" }),
68
68
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_legal_disclaimer.LegalDisclaimer, { hrefs: legalReferences })
@@ -112,7 +112,7 @@ function Footer({
112
112
  }
113
113
  )
114
114
  ] })
115
- ] }) }) });
115
+ ] }) });
116
116
  }
117
117
  // Annotate the CommonJS export names for ESM import in node:
118
118
  0 && (module.exports = {
@@ -29,7 +29,7 @@ function Footer({
29
29
  appName,
30
30
  legalReferences
31
31
  }) {
32
- return /* @__PURE__ */ jsx("footer", { className: "border-t border-gray-800 bg-background px-4 py-8 mt-auto", children: /* @__PURE__ */ jsx("div", { className: "max-w-7xl mx-auto", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-8 items-top", children: [
32
+ return /* @__PURE__ */ jsx("footer", { className: "border-t border-gray-800 bg-background px-4 py-2 mt-auto", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-8 items-top", children: [
33
33
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-8 h-full justify-between", children: [
34
34
  /* @__PURE__ */ jsx(AppLogo, { appName, size: "small" }),
35
35
  /* @__PURE__ */ jsx(LegalDisclaimer, { hrefs: legalReferences })
@@ -79,7 +79,7 @@ function Footer({
79
79
  }
80
80
  )
81
81
  ] })
82
- ] }) }) });
82
+ ] }) });
83
83
  }
84
84
  export {
85
85
  Footer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/permissionless-ui",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Internal UI components",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/index.js",