@7onic-ui/react 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 (3) hide show
  1. package/README.md +15 -3
  2. package/llms.txt +1721 -243
  3. package/package.json +9 -2
package/README.md CHANGED
@@ -94,6 +94,7 @@ Use components:
94
94
 
95
95
  ```tsx
96
96
  import { Button, Card } from '@7onic-ui/react'
97
+ import { Chart, type ChartConfig } from '@7onic-ui/react/chart' // charts: separate entry
97
98
 
98
99
  <Button variant="solid" color="primary">Get Started</Button>
99
100
 
@@ -175,6 +176,9 @@ Breaking changes are auto-detected with diff visualization. Backward-compatible
175
176
  | `dist/index.js` | CJS | CommonJS for Node.js / require() |
176
177
  | `dist/index.mjs` | ESM | ES Modules for bundlers / import |
177
178
  | `dist/index.d.ts` | Types | TypeScript definitions |
179
+ | `dist/chart.js` | CJS | Chart components (separate entry — `@7onic-ui/react/chart`) |
180
+ | `dist/chart.mjs` | ESM | Chart components ESM |
181
+ | `dist/chart.d.ts` | Types | Chart TypeScript definitions |
178
182
  | `llms.txt` | Text | AI integration rules (llms.txt standard) |
179
183
 
180
184
  ### `@7onic-ui/tokens`
@@ -194,6 +198,14 @@ Breaking changes are auto-detected with diff visualization. Backward-compatible
194
198
  | `json/tokens.json` | Flat JSON for custom tooling |
195
199
  | `cli/sync.js` | `npx sync-tokens` CLI |
196
200
  | `figma-tokens.json` | SSOT — the only file you edit |
201
+ | `llms.txt` | AI integration rules for tokens |
202
+
203
+ ### `7onic` (CLI)
204
+
205
+ | File | Description |
206
+ |------|-------------|
207
+ | `dist/index.js` | Self-contained CLI bundle |
208
+ | `llms.txt` | AI integration — CLI command reference |
197
209
 
198
210
  </details>
199
211
 
@@ -239,10 +251,10 @@ Works with Claude Code, Cursor, GitHub Copilot, ChatGPT, and any AI tool that re
239
251
  - [x] Automated doc verification (8 checks, AST-powered, blocks publish on error)
240
252
  - [x] Automated component verification (7 checks — hardcoded colors, tokens, dark mode, dead code)
241
253
  - [x] Multilingual documentation — English, Japanese, Korean (powered by next-intl)
242
- - [x] npm package distribution — `@7onic-ui/react` + `@7onic-ui/tokens` v0.1.0
254
+ - [x] npm package distribution — `@7onic-ui/react` + `@7onic-ui/tokens` v0.2.0
243
255
  - [x] AI integration — `llms.txt` standard, setup guides for Claude Code / Cursor / Copilot / ChatGPT
244
256
  - [ ] Theme Customizer (live color preview)
245
- - [ ] `npx 7onic add` CLI (shadcn-style)
257
+ - [x] `npx 7onic add` CLI (shadcn-style) — source copy with dependency resolution
246
258
  - [ ] Figma UI Kit
247
259
  - [ ] Dashboard / landing templates
248
260
 
@@ -257,5 +269,5 @@ MIT
257
269
  <p align="center">
258
270
  <strong>One JSON, every format — from Figma to production.</strong><br>
259
271
  Independently built.<br>
260
- <sub>Last updated: 2026-04-08</sub>
272
+ <sub>Last updated: 2026-04-09</sub>
261
273
  </p>