@versini/sassysaint 8.83.1 → 8.84.0

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 (28) hide show
  1. package/dist/chunks/{AboutChangelog.mWn6DHnN.js → AboutChangelog.DZGAHTt1.js} +3 -3
  2. package/dist/chunks/{AboutEntry.CF0h629q.js → AboutEntry.attDhr6o.js} +5 -5
  3. package/dist/chunks/{App.ByR7hh4G.js → App.D5dFnMgi.js} +16 -16
  4. package/dist/chunks/{Chart.BOrnLtUH.js → Chart.BorMOymc.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.BbKm4kCr.js → ChatBubbleAssistant.C8Hj4aUT.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.CSd4FUFb.js → ChatBubbleUser.dsKIG0uQ.js} +3 -3
  7. package/dist/chunks/{ChatHistoryTable.OhJzHZwR.js → ChatHistoryTable.CZoqrM3Q.js} +3 -3
  8. package/dist/chunks/HistoryEntry.Bwj5sP0d.js +329 -0
  9. package/dist/chunks/ProfileEntry.C7jF-C7h.js +200 -0
  10. package/dist/chunks/{SettingsEntry.W5dfrzDj.js → SettingsEntry.YOmhRpCr.js} +3 -3
  11. package/dist/chunks/{UsageEntry.BlC_GEWV.js → UsageEntry.CuuhnKaa.js} +3 -3
  12. package/dist/chunks/{UserMemoriesPanel.pk5CBYkd.js → UserMemoriesPanel.DHYQrBf3.js} +7 -5
  13. package/dist/chunks/{index.Dq1H4UoP.js → index.B-hcQUrf.js} +3 -3
  14. package/dist/chunks/{index.LWfh_Nx0.js → index.B-uWa0B5.js} +1 -1
  15. package/dist/chunks/{index.DvwicTLq.js → index.CB38V3Ui.js} +1 -1
  16. package/dist/chunks/{index.Dm0B1x9v.js → index.CIkuBITJ.js} +1 -1
  17. package/dist/chunks/{index.xYO9MQ7q.js → index.CZGr8f9z.js} +1 -1
  18. package/dist/chunks/{index.C4Kp9caJ.js → index.Ch3LqJXc.js} +1 -1
  19. package/dist/chunks/{index.eSkzK0sZ.js → index.DYbaR-WD.js} +2 -2
  20. package/dist/chunks/{index.X83cFhfe.js → index.DtdQADPo.js} +1 -1
  21. package/dist/chunks/{index.DosDfPyo.js → index.xkx1XY3w.js} +1 -1
  22. package/dist/chunks/{useMarkdown.Bxe6gfSy.js → useMarkdown.B4zM1uwe.js} +6 -6
  23. package/dist/components/SassySaint/SassySaint.js +1 -1
  24. package/dist/index.js +4 -4
  25. package/dist/style.css +1 -1
  26. package/package.json +3 -3
  27. package/dist/chunks/HistoryEntry.DuHoMXgy.js +0 -298
  28. package/dist/chunks/ProfileEntry.CTvtlf06.js +0 -181
