@contractspec/lib.accessibility 0.0.0-canary-20260119224109 → 0.0.0-canary-20260119224949
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/AccessibilityProvider.d.ts
|
|
5
5
|
declare function AccessibilityProvider({
|
|
@@ -8,7 +8,7 @@ declare function AccessibilityProvider({
|
|
|
8
8
|
}: {
|
|
9
9
|
children: React$1.ReactNode;
|
|
10
10
|
skipTargetId?: string;
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime2.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { AccessibilityProvider };
|
|
14
14
|
//# sourceMappingURL=AccessibilityProvider.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/next-route-announcer.d.ts
|
|
4
|
-
declare function NextRouteAnnouncer():
|
|
4
|
+
declare function NextRouteAnnouncer(): react_jsx_runtime1.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { NextRouteAnnouncer };
|
|
7
7
|
//# sourceMappingURL=next-route-announcer.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.accessibility",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260119224949",
|
|
4
4
|
"description": "WCAG compliance utilities and validators",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"lint:check": "eslint src"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@contractspec/lib.design-system": "0.0.0-canary-
|
|
26
|
+
"@contractspec/lib.design-system": "0.0.0-canary-20260119224949",
|
|
27
27
|
"@contractspec/lib.ui-kit": "1.48.0",
|
|
28
28
|
"@contractspec/lib.ui-kit-web": "1.48.0"
|
|
29
29
|
},
|