@vmz/ui 0.0.2 → 0.0.3

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,8 +9,8 @@ VMZ Design ≠ VMZ UI
9
9
  ```
10
10
 
11
11
  - Declares **semantic token requirements** (see `contracts/`).
12
- - Ships ordinary `.vmz` under **`src/components/`** (same hard convention as apps) — **not** `@vmz/plugin-*`, no `componentsRoot` config.
12
+ - Ships ordinary `.vmz` under **`src/components/`** (same hard convention as apps) — **not** `@vmz/plugin-*`, no
13
+ `componentsRoot` config.
13
14
  - **Never** hardcodes brand hex (`#176BFF`, etc.). Applications provide values via `/designs`.
14
- - Naming / ownership: `规划设计/vmz/29`. Architecture: `规划设计/vmz/31` (UI0→UI5).
15
15
 
16
- UI0 scope: package skeleton + `Button` probe + token requirement contract + `pnpm gate:ui0`.
16
+ ui-automation scope: package skeleton + `Button` probe + token requirement contract + `pnpm verify`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vmz/ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "description": "VMZ UI — official UI framework (component contracts + semantic token requirements). Not a theme. Not a plugin.",
6
6
  "license": "MIT",