* feat: Add host-context pseudo class - This pseudo class helps target ancestors of the web component. - It was used to account for the RTL direction (dir="rtl") attribute on the ancestors * fix: RTL support using host-context / host - redundant code with `:host-context` has been removed - `.switch` has been changed into :host(:dir(rtl)) / :host([dir="rtl"])
c9f174f