@sparrowengg/integrations-templates-frontend 1.9.1 → 1.9.2
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/cjs/commons/components/draftModal.js +40 -0
- package/dist/cjs/commons/components/draftModal.js.map +1 -0
- package/dist/cjs/integration-template/components/dashboard.js +230 -133
- package/dist/cjs/integration-template/components/dashboard.js.map +1 -1
- package/dist/cjs/integration-template/index.js +28 -1
- package/dist/cjs/integration-template/index.js.map +1 -1
- package/dist/cjs/mapping/index.js +7 -1
- package/dist/cjs/mapping/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/alert-dialog/alert-dialog.js +114 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/alert-dialog/alert-dialog.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js +8 -2
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-alert.js +119 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-alert.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-confirm.js +133 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-confirm.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-modal.js +117 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-modal.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/index.js +110 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/index.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/store.js +49 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/store.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/grid/grid.js +83 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/grid/grid.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-alert-dialog/dist/index.js +184 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-alert-dialog/dist/index.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +4 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/packages/react-icons/dist/es/icons/close.js +86 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/packages/react-icons/dist/es/icons/close.js.map +1 -0
- package/dist/cjs/triggers/components/subcomponents.js +160 -25
- package/dist/cjs/triggers/components/subcomponents.js.map +1 -1
- package/dist/cjs/triggers/components/trigger.js +1 -0
- package/dist/cjs/triggers/components/trigger.js.map +1 -1
- package/dist/cjs/triggers/constants/index.js.map +1 -1
- package/dist/cjs/triggers/index.js +7 -12
- package/dist/cjs/triggers/index.js.map +1 -1
- package/dist/es/commons/components/draftModal.js +36 -0
- package/dist/es/commons/components/draftModal.js.map +1 -0
- package/dist/es/integration-template/components/dashboard.js +230 -133
- package/dist/es/integration-template/components/dashboard.js.map +1 -1
- package/dist/es/integration-template/index.js +28 -1
- package/dist/es/integration-template/index.js.map +1 -1
- package/dist/es/mapping/index.js +7 -1
- package/dist/es/mapping/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/alert-dialog/alert-dialog.js +106 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/alert-dialog/alert-dialog.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js +7 -4
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-alert.js +117 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-alert.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-confirm.js +131 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-confirm.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-modal.js +115 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/default-modal.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/index.js +107 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/index.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/store.js +46 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialogs-manager/store.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/grid/grid.js +81 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/grid/grid.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-alert-dialog/dist/index.js +146 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-alert-dialog/dist/index.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +3 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/packages/react-icons/dist/es/icons/close.js +84 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/packages/react-icons/dist/es/icons/close.js.map +1 -0
- package/dist/es/triggers/components/subcomponents.js +160 -25
- package/dist/es/triggers/components/subcomponents.js.map +1 -1
- package/dist/es/triggers/components/trigger.js +1 -0
- package/dist/es/triggers/components/trigger.js.map +1 -1
- package/dist/es/triggers/constants/index.js.map +1 -1
- package/dist/es/triggers/index.js +8 -13
- package/dist/es/triggers/index.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var index = require('../../react-context/dist/index.js');
|
|
5
|
+
var index$2 = require('../../react-compose-refs/dist/index.js');
|
|
6
|
+
var index$1 = require('../../react-dialog/dist/index.js');
|
|
7
|
+
var index$3 = require('../../primitive/dist/index.js');
|
|
8
|
+
var index$4 = require('../../react-slot/dist/index.js');
|
|
9
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
10
|
+
|
|
11
|
+
function _interopNamespaceDefault(e) {
|
|
12
|
+
var n = Object.create(null);
|
|
13
|
+
if (e) {
|
|
14
|
+
Object.keys(e).forEach(function (k) {
|
|
15
|
+
if (k !== 'default') {
|
|
16
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
17
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return e[k]; }
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
n.default = e;
|
|
25
|
+
return Object.freeze(n);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
29
|
+
|
|
30
|
+
var ROOT_NAME = "AlertDialog";
|
|
31
|
+
var [createAlertDialogContext, createAlertDialogScope] = index.createContextScope(ROOT_NAME, [
|
|
32
|
+
index$1.createDialogScope
|
|
33
|
+
]);
|
|
34
|
+
var useDialogScope = index$1.createDialogScope();
|
|
35
|
+
var AlertDialog = (props) => {
|
|
36
|
+
const { __scopeAlertDialog, ...alertDialogProps } = props;
|
|
37
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
38
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$1.Root, { ...dialogScope, ...alertDialogProps, modal: true });
|
|
39
|
+
};
|
|
40
|
+
AlertDialog.displayName = ROOT_NAME;
|
|
41
|
+
var TRIGGER_NAME = "AlertDialogTrigger";
|
|
42
|
+
var AlertDialogTrigger = React__namespace.forwardRef(
|
|
43
|
+
(props, forwardedRef) => {
|
|
44
|
+
const { __scopeAlertDialog, ...triggerProps } = props;
|
|
45
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
46
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$1.Trigger, { ...dialogScope, ...triggerProps, ref: forwardedRef });
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
AlertDialogTrigger.displayName = TRIGGER_NAME;
|
|
50
|
+
var PORTAL_NAME = "AlertDialogPortal";
|
|
51
|
+
var AlertDialogPortal = (props) => {
|
|
52
|
+
const { __scopeAlertDialog, ...portalProps } = props;
|
|
53
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
54
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$1.Portal, { ...dialogScope, ...portalProps });
|
|
55
|
+
};
|
|
56
|
+
AlertDialogPortal.displayName = PORTAL_NAME;
|
|
57
|
+
var OVERLAY_NAME = "AlertDialogOverlay";
|
|
58
|
+
var AlertDialogOverlay = React__namespace.forwardRef(
|
|
59
|
+
(props, forwardedRef) => {
|
|
60
|
+
const { __scopeAlertDialog, ...overlayProps } = props;
|
|
61
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
62
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$1.Overlay, { ...dialogScope, ...overlayProps, ref: forwardedRef });
|
|
63
|
+
}
|
|
64
|
+
);
|
|
65
|
+
AlertDialogOverlay.displayName = OVERLAY_NAME;
|
|
66
|
+
var CONTENT_NAME = "AlertDialogContent";
|
|
67
|
+
var [AlertDialogContentProvider, useAlertDialogContentContext] = createAlertDialogContext(CONTENT_NAME);
|
|
68
|
+
var AlertDialogContent = React__namespace.forwardRef(
|
|
69
|
+
(props, forwardedRef) => {
|
|
70
|
+
const { __scopeAlertDialog, children, ...contentProps } = props;
|
|
71
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
72
|
+
const contentRef = React__namespace.useRef(null);
|
|
73
|
+
const composedRefs = index$2.useComposedRefs(forwardedRef, contentRef);
|
|
74
|
+
const cancelRef = React__namespace.useRef(null);
|
|
75
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
76
|
+
index$1.WarningProvider,
|
|
77
|
+
{
|
|
78
|
+
contentName: CONTENT_NAME,
|
|
79
|
+
titleName: TITLE_NAME,
|
|
80
|
+
docsSlug: "alert-dialog",
|
|
81
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(AlertDialogContentProvider, { scope: __scopeAlertDialog, cancelRef, children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
82
|
+
index$1.Content,
|
|
83
|
+
{
|
|
84
|
+
role: "alertdialog",
|
|
85
|
+
...dialogScope,
|
|
86
|
+
...contentProps,
|
|
87
|
+
ref: composedRefs,
|
|
88
|
+
onOpenAutoFocus: index$3.composeEventHandlers(contentProps.onOpenAutoFocus, (event) => {
|
|
89
|
+
event.preventDefault();
|
|
90
|
+
cancelRef.current?.focus({ preventScroll: true });
|
|
91
|
+
}),
|
|
92
|
+
onPointerDownOutside: (event) => event.preventDefault(),
|
|
93
|
+
onInteractOutside: (event) => event.preventDefault(),
|
|
94
|
+
children: [
|
|
95
|
+
/* @__PURE__ */ jsxRuntime.jsx(index$4.Slottable, { children }),
|
|
96
|
+
/* @__PURE__ */ jsxRuntime.jsx(DescriptionWarning, { contentRef })
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
) })
|
|
100
|
+
}
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
);
|
|
104
|
+
AlertDialogContent.displayName = CONTENT_NAME;
|
|
105
|
+
var TITLE_NAME = "AlertDialogTitle";
|
|
106
|
+
var AlertDialogTitle = React__namespace.forwardRef(
|
|
107
|
+
(props, forwardedRef) => {
|
|
108
|
+
const { __scopeAlertDialog, ...titleProps } = props;
|
|
109
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
110
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$1.Title, { ...dialogScope, ...titleProps, ref: forwardedRef });
|
|
111
|
+
}
|
|
112
|
+
);
|
|
113
|
+
AlertDialogTitle.displayName = TITLE_NAME;
|
|
114
|
+
var DESCRIPTION_NAME = "AlertDialogDescription";
|
|
115
|
+
var AlertDialogDescription = React__namespace.forwardRef((props, forwardedRef) => {
|
|
116
|
+
const { __scopeAlertDialog, ...descriptionProps } = props;
|
|
117
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
118
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$1.Description, { ...dialogScope, ...descriptionProps, ref: forwardedRef });
|
|
119
|
+
});
|
|
120
|
+
AlertDialogDescription.displayName = DESCRIPTION_NAME;
|
|
121
|
+
var ACTION_NAME = "AlertDialogAction";
|
|
122
|
+
var AlertDialogAction = React__namespace.forwardRef(
|
|
123
|
+
(props, forwardedRef) => {
|
|
124
|
+
const { __scopeAlertDialog, ...actionProps } = props;
|
|
125
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
126
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$1.Close, { ...dialogScope, ...actionProps, ref: forwardedRef });
|
|
127
|
+
}
|
|
128
|
+
);
|
|
129
|
+
AlertDialogAction.displayName = ACTION_NAME;
|
|
130
|
+
var CANCEL_NAME = "AlertDialogCancel";
|
|
131
|
+
var AlertDialogCancel = React__namespace.forwardRef(
|
|
132
|
+
(props, forwardedRef) => {
|
|
133
|
+
const { __scopeAlertDialog, ...cancelProps } = props;
|
|
134
|
+
const { cancelRef } = useAlertDialogContentContext(CANCEL_NAME, __scopeAlertDialog);
|
|
135
|
+
const dialogScope = useDialogScope(__scopeAlertDialog);
|
|
136
|
+
const ref = index$2.useComposedRefs(forwardedRef, cancelRef);
|
|
137
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$1.Close, { ...dialogScope, ...cancelProps, ref });
|
|
138
|
+
}
|
|
139
|
+
);
|
|
140
|
+
AlertDialogCancel.displayName = CANCEL_NAME;
|
|
141
|
+
var DescriptionWarning = ({ contentRef }) => {
|
|
142
|
+
const MESSAGE = `\`${CONTENT_NAME}\` requires a description for the component to be accessible for screen reader users.
|
|
143
|
+
|
|
144
|
+
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.
|
|
145
|
+
|
|
146
|
+
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.
|
|
147
|
+
|
|
148
|
+
For more information, see https://radix-ui.com/primitives/docs/components/alert-dialog`;
|
|
149
|
+
React__namespace.useEffect(() => {
|
|
150
|
+
const hasDescription = document.getElementById(
|
|
151
|
+
contentRef.current?.getAttribute("aria-describedby")
|
|
152
|
+
);
|
|
153
|
+
if (!hasDescription) console.warn(MESSAGE);
|
|
154
|
+
}, [MESSAGE, contentRef]);
|
|
155
|
+
return null;
|
|
156
|
+
};
|
|
157
|
+
var Root2 = AlertDialog;
|
|
158
|
+
var Portal2 = AlertDialogPortal;
|
|
159
|
+
var Overlay2 = AlertDialogOverlay;
|
|
160
|
+
var Content2 = AlertDialogContent;
|
|
161
|
+
var Action = AlertDialogAction;
|
|
162
|
+
var Cancel = AlertDialogCancel;
|
|
163
|
+
var Title2 = AlertDialogTitle;
|
|
164
|
+
var Description2 = AlertDialogDescription;
|
|
165
|
+
|
|
166
|
+
exports.Action = Action;
|
|
167
|
+
exports.AlertDialog = AlertDialog;
|
|
168
|
+
exports.AlertDialogAction = AlertDialogAction;
|
|
169
|
+
exports.AlertDialogCancel = AlertDialogCancel;
|
|
170
|
+
exports.AlertDialogContent = AlertDialogContent;
|
|
171
|
+
exports.AlertDialogDescription = AlertDialogDescription;
|
|
172
|
+
exports.AlertDialogOverlay = AlertDialogOverlay;
|
|
173
|
+
exports.AlertDialogPortal = AlertDialogPortal;
|
|
174
|
+
exports.AlertDialogTitle = AlertDialogTitle;
|
|
175
|
+
exports.AlertDialogTrigger = AlertDialogTrigger;
|
|
176
|
+
exports.Cancel = Cancel;
|
|
177
|
+
exports.Content = Content2;
|
|
178
|
+
exports.Description = Description2;
|
|
179
|
+
exports.Overlay = Overlay2;
|
|
180
|
+
exports.Portal = Portal2;
|
|
181
|
+
exports.Root = Root2;
|
|
182
|
+
exports.Title = Title2;
|
|
183
|
+
exports.createAlertDialogScope = createAlertDialogScope;
|
|
184
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-alert-dialog/dist/index.js"],"sourcesContent":["import * as React from 'react';\nimport { createContextScope } from '../../react-context/dist/index.js';\nimport { useComposedRefs } from '../../react-compose-refs/dist/index.js';\nimport { createDialogScope, Trigger, Overlay, WarningProvider, Content, Title, Description, Close, Root, Portal } from '../../react-dialog/dist/index.js';\nimport { composeEventHandlers } from '../../primitive/dist/index.js';\nimport { Slottable } from '../../react-slot/dist/index.js';\nimport { jsx, jsxs } from 'react/jsx-runtime';\n\nvar ROOT_NAME = \"AlertDialog\";\nvar [createAlertDialogContext, createAlertDialogScope] = createContextScope(ROOT_NAME, [\n createDialogScope\n]);\nvar useDialogScope = createDialogScope();\nvar AlertDialog = (props) => {\n const { __scopeAlertDialog, ...alertDialogProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return /* @__PURE__ */ jsx(Root, { ...dialogScope, ...alertDialogProps, modal: true });\n};\nAlertDialog.displayName = ROOT_NAME;\nvar TRIGGER_NAME = \"AlertDialogTrigger\";\nvar AlertDialogTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeAlertDialog, ...triggerProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return /* @__PURE__ */ jsx(Trigger, { ...dialogScope, ...triggerProps, ref: forwardedRef });\n }\n);\nAlertDialogTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"AlertDialogPortal\";\nvar AlertDialogPortal = (props) => {\n const { __scopeAlertDialog, ...portalProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return /* @__PURE__ */ jsx(Portal, { ...dialogScope, ...portalProps });\n};\nAlertDialogPortal.displayName = PORTAL_NAME;\nvar OVERLAY_NAME = \"AlertDialogOverlay\";\nvar AlertDialogOverlay = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeAlertDialog, ...overlayProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return /* @__PURE__ */ jsx(Overlay, { ...dialogScope, ...overlayProps, ref: forwardedRef });\n }\n);\nAlertDialogOverlay.displayName = OVERLAY_NAME;\nvar CONTENT_NAME = \"AlertDialogContent\";\nvar [AlertDialogContentProvider, useAlertDialogContentContext] = createAlertDialogContext(CONTENT_NAME);\nvar AlertDialogContent = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeAlertDialog, children, ...contentProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n const contentRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n const cancelRef = React.useRef(null);\n return /* @__PURE__ */ jsx(\n WarningProvider,\n {\n contentName: CONTENT_NAME,\n titleName: TITLE_NAME,\n docsSlug: \"alert-dialog\",\n children: /* @__PURE__ */ jsx(AlertDialogContentProvider, { scope: __scopeAlertDialog, cancelRef, children: /* @__PURE__ */ jsxs(\n Content,\n {\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 children: [\n /* @__PURE__ */ jsx(Slottable, { children }),\n /* @__PURE__ */ jsx(DescriptionWarning, { contentRef })\n ]\n }\n ) })\n }\n );\n }\n);\nAlertDialogContent.displayName = CONTENT_NAME;\nvar TITLE_NAME = \"AlertDialogTitle\";\nvar AlertDialogTitle = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeAlertDialog, ...titleProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return /* @__PURE__ */ jsx(Title, { ...dialogScope, ...titleProps, ref: forwardedRef });\n }\n);\nAlertDialogTitle.displayName = TITLE_NAME;\nvar DESCRIPTION_NAME = \"AlertDialogDescription\";\nvar AlertDialogDescription = React.forwardRef((props, forwardedRef) => {\n const { __scopeAlertDialog, ...descriptionProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return /* @__PURE__ */ jsx(Description, { ...dialogScope, ...descriptionProps, ref: forwardedRef });\n});\nAlertDialogDescription.displayName = DESCRIPTION_NAME;\nvar ACTION_NAME = \"AlertDialogAction\";\nvar AlertDialogAction = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeAlertDialog, ...actionProps } = props;\n const dialogScope = useDialogScope(__scopeAlertDialog);\n return /* @__PURE__ */ jsx(Close, { ...dialogScope, ...actionProps, ref: forwardedRef });\n }\n);\nAlertDialogAction.displayName = ACTION_NAME;\nvar CANCEL_NAME = \"AlertDialogCancel\";\nvar AlertDialogCancel = React.forwardRef(\n (props, 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 /* @__PURE__ */ jsx(Close, { ...dialogScope, ...cancelProps, ref });\n }\n);\nAlertDialogCancel.displayName = CANCEL_NAME;\nvar DescriptionWarning = ({ 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 React.useEffect(() => {\n const hasDescription = document.getElementById(\n contentRef.current?.getAttribute(\"aria-describedby\")\n );\n if (!hasDescription) console.warn(MESSAGE);\n }, [MESSAGE, contentRef]);\n return null;\n};\nvar Root2 = AlertDialog;\nvar Trigger2 = AlertDialogTrigger;\nvar Portal2 = AlertDialogPortal;\nvar Overlay2 = AlertDialogOverlay;\nvar Content2 = AlertDialogContent;\nvar Action = AlertDialogAction;\nvar Cancel = AlertDialogCancel;\nvar Title2 = AlertDialogTitle;\nvar Description2 = AlertDialogDescription;\n\nexport { Action, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Cancel, Content2 as Content, Description2 as Description, Overlay2 as Overlay, Portal2 as Portal, Root2 as Root, Title2 as Title, Trigger2 as Trigger, createAlertDialogScope };\n//# sourceMappingURL=index.js.map\n"],"names":["createContextScope","createDialogScope","jsx","Root","React","Trigger","Portal","Overlay","useComposedRefs","WarningProvider","jsxs","Content","composeEventHandlers","Slottable","Title","Description","Close"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -329,12 +329,15 @@ var DescriptionWarning = ({ contentRef, descriptionId }) => {
|
|
|
329
329
|
return null;
|
|
330
330
|
};
|
|
331
331
|
var Root = Dialog;
|
|
332
|
+
var Trigger = DialogTrigger;
|
|
332
333
|
var Portal = DialogPortal;
|
|
333
334
|
var Overlay = DialogOverlay;
|
|
334
335
|
var Content = DialogContent;
|
|
335
336
|
var Title = DialogTitle;
|
|
336
337
|
var Description = DialogDescription;
|
|
338
|
+
var Close = DialogClose;
|
|
337
339
|
|
|
340
|
+
exports.Close = Close;
|
|
338
341
|
exports.Content = Content;
|
|
339
342
|
exports.Description = Description;
|
|
340
343
|
exports.Dialog = Dialog;
|
|
@@ -349,6 +352,7 @@ exports.Overlay = Overlay;
|
|
|
349
352
|
exports.Portal = Portal;
|
|
350
353
|
exports.Root = Root;
|
|
351
354
|
exports.Title = Title;
|
|
355
|
+
exports.Trigger = Trigger;
|
|
352
356
|
exports.WarningProvider = WarningProvider;
|
|
353
357
|
exports.createDialogScope = createDialogScope;
|
|
354
358
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js"],"sourcesContent":["import * as React from 'react';\nimport { composeEventHandlers } from '../../primitive/dist/index.js';\nimport { useComposedRefs } from '../../react-compose-refs/dist/index.js';\nimport { createContextScope, createContext as createContext2 } from '../../react-context/dist/index.js';\nimport { useId } from '../../react-id/dist/index.js';\nimport { useControllableState } from '../../react-use-controllable-state/dist/index.js';\nimport { DismissableLayer } from '../../react-dismissable-layer/dist/index.js';\nimport { FocusScope } from '../../react-focus-scope/dist/index.js';\nimport { Portal as Portal$1 } from '../../react-portal/dist/index.js';\nimport { Presence } from '../../react-presence/dist/index.js';\nimport { Primitive } from '../../react-primitive/dist/index.js';\nimport { useFocusGuards } from '../../react-focus-guards/dist/index.js';\nimport RemoveScroll from '../../../react-remove-scroll/dist/es2015/Combination.js';\nimport { hideOthers } from '../../../aria-hidden/dist/es2015/index.js';\nimport { Slot } from '../../react-slot/dist/index.js';\nimport { jsx, jsxs, Fragment } from 'react/jsx-runtime';\n\nvar DIALOG_NAME = \"Dialog\";\nvar [createDialogContext, createDialogScope] = createContextScope(DIALOG_NAME);\nvar [DialogProvider, useDialogContext] = createDialogContext(DIALOG_NAME);\nvar Dialog = (props) => {\n const {\n __scopeDialog,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n modal = true\n } = props;\n const triggerRef = React.useRef(null);\n const contentRef = React.useRef(null);\n const [open = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange\n });\n return /* @__PURE__ */ jsx(\n DialogProvider,\n {\n scope: __scopeDialog,\n triggerRef,\n contentRef,\n contentId: useId(),\n titleId: useId(),\n descriptionId: useId(),\n open,\n onOpenChange: setOpen,\n onOpenToggle: React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen]),\n modal,\n children\n }\n );\n};\nDialog.displayName = DIALOG_NAME;\nvar TRIGGER_NAME = \"DialogTrigger\";\nvar DialogTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...triggerProps } = props;\n const context = useDialogContext(TRIGGER_NAME, __scopeDialog);\n const composedTriggerRef = useComposedRefs(forwardedRef, context.triggerRef);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-haspopup\": \"dialog\",\n \"aria-expanded\": context.open,\n \"aria-controls\": context.contentId,\n \"data-state\": getState(context.open),\n ...triggerProps,\n ref: composedTriggerRef,\n onClick: composeEventHandlers(props.onClick, context.onOpenToggle)\n }\n );\n }\n);\nDialogTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"DialogPortal\";\nvar [PortalProvider, usePortalContext] = createDialogContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar DialogPortal = (props) => {\n const { __scopeDialog, forceMount, children, container } = props;\n const context = useDialogContext(PORTAL_NAME, __scopeDialog);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeDialog, forceMount, children: React.Children.map(children, (child) => /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Portal$1, { asChild: true, container, children: child }) })) });\n};\nDialogPortal.displayName = PORTAL_NAME;\nvar OVERLAY_NAME = \"DialogOverlay\";\nvar DialogOverlay = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(OVERLAY_NAME, props.__scopeDialog);\n const { forceMount = portalContext.forceMount, ...overlayProps } = props;\n const context = useDialogContext(OVERLAY_NAME, props.__scopeDialog);\n return context.modal ? /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(DialogOverlayImpl, { ...overlayProps, ref: forwardedRef }) }) : null;\n }\n);\nDialogOverlay.displayName = OVERLAY_NAME;\nvar DialogOverlayImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...overlayProps } = props;\n const context = useDialogContext(OVERLAY_NAME, __scopeDialog);\n return (\n // Make sure `Content` is scrollable even when it doesn't live inside `RemoveScroll`\n // ie. when `Overlay` and `Content` are siblings\n /* @__PURE__ */ jsx(RemoveScroll, { as: Slot, allowPinchZoom: true, shards: [context.contentRef], children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-state\": getState(context.open),\n ...overlayProps,\n ref: forwardedRef,\n style: { pointerEvents: \"auto\", ...overlayProps.style }\n }\n ) })\n );\n }\n);\nvar CONTENT_NAME = \"DialogContent\";\nvar DialogContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeDialog);\n const { forceMount = portalContext.forceMount, ...contentProps } = props;\n const context = useDialogContext(CONTENT_NAME, props.__scopeDialog);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.modal ? /* @__PURE__ */ jsx(DialogContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(DialogContentNonModal, { ...contentProps, ref: forwardedRef }) });\n }\n);\nDialogContent.displayName = CONTENT_NAME;\nvar DialogContentModal = React.forwardRef(\n (props, forwardedRef) => {\n const context = useDialogContext(CONTENT_NAME, props.__scopeDialog);\n const contentRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, context.contentRef, contentRef);\n React.useEffect(() => {\n const content = contentRef.current;\n if (content) return hideOthers(content);\n }, []);\n return /* @__PURE__ */ jsx(\n DialogContentImpl,\n {\n ...props,\n ref: composedRefs,\n trapFocus: context.open,\n disableOutsidePointerEvents: true,\n onCloseAutoFocus: composeEventHandlers(props.onCloseAutoFocus, (event) => {\n event.preventDefault();\n context.triggerRef.current?.focus();\n }),\n onPointerDownOutside: composeEventHandlers(props.onPointerDownOutside, (event) => {\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n if (isRightClick) event.preventDefault();\n }),\n onFocusOutside: composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault()\n )\n }\n );\n }\n);\nvar DialogContentNonModal = React.forwardRef(\n (props, forwardedRef) => {\n const context = useDialogContext(CONTENT_NAME, props.__scopeDialog);\n const hasInteractedOutsideRef = React.useRef(false);\n const hasPointerDownOutsideRef = React.useRef(false);\n return /* @__PURE__ */ jsx(\n DialogContentImpl,\n {\n ...props,\n ref: forwardedRef,\n trapFocus: false,\n disableOutsidePointerEvents: false,\n onCloseAutoFocus: (event) => {\n props.onCloseAutoFocus?.(event);\n if (!event.defaultPrevented) {\n if (!hasInteractedOutsideRef.current) context.triggerRef.current?.focus();\n event.preventDefault();\n }\n hasInteractedOutsideRef.current = false;\n hasPointerDownOutsideRef.current = false;\n },\n onInteractOutside: (event) => {\n props.onInteractOutside?.(event);\n if (!event.defaultPrevented) {\n hasInteractedOutsideRef.current = true;\n if (event.detail.originalEvent.type === \"pointerdown\") {\n hasPointerDownOutsideRef.current = true;\n }\n }\n const target = event.target;\n const targetIsTrigger = context.triggerRef.current?.contains(target);\n if (targetIsTrigger) event.preventDefault();\n if (event.detail.originalEvent.type === \"focusin\" && hasPointerDownOutsideRef.current) {\n event.preventDefault();\n }\n }\n }\n );\n }\n);\nvar DialogContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, trapFocus, onOpenAutoFocus, onCloseAutoFocus, ...contentProps } = props;\n const context = useDialogContext(CONTENT_NAME, __scopeDialog);\n const contentRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n useFocusGuards();\n return /* @__PURE__ */ jsxs(Fragment, { children: [\n /* @__PURE__ */ jsx(\n FocusScope,\n {\n asChild: true,\n loop: true,\n trapped: trapFocus,\n onMountAutoFocus: onOpenAutoFocus,\n onUnmountAutoFocus: onCloseAutoFocus,\n children: /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n role: \"dialog\",\n id: context.contentId,\n \"aria-describedby\": context.descriptionId,\n \"aria-labelledby\": context.titleId,\n \"data-state\": getState(context.open),\n ...contentProps,\n ref: composedRefs,\n onDismiss: () => context.onOpenChange(false)\n }\n )\n }\n ),\n /* @__PURE__ */ jsxs(Fragment, { children: [\n /* @__PURE__ */ jsx(TitleWarning, { titleId: context.titleId }),\n /* @__PURE__ */ jsx(DescriptionWarning, { contentRef, descriptionId: context.descriptionId })\n ] })\n ] });\n }\n);\nvar TITLE_NAME = \"DialogTitle\";\nvar DialogTitle = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...titleProps } = props;\n const context = useDialogContext(TITLE_NAME, __scopeDialog);\n return /* @__PURE__ */ jsx(Primitive.h2, { id: context.titleId, ...titleProps, ref: forwardedRef });\n }\n);\nDialogTitle.displayName = TITLE_NAME;\nvar DESCRIPTION_NAME = \"DialogDescription\";\nvar DialogDescription = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...descriptionProps } = props;\n const context = useDialogContext(DESCRIPTION_NAME, __scopeDialog);\n return /* @__PURE__ */ jsx(Primitive.p, { id: context.descriptionId, ...descriptionProps, ref: forwardedRef });\n }\n);\nDialogDescription.displayName = DESCRIPTION_NAME;\nvar CLOSE_NAME = \"DialogClose\";\nvar DialogClose = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...closeProps } = props;\n const context = useDialogContext(CLOSE_NAME, __scopeDialog);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n ...closeProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, () => context.onOpenChange(false))\n }\n );\n }\n);\nDialogClose.displayName = CLOSE_NAME;\nfunction getState(open) {\n return open ? \"open\" : \"closed\";\n}\nvar TITLE_WARNING_NAME = \"DialogTitleWarning\";\nvar [WarningProvider, useWarningContext] = createContext2(TITLE_WARNING_NAME, {\n contentName: CONTENT_NAME,\n titleName: TITLE_NAME,\n docsSlug: \"dialog\"\n});\nvar TitleWarning = ({ titleId }) => {\n const titleWarningContext = useWarningContext(TITLE_WARNING_NAME);\n const MESSAGE = `\\`${titleWarningContext.contentName}\\` requires a \\`${titleWarningContext.titleName}\\` for the component to be accessible for screen reader users.\n\nIf you want to hide the \\`${titleWarningContext.titleName}\\`, you can wrap it with our VisuallyHidden component.\n\nFor more information, see https://radix-ui.com/primitives/docs/components/${titleWarningContext.docsSlug}`;\n React.useEffect(() => {\n if (titleId) {\n const hasTitle = document.getElementById(titleId);\n if (!hasTitle) console.error(MESSAGE);\n }\n }, [MESSAGE, titleId]);\n return null;\n};\nvar DESCRIPTION_WARNING_NAME = \"DialogDescriptionWarning\";\nvar DescriptionWarning = ({ contentRef, descriptionId }) => {\n const descriptionWarningContext = useWarningContext(DESCRIPTION_WARNING_NAME);\n const MESSAGE = `Warning: Missing \\`Description\\` or \\`aria-describedby={undefined}\\` for {${descriptionWarningContext.contentName}}.`;\n React.useEffect(() => {\n const describedById = contentRef.current?.getAttribute(\"aria-describedby\");\n if (descriptionId && describedById) {\n const hasDescription = document.getElementById(descriptionId);\n if (!hasDescription) console.warn(MESSAGE);\n }\n }, [MESSAGE, contentRef, descriptionId]);\n return null;\n};\nvar Root = Dialog;\nvar Trigger = DialogTrigger;\nvar Portal = DialogPortal;\nvar Overlay = DialogOverlay;\nvar Content = DialogContent;\nvar Title = DialogTitle;\nvar Description = DialogDescription;\nvar Close = DialogClose;\n\nexport { Close, Content, Description, Dialog, DialogClose, DialogContent, DialogDescription, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Overlay, Portal, Root, Title, Trigger, WarningProvider, createDialogScope };\n//# sourceMappingURL=index.js.map\n"],"names":["createContextScope","React","useControllableState","jsx","useId","useComposedRefs","Primitive","composeEventHandlers","Presence","Portal$1","RemoveScroll","Slot","hideOthers","useFocusGuards","jsxs","Fragment","FocusScope","DismissableLayer","createContext2"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js"],"sourcesContent":["import * as React from 'react';\nimport { composeEventHandlers } from '../../primitive/dist/index.js';\nimport { useComposedRefs } from '../../react-compose-refs/dist/index.js';\nimport { createContextScope, createContext as createContext2 } from '../../react-context/dist/index.js';\nimport { useId } from '../../react-id/dist/index.js';\nimport { useControllableState } from '../../react-use-controllable-state/dist/index.js';\nimport { DismissableLayer } from '../../react-dismissable-layer/dist/index.js';\nimport { FocusScope } from '../../react-focus-scope/dist/index.js';\nimport { Portal as Portal$1 } from '../../react-portal/dist/index.js';\nimport { Presence } from '../../react-presence/dist/index.js';\nimport { Primitive } from '../../react-primitive/dist/index.js';\nimport { useFocusGuards } from '../../react-focus-guards/dist/index.js';\nimport RemoveScroll from '../../../react-remove-scroll/dist/es2015/Combination.js';\nimport { hideOthers } from '../../../aria-hidden/dist/es2015/index.js';\nimport { Slot } from '../../react-slot/dist/index.js';\nimport { jsx, jsxs, Fragment } from 'react/jsx-runtime';\n\nvar DIALOG_NAME = \"Dialog\";\nvar [createDialogContext, createDialogScope] = createContextScope(DIALOG_NAME);\nvar [DialogProvider, useDialogContext] = createDialogContext(DIALOG_NAME);\nvar Dialog = (props) => {\n const {\n __scopeDialog,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n modal = true\n } = props;\n const triggerRef = React.useRef(null);\n const contentRef = React.useRef(null);\n const [open = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: onOpenChange\n });\n return /* @__PURE__ */ jsx(\n DialogProvider,\n {\n scope: __scopeDialog,\n triggerRef,\n contentRef,\n contentId: useId(),\n titleId: useId(),\n descriptionId: useId(),\n open,\n onOpenChange: setOpen,\n onOpenToggle: React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen]),\n modal,\n children\n }\n );\n};\nDialog.displayName = DIALOG_NAME;\nvar TRIGGER_NAME = \"DialogTrigger\";\nvar DialogTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...triggerProps } = props;\n const context = useDialogContext(TRIGGER_NAME, __scopeDialog);\n const composedTriggerRef = useComposedRefs(forwardedRef, context.triggerRef);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-haspopup\": \"dialog\",\n \"aria-expanded\": context.open,\n \"aria-controls\": context.contentId,\n \"data-state\": getState(context.open),\n ...triggerProps,\n ref: composedTriggerRef,\n onClick: composeEventHandlers(props.onClick, context.onOpenToggle)\n }\n );\n }\n);\nDialogTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"DialogPortal\";\nvar [PortalProvider, usePortalContext] = createDialogContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar DialogPortal = (props) => {\n const { __scopeDialog, forceMount, children, container } = props;\n const context = useDialogContext(PORTAL_NAME, __scopeDialog);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeDialog, forceMount, children: React.Children.map(children, (child) => /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Portal$1, { asChild: true, container, children: child }) })) });\n};\nDialogPortal.displayName = PORTAL_NAME;\nvar OVERLAY_NAME = \"DialogOverlay\";\nvar DialogOverlay = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(OVERLAY_NAME, props.__scopeDialog);\n const { forceMount = portalContext.forceMount, ...overlayProps } = props;\n const context = useDialogContext(OVERLAY_NAME, props.__scopeDialog);\n return context.modal ? /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(DialogOverlayImpl, { ...overlayProps, ref: forwardedRef }) }) : null;\n }\n);\nDialogOverlay.displayName = OVERLAY_NAME;\nvar DialogOverlayImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...overlayProps } = props;\n const context = useDialogContext(OVERLAY_NAME, __scopeDialog);\n return (\n // Make sure `Content` is scrollable even when it doesn't live inside `RemoveScroll`\n // ie. when `Overlay` and `Content` are siblings\n /* @__PURE__ */ jsx(RemoveScroll, { as: Slot, allowPinchZoom: true, shards: [context.contentRef], children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-state\": getState(context.open),\n ...overlayProps,\n ref: forwardedRef,\n style: { pointerEvents: \"auto\", ...overlayProps.style }\n }\n ) })\n );\n }\n);\nvar CONTENT_NAME = \"DialogContent\";\nvar DialogContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeDialog);\n const { forceMount = portalContext.forceMount, ...contentProps } = props;\n const context = useDialogContext(CONTENT_NAME, props.__scopeDialog);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.modal ? /* @__PURE__ */ jsx(DialogContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(DialogContentNonModal, { ...contentProps, ref: forwardedRef }) });\n }\n);\nDialogContent.displayName = CONTENT_NAME;\nvar DialogContentModal = React.forwardRef(\n (props, forwardedRef) => {\n const context = useDialogContext(CONTENT_NAME, props.__scopeDialog);\n const contentRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, context.contentRef, contentRef);\n React.useEffect(() => {\n const content = contentRef.current;\n if (content) return hideOthers(content);\n }, []);\n return /* @__PURE__ */ jsx(\n DialogContentImpl,\n {\n ...props,\n ref: composedRefs,\n trapFocus: context.open,\n disableOutsidePointerEvents: true,\n onCloseAutoFocus: composeEventHandlers(props.onCloseAutoFocus, (event) => {\n event.preventDefault();\n context.triggerRef.current?.focus();\n }),\n onPointerDownOutside: composeEventHandlers(props.onPointerDownOutside, (event) => {\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n if (isRightClick) event.preventDefault();\n }),\n onFocusOutside: composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault()\n )\n }\n );\n }\n);\nvar DialogContentNonModal = React.forwardRef(\n (props, forwardedRef) => {\n const context = useDialogContext(CONTENT_NAME, props.__scopeDialog);\n const hasInteractedOutsideRef = React.useRef(false);\n const hasPointerDownOutsideRef = React.useRef(false);\n return /* @__PURE__ */ jsx(\n DialogContentImpl,\n {\n ...props,\n ref: forwardedRef,\n trapFocus: false,\n disableOutsidePointerEvents: false,\n onCloseAutoFocus: (event) => {\n props.onCloseAutoFocus?.(event);\n if (!event.defaultPrevented) {\n if (!hasInteractedOutsideRef.current) context.triggerRef.current?.focus();\n event.preventDefault();\n }\n hasInteractedOutsideRef.current = false;\n hasPointerDownOutsideRef.current = false;\n },\n onInteractOutside: (event) => {\n props.onInteractOutside?.(event);\n if (!event.defaultPrevented) {\n hasInteractedOutsideRef.current = true;\n if (event.detail.originalEvent.type === \"pointerdown\") {\n hasPointerDownOutsideRef.current = true;\n }\n }\n const target = event.target;\n const targetIsTrigger = context.triggerRef.current?.contains(target);\n if (targetIsTrigger) event.preventDefault();\n if (event.detail.originalEvent.type === \"focusin\" && hasPointerDownOutsideRef.current) {\n event.preventDefault();\n }\n }\n }\n );\n }\n);\nvar DialogContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, trapFocus, onOpenAutoFocus, onCloseAutoFocus, ...contentProps } = props;\n const context = useDialogContext(CONTENT_NAME, __scopeDialog);\n const contentRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n useFocusGuards();\n return /* @__PURE__ */ jsxs(Fragment, { children: [\n /* @__PURE__ */ jsx(\n FocusScope,\n {\n asChild: true,\n loop: true,\n trapped: trapFocus,\n onMountAutoFocus: onOpenAutoFocus,\n onUnmountAutoFocus: onCloseAutoFocus,\n children: /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n role: \"dialog\",\n id: context.contentId,\n \"aria-describedby\": context.descriptionId,\n \"aria-labelledby\": context.titleId,\n \"data-state\": getState(context.open),\n ...contentProps,\n ref: composedRefs,\n onDismiss: () => context.onOpenChange(false)\n }\n )\n }\n ),\n /* @__PURE__ */ jsxs(Fragment, { children: [\n /* @__PURE__ */ jsx(TitleWarning, { titleId: context.titleId }),\n /* @__PURE__ */ jsx(DescriptionWarning, { contentRef, descriptionId: context.descriptionId })\n ] })\n ] });\n }\n);\nvar TITLE_NAME = \"DialogTitle\";\nvar DialogTitle = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...titleProps } = props;\n const context = useDialogContext(TITLE_NAME, __scopeDialog);\n return /* @__PURE__ */ jsx(Primitive.h2, { id: context.titleId, ...titleProps, ref: forwardedRef });\n }\n);\nDialogTitle.displayName = TITLE_NAME;\nvar DESCRIPTION_NAME = \"DialogDescription\";\nvar DialogDescription = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...descriptionProps } = props;\n const context = useDialogContext(DESCRIPTION_NAME, __scopeDialog);\n return /* @__PURE__ */ jsx(Primitive.p, { id: context.descriptionId, ...descriptionProps, ref: forwardedRef });\n }\n);\nDialogDescription.displayName = DESCRIPTION_NAME;\nvar CLOSE_NAME = \"DialogClose\";\nvar DialogClose = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeDialog, ...closeProps } = props;\n const context = useDialogContext(CLOSE_NAME, __scopeDialog);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n ...closeProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, () => context.onOpenChange(false))\n }\n );\n }\n);\nDialogClose.displayName = CLOSE_NAME;\nfunction getState(open) {\n return open ? \"open\" : \"closed\";\n}\nvar TITLE_WARNING_NAME = \"DialogTitleWarning\";\nvar [WarningProvider, useWarningContext] = createContext2(TITLE_WARNING_NAME, {\n contentName: CONTENT_NAME,\n titleName: TITLE_NAME,\n docsSlug: \"dialog\"\n});\nvar TitleWarning = ({ titleId }) => {\n const titleWarningContext = useWarningContext(TITLE_WARNING_NAME);\n const MESSAGE = `\\`${titleWarningContext.contentName}\\` requires a \\`${titleWarningContext.titleName}\\` for the component to be accessible for screen reader users.\n\nIf you want to hide the \\`${titleWarningContext.titleName}\\`, you can wrap it with our VisuallyHidden component.\n\nFor more information, see https://radix-ui.com/primitives/docs/components/${titleWarningContext.docsSlug}`;\n React.useEffect(() => {\n if (titleId) {\n const hasTitle = document.getElementById(titleId);\n if (!hasTitle) console.error(MESSAGE);\n }\n }, [MESSAGE, titleId]);\n return null;\n};\nvar DESCRIPTION_WARNING_NAME = \"DialogDescriptionWarning\";\nvar DescriptionWarning = ({ contentRef, descriptionId }) => {\n const descriptionWarningContext = useWarningContext(DESCRIPTION_WARNING_NAME);\n const MESSAGE = `Warning: Missing \\`Description\\` or \\`aria-describedby={undefined}\\` for {${descriptionWarningContext.contentName}}.`;\n React.useEffect(() => {\n const describedById = contentRef.current?.getAttribute(\"aria-describedby\");\n if (descriptionId && describedById) {\n const hasDescription = document.getElementById(descriptionId);\n if (!hasDescription) console.warn(MESSAGE);\n }\n }, [MESSAGE, contentRef, descriptionId]);\n return null;\n};\nvar Root = Dialog;\nvar Trigger = DialogTrigger;\nvar Portal = DialogPortal;\nvar Overlay = DialogOverlay;\nvar Content = DialogContent;\nvar Title = DialogTitle;\nvar Description = DialogDescription;\nvar Close = DialogClose;\n\nexport { Close, Content, Description, Dialog, DialogClose, DialogContent, DialogDescription, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Overlay, Portal, Root, Title, Trigger, WarningProvider, createDialogScope };\n//# sourceMappingURL=index.js.map\n"],"names":["createContextScope","React","useControllableState","jsx","useId","useComposedRefs","Primitive","composeEventHandlers","Presence","Portal$1","RemoveScroll","Slot","hideOthers","useFocusGuards","jsxs","Fragment","FocusScope","DismissableLayer","createContext2"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __defProps = Object.defineProperties;
|
|
8
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
9
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
10
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
11
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
12
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
13
|
+
var __spreadValues = (a, b) => {
|
|
14
|
+
for (var prop in b || (b = {}))
|
|
15
|
+
if (__hasOwnProp.call(b, prop))
|
|
16
|
+
__defNormalProp(a, prop, b[prop]);
|
|
17
|
+
if (__getOwnPropSymbols)
|
|
18
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
19
|
+
if (__propIsEnum.call(b, prop))
|
|
20
|
+
__defNormalProp(a, prop, b[prop]);
|
|
21
|
+
}
|
|
22
|
+
return a;
|
|
23
|
+
};
|
|
24
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
25
|
+
var __objRest = (source, exclude) => {
|
|
26
|
+
var target = {};
|
|
27
|
+
for (var prop in source)
|
|
28
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
29
|
+
target[prop] = source[prop];
|
|
30
|
+
if (source != null && __getOwnPropSymbols)
|
|
31
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
32
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
33
|
+
target[prop] = source[prop];
|
|
34
|
+
}
|
|
35
|
+
return target;
|
|
36
|
+
};
|
|
37
|
+
const CloseIcon = /* @__PURE__ */ React.forwardRef(
|
|
38
|
+
(_a, ref) => {
|
|
39
|
+
var _b = _a, {
|
|
40
|
+
color = "currentColor",
|
|
41
|
+
size = 32,
|
|
42
|
+
strokeWidth = 1.5
|
|
43
|
+
} = _b, rest = __objRest(_b, [
|
|
44
|
+
"color",
|
|
45
|
+
"size",
|
|
46
|
+
"strokeWidth"
|
|
47
|
+
]);
|
|
48
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
49
|
+
"svg",
|
|
50
|
+
__spreadProps(__spreadValues({
|
|
51
|
+
viewBox: "0 0 32 32",
|
|
52
|
+
fill: "none",
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
54
|
+
}, rest), {
|
|
55
|
+
width: size,
|
|
56
|
+
height: size,
|
|
57
|
+
ref,
|
|
58
|
+
children: [
|
|
59
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
60
|
+
"path",
|
|
61
|
+
{
|
|
62
|
+
d: "M10.6667 10.6667L21.3333 21.3333",
|
|
63
|
+
stroke: color,
|
|
64
|
+
strokeWidth,
|
|
65
|
+
strokeLinecap: "round",
|
|
66
|
+
strokeLinejoin: "round"
|
|
67
|
+
}
|
|
68
|
+
),
|
|
69
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
70
|
+
"path",
|
|
71
|
+
{
|
|
72
|
+
d: "M21.3333 10.6667L10.6667 21.3333",
|
|
73
|
+
stroke: color,
|
|
74
|
+
strokeWidth,
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round"
|
|
77
|
+
}
|
|
78
|
+
)
|
|
79
|
+
]
|
|
80
|
+
})
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
);
|
|
84
|
+
|
|
85
|
+
exports.CloseIcon = CloseIcon;
|
|
86
|
+
//# sourceMappingURL=close.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"close.js","sources":["../../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/packages/react-icons/dist/es/icons/close.js"],"sourcesContent":["import { jsxs, jsx } from 'react/jsx-runtime';\nimport React__default from 'react';\n\nvar __defProp = Object.defineProperty;\nvar __defProps = Object.defineProperties;\nvar __getOwnPropDescs = Object.getOwnPropertyDescriptors;\nvar __getOwnPropSymbols = Object.getOwnPropertySymbols;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __propIsEnum = Object.prototype.propertyIsEnumerable;\nvar __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;\nvar __spreadValues = (a, b) => {\n for (var prop in b || (b = {}))\n if (__hasOwnProp.call(b, prop))\n __defNormalProp(a, prop, b[prop]);\n if (__getOwnPropSymbols)\n for (var prop of __getOwnPropSymbols(b)) {\n if (__propIsEnum.call(b, prop))\n __defNormalProp(a, prop, b[prop]);\n }\n return a;\n};\nvar __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));\nvar __objRest = (source, exclude) => {\n var target = {};\n for (var prop in source)\n if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)\n target[prop] = source[prop];\n if (source != null && __getOwnPropSymbols)\n for (var prop of __getOwnPropSymbols(source)) {\n if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))\n target[prop] = source[prop];\n }\n return target;\n};\nconst CloseIcon = /* @__PURE__ */ React__default.forwardRef(\n (_a, ref) => {\n var _b = _a, {\n color = \"currentColor\",\n size = 32,\n strokeWidth = 1.5\n } = _b, rest = __objRest(_b, [\n \"color\",\n \"size\",\n \"strokeWidth\"\n ]);\n return /* @__PURE__ */ jsxs(\n \"svg\",\n __spreadProps(__spreadValues({\n viewBox: \"0 0 32 32\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, rest), {\n width: size,\n height: size,\n ref,\n children: [\n /* @__PURE__ */ jsx(\n \"path\",\n {\n d: \"M10.6667 10.6667L21.3333 21.3333\",\n stroke: color,\n strokeWidth,\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"path\",\n {\n d: \"M21.3333 10.6667L10.6667 21.3333\",\n stroke: color,\n strokeWidth,\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n }\n )\n ]\n })\n );\n }\n);\n\nexport { CloseIcon };\n//# sourceMappingURL=close.js.map\n"],"names":["React__default","jsxs","jsx"],"mappings":"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","x_google_ignoreList":[0]}
|