
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@breadstone-infrastructure/style-dictionary
Advanced tools
Common style-dictionary classes and functions
Package Status | Source |
---|---|
infra/style-dictionary-plugins |
Style Dictionary Plugins for Breadstone projects. Reusable transforms and preprocessors for Style Dictionary to support advanced design token workflows.
Part of the monorepo mosaik
Package path: infra/style-dictionary-plugins
Version: see npm
License: MIT
yarn add @breadstone-infrastructure/style-dictionary
# or
npm install @breadstone-infrastructure/style-dictionary
In your Style Dictionary config:
const {
shadowCssTransform,
gradientTransform,
nameSnakeUpperCaseTransform,
quoteStringTransform,
listTransform,
letterSpacingTransform,
expandShadowPreprocessor,
lintPreprocessor
} = require('@breadstone-infrastructure/style-dictionary');
// Register transforms
StyleDictionary.registerTransform(shadowCssTransform);
StyleDictionary.registerTransform(gradientTransform);
StyleDictionary.registerTransform(nameSnakeUpperCaseTransform);
StyleDictionary.registerTransform(quoteStringTransform);
StyleDictionary.registerTransform(listTransform);
StyleDictionary.registerTransform(letterSpacingTransform);
// Register preprocessors
StyleDictionary.registerPreprocessor(expandShadowPreprocessor);
StyleDictionary.registerPreprocessor(lintPreprocessor);
yarn nx run style-dictionary-plugins:publish
MIT © Breadstone
This package is part of the Breadstone Nx monorepo. Use Nx for building and testing:
npx nx run style-dictionary-plugins:build
MIT © Breadstone
FAQs
Common style-dictionary classes and functions
The npm package @breadstone-infrastructure/style-dictionary receives a total of 297 weekly downloads. As such, @breadstone-infrastructure/style-dictionary popularity was classified as not popular.
We found that @breadstone-infrastructure/style-dictionary demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.