@lssm/lib.accessibility 1.9.2 → 1.10.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.
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/AccessibilityPanel.d.ts
|
|
4
4
|
declare function AccessibilityPanel({
|
|
5
5
|
className
|
|
6
6
|
}: {
|
|
7
7
|
className?: string;
|
|
8
|
-
}):
|
|
8
|
+
}): react_jsx_runtime2.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { AccessibilityPanel };
|
|
11
11
|
//# sourceMappingURL=AccessibilityPanel.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime1 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_runtime1.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_runtime0 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_runtime0.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { NextRouteAnnouncer };
|
|
7
7
|
//# sourceMappingURL=next-route-announcer.d.ts.map
|
package/dist/preferences.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/preferences.d.ts
|
|
5
5
|
type TextSize = 's' | 'm' | 'l' | 'xl';
|
|
@@ -29,7 +29,7 @@ declare function A11YPreferencesProvider({
|
|
|
29
29
|
children
|
|
30
30
|
}: {
|
|
31
31
|
children: React.ReactNode;
|
|
32
|
-
}):
|
|
32
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
33
33
|
declare function a11yRootClassName(): string;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { A11YPreferencesProvider, AccessibilityPreferences, DyslexiaFont, FocusRing, HighContrast, LineHeight, ReduceMotion, TextSize, TextSpacing, UnderlineLinks, a11yRootClassName, useA11YPreferences };
|