aumera-on-screen-widget 0.0.21 → 0.0.23

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.
Files changed (2) hide show
  1. package/df-btn.js +3 -3
  2. package/package.json +1 -1
package/df-btn.js CHANGED
@@ -134,7 +134,7 @@
134
134
  const defaultConfig = {
135
135
  env: "prod",
136
136
  width: "414px",
137
- height: "75vh",
137
+ height: "90vh",
138
138
  openText: "Chat",
139
139
  closeText: "Close",
140
140
  background: "#FEFFFF",
@@ -406,8 +406,8 @@
406
406
  .df-btn-content {
407
407
  display: block;
408
408
  border: 0;
409
- height: ${config.height || "75vh"};
410
- max-height: 75vh;
409
+ height: ${config.height || "90vh"};
410
+ max-height: 90vh;
411
411
  width: ${config.width || "414px"};
412
412
  max-width: 414px;
413
413
  transition: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aumera-on-screen-widget",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "A lightweight, customizable chat widget for websites",
5
5
  "main": "df-btn.js",
6
6
  "scripts": {