qt-ui-kit 1.0.11 → 1.0.13

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
@@ -16047,6 +16047,98 @@ function TicketBody({
16047
16047
  ] })
16048
16048
  ] });
16049
16049
  }
16050
+
16051
+ // src/util/mockdata.ts
16052
+ var fakeMessages = [
16053
+ {
16054
+ name: "Sr. Issac Newton",
16055
+ timeStamp: "Today @ 11:45 AM",
16056
+ 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.",
16057
+ summary: "Client pitch deck needs final review today.",
16058
+ emojis: ["fire", "fire", "grinning", "fish"],
16059
+ outbound: true
16060
+ },
16061
+ {
16062
+ name: "Sr. Issac Newton",
16063
+ timeStamp: "Tomorrow @ 2:00 PM",
16064
+ 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.",
16065
+ summary: "Offsite meeting confirmed for engineering leads.",
16066
+ emojis: ["fire", "+1", "canada", "canada", "fish"],
16067
+ image: "https://placehold.co/600x400",
16068
+ outbound: true
16069
+ },
16070
+ {
16071
+ name: "Priya Desai",
16072
+ timeStamp: "Wednesday @ 3:15 PM",
16073
+ body: `
16074
+ # Hello Markdown
16075
+
16076
+ This is a *markdown* **example**.
16077
+
16078
+ - List item 1
16079
+ - List item 2
16080
+
16081
+ [Link to Google](https://google.com)
16082
+ `,
16083
+ summary: "Beta users had trouble finding settings menu.",
16084
+ emojis: ["fire", "+1", "canada", "canada", "fish"],
16085
+ outbound: false
16086
+ },
16087
+ {
16088
+ name: "Devon James",
16089
+ timeStamp: "Monday, 19th May @ 9:30 AM",
16090
+ 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.",
16091
+ summary: "Supplier can expedite shipment if approved by Thursday.",
16092
+ image: "https://placehold.co/600x400",
16093
+ outbound: false
16094
+ },
16095
+ {
16096
+ name: "Sr. Issac Newton",
16097
+ timeStamp: "Friday @ 4:20 PM",
16098
+ 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'.",
16099
+ summary: "Analytics dashboard now includes bounce rate.",
16100
+ outbound: true
16101
+ },
16102
+ {
16103
+ name: "Zahra Malik",
16104
+ timeStamp: "Today @ 10:00 AM",
16105
+ 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.",
16106
+ summary: "Investors responded positively, with a few concerns.",
16107
+ image: "https://placehold.co/600x400",
16108
+ emojis: ["fire", "+1", "canada", "canada", "fish"],
16109
+ outbound: false
16110
+ },
16111
+ {
16112
+ name: "Sr. Issac Newton",
16113
+ timeStamp: "Thursday @ 6:15 PM",
16114
+ 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.",
16115
+ summary: "Legal review suggests pausing vendor agreement.",
16116
+ image: "https://placehold.co/600x400",
16117
+ outbound: true
16118
+ },
16119
+ {
16120
+ name: "Anna Kov\xE1cs",
16121
+ timeStamp: "Tuesday @ 8:00 AM",
16122
+ 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.",
16123
+ summary: "Bug in Android onboarding flow; patch coming.",
16124
+ outbound: false
16125
+ },
16126
+ {
16127
+ name: "Sr. Issac Newton",
16128
+ timeStamp: "Monday, 26th May @ 1:45 PM",
16129
+ 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.",
16130
+ summary: "Quarterly town hall to discuss performance and reopening.",
16131
+ image: "https://placehold.co/600x400",
16132
+ outbound: true
16133
+ },
16134
+ {
16135
+ name: "Fatima Ahmed",
16136
+ timeStamp: "Sunday, 25th May @ 10:30 AM",
16137
+ 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.",
16138
+ summary: "Q3 content calendar ready; review week 4.",
16139
+ outbound: false
16140
+ }
16141
+ ];
16050
16142
  export {
16051
16143
  BaseIconName,
16052
16144
  ChatBody,
@@ -16058,6 +16150,7 @@ export {
16058
16150
  NavBar,
16059
16151
  PreviewCard,
16060
16152
  TicketBody,
16061
- UrgencyLevel
16153
+ UrgencyLevel,
16154
+ fakeMessages
16062
16155
  };
16063
16156
  //# sourceMappingURL=index.mjs.map