powerpagestoolkit 2.5.4212 → 2.6.1

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -224,15 +224,13 @@ _Example:_
224
224
  ```typescript
225
225
  import { createRef } from "powerpagestoolkit";
226
226
 
227
- const title = await createRef("h1");
227
+ const title = await createRef("#myTitle");
228
228
 
229
- title.setInnerHTML("Hello World");
230
229
  title.addTooltip("This is an Example of a tooltip!", { color: "red" });
231
230
  ```
232
231
 
233
232
  ![Example](./assets//infoIconExample.gif)
234
233
 
235
-
236
234
  ### DataVerse API
237
235
 
238
236
  Perform secure API calls to DataVerse from your PowerPages site. This method implements the shell deferred token to send requests with `__RequestVerificationToken`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerpagestoolkit",
3
- "version": "2.5.4212",
3
+ "version": "2.6.01",
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/bundle.js",
6
6
  "types": "./dist/index.d.ts",