@axos-web-dev/shared-components 1.0.100-dev.53-chat-revamp.1 → 1.0.100-dev.53-chat-revamp.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -204,7 +204,7 @@ const Chatbot = ({
204
204
  console.log("Ending chat");
205
205
  if (chatRef.current) {
206
206
  await clientRef.current?.finishChat();
207
- await chatRef.current.destroy();
207
+ await chatRef.current?.destroy();
208
208
  clearMessages();
209
209
  chatRef.current = null;
210
210
  console.log("Chat ended");
@@ -13,7 +13,6 @@
13
13
  }
14
14
  .ic6iil1 {
15
15
  border: 2px solid var(--_1073cm813);
16
- border-radius: 12px;
17
16
  background: var(--_1073cm815);
18
17
  animation: ic6iil0 2s ease-in-out infinite;
19
18
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.100-dev.53-chat-revamp.1",
4
+ "version": "1.0.100-dev.53-chat-revamp.2",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",