@versini/sassysaint 8.101.0 → 8.101.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/chunks/AboutChangelog.BQFulMZF.js +33 -0
  2. package/dist/chunks/AboutEntry.BzMV697D.js +85 -0
  3. package/dist/chunks/{App.FDXS1dWr.js → App.4mnNHSFM.js} +3869 -3352
  4. package/dist/chunks/{Chart.D8hc7jQz.js → Chart.C8ffOgMR.js} +3 -2
  5. package/dist/chunks/{ChatBubbleAssistant.DgzNZWXj.js → ChatBubbleAssistant.DDXVnlp2.js} +12 -11
  6. package/dist/chunks/{ChatBubbleUser.CgAXoPL3.js → ChatBubbleUser.BElP1c3A.js} +6 -6
  7. package/dist/chunks/{ChatHistoryTable.DleRijpp.js → ChatHistoryTable.BMHD5YOq.js} +14 -13
  8. package/dist/chunks/{HistoryEntry.QXTx_1NF.js → HistoryEntry.DBE0Nfnr.js} +66 -63
  9. package/dist/chunks/LoginEntry.f8inuN8f.js +118 -0
  10. package/dist/chunks/LogoEntry.CAqrKoB5.js +1714 -0
  11. package/dist/chunks/{MemoriesEntry.CY-llB2n.js → MemoriesEntry.rKhs34L0.js} +13 -12
  12. package/dist/chunks/{ProfileEntry.D1t4NNjj.js → ProfileEntry.CmeNfgc9.js} +34 -32
  13. package/dist/chunks/{SettingsEntry.DPFXL5XW.js → SettingsEntry._yVtIzee.js} +45 -43
  14. package/dist/chunks/{Table.Ut5gRB0r.js → Table.BuvtTLwg.js} +4 -4
  15. package/dist/chunks/{UsageEntry.CJN9T5eq.js → UsageEntry.juxTe3FI.js} +35 -33
  16. package/dist/chunks/index.BAdB50GZ.js +103 -0
  17. package/dist/chunks/index.C5nLuEwV.js +99 -0
  18. package/dist/chunks/{index.CC5igXkB.js → index.CN_ODDdH.js} +1 -1
  19. package/dist/chunks/{index.Bm6nq0Gp.js → index.ClPJ3mDK.js} +2 -2
  20. package/dist/chunks/{index.BsZ9ZCrk.js → index.CnfrIQjs.js} +1 -1
  21. package/dist/chunks/index.DZhdlR8W.js +5549 -0
  22. package/dist/chunks/{index.gjQkJBf-.js → index.Dqllb59Q.js} +1 -1
  23. package/dist/chunks/{index.C7XLM9KR.js → index.M2YXECa8.js} +4 -4
  24. package/dist/chunks/index.WWSVXIYV.js +305 -0
  25. package/dist/chunks/index.cfJfy7Fb.js +292 -0
  26. package/dist/chunks/{index.CEY_eB-I.js → index.tjiRewKU.js} +3 -3
  27. package/dist/chunks/{useMarkdown.BopS_qSS.js → useMarkdown.DzlB8BkB.js} +19 -18
  28. package/dist/components/SassySaint/SassySaint.js +1 -1
  29. package/dist/index.js +4 -4
  30. package/dist/style.css +1 -1
  31. package/package.json +3 -3
  32. package/dist/chunks/AboutChangelog.CVySsRJL.js +0 -34
  33. package/dist/chunks/AboutEntry.C1p3cZGX.js +0 -83
  34. package/dist/chunks/index.DNyB0dBi.js +0 -266
  35. package/dist/chunks/index.Dvzk0ceM.js +0 -8173
