@versini/sassysaint 8.34.2 → 8.35.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.
@@ -1,56 +0,0 @@
1
- import { jsxs as g, Fragment as n, jsx as e } from "react/jsx-runtime";
2
- import { i as c, useServerCapabilities as u, useChangelogs as A, tt as E } from "./App.Dx9-zTHB.js";
3
- import { S as a, renderDataAsList as d, CARDS as r, pluralize as I, isProbablyMobile as S, ABOUT_TITLE as O } from "./index.DOg0VpsL.js";
4
- import B from "clsx";
5
- import { Suspense as C, lazy as U } from "react";
6
- const L = U(
7
- () => import(
8
- /* webpackChunkName: "LazyAboutChangelog" */
9
- "./AboutChangelog.1N2d-4TQ.js"
10
- )
11
- ), N = () => {
12
- const s = c(), i = c(), { data: t, isSuccess: m } = u(), { data: h, isSuccess: T } = A(), b = t?.version || "", o = t?.models || [], p = t?.buildTime || "";
13
- return /* @__PURE__ */ g(n, { children: [
14
- /* @__PURE__ */ e(
15
- a,
16
- {
17
- header: r.ABOUT.TITLE_CLIENT,
18
- className: "prose-dark dark:prose-lighter mb-4",
19
- children: d(s, {
20
- [r.ABOUT.VERSION]: "8.34.2",
21
- [r.ABOUT.BUILD_TIMESTAMP]: "08/07/2025 09:55 PM EDT"
22
- })
23
- }
24
- ),
25
- m ? /* @__PURE__ */ e(
26
- a,
27
- {
28
- header: r.ABOUT.TITLE_SERVER,
29
- className: "prose-dark dark:prose-lighter mb-4",
30
- children: d(i, {
31
- [r.ABOUT.VERSION]: b,
32
- [r.ABOUT.BUILD_TIMESTAMP]: p,
33
- [I(r.ABOUT.PROVIDER, o.length)]: /* @__PURE__ */ e(n, { children: o.map((l) => /* @__PURE__ */ e("div", { className: "text-right", children: l }, l)) })
34
- })
35
- }
36
- ) : null,
37
- /* @__PURE__ */ e(
38
- a,
39
- {
40
- mode: "dark",
41
- header: r.ABOUT.TITLE_CHANGELOG,
42
- headerClassName: "av-card__header mt-0 border-b-2 border-border-accent mb-4 leading-10",
43
- className: B("prose-lighter dark:prose-lighter min-h-[334px]", {
44
- "mb-5": S()
45
- }),
46
- children: T ? /* @__PURE__ */ e(C, { fallback: /* @__PURE__ */ e("div", { children: "Loading..." }), children: /* @__PURE__ */ e(L, { content: h.client }) }) : null
47
- }
48
- )
49
- ] });
50
- }, D = ({
51
- open: s,
52
- onOpenChange: i
53
- }) => /* @__PURE__ */ e(E, { open: s, onOpenChange: i, title: O, children: /* @__PURE__ */ e(N, {}) });
54
- export {
55
- D as About
56
- };