spectrum-web-components icon indicating copy to clipboard operation
spectrum-web-components copied to clipboard

Change access modifiers for Tabs methods to be more extensible

Open lehelen19 opened this issue 7 months ago • 2 comments
trafficstars

Code of conduct

  • [x] I agree to follow this project's code of conduct.

Description of issue

We would like to access more parent properties and methods in Tabs from child classes:

  • https://github.com/adobe/spectrum-web-components/blob/main/packages/tabs/src/Tabs.ts#L303
  • https://github.com/adobe/spectrum-web-components/blob/main/packages/tabs/src/Tabs.ts#L181
  • https://github.com/adobe/spectrum-web-components/blob/main/packages/tabs/src/Tabs.ts#L164
  • https://github.com/adobe/spectrum-web-components/blob/main/packages/tabs/src/TabsOverflow.ts#L104

lehelen19 avatar Apr 11 '25 17:04 lehelen19