@@ -0,0 +1,200 @@
1
+ import { jsxs as l, Fragment as K, jsx as e } from "react/jsx-runtime";
2
+ import { n as O, useUniqueId as W, useUserPreferences as Y, useServerCapabilities as $, d as V, setUserPlan as q, Card as d, renderDataAsList as J, CARDS as n, L as h, j as i, Button as L, it as Q, isTauri as X, ButtonIcon as Z, IconPasskey as g, PROFILE_TITLE as ee } from "./index.CB38V3Ui.js";
3
+ import { preloadToast as ae, showSuccessToast as se, showErrorToast as ne, ConfirmationPanel as re, LazyToastContainerWrapper as le, Panel as te } from "./App.D5dFnMgi.js";
4
+ import ie from "clsx";
5
+ import { useState as m, useMemo as oe, useCallback as P } from "react";
6
+ const ce = () => {
7
+ const {
8
+ isAuthenticated: u,
9
+ user: s,
10
+ registeringForPasskey: y,
11
+ authenticationType: v,
12
+ getAccessToken: p
13
+ } = O(), [x, N] = m(null), [T, F] = m(!1), [U, C] = m(!1), [t, w] = m(null), z = W(), A = s?.username || "", {
14
+ data: E,
15
+ isSuccess: B,
16
+ refetch: I
17
+ } = Y({
18
+ user: s?.username,
19
+ getAccessToken: p
20
+ }), { data: S, isSuccess: f } = $(), R = oe(() => !f || !S?.plans ? [] : S.plans.map((a) => ({
21
+ id: a.name,
22
+ label: a.label,
23
+ description: a.description,
24
+ features: a.features,
25
+ models: a.allowedModels.map(
26
+ (r) => V[r] || r
27
+ )
28
+ })), [f, S?.plans]), k = P(() => {
29
+ T || (ae(), F(!0));
30
+ }, [T]), _ = P(async () => {
31
+ if (!(!t || !s?.username))
32
+ try {
33
+ N(t.id), await q({
34
+ plan: t.id,
35
+ accessToken: await p(),
36
+ username: s.username
37
+ }), await I(), await se(
38
+ `${n.PLANS.SWITCH_SUCCESS} ${t.label}`,
39
+ {
40
+ containerId: "profile-plan-selection"
41
+ }
42
+ );
43
+ } catch {
44
+ await ne(n.PLANS.SWITCH_ERROR, {
45
+ containerId: "profile-plan-selection"
46
+ });
47
+ } finally {
48
+ N(null), w(null);
49
+ }
50
+ }, [p, t, I, s?.username]), M = P(
51
+ (a, r) => {
52
+ !s?.username || a === E?.plan || (w({ id: a, label: r }), C(!0));
53
+ },
54
+ [E?.plan, s?.username]
55
+ );
56
+ return u && A ? /* @__PURE__ */ l(K, { children: [
57
+ /* @__PURE__ */ e(
58
+ re,
59
+ {
60
+ showConfirmation: U,
61
+ setShowConfirmation: C,
62
+ action: _,
63
+ customStrings: {
64
+ confirmAction: "Switch Plan",
65
+ cancelAction: "Cancel",
66
+ title: "Switch Plan"
67
+ },
68
+ children: t && /* @__PURE__ */ l("p", { className: "m-0", children: [
69
+ "Are you sure you want to switch to the following plan:",
70
+ " ",
71
+ /* @__PURE__ */ e("span", { className: "font-semibold", children: t.label })
72
+ ] })
73
+ }
74
+ ),
75
+ /* @__PURE__ */ e("div", { className: "av-sassy", children: /* @__PURE__ */ e(le, { containerId: "profile-plan-selection" }) }),
76
+ /* @__PURE__ */ e(
77
+ d,
78
+ {
79
+ header: n.PREFERENCES.TITLE,
80
+ className: "prose-dark dark:prose-lighter",
81
+ noBorder: !0,
82
+ children: J(z, {
83
+ [n.PREFERENCES.USERNAME]: A,
84
+ [n.PREFERENCES.EMAIL]: s?.email || ""
85
+ })
86
+ }
87
+ ),
88
+ B && f && R.length > 0 && /* @__PURE__ */ l(
89
+ d,
90
+ {
91
+ header: n.PLANS.TITLE,
92
+ className: "prose-dark dark:prose-lighter mt-4",
93
+ noBorder: !0,
94
+ children: [
95
+ /* @__PURE__ */ e("p", { className: "text-sm", children: n.PLANS.DESCRIPTION }),
96
+ /* @__PURE__ */ e(h, { columnGap: 3, rowGap: 3, className: "mt-4", children: R.map(({ id: a, label: r, description: G, features: D, models: j }) => {
97
+ const c = E?.plan === a, H = c ? n.PLANS.ACTIVE_BADGE : `Get ${r}`, b = x === a;
98
+ return /* @__PURE__ */ e(i, { span: { fallback: 12, md: 4 }, children: /* @__PURE__ */ e(d, { mode: "darker", className: "prose-lighter h-full", children: /* @__PURE__ */ l(h, { direction: "column", children: [
99
+ /* @__PURE__ */ l(i, { children: [
100
+ /* @__PURE__ */ e("div", { className: "flex items-start justify-between gap-2", children: /* @__PURE__ */ l("div", { children: [
101
+ /* @__PURE__ */ e(
102
+ "h3",
103
+ {
104
+ className: ie("m-0", {
105
+ "text-emerald-400": c
106
+ }),
107
+ children: r
108
+ }
109
+ ),
110
+ /* @__PURE__ */ e("p", { className: "mb-0 text-sm opacity-80", children: G })
111
+ ] }) }),
112
+ /* @__PURE__ */ e("h4", { children: "Features" }),
113
+ /* @__PURE__ */ e("ul", { className: "prose-li:text-sm", children: D.map((o) => /* @__PURE__ */ e("li", { children: o }, o)) }),
114
+ /* @__PURE__ */ e("h4", { children: "Models" }),
115
+ /* @__PURE__ */ e("ul", { className: "prose-li:text-sm", children: j.map((o) => /* @__PURE__ */ e("li", { children: o }, o)) })
116
+ ] }),
117
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
118
+ L,
119
+ {
120
+ mode: "dark",
121
+ size: "small",
122
+ variant: c ? "selected" : "secondary",
123
+ className: "mt-4",
124
+ fullWidth: !0,
125
+ disabled: c || b,
126
+ onClick: () => {
127
+ M(a, r);
128
+ },
129
+ onMouseEnter: k,
130
+ onFocus: k,
131
+ children: b ? "Updating..." : H
132
+ }
133
+ ) })
134
+ ] }) }) }, a);
135
+ }) })
136
+ ]
137
+ }
138
+ ),
139
+ v !== Q.PASSKEY && !X() && /* @__PURE__ */ l(
140
+ d,
141
+ {
142
+ className: "prose-dark dark:prose-lighter mt-4",
143
+ noBorder: !0,
144
+ header: /* @__PURE__ */ e("h2", { className: "m-0", children: /* @__PURE__ */ l(h, { columnGap: 3, alignVertical: "center", children: [
145
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(g, { size: "size-8" }) }),
146
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e("div", { children: n.PREFERENCES.PASSKEY_TITLE }) })
147
+ ] }) }),
148
+ children: [
149
+ /* @__PURE__ */ e("p", { children: n.PREFERENCES.PASSKEY_INSTRUCTIONS }),
150
+ /* @__PURE__ */ e(
151
+ Z,
152
+ {
153
+ variant: "selected",
154
+ size: "small",
155
+ className: "mt-2",
156
+ onClick: y,
157
+ labelLeft: n.PREFERENCES.PASSKEY_BUTTON,
158
+ children: /* @__PURE__ */ e(g, { size: "size-5", monotone: !0 })
159
+ }
160
+ )
161
+ ]
162
+ }
163
+ )
164
+ ] }) : null;
165
+ }, Ee = ({
166
+ open: u,
167
+ onOpenChange: s
168
+ }) => /* @__PURE__ */ e(
169
+ te,
170
+ {
171
+ open: u,
172
+ onOpenChange: s,
173
+ title: ee,
174
+ animation: !0,
175
+ animationType: "fade",
176
+ footer: /* @__PURE__ */ e(
177
+ h,
178
+ {
179
+ columnGap: 2,
180
+ alignHorizontal: "flex-end",
181
+ className: "pb-8 sm:pb-0",
182
+ children: /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
183
+ L,
184
+ {
185
+ mode: "dark",
186
+ variant: "secondary",
187
+ focusMode: "light",
188
+ noBorder: !0,
189
+ onClick: () => s(!1),
190
+ children: "Dismiss"
191
+ }
192
+ ) })
193
+ }
194
+ ),
195
+ children: /* @__PURE__ */ e(ce, {})
196
+ }
197
+ );
198
+ export {
199
+ Ee as Profile
200
+ };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
- import { n as je, useEntitlements as Ve, AppContext as Fe, useUserPreferences as We, V as ie, useLocalStorage as de, LOCAL_STORAGE_OLED_MODE as $e, LOCAL_STORAGE_FULL_SCREEN as ze, k as ue, canEvaluateModels as He, Y as Ye, getCacheInfo as qe, isServiceWorkerEnabled as Ke, SETTINGS_TITLE as Qe, Card as E, CARDS as r, b as Je, Button as v, PROMPTS_DESCRIPTION as Xe, e_ as me, L as Ze, j as he, applyOledMode as Ee, APP_SET_OLED_MODE as fe, APP_SET_FULL_SCREEN as Se, getCurrentGeoLocation as et, graphQLRequest as pe, handleServiceWorkerToggle as tt, SERVICE_TYPES as ge } from "./index.DvwicTLq.js";
3
- import { useCapability as be, Panel as ot, Toggle as l } from "./App.ByR7hh4G.js";
4
- import { TextArea as Te } from "./index.X83cFhfe.js";
2
+ import { n as je, useEntitlements as Ve, AppContext as Fe, useUserPreferences as We, V as ie, useLocalStorage as de, LOCAL_STORAGE_OLED_MODE as $e, LOCAL_STORAGE_FULL_SCREEN as ze, k as ue, canEvaluateModels as He, Y as Ye, getCacheInfo as qe, isServiceWorkerEnabled as Ke, SETTINGS_TITLE as Qe, Card as E, CARDS as r, b as Je, Button as v, PROMPTS_DESCRIPTION as Xe, e_ as me, L as Ze, j as he, applyOledMode as Ee, APP_SET_OLED_MODE as fe, APP_SET_FULL_SCREEN as Se, getCurrentGeoLocation as et, graphQLRequest as pe, handleServiceWorkerToggle as tt, SERVICE_TYPES as ge } from "./index.CB38V3Ui.js";
3
+ import { useCapability as be, Panel as ot, Toggle as l } from "./App.D5dFnMgi.js";
4
+ import { TextArea as Te } from "./index.DtdQADPo.js";
5
5
  import { useContext as at, useState as a, useMemo as st, useCallback as nt, useEffect as Ne } from "react";
