@joist/element 4.0.0-next.27 → 4.0.0-next.28

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joist/element",
3
- "version": "4.0.0-next.27",
3
+ "version": "4.0.0-next.28",
4
4
  "type": "module",
5
5
  "main": "./target/lib.js",
6
6
  "module": "./target/lib.js",
@@ -41,7 +41,6 @@ export declare function element<T extends ElementConstructor>(opts?: ElementOpts
41
41
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
42
42
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
43
43
  disconnectedCallback?(): void;
44
- disconnectedCallback?(): void;
45
44
  readonly attributes: NamedNodeMap;
46
45
  readonly classList: DOMTokenList;
47
46
  className: string;