New:Socket for Asana Is Now Available.Learn more
Get Started

@warmio/ui

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warmio/ui

Portable, sealed React components for Warm products.

Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
145
559.09%
Maintainers
1
Weekly downloads
 
Created
Source

@warmio/ui

Portable React components shared by Warm products. Install this package with the exact @warmio/design@1.0.0 CSS contract, import @warmio/design/globals.css once, and add the package's compiled files to Tailwind's source detection:

Why these files are separate

Independently deployed Warm products cannot import runtime code from the private warm-app workspace, so libraries/public-ui/ must be a standalone public package rather than another private workspace entry point. tools/tasks/check-ui-package.mjs is a dedicated package-boundary check because the existing application checks do not build, pack, and inspect a public npm tarball. .github/workflows/publish-ui.yml is separate from application deployment workflows so npm trusted publishing can bind credentials to one reviewable package-release boundary without granting an app deployment permission to publish packages.

@import '@warmio/design/globals.css';
@source '../node_modules/@warmio/ui/dist';

The 1.1.0 public surface contains the Warm badge, logo, Button, Text and StackedDisplay, DropdownMenu, Sheet, and complete responsive Sidebar family including SidebarBrand and SidebarAccountTrigger. Styling is sealed: use documented semantic presentations and layout wrappers, never className or style overrides. DropdownMenu interaction feedback requires the exact public peer cuelume@0.1.0.

The published artifact is standalone and never imports private warm-app workspace packages.

FAQs

Package last updated on 21 Jul 2026

Related posts