@versini/sassysaint 8.96.5 → 8.96.7

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.B08u8uMm.js → AboutChangelog.DL8jdIek.js} +4 -4
  2. package/dist/chunks/{AboutEntry.DxBGv6sL.js → AboutEntry.BFLLnGme.js} +13 -13
  3. package/dist/chunks/{App.mrdHvm2x.js → App.CJKFrA6-.js} +20 -20
  4. package/dist/chunks/{Chart.BjdN8UnW.js → Chart.CSWhd9RG.js} +2 -2
  5. package/dist/chunks/{ChatBubbleAssistant.B27RLWrs.js → ChatBubbleAssistant.C6I-5Orm.js} +4 -4
  6. package/dist/chunks/{ChatBubbleUser.w66milpV.js → ChatBubbleUser.C-S51g0A.js} +6 -6
  7. package/dist/chunks/{ChatHistoryTable.B33bBiZd.js → ChatHistoryTable.B2EEHcfs.js} +3 -3
  8. package/dist/chunks/{HistoryEntry.CwIa6MrD.js → HistoryEntry.BzjaM1UY.js} +3 -3
  9. package/dist/chunks/{ProfileEntry.B04eJ5-N.js → ProfileEntry.DzrLAMah.js} +17 -17
  10. package/dist/chunks/{SettingsEntry.CHLhOzVL.js → SettingsEntry.A60L_M0z.js} +3 -3
  11. package/dist/chunks/{UsageEntry.CIwHrg9v.js → UsageEntry.BW445uil.js} +3 -3
  12. package/dist/chunks/{UserMemoriesPanel.X9Q1kv81.js → UserMemoriesPanel.DSY53LrE.js} +4 -4
  13. package/dist/chunks/{index.CYx8RYy0.js → index.BOdTcpg3.js} +2 -2
  14. package/dist/chunks/index.Bt_gWgjb.js +406 -0
  15. package/dist/chunks/{index.CxWha1Y5.js → index.CBv1GCGr.js} +1 -1
  16. package/dist/chunks/{index.CQ4ODk6d.js → index.C_x7bW7N.js} +4 -4
  17. package/dist/chunks/{index.DvKn88dW.js → index.D9-iukox.js} +1 -1
  18. package/dist/chunks/{index.eSd5QbGh.js → index.DPAUE7h1.js} +3 -3
  19. package/dist/chunks/{index.CmleaPdQ.js → index.DWswwPeZ.js} +1955 -2011
  20. package/dist/chunks/{index.Dtg8MsB4.js → index.Dg88qqte.js} +1 -1
  21. package/dist/chunks/{index.Bypx_xpz.js → index.gs7Cha7c.js} +1 -1
  22. package/dist/chunks/{useMarkdown.CsRnl7K0.js → useMarkdown.BhQqmPx6.js} +1010 -969
  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/index.BTEtTBkb.js +0 -371
