@sensorario/sg-components 0.0.23 → 0.0.25

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.es.js CHANGED
@@ -1,8 +1,11 @@
1
1
  import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
2
  //#region src/stories/Footer/Footer.tsx
3
- var n = ({ copyright: n = "© 2026 My Company", links: r = [] }) => /* @__PURE__ */ t("footer", {
3
+ var n = ({ copyright: n = "© 2026 My Company", href: r = "#", links: i = [] }) => /* @__PURE__ */ t("footer", {
4
4
  className: "footer",
5
- children: [/* @__PURE__ */ e("span", { children: n }), r.length > 0 && /* @__PURE__ */ e("nav", { children: r.map(({ label: t, href: n }) => /* @__PURE__ */ e("a", {
5
+ children: [/* @__PURE__ */ e("span", { children: /* @__PURE__ */ e("a", {
6
+ href: r,
7
+ children: n
8
+ }) }), i.length > 0 && /* @__PURE__ */ e("nav", { children: i.map(({ label: t, href: n }) => /* @__PURE__ */ e("a", {
6
9
  href: n,
7
10
  style: { marginLeft: "16px" },
8
11
  children: t
@@ -25,6 +28,7 @@ var n = ({ copyright: n = "© 2026 My Company", links: r = [] }) => /* @__PURE__
25
28
  href: "https://code2image.simonegentili.com"
26
29
  }
27
30
  ], i = () => /* @__PURE__ */ e(n, {
31
+ href: "https://simonegentili.com",
28
32
  copyright: "© 2026 simonegentili.com",
29
33
  links: r
30
34
  });
@@ -1,2 +1,2 @@
1
- .footer{color:#555;background-color:#f8f8f8;border-top:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:16px 32px;font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;display:flex}.footer a{color:#1ea7fd;text-decoration:none}.footer a:hover{text-decoration:underline}
1
+ .footer{color:#555;background-color:#f8f8f8;border-top:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:16px 32px;font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;display:flex;position:absolute;bottom:0}.footer a{color:#1ea7fd;text-decoration:none}.footer a:hover{text-decoration:underline}
2
2
  /*$vite$:1*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensorario/sg-components",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "scripts": {