@lssm/lib.accessibility 0.0.0-canary-20251220041653 → 0.0.0-canary-20251221114240
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": "@lssm/lib.accessibility",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251221114240",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
6
6
|
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"lint:check": "eslint src"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@lssm/lib.design-system": "0.0.0-canary-
|
|
18
|
-
"@lssm/lib.ui-kit": "0.0.0-canary-
|
|
19
|
-
"@lssm/lib.ui-kit-web": "0.0.0-canary-
|
|
17
|
+
"@lssm/lib.design-system": "0.0.0-canary-20251221114240",
|
|
18
|
+
"@lssm/lib.ui-kit": "0.0.0-canary-20251221114240",
|
|
19
|
+
"@lssm/lib.ui-kit-web": "0.0.0-canary-20251221114240"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
23
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
22
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251221114240",
|
|
23
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251221114240",
|
|
24
24
|
"tsdown": "^0.18.1",
|
|
25
25
|
"typescript": "^5.9.3"
|
|
26
26
|
},
|