@versini/sassysaint 8.62.3 → 8.63.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.DGB_6XWF.js → AboutChangelog.COOGja4L.js} +2 -2
- package/dist/chunks/{AboutEntry.Bi3Rtvax.js → AboutEntry.7ncF_DIc.js} +7 -7
- package/dist/chunks/{App.cuOjKevV.js → App.DoVbmL2p.js} +1584 -1573
- package/dist/chunks/{Chart.D8o0MX15.js → Chart.z1dHEeK6.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.BsGW6-uz.js → ChatBubbleAssistant.DVMPxg2S.js} +16 -16
- package/dist/chunks/{ChatBubbleUser.5klvBcRZ.js → ChatBubbleUser.BH4pmGH0.js} +6 -6
- package/dist/chunks/{ChatHistoryTable.Btl5R3g_.js → ChatHistoryTable.DZZj5eGe.js} +15 -15
- package/dist/chunks/{HistoryEntry.Dd9wepcS.js → HistoryEntry.BJMwUkDf.js} +30 -30
- package/dist/chunks/ProfileEntry.OkDRtUl8.js +158 -0
- package/dist/chunks/{SettingsEntry.DJ6HHl3_.js → SettingsEntry.D1ZU-gPR.js} +107 -108
- package/dist/chunks/{Table.B9Dh8yT5.js → Table.BfS9Q50S.js} +22 -22
- package/dist/chunks/{UsageEntry.BBHtbgZr.js → UsageEntry.D0J4ZEpB.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.B2rrpuxL.js → UserMemoriesPanel.D_wyyDyJ.js} +3 -3
- package/dist/chunks/{index.BwP0kG4H.js → index.790ujKXR.js} +15 -15
- package/dist/chunks/{index.BoS9FOuX.js → index.B__EFtnc.js} +1 -1
- package/dist/chunks/{index.EtY2KRYo.js → index.Bng14czd.js} +3 -3
- package/dist/chunks/{index.CXN6Kb5s.js → index.BnidGtMy.js} +1 -1
- package/dist/chunks/{index.Chm9CISa.js → index.CRxV0D78.js} +2 -2
- package/dist/chunks/{index.C1SMMUJo.js → index.DCbJZ9UB.js} +1032 -970
- package/dist/chunks/{index.BWJ8ML3P.js → index.DrNBEhtX.js} +1 -1
- package/dist/chunks/{index.DJTHwROE.js → index.Ok5GIj4k.js} +12 -12
- package/dist/chunks/{useMarkdown.Bw-tEpSM.js → useMarkdown.CpO2Waej.js} +12 -12
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +2 -2
- package/package.json +5 -5
- package/dist/chunks/ProfileEntry.y2zGAvLi.js +0 -60
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { jsxs as t, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { oe as h } from "./App.cuOjKevV.js";
|
|
3
|
-
import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.C1SMMUJo.js";
|
|
4
|
-
const A = () => {
|
|
5
|
-
const { isAuthenticated: n, user: i, registeringForPasskey: o, authenticationType: c } = S(), d = R(), s = i?.username || "";
|
|
6
|
-
return n && s ? /* @__PURE__ */ t(m, { children: [
|
|
7
|
-
/* @__PURE__ */ e(
|
|
8
|
-
a,
|
|
9
|
-
{
|
|
10
|
-
header: r.PREFERENCES.TITLE,
|
|
11
|
-
className: "prose-dark dark:prose-lighter",
|
|
12
|
-
noBorder: !0,
|
|
13
|
-
children: N(d, {
|
|
14
|
-
[r.PREFERENCES.NAME]: s,
|
|
15
|
-
[r.PREFERENCES.EMAIL]: i?.email || ""
|
|
16
|
-
})
|
|
17
|
-
}
|
|
18
|
-
),
|
|
19
|
-
c !== P.PASSKEY && !u() && /* @__PURE__ */ t(
|
|
20
|
-
a,
|
|
21
|
-
{
|
|
22
|
-
className: "prose-dark dark:prose-lighter mt-4",
|
|
23
|
-
noBorder: !0,
|
|
24
|
-
header: /* @__PURE__ */ e("h2", { className: "m-0", children: /* @__PURE__ */ t(p, { columnGap: 3, alignVertical: "center", children: [
|
|
25
|
-
/* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(E, { size: "size-8" }) }),
|
|
26
|
-
/* @__PURE__ */ e(l, { children: /* @__PURE__ */ e("div", { children: r.PREFERENCES.PASSKEY_TITLE }) })
|
|
27
|
-
] }) }),
|
|
28
|
-
children: [
|
|
29
|
-
/* @__PURE__ */ e("p", { children: r.PREFERENCES.PASSKEY_INSTRUCTIONS }),
|
|
30
|
-
/* @__PURE__ */ e(
|
|
31
|
-
T,
|
|
32
|
-
{
|
|
33
|
-
size: "small",
|
|
34
|
-
className: "mt-2",
|
|
35
|
-
onClick: o,
|
|
36
|
-
labelLeft: r.PREFERENCES.PASSKEY_BUTTON,
|
|
37
|
-
children: /* @__PURE__ */ e(E, { size: "size-5", monotone: !0 })
|
|
38
|
-
}
|
|
39
|
-
)
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
)
|
|
43
|
-
] }) : null;
|
|
44
|
-
}, f = ({
|
|
45
|
-
open: n,
|
|
46
|
-
onOpenChange: i
|
|
47
|
-
}) => /* @__PURE__ */ e(
|
|
48
|
-
h,
|
|
49
|
-
{
|
|
50
|
-
open: n,
|
|
51
|
-
onOpenChange: i,
|
|
52
|
-
title: C,
|
|
53
|
-
animation: !0,
|
|
54
|
-
animationType: "fade",
|
|
55
|
-
children: /* @__PURE__ */ e(A, {})
|
|
56
|
-
}
|
|
57
|
-
);
|
|
58
|
-
export {
|
|
59
|
-
f as Profile
|
|
60
|
-
};
|