Skip to content

Commit a3b17fc

Browse files
committed
wip
1 parent 6e9c911 commit a3b17fc

25 files changed

+4078
-7
lines changed

.storybook/main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ const config = {
99
"../stories/**/VectorSearch.stories.@(js|jsx|mjs|ts|tsx)",
1010
"../stories/**/MCPToolRouter.stories.@(js|jsx|mjs|ts|tsx)",
1111
"../stories/**/MCPToolRouterChat.stories.@(js|jsx|mjs|ts|tsx)",
12-
"../stories/**/SemanticToolChat.stories.@(js|jsx|mjs|ts|tsx)"
12+
"../stories/**/WebAuthnDemo.stories.@(js|jsx|mjs|ts|tsx)",
13+
"../stories/**/SemanticToolChat.stories.@(js|jsx|mjs|ts|tsx)",
14+
"../src/pglite/**/*.stories.@(js|jsx|mjs|ts|tsx)"
1315
],
1416
addons: [
1517
"@storybook/addon-links",

package-lock.json

Lines changed: 294 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,21 @@
4848
},
4949
"dependencies": {
5050
"@huggingface/transformers": "^3.4.0",
51+
"@lexical/code": "^0.28.0",
52+
"@lexical/html": "^0.28.0",
53+
"@lexical/link": "^0.28.0",
54+
"@lexical/list": "^0.28.0",
55+
"@lexical/react": "^0.28.0",
56+
"@lexical/rich-text": "^0.28.0",
57+
"@lexical/table": "^0.28.0",
58+
"@lexical/utils": "^0.28.0",
5159
"@modelcontextprotocol/sdk": "^1.7.0",
5260
"@monaco-editor/react": "^4.7.0",
5361
"@storybook/icons": "^1.4.0",
5462
"@webcontainer/api": "^1.1.3",
5563
"coi-serviceworker": "^0.1.7",
5664
"framer-motion": "^12.5.0",
65+
"lexical": "^0.28.0",
5766
"lucide-react": "^0.292.0",
5867
"postcss": "^8.4.31",
5968
"react": "^18.2.0",

0 commit comments

Comments
 (0)