@meetelise/chat 1.48.2 → 1.48.3
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
package/public/dist/index.js
CHANGED
|
@@ -815,14 +815,6 @@ 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
|
|
826
818
|
>, including having your number and communications recorded and used by a
|
|
827
819
|
third party.
|
|
828
820
|
</div>`:t?B` <div style=${Le(di)}>
|
|
@@ -3001,6 +2993,10 @@ xmlns="http://www.w3.org/2000/svg"
|
|
|
3001
2993
|
property. Msg & Data rates may apply. You consent to this
|
|
3002
2994
|
<a target="_blank" href="http://bit.ly/me_privacy_policy"
|
|
3003
2995
|
>privacy policy</a
|
|
2996
|
+
>
|
|
2997
|
+
and these
|
|
2998
|
+
<a target="_blank" href="https://eliseai.com/msgterms"
|
|
2999
|
+
>terms and conditions</a
|
|
3004
3000
|
>, including having your number and communications recorded and
|
|
3005
3001
|
used by a third party.`}
|
|
3006
3002
|
</div>
|
|
@@ -357,6 +357,10 @@ export class CallUsWindow extends LitElement {
|
|
|
357
357
|
property. Msg & Data rates may apply. You consent to this
|
|
358
358
|
<a target="_blank" href="http://bit.ly/me_privacy_policy"
|
|
359
359
|
>privacy policy</a
|
|
360
|
+
>
|
|
361
|
+
and these
|
|
362
|
+
<a target="_blank" href="https://eliseai.com/msgterms"
|
|
363
|
+
>terms and conditions</a
|
|
360
364
|
>, including having your number and communications recorded and
|
|
361
365
|
used by a third party.`}
|
|
362
366
|
</div>
|
package/src/disclaimers.ts
CHANGED
|
@@ -74,19 +74,10 @@ 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
|
|
85
77
|
>, including having your number and communications recorded and used by a
|
|
86
78
|
third party.
|
|
87
79
|
</div>`;
|
|
88
80
|
}
|
|
89
|
-
|
|
90
81
|
if (emailInput) {
|
|
91
82
|
return html` <div style=${styleMap(disclaimerStyles.container)}>
|
|
92
83
|
By entering your email and clicking ${clickingButtonText}, you consent to
|