Skip to content

Commit c538861

Browse files
Update Chat to PF6 Chatbot, add compare and update to UX designs
Signed-off-by: Jeffrey Phillips <[email protected]>
1 parent 4b4487a commit c538861

12 files changed

+761
-488
lines changed

package-lock.json

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@fortawesome/fontawesome-svg-core": "^6.7.2",
2121
"@next/env": "^15.1.6",
22-
"@patternfly/chatbot": "^2.1.0-prerelease.17",
22+
"@patternfly/chatbot": "^2.2.0-prerelease.19",
2323
"@patternfly/react-core": "^6.1.0",
2424
"@patternfly/react-icons": "^6.0.0",
2525
"@patternfly/react-styles": "^6.0.0",

src/app/playground/chat/chat.module.css

-125
This file was deleted.
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/* Chat Bot Page */
2+
.chatBotPage .pf-v6-c-page__main {
3+
--pf-t--chatbot--background: transparent;
4+
}
5+
.chatBotPage .pf-v6-c-page__main-container {
6+
height: 100%;
7+
}
8+
.chatBotPage .pf-chatbot__compare-container {
9+
overflow-y: hidden;
10+
}
11+
.chatBotPage .pf-chatbot__compare {
12+
overflow-y: hidden;
13+
}
14+
.chatBotPage .pf-chatbot--embedded {
15+
overflow-y: hidden;
16+
flex: 1;
17+
height: 100%;
18+
}
19+
.chatBotPage .pf-chatbot__content {
20+
overflow-y: auto;
21+
}
22+
.chatBotPage .pf-chatbot__message.pf-chatbot__message--bot {
23+
padding-bottom: 0;
24+
}

0 commit comments

Comments
 (0)