🤖 Bring your Figma design & development pipeline to the next level - with design to code, in-design-content-management, component management, tools for faster design
Is your feature request related to a problem? Please describe.
While building a Component / Variant, the most recommanded way (in bridged) is to make a base abstract component and use the instances as new component, then make it as a variant. But before going to variant, we need to override some value from abstract component, which is tricky inside figma or other design tools since we cannot know which values, layers are overrided per variants.
And if this tracking is avalable, we can automate making variants based on override layers/ value -- like selected=true changes color on rect 1's color, then other selected=true variants will be affected as so.
Additional context
overrided data is provided via the api, so won't be a hard work to accomplish.
Is your feature request related to a problem? Please describe. While building a Component / Variant, the most recommanded way (in bridged) is to make a base abstract component and use the instances as new component, then make it as a variant. But before going to variant, we need to override some value from abstract component, which is tricky inside figma or other design tools since we cannot know which values, layers are overrided per variants.
And if this tracking is avalable, we can automate making variants based on override layers/ value -- like selected=true changes color on rect 1's color, then other selected=true variants will be affected as so.
Additional context overrided data is provided via the api, so won't be a hard work to accomplish.