You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helios Design System provides the building blocks to design and implement consistent, accessible, and delightful product experiences across HashiCorp.
Flight icons in different formats (SVG/SVG Sprite/React)
npm package: @hashicorp/flight-icons
more info: see flight-icons/README and flight-icons/CONTRIBUTING for details on how to use the "sync/build" scripts that export the assets from Figma and generate a bundle of standalone SVG files.
e.g. pnpm -F @hashicorp/design-system-components add --dev ember-cli-flash
Using ember install in the monorepo
Run this command from the monorepo root:
pnpm -F <workspace-npm-package> run ember install <npm-package>
e.g. pnpm -F @hashicorp/design-system-components run ember install ember-a11y-refocus
Changesets
This project uses changesets to manage how changes will be released. Each user-facing change to a package should come with a changeset for each package that has changed.
To create a changeset, run and follow the prompts in your terminal:
Note: If you want to ignore a changeset bump in terminal (e.g. major bump for selected "package x" is N/A, want a patch release), press return on the command line to skip that step. Press the spacebar to select that step.
Releasing
See the release docs for the process we follow to publish a new package version.