@omg-dev/app 0.6.6 → 0.6.8
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-lib/{ChangelogPage-4HO7hnee.js → ChangelogPage-Dd12uyDI.js} +15 -1
- package/dist-lib/{SessionFilesPanel-Bm3MYoo0.js → SessionFilesPanel-B8QK4DzU.js} +1 -1
- package/dist-lib/{TermView-Cf-ECYTe.js → TermView-DF86lfHN.js} +2 -2
- package/dist-lib/{chat-engine-DUW9NIO6.js → chat-engine-DOIGacJq.js} +1 -1
- package/dist-lib/{chunk-BO2N2NFS-BbJdm-59.js → chunk-YOKDWASO-B5AA2F8u.js} +4960 -4685
- package/dist-lib/{coding-agents-page-B7YnbgWU.js → coding-agents-page-ludGjg32.js} +1 -1
- package/dist-lib/{computer-page-BJtpR93j.js → computer-page-y1SmTmwz.js} +2 -2
- package/dist-lib/{embedded-4tfA0l1r.js → embedded-D2p-rD_r.js} +1329 -1349
- package/dist-lib/highlighted-body-KPVGNVTW-CKqvokuv.js +19 -0
- package/dist-lib/index-DvGsWrXd.js +29 -0
- package/dist-lib/{index-FgVvPpIY.js → index-DwqRQdS3.js} +11 -11
- package/dist-lib/index.js +1 -1
- package/dist-lib/{keyboard-53jKcY3C.js → keyboard-BBevGtzY.js} +1 -1
- package/dist-lib/mermaid-HWGCJPDP-Bdyjop7F.js +4 -0
- package/dist-lib/{resume-session-sheet-BQ7oBzDj.js → resume-session-sheet-Drxf_YNq.js} +1 -1
- package/dist-lib/{session-token-usage-CcrQMYQF.js → session-token-usage-nPQ1FsZq.js} +1 -1
- package/dist-lib/{shipped-page-tyBhuGan.js → shipped-page-xaSxu6WC.js} +1 -1
- package/dist-lib/{streamdown-response-C1EvqLYx.js → streamdown-response-DJ03_bnk.js} +105 -103
- package/dist-lib/styles.css +1 -1
- package/package.json +3 -3
- package/dist-lib/highlighted-body-OFNGDK62-DWhG_ijx.js +0 -19
- package/dist-lib/index-CE7H8LiZ.js +0 -29
- package/dist-lib/mermaid-GHXKKRXX-hOE9C3qW.js +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omg-dev/app",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"description": "The full OMG application surface for React hosts.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://omg.dev",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@chenglou/pretext": "^0.0.8",
|
|
30
30
|
"@novnc/novnc": "^1.7.0",
|
|
31
31
|
"@number-flow/react": "^0.6.2",
|
|
32
|
-
"@omg-dev/client": "0.6.
|
|
32
|
+
"@omg-dev/client": "0.6.8",
|
|
33
33
|
"@pierre/diffs": "^1.3.1",
|
|
34
34
|
"@pierre/trees": "1.0.0-beta.6",
|
|
35
35
|
"@streamdown/cjk": "^1.0.3",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"react": "^19.2.4",
|
|
49
49
|
"react-dom": "^19.2.4",
|
|
50
50
|
"sonner": "^2.0.7",
|
|
51
|
-
"streamdown": "^2.
|
|
51
|
+
"streamdown": "^2.6.0",
|
|
52
52
|
"vaul": "^1.1.2",
|
|
53
53
|
"web-haptics": "^0.0.6"
|
|
54
54
|
},
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { R as f, L as c, f as d } from "./chunk-BO2N2NFS-BbJdm-59.js";
|
|
2
|
-
import { useContext as p, useState as L, useEffect as N } from "react";
|
|
3
|
-
import { jsx as x } from "react/jsx-runtime";
|
|
4
|
-
var B = ({ code: s, language: e, raw: a, className: o, startLine: m, lineNumbers: u, ...g }) => {
|
|
5
|
-
let { shikiTheme: i } = p(f), t = c(), [n, r] = L(a);
|
|
6
|
-
return N(() => {
|
|
7
|
-
if (!t) {
|
|
8
|
-
r(a);
|
|
9
|
-
return;
|
|
10
|
-
}
|
|
11
|
-
let l = t.highlight({ code: s, language: e, themes: i }, (h) => {
|
|
12
|
-
r(h);
|
|
13
|
-
});
|
|
14
|
-
l && r(l);
|
|
15
|
-
}, [s, e, i, t, a]), x(d, { className: o, language: e, lineNumbers: u, result: n, startLine: m, ...g });
|
|
16
|
-
};
|
|
17
|
-
export {
|
|
18
|
-
B as HighlightedCodeBlockBody
|
|
19
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { k as e } from "./chunk-BO2N2NFS-BbJdm-59.js";
|
|
2
|
-
import { T as s, s as l, o as n, A as r, i as d, r as c, O as k, Q as m, R as C, a as i, P as T, b as p, x as u, K as B, D, c as w, $ as b, j as f, u as x, J as S, n as I, d as P, e as g, t as y } from "./chunk-BO2N2NFS-BbJdm-59.js";
|
|
3
|
-
export {
|
|
4
|
-
s as Block,
|
|
5
|
-
l as CodeBlock,
|
|
6
|
-
n as CodeBlockContainer,
|
|
7
|
-
r as CodeBlockCopyButton,
|
|
8
|
-
d as CodeBlockDownloadButton,
|
|
9
|
-
c as CodeBlockHeader,
|
|
10
|
-
k as CodeBlockSkeleton,
|
|
11
|
-
m as Streamdown,
|
|
12
|
-
C as StreamdownContext,
|
|
13
|
-
i as TableCopyDropdown,
|
|
14
|
-
T as TableDownloadDropdown,
|
|
15
|
-
p as createAnimatePlugin,
|
|
16
|
-
u as defaultRehypePlugins,
|
|
17
|
-
B as defaultRemarkPlugins,
|
|
18
|
-
D as defaultTranslations,
|
|
19
|
-
w as defaultUrlTransform,
|
|
20
|
-
b as detectTextDirection,
|
|
21
|
-
f as escapeMarkdownTableCell,
|
|
22
|
-
x as extractTableDataFromElement,
|
|
23
|
-
S as normalizeHtmlIndentation,
|
|
24
|
-
e as parseMarkdownIntoBlocks,
|
|
25
|
-
I as tableDataToCSV,
|
|
26
|
-
P as tableDataToMarkdown,
|
|
27
|
-
g as tableDataToTSV,
|
|
28
|
-
y as useIsCodeFenceIncomplete
|
|
29
|
-
};
|