Hi! I’m making an update to a component within the design system of my company.
The component is a simple tab with 4 variants and it has to become a single component with no variants, because it has to be a tab-group with nested tab-atom component inside.
Basically I want to design an atom component with variants (.tab) to put in the tab-group new component, because I don’t need the single tab anymore.
To optimize the process, I tried not to create a new component named tab-group, instead I wanted to create the new atom component and update the actual tab component.
Once I deleted the variants of the tab component, and only one is left (the one that has to become the tab group) The component is yet a set with 1 variant.
Is there one way to solve this??