qt-ui-kit 1.0.78 → 1.0.80

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.js CHANGED
@@ -11199,16 +11199,16 @@ module.exports = __toCommonJS(index_exports);
11199
11199
  var import_react2 = require("react");
11200
11200
 
11201
11201
  // src/types/global.ts
11202
- var IntegrationService = /* @__PURE__ */ ((IntegrationService6) => {
11203
- IntegrationService6["SLACK"] = "slack";
11204
- IntegrationService6["GMAIL"] = "google_mail";
11205
- IntegrationService6["GCAL"] = "google_calendar";
11206
- IntegrationService6["MSTEAMS"] = "microsoft_teams";
11207
- IntegrationService6["MSMAIL"] = "microsoft_mail";
11208
- IntegrationService6["MSCAL"] = "microsoft_calendar";
11209
- IntegrationService6["AJIRA"] = "atlassian_jira";
11210
- IntegrationService6["CLKUP"] = "clickup";
11211
- return IntegrationService6;
11202
+ var IntegrationService = /* @__PURE__ */ ((IntegrationService5) => {
11203
+ IntegrationService5["SLACK"] = "slack";
11204
+ IntegrationService5["GMAIL"] = "google_mail";
11205
+ IntegrationService5["GCAL"] = "google_calendar";
11206
+ IntegrationService5["MSTEAMS"] = "microsoft_teams";
11207
+ IntegrationService5["MSMAIL"] = "microsoft_mail";
11208
+ IntegrationService5["MSCAL"] = "microsoft_calendar";
11209
+ IntegrationService5["AJIRA"] = "atlassian_jira";
11210
+ IntegrationService5["CLKUP"] = "clickup";
11211
+ return IntegrationService5;
11212
11212
  })(IntegrationService || {});
11213
11213
  var BaseIconName = /* @__PURE__ */ ((BaseIconName2) => {
11214
11214
  BaseIconName2["SEARCH"] = "search";
@@ -13429,93 +13429,12 @@ function BrandIcon({ size = 24, className, service }) {
13429
13429
  );
13430
13430
  }
13431
13431
 
13432
- // src/components/atoms/icons/base_icons/ExternalLink.tsx
13433
- var import_jsx_runtime9 = require("react/jsx-runtime");
13434
- function ExternalLink({
13435
- size = 24,
13436
- color = "#1D1D1F",
13437
- fillColor = "none"
13438
- }) {
13439
- const getIconData = () => {
13440
- switch (size) {
13441
- case 16:
13442
- return {
13443
- viewBox: "0 0 16 16",
13444
- path: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13445
- "path",
13446
- {
13447
- d: "M6.66699 3.99996H4.00033C3.26395 3.99996 2.66699 4.59691 2.66699 5.33329V12C2.66699 12.7363 3.26395 13.3333 4.00033 13.3333H10.667C11.4034 13.3333 12.0003 12.7363 12.0003 12V9.33329M9.33366 2.66663H13.3337M13.3337 2.66663V6.66663M13.3337 2.66663L6.66699 9.33329",
13448
- stroke: color,
13449
- strokeWidth: "1.25",
13450
- strokeLinecap: "round",
13451
- strokeLinejoin: "round"
13452
- }
13453
- )
13454
- };
13455
- case 20:
13456
- return {
13457
- viewBox: "0 0 20 20",
13458
- path: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13459
- "path",
13460
- {
13461
- d: "M8.33301 5.00004H4.99967C4.0792 5.00004 3.33301 5.74623 3.33301 6.66671V15C3.33301 15.9205 4.0792 16.6667 4.99967 16.6667H13.333C14.2535 16.6667 14.9997 15.9205 14.9997 15V11.6667M11.6663 3.33337H16.6663M16.6663 3.33337V8.33337M16.6663 3.33337L8.33301 11.6667",
13462
- stroke: color,
13463
- strokeWidth: "1.5",
13464
- strokeLinecap: "round",
13465
- strokeLinejoin: "round"
13466
- }
13467
- )
13468
- };
13469
- case 24:
13470
- return {
13471
- viewBox: "0 0 24 24",
13472
- path: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13473
- "path",
13474
- {
13475
- d: "M10 6H6C4.89543 6 4 6.89543 4 8V18C4 19.1046 4.89543 20 6 20H16C17.1046 20 18 19.1046 18 18V14M14 4H20M20 4V10M20 4L10 14",
13476
- stroke: color,
13477
- strokeWidth: "2",
13478
- strokeLinecap: "round",
13479
- strokeLinejoin: "round"
13480
- }
13481
- )
13482
- };
13483
- case 36:
13484
- return {
13485
- viewBox: "0 0 36 36",
13486
- path: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13487
- "path",
13488
- {
13489
- d: "M15 9H9C7.34315 9 6 10.3431 6 12V27C6 28.6569 7.34315 30 9 30H24C25.6569 30 27 28.6569 27 27V21M21 6H30M30 6V15M30 6L15 21",
13490
- stroke: color,
13491
- strokeWidth: "2.25",
13492
- strokeLinecap: "round",
13493
- strokeLinejoin: "round"
13494
- }
13495
- )
13496
- };
13497
- }
13498
- };
13499
- const { viewBox, path } = getIconData();
13500
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13501
- "svg",
13502
- {
13503
- width: size,
13504
- height: size,
13505
- viewBox,
13506
- fill: "none",
13507
- xmlns: "http://www.w3.org/2000/svg",
13508
- children: path
13509
- }
13510
- );
13511
- }
13512
-
13513
13432
  // src/data/vector_icons/service_brands/vector_icons.tsx
13514
- var import_jsx_runtime10 = require("react/jsx-runtime");
13433
+ var import_jsx_runtime9 = require("react/jsx-runtime");
13515
13434
  function AlertIcon({ variant }) {
13516
13435
  switch (variant) {
13517
13436
  case void 0:
13518
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
13437
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13519
13438
  "svg",
13520
13439
  {
13521
13440
  width: "100%",
@@ -13523,7 +13442,7 @@ function AlertIcon({ variant }) {
13523
13442
  viewBox: "0 0 36 36",
13524
13443
  fill: "#FFC24D",
13525
13444
  xmlns: "http://www.w3.org/2000/svg",
13526
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
13445
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13527
13446
  "path",
13528
13447
  {
13529
13448
  d: "M18.0003 15V18M18.0003 24H18.0153M7.60799 30H28.3926C30.702 30 32.1454 27.5 30.9907 25.5L20.5984 7.5C19.4437 5.5 16.5569 5.5 15.4022 7.5L5.00992 25.5C3.85521 27.5 5.29859 30 7.60799 30Z",
@@ -13536,7 +13455,7 @@ function AlertIcon({ variant }) {
13536
13455
  }
13537
13456
  );
13538
13457
  default:
13539
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
13458
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13540
13459
  "svg",
13541
13460
  {
13542
13461
  width: "100%",
@@ -13544,7 +13463,7 @@ function AlertIcon({ variant }) {
13544
13463
  viewBox: "0 0 30 28",
13545
13464
  fill: variant,
13546
13465
  xmlns: "http://www.w3.org/2000/svg",
13547
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
13466
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13548
13467
  "path",
13549
13468
  {
13550
13469
  d: "M18.0003 15V18M18.0003 24H18.0153M7.60799 30H28.3926C30.702 30 32.1454 27.5 30.9907 25.5L20.5984 7.5C19.4437 5.5 16.5569 5.5 15.4022 7.5L5.00992 25.5C3.85521 27.5 5.29859 30 7.60799 30Z",
@@ -13559,7 +13478,7 @@ function AlertIcon({ variant }) {
13559
13478
  }
13560
13479
  }
13561
13480
  function FireIcon({ variant }) {
13562
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
13481
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
13563
13482
  "svg",
13564
13483
  {
13565
13484
  width: "100%",
@@ -13568,7 +13487,7 @@ function FireIcon({ variant }) {
13568
13487
  fill: variant == void 0 ? "none" : variant,
13569
13488
  xmlns: "http://www.w3.org/2000/svg",
13570
13489
  children: [
13571
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
13490
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13572
13491
  "path",
13573
13492
  {
13574
13493
  d: "M26.4853 27.9853C21.799 32.6716 14.201 32.6716 9.51472 27.9853C7.17158 25.6421 6 22.5711 6 19.5C6 16.4289 7.17157 13.3579 9.51472 11.0147C9.51472 11.0147 10.5001 13.4999 13.5001 14.9999C13.5001 11.9999 14.2501 7.49993 17.9788 4.5C21 7.5 24.1367 8.66617 26.4853 11.0147C28.8284 13.3579 30 16.4289 30 19.5C30 22.5711 28.8284 25.6421 26.4853 27.9853Z",
@@ -13579,7 +13498,7 @@ function FireIcon({ variant }) {
13579
13498
  strokeLinejoin: "round"
13580
13499
  }
13581
13500
  ),
13582
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
13501
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
13583
13502
  "path",
13584
13503
  {
13585
13504
  d: "M14.818 24.1819C16.5754 25.9393 19.4246 25.9393 21.182 24.1819C22.0606 23.3033 22.5 22.1516 22.5 21C22.5 19.8483 22.0607 18.6967 21.182 17.818C20.3089 16.9448 19.1662 16.5055 18.0218 16.5L16.4999 20.9999L13.5 21C13.5 22.1516 13.9394 23.3033 14.818 24.1819Z",
@@ -13623,15 +13542,6 @@ function toDate(argument, context) {
13623
13542
  return constructFrom(context || argument, argument);
13624
13543
  }
13625
13544
 
13626
- // node_modules/date-fns/addDays.js
13627
- function addDays(date, amount, options) {
13628
- const _date = toDate(date, options?.in);
13629
- if (isNaN(amount)) return constructFrom(options?.in || date, NaN);
13630
- if (!amount) return _date;
13631
- _date.setDate(_date.getDate() + amount);
13632
- return _date;
13633
- }
13634
-
13635
13545
  // node_modules/date-fns/_lib/defaultOptions.js
13636
13546
  var defaultOptions = {};
13637
13547
  function getDefaultOptions() {
@@ -13733,21 +13643,6 @@ function startOfISOWeekYear(date, options) {
13733
13643
  return startOfISOWeek(fourthOfJanuary);
13734
13644
  }
13735
13645
 
13736
- // node_modules/date-fns/constructNow.js
13737
- function constructNow(date) {
13738
- return constructFrom(date, Date.now());
13739
- }
13740
-
13741
- // node_modules/date-fns/isSameDay.js
13742
- function isSameDay(laterDate, earlierDate, options) {
13743
- const [dateLeft_, dateRight_] = normalizeDates(
13744
- options?.in,
13745
- laterDate,
13746
- earlierDate
13747
- );
13748
- return +startOfDay(dateLeft_) === +startOfDay(dateRight_);
13749
- }
13750
-
13751
13646
  // node_modules/date-fns/isDate.js
13752
13647
  function isDate(value) {
13753
13648
  return value instanceof Date || typeof value === "object" && Object.prototype.toString.call(value) === "[object Date]";
@@ -15188,188 +15083,151 @@ function cleanEscapedString(input) {
15188
15083
  return matched[1].replace(doubleQuoteRegExp, "'");
15189
15084
  }
15190
15085
 
15191
- // node_modules/date-fns/isSameWeek.js
15192
- function isSameWeek(laterDate, earlierDate, options) {
15193
- const [laterDate_, earlierDate_] = normalizeDates(
15194
- options?.in,
15195
- laterDate,
15196
- earlierDate
15197
- );
15198
- return +startOfWeek(laterDate_, options) === +startOfWeek(earlierDate_, options);
15199
- }
15200
-
15201
- // node_modules/date-fns/isToday.js
15202
- function isToday(date, options) {
15203
- return isSameDay(
15204
- constructFrom(options?.in || date, date),
15205
- constructNow(options?.in || date)
15206
- );
15207
- }
15208
-
15209
- // node_modules/date-fns/isTomorrow.js
15210
- function isTomorrow(date, options) {
15211
- return isSameDay(
15212
- date,
15213
- addDays(constructNow(options?.in || date), 1),
15214
- options
15215
- );
15216
- }
15217
-
15218
15086
  // src/util/common.tsx
15219
- var import_jsx_runtime11 = require("react/jsx-runtime");
15087
+ var import_jsx_runtime10 = require("react/jsx-runtime");
15220
15088
  function getCategoryIcon(service, variant, size) {
15221
15089
  if (!size) {
15222
15090
  size = 24;
15223
15091
  }
15224
15092
  switch (service) {
15225
15093
  case "fire" /* FIRE */:
15226
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(FireIcon, { variant });
15094
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(FireIcon, { variant });
15227
15095
  case "alert" /* ALERT */:
15228
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(AlertIcon, { variant });
15096
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(AlertIcon, { variant });
15229
15097
  default:
15230
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, {});
15098
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, {});
15231
15099
  }
15232
15100
  }
15233
15101
  function formatCustomRelative(date) {
15234
15102
  const now = /* @__PURE__ */ new Date();
15235
- if (isToday(date)) {
15236
- return `Today @ ${format(date, "h:mm a")}`;
15237
- }
15238
- if (isTomorrow(date)) {
15239
- return `Tomorrow @ ${format(date, "h:mm a")}`;
15240
- }
15241
- if (isSameWeek(date, now, { weekStartsOn: 1 })) {
15242
- return `${format(date, "EEE")} @ ${format(date, "h:mm a")}`;
15243
- }
15244
- return `${format(date, "EEE, do MMMM")} @ ${format(date, "h:mm a")}`;
15103
+ return format(date, "MMM d, h:mmaaa").replace("AM", "am").replace("PM", "pm");
15245
15104
  }
15246
15105
 
15247
15106
  // src/components/molecules/text_content/sender_source_row/sender_source_row.tsx
15248
- var import_jsx_runtime12 = require("react/jsx-runtime");
15107
+ var import_jsx_runtime11 = require("react/jsx-runtime");
15249
15108
  function SenderSourceRow({
15250
15109
  leftText,
15251
15110
  seperator,
15252
15111
  rightText,
15253
- onClick,
15254
- shrunk,
15255
15112
  date
15256
15113
  }) {
15257
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "flex w-full place-content-between text-neutral-1 text-[14px] leading-[130%] ", children: [
15258
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "flex gap-[4px] place-items-center", children: [
15259
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small-bold break-all line-clamp-1", children: leftText }),
15260
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-smal text-center", children: seperator }),
15261
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small-bold text-center", children: rightText }),
15262
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "label-3 flex", children: date && formatCustomRelative(date) })
15114
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "flex w-full place-content-between gap-6 text-qtneutral-900", children: [
15115
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "flex gap-[4px] place-items-center", children: [
15116
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "body-small-bold break-all line-clamp-1", children: leftText }),
15117
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "label-3 text-center", children: seperator }),
15118
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "label-3 text-center", children: rightText })
15263
15119
  ] }),
15264
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { onClick, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ExternalLink, { size: shrunk ? 16 : 24 }) })
15120
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "label-3 flex flex-nowrap flex-none", children: date && formatCustomRelative(date) })
15265
15121
  ] });
15266
15122
  }
15267
15123
 
15268
15124
  // src/components/molecules/text_content/subject_line_row/subject_line_row.tsx
15269
- var import_jsx_runtime13 = require("react/jsx-runtime");
15125
+ var import_jsx_runtime12 = require("react/jsx-runtime");
15270
15126
  function SubjectLineRow({ text }) {
15271
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "flex h-[17px]", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "text-neutral-900 body-small-bold", children: text }) });
15127
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "flex h-[17px]", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "text-neutral-900 body-small", children: text }) });
15272
15128
  }
15273
15129
 
15274
- // src/components/molecules/text_content/metadata_row/metadata_row.tsx
15275
- var import_jsx_runtime14 = require("react/jsx-runtime");
15276
- function MetadataRow({ metadata }) {
15277
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "flex w-full flex-wrap break-all body-small text-neutral-900 gap-2", children: [
15278
- metadata && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { children: metadata[0] + (metadata.length == 2 ? "," : "") }),
15279
- metadata?.length == 2 && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { children: metadata[1] })
15130
+ // src/components/organisms/preview_card/preview_card.tsx
15131
+ var import_clsx4 = __toESM(require("clsx"));
15132
+
15133
+ // src/components/molecules/dropdown/dropdown.tsx
15134
+ var import_clsx2 = __toESM(require("clsx"));
15135
+ var import_jsx_runtime13 = require("react/jsx-runtime");
15136
+ function DropDown({
15137
+ title,
15138
+ items,
15139
+ activeItem,
15140
+ direction = "left",
15141
+ onItemClick
15142
+ }) {
15143
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "relative inline-block", children: [
15144
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
15145
+ "div",
15146
+ {
15147
+ className: (0, import_clsx2.default)(
15148
+ "absolute w-3.5 h-3.5 bg-black rotate-45 shadow-md z-0 -top-2 left-22"
15149
+ )
15150
+ }
15151
+ ),
15152
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "bg-white rounded-2xl shadow-lg w-48 py-3 px-4 relative z-10", children: [
15153
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "text-xs font-bold text-gray-900 tracking-wide mb-2", children: title.toUpperCase() }),
15154
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("ul", { className: "text-sm text-gray-800 space-y-2", children: items.map((item) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
15155
+ "li",
15156
+ {
15157
+ onClick: (e) => {
15158
+ e.stopPropagation();
15159
+ onItemClick?.(item);
15160
+ },
15161
+ className: (0, import_clsx2.default)(
15162
+ "border-t border-gray-200 pt-2 cursor-pointer label-2 text-qtneutral-800 hover:text-qtpurple-500 !hover:label-2-bold",
15163
+ activeItem === item ? "text-indigo-600 font-semibold" : ""
15164
+ ),
15165
+ children: item
15166
+ },
15167
+ item
15168
+ )) })
15169
+ ] })
15280
15170
  ] });
