diff --git a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md index 033f3a8..ed5c02f 100644 --- a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md +++ b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md @@ -136,7 +136,7 @@ Repo: `../learning_ai/learning_ai_common_plat` Repo: `learning_ai_notes` - [x] Expand `web/src/components/ui/Primitives.tsx` to re-export or wrap the first approved common primitive set. Commit: `b73c969d142728fb854fc3ac1e527272a0ad66f0`. Verified by `pnpm --filter @notelett/web run typecheck`. -- [ ] Ensure wrappers map `--bl-*` to `--nl-*` through global token aliases, not per-component hardcoding. +- [x] Ensure wrappers map `--bl-*` to `--nl-*` through global token aliases, not per-component hardcoding. Commit: `0f5ddb400b5192004a7a44b41c493900c9f73781`. Verification: `pnpm run install:common-plat --lockfile-only`, `pnpm run install:common-plat --frozen-lockfile`, `pnpm --filter @notelett/web run typecheck`, `pnpm run audit:ui`, adapter token audit, and `git diff --check` passed. - [ ] Add NoteLett defaults for radius, density, focus ring, status mapping, and operational list rows. - [ ] Remove direct product code dependence on `surface-card`, `surface-muted`, `badge`, and `input-shell` for new or migrated screens. - [ ] Verify: web typecheck, focused component tests, hardcoded color audit, raw control audit.