visual upgrade
ci / build-and-design (push) Failing after 13s

This commit is contained in:
Jason Stedwell
2026-07-23 04:23:19 -05:00
parent 9d7f593307
commit 822d8e41e6
53 changed files with 7757 additions and 285 deletions
+5 -2
View File
@@ -5,13 +5,16 @@
2. Use `cn()` + `class-variance-authority` for variants. Wrap Radix for interactive primitives.
3. Follow **DESIGN.md**: tinted neutrals, layered shadows, ease-out motion, focus-visible rings, no nested cards.
4. Export it from `src/index.ts`.
5. `npm run typecheck && npm run build && npm run design:detect` must pass.
5. Add the component and its important states to `showcase/showcase.tsx`.
6. Add an interaction/accessibility test when behavior changes.
7. `npm run check` must pass.
## Releasing
`npm version <patch|minor|major>` then `npm publish` (builds automatically).
Tag notes in the commit. Consuming apps bump at their own pace.
## Design guardrail
Every visual change should survive `impeccable audit`/`polish`. If the detector
Every visual change should survive `impeccable audit`/`polish` and the living
showcase in both themes. If the detector
flags something intentional (e.g. a brand font), add a scoped ignore in
`.impeccable/config.json` with a reason — don't disable the rule globally.