adecksibility-widget 2.5.20 → 2.5.23
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 +10 -4
- package/dist/adecksibility-widget-pro.umd.js +4191 -1577
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,17 +8,23 @@ 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.
|
|
20
|
+
<script src="https://cdn.jsdelivr.net/npm/adecksibility-widget@2.5.23/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
|
|
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.
|
|
23
|
-
-
|
|
29
|
+
- Project website: https://adeck.top/adecksibility/
|
|
24
30
|
- Support email: hello@adeck.top
|