Packages
localize_inputs_core
0.1.0
Shared base for the Localize.Inputs family — `localize_number_inputs` and `localize_datetime_inputs` both depend on this. Carries the shared exception types, Gettext backend, CSS variable tokens, and JS bootstrap helpers.
Current section
Files
Jump to
Current section
Files
localize_inputs_core
CHANGELOG.md
CHANGELOG.md
# Changelog
## [v0.1.0] — initial release
Extracted from `localize_inputs` 0.3 as the shared base for the split. Carries:
* `Localize.Inputs.ValidationError` — structured exception every validator returns.
* `Localize.Inputs.Gettext` — Localize-interpolated Gettext backend hosting UI translations.
* `priv/static/localize_inputs_core.css` — the `--li-*` CSS variable tokens (light + dark mode defaults), the `.sr-only` utility, and the mobile-sheet `@keyframes`.
No HEEx components, parsers, or JS hooks live here — they're in the sibling input libraries.