Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tokens-studio/sd-transforms

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tokens-studio/sd-transforms - npm Package Versions

1
9

0.11.9

Diff

Changelog

Source

0.11.9

Patch Changes

  • a3ad58b: Fix the webpackIgnore statement to use single *. For NextJS integration (webpack).
jorenbroekema
published 0.11.8 •

Changelog

Source

0.11.8

Patch Changes

  • dd58528: Remove reliance on browser-style-dictionary. This created problems with CJS style-dictionary config files (default export).
jorenbroekema
published 0.11.7 •

Changelog

Source

0.11.7

Patch Changes

  • 72b828d: Fix permutateThemes to order "enabled" sets below "source" sets so enabled sets overrides are prioritized in Style-Dictionary.
jorenbroekema
published 0.11.6 •

Changelog

Source

0.11.6

Patch Changes

  • 2e8576e: resolveMath no longer unnecessarily changes the token type to number if the token value is a string without any expressions to resolve.
jorenbroekema
published 0.11.5 •

Changelog

Source

0.11.5

Patch Changes

  • Fix resolve reference for multi-value shadow tokens when expanding shadow tokens.
jorenbroekema
published 0.11.4 •

Changelog

Source

0.11.4

Patch Changes

  • 77b4f04: Add a webpack ignore statement to dynamic import of node builtin in node env. Should be ignored at compile-time, done at run-time.
jorenbroekema
published 0.11.3 •

Changelog

Source

0.11.3

Patch Changes

  • 333355b: Specify import to "module" as "node:module" for build tools to better understand it as a built-in.
jorenbroekema
published 0.11.2 •

Changelog

Source

0.11.2

Patch Changes

  • 3f37446: Fix for add-font-styles parser to deal with value props not being objects (e.g. null).
jorenbroekema
published 0.11.1 •

Changelog

Source

0.11.1

Patch Changes

  • 597ddcd: Slightly adjust how math evaluation is done on non-numeric string and boolean values, so as to not remove quotes inside strings.
  • e486d94: Handle fonts that put only fontStyle inside fontWeight properly e.g. "Italic", which should resolve to weight "Regular" and style "Italic".
  • 40e1b27: Add alwaysAddFontStyle to recursive function parameters.
jorenbroekema
published 0.11.0 •

Changelog

Source

0.11.0

Minor Changes

  • 96a66a9: checkAndEvaluateMath to not stringify if not needed:

    • for single math expressions resolving to a floating number without unit, we can keep it as a Number
    • for expressions such as false or true (Boolean), keep as Boolean type
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc