jamdesk 1.1.29 → 1.1.31
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/deps.js +3 -3
- package/package.json +3 -3
- package/vendored/app/[[...slug]]/page.tsx +42 -101
- package/vendored/app/api/assets/[...path]/route.ts +2 -2
- package/vendored/app/api/chat/[project]/route.ts +76 -35
- package/vendored/app/api/isr-health/route.ts +2 -3
- package/vendored/app/layout.tsx +2 -0
- package/vendored/components/JdReadySentinel.tsx +25 -0
- package/vendored/components/navigation/Breadcrumb.tsx +2 -2
- package/vendored/components/navigation/Header.tsx +23 -17
- package/vendored/components/navigation/LanguageSelector.tsx +7 -4
- package/vendored/components/navigation/Sidebar.tsx +28 -37
- package/vendored/components/navigation/TabsNav.tsx +1 -1
- package/vendored/hooks/useChat.ts +113 -60
- package/vendored/hooks/useDelayedNavigationSpinner.ts +94 -0
- package/vendored/hooks/useTextStreamPacer.ts +152 -0
- package/vendored/lib/chat-prompt.ts +5 -3
- package/vendored/lib/docs-types.ts +4 -0
- package/vendored/lib/find-first-nav-page.ts +40 -0
- package/vendored/lib/hedge-strip.ts +29 -0
- package/vendored/lib/middleware-helpers.ts +2 -1
- package/vendored/lib/openapi/lang-spec-path.ts +16 -0
- package/vendored/lib/page-isr-helpers.ts +4 -1
- package/vendored/lib/public-paths-resolver.ts +3 -42
- package/vendored/lib/ui-strings.ts +54 -0
- package/vendored/schema/docs-schema.json +15 -0
- package/vendored/themes/jam/variables.css +7 -7
- package/vendored/themes/nebula/variables.css +7 -7
- package/vendored/themes/pulsar/variables.css +7 -7
- package/vendored/workspace-package-lock.json +18 -18
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@orama/plugin-data-persistence": "^3.1.18",
|
|
21
21
|
"@shikijs/rehype": "^4.0.1",
|
|
22
22
|
"@shikijs/transformers": "^4.0.1",
|
|
23
|
-
"@tailwindcss/postcss": "^4.2.
|
|
23
|
+
"@tailwindcss/postcss": "^4.2.4",
|
|
24
24
|
"@tailwindcss/typography": "^0.5.10",
|
|
25
25
|
"@types/node": "^25.5.2",
|
|
26
26
|
"@types/react": "^19.2.14",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"remark-math": "^6.0.0",
|
|
54
54
|
"remark-smartypants": "^3.0.2",
|
|
55
55
|
"shiki": "^4.0.1",
|
|
56
|
-
"tailwindcss": "^4.2.
|
|
57
|
-
"typescript": "^6.0.
|
|
56
|
+
"tailwindcss": "^4.2.4",
|
|
57
|
+
"typescript": "^6.0.3",
|
|
58
58
|
"unified": "^11.0.0",
|
|
59
59
|
"unist-util-visit": "^5.0.0"
|
|
60
60
|
}
|
|
@@ -2152,9 +2152,9 @@
|
|
|
2152
2152
|
}
|
|
2153
2153
|
},
|
|
2154
2154
|
"node_modules/baseline-browser-mapping": {
|
|
2155
|
-
"version": "2.10.
|
|
2156
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.
|
|
2157
|
-
"integrity": "sha512-
|
|
2155
|
+
"version": "2.10.21",
|
|
2156
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.21.tgz",
|
|
2157
|
+
"integrity": "sha512-Q+rUQ7Uz8AHM7DEaNdwvfFCTq7a43lNTzuS94eiWqwyxfV/wJv+oUivef51T91mmRY4d4A1u9rcSvkeufCVXlA==",
|
|
2158
2158
|
"license": "Apache-2.0",
|
|
2159
2159
|
"bin": {
|
|
2160
2160
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -2215,9 +2215,9 @@
|
|
|
2215
2215
|
"license": "MIT"
|
|
2216
2216
|
},
|
|
2217
2217
|
"node_modules/caniuse-lite": {
|
|
2218
|
-
"version": "1.0.
|
|
2219
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
2220
|
-
"integrity": "sha512-
|
|
2218
|
+
"version": "1.0.30001790",
|
|
2219
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001790.tgz",
|
|
2220
|
+
"integrity": "sha512-bOoxfJPyYo+ds6W0YfptaCWbFnJYjh2Y1Eow5lRv+vI2u8ganPZqNm1JwNh0t2ELQCqIWg4B3dWEusgAmsoyOw==",
|
|
2221
2221
|
"funding": [
|
|
2222
2222
|
{
|
|
2223
2223
|
"type": "opencollective",
|
|
@@ -2965,9 +2965,9 @@
|
|
|
2965
2965
|
}
|
|
2966
2966
|
},
|
|
2967
2967
|
"node_modules/dompurify": {
|
|
2968
|
-
"version": "3.4.
|
|
2969
|
-
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.
|
|
2970
|
-
"integrity": "sha512-
|
|
2968
|
+
"version": "3.4.1",
|
|
2969
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz",
|
|
2970
|
+
"integrity": "sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==",
|
|
2971
2971
|
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
2972
2972
|
"optionalDependencies": {
|
|
2973
2973
|
"@types/trusted-types": "^2.0.7"
|
|
@@ -2980,9 +2980,9 @@
|
|
|
2980
2980
|
"license": "MIT"
|
|
2981
2981
|
},
|
|
2982
2982
|
"node_modules/electron-to-chromium": {
|
|
2983
|
-
"version": "1.5.
|
|
2984
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
2985
|
-
"integrity": "sha512-
|
|
2983
|
+
"version": "1.5.343",
|
|
2984
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.343.tgz",
|
|
2985
|
+
"integrity": "sha512-YHnQ3MXI08icvL9ZKnEBy05F2EQ8ob01UaMOuMbM8l+4UcAq6MPPbBTJBbsBUg3H8JeZNt+O4fjsoWth3p6IFg==",
|
|
2986
2986
|
"license": "ISC"
|
|
2987
2987
|
},
|
|
2988
2988
|
"node_modules/enhanced-resolve": {
|
|
@@ -5435,9 +5435,9 @@
|
|
|
5435
5435
|
}
|
|
5436
5436
|
},
|
|
5437
5437
|
"node_modules/node-releases": {
|
|
5438
|
-
"version": "2.0.
|
|
5439
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
5440
|
-
"integrity": "sha512-
|
|
5438
|
+
"version": "2.0.38",
|
|
5439
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.38.tgz",
|
|
5440
|
+
"integrity": "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==",
|
|
5441
5441
|
"license": "MIT"
|
|
5442
5442
|
},
|
|
5443
5443
|
"node_modules/oniguruma-parser": {
|