@devalok/shilp-sutra 0.33.2 → 0.34.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/_chunks/badge-group.js +306 -246
- package/dist/_chunks/chat.js +513 -0
- package/dist/_chunks/date-picker.js +748 -0
- package/dist/_chunks/document-preview.js +109 -90
- package/dist/_chunks/file-preview.js +492 -504
- package/dist/_chunks/framer.js +5564 -5613
- package/dist/_chunks/image-preview.js +127 -88
- package/dist/_chunks/keybinding.js +12 -14
- package/dist/_chunks/link-context.js +19 -16
- package/dist/_chunks/mention-suggestion.js +353 -350
- package/dist/_chunks/motion-provider.js +26 -20
- package/dist/_chunks/popover.js +127 -0
- package/dist/_chunks/primitives.js +7584 -6425
- package/dist/_chunks/rich-chat-input.js +2070 -0
- package/dist/_chunks/rolldown-runtime.js +21 -0
- package/dist/_chunks/shared.js +126 -0
- package/dist/_chunks/sonner.js +605 -734
- package/dist/_chunks/stat-row.js +418 -440
- package/dist/_chunks/tiptap.js +15850 -19964
- package/dist/_chunks/tree-view.js +231 -290
- package/dist/_chunks/use-calendar.js +161 -208
- package/dist/_chunks/vendor-client.js +314 -2199
- package/dist/_chunks/vendor-utils.js +1721 -2978
- package/dist/ai/ai-command-provider.js +23 -17
- package/dist/ai/block-renderer.js +68 -51
- package/dist/ai/blocks/index.js +2 -12
- package/dist/ai/command-bar.js +470 -519
- package/dist/ai/conversation.js +241 -227
- package/dist/ai/index.js +181 -167
- package/dist/ai/types.js +0 -1
- package/dist/composed/activity-feed.js +232 -202
- package/dist/composed/avatar-group.js +164 -222
- package/dist/composed/bulk-action-bar.js +174 -165
- package/dist/composed/command-palette.js +290 -308
- package/dist/composed/confirm-dialog.js +28 -48
- package/dist/composed/content-card.js +69 -108
- package/dist/composed/date-picker/index.js +3 -13
- package/dist/composed/deadline-indicator.js +68 -74
- package/dist/composed/emoji-picker.js +83 -110
- package/dist/composed/empty-state.js +64 -103
- package/dist/composed/error-boundary.js +129 -127
- package/dist/composed/file-preview.js +2 -12
- package/dist/composed/filter-bar.js +98 -130
- package/dist/composed/form-section.js +61 -45
- package/dist/composed/global-loading.js +34 -47
- package/dist/composed/index.js +34 -92
- package/dist/composed/inline-edit.js +92 -107
- package/dist/composed/lib/string-utils.js +8 -8
- package/dist/composed/loading-skeleton.js +103 -171
- package/dist/composed/markdown-viewer.js +187 -139
- package/dist/composed/master-detail.js +147 -156
- package/dist/composed/member-picker.js +46 -49
- package/dist/composed/multi-select-popover.js +181 -179
- package/dist/composed/page-header.js +54 -76
- package/dist/composed/page-skeletons.js +143 -127
- package/dist/composed/priority-indicator.js +105 -111
- package/dist/composed/responsive-overlay.js +36 -41
- package/dist/composed/rich-chat-input.js +2 -1860
- package/dist/composed/rich-text-editor.js +561 -424
- package/dist/composed/schedule-view.js +134 -185
- package/dist/composed/simple-tooltip.js +21 -21
- package/dist/composed/status-badge.js +133 -137
- package/dist/hooks/index.js +7 -12
- package/dist/hooks/use-color-mode.js +28 -25
- package/dist/hooks/use-mobile.js +13 -13
- package/dist/hooks/use-toast.js +2 -4
- package/dist/hooks/use-touch-device.js +9 -11
- package/dist/hooks/use-viewport-height.js +14 -14
- package/dist/motion/index.js +3 -11
- package/dist/motion/primitives-index.js +226 -186
- package/dist/shell/app-command-palette.js +203 -234
- package/dist/shell/bottom-navbar.js +150 -190
- package/dist/shell/command-registry.js +13 -14
- package/dist/shell/index.js +10 -20
- package/dist/shell/link-context.js +2 -5
- package/dist/shell/notification-center.js +238 -259
- package/dist/shell/notification-preferences.js +241 -184
- package/dist/shell/sidebar.js +251 -281
- package/dist/shell/top-bar.js +203 -237
- package/dist/tailwind/index.cjs +426 -451
- package/dist/tailwind/index.js +2 -4
- package/dist/tailwind/preset.d.ts.map +1 -1
- package/dist/tailwind/preset.js +443 -468
- package/dist/ui/accordion.js +52 -60
- package/dist/ui/alert-dialog.js +111 -156
- package/dist/ui/alert.js +177 -99
- package/dist/ui/aspect-ratio.js +13 -16
- package/dist/ui/autocomplete.js +112 -148
- package/dist/ui/avatar.js +196 -169
- package/dist/ui/badge-group.js +2 -7
- package/dist/ui/badge-indicator.js +42 -51
- package/dist/ui/badge.js +2 -15
- package/dist/ui/banner.js +76 -68
- package/dist/ui/breadcrumb.js +65 -84
- package/dist/ui/button-group.js +109 -102
- package/dist/ui/button-processing.js +69 -73
- package/dist/ui/button.js +393 -279
- package/dist/ui/card.js +151 -157
- package/dist/ui/charts/index.js +1002 -1319
- package/dist/ui/chat/index.js +2 -11
- package/dist/ui/checkbox.js +77 -100
- package/dist/ui/code.js +18 -32
- package/dist/ui/collapsible.js +21 -29
- package/dist/ui/color-input.js +453 -372
- package/dist/ui/color-swatch.js +60 -90
- package/dist/ui/combobox.js +244 -293
- package/dist/ui/container.js +18 -24
- package/dist/ui/context-menu.js +154 -203
- package/dist/ui/data-table-body.js +116 -213
- package/dist/ui/data-table-bulk-actions.js +43 -59
- package/dist/ui/data-table-card.js +84 -71
- package/dist/ui/data-table-context.js +39 -42
- package/dist/ui/data-table-header.js +98 -139
- package/dist/ui/data-table-pagination.js +69 -82
- package/dist/ui/data-table-toolbar.js +104 -130
- package/dist/ui/data-table.js +278 -354
- package/dist/ui/devalok-grain.js +77 -66
- package/dist/ui/dialog.js +122 -151
- package/dist/ui/dropdown-menu.js +152 -203
- package/dist/ui/file-upload.js +242 -266
- package/dist/ui/form.js +60 -56
- package/dist/ui/hover-card.js +54 -54
- package/dist/ui/icon-button.js +21 -26
- package/dist/ui/icon-context.js +17 -17
- package/dist/ui/icon-group.js +22 -29
- package/dist/ui/icon.js +201 -121
- package/dist/ui/index.js +74 -350
- package/dist/ui/input-otp.d.ts.map +1 -1
- package/dist/ui/input-otp.js +44 -48
- package/dist/ui/input.js +92 -169
- package/dist/ui/label.js +17 -22
- package/dist/ui/lib/date-utils.js +14 -11
- package/dist/ui/lib/motion.js +77 -36
- package/dist/ui/lib/utils.js +39 -16
- package/dist/ui/link.js +13 -24
- package/dist/ui/menubar.js +132 -210
- package/dist/ui/navigation-menu.js +164 -194
- package/dist/ui/number-input.js +72 -95
- package/dist/ui/pagination.js +122 -159
- package/dist/ui/popover.js +2 -131
- package/dist/ui/progress-ring.js +133 -143
- package/dist/ui/progress.js +51 -95
- package/dist/ui/radio.js +41 -50
- package/dist/ui/search-input.js +51 -53
- package/dist/ui/segmented-control.js +93 -114
- package/dist/ui/select.js +131 -157
- package/dist/ui/separator.js +15 -25
- package/dist/ui/sheet.js +135 -163
- package/dist/ui/sidebar.js +357 -600
- package/dist/ui/skeleton.js +179 -231
- package/dist/ui/slider.js +24 -34
- package/dist/ui/spinner.js +226 -205
- package/dist/ui/split-button.js +227 -276
- package/dist/ui/stack.js +56 -70
- package/dist/ui/stat-card.js +259 -251
- package/dist/ui/status-dot.js +67 -63
- package/dist/ui/stepper.js +119 -168
- package/dist/ui/switch.js +51 -54
- package/dist/ui/table.js +57 -90
- package/dist/ui/tabs.js +139 -156
- package/dist/ui/text.js +52 -59
- package/dist/ui/textarea.js +40 -57
- package/dist/ui/toast-types.js +0 -1
- package/dist/ui/toast.js +554 -536
- package/dist/ui/toaster.js +23 -33
- package/dist/ui/toggle-group.js +37 -41
- package/dist/ui/toggle.js +36 -40
- package/dist/ui/tooltip.js +80 -65
- package/dist/ui/tree-view/index.js +2 -6
- package/dist/ui/visually-hidden.js +12 -10
- package/llms-full.txt +1 -1
- package/llms.txt +12 -0
- package/package.json +3 -3
- package/dist/_chunks/date-time-picker.js +0 -851
- package/dist/_chunks/typing-indicator.js +0 -565
package/dist/_chunks/sonner.js
CHANGED
|
@@ -1,745 +1,616 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
import e from "react";
|
|
3
|
+
import t from "react-dom";
|
|
4
|
+
//#region ../../node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/sonner/dist/index.mjs
|
|
5
|
+
function n(e) {
|
|
6
|
+
if (!e || typeof document > "u") return;
|
|
7
|
+
let t = document.head || document.getElementsByTagName("head")[0], n = document.createElement("style");
|
|
8
|
+
n.type = "text/css", t.appendChild(n), n.styleSheet ? n.styleSheet.cssText = e : n.appendChild(document.createTextNode(e));
|
|
8
9
|
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}, /* @__PURE__ */
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
})),
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}, /* @__PURE__ */
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
})),
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}, /* @__PURE__ */
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
})),
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
},
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
};
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
description: t,
|
|
236
|
-
...O
|
|
237
|
-
});
|
|
238
|
-
}
|
|
239
|
-
}).finally(() => {
|
|
240
|
-
u && (this.dismiss(s), s = void 0), e.finally == null || e.finally.call(e);
|
|
241
|
-
}), b = () => new Promise((i, T) => _.then(() => g[0] === "reject" ? T(g[1]) : i(g[1])).catch(T));
|
|
242
|
-
return typeof s != "string" && typeof s != "number" ? {
|
|
243
|
-
unwrap: b
|
|
244
|
-
} : Object.assign(s, {
|
|
245
|
-
unwrap: b
|
|
246
|
-
});
|
|
247
|
-
}, this.custom = (o, e) => {
|
|
248
|
-
const s = e?.id || xt++;
|
|
249
|
-
return this.create({
|
|
250
|
-
jsx: o(s),
|
|
251
|
-
id: s,
|
|
252
|
-
...e
|
|
253
|
-
}), s;
|
|
254
|
-
}, this.getActiveToasts = () => this.toasts.filter((o) => !this.dismissedToasts.has(o.id)), this.subscribers = [], this.toasts = [], this.dismissedToasts = /* @__PURE__ */ new Set();
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
const S = new ae(), oe = (r, o) => {
|
|
258
|
-
const e = o?.id || xt++;
|
|
259
|
-
return S.addToast({
|
|
260
|
-
title: r,
|
|
261
|
-
...o,
|
|
262
|
-
id: e
|
|
263
|
-
}), e;
|
|
264
|
-
}, se = (r) => r && typeof r == "object" && "ok" in r && typeof r.ok == "boolean" && "status" in r && typeof r.status == "number", ne = oe, re = () => S.toasts, ie = () => S.getActiveToasts(), xe = Object.assign(ne, {
|
|
265
|
-
success: S.success,
|
|
266
|
-
info: S.info,
|
|
267
|
-
warning: S.warning,
|
|
268
|
-
error: S.error,
|
|
269
|
-
custom: S.custom,
|
|
270
|
-
message: S.message,
|
|
271
|
-
promise: S.promise,
|
|
272
|
-
dismiss: S.dismiss,
|
|
273
|
-
loading: S.loading
|
|
10
|
+
var r = (e) => {
|
|
11
|
+
switch (e) {
|
|
12
|
+
case "success": return o;
|
|
13
|
+
case "info": return c;
|
|
14
|
+
case "warning": return s;
|
|
15
|
+
case "error": return l;
|
|
16
|
+
default: return null;
|
|
17
|
+
}
|
|
18
|
+
}, i = Array(12).fill(0), a = ({ visible: t, className: n }) => /* @__PURE__ */ e.createElement("div", {
|
|
19
|
+
className: ["sonner-loading-wrapper", n].filter(Boolean).join(" "),
|
|
20
|
+
"data-visible": t
|
|
21
|
+
}, /* @__PURE__ */ e.createElement("div", { className: "sonner-spinner" }, i.map((t, n) => /* @__PURE__ */ e.createElement("div", {
|
|
22
|
+
className: "sonner-loading-bar",
|
|
23
|
+
key: `spinner-bar-${n}`
|
|
24
|
+
})))), o = /* @__PURE__ */ e.createElement("svg", {
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
viewBox: "0 0 20 20",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
height: "20",
|
|
29
|
+
width: "20"
|
|
30
|
+
}, /* @__PURE__ */ e.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
})), s = /* @__PURE__ */ e.createElement("svg", {
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
viewBox: "0 0 24 24",
|
|
37
|
+
fill: "currentColor",
|
|
38
|
+
height: "20",
|
|
39
|
+
width: "20"
|
|
40
|
+
}, /* @__PURE__ */ e.createElement("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
d: "M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",
|
|
43
|
+
clipRule: "evenodd"
|
|
44
|
+
})), c = /* @__PURE__ */ e.createElement("svg", {
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
viewBox: "0 0 20 20",
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
height: "20",
|
|
49
|
+
width: "20"
|
|
50
|
+
}, /* @__PURE__ */ e.createElement("path", {
|
|
51
|
+
fillRule: "evenodd",
|
|
52
|
+
d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",
|
|
53
|
+
clipRule: "evenodd"
|
|
54
|
+
})), l = /* @__PURE__ */ e.createElement("svg", {
|
|
55
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
56
|
+
viewBox: "0 0 20 20",
|
|
57
|
+
fill: "currentColor",
|
|
58
|
+
height: "20",
|
|
59
|
+
width: "20"
|
|
60
|
+
}, /* @__PURE__ */ e.createElement("path", {
|
|
61
|
+
fillRule: "evenodd",
|
|
62
|
+
d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",
|
|
63
|
+
clipRule: "evenodd"
|
|
64
|
+
})), u = /* @__PURE__ */ e.createElement("svg", {
|
|
65
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
66
|
+
width: "12",
|
|
67
|
+
height: "12",
|
|
68
|
+
viewBox: "0 0 24 24",
|
|
69
|
+
fill: "none",
|
|
70
|
+
stroke: "currentColor",
|
|
71
|
+
strokeWidth: "1.5",
|
|
72
|
+
strokeLinecap: "round",
|
|
73
|
+
strokeLinejoin: "round"
|
|
74
|
+
}, /* @__PURE__ */ e.createElement("line", {
|
|
75
|
+
x1: "18",
|
|
76
|
+
y1: "6",
|
|
77
|
+
x2: "6",
|
|
78
|
+
y2: "18"
|
|
79
|
+
}), /* @__PURE__ */ e.createElement("line", {
|
|
80
|
+
x1: "6",
|
|
81
|
+
y1: "6",
|
|
82
|
+
x2: "18",
|
|
83
|
+
y2: "18"
|
|
84
|
+
})), d = () => {
|
|
85
|
+
let [t, n] = e.useState(typeof document !== "undefined" ? document.hidden : false);
|
|
86
|
+
return e.useEffect(() => {
|
|
87
|
+
let e = () => {
|
|
88
|
+
n(document.hidden);
|
|
89
|
+
};
|
|
90
|
+
return document.addEventListener("visibilitychange", e), () => window.removeEventListener("visibilitychange", e);
|
|
91
|
+
}, []), t;
|
|
92
|
+
}, f = 1, p = new class {
|
|
93
|
+
constructor() {
|
|
94
|
+
this.subscribe = (e) => (this.subscribers.push(e), () => {
|
|
95
|
+
let t = this.subscribers.indexOf(e);
|
|
96
|
+
this.subscribers.splice(t, 1);
|
|
97
|
+
}), this.publish = (e) => {
|
|
98
|
+
this.subscribers.forEach((t) => t(e));
|
|
99
|
+
}, this.addToast = (e) => {
|
|
100
|
+
this.publish(e), this.toasts = [...this.toasts, e];
|
|
101
|
+
}, this.create = (e) => {
|
|
102
|
+
let { message: t, ...n } = e, r = typeof e?.id == "number" || e.id?.length > 0 ? e.id : f++, i = this.toasts.find((e) => e.id === r), a = e.dismissible === void 0 ? !0 : e.dismissible;
|
|
103
|
+
return this.dismissedToasts.has(r) && this.dismissedToasts.delete(r), i ? this.toasts = this.toasts.map((n) => n.id === r ? (this.publish({
|
|
104
|
+
...n,
|
|
105
|
+
...e,
|
|
106
|
+
id: r,
|
|
107
|
+
title: t
|
|
108
|
+
}), {
|
|
109
|
+
...n,
|
|
110
|
+
...e,
|
|
111
|
+
id: r,
|
|
112
|
+
dismissible: a,
|
|
113
|
+
title: t
|
|
114
|
+
}) : n) : this.addToast({
|
|
115
|
+
title: t,
|
|
116
|
+
...n,
|
|
117
|
+
dismissible: a,
|
|
118
|
+
id: r
|
|
119
|
+
}), r;
|
|
120
|
+
}, this.dismiss = (e) => (e ? (this.dismissedToasts.add(e), requestAnimationFrame(() => this.subscribers.forEach((t) => t({
|
|
121
|
+
id: e,
|
|
122
|
+
dismiss: !0
|
|
123
|
+
})))) : this.toasts.forEach((e) => {
|
|
124
|
+
this.subscribers.forEach((t) => t({
|
|
125
|
+
id: e.id,
|
|
126
|
+
dismiss: !0
|
|
127
|
+
}));
|
|
128
|
+
}), e), this.message = (e, t) => this.create({
|
|
129
|
+
...t,
|
|
130
|
+
message: e
|
|
131
|
+
}), this.error = (e, t) => this.create({
|
|
132
|
+
...t,
|
|
133
|
+
message: e,
|
|
134
|
+
type: "error"
|
|
135
|
+
}), this.success = (e, t) => this.create({
|
|
136
|
+
...t,
|
|
137
|
+
type: "success",
|
|
138
|
+
message: e
|
|
139
|
+
}), this.info = (e, t) => this.create({
|
|
140
|
+
...t,
|
|
141
|
+
type: "info",
|
|
142
|
+
message: e
|
|
143
|
+
}), this.warning = (e, t) => this.create({
|
|
144
|
+
...t,
|
|
145
|
+
type: "warning",
|
|
146
|
+
message: e
|
|
147
|
+
}), this.loading = (e, t) => this.create({
|
|
148
|
+
...t,
|
|
149
|
+
type: "loading",
|
|
150
|
+
message: e
|
|
151
|
+
}), this.promise = (t, n) => {
|
|
152
|
+
if (!n) return;
|
|
153
|
+
let r;
|
|
154
|
+
n.loading !== void 0 && (r = this.create({
|
|
155
|
+
...n,
|
|
156
|
+
promise: t,
|
|
157
|
+
type: "loading",
|
|
158
|
+
message: n.loading,
|
|
159
|
+
description: typeof n.description == "function" ? void 0 : n.description
|
|
160
|
+
}));
|
|
161
|
+
let i = Promise.resolve(t instanceof Function ? t() : t), a = r !== void 0, o, s = i.then(async (t) => {
|
|
162
|
+
if (o = ["resolve", t], e.isValidElement(t)) a = !1, this.create({
|
|
163
|
+
id: r,
|
|
164
|
+
type: "default",
|
|
165
|
+
message: t
|
|
166
|
+
});
|
|
167
|
+
else if (h(t) && !t.ok) {
|
|
168
|
+
a = !1;
|
|
169
|
+
let i = typeof n.error == "function" ? await n.error(`HTTP error! status: ${t.status}`) : n.error, o = typeof n.description == "function" ? await n.description(`HTTP error! status: ${t.status}`) : n.description, s = typeof i == "object" && !e.isValidElement(i) ? i : { message: i };
|
|
170
|
+
this.create({
|
|
171
|
+
id: r,
|
|
172
|
+
type: "error",
|
|
173
|
+
description: o,
|
|
174
|
+
...s
|
|
175
|
+
});
|
|
176
|
+
} else if (t instanceof Error) {
|
|
177
|
+
a = !1;
|
|
178
|
+
let i = typeof n.error == "function" ? await n.error(t) : n.error, o = typeof n.description == "function" ? await n.description(t) : n.description, s = typeof i == "object" && !e.isValidElement(i) ? i : { message: i };
|
|
179
|
+
this.create({
|
|
180
|
+
id: r,
|
|
181
|
+
type: "error",
|
|
182
|
+
description: o,
|
|
183
|
+
...s
|
|
184
|
+
});
|
|
185
|
+
} else if (n.success !== void 0) {
|
|
186
|
+
a = !1;
|
|
187
|
+
let i = typeof n.success == "function" ? await n.success(t) : n.success, o = typeof n.description == "function" ? await n.description(t) : n.description, s = typeof i == "object" && !e.isValidElement(i) ? i : { message: i };
|
|
188
|
+
this.create({
|
|
189
|
+
id: r,
|
|
190
|
+
type: "success",
|
|
191
|
+
description: o,
|
|
192
|
+
...s
|
|
193
|
+
});
|
|
194
|
+
}
|
|
195
|
+
}).catch(async (t) => {
|
|
196
|
+
if (o = ["reject", t], n.error !== void 0) {
|
|
197
|
+
a = !1;
|
|
198
|
+
let i = typeof n.error == "function" ? await n.error(t) : n.error, o = typeof n.description == "function" ? await n.description(t) : n.description, s = typeof i == "object" && !e.isValidElement(i) ? i : { message: i };
|
|
199
|
+
this.create({
|
|
200
|
+
id: r,
|
|
201
|
+
type: "error",
|
|
202
|
+
description: o,
|
|
203
|
+
...s
|
|
204
|
+
});
|
|
205
|
+
}
|
|
206
|
+
}).finally(() => {
|
|
207
|
+
a && (this.dismiss(r), r = void 0), n.finally == null || n.finally.call(n);
|
|
208
|
+
}), c = () => new Promise((e, t) => s.then(() => o[0] === "reject" ? t(o[1]) : e(o[1])).catch(t));
|
|
209
|
+
return typeof r != "string" && typeof r != "number" ? { unwrap: c } : Object.assign(r, { unwrap: c });
|
|
210
|
+
}, this.custom = (e, t) => {
|
|
211
|
+
let n = t?.id || f++;
|
|
212
|
+
return this.create({
|
|
213
|
+
jsx: e(n),
|
|
214
|
+
id: n,
|
|
215
|
+
...t
|
|
216
|
+
}), n;
|
|
217
|
+
}, this.getActiveToasts = () => this.toasts.filter((e) => !this.dismissedToasts.has(e.id)), this.subscribers = [], this.toasts = [], this.dismissedToasts = /* @__PURE__ */ new Set();
|
|
218
|
+
}
|
|
219
|
+
}(), m = (e, t) => {
|
|
220
|
+
let n = t?.id || f++;
|
|
221
|
+
return p.addToast({
|
|
222
|
+
title: e,
|
|
223
|
+
...t,
|
|
224
|
+
id: n
|
|
225
|
+
}), n;
|
|
226
|
+
}, h = (e) => e && typeof e == "object" && "ok" in e && typeof e.ok == "boolean" && "status" in e && typeof e.status == "number", g = Object.assign(m, {
|
|
227
|
+
success: p.success,
|
|
228
|
+
info: p.info,
|
|
229
|
+
warning: p.warning,
|
|
230
|
+
error: p.error,
|
|
231
|
+
custom: p.custom,
|
|
232
|
+
message: p.message,
|
|
233
|
+
promise: p.promise,
|
|
234
|
+
dismiss: p.dismiss,
|
|
235
|
+
loading: p.loading
|
|
274
236
|
}, {
|
|
275
|
-
|
|
276
|
-
|
|
237
|
+
getHistory: () => p.toasts,
|
|
238
|
+
getToasts: () => p.getActiveToasts()
|
|
277
239
|
});
|
|
278
|
-
Xt("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");
|
|
279
|
-
function
|
|
280
|
-
|
|
240
|
+
n("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");
|
|
241
|
+
function _(e) {
|
|
242
|
+
return e.label !== void 0;
|
|
281
243
|
}
|
|
282
|
-
|
|
283
|
-
function
|
|
284
|
-
|
|
244
|
+
var v = 3, y = "24px", b = "16px", x = 4e3, ee = 356, te = 14, S = 45, ne = 200;
|
|
245
|
+
function C(...e) {
|
|
246
|
+
return e.filter(Boolean).join(" ");
|
|
285
247
|
}
|
|
286
|
-
function
|
|
287
|
-
|
|
288
|
-
|
|
248
|
+
function w(e) {
|
|
249
|
+
let [t, n] = e.split("-"), r = [];
|
|
250
|
+
return t && r.push(t), n && r.push(n), r;
|
|
289
251
|
}
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
}
|
|
486
|
-
} else if ($ === "x" && (M.includes("left") || M.includes("right")))
|
|
487
|
-
if (M.includes("left") && R < 0 || M.includes("right") && R > 0)
|
|
488
|
-
I.x = R;
|
|
489
|
-
else {
|
|
490
|
-
const V = R * Bt(R);
|
|
491
|
-
I.x = Math.abs(V) < Math.abs(R) ? V : R;
|
|
492
|
-
}
|
|
493
|
-
(Math.abs(I.x) > 0 || Math.abs(I.y) > 0) && q(!0), (w = P.current) == null || w.style.setProperty("--swipe-amount-x", `${I.x}px`), (k = P.current) == null || k.style.setProperty("--swipe-amount-y", `${I.y}px`);
|
|
494
|
-
}
|
|
495
|
-
}, jt && !t.jsx && N !== "loading" ? /* @__PURE__ */ a.createElement("button", {
|
|
496
|
-
"aria-label": j,
|
|
497
|
-
"data-disabled": wt,
|
|
498
|
-
"data-close-button": !0,
|
|
499
|
-
onClick: wt || !G ? () => {
|
|
500
|
-
} : () => {
|
|
501
|
-
L(), t.onDismiss == null || t.onDismiss.call(t, t);
|
|
502
|
-
},
|
|
503
|
-
className: H(c?.closeButton, t == null || (s = t.classNames) == null ? void 0 : s.closeButton)
|
|
504
|
-
}, (Rt = v?.close) != null ? Rt : te) : null, (N || t.icon || t.promise) && t.icon !== null && (v?.[N] !== null || t.icon) ? /* @__PURE__ */ a.createElement("div", {
|
|
505
|
-
"data-icon": "",
|
|
506
|
-
className: H(c?.icon, t == null || (C = t.classNames) == null ? void 0 : C.icon)
|
|
507
|
-
}, t.promise || t.type === "loading" && !t.icon ? t.icon || Ft() : null, t.type !== "loading" ? Vt : null) : null, /* @__PURE__ */ a.createElement("div", {
|
|
508
|
-
"data-content": "",
|
|
509
|
-
className: H(c?.content, t == null || (u = t.classNames) == null ? void 0 : u.content)
|
|
510
|
-
}, /* @__PURE__ */ a.createElement("div", {
|
|
511
|
-
"data-title": "",
|
|
512
|
-
className: H(c?.title, t == null || (g = t.classNames) == null ? void 0 : g.title)
|
|
513
|
-
}, t.jsx ? t.jsx : typeof t.title == "function" ? t.title() : t.title), t.description ? /* @__PURE__ */ a.createElement("div", {
|
|
514
|
-
"data-description": "",
|
|
515
|
-
className: H(bt, Pt, c?.description, t == null || (_ = t.classNames) == null ? void 0 : _.description)
|
|
516
|
-
}, typeof t.description == "function" ? t.description() : t.description) : null), /* @__PURE__ */ a.isValidElement(t.cancel) ? t.cancel : t.cancel && mt(t.cancel) ? /* @__PURE__ */ a.createElement("button", {
|
|
517
|
-
"data-button": !0,
|
|
518
|
-
"data-cancel": !0,
|
|
519
|
-
style: t.cancelButtonStyle || Y,
|
|
520
|
-
onClick: (n) => {
|
|
521
|
-
mt(t.cancel) && G && (t.cancel.onClick == null || t.cancel.onClick.call(t.cancel, n), L());
|
|
522
|
-
},
|
|
523
|
-
className: H(c?.cancelButton, t == null || (b = t.classNames) == null ? void 0 : b.cancelButton)
|
|
524
|
-
}, t.cancel.label) : null, /* @__PURE__ */ a.isValidElement(t.action) ? t.action : t.action && mt(t.action) ? /* @__PURE__ */ a.createElement("button", {
|
|
525
|
-
"data-button": !0,
|
|
526
|
-
"data-action": !0,
|
|
527
|
-
style: t.actionButtonStyle || ht,
|
|
528
|
-
onClick: (n) => {
|
|
529
|
-
mt(t.action) && (t.action.onClick == null || t.action.onClick.call(t.action, n), !n.defaultPrevented && L());
|
|
530
|
-
},
|
|
531
|
-
className: H(c?.actionButton, t == null || (i = t.classNames) == null ? void 0 : i.actionButton)
|
|
532
|
-
}, t.action.label) : null);
|
|
252
|
+
var re = (t) => {
|
|
253
|
+
let { invert: n, toast: i, unstyled: o, interacting: s, setHeights: c, visibleToasts: l, heights: f, index: p, toasts: m, expanded: h, removeToast: g, defaultRichColors: v, closeButton: y, style: b, cancelButtonStyle: ee, actionButtonStyle: te, className: re = "", descriptionClassName: T = "", duration: E, position: D, gap: O, expandByDefault: k, classNames: A, icons: j, closeButtonAriaLabel: ie = "Close toast" } = t, [M, N] = e.useState(null), [P, ae] = e.useState(null), [F, I] = e.useState(!1), [L, R] = e.useState(!1), [z, B] = e.useState(!1), [oe, se] = e.useState(!1), [ce, le] = e.useState(!1), [ue, V] = e.useState(0), [de, H] = e.useState(0), U = e.useRef(i.duration || E || x), fe = e.useRef(null), W = e.useRef(null), pe = p === 0, me = p + 1 <= l, G = i.type, K = i.dismissible !== !1, he = i.className || "", ge = i.descriptionClassName || "", q = e.useMemo(() => f.findIndex((e) => e.toastId === i.id) || 0, [f, i.id]), _e = e.useMemo(() => i.closeButton ?? y, [i.closeButton, y]), ve = e.useMemo(() => i.duration || E || x, [i.duration, E]), J = e.useRef(0), Y = e.useRef(0), X = e.useRef(0), Z = e.useRef(null), [ye, be] = D.split("-"), xe = e.useMemo(() => f.reduce((e, t, n) => n >= q ? e : e + t.height, 0), [f, q]), Se = d(), Ce = i.invert || n, Q = G === "loading";
|
|
254
|
+
Y.current = e.useMemo(() => q * O + xe, [q, xe]), e.useEffect(() => {
|
|
255
|
+
U.current = ve;
|
|
256
|
+
}, [ve]), e.useEffect(() => {
|
|
257
|
+
I(!0);
|
|
258
|
+
}, []), e.useEffect(() => {
|
|
259
|
+
let e = W.current;
|
|
260
|
+
if (e) {
|
|
261
|
+
let t = e.getBoundingClientRect().height;
|
|
262
|
+
return H(t), c((e) => [{
|
|
263
|
+
toastId: i.id,
|
|
264
|
+
height: t,
|
|
265
|
+
position: i.position
|
|
266
|
+
}, ...e]), () => c((e) => e.filter((e) => e.toastId !== i.id));
|
|
267
|
+
}
|
|
268
|
+
}, [c, i.id]), e.useLayoutEffect(() => {
|
|
269
|
+
if (!F) return;
|
|
270
|
+
let e = W.current, t = e.style.height;
|
|
271
|
+
e.style.height = "auto";
|
|
272
|
+
let n = e.getBoundingClientRect().height;
|
|
273
|
+
e.style.height = t, H(n), c((e) => e.find((e) => e.toastId === i.id) ? e.map((e) => e.toastId === i.id ? {
|
|
274
|
+
...e,
|
|
275
|
+
height: n
|
|
276
|
+
} : e) : [{
|
|
277
|
+
toastId: i.id,
|
|
278
|
+
height: n,
|
|
279
|
+
position: i.position
|
|
280
|
+
}, ...e]);
|
|
281
|
+
}, [
|
|
282
|
+
F,
|
|
283
|
+
i.title,
|
|
284
|
+
i.description,
|
|
285
|
+
c,
|
|
286
|
+
i.id,
|
|
287
|
+
i.jsx,
|
|
288
|
+
i.action,
|
|
289
|
+
i.cancel
|
|
290
|
+
]);
|
|
291
|
+
let $ = e.useCallback(() => {
|
|
292
|
+
R(!0), V(Y.current), c((e) => e.filter((e) => e.toastId !== i.id)), setTimeout(() => {
|
|
293
|
+
g(i);
|
|
294
|
+
}, ne);
|
|
295
|
+
}, [
|
|
296
|
+
i,
|
|
297
|
+
g,
|
|
298
|
+
c,
|
|
299
|
+
Y
|
|
300
|
+
]);
|
|
301
|
+
e.useEffect(() => {
|
|
302
|
+
if (i.promise && G === "loading" || i.duration === Infinity || i.type === "loading") return;
|
|
303
|
+
let e;
|
|
304
|
+
return h || s || Se ? (() => {
|
|
305
|
+
if (X.current < J.current) {
|
|
306
|
+
let e = (/* @__PURE__ */ new Date()).getTime() - J.current;
|
|
307
|
+
U.current -= e;
|
|
308
|
+
}
|
|
309
|
+
X.current = (/* @__PURE__ */ new Date()).getTime();
|
|
310
|
+
})() : U.current !== Infinity && (J.current = (/* @__PURE__ */ new Date()).getTime(), e = setTimeout(() => {
|
|
311
|
+
i.onAutoClose == null || i.onAutoClose.call(i, i), $();
|
|
312
|
+
}, U.current)), () => clearTimeout(e);
|
|
313
|
+
}, [
|
|
314
|
+
h,
|
|
315
|
+
s,
|
|
316
|
+
i,
|
|
317
|
+
G,
|
|
318
|
+
Se,
|
|
319
|
+
$
|
|
320
|
+
]), e.useEffect(() => {
|
|
321
|
+
i.delete && ($(), i.onDismiss == null || i.onDismiss.call(i, i));
|
|
322
|
+
}, [$, i.delete]);
|
|
323
|
+
function we() {
|
|
324
|
+
return j?.loading ? /* @__PURE__ */ e.createElement("div", {
|
|
325
|
+
className: C(A?.loader, i?.classNames?.loader, "sonner-loader"),
|
|
326
|
+
"data-visible": G === "loading"
|
|
327
|
+
}, j.loading) : /* @__PURE__ */ e.createElement(a, {
|
|
328
|
+
className: C(A?.loader, i?.classNames?.loader),
|
|
329
|
+
visible: G === "loading"
|
|
330
|
+
});
|
|
331
|
+
}
|
|
332
|
+
let Te = i.icon || j?.[G] || r(G);
|
|
333
|
+
return /* @__PURE__ */ e.createElement("li", {
|
|
334
|
+
tabIndex: 0,
|
|
335
|
+
ref: W,
|
|
336
|
+
className: C(re, he, A?.toast, i?.classNames?.toast, A?.default, A?.[G], i?.classNames?.[G]),
|
|
337
|
+
"data-sonner-toast": "",
|
|
338
|
+
"data-rich-colors": i.richColors ?? v,
|
|
339
|
+
"data-styled": !(i.jsx || i.unstyled || o),
|
|
340
|
+
"data-mounted": F,
|
|
341
|
+
"data-promise": !!i.promise,
|
|
342
|
+
"data-swiped": ce,
|
|
343
|
+
"data-removed": L,
|
|
344
|
+
"data-visible": me,
|
|
345
|
+
"data-y-position": ye,
|
|
346
|
+
"data-x-position": be,
|
|
347
|
+
"data-index": p,
|
|
348
|
+
"data-front": pe,
|
|
349
|
+
"data-swiping": z,
|
|
350
|
+
"data-dismissible": K,
|
|
351
|
+
"data-type": G,
|
|
352
|
+
"data-invert": Ce,
|
|
353
|
+
"data-swipe-out": oe,
|
|
354
|
+
"data-swipe-direction": P,
|
|
355
|
+
"data-expanded": !!(h || k && F),
|
|
356
|
+
"data-testid": i.testId,
|
|
357
|
+
style: {
|
|
358
|
+
"--index": p,
|
|
359
|
+
"--toasts-before": p,
|
|
360
|
+
"--z-index": m.length - p,
|
|
361
|
+
"--offset": `${L ? ue : Y.current}px`,
|
|
362
|
+
"--initial-height": k ? "auto" : `${de}px`,
|
|
363
|
+
...b,
|
|
364
|
+
...i.style
|
|
365
|
+
},
|
|
366
|
+
onDragEnd: () => {
|
|
367
|
+
B(!1), N(null), Z.current = null;
|
|
368
|
+
},
|
|
369
|
+
onPointerDown: (e) => {
|
|
370
|
+
e.button !== 2 && (Q || !K || (fe.current = /* @__PURE__ */ new Date(), V(Y.current), e.target.setPointerCapture(e.pointerId), e.target.tagName !== "BUTTON" && (B(!0), Z.current = {
|
|
371
|
+
x: e.clientX,
|
|
372
|
+
y: e.clientY
|
|
373
|
+
})));
|
|
374
|
+
},
|
|
375
|
+
onPointerUp: () => {
|
|
376
|
+
if (oe || !K) return;
|
|
377
|
+
Z.current = null;
|
|
378
|
+
let e = Number(W.current?.style.getPropertyValue("--swipe-amount-x").replace("px", "") || 0), t = Number(W.current?.style.getPropertyValue("--swipe-amount-y").replace("px", "") || 0), n = (/* @__PURE__ */ new Date()).getTime() - fe.current?.getTime(), r = M === "x" ? e : t, a = Math.abs(r) / n;
|
|
379
|
+
if (Math.abs(r) >= S || a > .11) {
|
|
380
|
+
V(Y.current), i.onDismiss == null || i.onDismiss.call(i, i), ae(M === "x" ? e > 0 ? "right" : "left" : t > 0 ? "down" : "up"), $(), se(!0);
|
|
381
|
+
return;
|
|
382
|
+
} else {
|
|
383
|
+
var o, s;
|
|
384
|
+
(o = W.current) == null || o.style.setProperty("--swipe-amount-x", "0px"), (s = W.current) == null || s.style.setProperty("--swipe-amount-y", "0px");
|
|
385
|
+
}
|
|
386
|
+
le(!1), B(!1), N(null);
|
|
387
|
+
},
|
|
388
|
+
onPointerMove: (e) => {
|
|
389
|
+
var n, r;
|
|
390
|
+
if (!Z.current || !K || window.getSelection()?.toString().length > 0) return;
|
|
391
|
+
let i = e.clientY - Z.current.y, a = e.clientX - Z.current.x, o = t.swipeDirections ?? w(D);
|
|
392
|
+
!M && (Math.abs(a) > 1 || Math.abs(i) > 1) && N(Math.abs(a) > Math.abs(i) ? "x" : "y");
|
|
393
|
+
let s = {
|
|
394
|
+
x: 0,
|
|
395
|
+
y: 0
|
|
396
|
+
}, c = (e) => 1 / (1.5 + Math.abs(e) / 20);
|
|
397
|
+
if (M === "y") {
|
|
398
|
+
if (o.includes("top") || o.includes("bottom")) if (o.includes("top") && i < 0 || o.includes("bottom") && i > 0) s.y = i;
|
|
399
|
+
else {
|
|
400
|
+
let e = i * c(i);
|
|
401
|
+
s.y = Math.abs(e) < Math.abs(i) ? e : i;
|
|
402
|
+
}
|
|
403
|
+
} else if (M === "x" && (o.includes("left") || o.includes("right"))) if (o.includes("left") && a < 0 || o.includes("right") && a > 0) s.x = a;
|
|
404
|
+
else {
|
|
405
|
+
let e = a * c(a);
|
|
406
|
+
s.x = Math.abs(e) < Math.abs(a) ? e : a;
|
|
407
|
+
}
|
|
408
|
+
(Math.abs(s.x) > 0 || Math.abs(s.y) > 0) && le(!0), (n = W.current) == null || n.style.setProperty("--swipe-amount-x", `${s.x}px`), (r = W.current) == null || r.style.setProperty("--swipe-amount-y", `${s.y}px`);
|
|
409
|
+
}
|
|
410
|
+
}, _e && !i.jsx && G !== "loading" ? /* @__PURE__ */ e.createElement("button", {
|
|
411
|
+
"aria-label": ie,
|
|
412
|
+
"data-disabled": Q,
|
|
413
|
+
"data-close-button": !0,
|
|
414
|
+
onClick: Q || !K ? () => {} : () => {
|
|
415
|
+
$(), i.onDismiss == null || i.onDismiss.call(i, i);
|
|
416
|
+
},
|
|
417
|
+
className: C(A?.closeButton, i?.classNames?.closeButton)
|
|
418
|
+
}, j?.close ?? u) : null, (G || i.icon || i.promise) && i.icon !== null && (j?.[G] !== null || i.icon) ? /* @__PURE__ */ e.createElement("div", {
|
|
419
|
+
"data-icon": "",
|
|
420
|
+
className: C(A?.icon, i?.classNames?.icon)
|
|
421
|
+
}, i.promise || i.type === "loading" && !i.icon ? i.icon || we() : null, i.type === "loading" ? null : Te) : null, /* @__PURE__ */ e.createElement("div", {
|
|
422
|
+
"data-content": "",
|
|
423
|
+
className: C(A?.content, i?.classNames?.content)
|
|
424
|
+
}, /* @__PURE__ */ e.createElement("div", {
|
|
425
|
+
"data-title": "",
|
|
426
|
+
className: C(A?.title, i?.classNames?.title)
|
|
427
|
+
}, i.jsx ? i.jsx : typeof i.title == "function" ? i.title() : i.title), i.description ? /* @__PURE__ */ e.createElement("div", {
|
|
428
|
+
"data-description": "",
|
|
429
|
+
className: C(T, ge, A?.description, i?.classNames?.description)
|
|
430
|
+
}, typeof i.description == "function" ? i.description() : i.description) : null), /* @__PURE__ */ e.isValidElement(i.cancel) ? i.cancel : i.cancel && _(i.cancel) ? /* @__PURE__ */ e.createElement("button", {
|
|
431
|
+
"data-button": !0,
|
|
432
|
+
"data-cancel": !0,
|
|
433
|
+
style: i.cancelButtonStyle || ee,
|
|
434
|
+
onClick: (e) => {
|
|
435
|
+
_(i.cancel) && K && (i.cancel.onClick == null || i.cancel.onClick.call(i.cancel, e), $());
|
|
436
|
+
},
|
|
437
|
+
className: C(A?.cancelButton, i?.classNames?.cancelButton)
|
|
438
|
+
}, i.cancel.label) : null, /* @__PURE__ */ e.isValidElement(i.action) ? i.action : i.action && _(i.action) ? /* @__PURE__ */ e.createElement("button", {
|
|
439
|
+
"data-button": !0,
|
|
440
|
+
"data-action": !0,
|
|
441
|
+
style: i.actionButtonStyle || te,
|
|
442
|
+
onClick: (e) => {
|
|
443
|
+
_(i.action) && (i.action.onClick == null || i.action.onClick.call(i.action, e), !e.defaultPrevented && $());
|
|
444
|
+
},
|
|
445
|
+
className: C(A?.actionButton, i?.classNames?.actionButton)
|
|
446
|
+
}, i.action.label) : null);
|
|
533
447
|
};
|
|
534
|
-
function
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
448
|
+
function T() {
|
|
449
|
+
if (typeof window > "u" || typeof document > "u") return "ltr";
|
|
450
|
+
let e = document.documentElement.getAttribute("dir");
|
|
451
|
+
return e === "auto" || !e ? window.getComputedStyle(document.documentElement).direction : e;
|
|
538
452
|
}
|
|
539
|
-
function
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
s[i] === void 0 ? e[`${g}-${i}`] = _ : e[`${g}-${i}`] = typeof s[i] == "number" ? `${s[i]}px` : s[i];
|
|
563
|
-
}) : b(_);
|
|
564
|
-
}), e;
|
|
453
|
+
function E(e, t) {
|
|
454
|
+
let n = {};
|
|
455
|
+
return [e, t].forEach((e, t) => {
|
|
456
|
+
let r = t === 1, i = r ? "--mobile-offset" : "--offset", a = r ? b : y;
|
|
457
|
+
function o(e) {
|
|
458
|
+
[
|
|
459
|
+
"top",
|
|
460
|
+
"right",
|
|
461
|
+
"bottom",
|
|
462
|
+
"left"
|
|
463
|
+
].forEach((t) => {
|
|
464
|
+
n[`${i}-${t}`] = typeof e == "number" ? `${e}px` : e;
|
|
465
|
+
});
|
|
466
|
+
}
|
|
467
|
+
typeof e == "number" || typeof e == "string" ? o(e) : typeof e == "object" ? [
|
|
468
|
+
"top",
|
|
469
|
+
"right",
|
|
470
|
+
"bottom",
|
|
471
|
+
"left"
|
|
472
|
+
].forEach((t) => {
|
|
473
|
+
e[t] === void 0 ? n[`${i}-${t}`] = a : n[`${i}-${t}`] = typeof e[t] == "number" ? `${e[t]}px` : e[t];
|
|
474
|
+
}) : o(a);
|
|
475
|
+
}), n;
|
|
565
476
|
}
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
onDragEnd: () => A(!1),
|
|
704
|
-
onPointerDown: (f) => {
|
|
705
|
-
f.target instanceof HTMLElement && f.target.dataset.dismissible === "false" || et(!0);
|
|
706
|
-
},
|
|
707
|
-
onPointerUp: () => et(!1)
|
|
708
|
-
}, Y.filter((f) => !f.position && p === 0 || f.position === l).map((f, K) => {
|
|
709
|
-
var lt, dt;
|
|
710
|
-
return /* @__PURE__ */ a.createElement(he, {
|
|
711
|
-
key: f.id,
|
|
712
|
-
icons: st,
|
|
713
|
-
index: K,
|
|
714
|
-
toast: f,
|
|
715
|
-
defaultRichColors: O,
|
|
716
|
-
duration: (lt = d?.duration) != null ? lt : E,
|
|
717
|
-
className: d?.className,
|
|
718
|
-
descriptionClassName: d?.descriptionClassName,
|
|
719
|
-
invert: C,
|
|
720
|
-
visibleToasts: U,
|
|
721
|
-
closeButton: (dt = d?.closeButton) != null ? dt : b,
|
|
722
|
-
interacting: rt,
|
|
723
|
-
position: l,
|
|
724
|
-
style: d?.style,
|
|
725
|
-
unstyled: d?.unstyled,
|
|
726
|
-
classNames: d?.classNames,
|
|
727
|
-
cancelButtonStyle: d?.cancelButtonStyle,
|
|
728
|
-
actionButtonStyle: d?.actionButtonStyle,
|
|
729
|
-
closeButtonAriaLabel: d?.closeButtonAriaLabel,
|
|
730
|
-
removeToast: it,
|
|
731
|
-
toasts: Y.filter((q) => q.position == f.position),
|
|
732
|
-
heights: nt.filter((q) => q.position == f.position),
|
|
733
|
-
setHeights: bt,
|
|
734
|
-
expandByDefault: _,
|
|
735
|
-
gap: X,
|
|
736
|
-
expanded: tt,
|
|
737
|
-
swipeDirections: o.swipeDirections
|
|
738
|
-
});
|
|
739
|
-
})) : null;
|
|
740
|
-
}));
|
|
477
|
+
var D = /* @__PURE__ */ e.forwardRef(function(n, r) {
|
|
478
|
+
let { id: i, invert: a, position: o = "bottom-right", hotkey: s = ["altKey", "KeyT"], expand: c, closeButton: l, className: u, offset: d, mobileOffset: f, theme: m = "light", richColors: h, duration: g, style: _, visibleToasts: y = v, toastOptions: b, dir: x = T(), gap: S = te, icons: ne, containerAriaLabel: C = "Notifications" } = n, [w, D] = e.useState([]), O = e.useMemo(() => i ? w.filter((e) => e.toasterId === i) : w.filter((e) => !e.toasterId), [w, i]), k = e.useMemo(() => Array.from(new Set([o].concat(O.filter((e) => e.position).map((e) => e.position)))), [O, o]), [A, j] = e.useState([]), [ie, M] = e.useState(!1), [N, P] = e.useState(!1), [ae, F] = e.useState(m === "system" ? typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light" : m), I = e.useRef(null), L = s.join("+").replace(/Key/g, "").replace(/Digit/g, ""), R = e.useRef(null), z = e.useRef(!1), B = e.useCallback((e) => {
|
|
479
|
+
D((t) => (t.find((t) => t.id === e.id)?.delete || p.dismiss(e.id), t.filter(({ id: t }) => t !== e.id)));
|
|
480
|
+
}, []);
|
|
481
|
+
return e.useEffect(() => p.subscribe((e) => {
|
|
482
|
+
if (e.dismiss) {
|
|
483
|
+
requestAnimationFrame(() => {
|
|
484
|
+
D((t) => t.map((t) => t.id === e.id ? {
|
|
485
|
+
...t,
|
|
486
|
+
delete: !0
|
|
487
|
+
} : t));
|
|
488
|
+
});
|
|
489
|
+
return;
|
|
490
|
+
}
|
|
491
|
+
setTimeout(() => {
|
|
492
|
+
t.flushSync(() => {
|
|
493
|
+
D((t) => {
|
|
494
|
+
let n = t.findIndex((t) => t.id === e.id);
|
|
495
|
+
return n === -1 ? [e, ...t] : [
|
|
496
|
+
...t.slice(0, n),
|
|
497
|
+
{
|
|
498
|
+
...t[n],
|
|
499
|
+
...e
|
|
500
|
+
},
|
|
501
|
+
...t.slice(n + 1)
|
|
502
|
+
];
|
|
503
|
+
});
|
|
504
|
+
});
|
|
505
|
+
});
|
|
506
|
+
}), [w]), e.useEffect(() => {
|
|
507
|
+
if (m !== "system") {
|
|
508
|
+
F(m);
|
|
509
|
+
return;
|
|
510
|
+
}
|
|
511
|
+
if (m === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? F("dark") : F("light")), typeof window > "u") return;
|
|
512
|
+
let e = window.matchMedia("(prefers-color-scheme: dark)");
|
|
513
|
+
try {
|
|
514
|
+
e.addEventListener("change", ({ matches: e }) => {
|
|
515
|
+
F(e ? "dark" : "light");
|
|
516
|
+
});
|
|
517
|
+
} catch {
|
|
518
|
+
e.addListener(({ matches: e }) => {
|
|
519
|
+
try {
|
|
520
|
+
F(e ? "dark" : "light");
|
|
521
|
+
} catch (e) {
|
|
522
|
+
console.error(e);
|
|
523
|
+
}
|
|
524
|
+
});
|
|
525
|
+
}
|
|
526
|
+
}, [m]), e.useEffect(() => {
|
|
527
|
+
w.length <= 1 && M(!1);
|
|
528
|
+
}, [w]), e.useEffect(() => {
|
|
529
|
+
let e = (e) => {
|
|
530
|
+
if (s.every((t) => e[t] || e.code === t)) {
|
|
531
|
+
var t;
|
|
532
|
+
M(!0), (t = I.current) == null || t.focus();
|
|
533
|
+
}
|
|
534
|
+
e.code === "Escape" && (document.activeElement === I.current || I.current?.contains(document.activeElement)) && M(!1);
|
|
535
|
+
};
|
|
536
|
+
return document.addEventListener("keydown", e), () => document.removeEventListener("keydown", e);
|
|
537
|
+
}, [s]), e.useEffect(() => {
|
|
538
|
+
if (I.current) return () => {
|
|
539
|
+
R.current && (R.current.focus({ preventScroll: !0 }), R.current = null, z.current = !1);
|
|
540
|
+
};
|
|
541
|
+
}, [I.current]), /* @__PURE__ */ e.createElement("section", {
|
|
542
|
+
ref: r,
|
|
543
|
+
"aria-label": `${C} ${L}`,
|
|
544
|
+
tabIndex: -1,
|
|
545
|
+
"aria-live": "polite",
|
|
546
|
+
"aria-relevant": "additions text",
|
|
547
|
+
"aria-atomic": "false",
|
|
548
|
+
suppressHydrationWarning: !0
|
|
549
|
+
}, k.map((t, r) => {
|
|
550
|
+
let [i, o] = t.split("-");
|
|
551
|
+
return O.length ? /* @__PURE__ */ e.createElement("ol", {
|
|
552
|
+
key: t,
|
|
553
|
+
dir: x === "auto" ? T() : x,
|
|
554
|
+
tabIndex: -1,
|
|
555
|
+
ref: I,
|
|
556
|
+
className: u,
|
|
557
|
+
"data-sonner-toaster": !0,
|
|
558
|
+
"data-sonner-theme": ae,
|
|
559
|
+
"data-y-position": i,
|
|
560
|
+
"data-x-position": o,
|
|
561
|
+
style: {
|
|
562
|
+
"--front-toast-height": `${A[0]?.height || 0}px`,
|
|
563
|
+
"--width": `${ee}px`,
|
|
564
|
+
"--gap": `${S}px`,
|
|
565
|
+
..._,
|
|
566
|
+
...E(d, f)
|
|
567
|
+
},
|
|
568
|
+
onBlur: (e) => {
|
|
569
|
+
z.current && !e.currentTarget.contains(e.relatedTarget) && (z.current = !1, R.current &&= (R.current.focus({ preventScroll: !0 }), null));
|
|
570
|
+
},
|
|
571
|
+
onFocus: (e) => {
|
|
572
|
+
e.target instanceof HTMLElement && e.target.dataset.dismissible === "false" || z.current || (z.current = !0, R.current = e.relatedTarget);
|
|
573
|
+
},
|
|
574
|
+
onMouseEnter: () => M(!0),
|
|
575
|
+
onMouseMove: () => M(!0),
|
|
576
|
+
onMouseLeave: () => {
|
|
577
|
+
N || M(!1);
|
|
578
|
+
},
|
|
579
|
+
onDragEnd: () => M(!1),
|
|
580
|
+
onPointerDown: (e) => {
|
|
581
|
+
e.target instanceof HTMLElement && e.target.dataset.dismissible === "false" || P(!0);
|
|
582
|
+
},
|
|
583
|
+
onPointerUp: () => P(!1)
|
|
584
|
+
}, O.filter((e) => !e.position && r === 0 || e.position === t).map((r, i) => /* @__PURE__ */ e.createElement(re, {
|
|
585
|
+
key: r.id,
|
|
586
|
+
icons: ne,
|
|
587
|
+
index: i,
|
|
588
|
+
toast: r,
|
|
589
|
+
defaultRichColors: h,
|
|
590
|
+
duration: b?.duration ?? g,
|
|
591
|
+
className: b?.className,
|
|
592
|
+
descriptionClassName: b?.descriptionClassName,
|
|
593
|
+
invert: a,
|
|
594
|
+
visibleToasts: y,
|
|
595
|
+
closeButton: b?.closeButton ?? l,
|
|
596
|
+
interacting: N,
|
|
597
|
+
position: t,
|
|
598
|
+
style: b?.style,
|
|
599
|
+
unstyled: b?.unstyled,
|
|
600
|
+
classNames: b?.classNames,
|
|
601
|
+
cancelButtonStyle: b?.cancelButtonStyle,
|
|
602
|
+
actionButtonStyle: b?.actionButtonStyle,
|
|
603
|
+
closeButtonAriaLabel: b?.closeButtonAriaLabel,
|
|
604
|
+
removeToast: B,
|
|
605
|
+
toasts: O.filter((e) => e.position == r.position),
|
|
606
|
+
heights: A.filter((e) => e.position == r.position),
|
|
607
|
+
setHeights: j,
|
|
608
|
+
expandByDefault: c,
|
|
609
|
+
gap: S,
|
|
610
|
+
expanded: ie,
|
|
611
|
+
swipeDirections: n.swipeDirections
|
|
612
|
+
}))) : null;
|
|
613
|
+
}));
|
|
741
614
|
});
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
xe as t
|
|
745
|
-
};
|
|
615
|
+
//#endregion
|
|
616
|
+
export { g as n, D as t };
|