qt-ui-kit 1.0.77 → 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
@@ -16496,7 +16496,7 @@ function EventCard({
16496
16496
  onExternal: () => window.open(d.link, "_blank"),
16497
16497
  summary: d.summary
16498
16498
  },
16499
- d.subjectLine
16499
+ d.id
16500
16500
  )) : /* @__PURE__ */ jsx33(Fragment12, { children: " " }) });
16501
16501
  case "ticket" /* TICKET */:
16502
16502
  return /* @__PURE__ */ jsx33(Fragment12, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ jsx33(
@@ -16511,7 +16511,8 @@ function EventCard({
16511
16511
  subjectLine: d.subjectLine,
16512
16512
  onExternal: () => window.open(d.link, "_blank"),
16513
16513
  summary: d.summary
16514
- }
16514
+ },
16515
+ d.id
16515
16516
  )) : /* @__PURE__ */ jsx33(Fragment12, { children: " " }) });
16516
16517
  default:
16517
16518
  return /* @__PURE__ */ jsx33(Fragment12, {});
@@ -16525,7 +16526,16 @@ function EventCard({
16525
16526
  eventType == "message" /* MESSAGE */ ? "bg-qtneutral-200" : "bg-white py-4 pl-4 pr-2"
16526
16527
  ),
16527
16528
  children: [
16528
- /* @__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
+ ),
16529
16539
  eventType == "message" /* MESSAGE */ && /* @__PURE__ */ jsx33(
16530
16540
  IntelCard,
16531
16541
  {
@@ -16727,7 +16737,8 @@ function ChatBody({ messages }) {
16727
16737
  timestamp: msg.timeStamp,
16728
16738
  emojis: msg.emojis,
16729
16739
  onExternal: () => window.open(msg.link, "_blank")
16730
- }
16740
+ },
16741
+ msg.id
16731
16742
  );
16732
16743
  }) }) });
16733
16744
  }
@@ -17446,6 +17457,7 @@ var EventState = /* @__PURE__ */ ((EventState2) => {
17446
17457
  // src/util/mockdata.ts
17447
17458
  var fakeMessages = [
17448
17459
  {
17460
+ id: "123",
17449
17461
  name: "Sr. Issac Newton",
17450
17462
  timeStamp: "Today @ 11:45 AM",
17451
17463
  body: "Hey team, just a reminder that the client pitch deck needs final review today. I\u2019ve updated the numbers from Q1 and added two new slides with competitor insights. Hey team, just a reminder that the client pitch deck needs final review today. I\u2019ve updated the numbers from Q1 and added two new slides with competitor insights. Hey team, just a reminder that the client pitch deck needs final review today. I\u2019ve updated the numbers from Q1 and added two new slides with competitor insights.",
@@ -17454,6 +17466,7 @@ var fakeMessages = [
17454
17466
  outbound: true
17455
17467
  },
17456
17468
  {
17469
+ id: "124",
17457
17470
  name: "Sr. Issac Newton",
17458
17471
  timeStamp: "Tomorrow @ 2:00 PM",
17459
17472
  body: "I\u2019ve confirmed the offsite meeting with the engineering leads. It will be held at the downtown conference center and lunch will be provided. Let me know if you have dietary needs. I\u2019ve confirmed the offsite meeting with the engineering leads. It will be held at the downtown conference center and lunch will be provided. Let me know if you have dietary needs. I\u2019ve confirmed the offsite meeting with the engineering leads. It will be held at the downtown conference center and lunch will be provided. Let me know if you have dietary needs. I\u2019ve confirmed the offsite meeting with the engineering leads. It will be held at the downtown conference center and lunch will be provided. Let me know if you have dietary needs. I\u2019ve confirmed the offsite meeting with the engineering leads. It will be held at the downtown conference center and lunch will be provided. Let me know if you have dietary needs.",
@@ -17463,6 +17476,7 @@ var fakeMessages = [
17463
17476
  outbound: true
17464
17477
  },
17465
17478
  {
17479
+ id: "125",
17466
17480
  name: "Priya Desai",
17467
17481
  timeStamp: "Wednesday @ 3:15 PM",
17468
17482
  body: `
@@ -17480,6 +17494,7 @@ This is a *markdown* **example**.
17480
17494
  outbound: false
17481
17495
  },
17482
17496
  {
17497
+ id: "126",
17483
17498
  name: "Devon James",
17484
17499
  timeStamp: "Monday, 19th May @ 9:30 AM",
17485
17500
  body: "The supplier in Shenzhen confirmed they can expedite our next shipment. They'll need final approval by Thursday to ensure arrival before the end of the month.",
@@ -17488,6 +17503,7 @@ This is a *markdown* **example**.
17488
17503
  outbound: false
17489
17504
  },
17490
17505
  {
17506
+ id: "127",
17491
17507
  name: "Sr. Issac Newton",
17492
17508
  timeStamp: "Friday @ 4:20 PM",
17493
17509
  body: "I\u2019ve updated the analytics dashboard to include bounce rate and average session duration for each product page. Check the new filters under 'Advanced Metrics'.",
@@ -17495,6 +17511,7 @@ This is a *markdown* **example**.
17495
17511
  outbound: true
17496
17512
  },
17497
17513
  {
17514
+ id: "128",
17498
17515
  name: "Zahra Malik",
17499
17516
  timeStamp: "Today @ 10:00 AM",
17500
17517
  body: "Just wrapped up the investor Q&A session. Feedback was positive, especially on the projected growth numbers. A few asked about regulatory concerns\u2014I'll send a memo tomorrow.",
@@ -17504,6 +17521,7 @@ This is a *markdown* **example**.
17504
17521
  outbound: false
17505
17522
  },
17506
17523
  {
17524
+ id: "129",
17507
17525
  name: "Sr. Issac Newton",
17508
17526
  timeStamp: "Thursday @ 6:15 PM",
17509
17527
  body: "Legal has flagged a few clauses in the new vendor agreement that may conflict with our IP policy. Recommend we pause signing until we clarify points 4 and 7.",
@@ -17512,6 +17530,7 @@ This is a *markdown* **example**.
17512
17530
  outbound: true
17513
17531
  },
17514
17532
  {
17533
+ id: "1234",
17515
17534
  name: "Anna Kov\xE1cs",
17516
17535
  timeStamp: "Tuesday @ 8:00 AM",
17517
17536
  body: "We\u2019ve identified a bug in the onboarding flow affecting Android 11 devices. Users are unable to progress past the third screen. Patch in progress, ETA tomorrow.",
@@ -17519,6 +17538,7 @@ This is a *markdown* **example**.
17519
17538
  outbound: false
17520
17539
  },
17521
17540
  {
17541
+ id: "1235",
17522
17542
  name: "Sr. Issac Newton",
17523
17543
  timeStamp: "Monday, 26th May @ 1:45 PM",
17524
17544
  body: "Reminder that the quarterly town hall is scheduled for the last Monday of the month. We'll cover performance metrics, upcoming hires, and the office reopening plan.",
@@ -17527,6 +17547,7 @@ This is a *markdown* **example**.
17527
17547
  outbound: true
17528
17548
  },
17529
17549
  {
17550
+ id: "1236",
17530
17551
  name: "Fatima Ahmed",
17531
17552
  timeStamp: "Sunday, 25th May @ 10:30 AM",
17532
17553
  body: "I\u2019ve drafted a new content calendar for Q3 with themes for each week. Would love feedback on week 4\u2014thinking of tying it to a product announcement.",