15281
15171
  }
15282
15172
 
15283
- // src/components/organisms/preview_card/preview_card.tsx
15284
- var import_clsx5 = __toESM(require("clsx"));
15173
+ // src/components/atoms/category_badge/category_badge.tsx
15174
+ var import_clsx3 = __toESM(require("clsx"));
15285
15175
 
15286
- // src/components/molecules/buttons/thumb_group/thumb_group.tsx
15287
- var import_react = require("react");
15176
+ // src/components/atoms/icons/category_icons/category_icon.tsx
15177
+ var import_jsx_runtime14 = require("react/jsx-runtime");
15178
+ function CategoryIcon({ size = 24, icon, variant }) {
15179
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
15180
+ "div",
15181
+ {
15182
+ className: `flex-none`,
15183
+ style: { width: `${size}px`, height: `${size}px` },
15184
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "w-full h-full", children: icon && getCategoryIcon(icon, variant, size) })
15185
+ }
15186
+ );
15187
+ }
15288
15188
 
15289
- // src/components/atoms/icons/base_icons/ThumbUp.tsx
15189
+ // src/components/atoms/category_badge/category_badge.tsx
15190
+ var import_react = require("react");
15290
15191
  var import_jsx_runtime15 = require("react/jsx-runtime");
15291
- function ThumbUp({
15292
- size = 24,
15293
- color = "#1D1D1F",
15294
- fillColor = "none"
15295
- }) {
15296
- const getIconData = () => {
15297
- switch (size) {
15298
- case 16:
15299
- return {
15300
- viewBox: "0 0 16 16",
15301
- path: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
15302
- "path",
15303
- {
15304
- d: "M9.41146 6.66667H12.5874C13.5786 6.66667 14.2233 7.70975 13.78 8.59629L11.4466 13.263C11.2208 13.7147 10.7591 14 10.2541 14H7.5756C7.46658 14 7.35798 13.9866 7.25222 13.9602L4.74479 13.3333M9.41146 6.66667V3.33333C9.41146 2.59695 8.8145 2 8.07813 2H8.01448C7.68144 2 7.41146 2.26998 7.41146 2.60302C7.41146 3.07922 7.2705 3.54477 7.00635 3.94099L4.74479 7.33333V13.3333M9.41146 6.66667H8.07813M4.74479 13.3333H3.41146C2.67508 13.3333 2.07812 12.7364 2.07812 12V8C2.07812 7.26362 2.67508 6.66667 3.41146 6.66667H5.07813",
15305
- stroke: color,
15306
- "stroke-width": "1.25",
15307
- "stroke-linecap": "round",
15308
- "stroke-linejoin": "round"
15309
- }
15310
- )
15311
- };
15312
- case 20:
15313
- return {
15314
- viewBox: "0 0 20 20",
15315
- path: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
15316
- "path",
15317
- {
15318
- d: "M11.7643 8.33333H15.7343C16.9732 8.33333 17.7791 9.63719 17.225 10.7454L14.3083 16.5787C14.026 17.1433 13.4489 17.5 12.8176 17.5H9.4695C9.33323 17.5 9.19747 17.4833 9.06527 17.4502L5.93099 16.6667M11.7643 8.33333V4.16667C11.7643 3.24619 11.0181 2.5 10.0977 2.5H10.0181C9.6018 2.5 9.26432 2.83748 9.26432 3.25377C9.26432 3.84903 9.08813 4.43096 8.75794 4.92624L5.93099 9.16667V16.6667M11.7643 8.33333H10.0977M5.93099 16.6667H4.26432C3.34385 16.6667 2.59766 15.9205 2.59766 15V10C2.59766 9.07953 3.34385 8.33333 4.26432 8.33333H6.34766",
15319
- stroke: color,
15320
- "stroke-width": "1.5",
15321
- "stroke-linecap": "round",
15322
- "stroke-linejoin": "round"
15323
- }
15324
- )
15325
- };
15326
- case 24:
15327
- return {
15328
- viewBox: "0 0 24 24",
15329
- path: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
15330
- "path",
15331
- {
15332
- d: "M14.1172 10H18.8811C20.3679 10 21.3349 11.5646 20.67 12.8944L17.17 19.8944C16.8312 20.572 16.1387 21 15.3811 21H11.3634C11.1999 21 11.037 20.9799 10.8783 20.9403L7.11719 20M14.1172 10V5C14.1172 3.89543 13.2218 3 12.1172 3H12.0217C11.5222 3 11.1172 3.40497 11.1172 3.90453C11.1172 4.61883 10.9058 5.31715 10.5095 5.91149L7.11719 11V20M14.1172 10H12.1172M7.11719 20H5.11719C4.01262 20 3.11719 19.1046 3.11719 18V12C3.11719 10.8954 4.01262 10 5.11719 10H7.61719",
15333
- stroke: color,
15334
- "stroke-width": "2",
15335
- "stroke-linecap": "round",
15336
- "stroke-linejoin": "round"
15337
- }
15338
- )
15339
- };
15340
- case 36:
15341
- return {
15342
- viewBox: "0 0 36 36",
15343
- path: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
15344
- "path",
15345
- {
15346
- d: "M21.1748 15H28.3207C30.5508 15 32.0013 17.3469 31.004 19.3416L25.754 29.8416C25.2458 30.858 24.207 31.5 23.0707 31.5H17.0441C16.7988 31.5 16.5545 31.4699 16.3165 31.4104L10.6748 30M21.1748 15V7.5C21.1748 5.84315 19.8317 4.5 18.1748 4.5H18.0316C17.2823 4.5 16.6748 5.10746 16.6748 5.85679C16.6748 6.92825 16.3577 7.97573 15.7633 8.86723L10.6748 16.5V30M21.1748 15H18.1748M10.6748 30H7.6748C6.01795 30 4.6748 28.6569 4.6748 27V18C4.6748 16.3431 6.01795 15 7.6748 15H11.4248",
15347
- stroke: color,
15348
- "stroke-width": "2.25",
15349
- "stroke-linecap": "round",
15350
- "stroke-linejoin": "round"
15351
- }
15352
- )
15353
- };
15354
- }
15355
- };
15356
- const { viewBox, path } = getIconData();
15357
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
15358
- "svg",
15192
+ function CategoryBadge({ active }) {
15193
+ const [hovering, setHovering] = (0, import_react.useState)(false);
15194
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
15195
+ "div",
15359
15196
  {
15360
- width: size,
15361
- height: size,
15362
- viewBox,
15363
- fill: fillColor,
15364
- xmlns: "http://www.w3.org/2000/svg",
15365
- children: path
15197
+ onMouseEnter: () => setHovering(true),
15198
+ onMouseLeave: () => setHovering(false),
15199
+ className: (0, import_clsx3.default)(
15200
+ "flex place-content-center place-items-center w-[100px] h-6 flex-none rounded-lg border-[1.5px] px-2 py-0.5 gap-0.5 hover:border-qtpurple-500 hover:bg-white",
15201
+ active ? "bg-qtred-50" : "bg-white",
15202
+ active ? "border-qtred-400" : "border-qtneutral-700"
15203
+ ),
15204
+ children: [
15205
+ !hovering && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
15206
+ CategoryIcon,
15207
+ {
15208
+ size: 16,
15209
+ icon: "fire" /* FIRE */,
15210
+ variant: active ? void 0 : "none" /* OUTLINED */
15211
+ }
15212
+ ),
15213
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
15214
+ "div",
15215
+ {
15216
+ className: (0, import_clsx3.default)(
15217
+ "category-badge-text select-none",
15218
+ hovering ? "text-qtpurple-600" : "text-qtneutral-900"
15219
+ ),
15220
+ children: hovering ? "Modify" : active ? "High" : "No Fire"
15221
+ }
15222
+ )
15223
+ ]
15366
15224
  }
15367
15225
  );
15368
15226
  }
15369
15227
 
15370
- // src/components/atoms/icons/base_icons/ThumbDown.tsx
15228
+ // src/components/atoms/icons/base_icons/ExternalLink.tsx
15371
15229
  var import_jsx_runtime16 = require("react/jsx-runtime");
15372
- function ThumbDown({
15230
+ function ExternalLink({
15373
15231
  size = 24,
15374
15232
  color = "#1D1D1F",
15375
15233
  fillColor = "none"
@@ -15382,11 +15240,11 @@ function ThumbDown({
15382
15240
  path: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
15383
15241
  "path",
15384
15242
  {
15385
- d: "M6.58913 9.33333H3.41318C2.422 9.33333 1.77734 8.29025 2.22061 7.40371L4.55394 2.73705C4.7798 2.28534 5.24148 2 5.74651 2H8.42499C8.53401 2 8.64261 2.01337 8.74837 2.03981L11.2558 2.66667M6.58913 9.33333V12.6667C6.58913 13.403 7.18609 14 7.92247 14H7.98612C8.31915 14 8.58913 13.73 8.58913 13.397C8.58913 12.9208 8.73009 12.4552 8.99424 12.059L11.2558 8.66667V2.66667M6.58913 9.33333H7.92247M11.2558 2.66667H12.5891C13.3255 2.66667 13.9225 3.26362 13.9225 4V8C13.9225 8.73638 13.3255 9.33333 12.5891 9.33333H10.9225",
15243
+ d: "M6.66699 3.99996H4.00033C3.26395 3.99996 2.66699 4.59691 2.66699 5.33329V12C2.66699 12.7363 3.26395 13.3333 4.00033 13.3333H10.667C11.4034 13.3333 12.0003 12.7363 12.0003 12V9.33329M9.33366 2.66663H13.3337M13.3337 2.66663V6.66663M13.3337 2.66663L6.66699 9.33329",
15386
15244
  stroke: color,
15387
- "stroke-width": "1.25",
15388
- "stroke-linecap": "round",
15389
- "stroke-linejoin": "round"
15245
+ strokeWidth: "1.25",
15246
+ strokeLinecap: "round",
15247
+ strokeLinejoin: "round"
15390
15248
  }
15391
15249
  )
15392
15250
  };
@@ -15396,11 +15254,11 @@ function ThumbDown({
15396
15254
  path: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
15397
15255
  "path",
15398
15256
  {
15399
- d: "M8.23642 11.6667H4.26647C3.0275 11.6667 2.22168 10.3628 2.77576 9.25464L5.69243 3.42131C5.97475 2.85667 6.55185 2.5 7.18314 2.5H10.5312C10.6675 2.5 10.8033 2.51671 10.9355 2.54976L14.0697 3.33333M8.23642 11.6667V15.8333C8.23642 16.7538 8.98261 17.5 9.90308 17.5H9.98264C10.3989 17.5 10.7364 17.1625 10.7364 16.7462C10.7364 16.151 10.9126 15.569 11.2428 15.0738L14.0697 10.8333V3.33333M8.23642 11.6667H9.90308M14.0697 3.33333H15.7364C16.6569 3.33333 17.4031 4.07952 17.4031 5V10C17.4031 10.9205 16.6569 11.6667 15.7364 11.6667H13.6531",
15257
+ d: "M8.33301 5.00004H4.99967C4.0792 5.00004 3.33301 5.74623 3.33301 6.66671V15C3.33301 15.9205 4.0792 16.6667 4.99967 16.6667H13.333C14.2535 16.6667 14.9997 15.9205 14.9997 15V11.6667M11.6663 3.33337H16.6663M16.6663 3.33337V8.33337M16.6663 3.33337L8.33301 11.6667",
15400
15258
  stroke: color,
15401
- "stroke-width": "1.5",
15402
- "stroke-linecap": "round",
15403
- "stroke-linejoin": "round"
15259
+ strokeWidth: "1.5",
15260
+ strokeLinecap: "round",
15261
+ strokeLinejoin: "round"
15404
15262
  }
15405
15263
  )
15406
15264
  };
@@ -15410,11 +15268,11 @@ function ThumbDown({
15410
15268
  path: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
15411
15269
  "path",
15412
15270
  {
15413
- d: "M9.8837 14H5.11977C3.633 14 2.66601 12.4354 3.33091 11.1056L6.83091 4.10557C7.1697 3.42801 7.86222 3 8.61977 3H12.6375C12.801 3 12.9639 3.02005 13.1226 3.05972L16.8837 4M9.8837 14V19C9.8837 20.1046 10.7791 21 11.8837 21H11.9792C12.4787 21 12.8837 20.595 12.8837 20.0955C12.8837 19.3812 13.0951 18.6828 13.4914 18.0885L16.8837 13V4M9.8837 14H11.8837M16.8837 4H18.8837C19.9883 4 20.8837 4.89543 20.8837 6V12C20.8837 13.1046 19.9883 14 18.8837 14H16.3837",
15271
+ d: "M10 6H6C4.89543 6 4 6.89543 4 8V18C4 19.1046 4.89543 20 6 20H16C17.1046 20 18 19.1046 18 18V14M14 4H20M20 4V10M20 4L10 14",
15414
15272
  stroke: color,
15415
- "stroke-width": "2",
15416
- "stroke-linecap": "round",
15417
- "stroke-linejoin": "round"
15273
+ strokeWidth: "2",
15274
+ strokeLinecap: "round",
15275
+ strokeLinejoin: "round"
15418
15276
  }
15419
15277
  )
15420
15278
  };
@@ -15424,11 +15282,11 @@ function ThumbDown({
15424
15282
  path: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
15425
15283
  "path",
15426
15284
  {
15427
- d: "M14.8246 21H7.67868C5.44853 21 3.99804 18.6531 4.99539 16.6584L10.2454 6.15836C10.7536 5.14201 11.7924 4.5 12.9287 4.5H18.9553C19.2005 4.5 19.4449 4.53008 19.6829 4.58957L25.3246 6M14.8246 21V28.5C14.8246 30.1569 16.1677 31.5 17.8246 31.5H17.9678C18.7171 31.5 19.3246 30.8925 19.3246 30.1432C19.3246 29.0718 19.6417 28.0243 20.2361 27.1328L25.3246 19.5V6M14.8246 21H17.8246M25.3246 6H28.3246C29.9814 6 31.3246 7.34314 31.3246 9V18C31.3246 19.6569 29.9814 21 28.3246 21H24.5746",
15285
+ d: "M15 9H9C7.34315 9 6 10.3431 6 12V27C6 28.6569 7.34315 30 9 30H24C25.6569 30 27 28.6569 27 27V21M21 6H30M30 6V15M30 6L15 21",
15428
15286
  stroke: color,
15429
- "stroke-width": "2.25",
15430
- "stroke-linecap": "round",
15431
- "stroke-linejoin": "round"
15287
+ strokeWidth: "2.25",
15288
+ strokeLinecap: "round",
15289
+ strokeLinejoin: "round"
15432
15290
  }
15433
15291
  )
15434
15292
  };
@@ -15441,81 +15299,15 @@ function ThumbDown({
15441
15299
  width: size,
15442
15300
  height: size,
15443
15301
  viewBox,
15444
- fill: fillColor,
15302
+ fill: "none",
15445
15303
  xmlns: "http://www.w3.org/2000/svg",
15446
15304
  children: path
15447
15305
  }
15448
15306
  );
15449
15307
  }
15450
15308
 
15451
- // src/components/molecules/buttons/thumb_group/thumb_group.tsx
15452
- var import_jsx_runtime17 = require("react/jsx-runtime");
15453
- function ThumbGroup({ onUpSelected, onDownSelected }) {
15454
- const [upHovering, setUpHovering] = (0, import_react.useState)(false);
15455
- const [downHovering, setDownHovering] = (0, import_react.useState)(false);
15456
- const [upSelected, setUpSelected] = (0, import_react.useState)(false);
15457
- const [downSelected, setDownSelected] = (0, import_react.useState)(false);
15458
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "flex flex-none w-min place-items-center place-content-center gap-4", children: [
15459
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15460
- "div",
15461
- {
15462
- onMouseOver: () => setUpHovering(true),
15463
- onMouseOut: () => setUpHovering(false),
15464
- onClick: (e) => {
15465
- e.stopPropagation();
15466
- if (!upSelected && onUpSelected) {
15467
- try {
15468
- onUpSelected();
15469
- } catch (e2) {
15470
- console.log(`Failed to execute: onUpSelected() | [${e2}]`);
15471
- return;
15472
- }
15473
- }
15474
- setUpSelected(!upSelected);
15475
- },
15476
- children: upSelected ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15477
- ThumbUp,
15478
- {
15479
- fillColor: "#82818E",
15480
- color: upHovering ? "#6558FD" : "#FFFFFF"
15481
- }
15482
- ) : /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(ThumbUp, { color: upHovering ? "#6558FD" : "#82818E" })
15483
- }
15484
- ),
15485
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15486
- "div",
15487
- {
15488
- onMouseOver: () => setDownHovering(true),
15489
- onMouseOut: () => setDownHovering(false),
15490
- onClick: (e) => {
15491
- e.stopPropagation();
15492
- if (!downSelected && onDownSelected) {
15493
- try {
15494
- onDownSelected();
15495
- } catch (e2) {
15496
- console.log(`Failed to execute: onDownSelected() | [${e2}]`);
15497
- return;
15498
- }
15499
- }
15500
- setDownSelected(!downSelected);
15501
- },
15502
- children: downSelected ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15503
- ThumbDown,
15504
- {
15505
- fillColor: "#82818E",
15506
- color: downHovering ? "#6558FD" : "#FFFFFF"
15507
- }
15508
- ) : /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(ThumbDown, { color: downHovering ? "#6558FD" : "#82818E" })
15509
- }
15510
- )
15511
- ] });
15512
- }
15513
-
15514
- // src/components/molecules/checkboxes/main_checkbox/secondary_checkbox.tsx
15515
- var import_clsx2 = __toESM(require("clsx"));
15516
-
15517
15309
  // src/components/atoms/icons/base_icons/CheckBox.tsx
