@swc-react/action-menu 0.38.0 → 0.39.1

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 +3 -0
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -593,6 +593,7 @@ export declare const ActionMenu: import("react").ComponentType<Partial<{
593
593
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
594
594
  readonly dataset: DOMStringMap;
595
595
  readonly renderOptions: import("lit-html").RenderOptions;
596
+ slotContentIsPresent: boolean;
596
597
  slotHasContent: boolean;
597
598
  placement: import("@floating-ui/utils").Placement;
598
599
  open: boolean;
@@ -601,6 +602,8 @@ export declare const ActionMenu: import("react").ComponentType<Partial<{
601
602
  readonly focusElement: HTMLElement;
602
603
  isLTR: boolean;
603
604
  hasVisibleFocusInTree: () => boolean;
605
+ getSlotContentPresence: (selector: string) => boolean;
606
+ managePresenceObservedSlot: () => void;
604
607
  manageTextObservedSlot: () => void;
605
608
  selects: "single" | undefined;
606
609
  appliedLabel?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/action-menu",
3
- "version": "0.38.0",
3
+ "version": "0.39.1",
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/action-menu": "^0.38.0"
33
+ "@spectrum-web-components/action-menu": "^0.39.1"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "9a099b7543672f2fd4030833ab813b16c2cad62e"
43
+ "gitHead": "d374f8645b54b978d830c95ff777b5b1e9172ac7"
44
44
  }