@lssm/lib.accessibility 0.0.0-canary-20251217072406 → 0.0.0-canary-20251217080011

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,10 +1,10 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
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
- }): react_jsx_runtime0.JSX.Element;
8
+ }): react_jsx_runtime2.JSX.Element;
9
9
  //#endregion
10
10
  export { AccessibilityPanel };
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
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(): react_jsx_runtime2.JSX.Element;
4
+ declare function NextRouteAnnouncer(): react_jsx_runtime0.JSX.Element;
5
5
  //#endregion
6
6
  export { NextRouteAnnouncer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.accessibility",
3
- "version": "0.0.0-canary-20251217072406",
3
+ "version": "0.0.0-canary-20251217080011",
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-20251217072406",
18
- "@lssm/lib.ui-kit": "0.0.0-canary-20251217072406",
19
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251217072406"
17
+ "@lssm/lib.design-system": "0.0.0-canary-20251217080011",
18
+ "@lssm/lib.ui-kit": "0.0.0-canary-20251217080011",
19
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251217080011"
20
20
  },
21
21
  "devDependencies": {
22
- "@lssm/tool.tsdown": "0.0.0-canary-20251217072406",
23
- "@lssm/tool.typescript": "0.0.0-canary-20251217072406",
22
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217080011",
23
+ "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
24
24
  "tsdown": "^0.17.4",
25
25
  "typescript": "^5.9.3"
26
26
  },