@a11d/lit 0.0.30 → 0.0.31

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.
@@ -11,6 +11,6 @@ export declare class StyleDirective extends Directive {
11
11
  private static readonly defaultHandler;
12
12
  private readonly element;
13
13
  constructor(partInfo: PartInfo);
14
- render(styles: StandardProperties & (Record<string, string> & {})): void;
14
+ render(styles: StandardProperties | (Record<string, string> & {})): void;
15
15
  }
16
- export declare const style: (styles: StandardProperties<0 | (string & {}), string & {}> & Record<string, string>) => import("lit-html/directive").DirectiveResult<typeof StyleDirective>;
16
+ export declare const style: (styles: StandardProperties<0 | (string & {}), string & {}> | Record<string, string>) => import("lit-html/directive").DirectiveResult<typeof StyleDirective>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a11d/lit",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "A thin wrapper around the Lit library",
5
5
  "repository": {
6
6
  "type": "git",