@meetelise/chat 1.20.50 → 1.20.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.20.50",
3
+ "version": "1.20.51",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -1340,7 +1340,7 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
1340
1340
  .launcher__mini-launcher-wrapper {
1341
1341
  position: fixed;
1342
1342
  right: 0px;
1343
- bottom: 130px;
1343
+ bottom: 210px;
1344
1344
  z-index: 100000;
1345
1345
  display: flex;
1346
1346
  align-items: center;
@@ -1629,6 +1629,7 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
1629
1629
  margin-right: 24px;
1630
1630
 
1631
1631
  background: linear-gradient(139.82deg, #5770f5 -33.12%, #ffffff 111.99%);
1632
+ border: 2px solid #a6b4ff;
1632
1633
 
1633
1634
  border-radius: 16px;
1634
1635
  display: flex;
@@ -1636,6 +1637,7 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
1636
1637
  justify-content: center;
1637
1638
  align-items: center;
1638
1639
  position: relative;
1640
+ overflow: hidden;
1639
1641
  }
1640
1642
  .type-hey__chat-container {
1641
1643
  position: absolute;
@@ -198,7 +198,7 @@ export const launcherStyles = css`
198
198
  .launcher__mini-launcher-wrapper {
199
199
  position: fixed;
200
200
  right: 0px;
201
- bottom: 130px;
201
+ bottom: 210px;
202
202
  z-index: 100000;
203
203
  display: flex;
204
204
  align-items: center;
@@ -487,6 +487,7 @@ export const launcherStyles = css`
487
487
  margin-right: 24px;
488
488
 
489
489
  background: linear-gradient(139.82deg, #5770f5 -33.12%, #ffffff 111.99%);
490
+ border: 2px solid #a6b4ff;
490
491
 
491
492
  border-radius: 16px;
492
493
  display: flex;
@@ -494,6 +495,7 @@ export const launcherStyles = css`
494
495
  justify-content: center;
495
496
  align-items: center;
496
497
  position: relative;
498
+ overflow: hidden;
497
499
  }
498
500
  .type-hey__chat-container {
499
501
  position: absolute;