15518
- var import_jsx_runtime18 = require("react/jsx-runtime");
15310
+ var import_jsx_runtime17 = require("react/jsx-runtime");
15519
15311
  function CheckBox({ size = 24, fillColor }) {
15520
15312
  const getIconData = () => {
15521
15313
  let viewBox2 = "";
@@ -15539,16 +15331,16 @@ function CheckBox({ size = 24, fillColor }) {
15539
15331
  scale = 1;
15540
15332
  break;
15541
15333
  }
15542
- const path2 = /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("g", { transform: `scale(${scale})`, children: [
15543
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("mask", { id: maskId, fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M4.5 11.25C4.5 7.52208 7.52208 4.5 11.25 4.5H24.75C28.4779 4.5 31.5 7.52208 31.5 11.25V24.75C31.5 28.4779 28.4779 31.5 24.75 31.5H11.25C7.52208 31.5 4.5 28.4779 4.5 24.75V11.25Z" }) }),
15544
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15334
+ const path2 = /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("g", { transform: `scale(${scale})`, children: [
15335
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("mask", { id: maskId, fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M4.5 11.25C4.5 7.52208 7.52208 4.5 11.25 4.5H24.75C28.4779 4.5 31.5 7.52208 31.5 11.25V24.75C31.5 28.4779 28.4779 31.5 24.75 31.5H11.25C7.52208 31.5 4.5 28.4779 4.5 24.75V11.25Z" }) }),
15336
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15545
15337
  "path",
15546
15338
  {
15547
15339
  d: "M4.5 11.25C4.5 7.52208 7.52208 4.5 11.25 4.5H24.75C28.4779 4.5 31.5 7.52208 31.5 11.25V24.75C31.5 28.4779 28.4779 31.5 24.75 31.5H11.25C7.52208 31.5 4.5 28.4779 4.5 24.75V11.25Z",
15548
15340
  fill: fillColor
15549
15341
  }
15550
15342
  ),
15551
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15343
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15552
15344
  "path",
15553
15345
  {
15554
15346
  d: "M11.25 4.5V6.75H24.75V4.5V2.25H11.25V4.5ZM31.5 11.25H29.25V24.75H31.5H33.75V11.25H31.5ZM24.75 31.5V29.25H11.25V31.5V33.75H24.75V31.5ZM4.5 24.75H6.75V11.25H4.5H2.25V24.75H4.5ZM11.25 31.5V29.25C8.76472 29.25 6.75 27.2353 6.75 24.75H4.5H2.25C2.25 29.7206 6.27944 33.75 11.25 33.75V31.5ZM31.5 24.75H29.25C29.25 27.2353 27.2353 29.25 24.75 29.25V31.5V33.75C29.7206 33.75 33.75 29.7206 33.75 24.75H31.5ZM24.75 4.5V6.75C27.2353 6.75 29.25 8.76472 29.25 11.25H31.5H33.75C33.75 6.27944 29.7206 2.25 24.75 2.25V4.5ZM11.25 4.5V2.25C6.27944 2.25 2.25 6.27944 2.25 11.25H4.5H6.75C6.75 8.76472 8.76472 6.75 11.25 6.75V4.5Z",
@@ -15556,7 +15348,7 @@ function CheckBox({ size = 24, fillColor }) {
15556
15348
  mask: `url(#${maskId})`
15557
15349
  }
15558
15350
  ),
15559
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15351
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15560
15352
  "path",
15561
15353
  {
15562
15354
  d: "M13.9502 18L16.6502 20.7L22.0502 15.3",
@@ -15570,7 +15362,7 @@ function CheckBox({ size = 24, fillColor }) {
15570
15362
  return { viewBox: viewBox2, path: path2 };
15571
15363
  };
15572
15364
  const { viewBox, path } = getIconData();
15573
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15365
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15574
15366
  "svg",
15575
15367
  {
15576
15368
  width: size,
@@ -15605,16 +15397,16 @@ function CheckBoxEmpty({ size = 24, fillColor }) {
15605
15397
  scale = 1;
15606
15398
  break;
15607
15399
  }
15608
- const path2 = /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("g", { transform: `scale(${scale})`, children: [
15609
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("mask", { id: maskId, fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { d: "M4.5 11.25C4.5 7.52208 7.52208 4.5 11.25 4.5H24.75C28.4779 4.5 31.5 7.52208 31.5 11.25V24.75C31.5 28.4779 28.4779 31.5 24.75 31.5H11.25C7.52208 31.5 4.5 28.4779 4.5 24.75V11.25Z" }) }),
15610
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15400
+ const path2 = /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("g", { transform: `scale(${scale})`, children: [
15401
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("mask", { id: maskId, fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M4.5 11.25C4.5 7.52208 7.52208 4.5 11.25 4.5H24.75C28.4779 4.5 31.5 7.52208 31.5 11.25V24.75C31.5 28.4779 28.4779 31.5 24.75 31.5H11.25C7.52208 31.5 4.5 28.4779 4.5 24.75V11.25Z" }) }),
15402
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15611
15403
  "path",
15612
15404
  {
15613
15405
  d: "M4.5 11.25C4.5 7.52208 7.52208 4.5 11.25 4.5H24.75C28.4779 4.5 31.5 7.52208 31.5 11.25V24.75C31.5 28.4779 28.4779 31.5 24.75 31.5H11.25C7.52208 31.5 4.5 28.4779 4.5 24.75V11.25Z",
15614
15406
  fill: fillColor
15615
15407
  }
15616
15408
  ),
15617
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15409
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15618
15410
  "path",
15619
15411
  {
15620
15412
  d: "M11.25 4.5V6.75H24.75V4.5V2.25H11.25V4.5ZM31.5 11.25H29.25V24.75H31.5H33.75V11.25H31.5ZM24.75 31.5V29.25H11.25V31.5V33.75H24.75V31.5ZM4.5 24.75H6.75V11.25H4.5H2.25V24.75H4.5ZM11.25 31.5V29.25C8.76472 29.25 6.75 27.2353 6.75 24.75H4.5H2.25C2.25 29.7206 6.27944 33.75 11.25 33.75V31.5ZM31.5 24.75H29.25C29.25 27.2353 27.2353 29.25 24.75 29.25V31.5V33.75C29.7206 33.75 33.75 29.7206 33.75 24.75H31.5ZM24.75 4.5V6.75C27.2353 6.75 29.25 8.76472 29.25 11.25H31.5H33.75C33.75 6.27944 29.7206 2.25 24.75 2.25V4.5ZM11.25 4.5V2.25C6.27944 2.25 2.25 6.27944 2.25 11.25H4.5H6.75C6.75 8.76472 8.76472 6.75 11.25 6.75V4.5Z",
@@ -15626,7 +15418,7 @@ function CheckBoxEmpty({ size = 24, fillColor }) {
15626
15418
  return { viewBox: viewBox2, path: path2 };
15627
15419
  };
15628
15420
  const { viewBox, path } = getIconData();
15629
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15421
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
15630
15422
  "svg",
15631
15423
  {
15632
15424
  width: size,
@@ -15639,135 +15431,37 @@ function CheckBoxEmpty({ size = 24, fillColor }) {
15639
15431
  );
15640
15432
  }
15641
15433
 
15642
- // src/components/molecules/checkboxes/main_checkbox/secondary_checkbox.tsx
15643
- var import_jsx_runtime19 = require("react/jsx-runtime");
15644
- function SecondaryCheckBox({ active, onClick }) {
15645
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15646
- "div",
15647
- {
15648
- className: (0, import_clsx2.default)(
15649
- "flex flex-none w-min h-min place-items-center place-content-center p-0"
15650
- ),
15651
- onClick: (e) => {
15652
- e.stopPropagation();
15653
- onClick && onClick();
15654
- },
15655
- children: active ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(CheckBox, { size: 36, fillColor: "#E8FE99" }) : /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(CheckBoxEmpty, { size: 36, fillColor: "#FFFFFF" })
15656
- }
15657
- );
15658
- }
15659
-
15660
- // src/components/molecules/buttons/icon_button/category_icon_button/category_icon_button.tsx
15661
- var import_clsx3 = __toESM(require("clsx"));
15662
- var import_jsx_runtime20 = require("react/jsx-runtime");
15663
- function CategoryIconButton({ icon, label, active }) {
15664
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
15665
- "div",
15666
- {
15667
- className: `w-min h-min flex flex-none flex-col place-items-center gap-2 hover:grayscale-0 ${active ? "" : "grayscale"}`,
15668
- children: [
15669
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
15670
- "div",
15671
- {
15672
- className: (0, import_clsx3.default)(
15673
- "flex flex-none flex-col place-items-center place-content-center rounded-lg hover:bg-qtneutral-200 border-2 border-transparent hover:border-qtneutral-500 w-[36px] h-[36px]"
15674
- ),
15675
- children: icon
15676
- }
15677
- ),
15678
- label && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "font-medium text-[0.7rem] text-qtneutral-900", children: label })
15679
- ]
15680
- }
15681
- );
15682
- }
15683
-
15684
- // src/components/molecules/dropdown/dropdown.tsx
15685
- var import_clsx4 = __toESM(require("clsx"));
15686
- var import_jsx_runtime21 = require("react/jsx-runtime");
15687
- function DropDown({
15688
- title,
15689
- items,
15690
- activeItem,
15691
- direction = "left",
15692
- onItemClick
15693
- }) {
15694
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "relative inline-block", children: [
15695
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
15696
- "div",
15697
- {
15698
- className: (0, import_clsx4.default)(
15699
- "absolute w-3.5 h-3.5 bg-black rotate-45 shadow-md z-0",
15700
- direction === "left" ? "left-[-6px] top-3" : "right-0 top-3"
15701
- )
15702
- }
15703
- ),
15704
- /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "bg-white rounded-2xl shadow-lg w-48 py-3 px-4 relative z-10", children: [
15705
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "text-xs font-bold text-gray-900 tracking-wide mb-2", children: title.toUpperCase() }),
15706
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("ul", { className: "text-sm text-gray-800 space-y-2", children: items.map((item) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
15707
- "li",
15708
- {
15709
- onClick: (e) => {
15710
- e.stopPropagation();
15711
- onItemClick?.(item);
15712
- },
15713
- className: (0, import_clsx4.default)(
15714
- "border-t border-gray-200 pt-2 cursor-pointer label-2 text-qtneutral-800 hover:text-qtpurple-500 !hover:label-2-bold",
15715
- activeItem === item ? "text-indigo-600 font-semibold" : ""
15716
- ),
15717
- children: item
15718
- },
15719
- item
15720
- )) })
15721
- ] })
15722
- ] });
15723
- }
15724
-
15725
15434
  // src/components/organisms/preview_card/preview_card.tsx
15726
- var import_jsx_runtime22 = require("react/jsx-runtime");
15435
+ var import_jsx_runtime18 = require("react/jsx-runtime");
15727
15436
  function PreviewCard({
15728
15437
  eventID,
15729
15438
  onSelected,
15730
15439
  selected,
15731
15440
  onChecked,
15441
+ checked,
15732
15442
  service,
15733
15443
  subjectLine,
15734
15444
  body,
15735
15445
  sender,
15736
15446
  source,
15737
- metadata,
15738
15447
  date,
15739
15448
  onClickGoToSource,
15740
- urgencyLevel,
15741
- alert,
15449
+ eventCategory,
15742
15450
  read,
15743
15451
  overrideItems,
15744
15452
  onOverride
15745
15453
  }) {
15746
- const [checked, setChecked] = (0, import_react2.useState)(false);
15747
15454
  const [overrideMenuOpen, setoverrideMenuOpen] = (0, import_react2.useState)(false);
15748
- function getColorVariant(urgency) {
15749
- switch (urgency) {
15750
- case "high" /* HIGH */:
15751
- return void 0;
15752
- case "medium" /* MEDIUM */:
15753
- return "#FFD481" /* YELLOW */;
15754
- case "low" /* LOW */:
15755
- return "#E8FE99" /* GREEN */;
15756
- default:
15757
- return void 0;
15758
- }
15759
- }
15760
15455
  function toggleChecked() {
15761
- setChecked(!checked);
15762
15456
  if (onChecked) {
15763
15457
  onChecked(eventID);
15764
15458
  }
15765
15459
  }
15766
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
15460
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
15767
15461
  "div",
15768
15462
  {
15769
- className: (0, import_clsx5.default)(
15770
- " flex gap-4 h-min w-[409px] bg-neutral-6 rounded-3xl p-4 border-[2px] preview-card-shadow",
15463
+ className: (0, import_clsx4.default)(
15464
+ "flex gap-4 h-min w-[409px] bg-white rounded-3xl p-4 border-[2px] preview-card-shadow",
15771
15465
  selected ? "bg-qtpurple-200 border-qtpurple-200" : "",
15772
15466
  !read ? "border-qtpurple-500" : "border-neutral-6"
15773
15467
  ),
@@ -15776,33 +15470,33 @@ function PreviewCard({
15776
15470
  onSelected && onSelected(eventID);
15777
15471
  },
15778
15472
  children: [
15779
- /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "flex flex-col gap-4 place-items-center", children: [
15780
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(SecondaryCheckBox, { active: checked, onClick: toggleChecked }),
15781
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(BrandIcon, { service, size: 24 }),
15782
- urgencyLevel && /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "relative", children: [
15783
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
15473
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "flex flex-col gap-4 place-items-center", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(BrandIcon, { service, size: 16 }) }),
15474
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "flex flex-col gap-2 grow ", children: [
15475
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "flex flex-col grow gap-1", children: [
15476
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15477
+ SenderSourceRow,
15478
+ {
15479
+ leftText: sender,
15480
+ seperator: source ? "via" : "",
15481
+ rightText: source,
15482
+ date
15483
+ }
15484
+ ),
15485
+ subjectLine && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(SubjectLineRow, { text: subjectLine })
15486
+ ] }),
15487
+ body && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "flex flex-col max-w-full w-full wrap-anywhere", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("p", { className: "line-clamp-2 body-small", children: body }) }),
15488
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "flex", children: body && /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "w-full relative flex place-content-between place-items-center", children: [
15489
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15784
15490
  "div",
15785
15491
  {
15786
15492
  onClick: (e) => {
15787
- if (!overrideItems || overrideItems.length == 0) {
15788
- return;
15789
- }
15790
15493
  e.stopPropagation();
15791
15494
  setoverrideMenuOpen(!overrideMenuOpen);
15792
15495
  },
15793
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
15794
- CategoryIconButton,
15795
- {
15796
- active: true,
15797
- icon: getCategoryIcon(
15798
- "fire" /* FIRE */,
15799
- getColorVariant(urgencyLevel)
15800
- )
15801
- }
15802
- )
15496
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(CategoryBadge, { active: eventCategory == "fire" })
15803
15497
  }
15804
15498
  ),
15805
- overrideMenuOpen && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { className: "absolute left-full top-0 ml-2 z-50", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
15499
+ overrideMenuOpen && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "absolute right-[56%] top-[140%]", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15806
15500
  DropDown,
15807
15501
  {
15808
15502
  items: overrideItems ? overrideItems : [],
@@ -15812,35 +15506,27 @@ function PreviewCard({
15812
15506
  setoverrideMenuOpen(false);
15813
15507
  }
15814
15508
  }
15815
- ) })
15816
- ] }),
15817
- alert && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
15818
- CategoryIconButton,
15819
- {
15820
- active: true,
15821
- icon: getCategoryIcon("alert" /* ALERT */)
15822
- }
15823
- )
15824
- ] }),
15825
- /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "flex flex-col gap-2 grow ", children: [
15826
- /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "flex flex-col grow gap-1", children: [
15827
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
15828
- SenderSourceRow,
15829
- {
15830
- leftText: sender,
15831
- seperator: "via",
15832
- rightText: source,
15833
- date,
15834
- onClick: onClickGoToSource
15835
- }
15836
- ),
15837
- subjectLine && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(SubjectLineRow, { text: subjectLine }),
15838
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(MetadataRow, { metadata })
15839
- ] }),
15840
- body && /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "bg-white flex flex-col max-w-full w-full gap-2 wrap-anywhere rounded-2xl text-sm p-4 leading-[120%] font-normal", children: [
15841
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { className: "line-clamp-4", children: body }),
15842
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(ThumbGroup, {})
15843
- ] })
15509
+ ) }),
15510
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "flex gap-2", children: [
15511
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15512
+ "div",
15513
+ {
15514
+ onClick: (e) => {
15515
+ e.stopPropagation();
15516
+ toggleChecked();
15517
+ },
15518
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15519
+ CheckBox,
15520
+ {
15521
+ size: 16,
15522
+ fillColor: checked ? "#E8FE99" : void 0
15523
+ }
15524
+ )
15525
+ }
15526
+ ),
15527
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { onClick: onClickGoToSource, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(ExternalLink, { size: 16, color: "#82818E" }) })
15528
+ ] })
15529
+ ] }) })
15844
15530
  ] })
