the plugin is fetching svgs from a webresource and updates an entire icon set with potential tweaks in the vectors on the current page
it does so by exchanging the content of each component with the corresponding key in the array we just fetched. works like a charm so far.
however, the override for color that we may or may not have in the instances of the same component is lost when I replace the content of the component.
The content of the component is structurally identical before and after the plugin ran,m
so how can I retain the overrides in the instances?
the components are expected to be used in many places using different color tokens for different states so loosing hte override is not okay.