feat(ui): add analytics primitives and layout patterns
This commit is contained in:
+3
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user