Releases: manti-ui/ui
Releases · manti-ui/ui
v0.1.2
What's Changed
- fix(styles): make floating panel overlays opaque enough to stay legible by @tutkuofnight in #23
- Dev by @tutkuofnight in #25
- Update packages/docs seo title & description by @tutkuofnight in #26
- Feat/data table by @tutkuofnight in #29
- Dev by @tutkuofnight in #30
- feat(textarea): add multiline field component by @tuna4ll in #34
New Contributors
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Feat/component tokens by @tutkuofnight in #15
- fix(tour): repair positioning, progress text, finish action, and a11y by @tutkuofnight in #16
- Feat/docs website by @tutkuofnight in #17
- Refactor/standard color tokens by @tutkuofnight in #18
- Refactor/standard color tokens by @tutkuofnight in #19
- Release prep: docs website, standardized tokens, new components, npm 0.1.0 by @tutkuofnight in #20
- fix(styles): make floating panel overlays opaque enough to stay legible by @tutkuofnight in #21
- feat(docs): per-route SEO metadata, sitemap, robots, and social cards by @tutkuofnight in #22
- fix(docs): opaque floating overlays + combobox/select scroll-area, carousel & file-upload polish by @tutkuofnight in #24
- ci: add release workflow (npm publish + GitHub Release on v* tags) by @tutkuofnight in #27
- feat(data-table): TanStack-backed DataTable + sidebar categorization & collapsible groups by @tutkuofnight in #28
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First public release of Manti UI — a framework-agnostic design system built on Zag.js behavior machines, with a sleek monochrome cool-dark aesthetic.
Packages (npm)
| Package | Description |
|---|---|
@manti-ui/tokens |
Design-token contract (CSS custom properties + TS types) |
@manti-ui/styles |
All component CSS, keyed to data-scope / data-part |
@manti-ui/folds |
Zag.js machines + behavior contract |
@manti-ui/react |
React renderers |
Install
npm i @manti-ui/react @manti-ui/stylesThen import the styles once:
import '@manti-ui/styles/index.css';