@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.
- package/dist/cjs/staylift-widget.cjs.entry.js +1 -1
- package/dist/collection/components/staylift-widget/staylift-widget.js +2 -2
- package/dist/components/index.js +1 -1
- package/dist/esm/staylift-widget.entry.js +1 -1
- package/dist/staylift-widget/{p-39df3b2a.entry.js → p-137400e5.entry.js} +1 -1
- package/dist/staylift-widget/staylift-widget.esm.js +1 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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 =
|
|
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 =
|
|
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": "
|
|
819
|
+
"defaultValue": "true"
|
|
820
820
|
},
|
|
821
821
|
"avatarUrl": {
|
|
822
822
|
"type": "string",
|