@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 +0 -3
- package/dist/index.js +11 -11
- package/package.json +1 -1
package/dist/index.css
CHANGED
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: "
|
|
632
|
-
/* @__PURE__ */ jsx("div", { className: "n3rd-footer-sun-line", style: { width: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: [
|