@enegelai/bot-widget 1.4.9 → 1.4.10

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.
@@ -6257,8 +6257,8 @@
6257
6257
  }
6258
6258
 
6259
6259
  .cb-engage-popup {
6260
- min-width: 250px;
6261
- min-height: 100px;
6260
+ min-width: var(--enegelai-bot-popup-min-width, 250px);
6261
+ min-height: var(--enegelai-bot-popup-min-height, 100px);
6262
6262
  color: var(--enegelai-bot-popup-color, rgb(0, 0, 0));
6263
6263
  padding: 10px 20px 10px 10px;
6264
6264
  background: var(--enegelai-bot-popup-background, var(--sl-color-gray-50));
package/dist/index.es.js CHANGED
@@ -5168,8 +5168,8 @@ const ii = U`
5168
5168
  }
5169
5169
 
5170
5170
  .cb-engage-popup {
5171
- min-width: 250px;
5172
- min-height: 100px;
5171
+ min-width: var(--enegelai-bot-popup-min-width, 250px);
5172
+ min-height: var(--enegelai-bot-popup-min-height, 100px);
5173
5173
  color: var(--enegelai-bot-popup-color, rgb(0, 0, 0));
5174
5174
  padding: 10px 20px 10px 10px;
5175
5175
  background: var(--enegelai-bot-popup-background, var(--sl-color-gray-50));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enegelai/bot-widget",
3
- "version": "1.4.9",
3
+ "version": "1.4.10",
4
4
  "description": "Enegel.ai Bot Widget",
5
5
  "scripts": {
6
6
  "dev": "vite",