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