@versini/sassysaint 8.72.0 → 8.72.1
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.
- package/dist/chunks/{AboutChangelog.Cq9mwfwv.js → AboutChangelog.DhqNiQ0I.js} +2 -2
- package/dist/chunks/{AboutEntry.ruVpzfpU.js → AboutEntry.PlWjZ6CB.js} +5 -5
- package/dist/chunks/{App.BOp4E81K.js → App.BziAYmB7.js} +44 -44
- package/dist/chunks/{Chart.BVDTPl1g.js → Chart.BNT2dSsd.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.lzkCRPLG.js → ChatBubbleAssistant.ir-Ko0eZ.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.GpHT9aqr.js → ChatBubbleUser.64VrN3RB.js} +6 -6
- package/dist/chunks/{ChatHistoryTable.B6J50Lae.js → ChatHistoryTable.BaKPS1N8.js} +3 -3
- package/dist/chunks/{HistoryEntry.CZ4jl6nS.js → HistoryEntry.jP-HiRhn.js} +3 -3
- package/dist/chunks/{ProfileEntry.CrCr1Bp7.js → ProfileEntry.Cww74wUg.js} +2 -2
- package/dist/chunks/{SettingsEntry.JmLkVVd4.js → SettingsEntry.Bn6-9vf1.js} +3 -3
- package/dist/chunks/{Table.BFDIw396.js → Table.B9MFLICD.js} +6 -6
- package/dist/chunks/{UsageEntry.B65VL0SB.js → UsageEntry.BJIojjEk.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.BsWKxPUi.js → UserMemoriesPanel.V0ixZZCW.js} +4 -4
- package/dist/chunks/{index.NXGZo6q_.js → index.B0wIqA0p.js} +1 -1
- package/dist/chunks/{index.lwEWrGfp.js → index.BCgNuqvg.js} +17 -17
- package/dist/chunks/{index.RqmIaetn.js → index.BXj5IDha.js} +1 -1
- package/dist/chunks/{index.DAmS0iMm.js → index.Bgpwndta.js} +2 -2
- package/dist/chunks/{index.ClLIvwbP.js → index.C4lK0zGK.js} +8 -8
- package/dist/chunks/{index.AEvTjh_P.js → index.CIoXtiJq.js} +3 -3
- package/dist/chunks/{index.Sz1_o7rm.js → index.DcADnsxa.js} +1 -1
- package/dist/chunks/{index.B07uAAXy.js → index.t8_pXewg.js} +4 -4
- package/dist/chunks/{useMarkdown.Ch0nplnG.js → useMarkdown.BWlk5XJK.js} +10 -10
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { p as m, ButtonScroll as n } from "./App.
|
|
2
|
+
import { p as m, ButtonScroll as n } from "./App.BziAYmB7.js";
|
|
3
3
|
import { useRef as f, useCallback as u, useLayoutEffect as p } from "react";
|
|
4
|
-
import { useMarkdown as d } from "./useMarkdown.
|
|
4
|
+
import { useMarkdown as d } from "./useMarkdown.BWlk5XJK.js";
|
|
5
5
|
const b = ({ content: o }) => {
|
|
6
6
|
const [l, t] = d(), { ref: a, inViewport: c } = m(), e = f(null), i = u(() => {
|
|
7
7
|
e.current && e.current.scrollIntoView({
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as b, Fragment as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { oe as g } from "./App.
|
|
3
|
-
import { i as d, useServerCapabilities as A, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.
|
|
2
|
+
import { oe as g } from "./App.BziAYmB7.js";
|
|
3
|
+
import { i as d, useServerCapabilities as A, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.BCgNuqvg.js";
|
|
4
4
|
import O from "clsx";
|
|
5
5
|
import { Suspense as C, lazy as U } from "react";
|
|
6
6
|
const L = U(
|
|
7
7
|
() => import(
|
|
8
8
|
/* webpackChunkName: "LazyAboutChangelog" */
|
|
9
|
-
"./AboutChangelog.
|
|
9
|
+
"./AboutChangelog.DhqNiQ0I.js"
|
|
10
10
|
)
|
|
11
11
|
), N = () => {
|
|
12
12
|
const s = d(), i = d(), { data: o, isSuccess: m } = A(), { data: T, isSuccess: h } = B(), p = o?.version || "", a = o?.models || [], u = o?.buildTime || "";
|
|
@@ -18,8 +18,8 @@ const L = U(
|
|
|
18
18
|
className: "prose-dark dark:prose-lighter mb-4",
|
|
19
19
|
noBorder: !0,
|
|
20
20
|
children: c(s, {
|
|
21
|
-
[r.ABOUT.VERSION]: "8.72.
|
|
22
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "10/24/2025
|
|
21
|
+
[r.ABOUT.VERSION]: "8.72.1",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "10/24/2025 08:19 PM EDT"
|
|
23
23
|
})
|
|
24
24
|
}
|
|
25
25
|
),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as l, jsxs as T, Fragment as Oe } from "react/jsx-runtime";
|
|
2
|
-
import { I as H, ACTION_SORT as ys, ACTION_SEARCH as _s, ACTION_RESET_PROMPT as Eo, ACTION_TOGGLE_PROMPT as To, LOCAL_STORAGE_PREFIX as Le, LOCAL_STORAGE_CHAT_ID as So, n as ve, isDev as bs, isPWAMode as xo, useChat as ws, B as Is, te as Se, DEFAULT_ICON_ACTION_SIZE as Ae, isTauri as Xt, useUserPreferences as Je, isProbablyiPhone as Ue, serverUrl as ko, useEntitlements as Jr, L as zr, j as it, C as mn, LOCAL_STORAGE_PRIVATE_DISCLOSURE as Es, nt as Kt, LOCAL_STORAGE_REASONING_DISCLOSURE as Ts, useSaveChat as Ss, TOAST_CHAT_SAVED as xs, PROMPT_CLASSNAME as ks, PROMPT_EDITABLE_AREA_CLASSNAME as Cs, useChatsHistory as Ns, i as zs, Et as Co, ERROR_MESSAGE as As, E as bt, CLIPBOARD_PROMPT as hn, INPUT_PLACEHOLDER_TEXT_MOBILE as fn, INPUT_PLACEHOLDER_TEXT_ENTER as gn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as vn, isProbablyMobile as Ar, K as Os, FOOTER_DISCLAIMERS as yn, h as No, isProbablyiPad as $s, INPUT_BOTTOM_OFFSET_EXTRA as _n, INPUT_BOTTOM_OFFSET_IPHONE as Ms, INPUT_BOTTOM_OFFSET_IPAD as Rs, INPUT_BOTTOM_OFFSET as zo, getLayoutPaddingClass as Or, canEvaluateModels as bn, st as Ps, r as Zs, O as Ds, c as Ls, H as Bs, x as vr, setNewProvider as wn, TOAST_PROVIDER_CHANGED as In, useQueryClient as Us, LOG_OUT as En, e as Ao, Y as Tn, useServerCapabilities as js, getMessageContaintWrapperClass as Vs, UI_FOOTER_BUFFER as Oo, UI_BUTTON_SCROLL_BUFFER as Fs, Logo as Hs, UI_DEFAULT_MAIN_HEIGHT as Sn, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Js, APP_CLASSNAME as Gs, Z as xn, J as Ws, LOCAL_STORAGE_SORT as qs, LOCAL_STORAGE_SEARCH as Ys, LOCAL_STORAGE_SORT_TIMESTAMP as Xs, LOCAL_STORAGE_SORT_TOKEN_USAGE as Ks, TOAST_CACHE_ENABLED as Qs, TOAST_CACHE_DISABLED as ei } from "./index.
|
|
2
|
+
import { I as H, ACTION_SORT as ys, ACTION_SEARCH as _s, ACTION_RESET_PROMPT as Eo, ACTION_TOGGLE_PROMPT as To, LOCAL_STORAGE_PREFIX as Le, LOCAL_STORAGE_CHAT_ID as So, n as ve, isDev as bs, isPWAMode as xo, useChat as ws, B as Is, te as Se, DEFAULT_ICON_ACTION_SIZE as Ae, isTauri as Xt, useUserPreferences as Je, isProbablyiPhone as Ue, serverUrl as ko, useEntitlements as Jr, L as zr, j as it, C as mn, LOCAL_STORAGE_PRIVATE_DISCLOSURE as Es, nt as Kt, LOCAL_STORAGE_REASONING_DISCLOSURE as Ts, useSaveChat as Ss, TOAST_CHAT_SAVED as xs, PROMPT_CLASSNAME as ks, PROMPT_EDITABLE_AREA_CLASSNAME as Cs, useChatsHistory as Ns, i as zs, Et as Co, ERROR_MESSAGE as As, E as bt, CLIPBOARD_PROMPT as hn, INPUT_PLACEHOLDER_TEXT_MOBILE as fn, INPUT_PLACEHOLDER_TEXT_ENTER as gn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as vn, isProbablyMobile as Ar, K as Os, FOOTER_DISCLAIMERS as yn, h as No, isProbablyiPad as $s, INPUT_BOTTOM_OFFSET_EXTRA as _n, INPUT_BOTTOM_OFFSET_IPHONE as Ms, INPUT_BOTTOM_OFFSET_IPAD as Rs, INPUT_BOTTOM_OFFSET as zo, getLayoutPaddingClass as Or, canEvaluateModels as bn, st as Ps, r as Zs, O as Ds, c as Ls, H as Bs, x as vr, setNewProvider as wn, TOAST_PROVIDER_CHANGED as In, useQueryClient as Us, LOG_OUT as En, e as Ao, Y as Tn, useServerCapabilities as js, getMessageContaintWrapperClass as Vs, UI_FOOTER_BUFFER as Oo, UI_BUTTON_SCROLL_BUFFER as Fs, Logo as Hs, UI_DEFAULT_MAIN_HEIGHT as Sn, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Js, APP_CLASSNAME as Gs, Z as xn, J as Ws, LOCAL_STORAGE_SORT as qs, LOCAL_STORAGE_SEARCH as Ys, LOCAL_STORAGE_SORT_TIMESTAMP as Xs, LOCAL_STORAGE_SORT_TOKEN_USAGE as Ks, TOAST_CACHE_ENABLED as Qs, TOAST_CACHE_DISABLED as ei } from "./index.BCgNuqvg.js";
|
|
3
3
|
import * as se from "react";
|
|
4
4
|
import dt, { useRef as U, useEffect as $, useCallback as Z, useState as R, useSyncExternalStore as Ft, createContext as ti, useContext as ie, useId as $o, forwardRef as Mo, useMemo as ze, Suspense as Qt, lazy as Me, useReducer as Rt, useLayoutEffect as ri } from "react";
|
|
5
5
|
import O from "clsx";
|
|
@@ -802,13 +802,13 @@ const ki = ({
|
|
|
802
802
|
DESC: "desc"
|
|
803
803
|
};
|
|
804
804
|
/*!
|
|
805
|
-
@versini/ui-table v5.1.
|
|
805
|
+
@versini/ui-table v5.1.4
|
|
806
806
|
© 2025 gizmette.com
|
|
807
807
|
*/
|
|
808
808
|
try {
|
|
809
809
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
810
|
-
version: "5.1.
|
|
811
|
-
buildTime: "10/
|
|
810
|
+
version: "5.1.4",
|
|
811
|
+
buildTime: "10/24/2025 07:47 PM EDT",
|
|
812
812
|
homepage: "https://github.com/aversini/ui-components",
|
|
813
813
|
license: "MIT"
|
|
814
814
|
});
|
|
@@ -5083,7 +5083,7 @@ var pm = Object.defineProperty, mm = (e, t) => {
|
|
|
5083
5083
|
}
|
|
5084
5084
|
};
|
|
5085
5085
|
Ha = hm;
|
|
5086
|
-
var io = "5.0.
|
|
5086
|
+
var io = "5.0.78", Ja = ne([
|
|
5087
5087
|
E(),
|
|
5088
5088
|
or(Uint8Array),
|
|
5089
5089
|
or(ArrayBuffer),
|
|
@@ -6614,7 +6614,7 @@ const Qa = async () => (Sr || (Sr = import(
|
|
|
6614
6614
|
"./index.790ujKXR.js"
|
|
6615
6615
|
)), Sr), es = async () => (xr || (xr = import(
|
|
6616
6616
|
/* webpackChunkName: "toast-utilities" */
|
|
6617
|
-
"./index.
|
|
6617
|
+
"./index.BCgNuqvg.js"
|
|
6618
6618
|
).then((e) => e.utilities)), xr), th = async () => {
|
|
6619
6619
|
try {
|
|
6620
6620
|
await Promise.all([Qa(), es()]);
|
|
@@ -7200,13 +7200,13 @@ const fo = ({
|
|
|
7200
7200
|
);
|
|
7201
7201
|
};
|
|
7202
7202
|
/*!
|
|
7203
|
-
@versini/ui-tooltip v3.0.
|
|
7203
|
+
@versini/ui-tooltip v3.0.6
|
|
7204
7204
|
© 2025 gizmette.com
|
|
7205
7205
|
*/
|
|
7206
7206
|
try {
|
|
7207
7207
|
window.__VERSINI_UI_TOOLTIP__ || (window.__VERSINI_UI_TOOLTIP__ = {
|
|
7208
|
-
version: "3.0.
|
|
7209
|
-
buildTime: "10/
|
|
7208
|
+
version: "3.0.6",
|
|
7209
|
+
buildTime: "10/24/2025 07:48 PM EDT",
|
|
7210
7210
|
homepage: "https://github.com/aversini/ui-components",
|
|
7211
7211
|
license: "MIT"
|
|
7212
7212
|
});
|
|
@@ -7381,7 +7381,7 @@ const xh = ({
|
|
|
7381
7381
|
try {
|
|
7382
7382
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
7383
7383
|
version: "4.2.2",
|
|
7384
|
-
buildTime: "10/
|
|
7384
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
7385
7385
|
homepage: "https://github.com/aversini/ui-components",
|
|
7386
7386
|
license: "MIT"
|
|
7387
7387
|
});
|
|
@@ -7412,13 +7412,13 @@ const zh = ({
|
|
|
7412
7412
|
}
|
|
7413
7413
|
);
|
|
7414
7414
|
/*!
|
|
7415
|
-
@versini/ui-icons v4.14.
|
|
7415
|
+
@versini/ui-icons v4.14.1
|
|
7416
7416
|
© 2025 gizmette.com
|
|
7417
7417
|
*/
|
|
7418
7418
|
try {
|
|
7419
7419
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
7420
|
-
version: "4.14.
|
|
7421
|
-
buildTime: "10/
|
|
7420
|
+
version: "4.14.1",
|
|
7421
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
7422
7422
|
homepage: "https://github.com/aversini/ui-components",
|
|
7423
7423
|
license: "MIT"
|
|
7424
7424
|
});
|
|
@@ -7505,7 +7505,7 @@ const $h = se.forwardRef(function(e, t) {
|
|
|
7505
7505
|
try {
|
|
7506
7506
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
7507
7507
|
version: "3.0.2",
|
|
7508
|
-
buildTime: "10/
|
|
7508
|
+
buildTime: "10/24/2025 07:46 PM EDT",
|
|
7509
7509
|
homepage: "https://github.com/aversini/ui-components",
|
|
7510
7510
|
license: "MIT"
|
|
7511
7511
|
});
|
|
@@ -7621,13 +7621,13 @@ const Ee = "panel", Ye = "messagebox", Zh = ({
|
|
|
7621
7621
|
] }) }) });
|
|
7622
7622
|
};
|
|
7623
7623
|
/*!
|
|
7624
|
-
@versini/ui-panel v3.2.
|
|
7624
|
+
@versini/ui-panel v3.2.4
|
|
7625
7625
|
© 2025 gizmette.com
|
|
7626
7626
|
*/
|
|
7627
7627
|
try {
|
|
7628
7628
|
window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
|
|
7629
|
-
version: "3.2.
|
|
7630
|
-
buildTime: "10/
|
|
7629
|
+
version: "3.2.4",
|
|
7630
|
+
buildTime: "10/24/2025 07:46 PM EDT",
|
|
7631
7631
|
homepage: "https://github.com/aversini/ui-components",
|
|
7632
7632
|
license: "MIT"
|
|
7633
7633
|
});
|
|
@@ -7762,13 +7762,13 @@ const Bh = "av-toggle", Uh = ({ narrow: e }) => O(
|
|
|
7762
7762
|
] });
|
|
7763
7763
|
};
|
|
7764
7764
|
/*!
|
|
7765
|
-
@versini/ui-toggle v5.2.
|
|
7765
|
+
@versini/ui-toggle v5.2.2
|
|
7766
7766
|
© 2025 gizmette.com
|
|
7767
7767
|
*/
|
|
7768
7768
|
try {
|
|
7769
7769
|
window.__VERSINI_UI_TOGGLE__ || (window.__VERSINI_UI_TOGGLE__ = {
|
|
7770
|
-
version: "5.2.
|
|
7771
|
-
buildTime: "10/
|
|
7770
|
+
version: "5.2.2",
|
|
7771
|
+
buildTime: "10/24/2025 07:46 PM EDT",
|
|
7772
7772
|
homepage: "https://github.com/aversini/ui-components",
|
|
7773
7773
|
license: "MIT"
|
|
7774
7774
|
});
|
|
@@ -7992,20 +7992,20 @@ const et = ({
|
|
|
7992
7992
|
try {
|
|
7993
7993
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
7994
7994
|
version: "4.2.2",
|
|
7995
|
-
buildTime: "10/
|
|
7995
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
7996
7996
|
homepage: "https://github.com/aversini/ui-components",
|
|
7997
7997
|
license: "MIT"
|
|
7998
7998
|
});
|
|
7999
7999
|
} catch {
|
|
8000
8000
|
}
|
|
8001
8001
|
/*!
|
|
8002
|
-
@versini/ui-icons v4.14.
|
|
8002
|
+
@versini/ui-icons v4.14.1
|
|
8003
8003
|
© 2025 gizmette.com
|
|
8004
8004
|
*/
|
|
8005
8005
|
try {
|
|
8006
8006
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
8007
|
-
version: "4.14.
|
|
8008
|
-
buildTime: "10/
|
|
8007
|
+
version: "4.14.1",
|
|
8008
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
8009
8009
|
homepage: "https://github.com/aversini/ui-components",
|
|
8010
8010
|
license: "MIT"
|
|
8011
8011
|
});
|
|
@@ -8397,13 +8397,13 @@ const ef = ({ className: e, ...t }) => {
|
|
|
8397
8397
|
return /* @__PURE__ */ l("div", { className: r, ...t });
|
|
8398
8398
|
};
|
|
8399
8399
|
/*!
|
|
8400
|
-
@versini/ui-menu v5.1.
|
|
8400
|
+
@versini/ui-menu v5.1.3
|
|
8401
8401
|
© 2025 gizmette.com
|
|
8402
8402
|
*/
|
|
8403
8403
|
try {
|
|
8404
8404
|
window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
|
|
8405
|
-
version: "5.1.
|
|
8406
|
-
buildTime: "10/
|
|
8405
|
+
version: "5.1.3",
|
|
8406
|
+
buildTime: "10/24/2025 07:47 PM EDT",
|
|
8407
8407
|
homepage: "https://github.com/aversini/ui-components",
|
|
8408
8408
|
license: "MIT"
|
|
8409
8409
|
});
|
|
@@ -9357,38 +9357,38 @@ const tf = (e) => {
|
|
|
9357
9357
|
}, kf = Me(
|
|
9358
9358
|
() => import(
|
|
9359
9359
|
/* webpackChunkName: "modal-chunk" */
|
|
9360
|
-
"./ProfileEntry.
|
|
9360
|
+
"./ProfileEntry.Cww74wUg.js"
|
|
9361
9361
|
).then((e) => ({
|
|
9362
9362
|
default: e.Profile
|
|
9363
9363
|
}))
|
|
9364
9364
|
), Cf = Me(
|
|
9365
9365
|
() => import(
|
|
9366
9366
|
/* webpackChunkName: "modal-chunk" */
|
|
9367
|
-
"./SettingsEntry.
|
|
9367
|
+
"./SettingsEntry.Bn6-9vf1.js"
|
|
9368
9368
|
).then((e) => ({
|
|
9369
9369
|
default: e.SettingsPanel
|
|
9370
9370
|
}))
|
|
9371
9371
|
), Nf = Me(
|
|
9372
9372
|
() => import(
|
|
9373
9373
|
/* webpackChunkName: "modal-chunk" */
|
|
9374
|
-
"./HistoryEntry.
|
|
9374
|
+
"./HistoryEntry.jP-HiRhn.js"
|
|
9375
9375
|
).then((e) => ({
|
|
9376
9376
|
default: e.HistoryPanel
|
|
9377
9377
|
}))
|
|
9378
9378
|
), zf = Me(
|
|
9379
9379
|
() => import(
|
|
9380
9380
|
/* webpackChunkName: "modal-chunk" */
|
|
9381
|
-
"./AboutEntry.
|
|
9381
|
+
"./AboutEntry.PlWjZ6CB.js"
|
|
9382
9382
|
).then((e) => ({ default: e.About }))
|
|
9383
9383
|
), Af = Me(
|
|
9384
9384
|
() => import(
|
|
9385
9385
|
/* webpackChunkName: "modal-chunk" */
|
|
9386
|
-
"./UsageEntry.
|
|
9386
|
+
"./UsageEntry.BJIojjEk.js"
|
|
9387
9387
|
).then((e) => ({ default: e.Usage }))
|
|
9388
9388
|
), Of = Me(
|
|
9389
9389
|
() => import(
|
|
9390
9390
|
/* webpackChunkName: "modal-chunk" */
|
|
9391
|
-
"./UserMemoriesPanel.
|
|
9391
|
+
"./UserMemoriesPanel.V0ixZZCW.js"
|
|
9392
9392
|
).then(
|
|
9393
9393
|
(e) => ({ default: e.default })
|
|
9394
9394
|
)
|
|
@@ -9436,23 +9436,23 @@ const tf = (e) => {
|
|
|
9436
9436
|
d || Promise.all([
|
|
9437
9437
|
import(
|
|
9438
9438
|
/* webpackChunkName: "modal-chunk" */
|
|
9439
|
-
"./ProfileEntry.
|
|
9439
|
+
"./ProfileEntry.Cww74wUg.js"
|
|
9440
9440
|
),
|
|
9441
9441
|
import(
|
|
9442
9442
|
/* webpackChunkName: "modal-chunk" */
|
|
9443
|
-
"./SettingsEntry.
|
|
9443
|
+
"./SettingsEntry.Bn6-9vf1.js"
|
|
9444
9444
|
),
|
|
9445
9445
|
import(
|
|
9446
9446
|
/* webpackChunkName: "modal-chunk" */
|
|
9447
|
-
"./HistoryEntry.
|
|
9447
|
+
"./HistoryEntry.jP-HiRhn.js"
|
|
9448
9448
|
),
|
|
9449
9449
|
import(
|
|
9450
9450
|
/* webpackChunkName: "modal-chunk" */
|
|
9451
|
-
"./AboutEntry.
|
|
9451
|
+
"./AboutEntry.PlWjZ6CB.js"
|
|
9452
9452
|
),
|
|
9453
9453
|
import(
|
|
9454
9454
|
/* webpackChunkName: "modal-chunk" */
|
|
9455
|
-
"./UsageEntry.
|
|
9455
|
+
"./UsageEntry.BJIojjEk.js"
|
|
9456
9456
|
)
|
|
9457
9457
|
]).finally(() => f(!0));
|
|
9458
9458
|
}, [d]), b = Z((A) => {
|
|
@@ -9687,31 +9687,31 @@ const tf = (e) => {
|
|
|
9687
9687
|
] });
|
|
9688
9688
|
};
|
|
9689
9689
|
/*!
|
|
9690
|
-
@versini/ui-spinner v5.0.
|
|
9690
|
+
@versini/ui-spinner v5.0.4
|
|
9691
9691
|
© 2025 gizmette.com
|
|
9692
9692
|
*/
|
|
9693
9693
|
try {
|
|
9694
9694
|
window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
|
|
9695
|
-
version: "5.0.
|
|
9696
|
-
buildTime: "10/
|
|
9695
|
+
version: "5.0.4",
|
|
9696
|
+
buildTime: "10/24/2025 07:48 PM EDT",
|
|
9697
9697
|
homepage: "https://github.com/aversini/ui-components",
|
|
9698
9698
|
license: "MIT"
|
|
9699
9699
|
});
|
|
9700
9700
|
} catch {
|
|
9701
9701
|
}
|
|
9702
9702
|
const Zf = Me(
|
|
9703
|
-
() => import("./index.
|
|
9703
|
+
() => import("./index.C4lK0zGK.js").then((e) => ({ default: e.Bubble }))
|
|
9704
9704
|
), dn = (e) => /* @__PURE__ */ l(Qt, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(Zf, { ...e }) });
|
|
9705
9705
|
dn.displayName = "AsyncBubble";
|
|
9706
9706
|
const Io = 1, Df = 150, Lf = Me(
|
|
9707
9707
|
() => import(
|
|
9708
9708
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
9709
|
-
"./ChatBubbleAssistant.
|
|
9709
|
+
"./ChatBubbleAssistant.ir-Ko0eZ.js"
|
|
9710
9710
|
)
|
|
9711
9711
|
), Bf = Me(
|
|
9712
9712
|
() => import(
|
|
9713
9713
|
/* webpackChunkName: "LazyMessageUser" */
|
|
9714
|
-
"./ChatBubbleUser.
|
|
9714
|
+
"./ChatBubbleUser.64VrN3RB.js"
|
|
9715
9715
|
)
|
|
9716
9716
|
), Uf = dt.memo(
|
|
9717
9717
|
({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Ap } from "react/jsx-runtime";
|
|
2
|
-
import { getDefaultExportFromCjs as ln } from "./App.
|
|
2
|
+
import { getDefaultExportFromCjs as ln } from "./App.BziAYmB7.js";
|
|
3
3
|
import Cp, { useState as Pp, useEffect as Op } from "react";
|
|
4
|
-
import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.
|
|
4
|
+
import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.BCgNuqvg.js";
|
|
5
5
|
var ls = { exports: {} }, Ip = ls.exports, on;
|
|
6
6
|
function Dp() {
|
|
7
7
|
return on || (on = 1, (function(we, he) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as x } from "react/jsx-runtime";
|
|
2
|
-
import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, Y as L } from "./index.
|
|
3
|
-
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.
|
|
2
|
+
import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, Y as L } from "./index.BCgNuqvg.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.C4lK0zGK.js";
|
|
4
4
|
import w from "clsx";
|
|
5
5
|
import v, { useState as M, useRef as A, useEffect as U, useContext as B } from "react";
|
|
6
|
-
import { ChatContext as G, AsyncBubble as E } from "./App.
|
|
7
|
-
import { useMarkdown as D } from "./useMarkdown.
|
|
6
|
+
import { ChatContext as G, AsyncBubble as E } from "./App.BziAYmB7.js";
|
|
7
|
+
import { useMarkdown as D } from "./useMarkdown.BWlk5XJK.js";
|
|
8
8
|
const j = 2, q = j * 1e3, b = "", I = (e) => e * (2 - e);
|
|
9
9
|
function W(e, n = !0) {
|
|
10
10
|
const [a, p] = M(0), [i, C] = M(0), [t, T] = M(e), r = A(0), s = A(0);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n, Fragment as b, jsxs as A } from "react/jsx-runtime";
|
|
2
2
|
import { useState as C, useMemo as u, isValidElement as p, useEffect as I } from "react";
|
|
3
|
-
import { AsyncBubble as w } from "./App.
|
|
4
|
-
import { useMarkdown as _ } from "./useMarkdown.
|
|
5
|
-
import { C as M } from "./index.
|
|
3
|
+
import { AsyncBubble as w } from "./App.BziAYmB7.js";
|
|
4
|
+
import { useMarkdown as _ } from "./useMarkdown.BWlk5XJK.js";
|
|
5
|
+
import { C as M } from "./index.BCgNuqvg.js";
|
|
6
6
|
const R = 200, N = ({
|
|
7
7
|
string: e,
|
|
8
8
|
idealLength: r = R
|
|
@@ -93,13 +93,13 @@ const R = 200, N = ({
|
|
|
93
93
|
);
|
|
94
94
|
};
|
|
95
95
|
/*!
|
|
96
|
-
@versini/ui-truncate v5.1.
|
|
96
|
+
@versini/ui-truncate v5.1.6
|
|
97
97
|
© 2025 gizmette.com
|
|
98
98
|
*/
|
|
99
99
|
try {
|
|
100
100
|
window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
|
|
101
|
-
version: "5.1.
|
|
102
|
-
buildTime: "10/
|
|
101
|
+
version: "5.1.6",
|
|
102
|
+
buildTime: "10/24/2025 07:48 PM EDT",
|
|
103
103
|
homepage: "https://github.com/aversini/ui-components",
|
|
104
104
|
license: "MIT"
|
|
105
105
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { I as g, Z as N, J as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as p, numberFormatter as k, ot as b, isProbablyMobile as D, c as U, r as B, O as I } from "./index.
|
|
3
|
-
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.
|
|
2
|
+
import { I as g, Z as N, J as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as p, numberFormatter as k, ot as b, isProbablyMobile as D, c as U, r as B, O as I } from "./index.BCgNuqvg.js";
|
|
3
|
+
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.BziAYmB7.js";
|
|
4
4
|
import h from "clsx";
|
|
5
5
|
import { Fragment as _ } from "react";
|
|
6
|
-
import { j as $, D as H, G as M, H as Y, U as F, M as a, F as f, l as G } from "./Table.
|
|
6
|
+
import { j as $, D as H, G as M, H as Y, U as F, M as a, F as f, l as G } from "./Table.B9MFLICD.js";
|
|
7
7
|
const K = ({
|
|
8
8
|
className: l,
|
|
9
9
|
viewBox: c,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t, Fragment as X } from "react/jsx-runtime";
|
|
2
|
-
import { I as Z, n as P, INFINITE_SCROLL_LIMIT as F, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as T, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, Z as L, useUserPreferences as se, useDeleteChat as oe, useToggleFavoriteChat as ie, APP_CLASSNAME as ne, TOAST_CHAT_DELETED as ce, graphQLRequest as le, SERVICE_TYPES as de, setNewProvider as he, ACTION_SORT as me, J as ue, TOAST_PROVIDER_CHANGED as Ce, useChatsHistory as Se, LOCAL_STORAGE_SEARCH as pe, LOCAL_STORAGE_FAVORITES_ONLY as ye, HISTORY_TITLE as fe, S as Te, Y$1 as ge, debounce as Ae, C as Ee, ACTION_SEARCH as ve } from "./index.
|
|
3
|
-
import { HistoryContext as V, ChatContext as z, useAiChat as _e, E as g, e as m, ConfirmationPanel as De, LazyToastContainerWrapper as Oe, showErrorToast as Le, CHAT_SET_PROVIDER as Re, showSuccessToast as Ie, CHAT_SET_STATUS as ke, oe as Ne, G as be } from "./App.
|
|
2
|
+
import { I as Z, n as P, INFINITE_SCROLL_LIMIT as F, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as T, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, Z as L, useUserPreferences as se, useDeleteChat as oe, useToggleFavoriteChat as ie, APP_CLASSNAME as ne, TOAST_CHAT_DELETED as ce, graphQLRequest as le, SERVICE_TYPES as de, setNewProvider as he, ACTION_SORT as me, J as ue, TOAST_PROVIDER_CHANGED as Ce, useChatsHistory as Se, LOCAL_STORAGE_SEARCH as pe, LOCAL_STORAGE_FAVORITES_ONLY as ye, HISTORY_TITLE as fe, S as Te, Y$1 as ge, debounce as Ae, C as Ee, ACTION_SEARCH as ve } from "./index.BCgNuqvg.js";
|
|
3
|
+
import { HistoryContext as V, ChatContext as z, useAiChat as _e, E as g, e as m, ConfirmationPanel as De, LazyToastContainerWrapper as Oe, showErrorToast as Le, CHAT_SET_PROVIDER as Re, showSuccessToast as Ie, CHAT_SET_STATUS as ke, oe as Ne, G as be } from "./App.BziAYmB7.js";
|
|
4
4
|
import { useRef as w, useState as x, useContext as R, useCallback as we, useEffect as G, Suspense as xe, lazy as He } from "react";
|
|
5
5
|
const Fe = ({
|
|
6
6
|
className: l,
|
|
@@ -31,7 +31,7 @@ const Fe = ({
|
|
|
31
31
|
), Pe = He(
|
|
32
32
|
() => import(
|
|
33
33
|
/* webpackChunkName: "history-table" */
|
|
34
|
-
"./ChatHistoryTable.
|
|
34
|
+
"./ChatHistoryTable.BaKPS1N8.js"
|
|
35
35
|
).then((l) => ({ default: l.ChatHistoryTable }))
|
|
36
36
|
), Ve = ({
|
|
37
37
|
filteredHistory: l,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as D, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { preloadToast as K, showSuccessToast as W, showErrorToast as Y, ConfirmationPanel as H, LazyToastContainerWrapper as $, oe as V } from "./App.
|
|
3
|
-
import { n as q, i as J, useUserPreferences as Q, useServerCapabilities as X, x as Z, setUserPlan as ee, S as d, renderDataAsList as ae, CARDS as s, L as f, j as c, C as se, it as ne, isTauri as re, te, l as b, PROFILE_TITLE as le } from "./index.
|
|
2
|
+
import { preloadToast as K, showSuccessToast as W, showErrorToast as Y, ConfirmationPanel as H, LazyToastContainerWrapper as $, oe as V } from "./App.BziAYmB7.js";
|
|
3
|
+
import { n as q, i as J, useUserPreferences as Q, useServerCapabilities as X, x as Z, setUserPlan as ee, S as d, renderDataAsList as ae, CARDS as s, L as f, j as c, C as se, it as ne, isTauri as re, te, l as b, PROFILE_TITLE as le } from "./index.BCgNuqvg.js";
|
|
4
4
|
import ie from "clsx";
|
|
5
5
|
import { useState as m, useMemo as ce, useCallback as P } from "react";
|
|
6
6
|
const oe = () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t, Fragment as w } from "react/jsx-runtime";
|
|
2
|
-
import { n as Ce, useEntitlements as Ie, useUserPreferences as be, nt as te, canEvaluateModels as ke, et as we, getCacheInfo as ye, isServiceWorkerEnabled as ve, SETTINGS_TITLE as De, S as m, CARDS as c, Q as Le, C as y, PROMPTS_DESCRIPTION as Me, L as xe, j as oe, getCurrentGeoLocation as Re, graphQLRequest as se, handleServiceWorkerToggle as _e, SERVICE_TYPES as ae } from "./index.
|
|
3
|
-
import { useCapability as ne, oe as Be, G as l } from "./App.
|
|
4
|
-
import { Re as re } from "./index.
|
|
2
|
+
import { n as Ce, useEntitlements as Ie, useUserPreferences as be, nt as te, canEvaluateModels as ke, et as we, getCacheInfo as ye, isServiceWorkerEnabled as ve, SETTINGS_TITLE as De, S as m, CARDS as c, Q as Le, C as y, PROMPTS_DESCRIPTION as Me, L as xe, j as oe, getCurrentGeoLocation as Re, graphQLRequest as se, handleServiceWorkerToggle as _e, SERVICE_TYPES as ae } from "./index.BCgNuqvg.js";
|
|
3
|
+
import { useCapability as ne, oe as Be, G as l } from "./App.BziAYmB7.js";
|
|
4
|
+
import { Re as re } from "./index.t8_pXewg.js";
|
|
5
5
|
import { useState as n, useMemo as Oe, useCallback as Ae, useEffect as ce } from "react";
|
|
6
6
|
const $e = ({
|
|
7
7
|
open: le,
|
|
@@ -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.
|
|
2
|
+
import { I as f, b as v } from "./index.BCgNuqvg.js";
|
|
3
3
|
import C, { useContext as b } from "react";
|
|
4
4
|
import o from "clsx";
|
|
5
|
-
import { e as k } from "./App.
|
|
5
|
+
import { e as k } from "./App.BziAYmB7.js";
|
|
6
6
|
const L = ({
|
|
7
7
|
className: e,
|
|
8
8
|
viewBox: a,
|
|
@@ -66,7 +66,7 @@ const L = ({
|
|
|
66
66
|
try {
|
|
67
67
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
68
68
|
version: "4.2.2",
|
|
69
|
-
buildTime: "10/
|
|
69
|
+
buildTime: "10/24/2025 06:42 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.14.
|
|
155
|
+
@versini/ui-icons v4.14.1
|
|
156
156
|
© 2025 gizmette.com
|
|
157
157
|
*/
|
|
158
158
|
try {
|
|
159
159
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
160
|
-
version: "4.14.
|
|
161
|
-
buildTime: "10/
|
|
160
|
+
version: "4.14.1",
|
|
161
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
162
162
|
homepage: "https://github.com/aversini/ui-components",
|
|
163
163
|
license: "MIT"
|
|
164
164
|
});
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { n as f, i as v, useUserChatStats as _, useChatsUsage as z, USAGE_TITLE as B, S as g, renderDataAsList as P, CARDS as a, L as p, j as A, C as i, pluralize as h } from "./index.
|
|
3
|
-
import { oe as H } from "./App.
|
|
2
|
+
import { n as f, i as v, useUserChatStats as _, useChatsUsage as z, USAGE_TITLE as B, S as g, renderDataAsList as P, CARDS as a, L as p, j as A, C as i, pluralize as h } from "./index.BCgNuqvg.js";
|
|
3
|
+
import { oe as H } from "./App.BziAYmB7.js";
|
|
4
4
|
import { useState as C, Suspense as K, lazy as j } from "react";
|
|
5
5
|
const s = [0, 3, 6, 9], n = {
|
|
6
6
|
TOKEN: "token",
|
|
7
7
|
MODEL: "model"
|
|
8
8
|
}, w = j(() => import(
|
|
9
9
|
/* webpackChunkName: "LazyChart" */
|
|
10
|
-
"./Chart.
|
|
10
|
+
"./Chart.BNT2dSsd.js"
|
|
11
11
|
)), R = ({
|
|
12
12
|
open: k,
|
|
13
13
|
onOpenChange: E
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e, Fragment as _ } from "react/jsx-runtime";
|
|
2
|
-
import { I as se, L as O, j as y, C as v, n as ce, LOCAL_STORAGE_PREFIX as q, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as oe, LOCAL_STORAGE_SORT_MEMORY_COLUMN as ie, useUserMemories as ae, useDeleteMemory as de, useDeleteAllMemories as me, useUpdateMemory as he, te as B } from "./index.
|
|
3
|
-
import { oe as V, E as F, e as g, ConfirmationPanel as G, st as H } from "./App.
|
|
2
|
+
import { I as se, L as O, j as y, C as v, n as ce, LOCAL_STORAGE_PREFIX as q, LOCAL_STORAGE_SORT_MEMORY_DIRECTION as oe, LOCAL_STORAGE_SORT_MEMORY_COLUMN as ie, useUserMemories as ae, useDeleteMemory as de, useDeleteAllMemories as me, useUpdateMemory as he, te as B } from "./index.BCgNuqvg.js";
|
|
3
|
+
import { oe as V, E as F, e as g, ConfirmationPanel as G, st as H } from "./App.BziAYmB7.js";
|
|
4
4
|
import E from "clsx";
|
|
5
5
|
import { useState as x, useEffect as xe, useRef as j } from "react";
|
|
6
|
-
import { Re as ue } from "./index.
|
|
7
|
-
import { j as pe, D as fe, G as b, M as d, F as ge, H as ye, l as Ce, U as Ne } from "./Table.
|
|
6
|
+
import { Re as ue } from "./index.t8_pXewg.js";
|
|
7
|
+
import { j as pe, D as fe, G as b, M as d, F as ge, H as ye, l as Ce, U as Ne } from "./Table.B9MFLICD.js";
|
|
8
8
|
const Ae = ({
|
|
9
9
|
className: a,
|
|
10
10
|
viewBox: m,
|
|
@@ -5799,13 +5799,13 @@ const Ve = {
|
|
|
5799
5799
|
);
|
|
5800
5800
|
it.displayName = "ButtonIcon";
|
|
5801
5801
|
/*!
|
|
5802
|
-
@versini/ui-button v8.1.
|
|
5802
|
+
@versini/ui-button v8.1.4
|
|
5803
5803
|
© 2025 gizmette.com
|
|
5804
5804
|
*/
|
|
5805
5805
|
try {
|
|
5806
5806
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
5807
|
-
version: "8.1.
|
|
5808
|
-
buildTime: "10/
|
|
5807
|
+
version: "8.1.4",
|
|
5808
|
+
buildTime: "10/24/2025 07:46 PM EDT",
|
|
5809
5809
|
homepage: "https://github.com/aversini/ui-components",
|
|
5810
5810
|
license: "MIT"
|
|
5811
5811
|
});
|
|
@@ -5949,13 +5949,13 @@ const yo = ({
|
|
|
5949
5949
|
) });
|
|
5950
5950
|
};
|
|
5951
5951
|
/*!
|
|
5952
|
-
@versini/ui-card v5.0.
|
|
5952
|
+
@versini/ui-card v5.0.6
|
|
5953
5953
|
© 2025 gizmette.com
|
|
5954
5954
|
*/
|
|
5955
5955
|
try {
|
|
5956
5956
|
window.__VERSINI_UI_CARD__ || (window.__VERSINI_UI_CARD__ = {
|
|
5957
|
-
version: "5.0.
|
|
5958
|
-
buildTime: "10/
|
|
5957
|
+
version: "5.0.6",
|
|
5958
|
+
buildTime: "10/24/2025 07:47 PM EDT",
|
|
5959
5959
|
homepage: "https://github.com/aversini/ui-components",
|
|
5960
5960
|
license: "MIT"
|
|
5961
5961
|
});
|
|
@@ -5998,7 +5998,7 @@ const mt = ({
|
|
|
5998
5998
|
try {
|
|
5999
5999
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
6000
6000
|
version: "4.2.2",
|
|
6001
|
-
buildTime: "10/
|
|
6001
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
6002
6002
|
homepage: "https://github.com/aversini/ui-components",
|
|
6003
6003
|
license: "MIT"
|
|
6004
6004
|
});
|
|
@@ -6111,13 +6111,13 @@ const go = ({
|
|
|
6111
6111
|
}
|
|
6112
6112
|
);
|
|
6113
6113
|
/*!
|
|
6114
|
-
@versini/ui-icons v4.14.
|
|
6114
|
+
@versini/ui-icons v4.14.1
|
|
6115
6115
|
© 2025 gizmette.com
|
|
6116
6116
|
*/
|
|
6117
6117
|
try {
|
|
6118
6118
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
6119
|
-
version: "4.14.
|
|
6120
|
-
buildTime: "10/
|
|
6119
|
+
version: "4.14.1",
|
|
6120
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
6121
6121
|
homepage: "https://github.com/aversini/ui-components",
|
|
6122
6122
|
license: "MIT"
|
|
6123
6123
|
});
|
|
@@ -6268,13 +6268,13 @@ const So = "av-flexgrid", je = "av-flexgrid-item", ot = 0.25, Ut = oe.createCont
|
|
|
6268
6268
|
return /* @__PURE__ */ h("div", { className: o, style: i, ...s, children: e });
|
|
6269
6269
|
};
|
|
6270
6270
|
/*!
|
|
6271
|
-
@versini/ui-system v5.0.
|
|
6271
|
+
@versini/ui-system v5.0.4
|
|
6272
6272
|
© 2025 gizmette.com
|
|
6273
6273
|
*/
|
|
6274
6274
|
try {
|
|
6275
6275
|
window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
|
|
6276
|
-
version: "5.0.
|
|
6277
|
-
buildTime: "10/
|
|
6276
|
+
version: "5.0.4",
|
|
6277
|
+
buildTime: "10/24/2025 07:47 PM EDT",
|
|
6278
6278
|
homepage: "https://github.com/aversini/ui-components",
|
|
6279
6279
|
license: "MIT"
|
|
6280
6280
|
});
|
|
@@ -6734,13 +6734,13 @@ const Mo = 500, Do = 5e3, Lo = 2e4, Hs = oe.forwardRef(
|
|
|
6734
6734
|
);
|
|
6735
6735
|
Hs.displayName = "TextInputMask";
|
|
6736
6736
|
/*!
|
|
6737
|
-
@versini/ui-textinput v5.0.
|
|
6737
|
+
@versini/ui-textinput v5.0.6
|
|
6738
6738
|
© 2025 gizmette.com
|
|
6739
6739
|
*/
|
|
6740
6740
|
try {
|
|
6741
6741
|
window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
|
|
6742
|
-
version: "5.0.
|
|
6743
|
-
buildTime: "10/
|
|
6742
|
+
version: "5.0.6",
|
|
6743
|
+
buildTime: "10/24/2025 07:46 PM EDT",
|
|
6744
6744
|
homepage: "https://github.com/aversini/ui-components",
|
|
6745
6745
|
license: "MIT"
|
|
6746
6746
|
});
|
|
@@ -6965,7 +6965,7 @@ Press Ctrl+Enter to send it or Enter for new line.`, wl = "{{clipboard}}", P = "
|
|
|
6965
6965
|
] });
|
|
6966
6966
|
}, qo = new URL(document.location.href).searchParams, Rr = !!qo.get("debug") || !1, Wo = qs(() => import(
|
|
6967
6967
|
/* webpackChunkName: "LazyApp" */
|
|
6968
|
-
"./App.
|
|
6968
|
+
"./App.BziAYmB7.js"
|
|
6969
6969
|
).then((e) => e.App)), Vo = new fa(), Cr = ({
|
|
6970
6970
|
isComponent: e,
|
|
6971
6971
|
headerHeight: t
|
|
@@ -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.
|
|
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.BWlk5XJK.js";
|
|
2
2
|
import { longestStreak as qe } from "./index.Cyw5OC0t.js";
|
|
3
3
|
function ne(e, n) {
|
|
4
4
|
const t = String(e);
|
|
@@ -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.
|
|
2
|
-
import { toText as Ca } from "./index.
|
|
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.BWlk5XJK.js";
|
|
2
|
+
import { toText as Ca } from "./index.B0wIqA0p.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 p, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { te as B } from "./index.
|
|
2
|
+
import { te as B } from "./index.BCgNuqvg.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 = ({
|
|
@@ -39,7 +39,7 @@ const h = "av-bubble", w = ({
|
|
|
39
39
|
try {
|
|
40
40
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
41
41
|
version: "4.2.2",
|
|
42
|
-
buildTime: "10/
|
|
42
|
+
buildTime: "10/24/2025 06:42 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.14.
|
|
93
|
+
@versini/ui-icons v4.14.1
|
|
94
94
|
© 2025 gizmette.com
|
|
95
95
|
*/
|
|
96
96
|
try {
|
|
97
97
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
98
|
-
version: "4.14.
|
|
99
|
-
buildTime: "10/
|
|
98
|
+
version: "4.14.1",
|
|
99
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
100
100
|
homepage: "https://github.com/aversini/ui-components",
|
|
101
101
|
license: "MIT"
|
|
102
102
|
});
|
|
@@ -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.1.
|
|
233
|
+
@versini/ui-bubble v6.1.4
|
|
234
234
|
© 2025 gizmette.com
|
|
235
235
|
*/
|
|
236
236
|
try {
|
|
237
237
|
window.__VERSINI_UI_BUBBLE__ || (window.__VERSINI_UI_BUBBLE__ = {
|
|
238
|
-
version: "6.1.
|
|
239
|
-
buildTime: "10/
|
|
238
|
+
version: "6.1.4",
|
|
239
|
+
buildTime: "10/24/2025 07:48 PM EDT",
|
|
240
240
|
homepage: "https://github.com/aversini/ui-components",
|
|
241
241
|
license: "MIT"
|
|
242
242
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as kn } from "./App.
|
|
2
|
-
import { visit as In } from "./useMarkdown.
|
|
3
|
-
import { toText as Cn } from "./index.
|
|
1
|
+
import { getDefaultExportFromCjs as kn } from "./App.BziAYmB7.js";
|
|
2
|
+
import { visit as In } from "./useMarkdown.BWlk5XJK.js";
|
|
3
|
+
import { toText as Cn } from "./index.B0wIqA0p.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,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as oe, jsx as x } from "react/jsx-runtime";
|
|
2
|
-
import { o as se, h as U, i as ie, x$1 as de } from "./index.
|
|
2
|
+
import { o as se, h as U, i as ie, x$1 as de } from "./index.BCgNuqvg.js";
|
|
3
3
|
import ce, { useState as _, useEffect as ne, useRef as b, useLayoutEffect as T } from "react";
|
|
4
4
|
import s from "clsx";
|
|
5
5
|
function ue({
|
|
@@ -340,13 +340,13 @@ const X = "av-text-area", fe = "av-text-area-wrapper", L = "av-text-area-helper-
|
|
|
340
340
|
);
|
|
341
341
|
Ee.displayName = "TextArea";
|
|
342
342
|
/*!
|
|
343
|
-
@versini/ui-textarea v5.0.
|
|
343
|
+
@versini/ui-textarea v5.0.7
|
|
344
344
|
© 2025 gizmette.com
|
|
345
345
|
*/
|
|
346
346
|
try {
|
|
347
347
|
window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
|
|
348
|
-
version: "5.0.
|
|
349
|
-
buildTime: "10/
|
|
348
|
+
version: "5.0.7",
|
|
349
|
+
buildTime: "10/24/2025 07:46 PM EDT",
|
|
350
350
|
homepage: "https://github.com/aversini/ui-components",
|
|
351
351
|
license: "MIT"
|
|
352
352
|
});
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as rn from "react/jsx-runtime";
|
|
2
2
|
import { jsx as se, jsxs as Pn } from "react/jsx-runtime";
|
|
3
|
-
import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.
|
|
3
|
+
import { te as Ir, isTauri as Tr, unObfuscate as Pr, obfuscate as Ar } from "./index.BCgNuqvg.js";
|
|
4
4
|
import zr, { useState as Lt, useEffect as _t, useCallback as vt, useRef as Re } from "react";
|
|
5
|
-
import { getDefaultExportFromCjs as Nt } from "./App.
|
|
5
|
+
import { getDefaultExportFromCjs as Nt } from "./App.BziAYmB7.js";
|
|
6
6
|
import Lr from "clsx";
|
|
7
7
|
const Rt = ({
|
|
8
8
|
children: e,
|
|
@@ -41,7 +41,7 @@ const Rt = ({
|
|
|
41
41
|
try {
|
|
42
42
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
43
43
|
version: "4.2.2",
|
|
44
|
-
buildTime: "10/
|
|
44
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
45
45
|
homepage: "https://github.com/aversini/ui-components",
|
|
46
46
|
license: "MIT"
|
|
47
47
|
});
|
|
@@ -92,13 +92,13 @@ const _r = ({
|
|
|
92
92
|
}
|
|
93
93
|
);
|
|
94
94
|
/*!
|
|
95
|
-
@versini/ui-icons v4.14.
|
|
95
|
+
@versini/ui-icons v4.14.1
|
|
96
96
|
© 2025 gizmette.com
|
|
97
97
|
*/
|
|
98
98
|
try {
|
|
99
99
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
100
|
-
version: "4.14.
|
|
101
|
-
buildTime: "10/
|
|
100
|
+
version: "4.14.1",
|
|
101
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
102
102
|
homepage: "https://github.com/aversini/ui-components",
|
|
103
103
|
license: "MIT"
|
|
104
104
|
});
|
|
@@ -6907,7 +6907,7 @@ class uu {
|
|
|
6907
6907
|
if (!this.remarkGfm) {
|
|
6908
6908
|
const { default: n } = await import(
|
|
6909
6909
|
/* webpackChunkName: "md-remark" */
|
|
6910
|
-
"./index.
|
|
6910
|
+
"./index.BXj5IDha.js"
|
|
6911
6911
|
);
|
|
6912
6912
|
this.remarkGfm = n;
|
|
6913
6913
|
}
|
|
@@ -6918,7 +6918,7 @@ class uu {
|
|
|
6918
6918
|
hu("https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css");
|
|
6919
6919
|
const { default: n } = await import(
|
|
6920
6920
|
/* webpackChunkName: "md-rehype-katex" */
|
|
6921
|
-
"./index.
|
|
6921
|
+
"./index.Bgpwndta.js"
|
|
6922
6922
|
);
|
|
6923
6923
|
this.rehypeKatex = n;
|
|
6924
6924
|
}
|
|
@@ -6928,7 +6928,7 @@ class uu {
|
|
|
6928
6928
|
if (!this.remarkMath) {
|
|
6929
6929
|
const { default: n } = await import(
|
|
6930
6930
|
/* webpackChunkName: "md-remark" */
|
|
6931
|
-
"./index.
|
|
6931
|
+
"./index.DcADnsxa.js"
|
|
6932
6932
|
);
|
|
6933
6933
|
this.remarkMath = n;
|
|
6934
6934
|
}
|
|
@@ -6938,7 +6938,7 @@ class uu {
|
|
|
6938
6938
|
if (!this.rehypeHighlight) {
|
|
6939
6939
|
const { default: n } = await import(
|
|
6940
6940
|
/* webpackChunkName: "md-rehype-highlight" */
|
|
6941
|
-
"./index.
|
|
6941
|
+
"./index.CIoXtiJq.js"
|
|
6942
6942
|
);
|
|
6943
6943
|
this.rehypeHighlight = n;
|
|
6944
6944
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SassySaint as r } from "./chunks/index.
|
|
1
|
+
import { SassySaint as r } from "./chunks/index.BCgNuqvg.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v8.72.
|
|
3
|
+
@sassysaint/client v8.72.1
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
|
|
8
|
-
version: "8.72.
|
|
9
|
-
buildTime: "10/24/2025
|
|
8
|
+
version: "8.72.1",
|
|
9
|
+
buildTime: "10/24/2025 08:19 PM EDT",
|
|
10
10
|
license: "MIT"
|
|
11
11
|
});
|
|
12
12
|
} catch {
|
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\@container{container-type:inline-size}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.av-text-area__control--right{right:18px}.av-text-area__control--left{left:18px}.prose{color:var(--tw-prose-body);max-width:inherit}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";border-left-width:6px;margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:1.75em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:2rem;margin-bottom:2rem;padding-inline-start:1.14286em;font-size:.875rem;font-weight:400;line-height:1.25rem;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em;font-size:1rem}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0;padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h1,h2,h3,h4,h5,h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans,ui-sans-serif,system-ui,sans-serif;font-weight:400}.prose :where(.av-header h1,.av-header h2,.av-header h3,.av-header h4,.av-header h5,.av-header h6):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(.av-header p):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(blockquote p):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Georgia,Cambria,Times New Roman,Times,serif}.prose :where(li>p,ul>p,ol>p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li>ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;padding-inline-start:0}.block{display:block}.inline{display:inline}.table{display:table}.av-text-input-wrapper label[aria-hidden=true]{transform-origin:0 0;transition:var(--av-text-input-wrapper-transition,all .2s ease-out);transform:translate(12px)scale(1)}.av-text-area-helper-text{transform:translate(12px,var(--av-text-area-helper-text,32px))scale(.75);transform-origin:0 0}.av-text-input-helper-text{transform:translate(12px,var(--av-text-input-helper-text,38px))scale(.75);transform-origin:0 0}.av-text-area-wrapper label[aria-hidden=true]{transform-origin:0 0;transition:var(--av-text-area-wrapper-transition,all .2s ease-out)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.av-spinner__dot{animation:1s infinite blink}.av-spinner__dot:nth-child(2){animation-delay:.25s}.av-spinner__dot:nth-child(3){animation-delay:.5s}.resize{resize:both}.border-white{border-color:var(--color-white)}.italic{font-style:italic}.underline{text-decoration-line:underline}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com *//*!
|
|
1
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\@container{container-type:inline-size}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.av-text-area__control--right{right:18px}.av-text-area__control--left{left:18px}.prose{color:var(--tw-prose-body);max-width:inherit}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";border-left-width:6px;margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:1.75em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:2rem;margin-bottom:2rem;padding-inline-start:1.14286em;font-size:.875rem;font-weight:400;line-height:1.25rem;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em;font-size:1rem}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0;padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h1,h2,h3,h4,h5,h6):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans,ui-sans-serif,system-ui,sans-serif;font-weight:400}.prose :where(.av-header h1,.av-header h2,.av-header h3,.av-header h4,.av-header h5,.av-header h6):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(.av-header p):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0}.prose :where(blockquote p):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Georgia,Cambria,Times New Roman,Times,serif}.prose :where(li>p,ul>p,ol>p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li>ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;padding-inline-start:0}.block{display:block}.inline{display:inline}.table{display:table}.av-text-input-wrapper label[aria-hidden=true]{transform-origin:0 0;transition:var(--av-text-input-wrapper-transition,all .2s ease-out);transform:translate(12px)scale(1)}.av-text-area-helper-text{transform:translate(12px,var(--av-text-area-helper-text,32px))scale(.75);transform-origin:0 0}.av-text-input-helper-text{transform:translate(12px,var(--av-text-input-helper-text,38px))scale(.75);transform-origin:0 0}.av-text-area-wrapper label[aria-hidden=true]{transform-origin:0 0;transition:var(--av-text-area-wrapper-transition,all .2s ease-out)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.av-spinner__dot{animation:1s infinite blink}.av-spinner__dot:nth-child(2){animation-delay:.25s}.av-spinner__dot:nth-child(3){animation-delay:.5s}.resize{resize:both}.border-white{border-color:var(--color-white)}.italic{font-style:italic}.underline{text-decoration-line:underline}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com *//*!
|
|
2
2
|
Theme: Tomorrow Night
|
|
3
3
|
Author: Chris Kempson (http://chriskempson.com)
|
|
4
4
|
License: ~ MIT (or more permissive) [via base16-schemes-source]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/sassysaint",
|
|
3
|
-
"version": "8.72.
|
|
3
|
+
"version": "8.72.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@sassysaint/client": "8.72.
|
|
37
|
-
"@tailwindcss/vite": "4.1.
|
|
38
|
-
"@versini/ui-styles": "6.0.
|
|
36
|
+
"@sassysaint/client": "8.72.1",
|
|
37
|
+
"@tailwindcss/vite": "4.1.16",
|
|
38
|
+
"@versini/ui-styles": "6.0.7"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@versini/ui-hooks": "5.1.1",
|
|
42
42
|
"clsx": "2.1.1",
|
|
43
|
-
"tailwindcss": "4.1.
|
|
43
|
+
"tailwindcss": "4.1.16"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "1d049e8806ffc18674a179244b64522be33a2300"
|
|
49
49
|
}
|