@articles-media/articles-dev-box 1.0.24 → 1.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.
@@ -27,15 +27,41 @@ function a({ show: a, setShow: o, useStore: s, owner: c, repo: l, developers: u,
27
27
  className: "mb-3",
28
28
  children: f
29
29
  }),
30
- u ? /* @__PURE__ */ n("div", {}) : /* @__PURE__ */ n("div", { children: "Developed by: ArticlesJoey " }),
31
- d ? /* @__PURE__ */ n("div", {}) : /* @__PURE__ */ n("div", { children: "Published by: Articles Media " }),
32
- /* @__PURE__ */ n("div", { className: "mb-3" }),
33
- c && l && /* @__PURE__ */ r("div", { children: [/* @__PURE__ */ n("div", { children: "Attributions:" }), /* @__PURE__ */ n("a", {
34
- href: `https://github.com/${c}/${l}/blob/main/README.md`,
30
+ u ? /* @__PURE__ */ n("div", {}) : /* @__PURE__ */ r("div", { children: [/* @__PURE__ */ n("h6", {
31
+ className: "mb-2",
32
+ children: "Developer: Articles Joey"
33
+ }), /* @__PURE__ */ n("a", {
34
+ href: "https://github.com/articles-joey",
35
35
  target: "_blank",
36
36
  rel: "noopener noreferrer",
37
- children: /* @__PURE__ */ r(e, { children: [/* @__PURE__ */ n("i", { className: "fab fa-github" }), "View on GitHub"] })
38
- })] })
37
+ children: /* @__PURE__ */ r(e, {
38
+ size: "",
39
+ className: "mb-4",
40
+ children: [/* @__PURE__ */ n("i", { className: "fab fa-github me-2" }), /* @__PURE__ */ n("span", { children: "View on Github" })]
41
+ })
42
+ })] }),
43
+ d ? /* @__PURE__ */ n("div", {}) : /* @__PURE__ */ r("div", { children: [/* @__PURE__ */ n("h6", {
44
+ className: "mb-2",
45
+ children: "Publisher: Articles Media"
46
+ }), /* @__PURE__ */ n("a", {
47
+ href: "https://github.com/Articles-Media",
48
+ target: "_blank",
49
+ rel: "noopener noreferrer",
50
+ children: /* @__PURE__ */ r(e, {
51
+ size: "",
52
+ className: "mb-4",
53
+ children: [/* @__PURE__ */ n("i", { className: "fad fa-browser me-2" }), /* @__PURE__ */ n("span", { children: "View Website" })]
54
+ })
55
+ })] }),
56
+ c && l && /* @__PURE__ */ r("div", {
57
+ className: "",
58
+ children: [/* @__PURE__ */ n("div", { children: "Attributions:" }), /* @__PURE__ */ n("a", {
59
+ href: `https://github.com/${c}/${l}/blob/main/README.md#attributions`,
60
+ target: "_blank",
61
+ rel: "noopener noreferrer",
62
+ children: /* @__PURE__ */ r(e, { children: [/* @__PURE__ */ n("i", { className: "fab fa-github" }), "View on GitHub"] })
63
+ })]
64
+ })
39
65
  ]
40
66
  }),
41
67
  /* @__PURE__ */ r(i.Footer, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@articles-media/articles-dev-box",
3
3
  "description": "Shared code, functions, and components for different Articles Media projects.",
4
- "version": "1.0.24",
4
+ "version": "1.0.25",
5
5
  "type": "module",
6
6
  "imports": {
7
7
  "#root/src/*": "./src/*"