paperclip/ui
scotttong a25dfa64a2 feat(ui): apply shadcn preset b1VlJj4S as token values only
--radius 0 -> 0.45rem, monochrome chart ramp, refined dark surfaces
(alpha borders/input, lighter primary, softer destructive, elevated
sidebar), derived 2xl/3xl/4xl radii, base-layer outline-ring default.
Scaffolding churn reverted: utils.ts gutting, components.json restyle,
fontsource/phosphor/shadcn-css/tw-animate deps (local Inter kept).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 17:20:27 -07:00
..
public [codex] Bundle UI webfonts with the app (#9020) 2026-07-06 11:02:45 -05:00
src feat(ui): apply shadcn preset b1VlJj4S as token values only 2026-07-06 17:20:27 -07:00
storybook storybook: primitive coverage stories + deterministic-render fixes 2026-07-06 13:48:17 -07:00
README.md [codex] add comprehensive UI Storybook coverage (#4132) 2026-04-20 12:13:23 -05:00
components.json
…
index.html feat(ui): default to system prefers-color-scheme for first-time visitors (supersedes part of #3732) (#5873) 2026-06-12 14:03:54 -07:00
package.json Add browser SSH terminal for custom image setup (#8911) 2026-07-03 16:44:21 -07:00
tsconfig.json [codex] add comprehensive UI Storybook coverage (#4132) 2026-04-20 12:13:23 -05:00
vite.config.ts [codex] fix worktree dev dependency ergonomics (#3743) 2026-04-15 09:47:29 -05:00
vitest.config.ts Add sandbox environment support (#4415) 2026-04-24 12:15:53 -07:00
vitest.setup.ts feat(ui): NUX rework behind enableConferenceRoomChat experimental flag — capsule onboarding, conference-room chat, unified composer (#8000) 2026-06-11 16:32:55 -05:00

README.md

@paperclipai/ui

Published static assets for the Paperclip board UI.

What gets published

The npm package contains the production build under dist/. It does not ship the UI source tree or workspace-only dependencies.

Storybook

Storybook config, stories, and fixtures live under ui/storybook/.

pnpm --filter @paperclipai/ui storybook
pnpm --filter @paperclipai/ui build-storybook

Typical use

Install the package, then serve or copy the built files from node_modules/@paperclipai/ui/dist.