olly
a7e2a1887d
feat(window): add default inner padding to Window body
...
Publish npm package / publish (push) Successful in 17s
Window children rendered flush against the frame, so content (settings
rows, placeholder text) touched the left edge. Wrap children in
.modern-sk-window-body with 16px padding for consistent breathing room.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
v0.1.5
2026-06-10 14:44:17 +03:00
Senko-san
70c55dffad
Update README.md
2026-06-06 15:23:16 +03:00
Senko-san
db44cab4ea
chore: package ver.
Publish npm package / publish (push) Successful in 57s
v0.1.4-3
2026-06-06 13:44:08 +03:00
Senko-san
3d2ce9e0a7
fix: no registry url
Publish npm package / publish (push) Successful in 55s
v0.1.4-2
2026-06-06 13:36:42 +03:00
Senko-san
ee0dce9d75
feat: build
Publish npm package / publish (push) Failing after 14s
v0.1.4
2026-06-06 13:27:33 +03:00
olly
5cd33a2b9d
fix: knob & text
2026-06-05 15:11:02 +03:00
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