@radix-ui/react-alert-dialog 1.0.6-rc.5 → 1.1.0-rc.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/dist/index.js CHANGED
@@ -1,218 +1,178 @@
1
- var $hLIh8$babelruntimehelpersextends = require("@babel/runtime/helpers/extends");
2
- var $hLIh8$react = require("react");
3
- var $hLIh8$radixuireactcontext = require("@radix-ui/react-context");
4
- var $hLIh8$radixuireactcomposerefs = require("@radix-ui/react-compose-refs");
5
- var $hLIh8$radixuireactdialog = require("@radix-ui/react-dialog");
6
- var $hLIh8$radixuiprimitive = require("@radix-ui/primitive");
7
- var $hLIh8$radixuireactslot = require("@radix-ui/react-slot");
8
-
9
- function $parcel$export(e, n, v, s) {
10
- Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
11
- }
12
- function $parcel$interopDefault(a) {
13
- return a && a.__esModule ? a.default : a;
14
- }
15
-
16
- $parcel$export(module.exports, "createAlertDialogScope", () => $8c7baeec26a63e97$export$b8891880751c2c5b);
17
- $parcel$export(module.exports, "AlertDialog", () => $8c7baeec26a63e97$export$de466dd8317b0b75);
18
- $parcel$export(module.exports, "AlertDialogTrigger", () => $8c7baeec26a63e97$export$6edd7a623ef0f40b);
19
- $parcel$export(module.exports, "AlertDialogPortal", () => $8c7baeec26a63e97$export$660f2bfdb986706c);
20
- $parcel$export(module.exports, "AlertDialogOverlay", () => $8c7baeec26a63e97$export$a707a4895ce23256);
21
- $parcel$export(module.exports, "AlertDialogContent", () => $8c7baeec26a63e97$export$94e6af45f0af4efd);
22
- $parcel$export(module.exports, "AlertDialogAction", () => $8c7baeec26a63e97$export$b454f818c58ee85d);
23
- $parcel$export(module.exports, "AlertDialogCancel", () => $8c7baeec26a63e97$export$2f67a923571aaea0);
24
- $parcel$export(module.exports, "AlertDialogTitle", () => $8c7baeec26a63e97$export$225e0da62d314b7);
25
- $parcel$export(module.exports, "AlertDialogDescription", () => $8c7baeec26a63e97$export$a23b55cde55ad9a5);
26
- $parcel$export(module.exports, "Root", () => $8c7baeec26a63e97$export$be92b6f5f03c0fe9);
27
- $parcel$export(module.exports, "Trigger", () => $8c7baeec26a63e97$export$41fb9f06171c75f4);
28
- $parcel$export(module.exports, "Portal", () => $8c7baeec26a63e97$export$602eac185826482c);
29
- $parcel$export(module.exports, "Overlay", () => $8c7baeec26a63e97$export$c6fdb837b070b4ff);
30
- $parcel$export(module.exports, "Content", () => $8c7baeec26a63e97$export$7c6e2c02157bb7d2);
31
- $parcel$export(module.exports, "Action", () => $8c7baeec26a63e97$export$e19cd5f9376f8cee);
32
- $parcel$export(module.exports, "Cancel", () => $8c7baeec26a63e97$export$848c9b7ead0df967);
33
- $parcel$export(module.exports, "Title", () => $8c7baeec26a63e97$export$f99233281efd08a0);
34
- $parcel$export(module.exports, "Description", () => $8c7baeec26a63e97$export$393edc798c47379d);
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
- /* -------------------------------------------------------------------------------------------------
44
- * AlertDialog
45
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$ROOT_NAME = 'AlertDialog';
46
- const [$8c7baeec26a63e97$var$createAlertDialogContext, $8c7baeec26a63e97$export$b8891880751c2c5b] = $hLIh8$radixuireactcontext.createContextScope($8c7baeec26a63e97$var$ROOT_NAME, [
47
- $hLIh8$radixuireactdialog.createDialogScope
48
- ]);
49
- const $8c7baeec26a63e97$var$useDialogScope = $hLIh8$radixuireactdialog.createDialogScope();
50
- const $8c7baeec26a63e97$export$de466dd8317b0b75 = (props)=>{
51
- const { __scopeAlertDialog: __scopeAlertDialog , ...alertDialogProps } = props;
52
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
53
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Root, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({}, dialogScope, alertDialogProps, {
54
- modal: true
55
- }));
56
- };
57
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$de466dd8317b0b75, {
58
- displayName: $8c7baeec26a63e97$var$ROOT_NAME
59
- });
60
- /* -------------------------------------------------------------------------------------------------
61
- * AlertDialogTrigger
62
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$TRIGGER_NAME = 'AlertDialogTrigger';
63
- const $8c7baeec26a63e97$export$6edd7a623ef0f40b = /*#__PURE__*/ $hLIh8$react.forwardRef((props, forwardedRef)=>{
64
- const { __scopeAlertDialog: __scopeAlertDialog , ...triggerProps } = props;
65
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
66
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Trigger, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({}, dialogScope, triggerProps, {
67
- ref: forwardedRef
68
- }));
69
- });
70
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$6edd7a623ef0f40b, {
71
- displayName: $8c7baeec26a63e97$var$TRIGGER_NAME
72
- });
73
- /* -------------------------------------------------------------------------------------------------
74
- * AlertDialogPortal
75
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$PORTAL_NAME = 'AlertDialogPortal';
76
- const $8c7baeec26a63e97$export$660f2bfdb986706c = (props)=>{
77
- const { __scopeAlertDialog: __scopeAlertDialog , ...portalProps } = props;
78
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
79
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Portal, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({}, dialogScope, portalProps));
80
- };
81
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$660f2bfdb986706c, {
82
- displayName: $8c7baeec26a63e97$var$PORTAL_NAME
83
- });
84
- /* -------------------------------------------------------------------------------------------------
85
- * AlertDialogOverlay
86
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$OVERLAY_NAME = 'AlertDialogOverlay';
87
- const $8c7baeec26a63e97$export$a707a4895ce23256 = /*#__PURE__*/ $hLIh8$react.forwardRef((props, forwardedRef)=>{
88
- const { __scopeAlertDialog: __scopeAlertDialog , ...overlayProps } = props;
89
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
90
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Overlay, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({}, dialogScope, overlayProps, {
91
- ref: forwardedRef
92
- }));
93
- });
94
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$a707a4895ce23256, {
95
- displayName: $8c7baeec26a63e97$var$OVERLAY_NAME
96
- });
97
- /* -------------------------------------------------------------------------------------------------
98
- * AlertDialogContent
99
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$CONTENT_NAME = 'AlertDialogContent';
100
- const [$8c7baeec26a63e97$var$AlertDialogContentProvider, $8c7baeec26a63e97$var$useAlertDialogContentContext] = $8c7baeec26a63e97$var$createAlertDialogContext($8c7baeec26a63e97$var$CONTENT_NAME);
101
- const $8c7baeec26a63e97$export$94e6af45f0af4efd = /*#__PURE__*/ $hLIh8$react.forwardRef((props, forwardedRef)=>{
102
- const { __scopeAlertDialog: __scopeAlertDialog , children: children , ...contentProps } = props;
103
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
104
- const contentRef = $hLIh8$react.useRef(null);
105
- const composedRefs = $hLIh8$radixuireactcomposerefs.useComposedRefs(forwardedRef, contentRef);
106
- const cancelRef = $hLIh8$react.useRef(null);
107
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.WarningProvider, {
108
- contentName: $8c7baeec26a63e97$var$CONTENT_NAME,
109
- titleName: $8c7baeec26a63e97$var$TITLE_NAME,
110
- docsSlug: "alert-dialog"
111
- }, /*#__PURE__*/ $hLIh8$react.createElement($8c7baeec26a63e97$var$AlertDialogContentProvider, {
112
- scope: __scopeAlertDialog,
113
- cancelRef: cancelRef
114
- }, /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Content, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({
115
- role: "alertdialog"
116
- }, dialogScope, contentProps, {
117
- ref: composedRefs,
118
- onOpenAutoFocus: $hLIh8$radixuiprimitive.composeEventHandlers(contentProps.onOpenAutoFocus, (event)=>{
119
- var _cancelRef$current;
120
- event.preventDefault();
121
- (_cancelRef$current = cancelRef.current) === null || _cancelRef$current === void 0 || _cancelRef$current.focus({
122
- preventScroll: true
123
- });
124
- }),
125
- onPointerDownOutside: (event)=>event.preventDefault()
126
- ,
127
- onInteractOutside: (event)=>event.preventDefault()
128
- }), /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactslot.Slottable, null, children), false)));
129
- });
130
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$94e6af45f0af4efd, {
131
- displayName: $8c7baeec26a63e97$var$CONTENT_NAME
132
- });
133
- /* -------------------------------------------------------------------------------------------------
134
- * AlertDialogTitle
135
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$TITLE_NAME = 'AlertDialogTitle';
136
- const $8c7baeec26a63e97$export$225e0da62d314b7 = /*#__PURE__*/ $hLIh8$react.forwardRef((props, forwardedRef)=>{
137
- const { __scopeAlertDialog: __scopeAlertDialog , ...titleProps } = props;
138
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
139
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Title, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({}, dialogScope, titleProps, {
140
- ref: forwardedRef
141
- }));
142
- });
143
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$225e0da62d314b7, {
144
- displayName: $8c7baeec26a63e97$var$TITLE_NAME
145
- });
146
- /* -------------------------------------------------------------------------------------------------
147
- * AlertDialogDescription
148
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$DESCRIPTION_NAME = 'AlertDialogDescription';
149
- const $8c7baeec26a63e97$export$a23b55cde55ad9a5 = /*#__PURE__*/ $hLIh8$react.forwardRef((props, forwardedRef)=>{
150
- const { __scopeAlertDialog: __scopeAlertDialog , ...descriptionProps } = props;
151
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
152
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Description, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({}, dialogScope, descriptionProps, {
153
- ref: forwardedRef
154
- }));
155
- });
156
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$a23b55cde55ad9a5, {
157
- displayName: $8c7baeec26a63e97$var$DESCRIPTION_NAME
158
- });
159
- /* -------------------------------------------------------------------------------------------------
160
- * AlertDialogAction
161
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$ACTION_NAME = 'AlertDialogAction';
162
- const $8c7baeec26a63e97$export$b454f818c58ee85d = /*#__PURE__*/ $hLIh8$react.forwardRef((props, forwardedRef)=>{
163
- const { __scopeAlertDialog: __scopeAlertDialog , ...actionProps } = props;
164
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
165
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Close, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({}, dialogScope, actionProps, {
166
- ref: forwardedRef
167
- }));
168
- });
169
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$b454f818c58ee85d, {
170
- displayName: $8c7baeec26a63e97$var$ACTION_NAME
171
- });
172
- /* -------------------------------------------------------------------------------------------------
173
- * AlertDialogCancel
174
- * -----------------------------------------------------------------------------------------------*/ const $8c7baeec26a63e97$var$CANCEL_NAME = 'AlertDialogCancel';
175
- const $8c7baeec26a63e97$export$2f67a923571aaea0 = /*#__PURE__*/ $hLIh8$react.forwardRef((props, forwardedRef)=>{
176
- const { __scopeAlertDialog: __scopeAlertDialog , ...cancelProps } = props;
177
- const { cancelRef: cancelRef } = $8c7baeec26a63e97$var$useAlertDialogContentContext($8c7baeec26a63e97$var$CANCEL_NAME, __scopeAlertDialog);
178
- const dialogScope = $8c7baeec26a63e97$var$useDialogScope(__scopeAlertDialog);
179
- const ref = $hLIh8$radixuireactcomposerefs.useComposedRefs(forwardedRef, cancelRef);
180
- return /*#__PURE__*/ $hLIh8$react.createElement($hLIh8$radixuireactdialog.Close, ($parcel$interopDefault($hLIh8$babelruntimehelpersextends))({}, dialogScope, cancelProps, {
181
- ref: ref
182
- }));
183
- });
184
- /*#__PURE__*/ Object.assign($8c7baeec26a63e97$export$2f67a923571aaea0, {
185
- displayName: $8c7baeec26a63e97$var$CANCEL_NAME
186
- });
187
- /* ---------------------------------------------------------------------------------------------- */ const $8c7baeec26a63e97$var$DescriptionWarning = ({ contentRef: contentRef })=>{
188
- const MESSAGE = `\`${$8c7baeec26a63e97$var$CONTENT_NAME}\` requires a description for the component to be accessible for screen reader users.
189
-
190
- You can add a description to the \`${$8c7baeec26a63e97$var$CONTENT_NAME}\` by passing a \`${$8c7baeec26a63e97$var$DESCRIPTION_NAME}\` component as a child, which also benefits sighted users by adding visible context to the dialog.
191
-
192
- Alternatively, you can use your own component as a description by assigning it an \`id\` and passing the same value to the \`aria-describedby\` prop in \`${$8c7baeec26a63e97$var$CONTENT_NAME}\`. If the description is confusing or duplicative for sighted users, you can use the \`@radix-ui/react-visually-hidden\` primitive as a wrapper around your description component.
1
+ "use strict";
2
+ (() => {
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
10
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
11
+ }) : x)(function(x) {
12
+ if (typeof require !== "undefined") return require.apply(this, arguments);
13
+ throw Error('Dynamic require of "' + x + '" is not supported');
14
+ });
15
+ var __copyProps = (to, from, except, desc) => {
16
+ if (from && typeof from === "object" || typeof from === "function") {
17
+ for (let key of __getOwnPropNames(from))
18
+ if (!__hasOwnProp.call(to, key) && key !== except)
19
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
20
+ }
21
+ return to;
22
+ };
23
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
24
+ // If the importer is in node compatibility mode or this is not an ESM
25
+ // file that has been converted to a CommonJS file using a Babel-
26
+ // compatible transform (i.e. "__esModule" has not been set), then set
27
+ // "default" to the CommonJS "module.exports" for node compatibility.
28
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
29
+ mod
30
+ ));
31
+
32
+ // packages/react/alert-dialog/src/AlertDialog.tsx
33
+ var React = __toESM(__require("react"));
34
+ var import_react_context = __require("@radix-ui/react-context");
35
+ var import_react_compose_refs = __require("@radix-ui/react-compose-refs");
36
+ var DialogPrimitive = __toESM(__require("@radix-ui/react-dialog"));
37
+ var import_react_dialog = __require("@radix-ui/react-dialog");
38
+ var import_primitive = __require("@radix-ui/primitive");
39
+ var import_react_slot = __require("@radix-ui/react-slot");
40
+ var import_jsx_runtime = __require("react/jsx-runtime");
41
+ var ROOT_NAME = "AlertDialog";
42
+ var [createAlertDialogContext, createAlertDialogScope] = (0, import_react_context.createContextScope)(ROOT_NAME, [
43
+ import_react_dialog.createDialogScope
44
+ ]);
45
+ var useDialogScope = (0, import_react_dialog.createDialogScope)();
46
+ var AlertDialog = (props) => {
47
+ const { __scopeAlertDialog, ...alertDialogProps } = props;
48
+ const dialogScope = useDialogScope(__scopeAlertDialog);
49
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DialogPrimitive.Root, { ...dialogScope, ...alertDialogProps, modal: true });
50
+ };
51
+ AlertDialog.displayName = ROOT_NAME;
52
+ var TRIGGER_NAME = "AlertDialogTrigger";
53
+ var AlertDialogTrigger = React.forwardRef(
54
+ (props, forwardedRef) => {
55
+ const { __scopeAlertDialog, ...triggerProps } = props;
56
+ const dialogScope = useDialogScope(__scopeAlertDialog);
57
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DialogPrimitive.Trigger, { ...dialogScope, ...triggerProps, ref: forwardedRef });
58
+ }
59
+ );
60
+ AlertDialogTrigger.displayName = TRIGGER_NAME;
61
+ var PORTAL_NAME = "AlertDialogPortal";
62
+ var AlertDialogPortal = (props) => {
63
+ const { __scopeAlertDialog, ...portalProps } = props;
64
+ const dialogScope = useDialogScope(__scopeAlertDialog);
65
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DialogPrimitive.Portal, { ...dialogScope, ...portalProps });
66
+ };
67
+ AlertDialogPortal.displayName = PORTAL_NAME;
68
+ var OVERLAY_NAME = "AlertDialogOverlay";
69
+ var AlertDialogOverlay = React.forwardRef(
70
+ (props, forwardedRef) => {
71
+ const { __scopeAlertDialog, ...overlayProps } = props;
72
+ const dialogScope = useDialogScope(__scopeAlertDialog);
73
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DialogPrimitive.Overlay, { ...dialogScope, ...overlayProps, ref: forwardedRef });
74
+ }
75
+ );
76
+ AlertDialogOverlay.displayName = OVERLAY_NAME;
77
+ var CONTENT_NAME = "AlertDialogContent";
78
+ var [AlertDialogContentProvider, useAlertDialogContentContext] = createAlertDialogContext(CONTENT_NAME);
79
+ var AlertDialogContent = React.forwardRef(
80
+ (props, forwardedRef) => {
81
+ const { __scopeAlertDialog, children, ...contentProps } = props;
82
+ const dialogScope = useDialogScope(__scopeAlertDialog);
83
+ const contentRef = React.useRef(null);
84
+ const composedRefs = (0, import_react_compose_refs.useComposedRefs)(forwardedRef, contentRef);
85
+ const cancelRef = React.useRef(null);
86
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
87
+ DialogPrimitive.WarningProvider,
88
+ {
89
+ contentName: CONTENT_NAME,
90
+ titleName: TITLE_NAME,
91
+ docsSlug: "alert-dialog",
92
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(AlertDialogContentProvider, { scope: __scopeAlertDialog, cancelRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
93
+ DialogPrimitive.Content,
94
+ {
95
+ role: "alertdialog",
96
+ ...dialogScope,
97
+ ...contentProps,
98
+ ref: composedRefs,
99
+ onOpenAutoFocus: (0, import_primitive.composeEventHandlers)(contentProps.onOpenAutoFocus, (event) => {
100
+ event.preventDefault();
101
+ cancelRef.current?.focus({ preventScroll: true });
102
+ }),
103
+ onPointerDownOutside: (event) => event.preventDefault(),
104
+ onInteractOutside: (event) => event.preventDefault(),
105
+ children: [
106
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_slot.Slottable, { children }),
107
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DescriptionWarning, { contentRef })
108
+ ]
109
+ }
110
+ ) })
111
+ }
112
+ );
113
+ }
114
+ );
115
+ AlertDialogContent.displayName = CONTENT_NAME;
116
+ var TITLE_NAME = "AlertDialogTitle";
117
+ var AlertDialogTitle = React.forwardRef(
118
+ (props, forwardedRef) => {
119
+ const { __scopeAlertDialog, ...titleProps } = props;
120
+ const dialogScope = useDialogScope(__scopeAlertDialog);
121
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DialogPrimitive.Title, { ...dialogScope, ...titleProps, ref: forwardedRef });
122
+ }
123
+ );
124
+ AlertDialogTitle.displayName = TITLE_NAME;
125
+ var DESCRIPTION_NAME = "AlertDialogDescription";
126
+ var AlertDialogDescription = React.forwardRef((props, forwardedRef) => {
127
+ const { __scopeAlertDialog, ...descriptionProps } = props;
128
+ const dialogScope = useDialogScope(__scopeAlertDialog);
129
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DialogPrimitive.Description, { ...dialogScope, ...descriptionProps, ref: forwardedRef });
130
+ });
131
+ AlertDialogDescription.displayName = DESCRIPTION_NAME;
132
+ var ACTION_NAME = "AlertDialogAction";
133
+ var AlertDialogAction = React.forwardRef(
134
+ (props, forwardedRef) => {
135
+ const { __scopeAlertDialog, ...actionProps } = props;
136
+ const dialogScope = useDialogScope(__scopeAlertDialog);
137
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DialogPrimitive.Close, { ...dialogScope, ...actionProps, ref: forwardedRef });
138
+ }
139
+ );
140
+ AlertDialogAction.displayName = ACTION_NAME;
141
+ var CANCEL_NAME = "AlertDialogCancel";
142
+ var AlertDialogCancel = React.forwardRef(
143
+ (props, forwardedRef) => {
144
+ const { __scopeAlertDialog, ...cancelProps } = props;
145
+ const { cancelRef } = useAlertDialogContentContext(CANCEL_NAME, __scopeAlertDialog);
146
+ const dialogScope = useDialogScope(__scopeAlertDialog);
147
+ const ref = (0, import_react_compose_refs.useComposedRefs)(forwardedRef, cancelRef);
148
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DialogPrimitive.Close, { ...dialogScope, ...cancelProps, ref });
149
+ }
150
+ );
151
+ AlertDialogCancel.displayName = CANCEL_NAME;
152
+ var DescriptionWarning = ({ contentRef }) => {
153
+ const MESSAGE = `\`${CONTENT_NAME}\` requires a description for the component to be accessible for screen reader users.
154
+
155
+ You can add a description to the \`${CONTENT_NAME}\` by passing a \`${DESCRIPTION_NAME}\` component as a child, which also benefits sighted users by adding visible context to the dialog.
156
+
157
+ Alternatively, you can use your own component as a description by assigning it an \`id\` and passing the same value to the \`aria-describedby\` prop in \`${CONTENT_NAME}\`. If the description is confusing or duplicative for sighted users, you can use the \`@radix-ui/react-visually-hidden\` primitive as a wrapper around your description component.
193
158
 
194
159
  For more information, see https://radix-ui.com/primitives/docs/components/alert-dialog`;
195
- $hLIh8$react.useEffect(()=>{
196
- var _contentRef$current;
197
- const hasDescription = document.getElementById((_contentRef$current = contentRef.current) === null || _contentRef$current === void 0 ? void 0 : _contentRef$current.getAttribute('aria-describedby'));
198
- if (!hasDescription) console.warn(MESSAGE);
199
- }, [
200
- MESSAGE,
201
- contentRef
202
- ]);
160
+ React.useEffect(() => {
161
+ const hasDescription = document.getElementById(
162
+ contentRef.current?.getAttribute("aria-describedby")
163
+ );
164
+ if (!hasDescription) console.warn(MESSAGE);
165
+ }, [MESSAGE, contentRef]);
203
166
  return null;
204
- };
205
- const $8c7baeec26a63e97$export$be92b6f5f03c0fe9 = $8c7baeec26a63e97$export$de466dd8317b0b75;
206
- const $8c7baeec26a63e97$export$41fb9f06171c75f4 = $8c7baeec26a63e97$export$6edd7a623ef0f40b;
207
- const $8c7baeec26a63e97$export$602eac185826482c = $8c7baeec26a63e97$export$660f2bfdb986706c;
208
- const $8c7baeec26a63e97$export$c6fdb837b070b4ff = $8c7baeec26a63e97$export$a707a4895ce23256;
209
- const $8c7baeec26a63e97$export$7c6e2c02157bb7d2 = $8c7baeec26a63e97$export$94e6af45f0af4efd;
210
- const $8c7baeec26a63e97$export$e19cd5f9376f8cee = $8c7baeec26a63e97$export$b454f818c58ee85d;
211
- const $8c7baeec26a63e97$export$848c9b7ead0df967 = $8c7baeec26a63e97$export$2f67a923571aaea0;
212
- const $8c7baeec26a63e97$export$f99233281efd08a0 = $8c7baeec26a63e97$export$225e0da62d314b7;
213
- const $8c7baeec26a63e97$export$393edc798c47379d = $8c7baeec26a63e97$export$a23b55cde55ad9a5;
214
-
215
-
216
-
217
-
167
+ };
168
+ var Root2 = AlertDialog;
169
+ var Trigger2 = AlertDialogTrigger;
170
+ var Portal2 = AlertDialogPortal;
171
+ var Overlay2 = AlertDialogOverlay;
172
+ var Content2 = AlertDialogContent;
173
+ var Action = AlertDialogAction;
174
+ var Cancel = AlertDialogCancel;
175
+ var Title2 = AlertDialogTitle;
176
+ var Description2 = AlertDialogDescription;
177
+ })();
218
178
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1,7 @@
1
- {"mappings":"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","sources":["packages/react/alert-dialog/src/index.ts","packages/react/alert-dialog/src/AlertDialog.tsx"],"sourcesContent":["export {\n createAlertDialogScope,\n //\n AlertDialog,\n AlertDialogTrigger,\n AlertDialogPortal,\n AlertDialogOverlay,\n AlertDialogContent,\n AlertDialogAction,\n AlertDialogCancel,\n AlertDialogTitle,\n AlertDialogDescription,\n //\n Root,\n Trigger,\n Portal,\n Overlay,\n Content,\n Action,\n Cancel,\n Title,\n Description,\n} from './AlertDialog';\nexport type {\n AlertDialogProps,\n AlertDialogTriggerProps,\n AlertDialogPortalProps,\n AlertDialogOverlayProps,\n AlertDialogContentProps,\n AlertDialogActionProps,\n AlertDialogCancelProps,\n AlertDialogTitleProps,\n AlertDialogDescriptionProps,\n} from './AlertDialog';\n","import * as React from 'react';\nimport { createContextScope } from '@radix-ui/react-context';\nimport { useComposedRefs } from '@radix-ui/react-compose-refs';\nimport * as DialogPrimitive from '@radix-ui/react-dialog';\nimport { createDialogScope } from '@radix-ui/react-dialog';\nimport { composeEventHandlers } from '@radix-ui/primitive';\nimport { Slottable } from '@radix-ui/react-slot';\n\nimport type * as Radix from '@radix-ui/react-primitive';\nimport type { Scope } from '@radix-ui/react-context';\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialog\n * -----------------------------------------------------------------------------------------------*/\n\nconst ROOT_NAME = 'AlertDialog';\n\ntype ScopedProps<P> = P & { __scopeAlertDialog?: Scope };\nconst [createAlertDialogContext, createAlertDialogScope] = createContextScope(ROOT_NAME, [\n createDialogScope,\n]);\nconst useDialogScope = createDialogScope();\n\ntype DialogProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Root>;\ninterface AlertDialogProps extends Omit<DialogProps, 'modal'> {}\n\nconst AlertDialog: React.FC<AlertDialogProps> = (props: ScopedProps<AlertDialogProps>) => {\n const { __scopeAlertDialog, ...alertDialogProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Root {...dialogScope} {...alertDialogProps} modal={true} />;\n};\n\nAlertDialog.displayName = ROOT_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogTrigger\n * -----------------------------------------------------------------------------------------------*/\nconst TRIGGER_NAME = 'AlertDialogTrigger';\n\ntype AlertDialogTriggerElement = React.ElementRef<typeof DialogPrimitive.Trigger>;\ntype DialogTriggerProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Trigger>;\ninterface AlertDialogTriggerProps extends DialogTriggerProps {}\n\nconst AlertDialogTrigger = React.forwardRef<AlertDialogTriggerElement, AlertDialogTriggerProps>(\n (props: ScopedProps<AlertDialogTriggerProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...triggerProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Trigger {...dialogScope} {...triggerProps} ref={forwardedRef} />;\n }\n);\n\nAlertDialogTrigger.displayName = TRIGGER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogPortal\n * -----------------------------------------------------------------------------------------------*/\n\nconst PORTAL_NAME = 'AlertDialogPortal';\n\ntype DialogPortalProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Portal>;\ninterface AlertDialogPortalProps extends DialogPortalProps {}\n\nconst AlertDialogPortal: React.FC<AlertDialogPortalProps> = (\n props: ScopedProps<AlertDialogPortalProps>\n) => {\n const { __scopeAlertDialog, ...portalProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Portal {...dialogScope} {...portalProps} />;\n};\n\nAlertDialogPortal.displayName = PORTAL_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogOverlay\n * -----------------------------------------------------------------------------------------------*/\n\nconst OVERLAY_NAME = 'AlertDialogOverlay';\n\ntype AlertDialogOverlayElement = React.ElementRef<typeof DialogPrimitive.Overlay>;\ntype DialogOverlayProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>;\ninterface AlertDialogOverlayProps extends DialogOverlayProps {}\n\nconst AlertDialogOverlay = React.forwardRef<AlertDialogOverlayElement, AlertDialogOverlayProps>(\n (props: ScopedProps<AlertDialogOverlayProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...overlayProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Overlay {...dialogScope} {...overlayProps} ref={forwardedRef} />;\n }\n);\n\nAlertDialogOverlay.displayName = OVERLAY_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogContent\n * -----------------------------------------------------------------------------------------------*/\n\nconst CONTENT_NAME = 'AlertDialogContent';\n\ntype AlertDialogContentContextValue = {\n cancelRef: React.MutableRefObject<AlertDialogCancelElement | null>;\n};\n\nconst [AlertDialogContentProvider, useAlertDialogContentContext] =\n createAlertDialogContext<AlertDialogContentContextValue>(CONTENT_NAME);\n\ntype AlertDialogContentElement = React.ElementRef<typeof DialogPrimitive.Content>;\ntype DialogContentProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>;\ninterface AlertDialogContentProps\n extends Omit<DialogContentProps, 'onPointerDownOutside' | 'onInteractOutside'> {}\n\nconst AlertDialogContent = React.forwardRef<AlertDialogContentElement, AlertDialogContentProps>(\n (props: ScopedProps<AlertDialogContentProps>, forwardedRef) => {\n const { __scopeAlertDialog, children, ...contentProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n const contentRef = React.useRef<AlertDialogContentElement>(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n const cancelRef = React.useRef<AlertDialogCancelElement | null>(null);\n\n return (\n <DialogPrimitive.WarningProvider\n contentName={CONTENT_NAME}\n titleName={TITLE_NAME}\n docsSlug=\"alert-dialog\"\n >\n <AlertDialogContentProvider scope={__scopeAlertDialog} cancelRef={cancelRef}>\n <DialogPrimitive.Content\n role=\"alertdialog\"\n {...dialogScope}\n {...contentProps}\n ref={composedRefs}\n onOpenAutoFocus={composeEventHandlers(contentProps.onOpenAutoFocus, (event) => {\n event.preventDefault();\n cancelRef.current?.focus({ preventScroll: true });\n })}\n onPointerDownOutside={(event) => event.preventDefault()}\n onInteractOutside={(event) => event.preventDefault()}\n >\n {/**\n * We have to use `Slottable` here as we cannot wrap the `AlertDialogContentProvider`\n * around everything, otherwise the `DescriptionWarning` would be rendered straight away.\n * This is because we want the accessibility checks to run only once the content is actually\n * open and that behaviour is already encapsulated in `DialogContent`.\n */}\n <Slottable>{children}</Slottable>\n {process.env.NODE_ENV === 'development' && (\n <DescriptionWarning contentRef={contentRef} />\n )}\n </DialogPrimitive.Content>\n </AlertDialogContentProvider>\n </DialogPrimitive.WarningProvider>\n );\n }\n);\n\nAlertDialogContent.displayName = CONTENT_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogTitle\n * -----------------------------------------------------------------------------------------------*/\n\nconst TITLE_NAME = 'AlertDialogTitle';\n\ntype AlertDialogTitleElement = React.ElementRef<typeof DialogPrimitive.Title>;\ntype DialogTitleProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Title>;\ninterface AlertDialogTitleProps extends DialogTitleProps {}\n\nconst AlertDialogTitle = React.forwardRef<AlertDialogTitleElement, AlertDialogTitleProps>(\n (props: ScopedProps<AlertDialogTitleProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...titleProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Title {...dialogScope} {...titleProps} ref={forwardedRef} />;\n }\n);\n\nAlertDialogTitle.displayName = TITLE_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogDescription\n * -----------------------------------------------------------------------------------------------*/\n\nconst DESCRIPTION_NAME = 'AlertDialogDescription';\n\ntype AlertDialogDescriptionElement = React.ElementRef<typeof DialogPrimitive.Description>;\ntype DialogDescriptionProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Description>;\ninterface AlertDialogDescriptionProps extends DialogDescriptionProps {}\n\nconst AlertDialogDescription = React.forwardRef<\n AlertDialogDescriptionElement,\n AlertDialogDescriptionProps\n>((props: ScopedProps<AlertDialogDescriptionProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...descriptionProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Description {...dialogScope} {...descriptionProps} ref={forwardedRef} />;\n});\n\nAlertDialogDescription.displayName = DESCRIPTION_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogAction\n * -----------------------------------------------------------------------------------------------*/\n\nconst ACTION_NAME = 'AlertDialogAction';\n\ntype AlertDialogActionElement = React.ElementRef<typeof DialogPrimitive.Close>;\ntype DialogCloseProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Close>;\ninterface AlertDialogActionProps extends DialogCloseProps {}\n\nconst AlertDialogAction = React.forwardRef<AlertDialogActionElement, AlertDialogActionProps>(\n (props: ScopedProps<AlertDialogActionProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...actionProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Close {...dialogScope} {...actionProps} ref={forwardedRef} />;\n }\n);\n\nAlertDialogAction.displayName = ACTION_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogCancel\n * -----------------------------------------------------------------------------------------------*/\n\nconst CANCEL_NAME = 'AlertDialogCancel';\n\ntype AlertDialogCancelElement = React.ElementRef<typeof DialogPrimitive.Close>;\ninterface AlertDialogCancelProps extends DialogCloseProps {}\n\nconst AlertDialogCancel = React.forwardRef<AlertDialogCancelElement, AlertDialogCancelProps>(\n (props: ScopedProps<AlertDialogCancelProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...cancelProps } = props;\n const { cancelRef } = useAlertDialogContentContext(CANCEL_NAME, __scopeAlertDialog);\n const dialogScope = useDialogScope(__scopeAlertDialog);\n const ref = useComposedRefs(forwardedRef, cancelRef);\n return <DialogPrimitive.Close {...dialogScope} {...cancelProps} ref={ref} />;\n }\n);\n\nAlertDialogCancel.displayName = CANCEL_NAME;\n\n/* ---------------------------------------------------------------------------------------------- */\n\ntype DescriptionWarningProps = {\n contentRef: React.RefObject<AlertDialogContentElement>;\n};\n\nconst DescriptionWarning: React.FC<DescriptionWarningProps> = ({ contentRef }) => {\n const MESSAGE = `\\`${CONTENT_NAME}\\` requires a description for the component to be accessible for screen reader users.\n\nYou can add a description to the \\`${CONTENT_NAME}\\` by passing a \\`${DESCRIPTION_NAME}\\` component as a child, which also benefits sighted users by adding visible context to the dialog.\n\nAlternatively, you can use your own component as a description by assigning it an \\`id\\` and passing the same value to the \\`aria-describedby\\` prop in \\`${CONTENT_NAME}\\`. If the description is confusing or duplicative for sighted users, you can use the \\`@radix-ui/react-visually-hidden\\` primitive as a wrapper around your description component.\n\nFor more information, see https://radix-ui.com/primitives/docs/components/alert-dialog`;\n\n React.useEffect(() => {\n const hasDescription = document.getElementById(\n contentRef.current?.getAttribute('aria-describedby')!\n );\n if (!hasDescription) console.warn(MESSAGE);\n }, [MESSAGE, contentRef]);\n\n return null;\n};\n\nconst Root = AlertDialog;\nconst Trigger = AlertDialogTrigger;\nconst Portal = AlertDialogPortal;\nconst Overlay = AlertDialogOverlay;\nconst Content = AlertDialogContent;\nconst Action = AlertDialogAction;\nconst Cancel = AlertDialogCancel;\nconst Title = AlertDialogTitle;\nconst Description = AlertDialogDescription;\n\nexport {\n createAlertDialogScope,\n //\n AlertDialog,\n AlertDialogTrigger,\n AlertDialogPortal,\n AlertDialogOverlay,\n AlertDialogContent,\n AlertDialogAction,\n AlertDialogCancel,\n AlertDialogTitle,\n AlertDialogDescription,\n //\n Root,\n Trigger,\n Portal,\n Overlay,\n Content,\n Action,\n Cancel,\n Title,\n Description,\n};\nexport type {\n AlertDialogProps,\n AlertDialogTriggerProps,\n AlertDialogPortalProps,\n AlertDialogOverlayProps,\n AlertDialogContentProps,\n AlertDialogActionProps,\n AlertDialogCancelProps,\n AlertDialogTitleProps,\n AlertDialogDescriptionProps,\n};\n"],"names":["createAlertDialogScope","AlertDialog","AlertDialogTrigger","AlertDialogPortal","AlertDialogOverlay","AlertDialogContent","AlertDialogAction","AlertDialogCancel","AlertDialogTitle","AlertDialogDescription","Root","Trigger","Portal","Overlay","Content","Action","Cancel","Title","Description","React","createContextScope","useComposedRefs","DialogPrimitive","createDialogScope","composeEventHandlers","Slottable","ROOT_NAME","createAlertDialogContext","useDialogScope","props","__scopeAlertDialog","alertDialogProps","dialogScope","TRIGGER_NAME","forwardRef","forwardedRef","triggerProps","PORTAL_NAME","portalProps","OVERLAY_NAME","overlayProps","CONTENT_NAME","AlertDialogContentProvider","useAlertDialogContentContext","children","contentProps","contentRef","useRef","composedRefs","cancelRef","TITLE_NAME","onOpenAutoFocus","event","preventDefault","current","focus","preventScroll","process","env","NODE_ENV","titleProps","DESCRIPTION_NAME","descriptionProps","ACTION_NAME","actionProps","CANCEL_NAME","cancelProps","ref","DescriptionWarning","MESSAGE","useEffect","hasDescription","document","getElementById","getAttribute","console","warn"],"version":3,"file":"index.js.map"}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/AlertDialog.tsx"],
4
+ "sourcesContent": ["import * as React from 'react';\nimport { createContextScope } from '@radix-ui/react-context';\nimport { useComposedRefs } from '@radix-ui/react-compose-refs';\nimport * as DialogPrimitive from '@radix-ui/react-dialog';\nimport { createDialogScope } from '@radix-ui/react-dialog';\nimport { composeEventHandlers } from '@radix-ui/primitive';\nimport { Slottable } from '@radix-ui/react-slot';\n\nimport type * as Radix from '@radix-ui/react-primitive';\nimport type { Scope } from '@radix-ui/react-context';\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialog\n * -----------------------------------------------------------------------------------------------*/\n\nconst ROOT_NAME = 'AlertDialog';\n\ntype ScopedProps<P> = P & { __scopeAlertDialog?: Scope };\nconst [createAlertDialogContext, createAlertDialogScope] = createContextScope(ROOT_NAME, [\n createDialogScope,\n]);\nconst useDialogScope = createDialogScope();\n\ntype DialogProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Root>;\ninterface AlertDialogProps extends Omit<DialogProps, 'modal'> {}\n\nconst AlertDialog: React.FC<AlertDialogProps> = (props: ScopedProps<AlertDialogProps>) => {\n const { __scopeAlertDialog, ...alertDialogProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Root {...dialogScope} {...alertDialogProps} modal={true} />;\n};\n\nAlertDialog.displayName = ROOT_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogTrigger\n * -----------------------------------------------------------------------------------------------*/\nconst TRIGGER_NAME = 'AlertDialogTrigger';\n\ntype AlertDialogTriggerElement = React.ElementRef<typeof DialogPrimitive.Trigger>;\ntype DialogTriggerProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Trigger>;\ninterface AlertDialogTriggerProps extends DialogTriggerProps {}\n\nconst AlertDialogTrigger = React.forwardRef<AlertDialogTriggerElement, AlertDialogTriggerProps>(\n (props: ScopedProps<AlertDialogTriggerProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...triggerProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Trigger {...dialogScope} {...triggerProps} ref={forwardedRef} />;\n }\n);\n\nAlertDialogTrigger.displayName = TRIGGER_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogPortal\n * -----------------------------------------------------------------------------------------------*/\n\nconst PORTAL_NAME = 'AlertDialogPortal';\n\ntype DialogPortalProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Portal>;\ninterface AlertDialogPortalProps extends DialogPortalProps {}\n\nconst AlertDialogPortal: React.FC<AlertDialogPortalProps> = (\n props: ScopedProps<AlertDialogPortalProps>\n) => {\n const { __scopeAlertDialog, ...portalProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Portal {...dialogScope} {...portalProps} />;\n};\n\nAlertDialogPortal.displayName = PORTAL_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogOverlay\n * -----------------------------------------------------------------------------------------------*/\n\nconst OVERLAY_NAME = 'AlertDialogOverlay';\n\ntype AlertDialogOverlayElement = React.ElementRef<typeof DialogPrimitive.Overlay>;\ntype DialogOverlayProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>;\ninterface AlertDialogOverlayProps extends DialogOverlayProps {}\n\nconst AlertDialogOverlay = React.forwardRef<AlertDialogOverlayElement, AlertDialogOverlayProps>(\n (props: ScopedProps<AlertDialogOverlayProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...overlayProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Overlay {...dialogScope} {...overlayProps} ref={forwardedRef} />;\n }\n);\n\nAlertDialogOverlay.displayName = OVERLAY_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogContent\n * -----------------------------------------------------------------------------------------------*/\n\nconst CONTENT_NAME = 'AlertDialogContent';\n\ntype AlertDialogContentContextValue = {\n cancelRef: React.MutableRefObject<AlertDialogCancelElement | null>;\n};\n\nconst [AlertDialogContentProvider, useAlertDialogContentContext] =\n createAlertDialogContext<AlertDialogContentContextValue>(CONTENT_NAME);\n\ntype AlertDialogContentElement = React.ElementRef<typeof DialogPrimitive.Content>;\ntype DialogContentProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>;\ninterface AlertDialogContentProps\n extends Omit<DialogContentProps, 'onPointerDownOutside' | 'onInteractOutside'> {}\n\nconst AlertDialogContent = React.forwardRef<AlertDialogContentElement, AlertDialogContentProps>(\n (props: ScopedProps<AlertDialogContentProps>, forwardedRef) => {\n const { __scopeAlertDialog, children, ...contentProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n const contentRef = React.useRef<AlertDialogContentElement>(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n const cancelRef = React.useRef<AlertDialogCancelElement | null>(null);\n\n return (\n <DialogPrimitive.WarningProvider\n contentName={CONTENT_NAME}\n titleName={TITLE_NAME}\n docsSlug=\"alert-dialog\"\n >\n <AlertDialogContentProvider scope={__scopeAlertDialog} cancelRef={cancelRef}>\n <DialogPrimitive.Content\n role=\"alertdialog\"\n {...dialogScope}\n {...contentProps}\n ref={composedRefs}\n onOpenAutoFocus={composeEventHandlers(contentProps.onOpenAutoFocus, (event) => {\n event.preventDefault();\n cancelRef.current?.focus({ preventScroll: true });\n })}\n onPointerDownOutside={(event) => event.preventDefault()}\n onInteractOutside={(event) => event.preventDefault()}\n >\n {/**\n * We have to use `Slottable` here as we cannot wrap the `AlertDialogContentProvider`\n * around everything, otherwise the `DescriptionWarning` would be rendered straight away.\n * This is because we want the accessibility checks to run only once the content is actually\n * open and that behaviour is already encapsulated in `DialogContent`.\n */}\n <Slottable>{children}</Slottable>\n {process.env.NODE_ENV === 'development' && (\n <DescriptionWarning contentRef={contentRef} />\n )}\n </DialogPrimitive.Content>\n </AlertDialogContentProvider>\n </DialogPrimitive.WarningProvider>\n );\n }\n);\n\nAlertDialogContent.displayName = CONTENT_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogTitle\n * -----------------------------------------------------------------------------------------------*/\n\nconst TITLE_NAME = 'AlertDialogTitle';\n\ntype AlertDialogTitleElement = React.ElementRef<typeof DialogPrimitive.Title>;\ntype DialogTitleProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Title>;\ninterface AlertDialogTitleProps extends DialogTitleProps {}\n\nconst AlertDialogTitle = React.forwardRef<AlertDialogTitleElement, AlertDialogTitleProps>(\n (props: ScopedProps<AlertDialogTitleProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...titleProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Title {...dialogScope} {...titleProps} ref={forwardedRef} />;\n }\n);\n\nAlertDialogTitle.displayName = TITLE_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogDescription\n * -----------------------------------------------------------------------------------------------*/\n\nconst DESCRIPTION_NAME = 'AlertDialogDescription';\n\ntype AlertDialogDescriptionElement = React.ElementRef<typeof DialogPrimitive.Description>;\ntype DialogDescriptionProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Description>;\ninterface AlertDialogDescriptionProps extends DialogDescriptionProps {}\n\nconst AlertDialogDescription = React.forwardRef<\n AlertDialogDescriptionElement,\n AlertDialogDescriptionProps\n>((props: ScopedProps<AlertDialogDescriptionProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...descriptionProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Description {...dialogScope} {...descriptionProps} ref={forwardedRef} />;\n});\n\nAlertDialogDescription.displayName = DESCRIPTION_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogAction\n * -----------------------------------------------------------------------------------------------*/\n\nconst ACTION_NAME = 'AlertDialogAction';\n\ntype AlertDialogActionElement = React.ElementRef<typeof DialogPrimitive.Close>;\ntype DialogCloseProps = Radix.ComponentPropsWithoutRef<typeof DialogPrimitive.Close>;\ninterface AlertDialogActionProps extends DialogCloseProps {}\n\nconst AlertDialogAction = React.forwardRef<AlertDialogActionElement, AlertDialogActionProps>(\n (props: ScopedProps<AlertDialogActionProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...actionProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return <DialogPrimitive.Close {...dialogScope} {...actionProps} ref={forwardedRef} />;\n }\n);\n\nAlertDialogAction.displayName = ACTION_NAME;\n\n/* -------------------------------------------------------------------------------------------------\n * AlertDialogCancel\n * -----------------------------------------------------------------------------------------------*/\n\nconst CANCEL_NAME = 'AlertDialogCancel';\n\ntype AlertDialogCancelElement = React.ElementRef<typeof DialogPrimitive.Close>;\ninterface AlertDialogCancelProps extends DialogCloseProps {}\n\nconst AlertDialogCancel = React.forwardRef<AlertDialogCancelElement, AlertDialogCancelProps>(\n (props: ScopedProps<AlertDialogCancelProps>, forwardedRef) => {\n const { __scopeAlertDialog, ...cancelProps } = props;\n const { cancelRef } = useAlertDialogContentContext(CANCEL_NAME, __scopeAlertDialog);\n const dialogScope = useDialogScope(__scopeAlertDialog);\n const ref = useComposedRefs(forwardedRef, cancelRef);\n return <DialogPrimitive.Close {...dialogScope} {...cancelProps} ref={ref} />;\n }\n);\n\nAlertDialogCancel.displayName = CANCEL_NAME;\n\n/* ---------------------------------------------------------------------------------------------- */\n\ntype DescriptionWarningProps = {\n contentRef: React.RefObject<AlertDialogContentElement>;\n};\n\nconst DescriptionWarning: React.FC<DescriptionWarningProps> = ({ contentRef }) => {\n const MESSAGE = `\\`${CONTENT_NAME}\\` requires a description for the component to be accessible for screen reader users.\n\nYou can add a description to the \\`${CONTENT_NAME}\\` by passing a \\`${DESCRIPTION_NAME}\\` component as a child, which also benefits sighted users by adding visible context to the dialog.\n\nAlternatively, you can use your own component as a description by assigning it an \\`id\\` and passing the same value to the \\`aria-describedby\\` prop in \\`${CONTENT_NAME}\\`. If the description is confusing or duplicative for sighted users, you can use the \\`@radix-ui/react-visually-hidden\\` primitive as a wrapper around your description component.\n\nFor more information, see https://radix-ui.com/primitives/docs/components/alert-dialog`;\n\n React.useEffect(() => {\n const hasDescription = document.getElementById(\n contentRef.current?.getAttribute('aria-describedby')!\n );\n if (!hasDescription) console.warn(MESSAGE);\n }, [MESSAGE, contentRef]);\n\n return null;\n};\n\nconst Root = AlertDialog;\nconst Trigger = AlertDialogTrigger;\nconst Portal = AlertDialogPortal;\nconst Overlay = AlertDialogOverlay;\nconst Content = AlertDialogContent;\nconst Action = AlertDialogAction;\nconst Cancel = AlertDialogCancel;\nconst Title = AlertDialogTitle;\nconst Description = AlertDialogDescription;\n\nexport {\n createAlertDialogScope,\n //\n AlertDialog,\n AlertDialogTrigger,\n AlertDialogPortal,\n AlertDialogOverlay,\n AlertDialogContent,\n AlertDialogAction,\n AlertDialogCancel,\n AlertDialogTitle,\n AlertDialogDescription,\n //\n Root,\n Trigger,\n Portal,\n Overlay,\n Content,\n Action,\n Cancel,\n Title,\n Description,\n};\nexport type {\n AlertDialogProps,\n AlertDialogTriggerProps,\n AlertDialogPortalProps,\n AlertDialogOverlayProps,\n AlertDialogContentProps,\n AlertDialogActionProps,\n AlertDialogCancelProps,\n AlertDialogTitleProps,\n AlertDialogDescriptionProps,\n};\n"],
5
+ "mappings": "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",
6
+ "names": ["Root", "Trigger", "Portal", "Overlay", "Content", "Title", "Description"]
7
+ }