Mikael Vesavuori
Mikael Vesavuori
Currently, when generating elements (i.e. "React components"), images are not supported. Example: If you were to generate a button with a background-image, the generation would attempt to understand the general...
This issue results in tests relating to named versions (such as `4.1.0`) to fail after those 30 days have passed. See if this can be mocked. There is a separate...
Currently, colors do not support blend modes. This issue would adress adding support for blend modes. I currently have no clear idea of how this would manifest itself; perhaps it...
The test `"It should write graphic elements and check that graphic elements map file exists"` for `createElements()` is flaky and fails in CI, but seemingly not on a local machine....
Support "compositions" that are higher-order components (groups?) referring to nested elements. This would enable creating for example a Form that would contain elements (Button, Heading, Paragraph). Currently, this needs to...
A small number of tests seem to fail exclusively on Windows CI builds: - `getFileContentAndPath.test.ts` - `prepFile.test.ts` - `getSvgFileData.test.ts` This might have to do with CRLF or some similar "invisible"...
(This is an older, anecdotal issue and needs to be re-verified and investigated!) It is not possible to group elements inside each other, making (React) element generation less powerful (i.e....
(This is an older, anecdotal issue and needs to be re-verified and investigated!) This concerns (React) element generation. Non-nested elements need to have the layout element using the Component name...
Currently only a single layout element per group/nested layer will be picked up. Investigate if possible to make this functionality support more than a single element.
### Discussed in https://github.com/mikaelvesavuori/figmagic/discussions/166 Originally posted by **camposcristian** August 16, 2022 Instead of `/tokens/colors.ts` , `/tokens/spacing.ts`, `/tokens/fontFamilies.ts`, etc, is there any way to get all tokens into one single file...