@swc-react/dialog 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.
- package/next.d.ts +2 -0
- 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.
|
|
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/dialog": "^0.
|
|
33
|
+
"@spectrum-web-components/dialog": "^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": "
|
|
43
|
+
"gitHead": "d374f8645b54b978d830c95ff777b5b1e9172ac7"
|
|
44
44
|
}
|