@cal.macconnachie/web-components 1.1.2 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -352,6 +352,7 @@ export declare class BaseTabs extends BaseElement {
352
352
  ariaLabel: string;
353
353
  syncWithHash: boolean;
354
354
  variant: TabVariant;
355
+ forceExpanded: boolean;
355
356
  private tabs;
356
357
  private isExpanded;
357
358
  private isMobile;