@clubmed/usg-chat-ui 1.0.1 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/chunks/_commonjsHelpers.js +9 -0
  2. package/chunks/_commonjsHelpers.js.map +1 -0
  3. package/chunks/browser.js +579 -0
  4. package/chunks/browser.js.map +1 -0
  5. package/chunks/client.js +27323 -0
  6. package/chunks/client.js.map +1 -0
  7. package/chunks/index.js +59 -32
  8. package/chunks/index.js.map +1 -1
  9. package/chunks/index2.js +32 -59
  10. package/chunks/index2.js.map +1 -1
  11. package/chunks/index3.js +22 -740
  12. package/chunks/index3.js.map +1 -1
  13. package/chunks/index4.js +740 -22
  14. package/chunks/index4.js.map +1 -1
  15. package/chunks/index5.js +1 -1
  16. package/chunks/index6.js +144 -150
  17. package/chunks/index6.js.map +1 -1
  18. package/chunks/index7.js +14 -13
  19. package/chunks/index7.js.map +1 -1
  20. package/chunks/magic-string.es.js +664 -0
  21. package/chunks/magic-string.es.js.map +1 -0
  22. package/chunks/react.esm.js +10007 -0
  23. package/chunks/react.esm.js.map +1 -0
  24. package/chunks/{collaboration.js → useCollaboration.js} +536 -523
  25. package/chunks/useCollaboration.js.map +1 -0
  26. package/chunks/vi.2VT5v0um.js +10573 -0
  27. package/chunks/vi.2VT5v0um.js.map +1 -0
  28. package/contexts/ChatContext.d.ts +2 -1
  29. package/contexts/ChatContext.js +32 -30
  30. package/contexts/ChatContext.js.map +1 -1
  31. package/core/interfaces/ChatConfig.d.ts +4 -0
  32. package/core/interfaces/StoryVersion.d.ts +7 -2
  33. package/index.d.ts +1 -0
  34. package/molecules/AiElements/Message.js +1 -1
  35. package/molecules/AiElements/Response.js +15 -13
  36. package/molecules/AiElements/Response.js.map +1 -1
  37. package/molecules/AiElements/Sources.d.ts +2 -2
  38. package/molecules/AiElements/Sources.js.map +1 -1
  39. package/molecules/Buttons/Button.d.ts +1 -1
  40. package/molecules/Buttons/Button.js +2 -2
  41. package/molecules/{AiElements → CodeBlock}/CodeBlock.d.ts +5 -2
  42. package/molecules/CodeBlock/CodeBlock.js +128 -0
  43. package/molecules/CodeBlock/CodeBlock.js.map +1 -0
  44. package/molecules/CodeBlock/CodeBlock.test.d.ts +1 -0
  45. package/molecules/CodeBlock/CodeBlock.test.js +3158 -0
  46. package/molecules/CodeBlock/CodeBlock.test.js.map +1 -0
  47. package/molecules/CodeBlock/highlightCode.d.ts +2 -0
  48. package/molecules/CodeBlock/highlightCode.js +5850 -0
  49. package/molecules/CodeBlock/highlightCode.js.map +1 -0
  50. package/molecules/CodeBlock/highlightCode.test.d.ts +1 -0
  51. package/molecules/CodeBlock/highlightCode.test.js +47 -0
  52. package/molecules/CodeBlock/highlightCode.test.js.map +1 -0
  53. package/molecules/Collapsibles/Collapsible.js +1 -1
  54. package/molecules/Forms/InputGroups/InputGroup.js +1 -1
  55. package/molecules/Labels/Label.js +2 -2
  56. package/molecules/Notifications/{Sonner.js → Toaster.js} +2 -2
  57. package/molecules/Notifications/Toaster.js.map +1 -0
  58. package/molecules/Notifications/{use-toast.js → useToast.js} +1 -1
  59. package/molecules/Notifications/useToast.js.map +1 -0
  60. package/{organisms → molecules}/RichText/DynamicEditor.js.map +1 -1
  61. package/molecules/RichText/EditorWithAI.js +55854 -0
  62. package/molecules/RichText/EditorWithAI.js.map +1 -0
  63. package/molecules/RichText/useCollaboration.d.ts +9 -0
  64. package/molecules/RichText/useCollaboration.js +8 -0
  65. package/molecules/RichText/useCollaboration.js.map +1 -0
  66. package/molecules/RichText/useCollaboration.test.d.ts +1 -0
  67. package/molecules/RichText/useCollaboration.test.js +70 -0
  68. package/molecules/RichText/useCollaboration.test.js.map +1 -0
  69. package/molecules/Tabs/Tabs.js +1 -1
  70. package/organisms/canvas/ApiDocsCanvas.js +15 -15
  71. package/organisms/canvas/ApiDocsCanvas.js.map +1 -1
  72. package/organisms/canvas/ReleaseNoteCanvas.js +2 -2
  73. package/organisms/canvas/ReleaseNoteCanvas.js.map +1 -1
  74. package/organisms/canvas/StoryCanvas.js +2 -2
  75. package/organisms/canvas/StoryCanvas.js.map +1 -1
  76. package/organisms/chat/MessageActions.js +1 -1
  77. package/organisms/chat/MessageActions.js.map +1 -1
  78. package/organisms/chat/hooks/useChat.js +1 -1
  79. package/organisms/chat/hooks/useChat.js.map +1 -1
  80. package/organisms/chat/hooks/useChatKeyboardsShortcuts.js +16 -33
  81. package/organisms/chat/hooks/useChatKeyboardsShortcuts.js.map +1 -1
  82. package/organisms/chat/hooks/useConversations.js +1 -1
  83. package/organisms/chat/hooks/useConversations.js.map +1 -1
  84. package/organisms/settings/SettingsModal.js +1 -1
  85. package/package.json +3 -4
  86. package/.npm/_logs/2026-01-19T16_54_30_380Z-debug-0.log +0 -19
  87. package/.npm/_logs/2026-01-19T16_54_30_467Z-debug-0.log +0 -19
  88. package/.npm/_logs/2026-01-19T16_54_30_553Z-debug-0.log +0 -14
  89. package/chunks/collaboration.js.map +0 -1
  90. package/core/collaboration.d.ts +0 -6
  91. package/core/collaboration.js +0 -5
  92. package/core/collaboration.js.map +0 -1
  93. package/molecules/AiElements/CodeBlock.js +0 -6525
  94. package/molecules/AiElements/CodeBlock.js.map +0 -1
  95. package/molecules/Notifications/Sonner.js.map +0 -1
  96. package/molecules/Notifications/use-toast.js.map +0 -1
  97. package/molecules/index.d.ts +0 -28
  98. package/molecules/index.js +0 -88
  99. package/molecules/index.js.map +0 -1
  100. package/organisms/RichText/EditorWithAI.js +0 -83167
  101. package/organisms/RichText/EditorWithAI.js.map +0 -1
  102. /package/molecules/Notifications/{Sonner.d.ts → Toaster.d.ts} +0 -0
  103. /package/molecules/Notifications/{use-toast.d.ts → useToast.d.ts} +0 -0
  104. /package/{organisms → molecules}/RichText/DynamicEditor.d.ts +0 -0
  105. /package/{organisms → molecules}/RichText/DynamicEditor.js +0 -0
  106. /package/{organisms → molecules}/RichText/EditorWithAI.d.ts +0 -0
