adecksibility-widget 2.5.0

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/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "adecksibility-widget",
3
+ "version": "2.5.0",
4
+ "description": "ADecksibility standalone accessibility widget bundle for WordPress and non-WordPress sites.",
5
+ "main": "dist/adecksibility-embed.umd.js",
6
+ "files": [
7
+ "dist/adecksibility-embed.umd.js",
8
+ "README.md"
9
+ ],
10
+ "scripts": {
11
+ "build:embed": "node tools/build-embed-bundle.js",
12
+ "prepublishOnly": "node tools/build-embed-bundle.js"
13
+ },
14
+ "keywords": [
15
+ "accessibility",
16
+ "a11y",
17
+ "widget",
18
+ "wordpress",
19
+ "javascript"
20
+ ],
21
+ "license": "UNLICENSED"
22
+ }
package/readme.txt ADDED
@@ -0,0 +1,76 @@
1
+ === ADecksibility ===
2
+ Contributors: your_name_here
3
+ Tags: accessibility, a11y, screen reader, floating widget, bilingual, dyslexia, wcag
4
+ Requires at least: 5.0
5
+ Tested up to: 6.7
6
+ Stable tag: 2.5.0
7
+ Requires PHP: 7.2
8
+ License: GPLv2 or later
9
+ License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
+
11
+ A professional, lightweight accessibility control deck featuring customizable tools, native browser features, and smart cache handling.
12
+
13
+ == Description ==
14
+
15
+ **ADecksibility** is a comprehensive, high-performance solution designed to make your WordPress site inclusive for everyone. It empowers users with visual, cognitive, and situational needs through a suite of native browser-based tools.
16
+
17
+ Version 2.5.0 includes the floating widget, bilingual support (EN/ID), visual adjustment tools, and a modern customization dashboard.
18
+
19
+ Unlike heavy third-party accessibility overlays, this plugin is built with optimized vanilla JavaScript and CSS. It uses native browser APIs (like the Web Speech API) to ensure your site remains lightning-fast while meeting modern accessibility standards.
20
+
21
+ ### Key Features:
22
+ * **Floating Launcher:** A customizable floating action button with adjustable positions (Bottom-Left/Right) and colors.
23
+ * **Bilingual Interface:** Instant toggle between English and Indonesian with synchronized Screen Reader voice detection.
24
+ * **Visual Adjustments:** Monochrome, High Contrast, and new Saturation controls (Low/High).
25
+ * **Typography Suite:** OpenDyslexic font, text scaling (70%-200%), letter spacing, and bold text mode.
26
+ * **Reading Assistance:** Horizontal Reading Guide and a built-in Screen Reader that reads elements on hover or click.
27
+ * **Navigation Helpers:** Highlight links, hide all background/inline images, and an enlarged mouse cursor.
28
+ * **Modern Admin Dashboard:** A sleek, SaaS-style settings page to customize every color, including the Reset and Language buttons.
29
+ * **Smart State Memory:** Settings persist across page loads via local storage.
30
+
31
+ == Installation ==
32
+
33
+ 1. Upload the `adecksibility` folder to the `/wp-content/plugins/` directory.
34
+ 2. Activate the plugin through the 'Plugins' menu in WordPress.
35
+ 3. Navigate to **Settings > Accessibility** in your WordPress admin.
36
+ 4. Enable the **Floating Widget** or use the URL anchor `#adecksibility-widget` on any custom menu item.
37
+ 5. Customize the primary colors and button styles to match your brand identity.
38
+
39
+ == Frequently Asked Questions ==
40
+
41
+ = How do I open the menu without the floating icon? =
42
+ You can disable the floating widget in the settings and simply add a link to your menu with the URL `#adecksibility-widget`. It will act as a native trigger to slide the panel open.
43
+
44
+ = Does the Screen Reader support multiple languages? =
45
+ Yes. When the toolbar is set to Indonesian, the Screen Reader uses an Indonesian voice profile. When set to English, it switches to an English profile automatically.
46
+
47
+ = Is it compatible with Page Builders? =
48
+ Absolutely. It is theme-agnostic and works perfectly with Elementor, Divi, Gutenberg, and Bricks. It even hides complex background overlays when "Hide Images" is active.
49
+
50
+ == Changelog ==
51
+
52
+ = 2.5.0 =
53
+ * Updated trigger documentation to use `#adecksibility-widget`.
54
+ * Improved compatibility with existing theme skip links.
55
+ * Fixed the hide-panel radiogroup label association for assistive technology.
56
+
57
+ = 2.3.0 =
58
+ * Added customizable Floating Widget Launcher.
59
+ * Added Widget Position settings (Bottom-Right / Bottom-Left).
60
+ * Added specific color controls for the Widget, Reset, and Language buttons.
61
+ * Fixed SVG icon rendering issues using CSS mask techniques.
62
+
63
+ = 2.2.0 =
64
+ * Complete overhaul of the Admin UI to a modern SaaS-style layout.
65
+ * Added Bilingual Support (English and Indonesian toggle).
66
+ * Added "Click outside to close" functionality for the panel.
67
+ * Added "Copy to Clipboard" feature for the URL trigger in the admin.
68
+
69
+ = 2.1.0 =
70
+ * Added High and Low Saturation filters.
71
+ * Added built-in Screen Reader using Web Speech API.
72
+ * Improved "Hide Images" to support modern CSS background-overlay patterns.
73
+
74
+ = 2.0.0 =
75
+ * Major release: Completely rewrote the codebase to be universal and theme-agnostic.
76
+ * Optimized performance by removing heavy dependencies.