@swc-react/dialog 0.38.0 → 0.39.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.
Files changed (2) hide show
  1. package/next.d.ts +2 -0
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -590,12 +590,14 @@ export declare const Dialog: import("react").ComponentType<Partial<{
590
590
  isLTR: boolean;
591
591
  hasVisibleFocusInTree: () => boolean;
592
592
  error: boolean;
593
+ variant: import("alert-dialog/src/AlertDialog").AlertDialogVariants;
593
594
  slotContentIsPresent: boolean;
594
595
  closeButton?: import("button/src").CloseButton | undefined;
595
596
  dismissable: boolean;
596
597
  noDivider: boolean;
597
598
  mode?: "fullscreen" | "fullscreenTakeover" | undefined;
598
599
  shouldManageTabOrderForScrolling: () => void;
600
+ _variant: import("alert-dialog/src/AlertDialog").AlertDialogVariants;
599
601
  getSlotContentPresence: (selector: string) => boolean;
600
602
  managePresenceObservedSlot: () => void;
601
603
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/dialog",
3
- "version": "0.38.0",
3
+ "version": "0.39.0",
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/dialog": "^0.38.0"
33
+ "@spectrum-web-components/dialog": "^0.39.0"
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": "1a4b3c2d32e51b7f22a7f1196c3c0270512e7c4c"
44
44
  }