@lssm/lib.accessibility 1.3.0 → 1.5.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 react_jsx_runtime2 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 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
- }): react_jsx_runtime2.JSX.Element;
8
+ }): react_jsx_runtime1.JSX.Element;
9
9
  //#endregion
10
10
  export { AccessibilityPanel };
11
11
  //# sourceMappingURL=AccessibilityPanel.d.ts.map
@@ -1,7 +1,7 @@
1
- import * as react_jsx_runtime1 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/next-route-announcer.d.ts
4
- declare function NextRouteAnnouncer(): react_jsx_runtime1.JSX.Element;
4
+ declare function NextRouteAnnouncer(): react_jsx_runtime2.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": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "scripts": {
5
5
  "build": "bun build:bundle && bun build:types",
6
6
  "build:bundle": "tsdown",
@@ -12,9 +12,9 @@
12
12
  "lint:check": "eslint src"
13
13
  },
14
14
  "dependencies": {
15
- "@lssm/lib.design-system": "^1.3.0",
16
- "@lssm/lib.ui-kit": "^1.3.0",
17
- "@lssm/lib.ui-kit-web": "^1.3.0"
15
+ "@lssm/lib.design-system": "^1.5.0",
16
+ "@lssm/lib.ui-kit": "^1.5.0",
17
+ "@lssm/lib.ui-kit-web": "^1.5.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@lssm/tool.tsdown": "*",