qt-ui-kit 1.0.12 → 1.0.14

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.d.mts CHANGED
@@ -127,4 +127,6 @@ declare function TicketBody({ issueNumber, notification, project, task, dueDate,
127
127
 
128
128
  type IconSize = 16 | 20 | 24 | 36;
129
129
 
130
- export { BaseIconName, ChatBody, ColorVariants, EmailBody, EventCard, type EventData, EventType, type IconSize, IntegrationService, NavBar, PreviewCard, TicketBody, type TicketComment, UrgencyLevel };
130
+ declare const fakeMessages: MessageData[];
131
+
132
+ export { BaseIconName, ChatBody, ColorVariants, EmailBody, EventCard, type EventData, EventType, type IconSize, IntegrationService, NavBar, PreviewCard, TicketBody, type TicketComment, UrgencyLevel, fakeMessages };
package/dist/index.d.ts CHANGED
@@ -127,4 +127,6 @@ declare function TicketBody({ issueNumber, notification, project, task, dueDate,
127
127
 
128
128
  type IconSize = 16 | 20 | 24 | 36;
129
129
 
130
- export { BaseIconName, ChatBody, ColorVariants, EmailBody, EventCard, type EventData, EventType, type IconSize, IntegrationService, NavBar, PreviewCard, TicketBody, type TicketComment, UrgencyLevel };
130
+ declare const fakeMessages: MessageData[];
131
+
132
+ export { BaseIconName, ChatBody, ColorVariants, EmailBody, EventCard, type EventData, EventType, type IconSize, IntegrationService, NavBar, PreviewCard, TicketBody, type TicketComment, UrgencyLevel, fakeMessages };
package/dist/index.js CHANGED
@@ -11187,7 +11187,8 @@ __export(index_exports, {
11187
11187
  NavBar: () => NavBar,
11188
11188
  PreviewCard: () => PreviewCard,
11189
11189
  TicketBody: () => TicketBody,
11190
- UrgencyLevel: () => UrgencyLevel
11190
+ UrgencyLevel: () => UrgencyLevel,
11191
+ fakeMessages: () => fakeMessages
11191
11192
  });
11192
11193
  module.exports = __toCommonJS(index_exports);
11193
11194
 
@@ -16070,6 +16071,98 @@ function TicketBody({
16070
16071
  ] })
16071
16072
  ] });
16072
16073
  }
16074
+
16075
+ // src/util/mockdata.ts
16076
+ var fakeMessages = [
16077
+ {
16078
+ name: "Sr. Issac Newton",
16079
+ timeStamp: "Today @ 11:45 AM",
16080
+ 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.",
16081
+ summary: "Client pitch deck needs final review today.",
16082
+ emojis: ["fire", "fire", "grinning", "fish"],
16083
+ outbound: true
16084
+ },
16085
+ {
16086
+ name: "Sr. Issac Newton",
16087
+ timeStamp: "Tomorrow @ 2:00 PM",
16088
+ 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.",
16089
+ summary: "Offsite meeting confirmed for engineering leads.",
16090
+ emojis: ["fire", "+1", "canada", "canada", "fish"],
16091
+ image: "https://placehold.co/600x400",
16092
+ outbound: true
16093
+ },
16094
+ {
16095
+ name: "Priya Desai",
16096
+ timeStamp: "Wednesday @ 3:15 PM",
16097
+ body: `
16098
+ # Hello Markdown
16099
+
16100
+ This is a *markdown* **example**.
16101
+
16102
+ - List item 1
16103
+ - List item 2
16104
+
16105
+ [Link to Google](https://google.com)
16106
+ `,
16107
+ summary: "Beta users had trouble finding settings menu.",
16108
+ emojis: ["fire", "+1", "canada", "canada", "fish"],
16109
+ outbound: false
16110
+ },
16111
+ {
16112
+ name: "Devon James",
16113
+ timeStamp: "Monday, 19th May @ 9:30 AM",
16114
+ 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.",
16115
+ summary: "Supplier can expedite shipment if approved by Thursday.",
16116
+ image: "https://placehold.co/600x400",
16117
+ outbound: false
16118
+ },
16119
+ {
16120
+ name: "Sr. Issac Newton",
16121
+ timeStamp: "Friday @ 4:20 PM",
16122
+ 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'.",
16123
+ summary: "Analytics dashboard now includes bounce rate.",
16124
+ outbound: true
16125
+ },
16126
+ {
16127
+ name: "Zahra Malik",
16128
+ timeStamp: "Today @ 10:00 AM",
16129
+ 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.",
16130
+ summary: "Investors responded positively, with a few concerns.",
16131
+ image: "https://placehold.co/600x400",
16132
+ emojis: ["fire", "+1", "canada", "canada", "fish"],
16133
+ outbound: false
16134
+ },
16135
+ {
16136
+ name: "Sr. Issac Newton",
16137
+ timeStamp: "Thursday @ 6:15 PM",
16138
+ 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.",
16139
+ summary: "Legal review suggests pausing vendor agreement.",
16140
+ image: "https://placehold.co/600x400",
16141
+ outbound: true
16142
+ },
16143
+ {
16144
+ name: "Anna Kov\xE1cs",
16145
+ timeStamp: "Tuesday @ 8:00 AM",
16146
+ 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.",
16147
+ summary: "Bug in Android onboarding flow; patch coming.",
16148
+ outbound: false
16149
+ },
16150
+ {
16151
+ name: "Sr. Issac Newton",
16152
+ timeStamp: "Monday, 26th May @ 1:45 PM",
16153
+ 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.",
16154
+ summary: "Quarterly town hall to discuss performance and reopening.",
16155
+ image: "https://placehold.co/600x400",
16156
+ outbound: true
16157
+ },
16158
+ {
16159
+ name: "Fatima Ahmed",
16160
+ timeStamp: "Sunday, 25th May @ 10:30 AM",
16161
+ 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.",
16162
+ summary: "Q3 content calendar ready; review week 4.",
16163
+ outbound: false
16164
+ }
16165
+ ];
16073
16166
  // Annotate the CommonJS export names for ESM import in node:
16074
16167
  0 && (module.exports = {
16075
16168
  BaseIconName,
@@ -16082,6 +16175,7 @@ function TicketBody({
16082
16175
  NavBar,
16083
16176
  PreviewCard,
16084
16177
  TicketBody,
16085
- UrgencyLevel
16178
+ UrgencyLevel,
16179
+ fakeMessages
16086
16180
  });
16087
16181
  //# sourceMappingURL=index.js.map