15845
15531
  ]
15846
15532
  }
@@ -15848,7 +15534,7 @@ function PreviewCard({
15848
15534
  }
15849
15535
 
15850
15536
  // src/components/atoms/icons/base_icons/Gear.tsx
15851
- var import_jsx_runtime23 = require("react/jsx-runtime");
15537
+ var import_jsx_runtime19 = require("react/jsx-runtime");
15852
15538
  function Gear({
15853
15539
  size = 24,
15854
15540
  color = "#1D1D1F",
@@ -15859,8 +15545,8 @@ function Gear({
15859
15545
  case 16:
15860
15546
  return {
15861
15547
  viewBox: "0 0 16 16",
15862
- path: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
15863
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15548
+ path: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
15549
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15864
15550
  "path",
15865
15551
  {
15866
15552
  d: "M6.88309 2.87821C7.16735 1.70726 8.83265 1.70726 9.11692 2.87821C9.30055 3.63462 10.1672 3.99358 10.8319 3.58857C11.8609 2.96159 13.0384 4.13914 12.4114 5.16812C12.0064 5.83284 12.3654 6.69945 13.1218 6.88308C14.2927 7.16735 14.2927 8.83265 13.1218 9.11692C12.3654 9.30055 12.0064 10.1672 12.4114 10.8319C13.0384 11.8609 11.8609 13.0384 10.8319 12.4114C10.1672 12.0064 9.30055 12.3654 9.11692 13.1218C8.83265 14.2927 7.16735 14.2927 6.88309 13.1218C6.69945 12.3654 5.83284 12.0064 5.16812 12.4114C4.13914 13.0384 2.96159 11.8609 3.58857 10.8319C3.99358 10.1672 3.63462 9.30055 2.87821 9.11692C1.70726 8.83265 1.70726 7.16735 2.87821 6.88308C3.63462 6.69945 3.99358 5.83284 3.58857 5.16812C2.96159 4.13914 4.13914 2.96159 5.16812 3.58857C5.83284 3.99358 6.69945 3.63462 6.88309 2.87821Z",
@@ -15870,7 +15556,7 @@ function Gear({
15870
15556
  strokeLinejoin: "round"
15871
15557
  }
15872
15558
  ),
15873
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15559
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15874
15560
  "path",
15875
15561
  {
15876
15562
  d: "M10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z",
@@ -15885,8 +15571,8 @@ function Gear({
15885
15571
  case 20:
15886
15572
  return {
15887
15573
  viewBox: "0 0 20 20",
15888
- path: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
15889
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15574
+ path: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
15575
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15890
15576
  "path",
15891
15577
  {
15892
15578
  d: "M8.60386 3.59776C8.95919 2.13408 11.0408 2.13408 11.3961 3.59776C11.6257 4.54327 12.709 4.99198 13.5398 4.48571C14.8261 3.70199 16.298 5.17392 15.5143 6.46015C15.008 7.29105 15.4567 8.37431 16.4022 8.60386C17.8659 8.95919 17.8659 11.0408 16.4022 11.3961C15.4567 11.6257 15.008 12.709 15.5143 13.5398C16.298 14.8261 14.8261 16.298 13.5398 15.5143C12.709 15.008 11.6257 15.4567 11.3961 16.4022C11.0408 17.8659 8.95919 17.8659 8.60386 16.4022C8.37431 15.4567 7.29105 15.008 6.46016 15.5143C5.17392 16.298 3.70199 14.8261 4.48571 13.5398C4.99198 12.709 4.54327 11.6257 3.59776 11.3961C2.13408 11.0408 2.13408 8.95919 3.59776 8.60386C4.54327 8.37431 4.99198 7.29105 4.48571 6.46015C3.70199 5.17392 5.17392 3.70199 6.46015 4.48571C7.29105 4.99198 8.37431 4.54327 8.60386 3.59776Z",
@@ -15896,7 +15582,7 @@ function Gear({
15896
15582
  strokeLinejoin: "round"
15897
15583
  }
15898
15584
  ),
15899
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15585
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15900
15586
  "path",
15901
15587
  {
15902
15588
  d: "M12.5 10C12.5 11.3807 11.3807 12.5 10 12.5C8.61929 12.5 7.5 11.3807 7.5 10C7.5 8.61929 8.61929 7.5 10 7.5C11.3807 7.5 12.5 8.61929 12.5 10Z",
@@ -15911,8 +15597,8 @@ function Gear({
15911
15597
  case 24:
15912
15598
  return {
15913
15599
  viewBox: "0 0 24 24",
15914
- path: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
15915
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15600
+ path: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
15601
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15916
15602
  "path",
15917
15603
  {
15918
15604
  d: "M10.3246 4.31731C10.751 2.5609 13.249 2.5609 13.6754 4.31731C13.9508 5.45193 15.2507 5.99038 16.2478 5.38285C17.7913 4.44239 19.5576 6.2087 18.6172 7.75218C18.0096 8.74925 18.5481 10.0492 19.6827 10.3246C21.4391 10.751 21.4391 13.249 19.6827 13.6754C18.5481 13.9508 18.0096 15.2507 18.6172 16.2478C19.5576 17.7913 17.7913 19.5576 16.2478 18.6172C15.2507 18.0096 13.9508 18.5481 13.6754 19.6827C13.249 21.4391 10.751 21.4391 10.3246 19.6827C10.0492 18.5481 8.74926 18.0096 7.75219 18.6172C6.2087 19.5576 4.44239 17.7913 5.38285 16.2478C5.99038 15.2507 5.45193 13.9508 4.31731 13.6754C2.5609 13.249 2.5609 10.751 4.31731 10.3246C5.45193 10.0492 5.99037 8.74926 5.38285 7.75218C4.44239 6.2087 6.2087 4.44239 7.75219 5.38285C8.74926 5.99037 10.0492 5.45193 10.3246 4.31731Z",
@@ -15922,7 +15608,7 @@ function Gear({
15922
15608
  strokeLinejoin: "round"
15923
15609
  }
15924
15610
  ),
15925
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15611
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15926
15612
  "path",
15927
15613
  {
15928
15614
  d: "M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",
@@ -15937,8 +15623,8 @@ function Gear({
15937
15623
  case 36:
15938
15624
  return {
15939
15625
  viewBox: "0 0 36 36",
15940
- path: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
15941
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15626
+ path: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
15627
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15942
15628
  "path",
15943
15629
  {
15944
15630
  d: "M15.4869 6.47596C16.1265 3.84134 19.8735 3.84135 20.5131 6.47596C20.9262 8.17789 22.8761 8.98556 24.3717 8.07427C26.6869 6.66359 29.3364 9.31305 27.9257 11.6283C27.0144 13.1239 27.8221 15.0738 29.524 15.4869C32.1587 16.1265 32.1587 19.8735 29.524 20.5131C27.8221 20.9262 27.0144 22.8761 27.9257 24.3717C29.3364 26.6869 26.6869 29.3364 24.3717 27.9257C22.8761 27.0144 20.9262 27.8221 20.5131 29.524C19.8735 32.1587 16.1265 32.1587 15.4869 29.524C15.0738 27.8221 13.1239 27.0144 11.6283 27.9257C9.31306 29.3364 6.66359 26.6869 8.07428 24.3717C8.98556 22.8761 8.17789 20.9262 6.47596 20.5131C3.84135 19.8735 3.84134 16.1265 6.47596 15.4869C8.17789 15.0738 8.98556 13.1239 8.07427 11.6283C6.66358 9.31305 9.31305 6.66358 11.6283 8.07427C13.1239 8.98556 15.0738 8.17789 15.4869 6.47596Z",
@@ -15948,7 +15634,7 @@ function Gear({
15948
15634
  strokeLinejoin: "round"
15949
15635
  }
15950
15636
  ),
15951
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15637
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15952
15638
  "path",
15953
15639
  {
15954
15640
  d: "M22.5 18C22.5 20.4853 20.4853 22.5 18 22.5C15.5147 22.5 13.5 20.4853 13.5 18C13.5 15.5147 15.5147 13.5 18 13.5C20.4853 13.5 22.5 15.5147 22.5 18Z",
@@ -15963,7 +15649,7 @@ function Gear({
15963
15649
  }
15964
15650
  };
15965
15651
  const { viewBox, path } = getIconData();
15966
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
15652
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
15967
15653
  "svg",
15968
15654
  {
15969
15655
  width: size,
@@ -15977,7 +15663,7 @@ function Gear({
15977
15663
  }
15978
15664
 
15979
15665
  // src/components/atoms/icons/base_icons/Logout.tsx
15980
- var import_jsx_runtime24 = require("react/jsx-runtime");
15666
+ var import_jsx_runtime20 = require("react/jsx-runtime");
15981
15667
  function Logout({
15982
15668
  size = 24,
15983
15669
  color = "#1D1D1F",
@@ -15988,7 +15674,7 @@ function Logout({
15988
15674
  case 16:
15989
15675
  return {
15990
15676
  viewBox: "0 0 16 16",
15991
- path: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
15677
+ path: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
15992
15678
  "path",
15993
15679
  {
15994
15680
  d: "M11.3333 10.6666L14 7.99996M14 7.99996L11.3333 5.33329M14 7.99996L4.66667 7.99996M8.66667 10.6666V11.3333C8.66667 12.4379 7.77124 13.3333 6.66667 13.3333H4C2.89543 13.3333 2 12.4379 2 11.3333V4.66663C2 3.56206 2.89543 2.66663 4 2.66663H6.66667C7.77124 2.66663 8.66667 3.56206 8.66667 4.66663V5.33329",
@@ -16002,7 +15688,7 @@ function Logout({
16002
15688
  case 20:
16003
15689
  return {
16004
15690
  viewBox: "0 0 20 20",
16005
- path: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
15691
+ path: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16006
15692
  "path",
16007
15693
  {
16008
15694
  d: "M14.1667 13.3334L17.5 10M17.5 10L14.1667 6.66671M17.5 10L5.83333 10M10.8333 13.3334V14.1667C10.8333 15.5474 9.71405 16.6667 8.33333 16.6667H5C3.61929 16.6667 2.5 15.5474 2.5 14.1667V5.83337C2.5 4.45266 3.61929 3.33337 5 3.33337H8.33333C9.71405 3.33337 10.8333 4.45266 10.8333 5.83337V6.66671",
@@ -16016,7 +15702,7 @@ function Logout({
16016
15702
  case 24:
16017
15703
  return {
16018
15704
  viewBox: "0 0 24 24",
16019
- path: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
15705
+ path: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16020
15706
  "path",
16021
15707
  {
16022
15708
  d: "M17 16L21 12M21 12L17 8M21 12L7 12M13 16V17C13 18.6569 11.6569 20 10 20H6C4.34315 20 3 18.6569 3 17V7C3 5.34315 4.34315 4 6 4H10C11.6569 4 13 5.34315 13 7V8",
@@ -16030,7 +15716,7 @@ function Logout({
16030
15716
  case 36:
16031
15717
  return {
16032
15718
  viewBox: "0 0 36 36",
16033
- path: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
15719
+ path: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16034
15720
  "path",
16035
15721
  {
16036
15722
  d: "M25.5 24L31.5 18M31.5 18L25.5 12M31.5 18L10.5 18M19.5 24V25.5C19.5 27.9853 17.4853 30 15 30H9C6.51472 30 4.5 27.9853 4.5 25.5V10.5C4.5 8.01472 6.51472 6 9 6H15C17.4853 6 19.5 8.01472 19.5 10.5V12",
@@ -16044,7 +15730,7 @@ function Logout({
16044
15730
  }
16045
15731
  };
16046
15732
  const { viewBox, path } = getIconData();
16047
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
15733
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
16048
15734
  "svg",
16049
15735
  {
16050
15736
  width: size,
@@ -16058,7 +15744,7 @@ function Logout({
16058
15744
  }
16059
15745
 
16060
15746
  // src/components/atoms/icons/base_icons/Queue.tsx
16061
- var import_jsx_runtime25 = require("react/jsx-runtime");
15747
+ var import_jsx_runtime21 = require("react/jsx-runtime");
16062
15748
  function Queue({
16063
15749
  size = 24,
16064
15750
  color = "#1D1D1F",
@@ -16069,8 +15755,8 @@ function Queue({
16069
15755
  case 16:
16070
15756
  return {
16071
15757
  viewBox: "0 0 16 16",
16072
- path: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_jsx_runtime25.Fragment, { children: [
16073
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15758
+ path: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_jsx_runtime21.Fragment, { children: [
15759
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16074
15760
  "path",
16075
15761
  {
16076
15762
  d: "M6.86628 11.4002H5.73294C5.10702 11.4002 4.59961 10.8928 4.59961 10.2669V5.73355C4.59961 5.10763 5.10702 4.60022 5.73294 4.60022H10.2663C10.8922 4.60022 11.3996 5.10763 11.3996 5.73355V6.86689M7.99961 13.6669H12.5329C13.1589 13.6669 13.6663 13.1595 13.6663 12.5336V8.00022C13.6663 7.3743 13.1589 6.86689 12.5329 6.86689H7.99961C7.37369 6.86689 6.86628 7.3743 6.86628 8.00022V12.5336C6.86628 13.1595 7.37369 13.6669 7.99961 13.6669Z",
@@ -16080,7 +15766,7 @@ function Queue({
16080
15766
  strokeLinejoin: "round"
16081
15767
  }
16082
15768
  ),
16083
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15769
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16084
15770
  "path",
16085
15771
  {
16086
15772
  d: "M4.59967 9.13325H3.46634C2.84042 9.13325 2.33301 8.62584 2.33301 7.99992V3.46659C2.33301 2.84066 2.84042 2.33325 3.46634 2.33325H7.99967C8.6256 2.33325 9.13301 2.84066 9.13301 3.46659V4.59992M11.4626 6.74066L11.3997 5.73325C11.3997 5.10733 10.8923 4.59992 10.2663 4.59992H5.73301C5.10709 4.59992 4.59967 5.10733 4.59967 5.73325V10.2666C4.59967 10.8925 5.10709 11.3999 5.73301 11.3999H6.74042",
@@ -16090,7 +15776,7 @@ function Queue({
16090
15776
  strokeLinejoin: "round"
16091
15777
  }
16092
15778
  ),
16093
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15779
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16094
15780
  "path",
16095
15781
  {
16096
15782
  d: "M6.86621 7.99918C6.86621 7.37326 7.37362 6.86584 7.99954 6.86584H12.5329C13.1588 6.86584 13.6662 7.37326 13.6662 7.99918V12.5325C13.6662 13.1584 13.1588 13.6658 12.5329 13.6658H7.99954C7.37362 13.6658 6.86621 13.1584 6.86621 12.5325V7.99918Z",
@@ -16105,8 +15791,8 @@ function Queue({
16105
15791
  case 20:
16106
15792
  return {
16107
15793
  viewBox: "0 0 20 20",
16108
- path: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_jsx_runtime25.Fragment, { children: [
16109
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15794
+ path: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_jsx_runtime21.Fragment, { children: [
15795
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16110
15796
  "path",
16111
15797
  {
16112
15798
  d: "M8.58333 14.2501H7.16667C6.38426 14.2501 5.75 13.6159 5.75 12.8335V7.16679C5.75 6.38439 6.38426 5.75012 7.16667 5.75012H12.8333C13.6157 5.75012 14.25 6.38439 14.25 7.16679V8.58346M10 17.0835H15.6667C16.4491 17.0835 17.0833 16.4492 17.0833 15.6668V10.0001C17.0833 9.21772 16.4491 8.58346 15.6667 8.58346H10C9.2176 8.58346 8.58333 9.21772 8.58333 10.0001V15.6668C8.58333 16.4492 9.2176 17.0835 10 17.0835Z",
@@ -16116,7 +15802,7 @@ function Queue({
16116
15802
  strokeLinejoin: "round"
16117
15803
  }
16118
15804
  ),
16119
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15805
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16120
15806
  "path",
16121
15807
  {
16122
15808
  d: "M5.75033 11.4165H4.33366C3.55126 11.4165 2.91699 10.7822 2.91699 9.99984V4.33317C2.91699 3.55077 3.55126 2.9165 4.33366 2.9165H10.0003C10.7827 2.9165 11.417 3.55077 11.417 4.33317V5.74984M14.329 8.42576L14.2503 7.1665C14.2503 6.3841 13.6161 5.74984 12.8337 5.74984H7.16699C6.38459 5.74984 5.75033 6.3841 5.75033 7.1665V12.8332C5.75033 13.6156 6.38459 14.2498 7.16699 14.2498H8.42625",
@@ -16126,7 +15812,7 @@ function Queue({
16126
15812
  strokeLinejoin: "round"
16127
15813
  }
16128
15814
  ),
16129
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15815
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16130
15816
  "path",
16131
15817
  {
16132
15818
  d: "M8.58398 9.99882C8.58398 9.21642 9.21825 8.58215 10.0007 8.58215H15.6673C16.4497 8.58215 17.084 9.21642 17.084 9.99882V15.6655C17.084 16.4479 16.4497 17.0822 15.6673 17.0822H10.0007C9.21825 17.0822 8.58398 16.4479 8.58398 15.6655V9.99882Z",
@@ -16141,8 +15827,8 @@ function Queue({
16141
15827
  case 24:
16142
15828
  return {
16143
15829
  viewBox: "0 0 24 24",
16144
- path: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_jsx_runtime25.Fragment, { children: [
16145
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15830
+ path: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_jsx_runtime21.Fragment, { children: [
15831
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16146
15832
  "path",
16147
15833
  {
16148
15834
  d: "M10.2994 17.0997H8.59941C7.66053 17.0997 6.89941 16.3385 6.89941 15.3997V8.59966C6.89941 7.66077 7.66053 6.89966 8.59941 6.89966H15.3994C16.3383 6.89966 17.0994 7.66077 17.0994 8.59966V10.2997M11.9994 20.4997H18.7994C19.7383 20.4997 20.4994 19.7385 20.4994 18.7997V11.9997C20.4994 11.0608 19.7383 10.2997 18.7994 10.2997H11.9994C11.0605 10.2997 10.2994 11.0608 10.2994 11.9997V18.7997C10.2994 19.7385 11.0605 20.4997 11.9994 20.4997Z",
@@ -16152,7 +15838,7 @@ function Queue({
16152
15838
  strokeLinejoin: "round"
16153
15839
  }
16154
15840
  ),
16155
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15841
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16156
15842
  "path",
16157
15843
  {
16158
15844
  d: "M6.9 13.7H5.2C4.26112 13.7 3.5 12.9389 3.5 12V5.2C3.5 4.26112 4.26112 3.5 5.2 3.5H12C12.9389 3.5 13.7 4.26112 13.7 5.2V6.9M17.1944 10.1111L17.1 8.6C17.1 7.66112 16.3389 6.9 15.4 6.9H8.6C7.66112 6.9 6.9 7.66112 6.9 8.6V15.4C6.9 16.3389 7.66112 17.1 8.6 17.1H10.1111",
@@ -16162,7 +15848,7 @@ function Queue({
16162
15848
  strokeLinejoin: "round"
16163
15849
  }
16164
15850
  ),
16165
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15851
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16166
15852
  "path",
16167
15853
  {
16168
15854
  d: "M10.2998 11.9993C10.2998 11.0604 11.0609 10.2993 11.9998 10.2993H18.7998C19.7387 10.2993 20.4998 11.0604 20.4998 11.9993V18.7993C20.4998 19.7382 19.7387 20.4993 18.7998 20.4993H11.9998C11.0609 20.4993 10.2998 19.7382 10.2998 18.7993V11.9993Z",
@@ -16177,8 +15863,8 @@ function Queue({
16177
15863
  case 36:
16178
15864
  return {
16179
15865
  viewBox: "0 0 36 36",
16180
- path: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_jsx_runtime25.Fragment, { children: [
16181
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15866
+ path: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_jsx_runtime21.Fragment, { children: [
15867
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16182
15868
  "path",
16183
15869
  {
16184
15870
  d: "M15.4496 25.6511H12.8996C11.4913 25.6511 10.3496 24.5094 10.3496 23.1011V12.9011C10.3496 11.4927 11.4913 10.3511 12.8996 10.3511H23.0996C24.5079 10.3511 25.6496 11.4927 25.6496 12.9011V15.4511M17.9996 30.7511H28.1996C29.6079 30.7511 30.7496 29.6094 30.7496 28.2011V18.0011C30.7496 16.5927 29.6079 15.4511 28.1996 15.4511H17.9996C16.5913 15.4511 15.4496 16.5927 15.4496 18.0011V28.2011C15.4496 29.6094 16.5913 30.7511 17.9996 30.7511Z",
@@ -16188,7 +15874,7 @@ function Queue({
16188
15874
  strokeLinejoin: "round"
16189
15875
  }
16190
15876
  ),
16191
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15877
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16192
15878
  "path",
16193
15879
  {
16194
15880
  d: "M10.35 20.549H7.8C6.39167 20.549 5.25 19.4073 5.25 17.999V7.79902C5.25 6.3907 6.39167 5.24902 7.8 5.24902H18C19.4083 5.24902 20.55 6.3907 20.55 7.79902V10.349M25.7917 15.1657L25.65 12.899C25.65 11.4907 24.5083 10.349 23.1 10.349H12.9C11.4917 10.349 10.35 11.4907 10.35 12.899V23.099C10.35 24.5073 11.4917 25.649 12.9 25.649H15.1667",
@@ -16198,7 +15884,7 @@ function Queue({
16198
15884
  strokeLinejoin: "round"
16199
15885
  }
16200
15886
  ),
16201
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15887
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16202
15888
  "path",
16203
15889
  {
16204
15890
  d: "M15.4492 17.9987C15.4492 16.5904 16.5909 15.4487 17.9992 15.4487H28.1992C29.6075 15.4487 30.7492 16.5904 30.7492 17.9987V28.1987C30.7492 29.6071 29.6075 30.7487 28.1992 30.7487H17.9992C16.5909 30.7487 15.4492 29.6071 15.4492 28.1987V17.9987Z",
@@ -16213,7 +15899,7 @@ function Queue({
16213
15899
  }
16214
15900
  };
16215
15901
  const { viewBox, path } = getIconData();
16216
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
15902
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
16217
15903
  "svg",
16218
15904
  {
16219
15905
  width: size,
@@ -16227,17 +15913,17 @@ function Queue({
16227
15913
  }
16228
15914
 
16229
15915
  // src/components/atoms/qtalo_logo/qtalo_logo.tsx
16230
- var import_jsx_runtime26 = require("react/jsx-runtime");
15916
+ var import_jsx_runtime22 = require("react/jsx-runtime");
16231
15917
  function QTLogo({ variant }) {
16232
15918
  if (variant == "monogram") {
16233
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
15919
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
16234
15920
  "svg",
16235
15921
  {
16236
15922
  xmlns: "http://www.w3.org/2000/svg",
16237
15923
  width: "40",
16238
15924
  height: "40",
16239
15925
  viewBox: "0 0 40 40",
16240
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
15926
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
16241
15927
  "image",
16242
15928
  {
16243
15929
  href: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAABApJREFUWEfNWV1SGkEQ/npXTcUnvAGeIHKCyAnUEwguIsmLeILgCcSXhL9VPIF6ArmBeoJwg1CpPEV2O9ULu7WsuzOzSCWZKl5gpvubnu6vfyAsuRoNLk5/Y98mfGDGLhMKBBREHAMTAsby8Rn39gZGnQ6Nl1FFeQ41m1z49RMVm7DHwG6eswCemHHZv6JhnnPGAE8cPvWBVmilPEoSe8fMODcFqgUoT8kvuF7CYro7jK11lHVPrwT4yeHDKdBegdWywIpfnvVcusvakAlQnpSBts4Mq/jdBirfXLpJk5UK8G+CC0FlgXwF8PiYd8jHo6lliDBiH/dsY2TbmATnpij6PnbIwp5QkKmsNQulr316iu9fACgB4b/gAUBRJ5SAy/ceWu0hzUBlrEaFi76NFoBDnUwA400PpbjMBYAnDku0VlSCAgImVDsDGhkojLbUHd4n4IJ1lye0ewM6Cw9GAOfW+64F56HcGS6XFcSabONBBzL+1BFAE+tZHraXBRde3MTHCbjrunQgZwKAJtYD4bw3IPGlN696jVtgfFEJ2vSwJb4YADw+4goRrhVkOe66tP1mZHMBlQoX3tl4VD414aw3IEkSwInD4heZdGAxqp2cSV53GZ0VCRh1XSoHAOsOs0rgKnwvKV+suGHjh0LvpOfSFn0+5p2pgpiFiLsDKusssszv9Ro/grGTdVaimYSfANwq/O+y61JzGQC6M3WHpTbMJHC2UCVdgKwyepOAdX4YADTZ1O/nq4J1los4UcMeYpx/CrBe4yYYF5kXEoD//xPrg2TYdalq+mx59p04fMuABGnqsghlmpdDqiJh3MuZRcLuT7SubeAuq+8wopk5UQthBj1t2rLWsa1rbsJzkte9FzzG+5i0atkg/8+Iep7qlKbOQzVZVkmC1FVPBNx3XZIaUl8sAJhsetjWVc+6tBmCNKncw/wfAJznRfHDzGdGotLNcoe6wyp3maxZKHs+pGNUVe6RQaKCVUfYAkjVHoaAdanTJMoJiJgjAmhkRQRdW1XVaAuAxhFXfEV9qQE5sTyUwsp9oWmqH3ETpGD2UDKj1buic5UiY1lJIYnK/VVfrCteY/K0QyATt4njI8JTd0Clhe+SFzDtvOJApfr1GM80cwGZDxZkbugDQhPZgRcTErSzKR1j6uhj3nlJA28k3MTxDfYcpPl25vBIQFo+hMC1UwYD5SZbAgpSjj5W8NwmQFR7XuV97QAzyDQOS/t3+lbtJueTAyQjgAG3zcYWMlvJLI9MAEgT5s8CKvXCUmLF5z7GAEPl4bSKgI85/FMmBDdEuAuVp72KRHJyQJAbYNxKjRrvBnNAQhGEDxGPU/A3xIQ9PMvcsJ+Y+UVpscYtYhwKLQkH0hTV5OznD06t70w92gcAAAAAAElFTkSuQmCC",
@@ -16250,14 +15936,14 @@ function QTLogo({ variant }) {
16250
15936
  }
16251
15937
  );
16252
15938
  } else {
16253
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
15939
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
16254
15940
  "svg",
16255
15941
  {
16256
15942
  xmlns: "http://www.w3.org/2000/svg",
16257
15943
  width: "140",
16258
15944
  height: "40",
16259
15945
  viewBox: "0 0 140 40",
16260
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
15946
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
16261
15947
  "image",
16262
15948
  {
16263
15949
  href: "data:image/png;base64,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",
@@ -16273,63 +15959,63 @@ function QTLogo({ variant }) {
16273
15959
  }
16274
15960
 
16275
15961
  // src/components/molecules/buttons/nav_button/main_nav_button/main_nav_button.tsx
16276
- var import_clsx6 = __toESM(require("clsx"));
16277
- var import_jsx_runtime27 = require("react/jsx-runtime");
15962
+ var import_clsx5 = __toESM(require("clsx"));
15963
+ var import_jsx_runtime23 = require("react/jsx-runtime");
16278
15964
  function MainNavButton({ icon, label, active, onClick }) {
16279
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
15965
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
16280
15966
  "div",
16281
15967
  {
16282
15968
  className: "w-min h-min flex flex-none flex-col place-items-center gap-2",
16283
15969
  onClick,
16284
15970
  children: [
16285
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
15971
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
16286
15972
  "div",
16287
15973
  {
16288
- className: (0, import_clsx6.default)(
15974
+ className: (0, import_clsx5.default)(
16289
15975
  "w-[44px] h-[44px] flex flex-none flex-col place-items-center place-content-center rounded-xl border-2 hover:border-qtpurple-500",
16290
15976
  active ? "border-qtpurple-500 qt-drop-shadow-100 bg-qtpurple-200" : "border-qtpurple-300 bg-white"
16291
15977
  ),
16292
15978
  children: icon
16293
15979
  }
16294
15980
  ),
16295
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "label-3-bold text-qtpurple-500 select-none", children: label })
15981
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "label-3-bold text-qtpurple-500 select-none", children: label })
16296
15982
  ]
16297
15983
  }
16298
15984
  );
16299
15985
  }
16300
15986
 
16301
15987
  // src/components/organisms/nav_bar/nav_bar.tsx
16302
- var import_jsx_runtime28 = require("react/jsx-runtime");
15988
+ var import_jsx_runtime24 = require("react/jsx-runtime");
16303
15989
  function NavBar({ buttons = {} }) {
16304
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "flex flex-col w-[66px] bg-qtneutral-100 navbar-shadow h-full py-12 place-items-center place-content-between gap-8", children: [
16305
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "flex flex-col gap-8", children: [
16306
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(QTLogo, { variant: "monogram" }),
16307
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
15990
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "flex flex-col w-[66px] bg-qtneutral-100 navbar-shadow h-full py-12 place-items-center place-content-between gap-8", children: [
15991
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "flex flex-col gap-8", children: [
15992
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(QTLogo, { variant: "monogram" }),
15993
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
16308
15994
  MainNavButton,
16309
15995
  {
16310
15996
  active: buttons.queue?.active,
16311
15997
  label: "Queue",
16312
- icon: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Queue, { color: "#6558FD" }),
15998
+ icon: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Queue, { color: "#6558FD" }),
16313
15999
  onClick: buttons.queue?.onClick
16314
16000
  }
16315
16001
  )
16316
16002
  ] }),
16317
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "flex flex-col gap-8", children: [
16318
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
16003
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "flex flex-col gap-8", children: [
16004
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
16319
16005
  MainNavButton,
16320
16006
  {
16321
16007
  active: buttons.account?.active,
16322
16008
  label: "Account",
16323
- icon: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Gear, { color: "#6558FD" }),
16009
+ icon: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Gear, { color: "#6558FD" }),
16324
16010
  onClick: buttons.account?.onClick
16325
16011
  }
16326
16012
  ),
16327
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
16013
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
16328
16014
  MainNavButton,
16329
16015
  {
16330
16016
  active: buttons.logout?.active,
16331
16017
  label: "Logout",
16332
- icon: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Logout, { color: "#6558FD" }),
16018
+ icon: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Logout, { color: "#6558FD" }),
16333
16019
  onClick: buttons.logout?.onClick
16334
16020
  }
16335
16021
  )
@@ -16337,15 +16023,21 @@ function NavBar({ buttons = {} }) {
16337
16023
  ] });
16338
16024
  }
16339
16025
 
16340
- // src/components/atoms/icons/category_icons/category_icon.tsx
16341
- var import_jsx_runtime29 = require("react/jsx-runtime");
16342
- function CategoryIcon({ size = 24, icon, variant }) {
16343
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
16026
+ // src/components/molecules/checkboxes/main_checkbox/secondary_checkbox.tsx
16027
+ var import_clsx6 = __toESM(require("clsx"));
16028
+ var import_jsx_runtime25 = require("react/jsx-runtime");
16029
+ function SecondaryCheckBox({ active, onClick }) {
16030
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
16344
16031
  "div",
16345
16032
  {
16346
- className: `flex-none`,
16347
- style: { width: `${size}px`, height: `${size}px` },
16348
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "w-full h-full", children: icon && getCategoryIcon(icon, variant, size) })
16033
+ className: (0, import_clsx6.default)(
16034
+ "flex flex-none w-min h-min place-items-center place-content-center p-0"
16035
+ ),
16036
+ onClick: (e) => {
16037
+ e.stopPropagation();
16038
+ onClick && onClick();
16039
+ },
16040
+ children: active ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(CheckBox, { size: 36, fillColor: "#E8FE99" }) : /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(CheckBoxEmpty, { size: 36, fillColor: "#FFFFFF" })
16349
16041
  }
16350
16042
  );
16351
16043
  }
@@ -16357,10 +16049,10 @@ var import_react3 = require("react");
16357
16049
  var import_clsx7 = __toESM(require("clsx"));
16358
16050
 
16359
16051
  // src/components/molecules/text_content/intel_row/intel_row.tsx
16360
- var import_jsx_runtime30 = require("react/jsx-runtime");
16052
+ var import_jsx_runtime26 = require("react/jsx-runtime");
16361
16053
  function IntelRow({ boldText, text }) {
16362
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "flex w-max body-small text-neutral-1 gap-2 max-w-full", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "flex break-words", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("p", { children: [
16363
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("strong", { className: "body-small-bold", children: [
16054
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: "flex w-max body-small text-neutral-1 gap-2 max-w-full", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: "flex break-words", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("p", { children: [
16055
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("strong", { className: "body-small-bold", children: [
16364
16056
  boldText,
16365
16057
  ":"
16366
16058
  ] }),
@@ -16370,7 +16062,7 @@ function IntelRow({ boldText, text }) {
16370
16062
  }
16371
16063
 
16372
16064
  // src/components/organisms/intel_card/intel_card.tsx
16373
- var import_jsx_runtime31 = require("react/jsx-runtime");
16065
+ var import_jsx_runtime27 = require("react/jsx-runtime");
16374
16066
  function IntelCard({
16375
16067
  onRead,
16376
16068
  onSelected,
@@ -16391,7 +16083,7 @@ function IntelCard({
16391
16083
  return "";
16392
16084
  }
16393
16085
  };
16394
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
16086
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
16395
16087
  "div",
16396
16088
  {
16397
16089
  className: (0, import_clsx7.default)(
@@ -16404,10 +16096,10 @@ function IntelCard({
16404
16096
  reversed ? "rounded-b-2xl border-t-[2px]" : "rounded-t-2xl border-b-[2px]"
16405
16097
  ),
16406
16098
  children: [
16407
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "flex flex-col gap-4 place-items-center" }),
16408
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "flex flex-col gap-2 max-w-full", children: [
16409
- urgency && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(IntelRow, { boldText: urgencyPrefix(), text: urgencyText }),
16410
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(IntelRow, { boldText: "Summary", text: summary })
16099
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "flex flex-col gap-4 place-items-center" }),
16100
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: "flex flex-col gap-2 max-w-full", children: [
16101
+ urgency && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(IntelRow, { boldText: urgencyPrefix(), text: urgencyText }),
16102
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(IntelRow, { boldText: "Summary", text: summary })
16411
16103
  ] })
16412
16104
  ]
16413
16105
  }
@@ -16415,7 +16107,7 @@ function IntelCard({
16415
16107
  }
16416
16108
 
16417
16109
  // src/components/organisms/emails/single_event.tsx
16418
- var import_jsx_runtime32 = require("react/jsx-runtime");
16110
+ var import_jsx_runtime28 = require("react/jsx-runtime");
16419
16111
  function SingleEvent({
16420
16112
  urgency,
16421
16113
  service,
@@ -16435,7 +16127,7 @@ function SingleEvent({
16435
16127
  setExpanded(true);
16436
16128
  }
16437
16129
  }, [startExpanded]);
16438
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
16130
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
16439
16131
  "div",
16440
16132
  {
16441
16133
  className: "flex flex-col rounded-3xl bg-qtneutral-200 py-4 px-4 gap-4 h-min",
@@ -16445,15 +16137,15 @@ function SingleEvent({
16445
16137
  }
16446
16138
  },
16447
16139
  children: [
16448
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "flex gap-2 place-items-center", children: [
16449
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
16140
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "flex gap-2 place-items-center", children: [
16141
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
16450
16142
  SecondaryCheckBox,
16451
16143
  {
16452
16144
  active: selected,
16453
16145
  onClick: () => setSelected(!selected)
16454
16146
  }
16455
16147
  ),
16456
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
16148
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
16457
16149
  CategoryIcon,
16458
16150
  {
16459
16151
  size: 30,
@@ -16461,8 +16153,8 @@ function SingleEvent({
16461
16153
  variant: urgency == "high" ? void 0 : urgency == "medium" ? "#FFD481" /* YELLOW */ : urgency == void 0 ? "none" /* OUTLINED */ : void 0
16462
16154
  }
16463
16155
  ),
16464
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "flex flex-col w-full h-min", children: [
16465
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
16156
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "flex flex-col w-full h-min", children: [
16157
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
16466
16158
  SenderSourceRow,
16467
16159
  {
16468
16160
  leftText: sender,
@@ -16472,12 +16164,12 @@ function SingleEvent({
16472
16164
  onClick: onExternal
16473
16165
  }
16474
16166
  ),
16475
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(SubjectLineRow, { text: subjectLine })
16167
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SubjectLineRow, { text: subjectLine })
16476
16168
  ] })
16477
16169
  ] }),
16478
- expanded && /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
16479
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { children: [
16480
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
16170
+ expanded && /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_jsx_runtime28.Fragment, { children: [
16171
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { children: [
16172
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
16481
16173
  IntelCard,
16482
16174
  {
16483
16175
  urgencyText: urgencyExplanation,
@@ -16487,7 +16179,7 @@ function SingleEvent({
16487
16179
  ),
16488
16180
  body
16489
16181
  ] }),
16490
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(BrandIcon, { service })
16182
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(BrandIcon, { service })
16491
16183
  ] })
16492
16184
  ]
16493
16185
  }
@@ -16496,7 +16188,7 @@ function SingleEvent({
16496
16188
 
16497
16189
  // src/components/organisms/event_card/event_card.tsx
16498
16190
  var import_clsx8 = __toESM(require("clsx"));
16499
- var import_jsx_runtime33 = require("react/jsx-runtime");
16191
+ var import_jsx_runtime29 = require("react/jsx-runtime");
16500
16192
  function EventCard({
16501
16193
  eventType,
16502
16194
  eventData,
@@ -16507,9 +16199,9 @@ function EventCard({
16507
16199
  function getEventBody() {
16508
16200
  switch (eventType) {
16509
16201
  case "message" /* MESSAGE */:
16510
- return eventData ? eventData[0].eventBody : /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
16202
+ return eventData ? eventData[0].eventBody : /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
16511
16203
  case "email" /* EMAIL */:
16512
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
16204
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
16513
16205
  SingleEvent,
16514
16206
  {
16515
16207
  urgency: d.urgency,
@@ -16524,9 +16216,9 @@ function EventCard({
16524
16216
  summary: d.summary
16525
16217
  },
16526
16218
  d.id
16527
- )) : /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, { children: " " }) });
16219
+ )) : /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: " " }) });
16528
16220
  case "ticket" /* TICKET */:
16529
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
16221
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
16530
16222
  SingleEvent,
16531
16223
  {
16532
16224
  urgency: d.urgency,
@@ -16540,12 +16232,12 @@ function EventCard({
16540
16232
  summary: d.summary
16541
16233
  },
16542
16234
  d.id
16543
- )) : /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, { children: " " }) });
16235
+ )) : /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: " " }) });
16544
16236
  default:
16545
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
16237
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
16546
16238
  }
16547
16239
  }
16548
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
16240
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
16549
16241
  "div",
16550
16242
  {
16551
16243
  className: (0, import_clsx8.default)(
@@ -16553,8 +16245,17 @@ function EventCard({
16553
16245
  eventType == "message" /* MESSAGE */ ? "bg-qtneutral-200" : "bg-white py-4 pl-4 pr-2"
16554
16246
  ),
16555
16247
  children: [
16556
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "overflow-y-auto flex flex-col gap-4 w-full", children: getEventBody() }),
16557
- eventType == "message" /* MESSAGE */ && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
16248
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
16249
+ "div",
16250
+ {
16251
+ className: (0, import_clsx8.default)(
16252
+ eventType == "message" /* MESSAGE */ ? "flex-col-reverse" : "flex-col",
16253
+ "overflow-y-auto flex gap-4 w-full"
16254
+ ),
16255
+ children: getEventBody()
16256
+ }
16257
+ ),
16258
+ eventType == "message" /* MESSAGE */ && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
16558
16259
  IntelCard,
16559
16260
  {
16560
16261
  urgency: groupUrgency,
@@ -16568,11 +16269,20 @@ function EventCard({
16568
16269
  );
16569
16270
  }
16570
16271
 
16272
+ // src/components/molecules/text_content/metadata_row/metadata_row.tsx
16273
+ var import_jsx_runtime30 = require("react/jsx-runtime");
16274
+ function MetadataRow({ metadata }) {
16275
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "flex w-full flex-wrap break-all body-small text-neutral-900 gap-2", children: [
16276
+ metadata && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { children: metadata[0] + (metadata.length == 2 ? "," : "") }),
16277
+ metadata?.length == 2 && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { children: metadata[1] })
16278
+ ] });
16279
+ }
16280
+
16571
16281
  // src/components/organisms/message_body/email_body.tsx
16572
16282
  var import_dompurify = __toESM(require("dompurify"));
16573
16283
  var import_react_markdown = __toESM(require("react-markdown"));
16574
16284
  var import_rehype_raw = __toESM(require("rehype-raw"));
16575
- var import_jsx_runtime34 = require("react/jsx-runtime");
16285
+ var import_jsx_runtime31 = require("react/jsx-runtime");
16576
16286
  function EmailBody({
16577
16287
  subjectLine,
16578
16288
  to,
@@ -16584,24 +16294,24 @@ function EmailBody({
16584
16294
  body
16585
16295
  }) {
16586
16296
  const clean = import_dompurify.default.sanitize(body ?? "");
16587
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl overflow-auto", children: [
16588
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex flex-col gap-0.5", children: [
16589
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MetadataRow, { metadata: [`Subject: ${subjectLine}`] }),
16590
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MetadataRow, { metadata: [`To: ${to}`] }),
16591
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MetadataRow, { metadata: [`Date: ${date}`] }),
16592
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MetadataRow, { metadata: [`From: ${from}`] }),
16593
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MetadataRow, { metadata: [`CC: ${CC}`] }),
16594
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MetadataRow, { metadata: [`BCC: ${BCC}`] }),
16595
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MetadataRow, { metadata: [`Attachments: ${attachments}`] })
16297
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl overflow-auto", children: [
16298
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "flex flex-col gap-0.5", children: [
16299
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(MetadataRow, { metadata: [`Subject: ${subjectLine}`] }),
16300
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(MetadataRow, { metadata: [`To: ${to}`] }),
16301
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(MetadataRow, { metadata: [`Date: ${date}`] }),
16302
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(MetadataRow, { metadata: [`From: ${from}`] }),
16303
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(MetadataRow, { metadata: [`CC: ${CC}`] }),
16304
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(MetadataRow, { metadata: [`BCC: ${BCC}`] }),
16305
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(MetadataRow, { metadata: [`Attachments: ${attachments}`] })
16596
16306
  ] }),
16597
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("hr", { className: "text-qtneutral-500" }),
16598
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "body-medium prose break-all whitespace-pre-line", children: body && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
16307
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("hr", { className: "text-qtneutral-500" }),
16308
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "body-medium prose break-all whitespace-pre-line", children: body && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
16599
16309
  import_react_markdown.default,
16600
16310
  {
16601
16311
  children: body,
16602
16312
  rehypePlugins: [import_rehype_raw.default],
16603
16313
  components: {
16604
- img: ({ node, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("img", { style: { maxWidth: "100%" }, ...props })
16314
+ img: ({ node, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("img", { style: { maxWidth: "100%" }, ...props })
16605
16315
  // Apply custom components/styling
16606
16316
  }
16607
16317
  }
@@ -16615,11 +16325,11 @@ var import_react4 = require("react");
16615
16325
 
16616
16326
  // src/components/atoms/emoji_pill/emoji_pill.tsx
16617
16327
  var import_emoji_dictionary = __toESM(require_lib7());
16618
- var import_jsx_runtime35 = require("react/jsx-runtime");
16328
+ var import_jsx_runtime32 = require("react/jsx-runtime");
16619
16329
  function EmojiPill({ emoji, count }) {
16620
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex rounded-2xl bg-qtneutral-300 w-min py-0.5 px-4 place-items-center place-content-center gap-1", children: [
16330
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "flex rounded-2xl bg-qtneutral-300 w-min py-0.5 px-4 place-items-center place-content-center gap-1", children: [
16621
16331
  emoji && import_emoji_dictionary.default.getUnicode(emoji),
16622
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "label-3-bold text-qtneutral-900", children: count })
16332
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "label-3-bold text-qtneutral-900", children: count })
16623
16333
  ] });
16624
16334
  }
16625
16335
 
@@ -16627,22 +16337,22 @@ function EmojiPill({ emoji, count }) {
16627
16337
  var import_clsx9 = __toESM(require("clsx"));
16628
16338
  var import_react_markdown2 = __toESM(require("react-markdown"));
16629
16339
  var import_remark_gfm = __toESM(require("remark-gfm"));
16630
- var import_jsx_runtime36 = require("react/jsx-runtime");
16340
+ var import_jsx_runtime33 = require("react/jsx-runtime");
16631
16341
  function MarkdownRenderer({ content, truncated }) {
16632
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
16342
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
16633
16343
  "div",
16634
16344
  {
16635
16345
  className: (0, import_clsx9.default)(
16636
16346
  "flex flex-col markdown break-all",
16637
16347
  truncated && "line-clamp-3"
16638
16348
  ),
16639
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react_markdown2.default, { remarkPlugins: [import_remark_gfm.default], children: content })
16349
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_markdown2.default, { remarkPlugins: [import_remark_gfm.default], children: content })
16640
16350
  }
16641
16351
  );
16642
16352
  }
16643
16353
 
16644
16354
  // src/components/organisms/chat_messages/chat_bubble/chat_bubble.tsx
16645
- var import_jsx_runtime37 = require("react/jsx-runtime");
16355
+ var import_jsx_runtime34 = require("react/jsx-runtime");
16646
16356
  function ChatBubble({
16647
16357
  summary,
16648
16358
  text,
@@ -16672,7 +16382,7 @@ function ChatBubble({
16672
16382
  setUniqueEmojis(ue);
16673
16383
  }
16674
16384
  }, [emojis]);
16675
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: (0, import_clsx10.default)(outbound ? "pl-8" : "pr-8"), children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
16385
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: (0, import_clsx10.default)(outbound ? "pl-8" : "pr-8"), children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
16676
16386
  "div",
16677
16387
  {
16678
16388
  className: (0, import_clsx10.default)(
@@ -16681,29 +16391,29 @@ function ChatBubble({
16681
16391
  outbound ? "rounded-bl-3xl" : "rounded-br-3xl"
16682
16392
  ),
16683
16393
  children: [
16684
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "flex place-content-between", children: [
16685
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "flex gap-2 place-items-center", children: [
16686
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "body-small-bold", children: name }),
16687
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "text-qtneutral-700 label-3", children: timestamp })
16394
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex place-content-between", children: [
16395
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex gap-2 place-items-center", children: [
16396
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "body-small-bold", children: name }),
16397
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "text-qtneutral-700 label-3", children: timestamp })
16688
16398
  ] }),
16689
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { onClick: onExternal, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ExternalLink, { size: 16 }) })
16399
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { onClick: onExternal, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ExternalLink, { size: 16 }) })
16690
16400
  ] }),
16691
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: (0, import_clsx10.default)("flex flex-col gap-2", !expanded && " "), children: [
16692
- summary && truncatedText && /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { children: [
16693
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("p", { className: "body-small mb-2", children: [
16694
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("strong", { className: "body-small-bold", children: "Summary:" }),
16401
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: (0, import_clsx10.default)("flex flex-col gap-2", !expanded && " "), children: [
16402
+ summary && truncatedText && /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { children: [
16403
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("p", { className: "body-small mb-2", children: [
16404
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("strong", { className: "body-small-bold", children: "Summary:" }),
16695
16405
  " ",
16696
16406
  summary
16697
16407
  ] }),
16698
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("hr", { className: "border-qtneutral-500" })
16408
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("hr", { className: "border-qtneutral-500" })
16699
16409
  ] }),
16700
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
16410
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
16701
16411
  "div",
16702
16412
  {
16703
16413
  className: (0, import_clsx10.default)(
16704
16414
  "flex flex-none text-qtneutral-900 body-medium w-full"
16705
16415
  ),
16706
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
16416
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
16707
16417
  MarkdownRenderer,
16708
16418
  {
16709
16419
  content: text || "",
@@ -16713,7 +16423,7 @@ function ChatBubble({
16713
16423
  }
16714
16424
  )
16715
16425
  ] }),
16716
- truncatedText && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
16426
+ truncatedText && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
16717
16427
  "div",
16718
16428
  {
16719
16429
  className: "qt-link select-none",
@@ -16721,9 +16431,9 @@ function ChatBubble({
16721
16431
  children: `${!expanded ? "Show" : "Hide"} full message`
16722
16432
  }
16723
16433
  ),
16724
- image && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("img", { src: image, alt: "", className: "rounded-xl" }),
16725
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "flex gap-2", children: [
16726
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
16434
+ image && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("img", { src: image, alt: "", className: "rounded-xl" }),
16435
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex gap-2", children: [
16436
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
16727
16437
  "div",
16728
16438
  {
16729
16439
  className: (0, import_clsx10.default)(
@@ -16733,7 +16443,7 @@ function ChatBubble({
16733
16443
  children: name ? name[0].toUpperCase() : ""
16734
16444
  }
16735
16445
  ),
16736
- uniqueEmojis.entries().map(([e, c]) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(EmojiPill, { emoji: e, count: c }))
16446
+ uniqueEmojis.entries().map(([e, c]) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(EmojiPill, { emoji: e, count: c }))
16737
16447
  ] })
16738
16448
  ]
16739
16449
  }
@@ -16741,10 +16451,10 @@ function ChatBubble({
16741
16451
  }
16742
16452
 
16743
16453
  // src/components/organisms/message_body/chat_body.tsx
16744
- var import_jsx_runtime38 = require("react/jsx-runtime");
16454
+ var import_jsx_runtime35 = require("react/jsx-runtime");
16745
16455
  function ChatBody({ messages }) {
16746
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "p-4 rounded-2xl w-full", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "flex flex-col place-content-center gap-4", children: messages && messages.map((msg) => {
16747
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16456
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "p-4 rounded-2xl w-full", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "flex flex-col place-content-center gap-4", children: messages && messages.map((msg) => {
16457
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
16748
16458
  ChatBubble,
16749
16459
  {
16750
16460
  summary: msg.summary,
@@ -16763,7 +16473,7 @@ function ChatBody({ messages }) {
16763
16473
 
16764
16474
  // src/components/organisms/message_body/ticket_body.tsx
16765
16475
  var import_clsx11 = __toESM(require("clsx"));
16766
- var import_jsx_runtime39 = require("react/jsx-runtime");
16476
+ var import_jsx_runtime36 = require("react/jsx-runtime");
16767
16477
  function TicketBody({
16768
16478
  issueNumber,
16769
16479
  notification,
@@ -16779,53 +16489,53 @@ function TicketBody({
16779
16489
  description,
16780
16490
  comments
16781
16491
  }) {
16782
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl max-w-full", children: [
16783
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex flex-col gap-0.5", children: [
16784
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(MetadataRow, { metadata: [`Issue: ${issueNumber}`] }),
16785
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(MetadataRow, { metadata: [`Notification: ${notification}`] }),
16786
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(MetadataRow, { metadata: [`Project: ${project}`] }),
16787
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(MetadataRow, { metadata: [`Task: ${task}`] })
16492
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl max-w-full", children: [
16493
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex flex-col gap-0.5", children: [
16494
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(MetadataRow, { metadata: [`Issue: ${issueNumber}`] }),
16495
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(MetadataRow, { metadata: [`Notification: ${notification}`] }),
16496
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(MetadataRow, { metadata: [`Project: ${project}`] }),
16497
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(MetadataRow, { metadata: [`Task: ${task}`] })
16788
16498
  ] }),
16789
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("hr", { className: "text-qtneutral-500" }),
16790
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "body-bold", children: "Issue" }),
16791
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "grid grid-cols-2 gap-4 body-small", children: [
16792
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "", children: [
16793
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: "Due Date: " }),
16794
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: "Start Date: " }),
16795
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: "Assignees: " }),
16796
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: "Reporter: " }),
16797
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: "Team: " }),
16798
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: "Location: " }),
16799
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: "Related: " }),
16800
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: "Description: " })
16499
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("hr", { className: "text-qtneutral-500" }),
16500
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "body-bold", children: "Issue" }),
16501
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "grid grid-cols-2 gap-4 body-small", children: [
16502
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "", children: [
16503
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Due Date: " }),
16504
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Start Date: " }),
16505
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Assignees: " }),
16506
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Reporter: " }),
16507
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Team: " }),
16508
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Location: " }),
16509
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Related: " }),
16510
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: "Description: " })
16801
16511
  ] }),
16802
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "", children: [
16803
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: dueDate || "None" }),
16804
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: startDate || "None" }),
16805
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: assignees || "None" }),
16806
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: reporter || "None" }),
16807
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: team || "None" }),
16808
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: location || "None" }),
16809
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: related || "None" }),
16810
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: description || "None" })
16512
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "", children: [
16513
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: dueDate || "None" }),
16514
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: startDate || "None" }),
16515
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: assignees || "None" }),
16516
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: reporter || "None" }),
16517
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: team || "None" }),
16518
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: location || "None" }),
16519
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: related || "None" }),
16520
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: description || "None" })
16811
16521
  ] }),
16812
16522
  comments && comments.map((c, i) => {
16813
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex col-span-2 flex-col gap-2 w-full", children: [
16814
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("hr", { className: "text-qtneutral-500" }),
16815
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: `${i == 0 ? "body-bold" : "body "}`, children: `${i == 0 ? "New" : ""} Comment` }),
16816
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
16523
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex col-span-2 flex-col gap-2 w-full", children: [
16524
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("hr", { className: "text-qtneutral-500" }),
16525
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: `${i == 0 ? "body-bold" : "body "}`, children: `${i == 0 ? "New" : ""} Comment` }),
16526
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
16817
16527
  "div",
16818
16528
  {
16819
16529
  className: `flex gap-2 ${i == 0 ? "body-small-bold" : "body-small"}`,
16820
16530
  children: [
16821
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: c.name }),
16822
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: c.timestamp })
16531
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: c.name }),
16532
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: c.timestamp })
16823
16533
  ]
16824
16534
  }
16825
16535
  ),
16826
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { children: c.text }),
16827
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex gap-2", children: [
16828
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
16536
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { children: c.text }),
16537
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex gap-2", children: [
16538
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
16829
16539
  "div",
