@versini/sassysaint 8.99.3 → 8.100.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 (26) hide show
  1. package/dist/chunks/{AboutChangelog.C_qMLuiB.js → AboutChangelog.DA361mHf.js} +3 -3
  2. package/dist/chunks/AboutEntry.COmeuxq_.js +83 -0
  3. package/dist/chunks/{App.BUZaV6AF.js → App.BLNMkw5x.js} +331 -329
  4. package/dist/chunks/{Chart.DvSv2Eza.js → Chart.GBOvQ25I.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.DPvPqKP2.js → ChatBubbleAssistant.De5psmEG.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.BCEiPwpY.js → ChatBubbleUser.DF9Axp_4.js} +3 -3
  7. package/dist/chunks/{ChatHistoryTable.BV0EO83B.js → ChatHistoryTable.rOFYnFKa.js} +3 -3
  8. package/dist/chunks/{HistoryEntry.DdsxhGAV.js → HistoryEntry.DnG7vXnm.js} +134 -133
  9. package/dist/chunks/{UserMemoriesPanel.B7Vh6shw.js → MemoriesEntry.rleSeGKZ.js} +212 -209
  10. package/dist/chunks/{ProfileEntry.C-3cFRJF.js → ProfileEntry.ZVmjBCNA.js} +76 -72
  11. package/dist/chunks/{SettingsEntry.AuH85ovZ.js → SettingsEntry.azCvMpSB.js} +116 -108
  12. package/dist/chunks/{UsageEntry.C5_CSslN.js → UsageEntry.CK1PBjs3.js} +77 -76
  13. package/dist/chunks/{index.DQOeZzJl.js → index.Bil3-QBE.js} +1 -1
  14. package/dist/chunks/{index.BtC6g5QI.js → index.Bz0fwQT2.js} +1 -1
  15. package/dist/chunks/{index.CHoYdZu2.js → index.CY7OKrvt.js} +3 -3
  16. package/dist/chunks/{index.3sEe64_a.js → index.CYzDnVAL.js} +1 -1
  17. package/dist/chunks/{index.BbB1hl1m.js → index.CgmhTYJp.js} +1 -1
  18. package/dist/chunks/{index.DRSAc_Rh.js → index.DfrHJ6QJ.js} +1 -1
  19. package/dist/chunks/{index.C8gT8NUq.js → index.DlepPi73.js} +2 -2
  20. package/dist/chunks/{index.IFwWrDqI.js → index.Dw8chhdS.js} +1 -1
  21. package/dist/chunks/{index.D3zzxjS0.js → index.iTnfwVri.js} +1 -1
  22. package/dist/chunks/{useMarkdown.CFmffPvi.js → useMarkdown.DhNvct2e.js} +6 -6
  23. package/dist/components/SassySaint/SassySaint.js +1 -1
  24. package/dist/index.js +4 -4
  25. package/package.json +3 -3
  26. package/dist/chunks/AboutEntry.CKKvxJXb.js +0 -79
@@ -1,202 +1,203 @@
1
1
  import { jsxs as T, jsx as t } from "react/jsx-runtime";
