Commit Graph

5 Commits

Author SHA1 Message Date
olly 22afa7e1a5 feat: structure 2026-05-31 17:49:29 +03:00
olly 67993ae3ec feat: storybook 2026-05-31 17:11:42 +03:00
olly 2f937e94b1 feat: storybook 2026-05-31 17:11:33 +03:00
olly b6cf54c836 stuff 2026-05-31 16:47:52 +03:00
olly 01d41c2346 Convert app into @modernsk/ui component library package
- Add library entry (src/index.ts) re-exporting all components, theme,
  and TooltipProvider
- Add shippable stylesheet (src/styles/index.css): tokens + components
  only, font inlined as base64 at build time
- Build with tsup (ESM + CJS + .d.ts) and esbuild for CSS
- package.json: exports map, files, sideEffects, peerDependencies
  (react/react-dom), correct deps (radix-ui), prepare-on-install
- Fix phantom dependency: declare radix-ui, drop unused @radix-ui/themes
- Remove Storybook boilerplate, Tailwind/PostCSS (unused)
- Keep App.tsx + Rsbuild as dev-only playground (not published)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
v0.1.0
2026-05-30 23:14:34 +03:00