16830
16540
  {
16831
16541
  className: (0, import_clsx11.default)(
@@ -16838,7 +16548,7 @@ function TicketBody({
16838
16548
  acc.set(str, (acc.get(str) || 0) + 1);
16839
16549
  return acc;
16840
16550
  }, /* @__PURE__ */ new Map()).entries().map(([e, c2]) => {
16841
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(EmojiPill, { emoji: e, count: c2 });
16551
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(EmojiPill, { emoji: e, count: c2 });
16842
16552
  })
16843
16553
  ] })
16844
16554
  ] });
@@ -16848,7 +16558,7 @@ function TicketBody({
16848
16558
  }
16849
16559
 
16850
16560
  // src/components/atoms/icons/base_icons/CircleX.tsx
16851
- var import_jsx_runtime40 = require("react/jsx-runtime");
16561
+ var import_jsx_runtime37 = require("react/jsx-runtime");
16852
16562
  function CircleX({
16853
16563
  size = 24,
16854
16564
  color = "#1D1D1F",
@@ -16859,27 +16569,27 @@ function CircleX({
16859
16569
  case 16:
16860
16570
  return {
16861
16571
  viewBox: "0 0 16 16",
16862
- path: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M6.66667 9.33333L8 8M8 8L9.33333 6.66667M8 8L6.66667 6.66667M8 8L9.33333 9.33333M14 8C14 8.78793 13.8448 9.56815 13.5433 10.2961C13.2417 11.0241 12.7998 11.6855 12.2426 12.2426C11.6855 12.7998 11.0241 13.2417 10.2961 13.5433C9.56815 13.8448 8.78793 14 8 14C7.21207 14 6.43185 13.8448 5.7039 13.5433C4.97595 13.2417 4.31451 12.7998 3.75736 12.2426C3.20021 11.6855 2.75825 11.0241 2.45672 10.2961C2.15519 9.56815 2 8.78793 2 8C2 6.4087 2.63214 4.88258 3.75736 3.75736C4.88258 2.63214 6.4087 2 8 2C9.5913 2 11.1174 2.63214 12.2426 3.75736C13.3679 4.88258 14 6.4087 14 8Z", stroke: color, "stroke-width": "1.25", "stroke-linecap": "round", "stroke-linejoin": "round" })
16572
+ path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M6.66667 9.33333L8 8M8 8L9.33333 6.66667M8 8L6.66667 6.66667M8 8L9.33333 9.33333M14 8C14 8.78793 13.8448 9.56815 13.5433 10.2961C13.2417 11.0241 12.7998 11.6855 12.2426 12.2426C11.6855 12.7998 11.0241 13.2417 10.2961 13.5433C9.56815 13.8448 8.78793 14 8 14C7.21207 14 6.43185 13.8448 5.7039 13.5433C4.97595 13.2417 4.31451 12.7998 3.75736 12.2426C3.20021 11.6855 2.75825 11.0241 2.45672 10.2961C2.15519 9.56815 2 8.78793 2 8C2 6.4087 2.63214 4.88258 3.75736 3.75736C4.88258 2.63214 6.4087 2 8 2C9.5913 2 11.1174 2.63214 12.2426 3.75736C13.3679 4.88258 14 6.4087 14 8Z", stroke: color, "stroke-width": "1.25", "stroke-linecap": "round", "stroke-linejoin": "round" })
16863
16573
  };
16864
16574
  case 20:
16865
16575
  return {
16866
16576
  viewBox: "0 0 20 20",
16867
- path: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M8.33333 11.6667L10 10M10 10L11.6667 8.33333M10 10L8.33333 8.33333M10 10L11.6667 11.6667M17.5 10C17.5 10.9849 17.306 11.9602 16.9291 12.8701C16.5522 13.7801 15.9997 14.6069 15.3033 15.3033C14.6069 15.9997 13.7801 16.5522 12.8701 16.9291C11.9602 17.306 10.9849 17.5 10 17.5C9.01509 17.5 8.03982 17.306 7.12987 16.9291C6.21993 16.5522 5.39314 15.9997 4.6967 15.3033C4.00026 14.6069 3.44781 13.7801 3.0709 12.8701C2.69399 11.9602 2.5 10.9849 2.5 10C2.5 8.01088 3.29018 6.10322 4.6967 4.6967C6.10322 3.29018 8.01088 2.5 10 2.5C11.9891 2.5 13.8968 3.29018 15.3033 4.6967C16.7098 6.10322 17.5 8.01088 17.5 10Z", stroke: color, "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
16577
+ path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M8.33333 11.6667L10 10M10 10L11.6667 8.33333M10 10L8.33333 8.33333M10 10L11.6667 11.6667M17.5 10C17.5 10.9849 17.306 11.9602 16.9291 12.8701C16.5522 13.7801 15.9997 14.6069 15.3033 15.3033C14.6069 15.9997 13.7801 16.5522 12.8701 16.9291C11.9602 17.306 10.9849 17.5 10 17.5C9.01509 17.5 8.03982 17.306 7.12987 16.9291C6.21993 16.5522 5.39314 15.9997 4.6967 15.3033C4.00026 14.6069 3.44781 13.7801 3.0709 12.8701C2.69399 11.9602 2.5 10.9849 2.5 10C2.5 8.01088 3.29018 6.10322 4.6967 4.6967C6.10322 3.29018 8.01088 2.5 10 2.5C11.9891 2.5 13.8968 3.29018 15.3033 4.6967C16.7098 6.10322 17.5 8.01088 17.5 10Z", stroke: color, "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
16868
16578
  };
16869
16579
  case 24:
16870
16580
  return {
16871
16581
  viewBox: "0 0 24 24",
16872
- path: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z", stroke: color, "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })
16582
+ path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z", stroke: color, "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })
16873
16583
  };
16874
16584
  case 36:
16875
16585
  return {
16876
16586
  viewBox: "0 0 36 36",
16877
- path: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M15 21L18 18M18 18L21 15M18 18L15 15M18 18L21 21M31.5 18C31.5 19.7728 31.1508 21.5283 30.4724 23.1662C29.7939 24.8041 28.7995 26.2923 27.5459 27.5459C26.2923 28.7995 24.8041 29.7939 23.1662 30.4724C21.5283 31.1508 19.7728 31.5 18 31.5C16.2272 31.5 14.4717 31.1508 12.8338 30.4724C11.1959 29.7939 9.70765 28.7995 8.45406 27.5459C7.20047 26.2923 6.20606 24.8041 5.52763 23.1662C4.84919 21.5283 4.5 19.7728 4.5 18C4.5 14.4196 5.92232 10.9858 8.45406 8.45406C10.9858 5.92232 14.4196 4.5 18 4.5C21.5804 4.5 25.0142 5.92232 27.5459 8.45406C30.0777 10.9858 31.5 14.4196 31.5 18Z", stroke: color, "stroke-width": "2.25", "stroke-linecap": "round", "stroke-linejoin": "round" })
16587
+ path: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { d: "M15 21L18 18M18 18L21 15M18 18L15 15M18 18L21 21M31.5 18C31.5 19.7728 31.1508 21.5283 30.4724 23.1662C29.7939 24.8041 28.7995 26.2923 27.5459 27.5459C26.2923 28.7995 24.8041 29.7939 23.1662 30.4724C21.5283 31.1508 19.7728 31.5 18 31.5C16.2272 31.5 14.4717 31.1508 12.8338 30.4724C11.1959 29.7939 9.70765 28.7995 8.45406 27.5459C7.20047 26.2923 6.20606 24.8041 5.52763 23.1662C4.84919 21.5283 4.5 19.7728 4.5 18C4.5 14.4196 5.92232 10.9858 8.45406 8.45406C10.9858 5.92232 14.4196 4.5 18 4.5C21.5804 4.5 25.0142 5.92232 27.5459 8.45406C30.0777 10.9858 31.5 14.4196 31.5 18Z", stroke: color, "stroke-width": "2.25", "stroke-linecap": "round", "stroke-linejoin": "round" })
16878
16588
  };
