@agent-factory-platform/design-tokens 0.4.0 → 0.5.0

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ behavior remain in the UIKit packages.
21
21
  The canonical UX specification is [`docs/UIKIT.md`](../../docs/UIKIT.md); runtime UIKit
22
22
  values live in `packages/ui-kit/src/styles.css`. `tokens.json` is the portable
23
23
  DTCG 2025.10 export for non-web clients. It is generated from the runtime CSS
24
- and parity-checked by `scripts/ui-kit-check.mjs`.
24
+ and parity-checked by the repository UI gate.
25
25
 
26
26
  The portable contract includes light/dark semantic colors, product/data/mono
27
27
  BDO Grotesk/Geist Mono font roles and locale-specific CJK fallbacks, the compact
@@ -34,11 +34,11 @@ tokens, export, review route and browser evidence in one PR.
34
34
  ```bash
35
35
  node scripts/export-design-tokens.mjs
36
36
  node scripts/export-design-tokens.mjs --check
37
- node scripts/ui-kit-check.mjs
38
- node scripts/ui-kit-literal-check.mjs
37
+ pnpm ui:generated
38
+ pnpm ui:check
39
39
  ```
40
40
 
41
41
  Do not hand-edit `tokens.json`. UIKit and its documentation service must consume
42
42
  semantic runtime tokens. New raw colors and unowned visual geometry are rejected
43
- by `scripts/ui-kit-literal-check.mjs`; engine geometry needs an adjacent,
44
- specific `ui-literal-exempt:` rationale and browser evidence.
43
+ by the repository UI checks; engine geometry needs an adjacent, specific
44
+ `ui-literal-exempt:` rationale and browser evidence.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-factory-platform/design-tokens",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "license": "MIT OR Apache-2.0",
5
5
  "description": "Portable Agent Factory UIKit token export for cross-platform clients.",
6
6
  "repository": {