npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@uinaf/design

v1.14.7

Published

uinaf design tokens, CSS primitives, and agent guidance

Downloads

1,596

Readme

design — uinaf design tokens, CSS primitives, and guide.

uinaf/design

Design tokens, CSS primitives, adherence linting, and repository-local agent guidance for uinaf surfaces.

Guide: design.uinaf.dev

Berkeley Mono is licensed; load it from cdn.uinaf.dev, not this package.

Install

pnpm add @uinaf/design
@import "@uinaf/design/css";

Or link the stylesheet after the CDN font sheet:

<link rel="stylesheet" href="https://cdn.uinaf.dev/fonts/berkeley-mono/variable/font.css" />
<link rel="stylesheet" href="node_modules/@uinaf/design/dist/css/tokens.css" />

Token values and the CDN URLs are importable too:

import { tokens } from "@uinaf/design";
import { CDN } from "@uinaf/design/cdn";

Adherence lint

The package ships a design-check binary. Add it as a script so it resolves from node_modules/.bin:

{ "scripts": { "design:check": "design-check src" } }

It fails on raw hex, off-scale type, radius over 6px, stacked nav rows, and the rest of the guardrails in the spec. Ratchet mode, for a repo with an existing backlog, is in Adopting in a product repo.

Package contents

| Path | Purpose | | ---------------------- | ------------------------------------------------- | | dist/css/tokens.css | CSS custom properties + component primitives | | dist/tokens.js | Flat token map | | dist/components.json | The pattern contract: classes, use, rules, markup | | dist/lint/ | The design-check binary and its rules | | assets/icons/ | The closed icon set: eight 16-grid stroke SVGs | | DESIGN.md | Full design spec |

Whole example screens are not in the package; they are documents you read, not modules you import. Get them from the guide:

| Surface | Where | | --------------------- | -------------------------------------------- | | Pattern cards | design.uinaf.dev | | Six reference screens | design.uinaf.dev/pages/<name>.md | | uinaf.dev surfaces | design.uinaf.dev/templates/<name>.md |

Docs

License

MIT for the tokens and docs in this repository. Berkeley Mono remains proprietary; do not redistribute font binaries.