@versini/sassysaint 8.63.0 → 8.63.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 (25) hide show
  1. package/dist/chunks/{AboutChangelog.CcpXjtz2.js → AboutChangelog.CgWpnt0-.js} +2 -2
  2. package/dist/chunks/{AboutEntry.D-K-8suU.js → AboutEntry.BFRP5ooB.js} +7 -7
  3. package/dist/chunks/{App.BUHkBnAs.js → App.D8Oj9Bd0.js} +49 -49
  4. package/dist/chunks/{Chart.f_78Yn-S.js → Chart.mqvnca1I.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.BMzfA5pX.js → ChatBubbleAssistant.B_DX9nDw.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.BkwIMaLA.js → ChatBubbleUser.C96o2VKH.js} +6 -6
  7. package/dist/chunks/{ChatHistoryTable.z1gXvLbS.js → ChatHistoryTable._bY62ApI.js} +8 -8
  8. package/dist/chunks/{HistoryEntry.6LhEmpQ3.js → HistoryEntry.M11etosA.js} +16 -16
  9. package/dist/chunks/{ProfileEntry.BVd9oy8m.js → ProfileEntry.KP6M4PBq.js} +2 -2
  10. package/dist/chunks/{SettingsEntry.BITLpN9E.js → SettingsEntry.CX10SPfm.js} +5 -5
  11. package/dist/chunks/{Table.BuN5VZQJ.js → Table.NnkjKlVb.js} +20 -20
  12. package/dist/chunks/{UsageEntry.B5xt2ba5.js → UsageEntry.BK-OcL7q.js} +3 -3
  13. package/dist/chunks/{UserMemoriesPanel.DU82nD6K.js → UserMemoriesPanel.NWSSZYbD.js} +3 -3
  14. package/dist/chunks/{index.Cq79kge7.js → index.BVu4RUti.js} +1 -1
  15. package/dist/chunks/{index.TsLNeuu8.js → index.BbLkbhwA.js} +12 -12
  16. package/dist/chunks/{index.hfGQXbdH.js → index.CbLRQ-C6.js} +1 -1
  17. package/dist/chunks/{index.W_JEPkEx.js → index.CpPz5lxv.js} +1 -1
  18. package/dist/chunks/{index.Bmi4qytW.js → index.CzY76ftr.js} +2 -2
  19. package/dist/chunks/{index.DEwRELHl.js → index.DmgHQege.js} +3 -3
  20. package/dist/chunks/{index.BCvnlzn1.js → index.KbKMiFvR.js} +87 -87
  21. package/dist/chunks/{useMarkdown.D7Tx0mAO.js → useMarkdown.sGAWsCHR.js} +12 -12
  22. package/dist/components/SassySaint/SassySaint.js +1 -1
  23. package/dist/index.js +4 -4
  24. package/dist/style.css +2 -2
  25. package/package.json +5 -5
@@ -1,9 +1,9 @@
1
1
  import { jsxs as _, jsx as r } from "react/jsx-runtime";
2
- import { I as f, b as v } from "./index.BCvnlzn1.js";
2
+ import { I as f, b as v } from "./index.KbKMiFvR.js";
3
3
  import C, { useContext as b } from "react";
4
4
  import o from "clsx";
