@staylift-tech/conv-widget 0.0.12 → 0.0.15

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.
@@ -26080,7 +26080,7 @@ const StayliftWidget = class {
26080
26080
  this.language = 'en';
26081
26081
  this.autoExpand = false;
26082
26082
  this.showBranding = true;
26083
- this.onlyText = false;
26083
+ this.onlyText = true;
26084
26084
  this.fabPrompt = 'Do you need help?';
26085
26085
  this.fabButtonText = 'Start';
26086
26086
  // ============ STATE ============
@@ -17,7 +17,7 @@ export class StayliftWidget {
17
17
  this.language = 'en';
18
18
  this.autoExpand = false;
19
19
  this.showBranding = true;
20
- this.onlyText = false;
20
+ this.onlyText = true;
21
21
  this.fabPrompt = 'Do you need help?';
22
22
  this.fabButtonText = 'Start';
23
23
  // ============ STATE ============
@@ -816,7 +816,7 @@ export class StayliftWidget {
816
816
  "setter": false,
817
817
  "reflect": false,
818
818
  "attribute": "only-text",
819
- "defaultValue": "false"
819
+ "defaultValue": "true"
820
820
  },
821
821
  "avatarUrl": {
822
822
  "type": "string",