chore(ui): design-sync inputs for the shadcn kit - #796
Conversation
- src/design-sync.ts barrel + tsup entry so /design-sync bundles the full kit (dist/index.js only carries the transitional legacy exports) - static Tailwind compile of theme.css to dist/design-theme.css (@tailwindcss/cli devDep) as the sync's shipped stylesheet - .design-sync: config repointed at the kit (componentSrcMap pins, legacy previews replaced with 18 authored kit previews, dark-canvas module css, conventions.md rewritten, NOTES updated)
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-auth | b691e9b | Commit Preview URL Branch Preview URL |
Aug 23 2026, 02:10 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-web | b691e9b | Commit Preview URL Branch Preview URL |
Aug 23 2026, 02:10 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-api | b691e9b | Commit Preview URL Branch Preview URL |
Aug 23 2026, 02:10 AM |
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (2)
🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Repo-side inputs for re-syncing the Claude Design project to the new shadcn/Base UI kit (18 components):
src/design-sync.tsbarrel + tsup entry — /design-sync bundles the whole kit;dist/index.jsstill carries only the transitional legacy exports and stays the public types entry.theme.css→dist/design-theme.css(@tailwindcss/clidevDep) as the sync's shipped stylesheet (tokens + font-face + the utility set used across packages/ui and apps/web)..design-sync/: config repointed at the kit (componentSrcMap pins, subcomponent exclusions), 18 authored kit previews replacing the retired legacy set, shared dark-canvascanvas.module.css,conventions.mdrewritten for the Tailwind/Base UI idiom, NOTES updated with the new pipeline facts.@parcel/watcherpostinstall (watch-mode-only dep of the Tailwind CLI).The sync itself already ran: all 18 previews render-checked and graded; project updated in place.
pnpm --filter @uploads/ui buildremains green.