Commit Graph

13 Commits

Author SHA1 Message Date
olly ef69f7bb65 feat: knobs 2026-06-03 10:42:33 +03:00
olly b6017d60c8 chore: knob upd & memories 2026-06-02 18:10:19 +03:00
olly 3da99a7214 Merge branch 'master' of ssh://git.ollyhearn.ru:49239/olly/modern-sk 2026-06-02 15:27:01 +03:00
olly 3b9d3f908d feat: animated slider 2026-06-02 15:26:32 +03:00
olly 49d6ac8a4e feat: text & slider animations v0.1.3 2026-06-02 12:18:26 +03:00
olly 37f0592464 chore: update readme 2026-06-01 18:17:14 +03:00
olly 4919bc26e5 visuals, fixes & storybook upd v0.1.2 2026-06-01 01:09:55 +03:00
olly a5d2742c7c fixes v0.1.1 2026-05-31 18:09:55 +03:00
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