@swc-react/menu 0.35.1-rc.25 → 0.35.1-rc.34

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.
Files changed (2) hide show
  1. package/next.d.ts +2 -0
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -2423,6 +2423,8 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
2423
2423
  iconSlot: HTMLSlotElement;
2424
2424
  noWrap: boolean;
2425
2425
  overlayElement: import("overlay/src").Overlay;
2426
+ abortControllerPointer: AbortController;
2427
+ abortControllerSubmenu: AbortController;
2426
2428
  readonly itemText: string;
2427
2429
  readonly focusElement: HTMLElement;
2428
2430
  readonly itemChildren: import("menu/src").MenuItemChildren;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/menu",
3
- "version": "0.35.1-rc.25+b3feb0eb9",
3
+ "version": "0.35.1-rc.34+2cc53a49a",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit-labs/react": "^1.1.1",
33
- "@spectrum-web-components/menu": "^0.35.1-rc.25+b3feb0eb9"
33
+ "@spectrum-web-components/menu": "^0.35.1-rc.34+2cc53a49a"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "b3feb0eb979ff059457a00125919c13ea1afe9bc"
43
+ "gitHead": "2cc53a49a9491e4d86ed3c39ab430fda8a7a5b96"
44
44
  }