@fluid-topics/ft-snap-scroll 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 class CurrentElementChange extends CustomEvent<{
20
20
  }
21
21
  export declare class FtSnapScroll extends FtLitElement implements FtSnapScrollProperties {
22
22
  static elementDefinitions: ElementDefinitionsMap;
23
- protected getStyles(): import("lit").CSSResult;
23
+ static styles: import("lit").CSSResult;
24
24
  horizontal: boolean;
25
25
  hideScrollbar: boolean;
26
26
  controls: boolean;
@@ -39,7 +39,7 @@ export declare class FtSnapScroll extends FtLitElement implements FtSnapScrollPr
39
39
  scrollIndexIntoView(index: number): void;
40
40
  previous(): void;
41
41
  next(): void;
42
- protected getTemplate(): import("lit-html").TemplateResult<1>;
42
+ protected render(): import("lit-html").TemplateResult<1>;
43
43
  private listenedContainer?;
44
44
  private updateScrollCallback;
45
45
  private resizeObserver;