wrec 0.24.3 → 0.24.5

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.
@@ -48,7 +48,7 @@ export declare abstract class Wrec extends HTMLElementBase implements ChangeList
48
48
  [key: string]: any;
49
49
  static define(elementName: string): void;
50
50
  constructor();
51
- attributeChangedCallback(attrName: string, oldValue: string | null, newValue: string | null): void;
51
+ attributeChangedCallback(attrName: string, _oldValue: string | null, newValue: string | null): void;
52
52
  batchSet(changes: StringToAny): void;
53
53
  private static buildHTML;
54
54
  changed(_statePath: string, componentProp: string, newValue: unknown): void;
package/dist/wrec.d.ts CHANGED
@@ -48,7 +48,7 @@ export declare abstract class Wrec extends HTMLElementBase implements ChangeList
48
48
  [key: string]: any;
49
49
  static define(elementName: string): void;
50
50
  constructor();
51
- attributeChangedCallback(attrName: string, oldValue: string | null, newValue: string | null): void;
51
+ attributeChangedCallback(attrName: string, _oldValue: string | null, newValue: string | null): void;
52
52
  batchSet(changes: StringToAny): void;
53
53
  private static buildHTML;
54
54
  changed(_statePath: string, componentProp: string, newValue: unknown): void;