Question:
Is there any clever way to name component variants that doesn’t create properties?
Context Details:
My company is using a third-party UI kit for a design system. In order to create customizations, I’m looking to have a separate Figma file that imports the UI kit, but only including the parts we want designers to use. Then we’ll publish our version of the design system to be used. In order to get only our subset of components to be available in design files, I need to wrap the UI kit components in a new component. Since the original components already have the properties set up, it doesn’t make sense to duplicate them on the wrapper component. But if I don’t use the ‘property=value’ format for the wrapper component variables, Figma yells at me. Maybe that’s just something to live with? But I’m curious if anyone else has run into this and found a solution.