release: WRNexusJS 0.2.54

This commit is contained in:
2026-07-19 15:51:27 +05:30
parent 7cee13526e
commit 6dbc75c370
127 changed files with 2211 additions and 88 deletions
+31
View File
@@ -0,0 +1,31 @@
# WRNexus UI component inventory
This inventory maps the two approved v1.0 PDF checklists to implementation
stages. The source documents are **WRNexus Essential Component Inventory v1.0**
and **WRNexus Public SaaS Component System Checklist v1.0**.
## Release boundary
The current `@wrnexus/ui` release targets the documents' combined **minimum
first-release component set** and **essential components to build first**. These
are implemented as real components with theme tokens, responsive rules,
keyboard-native controls, visible focus, reduced-motion handling, and mobile
touch targets—not name-only aliases.
SEO and structured data are intentionally handled by WRNexus page/head APIs.
Rendering them as body components would produce invalid or ineffective HTML.
## Subsequent staged packages
The remaining expanded inventory is retained for staged implementation in the
dependency order prescribed by the PDFs:
1. `design-tokens` and `icons`
2. `ui-forms`, `ui-calendar`, `ui-feedback`, `ui-overlays`
3. `ui-navigation`, `ui-data`, `ui-charts`, `ui-editors`, `ui-media`
4. `ui-shell`, `ui-marketing`, `ui-commerce`, `ui-developers`
5. `ui-content`, `ui-legal`, `ui-status`
Each stage must satisfy rendering, keyboard, focus, semantics, disabled/loading
states, mobile layout from 320 px, light/dark themes, reduced motion, no
horizontal overflow, documentation, and production-build tests before release.