6
6
  const ut = ({
7
7
  open: Ce,
@@ -1,13 +1,13 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { n as f, useUniqueId as v, useUserChatStats as _, useChatsUsage as z, USAGE_TITLE as B, Card as g, renderDataAsList as P, CARDS as a, L as p, j as A, Button as i, pluralize as m } from "./index.DvwicTLq.js";
3
- import { Panel as H } from "./App.ByR7hh4G.js";
2
+ import { n as f, useUniqueId as v, useUserChatStats as _, useChatsUsage as z, USAGE_TITLE as B, Card as g, renderDataAsList as P, CARDS as a, L as p, j as A, Button as i, pluralize as m } from "./index.CB38V3Ui.js";
3
+ import { Panel as H } from "./App.D5dFnMgi.js";
4
4
  import { useState as C, Suspense as K, lazy as j } from "react";
5
5
  const s = [0, 3, 6, 9], n = {
6
6
  TOKEN: "token",
7
7
  MODEL: "model"
8
8
  }, w = j(() => import(
9
9
  /* webpackChunkName: "LazyChart" */
10
- "./Chart.BOrnLtUH.js"
10
+ "./Chart.BorMOymc.js"
11
11
  )), R = ({
12
12
  open: k,
13
13
  onOpenChange: E
@@ -1,10 +1,10 @@
1
1
  import { jsx as e, jsxs as r, Fragment as b } from "react/jsx-runtime";
2
- import { L as R, j as A, Button as M, n as Ne, useLocalStorage as K, LOCAL_STORAGE_PREFIX as Q, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as we, e as l, LOCAL_STORAGE_SORT_MEMORY_COLUMN as ke, useUserMemories as Se, useExpiredMemories as Te, useDeleteMemory as ve, useDeleteAllActiveMemories as De, useDeleteAllExpiredMemories as Me, useUpdateMemory as Ee, useRestoreMemory as be, ButtonIcon as O, IconEdit as Re, IconDelete as Z, IconRestore as Ie } from "./index.DvwicTLq.js";
3
- import { Panel as le, Toggle as _, ConfirmationPanel as ee, Tooltip as z } from "./App.ByR7hh4G.js";
4
- import { W as te, j as re, G as D, M as s, F as B, H as ie, D as ne } from "./index.xYO9MQ7q.js";
2
+ import { L as R, j as A, Button as M, n as Ne, useLocalStorage as K, LOCAL_STORAGE_PREFIX as Q, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as we, e as l, LOCAL_STORAGE_SORT_MEMORY_COLUMN as ke, useUserMemories as Se, useExpiredMemories as Te, useDeleteMemory as ve, useDeleteAllActiveMemories as De, useDeleteAllExpiredMemories as Me, useUpdateMemory as Ee, useRestoreMemory as be, ButtonIcon as O, IconEdit as Re, IconDelete as Z, IconRestore as Ie } from "./index.CB38V3Ui.js";
3
+ import { Panel as le, Toggle as _, ConfirmationPanel as ee, Tooltip as z } from "./App.D5dFnMgi.js";
4
+ import { W as te, j as re, G as D, M as s, F as B, H as ie, D as ne } from "./index.CZGr8f9z.js";
5
5
  import y from "clsx";
6
6
  import { useState as C, useEffect as Le, useRef as oe } from "react";
7
- import { TextArea as Oe } from "./index.X83cFhfe.js";
7
+ import { TextArea as Oe } from "./index.DtdQADPo.js";
8
8
  const _e = ({
9
9
  open: N,
10
10
  onOpenChange: E,
@@ -377,7 +377,9 @@ const _e = ({
377
377
  {
378
378
  className: y(
379
379
  "flex flex-col sm:flex-row",
380
- "sm:max-h-[50vh] sm:min-h-[50vh]"
380
+ "max-h-[75vh]",
381
+ "sm:max-h-[75vh]",
382
+ "min-h-[70vh]"
381
383
  ),
382
384
  children: m === "active" ? /* @__PURE__ */ r(b, { children: [
383
385
  U && /* @__PURE__ */ e("p", { className: "m-0", children: "Loading memories..." }),
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.ByR7hh4G.js";
2
- import { visit as In } from "./useMarkdown.Bxe6gfSy.js";
3
- import { toText as Cn } from "./index.LWfh_Nx0.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.D5dFnMgi.js";
2
+ import { visit as In } from "./useMarkdown.B4zM1uwe.js";
3
+ import { toText as Cn } from "./index.B-uWa0B5.js";
4
4
  function xn(e) {
5
5
  const t = e.regex, i = e.COMMENT("//", "$", { contains: [{ begin: /\\\n/ }] }), a = "decltype\\(auto\\)", r = "[a-zA-Z_]\\w*::", d = "(?!struct)(" + a + "|" + t.optional(r) + "[a-zA-Z_]\\w*" + t.optional("<[^<>]+>") + ")", c = {
6
6
  className: "type",
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.Bxe6gfSy.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.B4zM1uwe.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -7852,7 +7852,7 @@ const Hr = {
7852
7852
  ] });
7853
7853
  }, kc = new URL(document.location.href).searchParams, Kr = !!kc.get("debug") || !1, Pc = on(() => import(
7854
7854
  /* webpackChunkName: "LazyApp" */
7855
- "./App.ByR7hh4G.js"
7855
+ "./App.D5dFnMgi.js"
7856
7856
  ).then((e) => e.App)), xc = new kn(), Vr = ({
7857
7857
  isComponent: e,
7858
7858
  headerHeight: t
@@ -1,4 +1,4 @@
1
- import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.Bxe6gfSy.js";
1
+ import { convert as se, visitParents as Me, unicodeWhitespace as I, unicodePunctuation as N, normalizeIdentifier as _, classifyCharacter as W, visit as _e, toString as ce, EXIT as Oe, asciiAlphanumeric as Z, asciiAlpha as P, markdownLineEndingOrSpace as A, asciiControl as je, blankLine as Be, factorySpace as S, splice as q, resolveAll as We, markdownLineEnding as R, markdownSpace as T, combineExtensions as $e } from "./useMarkdown.B4zM1uwe.js";
2
2
  import { longestStreak as qe } from "./index.Cyw5OC0t.js";
3
3
  function ne(e, n) {
4
4
  const t = String(e);
@@ -1,5 +1,5 @@
1
1
  import { jsx as l, jsxs as y } from "react/jsx-runtime";
2
- import { ButtonSort_private as f, e as k } from "./index.DvwicTLq.js";
2
+ import { ButtonSort_private as f, e as k } from "./index.CB38V3Ui.js";
3
3
  import o from "clsx";
4
4
  import v, { useContext as b } from "react";
5
5
  /*!
@@ -1,5 +1,5 @@
1
1
  import { jsxs as h, jsx as l } from "react/jsx-runtime";
2
- import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.DvwicTLq.js";
2
+ import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.CB38V3Ui.js";
3
3
  import { useState as N, useEffect as $ } from "react";
4
4
  import t from "clsx";
5
5
  /*!
@@ -1,5 +1,5 @@
1
- import { find as Aa, parse as Ft, parse$1 as Ht, normalize as Pt, html as Ta, svg as Ba, visitParents as Na, SKIP as Da } from "./useMarkdown.Bxe6gfSy.js";
2
- import { toText as Ca } from "./index.LWfh_Nx0.js";
1
+ import { find as Aa, parse as Ft, parse$1 as Ht, normalize as Pt, html as Ta, svg as Ba, visitParents as Na, SKIP as Da } from "./useMarkdown.B4zM1uwe.js";
2
+ import { toText as Ca } from "./index.B-uWa0B5.js";
3
3
  const Gt = /[#.]/g;
4
4
  function qa(r, e) {
5
5
  const t = r || "", a = {};
@@ -1,5 +1,5 @@
1
1
  import { jsxs as oe, jsx as h } from "react/jsx-runtime";
2
- import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.DvwicTLq.js";
2
+ import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.CB38V3Ui.js";
3
3
  import ue, { useRef as k, useState as I, useLayoutEffect as R } from "react";
4
4
  import o from "clsx";
5
5
  /*!
@@ -1,4 +1,4 @@
1
- import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.Bxe6gfSy.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.B4zM1uwe.js";
2
2
  import { longestStreak as q } from "./index.Cyw5OC0t.js";
3
3
  function b() {
4
4
  return {
@@ -1,8 +1,8 @@
1
1
  import * as le from "react/jsx-runtime";
2
2
  import { jsx as vt, jsxs as Tr } from "react/jsx-runtime";
3
- import { isTauri as Lr, ButtonCopy as zr, unObfuscate as _r, obfuscate as Mr } from "./index.DvwicTLq.js";
3
+ import { isTauri as Lr, ButtonCopy as zr, unObfuscate as _r, obfuscate as Mr } from "./index.CB38V3Ui.js";
4
4
  import { useCallback as Dt, useRef as vn, useState as Nr, useEffect as Rr } from "react";
5
- import { getDefaultExportFromCjs as Ft } from "./App.ByR7hh4G.js";
5
+ import { getDefaultExportFromCjs as Ft } from "./App.D5dFnMgi.js";
6
6
  const Ot = -1, ee = 0, Hn = 1, ne = 2, ze = 3, _e = 4, Me = 5, Ne = 6, Bt = 7, jt = 8, Qe = typeof self == "object" ? self : globalThis, vr = (n, e) => {
7
7
  const t = (i, l) => (n.set(l, i), i), r = (i) => {
8
8
  if (n.has(i))
@@ -7111,7 +7111,7 @@ class vu {
7111
7111
  if (!this.remarkGfm) {
7112
7112
  const { default: e } = await import(
7113
7113
  /* webpackChunkName: "md-remark" */
7114
- "./index.Dm0B1x9v.js"
7114
+ "./index.CIkuBITJ.js"
7115
7115
  );
7116
7116
  this.remarkGfm = e;
7117
7117
  }
@@ -7122,7 +7122,7 @@ class vu {
7122
7122
  ju("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
7123
7123
  const { default: e } = await import(
7124
7124
  /* webpackChunkName: "md-rehype-katex" */
7125
- "./index.eSkzK0sZ.js"
7125
+ "./index.DYbaR-WD.js"
7126
7126
  );
7127
7127
  this.rehypeKatex = e;
7128
7128
  }
@@ -7132,7 +7132,7 @@ class vu {
7132
7132
  if (!this.remarkMath) {
7133
7133
  const { default: e } = await import(
7134
7134
  /* webpackChunkName: "md-remark" */
7135
- "./index.DosDfPyo.js"
7135
+ "./index.xkx1XY3w.js"
7136
7136
  );
7137
7137
  this.remarkMath = e;
7138
7138
  }
@@ -7142,7 +7142,7 @@ class vu {
7142
7142
  if (!this.rehypeHighlight) {
7143
7143
  const { default: e } = await import(
7144
7144
  /* webpackChunkName: "md-rehype-highlight" */
7145
- "./index.Dq1H4UoP.js"
7145
+ "./index.B-hcQUrf.js"
7146
7146
  );
7147
7147
  this.rehypeHighlight = e;
7148
7148
  }
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.DvwicTLq.js";
2
+ import { SassySaint as a } from "../../chunks/index.CB38V3Ui.js";
3
3
  export {
4
4
  a as SassySaint
5
5
  };
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
- import { SassySaint as r } from "./chunks/index.DvwicTLq.js";
1
+ import { SassySaint as r } from "./chunks/index.CB38V3Ui.js";
2
2
  /*!
3
- @sassysaint/client v8.83.1
3
+ @sassysaint/client v8.84.0
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "8.83.1",
9
- buildTime: "11/13/2025 02:21 PM EST",
8
+ version: "8.84.0",
9
+ buildTime: "11/13/2025 08:50 PM EST",
10
10
  license: "MIT"
11
11
  });
12
12
  } catch {