16879
16589
  }
16880
16590
  };
16881
16591
  const { viewBox, path } = getIconData();
16882
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
16592
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
16883
16593
  "svg",
16884
16594
  {
16885
16595
  width: size,
@@ -16893,7 +16603,7 @@ function CircleX({
16893
16603
  }
16894
16604
 
16895
16605
  // src/components/atoms/icons/base_icons/Loading.tsx
16896
- var import_jsx_runtime41 = require("react/jsx-runtime");
16606
+ var import_jsx_runtime38 = require("react/jsx-runtime");
16897
16607
  function Loading({
16898
16608
  size = 24,
16899
16609
  color = "#1D1D1F",
@@ -16904,8 +16614,8 @@ function Loading({
16904
16614
  case 16:
16905
16615
  return {
16906
16616
  viewBox: "0 0 16 16",
16907
- path: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
16908
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16617
+ path: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
16618
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16909
16619
  "path",
16910
16620
  {
16911
16621
  d: "M11.4209 4.85221C10.466 3.81296 9.13351 3.19329 7.72528 3.13377C6.31705 3.07424 4.93704 3.57926 3.89779 4.53422C2.85854 5.48917 2.23887 6.82165 2.17935 8.22988C2.11983 9.63811 2.62485 11.0181 3.5798 12.0574C4.05501 12.5745 4.62461 12.9868 5.26063 13.2835C5.89665 13.5802 6.581 13.7417 7.28038 13.7713C7.97977 13.8008 8.68023 13.6932 9.33409 13.4557C9.99289 13.2137 10.5952 12.851 11.1124 12.3758C11.6296 11.9005 12.0418 11.3309 12.3385 10.6949C12.6353 10.0589 12.7968 9.37456 12.8263 8.67517",
@@ -16915,7 +16625,7 @@ function Loading({
16915
16625
  "stroke-linejoin": "round"
16916
16626
  }
16917
16627
  ),
16918
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16628
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16919
16629
  "path",
16920
16630
  {
16921
16631
  d: "M10.4362 5.7666L12.3556 5.49268L12.0771 3.56836",
@@ -16930,8 +16640,8 @@ function Loading({
16930
16640
  case 20:
16931
16641
  return {
16932
16642
  viewBox: "0 0 20 20",
16933
- path: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
16934
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16643
+ path: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
16644
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16935
16645
  "path",
16936
16646
  {
16937
16647
  d: "M14.2757 6.06538C13.082 4.76633 11.4164 3.99174 9.65611 3.91733C7.89583 3.84293 6.17081 4.4742 4.87175 5.6679C3.57269 6.86159 2.7981 8.52718 2.7237 10.2875C2.64929 12.0478 3.28057 13.7728 4.47426 15.0718C5.06828 15.7183 5.78027 16.2336 6.5753 16.6045C7.37033 16.9754 8.22576 17.1773 9.09999 17.2142C9.97423 17.2512 10.8498 17.1166 11.6671 16.8197C12.4906 16.5172 13.2436 16.0638 13.89 15.4698C14.5365 14.8758 15.0518 14.1638 15.4227 13.3688C15.7936 12.5738 15.9955 11.7183 16.0324 10.8441",
@@ -16941,7 +16651,7 @@ function Loading({
16941
16651
  "stroke-linejoin": "round"
16942
16652
  }
16943
16653
  ),
16944
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16654
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16945
16655
  "path",
16946
16656
  {
16947
16657
  d: "M13.0445 7.20838L15.4438 6.86597L15.0957 4.46057",
@@ -16956,8 +16666,8 @@ function Loading({
16956
16666
  case 24:
16957
16667
  return {
16958
16668
  viewBox: "0 0 24 24",
16959
- path: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
16960
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16669
+ path: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
16670
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16961
16671
  "path",
16962
16672
  {
16963
16673
  d: "M17.1304 7.27831C15.698 5.71944 13.6993 4.78994 11.5869 4.70065C9.4746 4.61137 7.40458 5.3689 5.84571 6.80133C4.28684 8.23376 3.35733 10.2325 3.26805 12.3448C3.17876 14.4572 3.93629 16.5272 5.36872 18.086C6.08155 18.8618 6.93594 19.4802 7.88997 19.9253C8.844 20.3704 9.87052 20.6126 10.9196 20.6569C11.9687 20.7013 13.0194 20.5397 14.0002 20.1835C14.9884 19.8206 15.8919 19.2765 16.6676 18.5636C17.4434 17.8508 18.0618 16.9964 18.5068 16.0424C18.9519 15.0884 19.1942 14.0618 19.2385 13.0128",
@@ -16967,7 +16677,7 @@ function Loading({
16967
16677
  "stroke-linejoin": "round"
16968
16678
  }
16969
16679
  ),
16970
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16680
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16971
16681
  "path",
16972
16682
  {
16973
16683
  d: "M15.6528 8.65003L18.5319 8.23914L18.1143 5.35266",
@@ -16982,8 +16692,8 @@ function Loading({
16982
16692
  case 36:
16983
16693
  return {
16984
16694
  viewBox: "0 0 36 36",
16985
- path: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
16986
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16695
+ path: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
16696
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16987
16697
  "path",
16988
16698
  {
16989
16699
  d: "M25.6966 10.9176C23.548 8.57929 20.5499 7.18503 17.3814 7.0511C14.2129 6.91717 11.1078 8.05347 8.76954 10.2021C6.43124 12.3508 5.03697 15.3488 4.90305 18.5173C4.76912 21.6859 5.90541 24.7909 8.05406 27.1292C9.1233 28.2928 10.4049 29.2204 11.8359 29.888C13.267 30.5557 14.8068 30.919 16.3804 30.9855C17.954 31.052 19.53 30.8097 21.0012 30.2754C22.4835 29.7309 23.8388 28.9148 25.0024 27.8456C26.166 26.7763 27.0936 25.4948 27.7612 24.0637C28.4289 22.6327 28.7922 21.0929 28.8587 19.5193",
@@ -16993,7 +16703,7 @@ function Loading({
16993
16703
  "stroke-linejoin": "round"
16994
16704
  }
16995
16705
  ),
16996
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16706
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
16997
16707
  "path",
16998
16708
  {
16999
16709
  d: "M23.4797 12.975L27.7984 12.3587L27.1719 8.02893",
@@ -17008,7 +16718,7 @@ function Loading({
17008
16718
  }
17009
16719
  };
17010
16720
  const { viewBox, path } = getIconData();
17011
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
16721
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
17012
16722
  "svg",
17013
16723
  {
17014
16724
  width: size,
@@ -17022,7 +16732,7 @@ function Loading({
17022
16732
  }
17023
16733
 
17024
16734
  // src/components/atoms/icons/base_icons/Search.tsx
17025
- var import_jsx_runtime42 = require("react/jsx-runtime");
16735
+ var import_jsx_runtime39 = require("react/jsx-runtime");
17026
16736
  function Search({
17027
16737
  size = 24,
17028
16738
  color = "#1D1D1F",
@@ -17033,7 +16743,7 @@ function Search({
17033
16743
  case 16:
17034
16744
  return {
17035
16745
  viewBox: "0 0 16 16",
17036
- path: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
16746
+ path: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
17037
16747
  "path",
17038
16748
  {
17039
16749
  d: "M14 14L10 10M11.3333 6.66667C11.3333 9.244 9.244 11.3333 6.66667 11.3333C4.08934 11.3333 2 9.244 2 6.66667C2 4.08934 4.08934 2 6.66667 2C9.244 2 11.3333 4.08934 11.3333 6.66667Z",
@@ -17047,7 +16757,7 @@ function Search({
17047
16757
  case 20:
17048
16758
  return {
17049
16759
  viewBox: "0 0 20 20",
17050
- path: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
16760
+ path: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
17051
16761
  "path",
17052
16762
  {
17053
16763
  d: "M17.5 17.5L12.5 12.5M14.1667 8.33333C14.1667 11.555 11.555 14.1667 8.33333 14.1667C5.11167 14.1667 2.5 11.555 2.5 8.33333C2.5 5.11167 5.11167 2.5 8.33333 2.5C11.555 2.5 14.1667 5.11167 14.1667 8.33333Z",
@@ -17061,7 +16771,7 @@ function Search({
17061
16771
  case 24:
17062
16772
  return {
17063
16773
  viewBox: "0 0 24 24",
17064
- path: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
16774
+ path: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
17065
16775
  "path",
17066
16776
  {
17067
16777
  d: "M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z",
@@ -17075,7 +16785,7 @@ function Search({
17075
16785
  case 36:
17076
16786
  return {
17077
16787
  viewBox: "0 0 36 36",
17078
- path: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
16788
+ path: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
17079
16789
  "path",
17080
16790
  {
17081
16791
  d: "M31.5 31.5L22.5 22.5M25.5 15C25.5 20.799 20.799 25.5 15 25.5C9.20101 25.5 4.5 20.799 4.5 15C4.5 9.20101 9.20101 4.5 15 4.5C20.799 4.5 25.5 9.20101 25.5 15Z",
@@ -17089,7 +16799,7 @@ function Search({
17089
16799
  }
17090
16800
  };
17091
16801
  const { viewBox, path } = getIconData();
17092
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
16802
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
17093
16803
  "svg",
17094
16804
  {
17095
16805
  width: size,
@@ -17104,7 +16814,7 @@ function Search({
17104
16814
 
17105
16815
  // src/components/organisms/search_bar/search_bar.tsx
17106
16816
  var import_react5 = require("react");
17107
- var import_jsx_runtime43 = require("react/jsx-runtime");
16817
+ var import_jsx_runtime40 = require("react/jsx-runtime");
17108
16818
  function SearchBar({ loading, results, onUpdate }) {
17109
16819
  const [query, setQuery] = (0, import_react5.useState)("");
17110
16820
  (0, import_react5.useEffect)(() => {
@@ -17116,10 +16826,10 @@ function SearchBar({ loading, results, onUpdate }) {
17116
16826
  const clearQuery = () => {
17117
16827
  setQuery("");
17118
16828
  };
17119
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: "w-full space-y-3", children: [
17120
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: "flex items-center px-4 py-2 rounded-full bg-gray-100 gap-2 text-gray-900", children: [
17121
- loading ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Loading, {}) : /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Search, {}),
17122
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
16829
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "w-full space-y-3", children: [
16830
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "flex items-center px-4 py-2 rounded-full bg-gray-100 gap-2 text-gray-900", children: [
16831
+ loading ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Loading, {}) : /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Search, {}),
16832
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
17123
16833
  "input",
17124
16834
  {
17125
16835
  type: "text",
@@ -17129,15 +16839,15 @@ function SearchBar({ loading, results, onUpdate }) {
17129
16839
  onChange: (e) => setQuery(e.target.value)
17130
16840
  }
17131
16841
  ),
17132
- query && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("button", { onClick: clearQuery, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(CircleX, {}) })
16842
+ query && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("button", { onClick: clearQuery, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(CircleX, {}) })
17133
16843
  ] }),
17134
- results && /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: "text-sm", children: [
17135
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("p", { className: "text-gray-700 font-medium", children: [
16844
+ results && /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "text-sm", children: [
16845
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("p", { className: "text-gray-700 font-medium", children: [
17136
16846
  "Search results (",
17137
16847
  results.reduce((acc, r) => acc + r.count, 0),
17138
16848
  "):"
17139
16849
  ] }),
17140
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "flex flex-wrap gap-2 mt-2", children: results.map((r) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
16850
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "flex flex-wrap gap-2 mt-2", children: results.map((r) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
17141
16851
  "span",
17142
16852
  {
17143
16853
  className: "px-3 py-1 rounded-full bg-gray-100 text-gray-700",
@@ -17155,7 +16865,7 @@ function SearchBar({ loading, results, onUpdate }) {
17155
16865
  }
17156
16866
 
17157
16867
  // src/components/atoms/icons/base_icons/Mail.tsx
17158
- var import_jsx_runtime44 = require("react/jsx-runtime");
16868
+ var import_jsx_runtime41 = require("react/jsx-runtime");
17159
16869
  function Mail({
17160
16870
  size = 24,
17161
16871
  color = "#1D1D1F",
@@ -17166,7 +16876,7 @@ function Mail({
17166
16876
  case 16:
17167
16877
  return {
17168
16878
  viewBox: "0 0 16 16",
17169
- path: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
16879
+ path: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
17170
16880
  "path",
17171
16881
  {
17172
16882
  d: "M2 5.33337L7.2604 8.84031C7.70827 9.13888 8.29173 9.13888 8.7396 8.84031L14 5.33337M3.33333 12.6667H12.6667C13.403 12.6667 14 12.0698 14 11.3334V4.66671C14 3.93033 13.403 3.33337 12.6667 3.33337H3.33333C2.59695 3.33337 2 3.93033 2 4.66671V11.3334C2 12.0698 2.59695 12.6667 3.33333 12.6667Z",
@@ -17180,7 +16890,7 @@ function Mail({
17180
16890
  case 20:
17181
16891
  return {
17182
16892
  viewBox: "0 0 20 20",
17183
- path: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
16893
+ path: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
17184
16894
  "path",
17185
16895
  {
17186
16896
  d: "M2.5 6.66663L9.0755 11.0503C9.63533 11.4235 10.3647 11.4235 10.9245 11.0503L17.5 6.66663M4.16667 15.8333H15.8333C16.7538 15.8333 17.5 15.0871 17.5 14.1666V5.83329C17.5 4.91282 16.7538 4.16663 15.8333 4.16663H4.16667C3.24619 4.16663 2.5 4.91282 2.5 5.83329V14.1666C2.5 15.0871 3.24619 15.8333 4.16667 15.8333Z",
@@ -17194,7 +16904,7 @@ function Mail({
17194
16904
  case 24:
17195
16905
  return {
17196
16906
  viewBox: "0 0 24 24",
17197
- path: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
16907
+ path: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
17198
16908
  "path",
17199
16909
  {
17200
16910
  d: "M3 8L10.8906 13.2604C11.5624 13.7083 12.4376 13.7083 13.1094 13.2604L21 8M5 19H19C20.1046 19 21 18.1046 21 17V7C21 5.89543 20.1046 5 19 5H5C3.89543 5 3 5.89543 3 7V17C3 18.1046 3.89543 19 5 19Z",
@@ -17208,7 +16918,7 @@ function Mail({
17208
16918
  case 36:
17209
16919
  return {
17210
16920
  viewBox: "0 0 36 36",
17211
- path: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
16921
+ path: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
17212
16922
  "path",
17213
16923
  {
17214
16924
  d: "M4.5 12L16.3359 19.8906C17.3436 20.5624 18.6564 20.5624 19.6641 19.8906L31.5 12M7.5 28.5H28.5C30.1569 28.5 31.5 27.1569 31.5 25.5V10.5C31.5 8.84315 30.1569 7.5 28.5 7.5H7.5C5.84315 7.5 4.5 8.84315 4.5 10.5V25.5C4.5 27.1569 5.84315 28.5 7.5 28.5Z",
@@ -17222,7 +16932,7 @@ function Mail({
17222
16932
  }
17223
16933
  };
17224
16934
  const { viewBox, path } = getIconData();
17225
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
16935
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
17226
16936
  "svg",
17227
16937
  {
17228
16938
  width: size,
@@ -17236,7 +16946,7 @@ function Mail({
17236
16946
  }
17237
16947
 
17238
16948
  // src/components/atoms/icons/base_icons/PlusLarge.tsx
17239
- var import_jsx_runtime45 = require("react/jsx-runtime");
16949
+ var import_jsx_runtime42 = require("react/jsx-runtime");
17240
16950
  function PlusLarge({
17241
16951
  size = 24,
17242
16952
  color = "#1D1D1F",
@@ -17247,7 +16957,7 @@ function PlusLarge({
17247
16957
  case 16:
17248
16958
  return {
17249
16959
  viewBox: "0 0 16 16",
17250
- path: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
16960
+ path: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
17251
16961
  "path",
17252
16962
  {
17253
16963
  d: "M8.00033 2.66663V13.3333M13.3337 7.99996L2.66699 7.99996",
@@ -17261,7 +16971,7 @@ function PlusLarge({
17261
16971
  case 20:
17262
16972
  return {
17263
16973
  viewBox: "0 0 20 20",
17264
- path: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
16974
+ path: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
17265
16975
  "path",
17266
16976
  {
17267
16977
  d: "M9.99967 3.33337V16.6667M16.6663 10L3.33301 10",
@@ -17275,7 +16985,7 @@ function PlusLarge({
17275
16985
  case 24:
17276
16986
  return {
17277
16987
  viewBox: "0 0 24 24",
17278
- path: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
16988
+ path: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
17279
16989
  "path",
17280
16990
  {
17281
16991
  d: "M12 4V20M20 12L4 12",
@@ -17289,7 +16999,7 @@ function PlusLarge({
17289
16999
  case 36:
17290
17000
  return {
17291
17001
  viewBox: "0 0 36 36",
17292
- path: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
17002
+ path: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
17293
17003
  "path",
17294
17004
  {
17295
17005
  d: "M18 6V30M30 18L6 18",
@@ -17303,7 +17013,7 @@ function PlusLarge({
17303
17013
  }
17304
17014
  };
17305
17015
  const { viewBox, path } = getIconData();
17306
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
17016
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
17307
17017
  "svg",
17308
17018
  {
17309
17019
  width: size,
@@ -17318,15 +17028,15 @@ function PlusLarge({
17318
17028
 
17319
17029
  // src/components/molecules/buttons/nav_button/filter_nav_button/filter_nav_button.tsx
17320
17030
  var import_clsx12 = __toESM(require("clsx"));
17321
- var import_jsx_runtime46 = require("react/jsx-runtime");
17031
+ var import_jsx_runtime43 = require("react/jsx-runtime");
17322
17032
  function FilterNavButton({ icon, label, active, onClick }) {
17323
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
17033
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
17324
17034
  "div",
17325
17035
  {
17326
17036
  className: "w-min h-min flex flex-none flex-col place-items-center gap-2",
17327
17037
  onClick,
17328
17038
  children: [
17329
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
17039
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
17330
17040
  "div",
17331
17041
  {
17332
17042
  className: (0, import_clsx12.default)(
@@ -17335,20 +17045,20 @@ function FilterNavButton({ icon, label, active, onClick }) {
17335
17045
  children: icon
17336
17046
  }
17337
17047
  ),
17338
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "font-medium text-[9px] text-qtneutral-900 w-full text-center", children: label })
17048
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "font-medium text-[9px] text-qtneutral-900 w-full text-center", children: label })
17339
17049
  ]
17340
17050
  }
17341
17051
  );
17342
17052
  }
17343
17053
 
17344
17054
  // src/components/organisms/filter_bar/filter_bar.tsx
17345
- var import_jsx_runtime47 = require("react/jsx-runtime");
17055
+ var import_jsx_runtime44 = require("react/jsx-runtime");
17346
17056
  function FilterBar({ buttons }) {
17347
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "flex flex-col w-[54px] place-items-center gap-4", children: [
17348
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17057
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("div", { className: "flex flex-col w-[54px] place-items-center gap-4", children: [
17058
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17349
17059
  FilterNavButton,
17350
17060
  {
17351
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17061
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17352
17062
  FireIcon,
17353
17063
  {
17354
17064
  variant: buttons?.fires?.active ? void 0 : "none" /* OUTLINED */
@@ -17358,10 +17068,10 @@ function FilterBar({ buttons }) {
17358
17068
  onClick: buttons?.fires?.onClick
17359
17069
  }
17360
17070
  ),
17361
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17071
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17362
17072
  FilterNavButton,
17363
17073
  {
17364
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17074
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17365
17075
  Mail,
17366
17076
  {
17367
17077
  size: 36,
@@ -17372,10 +17082,10 @@ function FilterBar({ buttons }) {
17372
17082
  onClick: buttons?.unread?.onClick
17373
17083
  }
17374
17084
  ),
17375
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17085
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17376
17086
  FilterNavButton,
17377
17087
  {
17378
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17088
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17379
17089
  CheckBox,
17380
17090
  {
17381
17091
  size: 36,
@@ -17386,57 +17096,57 @@ function FilterBar({ buttons }) {
17386
17096
  onClick: buttons?.incomplete?.onClick
17387
17097
  }
17388
17098
  ),
17389
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
17390
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17099
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
17100
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17391
17101
  FilterNavButton,
17392
17102
  {
17393
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: buttons?.slack?.active ? "" : "grayscale", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(SlackIcon, {}) }),
17103
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: buttons?.slack?.active ? "" : "grayscale", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(SlackIcon, {}) }),
17394
17104
  onClick: buttons?.slack?.onClick
17395
17105
  }
17396
17106
  ),
17397
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17107
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17398
17108
  FilterNavButton,
17399
17109
  {
17400
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: buttons?.google_mail?.active ? "" : "grayscale", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(GoogleMailIcon, {}) }),
17110
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: buttons?.google_mail?.active ? "" : "grayscale", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(GoogleMailIcon, {}) }),
17401
17111
  onClick: buttons?.google_mail?.onClick
17402
17112
  }
17403
17113
  ),
17404
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17114
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17405
17115
  FilterNavButton,
17406
17116
  {
17407
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: buttons?.google_calendar?.active ? "" : "grayscale", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(GoogleCalendarIcon, {}) }),
17117
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: buttons?.google_calendar?.active ? "" : "grayscale", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(GoogleCalendarIcon, {}) }),
17408
17118
  onClick: buttons?.google_calendar?.onClick
17409
17119
  }
17410
17120
  ),
17411
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17121
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17412
17122
  FilterNavButton,
17413
17123
  {
17414
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: buttons?.atlassian_jira?.active ? "" : "grayscale", children: [
17415
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(AtlassianIcon, {}),
17124
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("div", { className: buttons?.atlassian_jira?.active ? "" : "grayscale", children: [
17125
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(AtlassianIcon, {}),
17416
17126
  " "
17417
17127
  ] }),
17418
17128
  onClick: buttons?.atlassian_jira?.onClick
17419
17129
  }
17420
17130
  ),
17421
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17131
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17422
17132
  FilterNavButton,
17423
17133
  {
17424
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: buttons?.microsoft_teams?.active ? "" : "grayscale", children: [
17425
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(MicrosoftTeamsIcon, {}),
17134
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("div", { className: buttons?.microsoft_teams?.active ? "" : "grayscale", children: [
17135
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(MicrosoftTeamsIcon, {}),
17426
17136
  " "
17427
17137
  ] }),
17428
17138
  onClick: buttons?.microsoft_teams?.onClick
17429
17139
  }
17430
17140
  ),
17431
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17141
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17432
17142
  FilterNavButton,
17433
17143
  {
17434
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
17144
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
17435
17145
  "div",
17436
17146
  {
17437
17147
  className: buttons?.microsoft_calendar?.active || buttons?.microsoft_mail?.active ? "" : "grayscale",
17438
17148
  children: [
17439
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(MicrosoftOutlookMailIcon, {}),
17149
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(MicrosoftOutlookMailIcon, {}),
17440
17150
  " "
17441
17151
  ]
17442
17152
  }
@@ -17444,15 +17154,15 @@ function FilterBar({ buttons }) {
17444
17154
  onClick: buttons?.microsoft_mail?.onClick || buttons?.microsoft_calendar?.onClick
17445
17155
  }
17446
17156
  ),
17447
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
17157
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
17448
17158
  FilterNavButton,
17449
17159
  {
17450
- icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
17160
+ icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
17451
17161
  "div",
17452
17162
  {
17453
17163
  className: buttons?.clickup?.active || buttons?.clickup?.active ? "" : "grayscale",
17454
17164
  children: [
17455
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ClickupIcon, {}),
17165
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ClickupIcon, {}),
17456
17166
  " "
17457
17167
  ]
17458
17168
  }
@@ -17460,8 +17170,8 @@ function FilterBar({ buttons }) {
17460
17170
  onClick: buttons?.clickup?.onClick
17461
17171
  }
17462
17172
  ),
17463
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
17464
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { onClick: buttons?.more?.onClick, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(FilterNavButton, { icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(PlusLarge, { size: 36 }) }) })
17173
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
17174
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { onClick: buttons?.more?.onClick, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(FilterNavButton, { icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(PlusLarge, { size: 36 }) }) })
17465
17175
  ] });
17466
17176
  }
17467
17177