@fluid-topics/ft-text-area 0.1.15 → 0.1.18

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.
@@ -20,7 +20,7 @@ export declare const FtTextAreaCssVariables: {
20
20
  };
21
21
  export declare class FtTextArea extends FtLitElement implements FtTextAreaProperties {
22
22
  static elementDefinitions: ElementDefinitionsMap;
23
- protected getStyles(): import("lit").CSSResult[];
23
+ static styles: import("lit").CSSResult[];
24
24
  label: string;
25
25
  value: string;
26
26
  helper: string;
@@ -29,7 +29,7 @@ export declare class FtTextArea extends FtLitElement implements FtTextAreaProper
29
29
  private height;
30
30
  private textarea?;
31
31
  private focused;
32
- protected getTemplate(): import("lit-html").TemplateResult<1>;
32
+ protected render(): import("lit-html").TemplateResult<1>;
33
33
  protected updated(props: PropertyValues): void;
34
34
  private onKeyDown;
35
35
  private updateValueFromInputField;