2
- import { n as X, useUniqueId as Z, useUserChatStats as J, useLocalStorage as M, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_USAGE_VIEW_MODE as Q, LOCAL_STORAGE_USAGE_TIME_RANGE as $, TIME_RANGES as e, LOCAL_STORAGE_USAGE_SELECTED_MONTH as ee, useChatsUsage as te, USAGE_TITLE as ne, Card as p, CARDS as d, L as h, j as c, TIME_RANGE_LABELS as k, MONTHS as g, ButtonIcon as E, IconChart as re, IconSelected as H, IconUnSelected as P, IconPrevious as le, IconNext as se, renderDataAsList as ae, pluralize as D } from "./index.BbB1hl1m.js";
3
- import { Panel as ie, Menu as b, MenuGroupLabel as oe, MenuItem as G, CancelButton as ce } from "./App.BUZaV6AF.js";
4
- import { useState as U, Suspense as Te, lazy as de } from "react";
2
+ import { n as Z, useUniqueId as J, useUserChatStats as Q, useLocalStorage as M, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_USAGE_VIEW_MODE as $, LOCAL_STORAGE_USAGE_TIME_RANGE as ee, TIME_RANGES as e, LOCAL_STORAGE_USAGE_SELECTED_MONTH as te, useChatsUsage as ne, USAGE_TITLE as le, Card as k, CARDS as d, L as h, j as c, TIME_RANGE_LABELS as H, MONTHS as g, ButtonIcon as u, IconChart as re, IconSelected as P, IconUnSelected as b, IconPrevious as se, IconNext as ae, renderDataAsList as ie, pluralize as D } from "./index.CgmhTYJp.js";
3
+ import { Panel as oe, Menu as G, MenuGroupLabel as ce, MenuItem as U, CancelButton as Te } from "./App.BLNMkw5x.js";
4
+ import { useRef as de, useState as v, Suspense as ue, lazy as Ee } from "react";
5
5
  const a = [0, 3, 6, 9], s = {
6
6
  TOKEN: "token",
7
7
  MODEL: "model"
8
- }, Ee = [
8
+ }, Se = [
9
9
  e.TODAY,
10
10
  e.YESTERDAY,
11
11
  e.MONTH_TO_DATE,
12
12
  e.CURRENT_YEAR,
13
13
  e.LAST_YEAR
14
- ], ue = de(
14
+ ], Ie = Ee(
15
15
  () => import(
16
16
  /* webpackChunkName: "chart-highcharts" */
17
- "./Chart.DvSv2Eza.js"
17
+ "./Chart.GBOvQ25I.js"
18
18
  )
19
- ), Oe = ({
20
- open: v,
19
+ ), Ce = ({
20
+ open: x,
21
21
  onOpenChange: R
22
22
  }) => {
23
- const { getAccessToken: L, user: f } = X(), x = Z(), { data: i, isSuccess: F } = J({
24
- user: f?.username,
23
+ const f = de(null), { getAccessToken: L, user: z } = Z(), F = J(), { data: i, isSuccess: B } = Q({
24
+ user: z?.username,
25
25
  getAccessToken: L
26
- }), z = Math.floor((/* @__PURE__ */ new Date()).getMonth() / 3) * 3, [O, m] = U(z), [o, Y] = M({
27
- key: N + Q,
28
- initialValue: s.MODEL
29
- }), [n, u] = M({
26
+ }), Y = Math.floor((/* @__PURE__ */ new Date()).getMonth() / 3) * 3, [O, m] = v(Y), [o, p] = M({
30
27
  key: N + $,
31
- initialValue: e.CURRENT_YEAR
32
- }), [l, S] = M({
28
+ initialValue: s.MODEL
29
+ }), [n, E] = M({
33
30
  key: N + ee,
31
+ initialValue: e.CURRENT_YEAR
32
+ }), [r, S] = M({
33
+ key: N + te,
34
34
  initialValue: null
35
- }), [B, V] = U(
35
+ }), [V, y] = v(
36
36
  (/* @__PURE__ */ new Date()).getFullYear()
37
- ), { data: I, isSuccess: y } = te({
38
- user: f?.username,
37
+ ), { data: I, isSuccess: K } = ne({
38
+ user: z?.username,
39
39
  getAccessToken: L,
40
40
  timeRange: n,
41
- month: n === e.SPECIFIC_MONTH && l !== null ? String(l) : void 0,
42
- year: n === e.SPECIFIC_MONTH ? String(B) : void 0,
41
+ month: n === e.SPECIFIC_MONTH && r !== null ? String(r) : void 0,
42
+ year: n === e.SPECIFIC_MONTH ? String(V) : void 0,
43
43
  timezone: Intl.DateTimeFormat().resolvedOptions().timeZone
44
- }), K = (r) => {
45
- if (r.preventDefault(), n === e.MONTH_TO_DATE)
44
+ }), j = (l) => {
45
+ if (l.preventDefault(), n === e.MONTH_TO_DATE)
46
46
  return;
47
47
  if (n === e.TODAY || n === e.YESTERDAY) {
48
- u(
48
+ E(
49
49
  n === e.TODAY ? e.YESTERDAY : e.TODAY
50
50
  );
51
51
  return;
52
52
  }
53
- if (n === e.SPECIFIC_MONTH && l !== null) {
54
- const _ = (l + 1) % 12;
53
+ if (n === e.SPECIFIC_MONTH && r !== null) {
54
+ const _ = (r + 1) % 12;
55
55
  S(_);
56
56
  return;
57
57
  }
58
58
  const C = (a.indexOf(O) + 1) % a.length;
59
59
  m(a[C]);
60
- }, j = (r) => {
61
- if (r.preventDefault(), n === e.MONTH_TO_DATE)
60
+ }, w = (l) => {
61
+ if (l.preventDefault(), n === e.MONTH_TO_DATE)
62
62
  return;
63
63
  if (n === e.TODAY || n === e.YESTERDAY) {
64
- u(
64
+ E(
65
65
  n === e.TODAY ? e.YESTERDAY : e.TODAY
66
66
  );
67
67
  return;
68
68
  }
69
- if (n === e.SPECIFIC_MONTH && l !== null) {
70
- const _ = (l - 1 + 12) % 12;
69
+ if (n === e.SPECIFIC_MONTH && r !== null) {
70
+ const _ = (r - 1 + 12) % 12;
71
71
  S(_);
72
72
  return;
73
73
  }
74
74
  const C = (a.indexOf(O) - 1 + a.length) % a.length;
75
75
  m(a[C]);
76
- }, w = (r) => {
77
- u(r), r !== e.SPECIFIC_MONTH && S(null), (r === e.CURRENT_YEAR || r === e.LAST_YEAR) && m(z);
78
- }, W = (r) => {
79
- S(r), V((/* @__PURE__ */ new Date()).getFullYear()), u(e.SPECIFIC_MONTH);
80
- }, q = () => n === e.SPECIFIC_MONTH && l !== null ? g[l] : k[n];
76
+ }, W = (l) => {
77
+ E(l), l !== e.SPECIFIC_MONTH && S(null), (l === e.CURRENT_YEAR || l === e.LAST_YEAR) && m(Y);
78
+ }, q = (l) => {
79
+ S(l), y((/* @__PURE__ */ new Date()).getFullYear()), E(e.SPECIFIC_MONTH);
80
+ }, X = () => n === e.SPECIFIC_MONTH && r !== null ? g[r] : H[n];
81
81
  return /* @__PURE__ */ T(
82
- ie,
82
+ oe,
83
83
  {
84
- open: v,
84
+ open: x,
85
85
  onOpenChange: R,
86
- title: ne,
86
+ title: le,
87
87
  animation: !0,
88
88
  animationType: "fade",
89
89
  blurEffect: "large",
90
+ initialFocus: f,
90
91
  footer: /* @__PURE__ */ t(
91
92
  h,
92
93
  {
93
94
  columnGap: 2,
94
95
  alignHorizontal: "flex-end",
95
96
  className: "pb-8 sm:pb-0",
96
- children: /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(ce, { onOpenChange: R }) })
97
+ children: /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(Te, { onOpenChange: R, ref: f }) })
97
98
  }
98
99
  ),
99
100
  children: [
100
101
  /* @__PURE__ */ t(
101
- p,
102
+ k,
102
103
  {
103
104
  header: d.MAIN_STATISTICS.USAGE,
104
105
  className: "prose-dark dark:prose-lighter mb-4 min-h-144",
105
106
  noBorder: !0,
106
- children: y && I ? /* @__PURE__ */ T(Te, { fallback: /* @__PURE__ */ t("div", {}), children: [
107
+ children: K && I ? /* @__PURE__ */ T(ue, { fallback: /* @__PURE__ */ t("div", {}), children: [
107
108
  /* @__PURE__ */ t(h, { className: "mb-2", alignHorizontal: "center", children: /* @__PURE__ */ t(c, { children: /* @__PURE__ */ T(
108
- b,
109
+ G,
109
110
  {
110
111
  mode: "dark",
111
112
  focusMode: "light",
112
113
  trigger: /* @__PURE__ */ t(
113
- E,
114
+ u,
114
115
  {
115
116
  noBorder: !0,
116
117
  variant: "selected",
117
118
  size: "small",
118
- labelRight: q(),
119
+ labelRight: X(),
119
120
  children: /* @__PURE__ */ t(re, { className: "mr-1", size: "size-4" })
120
121
  }
121
122
  ),
122
123
  defaultPlacement: "bottom-start",
123
124
  children: [
124
- /* @__PURE__ */ t(oe, { children: "Date Range" }),
125
- Ee.map((r) => /* @__PURE__ */ t(
126
- G,
125
+ /* @__PURE__ */ t(ce, { children: "Date Range" }),
126
+ Se.map((l) => /* @__PURE__ */ t(
127
+ U,
127
128
  {
128
- label: k[r],
129
- selected: n === r,
130
- onClick: () => w(r)
129
+ label: H[l],
130
+ selected: n === l,
131
+ onClick: () => W(l)
131
132
  },
132
- r
133
+ l
133
134
  )),
134
- /* @__PURE__ */ t(b, { label: "Month", children: g.map((r, A) => /* @__PURE__ */ t(
135
- G,
135
+ /* @__PURE__ */ t(G, { label: "Month", children: g.map((l, A) => /* @__PURE__ */ t(
136
+ U,
136
137
  {
137
- label: r,
138
- selected: n === e.SPECIFIC_MONTH && l === A,
139
- onClick: () => W(A)
138
+ label: l,
139
+ selected: n === e.SPECIFIC_MONTH && r === A,
140
+ onClick: () => q(A)
140
141
  },
141
- r
142
+ l
142
143
  )) })
143
144
  ]
144
145
  }
145
146
  ) }) }),
146
147
  /* @__PURE__ */ T(h, { className: "mb-2", alignHorizontal: "center", columnGap: 2, children: [
147
148
  /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
148
- E,
149
+ u,
149
150
  {
150
- onClick: () => Y(s.MODEL),
151
+ onClick: () => p(s.MODEL),
151
152
  labelRight: "Model Usage",
152
153
  noBorder: !0,
153
154
  size: "small",
154
155
  mode: o === s.MODEL ? "dark" : "light",
155
- children: o === s.MODEL ? /* @__PURE__ */ t(H, { size: "size-4" }) : /* @__PURE__ */ t(P, { size: "size-4" })
156
+ children: o === s.MODEL ? /* @__PURE__ */ t(P, { size: "size-4" }) : /* @__PURE__ */ t(b, { size: "size-4" })
156
157
  }
157
158
  ) }),
158
159
  /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
159
- E,
160
+ u,
160
161
  {
161
- onClick: () => Y(s.TOKEN),
162
+ onClick: () => p(s.TOKEN),
162
163
  labelRight: "Token Usage",
163
164
  noBorder: !0,
164
165
  size: "small",
165
166
  mode: o === s.TOKEN ? "dark" : "light",
166
- children: o === s.TOKEN ? /* @__PURE__ */ t(H, { size: "size-4" }) : /* @__PURE__ */ t(P, { size: "size-4" })
167
+ children: o === s.TOKEN ? /* @__PURE__ */ t(P, { size: "size-4" }) : /* @__PURE__ */ t(b, { size: "size-4" })
167
168
  }
168
169
  ) })
169
170
  ] }),
170
171
  /* @__PURE__ */ t(
171
- ue,
172
+ Ie,
172
173
  {
173
174
  tokenUsage: o === s.TOKEN ? I.tokenUsage?.series || [] : I.modelUsage?.series || [],
174
175
  page: O,
175
176
  viewMode: o,
176
177
  timeRange: n,
177
178
  categories: I.categories,
178
- chartTitle: n === e.SPECIFIC_MONTH && l !== null ? g[l] : void 0
179
+ chartTitle: n === e.SPECIFIC_MONTH && r !== null ? g[r] : void 0
179
180
  }
180
181
  ),
181
182
  n !== e.MONTH_TO_DATE && /* @__PURE__ */ T(h, { className: "mt-2", alignHorizontal: "center", columnGap: 2, children: [
182
183
  /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
183
- E,
184
+ u,
184
185
  {
185
186
  noBorder: !0,
186
187
  size: "small",
187
188
  label: "Previous",
188
- onClick: j,
189
- children: /* @__PURE__ */ t(le, { size: "size-4" })
189
+ onClick: w,
190
+ children: /* @__PURE__ */ t(se, { size: "size-4" })
190
191
  }
191
192
  ) }),
192
193
  /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
193
- E,
194
+ u,
194
195
  {
195
196
  noBorder: !0,
196
197
  size: "small",
197
198
  label: "Next",
198
- onClick: K,
199
- children: /* @__PURE__ */ t(se, { size: "size-4" })
199
+ onClick: j,
200
+ children: /* @__PURE__ */ t(ae, { size: "size-4" })
200
201
  }
201
202
  ) })
202
203
  ] })
@@ -204,13 +205,13 @@ const a = [0, 3, 6, 9], s = {
204
205
  }
205
206
  ),
206
207
  /* @__PURE__ */ t(
207
- p,
208
+ k,
208
209
  {
209
210
  header: d.MAIN_STATISTICS.TITLE,
210
211
  className: "prose-dark dark:prose-lighter min-h-42",
211
212
  noBorder: !0,
212
- children: F ? ae(
213
- x,
213
+ children: B ? ie(
214
+ F,
214
215
  {
215
216
  [D(d.MAIN_STATISTICS.TOTAL, i.totalChats)]: i.totalChats,
216
217
  [D(
@@ -231,5 +232,5 @@ const a = [0, 3, 6, 9], s = {
231
232
  );
232
233
  };
233
234
  export {
234
- Oe as Usage
235
+ Ce as Usage
235
236
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as l, jsxs as p } from "react/jsx-runtime";
2
2
  import d from "clsx";
3
3
  import x, { useContext as y } from "react";
4
- import { ButtonIcon as I, e$1 as u } from "./index.BbB1hl1m.js";
4
+ import { ButtonIcon as I, e$1 as u } from "./index.CgmhTYJp.js";
5
5
  /*!
6
6
  @versini/ui-button v10.0.1
7
7
  © 2025 gizmette.com
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.CFmffPvi.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.DhNvct2e.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.BUZaV6AF.js";
2
- import { visit as In } from "./useMarkdown.CFmffPvi.js";
3
- import { toText as Cn } from "./index.BtC6g5QI.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.BLNMkw5x.js";
2
+ import { visit as In } from "./useMarkdown.DhNvct2e.js";
3
+ import { toText as Cn } from "./index.Bz0fwQT2.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 { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.CFmffPvi.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.DhNvct2e.js";
2
2
  import { longestStreak as q } from "./index.Cyw5OC0t.js";
3
3
  function b() {
4
4
  return {
@@ -7844,7 +7844,7 @@ const tc = "ASK! ME! ANYTHING!", rc = "Log in with a password", sc = "Log in wit
7844
7844
  ] });
7845
7845
  }, Ec = new URL(document.location.href).searchParams, Fr = !!Ec.get("debug") || !1, wc = nn(() => import(
7846
7846
  /* webpackChunkName: "LazyApp" */
7847
- "./App.BUZaV6AF.js"
7847
+ "./App.BLNMkw5x.js"
7848
7848
  ).then((e) => e.App)), Sc = new Dn(), Br = ({
7849
7849
  isComponent: e,
7850
7850
  headerHeight: t
@@ -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.BbB1hl1m.js";
2
+ import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.CgmhTYJp.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,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.CFmffPvi.js";
2
- import { toText as Ca } from "./index.BtC6g5QI.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.DhNvct2e.js";
2
+ import { toText as Ca } from "./index.Bz0fwQT2.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 h, jsx as l } from "react/jsx-runtime";
2
- import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.BbB1hl1m.js";
2
+ import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.CgmhTYJp.js";
3
3
  import { useState as N, useEffect as $ } from "react";
4
4
  import t from "clsx";
5
5
  /*!
@@ -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.CFmffPvi.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.DhNvct2e.js";
2
2
  import { longestStreak as qe } from "./index.Cyw5OC0t.js";
3
3
  function ne(e, n) {
4
4
  const t = String(e);
@@ -1,7 +1,7 @@
1
1
  import { jsx as Tn, jsxs as Rt, Fragment as zr } from "react/jsx-runtime";
2
- import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr, isTauri as Rr, unObfuscate as Dr, obfuscate as Or } from "./index.BbB1hl1m.js";
2
+ import { ButtonIcon as Nr, IconCopied as Mr, IconCopy as vr, isTauri as Rr, unObfuscate as Dr, obfuscate as Or } from "./index.CgmhTYJp.js";
3
3
  import Fr, { useState as Dt, useEffect as Ot, useCallback as Ft, useRef as Dn } from "react";
4
- import { getDefaultExportFromCjs as Bt } from "./App.BUZaV6AF.js";
4
+ import { getDefaultExportFromCjs as Bt } from "./App.BLNMkw5x.js";
5
5
  /*!
6
6
  @versini/ui-button v10.0.1
7
7
  © 2025 gizmette.com
@@ -7184,7 +7184,7 @@ class Hu {
7184
7184
  if (!this.remarkGfm) {
7185
7185
  const { default: e } = await import(
7186
7186
  /* webpackChunkName: "md-remark" */
7187
- "./index.D3zzxjS0.js"
7187
+ "./index.iTnfwVri.js"
7188
7188
  );
7189
7189
  this.remarkGfm = e;
7190
7190
  }
@@ -7195,7 +7195,7 @@ class Hu {
7195
7195
  Gu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
7196
7196
  const { default: e } = await import(
7197
7197
  /* webpackChunkName: "md-rehype-katex" */
7198
- "./index.C8gT8NUq.js"
7198
+ "./index.DlepPi73.js"
7199
7199
  );
7200
7200
  this.rehypeKatex = e;
7201
7201
  }
@@ -7205,7 +7205,7 @@ class Hu {
7205
7205
  if (!this.remarkMath) {
7206
7206
  const { default: e } = await import(
7207
7207
  /* webpackChunkName: "md-remark" */
7208
- "./index.3sEe64_a.js"
7208
+ "./index.CYzDnVAL.js"
7209
7209
  );
7210
7210
  this.remarkMath = e;
7211
7211
  }
@@ -7215,7 +7215,7 @@ class Hu {
7215
7215
  if (!this.rehypeHighlight) {
7216
7216
  const { default: e } = await import(
7217
7217
  /* webpackChunkName: "md-rehype-highlight" */
7218
- "./index.CHoYdZu2.js"
7218
+ "./index.CY7OKrvt.js"
7219
7219
  );
7220
7220
  this.rehypeHighlight = e;
7221
7221
  }
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.BbB1hl1m.js";
2
+ import { SassySaint as a } from "../../chunks/index.CgmhTYJp.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.BbB1hl1m.js";
1
+ import { SassySaint as r } from "./chunks/index.CgmhTYJp.js";
2
2
  /*!
3
- @sassysaint/client v8.99.3
3
+ @sassysaint/client v8.100.0
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "8.99.3",
9
- buildTime: "12/12/2025 08:07 PM EST",
8
+ version: "8.100.0",
9
+ buildTime: "12/13/2025 08:51 AM EST",
10
10
  license: "MIT"
11
11
  });
12
12
  } catch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/sassysaint",
3
- "version": "8.99.3",
3
+ "version": "8.100.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -33,7 +33,7 @@
33
33
  "react-dom": "^18.3.1 || ^19.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@sassysaint/client": "8.99.3",
36
+ "@sassysaint/client": "8.100.0",
37
37
  "@tailwindcss/vite": "4.1.18",
38
38
  "@versini/ui-styles": "7.0.2"
39
39
  },
@@ -45,5 +45,5 @@
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "707f22313c3cab096ca454a936b79321c830cd9a"
48
+ "gitHead": "8e0c0e41595095b17ba1e5946923a4d1ee437fff"
49
49
  }
@@ -1,79 +0,0 @@
1
- import { jsxs as p, Fragment as n, jsx as e } from "react/jsx-runtime";
2
- import { Panel as g, CancelButton as A } from "./App.BUZaV6AF.js";
3
- import { useUniqueId as c, useServerCapabilities as B, useChangelogs as E, Card as t, renderDataAsList as d, CARDS as r, pluralize as I, isProbablyMobile as S, ABOUT_TITLE as C, L as O, j as U } from "./index.BbB1hl1m.js";
4
- import f from "clsx";
5
- import { Suspense as L, lazy as N } from "react";
6
- const _ = N(
7
- () => import(
8
- /* webpackChunkName: "LazyAboutChangelog" */
9
- "./AboutChangelog.C_qMLuiB.js"
10
- )
11
- ), k = () => {
12
- const a = c(), s = c(), { data: i, isSuccess: m } = B(), { data: h, isSuccess: u } = E(), T = i?.version || "", o = i?.models || [], b = i?.buildTime || "";
13
- return /* @__PURE__ */ p(n, { children: [
14
- /* @__PURE__ */ e(
15
- t,
16
- {
17
- header: r.ABOUT.TITLE_CLIENT,
18
- className: "prose-dark dark:prose-lighter mb-4",
19
- noBorder: !0,
20
- children: d(a, {
21
- [r.ABOUT.VERSION]: "8.99.3",
22
- [r.ABOUT.BUILD_TIMESTAMP]: "12/12/2025 08:07 PM EST"
23
- })
24
- }
25
- ),
26
- m ? /* @__PURE__ */ e(
27
- t,
28
- {
29
- header: r.ABOUT.TITLE_SERVER,
30
- className: "prose-dark dark:prose-lighter mb-4",
31
- noBorder: !0,
32
- children: d(s, {
33
- [r.ABOUT.VERSION]: T,
34
- [r.ABOUT.BUILD_TIMESTAMP]: b,
35
- [I(r.ABOUT.PROVIDER, o.length)]: /* @__PURE__ */ e(n, { children: o.map((l) => /* @__PURE__ */ e("div", { className: "text-right", children: l }, l)) })
36
- })
37
- }
38
- ) : null,
39
- /* @__PURE__ */ e(
40
- t,
41
- {
42
- noBorder: !0,
43
- mode: "dark",
44
- header: r.ABOUT.TITLE_CHANGELOG,
45
- headerClassName: "av-card__header mt-0 border-b-2 border-border-accent mb-4 leading-10",
46
- className: f("prose-lighter dark:prose-lighter min-h-[334px]", {
47
- "mb-5": S()
48
- }),
49
- children: u ? /* @__PURE__ */ e(L, { fallback: /* @__PURE__ */ e("div", { children: "Loading..." }), children: /* @__PURE__ */ e(_, { content: h.client }) }) : null
50
- }
51
- )
52
- ] });
53
- }, D = ({
54
- open: a,
55
- onOpenChange: s
56
- }) => /* @__PURE__ */ e(
57
- g,
58
- {
59
- open: a,
60
- onOpenChange: s,
61
- title: C,
62
- animation: !0,
63
- animationType: "fade",
64
- blurEffect: "large",
65
- footer: /* @__PURE__ */ e(
66
- O,
67
- {
68
- columnGap: 2,
69
- alignHorizontal: "flex-end",
70
- className: "pb-8 sm:pb-0",
71
- children: /* @__PURE__ */ e(U, { children: /* @__PURE__ */ e(A, { onOpenChange: s }) })
72
- }
73
- ),
74
- children: /* @__PURE__ */ e(k, {})
75
- }
76
- );
77
- export {
78
- D as About
79
- };