Skip to content

Commit 00009ae

Browse files
authored
feat: import pdf css (#408)
1 parent 63558c1 commit 00009ae

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/thick-emus-raise.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
feat: import pdf css

templates/types/streaming/nextjs/app/components/chat-section.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import { ChatSection as ChatSectionUI } from "@llamaindex/chat-ui";
44
import "@llamaindex/chat-ui/styles/code.css";
55
import "@llamaindex/chat-ui/styles/katex.css";
6+
import "@llamaindex/chat-ui/styles/pdf.css";
67
import { useChat } from "ai/react";
78
import CustomChatInput from "./ui/chat/chat-input";
89
import CustomChatMessages from "./ui/chat/chat-messages";

templates/types/streaming/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"uuid": "^9.0.1",
3838
"vaul": "^0.9.1",
3939
"marked": "^14.1.2",
40-
"@llamaindex/chat-ui": "0.0.4"
40+
"@llamaindex/chat-ui": "0.0.5"
4141
},
4242
"devDependencies": {
4343
"@types/node": "^20.10.3",

0 commit comments

Comments
 (0)