Jan Six

Results 130 issues of Jan Six

In order to support the upcoming W3C format we'll need to introduce a dimension type: https://second-editors-draft.tr.designtokens.org/format/#dimension The dimension type is a token that specifies a dimension, and is always bound...

Now that we shipped support for non-local styles in version 114, we should plan ahead for the next iteration of this feature. ### Tasks for M2 - [ ] Allow...

We've introduced basic gradient support previously by using just a string: `linear-gradient(...)` and we've received feature requests to extend that to other gradient types such as radial or conic. Issues...

As users might rename, create or delete new tokens outside of the Plugin or outside of the library file we are in right now, we need to provide a way...

Currently JSONBin is the only sync provider that automatically syncs on change, which required us to introduce a `Update remote` setting to actually pause that sync. All other sync providers...

Contains large-scale changes to the codebase - Move to monorepo - React 18 - Integrate @tokens-studio/ui package which replaces many of the custom components from the plugin

### Why does this PR exist? Closes https://github.com/tokens-studio/figma-plugin/issues/380 ### What does this pull request do? Takes @TheeMattOliver 's PR from https://github.com/tokens-studio/figma-plugin/pull/2488 and rebases it on our 2.0 branch. End to...

### Why does this PR exist? Closes https://github.com/tokens-studio/figma-plugin/issues/2443 Figma recently added support for binding variables to effects such as shadows. This PR adds support for this. ### What does this...

Figma recently released support for binding variables to effects (shadows, blur), we should add those as well which would be huge for themable gradients. https://www.figma.com/plugin-docs/updates/ - When applying a shadow...

**Describe the bug** If you have an opacity token and you try to create a variable out of it, it won't work. If you change type to `number` it will...