
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
@canonical/launchpad-design-tokens
Advanced tools
Design tokens for Canonical's Launchpad, providing consistent styling across the platform. This package generates CSS custom properties and Figma tokens from a centralized token system.
npm install @canonical/launchpad-design-tokens
The package provides CSS files with custom properties for different categories:
dist/css/color/light.css - Light mode colorsdist/css/color/dark.css - Dark mode colorsdist/css/color/system.css - System preference based colorsdist/css/typography/narrow.css - Typography for narrow screensdist/css/typography/medium.css - Typography for medium screensdist/css/typography/wide.css - Typography for wide screensdist/css/typography/extraWide.css - Typography for extra wide screensdist/css/typography/responsive.css - Responsive typography systemdist/css/dimension/narrow.css - Dimensions for narrow screensdist/css/dimension/medium.css - Dimensions for medium screensdist/css/dimension/wide.css - Dimensions for wide screensdist/css/dimension/extraWide.css - Dimensions for extra wide screensdist/css/dimension/responsive.css - Responsive dimension systemFigma-compatible token files are available in dist/figma/ with the same structure as CSS tokens, plus manifest files for easy import.
bun install
# Build all tokens
bun run build
# Build specific categories
bun run build:color
bun run build:typography
bun run build:dimension
# Run linting and type checking
bun run check
# Fix linting issues
bun run check:fix
src/
├── tokens/
│ ├── primitives/ # Base token values
│ └── semantic/ # Semantic token definitions
│ ├── color/
│ ├── typography/
│ └── dimension/
└── build/ # Build scripts
├── color.ts
├── typography.ts
└── dimension.ts
LGPL-3.0
This project is maintained by the Canonical Webteam. For questions or contributions, please contact webteam@canonical.com.
FAQs
Design tokens for Canonical's Launchpad
The npm package @canonical/launchpad-design-tokens receives a total of 9 weekly downloads. As such, @canonical/launchpad-design-tokens popularity was classified as not popular.
We found that @canonical/launchpad-design-tokens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 22 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.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.