@n3rd-ai/ui 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -550,7 +550,8 @@ function Logo({ text, gradient = false, accent, className, style }) {
550
550
  fontSize: "var(--n3rd-text-sm)",
551
551
  fontWeight: 700,
552
552
  whiteSpace: "pre",
553
- lineHeight: 1.1,
553
+ lineHeight: 1,
554
+ letterSpacing: "-0.05em",
554
555
  color: accent ? `var(--n3rd-accent-${accent})` : "var(--n3rd-text-primary)",
555
556
  ...style
556
557
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n3rd-ai/ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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",