adecksibility-widget 2.5.19 → 2.5.22

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/README.md CHANGED
@@ -8,15 +8,21 @@ Premium standalone accessibility widget bundle for WordPress and non-WordPress s
8
8
  <script>
9
9
  window.adeckWidgetConfig = {
10
10
  host: "client-site",
11
- platform: "standalone"
11
+ platform: "standalone",
12
+ ui: {
13
+ widgetPosition: "bottom-right",
14
+ widgetSide: "right",
15
+ widgetLauncherSize: 48,
16
+ widgetLauncherIcon: "original"
17
+ }
12
18
  };
13
19
  </script>
14
- <script src="https://cdn.jsdelivr.net/npm/adecksibility-widget@2.5.19/dist/adecksibility-widget-pro.umd.js" defer></script>
20
+ <script src="https://cdn.jsdelivr.net/npm/adecksibility-widget@2.5.22/dist/adecksibility-widget-pro.umd.js" defer></script>
15
21
  ```
16
22
 
17
23
  ## Notes
18
24
 
19
- - Includes premium-only widget capabilities such as accessibility profiles and advanced branding hooks.
25
+ - Includes premium-only widget capabilities such as accessibility profiles, Read Aloud, Line Height, Text Spacing, Page Structure, advanced branding hooks, launcher size, and launcher icon selection.
20
26
  - Use this edition for the full standalone widget experience.
21
27
  - This npm package only contains the standalone browser bundle for the selected edition.
22
28
  - For source development, use the main repository.