qt-ui-kit 1.0.89 → 1.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -11181,6 +11181,7 @@ var IntegrationService = /* @__PURE__ */ ((IntegrationService5) => {
11181
11181
  IntegrationService5["MSCAL"] = "microsoft_calendar";
11182
11182
  IntegrationService5["AJIRA"] = "atlassian_jira";
11183
11183
  IntegrationService5["CLKUP"] = "clickup";
11184
+ IntegrationService5["ASANA"] = "asana";
11184
11185
  return IntegrationService5;
11185
11186
  })(IntegrationService || {});
11186
11187
  var BaseIconName = /* @__PURE__ */ ((BaseIconName2) => {
@@ -13367,47 +13368,129 @@ function ClickupIcon({
13367
13368
  );
13368
13369
  }
13369
13370
 
13371
+ // src/data/vector_icons/service_brands/AsanaIcon.tsx
13372
+ import { Fragment as Fragment8, jsx as jsx8, jsxs as jsxs8 } from "react/jsx-runtime";
13373
+ function AsanaIcon({
13374
+ size = 24,
13375
+ color = "#1D1D1F",
13376
+ fillColor = "none"
13377
+ }) {
13378
+ const getIconData = () => {
13379
+ switch (size) {
13380
+ case 16:
13381
+ return {
13382
+ viewBox: "0 0 16 16",
13383
+ path: /* @__PURE__ */ jsxs8(Fragment8, { children: [
13384
+ /* @__PURE__ */ jsx8("g", { clipPath: "url(#clip0_4601_190056)", children: /* @__PURE__ */ jsx8(
13385
+ "path",
13386
+ {
13387
+ fillRule: "evenodd",
13388
+ clipRule: "evenodd",
13389
+ d: "M11.4532 8.32553C9.98534 8.32553 8.79489 9.49575 8.79489 10.94C8.79489 12.3842 9.98478 13.5545 11.4532 13.5545C12.9216 13.5545 14.1114 12.3842 14.1114 10.94C14.1114 9.49575 12.9216 8.32553 11.4532 8.32553ZM4.54694 8.32553C3.07852 8.32608 1.88867 9.4963 1.88867 10.94C1.88867 12.3837 3.07852 13.5545 4.54694 13.5545C6.01537 13.5545 7.20523 12.3842 7.20523 10.94C7.20523 9.49575 6.0148 8.32553 4.54694 8.32553ZM10.6581 5.05728C10.6581 6.50151 9.46823 7.67175 7.99978 7.67175C6.53135 7.67175 5.34151 6.50095 5.34151 5.05728C5.34151 3.6136 6.53193 2.44336 7.99978 2.44336C9.46762 2.44336 10.6581 3.61416 10.6581 5.05784V5.05728Z",
13390
+ fill: "#F06A6A"
13391
+ }
13392
+ ) }),
13393
+ /* @__PURE__ */ jsx8("defs", { children: /* @__PURE__ */ jsx8("clipPath", { id: "clip0_4601_190056", children: /* @__PURE__ */ jsx8(
13394
+ "rect",
13395
+ {
13396
+ width: "13.3333",
13397
+ height: "13.3333",
13398
+ fill: "white",
13399
+ transform: "translate(1.33301 1.33337)"
13400
+ }
13401
+ ) }) })
13402
+ ] })
13403
+ };
13404
+ case 24:
13405
+ return {
13406
+ viewBox: "0 0 24 24",
13407
+ path: /* @__PURE__ */ jsx8(Fragment8, { children: /* @__PURE__ */ jsx8(
13408
+ "path",
13409
+ {
13410
+ fillRule: "evenodd",
13411
+ clipRule: "evenodd",
13412
+ d: "M17.1798 12.4899C14.978 12.4899 13.1923 14.2452 13.1923 16.4115C13.1923 18.578 14.9772 20.3333 17.1798 20.3333C19.3824 20.3333 21.1672 18.578 21.1672 16.4115C21.1672 14.2452 19.3824 12.4899 17.1798 12.4899ZM6.82042 12.4899C4.61777 12.4907 2.83301 14.246 2.83301 16.4115C2.83301 18.5771 4.61777 20.3333 6.82042 20.3333C9.02306 20.3333 10.8078 18.578 10.8078 16.4115C10.8078 14.2452 9.0222 12.4899 6.82042 12.4899ZM15.9871 7.5875C15.9871 9.75385 14.2023 11.5092 11.9997 11.5092C9.79703 11.5092 8.01227 9.75301 8.01227 7.5875C8.01227 5.42199 9.79789 3.66663 11.9997 3.66663C14.2014 3.66663 15.9871 5.42283 15.9871 7.58834V7.5875Z",
13413
+ fill: "#F06A6A"
13414
+ }
13415
+ ) })
13416
+ };
13417
+ case 36:
13418
+ return {
13419
+ viewBox: "0 0 36 36",
13420
+ path: /* @__PURE__ */ jsx8(Fragment8, { children: /* @__PURE__ */ jsx8(
13421
+ "path",
13422
+ {
13423
+ fillRule: "evenodd",
13424
+ clipRule: "evenodd",
13425
+ d: "M25.7701 18.7339C22.4675 18.7339 19.789 21.3669 19.789 24.6164C19.789 27.866 22.4662 30.499 25.7701 30.499C29.0741 30.499 31.7512 27.866 31.7512 24.6164C31.7512 21.3669 29.0741 18.7339 25.7701 18.7339ZM10.2311 18.7339C6.92715 18.7351 4.25 21.3681 4.25 24.6164C4.25 27.8648 6.92715 30.499 10.2311 30.499C13.5351 30.499 16.2122 27.866 16.2122 24.6164C16.2122 21.3669 13.5338 18.7339 10.2311 18.7339ZM23.9811 11.3803C23.9811 14.6299 21.304 17.2629 18 17.2629C14.696 17.2629 12.0189 14.6286 12.0189 11.3803C12.0189 8.13207 14.6973 5.49902 18 5.49902C21.3026 5.49902 23.9811 8.13334 23.9811 11.3816V11.3803Z",
13426
+ fill: "#F06A6A"
13427
+ }
13428
+ ) })
13429
+ };
13430
+ case 20:
13431
+ return {
13432
+ viewBox: "0 0 20 20",
13433
+ path: /* @__PURE__ */ jsx8(Fragment8, {})
13434
+ };
13435
+ }
13436
+ };
13437
+ const { viewBox, path } = getIconData();
13438
+ return /* @__PURE__ */ jsx8(
13439
+ "svg",
13440
+ {
13441
+ width: "100%",
13442
+ height: "100%",
13443
+ viewBox,
13444
+ fill: "none",
13445
+ xmlns: "http://www.w3.org/2000/svg",
13446
+ children: path
13447
+ }
13448
+ );
13449
+ }
13450
+
13370
13451
  // src/components/atoms/icons/brand_icons/brand_icon.tsx
13371
- import { jsx as jsx8 } from "react/jsx-runtime";
13452
+ import { jsx as jsx9 } from "react/jsx-runtime";
13372
13453
  function BrandIcon({ size = 24, className, service }) {
13373
13454
  function getBrandIcon(service2, size2) {
13374
13455
  switch (service2) {
13375
13456
  case "slack" /* SLACK */:
13376
- return /* @__PURE__ */ jsx8(SlackIcon, { size: size2 });
13457
+ return /* @__PURE__ */ jsx9(SlackIcon, { size: size2 });
13377
13458
  case "google_mail" /* GMAIL */:
13378
- return /* @__PURE__ */ jsx8(GoogleMailIcon, { size: size2 });
13459
+ return /* @__PURE__ */ jsx9(GoogleMailIcon, { size: size2 });
13379
13460
  case "google_calendar" /* GCAL */:
13380
- return /* @__PURE__ */ jsx8(GoogleCalendarIcon, { size: size2 });
13461
+ return /* @__PURE__ */ jsx9(GoogleCalendarIcon, { size: size2 });
13381
13462
  case "microsoft_teams" /* MSTEAMS */:
13382
- return /* @__PURE__ */ jsx8(MicrosoftTeamsIcon, { size: size2 });
13463
+ return /* @__PURE__ */ jsx9(MicrosoftTeamsIcon, { size: size2 });
13383
13464
  case "microsoft_mail" /* MSMAIL */:
13384
- return /* @__PURE__ */ jsx8(MicrosoftOutlookMailIcon, { size: size2 });
13465
+ return /* @__PURE__ */ jsx9(MicrosoftOutlookMailIcon, { size: size2 });
13385
13466
  case "microsoft_calendar" /* MSCAL */:
13386
- return /* @__PURE__ */ jsx8(MicrosoftOutlookMailIcon, { size: size2 });
13467
+ return /* @__PURE__ */ jsx9(MicrosoftOutlookMailIcon, { size: size2 });
13387
13468
  case "atlassian_jira" /* AJIRA */:
13388
- return /* @__PURE__ */ jsx8(AtlassianIcon, { size: size2 });
13469
+ return /* @__PURE__ */ jsx9(AtlassianIcon, { size: size2 });
13389
13470
  case "clickup" /* CLKUP */:
13390
- return /* @__PURE__ */ jsx8(ClickupIcon, { size: size2 });
13471
+ return /* @__PURE__ */ jsx9(ClickupIcon, { size: size2 });
13472
+ case "asana" /* ASANA */:
13473
+ return /* @__PURE__ */ jsx9(AsanaIcon, { size: size2 });
13391
13474
  default:
13392
13475
  return null;
13393
13476
  }
13394
13477
  }
13395
- return /* @__PURE__ */ jsx8(
13478
+ return /* @__PURE__ */ jsx9(
13396
13479
  "div",
13397
13480
  {
13398
13481
  className: twMerge(clsx(`flex-none select-none`), className),
13399
13482
  style: { width: `${size}px`, height: `${size}px` },
13400
- children: /* @__PURE__ */ jsx8("div", { children: service && getBrandIcon(service, size) })
13483
+ children: /* @__PURE__ */ jsx9("div", { children: service && getBrandIcon(service, size) })
13401
13484
  }
13402
13485
  );
13403
13486
  }
13404
13487
 
13405
13488
  // src/data/vector_icons/service_brands/vector_icons.tsx
13406
- import { jsx as jsx9, jsxs as jsxs8 } from "react/jsx-runtime";
13489
+ import { jsx as jsx10, jsxs as jsxs9 } from "react/jsx-runtime";
13407
13490
  function AlertIcon({ variant }) {
13408
13491
  switch (variant) {
13409
13492
  case void 0:
13410
- return /* @__PURE__ */ jsx9(
13493
+ return /* @__PURE__ */ jsx10(
13411
13494
  "svg",
13412
13495
  {
13413
13496
  width: "100%",
@@ -13415,7 +13498,7 @@ function AlertIcon({ variant }) {
13415
13498
  viewBox: "0 0 36 36",
13416
13499
  fill: "#FFC24D",
13417
13500
  xmlns: "http://www.w3.org/2000/svg",
13418
- children: /* @__PURE__ */ jsx9(
13501
+ children: /* @__PURE__ */ jsx10(
13419
13502
  "path",
13420
13503
  {
13421
13504
  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",
@@ -13428,7 +13511,7 @@ function AlertIcon({ variant }) {
13428
13511
  }
13429
13512
  );
13430
13513
  default:
13431
- return /* @__PURE__ */ jsx9(
13514
+ return /* @__PURE__ */ jsx10(
13432
13515
  "svg",
13433
13516
  {
13434
13517
  width: "100%",
@@ -13436,7 +13519,7 @@ function AlertIcon({ variant }) {
13436
13519
  viewBox: "0 0 30 28",
13437
13520
  fill: variant,
13438
13521
  xmlns: "http://www.w3.org/2000/svg",
13439
- children: /* @__PURE__ */ jsx9(
13522
+ children: /* @__PURE__ */ jsx10(
13440
13523
  "path",
13441
13524
  {
13442
13525
  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",
@@ -13451,7 +13534,7 @@ function AlertIcon({ variant }) {
13451
13534
  }
13452
13535
  }
13453
13536
  function FireIcon({ variant }) {
13454
- return /* @__PURE__ */ jsxs8(
13537
+ return /* @__PURE__ */ jsxs9(
13455
13538
  "svg",
13456
13539
  {
13457
13540
  width: "100%",
@@ -13460,7 +13543,7 @@ function FireIcon({ variant }) {
13460
13543
  fill: variant == void 0 ? "none" : variant,
13461
13544
  xmlns: "http://www.w3.org/2000/svg",
13462
13545
  children: [
13463
- /* @__PURE__ */ jsx9(
13546
+ /* @__PURE__ */ jsx10(
13464
13547
  "path",
13465
13548
  {
13466
13549
  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",
@@ -13471,7 +13554,7 @@ function FireIcon({ variant }) {
13471
13554
  strokeLinejoin: "round"
13472
13555
  }
13473
13556
  ),
13474
- /* @__PURE__ */ jsx9(
13557
+ /* @__PURE__ */ jsx10(
13475
13558
  "path",
13476
13559
  {
13477
13560
  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",
@@ -15057,18 +15140,18 @@ function cleanEscapedString(input) {
15057
15140
  }
15058
15141
 
15059
15142
  // src/util/common.tsx
15060
- import { Fragment as Fragment8, jsx as jsx10 } from "react/jsx-runtime";
15143
+ import { Fragment as Fragment9, jsx as jsx11 } from "react/jsx-runtime";
15061
15144
  function getCategoryIcon(service, variant, size) {
15062
15145
  if (!size) {
15063
15146
  size = 24;
15064
15147
  }
15065
15148
  switch (service) {
15066
15149
  case "fire" /* FIRE */:
15067
- return /* @__PURE__ */ jsx10(FireIcon, { variant });
15150
+ return /* @__PURE__ */ jsx11(FireIcon, { variant });
15068
15151
  case "alert" /* ALERT */:
15069
- return /* @__PURE__ */ jsx10(AlertIcon, { variant });
15152
+ return /* @__PURE__ */ jsx11(AlertIcon, { variant });
15070
15153
  default:
15071
- return /* @__PURE__ */ jsx10(Fragment8, {});
15154
+ return /* @__PURE__ */ jsx11(Fragment9, {});
15072
15155
  }
15073
15156
  }
15074
15157
  function formatCustomRelative(date) {
@@ -15077,27 +15160,27 @@ function formatCustomRelative(date) {
15077
15160
  }
15078
15161
 
15079
15162
  // src/components/molecules/text_content/sender_source_row/sender_source_row.tsx
15080
- import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
15163
+ import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
15081
15164
  function SenderSourceRow({
15082
15165
  leftText,
15083
15166
  seperator,
15084
15167
  rightText,
15085
15168
  date
15086
15169
  }) {
15087
- return /* @__PURE__ */ jsxs9("div", { className: "flex w-full place-content-between gap-6 text-qtneutral-900", children: [
15088
- /* @__PURE__ */ jsxs9("div", { className: "flex gap-[4px] place-items-center", children: [
15089
- /* @__PURE__ */ jsx11("div", { className: "body-small-bold break-all line-clamp-1", children: leftText }),
15090
- /* @__PURE__ */ jsx11("div", { className: "label-3 text-center", children: seperator }),
15091
- /* @__PURE__ */ jsx11("div", { className: "label-3 text-center", children: rightText })
15170
+ return /* @__PURE__ */ jsxs10("div", { className: "flex w-full place-content-between gap-6 text-qtneutral-900", children: [
15171
+ /* @__PURE__ */ jsxs10("div", { className: "flex gap-[4px] place-items-center", children: [
15172
+ /* @__PURE__ */ jsx12("div", { className: "body-small-bold break-all line-clamp-1", children: leftText }),
15173
+ /* @__PURE__ */ jsx12("div", { className: "label-3 text-center", children: seperator }),
15174
+ /* @__PURE__ */ jsx12("div", { className: "label-3 text-center", children: rightText })
15092
15175
  ] }),
15093
- /* @__PURE__ */ jsx11("div", { className: "label-3 flex flex-nowrap flex-none", children: date && formatCustomRelative(date) })
15176
+ /* @__PURE__ */ jsx12("div", { className: "label-3 flex flex-nowrap flex-none", children: date && formatCustomRelative(date) })
15094
15177
  ] });
15095
15178
  }
15096
15179
 
15097
15180
  // src/components/molecules/text_content/subject_line_row/subject_line_row.tsx
15098
- import { jsx as jsx12 } from "react/jsx-runtime";
15181
+ import { jsx as jsx13 } from "react/jsx-runtime";
15099
15182
  function SubjectLineRow({ text }) {
15100
- return /* @__PURE__ */ jsx12("div", { className: "flex h-[17px]", children: /* @__PURE__ */ jsx12("div", { className: "text-neutral-900 body-small line-clamp-1", children: text }) });
15183
+ return /* @__PURE__ */ jsx13("div", { className: "flex h-[17px]", children: /* @__PURE__ */ jsx13("div", { className: "text-neutral-900 body-small line-clamp-1", children: text }) });
15101
15184
  }
15102
15185
 
15103
15186
  // src/components/organisms/preview_card/preview_card.tsx
@@ -15105,7 +15188,7 @@ import clsx4 from "clsx";
15105
15188
 
15106
15189
  // src/components/molecules/dropdown/dropdown.tsx
15107
15190
  import clsx2 from "clsx";
15108
- import { jsx as jsx13, jsxs as jsxs10 } from "react/jsx-runtime";
15191
+ import { jsx as jsx14, jsxs as jsxs11 } from "react/jsx-runtime";
15109
15192
  function DropDown({
15110
15193
  title,
15111
15194
  items,
@@ -15113,8 +15196,8 @@ function DropDown({
15113
15196
  direction = "left",
15114
15197
  onItemClick
15115
15198
  }) {
15116
- return /* @__PURE__ */ jsxs10("div", { className: "relative inline-block", children: [
15117
- /* @__PURE__ */ jsx13(
15199
+ return /* @__PURE__ */ jsxs11("div", { className: "relative inline-block", children: [
15200
+ /* @__PURE__ */ jsx14(
15118
15201
  "div",
15119
15202
  {
15120
15203
  className: clsx2(
@@ -15122,9 +15205,9 @@ function DropDown({
15122
15205
  )
15123
15206
  }
15124
15207
  ),
15125
- /* @__PURE__ */ jsxs10("div", { className: "bg-white rounded-2xl shadow-lg w-48 py-3 px-4 relative z-10", children: [
15126
- /* @__PURE__ */ jsx13("div", { className: "text-xs font-bold text-gray-900 tracking-wide mb-2", children: title.toUpperCase() }),
15127
- /* @__PURE__ */ jsx13("ul", { className: "text-sm text-gray-800 space-y-2", children: items.map((item) => /* @__PURE__ */ jsx13(
15208
+ /* @__PURE__ */ jsxs11("div", { className: "bg-white rounded-2xl shadow-lg w-48 py-3 px-4 relative z-10", children: [
15209
+ /* @__PURE__ */ jsx14("div", { className: "text-xs font-bold text-gray-900 tracking-wide mb-2", children: title.toUpperCase() }),
15210
+ /* @__PURE__ */ jsx14("ul", { className: "text-sm text-gray-800 space-y-2", children: items.map((item) => /* @__PURE__ */ jsx14(
15128
15211
  "li",
15129
15212
  {
15130
15213
  onClick: (e) => {
@@ -15147,24 +15230,24 @@ function DropDown({
15147
15230
  import clsx3 from "clsx";
15148
15231
 
15149
15232
  // src/components/atoms/icons/category_icons/category_icon.tsx
15150
- import { jsx as jsx14 } from "react/jsx-runtime";
15233
+ import { jsx as jsx15 } from "react/jsx-runtime";
15151
15234
  function CategoryIcon({ size = 24, icon, variant }) {
15152
- return /* @__PURE__ */ jsx14(
15235
+ return /* @__PURE__ */ jsx15(
15153
15236
  "div",
15154
15237
  {
15155
15238
  className: `flex-none`,
15156
15239
  style: { width: `${size}px`, height: `${size}px` },
15157
- children: /* @__PURE__ */ jsx14("div", { className: "w-full h-full", children: icon && getCategoryIcon(icon, variant, size) })
15240
+ children: /* @__PURE__ */ jsx15("div", { className: "w-full h-full", children: icon && getCategoryIcon(icon, variant, size) })
15158
15241
  }
15159
15242
  );
15160
15243
  }
15161
15244
 
15162
15245
  // src/components/atoms/category_badge/category_badge.tsx
15163
15246
  import { useState } from "react";
15164
- import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
15247
+ import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
15165
15248
  function CategoryBadge({ active }) {
15166
15249
  const [hovering, setHovering] = useState(false);
15167
- return /* @__PURE__ */ jsxs11(
15250
+ return /* @__PURE__ */ jsxs12(
15168
15251
  "div",
15169
15252
  {
15170
15253
  onMouseEnter: () => setHovering(true),
@@ -15175,7 +15258,7 @@ function CategoryBadge({ active }) {
15175
15258
  active ? "border-qtred-400" : "border-qtneutral-700"
15176
15259
  ),
15177
15260
  children: [
15178
- !hovering && /* @__PURE__ */ jsx15(
15261
+ !hovering && /* @__PURE__ */ jsx16(
15179
15262
  CategoryIcon,
15180
15263
  {
15181
15264
  size: 16,
@@ -15183,7 +15266,7 @@ function CategoryBadge({ active }) {
15183
15266
  variant: active ? void 0 : "none" /* OUTLINED */
15184
15267
  }
15185
15268
  ),
15186
- /* @__PURE__ */ jsx15(
15269
+ /* @__PURE__ */ jsx16(
15187
15270
  "div",
15188
15271
  {
15189
15272
  className: clsx3(
@@ -15199,7 +15282,7 @@ function CategoryBadge({ active }) {
15199
15282
  }
15200
15283
 
15201
15284
  // src/components/atoms/icons/base_icons/ExternalLink.tsx
15202
- import { jsx as jsx16 } from "react/jsx-runtime";
15285
+ import { jsx as jsx17 } from "react/jsx-runtime";
15203
15286
  function ExternalLink({
15204
15287
  size = 24,
15205
15288
  color = "#1D1D1F",
@@ -15210,7 +15293,7 @@ function ExternalLink({
15210
15293
  case 16:
15211
15294
  return {
15212
15295
  viewBox: "0 0 16 16",
15213
- path: /* @__PURE__ */ jsx16(
15296
+ path: /* @__PURE__ */ jsx17(
15214
15297
  "path",
15215
15298
  {
15216
15299
  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",
@@ -15224,7 +15307,7 @@ function ExternalLink({
15224
15307
  case 20:
15225
15308
  return {
15226
15309
  viewBox: "0 0 20 20",
15227
- path: /* @__PURE__ */ jsx16(
15310
+ path: /* @__PURE__ */ jsx17(
15228
15311
  "path",
15229
15312
  {
15230
15313
  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",
@@ -15238,7 +15321,7 @@ function ExternalLink({
15238
15321
  case 24:
15239
15322
  return {
15240
15323
  viewBox: "0 0 24 24",
15241
- path: /* @__PURE__ */ jsx16(
15324
+ path: /* @__PURE__ */ jsx17(
15242
15325
  "path",
15243
15326
  {
15244
15327
  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",
@@ -15252,7 +15335,7 @@ function ExternalLink({
15252
15335
  case 36:
15253
15336
  return {
15254
15337
  viewBox: "0 0 36 36",
15255
- path: /* @__PURE__ */ jsx16(
15338
+ path: /* @__PURE__ */ jsx17(
15256
15339
  "path",
15257
15340
  {
15258
15341
  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",
@@ -15266,7 +15349,7 @@ function ExternalLink({
15266
15349
  }
15267
15350
  };
15268
15351
  const { viewBox, path } = getIconData();
15269
- return /* @__PURE__ */ jsx16(
15352
+ return /* @__PURE__ */ jsx17(
15270
15353
  "svg",
15271
15354
  {
15272
15355
  width: size,
@@ -15280,7 +15363,7 @@ function ExternalLink({
15280
15363
  }
15281
15364
 
15282
15365
  // src/components/atoms/icons/base_icons/CheckBox.tsx
15283
- import { jsx as jsx17, jsxs as jsxs12 } from "react/jsx-runtime";
15366
+ import { jsx as jsx18, jsxs as jsxs13 } from "react/jsx-runtime";
15284
15367
  function CheckBox({ size = 24, fillColor }) {
15285
15368
  const getIconData = () => {
15286
15369
  let viewBox2 = "";
@@ -15304,16 +15387,16 @@ function CheckBox({ size = 24, fillColor }) {
15304
15387
  scale = 1;
15305
15388
  break;
15306
15389
  }
15307
- const path2 = /* @__PURE__ */ jsxs12("g", { transform: `scale(${scale})`, children: [
15308
- /* @__PURE__ */ jsx17("mask", { id: maskId, fill: "white", children: /* @__PURE__ */ jsx17("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" }) }),
15309
- /* @__PURE__ */ jsx17(
15390
+ const path2 = /* @__PURE__ */ jsxs13("g", { transform: `scale(${scale})`, children: [
15391
+ /* @__PURE__ */ jsx18("mask", { id: maskId, fill: "white", children: /* @__PURE__ */ jsx18("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" }) }),
15392
+ /* @__PURE__ */ jsx18(
15310
15393
  "path",
15311
15394
  {
15312
15395
  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",
15313
15396
  fill: fillColor
15314
15397
  }
15315
15398
  ),
15316
- /* @__PURE__ */ jsx17(
15399
+ /* @__PURE__ */ jsx18(
15317
15400
  "path",
15318
15401
  {
15319
15402
  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",
@@ -15321,7 +15404,7 @@ function CheckBox({ size = 24, fillColor }) {
15321
15404
  mask: `url(#${maskId})`
15322
15405
  }
15323
15406
  ),
15324
- /* @__PURE__ */ jsx17(
15407
+ /* @__PURE__ */ jsx18(
15325
15408
  "path",
15326
15409
  {
15327
15410
  d: "M13.9502 18L16.6502 20.7L22.0502 15.3",
@@ -15335,63 +15418,7 @@ function CheckBox({ size = 24, fillColor }) {
15335
15418
  return { viewBox: viewBox2, path: path2 };
15336
15419
  };
15337
15420
  const { viewBox, path } = getIconData();
15338
- return /* @__PURE__ */ jsx17(
15339
- "svg",
15340
- {
15341
- width: size,
15342
- height: size,
15343
- viewBox,
15344
- fill: "none",
15345
- xmlns: "http://www.w3.org/2000/svg",
15346
- children: path
15347
- }
15348
- );
15349
- }
15350
- function CheckBoxEmpty({ size = 24, fillColor }) {
15351
- const getIconData = () => {
15352
- let viewBox2 = "";
15353
- let scale = 1;
15354
- let maskId = `checkbox-filled-empty-mask-${size}`;
15355
- switch (size) {
15356
- case 16:
15357
- viewBox2 = "0 0 16 16";
15358
- scale = 16 / 36;
15359
- break;
15360
- case 20:
15361
- viewBox2 = "0 0 20 20";
15362
- scale = 20 / 36;
15363
- break;
15364
- case 24:
15365
- viewBox2 = "0 0 24 24";
15366
- scale = 24 / 36;
15367
- break;
15368
- case 36:
15369
- viewBox2 = "0 0 36 36";
15370
- scale = 1;
15371
- break;
15372
- }
15373
- const path2 = /* @__PURE__ */ jsxs12("g", { transform: `scale(${scale})`, children: [
15374
- /* @__PURE__ */ jsx17("mask", { id: maskId, fill: "white", children: /* @__PURE__ */ jsx17("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" }) }),
15375
- /* @__PURE__ */ jsx17(
15376
- "path",
15377
- {
15378
- 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",
15379
- fill: fillColor
15380
- }
15381
- ),
15382
- /* @__PURE__ */ jsx17(
15383
- "path",
15384
- {
15385
- 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",
15386
- fill: "#1D1D1F",
15387
- mask: `url(#${maskId})`
15388
- }
15389
- )
15390
- ] });
15391
- return { viewBox: viewBox2, path: path2 };
15392
- };
15393
- const { viewBox, path } = getIconData();
15394
- return /* @__PURE__ */ jsx17(
15421
+ return /* @__PURE__ */ jsx18(
15395
15422
  "svg",
15396
15423
  {
15397
15424
  width: size,
@@ -15405,7 +15432,7 @@ function CheckBoxEmpty({ size = 24, fillColor }) {
15405
15432
  }
15406
15433
 
15407
15434
  // src/components/organisms/preview_card/preview_card.tsx
15408
- import { jsx as jsx18, jsxs as jsxs13 } from "react/jsx-runtime";
15435
+ import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
15409
15436
  function PreviewCard({
15410
15437
  eventID,
15411
15438
  onSelected,
@@ -15430,7 +15457,7 @@ function PreviewCard({
15430
15457
  onChecked(eventID);
15431
15458
  }
15432
15459
  }
15433
- return /* @__PURE__ */ jsxs13(
15460
+ return /* @__PURE__ */ jsxs14(
15434
15461
  "div",
15435
15462
  {
15436
15463
  className: clsx4(
@@ -15443,10 +15470,10 @@ function PreviewCard({
15443
15470
  onSelected && onSelected(eventID);
15444
15471
  },
15445
15472
  children: [
15446
- /* @__PURE__ */ jsx18("div", { className: "flex flex-col gap-4 place-items-center", children: /* @__PURE__ */ jsx18(BrandIcon, { service, size: 16 }) }),
15447
- /* @__PURE__ */ jsxs13("div", { className: "flex flex-col gap-2 grow ", children: [
15448
- /* @__PURE__ */ jsxs13("div", { className: "flex flex-col grow gap-1", children: [
15449
- /* @__PURE__ */ jsx18(
15473
+ /* @__PURE__ */ jsx19("div", { className: "flex flex-col gap-4 place-items-center", children: /* @__PURE__ */ jsx19(BrandIcon, { service, size: 16 }) }),
15474
+ /* @__PURE__ */ jsxs14("div", { className: "flex flex-col gap-2 grow ", children: [
15475
+ /* @__PURE__ */ jsxs14("div", { className: "flex flex-col grow gap-1", children: [
15476
+ /* @__PURE__ */ jsx19(
15450
15477
  SenderSourceRow,
15451
15478
  {
15452
15479
  leftText: sender,
@@ -15455,21 +15482,21 @@ function PreviewCard({
15455
15482
  date
15456
15483
  }
15457
15484
  ),
15458
- subjectLine && /* @__PURE__ */ jsx18(SubjectLineRow, { text: subjectLine })
15485
+ subjectLine && /* @__PURE__ */ jsx19(SubjectLineRow, { text: subjectLine })
15459
15486
  ] }),
15460
- body && /* @__PURE__ */ jsx18("div", { className: "flex flex-col max-w-full w-full wrap-anywhere", children: /* @__PURE__ */ jsx18("p", { className: "line-clamp-2 body-small", children: body }) }),
15461
- /* @__PURE__ */ jsx18("div", { className: "flex", children: /* @__PURE__ */ jsxs13("div", { className: "w-full relative flex place-content-between place-items-center", children: [
15462
- /* @__PURE__ */ jsx18(
15487
+ body && /* @__PURE__ */ jsx19("div", { className: "flex flex-col max-w-full w-full wrap-anywhere", children: /* @__PURE__ */ jsx19("p", { className: "line-clamp-2 body-small", children: body }) }),
15488
+ /* @__PURE__ */ jsx19("div", { className: "flex", children: /* @__PURE__ */ jsxs14("div", { className: "w-full relative flex place-content-between place-items-center", children: [
15489
+ /* @__PURE__ */ jsx19(
15463
15490
  "div",
15464
15491
  {
15465
15492
  onClick: (e) => {
15466
15493
  e.stopPropagation();
15467
15494
  setoverrideMenuOpen(!overrideMenuOpen);
15468
15495
  },
15469
- children: /* @__PURE__ */ jsx18(CategoryBadge, { active: eventCategory == "fire" })
15496
+ children: /* @__PURE__ */ jsx19(CategoryBadge, { active: eventCategory == "fire" })
15470
15497
  }
15471
15498
  ),
15472
- overrideMenuOpen && /* @__PURE__ */ jsx18("div", { className: "absolute right-[56%] top-[140%]", children: /* @__PURE__ */ jsx18(
15499
+ overrideMenuOpen && /* @__PURE__ */ jsx19("div", { className: "absolute right-[56%] top-[140%]", children: /* @__PURE__ */ jsx19(
15473
15500
  DropDown,
15474
15501
  {
15475
15502
  items: overrideItems ? overrideItems : [],
@@ -15480,24 +15507,24 @@ function PreviewCard({
15480
15507
  }
15481
15508
  }
15482
15509
  ) }),
15483
- /* @__PURE__ */ jsxs13("div", { className: "flex gap-2", children: [
15484
- /* @__PURE__ */ jsx18(
15510
+ /* @__PURE__ */ jsxs14("div", { className: "flex gap-2", children: [
15511
+ /* @__PURE__ */ jsx19(
15485
15512
  "div",
15486
15513
  {
15487
15514
  onClick: (e) => {
15488
15515
  e.stopPropagation();
15489
15516
  toggleChecked();
15490
15517
  },
15491
- children: /* @__PURE__ */ jsx18(
15518
+ children: /* @__PURE__ */ jsx19(
15492
15519
  CheckBox,
15493
15520
  {
15494
- size: 16,
15521
+ size: 20,
15495
15522
  fillColor: checked ? "#E8FE99" : void 0
15496
15523
  }
15497
15524
  )
15498
15525
  }
15499
15526
  ),
15500
- /* @__PURE__ */ jsx18("div", { onClick: onClickGoToSource, children: /* @__PURE__ */ jsx18(ExternalLink, { size: 16, color: "#82818E" }) })
15527
+ /* @__PURE__ */ jsx19("div", { onClick: onClickGoToSource, children: /* @__PURE__ */ jsx19(ExternalLink, { size: 20, color: "#82818E" }) })
15501
15528
  ] })
15502
15529
  ] }) })
15503
15530
  ] })
@@ -15507,7 +15534,7 @@ function PreviewCard({
15507
15534
  }
15508
15535
 
15509
15536
  // src/components/atoms/icons/base_icons/Gear.tsx
15510
- import { Fragment as Fragment9, jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
15537
+ import { Fragment as Fragment10, jsx as jsx20, jsxs as jsxs15 } from "react/jsx-runtime";
15511
15538
  function Gear({
15512
15539
  size = 24,
15513
15540
  color = "#1D1D1F",
@@ -15518,8 +15545,8 @@ function Gear({
15518
15545
  case 16:
15519
15546
  return {
15520
15547
  viewBox: "0 0 16 16",
15521
- path: /* @__PURE__ */ jsxs14(Fragment9, { children: [
15522
- /* @__PURE__ */ jsx19(
15548
+ path: /* @__PURE__ */ jsxs15(Fragment10, { children: [
15549
+ /* @__PURE__ */ jsx20(
15523
15550
  "path",
15524
15551
  {
15525
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",
@@ -15529,7 +15556,7 @@ function Gear({
15529
15556
  strokeLinejoin: "round"
15530
15557
  }
15531
15558
  ),
15532
- /* @__PURE__ */ jsx19(
15559
+ /* @__PURE__ */ jsx20(
15533
15560
  "path",
15534
15561
  {
15535
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",
@@ -15544,8 +15571,8 @@ function Gear({
15544
15571
  case 20:
15545
15572
  return {
15546
15573
  viewBox: "0 0 20 20",
15547
- path: /* @__PURE__ */ jsxs14(Fragment9, { children: [
15548
- /* @__PURE__ */ jsx19(
15574
+ path: /* @__PURE__ */ jsxs15(Fragment10, { children: [
15575
+ /* @__PURE__ */ jsx20(
15549
15576
  "path",
15550
15577
  {
15551
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",
@@ -15555,7 +15582,7 @@ function Gear({
15555
15582
  strokeLinejoin: "round"
15556
15583
  }
15557
15584
  ),
15558
- /* @__PURE__ */ jsx19(
15585
+ /* @__PURE__ */ jsx20(
15559
15586
  "path",
15560
15587
  {
15561
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",
@@ -15570,8 +15597,8 @@ function Gear({
15570
15597
  case 24:
15571
15598
  return {
15572
15599
  viewBox: "0 0 24 24",
15573
- path: /* @__PURE__ */ jsxs14(Fragment9, { children: [
15574
- /* @__PURE__ */ jsx19(
15600
+ path: /* @__PURE__ */ jsxs15(Fragment10, { children: [
15601
+ /* @__PURE__ */ jsx20(
15575
15602
  "path",
15576
15603
  {
15577
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",
@@ -15581,7 +15608,7 @@ function Gear({
15581
15608
  strokeLinejoin: "round"
15582
15609
  }
15583
15610
  ),
15584
- /* @__PURE__ */ jsx19(
15611
+ /* @__PURE__ */ jsx20(
15585
15612
  "path",
15586
15613
  {
15587
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",
@@ -15596,8 +15623,8 @@ function Gear({
15596
15623
  case 36:
15597
15624
  return {
15598
15625
  viewBox: "0 0 36 36",
15599
- path: /* @__PURE__ */ jsxs14(Fragment9, { children: [
15600
- /* @__PURE__ */ jsx19(
15626
+ path: /* @__PURE__ */ jsxs15(Fragment10, { children: [
15627
+ /* @__PURE__ */ jsx20(
15601
15628
  "path",
15602
15629
  {
15603
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",
@@ -15607,7 +15634,7 @@ function Gear({
15607
15634
  strokeLinejoin: "round"
15608
15635
  }
15609
15636
  ),
15610
- /* @__PURE__ */ jsx19(
15637
+ /* @__PURE__ */ jsx20(
15611
15638
  "path",
15612
15639
  {
15613
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",
@@ -15622,7 +15649,7 @@ function Gear({
15622
15649
  }
15623
15650
  };
15624
15651
  const { viewBox, path } = getIconData();
15625
- return /* @__PURE__ */ jsx19(
15652
+ return /* @__PURE__ */ jsx20(
15626
15653
  "svg",
15627
15654
  {
15628
15655
  width: size,
@@ -15636,7 +15663,7 @@ function Gear({
15636
15663
  }
15637
15664
 
15638
15665
  // src/components/atoms/icons/base_icons/Logout.tsx
15639
- import { jsx as jsx20 } from "react/jsx-runtime";
15666
+ import { jsx as jsx21 } from "react/jsx-runtime";
15640
15667
  function Logout({
15641
15668
  size = 24,
15642
15669
  color = "#1D1D1F",
@@ -15647,7 +15674,7 @@ function Logout({
15647
15674
  case 16:
15648
15675
  return {
15649
15676
  viewBox: "0 0 16 16",
15650
- path: /* @__PURE__ */ jsx20(
15677
+ path: /* @__PURE__ */ jsx21(
15651
15678
  "path",
15652
15679
  {
15653
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",
@@ -15661,7 +15688,7 @@ function Logout({
15661
15688
  case 20:
15662
15689
  return {
15663
15690
  viewBox: "0 0 20 20",
15664
- path: /* @__PURE__ */ jsx20(
15691
+ path: /* @__PURE__ */ jsx21(
15665
15692
  "path",
15666
15693
  {
15667
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",
@@ -15675,7 +15702,7 @@ function Logout({
15675
15702
  case 24:
15676
15703
  return {
15677
15704
  viewBox: "0 0 24 24",
15678
- path: /* @__PURE__ */ jsx20(
15705
+ path: /* @__PURE__ */ jsx21(
15679
15706
  "path",
15680
15707
  {
15681
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",
@@ -15689,7 +15716,7 @@ function Logout({
15689
15716
  case 36:
15690
15717
  return {
15691
15718
  viewBox: "0 0 36 36",
15692
- path: /* @__PURE__ */ jsx20(
15719
+ path: /* @__PURE__ */ jsx21(
15693
15720
  "path",
15694
15721
  {
15695
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",
@@ -15703,7 +15730,7 @@ function Logout({
15703
15730
  }
15704
15731
  };
15705
15732
  const { viewBox, path } = getIconData();
15706
- return /* @__PURE__ */ jsx20(
15733
+ return /* @__PURE__ */ jsx21(
15707
15734
  "svg",
15708
15735
  {
15709
15736
  width: size,
@@ -15717,7 +15744,7 @@ function Logout({
15717
15744
  }
15718
15745
 
15719
15746
  // src/components/atoms/icons/base_icons/Queue.tsx
15720
- import { Fragment as Fragment10, jsx as jsx21, jsxs as jsxs15 } from "react/jsx-runtime";
15747
+ import { Fragment as Fragment11, jsx as jsx22, jsxs as jsxs16 } from "react/jsx-runtime";
15721
15748
  function Queue({
15722
15749
  size = 24,
15723
15750
  color = "#1D1D1F",
@@ -15728,8 +15755,8 @@ function Queue({
15728
15755
  case 16:
15729
15756
  return {
15730
15757
  viewBox: "0 0 16 16",
15731
- path: /* @__PURE__ */ jsxs15(Fragment10, { children: [
15732
- /* @__PURE__ */ jsx21(
15758
+ path: /* @__PURE__ */ jsxs16(Fragment11, { children: [
15759
+ /* @__PURE__ */ jsx22(
15733
15760
  "path",
15734
15761
  {
15735
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",
@@ -15739,7 +15766,7 @@ function Queue({
15739
15766
  strokeLinejoin: "round"
15740
15767
  }
15741
15768
  ),
15742
- /* @__PURE__ */ jsx21(
15769
+ /* @__PURE__ */ jsx22(
15743
15770
  "path",
15744
15771
  {
15745
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",
@@ -15749,7 +15776,7 @@ function Queue({
15749
15776
  strokeLinejoin: "round"
15750
15777
  }
15751
15778
  ),
15752
- /* @__PURE__ */ jsx21(
15779
+ /* @__PURE__ */ jsx22(
15753
15780
  "path",
15754
15781
  {
15755
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",
@@ -15764,8 +15791,8 @@ function Queue({
15764
15791
  case 20:
15765
15792
  return {
15766
15793
  viewBox: "0 0 20 20",
15767
- path: /* @__PURE__ */ jsxs15(Fragment10, { children: [
15768
- /* @__PURE__ */ jsx21(
15794
+ path: /* @__PURE__ */ jsxs16(Fragment11, { children: [
15795
+ /* @__PURE__ */ jsx22(
15769
15796
  "path",
15770
15797
  {
15771
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",
@@ -15775,7 +15802,7 @@ function Queue({
15775
15802
  strokeLinejoin: "round"
15776
15803
  }
15777
15804
  ),
15778
- /* @__PURE__ */ jsx21(
15805
+ /* @__PURE__ */ jsx22(
15779
15806
  "path",
15780
15807
  {
15781
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",
@@ -15785,7 +15812,7 @@ function Queue({
15785
15812
  strokeLinejoin: "round"
15786
15813
  }
15787
15814
  ),
15788
- /* @__PURE__ */ jsx21(
15815
+ /* @__PURE__ */ jsx22(
15789
15816
  "path",
15790
15817
  {
15791
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",
@@ -15800,8 +15827,8 @@ function Queue({
15800
15827
  case 24:
15801
15828
  return {
15802
15829
  viewBox: "0 0 24 24",
15803
- path: /* @__PURE__ */ jsxs15(Fragment10, { children: [
15804
- /* @__PURE__ */ jsx21(
15830
+ path: /* @__PURE__ */ jsxs16(Fragment11, { children: [
15831
+ /* @__PURE__ */ jsx22(
15805
15832
  "path",
15806
15833
  {
15807
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",
@@ -15811,7 +15838,7 @@ function Queue({
15811
15838
  strokeLinejoin: "round"
15812
15839
  }
15813
15840
  ),
15814
- /* @__PURE__ */ jsx21(
15841
+ /* @__PURE__ */ jsx22(
15815
15842
  "path",
15816
15843
  {
15817
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",
@@ -15821,7 +15848,7 @@ function Queue({
15821
15848
  strokeLinejoin: "round"
15822
15849
  }
15823
15850
  ),
15824
- /* @__PURE__ */ jsx21(
15851
+ /* @__PURE__ */ jsx22(
15825
15852
  "path",
15826
15853
  {
15827
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",
@@ -15836,8 +15863,8 @@ function Queue({
15836
15863
  case 36:
15837
15864
  return {
15838
15865
  viewBox: "0 0 36 36",
15839
- path: /* @__PURE__ */ jsxs15(Fragment10, { children: [
15840
- /* @__PURE__ */ jsx21(
15866
+ path: /* @__PURE__ */ jsxs16(Fragment11, { children: [
15867
+ /* @__PURE__ */ jsx22(
15841
15868
  "path",
15842
15869
  {
15843
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",
@@ -15847,7 +15874,7 @@ function Queue({
15847
15874
  strokeLinejoin: "round"
15848
15875
  }
15849
15876
  ),
15850
- /* @__PURE__ */ jsx21(
15877
+ /* @__PURE__ */ jsx22(
15851
15878
  "path",
15852
15879
  {
15853
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",
@@ -15857,7 +15884,7 @@ function Queue({
15857
15884
  strokeLinejoin: "round"
15858
15885
  }
15859
15886
  ),
15860
- /* @__PURE__ */ jsx21(
15887
+ /* @__PURE__ */ jsx22(
15861
15888
  "path",
15862
15889
  {
15863
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",
@@ -15872,7 +15899,7 @@ function Queue({
15872
15899
  }
15873
15900
  };
15874
15901
  const { viewBox, path } = getIconData();
15875
- return /* @__PURE__ */ jsx21(
15902
+ return /* @__PURE__ */ jsx22(
15876
15903
  "svg",
15877
15904
  {
15878
15905
  width: size,
@@ -15886,17 +15913,17 @@ function Queue({
15886
15913
  }
15887
15914
 
15888
15915
  // src/components/atoms/qtalo_logo/qtalo_logo.tsx
15889
- import { jsx as jsx22 } from "react/jsx-runtime";
15916
+ import { jsx as jsx23 } from "react/jsx-runtime";
15890
15917
  function QTLogo({ variant }) {
15891
15918
  if (variant == "monogram") {
15892
- return /* @__PURE__ */ jsx22(
15919
+ return /* @__PURE__ */ jsx23(
15893
15920
  "svg",
15894
15921
  {
15895
15922
  xmlns: "http://www.w3.org/2000/svg",
15896
15923
  width: "40",
15897
15924
  height: "40",
15898
15925
  viewBox: "0 0 40 40",
15899
- children: /* @__PURE__ */ jsx22(
15926
+ children: /* @__PURE__ */ jsx23(
15900
15927
  "image",
15901
15928
  {
15902
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",
@@ -15909,14 +15936,14 @@ function QTLogo({ variant }) {
15909
15936
  }
15910
15937
  );
15911
15938
  } else {
15912
- return /* @__PURE__ */ jsx22(
15939
+ return /* @__PURE__ */ jsx23(
15913
15940
  "svg",
15914
15941
  {
15915
15942
  xmlns: "http://www.w3.org/2000/svg",
15916
15943
  width: "140",
15917
15944
  height: "40",
15918
15945
  viewBox: "0 0 140 40",
15919
- children: /* @__PURE__ */ jsx22(
15946
+ children: /* @__PURE__ */ jsx23(
15920
15947
  "image",
15921
15948
  {
15922
15949
  href: "data:image/png;base64,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",
@@ -15933,15 +15960,15 @@ function QTLogo({ variant }) {
15933
15960
 
15934
15961
  // src/components/molecules/buttons/nav_button/main_nav_button/main_nav_button.tsx
15935
15962
  import clsx5 from "clsx";
15936
- import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
15963
+ import { jsx as jsx24, jsxs as jsxs17 } from "react/jsx-runtime";
15937
15964
  function MainNavButton({ icon, label, active, onClick }) {
15938
- return /* @__PURE__ */ jsxs16(
15965
+ return /* @__PURE__ */ jsxs17(
15939
15966
  "div",
15940
15967
  {
15941
15968
  className: "w-min h-min flex flex-none flex-col place-items-center gap-2",
15942
15969
  onClick,
15943
15970
  children: [
15944
- /* @__PURE__ */ jsx23(
15971
+ /* @__PURE__ */ jsx24(
15945
15972
  "div",
15946
15973
  {
15947
15974
  className: clsx5(
@@ -15951,44 +15978,44 @@ function MainNavButton({ icon, label, active, onClick }) {
15951
15978
  children: icon
15952
15979
  }
15953
15980
  ),
15954
- /* @__PURE__ */ jsx23("div", { className: "label-3-bold text-qtpurple-500 select-none", children: label })
15981
+ /* @__PURE__ */ jsx24("div", { className: "label-3-bold text-qtpurple-500 select-none", children: label })
15955
15982
  ]
15956
15983
  }
15957
15984
  );
15958
15985
  }
15959
15986
 
15960
15987
  // src/components/organisms/nav_bar/nav_bar.tsx
15961
- import { jsx as jsx24, jsxs as jsxs17 } from "react/jsx-runtime";
15988
+ import { jsx as jsx25, jsxs as jsxs18 } from "react/jsx-runtime";
15962
15989
  function NavBar({ buttons = {} }) {
15963
- return /* @__PURE__ */ jsxs17("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: [
15964
- /* @__PURE__ */ jsxs17("div", { className: "flex flex-col gap-8", children: [
15965
- /* @__PURE__ */ jsx24(QTLogo, { variant: "monogram" }),
15966
- /* @__PURE__ */ jsx24(
15990
+ return /* @__PURE__ */ jsxs18("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__ */ jsxs18("div", { className: "flex flex-col gap-8", children: [
15992
+ /* @__PURE__ */ jsx25(QTLogo, { variant: "monogram" }),
15993
+ /* @__PURE__ */ jsx25(
15967
15994
  MainNavButton,
15968
15995
  {
15969
15996
  active: buttons.queue?.active,
15970
15997
  label: "Queue",
15971
- icon: /* @__PURE__ */ jsx24(Queue, { color: "#6558FD" }),
15998
+ icon: /* @__PURE__ */ jsx25(Queue, { color: "#6558FD" }),
15972
15999
  onClick: buttons.queue?.onClick
15973
16000
  }
15974
16001
  )
15975
16002
  ] }),
15976
- /* @__PURE__ */ jsxs17("div", { className: "flex flex-col gap-8", children: [
15977
- /* @__PURE__ */ jsx24(
16003
+ /* @__PURE__ */ jsxs18("div", { className: "flex flex-col gap-8", children: [
16004
+ /* @__PURE__ */ jsx25(
15978
16005
  MainNavButton,
15979
16006
  {
15980
16007
  active: buttons.account?.active,
15981
16008
  label: "Account",
15982
- icon: /* @__PURE__ */ jsx24(Gear, { color: "#6558FD" }),
16009
+ icon: /* @__PURE__ */ jsx25(Gear, { color: "#6558FD" }),
15983
16010
  onClick: buttons.account?.onClick
15984
16011
  }
15985
16012
  ),
15986
- /* @__PURE__ */ jsx24(
16013
+ /* @__PURE__ */ jsx25(
15987
16014
  MainNavButton,
15988
16015
  {
15989
16016
  active: buttons.logout?.active,
15990
16017
  label: "Logout",
15991
- icon: /* @__PURE__ */ jsx24(Logout, { color: "#6558FD" }),
16018
+ icon: /* @__PURE__ */ jsx25(Logout, { color: "#6558FD" }),
15992
16019
  onClick: buttons.logout?.onClick
15993
16020
  }
15994
16021
  )
@@ -15996,36 +16023,17 @@ function NavBar({ buttons = {} }) {
15996
16023
  ] });
15997
16024
  }
15998
16025
 
15999
- // src/components/molecules/checkboxes/main_checkbox/secondary_checkbox.tsx
16000
- import clsx6 from "clsx";
16001
- import { jsx as jsx25 } from "react/jsx-runtime";
16002
- function SecondaryCheckBox({ active, onClick }) {
16003
- return /* @__PURE__ */ jsx25(
16004
- "div",
16005
- {
16006
- className: clsx6(
16007
- "flex flex-none w-min h-min place-items-center place-content-center p-0"
16008
- ),
16009
- onClick: (e) => {
16010
- e.stopPropagation();
16011
- onClick && onClick();
16012
- },
16013
- children: active ? /* @__PURE__ */ jsx25(CheckBox, { size: 36, fillColor: "#E8FE99" }) : /* @__PURE__ */ jsx25(CheckBoxEmpty, { size: 36, fillColor: "#FFFFFF" })
16014
- }
16015
- );
16016
- }
16017
-
16018
16026
  // src/components/organisms/emails/single_event.tsx
16019
16027
  import { useEffect, useState as useState3 } from "react";
16020
16028
 
16021
16029
  // src/components/organisms/intel_card/intel_card.tsx
16022
- import clsx7 from "clsx";
16030
+ import clsx6 from "clsx";
16023
16031
 
16024
16032
  // src/components/molecules/text_content/intel_row/intel_row.tsx
16025
- import { jsx as jsx26, jsxs as jsxs18 } from "react/jsx-runtime";
16033
+ import { jsx as jsx26, jsxs as jsxs19 } from "react/jsx-runtime";
16026
16034
  function IntelRow({ boldText, text }) {
16027
- return /* @__PURE__ */ jsx26("div", { className: "flex w-max body-small text-neutral-1 gap-2 max-w-full", children: /* @__PURE__ */ jsx26("div", { className: "flex break-words", children: /* @__PURE__ */ jsxs18("p", { children: [
16028
- /* @__PURE__ */ jsxs18("strong", { className: "body-small-bold", children: [
16035
+ return /* @__PURE__ */ jsx26("div", { className: "flex w-max body-small text-neutral-1 gap-2 max-w-full", children: /* @__PURE__ */ jsx26("div", { className: "flex break-words", children: /* @__PURE__ */ jsxs19("p", { children: [
16036
+ /* @__PURE__ */ jsxs19("strong", { className: "body-small-bold", children: [
16029
16037
  boldText,
16030
16038
  ":"
16031
16039
  ] }),
@@ -16035,7 +16043,7 @@ function IntelRow({ boldText, text }) {
16035
16043
  }
16036
16044
 
16037
16045
  // src/components/organisms/intel_card/intel_card.tsx
16038
- import { jsx as jsx27, jsxs as jsxs19 } from "react/jsx-runtime";
16046
+ import { jsx as jsx27, jsxs as jsxs20 } from "react/jsx-runtime";
16039
16047
  function IntelCard({
16040
16048
  onRead,
16041
16049
  onSelected,
@@ -16056,10 +16064,10 @@ function IntelCard({
16056
16064
  return "";
16057
16065
  }
16058
16066
  };
16059
- return /* @__PURE__ */ jsxs19(
16067
+ return /* @__PURE__ */ jsxs20(
16060
16068
  "div",
16061
16069
  {
16062
- className: clsx7(
16070
+ className: clsx6(
16063
16071
  "flex flex-none gap-2 h-min w-full py-4 px-2",
16064
16072
  urgency == void 0 && "border-qtneutral-400",
16065
16073
  urgency == "low" && "bg-qtgreen-50 border-qtgreen-300",
@@ -16070,7 +16078,7 @@ function IntelCard({
16070
16078
  ),
16071
16079
  children: [
16072
16080
  /* @__PURE__ */ jsx27("div", { className: "flex flex-col gap-4 place-items-center" }),
16073
- /* @__PURE__ */ jsxs19("div", { className: "flex flex-col gap-2 max-w-full", children: [
16081
+ /* @__PURE__ */ jsxs20("div", { className: "flex flex-col gap-2 max-w-full", children: [
16074
16082
  urgency && /* @__PURE__ */ jsx27(IntelRow, { boldText: urgencyPrefix(), text: urgencyText }),
16075
16083
  /* @__PURE__ */ jsx27(IntelRow, { boldText: "Summary", text: summary })
16076
16084
  ] })
@@ -16080,7 +16088,7 @@ function IntelCard({
16080
16088
  }
16081
16089
 
16082
16090
  // src/components/organisms/emails/single_event.tsx
16083
- import { Fragment as Fragment11, jsx as jsx28, jsxs as jsxs20 } from "react/jsx-runtime";
16091
+ import { Fragment as Fragment12, jsx as jsx28, jsxs as jsxs21 } from "react/jsx-runtime";
16084
16092
  function SingleEvent({
16085
16093
  urgency,
16086
16094
  service,
@@ -16100,7 +16108,7 @@ function SingleEvent({
16100
16108
  setExpanded(true);
16101
16109
  }
16102
16110
  }, [startExpanded]);
16103
- return /* @__PURE__ */ jsxs20(
16111
+ return /* @__PURE__ */ jsxs21(
16104
16112
  "div",
16105
16113
  {
16106
16114
  className: "flex flex-col rounded-3xl bg-qtneutral-200 py-4 px-4 gap-4 h-min",
@@ -16110,14 +16118,7 @@ function SingleEvent({
16110
16118
  }
16111
16119
  },
16112
16120
  children: [
16113
- /* @__PURE__ */ jsxs20("div", { className: "flex gap-2 place-items-center", children: [
16114
- /* @__PURE__ */ jsx28(
16115
- SecondaryCheckBox,
16116
- {
16117
- active: selected,
16118
- onClick: () => setSelected(!selected)
16119
- }
16120
- ),
16121
+ /* @__PURE__ */ jsxs21("div", { className: "flex gap-2 place-items-center", children: [
16121
16122
  /* @__PURE__ */ jsx28(
16122
16123
  CategoryIcon,
16123
16124
  {
@@ -16126,22 +16127,20 @@ function SingleEvent({
16126
16127
  variant: urgency == "high" ? void 0 : urgency == "medium" ? "#FFD481" /* YELLOW */ : urgency == void 0 ? "none" /* OUTLINED */ : void 0
16127
16128
  }
16128
16129
  ),
16129
- /* @__PURE__ */ jsxs20("div", { className: "flex flex-col w-full h-min", children: [
16130
+ /* @__PURE__ */ jsxs21("div", { className: "flex flex-col w-full h-min", children: [
16130
16131
  /* @__PURE__ */ jsx28(
16131
16132
  SenderSourceRow,
16132
16133
  {
16133
16134
  leftText: sender,
16134
- seperator: "via",
16135
- rightText: source,
16136
- shrunk: true,
16137
- onClick: onExternal
16135
+ seperator: source ? "via" : "",
16136
+ rightText: source
16138
16137
  }
16139
16138
  ),
16140
16139
  /* @__PURE__ */ jsx28(SubjectLineRow, { text: subjectLine })
16141
16140
  ] })
16142
16141
  ] }),
16143
- expanded && /* @__PURE__ */ jsxs20(Fragment11, { children: [
16144
- /* @__PURE__ */ jsxs20("div", { children: [
16142
+ expanded && /* @__PURE__ */ jsxs21(Fragment12, { children: [
16143
+ /* @__PURE__ */ jsxs21("div", { children: [
16145
16144
  /* @__PURE__ */ jsx28(
16146
16145
  IntelCard,
16147
16146
  {
@@ -16160,8 +16159,8 @@ function SingleEvent({
16160
16159
  }
16161
16160
 
16162
16161
  // src/components/organisms/event_card/event_card.tsx
16163
- import clsx8 from "clsx";
16164
- import { Fragment as Fragment12, jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
16162
+ import clsx7 from "clsx";
16163
+ import { Fragment as Fragment13, jsx as jsx29, jsxs as jsxs22 } from "react/jsx-runtime";
16165
16164
  function EventCard({
16166
16165
  eventType,
16167
16166
  eventData,
@@ -16172,9 +16171,9 @@ function EventCard({
16172
16171
  function getEventBody() {
16173
16172
  switch (eventType) {
16174
16173
  case "message" /* MESSAGE */:
16175
- return eventData ? eventData[0].eventBody : /* @__PURE__ */ jsx29(Fragment12, {});
16174
+ return eventData ? eventData[0].eventBody : /* @__PURE__ */ jsx29(Fragment13, {});
16176
16175
  case "email" /* EMAIL */:
16177
- return /* @__PURE__ */ jsx29(Fragment12, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ jsx29(
16176
+ return /* @__PURE__ */ jsx29(Fragment13, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ jsx29(
16178
16177
  SingleEvent,
16179
16178
  {
16180
16179
  urgency: d.urgency,
@@ -16189,9 +16188,9 @@ function EventCard({
16189
16188
  summary: d.summary
16190
16189
  },
16191
16190
  d.id
16192
- )) : /* @__PURE__ */ jsx29(Fragment12, { children: " " }) });
16191
+ )) : /* @__PURE__ */ jsx29(Fragment13, { children: " " }) });
16193
16192
  case "ticket" /* TICKET */:
16194
- return /* @__PURE__ */ jsx29(Fragment12, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ jsx29(
16193
+ return /* @__PURE__ */ jsx29(Fragment13, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ jsx29(
16195
16194
  SingleEvent,
16196
16195
  {
16197
16196
  urgency: d.urgency,
@@ -16205,15 +16204,15 @@ function EventCard({
16205
16204
  summary: d.summary
16206
16205
  },
16207
16206
  d.id
16208
- )) : /* @__PURE__ */ jsx29(Fragment12, { children: " " }) });
16207
+ )) : /* @__PURE__ */ jsx29(Fragment13, { children: " " }) });
16209
16208
  default:
16210
- return /* @__PURE__ */ jsx29(Fragment12, {});
16209
+ return /* @__PURE__ */ jsx29(Fragment13, {});
16211
16210
  }
16212
16211
  }
16213
- return /* @__PURE__ */ jsxs21(
16212
+ return /* @__PURE__ */ jsxs22(
16214
16213
  "div",
16215
16214
  {
16216
- className: clsx8(
16215
+ className: clsx7(
16217
16216
  "flex flex-col rounded-2xl max-w-[765px] w-full max-h-full border-qtneutral-500 border-[2px] gap-8",
16218
16217
  eventType == "message" /* MESSAGE */ ? "bg-qtneutral-200" : "bg-white py-4 pl-4 pr-2"
16219
16218
  ),
@@ -16221,7 +16220,7 @@ function EventCard({
16221
16220
  /* @__PURE__ */ jsx29(
16222
16221
  "div",
16223
16222
  {
16224
- className: clsx8(
16223
+ className: clsx7(
16225
16224
  eventType == "message" /* MESSAGE */ ? "flex-col-reverse" : "flex-col",
16226
16225
  "overflow-y-auto flex gap-4 w-full h-full"
16227
16226
  ),
@@ -16243,9 +16242,9 @@ function EventCard({
16243
16242
  }
16244
16243
 
16245
16244
  // src/components/molecules/text_content/metadata_row/metadata_row.tsx
16246
- import { jsx as jsx30, jsxs as jsxs22 } from "react/jsx-runtime";
16245
+ import { jsx as jsx30, jsxs as jsxs23 } from "react/jsx-runtime";
16247
16246
  function MetadataRow({ metadata }) {
16248
- return /* @__PURE__ */ jsxs22("div", { className: "flex w-full flex-wrap break-all body-small text-neutral-900 gap-2", children: [
16247
+ return /* @__PURE__ */ jsxs23("div", { className: "flex w-full flex-wrap break-all body-small text-neutral-900 gap-2", children: [
16249
16248
  metadata && /* @__PURE__ */ jsx30("div", { children: metadata[0] + (metadata.length == 2 ? "," : "") }),
16250
16249
  metadata?.length == 2 && /* @__PURE__ */ jsx30("div", { children: metadata[1] })
16251
16250
  ] });
@@ -16253,7 +16252,7 @@ function MetadataRow({ metadata }) {
16253
16252
 
16254
16253
  // src/components/organisms/message_body/email_body.tsx
16255
16254
  import DOMPurify from "dompurify";
16256
- import { jsx as jsx31, jsxs as jsxs23 } from "react/jsx-runtime";
16255
+ import { jsx as jsx31, jsxs as jsxs24 } from "react/jsx-runtime";
16257
16256
  function EmailBody({
16258
16257
  subjectLine,
16259
16258
  to,
@@ -16269,8 +16268,8 @@ function EmailBody({
16269
16268
  }
16270
16269
  const isHtmlContent = body && isHtml(body);
16271
16270
  const safeText = isHtmlContent ? DOMPurify.sanitize(body) : DOMPurify.sanitize(body?.replace(/\n/g, "<br>") || "");
16272
- return /* @__PURE__ */ jsxs23("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl overflow-auto", children: [
16273
- /* @__PURE__ */ jsxs23("div", { className: "flex flex-col gap-0.5", children: [
16271
+ return /* @__PURE__ */ jsxs24("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl overflow-auto", children: [
16272
+ /* @__PURE__ */ jsxs24("div", { className: "flex flex-col gap-0.5", children: [
16274
16273
  /* @__PURE__ */ jsx31(MetadataRow, { metadata: [`Subject: ${subjectLine}`] }),
16275
16274
  /* @__PURE__ */ jsx31(MetadataRow, { metadata: [`To: ${to}`] }),
16276
16275
  /* @__PURE__ */ jsx31(MetadataRow, { metadata: [`Date: ${date}`] }),
@@ -16283,31 +16282,46 @@ function EmailBody({
16283
16282
  /* @__PURE__ */ jsx31("div", { className: "body-small break-all whitespace-pre-line flex", children: body && /* @__PURE__ */ jsx31(
16284
16283
  "iframe",
16285
16284
  {
16286
- srcDoc: `<div style="font-family: sans-serif; padding: 0px; margin: 0px;">${safeText}</div>`,
16285
+ srcDoc: `<!DOCTYPE html>
16286
+ <html>
16287
+ <head>
16288
+ <link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
16289
+ <style>
16290
+ body {
16291
+ font-family: 'Inter', sans-serif;
16292
+ padding: 0;
16293
+ margin: 0;
16294
+ font-size: 14px;
16295
+ word-break: break-all;
16296
+ }
16297
+ </style>
16298
+ </head>
16299
+ <body>${safeText}</body>
16300
+ </html>`,
16287
16301
  sandbox: "allow-popups",
16288
16302
  style: { border: 0, width: "100%", height: "500px" },
16289
- title: "Plain Text Email"
16303
+ title: "Email Content"
16290
16304
  }
16291
16305
  ) })
16292
16306
  ] });
16293
16307
  }
16294
16308
 
16295
16309
  // src/components/organisms/chat_messages/chat_bubble/chat_bubble.tsx
16296
- import clsx10 from "clsx";
16310
+ import clsx9 from "clsx";
16297
16311
  import { useEffect as useEffect2, useState as useState4 } from "react";
16298
16312
 
16299
16313
  // src/components/atoms/emoji_pill/emoji_pill.tsx
16300
16314
  var import_emoji_dictionary = __toESM(require_lib7());
16301
- import { jsx as jsx32, jsxs as jsxs24 } from "react/jsx-runtime";
16315
+ import { jsx as jsx32, jsxs as jsxs25 } from "react/jsx-runtime";
16302
16316
  function EmojiPill({ emoji, count }) {
16303
- return /* @__PURE__ */ jsxs24("div", { className: "flex rounded-2xl bg-qtneutral-300 w-min py-0.5 px-4 place-items-center place-content-center gap-1", children: [
16317
+ return /* @__PURE__ */ jsxs25("div", { className: "flex rounded-2xl bg-qtneutral-300 w-min py-0.5 px-4 place-items-center place-content-center gap-1", children: [
16304
16318
  emoji && import_emoji_dictionary.default.getUnicode(emoji),
16305
16319
  /* @__PURE__ */ jsx32("div", { className: "label-3-bold text-qtneutral-900", children: count })
16306
16320
  ] });
16307
16321
  }
16308
16322
 
16309
16323
  // src/util/utilcomponents.tsx
16310
- import clsx9 from "clsx";
16324
+ import clsx8 from "clsx";
16311
16325
  import ReactMarkdown from "react-markdown";
16312
16326
  import remarkGfm from "remark-gfm";
16313
16327
  import { jsx as jsx33 } from "react/jsx-runtime";
@@ -16315,7 +16329,7 @@ function MarkdownRenderer({ content, truncated }) {
16315
16329
  return /* @__PURE__ */ jsx33(
16316
16330
  "div",
16317
16331
  {
16318
- className: clsx9(
16332
+ className: clsx8(
16319
16333
  "flex flex-col markdown break-all",
16320
16334
  truncated && "line-clamp-3"
16321
16335
  ),
@@ -16325,7 +16339,7 @@ function MarkdownRenderer({ content, truncated }) {
16325
16339
  }
16326
16340
 
16327
16341
  // src/components/organisms/chat_messages/chat_bubble/chat_bubble.tsx
16328
- import { jsx as jsx34, jsxs as jsxs25 } from "react/jsx-runtime";
16342
+ import { jsx as jsx34, jsxs as jsxs26 } from "react/jsx-runtime";
16329
16343
  function ChatBubble({
16330
16344
  summary,
16331
16345
  text,
@@ -16355,25 +16369,25 @@ function ChatBubble({
16355
16369
  setUniqueEmojis(ue);
16356
16370
  }
16357
16371
  }, [emojis]);
16358
- return /* @__PURE__ */ jsx34("div", { className: clsx10(outbound ? "pl-8" : "pr-8"), children: /* @__PURE__ */ jsxs25(
16372
+ return /* @__PURE__ */ jsx34("div", { className: clsx9(outbound ? "pl-8" : "pr-8"), children: /* @__PURE__ */ jsxs26(
16359
16373
  "div",
16360
16374
  {
16361
- className: clsx10(
16375
+ className: clsx9(
16362
16376
  "w-full p-4 bg-white rounded-t-3xl flex flex-col gap-2",
16363
16377
  outbound ? "border-2 border-qtpurple-300" : "",
16364
16378
  outbound ? "rounded-bl-3xl" : "rounded-br-3xl"
16365
16379
  ),
16366
16380
  children: [
16367
- /* @__PURE__ */ jsxs25("div", { className: "flex place-content-between", children: [
16368
- /* @__PURE__ */ jsxs25("div", { className: "flex gap-2 place-items-center", children: [
16381
+ /* @__PURE__ */ jsxs26("div", { className: "flex place-content-between", children: [
16382
+ /* @__PURE__ */ jsxs26("div", { className: "flex gap-2 place-items-center", children: [
16369
16383
  /* @__PURE__ */ jsx34("div", { className: "body-small-bold", children: name }),
16370
16384
  /* @__PURE__ */ jsx34("div", { className: "text-qtneutral-700 label-3", children: timestamp })
16371
16385
  ] }),
16372
16386
  /* @__PURE__ */ jsx34("div", { onClick: onExternal, children: /* @__PURE__ */ jsx34(ExternalLink, { size: 16 }) })
16373
16387
  ] }),
16374
- /* @__PURE__ */ jsxs25("div", { className: clsx10("flex flex-col gap-2", !expanded && " "), children: [
16375
- summary && truncatedText && /* @__PURE__ */ jsxs25("div", { children: [
16376
- /* @__PURE__ */ jsxs25("p", { className: "body-small mb-2", children: [
16388
+ /* @__PURE__ */ jsxs26("div", { className: clsx9("flex flex-col gap-2", !expanded && " "), children: [
16389
+ summary && truncatedText && /* @__PURE__ */ jsxs26("div", { children: [
16390
+ /* @__PURE__ */ jsxs26("p", { className: "body-small mb-2", children: [
16377
16391
  /* @__PURE__ */ jsx34("strong", { className: "body-small-bold", children: "Summary:" }),
16378
16392
  " ",
16379
16393
  summary
@@ -16383,7 +16397,7 @@ function ChatBubble({
16383
16397
  /* @__PURE__ */ jsx34(
16384
16398
  "div",
16385
16399
  {
16386
- className: clsx10(
16400
+ className: clsx9(
16387
16401
  "flex flex-none text-qtneutral-900 body-medium w-full"
16388
16402
  ),
16389
16403
  children: /* @__PURE__ */ jsx34(
@@ -16405,11 +16419,11 @@ function ChatBubble({
16405
16419
  }
16406
16420
  ),
16407
16421
  image && /* @__PURE__ */ jsx34("img", { src: image, alt: "", className: "rounded-xl" }),
16408
- /* @__PURE__ */ jsxs25("div", { className: "flex gap-2", children: [
16422
+ /* @__PURE__ */ jsxs26("div", { className: "flex gap-2", children: [
16409
16423
  /* @__PURE__ */ jsx34(
16410
16424
  "div",
16411
16425
  {
16412
- className: clsx10(
16426
+ className: clsx9(
16413
16427
  "h-[24px] w-[24px] rounded-t-md bg-qtneutral-500 text-qtneutral-200 flex place-items-center place-content-center font-bold text-xs",
16414
16428
  outbound ? "rounded-bl-md" : "rounded-br-md"
16415
16429
  ),
@@ -16445,8 +16459,8 @@ function ChatBody({ messages }) {
16445
16459
  }
16446
16460
 
16447
16461
  // src/components/organisms/message_body/ticket_body.tsx
16448
- import clsx11 from "clsx";
16449
- import { jsx as jsx36, jsxs as jsxs26 } from "react/jsx-runtime";
16462
+ import clsx10 from "clsx";
16463
+ import { jsx as jsx36, jsxs as jsxs27 } from "react/jsx-runtime";
16450
16464
  function TicketBody({
16451
16465
  issueNumber,
16452
16466
  notification,
@@ -16462,8 +16476,8 @@ function TicketBody({
16462
16476
  description,
16463
16477
  comments
16464
16478
  }) {
16465
- return /* @__PURE__ */ jsxs26("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl max-w-full", children: [
16466
- /* @__PURE__ */ jsxs26("div", { className: "flex flex-col gap-0.5", children: [
16479
+ return /* @__PURE__ */ jsxs27("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl max-w-full", children: [
16480
+ /* @__PURE__ */ jsxs27("div", { className: "flex flex-col gap-0.5", children: [
16467
16481
  /* @__PURE__ */ jsx36(MetadataRow, { metadata: [`Issue: ${issueNumber}`] }),
16468
16482
  /* @__PURE__ */ jsx36(MetadataRow, { metadata: [`Notification: ${notification}`] }),
16469
16483
  /* @__PURE__ */ jsx36(MetadataRow, { metadata: [`Project: ${project}`] }),
@@ -16471,8 +16485,8 @@ function TicketBody({
16471
16485
  ] }),
16472
16486
  /* @__PURE__ */ jsx36("hr", { className: "text-qtneutral-500" }),
16473
16487
  /* @__PURE__ */ jsx36("div", { className: "body-bold", children: "Issue" }),
16474
- /* @__PURE__ */ jsxs26("div", { className: "grid grid-cols-2 gap-4 body-small", children: [
16475
- /* @__PURE__ */ jsxs26("div", { className: "", children: [
16488
+ /* @__PURE__ */ jsxs27("div", { className: "grid grid-cols-2 gap-4 body-small", children: [
16489
+ /* @__PURE__ */ jsxs27("div", { className: "", children: [
16476
16490
  /* @__PURE__ */ jsx36("div", { children: "Due Date: " }),
16477
16491
  /* @__PURE__ */ jsx36("div", { children: "Start Date: " }),
16478
16492
  /* @__PURE__ */ jsx36("div", { children: "Assignees: " }),
@@ -16482,7 +16496,7 @@ function TicketBody({
16482
16496
  /* @__PURE__ */ jsx36("div", { children: "Related: " }),
16483
16497
  /* @__PURE__ */ jsx36("div", { children: "Description: " })
16484
16498
  ] }),
16485
- /* @__PURE__ */ jsxs26("div", { className: "", children: [
16499
+ /* @__PURE__ */ jsxs27("div", { className: "", children: [
16486
16500
  /* @__PURE__ */ jsx36("div", { children: dueDate || "None" }),
16487
16501
  /* @__PURE__ */ jsx36("div", { children: startDate || "None" }),
16488
16502
  /* @__PURE__ */ jsx36("div", { children: assignees || "None" }),
@@ -16493,10 +16507,10 @@ function TicketBody({
16493
16507
  /* @__PURE__ */ jsx36("div", { children: description || "None" })
16494
16508
  ] }),
16495
16509
  comments && Array.from(comments).map((c, i) => {
16496
- return /* @__PURE__ */ jsxs26("div", { className: "flex col-span-2 flex-col gap-2 w-full", children: [
16510
+ return /* @__PURE__ */ jsxs27("div", { className: "flex col-span-2 flex-col gap-2 w-full", children: [
16497
16511
  /* @__PURE__ */ jsx36("hr", { className: "text-qtneutral-500" }),
16498
16512
  /* @__PURE__ */ jsx36("div", { className: `${i == 0 ? "body-bold" : "body "}`, children: `${i == 0 ? "New" : ""} Comment` }),
16499
- /* @__PURE__ */ jsxs26(
16513
+ /* @__PURE__ */ jsxs27(
16500
16514
  "div",
16501
16515
  {
16502
16516
  className: `flex gap-2 ${i == 0 ? "body-small-bold" : "body-small"}`,
@@ -16507,11 +16521,11 @@ function TicketBody({
16507
16521
  }
16508
16522
  ),
16509
16523
  /* @__PURE__ */ jsx36("div", { children: c.text }),
16510
- /* @__PURE__ */ jsxs26("div", { className: "flex gap-2", children: [
16524
+ /* @__PURE__ */ jsxs27("div", { className: "flex gap-2", children: [
16511
16525
  /* @__PURE__ */ jsx36(
16512
16526
  "div",
16513
16527
  {
16514
- className: clsx11(
16528
+ className: clsx10(
16515
16529
  "h-[24px] w-[24px] rounded-t-md rounded-br-md bg-qtneutral-500 text-qtneutral-200 flex place-items-center place-content-center font-bold text-xs"
16516
16530
  ),
16517
16531
  children: c.name ? c.name[0].toUpperCase() : ""
@@ -16542,22 +16556,58 @@ function CircleX({
16542
16556
  case 16:
16543
16557
  return {
16544
16558
  viewBox: "0 0 16 16",
16545
- path: /* @__PURE__ */ jsx37("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" })
16559
+ path: /* @__PURE__ */ jsx37(
16560
+ "path",
16561
+ {
16562
+ 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",
16563
+ stroke: color,
16564
+ strokeWidth: "1.25",
16565
+ strokeLinecap: "round",
16566
+ strokeLinejoin: "round"
16567
+ }
16568
+ )
16546
16569
  };
16547
16570
  case 20:
16548
16571
  return {
16549
16572
  viewBox: "0 0 20 20",
16550
- path: /* @__PURE__ */ jsx37("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" })
16573
+ path: /* @__PURE__ */ jsx37(
16574
+ "path",
16575
+ {
16576
+ 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",
16577
+ stroke: color,
16578
+ strokeWidth: "1.5",
16579
+ strokeLinecap: "round",
16580
+ strokeLinejoin: "round"
16581
+ }
16582
+ )
16551
16583
  };
16552
16584
  case 24:
16553
16585
  return {
16554
16586
  viewBox: "0 0 24 24",
16555
- path: /* @__PURE__ */ jsx37("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" })
16587
+ path: /* @__PURE__ */ jsx37(
16588
+ "path",
16589
+ {
16590
+ 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",
16591
+ stroke: color,
16592
+ strokeWidth: "2",
16593
+ strokeLinecap: "round",
16594
+ strokeLinejoin: "round"
16595
+ }
16596
+ )
16556
16597
  };
16557
16598
  case 36:
16558
16599
  return {
16559
16600
  viewBox: "0 0 36 36",
16560
- path: /* @__PURE__ */ jsx37("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" })
16601
+ path: /* @__PURE__ */ jsx37(
16602
+ "path",
16603
+ {
16604
+ 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",
16605
+ stroke: color,
16606
+ strokeWidth: "2.25",
16607
+ strokeLinecap: "round",
16608
+ strokeLinejoin: "round"
16609
+ }
16610
+ )
16561
16611
  };
16562
16612
  }
16563
16613
  };
@@ -16576,7 +16626,7 @@ function CircleX({
16576
16626
  }
16577
16627
 
16578
16628
  // src/components/atoms/icons/base_icons/Loading.tsx
16579
- import { Fragment as Fragment13, jsx as jsx38, jsxs as jsxs27 } from "react/jsx-runtime";
16629
+ import { Fragment as Fragment14, jsx as jsx38, jsxs as jsxs28 } from "react/jsx-runtime";
16580
16630
  function Loading({
16581
16631
  size = 24,
16582
16632
  color = "#1D1D1F",
@@ -16587,7 +16637,7 @@ function Loading({
16587
16637
  case 16:
16588
16638
  return {
16589
16639
  viewBox: "0 0 16 16",
16590
- path: /* @__PURE__ */ jsxs27(Fragment13, { children: [
16640
+ path: /* @__PURE__ */ jsxs28(Fragment14, { children: [
16591
16641
  /* @__PURE__ */ jsx38(
16592
16642
  "path",
16593
16643
  {
@@ -16613,7 +16663,7 @@ function Loading({
16613
16663
  case 20:
16614
16664
  return {
16615
16665
  viewBox: "0 0 20 20",
16616
- path: /* @__PURE__ */ jsxs27(Fragment13, { children: [
16666
+ path: /* @__PURE__ */ jsxs28(Fragment14, { children: [
16617
16667
  /* @__PURE__ */ jsx38(
16618
16668
  "path",
16619
16669
  {
@@ -16639,7 +16689,7 @@ function Loading({
16639
16689
  case 24:
16640
16690
  return {
16641
16691
  viewBox: "0 0 24 24",
16642
- path: /* @__PURE__ */ jsxs27(Fragment13, { children: [
16692
+ path: /* @__PURE__ */ jsxs28(Fragment14, { children: [
16643
16693
  /* @__PURE__ */ jsx38(
16644
16694
  "path",
16645
16695
  {
@@ -16665,7 +16715,7 @@ function Loading({
16665
16715
  case 36:
16666
16716
  return {
16667
16717
  viewBox: "0 0 36 36",
16668
- path: /* @__PURE__ */ jsxs27(Fragment13, { children: [
16718
+ path: /* @__PURE__ */ jsxs28(Fragment14, { children: [
16669
16719
  /* @__PURE__ */ jsx38(
16670
16720
  "path",
16671
16721
  {
@@ -16787,7 +16837,7 @@ function Search({
16787
16837
 
16788
16838
  // src/components/organisms/search_bar/search_bar.tsx
16789
16839
  import { useState as useState5, useEffect as useEffect3 } from "react";
16790
- import { jsx as jsx40, jsxs as jsxs28 } from "react/jsx-runtime";
16840
+ import { jsx as jsx40, jsxs as jsxs29 } from "react/jsx-runtime";
16791
16841
  function SearchBar({ loading, results, onUpdate }) {
16792
16842
  const [query, setQuery] = useState5("");
16793
16843
  useEffect3(() => {
@@ -16800,8 +16850,8 @@ function SearchBar({ loading, results, onUpdate }) {
16800
16850
  setQuery("");
16801
16851
  };
16802
16852
  const totalCount = results?.reduce((acc, r) => acc + r.count, 0) ?? 0;
16803
- return /* @__PURE__ */ jsxs28("div", { className: "w-full space-y-3", children: [
16804
- /* @__PURE__ */ jsxs28("div", { className: "flex items-center px-4 py-2 rounded-full bg-gray-100 gap-2 text-gray-900", children: [
16853
+ return /* @__PURE__ */ jsxs29("div", { className: "w-full space-y-3", children: [
16854
+ /* @__PURE__ */ jsxs29("div", { className: "flex items-center px-4 py-2 rounded-full bg-gray-100 gap-2 text-gray-900", children: [
16805
16855
  loading ? /* @__PURE__ */ jsx40(Loading, {}) : /* @__PURE__ */ jsx40(Search, {}),
16806
16856
  /* @__PURE__ */ jsx40(
16807
16857
  "input",
@@ -16815,13 +16865,13 @@ function SearchBar({ loading, results, onUpdate }) {
16815
16865
  ),
16816
16866
  query && /* @__PURE__ */ jsx40("button", { onClick: clearQuery, children: /* @__PURE__ */ jsx40(CircleX, {}) })
16817
16867
  ] }),
16818
- results && /* @__PURE__ */ jsxs28("div", { className: "text-sm", children: [
16819
- /* @__PURE__ */ jsxs28("p", { className: "text-gray-700 font-medium", children: [
16868
+ results && /* @__PURE__ */ jsxs29("div", { className: "text-sm", children: [
16869
+ /* @__PURE__ */ jsxs29("p", { className: "text-gray-700 font-medium", children: [
16820
16870
  "Search results",
16821
16871
  totalCount > 0 ? ` (${totalCount})` : "",
16822
16872
  ":"
16823
16873
  ] }),
16824
- /* @__PURE__ */ jsx40("div", { className: "flex flex-wrap gap-2 mt-2", children: results.map((r) => /* @__PURE__ */ jsxs28(
16874
+ /* @__PURE__ */ jsx40("div", { className: "flex flex-wrap gap-2 mt-2", children: results.map((r) => /* @__PURE__ */ jsxs29(
16825
16875
  "span",
16826
16876
  {
16827
16877
  className: "px-3 py-1 rounded-full bg-gray-100 text-gray-700",
@@ -16999,10 +17049,10 @@ function PlusLarge({
16999
17049
  }
17000
17050
 
17001
17051
  // src/components/molecules/buttons/nav_button/filter_nav_button/filter_nav_button.tsx
17002
- import clsx12 from "clsx";
17003
- import { jsx as jsx43, jsxs as jsxs29 } from "react/jsx-runtime";
17052
+ import clsx11 from "clsx";
17053
+ import { jsx as jsx43, jsxs as jsxs30 } from "react/jsx-runtime";
17004
17054
  function FilterNavButton({ icon, label, active, onClick }) {
17005
- return /* @__PURE__ */ jsxs29(
17055
+ return /* @__PURE__ */ jsxs30(
17006
17056
  "div",
17007
17057
  {
17008
17058
  className: "w-min h-min flex flex-none flex-col place-items-center gap-2",
@@ -17011,7 +17061,7 @@ function FilterNavButton({ icon, label, active, onClick }) {
17011
17061
  /* @__PURE__ */ jsx43(
17012
17062
  "div",
17013
17063
  {
17014
- className: clsx12(
17064
+ className: clsx11(
17015
17065
  "w-[44px] h-[44px] flex flex-none flex-col place-items-center place-content-center rounded-xl hover:bg-qtneutral-200 hover:border-2 hover:border-qtneutral-500"
17016
17066
  ),
17017
17067
  children: icon
@@ -17024,9 +17074,9 @@ function FilterNavButton({ icon, label, active, onClick }) {
17024
17074
  }
17025
17075
 
17026
17076
  // src/components/organisms/filter_bar/filter_bar.tsx
17027
- import { jsx as jsx44, jsxs as jsxs30 } from "react/jsx-runtime";
17077
+ import { jsx as jsx44, jsxs as jsxs31 } from "react/jsx-runtime";
17028
17078
  function FilterBar({ buttons }) {
17029
- return /* @__PURE__ */ jsxs30("div", { className: "flex flex-col w-[54px] place-items-center gap-4", children: [
17079
+ return /* @__PURE__ */ jsxs31("div", { className: "flex flex-col w-[54px] place-items-center gap-4", children: [
17030
17080
  /* @__PURE__ */ jsx44(
17031
17081
  FilterNavButton,
17032
17082
  {
@@ -17093,7 +17143,7 @@ function FilterBar({ buttons }) {
17093
17143
  /* @__PURE__ */ jsx44(
17094
17144
  FilterNavButton,
17095
17145
  {
17096
- icon: /* @__PURE__ */ jsxs30("div", { className: buttons?.atlassian_jira?.active ? "" : "grayscale", children: [
17146
+ icon: /* @__PURE__ */ jsxs31("div", { className: buttons?.atlassian_jira?.active ? "" : "grayscale", children: [
17097
17147
  /* @__PURE__ */ jsx44(AtlassianIcon, {}),
17098
17148
  " "
17099
17149
  ] }),
@@ -17103,7 +17153,7 @@ function FilterBar({ buttons }) {
17103
17153
  /* @__PURE__ */ jsx44(
17104
17154
  FilterNavButton,
17105
17155
  {
17106
- icon: /* @__PURE__ */ jsxs30("div", { className: buttons?.microsoft_teams?.active ? "" : "grayscale", children: [
17156
+ icon: /* @__PURE__ */ jsxs31("div", { className: buttons?.microsoft_teams?.active ? "" : "grayscale", children: [
17107
17157
  /* @__PURE__ */ jsx44(MicrosoftTeamsIcon, {}),
17108
17158
  " "
17109
17159
  ] }),
@@ -17113,7 +17163,7 @@ function FilterBar({ buttons }) {
17113
17163
  /* @__PURE__ */ jsx44(
17114
17164
  FilterNavButton,
17115
17165
  {
17116
- icon: /* @__PURE__ */ jsxs30(
17166
+ icon: /* @__PURE__ */ jsxs31(
17117
17167
  "div",
17118
17168
  {
17119
17169
  className: buttons?.microsoft_calendar?.active || buttons?.microsoft_mail?.active ? "" : "grayscale",
@@ -17129,7 +17179,7 @@ function FilterBar({ buttons }) {
17129
17179
  /* @__PURE__ */ jsx44(
17130
17180
  FilterNavButton,
17131
17181
  {
17132
- icon: /* @__PURE__ */ jsxs30(
17182
+ icon: /* @__PURE__ */ jsxs31(
17133
17183
  "div",
17134
17184
  {
17135
17185
  className: buttons?.clickup?.active || buttons?.clickup?.active ? "" : "grayscale",
@@ -17142,6 +17192,22 @@ function FilterBar({ buttons }) {
17142
17192
  onClick: buttons?.clickup?.onClick
17143
17193
  }
17144
17194
  ),
17195
+ /* @__PURE__ */ jsx44(
17196
+ FilterNavButton,
17197
+ {
17198
+ icon: /* @__PURE__ */ jsxs31(
17199
+ "div",
17200
+ {
17201
+ className: buttons?.asana?.active || buttons?.asana?.active ? "" : "grayscale",
17202
+ children: [
17203
+ /* @__PURE__ */ jsx44(AsanaIcon, {}),
17204
+ " "
17205
+ ]
17206
+ }
17207
+ ),
17208
+ onClick: buttons?.asana?.onClick
17209
+ }
17210
+ ),
17145
17211
  /* @__PURE__ */ jsx44("hr", { className: "w-full border-0.5 text-qtneutral-700" }),
17146
17212
  /* @__PURE__ */ jsx44("div", { onClick: buttons?.more?.onClick, children: /* @__PURE__ */ jsx44(FilterNavButton, { icon: /* @__PURE__ */ jsx44(PlusLarge, { size: 36 }) }) })
17147
17213
  ] });
@@ -17257,6 +17323,7 @@ This is a *markdown* **example**.
17257
17323
  ];
17258
17324
  export {
17259
17325
  BaseIconName,
17326
+ BrandIcon,
17260
17327
  ChatBody,
17261
17328
  ColorVariants,
17262
17329
  EmailBody,