Hello Team,
We have a Lit Web Component and we have upgraded our IX version to 2.0 but we are seeing that the styles are not getting applied.
As per the issue(styling is not getting applied when siemensIX component is used on lit · Issue #632 · siemens/ix · GitHub),in IX version 2.0 the components will be encapsulated and can be used inside Shadow DOM.
So we have upgraded and changed our main.ts file as suggested and imported the same into our entry point component.
Could you please suggest us if any further changes needs to done in the code base.