@agent-factory-platform/design-tokens 0.2.0 → 0.3.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 +19 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,22 @@
1
- # Agent Factory design tokens
1
+ # @agent-factory-platform/design-tokens
2
+
3
+ Portable Agent Factory UIKit token export for cross-platform clients.
4
+
5
+ ## Install
6
+
7
+ ```sh
8
+ npm install @agent-factory-platform/design-tokens
9
+ ```
10
+
11
+ Use the exact Agent Factory version across packages in one application.
12
+
13
+ ## Scope
14
+
15
+ This package publishes product-neutral semantic tokens. Product brands override
16
+ token values in the consuming application; component structure and runtime
17
+ behavior remain in the UIKit packages.
18
+
19
+ ## Token source
2
20
 
3
21
  The canonical UX specification is [`docs/UIKIT.md`](../../docs/UIKIT.md); runtime UIKit
4
22
  values live in `packages/ui-kit/src/styles.css`. `tokens.json` is the portable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-factory-platform/design-tokens",
3
- "version": "0.2.0",
3
+ "version": "0.3.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": {