@@ -0,0 +1,1714 @@
1
+ import E, { useRef as N, useEffect as A, useCallback as e1, useState as h1, useMemo as Y, useContext as t1, useId as d1, useLayoutEffect as X } from "react";
2
+ import { jsx as o, jsxs as l } from "react/jsx-runtime";
3
+ import n from "clsx";
4
+ import { V as d, e as u1, P as m1, r as p1 } from "./index.DZhdlR8W.js";
5
+ /*!
6
+ @versini/ui-hooks v6.0.0
7
+ © 2025 gizmette.com
8
+ */
9
+ try {
10
+ window.__VERSINI_UI_HOOKS__ || (window.__VERSINI_UI_HOOKS__ = {
11
+ version: "6.0.0",
12
+ buildTime: "12/16/2025 06:21 PM EST",
13
+ homepage: "https://www.npmjs.com/package/@versini/ui-hooks",
14
+ license: "MIT"
15
+ });
16
+ } catch {
17
+ }
18
+ function y1() {
19
+ const e = N(!1);
20
+ return A(() => (e.current = !0, () => {
21
+ e.current = !1;
22
+ }), []), e1(() => e.current, []);
23
+ }
24
+ /*!
25
+ @versini/ui-hooks v6.0.0
26
+ © 2025 gizmette.com
27
+ */
28
+ try {
29
+ window.__VERSINI_UI_HOOKS__ || (window.__VERSINI_UI_HOOKS__ = {
30
+ version: "6.0.0",
31
+ buildTime: "12/16/2025 06:21 PM EST",
32
+ homepage: "https://www.npmjs.com/package/@versini/ui-hooks",
33
+ license: "MIT"
34
+ });
35
+ } catch {
36
+ }
37
+ const g1 = {
38
+ x: 0,
39
+ y: 0,
40
+ width: 0,
41
+ height: 0,
42
+ top: 0,
43
+ left: 0,
44
+ bottom: 0,
45
+ right: 0
46
+ };
47
+ function U(e) {
48
+ const t = y1(), c = N(0), s = N(null), [a, r] = h1(g1), h = Y(() => typeof ResizeObserver > "u" ? null : new ResizeObserver((m) => {
49
+ const y = m[0];
50
+ y && (cancelAnimationFrame(c.current), c.current = requestAnimationFrame(() => {
51
+ s.current && t() && r(y.contentRect);
52
+ }));
53
+ }), [
54
+ t
55
+ ]);
56
+ return A(() => (s.current && h?.observe(s.current, e), () => {
57
+ h?.disconnect(), c.current && cancelAnimationFrame(c.current);
58
+ }), [
59
+ h,
60
+ e
61
+ ]), [
62
+ s,
63
+ a
64
+ ];
65
+ }
66
+ const f1 = {
67
+ ASC: "asc",
68
+ DESC: "desc"
69
+ }, e2 = "FOOTER_BOTTOM", v1 = "FOOTER_TOP", T1 = "APP_SET_FOOTER_POSITION", _1 = "APP_SET_FOOTER_HEIGHT", b1 = "APP_SET_OLED_MODE", I1 = "APP_SET_FULL_SCREEN", w1 = "APP_SET_THEME_MODE", E1 = "APP_SET_THEME_PALETTE", t2 = (e, t) => {
70
+ switch (t.type) {
71
+ case T1:
72
+ return e.footerPosition === t.payload.footerPosition && e.footerOffset === t.payload.footerOffset ? e : {
73
+ ...e,
74
+ footerPosition: t.payload.footerPosition,
75
+ footerOffset: t.payload.footerOffset
76
+ };
77
+ case _1:
78
+ return e.footerHeight === t.payload.footerHeight ? e : {
79
+ ...e,
80
+ footerHeight: t.payload.footerHeight
81
+ };
82
+ case b1:
83
+ return {
84
+ ...e,
85
+ oledMode: t.payload.oledMode
86
+ };
87
+ case I1:
88
+ return {
89
+ ...e,
90
+ fullScreen: t.payload.fullScreen
91
+ };
92
+ case w1:
93
+ return {
94
+ ...e,
95
+ themeMode: t.payload.themeMode
96
+ };
97
+ case E1:
98
+ return {
99
+ ...e,
100
+ themePalette: t.payload.themePalette
101
+ };
102
+ default:
103
+ return e;
104
+ }
105
+ }, x1 = "ASK! ME! ANYTHING!", c2 = "Log in with a password", s2 = "Log in with a Passkey", a2 = "Log out", o2 = "Password", r2 = "Usage", i2 = "Profile", n2 = "Settings", l2 = "Chat history", h2 = "About", d2 = "Type your message...", u2 = "How can I help you this morning?", m2 = "How can I help you this afternoon?", p2 = "How can I help you this evening?", y2 = "How can I help you tonight?", g2 = "How can I help you today?", f2 = "How can I help you?", v2 = "{{clipboard}}", u = "Review important details.", T2 = [
106
+ `Sometimes, ${d} just makes stuff up. ${u}`,
107
+ `${d} may invent facts on the fly. ${u}`,
108
+ `${d} may be confidently wrong. ${u}`,
109
+ `Occasionally, ${d} bluffs. ${u}`,
110
+ `${d} is not always reality-based. ${u}`,
111
+ `Sometimes, ${d} freestyles the truth. ${u}`,
112
+ `${d}'s answers may vary from reality. ${u}`,
113
+ `Sometimes, ${d} hallucinates. ${u}`,
114
+ `Occasionally, ${d} imagines. ${u}`,
115
+ `${d} may make things up. ${u}`,
116
+ `${d} gets creative sometimes. ${u}`,
117
+ `${d} isn't always right. ${u}`,
118
+ `${d} can be mistaken. ${u}`,
119
+ `Sometimes, ${d} guesses. ${u}`,
120
+ `Sometimes, ${d} invents. ${u}`,
121
+ `${d} may get it wrong. ${u}`,
122
+ `${d} might fetch the wrong stick. ${u}`,
123
+ `Sometimes, ${d} howls at the moon. ${u}`,
124
+ `${d} may dig up imaginary bones. ${u}`,
125
+ `${d} may sniff out nonsense. ${u}`
126
+ ], _2 = "Prompts are pre-filled menus available on the main screen, to help you quickly start requests. If you select the 'Private Chat' checkbox, the corresponding chat will not be saved. If you select the 'Clipboard Access' checkbox, your clipboard content (if any) will be provided to the request.", b2 = "Default provider set to", I2 = "Chat successfully deleted!", w2 = "Caching enabled. Assets are now stored locally.", E2 = "Caching disabled. Local asset cache cleared.", x2 = "av-sassy", S2 = {
127
+ 0: ["January", "February", "March"],
128
+ 3: ["April", "May", "June"],
129
+ 6: ["July", "August", "September"],
130
+ 9: ["October", "November", "December"]
131
+ }, N2 = {
132
+ 0: ["Jan", "Feb", "Mar"],
133
+ 3: ["Apr", "May", "Jun"],
134
+ 6: ["Jul", "Aug", "Sep"],
135
+ 9: ["Oct", "Nov", "Dec"]
136
+ }, k = {
137
+ TODAY: "today",
138
+ YESTERDAY: "yesterday",
139
+ MONTH_TO_DATE: "monthToDate",
140
+ SPECIFIC_MONTH: "specificMonth",
141
+ CURRENT_YEAR: "currentYear",
142
+ LAST_YEAR: "lastYear"
143
+ }, C2 = [
144
+ "January",
145
+ "February",
146
+ "March",
147
+ "April",
148
+ "May",
149
+ "June",
150
+ "July",
151
+ "August",
152
+ "September",
153
+ "October",
154
+ "November",
155
+ "December"
156
+ ], k2 = {
157
+ [k.TODAY]: "Today",
158
+ [k.YESTERDAY]: "Yesterday",
159
+ [k.MONTH_TO_DATE]: "Month to date",
160
+ [k.CURRENT_YEAR]: `${(/* @__PURE__ */ new Date()).getFullYear()} by trimester`,
161
+ [k.LAST_YEAR]: `${(/* @__PURE__ */ new Date()).getFullYear() - 1} by trimester`
162
+ }, M2 = {
163
+ PREFERENCES: {
164
+ TITLE: "User profile",
165
+ USERNAME: "Username",
166
+ EMAIL: "Email",
167
+ PASSKEY_TITLE: "Passkey",
168
+ PASSKEY_INSTRUCTIONS: "Log in password-free with a passkey (facial recognition or fingerprint authentication).",
169
+ PASSKEY_BUTTON: "Create a Passkey"
170
+ },
171
+ PLANS: {
172
+ TITLE: "Plans",
173
+ DESCRIPTION: "Pick the plan that best fits how you work with the assistant.",
174
+ ACTIVE_BADGE: "Current plan",
175
+ SWITCH_SUCCESS: "Plan updated to",
176
+ SWITCH_ERROR: "We couldn't update your plan right now. Please try again in a moment."
177
+ },
178
+ MAIN_STATISTICS: {
179
+ TITLE: "Lifetime statistics",
180
+ TOTAL: "Total chat session",
181
+ TOTAL_PRIVATE: "Private chat",
182
+ TOTAL_DELETED: "Deleted chat",
183
+ USAGE: "Model and token usage"
184
+ },
185
+ HISTORY: {
186
+ TITLE: "Chat history"
187
+ },
188
+ ABOUT: {
189
+ TITLE_CLIENT: "Client details",
190
+ TITLE_SERVER: "Server details",
191
+ TITLE_CHANGELOG: "Changelog",
192
+ VERSION: "Version",
193
+ BUILD_TIMESTAMP: "Build date",
194
+ PROVIDER: "Available AI model"
195
+ },
196
+ SETTINGS_PROMPTS: {
197
+ TITLE: "Prompts"
198
+ },
199
+ SETTINGS_ADVANCED: {
200
+ TITLE: "Advanced Settings",
201
+ REASONING_BUTTON_DESCRIPTION: "This option allows you to display the Reasoning button in the chat interface. When enabled, you can toggle reasoning mode ON and OFF for more in-depth analysis.",
202
+ NESTED_MODEL_SELECTION_DESCRIPTION: "This option enables advanced model selection, allowing you to choose specific AI models within each provider category. This feature is only available when multiple models per provider are included in your plan.",
203
+ CACHE_DESCRIPTION: "This option enables caching of application assets for faster loading and improved performance on slow networks. This feature improves performance by storing frequently used resources locally.",
204
+ BACKGROUND_THEME_DESCRIPTION: "This option enables OLED mode, which uses pure black backgrounds in dark mode and pure white backgrounds in light mode. This is optimal for OLED displays to reduce power consumption and improve visual quality.",
205
+ THEME_MODE_DESCRIPTION: "This option enables a different theme, which uses softer, pastel colors for interface elements instead of the standard theme. This provides a more gentle - if not more whimsical - visual experience.",
206
+ FULL_SCREEN_DESCRIPTION: "This option enables full screen mode, which removes the maximum width constraint and allows the interface to use the entire available screen width for a more immersive experience."
207
+ },
208
+ SETTINGS_DETAILS: {
209
+ TITLE: "Chats",
210
+ DETAILS: "This option adds individual statistics for each messages under their respective bubbles, such as model name, tokens usage, and more.",
211
+ SEND_ON_ENTER: "This option allows you to choose whether you want to send a message when you press Enter or if you want to use Ctrl+Enter (Cmd+Enter on Mac). If you choose to send a message on Enter, you will need use Shift+Enter to insert a new line.",
212
+ USE_MEMORY: "This option allows you to choose whether you want to enable memory for your chats. When enabled, Diggidy will remember your previous interactions and use them to provide more relevant responses."
213
+ }
214
+ }, O2 = E.createContext({
215
+ state: {
216
+ searchString: "",
217
+ sortedCell: "",
218
+ sortDirection: f1.DESC
219
+ },
220
+ dispatch: () => {
221
+ }
222
+ }), L2 = E.createContext({
223
+ state: { prompt: "", lastTriggeredTimestamp: 0 },
224
+ dispatch: () => {
225
+ }
226
+ }), P2 = E.createContext({
227
+ state: {
228
+ provider: m1,
229
+ privateChat: !1,
230
+ reasoning: !1,
231
+ streaming: !1,
232
+ loading: !1,
233
+ restoring: !1,
234
+ aborted: !1,
235
+ tokenUsage: 0,
236
+ attachments: 0,
237
+ lastStreamingTimestamp: 0,
238
+ lastResetTimestamp: 0
239
+ },
240
+ dispatch: () => {
241
+ },
242
+ setChatId: () => {
243
+ },
244
+ setInitialMessages: () => {
245
+ }
246
+ }), S1 = E.createContext({
247
+ state: {
248
+ footerPosition: v1,
249
+ footerHeight: 0,
250
+ footerOffset: 0,
251
+ oledMode: !1,
252
+ fullScreen: !1,
253
+ themeMode: u1
254
+ },
255
+ dispatch: () => {
256
+ }
257
+ }), N1 = (e) => {
258
+ if (e && Object.keys(e).length > 0) {
259
+ const t = document.documentElement;
260
+ Array.from(t.style).filter((c) => c.startsWith("--av-")).forEach((c) => t.style.removeProperty(c)), Object.entries(e).forEach(([c, s]) => {
261
+ t.style.setProperty(c, s);
262
+ });
263
+ }
264
+ }, C1 = () => {
265
+ const {
266
+ state: { oledMode: e, themePalette: t }
267
+ } = t1(S1), c = Y(() => {
268
+ if (t)
269
+ return e ? t.oled : t.normal;
270
+ }, [t, e]);
271
+ return A(() => {
272
+ c?.cssVariables && N1(c.cssVariables);
273
+ }, [c]), [e1(
274
+ (a) => c?.colors[a] || "",
275
+ [c]
276
+ ), p1];
277
+ };
278
+ /*!
279
+ @versini/ui-hooks v6.0.0
280
+ © 2025 gizmette.com
281
+ */
282
+ try {
283
+ window.__VERSINI_UI_HOOKS__ || (window.__VERSINI_UI_HOOKS__ = {
284
+ version: "6.0.0",
285
+ buildTime: "12/16/2025 06:21 PM EST",
286
+ homepage: "https://www.npmjs.com/package/@versini/ui-hooks",
287
+ license: "MIT"
288
+ });
289
+ } catch {
290
+ }
291
+ function B2(e) {
292
+ const t = d1();
293
+ if (!e)
294
+ return t;
295
+ if (typeof e == "number" || typeof e == "string")
296
+ return `${e}${t}`;
297
+ if (typeof e == "object") {
298
+ const { id: c, prefix: s = "" } = e;
299
+ return typeof c == "number" || typeof c == "string" ? `${s}${c}` : `${s}${t}`;
300
+ }
301
+ }
302
+ /*!
303
+ @versini/ui-hooks v6.0.0
304
+ © 2025 gizmette.com
305
+ */
306
+ try {
307
+ window.__VERSINI_UI_HOOKS__ || (window.__VERSINI_UI_HOOKS__ = {
308
+ version: "6.0.0",
309
+ buildTime: "12/16/2025 06:21 PM EST",
310
+ homepage: "https://www.npmjs.com/package/@versini/ui-hooks",
311
+ license: "MIT"
312
+ });
313
+ } catch {
314
+ }
315
+ function k1(e) {
316
+ return Y(() => e.every((t) => t == null) ? () => {
317
+ } : (t) => {
318
+ e.forEach((c) => {
319
+ typeof c == "function" ? c(t) : c != null && (c.current = t);
320
+ });
321
+ }, [
322
+ ...e
323
+ ]);
324
+ }
325
+ /*!
326
+ @versini/ui-button v11.0.0
327
+ © 2025 gizmette.com
328
+ */
329
+ try {
330
+ window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
331
+ version: "11.0.0",
332
+ buildTime: "12/16/2025 06:21 PM EST",
333
+ homepage: "https://www.npmjs.com/package/@versini/ui-button",
334
+ license: "MIT"
335
+ });
336
+ } catch {
337
+ }
338
+ const M1 = (e, t, c) => {
339
+ !t && (!document.activeElement || document.activeElement !== e.currentTarget) && typeof e?.currentTarget?.focus == "function" && e.currentTarget.focus(), typeof c == "function" && c(e);
340
+ }, j = /* @__PURE__ */ E.forwardRef((e, t) => {
341
+ const { onClick: c, noInternalClick: s = !1, ...a } = e;
342
+ return /* @__PURE__ */ o("button", {
343
+ ref: t,
344
+ onClick: (r) => {
345
+ M1(r, s, c);
346
+ },
347
+ ...a
348
+ });
349
+ });
350
+ j.displayName = "BaseButton";
351
+ /*!
352
+ @versini/ui-button v11.0.0
353
+ © 2025 gizmette.com
354
+ */
355
+ try {
356
+ window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
357
+ version: "11.0.0",
358
+ buildTime: "12/16/2025 06:21 PM EST",
359
+ homepage: "https://www.npmjs.com/package/@versini/ui-button",
360
+ license: "MIT"
361
+ });
362
+ } catch {
363
+ }
364
+ const Q = "av-button";
365
+ /*!
366
+ @versini/ui-button v11.0.0
367
+ © 2025 gizmette.com
368
+ */
369
+ try {
370
+ window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
371
+ version: "11.0.0",
372
+ buildTime: "12/16/2025 06:21 PM EST",
373
+ homepage: "https://www.npmjs.com/package/@versini/ui-button",
374
+ license: "MIT"
375
+ });
376
+ } catch {
377
+ }
378
+ const z = "icon", K = "button", G = "link", O1 = ({ type: e, size: t, labelRight: c, labelLeft: s, align: a, animated: r }) => {
379
+ const h = "max-h-8 py-0 px-2", m = "max-h-9 h-8 px-3", y = "max-h-12 py-2 px-4";
380
+ switch (e) {
381
+ case K:
382
+ case G:
383
+ return n({
384
+ [h]: t === "small",
385
+ [m]: t === "medium",
386
+ [y]: t === "large"
387
+ });
388
+ case z:
389
+ return n("flex items-center", {
390
+ "justify-center": a === "center",
391
+ "justify-start": a === "left",
392
+ "justify-end": a === "right",
393
+ "h-6 w-6 p-0": t === "small" && !r && !(c || s),
394
+ "h-6 px-1 sm:px-2": t === "small" && !r && (c || s),
395
+ "h-8 w-8 p-1": t === "medium" && !r && !(c || s),
396
+ "h-8 px-3": t === "medium" && !r && (c || s),
397
+ "h-12 w-12 p-2": t === "large" && !r && !(c || s),
398
+ "h-12 px-4": t === "large" && !r && (c || s),
399
+ "h-6 py-0": t === "small" && r && !(c || s),
400
+ "h-6": t === "small" && r && (c || s),
401
+ "h-8 py-1": t === "medium" && r && !(c || s),
402
+ "h-8": t === "medium" && r && (c || s),
403
+ "h-12 py-2": t === "large" && r && !(c || s),
404
+ "h-12": t === "large" && r && (c || s)
405
+ });
406
+ }
407
+ }, L1 = ({ type: e, size: t, labelRight: c, labelLeft: s }) => {
408
+ const a = "text-sm font-medium", r = "text-base font-medium", h = "text-lg font-medium";
409
+ switch (e) {
410
+ case K:
411
+ case G:
412
+ return n({
413
+ "text-center": e === G,
414
+ [a]: t === "small",
415
+ [r]: t === "medium",
416
+ [h]: t === "large"
417
+ });
418
+ case z:
419
+ return n({
420
+ [a]: t === "small" && (c || s),
421
+ [r]: t === "medium" && (c || s),
422
+ [h]: t === "large" && (c || s)
423
+ });
424
+ }
425
+ }, P1 = ({ mode: e, noBackground: t, truncate: c, variant: s }) => {
426
+ if (t)
427
+ return "not-prose";
428
+ if (s === "primary")
429
+ return n("not-prose", {
430
+ truncate: c,
431
+ "text-copy-dark": e === "light" || e === "system",
432
+ "text-copy-light": e === "dark" || e === "alt-system",
433
+ "dark:text-copy-light": e === "system",
434
+ "dark:text-copy-dark": e === "alt-system"
435
+ });
436
+ if (s === "secondary")
437
+ return n("not-prose", {
438
+ truncate: c,
439
+ "text-copy-light": e === "light" || e === "system",
440
+ "text-copy-dark": e === "dark" || e === "alt-system",
441
+ "dark:text-copy-dark": e === "system",
442
+ "dark:text-copy-light": e === "alt-system"
443
+ });
444
+ if (s === "danger")
445
+ return n("not-prose", {
446
+ truncate: c,
447
+ "text-copy-light": e === "dark" || e === "system",
448
+ "text-copy-lighter": e === "light" || e === "alt-system",
449
+ "dark:text-copy-lighter": e === "system",
450
+ "dark:text-copy-light": e === "alt-system"
451
+ });
452
+ if (s === "selected")
453
+ return n("not-prose text-copy-lighter", {
454
+ truncate: c
455
+ });
456
+ }, B1 = ({ mode: e, noBackground: t, variant: c }) => {
457
+ if (!t) {
458
+ if (c === "primary")
459
+ return n({
460
+ "bg-action-light": e === "light",
461
+ "bg-action-dark": e === "dark",
462
+ "bg-action-light dark:bg-action-dark": e === "system",
463
+ "bg-action-dark dark:bg-action-light": e === "alt-system"
464
+ });
465
+ if (c === "secondary")
466
+ return n({
467
+ "bg-action-dark": e === "light",
468
+ "bg-action-light": e === "dark",
469
+ "bg-action-dark dark:bg-action-light": e === "system",
470
+ "bg-action-light dark:bg-action-dark": e === "alt-system"
471
+ });
472
+ if (c === "danger")
473
+ return n({
474
+ "bg-action-danger-dark": e === "dark",
475
+ "bg-action-danger-light": e === "light",
476
+ "bg-action-danger-dark dark:bg-action-danger-light": e === "system",
477
+ "bg-action-danger-light dark:bg-action-danger-dark": e === "alt-system"
478
+ });
479
+ if (c === "selected")
480
+ return "bg-action-selected-dark";
481
+ }
482
+ }, A1 = ({ radius: e }) => n({
483
+ "rounded-full": e === "large",
484
+ "rounded-md": e === "medium",
485
+ "rounded-xs": e === "small"
486
+ }), z1 = ({ mode: e, disabled: t, variant: c }) => {
487
+ if (t)
488
+ return "";
489
+ if (c === "primary")
490
+ return n({
491
+ "hover:text-copy-dark-hover": e === "light" || e === "system",
492
+ "hover:text-copy-light-hover": e === "dark" || e === "alt-system",
493
+ "dark:hover:text-copy-light-hover": e === "system",
494
+ "dark:hover:text-copy-dark-hover": e === "alt-system",
495
+ "hover:bg-action-light-hover": e === "light",
496
+ "hover:bg-action-dark-hover": e === "dark",
497
+ "hover:bg-action-light-hover dark:hover:bg-action-dark-hover": e === "system",
498
+ "hover:bg-action-dark-hover dark:hover:bg-action-light-hover": e === "alt-system"
499
+ });
500
+ if (c === "secondary")
501
+ return n({
502
+ "hover:text-copy-light-hover": e === "light" || e === "system",
503
+ "hover:text-copy-dark-hover": e === "dark" || e === "alt-system",
504
+ "dark:hover:text-copy-dark-hover": e === "system",
505
+ "dark:hover:text-copy-light-hover": e === "alt-system",
506
+ "hover:bg-action-dark-hover": e === "light",
507
+ "hover:bg-action-light-hover": e === "dark",
508
+ "hover:bg-action-dark-hover dark:hover:bg-action-light-hover": e === "system",
509
+ "hover:bg-action-light-hover dark:hover:bg-action-dark-hover": e === "alt-system"
510
+ });
511
+ if (c === "danger")
512
+ return n("hover:text-copy-light-hover", {
513
+ "hover:bg-action-danger-dark-hover": e === "dark",
514
+ "hover:bg-action-danger-light-hover": e === "light",
515
+ "hover:bg-action-danger-dark-hover dark:hover:bg-action-danger-light-hover": e === "system",
516
+ "hover:bg-action-danger-light-hover dark:hover:bg-action-danger-dark-hover": e === "alt-system"
517
+ });
518
+ if (c === "selected")
519
+ return "hover:text-copy-light-hover hover:bg-action-selected-dark-hover";
520
+ }, R1 = ({ mode: e, disabled: t, variant: c }) => {
521
+ if (t)
522
+ return "";
523
+ if (c === "primary")
524
+ return n({
525
+ "active:text-copy-light-active": e === "light" || e === "system",
526
+ "active:text-copy-medium-active": e === "dark" || e === "alt-system",
527
+ "dark:active:text-copy-medium-active": e === "system",
528
+ "dark:active:text-copy-light-active": e === "alt-system",
529
+ "active:bg-action-light-active": e === "light",
530
+ "active:bg-action-dark-active": e === "dark",
531
+ "active:bg-action-light-active dark:active:bg-action-dark-active": e === "system",
532
+ "active:bg-action-dark-active dark:active:bg-action-light-active": e === "alt-system"
533
+ });
534
+ if (c === "secondary")
535
+ return n({
536
+ "active:text-copy-medium-active": e === "light" || e === "system",
537
+ "active:text-copy-light-active": e === "dark" || e === "alt-system",
538
+ "dark:active:text-copy-light-active": e === "system",
539
+ "dark:active:text-copy-medium-active": e === "alt-system",
540
+ "active:bg-action-dark-active": e === "light",
541
+ "active:bg-action-light-active": e === "dark",
542
+ "active:bg-action-dark-active dark:active:bg-action-light-active": e === "system",
543
+ "active:bg-action-light-active dark:active:bg-action-dark-active": e === "alt-system"
544
+ });
545
+ if (c === "danger")
546
+ return n("active:text-copy-lighter-active", {
547
+ "active:bg-action-danger-dark-active": e === "dark",
548
+ "active:bg-action-danger-light-active": e === "light",
549
+ "active:bg-action-danger-dark-active dark:active:bg-action-danger-light-active": e === "system",
550
+ "active:bg-action-danger-light-active dark:active:bg-action-danger-dark-active": e === "alt-system"
551
+ });
552
+ if (c === "selected")
553
+ return "active:text-copy-lighter-active active:bg-action-selected-dark-active";
554
+ }, V1 = ({ mode: e, noBorder: t, variant: c }) => {
555
+ if (t)
556
+ return "border border-transparent";
557
+ if (c === "primary")
558
+ return n("border", {
559
+ "border-border-medium": e === "light",
560
+ "border-border-accent": e === "dark",
561
+ "border-border-medium dark:border-border-accent": e === "system",
562
+ "border-border-accent dark:border-border-medium": e === "alt-system"
563
+ });
564
+ if (c === "secondary")
565
+ return n("border", {
566
+ "border-border-accent": e === "light",
567
+ "border-border-medium": e === "dark",
568
+ "border-border-accent dark:border-border-medium": e === "system",
569
+ "border-border-medium dark:border-border-accent": e === "alt-system"
570
+ });
571
+ if (c === "danger")
572
+ return n("border", {
573
+ "border-border-danger-dark": e === "dark",
574
+ "border-border-danger-medium": e === "light",
575
+ "border-border-danger-dark dark:border-border-danger-medium": e === "system",
576
+ "border-border-danger-medium dark:border-border-danger-dark": e === "alt-system"
577
+ });
578
+ if (c === "selected")
579
+ return "border border-border-selected-dark";
580
+ }, H1 = ({ focusMode: e }) => n("focus:outline", "focus:outline-2", "focus:outline-offset-2", {
581
+ "focus:outline-focus-dark": e === "dark",
582
+ "focus:outline-focus-light": e === "light",
583
+ "focus:outline-focus-light dark:focus:outline-focus-dark": e === "alt-system",
584
+ "focus:outline-focus-dark dark:focus:outline-focus-light": e === "system"
585
+ }), D1 = ({ mode: e, raw: t, iconClassName: c, variant: s = "primary" }) => {
586
+ if (t)
587
+ return "";
588
+ let a = {};
589
+ return s === "primary" ? a = {
590
+ "text-copy-dark": e === "light" || e === "system",
591
+ "text-copy-light": e === "dark" || e === "alt-system",
592
+ "dark:text-copy-light": e === "system",
593
+ "dark:text-copy-dark": e === "alt-system"
594
+ } : s === "secondary" ? a = {
595
+ "text-copy-light": e === "light" || e === "system",
596
+ "text-copy-dark": e === "dark" || e === "alt-system",
597
+ "dark:text-copy-dark": e === "system",
598
+ "dark:text-copy-light": e === "alt-system"
599
+ } : s === "danger" ? a = {
600
+ "text-copy-light": e === "dark" || e === "system",
601
+ "text-copy-lighter": e === "light" || e === "alt-system",
602
+ "dark:text-copy-lighter": e === "system",
603
+ "dark:text-copy-light": e === "alt-system"
604
+ } : s === "selected" && (a = {
605
+ "text-copy-lighter": !0
606
+ }), n(a, c);
607
+ }, U1 = ({ animated: e }) => n({
608
+ "transition-opacity duration-300 ease-in-out": e
609
+ }), c1 = ({ type: e, className: t, raw: c, mode: s, focusMode: a, disabled: r, fullWidth: h, size: m, noBorder: y, labelRight: f, labelLeft: v, noBackground: g, variant: p, truncate: T, align: C, radius: R, animated: M }) => (p || (p = "primary"), c ? n(Q, t) : n(Q, P1({
610
+ mode: s,
611
+ variant: p,
612
+ noBackground: g,
613
+ truncate: T
614
+ }), B1({
615
+ mode: s,
616
+ noBackground: g,
617
+ variant: p
618
+ }), A1({
619
+ radius: R
620
+ }), O1({
621
+ type: e,
622
+ size: m,
623
+ labelRight: f,
624
+ labelLeft: v,
625
+ align: C,
626
+ animated: M
627
+ }), L1({
628
+ type: e,
629
+ size: m,
630
+ labelRight: f,
631
+ labelLeft: v
632
+ }), V1({
633
+ mode: s,
634
+ variant: p,
635
+ noBorder: y
636
+ }), H1({
637
+ focusMode: a
638
+ }), z1({
639
+ mode: s,
640
+ variant: p,
641
+ disabled: r
642
+ }), R1({
643
+ mode: s,
644
+ variant: p,
645
+ disabled: r
646
+ }), {
647
+ "w-full": h,
648
+ "disabled:cursor-not-allowed disabled:opacity-50": r
649
+ }, n({
650
+ "transition-[width] duration-300 ease-in": e === z && M
651
+ }), t));
652
+ /*!
653
+ @versini/ui-button v11.0.0
654
+ © 2025 gizmette.com
655
+ */
656
+ try {
657
+ window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
658
+ version: "11.0.0",
659
+ buildTime: "12/16/2025 06:21 PM EST",
660
+ homepage: "https://www.npmjs.com/package/@versini/ui-button",
661
+ license: "MIT"
662
+ });
663
+ } catch {
664
+ }
665
+ const L = {
666
+ small: 24,
667
+ medium: 32,
668
+ large: 48
669
+ }, $1 = {
670
+ small: 16,
671
+ medium: 24,
672
+ large: 32
673
+ }, G1 = 2, F1 = 300, Y1 = /* @__PURE__ */ E.forwardRef(({ children: e, disabled: t = !1, mode: c = "system", focusMode: s = "system", fullWidth: a = !1, className: r, type: h = "button", raw: m = !1, noBorder: y = !1, "aria-label": f, label: v, size: g = "medium", labelRight: p, labelLeft: T, noBackground: C = !1, align: R = "center", radius: M = "large", variant: q = "secondary", iconClassName: s1, animated: I = !1, ...a1 }, o1) => {
674
+ const r1 = c1({
675
+ type: z,
676
+ mode: c,
677
+ focusMode: s,
678
+ fullWidth: a,
679
+ disabled: t,
680
+ raw: m,
681
+ className: r,
682
+ noBorder: y,
683
+ size: g,
684
+ labelRight: p,
685
+ labelLeft: T,
686
+ noBackground: C,
687
+ align: R,
688
+ radius: M,
689
+ variant: q,
690
+ animated: I
691
+ }), i1 = D1({
692
+ mode: c,
693
+ raw: m,
694
+ iconClassName: s1,
695
+ variant: q
696
+ }), W = U1({
697
+ animated: I
698
+ }), n1 = "flex items-center justify-center relative w-full h-full overflow-hidden", [_, V] = U(), [b, H] = U(), [O, J] = U(), D = N(0), w = N(null), x = N(null), l1 = k1([
699
+ o1,
700
+ w
701
+ ]);
702
+ return X(() => {
703
+ O && O.current && I && (D.current = J.width + $1[g] + (y ? 0 : G1), w.current && !w.current.style.width && (w.current.style.width = `${L[g]}px`));
704
+ }, [
705
+ J,
706
+ O,
707
+ g,
708
+ y,
709
+ I
710
+ ]), X(() => {
711
+ if (w && w.current && I) {
712
+ let S = L[g];
713
+ p && _ && V.width > 0 ? S = V.width + D.current : T && b && H.width > 0 && (S = H.width + D.current), x.current && clearTimeout(x.current), S !== parseInt(w.current.style.width || "0", 10) && (_.current && (_.current.style.opacity = "0"), b.current && (b.current.style.opacity = "0"), w.current.style.width = `${S}px`, S > L[g] && (x.current = setTimeout(() => {
714
+ _.current && p && (_.current.style.opacity = "1"), b.current && T && (b.current.style.opacity = "1"), x.current = null;
715
+ }, F1 * 0.8))), S === L[g] && (_.current && (_.current.style.opacity = "0"), b.current && (b.current.style.opacity = "0"));
716
+ }
717
+ }, [
718
+ V,
719
+ p,
720
+ _,
721
+ H,
722
+ T,
723
+ b,
724
+ g,
725
+ I
726
+ ]), A(() => () => {
727
+ x.current && clearTimeout(x.current);
728
+ }, []), /* @__PURE__ */ o(j, {
729
+ ref: l1,
730
+ className: r1,
731
+ disabled: t,
732
+ type: h,
733
+ "aria-label": f || v,
734
+ ...a1,
735
+ children: /* @__PURE__ */ l("div", {
736
+ className: n1,
737
+ children: [
738
+ /* @__PURE__ */ o(Z, {
739
+ label: T,
740
+ labelRef: b,
741
+ labelClass: W,
742
+ labelInnerClass: "pr-2",
743
+ initiallyHidden: I
744
+ }),
745
+ /* @__PURE__ */ o("span", {
746
+ ref: O,
747
+ className: i1,
748
+ children: e
749
+ }),
750
+ /* @__PURE__ */ o(Z, {
751
+ label: p,
752
+ labelRef: _,
753
+ labelClass: W,
754
+ labelInnerClass: "pl-2",
755
+ initiallyHidden: I
756
+ })
757
+ ]
758
+ })
759
+ });
760
+ }), Z = ({ labelRef: e, labelClass: t, label: c, labelInnerClass: s, initiallyHidden: a = !1 }) => /* @__PURE__ */ o("span", {
761
+ ref: e,
762
+ className: t,
763
+ style: a ? {
764
+ opacity: 0
765
+ } : void 0,
766
+ children: c && /* @__PURE__ */ o("span", {
767
+ className: s,
768
+ children: c
769
+ })
770
+ });
771
+ Y1.displayName = "ButtonIcon";
772
+ /*!
773
+ @versini/ui-icons v4.15.1
774
+ © 2025 gizmette.com
775
+ */
776
+ try {
777
+ window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
778
+ version: "4.15.1",
779
+ buildTime: "11/03/2025 07:21 PM EST",
780
+ homepage: "https://github.com/aversini/ui-icons",
781
+ license: "MIT"
782
+ });
783
+ } catch {
784
+ }
785
+ /*!
786
+ @versini/ui-svgicon v4.3.0
787
+ © 2025 gizmette.com
788
+ */
789
+ try {
790
+ window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
791
+ version: "4.3.0",
792
+ buildTime: "11/03/2025 07:21 PM EST",
793
+ homepage: "https://github.com/aversini/ui-icons",
794
+ license: "MIT"
795
+ });
796
+ } catch {
797
+ }
798
+ const i = ({ children: e, fill: t, viewBox: c, className: s, defaultViewBox: a, size: r, title: h, semantic: m = !1, ...y }) => {
799
+ const f = n(r, s);
800
+ return /* @__PURE__ */ l("svg", {
801
+ xmlns: "http://www.w3.org/2000/svg",
802
+ className: f,
803
+ viewBox: c || a,
804
+ fill: t || "currentColor",
805
+ role: "img",
806
+ "aria-hidden": !m,
807
+ focusable: !1,
808
+ ...y,
809
+ children: [
810
+ h && m && /* @__PURE__ */ o("title", {
811
+ children: h
812
+ }),
813
+ e
814
+ ]
815
+ });
816
+ }, A2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
817
+ defaultViewBox: "0 0 448 512",
818
+ size: "size-5",
819
+ viewBox: t,
820
+ className: e,
821
+ title: c || "Add",
822
+ ...a,
823
+ children: /* @__PURE__ */ o("path", {
824
+ d: "M240 64c0-8.8-7.2-16-16-16s-16 7.2-16 16v176H32c-8.8 0-16 7.2-16 16s7.2 16 16 16h176v176c0 8.8 7.2 16 16 16s16-7.2 16-16V272h176c8.8 0 16-7.2 16-16s-7.2-16-16-16H240z"
825
+ })
826
+ }), z2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
827
+ defaultViewBox: "0 0 24 24",
828
+ size: "size-5",
829
+ viewBox: t,
830
+ className: e,
831
+ title: c || "Anthropic",
832
+ ...a,
833
+ children: /* @__PURE__ */ o("path", {
834
+ d: "M17.304 3.541h-3.672l6.696 16.918H24Zm-10.608 0L0 20.459h3.744l1.37-3.553h7.005l1.369 3.553h3.744L10.536 3.541Zm-.371 10.223L8.616 7.82l2.291 5.945Z"
835
+ })
836
+ }), R2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
837
+ defaultViewBox: "0 0 512 512",
838
+ size: "size-5",
839
+ viewBox: t,
840
+ className: e,
841
+ title: c || "Back",
842
+ ...a,
843
+ children: [
844
+ /* @__PURE__ */ o("path", {
845
+ d: "M66.6 320c0 1.8.1 3.5.4 5.3C84.9 431.3 177 512 288 512c123.7 0 224-100.3 224-224 0-111-80.7-203.1-186.7-220.9-1.8-.3-3.6-.4-5.3-.4-15.3 0-28.9 11.1-31.5 26.7-2.9 17.4 8.8 33.9 26.3 36.9C390.4 142.9 448 208.8 448 288c0 88.4-71.6 160-160 160-79.2 0-145.1-57.6-157.8-133.3-2.9-17.4-19.4-29.2-36.9-26.3-15.6 2.6-26.7 16.2-26.7 31.5z",
846
+ opacity: s ? "1" : "0.4"
847
+ }),
848
+ /* @__PURE__ */ o("path", {
849
+ d: "M32 0h160c17.7 0 32 14.3 32 32s-14.3 32-32 32h-82.7l233.3 233.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L64 109.3V192c0 17.7-14.3 32-32 32S0 209.7 0 192V32C0 14.3 14.3 0 32 0"
850
+ })
851
+ ]
852
+ }), V2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
853
+ defaultViewBox: "0 0 448 512",
854
+ size: "size-5",
855
+ viewBox: t,
856
+ className: e,
857
+ title: c || "Book",
858
+ ...a,
859
+ children: [
860
+ /* @__PURE__ */ o("path", {
861
+ d: "M32 64v328.6c9.4-5.4 20.3-8.6 32-8.6h336c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H64c-17.7 0-32 14.3-32 32m71.2 50.5 23.6-11.8 11.8-23.6c8.8-17.7 34.1-17.7 42.9 0l11.8 23.6 23.6 11.8c17.7 8.8 17.7 34.1 0 42.9l-23.6 11.8-11.8 23.6c-8.8 17.7-34.1 17.7-42.9 0l-11.8-23.6-23.6-11.8c-17.7-8.8-17.7-34.1 0-42.9m107.7 111.4 38.6-16.5 16.5-38.6c8.3-19.4 35.8-19.4 44.1 0l16.5 38.6 38.6 16.5c19.4 8.3 19.4 35.8 0 44.1l-38.6 16.5-16.5 38.6c-8.3 19.4-35.8 19.4-44.1 0l-16.5-38.6-38.6-16.5c-19.4-8.3-19.4-35.8 0-44.1",
862
+ opacity: ".4"
863
+ }),
864
+ /* @__PURE__ */ o("path", {
865
+ d: "M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h368c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-66.7c18.6-6.6 32-24.4 32-45.3V48c0-26.5-21.5-48-48-48zm320 416v64H64c-17.7 0-32-14.3-32-32s14.3-32 32-32zM64 384c-11.7 0-22.6 3.1-32 8.6V64c0-17.7 14.3-32 32-32h336c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16zm201.9-213.1-16.5 38.6-38.6 16.5c-19.4 8.3-19.4 35.8 0 44.1l38.6 16.5 16.5 38.6c8.3 19.4 35.8 19.4 44.1 0l16.5-38.6 38.6-16.5c19.4-8.3 19.4-35.8 0-44.1l-38.6-16.5-16.5-38.6c-8.3-19.4-35.8-19.4-44.1 0m22.1 29.7 11.7 27.3c1.6 3.8 4.6 6.8 8.4 8.4l27.3 11.7-27.3 11.7c-3.8 1.6-6.8 4.6-8.4 8.4L288 295.4l-11.7-27.3c-1.6-3.8-4.6-6.8-8.4-8.4L240.6 248l27.3-11.7c3.8-1.6 6.8-4.6 8.4-8.4zm-135-78.8 7-14 7 14c1.5 3.1 4.1 5.6 7.2 7.2l14 7-14 7c-3.1 1.5-5.6 4.1-7.2 7.2l-7 14-7-14c-1.5-3.1-4.1-5.6-7.2-7.2l-14-7 14-7c3.1-1.5 5.6-4.1 7.2-7.2m28.5-42.7c-8.8-17.7-34.1-17.7-42.9 0l-11.8 23.6-23.6 11.8c-17.7 8.8-17.7 34.1 0 42.9l23.6 11.8 11.8 23.6c8.8 17.7 34.1 17.7 42.9 0l11.8-23.6 23.6-11.8c17.7-8.8 17.7-34.1 0-42.9l-23.6-11.8-11.8-23.5z"
866
+ })
867
+ ]
868
+ }), H2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
869
+ defaultViewBox: "0 0 448 512",
870
+ size: "size-5",
871
+ viewBox: t,
872
+ className: e,
873
+ title: c || "Chart",
874
+ ...a,
875
+ children: [
876
+ /* @__PURE__ */ o("path", {
877
+ d: "M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48z",
878
+ opacity: s ? "1" : "0.4"
879
+ }),
880
+ /* @__PURE__ */ o("path", {
881
+ d: "M368 96c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48zM48 224c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48z"
882
+ })
883
+ ]
884
+ }), D2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
885
+ defaultViewBox: "0 0 384 512",
886
+ size: "size-5",
887
+ viewBox: t,
888
+ className: e,
889
+ title: c || "Close",
890
+ ...a,
891
+ children: /* @__PURE__ */ o("path", {
892
+ d: "M297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3z",
893
+ opacity: s ? "1" : "0.4"
894
+ })
895
+ }), U2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
896
+ defaultViewBox: "0 0 384 512",
897
+ size: "size-5",
898
+ viewBox: t,
899
+ className: e,
900
+ title: c || "Close",
901
+ ...a,
902
+ children: /* @__PURE__ */ o("path", {
903
+ d: "M324.5 411.1c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256l132.5-132.5c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 59.6 100.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 36.9 388.5c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6z"
904
+ })
905
+ }), $2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
906
+ defaultViewBox: "0 0 448 512",
907
+ size: "size-5",
908
+ viewBox: t,
909
+ className: e,
910
+ title: c || "Copied",
911
+ ...a,
912
+ children: [
913
+ /* @__PURE__ */ o("path", {
914
+ d: "M0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m104 160c0-6.1 2.3-12.3 7-17 9.4-9.4 24.6-9.4 33.9 0l47 47 111-111c4.7-4.7 10.8-7 17-7s12.3 2.3 17 7c2.3 2.3 4.1 5 5.3 7.9.6 1.5 1 2.9 1.3 4.4.2 1.1.3 2.2.3 2.2.1 1.2.1 1.2.1 2.5-.1 1.5-.1 1.9-.1 2.3-.1.7-.2 1.5-.3 2.2-.3 1.5-.7 3-1.3 4.4-1.2 2.9-2.9 5.6-5.3 7.9l-128 128c-4.7 4.7-10.8 7-17 7s-12.3-2.3-17-7l-64-64c-4.7-4.7-7-10.8-7-17z",
915
+ opacity: ".4"
916
+ }),
917
+ /* @__PURE__ */ o("path", {
918
+ d: "M337 175c9.4 9.4 9.4 24.6 0 33.9L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0z"
919
+ })
920
+ ]
921
+ }), G2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
922
+ defaultViewBox: "0 0 512 512",
923
+ size: "size-5",
924
+ viewBox: t,
925
+ className: e,
926
+ title: c || "Copy",
927
+ ...a,
928
+ children: /* @__PURE__ */ o("path", {
929
+ d: "M64 464h224c8.8 0 16-7.2 16-16v-64h48v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h64v48H64c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16m160-160h224c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16m-64-16V64c0-35.3 28.7-64 64-64h224c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64"
930
+ })
931
+ }), F2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
932
+ defaultViewBox: "0 0 448 512",
933
+ size: "size-5",
934
+ viewBox: t,
935
+ className: e,
936
+ title: c || "Delete",
937
+ ...a,
938
+ children: [
939
+ /* @__PURE__ */ o("path", {
940
+ d: "M32 96v352c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V96zm80 80c0-8.8 7.2-16 16-16s16 7.2 16 16v224c0 8.8-7.2 16-16 16s-16-7.2-16-16zm96 0c0-8.8 7.2-16 16-16s16 7.2 16 16v224c0 8.8-7.2 16-16 16s-16-7.2-16-16zm96 0c0-8.8 7.2-16 16-16s16 7.2 16 16v224c0 8.8-7.2 16-16 16s-16-7.2-16-16z",
941
+ opacity: s ? "1" : "0.4"
942
+ }),
943
+ /* @__PURE__ */ o("path", {
944
+ d: "M163.8 0c-12.1 0-23.2 6.8-28.6 17.7L128 32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96l-7.2-14.3C307.4 6.8 296.3 0 284.2 0z"
945
+ })
946
+ ]
947
+ }), j1 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
948
+ defaultViewBox: "0 0 1200 500",
949
+ size: "w-full",
950
+ viewBox: t,
951
+ className: e,
952
+ title: c || "Dog",
953
+ ...a,
954
+ children: /* @__PURE__ */ o("path", {
955
+ d: "M927.943 30.81c0-2.381-1.191-5.954-3.573-7.145-7.146-4.763-19.055-1.19-26.2 0-17.864 2.382-34.537 4.764-53.592 4.764-26.2 0-53.591-1.19-79.791-4.764-23.819-3.572-44.064-10.718-69.074-3.572-35.727 9.527-58.355 38.109-57.164 75.028 1.191 21.436-2.382 38.109-9.527 57.164-7.146 17.864-15.482 20.245-32.155 20.245-115.52 0-229.848-1.19-345.367 0h-63.119c-29.773 0-59.546 5.955-89.319 0-21.436-4.763-42.873-15.482-58.355-30.964-3.573-3.572-10.718-14.29-14.29-14.29-4.765 1.19-4.765 15.481-4.765 19.054 0 15.482 5.955 30.964 5.955 46.446s-7.145 28.582-11.91 42.873c-4.763 16.673-4.763 33.346-2.381 50.019 4.764 27.39 9.527 55.973 11.91 84.555 2.381 25.01 2.381 48.828 4.763 73.837 2.382 20.246 3.573 29.773 29.773 33.346 30.964 4.764 30.964-5.955 38.11-26.2 9.527-25.01 17.863-51.21 27.39-76.22 8.337-19.054 15.482-60.736 67.883-40.49 28.582 10.718 58.355 16.672 88.128 25.009 32.155 8.336 65.5 16.673 97.655 22.627 65.501 13.1 132.193 20.246 200.075 23.819 7.146 0 11.91 0 16.673 5.954 17.864 22.628-3.573 63.119 41.682 70.265 40.491 5.954 40.491-22.628 45.255-47.637 2.382-14.291 4.764-27.391 8.337-40.492 1.19-5.954 5.954-11.909 10.718-15.481 55.973-33.346 88.128-98.847 78.6-164.347-1.19-10.719-4.763-21.437-3.572-33.346 2.382-23.819 32.155-33.346 50.018-42.873 22.628-13.1 47.637-25.01 66.692-42.873 13.1-11.91 23.818-27.392 29.773-44.064 3.573-5.955 5.955-14.292 4.764-20.246M737.395 190.395c-2.381 25.01-13.1 36.919-35.727 41.682-40.491 8.337-66.692-19.054-54.783-58.355 8.337-26.2 17.864-51.21 29.773-75.028 11.91-23.818 22.628-23.818 36.919-1.19 17.864 28.581 27.391 59.545 23.818 92.891m38.11-109.564c-7.146 0-13.1-5.955-13.1-13.1 0-7.146 5.954-13.1 13.1-13.1 7.145 0 13.1 5.954 13.1 13.1 0 7.145-5.955 13.1-13.1 13.1"
956
+ })
957
+ }), Y2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
958
+ defaultViewBox: "0 0 512 512",
959
+ size: "size-5",
960
+ viewBox: t,
961
+ className: e,
962
+ title: c || "Edit",
963
+ ...a,
964
+ children: [
965
+ /* @__PURE__ */ o("path", {
966
+ d: "M0 160c0-53 43-96 96-96h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32v-96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 53-43 96-96 96H96c-53 0-96-43-96-96z",
967
+ opacity: s ? "1" : "0.4"
968
+ }),
969
+ /* @__PURE__ */ o("path", {
970
+ d: "m392.4 21.7-30.1 30 97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2l-18.7-18.6c-21.9-21.9-57.3-21.9-79.2 0m-52.7 52.6L172.4 241.7c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5l167.3-167.4z"
971
+ })
972
+ ]
973
+ }), j2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
974
+ defaultViewBox: "0 0 512 512",
975
+ size: "size-5",
976
+ viewBox: t,
977
+ className: e,
978
+ title: c || "Edit",
979
+ ...a,
980
+ children: [
981
+ /* @__PURE__ */ o("path", {
982
+ d: "m165.3 346.7 65.7-15.2c5.8-1.3 11.2-4.3 15.4-8.6l171-171L360 94.6l-171 171c-4.2 4.2-7.2 9.6-8.6 15.4l-15.1 65.6z",
983
+ opacity: s ? "1" : "0.4"
984
+ }),
985
+ /* @__PURE__ */ o("path", {
986
+ d: "m454.6 45.3 12.1 12.1c12.5 12.5 12.5 32.8 0 45.3L440 129.4 382.6 72l26.7-26.7c12.5-12.5 32.8-12.5 45.3 0M189 265.6l171-171 57.4 57.4-171 171c-4.2 4.2-9.6 7.2-15.4 8.6l-65.6 15.1 15.1-65.7c1.3-5.8 4.3-11.2 8.6-15.4zm197.7-243L166.4 243c-8.5 8.5-14.4 19.2-17.1 30.9l-20.9 90.6c-1.2 5.4.4 11 4.3 14.9s9.5 5.5 14.9 4.3l90.6-20.9c11.7-2.7 22.4-8.6 30.9-17.1l220.3-220.4c25-25 25-65.5 0-90.5l-12.1-12.2c-25-25-65.5-25-90.5 0zM80 64C35.8 64 0 99.8 0 144v288c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v128c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h128c8.8 0 16-7.2 16-16s-7.2-16-16-16z"
987
+ })
988
+ ]
989
+ }), K2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
990
+ defaultViewBox: "0 0 640 512",
991
+ size: "size-5",
992
+ viewBox: t,
993
+ className: e,
994
+ title: c || "Edit User",
995
+ ...a,
996
+ children: [
997
+ /* @__PURE__ */ o("path", {
998
+ d: "M0 482.3C0 383.8 79.8 304 178.3 304h91.4c48.1 0 91.8 19.1 123.9 50.1l-40.3 40.3c-8.2 8.2-14 18.5-16.8 29.7l-15 60.1c-2.3 9.4-1.8 19 1.4 27.8H29.7C13.3 512 0 498.7 0 482.3M352 128a128 128 0 1 1-256 0 128 128 0 1 1 256 0",
999
+ opacity: ".4"
1000
+ }),
1001
+ /* @__PURE__ */ o("path", {
1002
+ d: "m557.2 235.7-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4c-15.6-15.6-40.9-15.6-56.6 0m-52 52L375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5.2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4l129.2-129.3-71-71z"
1003
+ })
1004
+ ]
1005
+ }), q2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
1006
+ defaultViewBox: "0 0 24 24",
1007
+ size: "size-5",
1008
+ viewBox: t,
1009
+ className: e,
1010
+ title: c || "Google Gemini",
1011
+ ...a,
1012
+ children: /* @__PURE__ */ o("path", {
1013
+ d: "M11.04 19.32Q12 21.51 12 24q0-2.49.93-4.68.96-2.19 2.58-3.81t3.81-2.55Q21.51 12 24 12q-2.49 0-4.68-.93a12.3 12.3 0 0 1-3.81-2.58 12.3 12.3 0 0 1-2.58-3.81Q12 2.49 12 0q0 2.49-.96 4.68-.93 2.19-2.55 3.81a12.3 12.3 0 0 1-3.81 2.58Q2.49 12 0 12q2.49 0 4.68.96 2.19.93 3.81 2.55t2.55 3.81"
1014
+ })
1015
+ }), W2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1016
+ defaultViewBox: "0 0 640 512",
1017
+ size: "size-5",
1018
+ viewBox: t,
1019
+ className: e,
1020
+ title: c || "Hide",
1021
+ ...a,
1022
+ children: [
1023
+ /* @__PURE__ */ o("path", {
1024
+ d: "M0 256c0 4.2.8 8.4 2.5 12.3C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480c56.1 0 104.4-17.8 144.5-43.2l-71.7-56.5C339.4 392.8 314.6 400 288 400c-79.5 0-144-64.5-144-144 0-14.5 2.1-28.5 6.1-41.7L63.5 146c-29.4 34.7-49.9 70.8-61.1 97.6-1.6 4-2.4 8.2-2.4 12.4M135.2 80.7l71.8 56.2c23.1-15.7 51-24.9 81-24.9 79.5 0 144 64.5 144 144 0 17.7-3.2 34.6-9 50.2 28 22 56.1 44 84.1 65.9 32.3-36.6 54.6-75.4 66.4-103.9 1.6-3.9 2.5-8.1 2.5-12.3s-.8-8.4-2.5-12.3c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32c-60 0-111.1 20.3-152.8 48.7M192 260.1c.3 6.9 1.3 13.8 3.2 20.7 13.7 51.2 66.4 81.6 117.6 67.9 1.9-.5 3.9-1.1 5.7-1.7l-120-94.6c-3.7.8-6.7 3.7-6.5 7.7m92.7-88.4c2.1 6.4 3.3 13.2 3.3 20.3 0 2.7-.2 5.4-.5 8 31.6 24.8 63.2 49.5 94.8 74.3 2.7-13.9 2.4-28.6-1.5-43.2-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7z",
1025
+ opacity: s ? "1" : "0.4"
1026
+ }),
1027
+ /* @__PURE__ */ o("path", {
1028
+ d: "M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2"
1029
+ })
1030
+ ]
1031
+ }), J2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1032
+ defaultViewBox: "0 0 512 512",
1033
+ size: "size-5",
1034
+ viewBox: t,
1035
+ className: e,
1036
+ title: c || "History",
1037
+ ...a,
1038
+ children: [
1039
+ /* @__PURE__ */ o("path", {
1040
+ d: "M0 57.9V168c0 13.3 10.7 24 24 24h110.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75L41 41C25.9 25.9 0 36.6 0 57.9",
1041
+ opacity: s ? "1" : "0.4"
1042
+ }),
1043
+ /* @__PURE__ */ o("path", {
1044
+ d: "M256 128c13.3 0 24 10.7 24 24v94.1l65 65c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72c-4.5-4.5-7-10.6-7-17V152c0-13.3 10.7-24 24-24z"
1045
+ })
1046
+ ]
1047
+ }), X2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1048
+ defaultViewBox: "0 0 512 512",
1049
+ size: "size-5",
1050
+ viewBox: t,
1051
+ className: e,
1052
+ title: c || "Info",
1053
+ ...a,
1054
+ children: [
1055
+ /* @__PURE__ */ o("path", {
1056
+ d: "M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m192-8c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-64h-24c-13.3 0-24-10.7-24-24m96-88a32 32 0 1 1-64 0 32 32 0 1 1 64 0",
1057
+ opacity: ".4"
1058
+ }),
1059
+ /* @__PURE__ */ o("path", {
1060
+ d: "M256 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64m-64 120c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-64h-24c-13.3 0-24-10.7-24-24"
1061
+ })
1062
+ ]
1063
+ }), Q2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1064
+ defaultViewBox: "0 0 384 512",
1065
+ size: "size-5",
1066
+ viewBox: t,
1067
+ className: e,
1068
+ title: c || "Thinking",
1069
+ ...a,
1070
+ children: [
1071
+ /* @__PURE__ */ o("path", {
1072
+ d: "M48 176c0-79.5 64.5-144 144-144s144 64.5 144 144c0 30.6-9.5 58.8-25.7 82.1-4.1 5.9-8.8 12.3-13.6 19-12.7 17.5-27.1 37.2-38 57.1-8.9 16.2-13.7 33.3-16.2 49.9h-101c-2.5-16.6-7.3-33.7-16.2-49.9-10.9-20-25.3-39.7-38-57.1-4.9-6.7-9.5-13-13.6-19C57.5 234.8 48 206.6 48 176m32 0c0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.2 35.8-80 80-80 8.8 0 16-7.2 16-16s-7.2-16-16-16c-61.9 0-112 50.1-112 112m66.7 272h90.5c-6.6 18.6-24.4 32-45.3 32s-38.7-13.4-45.3-32z",
1073
+ opacity: s ? "1" : "0.4"
1074
+ }),
1075
+ /* @__PURE__ */ o("path", {
1076
+ d: "M310.3 258.1c16.2-23.3 25.7-51.5 25.7-82.1 0-79.5-64.5-144-144-144S48 96.5 48 176c0 30.6 9.5 58.8 25.7 82.1 4.1 5.9 8.8 12.3 13.6 19 12.7 17.5 27.1 37.2 38 57.1 8.9 16.2 13.7 33.3 16.2 49.9L109 384c-2.2-12-5.9-23.7-11.8-34.5-9.9-18-22.2-34.9-34.5-51.8-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176 16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3-5 7.2-10.2 14.3-15.4 21.4-12.3 16.8-24.6 33.7-34.5 51.8-5.9 10.8-9.6 22.5-11.8 34.5h-32.4c2.5-16.6 7.3-33.7 16.2-49.9 10.9-20 25.3-39.7 38-57.1 4.9-6.7 9.5-13 13.6-19zM192 96c-44.2 0-80 35.8-80 80 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112 8.8 0 16 7.2 16 16s-7.2 16-16 16m-45.3 352c6.6 18.6 24.4 32 45.3 32s38.7-13.4 45.3-32h-90.5zM112 432v-5.3c0-5.9 4.8-10.7 10.7-10.7h138.7c5.9 0 10.7 4.8 10.7 10.7v5.3c0 44.2-35.8 80-80 80s-80-35.8-80-80z"
1077
+ })
1078
+ ]
1079
+ }), Z2 = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1080
+ defaultViewBox: "0 0 448 512",
1081
+ size: "size-5",
1082
+ viewBox: t,
1083
+ className: e,
1084
+ title: c || "Locked",
1085
+ ...a,
1086
+ children: [
1087
+ /* @__PURE__ */ o("path", {
1088
+ d: "M32 272v160c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48H80c-26.5 0-48 21.5-48 48m176 40c0-8.8 7.2-16 16-16s16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16z",
1089
+ opacity: ".4"
1090
+ }),
1091
+ /* @__PURE__ */ o("path", {
1092
+ d: "M224 32c53 0 96 43 96 96v64H128v-64c0-53 43-96 96-96M96 128v64H80c-44.2 0-80 35.8-80 80v160c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80V272c0-44.2-35.8-80-80-80h-16v-64C352 57.3 294.7 0 224 0S96 57.3 96 128m-16 96h288c26.5 0 48 21.5 48 48v160c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48m160 88c0-8.8-7.2-16-16-16s-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16z"
1093
+ })
1094
+ ]
1095
+ }), ee = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1096
+ defaultViewBox: "0 0 576 512",
1097
+ size: "size-5",
1098
+ viewBox: t,
1099
+ className: e,
1100
+ title: c || "Magic",
1101
+ ...a,
1102
+ children: [
1103
+ /* @__PURE__ */ o("path", {
1104
+ d: "M0 128c0 4.8 3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L64 96 7.5 117.2C3 118.9 0 123.2 0 128m192-64c0 3.2 2 6.1 5 7.2l37.7 14.1 14.1 37.7c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2l-37.7-14.1L263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5l-14.1 37.7L197 56.8c-3 1.1-5 4-5 7.2m124.7 60.7 39.6 39.6 105-105 23.3 23.3-105 105 39.6 39.6 110.7-110.7c18.7-18.7 18.7-49.1 0-67.9l-34.6-34.5c-18.7-18.7-49.1-18.7-67.9 0-36.9 36.9-73.8 73.7-110.7 110.6M352 384c0 4.8 3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8",
1105
+ opacity: s ? "1" : "0.4"
1106
+ }),
1107
+ /* @__PURE__ */ o("path", {
1108
+ d: "M419.2 227.2 316.7 124.7 46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0z"
1109
+ })
1110
+ ]
1111
+ }), te = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1112
+ defaultViewBox: "0 0 448 512",
1113
+ size: "size-5",
1114
+ viewBox: t,
1115
+ className: e,
1116
+ title: c || "Next",
1117
+ ...a,
1118
+ children: [
1119
+ /* @__PURE__ */ o("path", {
1120
+ d: "M0 256c0 17.7 14.3 32 32 32h306.7l32-32-32-32H32c-17.7 0-32 14.3-32 32",
1121
+ opacity: s ? "1" : "0.4"
1122
+ }),
1123
+ /* @__PURE__ */ o("path", {
1124
+ d: "M438.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L370.7 256 233.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"
1125
+ })
1126
+ ]
1127
+ }), ce = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
1128
+ defaultViewBox: "0 0 24 24",
1129
+ size: "size-5",
1130
+ viewBox: t,
1131
+ className: e,
1132
+ title: c || "OpenAI",
1133
+ ...a,
1134
+ children: /* @__PURE__ */ o("path", {
1135
+ d: "M22.282 9.821a5.99 5.99 0 0 0-.516-4.91 6.05 6.05 0 0 0-6.51-2.9A6.065 6.065 0 0 0 4.981 4.18a5.99 5.99 0 0 0-3.998 2.9 6.05 6.05 0 0 0 .743 7.097 5.98 5.98 0 0 0 .51 4.911 6.05 6.05 0 0 0 6.515 2.9A5.99 5.99 0 0 0 13.26 24a6.06 6.06 0 0 0 5.772-4.206 6 6 0 0 0 3.997-2.9 6.06 6.06 0 0 0-.747-7.073zM13.26 22.43a4.48 4.48 0 0 1-2.876-1.04l.141-.081 4.779-2.758a.8.8 0 0 0 .392-.681v-6.737l2.02 1.168a.07.07 0 0 1 .038.052v5.583a4.504 4.504 0 0 1-4.494 4.494M3.6 18.304a4.47 4.47 0 0 1-.535-3.014l.142.085 4.783 2.759a.77.77 0 0 0 .78 0l5.843-3.369v2.332a.08.08 0 0 1-.033.062L9.74 19.95a4.5 4.5 0 0 1-6.14-1.646M2.34 7.896a4.5 4.5 0 0 1 2.366-1.973V11.6a.77.77 0 0 0 .388.677l5.815 3.354-2.02 1.168a.08.08 0 0 1-.071 0l-4.83-2.786A4.504 4.504 0 0 1 2.34 7.872zm16.597 3.855-5.833-3.387L15.119 7.2a.08.08 0 0 1 .071 0l4.83 2.791a4.494 4.494 0 0 1-.676 8.105v-5.678a.79.79 0 0 0-.407-.667zm2.01-3.023-.141-.085-4.774-2.782a.78.78 0 0 0-.785 0L9.409 9.23V6.897a.07.07 0 0 1 .028-.061l4.83-2.787a4.5 4.5 0 0 1 6.68 4.66zm-12.64 4.135-2.02-1.164a.08.08 0 0 1-.038-.057V6.075a4.5 4.5 0 0 1 7.375-3.453l-.142.08-4.778 2.758a.8.8 0 0 0-.393.681zm1.097-2.365 2.602-1.5 2.607 1.5v2.999l-2.597 1.5-2.607-1.5Z"
1136
+ })
1137
+ }), se = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => {
1138
+ const r = s ? "1" : "0.4";
1139
+ return /* @__PURE__ */ l(i, {
1140
+ defaultViewBox: "0 0 190 190",
1141
+ size: "size-5",
1142
+ viewBox: t,
1143
+ className: e,
1144
+ title: c || "Passkey",
1145
+ ...a,
1146
+ children: [
1147
+ /* @__PURE__ */ o("path", {
1148
+ d: "M172.32 96.79c0 13.78-8.48 25.5-20.29 29.78l7.14 11.83-10.57 13 10.57 12.71-17.04 22.87-12.01-12.82V125.7c-10.68-4.85-18.15-15.97-18.15-28.91 0-17.4 13.51-31.51 30.18-31.51 16.66 0 30.17 14.11 30.17 31.51m-30.18 4.82c4.02 0 7.28-3.4 7.28-7.6s-3.26-7.61-7.28-7.61-7.28 3.4-7.28 7.61c-.01 4.2 3.26 7.6 7.28 7.6",
1149
+ opacity: r
1150
+ }),
1151
+ /* @__PURE__ */ o("path", {
1152
+ d: "M172.41 96.88c0 13.62-8.25 25.23-19.83 29.67l6.58 11.84-9.73 13 9.73 12.71-17.03 23.05v-85.54c4.02 0 7.28-3.41 7.28-7.6 0-4.2-3.26-7.61-7.28-7.61V65.28c16.73 0 30.28 14.15 30.28 31.6",
1153
+ opacity: r
1154
+ }),
1155
+ /* @__PURE__ */ o("path", {
1156
+ d: "M120.24 131.43c-9.75-8-16.3-20.3-17.2-34.27H50.8c-10.96 0-19.84 9.01-19.84 20.13v25.17c0 5.56 4.44 10.07 9.92 10.07h69.44c5.48 0 9.92-4.51 9.92-10.07zM73.16 91.13c-2.42-.46-4.82-.89-7.11-1.86-8.65-3.63-13.69-10.32-15.32-19.77-1.12-6.47-.59-12.87 2.03-18.92 3.72-8.6 10.39-13.26 19.15-14.84 5.24-.94 10.46-.73 15.5 1.15 7.59 2.82 12.68 8.26 15.03 16.24 2.38 8.05 2.03 16.1-1.56 23.72-3.72 7.96-10.21 12.23-18.42 13.9-.68.14-1.37.27-2.05.41-2.41-.03-4.83-.03-7.25-.03"
1157
+ })
1158
+ ]
1159
+ });
1160
+ }, ae = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1161
+ defaultViewBox: "0 0 448 512",
1162
+ size: "size-5",
1163
+ viewBox: t,
1164
+ className: e,
1165
+ title: c || "Previous",
1166
+ ...a,
1167
+ children: [
1168
+ /* @__PURE__ */ o("path", {
1169
+ d: "m77.3 256 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H109.3z",
1170
+ opacity: s ? "1" : "0.4"
1171
+ }),
1172
+ /* @__PURE__ */ o("path", {
1173
+ d: "M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L77.3 256l137.3 137.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-160-160z"
1174
+ })
1175
+ ]
1176
+ }), oe = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1177
+ defaultViewBox: "0 0 576 512",
1178
+ size: "size-5",
1179
+ viewBox: t,
1180
+ className: e,
1181
+ title: c || "Profile",
1182
+ ...a,
1183
+ children: [
1184
+ /* @__PURE__ */ o("path", {
1185
+ d: "M0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96m64 272c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16m176-176a64 64 0 1 1-128 0 64 64 0 1 1 128 0m112-16c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16m0 64c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16m0 64c0-8.8 7.2-16 16-16h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16",
1186
+ opacity: ".4"
1187
+ }),
1188
+ /* @__PURE__ */ o("path", {
1189
+ d: "M176 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128m-32 32c-44.2 0-80 35.8-80 80 0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16 0-44.2-35.8-80-80-80z"
1190
+ })
1191
+ ]
1192
+ }), re = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1193
+ defaultViewBox: "0 0 576 512",
1194
+ size: "size-5",
1195
+ viewBox: t,
1196
+ className: e,
1197
+ title: c || "Proofread",
1198
+ ...a,
1199
+ children: [
1200
+ /* @__PURE__ */ o("path", {
1201
+ d: "M2.5 211.7c-6.8 16.3.9 35 17.2 41.8 4 1.7 8.2 2.5 12.3 2.5 12.5 0 24.4-7.4 29.6-19.7l5.1-12.3h90.7l5.1 12.3c5.1 12.3 17 19.7 29.6 19.7 4.1 0 8.3-.8 12.3-2.5 16.3-6.8 24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0S87.4 7.8 82.5 19.7l-66.7 160zM93.3 160l18.7-44.8 18.7 44.8H93.4zM256 32v192c0 17.7 14.3 32 32 32h80c44.2 0 80-35.8 80-80 0-23.1-9.8-43.8-25.4-58.4 6-11.2 9.4-24 9.4-37.6 0-44.2-35.8-80-80-80h-64c-17.7 0-32 14.3-32 32m64 32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32zm0 96h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-48z",
1202
+ opacity: s ? "1" : "0.4"
1203
+ }),
1204
+ /* @__PURE__ */ o("path", {
1205
+ d: "M566.6 265.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l73.4 73.3 169.4-169.3c12.5-12.5 32.8-12.5 45.3 0z"
1206
+ })
1207
+ ]
1208
+ }), ie = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1209
+ defaultViewBox: "0 0 512 512",
1210
+ size: "size-5",
1211
+ viewBox: t,
1212
+ className: e,
1213
+ title: c || "Restore",
1214
+ ...a,
1215
+ children: [
1216
+ /* @__PURE__ */ o("path", {
1217
+ d: "M128 80v16h64V80c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16v224c0 8.8-7.2 16-16 16h-16v64h16c44.2 0 80-35.8 80-80V80c0-44.2-35.8-80-80-80H208c-44.2 0-80 35.8-80 80",
1218
+ opacity: s ? "1" : "0.4"
1219
+ }),
1220
+ /* @__PURE__ */ o("path", {
1221
+ d: "M64 128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64zm32 64h192c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32"
1222
+ })
1223
+ ]
1224
+ }), ne = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1225
+ defaultViewBox: "0 0 512 512",
1226
+ size: "size-5",
1227
+ viewBox: t,
1228
+ className: e,
1229
+ title: c || "Rewrite",
1230
+ ...a,
1231
+ children: [
1232
+ /* @__PURE__ */ o("path", {
1233
+ d: "M8 256c0 137 111 248 248 248 13.3 0 24-10.7 24-24s-10.7-24-24-24c-110.5 0-200-89.5-200-200S145.5 56 256 56c16.4 0 32.3 2 47.6 5.7l38.1-38.5C315 13.4 286.1 8 256 8 119 8 8 119 8 256m288.8 118c-3.3 12.8 4.4 25.9 17.3 29.2 12.2 3.1 24.9 4.8 38 4.8 83.9 0 152-68.1 152-152 0-29.9-5.3-58.6-15-85.1l-38.5 38.5c3.6 15 5.5 30.6 5.5 46.6 0 57.4-46.6 104-104 104-9 0-17.7-1.1-26-3.3-12.8-3.3-25.9 4.4-29.2 17.3z",
1234
+ opacity: s ? "1" : "0.4"
1235
+ }),
1236
+ /* @__PURE__ */ o("path", {
1237
+ d: "m406.1 16-39.7 39.7 89.3 89.3 39.8-38.9c19.1-18.7 19.2-49.4.4-68.2l-22-21.9C455.1-2.8 424.7-2.7 406 16zm-62.4 62.4L200.5 221.8c-7 7-12.3 15.6-15.4 25l-23.8 71.3c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l71.5-23.9c9.2-3.1 17.6-8.2 24.5-15l145.1-142.1z"
1238
+ })
1239
+ ]
1240
+ }), le = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1241
+ defaultViewBox: "0 0 512 512",
1242
+ size: "size-5",
1243
+ viewBox: t,
1244
+ className: e,
1245
+ title: c || "Search",
1246
+ ...a,
1247
+ children: [
1248
+ /* @__PURE__ */ o("path", {
1249
+ d: "M0 208a208 208 0 1 0 416 0 208 208 0 1 0-416 0m352 0a144 144 0 1 1-288 0 144 144 0 1 1 288 0",
1250
+ opacity: s ? "1" : "0.4"
1251
+ }),
1252
+ /* @__PURE__ */ o("path", {
1253
+ d: "m330.7 376 126.7 126.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L376 330.7c-12.7 17.3-28 32.6-45.3 45.3"
1254
+ })
1255
+ ]
1256
+ }), he = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1257
+ defaultViewBox: "0 0 512 512",
1258
+ size: "size-5",
1259
+ viewBox: t,
1260
+ className: e,
1261
+ title: c || "Selected",
1262
+ ...a,
1263
+ children: [
1264
+ /* @__PURE__ */ o("path", {
1265
+ d: "M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m352 0a96 96 0 1 1-192 0 96 96 0 1 1 192 0",
1266
+ opacity: ".4"
1267
+ }),
1268
+ /* @__PURE__ */ o("path", {
1269
+ d: "M256 160a96 96 0 1 0 0 192 96 96 0 1 0 0-192"
1270
+ })
1271
+ ]
1272
+ }), de = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1273
+ defaultViewBox: "0 0 512 512",
1274
+ size: "size-5",
1275
+ viewBox: t,
1276
+ className: e,
1277
+ title: c || "Send",
1278
+ ...a,
1279
+ children: [
1280
+ /* @__PURE__ */ o("path", {
1281
+ d: "m32 288 141.6 59L450.5 48.8zm160 101.3V469c0 6.1 4.9 11 11 11 3.3 0 6.5-1.5 8.6-4.1l47-58.8zm13.1-29.2 96.6 40.3L416 448l58.1-377.5z",
1282
+ opacity: ".4"
1283
+ }),
1284
+ /* @__PURE__ */ o("path", {
1285
+ d: "M511.6 36.9c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256C5.5 266.3-.7 277.8.1 290s8.4 22.9 19.6 27.6L160 376v93c0 23.8 19.3 43 43 43 13.1 0 25.4-5.9 33.6-16.1l52.8-66h.1l114.2 47.6c9.1 3.8 19.4 3.2 28-1.6s14.5-13.3 16-23l64-416zm-253 380.2-47 58.8c-2.1 2.6-5.3 4.1-8.6 4.1-6.1 0-11-4.9-11-11v-79.7zm43.1-16.7-96.6-40.3 269-289.6L416 448l-114.2-47.6zM450.5 48.8 173.6 347 32 288z"
1286
+ })
1287
+ ]
1288
+ }), ue = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
1289
+ defaultViewBox: "0 0 448 512",
1290
+ size: "size-5",
1291
+ viewBox: t,
1292
+ className: e,
1293
+ title: c || "Settings",
1294
+ ...a,
1295
+ children: /* @__PURE__ */ o("path", {
1296
+ d: "M432 256a48 48 0 1 1-96 0 48 48 0 1 1 96 0m-160 0a48 48 0 1 1-96 0 48 48 0 1 1 96 0M64 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96"
1297
+ })
1298
+ }), me = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1299
+ defaultViewBox: "0 0 576 512",
1300
+ size: "size-5",
1301
+ viewBox: t,
1302
+ className: e,
1303
+ title: c || "Show",
1304
+ ...a,
1305
+ children: [
1306
+ /* @__PURE__ */ o("path", {
1307
+ d: "M0 256c0 4.2.8 8.4 2.5 12.3C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1 1.6-3.9 2.5-8.1 2.5-12.3s-.8-8.4-2.5-12.3c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32S142.5 68.8 95.4 112.6C48.6 156 17.3 208 2.5 243.7.8 247.6 0 251.8 0 256m432 0a144 144 0 1 1-288 0 144 144 0 1 1 288 0",
1308
+ opacity: s ? "1" : "0.4"
1309
+ }),
1310
+ /* @__PURE__ */ o("path", {
1311
+ d: "M224 256c35.3 0 64-28.7 64-64 0-7.1-1.2-13.9-3.3-20.3-1.8-5.5 1.6-11.9 7.4-11.7 40.8 1.7 77.5 29.6 88.6 71.1 13.7 51.2-16.7 103.9-67.9 117.6S208.9 332 195.2 280.8c-1.9-6.9-2.9-13.9-3.2-20.7-.3-5.8 6.1-9.2 11.7-7.4 6.4 2.1 13.2 3.3 20.3 3.3"
1312
+ })
1313
+ ]
1314
+ }), pe = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1315
+ defaultViewBox: "0 0 512 512",
1316
+ size: "size-5",
1317
+ viewBox: t,
1318
+ className: e,
1319
+ title: c || "Sliders",
1320
+ ...a,
1321
+ children: [
1322
+ /* @__PURE__ */ o("path", {
1323
+ d: "M0 96c0-17.7 14.3-32 32-32h86.7c-2.1 4.9-3.8 10.1-4.9 15.4-.6 2.7-1 5.4-1.3 8.2-.1 1.4-.3 2.8-.3 4.2s-.1 2.8-.1 4.2c0 11.4 2.4 22.2 6.7 32H32c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h246.7c-2.1 4.9-3.8 10.1-4.9 15.4-.6 2.7-1 5.4-1.3 8.2-.1 1.4-.3 2.8-.3 4.2s-.1 2.8-.1 4.2c0 11.4 2.4 22.2 6.7 32H32c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h54.7c-2.1 4.9-3.8 10.1-4.9 15.4-.6 2.7-1 5.4-1.3 8.2-.1 1.4-.3 2.8-.3 4.2s-.1 2.8-.1 4.2c0 11.4 2.4 22.2 6.7 32H32c-17.7 0-32-14.3-32-32m233.3-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H233.3c2.1-4.9 3.8-10.1 4.9-15.4.6-2.7 1-5.4 1.3-8.2.1-1.4.3-2.8.3-4.2s.1-2.8.1-4.2c0-11.4-2.4-22.2-6.7-32zm32-320H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H265.3c2.1-4.9 3.8-10.1 4.9-15.4.6-2.7 1-5.4 1.3-8.2.1-1.4.3-2.8.3-4.2s.1-2.8.1-4.2c0-11.4-2.4-22.2-6.7-32zm160 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32h-54.7c2.1-4.9 3.8-10.1 4.9-15.4.6-2.7 1-5.4 1.3-8.2.1-1.4.3-2.8.3-4.2s.1-2.8.1-4.2c0-11.4-2.4-22.2-6.7-32z",
1324
+ opacity: s ? "1" : "0.4"
1325
+ }),
1326
+ /* @__PURE__ */ o("path", {
1327
+ d: "M128 416a32 32 0 1 1 64 0 32 32 0 1 1-64 0m112 0a80 80 0 1 0-160 0 80 80 0 1 0 160 0m80-160a32 32 0 1 1 64 0 32 32 0 1 1-64 0m112 0a80 80 0 1 0-160 0 80 80 0 1 0 160 0M192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64m0-112a80 80 0 1 0 0 160 80 80 0 1 0 0-160"
1328
+ })
1329
+ ]
1330
+ }), ye = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1331
+ defaultViewBox: "0 0 512 512",
1332
+ size: "size-5",
1333
+ viewBox: t,
1334
+ className: e,
1335
+ title: c || "Star in Circle",
1336
+ ...a,
1337
+ children: [
1338
+ /* @__PURE__ */ o("path", {
1339
+ d: "M0 256a256 256 0 1 0 512 0 256 256 0 1 0-512 0m111.4-47c1.9-5.8 6.9-10 12.9-10.9 27-3.9 54-7.9 81.1-11.8 12.1-24.5 24.2-49 36.2-73.4 2.7-5.5 8.3-8.9 14.3-8.9s11.7 3.5 14.3 8.9c12.1 24.5 24.2 49 36.2 73.4 27 3.9 54 7.9 81 11.8 6 .9 11 5.1 12.9 10.9s.3 12.2-4 16.4l-58.6 57.2 13.8 80.7c1 6-1.4 12.1-6.4 15.6-2.8 2-6.1 3.1-9.4 3.1-2.5 0-5.1-.6-7.4-1.8-24.2-12.7-48.3-25.4-72.5-38.1-24.2 12.7-48.3 25.4-72.5 38.1-2.3 1.2-4.9 1.8-7.4 1.8-3.3 0-6.6-1-9.4-3.1-4.9-3.6-7.4-9.6-6.4-15.6l13.8-80.7-58.6-57.2c-4.4-4.3-5.9-10.6-4-16.4z",
1340
+ opacity: ".4"
1341
+ }),
1342
+ /* @__PURE__ */ o("path", {
1343
+ d: "M270.3 112.9c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81.1 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.9 1.2l72.4-38 72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6L338 282.7l58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81-11.8-36.2-73.4z"
1344
+ })
1345
+ ]
1346
+ }), ge = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1347
+ defaultViewBox: "0 0 512 512",
1348
+ size: "size-5",
1349
+ viewBox: t,
1350
+ className: e,
1351
+ title: c || "Star in Circle",
1352
+ ...a,
1353
+ children: [
1354
+ /* @__PURE__ */ o("path", {
1355
+ d: "M32 256a224 224 0 1 0 448 0 224 224 0 1 0-448 0m79.4-47c1.9-5.8 6.9-10 12.9-10.9l81-11.8 36.2-73.4c2.7-5.5 8.3-8.9 14.3-8.9s11.7 3.5 14.3 8.9l36.2 73.4 81.1 11.8c6 .9 11 5.1 12.9 10.9s.3 12.2-4 16.4l-58.6 57.2 13.8 80.7c1 6-1.4 12.1-6.4 15.6s-11.5 4.1-16.9 1.2l-72.2-38-72.5 38.1c-5.4 2.8-11.9 2.4-16.8-1.2s-7.4-9.6-6.4-15.6l13.8-80.7-58.6-57.2c-4.4-4.3-5.9-10.6-4-16.4z",
1356
+ opacity: ".4"
1357
+ }),
1358
+ /* @__PURE__ */ o("path", {
1359
+ d: "M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448m0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512m14.3-399.1c-2.7-5.5-8.3-8.9-14.3-8.9s-11.7 3.5-14.3 8.9l-36.2 73.4-81 11.8c-6 .9-11 5.1-12.9 10.9s-.3 12.2 4 16.4l58.6 57.2-13.8 80.7c-1 6 1.4 12.1 6.4 15.6s11.5 4.1 16.8 1.2l72.4-38 72.5 38.1c5.4 2.8 11.9 2.4 16.9-1.2s7.4-9.6 6.4-15.6L338 282.7l58.6-57.2c4.4-4.3 5.9-10.6 4-16.4s-6.9-10-12.9-10.9l-81.1-11.8-36.2-73.4zm-40 95.1 25.7-51.8 25.6 51.9c2.3 4.7 6.8 8 12 8.8l57.3 8.3-41.5 40.4c-3.8 3.7-5.5 9-4.6 14.2l9.8 57.1-51.2-26.9c-4.7-2.5-10.2-2.5-14.9 0l-51.2 26.9 9.8-57.1c.9-5.2-.8-10.5-4.6-14.2L161 225.1l57.3-8.3c5.2-.8 9.7-4 12-8.8"
1360
+ })
1361
+ ]
1362
+ }), fe = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ l(i, {
1363
+ defaultViewBox: "0 0 448 512",
1364
+ size: "size-5",
1365
+ viewBox: t,
1366
+ className: e,
1367
+ title: c || "Unlocked",
1368
+ ...a,
1369
+ children: [
1370
+ /* @__PURE__ */ o("path", {
1371
+ d: "M32 272v160c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48H80c-26.5 0-48 21.5-48 48m136 80c0-8.8 7.2-16 16-16h80c8.8 0 16 7.2 16 16s-7.2 16-16 16h-80c-8.8 0-16-7.2-16-16",
1372
+ opacity: ".4"
1373
+ }),
1374
+ /* @__PURE__ */ o("path", {
1375
+ d: "M224 32c-53 0-96 43-96 96v64h240c44.2 0 80 35.8 80 80v160c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V272c0-44.2 35.8-80 80-80h16v-64C96 57.3 153.3 0 224 0c58 0 107 38.6 122.7 91.4 2.5 8.5-2.3 17.4-10.8 19.9s-17.4-2.3-19.9-10.8C304.2 60.9 267.5 32 224 32M80 224c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm184 144h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c8.8 0 16 7.2 16 16s-7.2 16-16 16"
1376
+ })
1377
+ ]
1378
+ }), ve = ({ className: e, viewBox: t, title: c, monotone: s, ...a }) => /* @__PURE__ */ o(i, {
1379
+ defaultViewBox: "0 0 512 512",
1380
+ size: "size-5",
1381
+ viewBox: t,
1382
+ className: e,
1383
+ title: c || "UnSelected",
1384
+ ...a,
1385
+ children: /* @__PURE__ */ o("path", {
1386
+ d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512",
1387
+ opacity: ".4"
1388
+ })
1389
+ });
1390
+ /*!
1391
+ @versini/ui-button v11.0.0
1392
+ © 2025 gizmette.com
1393
+ */
1394
+ try {
1395
+ window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
1396
+ version: "11.0.0",
1397
+ buildTime: "12/16/2025 06:21 PM EST",
1398
+ homepage: "https://www.npmjs.com/package/@versini/ui-button",
1399
+ license: "MIT"
1400
+ });
1401
+ } catch {
1402
+ }
1403
+ const K1 = /* @__PURE__ */ E.forwardRef(({ children: e, disabled: t = !1, mode: c = "system", focusMode: s = "system", fullWidth: a = !1, className: r, size: h = "medium", raw: m = !1, noBorder: y = !1, variant: f = "primary", truncate: v = !1, radius: g = "large", ...p }, T) => {
1404
+ const C = c1({
1405
+ type: K,
1406
+ mode: c,
1407
+ focusMode: s,
1408
+ fullWidth: a,
1409
+ disabled: t,
1410
+ raw: m,
1411
+ className: r,
1412
+ size: h,
1413
+ noBorder: y,
1414
+ variant: f,
1415
+ truncate: v,
1416
+ radius: g
1417
+ });
1418
+ return /* @__PURE__ */ o(j, {
1419
+ ref: T,
1420
+ className: C,
1421
+ disabled: t,
1422
+ ...p,
1423
+ children: e
1424
+ });
1425
+ });
1426
+ K1.displayName = "Button";
1427
+ const q1 = "av-flexgrid", P = "av-flexgrid-item", B = 0.25, F = E.createContext({
1428
+ columnGap: 0,
1429
+ rowGap: 0
1430
+ }), Te = ({
1431
+ children: e,
1432
+ className: t,
1433
+ columnGap: c = 1,
1434
+ rowGap: s = 0,
1435
+ height: a = "auto",
1436
+ width: r = "auto",
1437
+ direction: h = "row",
1438
+ alignHorizontal: m = "normal",
1439
+ alignVertical: y = "normal",
1440
+ ...f
1441
+ }) => {
1442
+ const v = {
1443
+ flexDirection: h,
1444
+ justifyContent: m,
1445
+ alignItems: y,
1446
+ height: a,
1447
+ width: r,
1448
+ /**
1449
+ * Trick to account for the extra space taken
1450
+ * by the columnGap and rowGap that will be applied
1451
+ * to all FlexgridItems (see context and paddings).
1452
+ */
1453
+ marginLeft: c * -1 * B + "rem",
1454
+ marginTop: s * -1 * B + "rem"
1455
+ }, g = n(
1456
+ q1,
1457
+ "box-border flex flex-wrap"
1458
+ ), p = { columnGap: c, rowGap: s };
1459
+ return t ? /* @__PURE__ */ o("div", { className: t, children: /* @__PURE__ */ o("div", { className: g, style: v, ...f, children: /* @__PURE__ */ o(F.Provider, { value: p, children: e }) }) }) : /* @__PURE__ */ o("div", { className: g, style: v, ...f, children: /* @__PURE__ */ o(F.Provider, { value: p, children: e }) });
1460
+ }, $ = (e, t) => n({
1461
+ "basis-1/12": e === 1 && !t,
1462
+ "sm:basis-1/12": e === 1 && t === "sm",
1463
+ "md:basis-1/12": e === 1 && t === "md",
1464
+ "lg:basis-1/12": e === 1 && t === "lg",
1465
+ "xl:basis-1/12": e === 1 && t === "xl",
1466
+ "2xl:basis-1/12": e === 1 && t === "2xl",
1467
+ "basis-2/12": e === 2 && !t,
1468
+ "sm:basis-2/12": e === 2 && t === "sm",
1469
+ "md:basis-2/12": e === 2 && t === "md",
1470
+ "lg:basis-2/12": e === 2 && t === "lg",
1471
+ "xl:basis-2/12": e === 2 && t === "xl",
1472
+ "2xl:basis-2/12": e === 2 && t === "2xl",
1473
+ "basis-3/12": e === 3 && !t,
1474
+ "sm:basis-3/12": e === 3 && t === "sm",
1475
+ "md:basis-3/12": e === 3 && t === "md",
1476
+ "lg:basis-3/12": e === 3 && t === "lg",
1477
+ "xl:basis-3/12": e === 3 && t === "xl",
1478
+ "2xl:basis-3/12": e === 3 && t === "2xl",
1479
+ "basis-4/12": e === 4 && !t,
1480
+ "sm:basis-4/12": e === 4 && t === "sm",
1481
+ "md:basis-4/12": e === 4 && t === "md",
1482
+ "lg:basis-4/12": e === 4 && t === "lg",
1483
+ "xl:basis-4/12": e === 4 && t === "xl",
1484
+ "2xl:basis-4/12": e === 4 && t === "2xl",
1485
+ "basis-5/12": e === 5 && !t,
1486
+ "sm:basis-5/12": e === 5 && t === "sm",
1487
+ "md:basis-5/12": e === 5 && t === "md",
1488
+ "lg:basis-5/12": e === 5 && t === "lg",
1489
+ "xl:basis-5/12": e === 5 && t === "xl",
1490
+ "2xl:basis-5/12": e === 5 && t === "2xl",
1491
+ "basis-6/12": e === 6 && !t,
1492
+ "sm:basis-6/12": e === 6 && t === "sm",
1493
+ "md:basis-6/12": e === 6 && t === "md",
1494
+ "lg:basis-6/12": e === 6 && t === "lg",
1495
+ "xl:basis-6/12": e === 6 && t === "xl",
1496
+ "2xl:basis-6/12": e === 6 && t === "2xl",
1497
+ "basis-7/12": e === 7 && !t,
1498
+ "sm:basis-7/12": e === 7 && t === "sm",
1499
+ "md:basis-7/12": e === 7 && t === "md",
1500
+ "lg:basis-7/12": e === 7 && t === "lg",
1501
+ "xl:basis-7/12": e === 7 && t === "xl",
1502
+ "2xl:basis-7/12": e === 7 && t === "2xl",
1503
+ "basis-8/12": e === 8 && !t,
1504
+ "sm:basis-8/12": e === 8 && t === "sm",
1505
+ "md:basis-8/12": e === 8 && t === "md",
1506
+ "lg:basis-8/12": e === 8 && t === "lg",
1507
+ "xl:basis-8/12": e === 8 && t === "xl",
1508
+ "2xl:basis-8/12": e === 8 && t === "2xl",
1509
+ "basis-9/12": e === 9 && !t,
1510
+ "sm:basis-9/12": e === 9 && t === "sm",
1511
+ "md:basis-9/12": e === 9 && t === "md",
1512
+ "lg:basis-9/12": e === 9 && t === "lg",
1513
+ "xl:basis-9/12": e === 9 && t === "xl",
1514
+ "2xl:basis-9/12": e === 9 && t === "2xl",
1515
+ "basis-10/12": e === 10 && !t,
1516
+ "sm:basis-10/12": e === 10 && t === "sm",
1517
+ "md:basis-10/12": e === 10 && t === "md",
1518
+ "lg:basis-10/12": e === 10 && t === "lg",
1519
+ "xl:basis-10/12": e === 10 && t === "xl",
1520
+ "2xl:basis-10/12": e === 10 && t === "2xl",
1521
+ "basis-11/12": e === 11 && !t,
1522
+ "sm:basis-11/12": e === 11 && t === "sm",
1523
+ "md:basis-11/12": e === 11 && t === "md",
1524
+ "lg:basis-11/12": e === 11 && t === "lg",
1525
+ "xl:basis-11/12": e === 11 && t === "xl",
1526
+ "2xl:basis-11/12": e === 11 && t === "2xl",
1527
+ "basis-full": e === 12 && !t,
1528
+ "sm:basis-full": e === 12 && t === "sm",
1529
+ "md:basis-full": e === 12 && t === "md",
1530
+ "lg:basis-full": e === 12 && t === "lg",
1531
+ "xl:basis-full": e === 12 && t === "xl",
1532
+ "2xl:basis-full": e === 12 && t === "2xl"
1533
+ }), W1 = ({
1534
+ className: e,
1535
+ span: t
1536
+ }) => {
1537
+ if (!t)
1538
+ return n(e, P, "box-border basis-auto");
1539
+ if (typeof t == "number")
1540
+ return n(e, P, "box-border max-w-full", {
1541
+ [`${$(t)}`]: !0
1542
+ });
1543
+ if (typeof t == "string")
1544
+ return n(e, P, "box-border basis-auto", {
1545
+ "max-w-full grow": t === "auto"
1546
+ });
1547
+ if (typeof t == "object") {
1548
+ const c = Object.entries(t).map(([s, a]) => s === "fallback" ? $(a) : $(a, s));
1549
+ return n(
1550
+ e,
1551
+ P,
1552
+ "box-border",
1553
+ c
1554
+ );
1555
+ }
1556
+ }, _e = ({
1557
+ children: e,
1558
+ className: t,
1559
+ span: c,
1560
+ ...s
1561
+ }) => {
1562
+ const { columnGap: a, rowGap: r } = t1(F), h = {
1563
+ paddingLeft: a * B + "rem",
1564
+ paddingTop: r * B + "rem"
1565
+ }, m = W1({
1566
+ className: t,
1567
+ span: c
1568
+ });
1569
+ return /* @__PURE__ */ o("div", { className: m, style: h, ...s, children: e });
1570
+ };
1571
+ /*!
1572
+ @versini/ui-system v5.0.9
1573
+ © 2025 gizmette.com
1574
+ */
1575
+ try {
1576
+ window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
1577
+ version: "5.0.9",
1578
+ buildTime: "12/15/2025 01:20 PM EST",
1579
+ homepage: "https://www.npmjs.com/package/@versini/ui-system",
1580
+ license: "MIT"
1581
+ });
1582
+ } catch {
1583
+ }
1584
+ const be = ({
1585
+ className: e,
1586
+ isCapabilitiesSuccess: t,
1587
+ capabilities: c
1588
+ }) => {
1589
+ const [s, a] = C1(), r = s(a.Logo) || "prose-h1:text-copy-medium prose-h2:text-copy-medium text-copy-medium";
1590
+ return /* @__PURE__ */ l(
1591
+ "div",
1592
+ {
1593
+ className: n(
1594
+ e,
1595
+ "w-full md:mx-auto md:max-w-4xl",
1596
+ "flex items-center justify-center"
1597
+ ),
1598
+ children: [
1599
+ /* @__PURE__ */ o("div", { className: n("basis-1/4", r), children: /* @__PURE__ */ o(j1, {}) }),
1600
+ /* @__PURE__ */ l(
1601
+ "div",
1602
+ {
1603
+ className: n(
1604
+ "prose prose-light",
1605
+ "prose-sm md:prose-base",
1606
+ "prose-h1:mb-0 prose-h2:mt-0",
1607
+ r,
1608
+ {
1609
+ "prose-h2:text-red-500 dark:prose-h2:text-red-500": t && c?.runningMode === "development"
1610
+ }
1611
+ ),
1612
+ children: [
1613
+ /* @__PURE__ */ o("h1", { children: d }),
1614
+ /* @__PURE__ */ o("h2", { children: x1 })
1615
+ ]
1616
+ }
1617
+ )
1618
+ ]
1619
+ }
1620
+ );
1621
+ };
1622
+ export {
1623
+ h2 as ABOUT_TITLE,
1624
+ x2 as APP_CLASSNAME,
1625
+ _1 as APP_SET_FOOTER_HEIGHT,
1626
+ T1 as APP_SET_FOOTER_POSITION,
1627
+ I1 as APP_SET_FULL_SCREEN,
1628
+ b1 as APP_SET_OLED_MODE,
1629
+ w1 as APP_SET_THEME_MODE,
1630
+ E1 as APP_SET_THEME_PALETTE,
1631
+ S1 as AppContext,
1632
+ K1 as Button,
1633
+ Y1 as ButtonIcon,
1634
+ M2 as CARDS,
1635
+ v2 as CLIPBOARD_PROMPT,
1636
+ P2 as ChatContext,
1637
+ e2 as FOOTER_BOTTOM,
1638
+ T2 as FOOTER_DISCLAIMERS,
1639
+ v1 as FOOTER_TOP,
1640
+ l2 as HISTORY_TITLE,
1641
+ O2 as HistoryContext,
1642
+ m2 as INPUT_PLACEHOLDER_TEXT_AFTERNOON,
1643
+ f2 as INPUT_PLACEHOLDER_TEXT_DEFAULT,
1644
+ p2 as INPUT_PLACEHOLDER_TEXT_EVENING,
1645
+ d2 as INPUT_PLACEHOLDER_TEXT_IN_SESSION,
1646
+ u2 as INPUT_PLACEHOLDER_TEXT_MORNING,
1647
+ y2 as INPUT_PLACEHOLDER_TEXT_NIGHT,
1648
+ g2 as INPUT_PLACEHOLDER_TEXT_TODAY,
1649
+ A2 as IconAddLight,
1650
+ z2 as IconAnthropic,
1651
+ R2 as IconBack,
1652
+ V2 as IconBookSparklesLight,
1653
+ H2 as IconChart,
1654
+ D2 as IconClose,
1655
+ U2 as IconCloseLight,
1656
+ $2 as IconCopied,
1657
+ G2 as IconCopy,
1658
+ F2 as IconDelete,
1659
+ Y2 as IconEdit,
1660
+ j2 as IconEditLight,
1661
+ K2 as IconEditUser,
1662
+ q2 as IconGoogleGemini,
1663
+ W2 as IconHide,
1664
+ J2 as IconHistory,
1665
+ X2 as IconInfo,
1666
+ Q2 as IconLightBulbLight,
1667
+ Z2 as IconLockedLight,
1668
+ ee as IconMagic,
1669
+ te as IconNext,
1670
+ ce as IconOpenAI,
1671
+ se as IconPasskey,
1672
+ ae as IconPrevious,
1673
+ oe as IconProfile,
1674
+ re as IconProofread,
1675
+ ie as IconRestore,
1676
+ ne as IconRewrite,
1677
+ le as IconSearch,
1678
+ he as IconSelected,
1679
+ de as IconSendLight,
1680
+ ue as IconSettings,
1681
+ me as IconShow,
1682
+ pe as IconSliders,
1683
+ ye as IconStarInCircle,
1684
+ ge as IconStarInCircleLight,
1685
+ ve as IconUnSelected,
1686
+ fe as IconUnlockedLight,
1687
+ Te as L,
1688
+ c2 as LOG_IN,
1689
+ s2 as LOG_IN_PASSKEY,
1690
+ a2 as LOG_OUT,
1691
+ be as Logo,
1692
+ C2 as MONTHS,
1693
+ o2 as PASSWORD_PLACEHOLDER,
1694
+ i2 as PROFILE_TITLE,
1695
+ _2 as PROMPTS_DESCRIPTION,
1696
+ L2 as PromptsContext,
1697
+ n2 as SETTINGS_TITLE,
1698
+ k as TIME_RANGES,
1699
+ k2 as TIME_RANGE_LABELS,
1700
+ E2 as TOAST_CACHE_DISABLED,
1701
+ w2 as TOAST_CACHE_ENABLED,
1702
+ I2 as TOAST_CHAT_DELETED,
1703
+ b2 as TOAST_PROVIDER_CHANGED,
1704
+ S2 as TRIMESTERS,
1705
+ N2 as TRIMESTERS_SHORT,
1706
+ r2 as USAGE_TITLE,
1707
+ t2 as appReducer,
1708
+ f1 as e,
1709
+ _e as j,
1710
+ k1 as useMergeRefs,
1711
+ U as useResizeObserver,
1712
+ C1 as useTheme,
1713
+ B2 as useUniqueId
1714
+ };