@weldsuite/helpdesk-widget-sdk 1.0.8 → 1.0.9

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.
@@ -662,7 +662,7 @@ class IframeManager {
662
662
  z-index: 2147483001;
663
663
  pointer-events: none;
664
664
  display: none;
665
- border-radius: 16px;
665
+ border-radius: 24px;
666
666
  overflow: hidden;
667
667
  background: #ffffff;
668
668
  box-shadow: rgba(9, 14, 21, 0.16) 0px 5px 40px 0px;
@@ -684,7 +684,7 @@ class IframeManager {
684
684
  border: none;
685
685
  background: transparent;
686
686
  display: block;
687
- border-radius: ${this.deviceInfo.isMobile ? '0' : '16px'};
687
+ border-radius: ${this.deviceInfo.isMobile ? '0' : '24px'};
688
688
  `;
689
689
  iframe.setAttribute('allow', 'clipboard-write; camera; microphone');
690
690
  iframe.setAttribute('sandbox', 'allow-scripts allow-same-origin allow-forms allow-popups allow-downloads');
@@ -2243,7 +2243,7 @@ class StateCoordinator {
2243
2243
  }
2244
2244
  }
2245
2245
 
2246
- var version = "1.0.8";
2246
+ var version = "1.0.9";
2247
2247
  var packageJson = {
2248
2248
  version: version};
2249
2249