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

@enirman/ui

v1.4.3

Published

Shared design system for eNirman apps — shadcn-vue primitives + app shell + design tokens

Readme

enirman-ui

Shared design system and Vue component library for every eNirman app.

  • Stack: Vue 3 · frappe-ui · Tailwind · CSS variables · Lucide icons
  • Brand: Engineering Blueprint — navy 700 primary, blue 500 action, amber 400 accent
  • Type: Manrope (UI / display) + JetBrains Mono (IDs, currency, tabular numerics)
  • Density: 14 px ERP base; subtle 6–12 px radii; navy-tinted layered shadows
  • Themes: Light + dark, driven entirely by CSS variables
  • Sidebar: Dark navy in both themes — the navy lockup is part of the brand
  • Responsive: Mobile-first, with hamburger drawer on phones

v2 — Enirman Design System. Tokens, primitives, and AppShell were resurfaced against the official design system bundle. See apps/enirman_ui/docs/DESIGN_TOKENS.md for the authoritative variable list.

Docs

Components

| Area | Components | |---|---| | Actions | Button (Soft / Flat / Ghost / Outline / Subtle / Link / Destructive / Success), Icon button sizes | | Data display | Card family, StatCard (with optional sparkline), Badge (pill / tag, dot + status), Progress, EuiSparkline, EuiAvatarStack, Skeleton | | Forms | Input, Label, Switch | | Overlays | Dialog, Sheet, Popover, DropdownMenu, Tooltip, Sonner | | Tables | Table family, EuiPhaseTable, EuiPhaseKanban | | Navigation | Tabs, PageHeader, Command palette | | Domain (CDE / design ops) | EuiStageBadge, EuiBlockBadge, EuiCdeStateBadge, EuiDesignItemCard, EuiVersionTimeline, EuiStatusFlow, EuiDwgViewer, EuiFileViewer, EuiHandoffCard, EuiReviewCard, EuiActivityFeed | | Layout | AppShell (dark sidebar, 52 px topbar), SidebarItem, SidebarSection, EmptyState, PageContainer | | Composables | useTheme, useBreakpoint, useCommandPalette | | Brand | logo, logoLight, logoMark (asset URLs) |

Rebranding

Every visual decision routes through src/theme.css. The brand scales (--brand-navy-*, --brand-blue-*, --brand-amber-*) live at the top of :root; the semantic tokens (--primary, --accent, --success-*, etc.) reference them. Swap the brand scales and the entire system shifts without touching components.

To opt a single app surface into a light sidebar, override the --sidebar-* tokens inside that surface's scope.

Soft button materiality

<Button variant="default"> ships the Soft material — vertical gradient, navy-tinted layered shadow, white inner highlight, and a 1 px translate on :active. This is the recommended default per the design system. To restore a flat-shadcn appearance, use variant="ghost" or variant="outline".

Status

v2 — Enirman Design System tokens, primitives, and AppShell. Branch v2; consumer apps (e.g. enirman_connect) bump after merge.