
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@kaizen/design-tokens
Advanced tools
Design tokens for all platforms.
Design tokens are named and stored visual design traits, including colors, typography, and animation timings. Design Tokens are the heart of every Design System.
The tokens represented here are platform-agnostic (JS object), as this will help us contribute to & facilitate the maintenance of living style guides. This package defines all the option tokens in Kaizen.
In its current state this package supports Sass and Less variables, generated from a JS tokens file.
Note that as we employ CSS Variables, when consuming tokens in SASS/LESS you should assume they will contain values such as var(--color-...), rather than concrete values such as 1.5rem or #fff.
pnpm add @kaizen/design-tokens
Much of this assumes that consuming repos have setup the KaizenProvider - refer to the App Starter guide for more.
@import '~@kaizen/design-tokens/sass/[color/depth/layout/spacing/typography]';
Or use the CSS variables directly (Recommended).
.myCustomClassName {
background-color: vars(--color-gray-100);
}
Read more in How to use design tokens in SAAS
@import '~@kaizen/design-tokens/less/[color/depth/layout/spacing/typography]';
import { tokens } from '@kaizen/design-tokens/js'
Read more in Access tokens via JS
When adding support for another target the transformation should add the appropriate unit to the artefact. For example, converting typography sizes to Sass/Less should add REM.
All values in tokens are represented as rem, em or px.
See CONTRIBUTING.md
FAQs
Tokens used in the Kaizen Design System
We found that @kaizen/design-tokens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.