veslx 0.1.46 → 0.1.47

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.
@@ -1,19 +1,6 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
2
- import packageJson from "../package.json.js";
1
+ import { jsx } from "react/jsx-runtime";
3
2
  function Footer() {
4
- return /* @__PURE__ */ jsx("footer", { className: "py-4 mx-auto w-full max-w-[var(--content-width)] px-[var(--page-padding)]", children: /* @__PURE__ */ jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ jsxs(
5
- "a",
6
- {
7
- href: "https://github.com/eoinmurray/veslx",
8
- target: "_blank",
9
- rel: "noopener noreferrer",
10
- className: "font-mono text-xs text-muted-foreground/50 hover:text-muted-foreground transition-colors",
11
- children: [
12
- "veslx v",
13
- packageJson.version
14
- ]
15
- }
16
- ) }) });
3
+ return /* @__PURE__ */ jsx("footer", { className: "py-4 mx-auto w-full max-w-[var(--content-width)] px-[var(--page-padding)]" });
17
4
  }
18
5
  export {
19
6
  Footer
@@ -1 +1 @@
1
- {"version":3,"file":"footer.js","sources":["../../../src/components/footer.tsx"],"sourcesContent":["import packageJson from \"../../package.json\";\n\nexport function Footer() {\n return (\n <footer className=\"py-4 mx-auto w-full max-w-[var(--content-width)] px-[var(--page-padding)]\">\n <div className=\"flex justify-end\">\n <a\n href=\"https://github.com/eoinmurray/veslx\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n className=\"font-mono text-xs text-muted-foreground/50 hover:text-muted-foreground transition-colors\"\n >\n veslx v{packageJson.version}\n </a>\n </div>\n </footer>\n );\n}\n"],"names":[],"mappings":";;AAEO,SAAS,SAAS;AACvB,6BACG,UAAA,EAAO,WAAU,6EAChB,UAAA,oBAAC,OAAA,EAAI,WAAU,oBACb,UAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,MAAK;AAAA,MACL,QAAO;AAAA,MACP,KAAI;AAAA,MACJ,WAAU;AAAA,MACX,UAAA;AAAA,QAAA;AAAA,QACS,YAAY;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA,GAExB,EAAA,CACF;AAEJ;"}
1
+ {"version":3,"file":"footer.js","sources":["../../../src/components/footer.tsx"],"sourcesContent":["export function Footer() {\n return (\n <footer className=\"py-4 mx-auto w-full max-w-[var(--content-width)] px-[var(--page-padding)]\" />\n );\n}\n"],"names":[],"mappings":";AAAO,SAAS,SAAS;AACvB,SACE,oBAAC,UAAA,EAAO,WAAU,4EAAA,CAA4E;AAElG;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veslx",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,18 +1,5 @@
1
- import packageJson from "../../package.json";
2
-
3
1
  export function Footer() {
4
2
  return (
5
- <footer className="py-4 mx-auto w-full max-w-[var(--content-width)] px-[var(--page-padding)]">
6
- <div className="flex justify-end">
7
- <a
8
- href="https://github.com/eoinmurray/veslx"
9
- target="_blank"
10
- rel="noopener noreferrer"
11
- className="font-mono text-xs text-muted-foreground/50 hover:text-muted-foreground transition-colors"
12
- >
13
- veslx v{packageJson.version}
14
- </a>
15
- </div>
16
- </footer>
3
+ <footer className="py-4 mx-auto w-full max-w-[var(--content-width)] px-[var(--page-padding)]" />
17
4
  );
18
5
  }
@@ -1,9 +0,0 @@
1
- const version = "0.1.46";
2
- const packageJson = {
3
- version
4
- };
5
- export {
6
- packageJson as default,
7
- version
8
- };
9
- //# sourceMappingURL=package.json.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"package.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}