@@ -0,0 +1,406 @@
1
+ import { jsx as l, jsxs as b } from "react/jsx-runtime";
2
+ import c from "clsx";
3
+ import w, { useContext as y } from "react";
4
+ import { ButtonIcon as I, e$1 as k } from "./index.DWswwPeZ.js";
5
+ /*!
6
+ @versini/ui-button v9.0.0
7
+ © 2025 gizmette.com
8
+ */
9
+ try {
10
+ window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
11
+ version: "9.0.0",
12
+ buildTime: "12/04/2025 04:00 PM EST",
13
+ homepage: "https://github.com/aversini/ui-components",
14
+ license: "MIT"
15
+ });
16
+ } catch {
17
+ }
18
+ const x = /* @__PURE__ */ w.forwardRef(({ children: e, mode: t = "system", className: a, active: r = !1, ...s }, o) => {
19
+ const d = r ? c("relative", "focus-within:static", "focus-within:after:border-transparent", "after:absolute", "after:content-['']", "after:border-b-2", "after:bottom-[-4px]", "after:left-0", "after:right-0", {
20
+ "after:border-table-dark": t === "dark",
21
+ "after:border-table-light": t === "light",
22
+ "after:border-table-dark dark:after:border-table-light": t === "system",
23
+ "after:border-table-light dark:after:border-table-dark": t === "alt-system"
24
+ }) : "";
25
+ return /* @__PURE__ */ l("div", {
26
+ className: d,
27
+ children: /* @__PURE__ */ l(I, {
28
+ className: a,
29
+ ref: o,
30
+ mode: t,
31
+ radius: "small",
32
+ size: "small",
33
+ align: "center",
34
+ ...s,
35
+ children: e
36
+ })
37
+ });
38
+ });
39
+ x.displayName = "ButtonSort";
40
+ /*!
41
+ @versini/ui-icons v4.15.1
42
+ © 2025 gizmette.com
43
+ */
44
+ try {
45
+ window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
46
+ version: "4.15.1",
47
+ buildTime: "11/03/2025 07:21 PM EST",
48
+ homepage: "https://github.com/aversini/ui-icons",
49
+ license: "MIT"
50
+ });
51
+ } catch {
52
+ }
53
+ /*!
54
+ @versini/ui-svgicon v4.3.0
55
+ © 2025 gizmette.com
56
+ */
57
+ try {
58
+ window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
59
+ version: "4.3.0",
60
+ buildTime: "11/03/2025 07:21 PM EST",
61
+ homepage: "https://github.com/aversini/ui-icons",
62
+ license: "MIT"
63
+ });
64
+ } catch {
65
+ }
66
+ const f = ({ children: e, fill: t, viewBox: a, className: r, defaultViewBox: s, size: o, title: d, semantic: m = !1, ...i }) => {
67
+ const n = c(o, r);
68
+ return /* @__PURE__ */ b("svg", {
69
+ xmlns: "http://www.w3.org/2000/svg",
70
+ className: n,
71
+ viewBox: a || s,
72
+ fill: t || "currentColor",
73
+ role: "img",
74
+ "aria-hidden": !m,
75
+ focusable: !1,
76
+ ...i,
77
+ children: [
78
+ d && m && /* @__PURE__ */ l("title", {
79
+ children: d
80
+ }),
81
+ e
82
+ ]
83
+ });
84
+ }, S = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
85
+ defaultViewBox: "0 0 576 512",
86
+ size: "size-5",
87
+ viewBox: t,
88
+ className: e,
89
+ title: a || "Sort",
90
+ ...s,
91
+ children: [
92
+ /* @__PURE__ */ l("path", {
93
+ d: "M297.4 137.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l41.3-41.4V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0 6.2-6.2 9.4-14.4 9.4-22.6s-3.1-16.4-9.4-22.6l-96-96c-6.3-6.4-14.5-9.5-22.7-9.5s-16.4 3.1-22.6 9.4z",
94
+ opacity: r ? "1" : "0.4"
95
+ }),
96
+ /* @__PURE__ */ l("path", {
97
+ d: "M137.4 470.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 370.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v306.7l-41.4-41.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96z"
98
+ })
99
+ ]
100
+ }), C = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
101
+ defaultViewBox: "0 0 576 512",
102
+ size: "size-5",
103
+ viewBox: t,
104
+ className: e,
105
+ title: a || "Sort Down",
106
+ ...s,
107
+ children: [
108
+ /* @__PURE__ */ l("path", {
109
+ d: "M288 64c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32",
110
+ opacity: r ? "1" : "0.4"
111
+ }),
112
+ /* @__PURE__ */ l("path", {
113
+ d: "M128 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L160 365.7V64c0-17.7-14.3-32-32-32S96 46.3 96 64v301.7l-32.4-35.3c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96c6.1 6.6 14.6 10.4 23.6 10.4"
114
+ })
115
+ ]
116
+ }), B = ({ className: e, viewBox: t, title: a, monotone: r, ...s }) => /* @__PURE__ */ b(f, {
117
+ defaultViewBox: "0 0 576 512",
118
+ size: "size-5",
119
+ viewBox: t,
120
+ className: e,
121
+ title: a || "Sort Up",
122
+ ...s,
123
+ children: [
124
+ /* @__PURE__ */ l("path", {
125
+ d: "M288 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 128c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32",
126
+ opacity: r ? "1" : "0.4"
127
+ }),
128
+ /* @__PURE__ */ l("path", {
129
+ d: "M128 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L160 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3l-32.4 35.3c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C110.5 35.8 119 32 128 32"
130
+ })
131
+ ]
132
+ }), p = w.createContext({
133
+ mode: "light",
134
+ cellWrapper: "thead",
135
+ stickyHeader: !1,
136
+ stickyFooter: !1,
137
+ compact: !1
138
+ }), u = "thead", N = "tfoot", _ = "tbody", V = ({
139
+ mode: e,
140
+ className: t,
141
+ wrapperClassName: a,
142
+ stickyHeader: r,
143
+ stickyFooter: s
144
+ }) => ({
145
+ wrapper: c(
146
+ "not-prose relative w-full rounded-lg shadow-md",
147
+ {
148
+ "overflow-x-auto": !r && !s,
149
+ "overflow-y-scroll": r || s,
150
+ "bg-surface-darker": e === "dark" || e === "system",
151
+ "bg-surface-light": e === "light" || e === "alt-system",
152
+ "dark:bg-surface-light": e === "system",
153
+ "dark:bg-surface-darker": e === "alt-system",
154
+ "text-copy-light": e === "dark",
155
+ "text-copy-dark": e === "light",
156
+ "text-copy-light dark:text-copy-dark": e === "system",
157
+ "text-copy-dark dark:text-copy-light": e === "alt-system"
158
+ },
159
+ a
160
+ ),
161
+ table: c("my-0 w-full text-left text-sm", t, {
162
+ "text-copy-light": e === "dark",
163
+ "text-copy-dark": e === "light",
164
+ "text-copy-light dark:text-copy-dark": e === "system",
165
+ "text-copy-dark dark:text-copy-light": e === "alt-system"
166
+ }),
167
+ caption: c("py-2 text-sm font-bold", {
168
+ "text-copy-light": e === "dark",
169
+ "text-copy-dark": e === "light",
170
+ "text-copy-light dark:text-copy-dark": e === "system",
171
+ "text-copy-dark dark:text-copy-light": e === "alt-system"
172
+ })
173
+ }), T = ({
174
+ className: e,
175
+ stickyHeader: t,
176
+ mode: a
177
+ }) => c(
178
+ {
179
+ "sticky top-0 z-10": t,
180
+ "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": t && a === "dark",
181
+ "shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": t && a === "system",
182
+ "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem]": t && a === "light",
183
+ "shadow-[rgb(65_65_65_/30%)_0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_0.5rem_1rem]": t && a === "alt-system"
184
+ },
185
+ e
186
+ ), E = ({
187
+ className: e,
188
+ stickyFooter: t,
189
+ mode: a
190
+ }) => c(
191
+ {
192
+ "sticky bottom-0 z-10": t,
193
+ "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": t && a === "dark",
194
+ "shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem] dark:shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": t && a === "system",
195
+ "shadow-[rgb(65_65_65_/30%)_0_-0.5rem_1rem]": t && a === "light",
196
+ "shadow-[rgb(65_65_65_/30%)_-0_0.5rem_1rem] dark:shadow-[rgb(190_190_190_/20%)_0_-0.5rem_1rem]": t && a === "alt-system"
197
+ },
198
+ e
199
+ ), M = ({
200
+ mode: e,
201
+ className: t,
202
+ cellWrapper: a
203
+ }) => a === u || a === N ? c(
204
+ {
205
+ "bg-table-head-dark": e === "dark" || e === "system",
206
+ "bg-table-head-light": e === "light" || e === "alt-system",
207
+ "dark:bg-table-head-light": e === "system",
208
+ "dark:bg-table-head-dark": e === "alt-system"
209
+ },
210
+ t
211
+ ) : c(
212
+ "border-b last:border-0",
213
+ {
214
+ "border-table-dark": e === "dark" || e === "system",
215
+ "odd:bg-table-dark-odd even:bg-table-dark-even": a === _ && e === "dark",
216
+ "border-table-light": e === "light" || e === "alt-system",
217
+ "odd:bg-table-light-odd even:bg-table-light-even": a === _ && e === "light",
218
+ "dark:border-table-light": e === "system",
219
+ "odd:bg-table-dark-odd even:bg-table-dark-even dark:odd:bg-table-light-odd dark:even:bg-table-light-even": a === _ && e === "system",
220
+ "dark:border-table-dark": e === "alt-system",
221
+ "odd:bg-table-light-odd even:bg-table-light-even dark:odd:bg-table-dark-odd dark:even:bg-table-dark-even": a === _ && e === "alt-system"
222
+ },
223
+ t
224
+ ), z = ({
225
+ cellWrapper: e,
226
+ className: t,
227
+ compact: a,
228
+ mode: r,
229
+ align: s
230
+ }) => ({
231
+ alignClasses: c({
232
+ "flex justify-start text-left": s === "left",
233
+ "flex justify-center text-center": s === "center",
234
+ "flex justify-end text-right": s === "right"
235
+ }),
236
+ mainClasses: c(
237
+ {
238
+ "text-copy-light": r === "dark" || r === "system",
239
+ "text-copy-dark": r === "light" || r === "alt-system",
240
+ "dark:text-copy-dark": r === "system",
241
+ "dark:text-copy-light": r === "alt-system",
242
+ "px-4 py-3": !a && (e === u || e === N),
243
+ "p-4": !a && e === _,
244
+ "px-2 py-1.5": a
245
+ },
246
+ t
247
+ )
248
+ }), H = ({
249
+ buttonClassName: e
250
+ }) => c("rounded-none text-sm", e), O = ({
251
+ children: e,
252
+ mode: t = "system",
253
+ caption: a,
254
+ compact: r,
255
+ summary: s,
256
+ className: o,
257
+ wrapperClassName: d,
258
+ maxHeight: m,
259
+ stickyHeader: i,
260
+ stickyFooter: n,
261
+ ...h
262
+ }) => {
263
+ const g = V({
264
+ mode: t,
265
+ className: o,
266
+ wrapperClassName: d,
267
+ stickyHeader: i,
268
+ stickyFooter: n
269
+ });
270
+ return /* @__PURE__ */ l(
271
+ p.Provider,
272
+ {
273
+ value: { mode: t, stickyHeader: i, stickyFooter: n, compact: r },
274
+ children: /* @__PURE__ */ l(
275
+ "div",
276
+ {
277
+ className: g.wrapper,
278
+ ...m && {
279
+ style: { maxHeight: m }
280
+ },
281
+ children: /* @__PURE__ */ b("table", { className: g.table, summary: s, ...h, children: [
282
+ a && /* @__PURE__ */ l("caption", { className: g.caption, children: a }),
283
+ e
284
+ ] })
285
+ }
286
+ )
287
+ }
288
+ );
289
+ }, D = ({
290
+ children: e,
291
+ className: t,
292
+ ...a
293
+ }) => {
294
+ const r = y(p);
295
+ r.cellWrapper = u;
296
+ const s = T({
297
+ className: t,
298
+ mode: r.mode,
299
+ stickyHeader: r.stickyHeader
300
+ });
301
+ return /* @__PURE__ */ l("thead", { className: s, ...a, children: e });
302
+ }, L = ({
303
+ children: e,
304
+ className: t,
305
+ ...a
306
+ }) => {
307
+ const r = y(p);
308
+ r.cellWrapper = N;
309
+ const s = E({
310
+ className: t,
311
+ mode: r.mode,
312
+ stickyFooter: r.stickyFooter
313
+ });
314
+ return /* @__PURE__ */ l("tfoot", { className: s, ...a, children: e });
315
+ }, P = ({ children: e, ...t }) => {
316
+ const a = y(p);
317
+ return a.cellWrapper = _, /* @__PURE__ */ l("tbody", { ...t, children: e });
318
+ }, A = ({
319
+ children: e,
320
+ className: t,
321
+ ...a
322
+ }) => {
323
+ const r = y(p), s = M({
324
+ mode: r.mode,
325
+ cellWrapper: r.cellWrapper,
326
+ className: t
327
+ });
328
+ return /* @__PURE__ */ l("tr", { className: s, ...a, children: e });
329
+ }, W = ({
330
+ children: e,
331
+ component: t,
332
+ className: a,
333
+ align: r,
334
+ ...s
335
+ }) => {
336
+ const o = y(p), d = t || (o.cellWrapper === u ? "th" : "td"), { mainClasses: m, alignClasses: i } = z({
337
+ cellWrapper: o.cellWrapper,
338
+ className: a,
339
+ mode: o.mode,
340
+ compact: o.compact,
341
+ align: r
342
+ });
343
+ return r ? /* @__PURE__ */ l(d, { className: m, ...s, children: /* @__PURE__ */ l("div", { className: i, children: e }) }) : /* @__PURE__ */ l(d, { className: m, ...s, children: e });
344
+ }, G = ({
345
+ align: e,
346
+ children: t,
347
+ buttonClassName: a,
348
+ className: r,
349
+ component: s,
350
+ focusMode: o = "alt-system",
351
+ mode: d = "alt-system",
352
+ onClick: m,
353
+ sortDirection: i,
354
+ sortedCell: n,
355
+ cellId: h,
356
+ ...g
357
+ }) => {
358
+ const v = H({ buttonClassName: a });
359
+ return /* @__PURE__ */ l(
360
+ W,
361
+ {
362
+ component: s,
363
+ className: r,
364
+ role: "columnheader",
365
+ "aria-sort": i === k.ASC && n === h ? "ascending" : i === k.DESC && n === h ? "descending" : "other",
366
+ ...g,
367
+ children: /* @__PURE__ */ l(
368
+ x,
369
+ {
370
+ active: n === h,
371
+ className: v,
372
+ onClick: m,
373
+ align: e,
374
+ noBorder: !0,
375
+ focusMode: o,
376
+ mode: d,
377
+ fullWidth: !0,
378
+ labelRight: t,
379
+ children: i === k.ASC && n === h ? /* @__PURE__ */ l(B, { className: "size-4", monotone: !0 }) : i === k.DESC && n === h ? /* @__PURE__ */ l(C, { className: "size-4", monotone: !0 }) : /* @__PURE__ */ l(S, { className: "size-4", monotone: !0 })
380
+ }
381
+ )
382
+ }
383
+ );
384
+ };
385
+ /*!
386
+ @versini/ui-table v6.0.0
387
+ © 2025 gizmette.com
388
+ */
389
+ try {
390
+ window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
391
+ version: "6.0.0",
392
+ buildTime: "12/04/2025 04:01 PM EST",
393
+ homepage: "https://github.com/aversini/ui-components",
394
+ license: "MIT"
395
+ });
396
+ } catch {
397
+ }
398
+ export {
399
+ L as D,
400
+ G as F,
401
+ A as G,
402
+ P as H,
403
+ W as M,
404
+ O as W,
405
+ D as j
406
+ };
@@ -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.CmleaPdQ.js";
2
+ import { useMergeRefs as ce, useResizeObserver as W, useUniqueId as ne, useUncontrolled as le, LiveRegion as ie } from "./index.DWswwPeZ.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,15 +1,15 @@
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.CmleaPdQ.js";
2
+ import { ButtonIcon as E, IconCopied as C, IconCopy as I } from "./index.DWswwPeZ.js";
3
3
  import { useState as N, useEffect as $ } from "react";
4
4
  import t from "clsx";
5
5
  /*!
6
- @versini/ui-bubble v6.4.2
6
+ @versini/ui-bubble v7.0.0
7
7
  © 2025 gizmette.com
8
8
  */
9
9
  try {
10
10
  window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
11
- version: "6.4.2",
12
- buildTime: "11/30/2025 06:54 PM EST",
11
+ version: "7.0.0",
12
+ buildTime: "12/04/2025 04:02 PM EST",
13
13
  homepage: "https://github.com/aversini/ui-components",
14
14
  license: "MIT"
15
15
  });
@@ -1,4 +1,4 @@
1
- import { convert as E, convertElement as u } from "./useMarkdown.CsRnl7K0.js";
1
+ import { convert as E, convertElement as u } from "./useMarkdown.BhQqmPx6.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.mrdHvm2x.js";
2
- import { visit as In } from "./useMarkdown.CsRnl7K0.js";
3
- import { toText as Cn } from "./index.DvKn88dW.js";
1
+ import { getDefaultExportFromCjs as kn } from "./App.CJKFrA6-.js";
2
+ import { visit as In } from "./useMarkdown.BhQqmPx6.js";
3
+ import { toText as Cn } from "./index.D9-iukox.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",