@a11d/lit 0.0.25 → 0.0.26

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.
@@ -10,8 +10,8 @@ export declare abstract class Component extends LitElement {
10
10
  /** Invoked every time the component is disconnected from the Document Object Model (DOM) */
11
11
  protected disconnected(): void;
12
12
  /** @deprecated Use template getter instead */
13
- protected render(): import("lit-html").TemplateResult<1 | 2>;
14
- protected get template(): import("lit-html").TemplateResult<1 | 2>;
13
+ protected render(): import("lit-html").HTMLTemplateResult;
14
+ protected get template(): import("lit-html").HTMLTemplateResult;
15
15
  protected firstUpdated(props: PropertyValues): void;
16
16
  connectedCallback(): void;
17
17
  disconnectedCallback(): void;
@@ -1,2 +1,2 @@
1
- import { TemplateResult } from 'lit';
2
- export declare const nothing: TemplateResult<1 | 2>;
1
+ import { HTMLTemplateResult } from 'lit';
2
+ export declare const nothing: HTMLTemplateResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a11d/lit",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "A thin wrapper around the Lit library",
5
5
  "repository": {
6
6
  "type": "git",