@meetelise/chat 1.20.183 → 1.20.185
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 +42 -42
- package/public/dist/index.js +48 -44
- package/src/WebComponent/health-chat.ts +1 -1
- package/src/WebComponent/healthchat-styles.ts +6 -6
- package/src/WebComponent/leasing-chat-styles.ts +0 -1
- package/src/WebComponent/pubnub-chat.ts +13 -1
- package/src/svgIcons.ts +6 -0
package/package.json
CHANGED
package/public/demo/index.html
CHANGED
|
@@ -117,62 +117,62 @@
|
|
|
117
117
|
<!-- Webpack dev server will serve the bundle, index.js, at the path '/' -->
|
|
118
118
|
<script type="module" async>
|
|
119
119
|
import MEChat from "/index.js";
|
|
120
|
-
MEChat.start({
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
120
|
+
// MEChat.start({
|
|
121
|
+
// // 123 Main Street
|
|
122
|
+
// // organization: "test-company",
|
|
123
|
+
// // building: "e2e-test-yardi-building",
|
|
124
124
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
125
|
+
// // organization: "edward-rose",
|
|
126
|
+
// // building: "rivers-edge-apartments",
|
|
127
|
+
// // // mobileStyles: {
|
|
128
|
+
// // // bottom: "100px",
|
|
129
|
+
// // // },
|
|
130
130
|
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
// // // organization: "mill-creek",
|
|
132
|
+
// // // building: "5ec32c42-2548-11ec-b813-e361780537f5",
|
|
133
133
|
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
// // // organization: "d1a1060d-3844-48d4-a454-1ba26292bc69",
|
|
135
|
+
// // // building: "25feb690-c76f-11ed-83b9-a7aa9698a486",
|
|
136
136
|
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
// // // organization: "TT",
|
|
138
|
+
// // // building: "ffc97070-5c73-11ed-8507-77860136d3bf",
|
|
139
139
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
140
|
+
// // // AMLI
|
|
141
|
+
// // organization: "amli",
|
|
142
|
+
// // building: "6e43581c-c4a4-11ec-a62b-9311f60f23f8",
|
|
143
143
|
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
// // // organization: "d1a1060d-3844-48d4-a454-1ba26292bc69",
|
|
145
|
+
// // // building: "25fead9e-c76f-11ed-83b2-7b1e7b442e9f",
|
|
146
146
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
147
|
+
// // // Taylor Street Apartments
|
|
148
|
+
// // // organization: "test-company",
|
|
149
|
+
// // // building: "e2e-test-yardi-building",
|
|
150
150
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
151
|
+
// // // The Qual People
|
|
152
|
+
// // // organization: "Pacific Urban Residential",
|
|
153
|
+
// // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
|
|
154
154
|
|
|
155
|
-
|
|
156
|
-
|
|
155
|
+
// // // organization: "Pacific Urban Residential",
|
|
156
|
+
// // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
|
|
157
157
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
158
|
+
// // // Cambridge House
|
|
159
|
+
// organization: "elise-ai",
|
|
160
|
+
// building: "the-cambridge-house-3",
|
|
161
161
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
// // // Artistry on 10th
|
|
163
|
+
// // // organization: "lindy",
|
|
164
|
+
// // // building: "c4cfc3ec-c4da-11ec-bda4-43aed00ca1b2",
|
|
165
165
|
|
|
166
|
-
|
|
166
|
+
// // // brandColor: "#a44ef5",
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
|
|
168
|
+
// // // organization: "Pacific Urban Residential",
|
|
169
|
+
// // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
|
|
170
170
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
171
|
+
// // // organization: "sparrow",
|
|
172
|
+
// // // building: "8e87ae6e-eae8-11ed-aae8-fb82f4692a79",
|
|
173
|
+
// // });
|
|
174
|
+
MEChat.healthcareStart({
|
|
175
|
+
id: "6a9e65e5-9699-4c96-af75-1741d0df79aa",
|
|
176
176
|
});
|
|
177
177
|
</script>
|
|
178
178
|
<main>
|