@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.
- package/README.md +5 -5
- 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
|
|
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
|
-
|
|
38
|
-
|
|
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
|
|
44
|
-
|
|
43
|
+
by the repository UI checks; engine geometry needs an adjacent, specific
|
|
44
|
+
`ui-literal-exempt:` rationale and browser evidence.
|