5
- import { e as k } from "./App.BUHkBnAs.js";
6
- const A = ({
5
+ import { e as k } from "./App.D8Oj9Bd0.js";
6
+ const L = ({
7
7
  className: e,
8
8
  viewBox: a,
9
9
  title: t,
@@ -60,13 +60,13 @@ const A = ({
60
60
  );
61
61
  };
62
62
  /*!
63
- @versini/ui-svgicon v4.2.1
63
+ @versini/ui-svgicon v4.2.2
64
64
  © 2025 gizmette.com
65
65
  */
66
66
  try {
67
67
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
68
- version: "4.2.1",
69
- buildTime: "08/27/2025 08:27 AM EDT",
68
+ version: "4.2.2",
69
+ buildTime: "10/17/2025 12:12 PM EDT",
70
70
  homepage: "https://github.com/aversini/ui-components",
71
71
  license: "MIT"
72
72
  });
@@ -152,13 +152,13 @@ const z = ({
152
152
  }
153
153
  );
154
154
  /*!
155
- @versini/ui-icons v4.11.0
155
+ @versini/ui-icons v4.12.3
156
156
  © 2025 gizmette.com
157
157
  */
158
158
  try {
159
159
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
160
- version: "4.11.0",
161
- buildTime: "08/27/2025 08:28 AM EDT",
160
+ version: "4.12.3",
161
+ buildTime: "10/17/2025 12:12 PM EDT",
162
162
  homepage: "https://github.com/aversini/ui-components",
163
163
  license: "MIT"
164
164
  });
@@ -282,7 +282,7 @@ const g = C.createContext({
282
282
  )
283
283
  }), E = ({
284
284
  buttonClassName: e
285
- }) => o("rounded-none text-sm", e), L = ({
285
+ }) => o("rounded-none text-sm", e), O = ({
286
286
  children: e,
287
287
  mode: a = "system",
288
288
  caption: t,
@@ -321,7 +321,7 @@ const g = C.createContext({
321
321
  )
322
322
  }
323
323
  );
324
- }, O = ({
324
+ }, G = ({
325
325
  children: e,
326
326
  className: a,
327
327
  ...t
@@ -334,7 +334,7 @@ const g = C.createContext({
334
334
  stickyHeader: s.stickyHeader
335
335
  });
336
336
  return /* @__PURE__ */ r("thead", { className: l, ...t, children: e });
337
- }, G = ({
337
+ }, P = ({
338
338
  children: e,
339
339
  className: a,
340
340
  ...t
@@ -347,10 +347,10 @@ const g = C.createContext({
347
347
  stickyFooter: s.stickyFooter
348
348
  });
349
349
  return /* @__PURE__ */ r("tfoot", { className: l, ...t, children: e });
350
- }, $ = ({ children: e, ...a }) => {
350
+ }, A = ({ children: e, ...a }) => {
351
351
  const t = b(g);
352
352
  return t.cellWrapper = p, /* @__PURE__ */ r("tbody", { ...a, children: e });
353
- }, P = ({
353
+ }, $ = ({
354
354
  children: e,
355
355
  className: a,
356
356
  ...t
@@ -418,12 +418,12 @@ const g = C.createContext({
418
418
  );
419
419
  };
420
420
  export {
421
- O as D,
421
+ G as D,
422
422
  q as F,
423
- P as G,
424
- $ as H,
423
+ $ as G,
424
+ A as H,
425
425
  F as M,
426
- G as U,
427
- L as j,
428
- A as l
426
+ P as U,
427
+ O as j,
428
+ L as l
429
429
  };
@@ -1,10 +1,10 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { n as f, i as U, useUserChatStats as v, useChatsUsage as E, USAGE_TITLE as L, S as h, renderDataAsList as M, CARDS as n, L as _, j as D, C as m, pluralize as i } from "./index.BCvnlzn1.js";
3
- import { oe as z } from "./App.BUHkBnAs.js";
2
+ import { n as f, i as U, useUserChatStats as v, useChatsUsage as E, USAGE_TITLE as L, S as h, renderDataAsList as M, CARDS as n, L as _, j as D, C as m, pluralize as i } from "./index.KbKMiFvR.js";
3
+ import { oe as z } from "./App.D8Oj9Bd0.js";
4
4
  import { useState as O, Suspense as P, lazy as B } from "react";
5
5
  const t = [0, 3, 6, 9], j = B(() => import(
6
6
  /* webpackChunkName: "LazyChart" */
7
- "./Chart.f_78Yn-S.js"
7
+ "./Chart.mqvnca1I.js"
8
8
  )), b = ({
9
9
  open: S,
10
10
  onOpenChange: I
@@ -1,9 +1,9 @@
1
1
  import { jsxs as r, Fragment as B, jsx as e } from "react/jsx-runtime";
2
- import { n as V, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as Y, LOCAL_STORAGE_SORT_MEMORY_COLUMN as X, useUserMemories as $, useDeleteMemory as J, useDeleteAllMemories as K, L as O, j as u, te as Q, C as M } from "./index.BCvnlzn1.js";
3
- import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.BUHkBnAs.js";
2
+ import { n as V, LOCAL_STORAGE_PREFIX as N, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as Y, LOCAL_STORAGE_SORT_MEMORY_COLUMN as X, useUserMemories as $, useDeleteMemory as J, useDeleteAllMemories as K, L as O, j as u, te as Q, C as M } from "./index.KbKMiFvR.js";
3
+ import { E as T, e as c, ConfirmationPanel as R, oe as W, st as Z } from "./App.D8Oj9Bd0.js";
4
4
  import f from "clsx";
5
5
  import { useState as a, useRef as ee } from "react";
6
- import { j as te, D as re, G as x, M as n, F as oe, H as ne, l as ie, U as le } from "./Table.BuN5VZQJ.js";
6
+ import { j as te, D as re, G as x, M as n, F as oe, H as ne, l as ie, U as le } from "./Table.NnkjKlVb.js";
7
7
  const ue = ({
8
8
  open: A,
9
9
  onOpenChange: C,
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.D7Tx0mAO.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.sGAWsCHR.js";
2
2
  const f = (
3
3
  // Note: overloads like this are needed to support optional generics.
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { jsxs as p, jsx as i } from "react/jsx-runtime";
2
- import { te as B } from "./index.BCvnlzn1.js";
2
+ import { te as B } from "./index.KbKMiFvR.js";
3
3
  import { useState as I, useEffect as k } from "react";
4
4
  import s from "clsx";
5
5
  const h = "av-bubble", w = ({
@@ -33,13 +33,13 @@ const h = "av-bubble", w = ({
33
33
  );
34
34
  };
35
35
  /*!
36
- @versini/ui-svgicon v4.2.1
36
+ @versini/ui-svgicon v4.2.2
37
37
  © 2025 gizmette.com
38
38
  */
39
39
  try {
40
40
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
41
- version: "4.2.1",
42
- buildTime: "08/27/2025 08:27 AM EDT",
41
+ version: "4.2.2",
42
+ buildTime: "10/17/2025 12:12 PM EDT",
43
43
  homepage: "https://github.com/aversini/ui-components",
44
44
  license: "MIT"
45
45
  });
@@ -90,13 +90,13 @@ const M = ({
90
90
  }
91
91
  );
92
92
  /*!
93
- @versini/ui-icons v4.11.0
93
+ @versini/ui-icons v4.12.3
94
94
  © 2025 gizmette.com
95
95
  */
96
96
  try {
97
97
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
98
- version: "4.11.0",
99
- buildTime: "08/27/2025 08:28 AM EDT",
98
+ version: "4.12.3",
99
+ buildTime: "10/17/2025 12:12 PM EDT",
100
100
  homepage: "https://github.com/aversini/ui-components",
101
101
  license: "MIT"
102
102
  });
@@ -171,7 +171,7 @@ const E = ({ kind: e, noMaxWidth: t }) => s("px-4 py-2", {
171
171
  footer: d,
172
172
  copyButton: b
173
173
  };
174
- }, O = "FOOTER_EMPTY", A = ({
174
+ }, O = "FOOTER_EMPTY", P = ({
175
175
  children: e,
176
176
  kind: t = "left",
177
177
  className: l,
@@ -230,13 +230,13 @@ const E = ({ kind: e, noMaxWidth: t }) => s("px-4 py-2", {
230
230
  ] });
231
231
  };
232
232
  /*!
233
- @versini/ui-bubble v6.0.1
233
+ @versini/ui-bubble v6.0.2
234
234
  © 2025 gizmette.com
235
235
  */
236
236
  try {
237
237
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
238
- version: "6.0.1",
239
- buildTime: "09/01/2025 04:02 PM EDT",
238
+ version: "6.0.2",
239
+ buildTime: "10/17/2025 12:54 PM EDT",
240
240
  homepage: "https://github.com/aversini/ui-components",
241
241
  license: "MIT"
242
242
  });
@@ -245,5 +245,5 @@ try {
245
245
  export {
246
246
  h as BUBBLE_CLASSNAME,
247
247
  O as BUBBLE_FOOTER_EMPTY,
248
- A as Bubble
248
+ P as Bubble
249
249
  };
@@ -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.D7Tx0mAO.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.sGAWsCHR.js";
2
2
  import { longestStreak as qe } from "./index.Cyw5OC0t.js";
3
3
  function ne(e, n) {
4
4
  const t = String(e);
@@ -1,4 +1,4 @@
1
- import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.D7Tx0mAO.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.sGAWsCHR.js";
2
2
  import { longestStreak as q } from "./index.Cyw5OC0t.js";
3
3
  function b() {
4
4
  return {
@@ -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.D7Tx0mAO.js";
2
- import { toText as Ca } from "./index.Cq79kge7.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.sGAWsCHR.js";
2
+ import { toText as Ca } from "./index.BVu4RUti.js";
3
3
  const Gt = /[#.]/g;
4
4
  function qa(r, e) {
5
5
  const t = r || "", a = {};
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.BUHkBnAs.js";
2
- import { visit as In } from "./useMarkdown.D7Tx0mAO.js";
3
- import { toText as Cn } from "./index.Cq79kge7.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.D8Oj9Bd0.js";
2
+ import { visit as In } from "./useMarkdown.sGAWsCHR.js";
3
+ import { toText as Cn } from "./index.BVu4RUti.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",