Jan Six
Jan Six
With 2.0 we changed button styling to come from our internal DS. However we deviated from Figma with that. Let's move back here, make primary buttons blue, and secondary buttons...
The docs pages for these 2 features have not been created yet. Let's prioritise those.  
Sometimes when youre trying to reorder tokens it doesnt work reliably. First token and last token cant seem to be reordered. Let's tackle this when we introduce proper reordering for...
The bg of the light color theme is now too dark and doesnt play well with some of our DS components. can we rather use a lighter bg? 
2.0 changed something on behavior when it comes to replacing parts of a token reference with something that the user picks from the { mentions input. Expected: The token reference...
In `packages/tokens-studio-for-figma/src/app/components/PushDialog.tsx` we seem to be using the wrong storagetype - it seems to use the currently *active* one, not the one youre about to push to. The dialog says...
Two issues with Sync provides that we should solve: - When creating or editing sync providers, all *required* fields should be required and cause Save to not be able to...
Seems like we have a regression in color inputs for box shadows when choosing a reference in our mention input  
We're sometimes using `token.name.split('/').join('.')` to normalize names that we receive from styles and variables to get them into a shape that resembles our internal token name format. We could make...
Some of our core functionality has flawed test coverage, we should look into what the biggest are and up our test coverage for those. Contenders: - packages/tokens-studio-for-figma/src/plugin/setValuesOnVariable.ts