@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 +4 -3
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
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.
|
|
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
|
-
- **[
|
|
134
|
-
- **[
|
|
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
|
|