Skip to content

Releases: manti-ui/ui

v0.1.2

29 Jun 00:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Jun 05:41
449b32d

Choose a tag to compare

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

25 Jun 00:24

Choose a tag to compare

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/styles

Then import the styles once:

import '@manti-ui/styles/index.css';