package/chunks/index3.js CHANGED
@@ -1,748 +1,30 @@
1
- "use client";
2
- import a from "react";
3
- import Ut from "react-dom";
4
- function Xt(r) {
5
- if (typeof document > "u") return;
6
- let o = document.head || document.getElementsByTagName("head")[0], e = document.createElement("style");
7
- e.type = "text/css", o.appendChild(e), e.styleSheet ? e.styleSheet.cssText = r : e.appendChild(document.createTextNode(r));
1
+ import * as l from "react";
2
+ function s(n, o) {
3
+ if (typeof n == "function")
4
+ return n(o);
5
+ n != null && (n.current = o);
8
6
  }
9
- const Wt = (r) => {
10
- switch (r) {
11
- case "success":
12
- return Gt;
13
- case "info":
14
- return Jt;
15
- case "warning":
16
- return Qt;
17
- case "error":
18
- return Zt;
19
- default:
20
- return null;
21
- }
22
- }, Kt = Array(12).fill(0), qt = ({ visible: r, className: o }) => /* @__PURE__ */ a.createElement("div", {
23
- className: [
24
- "sonner-loading-wrapper",
25
- o
26
- ].filter(Boolean).join(" "),
27
- "data-visible": r
28
- }, /* @__PURE__ */ a.createElement("div", {
29
- className: "sonner-spinner"
30
- }, Kt.map((e, s) => /* @__PURE__ */ a.createElement("div", {
31
- className: "sonner-loading-bar",
32
- key: `spinner-bar-${s}`
33
- })))), Gt = /* @__PURE__ */ a.createElement("svg", {
34
- xmlns: "http://www.w3.org/2000/svg",
35
- viewBox: "0 0 20 20",
36
- fill: "currentColor",
37
- height: "20",
38
- width: "20"
39
- }, /* @__PURE__ */ a.createElement("path", {
40
- fillRule: "evenodd",
41
- 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",
42
- clipRule: "evenodd"
43
- })), Qt = /* @__PURE__ */ a.createElement("svg", {
44
- xmlns: "http://www.w3.org/2000/svg",
45
- viewBox: "0 0 24 24",
46
- fill: "currentColor",
47
- height: "20",
48
- width: "20"
49
- }, /* @__PURE__ */ a.createElement("path", {
50
- fillRule: "evenodd",
51
- 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",
52
- clipRule: "evenodd"
53
- })), Jt = /* @__PURE__ */ a.createElement("svg", {
54
- xmlns: "http://www.w3.org/2000/svg",
55
- viewBox: "0 0 20 20",
56
- fill: "currentColor",
57
- height: "20",
58
- width: "20"
59
- }, /* @__PURE__ */ a.createElement("path", {
60
- fillRule: "evenodd",
61
- 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",
62
- clipRule: "evenodd"
63
- })), Zt = /* @__PURE__ */ a.createElement("svg", {
64
- xmlns: "http://www.w3.org/2000/svg",
65
- viewBox: "0 0 20 20",
66
- fill: "currentColor",
67
- height: "20",
68
- width: "20"
69
- }, /* @__PURE__ */ a.createElement("path", {
70
- fillRule: "evenodd",
71
- 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",
72
- clipRule: "evenodd"
73
- })), te = /* @__PURE__ */ a.createElement("svg", {
74
- xmlns: "http://www.w3.org/2000/svg",
75
- width: "12",
76
- height: "12",
77
- viewBox: "0 0 24 24",
78
- fill: "none",
79
- stroke: "currentColor",
80
- strokeWidth: "1.5",
81
- strokeLinecap: "round",
82
- strokeLinejoin: "round"
83
- }, /* @__PURE__ */ a.createElement("line", {
84
- x1: "18",
85
- y1: "6",
86
- x2: "6",
87
- y2: "18"
88
- }), /* @__PURE__ */ a.createElement("line", {
89
- x1: "6",
90
- y1: "6",
91
- x2: "18",
92
- y2: "18"
93
- })), ee = () => {
94
- const [r, o] = a.useState(document.hidden);
95
- return a.useEffect(() => {
96
- const e = () => {
97
- o(document.hidden);
98
- };
99
- return document.addEventListener("visibilitychange", e), () => window.removeEventListener("visibilitychange", e);
100
- }, []), r;
101
- };
102
- let xt = 1;
103
- class ae {
104
- constructor() {
105
- this.subscribe = (o) => (this.subscribers.push(o), () => {
106
- const e = this.subscribers.indexOf(o);
107
- this.subscribers.splice(e, 1);
108
- }), this.publish = (o) => {
109
- this.subscribers.forEach((e) => e(o));
110
- }, this.addToast = (o) => {
111
- this.publish(o), this.toasts = [
112
- ...this.toasts,
113
- o
114
- ];
115
- }, this.create = (o) => {
116
- var e;
117
- const { message: s, ...C } = o, u = typeof (o == null ? void 0 : o.id) == "number" || ((e = o.id) == null ? void 0 : e.length) > 0 ? o.id : xt++, g = this.toasts.find((b) => b.id === u), _ = o.dismissible === void 0 ? !0 : o.dismissible;
118
- return this.dismissedToasts.has(u) && this.dismissedToasts.delete(u), g ? this.toasts = this.toasts.map((b) => b.id === u ? (this.publish({
119
- ...b,
120
- ...o,
121
- id: u,
122
- title: s
123
- }), {
124
- ...b,
125
- ...o,
126
- id: u,
127
- dismissible: _,
128
- title: s
129
- }) : b) : this.addToast({
130
- title: s,
131
- ...C,
132
- dismissible: _,
133
- id: u
134
- }), u;
135
- }, this.dismiss = (o) => (o ? (this.dismissedToasts.add(o), requestAnimationFrame(() => this.subscribers.forEach((e) => e({
136
- id: o,
137
- dismiss: !0
138
- })))) : this.toasts.forEach((e) => {
139
- this.subscribers.forEach((s) => s({
140
- id: e.id,
141
- dismiss: !0
142
- }));
143
- }), o), this.message = (o, e) => this.create({
144
- ...e,
145
- message: o
146
- }), this.error = (o, e) => this.create({
147
- ...e,
148
- message: o,
149
- type: "error"
150
- }), this.success = (o, e) => this.create({
151
- ...e,
152
- type: "success",
153
- message: o
154
- }), this.info = (o, e) => this.create({
155
- ...e,
156
- type: "info",
157
- message: o
158
- }), this.warning = (o, e) => this.create({
159
- ...e,
160
- type: "warning",
161
- message: o
162
- }), this.loading = (o, e) => this.create({
163
- ...e,
164
- type: "loading",
165
- message: o
166
- }), this.promise = (o, e) => {
167
- if (!e)
168
- return;
169
- let s;
170
- e.loading !== void 0 && (s = this.create({
171
- ...e,
172
- promise: o,
173
- type: "loading",
174
- message: e.loading,
175
- description: typeof e.description != "function" ? e.description : void 0
176
- }));
177
- const C = Promise.resolve(o instanceof Function ? o() : o);
178
- let u = s !== void 0, g;
179
- const _ = C.then(async (i) => {
180
- if (g = [
181
- "resolve",
182
- i
183
- ], a.isValidElement(i))
184
- u = !1, this.create({
185
- id: s,
186
- type: "default",
187
- message: i
188
- });
189
- else if (se(i) && !i.ok) {
190
- u = !1;
191
- const t = typeof e.error == "function" ? await e.error(`HTTP error! status: ${i.status}`) : e.error, x = typeof e.description == "function" ? await e.description(`HTTP error! status: ${i.status}`) : e.description, E = typeof t == "object" && !a.isValidElement(t) ? t : {
192
- message: t
193
- };
194
- this.create({
195
- id: s,
196
- type: "error",
197
- description: x,
198
- ...E
199
- });
200
- } else if (i instanceof Error) {
201
- u = !1;
202
- const t = typeof e.error == "function" ? await e.error(i) : e.error, x = typeof e.description == "function" ? await e.description(i) : e.description, E = typeof t == "object" && !a.isValidElement(t) ? t : {
203
- message: t
204
- };
205
- this.create({
206
- id: s,
207
- type: "error",
208
- description: x,
209
- ...E
210
- });
211
- } else if (e.success !== void 0) {
212
- u = !1;
213
- const t = typeof e.success == "function" ? await e.success(i) : e.success, x = typeof e.description == "function" ? await e.description(i) : e.description, E = typeof t == "object" && !a.isValidElement(t) ? t : {
214
- message: t
215
- };
216
- this.create({
217
- id: s,
218
- type: "success",
219
- description: x,
220
- ...E
221
- });
222
- }
223
- }).catch(async (i) => {
224
- if (g = [
225
- "reject",
226
- i
227
- ], e.error !== void 0) {
228
- u = !1;
229
- const T = typeof e.error == "function" ? await e.error(i) : e.error, t = typeof e.description == "function" ? await e.description(i) : e.description, O = typeof T == "object" && !a.isValidElement(T) ? T : {
230
- message: T
231
- };
232
- this.create({
233
- id: s,
234
- type: "error",
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 == null ? void 0 : 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 == null ? void 0 : 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
274
- }, {
275
- getHistory: re,
276
- getToasts: ie
277
- });
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 mt(r) {
280
- return r.label !== void 0;
281
- }
282
- const le = 3, de = "24px", ce = "16px", Mt = 4e3, ue = 356, fe = 14, me = 45, pe = 200;
283
- function H(...r) {
284
- return r.filter(Boolean).join(" ");
285
- }
286
- function ge(r) {
287
- const [o, e] = r.split("-"), s = [];
288
- return o && s.push(o), e && s.push(e), s;
289
- }
290
- const he = (r) => {
291
- var o, e, s, C, u, g, _, b, i;
292
- const { invert: T, toast: t, unstyled: x, interacting: O, setHeights: E, visibleToasts: pt, heights: U, index: d, toasts: ot, expanded: X, removeToast: st, defaultRichColors: gt, closeButton: z, style: Z, cancelButtonStyle: Y, actionButtonStyle: ht, className: nt = "", descriptionClassName: bt = "", duration: tt, position: A, gap: rt, expandByDefault: et, classNames: c, icons: v, closeButtonAriaLabel: j = "Close toast" } = r, [$, B] = a.useState(null), [F, it] = a.useState(null), [l, p] = a.useState(!1), [m, D] = a.useState(!1), [W, f] = a.useState(!1), [K, lt] = a.useState(!1), [dt, q] = a.useState(!1), [Ct, vt] = a.useState(0), [At, Et] = a.useState(0), at = a.useRef(t.duration || tt || Mt), Tt = a.useRef(null), P = a.useRef(null), Ht = d === 0, Ot = d + 1 <= pt, N = t.type, G = t.dismissible !== !1, zt = t.className || "", Pt = t.descriptionClassName || "", ct = a.useMemo(() => U.findIndex((n) => n.toastId === t.id) || 0, [
293
- U,
294
- t.id
295
- ]), jt = a.useMemo(() => {
296
- var n;
297
- return (n = t.closeButton) != null ? n : z;
298
- }, [
299
- t.closeButton,
300
- z
301
- ]), St = a.useMemo(() => t.duration || tt || Mt, [
302
- t.duration,
303
- tt
304
- ]), yt = a.useRef(0), Q = a.useRef(0), Nt = a.useRef(0), J = a.useRef(null), [Lt, Yt] = A.split("-"), kt = a.useMemo(() => U.reduce((n, h, w) => w >= ct ? n : n + h.height, 0), [
305
- U,
306
- ct
307
- ]), _t = ee(), $t = t.invert || T, wt = N === "loading";
308
- Q.current = a.useMemo(() => ct * rt + kt, [
309
- ct,
310
- kt
311
- ]), a.useEffect(() => {
312
- at.current = St;
313
- }, [
314
- St
315
- ]), a.useEffect(() => {
316
- p(!0);
317
- }, []), a.useEffect(() => {
318
- const n = P.current;
319
- if (n) {
320
- const h = n.getBoundingClientRect().height;
321
- return Et(h), E((w) => [
322
- {
323
- toastId: t.id,
324
- height: h,
325
- position: t.position
326
- },
327
- ...w
328
- ]), () => E((w) => w.filter((k) => k.toastId !== t.id));
329
- }
330
- }, [
331
- E,
332
- t.id
333
- ]), a.useLayoutEffect(() => {
334
- if (!l) return;
335
- const n = P.current, h = n.style.height;
336
- n.style.height = "auto";
337
- const w = n.getBoundingClientRect().height;
338
- n.style.height = h, Et(w), E((k) => k.find((y) => y.toastId === t.id) ? k.map((y) => y.toastId === t.id ? {
339
- ...y,
340
- height: w
341
- } : y) : [
342
- {
343
- toastId: t.id,
344
- height: w,
345
- position: t.position
346
- },
347
- ...k
348
- ]);
349
- }, [
350
- l,
351
- t.title,
352
- t.description,
353
- E,
354
- t.id,
355
- t.jsx,
356
- t.action,
357
- t.cancel
358
- ]);
359
- const L = a.useCallback(() => {
360
- D(!0), vt(Q.current), E((n) => n.filter((h) => h.toastId !== t.id)), setTimeout(() => {
361
- st(t);
362
- }, pe);
363
- }, [
364
- t,
365
- st,
366
- E,
367
- Q
368
- ]);
369
- a.useEffect(() => {
370
- if (t.promise && N === "loading" || t.duration === 1 / 0 || t.type === "loading") return;
371
- let n;
372
- return X || O || _t ? (() => {
373
- if (Nt.current < yt.current) {
374
- const k = (/* @__PURE__ */ new Date()).getTime() - yt.current;
375
- at.current = at.current - k;
376
- }
377
- Nt.current = (/* @__PURE__ */ new Date()).getTime();
378
- })() : (() => {
379
- at.current !== 1 / 0 && (yt.current = (/* @__PURE__ */ new Date()).getTime(), n = setTimeout(() => {
380
- t.onAutoClose == null || t.onAutoClose.call(t, t), L();
381
- }, at.current));
382
- })(), () => clearTimeout(n);
383
- }, [
384
- X,
385
- O,
386
- t,
387
- N,
388
- _t,
389
- L
390
- ]), a.useEffect(() => {
391
- t.delete && (L(), t.onDismiss == null || t.onDismiss.call(t, t));
392
- }, [
393
- L,
394
- t.delete
395
- ]);
396
- function Ft() {
397
- var n;
398
- if (v != null && v.loading) {
399
- var h;
400
- return /* @__PURE__ */ a.createElement("div", {
401
- className: H(c == null ? void 0 : c.loader, t == null || (h = t.classNames) == null ? void 0 : h.loader, "sonner-loader"),
402
- "data-visible": N === "loading"
403
- }, v.loading);
404
- }
405
- return /* @__PURE__ */ a.createElement(qt, {
406
- className: H(c == null ? void 0 : c.loader, t == null || (n = t.classNames) == null ? void 0 : n.loader),
407
- visible: N === "loading"
7
+ function f(...n) {
8
+ return (o) => {
9
+ let u = !1;
10
+ const c = n.map((t) => {
11
+ const e = s(t, o);
12
+ return !u && typeof e == "function" && (u = !0), e;
408
13
  });
409
- }
410
- const Vt = t.icon || (v == null ? void 0 : v[N]) || Wt(N);
411
- var Dt, Rt;
412
- return /* @__PURE__ */ a.createElement("li", {
413
- tabIndex: 0,
414
- ref: P,
415
- className: H(nt, zt, c == null ? void 0 : c.toast, t == null || (o = t.classNames) == null ? void 0 : o.toast, c == null ? void 0 : c.default, c == null ? void 0 : c[N], t == null || (e = t.classNames) == null ? void 0 : e[N]),
416
- "data-sonner-toast": "",
417
- "data-rich-colors": (Dt = t.richColors) != null ? Dt : gt,
418
- "data-styled": !(t.jsx || t.unstyled || x),
419
- "data-mounted": l,
420
- "data-promise": !!t.promise,
421
- "data-swiped": dt,
422
- "data-removed": m,
423
- "data-visible": Ot,
424
- "data-y-position": Lt,
425
- "data-x-position": Yt,
426
- "data-index": d,
427
- "data-front": Ht,
428
- "data-swiping": W,
429
- "data-dismissible": G,
430
- "data-type": N,
431
- "data-invert": $t,
432
- "data-swipe-out": K,
433
- "data-swipe-direction": F,
434
- "data-expanded": !!(X || et && l),
435
- "data-testid": t.testId,
436
- style: {
437
- "--index": d,
438
- "--toasts-before": d,
439
- "--z-index": ot.length - d,
440
- "--offset": `${m ? Ct : Q.current}px`,
441
- "--initial-height": et ? "auto" : `${At}px`,
442
- ...Z,
443
- ...t.style
444
- },
445
- onDragEnd: () => {
446
- f(!1), B(null), J.current = null;
447
- },
448
- onPointerDown: (n) => {
449
- n.button !== 2 && (wt || !G || (Tt.current = /* @__PURE__ */ new Date(), vt(Q.current), n.target.setPointerCapture(n.pointerId), n.target.tagName !== "BUTTON" && (f(!0), J.current = {
450
- x: n.clientX,
451
- y: n.clientY
452
- })));
453
- },
454
- onPointerUp: () => {
455
- var n, h, w;
456
- if (K || !G) return;
457
- J.current = null;
458
- const k = Number(((n = P.current) == null ? void 0 : n.style.getPropertyValue("--swipe-amount-x").replace("px", "")) || 0), ut = Number(((h = P.current) == null ? void 0 : h.style.getPropertyValue("--swipe-amount-y").replace("px", "")) || 0), y = (/* @__PURE__ */ new Date()).getTime() - ((w = Tt.current) == null ? void 0 : w.getTime()), R = $ === "x" ? k : ut, ft = Math.abs(R) / y;
459
- if (Math.abs(R) >= me || ft > 0.11) {
460
- vt(Q.current), t.onDismiss == null || t.onDismiss.call(t, t), it($ === "x" ? k > 0 ? "right" : "left" : ut > 0 ? "down" : "up"), L(), lt(!0);
461
- return;
462
- } else {
463
- var M, I;
464
- (M = P.current) == null || M.style.setProperty("--swipe-amount-x", "0px"), (I = P.current) == null || I.style.setProperty("--swipe-amount-y", "0px");
465
- }
466
- q(!1), f(!1), B(null);
467
- },
468
- onPointerMove: (n) => {
469
- var h, w, k;
470
- if (!J.current || !G || ((h = window.getSelection()) == null ? void 0 : h.toString().length) > 0) return;
471
- const y = n.clientY - J.current.y, R = n.clientX - J.current.x;
472
- var ft;
473
- const M = (ft = r.swipeDirections) != null ? ft : ge(A);
474
- !$ && (Math.abs(R) > 1 || Math.abs(y) > 1) && B(Math.abs(R) > Math.abs(y) ? "x" : "y");
475
- let I = {
476
- x: 0,
477
- y: 0
478
- };
479
- const Bt = (V) => 1 / (1.5 + Math.abs(V) / 20);
480
- if ($ === "y") {
481
- if (M.includes("top") || M.includes("bottom"))
482
- if (M.includes("top") && y < 0 || M.includes("bottom") && y > 0)
483
- I.y = y;
484
- else {
485
- const V = y * Bt(y);
486
- I.y = Math.abs(V) < Math.abs(y) ? V : y;
487
- }
488
- } else if ($ === "x" && (M.includes("left") || M.includes("right")))
489
- if (M.includes("left") && R < 0 || M.includes("right") && R > 0)
490
- I.x = R;
491
- else {
492
- const V = R * Bt(R);
493
- I.x = Math.abs(V) < Math.abs(R) ? V : R;
14
+ if (u)
15
+ return () => {
16
+ for (let t = 0; t < c.length; t++) {
17
+ const e = c[t];
18
+ typeof e == "function" ? e() : s(n[t], null);
494
19
  }
495
- (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`);
496
- }
497
- }, jt && !t.jsx && N !== "loading" ? /* @__PURE__ */ a.createElement("button", {
498
- "aria-label": j,
499
- "data-disabled": wt,
500
- "data-close-button": !0,
501
- onClick: wt || !G ? () => {
502
- } : () => {
503
- L(), t.onDismiss == null || t.onDismiss.call(t, t);
504
- },
505
- className: H(c == null ? void 0 : c.closeButton, t == null || (s = t.classNames) == null ? void 0 : s.closeButton)
506
- }, (Rt = v == null ? void 0 : v.close) != null ? Rt : te) : null, (N || t.icon || t.promise) && t.icon !== null && ((v == null ? void 0 : v[N]) !== null || t.icon) ? /* @__PURE__ */ a.createElement("div", {
507
- "data-icon": "",
508
- className: H(c == null ? void 0 : c.icon, t == null || (C = t.classNames) == null ? void 0 : C.icon)
509
- }, t.promise || t.type === "loading" && !t.icon ? t.icon || Ft() : null, t.type !== "loading" ? Vt : null) : null, /* @__PURE__ */ a.createElement("div", {
510
- "data-content": "",
511
- className: H(c == null ? void 0 : c.content, t == null || (u = t.classNames) == null ? void 0 : u.content)
512
- }, /* @__PURE__ */ a.createElement("div", {
513
- "data-title": "",
514
- className: H(c == null ? void 0 : c.title, t == null || (g = t.classNames) == null ? void 0 : g.title)
515
- }, t.jsx ? t.jsx : typeof t.title == "function" ? t.title() : t.title), t.description ? /* @__PURE__ */ a.createElement("div", {
516
- "data-description": "",
517
- className: H(bt, Pt, c == null ? void 0 : c.description, t == null || (_ = t.classNames) == null ? void 0 : _.description)
518
- }, 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", {
519
- "data-button": !0,
520
- "data-cancel": !0,
521
- style: t.cancelButtonStyle || Y,
522
- onClick: (n) => {
523
- mt(t.cancel) && G && (t.cancel.onClick == null || t.cancel.onClick.call(t.cancel, n), L());
524
- },
525
- className: H(c == null ? void 0 : c.cancelButton, t == null || (b = t.classNames) == null ? void 0 : b.cancelButton)
526
- }, t.cancel.label) : null, /* @__PURE__ */ a.isValidElement(t.action) ? t.action : t.action && mt(t.action) ? /* @__PURE__ */ a.createElement("button", {
527
- "data-button": !0,
528
- "data-action": !0,
529
- style: t.actionButtonStyle || ht,
530
- onClick: (n) => {
531
- mt(t.action) && (t.action.onClick == null || t.action.onClick.call(t.action, n), !n.defaultPrevented && L());
532
- },
533
- className: H(c == null ? void 0 : c.actionButton, t == null || (i = t.classNames) == null ? void 0 : i.actionButton)
534
- }, t.action.label) : null);
535
- };
536
- function It() {
537
- if (typeof window > "u" || typeof document > "u") return "ltr";
538
- const r = document.documentElement.getAttribute("dir");
539
- return r === "auto" || !r ? window.getComputedStyle(document.documentElement).direction : r;
20
+ };
21
+ };
540
22
  }
541
- function be(r, o) {
542
- const e = {};
543
- return [
544
- r,
545
- o
546
- ].forEach((s, C) => {
547
- const u = C === 1, g = u ? "--mobile-offset" : "--offset", _ = u ? ce : de;
548
- function b(i) {
549
- [
550
- "top",
551
- "right",
552
- "bottom",
553
- "left"
554
- ].forEach((T) => {
555
- e[`${g}-${T}`] = typeof i == "number" ? `${i}px` : i;
556
- });
557
- }
558
- typeof s == "number" || typeof s == "string" ? b(s) : typeof s == "object" ? [
559
- "top",
560
- "right",
561
- "bottom",
562
- "left"
563
- ].forEach((i) => {
564
- s[i] === void 0 ? e[`${g}-${i}`] = _ : e[`${g}-${i}`] = typeof s[i] == "number" ? `${s[i]}px` : s[i];
565
- }) : b(_);
566
- }), e;
23
+ function i(...n) {
24
+ return l.useCallback(f(...n), n);
567
25
  }
568
- const Ee = /* @__PURE__ */ a.forwardRef(function(o, e) {
569
- const { id: s, invert: C, position: u = "bottom-right", hotkey: g = [
570
- "altKey",
571
- "KeyT"
572
- ], expand: _, closeButton: b, className: i, offset: T, mobileOffset: t, theme: x = "light", richColors: O, duration: E, style: pt, visibleToasts: U = le, toastOptions: d, dir: ot = It(), gap: X = fe, icons: st, containerAriaLabel: gt = "Notifications" } = o, [z, Z] = a.useState([]), Y = a.useMemo(() => s ? z.filter((l) => l.toasterId === s) : z.filter((l) => !l.toasterId), [
573
- z,
574
- s
575
- ]), ht = a.useMemo(() => Array.from(new Set([
576
- u
577
- ].concat(Y.filter((l) => l.position).map((l) => l.position)))), [
578
- Y,
579
- u
580
- ]), [nt, bt] = a.useState([]), [tt, A] = a.useState(!1), [rt, et] = a.useState(!1), [c, v] = a.useState(x !== "system" ? x : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), j = a.useRef(null), $ = g.join("+").replace(/Key/g, "").replace(/Digit/g, ""), B = a.useRef(null), F = a.useRef(!1), it = a.useCallback((l) => {
581
- Z((p) => {
582
- var m;
583
- return (m = p.find((D) => D.id === l.id)) != null && m.delete || S.dismiss(l.id), p.filter(({ id: D }) => D !== l.id);
584
- });
585
- }, []);
586
- return a.useEffect(() => S.subscribe((l) => {
587
- if (l.dismiss) {
588
- requestAnimationFrame(() => {
589
- Z((p) => p.map((m) => m.id === l.id ? {
590
- ...m,
591
- delete: !0
592
- } : m));
593
- });
594
- return;
595
- }
596
- setTimeout(() => {
597
- Ut.flushSync(() => {
598
- Z((p) => {
599
- const m = p.findIndex((D) => D.id === l.id);
600
- return m !== -1 ? [
601
- ...p.slice(0, m),
602
- {
603
- ...p[m],
604
- ...l
605
- },
606
- ...p.slice(m + 1)
607
- ] : [
608
- l,
609
- ...p
610
- ];
611
- });
612
- });
613
- });
614
- }), [
615
- z
616
- ]), a.useEffect(() => {
617
- if (x !== "system") {
618
- v(x);
619
- return;
620
- }
621
- if (x === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? v("dark") : v("light")), typeof window > "u") return;
622
- const l = window.matchMedia("(prefers-color-scheme: dark)");
623
- try {
624
- l.addEventListener("change", ({ matches: p }) => {
625
- v(p ? "dark" : "light");
626
- });
627
- } catch {
628
- l.addListener(({ matches: m }) => {
629
- try {
630
- v(m ? "dark" : "light");
631
- } catch (D) {
632
- console.error(D);
633
- }
634
- });
635
- }
636
- }, [
637
- x
638
- ]), a.useEffect(() => {
639
- z.length <= 1 && A(!1);
640
- }, [
641
- z
642
- ]), a.useEffect(() => {
643
- const l = (p) => {
644
- var m;
645
- if (g.every((f) => p[f] || p.code === f)) {
646
- var W;
647
- A(!0), (W = j.current) == null || W.focus();
648
- }
649
- p.code === "Escape" && (document.activeElement === j.current || (m = j.current) != null && m.contains(document.activeElement)) && A(!1);
650
- };
651
- return document.addEventListener("keydown", l), () => document.removeEventListener("keydown", l);
652
- }, [
653
- g
654
- ]), a.useEffect(() => {
655
- if (j.current)
656
- return () => {
657
- B.current && (B.current.focus({
658
- preventScroll: !0
659
- }), B.current = null, F.current = !1);
660
- };
661
- }, [
662
- j.current
663
- ]), // Remove item from normal navigation flow, only available via hotkey
664
- /* @__PURE__ */ a.createElement("section", {
665
- ref: e,
666
- "aria-label": `${gt} ${$}`,
667
- tabIndex: -1,
668
- "aria-live": "polite",
669
- "aria-relevant": "additions text",
670
- "aria-atomic": "false",
671
- suppressHydrationWarning: !0
672
- }, ht.map((l, p) => {
673
- var m;
674
- const [D, W] = l.split("-");
675
- return Y.length ? /* @__PURE__ */ a.createElement("ol", {
676
- key: l,
677
- dir: ot === "auto" ? It() : ot,
678
- tabIndex: -1,
679
- ref: j,
680
- className: i,
681
- "data-sonner-toaster": !0,
682
- "data-sonner-theme": c,
683
- "data-y-position": D,
684
- "data-x-position": W,
685
- style: {
686
- "--front-toast-height": `${((m = nt[0]) == null ? void 0 : m.height) || 0}px`,
687
- "--width": `${ue}px`,
688
- "--gap": `${X}px`,
689
- ...pt,
690
- ...be(T, t)
691
- },
692
- onBlur: (f) => {
693
- F.current && !f.currentTarget.contains(f.relatedTarget) && (F.current = !1, B.current && (B.current.focus({
694
- preventScroll: !0
695
- }), B.current = null));
696
- },
697
- onFocus: (f) => {
698
- f.target instanceof HTMLElement && f.target.dataset.dismissible === "false" || F.current || (F.current = !0, B.current = f.relatedTarget);
699
- },
700
- onMouseEnter: () => A(!0),
701
- onMouseMove: () => A(!0),
702
- onMouseLeave: () => {
703
- rt || A(!1);
704
- },
705
- onDragEnd: () => A(!1),
706
- onPointerDown: (f) => {
707
- f.target instanceof HTMLElement && f.target.dataset.dismissible === "false" || et(!0);
708
- },
709
- onPointerUp: () => et(!1)
710
- }, Y.filter((f) => !f.position && p === 0 || f.position === l).map((f, K) => {
711
- var lt, dt;
712
- return /* @__PURE__ */ a.createElement(he, {
713
- key: f.id,
714
- icons: st,
715
- index: K,
716
- toast: f,
717
- defaultRichColors: O,
718
- duration: (lt = d == null ? void 0 : d.duration) != null ? lt : E,
719
- className: d == null ? void 0 : d.className,
720
- descriptionClassName: d == null ? void 0 : d.descriptionClassName,
721
- invert: C,
722
- visibleToasts: U,
723
- closeButton: (dt = d == null ? void 0 : d.closeButton) != null ? dt : b,
724
- interacting: rt,
725
- position: l,
726
- style: d == null ? void 0 : d.style,
727
- unstyled: d == null ? void 0 : d.unstyled,
728
- classNames: d == null ? void 0 : d.classNames,
729
- cancelButtonStyle: d == null ? void 0 : d.cancelButtonStyle,
730
- actionButtonStyle: d == null ? void 0 : d.actionButtonStyle,
731
- closeButtonAriaLabel: d == null ? void 0 : d.closeButtonAriaLabel,
732
- removeToast: it,
733
- toasts: Y.filter((q) => q.position == f.position),
734
- heights: nt.filter((q) => q.position == f.position),
735
- setHeights: bt,
736
- expandByDefault: _,
737
- gap: X,
738
- expanded: tt,
739
- swipeDirections: o.swipeDirections
740
- });
741
- })) : null;
742
- }));
743
- });
744
26
  export {
745
- Ee as T,
746
- xe as t
27
+ f as c,
28
+ i as u
747
29
  };
748
30
  //# sourceMappingURL=index3.js.map