@cmnd-ai/chatbot-react 1.3.1 → 1.3.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.
package/Readme.md CHANGED
@@ -20,6 +20,7 @@ yarn add @cmnd-ai/chatbot-react
20
20
 
21
21
  ```javascript
22
22
  import { ChatProvider } from "@cmnd-ai/chatbot-react";
23
+ import "@cmnd-ai/chatbot-react/dist/styles/index.css"
23
24
 
24
25
  const App = () => {
25
26
  return (
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import "./styles/index.css";
2
1
  export { default as ChatProvider } from "./ChatProvider/index.js";
3
2
  export { default as useChatContext } from "./ChatProvider/useChatContext.js";
4
- export { CmndChatContext, InputFieldProps, SendButtonProps, CustomStyles } from "./type.js";
3
+ export { CmndChatContext, InputFieldProps, SendButtonProps, CustomStyles, } from "./type.js";
5
4
  export { default as CmndChatBot } from "./CmndChatBot/index.js";
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- import "./styles/index.css";
2
1
  export { default as ChatProvider } from "./ChatProvider/index.js";
3
2
  export { default as useChatContext } from "./ChatProvider/useChatContext.js";
4
3
  export { default as CmndChatBot } from "./CmndChatBot/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmnd-ai/chatbot-react",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "main": "dist/index.js",
5
5
  "description": "",
6
6
  "type": "module",