@eka-care/medassist-widget-embed 0.2.13 → 0.2.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/iframe-helper.js +2 -75
- package/dist/iframe.js +1 -318
- package/dist/index.js +4 -456
- package/dist/src/medassist-widget.css +6 -2
- package/dist/src/medassist-widget.js +89 -29
- package/package.json +10 -15
- package/assets/bot-icon.svg +0 -7
- package/dist/src/medassist-widget.js.map +0 -1
- package/iframe-helper.ts +0 -126
- package/iframe.html +0 -61
- package/iframe.ts +0 -381
- package/index.ts +0 -603
- package/src/.gitkeep +0 -2
- package/src/medassist-widget.css +0 -2793
- package/src/medassist-widget.js +0 -43678
- package/src/medassist-widget.js.map +0 -1
- package/src/vite.svg +0 -1
- package/test.html +0 -70
package/src/vite.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
package/test.html
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>Host Website</title>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<h1>Welcome to our site!</h1>
|
|
10
|
-
|
|
11
|
-
<!-- <eka-medassist-widget
|
|
12
|
-
agent-id="MWZlZDRkYzktMTBmMS00OTFkLWEzNDMtZGM3MzIzZDM5N2VmI21vb2xjaGFuZA=="
|
|
13
|
-
icon-url="https://www.clipartmax.com/png/middle/173-1732388_meera-kuckreja-moolchand-hospital-logo.png" //add your own icon url here
|
|
14
|
-
title="Moolchand Assist"></eka-medassist-widget> -->
|
|
15
|
-
|
|
16
|
-
<!-- <eka-medassist-widget
|
|
17
|
-
title="Self Care Assistant"
|
|
18
|
-
agent-id="Y2ZhY2EyYzItOWVmNi00YTg0LTg3MDctZjNiYjIyNDI3ODE5I3Rlc3QtYi1pZA=="
|
|
19
|
-
icon-url="https://cdn.eka.care/bot-icon.svg"
|
|
20
|
-
environment="development"
|
|
21
|
-
></eka-medassist-widget> -->
|
|
22
|
-
<!-- <script
|
|
23
|
-
src="https://unpkg.com/@eka-care/medassist-widget-embed@latest/dist/index.js"
|
|
24
|
-
async></script> -->
|
|
25
|
-
|
|
26
|
-
<!-- for local development -->
|
|
27
|
-
<script src="./dist/index.js" data-widget-assets="local" async></script>
|
|
28
|
-
|
|
29
|
-
<eka-medassist-widget
|
|
30
|
-
agent-id="MmE3Y2Y0NDctNTM4Mi00MDUzLWFmODgtZDRiOWM2NmMzMDBlIzcxNzY5NjA3ODkzNjIyNzg="
|
|
31
|
-
icon-url="https://cdn.eka.care/bot-icon.svg" //add your own icon url here
|
|
32
|
-
title="Moolchand Assist"
|
|
33
|
-
context='{"profile":{"name":"Sebenza-test","age":50,"gender":"M","mobile":"+911234567890","marital_status":"single"},"intent":"test","user_location":{"lat":-26.1768,"long":28.0009},"referer":"https://sebenza.taxi"}'
|
|
34
|
-
environment="development"
|
|
35
|
-
base-url="https://kamilah-uncensuring-cubistically.ngrok-free.dev/reloaded"
|
|
36
|
-
</eka-medassist-widget>
|
|
37
|
-
<!-- <script>
|
|
38
|
-
window.addEventListener("load", () => {
|
|
39
|
-
// 1) Attach a close callback
|
|
40
|
-
if(window.EkaMedAssist) {
|
|
41
|
-
console.log("setting on close");
|
|
42
|
-
|
|
43
|
-
window.EkaMedAssist.onClose = function() {
|
|
44
|
-
console.log("MedAssist widget closed");
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
// 2) Init + open widget with auth and other config
|
|
48
|
-
window.EkaMedAssist?.init({
|
|
49
|
-
auth: "Bearer 1234567890",
|
|
50
|
-
// agentId: "...", // optional override
|
|
51
|
-
context: { profile: { name: "Geethanjali" } },
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
</script> -->
|
|
56
|
-
|
|
57
|
-
<!-- <script
|
|
58
|
-
src="https://unpkg.com/@eka-care/medassist-widget-embed@latest/dist/index.js"
|
|
59
|
-
async></script> -->
|
|
60
|
-
<!-- <eka-medassist-widget
|
|
61
|
-
agent-id="ODkwZDgwMTItYTAyZS00OGEyLTk5NDItNjc2OGI2OGY3ZjY4IzcxNzY3ODcyMTE4Mjc5NDE="
|
|
62
|
-
icon-url="https://cdn.eka.care/bot-icon.svg" //add your own hosted icon url here
|
|
63
|
-
title="Moolchand Assist"></eka-medassist-widget>
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
<!-- for local development with production js and css links -->
|
|
68
|
-
<!-- <script src="./dist/index.js" async></script> -->
|
|
69
|
-
</body>
|
|
70
|
-
</html>
|