In Sketch, it is possible to select which variant properties we allow users to control within nested components. In some cases we want to block users from selecting different properties. For example we have a date input component. Itโs available in different size variants. It uses the text input component nested inside, and that itself has different size variants. We want to stop users from (for example) selecting an L size date input then drilling down to the nested text input and changing the size of that to S size.
We build atomically when possible, so this feature would be really valuable.