Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM packages may be included in this product:

- @yext/chat-core@0.8.0
- @yext/chat-headless-react@0.8.0
- @yext/chat-headless@0.9.0
- @yext/chat-core@0.8.2
- @yext/chat-headless-react@0.9.0
- @yext/chat-headless@0.10.0

These packages each contain the following license and notice below:

Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/chat-ui-react",
"version": "0.10.3",
"version": "0.11.0",
"description": "A library of React Components for powering Yext Chat integrations.",
"author": "clippy@yext.com",
"main": "./lib/commonjs/src/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/react": "^18.2.7",
"@yext/chat-headless-react": "^0.8.0",
"@yext/chat-headless-react": "^0.9.0",
"@yext/eslint-config": "^1.0.0",
"babel-jest": "^29.5.0",
"eslint": "^8.39.0",
Expand All @@ -91,7 +91,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@yext/chat-headless-react": "^0.8.0",
"@yext/chat-headless-react": "^0.9.0",
"react": "^16.14 || ^17 || ^18",
"react-dom": "^16.14 || ^17 || || ^18"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/ChatPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ const builtInCssClasses: ChatPanelCssClasses = withStylelessCssClasses(
{
container: "h-full w-full flex flex-col relative shadow-2xl bg-white",
messagesScrollContainer: "flex flex-col mt-auto overflow-hidden",
messagesContainer: "flex flex-col gap-y-1 px-4 overflow-auto",
messagesContainer: "flex flex-col gap-y-1 px-4 overflow-auto [&>*:first-child]:mt-3",
inputContainer: "w-full p-4",
messageBubbleCssClasses: {
topContainer: "first:mt-4",
topContainer: "mt-1",
},
footer: "text-center text-slate-400 rounded-b-3xl px-4 pb-4 text-[12px]",
}
Expand Down
1 change: 0 additions & 1 deletion src/components/ChatPopUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const builtInCssClasses: ChatPopUpCssClasses = withStylelessCssClasses(
panelCssClasses: {
container: "max-[480px]:rounded-none rounded-3xl",
inputContainer: "max-[480px]:rounded-none rounded-b-3xl",
messagesScrollContainer: "rounded-b-3xl",
},
}
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/MessageBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const builtInCssClasses: MessageBubbleCssClasses =
text__bot: "text-slate-900",
text__user: "text-white break-words",
timestamp:
"w-fit my-0.5 ml-4 @lg:ml-0 text-slate-400 text-[10px] @[480px]:text-[13px] opacity-0 peer-hover:opacity-100 duration-200 whitespace-pre-wrap",
"w-fit ml-4 @lg:ml-0 text-slate-400 text-[10px] @[480px]:text-[13px] opacity-0 peer-hover:opacity-100 duration-200 whitespace-pre-wrap",
timestamp__bot: "",
timestamp__user: "ml-auto",
feedbackButtonsCssClasses: {},
Expand Down
6 changes: 3 additions & 3 deletions test-site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.