feat(ui): add analytics primitives and layout patterns

This commit is contained in:
2026-03-25 19:49:49 +08:00
parent cc1509d2f6
commit a5d75f42e9
63 changed files with 7751 additions and 2 deletions
+3 -1
View File
@@ -15,7 +15,7 @@ This document began as the build-out plan for the system. The current repo has a
completed most of that baseline work:
- phases 0 through 4 are effectively in place: workspace, tokens, authoring contract, core components, Storybook docs, and baseline tests
- phase 5 has shipped its first advanced-pattern slice with `DataTable`, alongside `Command`, `Combobox`, `Sheet`, and `EmptyState`
- phase 5 has shipped advanced patterns such as `Chart`, `DataTable`, `Command`, `Combobox`, `Sheet`, and `EmptyState`
- phase 6 now covers package-first release automation, fixed-version package publishing, and the optional source-copy registry flow
The next work is mostly hardening and distribution:
@@ -342,6 +342,7 @@ Build higher-level patterns only after the base layer is stable.
Candidate patterns:
- `Form`
- `Chart`
- `Data Table`
- `Command`
- `Combobox`
@@ -353,6 +354,7 @@ Candidate patterns:
Current shipped patterns:
- `Form`
- `Chart`
- `Data Table`
- `Command`
- `Combobox`