@neynar/ui 1.0.0 → 1.0.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -269,7 +269,7 @@ LLM-optimized documentation for AI coding assistants:
|
|
|
269
269
|
- [LLM Documentation Guide](./docs/llm-documentation.md) — How to use our AI-optimized docs
|
|
270
270
|
- [llms.txt](./llms.txt) — Compact overview for quick context
|
|
271
271
|
- [llms-full.txt](./llms-full.txt) — Complete documentation (~16k lines)
|
|
272
|
-
- [
|
|
272
|
+
- [llm/](./llm/) — Per-component markdown docs
|
|
273
273
|
|
|
274
274
|
---
|
|
275
275
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neynar/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Neynar Inc.",
|
|
6
|
-
"description": "React
|
|
6
|
+
"description": "AI-first React component library for coding agents. LLM-optimized docs, sensible defaults, zero config. Built on shadcn patterns, Base UI, and Tailwind CSS v4.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"react",
|
|
9
9
|
"ui",
|