@viliha/vui-ui 1.1.3 → 1.1.4

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/README.md +17 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,17 +61,26 @@ export function Example() {
61
61
 
62
62
  This package ships an **AI-agent usage guide** at
63
63
  `node_modules/@viliha/vui-ui/AGENT.md` — the standards to follow when generating
64
- UI with VUI (token discipline, reuse-first, page layout, RecordView, a11y, dark
65
- mode). Point your agent at it, or copy it into your repo as `AGENTS.md` so tools
66
- auto-load it.
64
+ UI with VUI (token discipline, reuse-first, page layout, RecordView, forms,
65
+ a11y, dark mode). The quickest way to load it is the shipped
66
+ `CLAUDE.template.md`:
67
+
68
+ ```bash
69
+ cp node_modules/@viliha/vui-ui/CLAUDE.template.md ./CLAUDE.md # Claude Code
70
+ # or ./AGENTS.md for Cursor / Copilot
71
+ ```
72
+
73
+ It's a one-line `@import` of `AGENT.md`, so the rules stay in one place. Prefer a
74
+ verbatim copy? `cp node_modules/@viliha/vui-ui/AGENT.md AGENTS.md`.
67
75
 
68
76
  ## Components
69
77
 
70
- `avatar` · `badge` · `button` · `card` · `chart` (themed Recharts wrapper) ·
71
- `checkbox` · `command-palette` (⌘K launcher) · `dialog` · `confirm-dialog` ·
72
- `dropdown-menu` · `input` · `kbd` (key caps + `Shortcut`) · `menu` ·
73
- `required-mark` · `select` · `table` · `record-view` (the full datatable) · plus
74
- the `utils` (`cn`) helper and the `theme.css` design tokens.
78
+ `avatar` · `badge` · `breadcrumbs` · `button` · `card` · `chart` (themed Recharts
79
+ wrapper) · `checkbox` · `command-palette` (⌘K launcher) · `dialog` ·
80
+ `confirm-dialog` · `dropdown-menu` · `input` · `kbd` (key caps + `Shortcut`) ·
81
+ `menu` · `required-mark` · `select` · `table` · `record-view` (the full datatable
82
+ + `RecordForm`) · plus the `utils` (`cn`) helper and the `theme.css` design
83
+ tokens.
75
84
 
76
85
  ## Theming
77
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viliha/vui-ui",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Vui UI — a clean, token-driven React admin/CRM component library built on Tailwind CSS v4, shadcn-style patterns, and Radix Icons. Ships as TypeScript source (Just-in-Time), compiled by the consuming app.",
5
5
  "license": "MIT",
6
6
  "author": "Suman Bonakurthi",