@eagami/ui 5.6.0 → 5.6.2

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 CHANGED
@@ -128,10 +128,11 @@ The library is SSR-safe and renders on the server (Angular Universal / `@angular
128
128
 
129
129
  ## Framework integration
130
130
 
131
- `@eagami/ui` is Angular-only, but its design tokens are framework-agnostic. Copy-and-paste guides for non-Angular targets:
131
+ `@eagami/ui` is Angular-only, but its design tokens are framework-agnostic. Self-contained copy-and-paste guides and a machine-readable token export are published with the docs and kept in sync with the token source on every release:
132
132
 
133
- - **[eagami-ui-flutter.md](https://github.com/mwiraszka/eagami/blob/main/eagami-ui-flutter.md)** for Flutter projects
134
- - **[eagami-ui-react.md](https://github.com/mwiraszka/eagami/blob/main/eagami-ui-react.md)** for React projects
133
+ - **[React integration guide](https://eagami.com/assets/eagami-ui-react.md)**
134
+ - **[Flutter integration guide](https://eagami.com/assets/eagami-ui-flutter.md)**
135
+ - **[Design tokens as JSON](https://eagami.com/assets/eagami-ui-tokens.json)** (W3C Design Tokens format where practical)
135
136
 
136
137
  ## Stability and support
137
138