@mobil80-dev/chatbot-widget 2.0.7 → 2.0.8

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
@@ -213,7 +213,7 @@ function updateCard (config) {
213
213
  maxWidth: '90vw',
214
214
  width: '400px',
215
215
  height: '420px',
216
- maxHeight: '80vh',
216
+ maxHeight: '100vh',
217
217
  background: colors.cardBg,
218
218
  borderRadius: '12px',
219
219
  boxShadow: '0 10px 30px rgba(0,0,0,.3)',
package/dist/index.umd.js CHANGED
@@ -219,7 +219,7 @@
219
219
  maxWidth: '90vw',
220
220
  width: '400px',
221
221
  height: '420px',
222
- maxHeight: '80vh',
222
+ maxHeight: '100vh',
223
223
  background: colors.cardBg,
224
224
  borderRadius: '12px',
225
225
  boxShadow: '0 10px 30px rgba(0,0,0,.3)',
package/index.js CHANGED
@@ -213,7 +213,7 @@ function updateCard (config) {
213
213
  maxWidth: '90vw',
214
214
  width: '400px',
215
215
  height: '420px',
216
- maxHeight: '80vh',
216
+ maxHeight: '100vh',
217
217
  background: colors.cardBg,
218
218
  borderRadius: '12px',
219
219
  boxShadow: '0 10px 30px rgba(0,0,0,.3)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobil80-dev/chatbot-widget",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Drop-in JavaScript chat widget for websites (no iframe, no framework)",
5
5
  "author": "NanthaGopal",
6
6
  "license": "MIT",