@informedai/react 0.4.18 → 0.4.19

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/dist/index.js CHANGED
@@ -2089,8 +2089,8 @@ function WebsiteChatbot({ className, ...config }) {
2089
2089
  style: {
2090
2090
  ...cssVars,
2091
2091
  ...positionStyles,
2092
- width: config.position === "inline" ? "100%" : "400px",
2093
- maxHeight: config.position === "inline" ? "600px" : "80vh",
2092
+ width: config.position === "inline" ? "100%" : "380px",
2093
+ maxHeight: config.position === "inline" ? "600px" : "500px",
2094
2094
  backgroundColor: "var(--wc-bg)",
2095
2095
  borderRadius: "var(--wc-radius)",
2096
2096
  border: "1px solid #e5e5e5",
package/dist/index.mjs CHANGED
@@ -2057,8 +2057,8 @@ function WebsiteChatbot({ className, ...config }) {
2057
2057
  style: {
2058
2058
  ...cssVars,
2059
2059
  ...positionStyles,
2060
- width: config.position === "inline" ? "100%" : "400px",
2061
- maxHeight: config.position === "inline" ? "600px" : "80vh",
2060
+ width: config.position === "inline" ? "100%" : "380px",
2061
+ maxHeight: config.position === "inline" ? "600px" : "500px",
2062
2062
  backgroundColor: "var(--wc-bg)",
2063
2063
  borderRadius: "var(--wc-radius)",
2064
2064
  border: "1px solid #e5e5e5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@informedai/react",
3
- "version": "0.4.18",
3
+ "version": "0.4.19",
4
4
  "description": "React SDK for InformedAI Assistant - AI-powered content creation widget",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",