docs(ui): record adapter defaults

This commit is contained in:
Saravana Achu Mac 2026-05-06 11:36:42 -07:00
parent cf5e9c03fd
commit 1784f72d70

View File

@ -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] 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. - [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. - [ ] 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. - [ ] Verify: web typecheck, focused component tests, hardcoded color audit, raw control audit.