@fluid-topics/ft-search-bar 0.1.17 → 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.
@@ -44,7 +44,7 @@ export declare class SearchStateChangeEvent extends CustomEvent<FtSearchRequest>
44
44
  }
45
45
  export declare class FtSearchBar extends FtLitElement implements FtSearchBarProperties {
46
46
  static elementDefinitions: ElementDefinitionsMap;
47
- protected getStyles(): import("lit").CSSResult[];
47
+ static styles: import("lit").CSSResult[];
48
48
  dense: boolean;
49
49
  baseUrl: string;
50
50
  apiIntegrationIdentifier: string;
@@ -89,7 +89,7 @@ export declare class FtSearchBar extends FtLitElement implements FtSearchBarProp
89
89
  private get hasLocaleSelector();
90
90
  focus(): void;
91
91
  clear(): void;
92
- protected getTemplate(): import("lit-html").TemplateResult<1>;
92
+ protected render(): import("lit-html").TemplateResult<1>;
93
93
  private renderMobileSearchBar;
94
94
  private renderMobileSearchBarButtons;
95
95
  private renderMobileFacets;