feat(session-ui): rewrite v2 prompt input (#37102)
This commit is contained in:
parent
ed926be253
commit
c0a258b22a
35 changed files with 3609 additions and 1083 deletions
|
|
@ -18,7 +18,11 @@
|
|||
"./context/*": "./src/context/*.tsx",
|
||||
"./styles": "./src/styles/index.css",
|
||||
"./v2/*.css": "./src/v2/components/*.css",
|
||||
"./v2/*": "./src/v2/components/*.tsx"
|
||||
"./v2/*": "./src/v2/components/*.tsx",
|
||||
"./v2/prompt-input": "./src/v2/components/prompt-input/index.tsx",
|
||||
"./v2/prompt-input/interaction": "./src/v2/components/prompt-input/interaction.ts",
|
||||
"./v2/prompt-input/store": "./src/v2/components/prompt-input/store.ts",
|
||||
"./v2/prompt-input/types": "./src/v2/components/prompt-input/types.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue