@meetelise/chat 1.48.1 → 1.48.2
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 +1 -1
- package/public/dist/index.js +8 -0
- package/src/disclaimers.ts +9 -0
package/package.json
CHANGED
package/public/dist/index.js
CHANGED
|
@@ -815,6 +815,14 @@ var e={2:(e,t,n)=>{var i=n(2199),r=n(4664),o=n(5950);e.exports=function(e){retur
|
|
|
815
815
|
target="_blank"
|
|
816
816
|
rel="noopener noreferrer"
|
|
817
817
|
>privacy policy</a
|
|
818
|
+
>
|
|
819
|
+
and these
|
|
820
|
+
<a
|
|
821
|
+
style=${Le(hi)}
|
|
822
|
+
href="https://eliseai.com/msgterms"
|
|
823
|
+
target="_blank"
|
|
824
|
+
rel="noopener noreferrer"
|
|
825
|
+
>terms and conditions</a
|
|
818
826
|
>, including having your number and communications recorded and used by a
|
|
819
827
|
third party.
|
|
820
828
|
</div>`:t?B` <div style=${Le(di)}>
|
package/src/disclaimers.ts
CHANGED
|
@@ -74,10 +74,19 @@ const formDisclaimer = ({
|
|
|
74
74
|
target="_blank"
|
|
75
75
|
rel="noopener noreferrer"
|
|
76
76
|
>privacy policy</a
|
|
77
|
+
>
|
|
78
|
+
and these
|
|
79
|
+
<a
|
|
80
|
+
style=${styleMap(disclaimerStyles.link)}
|
|
81
|
+
href="https://eliseai.com/msgterms"
|
|
82
|
+
target="_blank"
|
|
83
|
+
rel="noopener noreferrer"
|
|
84
|
+
>terms and conditions</a
|
|
77
85
|
>, including having your number and communications recorded and used by a
|
|
78
86
|
third party.
|
|
79
87
|
</div>`;
|
|
80
88
|
}
|
|
89
|
+
|
|
81
90
|
if (emailInput) {
|
|
82
91
|
return html` <div style=${styleMap(disclaimerStyles.container)}>
|
|
83
92
|
By entering your email and clicking ${clickingButtonText}, you consent to
|