@fluid-topics/ft-button 0.1.17 → 0.2.1

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.
@@ -44,8 +44,8 @@ export declare class FtButton extends FtLitElement implements FtButtonProperties
44
44
  tooltipPosition: Position;
45
45
  private button?;
46
46
  private slottedContent?;
47
- getStyles(): import("lit").CSSResult[];
48
- protected getTemplate(): HTMLTemplateResult;
47
+ static get styles(): import("lit").CSSResult[];
48
+ protected render(): HTMLTemplateResult;
49
49
  private addTooltip;
50
50
  private resolveIcon;
51
51
  onclick: (e: MouseEvent) => void;