@gridland/demo 0.2.35 → 0.2.36

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/landing.js CHANGED
@@ -899,7 +899,7 @@ function LinksBox() {
899
899
  /* @__PURE__ */ jsx23("a", { href: "https://github.com/cjroth/gridland", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " GitHub" }),
900
900
  /* @__PURE__ */ jsx23("span", { children: " " }),
901
901
  /* @__PURE__ */ jsx23("span", { children: "\u{1F4D6}" }),
902
- /* @__PURE__ */ jsx23("a", { href: "/docs", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " Docs" })
902
+ /* @__PURE__ */ jsx23("a", { href: "https://gridland.io/docs", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " Docs" })
903
903
  ] })
904
904
  }
905
905
  );
package/dist/run.js CHANGED
@@ -40047,7 +40047,7 @@ function LinksBox() {
40047
40047
  /* @__PURE__ */ jsx24("a", { href: "https://github.com/cjroth/gridland", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " GitHub" }),
40048
40048
  /* @__PURE__ */ jsx24("span", { children: " " }),
40049
40049
  /* @__PURE__ */ jsx24("span", { children: "\u{1F4D6}" }),
40050
- /* @__PURE__ */ jsx24("a", { href: "/docs", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " Docs" })
40050
+ /* @__PURE__ */ jsx24("a", { href: "https://gridland.io/docs", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " Docs" })
40051
40051
  ] })
40052
40052
  }
40053
40053
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridland/demo",
3
- "version": "0.2.35",
3
+ "version": "0.2.36",
4
4
  "type": "module",
5
5
  "description": "Run gridland component demos from anywhere",
6
6
  "exports": {
@@ -21,7 +21,7 @@
21
21
  "test": "bun test"
22
22
  },
23
23
  "dependencies": {
24
- "@gridland/bun": "0.2.35",
24
+ "@gridland/bun": "0.2.36",
25
25
  "figlet": "^1.10.0",
26
26
  "react": "^19.0.0"
27
27
  },