Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trimValue when value is object #10

Merged

Conversation

mihkeleidast
Copy link
Contributor

In style-dictionary, values can be objects (see amzn/style-dictionary#623 for the implementation there). The current trimValue implementation here expects them to always be strings, and throws when it encounters an object.

@changeset-bot
Copy link

changeset-bot bot commented May 2, 2022

🦋 Changeset detected

Latest commit: 6a4626b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@divriots/style-dictionary-to-figma Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jorenbroekema
Copy link
Contributor

Nice catch! I didn't consider this case, thanks for contributing a test + fix :)!

@jorenbroekema jorenbroekema merged commit 31493c5 into divriots:main May 2, 2022
@jorenbroekema
Copy link
Contributor

Released on version 0.1.2 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants