oasis-chat 0.2.1 → 0.2.2

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