qt-ui-kit 1.0.78 → 1.0.79

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.mjs CHANGED
@@ -16526,7 +16526,16 @@ function EventCard({
16526
16526
  eventType == "message" /* MESSAGE */ ? "bg-qtneutral-200" : "bg-white py-4 pl-4 pr-2"
16527
16527
  ),
16528
16528
  children: [
16529
- /* @__PURE__ */ jsx33("div", { className: "overflow-y-auto flex flex-col gap-4 w-full", children: getEventBody() }),
16529
+ /* @__PURE__ */ jsx33(
16530
+ "div",
16531
+ {
16532
+ className: clsx8(
16533
+ eventType == "message" /* MESSAGE */ ? "flex-col-reverse" : "flex-col",
16534
+ "overflow-y-auto flex gap-4 w-full"
16535
+ ),
16536
+ children: getEventBody()
16537
+ }
16538
+ ),
16530
16539
  eventType == "message" /* MESSAGE */ && /* @__PURE__ */ jsx33(
16531
16540
  IntelCard,
16532
16541
  {