@meetelise/chat 1.20.138 → 1.20.140
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/demo/index.html +4 -1
- package/public/dist/index.js +148 -93
- package/src/MyPubnub.ts +3 -3
- package/src/WebComponent/me-chat.ts +1 -0
- package/src/WebComponent/pubnub-chat-styles.ts +17 -0
- package/src/WebComponent/pubnub-chat.ts +83 -29
- package/src/svgIcons.ts +8 -0
package/package.json
CHANGED
package/public/demo/index.html
CHANGED
|
@@ -118,10 +118,13 @@
|
|
|
118
118
|
<script type="module" async>
|
|
119
119
|
import MEChat from "/index.js";
|
|
120
120
|
MEChat.start({
|
|
121
|
-
// 123 Main Street
|
|
121
|
+
// // 123 Main Street
|
|
122
122
|
organization: "test-company",
|
|
123
123
|
building: "3fc93384-91f5-11ed-98a3-43f5a2f42588",
|
|
124
124
|
|
|
125
|
+
// organization: "mill-creek",
|
|
126
|
+
// building: "5ec32c42-2548-11ec-b813-e361780537f5",
|
|
127
|
+
|
|
125
128
|
// organization: "d1a1060d-3844-48d4-a454-1ba26292bc69",
|
|
126
129
|
// building: "25feb690-c76f-11ed-83b9-a7aa9698a486",
|
|
127
130
|
|