@eagami/ui 4.3.1 → 4.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 +1 -1
- package/fesm2022/eagami-ui.mjs +438 -94
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/_mixins.scss +24 -1
- package/src/styles/_tooltip.scss +3 -0
- package/types/eagami-ui.d.ts +1 -1
package/README.md
CHANGED
|
@@ -95,7 +95,7 @@ Every brand-role pairing is checked against WCAG 2.1 AA at bootstrap; a contrast
|
|
|
95
95
|
|
|
96
96
|
## Internationalization
|
|
97
97
|
|
|
98
|
-
Built-in strings ship in
|
|
98
|
+
Built-in strings ship in twelve languages, with runtime switching via `EagamiI18nService`. English is bundled by default; register the other languages you use with `provideEagamiUi({ locales: [...] })` (or pass `EAGAMI_ALL_LOCALES` for all of them) so you ship only what you need. See [internationalization](https://eagami.com/ui/i18n) for setup and per-string overrides.
|
|
99
99
|
|
|
100
100
|
## Server-side rendering
|
|
101
101
|
|