accessibility-react-widget 1.0.3 → 1.0.5

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/dist/utils.d.ts CHANGED
@@ -3,3 +3,4 @@ export declare const isRuleAppliedToElement: (element: HTMLElement, rule: CSSSty
3
3
  export declare const getComputedStyleAndSetAccDataFontSize: (elem: HTMLElement) => void;
4
4
  export declare const getDataImageSvgBase64: (svg: string) => string;
5
5
  export declare const getAccInitState: () => AccessibilikState;
6
+ export declare const registerDomain: () => Promise<void>;
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.3",
57
+ "version": "1.0.5",
58
58
  "type": "module",
59
59
  "main": "dist/main.min.js",
60
60
  "types": "dist/main.d.ts",