powerpagestoolkit 3.0.401 → 3.0.403

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.
@@ -7,5 +7,5 @@
7
7
  protected onFocus(): void;
8
8
  protected onBlur(): void;
9
9
  setValue(value: any): void;
10
- destroy(): void;
10
+ abstract destroy(): void;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerpagestoolkit",
3
- "version": "3.0.401",
3
+ "version": "3.0.403",
4
4
  "description": "Reference, manipulate, and engage with Power Pages sites through the nodes in the DOM; use a variety of custom methods that allow customizing your power pages site quicker and easier. ",
5
5
  "main": "./dist/src/index.js",
6
6
  "module": "./dist/src/index.js",
@@ -1,8 +0,0 @@
1
- /// <reference path="../globals.d.ts" />
2
- /**
3
- *
4
- * @param {string} titleString The text to display in the tooltip flyout content
5
- * @param iconStyle Optional CSS styles to apply to the info icon
6
- * @returns
7
- */
8
- export default function CreateInfoEl(titleString: string, iconStyle?: Partial<CSSStyleDeclaration>): HTMLSpanElement;