From 1784f72d70de1682900131b4f859b86918ff2151 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Wed, 6 May 2026 11:36:42 -0700 Subject: [PATCH] docs(ui): record adapter defaults --- docs/UI_UX_PLATFORM_CORE_ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md index ed5c02f..8e698e8 100644 --- a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md +++ b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md @@ -137,7 +137,7 @@ 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`. - [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. +- [x] Add NoteLett defaults for radius, density, focus ring, status mapping, and operational list rows. Commit: `cf5e9c03fd961926358d9f456a67daacca4b8e0c`. Verification: `pnpm --filter @notelett/web run typecheck`, `pnpm run audit:ui`, and `git diff --check` passed. - [ ] 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.