powerpagestoolkit 1.2.1 → 1.2.2

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.
@@ -194928,6 +194928,11 @@ var DOMNodeReference = /*#__PURE__*/function () {
194928
194928
  value: function addLabelTooltip(text) {
194929
194929
  this.appendToLabel(CreateInfoEl(text));
194930
194930
  }
194931
+ }, {
194932
+ key: "addToolTip",
194933
+ value: function addToolTip(text) {
194934
+ this.append(CreateInfoEl(text));
194935
+ }
194931
194936
 
194932
194937
  /**
194933
194938
  * Sets the inner HTML content of the HTML element.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerpagestoolkit",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
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/index.bundle.js",
6
6
  "types": "index.d.ts",