@gridland/demo 0.2.36 → 0.2.37
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 +1 -1
- package/dist/run.js +1 -1
- package/package.json +2 -2
package/dist/landing.js
CHANGED
|
@@ -896,7 +896,7 @@ function LinksBox() {
|
|
|
896
896
|
flexShrink: 0,
|
|
897
897
|
children: /* @__PURE__ */ jsxs17("text", { children: [
|
|
898
898
|
/* @__PURE__ */ jsx23("span", { children: "\u{1F431}" }),
|
|
899
|
-
/* @__PURE__ */ jsx23("a", { href: "https://github.com/
|
|
899
|
+
/* @__PURE__ */ jsx23("a", { href: "https://github.com/thoughtfulllc/gridland", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " GitHub" }),
|
|
900
900
|
/* @__PURE__ */ jsx23("span", { children: " " }),
|
|
901
901
|
/* @__PURE__ */ jsx23("span", { children: "\u{1F4D6}" }),
|
|
902
902
|
/* @__PURE__ */ jsx23("a", { href: "https://gridland.io/docs", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " Docs" })
|
package/dist/run.js
CHANGED
|
@@ -40044,7 +40044,7 @@ function LinksBox() {
|
|
|
40044
40044
|
flexShrink: 0,
|
|
40045
40045
|
children: /* @__PURE__ */ jsxs18("text", { children: [
|
|
40046
40046
|
/* @__PURE__ */ jsx24("span", { children: "\u{1F431}" }),
|
|
40047
|
-
/* @__PURE__ */ jsx24("a", { href: "https://github.com/
|
|
40047
|
+
/* @__PURE__ */ jsx24("a", { href: "https://github.com/thoughtfulllc/gridland", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " GitHub" }),
|
|
40048
40048
|
/* @__PURE__ */ jsx24("span", { children: " " }),
|
|
40049
40049
|
/* @__PURE__ */ jsx24("span", { children: "\u{1F4D6}" }),
|
|
40050
40050
|
/* @__PURE__ */ jsx24("a", { href: "https://gridland.io/docs", style: { attributes: UNDERLINE3, fg: theme.accent }, children: " Docs" })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gridland/demo",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.37",
|
|
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.
|
|
24
|
+
"@gridland/bun": "0.2.37",
|
|
25
25
|
"figlet": "^1.10.0",
|
|
26
26
|
"react": "^19.0.0"
|
|
27
27
|
},
|