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

@tealhealth/storybook

v1.2.136

Published

Teal Health's Design System.

Readme

Teal Health Design System

👋 Welcome to Teal Health's Design System guidebook!
Here, you will find an overview of our UI system, including interactive examples and recommended use cases. Our goal is to promote proper and consistent use of our components.


Build Setup

Follow these steps to set up and run the Design System:

  1. Install dependencies
    Run the following command to install all required packages:

    pnpm install
  2. Run Storybook builds
    Depending on the environment or framework, you can choose one of the following:

    • Next.js build
      pnpm storybook-nextjs
    • Vite build
      pnpm storybook
    • Webpack build
      pnpm storybook-webpack
  3. Build the production bundle
    Create a production-ready Storybook bundle with:

    pnpm build-storybook

CI/CD Workflow Overview

GitHub Actions Workflow

On Pull Request

Uses alphaPublish.yml:

  1. Cancel any running Amplify deployment associated with the PR.
  2. Create an alpha version with a bump (e.g., 1.2.90-alpha.175.1, 1.2.90-alpha.175.2, etc.).
  3. Commit the new alpha version (e.g., 1.2.90-alpha.175.3).
  4. Publish the alpha version to npm.

On Develop Branch

Uses publish.yml:

  1. Remove the alpha version and bump the patch (e.g., 1.2.90-alpha.175.31.2.91).
  2. Publish the new patch version to npm.
  3. Commit the new patch version for future iterations (e.g., 1.2.91).

Amplify CD Workflow

The deployment to Amplify is based on the target branch, as defined in amplify.yml:

  • Develop branch

    1. Automatically deploy to Amplify when a pull request is merged.
    2. Access the deployed Storybook here: storybook
  • Pull request branch
    Automatically deploy to Amplify whenever a pull request is created or updated.


Installing Alpha Versions

You can install the @tealhealth/storybook package using pnpm for a specific branch.
Every push to a PR branch automatically publishes a new alpha release on npm. To test the latest alpha version, use the following format:

pnpm add @tealhealth/storybook@[major].[minor].[patch]-alpha.[PR#].[RUN#]

For example:

pnpm add @tealhealth/[email protected]