@eagami/ui 5.13.0 → 5.14.1
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 +2 -2
- package/fesm2022/eagami-ui.mjs +91 -53
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eagami-ui.d.ts +7 -2
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
## Why Eagami UI
|
|
21
21
|
|
|
22
|
-
Angular teams usually reach for [Angular Material](https://material.angular.
|
|
22
|
+
Angular teams usually reach for [Angular Material](https://material.angular.dev), [PrimeNG](https://primeng.org), or a Tailwind copy-paste kit like [Spartan](https://spartan.ng). Eagami UI is different where it counts:
|
|
23
23
|
|
|
24
24
|
- **Themes to your brand.** Give it one color per role and it generates a full, accessibility-checked palette; every other style is a CSS variable you can override (see [design tokens](https://eagami.com/ui/design-tokens)). Light and dark are built in and follow the system preference.
|
|
25
25
|
- **Lightweight.** One runtime dependency (`tslib`), no CSS framework, and standalone side-effect-free components, so your app bundles only what it imports (the whole library, every component and icon, is ~260 KB gzipped).
|
|
@@ -147,4 +147,4 @@ Eagami UI follows [Semantic Versioning](https://semver.org). Breaking changes sh
|
|
|
147
147
|
| Rendering | Browser, SSR / prerender (Angular Universal), hydration |
|
|
148
148
|
| Browsers | Last 2 stable versions of Chrome, Edge, Firefox (plus current ESR), Safari |
|
|
149
149
|
|
|
150
|
-
> **Upgrading
|
|
150
|
+
> **Upgrading across a major version?** See [MIGRATION.md](MIGRATION.md).
|