@versini/sassysaint 8.57.1 → 8.58.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 (27) hide show
  1. package/dist/chunks/{AboutChangelog.DRInoAOy.js → AboutChangelog.CB0dcRCM.js} +2 -2
  2. package/dist/chunks/{AboutEntry.D1QsiWeP.js → AboutEntry.DC6pIWQs.js} +7 -7
  3. package/dist/chunks/{App.BD9Pd3cQ.js → App.B8ehtPCy.js} +404 -401
  4. package/dist/chunks/{Chart.DNQJbXHC.js → Chart.D-VIQysU.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.BQuWjNxd.js → ChatBubbleAssistant.CyJgR8J8.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.CLr6jQDJ.js → ChatBubbleUser.tWOit_f_.js} +3 -3
  7. package/dist/chunks/ChatHistoryTable.2v_Tv5Xj.js +317 -0
  8. package/dist/chunks/HistoryEntry.Dh5bLuYX.js +332 -0
  9. package/dist/chunks/{ProfileEntry.FdG4mYcd.js → ProfileEntry.Dno0c0_1.js} +2 -2
  10. package/dist/chunks/{SettingsEntry.BiBJ1lKm.js → SettingsEntry.IGOE-6JU.js} +3 -3
  11. package/dist/chunks/{Table.DI8XC04k.js → Table.CAzmyLPU.js} +2 -2
  12. package/dist/chunks/{UsageEntry.CZDJL_qs.js → UsageEntry.BStP6ETh.js} +3 -3
  13. package/dist/chunks/{UserMemoriesPanel.BPCvT6po.js → UserMemoriesPanel.w335l_3o.js} +3 -3
  14. package/dist/chunks/{index.BC8-O6sO.js → index.Bm2rN-Q4.js} +1 -1
  15. package/dist/chunks/{index.CLuwYLi4.js → index.BmuSGkDt.js} +1 -1
  16. package/dist/chunks/{index.rGaGgogu.js → index.Br-5S8Zv.js} +2 -2
  17. package/dist/chunks/{index.B343uXRa.js → index.CRS7yOjI.js} +1 -1
  18. package/dist/chunks/{index.xDVk65Pg.js → index.CVdabB4A.js} +1 -1
  19. package/dist/chunks/{index.DboZcpT8.js → index.CYzjDPpw.js} +3 -3
  20. package/dist/chunks/{index.CJGsRS9T.js → index.D3golFwx.js} +210 -194
  21. package/dist/chunks/{useMarkdown.DrypR8NF.js → useMarkdown.B9WkUC07.js} +6 -6
  22. package/dist/components/SassySaint/SassySaint.js +1 -1
  23. package/dist/index.js +4 -4
  24. package/dist/style.css +1 -1
  25. package/package.json +3 -3
  26. package/dist/chunks/ChatHistoryTable.CofdTPJc.js +0 -236
  27. package/dist/chunks/HistoryEntry.CeQJcuIi.js +0 -291
@@ -1,8 +1,8 @@
1
1
  import { jsxs as m, jsx as r, Fragment as de } from "react/jsx-runtime";
2
- import { o as ge, h as me, i as ye, x as xe, n as be, useUserPreferences as ke, Re as Ee, getCacheInfo as Te, isServiceWorkerEnabled as Ne, SETTINGS_TITLE as we, S as U, CARDS as A, C as oe, le as ve, PROMPTS_DESCRIPTION as Se, L as Ce, j as ue, getCurrentGeoLocation as Ie, mutateCall as he, handleServiceWorkerToggle as Le, SERVICE_TYPES as pe } from "./index.CJGsRS9T.js";
3
- import { useCapability as _e, se as Me, L as R } from "./App.BD9Pd3cQ.js";
2
+ import { o as ge, h as me, i as ye, x as xe, n as be, useUserPreferences as ke, Re as Ee, getCacheInfo as Te, isServiceWorkerEnabled as Ne, SETTINGS_TITLE as we, S as U, CARDS as A, C as oe, le as ve, PROMPTS_DESCRIPTION as Se, L as Ce, j as ue, getCurrentGeoLocation as Ie, mutateCall as he, handleServiceWorkerToggle as Le, SERVICE_TYPES as pe } from "./index.D3golFwx.js";
3
+ import { useCapability as _e, se as Me, O as R } from "./App.B8ehtPCy.js";
4
4
  import Pe, { useState as d, useEffect as ce, useRef as H, useLayoutEffect as X, useCallback as Oe } from "react";
