Skip to content

Releases: sgultom99/novus-design-ui

Novus Design Kit v0.3.0

Choose a tag to compare

@sgultom99 sgultom99 released this 27 Aug 06:41

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

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

Choose a tag to compare

@sgultom99 sgultom99 released this 26 Aug 17:24

The kit now installs tokenless from public npm: npm install novus-design-kit. No registry setup, no credentials.

Links

Changed since 0.1.0

  • Package renamed: @sgultom99/novus-design-kit becomes unscoped novus-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/ and logos/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

Choose a tag to compare

@sgultom99 sgultom99 released this 26 Aug 17:00

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

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-kit

Highlights

  • 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).