accessibility-react-widget 1.0.5 → 1.0.7

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
@@ -16,6 +16,11 @@ Or
16
16
  ```
17
17
  npm install accessibility-react-widget
18
18
  ```
19
+ Or
20
+ ```
21
+ <script defer src="https://acc-landing.vercel.app/accessibilik.min.js"></script>
22
+ ```
23
+
19
24
 
20
25
  Then use it in your app:
21
26
 
package/dist/types.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Draft } from 'immer';
3
2
  export type ChangeAccDraftHander = (d: Draft<AccessibilikState>) => void;
4
3
  interface TextAlign {
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "Web accessibility standards",
55
55
  "Universal web access solutions"
56
56
  ],
57
- "version": "1.0.5",
57
+ "version": "1.0.7",
58
58
  "type": "module",
59
59
  "main": "dist/main.min.js",
60
60
  "types": "dist/main.d.ts",
@@ -99,7 +99,7 @@
99
99
  "rollup-plugin-terser": "^7.0.2",
100
100
  "rollup-plugin-visualizer": "^5.12.0",
101
101
  "sass": "^1.69.5",
102
- "typescript": "^5.2.2",
102
+ "typescript": "^5.6.3",
103
103
  "uglify-js": "^3.17.4",
104
104
  "vite": "^5.0.0",
105
105
  "vite-plugin-dts": "^3.6.4",