5
- import { UserMemoriesPanel as Ae } from "./UserMemoriesPanel.BPCvT6po.js";
5
+ import { UserMemoriesPanel as Ae } from "./UserMemoriesPanel.w335l_3o.js";
6
6
  import g from "clsx";
7
7
  function Re({
8
8
  value: a,
@@ -1,8 +1,8 @@
1
1
  import { jsxs as _, jsx as r } from "react/jsx-runtime";
2
- import { I as f, b as v } from "./index.CJGsRS9T.js";
2
+ import { I as f, b as v } from "./index.D3golFwx.js";
3
3
  import C, { useContext as b } from "react";
4
4
  import o from "clsx";
5
- import { e as k } from "./App.BD9Pd3cQ.js";
5
+ import { e as k } from "./App.B8ehtPCy.js";
6
6
  const A = ({
7
7
  className: e,
8
8
  viewBox: a,
@@ -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.CJGsRS9T.js";
3
- import { se as z } from "./App.BD9Pd3cQ.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.D3golFwx.js";
3
+ import { se as z } from "./App.B8ehtPCy.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.DNQJbXHC.js"
7
+ "./Chart.D-VIQysU.js"
8
8
  )), b = ({
9
9
  open: S,
10
10
  onOpenChange: I
@@ -1,8 +1,8 @@
1
1
  import { jsxs as r, Fragment as z, jsx as e } from "react/jsx-runtime";
2
- import { n as B, LOCAL_STORAGE_PREFIX as w, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as H, LOCAL_STORAGE_SORT_MEMORY_COLUMN as V, useUserMemories as Y, useDeleteMemory as X, useDeleteAllMemories as $, te as J, L as K, j as N, C as O } from "./index.CJGsRS9T.js";
3
- import { E as M, e as c, ConfirmationPanel as T, se as Q, st as W } from "./App.BD9Pd3cQ.js";
2
+ import { n as B, LOCAL_STORAGE_PREFIX as w, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as H, LOCAL_STORAGE_SORT_MEMORY_COLUMN as V, useUserMemories as Y, useDeleteMemory as X, useDeleteAllMemories as $, te as J, L as K, j as N, C as O } from "./index.D3golFwx.js";
3
+ import { E as M, e as c, ConfirmationPanel as T, se as Q, st as W } from "./App.B8ehtPCy.js";
4
4
  import { useState as s, useRef as Z } from "react";
5
- import { j as ee, D as te, G as h, M as o, F as re, H as ne, l as oe, U as le } from "./Table.DI8XC04k.js";
5
+ import { j as ee, D as te, G as h, M as o, F as re, H as ne, l as oe, U as le } from "./Table.CAzmyLPU.js";
6
6
  const de = ({
7
7
  open: u,
8
8
  onOpenChange: f,
@@ -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.DrypR8NF.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.B9WkUC07.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.DrypR8NF.js";
1
+ import { factorySpace as M, markdownLineEnding as g } from "./useMarkdown.B9WkUC07.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.DrypR8NF.js";
2
- import { toText as Ca } from "./index.B343uXRa.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.B9WkUC07.js";
2
+ import { toText as Ca } from "./index.CRS7yOjI.js";
3
3
  const Gt = /[#.]/g;
4
4
  function qa(r, e) {
5
5
  const t = r || "", a = {};
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.DrypR8NF.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.B9WkUC07.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.CJGsRS9T.js";
2
+ import { te as B } from "./index.D3golFwx.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 = ({
@@ -1,6 +1,6 @@
1
- import { getDefaultExportFromCjs as kn } from "./App.BD9Pd3cQ.js";
2
- import { visit as In } from "./useMarkdown.DrypR8NF.js";
3
- import { toText as Cn } from "./index.B343uXRa.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.B8ehtPCy.js";
2
+ import { visit as In } from "./useMarkdown.B9WkUC07.js";
3
+ import { toText as Cn } from "./index.CRS7yOjI.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",