Jan Six
Jan Six
Fixes #32 Add paragraph spacing as an option in the plugin
We seem to have caused a regression with defining type at the group level. It seems we no longer save it in the JSON. To reproduce: - Paste the following...
Refactor files that contain too much logic which make it hard to test. E.g. `tokenState`, `useTokens`. We should optimize similar to how we did it in tokens-studio/figma-plugin#2704 ```[tasklist] ### Tasks...
Passing in a new option that needs to be saved to the local document or to the user object shouldn't be a huge change, let's refactor how we store ui...
Our Test coverage steps are currently failing for most PRs. We should look into this and see if we can find improvements. Ideally we'd easily see *which files are causing...
Removing file complexity, related to https://github.com/tokens-studio/figma-plugin/issues/2944 ```[tasklist] ### Tasks - [ ] https://github.com/tokens-studio/figma-plugin/issues/2998 - [ ] https://github.com/tokens-studio/figma-plugin/issues/2999 - [ ] https://github.com/tokens-studio/figma-plugin/issues/3000 - [ ] https://github.com/tokens-studio/figma-plugin/issues/3001 - [ ] https://github.com/tokens-studio/figma-plugin/issues/3002 -...
Lint step inside CI that raises an error when there's lint errors in the committed changes + shows them as annotations in GitHub's PRs. https://github.com/orgs/community/discussions/26703