oasis-chat 0.2.1 → 0.2.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/dist/index.es.js CHANGED
@@ -2271,7 +2271,7 @@ function or(e) {
2271
2271
  let t = !1;
2272
2272
  const n = document.createElement("div");
2273
2273
  n.className = b(
2274
- "absolute bottom-full right-0 mb-2",
2274
+ "absolute bottom-full right-0 mb-2 bg-blue-200",
2275
2275
  "w-96 h-[500px]",
2276
2276
  "bg-white rounded-lg shadow-2xl",
2277
2277
  "flex flex-col",
@@ -2346,7 +2346,7 @@ function yr({ account_id: e, password: t, assistant_uuid: n } = {}) {
2346
2346
  const r = document.createElement("div");
2347
2347
  r.className = b("relative");
2348
2348
  const s = document.createElement("button");
2349
- s.type = "button", s.className = b("relative");
2349
+ s.type = "button", s.className = b("relative bg-orange-200");
2350
2350
  const a = document.createElement("img");
2351
2351
  return a.src = Ot, a.alt = "Button", a.className = b("w-12 h-12", "rounded-full"), s.appendChild(a), r.appendChild(s), s.addEventListener("click", (c) => {
2352
2352
  c.preventDefault(), me || (me = or(r)), me.openChat();