@versini/sassysaint 5.5.23 → 5.5.25

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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as We, jsxs as P0, Fragment as Sa } from "react/jsx-runtime";
2
- import { convert as _s, getDefaultExportFromCjs as Ss, visit as Na, find as Ns, parse as Sn, parse$1 as Nn, normalize as kn, svg as ks, html as Ts, visitParents as Ms, SKIP as As, longestStreak as Os, factorySpace as xr, markdownLineEnding as $t, Markdown as Rs, remarkGfm as Cs } from "./MessageAssistant.TBLReeCB.js";
3
- import { P as Is, L as Ds, j as Ls } from "./index.-EILV3b7.js";
2
+ import { convert as _s, getDefaultExportFromCjs as Ss, visit as Na, find as Ns, parse as Sn, parse$1 as Nn, normalize as kn, svg as ks, html as Ts, visitParents as Ms, SKIP as As, longestStreak as Os, factorySpace as xr, markdownLineEnding as $t, Markdown as Rs, remarkGfm as Cs } from "./MessageAssistant.eUTdhSpu.js";
3
+ import { P as Is, L as Ds, j as Ls } from "./index.DBAc9xii.js";
4
4
  import Bs, { useState as zs, useEffect as Ps } from "react";
5
5
  import Fs from "clsx";
6
6
  const ka = ({
@@ -34,13 +34,13 @@ const ka = ({
34
34
  ] });
35
35
  };
36
36
  /*!
37
- @versini/ui-svgicon v4.0.0
37
+ @versini/ui-svgicon v4.0.1
38
38
  © 2025 gizmette.com
39
39
  */
40
40
  try {
41
41
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
42
- version: "4.0.0",
43
- buildTime: "01/04/2025 04:09 PM EST",
42
+ version: "4.0.1",
43
+ buildTime: "01/06/2025 08:00 PM EST",
44
44
  homepage: "https://github.com/aversini/ui-components",
45
45
  license: "MIT"
46
46
  });
@@ -98,13 +98,13 @@ const Us = ({
98
98
  }
99
99
  );
100
100
  /*!
101
- @versini/ui-icons v4.2.0
101
+ @versini/ui-icons v4.2.1
102
102
  © 2025 gizmette.com
103
103
  */
104
104
  try {
105
105
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
106
- version: "4.2.0",
107
- buildTime: "01/04/2025 04:09 PM EST",
106
+ version: "4.2.1",
107
+ buildTime: "01/06/2025 08:00 PM EST",
108
108
  homepage: "https://github.com/aversini/ui-components",
109
109
  license: "MIT"
110
110
  });
@@ -1,19 +1,19 @@
1
1
  import { jsxs as Ye, jsx as re, Fragment as Jt } from "react/jsx-runtime";
2
- import { AppContext as pi, E as hi, le as at } from "./App.CpMFbCku.js";
2
+ import { AppContext as pi, E as hi, le as at } from "./App.BX41JKCq.js";
3
3
  import sn from "clsx";
4
4
  import { lazy as mi, useContext as gi, Suspense as di } from "react";
5
- import { LOCAL_STORAGE_PREFIX as yi, LOCAL_STORAGE_CHAT_DETAILS as ki, durationFormatter as xi } from "./index.-EILV3b7.js";
5
+ import { LOCAL_STORAGE_PREFIX as yi, LOCAL_STORAGE_CHAT_DETAILS as ki, durationFormatter as xi } from "./index.DBAc9xii.js";
6
6
  function Zt(e) {
7
7
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
8
8
  }
9
9
  /*!
10
- @versini/ui-spinner v3.0.0
10
+ @versini/ui-spinner v3.0.1
11
11
  © 2025 gizmette.com
12
12
  */
13
13
  try {
14
14
  window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
15
- version: "3.0.0",
16
- buildTime: "01/03/2025 10:45 AM EST",
15
+ version: "3.0.1",
16
+ buildTime: "01/06/2025 08:01 PM EST",
17
17
  homepage: "https://github.com/aversini/ui-components",
18
18
  license: "MIT"
19
19
  });
@@ -6699,6 +6699,9 @@ function vu(e) {
6699
6699
  )
6700
6700
  }), Kn(S, k), Xi(S, {
6701
6701
  Fragment: Jt,
6702
+ // @ts-expect-error
6703
+ // React components are allowed to return numbers,
6704
+ // but not according to the types in hast-util-to-jsx-runtime
6702
6705
  components: o,
6703
6706
  ignoreInvalidStyle: !0,
6704
6707
  jsx: re,
@@ -6728,8 +6731,8 @@ function Du(e) {
6728
6731
  const t = e.indexOf(":"), n = e.indexOf("?"), r = e.indexOf("#"), i = e.indexOf("/");
6729
6732
  return (
6730
6733
  // If there is no protocol, it’s relative.
6731
- t < 0 || // If the first colon is after a `?`, `#`, or `/`, it’s not a protocol.
6732
- i > -1 && t > i || n > -1 && t > n || r > -1 && t > r || // It is a protocol, it should be allowed.
6734
+ t === -1 || // If the first colon is after a `?`, `#`, or `/`, it’s not a protocol.
6735
+ i !== -1 && t > i || n !== -1 && t > n || r !== -1 && t > r || // It is a protocol, it should be allowed.
6733
6736
  Lu.test(e.slice(0, t)) ? e : ""
6734
6737
  );
6735
6738
  }
@@ -8651,7 +8654,7 @@ function Uc(e) {
8651
8654
  const qc = mi(
8652
8655
  () => import(
8653
8656
  /* webpackChunkName: "LazyMarkdownWithExtra" */
8654
- "./MarkdownWithExtra.8drtC5Zg.js"
8657
+ "./MarkdownWithExtra.BrcvlVh1.js"
8655
8658
  )
8656
8659
  ), Tn = {
8657
8660
  MODEL: "Model",