code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
swift-syntax 6.1 is out and the current version specification is blocking upgrades for other packages.
Sorry, it is more of a broader question rather than an issue. Is there a way on Figma Rest API to interact with Code Connect pushed code and receive the...
Hello, Is it possible to connect with layout properties? If so, is it also possible to get variable names? 
- Code Connect CLI version: 1.3.2 - Operating system: Windows When using `npx figma connect` it correctly(!) finds two versions of the component in Figma: `Button` and `.button`. The first...
Does Figma support batch copying all Code Connect components within a Frame? If not, is it feasible to develop a custom plugin using the Figma API to implement this functionality?
Hello. In Code Connect, componentized parts are converted into code, but will layout be supported in the future? For example, consider a design in Material Web. There is a Dialog...
Our org uses a private Github Enterprise instance. The code checks look like they fall through to the final statement: `Unsupported remote URL` https://github.com/figma/code-connect/blob/cfed2bf6f63c5d61d9d358556d3a7117ba9c59ba/cli/src/connect/project.ts#L507-L527 To quiet the message, I modified...
- Code Connect CLI version - 1.2.2 - Operating system - macOS Sonoma 14.5 - Code connect - Compose **Using config file:** ``` { "codeConnect": { "parser": "compose", "gradleWrapperPath": "..",...
The design team has made an `IconSize` component that swaps instances of icons out. Each icon is a standalone component without a `size` property. The `IconSize` component contains the `size`...
### Describe the feature you'd like: Currently `parseReactDoc` is capable of returning `variant` and `link` to the `CodeConnectJSON` https://github.com/figma/code-connect/blob/cfed2bf6f63c5d61d9d358556d3a7117ba9c59ba/cli/src/react/parser.ts#L910-L911 It would be nice to also be able to specify `variant`...