@n3rd-ai/ui 0.2.5 → 0.2.7

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.css CHANGED
@@ -123,9 +123,6 @@
123
123
  flex-direction: column;
124
124
  align-items: center;
125
125
  margin-bottom: var(--n3rd-space-6);
126
- max-width: 480px;
127
- margin-left: auto;
128
- margin-right: auto;
129
126
  }
130
127
  .n3rd-footer-horizon-bright {
131
128
  width: 100%;
package/dist/index.js CHANGED
@@ -628,24 +628,24 @@ function Footer({
628
628
  /* @__PURE__ */ jsx("div", { className: "n3rd-footer-star-row", children: " \xB7 \xB7 \u2726 \xB7 \u2726" })
629
629
  ] }),
630
630
  /* @__PURE__ */ jsxs("div", { className: "n3rd-footer-sunset", "aria-hidden": "true", children: [
631
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "20%", background: "#7c3aed" } }),
632
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "30%", background: "#a855f7" } }),
631
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "26%", background: "#7c3aed" } }),
632
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "42%", background: "#8b5cf6" } }),
633
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "52%", background: "#a855f7" } }),
634
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "60%", background: "#c084fc" } }),
635
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "66%", background: "#d946ef" } }),
636
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "71%", background: "#ec4899" } }),
637
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "75%", background: "#f472b6" } }),
633
638
  /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-gap" }),
634
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "37%", background: "#c084fc" } }),
635
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "42%", background: "#ec4899" } }),
639
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "78%", background: "#fb7185" } }),
636
640
  /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-gap" }),
637
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "47%", background: "#f472b6" } }),
638
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "52%", background: "#fb7185" } }),
641
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "80%", background: "#fda4af" } }),
639
642
  /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-gap", style: { height: "3px" } }),
640
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "57%", background: "#fda4af" } }),
641
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "62%", background: "#fecdd3" } })
643
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "82%", background: "#fecdd3" } })
642
644
  ] }),
643
645
  /* @__PURE__ */ jsxs("div", { className: "n3rd-footer-horizon", "aria-hidden": "true", children: [
644
646
  /* @__PURE__ */ jsx("div", { className: "n3rd-footer-horizon-bright" }),
645
647
  /* @__PURE__ */ jsx("div", { className: "n3rd-footer-reflection" }),
646
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-reflection-dashed" }),
647
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-reflection", style: { opacity: 0.4 } }),
648
- /* @__PURE__ */ jsx("div", { className: "n3rd-footer-reflection-dashed", style: { opacity: 0.2 } })
648
+ /* @__PURE__ */ jsx("div", { className: "n3rd-footer-reflection-dashed" })
649
649
  ] }),
650
650
  tagline && /* @__PURE__ */ jsx("div", { className: "n3rd-footer-tagline", children: tagline.toUpperCase() }),
651
651
  links.length > 0 && /* @__PURE__ */ jsx("nav", { className: "n3rd-footer-links", children: links.map((link, i) => /* @__PURE__ */ jsxs("span", { children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n3rd-ai/ui",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Terminal-first UI framework for Next.js. ASCII everything. Zero images. Pure text.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",