Releases: sgultom99/novus-design-ui
Release list
Novus Design Kit v0.3.0
The Novus Admin Kit release: a realistic novapay operations console in two flavors (Blazor Server and Vite + Tailwind) with live hosted demos, tabbed settings, functional motion, favicons from official brand assets, and the docs at the custom domain.
Links
- Documentation: https://ui-kit.novustech.dev
- Admin Kit + Getting started: https://ui-kit.novustech.dev/admin-kit.html
- Live demos: https://ui-kit.novustech.dev/demos/blazor/ and https://ui-kit.novustech.dev/demos/tailwind/
- Changelog: https://github.com/sgultom99/novus-design-ui/blob/main/CHANGELOG.md
Highlights since 0.2.0
- Novus Admin Kit in two flavors with strict screen parity from one dataset; six screens plus a sample login (admin/admin).
- Live demos hosted with the docs; every screenshot on the Admin Kit page opens them.
- Analytics (Chart.js under the locked Novus chart rules, token-fed at runtime) and Data grid screens in both flavors.
- Tabbed Settings on native radio inputs (works with JavaScript off) with an animated active-tab indicator; functional motion per constitution 1.6.0.
- Getting started on the docs: copy a flavor folder from this repository, or npm install into an existing app.
- Docs served at https://ui-kit.novustech.dev with favicons from the official brand assets.
npm
Packaged kit files (tokens.css, fonts, logos, photos, js) are unchanged from 0.2.0; only README/CHANGELOG differ in the artifact. npm publish of 0.3.0 is pending the owner (passkey required): npm publish from the repository root. Until then npm install novus-design-kit serves 0.2.0, which is functionally identical.
Novus Design Kit v0.2.0
The kit now installs tokenless from public npm: npm install novus-design-kit. No registry setup, no credentials.
Links
- npm: https://www.npmjs.com/package/novus-design-kit
- Documentation: https://sgultom99.github.io/novus-design-ui/
- Install guide: https://sgultom99.github.io/novus-design-ui/install.html
- Changelog: https://github.com/sgultom99/novus-design-ui/blob/main/CHANGELOG.md
Changed since 0.1.0
- Package renamed:
@sgultom99/novus-design-kitbecomes unscopednovus-design-kit, published to registry.npmjs.org (the GitHub Packages 0.1.0 remains as a historical artifact). - Third-party marks removed from the npm artifact:
logos/clients/andlogos/schemes/are repository-only (approved proof-wall use). All first-party assets (Novus logos, lockups, pictographs, photos, Carlito) still ship.
Novus Design Kit v0.1.0
First release of the Novus Design Kit: design tokens, 22 component families, Carlito, dark mode, and the official brand assets as one framework-agnostic CSS package.
Links
- Documentation: https://sgultom99.github.io/novus-design-ui/
- Package (GitHub Packages): https://github.com/sgultom99/novus-design-ui/pkgs/npm/novus-design-kit
- Install guide: https://sgultom99.github.io/novus-design-ui/install.html
- Changelog: https://github.com/sgultom99/novus-design-ui/blob/main/CHANGELOG.md
Install
npm config set @sgultom99:registry https://npm.pkg.github.com
npm config set //npm.pkg.github.com/:_authToken YOUR_GITHUB_TOKEN
npm install @sgultom99/novus-design-kitHighlights
- tokens.css shipped verbatim from the Novus Design System Kit v2 snapshot, with self-hosted Carlito woff2, logos, lockups, pictographs, and photography
js/novus-theme.js: persisted, pre-paint-safe light/dark toggle- 8 verified integration guides (Blazor, React, Vite, Vue.js, Tailwind CSS, Fluent 2, Material, Ant Design), each with its rendered sample and verified library version
- 14 automated quality gates run on every build and block the docs deploy on failure
The attached tarball is the exact published npm artifact (sha512 integrity matches the registry).