@flamingo-stack/openframe-frontend-core 0.0.295 → 0.0.296

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.
Files changed (81) hide show
  1. package/dist/{chunk-HOVJGXF7.js → chunk-5P3B2LZW.js} +3 -3
  2. package/dist/{chunk-3XIB4VKS.cjs → chunk-66AANIOC.cjs} +9 -9
  3. package/dist/{chunk-3XIB4VKS.cjs.map → chunk-66AANIOC.cjs.map} +1 -1
  4. package/dist/{chunk-4W7NYJ3B.cjs → chunk-BOCFIKYS.cjs} +17 -17
  5. package/dist/{chunk-4W7NYJ3B.cjs.map → chunk-BOCFIKYS.cjs.map} +1 -1
  6. package/dist/{chunk-NSPOYUBH.js → chunk-D652TJBQ.js} +2 -2
  7. package/dist/{chunk-5IJ46KAV.js → chunk-EL6QLAWX.js} +4 -3
  8. package/dist/chunk-EL6QLAWX.js.map +1 -0
  9. package/dist/{chunk-FT4FCV7L.cjs → chunk-GLLDTKZK.cjs} +3 -3
  10. package/dist/{chunk-FT4FCV7L.cjs.map → chunk-GLLDTKZK.cjs.map} +1 -1
  11. package/dist/{chunk-XXI7BNB6.cjs → chunk-IE6OU3WQ.cjs} +4 -3
  12. package/dist/chunk-IE6OU3WQ.cjs.map +1 -0
  13. package/dist/{chunk-6BZEAPNT.js → chunk-K2PFPBMF.js} +92 -65
  14. package/dist/{chunk-6BZEAPNT.js.map → chunk-K2PFPBMF.js.map} +1 -1
  15. package/dist/{chunk-J3RDKZ32.js → chunk-MBFWU2EM.js} +3 -3
  16. package/dist/{chunk-YD43AKI5.js → chunk-ME4EVDFP.js} +3 -3
  17. package/dist/{chunk-OOKKGOPQ.js → chunk-OY7OF7E7.js} +4 -4
  18. package/dist/{chunk-INDQMNP6.cjs → chunk-QHIXS3W2.cjs} +357 -330
  19. package/dist/chunk-QHIXS3W2.cjs.map +1 -0
  20. package/dist/{chunk-6IBA2MQV.cjs → chunk-W6M2FLLT.cjs} +26 -26
  21. package/dist/{chunk-6IBA2MQV.cjs.map → chunk-W6M2FLLT.cjs.map} +1 -1
  22. package/dist/{chunk-7KXD7CWD.js → chunk-WHMATDVP.js} +3 -3
  23. package/dist/{chunk-A2YL7QRX.cjs → chunk-X647HY3F.cjs} +27 -27
  24. package/dist/{chunk-A2YL7QRX.cjs.map → chunk-X647HY3F.cjs.map} +1 -1
  25. package/dist/{chunk-ETACGX2A.cjs → chunk-X6BV7MB7.cjs} +13 -13
  26. package/dist/{chunk-ETACGX2A.cjs.map → chunk-X6BV7MB7.cjs.map} +1 -1
  27. package/dist/{chunk-5O6N3BKR.cjs → chunk-XREEV72C.cjs} +5 -5
  28. package/dist/{chunk-5O6N3BKR.cjs.map → chunk-XREEV72C.cjs.map} +1 -1
  29. package/dist/{chunk-EJXHZX2E.js → chunk-ZP4AVIZP.js} +2 -2
  30. package/dist/components/chat/chat-container.d.ts.map +1 -1
  31. package/dist/components/chat/error-message-display.d.ts.map +1 -1
  32. package/dist/components/chat/index.cjs +4 -4
  33. package/dist/components/chat/index.js +3 -3
  34. package/dist/components/chat/types/component.types.d.ts +2 -0
  35. package/dist/components/chat/types/component.types.d.ts.map +1 -1
  36. package/dist/components/contact/index.cjs +5 -5
  37. package/dist/components/contact/index.js +4 -4
  38. package/dist/components/embeds/index.cjs +5 -5
  39. package/dist/components/embeds/index.js +4 -4
  40. package/dist/components/faq/index.cjs +5 -5
  41. package/dist/components/faq/index.js +4 -4
  42. package/dist/components/features/index.cjs +4 -4
  43. package/dist/components/features/index.js +3 -3
  44. package/dist/components/features/notifications/notification-drawer.d.ts.map +1 -1
  45. package/dist/components/features/notifications/notifications-context.d.ts +5 -1
  46. package/dist/components/features/notifications/notifications-context.d.ts.map +1 -1
  47. package/dist/components/index.cjs +88 -88
  48. package/dist/components/index.js +8 -8
  49. package/dist/components/navigation/index.cjs +4 -4
  50. package/dist/components/navigation/index.js +3 -3
  51. package/dist/components/onboarding-guides/index.cjs +19 -19
  52. package/dist/components/onboarding-guides/index.js +3 -3
  53. package/dist/components/related-content/index.cjs +5 -5
  54. package/dist/components/related-content/index.js +4 -4
  55. package/dist/components/tickets/index.cjs +65 -65
  56. package/dist/components/tickets/index.js +5 -5
  57. package/dist/components/ui/button/split-button.d.ts.map +1 -1
  58. package/dist/components/ui/file-manager/index.cjs +20 -20
  59. package/dist/components/ui/file-manager/index.js +1 -1
  60. package/dist/components/ui/index.cjs +4 -4
  61. package/dist/components/ui/index.js +3 -3
  62. package/dist/index.cjs +4 -4
  63. package/dist/index.js +3 -3
  64. package/package.json +1 -1
  65. package/src/components/chat/chat-container.tsx +5 -7
  66. package/src/components/chat/error-message-display.tsx +49 -31
  67. package/src/components/chat/types/component.types.ts +2 -0
  68. package/src/components/features/notifications/notification-drawer.tsx +18 -7
  69. package/src/components/features/notifications/notifications-context.tsx +7 -0
  70. package/src/components/ui/button/split-button.tsx +5 -2
  71. package/src/stories/NotificationDrawer.stories.tsx +2 -0
  72. package/dist/chunk-5IJ46KAV.js.map +0 -1
  73. package/dist/chunk-INDQMNP6.cjs.map +0 -1
  74. package/dist/chunk-XXI7BNB6.cjs.map +0 -1
  75. /package/dist/{chunk-HOVJGXF7.js.map → chunk-5P3B2LZW.js.map} +0 -0
  76. /package/dist/{chunk-NSPOYUBH.js.map → chunk-D652TJBQ.js.map} +0 -0
  77. /package/dist/{chunk-J3RDKZ32.js.map → chunk-MBFWU2EM.js.map} +0 -0
  78. /package/dist/{chunk-YD43AKI5.js.map → chunk-ME4EVDFP.js.map} +0 -0
  79. /package/dist/{chunk-OOKKGOPQ.js.map → chunk-OY7OF7E7.js.map} +0 -0
  80. /package/dist/{chunk-7KXD7CWD.js.map → chunk-WHMATDVP.js.map} +0 -0
  81. /package/dist/{chunk-EJXHZX2E.js.map → chunk-ZP4AVIZP.js.map} +0 -0
@@ -93,7 +93,7 @@ var _chunkPXXS27EEcjs = require('./chunk-PXXS27EE.cjs');
93
93
 
94
94
 
95
95
 
96
- var _chunk4W7NYJ3Bcjs = require('./chunk-4W7NYJ3B.cjs');
96
+ var _chunkBOCFIKYScjs = require('./chunk-BOCFIKYS.cjs');
97
97
 
98
98
 
99
99
 
@@ -168,7 +168,7 @@ var _chunkBZFW3FOFcjs = require('./chunk-BZFW3FOF.cjs');
168
168
 
169
169
 
170
170
 
171
- var _chunkXXI7BNB6cjs = require('./chunk-XXI7BNB6.cjs');
171
+ var _chunkIE6OU3WQcjs = require('./chunk-IE6OU3WQ.cjs');
172
172
 
173
173
 
174
174
 
@@ -341,7 +341,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
341
341
  "use strict";
342
342
  "use client";
343
343
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
344
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
344
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
345
345
  Pagination = exports.Pagination = ({ currentPage, totalPages, onPageChange, className }) => {
346
346
  const getPageNumbers = () => {
347
347
  const pages = [];
@@ -377,7 +377,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
377
377
  const pageNumbers = getPageNumbers();
378
378
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "nav", { role: "navigation", "aria-label": "pagination", className: _chunkFIG2RKZFcjs.cn.call(void 0, "mx-auto flex w-full justify-center", className), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "ul", { className: "flex flex-row items-center gap-1", children: [
379
379
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
380
- _chunkXXI7BNB6cjs.Button,
380
+ _chunkIE6OU3WQcjs.Button,
381
381
  {
382
382
  variant: "outline",
383
383
  size: "icon",
@@ -396,7 +396,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
396
396
  ] }) }, `ellipsis-${index}`);
397
397
  }
398
398
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
399
- _chunkXXI7BNB6cjs.Button,
399
+ _chunkIE6OU3WQcjs.Button,
400
400
  {
401
401
  variant: currentPage === page ? "accent" : "outline",
402
402
  size: "icon",
@@ -409,7 +409,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
409
409
  ) }, page);
410
410
  }),
411
411
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
412
- _chunkXXI7BNB6cjs.Button,
412
+ _chunkIE6OU3WQcjs.Button,
413
413
  {
414
414
  variant: "outline",
415
415
  size: "icon",
@@ -472,7 +472,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
472
472
  PaginationEllipsis.displayName = "PaginationEllipsis";
473
473
  PaginationPrevious = exports.PaginationPrevious = React95.forwardRef(
474
474
  ({ className, ...props }, ref) => {
475
- return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkXXI7BNB6cjs.Button, { ref, variant: "outline", size: "icon", className: _chunkFIG2RKZFcjs.cn.call(void 0, "h-10 w-10", className), ...props, children: [
475
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkIE6OU3WQcjs.Button, { ref, variant: "outline", size: "icon", className: _chunkFIG2RKZFcjs.cn.call(void 0, "h-10 w-10", className), ...props, children: [
476
476
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronLeft, { className: "h-4 w-4" }),
477
477
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "sr-only", children: "Previous page" })
478
478
  ] });
@@ -481,7 +481,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
481
481
  PaginationPrevious.displayName = "PaginationPrevious";
482
482
  PaginationNext = exports.PaginationNext = React95.forwardRef(
483
483
  ({ className, ...props }, ref) => {
484
- return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkXXI7BNB6cjs.Button, { ref, variant: "outline", size: "icon", className: _chunkFIG2RKZFcjs.cn.call(void 0, "h-10 w-10", className), ...props, children: [
484
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkIE6OU3WQcjs.Button, { ref, variant: "outline", size: "icon", className: _chunkFIG2RKZFcjs.cn.call(void 0, "h-10 w-10", className), ...props, children: [
485
485
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronRight, { className: "h-4 w-4" }),
486
486
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "sr-only", children: "Next page" })
487
487
  ] });
@@ -493,7 +493,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
493
493
 
494
494
  // src/components/chat/approval-request-message.tsx
495
495
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
496
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
496
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
497
497
 
498
498
 
499
499
 
@@ -546,7 +546,7 @@ var ApprovalRequestMessage = _react.forwardRef.call(void 0,
546
546
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, ApprovalCardBody, { data }),
547
547
  status === "pending" ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-4 items-center", children: [
548
548
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
549
- _chunkXXI7BNB6cjs.Button,
549
+ _chunkIE6OU3WQcjs.Button,
550
550
  {
551
551
  size: "small-legacy",
552
552
  variant: "accent",
@@ -561,7 +561,7 @@ var ApprovalRequestMessage = _react.forwardRef.call(void 0,
561
561
  }
562
562
  ),
563
563
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
564
- _chunkXXI7BNB6cjs.Button,
564
+ _chunkIE6OU3WQcjs.Button,
565
565
  {
566
566
  size: "small-legacy",
567
567
  variant: "outline",
@@ -592,7 +592,7 @@ ApprovalRequestMessage.displayName = "ApprovalRequestMessage";
592
592
 
593
593
  // src/components/chat/approval-batch-message.tsx
594
594
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
595
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
595
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
596
596
 
597
597
 
598
598
  // src/components/chat/expand-chevron.tsx
@@ -905,7 +905,7 @@ var ApprovalBatchMessage = _react.forwardRef.call(void 0,
905
905
  explanations.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "ul", { className: "list-disc pl-5 text-sm font-medium text-ods-text-primary leading-5 w-full", children: explanations.map((expl, i) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: expl }, i)) }),
906
906
  status === "pending" ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-2 items-center", children: [
907
907
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
908
- _chunkXXI7BNB6cjs.Button,
908
+ _chunkIE6OU3WQcjs.Button,
909
909
  {
910
910
  size: "small-legacy",
911
911
  variant: "accent",
@@ -920,7 +920,7 @@ var ApprovalBatchMessage = _react.forwardRef.call(void 0,
920
920
  }
921
921
  ),
922
922
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
923
- _chunkXXI7BNB6cjs.Button,
923
+ _chunkIE6OU3WQcjs.Button,
924
924
  {
925
925
  size: "small-legacy",
926
926
  variant: "outline",
@@ -1064,7 +1064,7 @@ var ThinkingDisplay = _react.forwardRef.call(void 0,
1064
1064
  {
1065
1065
  ref: innerRef,
1066
1066
  className: _chunkFIG2RKZFcjs.cn.call(void 0, "text-sm leading-snug text-ods-text-secondary", thoughtMdClasses),
1067
- children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.SimpleMarkdownRenderer, { content: text, textSize: "compact" })
1067
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.SimpleMarkdownRenderer, { content: text, textSize: "compact" })
1068
1068
  }
1069
1069
  ) }),
1070
1070
  canToggle && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-[19px] flex items-center shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, ExpandChevron, { expanded }) })
@@ -1081,46 +1081,62 @@ ThinkingDisplay.displayName = "ThinkingDisplay";
1081
1081
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
1082
1082
 
1083
1083
 
1084
-
1084
+ var iconTint = {
1085
+ error: "text-ods-error",
1086
+ warning: "text-ods-warning",
1087
+ info: "text-ods-text-secondary"
1088
+ };
1085
1089
  var ErrorMessageDisplay = _react.forwardRef.call(void 0,
1086
- ({ className, title, details, ...props }, ref) => {
1087
- const [isExpanded, setIsExpanded] = _react.useState.call(void 0, false);
1090
+ ({ className, title, details, type = "error", ...props }, ref) => {
1091
+ const [expanded, setExpanded] = _react.useState.call(void 0, false);
1092
+ const { innerRef, containerStyle } = useCollapsible({ expanded });
1093
+ const hasDetails = Boolean(details);
1088
1094
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
1089
1095
  "div",
1090
1096
  {
1091
1097
  ref,
1092
1098
  className: _chunkFIG2RKZFcjs.cn.call(void 0,
1093
- "bg-[var(--ods-attention-red-error-secondary)] border border-ods-error rounded-[6px] p-3 mb-2 flex items-start gap-3",
1099
+ "bg-ods-card rounded-md p-[var(--spacing-system-xsf)] mb-[var(--spacing-system-xsf)]",
1094
1100
  className
1095
1101
  ),
1096
1102
  ...props,
1097
1103
  children: [
1098
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.AlertCircle, { className: "w-6 h-6 text-white flex-shrink-0 mt-0.5" }),
1099
- /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-0.5 min-w-0 flex-1", children: [
1100
- /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-between gap-2", children: [
1101
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-lg leading-6 text-white font-['DM_Sans'] font-medium", children: title }),
1102
- details && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1103
- "button",
1104
- {
1105
- type: "button",
1106
- onClick: () => setIsExpanded((prev) => !prev),
1107
- className: "flex-shrink-0 p-0.5 rounded hover:bg-white/10 transition-colors",
1108
- "aria-expanded": isExpanded,
1109
- "aria-label": isExpanded ? "Collapse error details" : "Expand error details",
1110
- children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1111
- _lucidereact.ChevronDown,
1112
- {
1113
- className: _chunkFIG2RKZFcjs.cn.call(void 0,
1114
- "w-5 h-5 text-white transition-transform duration-200",
1115
- isExpanded && "rotate-180"
1116
- )
1117
- }
1118
- )
1119
- }
1120
- )
1121
- ] }),
1122
- details && isExpanded && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-sm leading-5 text-white font-['DM_Sans'] font-medium mt-1", children: details })
1123
- ] })
1104
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
1105
+ "button",
1106
+ {
1107
+ type: "button",
1108
+ onClick: hasDetails ? () => setExpanded((prev) => !prev) : void 0,
1109
+ "aria-expanded": hasDetails ? expanded : void 0,
1110
+ "aria-label": hasDetails ? expanded ? "Collapse details" : "Expand details" : void 0,
1111
+ disabled: !hasDetails,
1112
+ className: _chunkFIG2RKZFcjs.cn.call(void 0,
1113
+ "flex w-full items-center gap-[var(--spacing-system-xsf)] text-left",
1114
+ hasDetails ? "cursor-pointer" : "cursor-default"
1115
+ ),
1116
+ children: [
1117
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.AlertCircleIcon, { size: 16, className: _chunkFIG2RKZFcjs.cn.call(void 0, "shrink-0", iconTint[type]) }),
1118
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1119
+ "span",
1120
+ {
1121
+ className: _chunkFIG2RKZFcjs.cn.call(void 0,
1122
+ "min-w-0 flex-1 font-mono text-sm font-medium uppercase leading-5 tracking-[-0.28px]",
1123
+ expanded ? "text-ods-text-primary" : "truncate text-ods-text-secondary"
1124
+ ),
1125
+ children: title
1126
+ }
1127
+ ),
1128
+ hasDetails && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, ExpandChevron, { expanded })
1129
+ ]
1130
+ }
1131
+ ),
1132
+ hasDetails && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { style: containerStyle, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1133
+ "div",
1134
+ {
1135
+ ref: innerRef,
1136
+ className: "px-[var(--spacing-system-lf)] pt-[var(--spacing-system-xsf)]",
1137
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-sm font-medium leading-5 text-ods-text-primary", children: details })
1138
+ }
1139
+ ) })
1124
1140
  ]
1125
1141
  }
1126
1142
  );
@@ -1131,7 +1147,7 @@ ErrorMessageDisplay.displayName = "ErrorMessageDisplay";
1131
1147
  // src/components/chat/chat-container.tsx
1132
1148
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
1133
1149
 
1134
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
1150
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
1135
1151
 
1136
1152
  // src/components/plus-circle-icon.tsx
1137
1153
 
@@ -1306,7 +1322,7 @@ function TicketStatusTag({
1306
1322
  return tag;
1307
1323
  }
1308
1324
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1309
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
1325
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
1310
1326
  {
1311
1327
  align: "start",
1312
1328
  groups: [
@@ -1355,16 +1371,14 @@ function TicketStatusTag({
1355
1371
  var ConnectionIndicator = ({ status }) => {
1356
1372
  const getStatusStyles = () => {
1357
1373
  switch (status) {
1358
- // ODS attention tokens — same scheme used by the rest of the chat
1359
- // shell (StatusBadge, error toast, etc.). Hex Tailwind palette
1360
- // (`bg-green-500` / `bg-red-500`) would diverge from the theme and
1361
- // is forbidden by the host's design-token policy.
1374
+ // ODS semantic status tokens — preset-defined utilities aliasing the same
1375
+ // green/yellow/red as the raw ods-attention palette (which is CSS-vars only).
1362
1376
  case "connected":
1363
- return "bg-ods-attention-green-success";
1377
+ return "bg-ods-success";
1364
1378
  case "connecting":
1365
- return "bg-ods-attention-yellow-warning animate-pulse";
1379
+ return "bg-ods-warning animate-pulse";
1366
1380
  case "disconnected":
1367
- return "bg-ods-attention-red-error";
1381
+ return "bg-ods-error";
1368
1382
  default:
1369
1383
  return "bg-ods-text-tertiary";
1370
1384
  }
@@ -1417,7 +1431,7 @@ var ChatHeader = React.forwardRef(
1417
1431
  ...props,
1418
1432
  children: [
1419
1433
  onBack && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1420
- _chunkXXI7BNB6cjs.Button,
1434
+ _chunkIE6OU3WQcjs.Button,
1421
1435
  {
1422
1436
  onClick: onBack,
1423
1437
  variant: "transparent",
@@ -1440,7 +1454,7 @@ var ChatHeader = React.forwardRef(
1440
1454
  ] })
1441
1455
  ] }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-3", children: [
1442
1456
  userIcon ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center justify-center w-16 h-16 rounded-full bg-ods-accent", children: userIcon }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1443
- _chunk4W7NYJ3Bcjs.SquareAvatar,
1457
+ _chunkBOCFIKYScjs.SquareAvatar,
1444
1458
  {
1445
1459
  src: userAvatar,
1446
1460
  alt: userName,
@@ -1460,7 +1474,7 @@ var ChatHeader = React.forwardRef(
1460
1474
  ] }),
1461
1475
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-1", children: [
1462
1476
  showNewChat && onNewChat && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1463
- _chunkXXI7BNB6cjs.Button,
1477
+ _chunkIE6OU3WQcjs.Button,
1464
1478
  {
1465
1479
  onClick: onNewChat,
1466
1480
  variant: "transparent",
@@ -1471,7 +1485,7 @@ var ChatHeader = React.forwardRef(
1471
1485
  }
1472
1486
  ),
1473
1487
  onClose && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1474
- _chunkXXI7BNB6cjs.Button,
1488
+ _chunkIE6OU3WQcjs.Button,
1475
1489
  {
1476
1490
  onClick: onClose,
1477
1491
  variant: "transparent",
@@ -1798,7 +1812,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
1798
1812
 
1799
1813
  // src/components/chat/mingo-onboarding-card.tsx
1800
1814
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
1801
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
1815
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
1802
1816
 
1803
1817
  function MingoOnboardingCard({
1804
1818
  icon,
@@ -1825,7 +1839,7 @@ function MingoOnboardingCard({
1825
1839
  ] }),
1826
1840
  description ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h6 text-ods-text-secondary w-full", children: description }) : null,
1827
1841
  hasActions ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-wrap items-center gap-[var(--spacing-system-xxs)] mt-[var(--spacing-system-xs)]", children: actions.map((action) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1828
- _chunkXXI7BNB6cjs.Button,
1842
+ _chunkIE6OU3WQcjs.Button,
1829
1843
  {
1830
1844
  type: "button",
1831
1845
  variant: "outline",
@@ -3281,7 +3295,7 @@ var ChatMessageEnhanced = _react.forwardRef.call(void 0,
3281
3295
  // Host-supplied brand icon (e.g. Mingo): render it directly,
3282
3296
  // no filled pill — the icon carries its own brand accent.
3283
3297
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center justify-center flex-shrink-0", children: assistantIcon })
3284
- ) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.SquareAvatar, { ...avatarProps })),
3298
+ ) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.SquareAvatar, { ...avatarProps })),
3285
3299
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: _chunkFIG2RKZFcjs.cn.call(void 0,
3286
3300
  "text-h3 !font-mono !font-medium flex-1",
3287
3301
  authorType === "system" ? "text-ods-open-yellow" : authorType === "admin" ? "text-ods-open-yellow" : authorType === "mingo" ? "text-ods-flamingo-cyan" : authorType === "fae" ? "text-ods-flamingo-pink" : "text-ods-text-secondary"
@@ -3300,7 +3314,7 @@ var ChatMessageEnhanced = _react.forwardRef.call(void 0,
3300
3314
  );
3301
3315
  if (!parts || parts.length === 0) {
3302
3316
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: wrapperClass, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
3303
- _chunk4W7NYJ3Bcjs.SimpleMarkdownRenderer,
3317
+ _chunkBOCFIKYScjs.SimpleMarkdownRenderer,
3304
3318
  {
3305
3319
  content: segment.text,
3306
3320
  textSize: "compact",
@@ -3312,7 +3326,7 @@ var ChatMessageEnhanced = _react.forwardRef.call(void 0,
3312
3326
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: wrapperClass, children: parts.map((part, pIdx) => {
3313
3327
  if (part.kind === "text") {
3314
3328
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
3315
- _chunk4W7NYJ3Bcjs.SimpleMarkdownRenderer,
3329
+ _chunkBOCFIKYScjs.SimpleMarkdownRenderer,
3316
3330
  {
3317
3331
  content: part.text,
3318
3332
  textSize: "compact",
@@ -4039,7 +4053,7 @@ function ChatQuickActionRow({
4039
4053
  children: [
4040
4054
  visibleChips.map((chip) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, ChipButton, { chip }, chip.id)),
4041
4055
  hiddenChips.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
4042
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
4056
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
4043
4057
  {
4044
4058
  triggerAriaLabel: "More quick actions",
4045
4059
  onCloseAutoFocus: (e) => e.preventDefault(),
@@ -4349,7 +4363,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
4349
4363
  // src/components/chat/mingo-chat-history.tsx
4350
4364
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
4351
4365
 
4352
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
4366
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
4353
4367
 
4354
4368
  function dialogTime(d) {
4355
4369
  if (!d.timestamp) return null;
@@ -4455,7 +4469,7 @@ function MingoChatHistoryRow({
4455
4469
  menuOpen ? "opacity-100" : "opacity-0 group-hover/row:opacity-100 focus-within:opacity-100"
4456
4470
  ),
4457
4471
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
4458
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
4472
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
4459
4473
  {
4460
4474
  triggerAriaLabel: "Chat actions",
4461
4475
  groups: [{ items: menuItems }],
@@ -4463,7 +4477,7 @@ function MingoChatHistoryRow({
4463
4477
  onOpenChange: setMenuOpen,
4464
4478
  onCloseAutoFocus: (e) => e.preventDefault(),
4465
4479
  customTrigger: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
4466
- _chunkXXI7BNB6cjs.Button,
4480
+ _chunkIE6OU3WQcjs.Button,
4467
4481
  {
4468
4482
  variant: "transparent",
4469
4483
  size: "icon",
@@ -4624,7 +4638,7 @@ function MingoChatHistory({
4624
4638
  }
4625
4639
 
4626
4640
  // src/components/chat/mingo-welcome.tsx
4627
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
4641
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
4628
4642
 
4629
4643
  var DEFAULT_SUBTITLE = "Ready to help with your technical tasks. What can I do for you?";
4630
4644
  var DEFAULT_FEATURE_CARDS = [
@@ -4730,7 +4744,7 @@ function MingoWelcome({
4730
4744
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-body-sm text-ods-text-secondary", children: "Something went wrong reaching the server. Check your connection and try again." })
4731
4745
  ] }),
4732
4746
  onRetry && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
4733
- _chunkXXI7BNB6cjs.Button,
4747
+ _chunkIE6OU3WQcjs.Button,
4734
4748
  {
4735
4749
  variant: "outline",
4736
4750
  size: "small",
@@ -4980,7 +4994,7 @@ var TooltipProvider = TooltipPrimitive.Provider;
4980
4994
  var Tooltip = TooltipPrimitive.Root;
4981
4995
  var TooltipTrigger = TooltipPrimitive.Trigger;
4982
4996
  var TooltipContent = React12.forwardRef(({ className, sideOffset = 4, ...props }, ref) => {
4983
- const container = _chunkXXI7BNB6cjs.usePortalContainer.call(void 0, );
4997
+ const container = _chunkIE6OU3WQcjs.usePortalContainer.call(void 0, );
4984
4998
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TooltipPrimitive.Portal, { container: _nullishCoalesce(container, () => ( void 0)), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
4985
4999
  TooltipPrimitive.Content,
4986
5000
  {
@@ -5324,7 +5338,7 @@ var ChatHeaderIconButton = React15.forwardRef(({ className, children, type = "bu
5324
5338
  ChatHeaderIconButton.displayName = "ChatHeaderIconButton";
5325
5339
 
5326
5340
  // src/components/chat/chat-panel-header-mobile.tsx
5327
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
5341
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
5328
5342
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
5329
5343
 
5330
5344
  function ChatPanelHeaderMobile({
@@ -5355,7 +5369,7 @@ function ChatPanelHeaderMobile({
5355
5369
  ),
5356
5370
  children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex w-full items-end gap-[var(--spacing-system-sf)]", children: [
5357
5371
  showBack && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
5358
- _chunkXXI7BNB6cjs.Button,
5372
+ _chunkIE6OU3WQcjs.Button,
5359
5373
  {
5360
5374
  variant: "outline",
5361
5375
  size: "icon",
@@ -5368,7 +5382,7 @@ function ChatPanelHeaderMobile({
5368
5382
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-1 min-w-0 items-end gap-[var(--spacing-system-m)] pt-[var(--spacing-system-xl)]", children: [
5369
5383
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-1 min-w-0 flex-col gap-[var(--spacing-system-xs)]", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "min-w-0 truncate text-h2 text-ods-text-primary", title, children: title }) }),
5370
5384
  menuItems.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
5371
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
5385
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
5372
5386
  {
5373
5387
  groups: [{ items: menuItems }],
5374
5388
  triggerAriaLabel: "Chat actions",
@@ -5433,7 +5447,7 @@ function ChatPanelHeader({
5433
5447
  ] }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "truncate text-h3 text-ods-text-primary", children: title }) }),
5434
5448
  isArchivedView && onRestore && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, ChatHeaderIconButton, { onClick: onRestore, "aria-label": "Unarchive chat", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.Refresh01LeftIcon, { size: 24 }) }),
5435
5449
  showBack && !isArchivedView && menuItems.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
5436
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
5450
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
5437
5451
  {
5438
5452
  triggerAriaLabel: "Chat actions",
5439
5453
  onCloseAutoFocus: (e) => e.preventDefault(),
@@ -5452,7 +5466,7 @@ function ChatPanelHeader({
5452
5466
 
5453
5467
  // src/components/chat/chat-attachment-bar.tsx
5454
5468
 
5455
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
5469
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
5456
5470
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
5457
5471
 
5458
5472
  var CHAT_ATTACHMENT_MIME_TYPES = [
@@ -5506,7 +5520,7 @@ function ChatAttachmentAddButton({
5506
5520
  }
5507
5521
  ),
5508
5522
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
5509
- _chunkXXI7BNB6cjs.Button,
5523
+ _chunkIE6OU3WQcjs.Button,
5510
5524
  {
5511
5525
  type: "button",
5512
5526
  variant: "transparent",
@@ -5589,7 +5603,7 @@ function AttachmentChip({ attachment, onRemove, disabled, size = "default" }) {
5589
5603
  ] })
5590
5604
  ] }),
5591
5605
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
5592
- _chunkXXI7BNB6cjs.Button,
5606
+ _chunkIE6OU3WQcjs.Button,
5593
5607
  {
5594
5608
  type: "button",
5595
5609
  variant: "transparent",
@@ -6024,12 +6038,12 @@ function ChatArchivePage({
6024
6038
 
6025
6039
  // src/components/chat/chat-sidebar.tsx
6026
6040
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
6027
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
6041
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
6028
6042
 
6029
6043
 
6030
6044
  // src/components/chat/chat-sidebar-skeleton.tsx
6031
6045
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
6032
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
6046
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
6033
6047
 
6034
6048
 
6035
6049
  var DialogListItemSkeleton = React19.forwardRef(
@@ -6073,7 +6087,7 @@ var ChatSidebarSkeleton = React19.forwardRef(
6073
6087
  ...props,
6074
6088
  children: [
6075
6089
  showNewChatButton && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "bg-ods-card border-b border-ods-border flex items-center justify-center px-4 py-1 shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
6076
- _chunkXXI7BNB6cjs.Button,
6090
+ _chunkIE6OU3WQcjs.Button,
6077
6091
  {
6078
6092
  variant: "transparent",
6079
6093
  disabled: true,
@@ -6186,7 +6200,7 @@ var ChatSidebar = _react.forwardRef.call(void 0,
6186
6200
  ...props,
6187
6201
  children: [
6188
6202
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "bg-ods-card border-b border-ods-border flex items-center justify-center px-4 py-1 shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
6189
- _chunkXXI7BNB6cjs.Button,
6203
+ _chunkIE6OU3WQcjs.Button,
6190
6204
  {
6191
6205
  onClick: onNewChat,
6192
6206
  variant: "transparent",
@@ -6239,7 +6253,7 @@ _chunkG7UE6RKVcjs.init_next_navigation.call(void 0, );
6239
6253
 
6240
6254
  // src/components/chat/utils/execute-navigation.ts
6241
6255
  function runNavigation(runtime, href, path, targetPlatform, fallbackNavigate) {
6242
- const isNewTab = runtime ? _chunk4W7NYJ3Bcjs.computeIsNewTab.call(void 0, runtime, href, _nullishCoalesce(targetPlatform, () => ( null))) : false;
6256
+ const isNewTab = runtime ? _chunkBOCFIKYScjs.computeIsNewTab.call(void 0, runtime, href, _nullishCoalesce(targetPlatform, () => ( null))) : false;
6243
6257
  if (isNewTab) {
6244
6258
  if (_optionalChain([runtime, 'optionalAccess', _76 => _76.navigation, 'access', _77 => _77.openExternal])) runtime.navigation.openExternal(href);
6245
6259
  else window.open(href, "_blank", _chunkJ54Z3OCRcjs.NEW_TAB_FEATURES);
@@ -6304,7 +6318,7 @@ function NavLinkAnchorViaRuntime({
6304
6318
  const router = _chunkG7UE6RKVcjs.useRouter.call(void 0, );
6305
6319
  const panel = useChatPanel();
6306
6320
  const resolvedHref = _chunkJ54Z3OCRcjs.resolveHrefForRuntime.call(void 0, href, runtime);
6307
- const isNewTab = _chunk4W7NYJ3Bcjs.computeIsNewTab.call(void 0, runtime, resolvedHref, _nullishCoalesce(targetPlatform, () => ( null)));
6321
+ const isNewTab = _chunkBOCFIKYScjs.computeIsNewTab.call(void 0, runtime, resolvedHref, _nullishCoalesce(targetPlatform, () => ( null)));
6308
6322
  const onClick = (e) => {
6309
6323
  const handled = handleChatNavClick(e, runtime, {
6310
6324
  href: resolvedHref,
@@ -6317,7 +6331,7 @@ function NavLinkAnchorViaRuntime({
6317
6331
  "a",
6318
6332
  {
6319
6333
  href: resolvedHref,
6320
- ..._chunk4W7NYJ3Bcjs.newTabAnchorAttrs.call(void 0, isNewTab),
6334
+ ..._chunkBOCFIKYScjs.newTabAnchorAttrs.call(void 0, isNewTab),
6321
6335
  onClick,
6322
6336
  className,
6323
6337
  children
@@ -6326,7 +6340,7 @@ function NavLinkAnchorViaRuntime({
6326
6340
  }
6327
6341
 
6328
6342
  // src/components/chat/source-action-button.tsx
6329
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
6343
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
6330
6344
 
6331
6345
 
6332
6346
  var DENSITY_STYLES = {
@@ -6368,7 +6382,7 @@ function SourceActionButton({
6368
6382
  const IconComponent = isDisplay ? _lucidereact.FileText : _lucidereact.MessageSquare;
6369
6383
  const icon = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, IconComponent, { className: styles.iconSize });
6370
6384
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
6371
- _chunkXXI7BNB6cjs.Button,
6385
+ _chunkIE6OU3WQcjs.Button,
6372
6386
  {
6373
6387
  variant: "transparent",
6374
6388
  size: styles.size,
@@ -6754,7 +6768,7 @@ function ChatVideoEntityCard({
6754
6768
  const highlightUrl = readString(m.highlightVideoUrl);
6755
6769
  const highlightPoster = readString(m.highlightVideoPoster);
6756
6770
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
6757
- _chunk4W7NYJ3Bcjs.EntityVideoSection,
6771
+ _chunkBOCFIKYScjs.EntityVideoSection,
6758
6772
  {
6759
6773
  mainVideoUrl: videoUrl,
6760
6774
  youtubeUrl,
@@ -6971,7 +6985,7 @@ function ProductReleaseCard({
6971
6985
  className: _chunkFIG2RKZFcjs.cn.call(void 0, "bg-ods-card p-4 flex flex-col gap-3", dividerClass),
6972
6986
  children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-0", children: [
6973
6987
  cell.colorScheme ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
6974
- _chunk4W7NYJ3Bcjs.StatusBadge,
6988
+ _chunkBOCFIKYScjs.StatusBadge,
6975
6989
  {
6976
6990
  text: cell.value,
6977
6991
  variant: "card",
@@ -6998,7 +7012,7 @@ function ProductReleaseCard({
6998
7012
  )),
6999
7013
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-card p-4 flex items-center gap-3", children: [
7000
7014
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
7001
- _chunk4W7NYJ3Bcjs.SquareAvatar,
7015
+ _chunkBOCFIKYScjs.SquareAvatar,
7002
7016
  {
7003
7017
  src: _nullishCoalesce(effectiveAuthor.avatar_url, () => ( void 0)),
7004
7018
  alt: effectiveAuthor.full_name,
@@ -7279,13 +7293,13 @@ function BlogCard({
7279
7293
  hasEmbeddedVideo = false,
7280
7294
  priority = false
7281
7295
  }) {
7282
- const { target, rel } = _chunk4W7NYJ3Bcjs.useEntityCardLink.call(void 0, {
7296
+ const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
7283
7297
  href,
7284
7298
  targetPlatform,
7285
7299
  target: targetProp,
7286
7300
  rel: relProp
7287
7301
  });
7288
- const placeholderUrl = _chunk4W7NYJ3Bcjs.useEntityCardPlaceholder.call(void 0, {
7302
+ const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
7289
7303
  title: post.title,
7290
7304
  placeholderUrl: placeholderUrlProp,
7291
7305
  aspect: size === "sm" ? "square" : "wide"
@@ -7319,7 +7333,7 @@ function BlogCard({
7319
7333
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: _chunkJ54Z3OCRcjs.COMPACT_CARD_TEXT_COL, children: [
7320
7334
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: _chunkFIG2RKZFcjs.cn.call(void 0, _chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE_ROW, "gap-1.5"), children: [
7321
7335
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: _chunkFIG2RKZFcjs.cn.call(void 0, _chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE, "font-['DM_Sans']"), children: post.title }),
7322
- hasEmbeddedVideo ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.StatusBadge, { text: "Video", variant: "button", colorScheme: "cyan", className: "shrink-0" }) : null
7336
+ hasEmbeddedVideo ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.StatusBadge, { text: "Video", variant: "button", colorScheme: "cyan", className: "shrink-0" }) : null
7323
7337
  ] }),
7324
7338
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: _chunkJ54Z3OCRcjs.COMPACT_CARD_META_ROW_BOX, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: _chunkJ54Z3OCRcjs.COMPACT_CARD_SUBTITLE, children: [
7325
7339
  dateStr2,
@@ -7482,13 +7496,13 @@ function CaseStudyCard({
7482
7496
  size = "default",
7483
7497
  className
7484
7498
  }) {
7485
- const { target, rel } = _chunk4W7NYJ3Bcjs.useEntityCardLink.call(void 0, {
7499
+ const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
7486
7500
  href,
7487
7501
  targetPlatform,
7488
7502
  target: targetProp,
7489
7503
  rel: relProp
7490
7504
  });
7491
- const placeholderUrl = _chunk4W7NYJ3Bcjs.useEntityCardPlaceholder.call(void 0, {
7505
+ const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
7492
7506
  title: study.title,
7493
7507
  placeholderUrl: placeholderUrlProp,
7494
7508
  aspect: size === "sm" ? "square" : "wide"
@@ -7512,7 +7526,7 @@ function CaseStudyCard({
7512
7526
  ] })
7513
7527
  ] });
7514
7528
  }
7515
- return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "a", { href, target, rel, className: _chunkFIG2RKZFcjs.cn.call(void 0, "block h-full", className), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk4W7NYJ3Bcjs.Card, { className: "bg-ods-card border border-ods-border hover:border-ods-accent transition-colors p-6 flex flex-col gap-6 overflow-hidden", children: [
7529
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "a", { href, target, rel, className: _chunkFIG2RKZFcjs.cn.call(void 0, "block h-full", className), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkBOCFIKYScjs.Card, { className: "bg-ods-card border border-ods-border hover:border-ods-accent transition-colors p-6 flex flex-col gap-6 overflow-hidden", children: [
7516
7530
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "relative w-full aspect-[1200/630] rounded-sm overflow-hidden bg-ods-bg shrink-0", children: coverImage && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
7517
7531
  _chunkXL4V2PYGcjs.next_image_default,
7518
7532
  {
@@ -7614,13 +7628,13 @@ function CustomerInterviewCard({
7614
7628
  size = "default",
7615
7629
  className
7616
7630
  }) {
7617
- const { target, rel } = _chunk4W7NYJ3Bcjs.useEntityCardLink.call(void 0, {
7631
+ const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
7618
7632
  href,
7619
7633
  targetPlatform,
7620
7634
  target: targetProp,
7621
7635
  rel: relProp
7622
7636
  });
7623
- const placeholderUrl = _chunk4W7NYJ3Bcjs.useEntityCardPlaceholder.call(void 0, {
7637
+ const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
7624
7638
  title: interview.title,
7625
7639
  placeholderUrl: placeholderUrlProp,
7626
7640
  aspect: size === "sm" ? "square" : "wide"
@@ -7647,7 +7661,7 @@ function CustomerInterviewCard({
7647
7661
  ] })
7648
7662
  ] });
7649
7663
  }
7650
- return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "a", { href, target, rel, className: _chunkFIG2RKZFcjs.cn.call(void 0, "block h-full", className), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk4W7NYJ3Bcjs.Card, { className: "bg-ods-card border border-ods-border hover:border-ods-accent transition-colors p-6 flex flex-col gap-6 overflow-hidden", children: [
7664
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "a", { href, target, rel, className: _chunkFIG2RKZFcjs.cn.call(void 0, "block h-full", className), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkBOCFIKYScjs.Card, { className: "bg-ods-card border border-ods-border hover:border-ods-accent transition-colors p-6 flex flex-col gap-6 overflow-hidden", children: [
7651
7665
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-full aspect-[1200/630] rounded-sm overflow-hidden bg-ods-bg shrink-0 relative", children: thumbnailUrl ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
7652
7666
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
7653
7667
  "img",
@@ -7746,13 +7760,13 @@ function InvestorUpdateCard({
7746
7760
  size = "default",
7747
7761
  className
7748
7762
  }) {
7749
- const { target, rel } = _chunk4W7NYJ3Bcjs.useEntityCardLink.call(void 0, {
7763
+ const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
7750
7764
  href,
7751
7765
  targetPlatform,
7752
7766
  target: targetProp,
7753
7767
  rel: relProp
7754
7768
  });
7755
- const placeholderUrl = _chunk4W7NYJ3Bcjs.useEntityCardPlaceholder.call(void 0, {
7769
+ const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
7756
7770
  title: _nullishCoalesce(update.title, () => ( `Update #${_nullishCoalesce(update.update_number, () => ( ""))}`)),
7757
7771
  placeholderUrl: placeholderUrlProp,
7758
7772
  aspect: size === "sm" ? "square" : "wide"
@@ -7810,7 +7824,7 @@ function InvestorUpdateCard({
7810
7824
 
7811
7825
 
7812
7826
  // src/components/chat/entity-cards/roadmap-vote-button.tsx
7813
- _chunkXXI7BNB6cjs.init_button.call(void 0, );
7827
+ _chunkIE6OU3WQcjs.init_button.call(void 0, );
7814
7828
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
7815
7829
 
7816
7830
  function RoadmapVoteButton({
@@ -7825,7 +7839,7 @@ function RoadmapVoteButton({
7825
7839
  }) {
7826
7840
  const Icon2 = voteType === "up" ? _chunkLGLPNWS6cjs.ThumbsUpIcon : _chunkLGLPNWS6cjs.ThumbsDownIcon;
7827
7841
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
7828
- _chunkXXI7BNB6cjs.Button,
7842
+ _chunkIE6OU3WQcjs.Button,
7829
7843
  {
7830
7844
  variant: "outline",
7831
7845
  onClick,
@@ -7844,7 +7858,7 @@ function RoadmapVoteButton({
7844
7858
  }
7845
7859
 
7846
7860
  // src/components/chat/entity-cards/roadmap-card.tsx
7847
- _chunkXXI7BNB6cjs.init_button.call(void 0, );
7861
+ _chunkIE6OU3WQcjs.init_button.call(void 0, );
7848
7862
 
7849
7863
  // src/components/ui/image-gallery-modal.tsx
7850
7864
 
@@ -7853,7 +7867,7 @@ _chunkXXI7BNB6cjs.init_button.call(void 0, );
7853
7867
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
7854
7868
 
7855
7869
 
7856
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
7870
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
7857
7871
 
7858
7872
  // src/components/ui/label.tsx
7859
7873
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
@@ -7955,7 +7969,7 @@ var AllowedDomainsInput = React24.forwardRef(
7955
7969
  }
7956
7970
  ),
7957
7971
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
7958
- _chunkXXI7BNB6cjs.Button,
7972
+ _chunkIE6OU3WQcjs.Button,
7959
7973
  {
7960
7974
  type: "button",
7961
7975
  variant: "transparent",
@@ -8489,7 +8503,7 @@ function AutocompleteInner(props, ref) {
8489
8503
  var Autocomplete = _react.forwardRef.call(void 0, AutocompleteInner);
8490
8504
 
8491
8505
  // src/components/ui/index.ts
8492
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
8506
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
8493
8507
 
8494
8508
  // src/components/ui/checkbox-block.tsx
8495
8509
  var _reactcheckbox = require('@radix-ui/react-checkbox'); var CheckboxPrimitive = _interopRequireWildcard(_reactcheckbox); var CheckboxPrimitive2 = _interopRequireWildcard(_reactcheckbox); var CheckboxPrimitive3 = _interopRequireWildcard(_reactcheckbox); var CheckboxPrimitive4 = _interopRequireWildcard(_reactcheckbox);
@@ -8614,7 +8628,7 @@ CheckboxWithDescription.displayName = "CheckboxWithDescription";
8614
8628
 
8615
8629
  // src/components/ui/date-picker.tsx
8616
8630
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
8617
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
8631
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
8618
8632
 
8619
8633
 
8620
8634
 
@@ -8774,7 +8788,7 @@ var formatDateRange = (range, formatFn) => {
8774
8788
  };
8775
8789
  function CalendarNavButton({ direction, onClick, "aria-label": ariaLabel }) {
8776
8790
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
8777
- _chunkXXI7BNB6cjs.Button,
8791
+ _chunkIE6OU3WQcjs.Button,
8778
8792
  {
8779
8793
  type: "button",
8780
8794
  variant: "outline",
@@ -9745,7 +9759,7 @@ function MediaTypeSelector({
9745
9759
 
9746
9760
  // src/components/ui/no-data/no-data.tsx
9747
9761
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
9748
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
9762
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
9749
9763
 
9750
9764
 
9751
9765
  // src/components/ui/no-data/no-data-message.tsx
@@ -9855,7 +9869,7 @@ var NoData = React95.default.forwardRef(function NoData2({
9855
9869
  const hasMessage = !!(icon || title || description);
9856
9870
  const hasActions = !!_optionalChain([actions, 'optionalAccess', _193 => _193.length]);
9857
9871
  const footerButton = _nullishCoalesce(button, () => ( (buttonLabel != null ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
9858
- _chunkXXI7BNB6cjs.Button,
9872
+ _chunkIE6OU3WQcjs.Button,
9859
9873
  {
9860
9874
  variant: "outline",
9861
9875
  leftIcon: buttonIcon,
@@ -10130,7 +10144,7 @@ Switch.displayName = SwitchPrimitives.Root.displayName;
10130
10144
  // src/components/ui/tags-input.tsx
10131
10145
 
10132
10146
 
10133
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
10147
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
10134
10148
 
10135
10149
  // src/components/ui/badge.tsx
10136
10150
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
@@ -10213,7 +10227,7 @@ function TagsInput({
10213
10227
  }
10214
10228
  ),
10215
10229
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
10216
- _chunkXXI7BNB6cjs.Button,
10230
+ _chunkIE6OU3WQcjs.Button,
10217
10231
  {
10218
10232
  type: "button",
10219
10233
  variant: "outline",
@@ -10261,7 +10275,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
10261
10275
 
10262
10276
 
10263
10277
 
10264
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
10278
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
10265
10279
 
10266
10280
  function TagsManager({
10267
10281
  tags,
@@ -10471,7 +10485,7 @@ function TagsManager({
10471
10485
  }
10472
10486
  ),
10473
10487
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
10474
- _chunkXXI7BNB6cjs.Button,
10488
+ _chunkIE6OU3WQcjs.Button,
10475
10489
  {
10476
10490
  type: "button",
10477
10491
  variant: "transparent",
@@ -10482,7 +10496,7 @@ function TagsManager({
10482
10496
  }
10483
10497
  ),
10484
10498
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
10485
- _chunkXXI7BNB6cjs.Button,
10499
+ _chunkIE6OU3WQcjs.Button,
10486
10500
  {
10487
10501
  type: "button",
10488
10502
  variant: "transparent",
@@ -10533,7 +10547,7 @@ function TagsManager({
10533
10547
  ),
10534
10548
  (onUpdateTag || onDeleteTag) && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-0.5 opacity-0 group-hover/item:opacity-100 transition-opacity", children: [
10535
10549
  onUpdateTag && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
10536
- _chunkXXI7BNB6cjs.Button,
10550
+ _chunkIE6OU3WQcjs.Button,
10537
10551
  {
10538
10552
  type: "button",
10539
10553
  variant: "transparent",
@@ -10552,7 +10566,7 @@ function TagsManager({
10552
10566
  }
10553
10567
  ),
10554
10568
  onDeleteTag && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
10555
- _chunkXXI7BNB6cjs.Button,
10569
+ _chunkIE6OU3WQcjs.Button,
10556
10570
  {
10557
10571
  type: "button",
10558
10572
  variant: "transparent",
@@ -10629,7 +10643,7 @@ function TagsManager({
10629
10643
 
10630
10644
  // src/components/ui/alert-dialog.tsx
10631
10645
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
10632
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
10646
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
10633
10647
 
10634
10648
  var _reactalertdialog = require('@radix-ui/react-alert-dialog'); var AlertDialogPrimitive = _interopRequireWildcard(_reactalertdialog);
10635
10649
 
@@ -10713,7 +10727,7 @@ var AlertDialogAction = React40.forwardRef(({ className, ...props }, ref) => /*
10713
10727
  AlertDialogPrimitive.Action,
10714
10728
  {
10715
10729
  ref,
10716
- className: _chunkFIG2RKZFcjs.cn.call(void 0, _chunkXXI7BNB6cjs.buttonVariants.call(void 0, ), className),
10730
+ className: _chunkFIG2RKZFcjs.cn.call(void 0, _chunkIE6OU3WQcjs.buttonVariants.call(void 0, ), className),
10717
10731
  ...props
10718
10732
  }
10719
10733
  ));
@@ -10723,7 +10737,7 @@ var AlertDialogCancel = React40.forwardRef(({ className, ...props }, ref) => /*
10723
10737
  {
10724
10738
  ref,
10725
10739
  className: _chunkFIG2RKZFcjs.cn.call(void 0,
10726
- _chunkXXI7BNB6cjs.buttonVariants.call(void 0, { variant: "outline" }),
10740
+ _chunkIE6OU3WQcjs.buttonVariants.call(void 0, { variant: "outline" }),
10727
10741
  "mt-2 md:mt-0",
10728
10742
  className
10729
10743
  ),
@@ -12312,7 +12326,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
12312
12326
  // src/components/ui/filter-modal.tsx
12313
12327
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
12314
12328
 
12315
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
12329
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
12316
12330
 
12317
12331
  // src/components/ui/filter-checkbox-item.tsx
12318
12332
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
@@ -12624,8 +12638,8 @@ function FilterModal({
12624
12638
  }
12625
12639
  ),
12626
12640
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, ModalFooter, { children: [
12627
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkXXI7BNB6cjs.Button, { variant: "outline", className: "flex-1 h-11", onClick: handleReset, children: resetButtonText }),
12628
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkXXI7BNB6cjs.Button, { variant: "accent", className: "flex-1 h-11", onClick: handleApply, children: applyButtonText })
12641
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkIE6OU3WQcjs.Button, { variant: "outline", className: "flex-1 h-11", onClick: handleReset, children: resetButtonText }),
12642
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkIE6OU3WQcjs.Button, { variant: "accent", className: "flex-1 h-11", onClick: handleApply, children: applyButtonText })
12629
12643
  ] })
12630
12644
  ]
12631
12645
  }
@@ -12694,7 +12708,7 @@ function renderAdvancedPageContainer({
12694
12708
  };
12695
12709
  const renderActions = () => {
12696
12710
  if (!actions || actions.length === 0) return null;
12697
- return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.PageActions, { variant: getActionsVariant(), actions, menuActions });
12711
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.PageActions, { variant: getActionsVariant(), actions, menuActions });
12698
12712
  };
12699
12713
  const needsBottomPadding = actions && actions.length > 0 && getActionsVariant() === "primary-buttons";
12700
12714
  const paddingClasses = {
@@ -12719,7 +12733,7 @@ function renderAdvancedPageContainer({
12719
12733
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-end justify-between md:flex-col md:items-start md:justify-start lg:flex-row lg:items-end lg:justify-between gap-4", children: [
12720
12734
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-2 flex-1 min-w-0", children: [
12721
12735
  backButton && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
12722
- _chunk4W7NYJ3Bcjs.BackButton,
12736
+ _chunkBOCFIKYScjs.BackButton,
12723
12737
  {
12724
12738
  onClick: backButton.onClick,
12725
12739
  label: backButton.label,
@@ -12739,7 +12753,7 @@ function renderAdvancedPageContainer({
12739
12753
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-between md:flex-col md:items-start md:justify-start lg:flex-row lg:items-center lg:justify-between gap-4", children: [
12740
12754
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-1 flex-1 min-w-0", children: [
12741
12755
  backButton && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
12742
- _chunk4W7NYJ3Bcjs.BackButton,
12756
+ _chunkBOCFIKYScjs.BackButton,
12743
12757
  {
12744
12758
  onClick: backButton.onClick,
12745
12759
  label: backButton.label,
@@ -12759,7 +12773,7 @@ function renderAdvancedPageContainer({
12759
12773
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-end justify-between md:flex-col md:items-start md:justify-start lg:flex-row lg:items-end lg:justify-between gap-4", children: [
12760
12774
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-2 flex-1 min-w-0", children: [
12761
12775
  backButton && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
12762
- _chunk4W7NYJ3Bcjs.BackButton,
12776
+ _chunkBOCFIKYScjs.BackButton,
12763
12777
  {
12764
12778
  onClick: backButton.onClick,
12765
12779
  label: backButton.label,
@@ -12862,7 +12876,7 @@ function ListPageLayout({
12862
12876
  }, [debouncedSearchValue, onSearch, searchValue]);
12863
12877
  const hasMobileFilter = mobileFilterGroups && mobileFilterGroups.length > 0 || mobileSortConfig && mobileSortConfig.columns.length > 0;
12864
12878
  if (error) {
12865
- return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.PageError, { message: error });
12879
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.PageError, { message: error });
12866
12880
  }
12867
12881
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
12868
12882
  ListPageContainer,
@@ -12890,7 +12904,7 @@ function ListPageLayout({
12890
12904
  }
12891
12905
  ),
12892
12906
  hasMobileFilter && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
12893
- _chunkXXI7BNB6cjs.Button,
12907
+ _chunkIE6OU3WQcjs.Button,
12894
12908
  {
12895
12909
  variant: "outline",
12896
12910
  size: "icon",
@@ -13081,7 +13095,7 @@ var BenefitCardGrid = ({
13081
13095
  };
13082
13096
 
13083
13097
  // src/components/ui/brand-association-card.tsx
13084
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
13098
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
13085
13099
 
13086
13100
 
13087
13101
 
@@ -13101,7 +13115,7 @@ function BrandAssociationCard({
13101
13115
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-h2 tracking-[-0.64px] text-ods-text-primary", children: item.title }),
13102
13116
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-['DM_Sans'] font-normal text-[16px] leading-[1.5] text-ods-text-secondary", children: item.description }),
13103
13117
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
13104
- _chunkXXI7BNB6cjs.Button,
13118
+ _chunkIE6OU3WQcjs.Button,
13105
13119
  {
13106
13120
  variant: "outline",
13107
13121
  href: item.link,
@@ -13788,7 +13802,7 @@ function FeatureCardGrid({
13788
13802
  if (allCardsHaveNoBorders) {
13789
13803
  finalCardClassName = "bg-transparent p-0 overflow-visible border-0 shadow-none rounded-none";
13790
13804
  }
13791
- return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.Card, { className: `${finalCardClassName} ${className}`, children: Array.from({ length: rows }, (_, rowIndex) => {
13805
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.Card, { className: `${finalCardClassName} ${className}`, children: Array.from({ length: rows }, (_, rowIndex) => {
13792
13806
  const startIndex = rowIndex * itemsPerRow;
13793
13807
  const rowItems = items.slice(startIndex, startIndex + itemsPerRow);
13794
13808
  const isLastRow = rowIndex === rows - 1;
@@ -13818,7 +13832,7 @@ function FeatureCardGrid({
13818
13832
  item.icon && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start justify-between", children: [
13819
13833
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, item.icon, { size: 80, color: item.iconColor }),
13820
13834
  item.badge && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
13821
- _chunk4W7NYJ3Bcjs.StatusBadge,
13835
+ _chunkBOCFIKYScjs.StatusBadge,
13822
13836
  {
13823
13837
  text: item.badge.text,
13824
13838
  variant: item.badge.variant || "card",
@@ -13827,7 +13841,7 @@ function FeatureCardGrid({
13827
13841
  )
13828
13842
  ] }),
13829
13843
  !item.icon && item.badge && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-start justify-end", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
13830
- _chunk4W7NYJ3Bcjs.StatusBadge,
13844
+ _chunkBOCFIKYScjs.StatusBadge,
13831
13845
  {
13832
13846
  text: item.badge.text,
13833
13847
  variant: item.badge.variant || "card",
@@ -14097,7 +14111,7 @@ function DropdownButton({
14097
14111
  [disabled]
14098
14112
  );
14099
14113
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14100
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
14114
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
14101
14115
  {
14102
14116
  groups: [{ items }],
14103
14117
  open,
@@ -14142,7 +14156,7 @@ function DropdownButton({
14142
14156
  // src/components/ui/more-actions-menu.tsx
14143
14157
  _chunkWBR7H6E3cjs.init_next_link.call(void 0, );
14144
14158
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
14145
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
14159
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
14146
14160
 
14147
14161
  function MoreActionsMenu({
14148
14162
  items,
@@ -14157,9 +14171,9 @@ function MoreActionsMenu({
14157
14171
  onOpenChange,
14158
14172
  onCloseAutoFocus
14159
14173
  }) {
14160
- return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkXXI7BNB6cjs.DropdownMenu, { open, onOpenChange, children: [
14161
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkXXI7BNB6cjs.DropdownMenuTrigger, { asChild: true, children: trigger || /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14162
- _chunkXXI7BNB6cjs.Button,
14174
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkIE6OU3WQcjs.DropdownMenu, { open, onOpenChange, children: [
14175
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkIE6OU3WQcjs.DropdownMenuTrigger, { asChild: true, children: trigger || /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14176
+ _chunkIE6OU3WQcjs.Button,
14163
14177
  {
14164
14178
  variant: "outline",
14165
14179
  size: "icon",
@@ -14169,7 +14183,7 @@ function MoreActionsMenu({
14169
14183
  }
14170
14184
  ) }),
14171
14185
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14172
- _chunkXXI7BNB6cjs.DropdownMenuContent,
14186
+ _chunkIE6OU3WQcjs.DropdownMenuContent,
14173
14187
  {
14174
14188
  align,
14175
14189
  side,
@@ -14191,7 +14205,7 @@ function MoreActionsMenu({
14191
14205
  };
14192
14206
  if (item.href) {
14193
14207
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14194
- _chunkXXI7BNB6cjs.DropdownMenuItem,
14208
+ _chunkIE6OU3WQcjs.DropdownMenuItem,
14195
14209
  {
14196
14210
  asChild: true,
14197
14211
  disabled: item.disabled,
@@ -14220,7 +14234,7 @@ function MoreActionsMenu({
14220
14234
  );
14221
14235
  }
14222
14236
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14223
- _chunkXXI7BNB6cjs.DropdownMenuItem,
14237
+ _chunkIE6OU3WQcjs.DropdownMenuItem,
14224
14238
  {
14225
14239
  onClick: handleActivate,
14226
14240
  disabled: item.disabled,
@@ -14288,7 +14302,7 @@ function OrganizationCard({
14288
14302
  ),
14289
14303
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start gap-3 w-full", children: [
14290
14304
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14291
- _chunk4W7NYJ3Bcjs.EntityImage,
14305
+ _chunkBOCFIKYScjs.EntityImage,
14292
14306
  {
14293
14307
  src: fetchedImageUrl || organization.imageUrl,
14294
14308
  alt: organization.name
@@ -14499,7 +14513,7 @@ function ArrayEntryManager({
14499
14513
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { className: "text-[14px] text-ods-text-primary", children: title }),
14500
14514
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
14501
14515
  requireSave && isDirty && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14502
- _chunkXXI7BNB6cjs.Button,
14516
+ _chunkIE6OU3WQcjs.Button,
14503
14517
  {
14504
14518
  type: "button",
14505
14519
  size: "small-legacy",
@@ -14511,7 +14525,7 @@ function ArrayEntryManager({
14511
14525
  }
14512
14526
  ),
14513
14527
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14514
- _chunkXXI7BNB6cjs.Button,
14528
+ _chunkIE6OU3WQcjs.Button,
14515
14529
  {
14516
14530
  type: "button",
14517
14531
  variant: "outline",
@@ -14541,7 +14555,7 @@ function ArrayEntryManager({
14541
14555
  )
14542
14556
  ] }),
14543
14557
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14544
- _chunkXXI7BNB6cjs.Button,
14558
+ _chunkIE6OU3WQcjs.Button,
14545
14559
  {
14546
14560
  type: "button",
14547
14561
  variant: "transparent",
@@ -14557,7 +14571,7 @@ function ArrayEntryManager({
14557
14571
  }
14558
14572
 
14559
14573
  // src/components/features/provider-button.tsx
14560
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
14574
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
14561
14575
 
14562
14576
 
14563
14577
  var PROVIDER_CONFIG = {
@@ -14603,7 +14617,7 @@ function ProviderButton({ provider, onClick, disabled = false, loading = false }
14603
14617
  }
14604
14618
  };
14605
14619
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14606
- _chunkXXI7BNB6cjs.Button,
14620
+ _chunkIE6OU3WQcjs.Button,
14607
14621
  {
14608
14622
  type: "button",
14609
14623
  onClick: handleClick,
@@ -14725,7 +14739,7 @@ function ChangelogManager({
14725
14739
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-between", children: [
14726
14740
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { className: "text-[14px] text-ods-text-primary", children: title }),
14727
14741
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14728
- _chunkXXI7BNB6cjs.Button,
14742
+ _chunkIE6OU3WQcjs.Button,
14729
14743
  {
14730
14744
  type: "button",
14731
14745
  variant: "outline",
@@ -14743,7 +14757,7 @@ function ChangelogManager({
14743
14757
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-bg-secondary rounded-lg border border-ods-border overflow-hidden", children: [
14744
14758
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-3 p-3", children: [
14745
14759
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14746
- _chunkXXI7BNB6cjs.Button,
14760
+ _chunkIE6OU3WQcjs.Button,
14747
14761
  {
14748
14762
  type: "button",
14749
14763
  variant: "transparent",
@@ -14755,7 +14769,7 @@ function ChangelogManager({
14755
14769
  ),
14756
14770
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex-1 min-w-0", children: hasContent ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-['DM_Sans'] font-medium text-[14px] text-ods-text-primary truncate", children: entry.title }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-['DM_Sans'] font-medium text-[14px] text-ods-text-secondary italic", children: "New entry (click to edit)" }) }),
14757
14771
  showVisibilityToggle && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14758
- _chunkXXI7BNB6cjs.Button,
14772
+ _chunkIE6OU3WQcjs.Button,
14759
14773
  {
14760
14774
  type: "button",
14761
14775
  variant: "transparent",
@@ -14767,7 +14781,7 @@ function ChangelogManager({
14767
14781
  }
14768
14782
  ),
14769
14783
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14770
- _chunkXXI7BNB6cjs.Button,
14784
+ _chunkIE6OU3WQcjs.Button,
14771
14785
  {
14772
14786
  type: "button",
14773
14787
  variant: "transparent",
@@ -14898,7 +14912,7 @@ function ClickUpTasksManager({
14898
14912
  }
14899
14913
 
14900
14914
  // src/components/features/command-box.tsx
14901
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
14915
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
14902
14916
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
14903
14917
 
14904
14918
  var lineClampClasses = {
@@ -14935,7 +14949,7 @@ function CommandBox({
14935
14949
  ),
14936
14950
  (primaryAction || secondaryAction) && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col md:flex-row gap-3 md:justify-end mt-4", children: [
14937
14951
  secondaryAction && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14938
- _chunkXXI7BNB6cjs.Button,
14952
+ _chunkIE6OU3WQcjs.Button,
14939
14953
  {
14940
14954
  variant: secondaryAction.variant || "outline",
14941
14955
  leftIcon: secondaryAction.icon,
@@ -14947,7 +14961,7 @@ function CommandBox({
14947
14961
  }
14948
14962
  ),
14949
14963
  primaryAction && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
14950
- _chunkXXI7BNB6cjs.Button,
14964
+ _chunkIE6OU3WQcjs.Button,
14951
14965
  {
14952
14966
  variant: primaryAction.variant || "accent",
14953
14967
  leftIcon: primaryAction.icon,
@@ -14990,7 +15004,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
14990
15004
 
14991
15005
  // src/components/features/section-selector.tsx
14992
15006
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
14993
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
15007
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
14994
15008
 
14995
15009
  var SectionButton = ({
14996
15010
  section,
@@ -15009,7 +15023,7 @@ var SectionButton = ({
15009
15023
  const numberClasses = "font-['DM_Sans'] font-bold text-ods-accent";
15010
15024
  const isDisabled = section.disabled || disabled;
15011
15025
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
15012
- _chunkXXI7BNB6cjs.Button,
15026
+ _chunkIE6OU3WQcjs.Button,
15013
15027
  {
15014
15028
  onClick,
15015
15029
  disabled: isDisabled,
@@ -15039,7 +15053,7 @@ var SectionButton = ({
15039
15053
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 flex-wrap", children: [
15040
15054
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: _chunkFIG2RKZFcjs.cn.call(void 0, titleClasses, "font-medium text-lg leading-[24px] whitespace-normal break-words"), children: section.title }),
15041
15055
  section.badge && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
15042
- _chunk4W7NYJ3Bcjs.StatusBadge,
15056
+ _chunkBOCFIKYScjs.StatusBadge,
15043
15057
  {
15044
15058
  text: section.badge.text,
15045
15059
  variant: section.badge.variant || "button",
@@ -15058,7 +15072,7 @@ var SectionButton = ({
15058
15072
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start gap-2 flex-wrap w-full", children: [
15059
15073
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: _chunkFIG2RKZFcjs.cn.call(void 0, titleClasses, "font-bold text-[18px] leading-[24px] tracking-[-0.36px]"), style: { textAlign: "left" }, children: section.title }),
15060
15074
  section.badge && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
15061
- _chunk4W7NYJ3Bcjs.StatusBadge,
15075
+ _chunkBOCFIKYScjs.StatusBadge,
15062
15076
  {
15063
15077
  text: section.badge.text,
15064
15078
  variant: section.badge.variant || "button",
@@ -15937,7 +15951,7 @@ var FiltersDropdown = ({
15937
15951
  }) }),
15938
15952
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-3 mt-4 shrink-0", children: [
15939
15953
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
15940
- _chunkXXI7BNB6cjs.Button,
15954
+ _chunkIE6OU3WQcjs.Button,
15941
15955
  {
15942
15956
  variant: "outline",
15943
15957
  onClick: handleReset,
@@ -15947,7 +15961,7 @@ var FiltersDropdown = ({
15947
15961
  }
15948
15962
  ),
15949
15963
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
15950
- _chunkXXI7BNB6cjs.Button,
15964
+ _chunkIE6OU3WQcjs.Button,
15951
15965
  {
15952
15966
  variant: "accent",
15953
15967
  onClick: handleApply,
@@ -16168,7 +16182,7 @@ function MediaGalleryManager({
16168
16182
  const renderMediaItem = _react.useCallback.call(void 0, (mediaItem, index) => {
16169
16183
  const isDeleting = deletingIndex === index;
16170
16184
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
16171
- _chunk4W7NYJ3Bcjs.Card,
16185
+ _chunkBOCFIKYScjs.Card,
16172
16186
  {
16173
16187
  className: "relative group border-ods-border hover:border-ods-accent/30 transition-colors",
16174
16188
  draggable: true,
@@ -16178,7 +16192,7 @@ function MediaGalleryManager({
16178
16192
  children: [
16179
16193
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute top-2 left-2 opacity-0 group-hover:opacity-100 transition-opacity cursor-move z-10", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.GripVertical, { className: "h-4 w-4 text-white drop-shadow" }) }),
16180
16194
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity z-10", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
16181
- _chunkXXI7BNB6cjs.Button,
16195
+ _chunkIE6OU3WQcjs.Button,
16182
16196
  {
16183
16197
  type: "button",
16184
16198
  variant: "outline",
@@ -16228,7 +16242,7 @@ function MediaGalleryManager({
16228
16242
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-xs text-ods-text-secondary mt-1", children: "Maximum file size: 50MB" })
16229
16243
  ] }),
16230
16244
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
16231
- _chunkXXI7BNB6cjs.Button,
16245
+ _chunkIE6OU3WQcjs.Button,
16232
16246
  {
16233
16247
  type: "button",
16234
16248
  variant: "outline",
@@ -16271,7 +16285,7 @@ function MediaGalleryManager({
16271
16285
  }
16272
16286
 
16273
16287
  // src/components/features/more-about-button.tsx
16274
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
16288
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
16275
16289
 
16276
16290
 
16277
16291
  var MoreAboutButton = ({
@@ -16279,7 +16293,7 @@ var MoreAboutButton = ({
16279
16293
  className = ""
16280
16294
  }) => {
16281
16295
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
16282
- _chunkXXI7BNB6cjs.Button,
16296
+ _chunkIE6OU3WQcjs.Button,
16283
16297
  {
16284
16298
  size: "default",
16285
16299
  variant: "transparent",
@@ -16678,7 +16692,7 @@ function getOpenFramePaths(platform) {
16678
16692
  }
16679
16693
 
16680
16694
  // src/components/features/platform-filter.tsx
16681
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
16695
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
16682
16696
 
16683
16697
  function PlatformFilterComponent({
16684
16698
  selectedPlatform,
@@ -16690,7 +16704,7 @@ function PlatformFilterComponent({
16690
16704
  }) {
16691
16705
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: `flex items-center gap-2 flex-wrap ${className}`, children: [
16692
16706
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
16693
- _chunkXXI7BNB6cjs.Button,
16707
+ _chunkIE6OU3WQcjs.Button,
16694
16708
  {
16695
16709
  type: "button",
16696
16710
  variant: selectedPlatform === "all" ? "accent" : "outline",
@@ -16701,7 +16715,7 @@ function PlatformFilterComponent({
16701
16715
  }
16702
16716
  ),
16703
16717
  platforms.map((platform) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
16704
- _chunkXXI7BNB6cjs.Button,
16718
+ _chunkIE6OU3WQcjs.Button,
16705
16719
  {
16706
16720
  type: "button",
16707
16721
  variant: selectedPlatform === platform.value ? "accent" : "outline",
@@ -16957,7 +16971,7 @@ function ReleaseMediaManager({
16957
16971
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-xs text-ods-text-secondary mt-1", children: "Maximum file size: 50MB" })
16958
16972
  ] }),
16959
16973
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
16960
- _chunkXXI7BNB6cjs.Button,
16974
+ _chunkIE6OU3WQcjs.Button,
16961
16975
  {
16962
16976
  type: "button",
16963
16977
  variant: "outline",
@@ -17000,7 +17014,7 @@ function ReleaseMediaManager({
17000
17014
  children: [
17001
17015
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute top-2 left-2 opacity-0 group-hover:opacity-100 transition-opacity cursor-move z-10", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.GripVertical, { className: "h-4 w-4 text-white drop-shadow" }) }),
17002
17016
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity z-10", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17003
- _chunkXXI7BNB6cjs.Button,
17017
+ _chunkIE6OU3WQcjs.Button,
17004
17018
  {
17005
17019
  type: "button",
17006
17020
  variant: "outline",
@@ -17300,7 +17314,7 @@ function SEOEditorPreview({
17300
17314
  ),
17301
17315
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-40 transition-all rounded-lg flex items-center justify-center gap-2", children: [
17302
17316
  onOgImageUpload && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17303
- _chunkXXI7BNB6cjs.Button,
17317
+ _chunkIE6OU3WQcjs.Button,
17304
17318
  {
17305
17319
  type: "button",
17306
17320
  variant: "outline",
@@ -17312,7 +17326,7 @@ function SEOEditorPreview({
17312
17326
  }
17313
17327
  ),
17314
17328
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17315
- _chunkXXI7BNB6cjs.Button,
17329
+ _chunkIE6OU3WQcjs.Button,
17316
17330
  {
17317
17331
  type: "button",
17318
17332
  variant: "outline",
@@ -17463,7 +17477,7 @@ function SocialLinksManager({
17463
17477
  )
17464
17478
  ] }),
17465
17479
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17466
- _chunkXXI7BNB6cjs.Button,
17480
+ _chunkIE6OU3WQcjs.Button,
17467
17481
  {
17468
17482
  type: "button",
17469
17483
  variant: "transparent",
@@ -17477,7 +17491,7 @@ function SocialLinksManager({
17477
17491
  }),
17478
17492
  links.length === 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-center py-8 text-ods-text-secondary", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-sm", children: "No social links added yet." }) }),
17479
17493
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17480
- _chunkXXI7BNB6cjs.Button,
17494
+ _chunkIE6OU3WQcjs.Button,
17481
17495
  {
17482
17496
  variant: "outline",
17483
17497
  onClick: addLink,
@@ -17491,7 +17505,7 @@ function SocialLinksManager({
17491
17505
  }
17492
17506
 
17493
17507
  // src/components/features/start-with-openframe-button.tsx
17494
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
17508
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
17495
17509
 
17496
17510
 
17497
17511
  var StartWithOpenFrameButton = React70.forwardRef(({ children = "Start Free Trial", mode = "outline", className, buttonSize, loading = false, buttonBackgroundColor, buttonTextColor, ...props }, ref) => {
@@ -17527,7 +17541,7 @@ var StartWithOpenFrameButton = React70.forwardRef(({ children = "Start Free Tria
17527
17541
  iconUpperPath = "#1A1A1A";
17528
17542
  }
17529
17543
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17530
- _chunkXXI7BNB6cjs.Button,
17544
+ _chunkIE6OU3WQcjs.Button,
17531
17545
  {
17532
17546
  ref,
17533
17547
  ...props,
@@ -17548,7 +17562,7 @@ var StartWithOpenFrameButton = React70.forwardRef(({ children = "Start Free Tria
17548
17562
  }
17549
17563
  ) : void 0,
17550
17564
  rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17551
- _chunk4W7NYJ3Bcjs.StatusBadge,
17565
+ _chunkBOCFIKYScjs.StatusBadge,
17552
17566
  {
17553
17567
  text: "Beta",
17554
17568
  variant: "button",
@@ -17562,7 +17576,7 @@ var StartWithOpenFrameButton = React70.forwardRef(({ children = "Start Free Tria
17562
17576
  StartWithOpenFrameButton.displayName = "StartWithOpenFrameButton";
17563
17577
 
17564
17578
  // src/components/features/status-filter-component.tsx
17565
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
17579
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
17566
17580
 
17567
17581
 
17568
17582
  function StatusFilterComponent({
@@ -17581,7 +17595,7 @@ function StatusFilterComponent({
17581
17595
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-h5 text-ods-text-secondary", children: "Status" })
17582
17596
  ] }),
17583
17597
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17584
- _chunkXXI7BNB6cjs.Button,
17598
+ _chunkIE6OU3WQcjs.Button,
17585
17599
  {
17586
17600
  type: "button",
17587
17601
  variant: selectedStatus === "all" ? "accent" : "outline",
@@ -17593,7 +17607,7 @@ function StatusFilterComponent({
17593
17607
  }
17594
17608
  ),
17595
17609
  filteredOptions.map((option) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17596
- _chunkXXI7BNB6cjs.Button,
17610
+ _chunkIE6OU3WQcjs.Button,
17597
17611
  {
17598
17612
  type: "button",
17599
17613
  variant: selectedStatus === option.value ? "accent" : "outline",
@@ -17733,7 +17747,7 @@ function TagsSelector({
17733
17747
  }
17734
17748
  ),
17735
17749
  searchQuery && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17736
- _chunkXXI7BNB6cjs.Button,
17750
+ _chunkIE6OU3WQcjs.Button,
17737
17751
  {
17738
17752
  variant: "transparent",
17739
17753
  type: "button",
@@ -17749,7 +17763,7 @@ function TagsSelector({
17749
17763
  ] }),
17750
17764
  showDropdown && !disabled && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute z-50 w-full mt-1 bg-ods-card border border-ods-border rounded-lg shadow-lg max-h-60 overflow-y-auto", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "p-3", children: [
17751
17765
  canCreateNewTag && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
17752
- _chunkXXI7BNB6cjs.Button,
17766
+ _chunkIE6OU3WQcjs.Button,
17753
17767
  {
17754
17768
  variant: "outline",
17755
17769
  type: "button",
@@ -17768,7 +17782,7 @@ function TagsSelector({
17768
17782
  }
17769
17783
  ),
17770
17784
  filteredTags.length > 0 ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-wrap gap-1.5", children: filteredTags.map((tag) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17771
- _chunkXXI7BNB6cjs.Button,
17785
+ _chunkIE6OU3WQcjs.Button,
17772
17786
  {
17773
17787
  variant: "outline",
17774
17788
  type: "button",
@@ -17793,7 +17807,7 @@ function TagsSelector({
17793
17807
  }
17794
17808
 
17795
17809
  // src/components/features/video-source-selector.tsx
17796
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
17810
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
17797
17811
 
17798
17812
 
17799
17813
 
@@ -17865,7 +17879,7 @@ function VideoSourceSelector({
17865
17879
  ] }),
17866
17880
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-2", children: [
17867
17881
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17868
- _chunkXXI7BNB6cjs.Button,
17882
+ _chunkIE6OU3WQcjs.Button,
17869
17883
  {
17870
17884
  type: "button",
17871
17885
  variant: videoSourceType === "youtube" ? "accent" : "outline",
@@ -17876,7 +17890,7 @@ function VideoSourceSelector({
17876
17890
  }
17877
17891
  ),
17878
17892
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17879
- _chunkXXI7BNB6cjs.Button,
17893
+ _chunkIE6OU3WQcjs.Button,
17880
17894
  {
17881
17895
  type: "button",
17882
17896
  variant: videoSourceType === "uploaded" ? "accent" : "outline",
@@ -17911,7 +17925,7 @@ function VideoSourceSelector({
17911
17925
  ] })
17912
17926
  ] }),
17913
17927
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
17914
- _chunkXXI7BNB6cjs.Button,
17928
+ _chunkIE6OU3WQcjs.Button,
17915
17929
  {
17916
17930
  type: "button",
17917
17931
  variant: "outline",
@@ -18207,13 +18221,13 @@ function TranscriptSummaryEditor({
18207
18221
  // src/components/features/highlight-video-section.tsx
18208
18222
 
18209
18223
 
18210
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
18224
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
18211
18225
 
18212
18226
  // src/components/features/ai-enrich/AIEnrichSection.tsx
18213
18227
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
18214
18228
 
18215
18229
  // src/components/features/ai-enrich/AIEnrichButton.tsx
18216
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
18230
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
18217
18231
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
18218
18232
 
18219
18233
  var sizeMap = {
@@ -18237,7 +18251,7 @@ var AIEnrichButton = ({
18237
18251
  className
18238
18252
  }) => {
18239
18253
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
18240
- _chunkXXI7BNB6cjs.Button,
18254
+ _chunkIE6OU3WQcjs.Button,
18241
18255
  {
18242
18256
  type: "button",
18243
18257
  onClick,
@@ -18306,7 +18320,7 @@ var AIWarningsSection = ({
18306
18320
  };
18307
18321
 
18308
18322
  // src/components/features/ai-enrich/AIEnrichSection.tsx
18309
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
18323
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
18310
18324
 
18311
18325
 
18312
18326
  var AIEnrichSection = ({
@@ -18412,7 +18426,7 @@ var AIEnrichSection = ({
18412
18426
  }
18413
18427
  ),
18414
18428
  showCancel && onCancel && loading && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
18415
- _chunkXXI7BNB6cjs.Button,
18429
+ _chunkIE6OU3WQcjs.Button,
18416
18430
  {
18417
18431
  type: "button",
18418
18432
  variant: "outline",
@@ -18461,7 +18475,7 @@ var AIEnrichSection = ({
18461
18475
  warnings && warnings.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, AIWarningsSection, { warnings }),
18462
18476
  children,
18463
18477
  showClearButton && onClear && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
18464
- _chunkXXI7BNB6cjs.Button,
18478
+ _chunkIE6OU3WQcjs.Button,
18465
18479
  {
18466
18480
  variant: "outline",
18467
18481
  size: "small-legacy",
@@ -18596,7 +18610,7 @@ function HighlightVideoSection({
18596
18610
  highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
18597
18611
  ] }),
18598
18612
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
18599
- _chunkXXI7BNB6cjs.Button,
18613
+ _chunkIE6OU3WQcjs.Button,
18600
18614
  {
18601
18615
  type: "button",
18602
18616
  variant: "outline",
@@ -18992,7 +19006,7 @@ function HighlightGenerationSection({
18992
19006
 
18993
19007
  // src/components/features/highlight-video-preview.tsx
18994
19008
 
18995
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
19009
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
18996
19010
 
18997
19011
  function HighlightVideoPreview({
18998
19012
  highlightVideoUrl,
@@ -19035,7 +19049,7 @@ function HighlightVideoPreview({
19035
19049
  highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
19036
19050
  ] }),
19037
19051
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
19038
- _chunkXXI7BNB6cjs.Button,
19052
+ _chunkIE6OU3WQcjs.Button,
19039
19053
  {
19040
19054
  type: "button",
19041
19055
  variant: "outline",
@@ -19147,7 +19161,7 @@ function TranscribeAndSummarizeCombinedSection({
19147
19161
 
19148
19162
  // src/components/features/highlight-video-combined-section.tsx
19149
19163
 
19150
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
19164
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
19151
19165
 
19152
19166
  function HighlightVideoCombinedSection({
19153
19167
  // Config props
@@ -19248,7 +19262,7 @@ function HighlightVideoCombinedSection({
19248
19262
  highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
19249
19263
  ] }),
19250
19264
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
19251
- _chunkXXI7BNB6cjs.Button,
19265
+ _chunkIE6OU3WQcjs.Button,
19252
19266
  {
19253
19267
  type: "button",
19254
19268
  variant: "outline",
@@ -19350,7 +19364,7 @@ function ViewToggle({
19350
19364
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
19351
19365
 
19352
19366
 
19353
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
19367
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
19354
19368
 
19355
19369
  // src/components/dropdown-menu.tsx
19356
19370
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
@@ -19508,7 +19522,7 @@ var PolicyRow = ({ policy, categoryId, editMode, onPermissionChange }) => {
19508
19522
  ] }),
19509
19523
  editMode ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, DropdownMenu2, { children: [
19510
19524
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, DropdownMenuTrigger2, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
19511
- _chunkXXI7BNB6cjs.Button,
19525
+ _chunkIE6OU3WQcjs.Button,
19512
19526
  {
19513
19527
  variant: "outline",
19514
19528
  rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronDown, { className: "h-6 w-6 text-ods-text-secondary" }),
@@ -19564,7 +19578,7 @@ var CategorySection = ({
19564
19578
  ] }),
19565
19579
  editMode ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { onClick: (e) => e.stopPropagation(), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, DropdownMenu2, { children: [
19566
19580
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, DropdownMenuTrigger2, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
19567
- _chunkXXI7BNB6cjs.Button,
19581
+ _chunkIE6OU3WQcjs.Button,
19568
19582
  {
19569
19583
  variant: "outline",
19570
19584
  rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronDown, { className: "h-6 w-6 text-ods-text-secondary" }),
@@ -19609,7 +19623,7 @@ var CategorySection = ({
19609
19623
  }
19610
19624
  ),
19611
19625
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
19612
- _chunkXXI7BNB6cjs.Button,
19626
+ _chunkIE6OU3WQcjs.Button,
19613
19627
  {
19614
19628
  type: "button",
19615
19629
  variant: "transparent",
@@ -19685,7 +19699,7 @@ var PolicyConfigurationPanel = ({
19685
19699
  PolicyConfigurationPanel.displayName = "PolicyConfigurationPanel";
19686
19700
 
19687
19701
  // src/components/features/waitlist-form.tsx
19688
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
19702
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
19689
19703
 
19690
19704
  // src/components/ui/phone-input.tsx
19691
19705
 
@@ -19966,7 +19980,7 @@ function WaitlistForm({
19966
19980
  }
19967
19981
  ),
19968
19982
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
19969
- _chunkXXI7BNB6cjs.Button,
19983
+ _chunkIE6OU3WQcjs.Button,
19970
19984
  {
19971
19985
  type: "button",
19972
19986
  loading: isSubmitting,
@@ -20058,6 +20072,7 @@ function NotificationsProvider({
20058
20072
  defaultShowDesktopPopups = false,
20059
20073
  onShowDesktopPopupsChange,
20060
20074
  onHistoryClick,
20075
+ historyHref,
20061
20076
  actions,
20062
20077
  hasMore = false,
20063
20078
  isLoadingMore = false,
@@ -20163,6 +20178,7 @@ function NotificationsProvider({
20163
20178
  setShowDesktopPopups,
20164
20179
  desktopPopupsConfigured,
20165
20180
  onHistoryClick,
20181
+ historyHref,
20166
20182
  hasMore,
20167
20183
  isLoadingMore,
20168
20184
  loadMore: onLoadMore,
@@ -20189,6 +20205,7 @@ function NotificationsProvider({
20189
20205
  toggle,
20190
20206
  setShowPopups,
20191
20207
  onHistoryClick,
20208
+ historyHref,
20192
20209
  hasMore,
20193
20210
  isLoadingMore,
20194
20211
  onLoadMore,
@@ -20210,12 +20227,12 @@ function useOptionalNotifications() {
20210
20227
 
20211
20228
  // src/components/features/notifications/notification-drawer.tsx
20212
20229
 
20213
- _chunkXXI7BNB6cjs.init_button.call(void 0, );
20230
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
20214
20231
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
20215
20232
 
20216
20233
  // src/components/features/notifications/notification-tile.tsx
20217
20234
 
20218
- _chunkXXI7BNB6cjs.init_button.call(void 0, );
20235
+ _chunkIE6OU3WQcjs.init_button.call(void 0, );
20219
20236
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
20220
20237
 
20221
20238
  function NotificationTile({
@@ -20261,7 +20278,7 @@ function NotificationTile({
20261
20278
  description ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h6 line-clamp-2 text-ods-text-secondary", title: typeof description === "string" ? description : void 0, children: description }) : null
20262
20279
  ] }),
20263
20280
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
20264
- _chunkXXI7BNB6cjs.Button,
20281
+ _chunkIE6OU3WQcjs.Button,
20265
20282
  {
20266
20283
  variant: "outline",
20267
20284
  size: "small",
@@ -20337,6 +20354,7 @@ function NotificationDrawer({
20337
20354
  setShowDesktopPopups,
20338
20355
  desktopPopupsConfigured,
20339
20356
  onHistoryClick,
20357
+ historyHref,
20340
20358
  hasMore,
20341
20359
  isLoadingMore,
20342
20360
  loadMore,
@@ -20398,7 +20416,8 @@ function NotificationDrawer({
20398
20416
  onClick: onHistoryClick ? () => {
20399
20417
  onHistoryClick();
20400
20418
  close();
20401
- } : void 0
20419
+ } : void 0,
20420
+ historyHref
20402
20421
  }
20403
20422
  )
20404
20423
  ] })
@@ -20529,15 +20548,23 @@ function DesktopNotificationsToggleRow({ checked, onChange }) {
20529
20548
  ] })
20530
20549
  ] });
20531
20550
  }
20532
- function NotificationsHistoryButton({ onClick }) {
20551
+ function NotificationsHistoryButton({ onClick, historyHref }) {
20533
20552
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
20534
- _chunkXXI7BNB6cjs.Button,
20553
+ _chunkIE6OU3WQcjs.SplitButton,
20535
20554
  {
20536
20555
  variant: "outline",
20537
20556
  fullWidth: true,
20538
- disabled: !onClick,
20539
20557
  onClick,
20540
- leftIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.ClockHistoryIcon, { className: "!size-6 text-ods-text-secondary" }),
20558
+ mainDisabled: !onClick,
20559
+ leftIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.ClockHistoryIcon, { className: "text-ods-text-secondary" }),
20560
+ groupAriaLabel: "Notifications history",
20561
+ iconAction: {
20562
+ icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.ArrowRightUpIcon, { className: "text-ods-text-secondary" }),
20563
+ "aria-label": "Open notifications history in a new tab",
20564
+ href: historyHref,
20565
+ openInNewTab: true,
20566
+ disabled: !historyHref
20567
+ },
20541
20568
  children: "Notifications History"
20542
20569
  }
20543
20570
  );
@@ -20940,8 +20967,8 @@ function useOptionalTimeTracker() {
20940
20967
  // src/components/features/time-tracker/time-tracker-panel.tsx
20941
20968
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
20942
20969
 
20943
- _chunkXXI7BNB6cjs.init_button.call(void 0, );
20944
- _chunkXXI7BNB6cjs.init_split_button.call(void 0, );
20970
+ _chunkIE6OU3WQcjs.init_button.call(void 0, );
20971
+ _chunkIE6OU3WQcjs.init_split_button.call(void 0, );
20945
20972
 
20946
20973
  // src/components/features/time-tracker/use-tracker-clock.ts
20947
20974
 
@@ -21023,7 +21050,7 @@ function TimeTrackerPanel({
21023
21050
  ),
21024
21051
  children: [
21025
21052
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21026
- _chunkXXI7BNB6cjs.Button,
21053
+ _chunkIE6OU3WQcjs.Button,
21027
21054
  {
21028
21055
  variant: "transparent",
21029
21056
  size: "icon-sm",
@@ -21037,7 +21064,7 @@ function TimeTrackerPanel({
21037
21064
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-[var(--spacing-system-s)]", children: [
21038
21065
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, StatusTag, { status }),
21039
21066
  isActive && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21040
- _chunkXXI7BNB6cjs.Button,
21067
+ _chunkIE6OU3WQcjs.Button,
21041
21068
  {
21042
21069
  variant: "transparent",
21043
21070
  onClick: onCancel,
@@ -21058,7 +21085,7 @@ function TimeTrackerPanel({
21058
21085
  }
21059
21086
  ) }),
21060
21087
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21061
- _chunkXXI7BNB6cjs.Button,
21088
+ _chunkIE6OU3WQcjs.Button,
21062
21089
  {
21063
21090
  size: "icon",
21064
21091
  variant: isActive ? "transparent" : "accent",
@@ -21070,7 +21097,7 @@ function TimeTrackerPanel({
21070
21097
  }
21071
21098
  ),
21072
21099
  isActive && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21073
- _chunkXXI7BNB6cjs.Button,
21100
+ _chunkIE6OU3WQcjs.Button,
21074
21101
  {
21075
21102
  size: "icon",
21076
21103
  variant: "accent",
@@ -21117,7 +21144,7 @@ function TimeTrackerPanel({
21117
21144
  ] }),
21118
21145
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex w-full flex-wrap gap-[var(--spacing-system-m)]", children: [
21119
21146
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21120
- _chunkXXI7BNB6cjs.Button,
21147
+ _chunkIE6OU3WQcjs.Button,
21121
21148
  {
21122
21149
  variant: "outline",
21123
21150
  className: "min-w-0 flex-1",
@@ -21128,7 +21155,7 @@ function TimeTrackerPanel({
21128
21155
  }
21129
21156
  ),
21130
21157
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21131
- _chunkXXI7BNB6cjs.SplitButton,
21158
+ _chunkIE6OU3WQcjs.SplitButton,
21132
21159
  {
21133
21160
  variant: "outline",
21134
21161
  onClick: onOpenMyTime,
@@ -21171,7 +21198,7 @@ function LastEntryRow({ entry, onClick }) {
21171
21198
  entry.description && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "truncate text-h6 text-ods-text-secondary", children: entry.description })
21172
21199
  ] }),
21173
21200
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21174
- _chunkXXI7BNB6cjs.Button,
21201
+ _chunkIE6OU3WQcjs.Button,
21175
21202
  {
21176
21203
  variant: "outline",
21177
21204
  size: "icon",
@@ -21302,7 +21329,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
21302
21329
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
21303
21330
 
21304
21331
  // src/components/features/board/board-column-header.tsx
21305
- _chunkXXI7BNB6cjs.init_button.call(void 0, );
21332
+ _chunkIE6OU3WQcjs.init_button.call(void 0, );
21306
21333
 
21307
21334
  function BoardColumnHeader({
21308
21335
  column,
@@ -21317,7 +21344,7 @@ function BoardColumnHeader({
21317
21344
  if (collapsed) {
21318
21345
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex h-full flex-col items-center gap-[var(--spacing-system-xsf)]", children: [
21319
21346
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21320
- _chunkXXI7BNB6cjs.Button,
21347
+ _chunkIE6OU3WQcjs.Button,
21321
21348
  {
21322
21349
  variant: "transparent",
21323
21350
  size: "icon",
@@ -21360,7 +21387,7 @@ function BoardColumnHeader({
21360
21387
  ] }),
21361
21388
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex shrink-0 items-center gap-[var(--spacing-system-xxs)]", children: [
21362
21389
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21363
- _chunkXXI7BNB6cjs.Button,
21390
+ _chunkIE6OU3WQcjs.Button,
21364
21391
  {
21365
21392
  variant: "transparent",
21366
21393
  size: "icon",
@@ -21371,7 +21398,7 @@ function BoardColumnHeader({
21371
21398
  }
21372
21399
  ),
21373
21400
  onArchive && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21374
- _chunkXXI7BNB6cjs.Button,
21401
+ _chunkIE6OU3WQcjs.Button,
21375
21402
  {
21376
21403
  variant: "transparent",
21377
21404
  size: "icon",
@@ -21382,7 +21409,7 @@ function BoardColumnHeader({
21382
21409
  }
21383
21410
  ),
21384
21411
  onAddTicket && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21385
- _chunkXXI7BNB6cjs.Button,
21412
+ _chunkIE6OU3WQcjs.Button,
21386
21413
  {
21387
21414
  variant: "transparent",
21388
21415
  size: "icon",
@@ -21522,7 +21549,7 @@ function TicketCard({
21522
21549
  ),
21523
21550
  renderAssignSlot ? renderAssignSlot(ticket) : _optionalChain([ticket, 'access', _363 => _363.assignees, 'optionalAccess', _364 => _364.length]) ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex -space-x-2", children: [
21524
21551
  ticket.assignees.slice(0, MAX_VISIBLE_ASSIGNEES).map((a) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
21525
- _chunk4W7NYJ3Bcjs.SquareAvatar,
21552
+ _chunkBOCFIKYScjs.SquareAvatar,
21526
21553
  {
21527
21554
  src: a.avatarUrl,
21528
21555
  alt: _nullishCoalesce(_nullishCoalesce(a.name, () => ( a.initials)), () => ( a.id)),
@@ -22211,7 +22238,7 @@ function SortableRow({
22211
22238
  // src/components/navigation/header.tsx
22212
22239
  _chunkWBR7H6E3cjs.init_next_link.call(void 0, );
22213
22240
 
22214
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
22241
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
22215
22242
 
22216
22243
  function Header2({ config, platform }) {
22217
22244
  const [show, setShow] = _react.useState.call(void 0, true);
@@ -22286,7 +22313,7 @@ function Header2({ config, platform }) {
22286
22313
  const isOpen = openDropdowns[item.id] || false;
22287
22314
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative", children: [
22288
22315
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22289
- _chunkXXI7BNB6cjs.Button,
22316
+ _chunkIE6OU3WQcjs.Button,
22290
22317
  {
22291
22318
  ref: (el) => {
22292
22319
  triggerRefs.current[item.id] = el;
@@ -22330,7 +22357,7 @@ function Header2({ config, platform }) {
22330
22357
  ),
22331
22358
  children: [
22332
22359
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "p-2", children: item.children.map((child, index) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22333
- _chunkXXI7BNB6cjs.Button,
22360
+ _chunkIE6OU3WQcjs.Button,
22334
22361
  {
22335
22362
  variant: "transparent",
22336
22363
  size: "small-legacy",
@@ -22368,7 +22395,7 @@ function Header2({ config, platform }) {
22368
22395
  }
22369
22396
  if (item.href || item.onClick) {
22370
22397
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22371
- _chunkXXI7BNB6cjs.Button,
22398
+ _chunkIE6OU3WQcjs.Button,
22372
22399
  {
22373
22400
  variant: "transparent",
22374
22401
  href: item.href,
@@ -22393,7 +22420,7 @@ function Header2({ config, platform }) {
22393
22420
  );
22394
22421
  }
22395
22422
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22396
- _chunkXXI7BNB6cjs.Button,
22423
+ _chunkIE6OU3WQcjs.Button,
22397
22424
  {
22398
22425
  variant: "transparent",
22399
22426
  onClick: item.onClick,
@@ -22457,7 +22484,7 @@ function Header2({ config, platform }) {
22457
22484
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-end gap-4 flex-shrink-0", children: [
22458
22485
  _optionalChain([config, 'access', _417 => _417.actions, 'optionalAccess', _418 => _418.right]) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "hidden md:flex items-center gap-4", children: config.actions.right }),
22459
22486
  config.mobile && config.mobile.enabled && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22460
- _chunkXXI7BNB6cjs.Button,
22487
+ _chunkIE6OU3WQcjs.Button,
22461
22488
  {
22462
22489
  variant: "transparent",
22463
22490
  size: "icon",
@@ -22538,7 +22565,7 @@ function ClientOnlyHeader({ config, skeleton }) {
22538
22565
 
22539
22566
  // src/components/navigation/mobile-nav-panel.tsx
22540
22567
 
22541
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
22568
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
22542
22569
 
22543
22570
 
22544
22571
  function MobileNavPanel({ isOpen, config }) {
@@ -22577,7 +22604,7 @@ function MobileNavPanel({ isOpen, config }) {
22577
22604
  };
22578
22605
  if (item.href) {
22579
22606
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22580
- _chunkXXI7BNB6cjs.Button,
22607
+ _chunkIE6OU3WQcjs.Button,
22581
22608
  {
22582
22609
  variant: "outline",
22583
22610
  size: "small-legacy",
@@ -22595,7 +22622,7 @@ function MobileNavPanel({ isOpen, config }) {
22595
22622
  );
22596
22623
  }
22597
22624
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
22598
- _chunkXXI7BNB6cjs.Button,
22625
+ _chunkIE6OU3WQcjs.Button,
22599
22626
  {
22600
22627
  variant: "outline",
22601
22628
  size: "small-legacy",
@@ -22639,7 +22666,7 @@ function MobileNavPanel({ isOpen, config }) {
22639
22666
  onClick: (e) => e.stopPropagation(),
22640
22667
  children: [
22641
22668
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex justify-end p-2 border-b border-ods-border flex-shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
22642
- _chunkXXI7BNB6cjs.Button,
22669
+ _chunkIE6OU3WQcjs.Button,
22643
22670
  {
22644
22671
  "aria-label": "Close menu",
22645
22672
  size: "icon",
@@ -22663,7 +22690,7 @@ function MobileNavPanel({ isOpen, config }) {
22663
22690
  // src/components/navigation/sliding-sidebar.tsx
22664
22691
 
22665
22692
 
22666
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
22693
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
22667
22694
 
22668
22695
  function SlidingSidebar({ config }) {
22669
22696
  const [expandedItems, setExpandedItems] = _react.useState.call(void 0, /* @__PURE__ */ new Set());
@@ -22700,7 +22727,7 @@ function SlidingSidebar({ config }) {
22700
22727
  );
22701
22728
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-1", children: [
22702
22729
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
22703
- _chunkXXI7BNB6cjs.Button,
22730
+ _chunkIE6OU3WQcjs.Button,
22704
22731
  {
22705
22732
  variant: "transparent",
22706
22733
  size: "default",
@@ -22738,7 +22765,7 @@ function SlidingSidebar({ config }) {
22738
22765
  }
22739
22766
  if (item.href) {
22740
22767
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
22741
- _chunkXXI7BNB6cjs.Button,
22768
+ _chunkIE6OU3WQcjs.Button,
22742
22769
  {
22743
22770
  variant: "transparent",
22744
22771
  size: "default",
@@ -22761,7 +22788,7 @@ function SlidingSidebar({ config }) {
22761
22788
  );
22762
22789
  }
22763
22790
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
22764
- _chunkXXI7BNB6cjs.Button,
22791
+ _chunkIE6OU3WQcjs.Button,
22765
22792
  {
22766
22793
  variant: "transparent",
22767
22794
  size: "default",
@@ -23242,8 +23269,8 @@ function HeaderOrganizationFilter({
23242
23269
  const selectedOrg = organizations.find((o) => o.id === selectedOrgId);
23243
23270
  const displayName = _optionalChain([selectedOrg, 'optionalAccess', _457 => _457.name]) || "All Organizations";
23244
23271
  const deviceCount = _nullishCoalesce(_optionalChain([selectedOrg, 'optionalAccess', _458 => _458.deviceCount]), () => ( totalDeviceCount));
23245
- return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkXXI7BNB6cjs.DropdownMenu, { children: [
23246
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkXXI7BNB6cjs.DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
23272
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkIE6OU3WQcjs.DropdownMenu, { children: [
23273
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkIE6OU3WQcjs.DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
23247
23274
  "button",
23248
23275
  {
23249
23276
  className: _chunkFIG2RKZFcjs.cn.call(void 0,
@@ -23265,10 +23292,10 @@ function HeaderOrganizationFilter({
23265
23292
  ]
23266
23293
  }
23267
23294
  ) }),
23268
- /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkXXI7BNB6cjs.DropdownMenuContent, { align: "end", className: "min-w-[240px]", children: [
23269
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkXXI7BNB6cjs.DropdownMenuItem, { onClick: () => _optionalChain([onOrgChange, 'optionalCall', _459 => _459("")]), children: "All Organizations" }),
23295
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkIE6OU3WQcjs.DropdownMenuContent, { align: "end", className: "min-w-[240px]", children: [
23296
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkIE6OU3WQcjs.DropdownMenuItem, { onClick: () => _optionalChain([onOrgChange, 'optionalCall', _459 => _459("")]), children: "All Organizations" }),
23270
23297
  organizations.map((org) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23271
- _chunkXXI7BNB6cjs.DropdownMenuItem,
23298
+ _chunkIE6OU3WQcjs.DropdownMenuItem,
23272
23299
  {
23273
23300
  onClick: () => _optionalChain([onOrgChange, 'optionalCall', _460 => _460(org.id)]),
23274
23301
  children: org.name
@@ -23370,12 +23397,12 @@ var AppHeader = React95.default.memo(function AppHeader2({
23370
23397
  dimmedClass
23371
23398
  }
23372
23399
  ),
23373
- isMdUp && showUser && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkXXI7BNB6cjs.DropdownMenu, { children: [
23374
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkXXI7BNB6cjs.DropdownMenuTrigger, { asChild: true, disabled, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23400
+ isMdUp && showUser && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkIE6OU3WQcjs.DropdownMenu, { children: [
23401
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkIE6OU3WQcjs.DropdownMenuTrigger, { asChild: true, disabled, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23375
23402
  HeaderButton,
23376
23403
  {
23377
23404
  icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23378
- _chunk4W7NYJ3Bcjs.SquareAvatar,
23405
+ _chunkBOCFIKYScjs.SquareAvatar,
23379
23406
  {
23380
23407
  src: userAvatarUrl || void 0,
23381
23408
  alt: userName || "User",
@@ -23390,14 +23417,14 @@ var AppHeader = React95.default.memo(function AppHeader2({
23390
23417
  }
23391
23418
  ) }),
23392
23419
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
23393
- _chunkXXI7BNB6cjs.DropdownMenuContent,
23420
+ _chunkIE6OU3WQcjs.DropdownMenuContent,
23394
23421
  {
23395
23422
  align: "end",
23396
23423
  className: "w-[280px] p-0 bg-ods-bg border-ods-border rounded-[6px] overflow-hidden",
23397
23424
  children: [
23398
23425
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-card border-b border-ods-border p-3 flex items-center gap-2", children: [
23399
23426
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23400
- _chunk4W7NYJ3Bcjs.SquareAvatar,
23427
+ _chunkBOCFIKYScjs.SquareAvatar,
23401
23428
  {
23402
23429
  src: userAvatarUrl || void 0,
23403
23430
  alt: userName || "User",
@@ -23412,7 +23439,7 @@ var AppHeader = React95.default.memo(function AppHeader2({
23412
23439
  ] })
23413
23440
  ] }),
23414
23441
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23415
- _chunkXXI7BNB6cjs.DropdownMenuItem,
23442
+ _chunkIE6OU3WQcjs.DropdownMenuItem,
23416
23443
  {
23417
23444
  onClick: onProfile,
23418
23445
  className: "bg-ods-card border-b border-ods-border rounded-none px-3 py-3 hover:bg-ods-bg-card/80 focus:bg-ods-bg-card/80 cursor-pointer",
@@ -23423,7 +23450,7 @@ var AppHeader = React95.default.memo(function AppHeader2({
23423
23450
  }
23424
23451
  ),
23425
23452
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23426
- _chunkXXI7BNB6cjs.DropdownMenuItem,
23453
+ _chunkIE6OU3WQcjs.DropdownMenuItem,
23427
23454
  {
23428
23455
  onClick: onLogout,
23429
23456
  className: "bg-ods-card rounded-none px-3 py-3 hover:bg-ods-bg-card/80 focus:bg-ods-bg-card/80 cursor-pointer",
@@ -23616,7 +23643,7 @@ var MobileBurgerMenu = React95.default.memo(function MobileBurgerMenu2({
23616
23643
  "aria-disabled": disabled || void 0,
23617
23644
  children: [
23618
23645
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23619
- _chunk4W7NYJ3Bcjs.SquareAvatar,
23646
+ _chunkBOCFIKYScjs.SquareAvatar,
23620
23647
  {
23621
23648
  src: user.userAvatarUrl || void 0,
23622
23649
  alt: user.userName || "User",
@@ -23635,7 +23662,7 @@ var MobileBurgerMenu = React95.default.memo(function MobileBurgerMenu2({
23635
23662
  ] }),
23636
23663
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 shrink-0", children: [
23637
23664
  onSearchUser && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23638
- _chunkXXI7BNB6cjs.Button,
23665
+ _chunkIE6OU3WQcjs.Button,
23639
23666
  {
23640
23667
  size: "icon",
23641
23668
  onClick: onSearchUser,
@@ -23645,7 +23672,7 @@ var MobileBurgerMenu = React95.default.memo(function MobileBurgerMenu2({
23645
23672
  }
23646
23673
  ),
23647
23674
  onEditProfile && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23648
- _chunkXXI7BNB6cjs.Button,
23675
+ _chunkIE6OU3WQcjs.Button,
23649
23676
  {
23650
23677
  size: "icon",
23651
23678
  onClick: onEditProfile,
@@ -24431,7 +24458,7 @@ ScriptInfoSection.displayName = "ScriptInfoSection";
24431
24458
 
24432
24459
  // src/components/platform/ScriptArguments.tsx
24433
24460
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
24434
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
24461
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
24435
24462
 
24436
24463
 
24437
24464
  var ScriptArguments = ({
@@ -24505,7 +24532,7 @@ var ScriptArguments = ({
24505
24532
  }
24506
24533
  ) }),
24507
24534
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24508
- _chunkXXI7BNB6cjs.Button,
24535
+ _chunkIE6OU3WQcjs.Button,
24509
24536
  {
24510
24537
  type: "button",
24511
24538
  variant: "outline",
@@ -24522,7 +24549,7 @@ var ScriptArguments = ({
24522
24549
  arg.id
24523
24550
  )),
24524
24551
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex justify-start", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24525
- _chunkXXI7BNB6cjs.Button,
24552
+ _chunkIE6OU3WQcjs.Button,
24526
24553
  {
24527
24554
  type: "button",
24528
24555
  variant: "outline",
@@ -24539,12 +24566,12 @@ var ScriptArguments = ({
24539
24566
  ScriptArguments.displayName = "ScriptArguments";
24540
24567
 
24541
24568
  // src/components/shared/onboarding/onboarding-walkthrough.tsx
24542
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
24569
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
24543
24570
 
24544
24571
 
24545
24572
  // src/components/shared/onboarding/onboarding-step-card.tsx
24546
24573
 
24547
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
24574
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
24548
24575
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
24549
24576
 
24550
24577
  function OnboardingStepCard({
@@ -24593,7 +24620,7 @@ function OnboardingStepCard({
24593
24620
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-[32px] w-[120px] bg-ods-border rounded-[6px] animate-pulse" })
24594
24621
  ] }) : isCompleted ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
24595
24622
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24596
- _chunk4W7NYJ3Bcjs.StatusBadge,
24623
+ _chunkBOCFIKYScjs.StatusBadge,
24597
24624
  {
24598
24625
  text: "COMPLETED",
24599
24626
  variant: "card",
@@ -24601,7 +24628,7 @@ function OnboardingStepCard({
24601
24628
  }
24602
24629
  ),
24603
24630
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24604
- _chunkXXI7BNB6cjs.Button,
24631
+ _chunkIE6OU3WQcjs.Button,
24605
24632
  {
24606
24633
  variant: "outline",
24607
24634
  onClick: handleAction,
@@ -24611,7 +24638,7 @@ function OnboardingStepCard({
24611
24638
  }
24612
24639
  )
24613
24640
  ] }) : isSkipped ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _jsxruntime.Fragment, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24614
- _chunk4W7NYJ3Bcjs.StatusBadge,
24641
+ _chunkBOCFIKYScjs.StatusBadge,
24615
24642
  {
24616
24643
  text: "SKIPPED",
24617
24644
  variant: "card",
@@ -24619,7 +24646,7 @@ function OnboardingStepCard({
24619
24646
  }
24620
24647
  ) }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
24621
24648
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24622
- _chunkXXI7BNB6cjs.Button,
24649
+ _chunkIE6OU3WQcjs.Button,
24623
24650
  {
24624
24651
  variant: "outline",
24625
24652
  onClick: handleSkip,
@@ -24627,7 +24654,7 @@ function OnboardingStepCard({
24627
24654
  }
24628
24655
  ),
24629
24656
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24630
- _chunkXXI7BNB6cjs.Button,
24657
+ _chunkIE6OU3WQcjs.Button,
24631
24658
  {
24632
24659
  variant: "accent",
24633
24660
  onClick: handleAction,
@@ -24741,7 +24768,7 @@ function OnboardingWalkthrough({
24741
24768
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col md:flex-row items-start md:items-center justify-between gap-3 md:gap-0", children: [
24742
24769
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: _chunkJ54Z3OCRcjs.SECTION_HEADING_CLASS, children: "Get Started" }),
24743
24770
  isLoadingCompletion ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-[48px] w-full md:w-[160px] bg-ods-border rounded-[6px] animate-pulse" }) : isAllComplete ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24744
- _chunkXXI7BNB6cjs.Button,
24771
+ _chunkIE6OU3WQcjs.Button,
24745
24772
  {
24746
24773
  variant: "accent",
24747
24774
  onClick: handleDismiss,
@@ -24749,7 +24776,7 @@ function OnboardingWalkthrough({
24749
24776
  children: "Close Onboarding"
24750
24777
  }
24751
24778
  ) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
24752
- _chunkXXI7BNB6cjs.Button,
24779
+ _chunkIE6OU3WQcjs.Button,
24753
24780
  {
24754
24781
  variant: "outline",
24755
24782
  onClick: handleDismiss,
@@ -25235,11 +25262,11 @@ var ListLoader = (props) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Content
25235
25262
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
25236
25263
 
25237
25264
  init_pagination();
25238
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
25265
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
25239
25266
 
25240
25267
  // src/components/ui/cursor-pagination.tsx
25241
25268
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
25242
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
25269
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
25243
25270
 
25244
25271
 
25245
25272
  function CursorPagination({
@@ -25300,7 +25327,7 @@ function CursorPagination({
25300
25327
  showInfo && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-sm text-ods-text-secondary", children: displayText || /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: "\xA0" }) }),
25301
25328
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
25302
25329
  onReset ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
25303
- _chunkXXI7BNB6cjs.Button,
25330
+ _chunkIE6OU3WQcjs.Button,
25304
25331
  {
25305
25332
  variant: "outline",
25306
25333
  size: compact ? "small-legacy" : "default",
@@ -25314,7 +25341,7 @@ function CursorPagination({
25314
25341
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: compact ? "hidden md:inline" : "", children: resetButtonLabel })
25315
25342
  }
25316
25343
  ) : hasPreviousPage !== void 0 && onPrevious && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
25317
- _chunkXXI7BNB6cjs.Button,
25344
+ _chunkIE6OU3WQcjs.Button,
25318
25345
  {
25319
25346
  variant: "outline",
25320
25347
  size: compact ? "small-legacy" : "default",
@@ -25329,7 +25356,7 @@ function CursorPagination({
25329
25356
  }
25330
25357
  ),
25331
25358
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
25332
- _chunkXXI7BNB6cjs.Button,
25359
+ _chunkIE6OU3WQcjs.Button,
25333
25360
  {
25334
25361
  variant: "outline",
25335
25362
  size: compact ? "small-legacy" : "default",
@@ -25360,7 +25387,7 @@ function CursorPaginationSimple({
25360
25387
  }) {
25361
25388
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: _chunkFIG2RKZFcjs.cn.call(void 0, "flex items-center gap-1", className), children: [
25362
25389
  onReset ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
25363
- _chunkXXI7BNB6cjs.Button,
25390
+ _chunkIE6OU3WQcjs.Button,
25364
25391
  {
25365
25392
  variant: "transparent",
25366
25393
  size: "icon",
@@ -25371,7 +25398,7 @@ function CursorPaginationSimple({
25371
25398
  "aria-label": "First"
25372
25399
  }
25373
25400
  ) : hasPreviousPage !== void 0 && onPrevious && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
25374
- _chunkXXI7BNB6cjs.Button,
25401
+ _chunkIE6OU3WQcjs.Button,
25375
25402
  {
25376
25403
  variant: "transparent",
25377
25404
  size: "icon",
@@ -25383,7 +25410,7 @@ function CursorPaginationSimple({
25383
25410
  }
25384
25411
  ),
25385
25412
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
25386
- _chunkXXI7BNB6cjs.Button,
25413
+ _chunkIE6OU3WQcjs.Button,
25387
25414
  {
25388
25415
  variant: "transparent",
25389
25416
  size: "icon",
@@ -25848,7 +25875,7 @@ function injectSyntheticColumns(columns, rowActions, renderRowActions, rowHref)
25848
25875
  width: "min-w-[100px] w-auto shrink-0 flex-none",
25849
25876
  align: "right",
25850
25877
  renderCell: (item) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex gap-2 items-center justify-end pointer-events-auto", "data-no-row-click": true, children: renderRowActions ? renderRowActions(item) : rowActions.map((action, actionIndex) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
25851
- _chunkXXI7BNB6cjs.Button,
25878
+ _chunkIE6OU3WQcjs.Button,
25852
25879
  {
25853
25880
  variant: "outline",
25854
25881
  onClick: (e) => {
@@ -25874,7 +25901,7 @@ function injectSyntheticColumns(columns, rowActions, renderRowActions, rowHref)
25874
25901
  const href = rowHref(item);
25875
25902
  if (!href) return null;
25876
25903
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center justify-end pointer-events-auto", "data-no-row-click": true, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
25877
- _chunkXXI7BNB6cjs.Button,
25904
+ _chunkIE6OU3WQcjs.Button,
25878
25905
  {
25879
25906
  href,
25880
25907
  prefetch: false,
@@ -26176,7 +26203,7 @@ function TableTimestampCell({
26176
26203
 
26177
26204
  // src/components/ui/query-report-table/query-report-table.tsx
26178
26205
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
26179
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
26206
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
26180
26207
 
26181
26208
 
26182
26209
  // src/components/ui/query-report-table/query-report-table-header.tsx
@@ -26444,7 +26471,7 @@ function QueryReportTable({
26444
26471
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-3", children: [
26445
26472
  headerActions,
26446
26473
  showExport && data.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
26447
- _chunkXXI7BNB6cjs.Button,
26474
+ _chunkIE6OU3WQcjs.Button,
26448
26475
  {
26449
26476
  className: "bg-ods-card",
26450
26477
  variant: "outline",
@@ -28289,7 +28316,7 @@ function ActionIconButton({ onClick, disabled, ariaLabel, children }) {
28289
28316
  // src/components/ui/ticket-status-config-row.tsx
28290
28317
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
28291
28318
 
28292
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
28319
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
28293
28320
 
28294
28321
  // src/components/ui/color-preset-select.tsx
28295
28322
 
@@ -28376,7 +28403,7 @@ function ColorPresetSelect({
28376
28403
  }
28377
28404
  ];
28378
28405
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28379
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
28406
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
28380
28407
  {
28381
28408
  groups,
28382
28409
  align: "start",
@@ -28526,7 +28553,7 @@ function ColorPickerInput({ value, onChange, disabled, className }) {
28526
28553
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _reactcolorful.HexColorPicker, { color: value, onChange }),
28527
28554
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-[var(--spacing-system-xs)]", children: [
28528
28555
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28529
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
28556
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
28530
28557
  {
28531
28558
  groups: formatGroups,
28532
28559
  align: "start",
@@ -28676,7 +28703,7 @@ function TicketStatusConfigRow({
28676
28703
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.InfoCircleIcon, { size: 24 })
28677
28704
  }
28678
28705
  ) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, WithLeftTooltip, { content: deleteDisabled ? deleteDisabledReason : void 0, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "inline-flex", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28679
- _chunkXXI7BNB6cjs.Button,
28706
+ _chunkIE6OU3WQcjs.Button,
28680
28707
  {
28681
28708
  type: "button",
28682
28709
  variant: "outline",
@@ -28743,7 +28770,7 @@ function CompactAssigneeDropdown({
28743
28770
  className
28744
28771
  ),
28745
28772
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28746
- _chunk4W7NYJ3Bcjs.SquareAvatar,
28773
+ _chunkBOCFIKYScjs.SquareAvatar,
28747
28774
  {
28748
28775
  src: currentAssignee.avatarSrc,
28749
28776
  alt: currentAssignee.name,
@@ -28809,7 +28836,7 @@ function CompactAssigneeDropdown({
28809
28836
  ),
28810
28837
  children: [
28811
28838
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28812
- _chunk4W7NYJ3Bcjs.SquareAvatar,
28839
+ _chunkBOCFIKYScjs.SquareAvatar,
28813
28840
  {
28814
28841
  src: opt.imageUrl,
28815
28842
  alt: opt.label,
@@ -28844,7 +28871,7 @@ function DefaultAssigneeDropdown({
28844
28871
  const opt = option;
28845
28872
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-[var(--spacing-system-sf)] w-full min-w-0", children: [
28846
28873
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28847
- _chunk4W7NYJ3Bcjs.SquareAvatar,
28874
+ _chunkBOCFIKYScjs.SquareAvatar,
28848
28875
  {
28849
28876
  src: opt.imageUrl,
28850
28877
  alt: opt.label,
@@ -28872,7 +28899,7 @@ function DefaultAssigneeDropdown({
28872
28899
  loading: isLoading,
28873
28900
  showChevron: false,
28874
28901
  startAdornment: hasAssignee ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28875
- _chunk4W7NYJ3Bcjs.SquareAvatar,
28902
+ _chunkBOCFIKYScjs.SquareAvatar,
28876
28903
  {
28877
28904
  src: currentAssignee.avatarSrc,
28878
28905
  alt: currentAssignee.name,
@@ -28891,7 +28918,7 @@ function DefaultAssigneeDropdown({
28891
28918
  if (hasAssignee) {
28892
28919
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: _chunkFIG2RKZFcjs.cn.call(void 0, "flex items-center gap-[var(--spacing-system-xs)] min-w-0", className), children: [
28893
28920
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28894
- _chunk4W7NYJ3Bcjs.SquareAvatar,
28921
+ _chunkBOCFIKYScjs.SquareAvatar,
28895
28922
  {
28896
28923
  src: currentAssignee.avatarSrc,
28897
28924
  alt: currentAssignee.name,
@@ -28965,7 +28992,7 @@ function TicketAttachmentsList({ attachments, className, size = "default" }) {
28965
28992
  ),
28966
28993
  children: [
28967
28994
  attachment.thumbnailSrc ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
28968
- _chunk4W7NYJ3Bcjs.SquareAvatar,
28995
+ _chunkBOCFIKYScjs.SquareAvatar,
28969
28996
  {
28970
28997
  src: attachment.thumbnailSrc,
28971
28998
  alt: attachment.fileName,
@@ -29049,7 +29076,7 @@ function TicketNoteCard({ note, onEdit, onDelete, className }) {
29049
29076
  ),
29050
29077
  children: [
29051
29078
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29052
- _chunk4W7NYJ3Bcjs.SquareAvatar,
29079
+ _chunkBOCFIKYScjs.SquareAvatar,
29053
29080
  {
29054
29081
  src: note.authorAvatar,
29055
29082
  alt: note.authorName,
@@ -29250,7 +29277,7 @@ function TicketInfoSection({
29250
29277
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "grid grid-cols-2 lg:grid-cols-[1fr_1fr_1fr_auto] gap-4 px-4 py-3 bg-ods-card border-b border-ods-border items-center", children: [
29251
29278
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 min-w-0", children: [
29252
29279
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29253
- _chunk4W7NYJ3Bcjs.SquareAvatar,
29280
+ _chunkBOCFIKYScjs.SquareAvatar,
29254
29281
  {
29255
29282
  src: _optionalChain([organization, 'optionalAccess', _592 => _592.imageSrc]),
29256
29283
  alt: _optionalChain([organization, 'optionalAccess', _593 => _593.name]),
@@ -29325,7 +29352,7 @@ function TicketInfoSection({
29325
29352
  expanded && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
29326
29353
  createdAt && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "grid grid-cols-2 gap-4 px-4 py-3 bg-ods-bg border-b border-ods-border items-center", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, InfoCell2, { value: createdAt, label: "Created" }) }),
29327
29354
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-4 p-4 bg-ods-bg border-b border-ods-border", children: [
29328
- description && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.SimpleMarkdownRenderer, { content: description }),
29355
+ description && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.SimpleMarkdownRenderer, { content: description }),
29329
29356
  attachments && attachments.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TicketDetailSection, { label: "Attachments", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TicketAttachmentsList, { attachments }) }),
29330
29357
  tags && tags.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TicketDetailSection, { label: "Tags", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-wrap gap-2 min-w-0", children: tags.map((tag) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkJ54Z3OCRcjs.Tag, { label: tag, variant: "outline", className: "max-w-full" }, tag)) }) }),
29331
29358
  (notes || onAddNote) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TicketDetailSection, { label: "Notes", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
@@ -29405,7 +29432,7 @@ function ImageGalleryModal({
29405
29432
  children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative flex items-center justify-center bg-black rounded-lg", children: [
29406
29433
  images.length > 1 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
29407
29434
  selectedImageIndex > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute left-4 top-1/2 -translate-y-1/2 z-[10000]", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29408
- _chunkXXI7BNB6cjs.Button,
29435
+ _chunkIE6OU3WQcjs.Button,
29409
29436
  {
29410
29437
  variant: "transparent",
29411
29438
  size: "small-legacy",
@@ -29415,7 +29442,7 @@ function ImageGalleryModal({
29415
29442
  }
29416
29443
  ) }),
29417
29444
  selectedImageIndex < images.length - 1 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute right-4 top-1/2 -translate-y-1/2 z-[10000]", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29418
- _chunkXXI7BNB6cjs.Button,
29445
+ _chunkIE6OU3WQcjs.Button,
29419
29446
  {
29420
29447
  variant: "transparent",
29421
29448
  size: "small-legacy",
@@ -29606,7 +29633,7 @@ function RoadmapCard({
29606
29633
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE_ROW} gap-2`, children: [
29607
29634
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE} min-w-0`, children: item.title }),
29608
29635
  item.status && item.status.trim().length > 0 ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29609
- _chunk4W7NYJ3Bcjs.StatusBadge,
29636
+ _chunkBOCFIKYScjs.StatusBadge,
29610
29637
  {
29611
29638
  text: item.status.toUpperCase(),
29612
29639
  colorScheme: _chunkKXCRGTRNcjs.getStatusColorScheme.call(void 0, item.status),
@@ -29684,7 +29711,7 @@ function RoadmapCard({
29684
29711
  ] }) })
29685
29712
  ] }),
29686
29713
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "hidden md:block", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29687
- _chunk4W7NYJ3Bcjs.StatusBadge,
29714
+ _chunkBOCFIKYScjs.StatusBadge,
29688
29715
  {
29689
29716
  text: item.status.toUpperCase(),
29690
29717
  colorScheme: _chunkKXCRGTRNcjs.getStatusColorScheme.call(void 0, item.status),
@@ -29693,7 +29720,7 @@ function RoadmapCard({
29693
29720
  ) })
29694
29721
  ] }),
29695
29722
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "md:hidden", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29696
- _chunk4W7NYJ3Bcjs.StatusBadge,
29723
+ _chunkBOCFIKYScjs.StatusBadge,
29697
29724
  {
29698
29725
  text: item.status.toUpperCase(),
29699
29726
  colorScheme: _chunkKXCRGTRNcjs.getStatusColorScheme.call(void 0, item.status),
@@ -29731,7 +29758,7 @@ function RoadmapCard({
29731
29758
  ] }),
29732
29759
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
29733
29760
  item.screenshots && item.screenshots.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29734
- _chunkXXI7BNB6cjs.Button,
29761
+ _chunkIE6OU3WQcjs.Button,
29735
29762
  {
29736
29763
  variant: "outline",
29737
29764
  size: "small-legacy",
@@ -29742,7 +29769,7 @@ function RoadmapCard({
29742
29769
  (() => {
29743
29770
  const figmaSafe = _chunkJ54Z3OCRcjs.safeHref.call(void 0, item.figmaUrl);
29744
29771
  return figmaSafe ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29745
- _chunkXXI7BNB6cjs.Button,
29772
+ _chunkIE6OU3WQcjs.Button,
29746
29773
  {
29747
29774
  variant: "outline",
29748
29775
  size: "small-legacy",
@@ -29753,7 +29780,7 @@ function RoadmapCard({
29753
29780
  ) : null;
29754
29781
  })(),
29755
29782
  item.targetVersion && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
29756
- _chunk4W7NYJ3Bcjs.StatusBadge,
29783
+ _chunkBOCFIKYScjs.StatusBadge,
29757
29784
  {
29758
29785
  text: `${item.targetVersion} VERSION`,
29759
29786
  className: "border border-ods-border"
@@ -30078,7 +30105,7 @@ function HubspotTicketCard({ item, variant = "compact", className, anchorProps }
30078
30105
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: `flex items-center gap-3 min-w-0 ${_nullishCoalesce(className, () => ( ""))}`, children: [
30079
30106
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-ods-text-primary text-sm font-medium truncate max-w-[260px] shrink-0", children: item.title }),
30080
30107
  item.preview ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-ods-text-secondary text-sm flex-1 min-w-0 truncate", children: item.preview }) : null,
30081
- statusText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.StatusBadge, { text: statusText, variant: "button", colorScheme: statusScheme(item.status) }) : null,
30108
+ statusText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.StatusBadge, { text: statusText, variant: "button", colorScheme: statusScheme(item.status) }) : null,
30082
30109
  dateText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-ods-text-secondary text-xs w-24 shrink-0 text-right", children: dateText }) : null
30083
30110
  ] });
30084
30111
  }
@@ -30095,7 +30122,7 @@ function HubspotTicketCard({ item, variant = "compact", className, anchorProps }
30095
30122
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex flex-wrap items-center gap-1.5 min-w-0", children: [
30096
30123
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE} shrink min-w-0`, children: item.title }),
30097
30124
  priorityText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
30098
- _chunk4W7NYJ3Bcjs.StatusBadge,
30125
+ _chunkBOCFIKYScjs.StatusBadge,
30099
30126
  {
30100
30127
  text: priorityText,
30101
30128
  variant: "button",
@@ -30104,7 +30131,7 @@ function HubspotTicketCard({ item, variant = "compact", className, anchorProps }
30104
30131
  }
30105
30132
  ) : null,
30106
30133
  statusText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
30107
- _chunk4W7NYJ3Bcjs.StatusBadge,
30134
+ _chunkBOCFIKYScjs.StatusBadge,
30108
30135
  {
30109
30136
  text: statusText,
30110
30137
  variant: "button",
@@ -30176,7 +30203,7 @@ function DataRoomDocCard({ item, className, badgeText, anchorProps }) {
30176
30203
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: _chunkJ54Z3OCRcjs.COMPACT_CARD_TEXT_COL, children: [
30177
30204
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex flex-wrap items-center gap-1.5 min-w-0", children: [
30178
30205
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE} shrink min-w-0`, children: item.title }),
30179
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.StatusBadge, { text: badgeText, variant: "button", colorScheme: "cyan", className: "shrink-0" })
30206
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.StatusBadge, { text: badgeText, variant: "button", colorScheme: "cyan", className: "shrink-0" })
30180
30207
  ] }),
30181
30208
  item.path ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex min-w-0 items-center gap-1 text-[11px] leading-4 text-ods-text-secondary", children: [
30182
30209
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "shrink-0 text-ods-text-secondary/70", children: "Path:" }),
@@ -31779,7 +31806,7 @@ function cleanEscapedString(input) {
31779
31806
  }
31780
31807
 
31781
31808
  // src/components/chat/entity-cards/program-card.tsx
31782
- _chunkXXI7BNB6cjs.init_button.call(void 0, );
31809
+ _chunkIE6OU3WQcjs.init_button.call(void 0, );
31783
31810
 
31784
31811
  _chunkFIG2RKZFcjs.init_cn.call(void 0, );
31785
31812
 
@@ -31903,13 +31930,13 @@ function ProgramCard({
31903
31930
  wholeCardClickable = false,
31904
31931
  className
31905
31932
  }) {
31906
- const { target, rel } = _chunk4W7NYJ3Bcjs.useEntityCardLink.call(void 0, {
31933
+ const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
31907
31934
  href,
31908
31935
  targetPlatform,
31909
31936
  target: targetProp,
31910
31937
  rel: relProp
31911
31938
  });
31912
- const placeholderUrl = _chunk4W7NYJ3Bcjs.useEntityCardPlaceholder.call(void 0, {
31939
+ const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
31913
31940
  title: item.title,
31914
31941
  placeholderUrl: placeholderUrlProp,
31915
31942
  aspect: size === "sm" ? "square" : "wide"
@@ -32027,7 +32054,7 @@ function ProgramCard({
32027
32054
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex-1", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-['DM_Sans'] text-sm md:text-base text-ods-text-secondary leading-relaxed line-clamp-3 min-h-[4.5rem]", children: item.description }) })
32028
32055
  ] }),
32029
32056
  hosts.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "md:text-right", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-wrap md:justify-end gap-2", children: hosts.map((host, index) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
32030
- _chunk4W7NYJ3Bcjs.SquareAvatar,
32057
+ _chunkBOCFIKYScjs.SquareAvatar,
32031
32058
  {
32032
32059
  variant: "round",
32033
32060
  src: host.avatar || void 0,
@@ -32077,7 +32104,7 @@ function ProgramCard({
32077
32104
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "a", { href, target, rel, className: "block", "aria-label": `Open ${item.title}`, children: cardHeader }),
32078
32105
  images.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, MediaGallery, { images, title: item.title }),
32079
32106
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "p-6 pt-0 mt-auto", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "pt-4 border-t border-ods-border", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
32080
- _chunkXXI7BNB6cjs.Button,
32107
+ _chunkIE6OU3WQcjs.Button,
32081
32108
  {
32082
32109
  variant: "outline",
32083
32110
  size: "small-legacy",
@@ -32138,7 +32165,7 @@ function GenericEntityCard({ item, className, anchorProps }) {
32138
32165
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex flex-wrap items-center gap-1.5 min-w-0", children: [
32139
32166
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE} shrink min-w-0`, children: item.title }),
32140
32167
  item.badge ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
32141
- _chunk4W7NYJ3Bcjs.StatusBadge,
32168
+ _chunkBOCFIKYScjs.StatusBadge,
32142
32169
  {
32143
32170
  text: item.badge.text,
32144
32171
  variant: "button",
@@ -32299,7 +32326,7 @@ function MingoInfoCard({
32299
32326
  children: [
32300
32327
  isAnchor ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "a", { ...anchorProps, className: _chunkFIG2RKZFcjs.cn.call(void 0, contentClass, "no-underline"), children: content }) : onClick ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "button", { type: "button", onClick, className: contentClass, children: content }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: contentClass, children: content }),
32301
32328
  hasMenu && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
32302
- _chunk4W7NYJ3Bcjs.ActionsMenuDropdown,
32329
+ _chunkBOCFIKYScjs.ActionsMenuDropdown,
32303
32330
  {
32304
32331
  groups: menuGroups,
32305
32332
  triggerAriaLabel: menuAriaLabel,
@@ -32366,7 +32393,7 @@ function GitHubChatCard({
32366
32393
  description,
32367
32394
  icon: githubKindIcon(kind),
32368
32395
  status,
32369
- anchorProps: _chunk4W7NYJ3Bcjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32396
+ anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32370
32397
  menuGroups: cardMenuGroups(chatRef.url, discuss),
32371
32398
  menuAriaLabel: "Activity actions"
32372
32399
  }
@@ -32426,7 +32453,7 @@ function HubspotTicketChatCard({
32426
32453
  description: _nullishCoalesce(chatRef.preview, () => ( void 0)),
32427
32454
  icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.TagIcon, { size: 24 }),
32428
32455
  status: statusText ? { label: statusText, variant: hubspotStatusToVariant(status) } : void 0,
32429
- anchorProps: _chunk4W7NYJ3Bcjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32456
+ anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32430
32457
  menuGroups: cardMenuGroups(chatRef.url, discuss, {
32431
32458
  label: "Open Ticket Details",
32432
32459
  icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.TagIcon, { size: 20 })
@@ -32449,7 +32476,7 @@ function FaqChatCard({
32449
32476
  description: _nullishCoalesce(chatRef.preview, () => ( void 0)),
32450
32477
  icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.QuestionCircleIcon, { size: 24 }),
32451
32478
  status: { label: statusLabel, variant: "grey" },
32452
- anchorProps: _chunk4W7NYJ3Bcjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32479
+ anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32453
32480
  menuGroups: cardMenuGroups(chatRef.url, discuss),
32454
32481
  menuAriaLabel: "FAQ actions"
32455
32482
  }
@@ -32469,7 +32496,7 @@ function SlackChatCard({
32469
32496
  title,
32470
32497
  description: _nullishCoalesce(chatRef.preview, () => ( void 0)),
32471
32498
  icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.SlackLogoGreyIcon, { size: 24 }),
32472
- anchorProps: _chunk4W7NYJ3Bcjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32499
+ anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32473
32500
  menuGroups: cardMenuGroups(chatRef.url, discuss),
32474
32501
  menuAriaLabel: "Message actions"
32475
32502
  }
@@ -32488,7 +32515,7 @@ function DataRoomDocChatCard({
32488
32515
  description: _nullishCoalesce(chatRef.preview, () => ( void 0)),
32489
32516
  icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.FileContentIcon, { size: 24 }),
32490
32517
  status: { label: badgeText, variant: "grey" },
32491
- anchorProps: _chunk4W7NYJ3Bcjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32518
+ anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32492
32519
  menuGroups: cardMenuGroups(chatRef.url, discuss),
32493
32520
  menuAriaLabel: "Document actions"
32494
32521
  }
@@ -32507,7 +32534,7 @@ function GenericFinancialChatCard({
32507
32534
  title: chatRef.title,
32508
32535
  description: subtitle,
32509
32536
  icon,
32510
- anchorProps: _chunk4W7NYJ3Bcjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32537
+ anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32511
32538
  menuGroups: cardMenuGroups(chatRef.url, discuss),
32512
32539
  menuAriaLabel: "Document actions"
32513
32540
  }
@@ -32630,7 +32657,7 @@ function EntityMingoCard({
32630
32657
  imageAlt: typeof title === "string" ? title : void 0,
32631
32658
  icon: fallbackIcon,
32632
32659
  status,
32633
- anchorProps: _chunk4W7NYJ3Bcjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32660
+ anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
32634
32661
  menuGroups: cardMenuGroups(chatRef.url, discuss),
32635
32662
  menuAriaLabel
32636
32663
  }
@@ -33144,7 +33171,7 @@ var CHAT_CARD_REGISTRY = {
33144
33171
  bareInline: true,
33145
33172
  // "Display" affordance (verbatim guide body) instead of "Ask".
33146
33173
  displayAction: true,
33147
- skeleton: () => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk4W7NYJ3Bcjs.OnboardingGuideCardSkeleton, { size: "sm" }),
33174
+ skeleton: () => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.OnboardingGuideCardSkeleton, { size: "sm" }),
33148
33175
  render: (item, chatRef, opts) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
33149
33176
  OnboardingGuideChatCard,
33150
33177
  {
@@ -33239,7 +33266,7 @@ function ChatCardLoader({
33239
33266
  ...resolvedChatRef,
33240
33267
  url: _chunkJ54Z3OCRcjs.safeHref.call(void 0, fetchEntry.fallbackHref(item))
33241
33268
  } : resolvedChatRef;
33242
- const isNewTab = _chunk4W7NYJ3Bcjs.computeIsNewTab.call(void 0, runtime, finalChatRef.url, _nullishCoalesce(finalChatRef.targetPlatform, () => ( null)));
33269
+ const isNewTab = _chunkBOCFIKYScjs.computeIsNewTab.call(void 0, runtime, finalChatRef.url, _nullishCoalesce(finalChatRef.targetPlatform, () => ( null)));
33243
33270
  const useDisplay = !!entry.displayAction && !!onDisplay;
33244
33271
  const discussFn = useDisplay ? onDisplay : onDiscuss;
33245
33272
  const discuss = discussFn ? {
@@ -37811,7 +37838,7 @@ var VisuallyHidden = React114.forwardRef(
37811
37838
  VisuallyHidden.displayName = NAME;
37812
37839
 
37813
37840
  // src/components/chat/embeddable-chat.tsx
37814
- _chunkXXI7BNB6cjs.init_button2.call(void 0, );
37841
+ _chunkIE6OU3WQcjs.init_button2.call(void 0, );
37815
37842
 
37816
37843
 
37817
37844
  // src/components/chat/hooks/use-chat-dialog-manager.ts
@@ -38026,7 +38053,7 @@ function SourceChip({
38026
38053
  const Icon2 = cta.icon;
38027
38054
  const icon = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Icon2, { className: "h-3.5 w-3.5" });
38028
38055
  const chipClass = chatChipClass({ tone: "secondary" });
38029
- const decideTab = (href, targetPlatform) => _chunk4W7NYJ3Bcjs.computeIsNewTab.call(void 0, runtime, href, targetPlatform);
38056
+ const decideTab = (href, targetPlatform) => _chunkBOCFIKYScjs.computeIsNewTab.call(void 0, runtime, href, targetPlatform);
38030
38057
  if (src.items && src.items.length > 0) {
38031
38058
  const dropdownItems = src.items.map((item) => {
38032
38059
  const itemCta = _chunkJ54Z3OCRcjs.resolveSourceRowCTA.call(void 0,
@@ -38115,7 +38142,7 @@ function SourceChip({
38115
38142
  "a",
38116
38143
  {
38117
38144
  href: resolvedHref,
38118
- ..._chunk4W7NYJ3Bcjs.newTabAnchorAttrs.call(void 0, isNewTab),
38145
+ ..._chunkBOCFIKYScjs.newTabAnchorAttrs.call(void 0, isNewTab),
38119
38146
  onClick: buildClickHandler(resolvedHref, null, _nullishCoalesce(cta.targetPlatform, () => ( null)), isNewTab),
38120
38147
  className: chipClass,
38121
38148
  children: chipBody(src.name)
@@ -38131,7 +38158,7 @@ function SourceChip({
38131
38158
  "a",
38132
38159
  {
38133
38160
  href: resolvedHref,
38134
- ..._chunk4W7NYJ3Bcjs.newTabAnchorAttrs.call(void 0, isNewTab),
38161
+ ..._chunkBOCFIKYScjs.newTabAnchorAttrs.call(void 0, isNewTab),
38135
38162
  onClick: buildClickHandler(resolvedHref, src.path, _nullishCoalesce(cta.targetPlatform, () => ( null)), isNewTab),
38136
38163
  className: chipClass,
38137
38164
  title: displayName,
@@ -38261,7 +38288,7 @@ function EmbeddableChatInner({
38261
38288
  }
38262
38289
  }
38263
38290
  }, [open, onOpenChange]);
38264
- const [isOpen = false, setIsOpen] = _chunk4W7NYJ3Bcjs.useControllableState.call(void 0, {
38291
+ const [isOpen = false, setIsOpen] = _chunkBOCFIKYScjs.useControllableState.call(void 0, {
38265
38292
  prop: open,
38266
38293
  defaultProp: _nullishCoalesce(defaultOpen, () => ( false)),
38267
38294
  onChange: onOpenChange
@@ -38673,7 +38700,7 @@ function EmbeddableChatInner({
38673
38700
  return { cited, uncited };
38674
38701
  }, [lastAssistantMsg, chatLoading]);
38675
38702
  const [portalHost, setPortalHost] = _react.useState.call(void 0, null);
38676
- const body = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkXXI7BNB6cjs.PortalContainerContext.Provider, { value: portalHost, children: [
38703
+ const body = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkIE6OU3WQcjs.PortalContainerContext.Provider, { value: portalHost, children: [
38677
38704
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
38678
38705
  "div",
38679
38706
  {
@@ -38967,7 +38994,7 @@ function EmbeddableChatInner({
38967
38994
  "aria-hidden": isOpen,
38968
38995
  className: `sticky bottom-0 h-0 z-[9990] pointer-events-none ${isOpen ? "opacity-0" : "opacity-100"}`,
38969
38996
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute bottom-4 md:bottom-6 right-4 md:right-6", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
38970
- _chunkXXI7BNB6cjs.Button,
38997
+ _chunkIE6OU3WQcjs.Button,
38971
38998
  {
38972
38999
  onClick: handleOpen,
38973
39000
  leftIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkLGLPNWS6cjs.MingoIcon, { className: "h-5 w-5", color: "currentColor" }),
@@ -39563,4 +39590,4 @@ function EmbeddableChatInner({
39563
39590
 
39564
39591
 
39565
39592
  exports.Label = Label; exports.AllowedDomainsInput = AllowedDomainsInput; exports.Autocomplete = Autocomplete; exports.CheckboxBlock = CheckboxBlock; exports.CheckboxWithDescription = CheckboxWithDescription; exports.Select = Select; exports.SelectGroup = SelectGroup; exports.SelectValue = SelectValue; exports.SelectTrigger = SelectTrigger; exports.SelectScrollUpButton = SelectScrollUpButton; exports.SelectScrollDownButton = SelectScrollDownButton; exports.SelectContent = SelectContent; exports.SelectLabel = SelectLabel; exports.SelectItem = SelectItem; exports.SelectSeparator = SelectSeparator; exports.DatePicker = DatePicker; exports.DatePickerInput = DatePickerInput; exports.DatePickerInputSimple = DatePickerInputSimple; exports.HoneypotField = HoneypotField; exports.ProgressBar = ProgressBar; exports.InfoCard = InfoCard; exports.InfoRow = InfoRow; exports.InputTrigger = InputTrigger; exports.InteractiveCard = InteractiveCard; exports.MediaTypeSelector = MediaTypeSelector; exports.noDataIconClasses = noDataIconClasses; exports.noDataActionsVariants = noDataActionsVariants; exports.NoDataMessage = NoDataMessage; exports.NoDataAction = NoDataAction; exports.NoDataActions = NoDataActions; exports.NoData = NoData; exports.PageLoader = PageLoader; exports.CompactPageLoader = CompactPageLoader; exports.RadioGroup = RadioGroup; exports.RadioGroupItem = RadioGroupItem; exports.RadioGroupBlock = RadioGroupBlock; exports.Switch = Switch; exports.badgeVariants = badgeVariants; exports.Badge = Badge; exports.TagsInput = TagsInput; exports.TagsManager = TagsManager; exports.Textarea = Textarea; exports.AlertDialog = AlertDialog; exports.AlertDialogTrigger = AlertDialogTrigger; exports.AlertDialogPortal = AlertDialogPortal; exports.AlertDialogOverlay = AlertDialogOverlay; exports.AlertDialogContent = AlertDialogContent; exports.AlertDialogHeader = AlertDialogHeader; exports.AlertDialogFooter = AlertDialogFooter; exports.AlertDialogTitle = AlertDialogTitle; exports.AlertDialogDescription = AlertDialogDescription; exports.AlertDialogAction = AlertDialogAction; exports.AlertDialogCancel = AlertDialogCancel; exports.AspectRatio = AspectRatio; exports.Dialog = Dialog; exports.DialogTrigger = DialogTrigger; exports.DialogPortal = DialogPortal; exports.DialogClose = DialogClose; exports.DialogOverlay = DialogOverlay; exports.DialogContent = DialogContent; exports.DialogHeader = DialogHeader; exports.DialogFooter = DialogFooter; exports.DialogTitle = DialogTitle; exports.DialogDescription = DialogDescription; exports.ImageGalleryModal = ImageGalleryModal; exports.Modal = Modal2; exports.ModalContent = ModalContent2; exports.ModalHeader = ModalHeader2; exports.ModalTitle = ModalTitle2; exports.ModalFooter = ModalFooter2; exports.Modal2 = Modal; exports.ModalContent2 = ModalContent; exports.ModalHeader2 = ModalHeader; exports.ModalTitle2 = ModalTitle; exports.ModalFooter2 = ModalFooter; exports.Separator = Separator2; exports.Sheet = Sheet; exports.SheetTrigger = SheetTrigger; exports.SheetClose = SheetClose; exports.SheetPortal = SheetPortal; exports.SheetOverlay = SheetOverlay; exports.SheetContent = SheetContent; exports.SheetHeader = SheetHeader; exports.SheetFooter = SheetFooter; exports.SheetTitle = SheetTitle; exports.SheetDescription = SheetDescription; exports.Drawer = Drawer; exports.DrawerTrigger = DrawerTrigger; exports.DrawerClose = DrawerClose; exports.DrawerPortal = DrawerPortal; exports.DrawerOverlay = DrawerOverlay; exports.DrawerContent = DrawerContent; exports.DrawerHeader = DrawerHeader; exports.DrawerTitle = DrawerTitle; exports.DrawerDescription = DrawerDescription; exports.DrawerBody = DrawerBody; exports.DrawerFooter = DrawerFooter; exports.Accordion = Accordion; exports.AccordionItem = AccordionItem; exports.AccordionTrigger = AccordionTrigger; exports.AccordionContent = AccordionContent; exports.Breadcrumb = Breadcrumb; exports.BreadcrumbList = BreadcrumbList; exports.BreadcrumbItem = BreadcrumbItem; exports.BreadcrumbLink = BreadcrumbLink; exports.BreadcrumbPage = BreadcrumbPage; exports.BreadcrumbSeparator = BreadcrumbSeparator; exports.BreadcrumbEllipsis = BreadcrumbEllipsis; exports.MenubarMenu = MenubarMenu; exports.MenubarGroup = MenubarGroup; exports.MenubarPortal = MenubarPortal; exports.MenubarSub = MenubarSub; exports.MenubarRadioGroup = MenubarRadioGroup; exports.Menubar = Menubar; exports.MenubarTrigger = MenubarTrigger; exports.MenubarSubTrigger = MenubarSubTrigger; exports.MenubarSubContent = MenubarSubContent; exports.MenubarContent = MenubarContent; exports.MenubarItem = MenubarItem; exports.MenubarCheckboxItem = MenubarCheckboxItem; exports.MenubarRadioItem = MenubarRadioItem; exports.MenubarLabel = MenubarLabel; exports.MenubarSeparator = MenubarSeparator; exports.MenubarShortcut = MenubarShortcut; exports.NavigationMenu = NavigationMenu; exports.NavigationMenuList = NavigationMenuList; exports.NavigationMenuItem = NavigationMenuItem; exports.navigationMenuTriggerStyle = navigationMenuTriggerStyle; exports.NavigationMenuTrigger = NavigationMenuTrigger; exports.NavigationMenuContent = NavigationMenuContent; exports.NavigationMenuLink = NavigationMenuLink; exports.NavigationMenuViewport = NavigationMenuViewport; exports.NavigationMenuIndicator = NavigationMenuIndicator; exports.TabContent = TabContent; exports.TabNavigation = TabNavigation; exports.getTabById = getTabById; exports.getTabComponent = getTabComponent; exports.Alert = Alert; exports.AlertTitle = AlertTitle; exports.AlertDescription = AlertDescription; exports.Progress = Progress; exports.ReleaseChangelogSection = ReleaseChangelogSection; exports.StatusIndicator = StatusIndicator; exports.HoverDropdown = HoverDropdown; exports.ApprovalRequestMessage = ApprovalRequestMessage; exports.ExpandChevron = ExpandChevron; exports.useCollapsible = useCollapsible; exports.getCommandText = getCommandText; exports.ArgRow = ArgRow; exports.ResultBlock = ResultBlock; exports.ApprovalBatchMessage = ApprovalBatchMessage; exports.ContextCompactionDisplay = ContextCompactionDisplay; exports.ThinkingDisplay = ThinkingDisplay; exports.ErrorMessageDisplay = ErrorMessageDisplay; exports.ColorSwatch = ColorSwatch; exports.resolveTicketStatus = resolveTicketStatus; exports.getTicketStatusConfig = getTicketStatusConfig; exports.getTicketStatusTag = getTicketStatusTag; exports.kindToCanonicalStatus = kindToCanonicalStatus; exports.usesCanonicalStatusStyle = usesCanonicalStatusStyle; exports.resolveStatusTagProps = resolveStatusTagProps; exports.TicketStatusTag = TicketStatusTag; exports.ChatContainer = ChatContainer; exports.ChatHeader = ChatHeader; exports.ChatContent = ChatContent; exports.ChatFooter = ChatFooter; exports.ChatTypingIndicator = ChatTypingIndicator; exports.MingoOnboardingCard = MingoOnboardingCard; exports.ONBOARDING_ICONS = ONBOARDING_ICONS; exports.resolveOnboardingIcon = resolveOnboardingIcon; exports.ONBOARDING_ICON_OPTIONS = ONBOARDING_ICON_OPTIONS; exports.SlashCommandSuggestions = SlashCommandSuggestions; exports.ChatInput = ChatInput; exports.ToolExecutionDisplay = ToolExecutionDisplay; exports.remarkCardLinks = remarkCardLinks; exports.remarkMentionChips = remarkMentionChips; exports.BlockCard = BlockCard; exports.CONTEXT_ROW_CLASS = CONTEXT_ROW_CLASS; exports.CONTEXT_ICON_CLASS = CONTEXT_ICON_CLASS; exports.CONTEXT_LABEL_CLASS = CONTEXT_LABEL_CLASS; exports.CONTEXT_BACK_CLASS = CONTEXT_BACK_CLASS; exports.CONTEXT_STATE_CLASS = CONTEXT_STATE_CLASS; exports.ContextMenuRow = ContextMenuRow; exports.ContextItemsSkeleton = ContextItemsSkeleton; exports.ContextItemsList = ContextItemsList; exports.ContextErrorBoundary = ContextErrorBoundary; exports.CHAT_CONTEXT_ITEMS_DEFAULT_MAX = CHAT_CONTEXT_ITEMS_DEFAULT_MAX; exports.ChatComposerPlusMenu = ChatComposerPlusMenu; exports.ChatContextPicker = ChatContextPicker; exports.ChatContextChipStrip = ChatContextChipStrip; exports.MemoizedChatMessageEnhanced = MemoizedChatMessageEnhanced; exports.ChatMessageSkeleton = ChatMessageSkeleton; exports.ChatMessageListSkeleton = ChatMessageListSkeleton; exports.ChatMessageList = ChatMessageList; exports.useProxiedImageUrl = useProxiedImageUrl; exports.ChatMessageRow = ChatMessageRow; exports.ChatMessageRowSkeleton = ChatMessageRowSkeleton; exports.ChatQuickAction = ChatQuickAction; exports.ChatQuickActionRow = ChatQuickActionRow; exports.ChatQuickActionRowSkeleton = ChatQuickActionRowSkeleton; exports.ChatTicketItem = ChatTicketItem; exports.ChatTicketList = ChatTicketList; exports.MingoOnboardingCardSkeleton = MingoOnboardingCardSkeleton; exports.MingoOnboardingListSkeleton = MingoOnboardingListSkeleton; exports.MingoChatHistorySkeleton = MingoChatHistorySkeleton; exports.MingoChatHistory = MingoChatHistory; exports.MingoWelcome = MingoWelcome; exports.GuideWelcome = GuideWelcome; exports.TooltipProvider = TooltipProvider; exports.Tooltip = Tooltip; exports.TooltipTrigger = TooltipTrigger; exports.TooltipContent = TooltipContent; exports.GuideModeBanner = GuideModeBanner; exports.RenameChatModal = RenameChatModal; exports.ArchiveChatModal = ArchiveChatModal; exports.UnarchiveChatModal = UnarchiveChatModal; exports.ChatDialogModals = ChatDialogModals; exports.ChatHeaderIconButton = ChatHeaderIconButton; exports.COMPACT_HEADER_BUTTON = COMPACT_HEADER_BUTTON; exports.ChatPanelHeader = ChatPanelHeader; exports.CHAT_ATTACHMENT_MIME_TYPES = CHAT_ATTACHMENT_MIME_TYPES; exports.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER = CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER; exports.ChatAttachmentAddButton = ChatAttachmentAddButton; exports.ChatAttachmentChipStrip = ChatAttachmentChipStrip; exports.HoverCard = HoverCard; exports.HoverCardTrigger = HoverCardTrigger; exports.HoverCardContent = HoverCardContent; exports.ModelDisplay = ModelDisplay; exports.ModelDisplaySkeleton = ModelDisplaySkeleton; exports.ChatComposer = ChatComposer; exports.ChatArchivePage = ChatArchivePage; exports.DialogListItem = DialogListItem; exports.ChatSidebar = ChatSidebar; exports.executeNavigation = executeNavigation; exports.executeNavigationImperative = executeNavigationImperative; exports.handleChatNavClick = handleChatNavClick; exports.NavLinkAnchorViaRuntime = NavLinkAnchorViaRuntime; exports.SourceActionButton = SourceActionButton; exports.FlamingoLogo = FlamingoLogo; exports.OpenmspLogo = OpenmspLogo; exports.PlatformBadge = PlatformBadge; exports.AdminContentCard = AdminContentCard; exports.getProxiedImageUrl = getProxiedImageUrl2; exports.WhatIShippedCard = WhatIShippedCard; exports.WhatIShippedCardSkeleton = WhatIShippedCardSkeleton; exports.ChatVideoEntityCard = ChatVideoEntityCard; exports.ProductReleaseCard = ProductReleaseCard; exports.ProductReleaseCardSkeleton = ProductReleaseCardSkeleton; exports.defaultBuildProductReleaseCardProps = defaultBuildProductReleaseCardProps; exports.buildProductReleaseCardProps = buildProductReleaseCardProps; exports.BlogCardSkeleton = BlogCardSkeleton; exports.BlogCard = BlogCard; exports.CaseStudyCardSkeleton = CaseStudyCardSkeleton; exports.CaseStudyCard = CaseStudyCard; exports.CustomerInterviewCardSkeleton = CustomerInterviewCardSkeleton; exports.CustomerInterviewCard = CustomerInterviewCard; exports.formatInvestorUpdatePeriod = formatInvestorUpdatePeriod; exports.InvestorUpdateCardSkeleton = InvestorUpdateCardSkeleton; exports.InvestorUpdateCard = InvestorUpdateCard; exports.RoadmapVoteButton = RoadmapVoteButton; exports.TaskTypeIcon = TaskTypeIcon; exports.RoadmapCardSkeleton = RoadmapCardSkeleton; exports.RoadmapCard = RoadmapCard; exports.GitHubActivityCard = GitHubActivityCard; exports.GitHubActivityCardSkeleton = GitHubActivityCardSkeleton; exports.SlackMessageCard = SlackMessageCard; exports.SlackMessageCardSkeleton = SlackMessageCardSkeleton; exports.HubspotTicketCard = HubspotTicketCard; exports.HubspotTicketCardSkeleton = HubspotTicketCardSkeleton; exports.DataRoomDocCard = DataRoomDocCard; exports.DataRoomDocCardSkeleton = DataRoomDocCardSkeleton; exports.ProgramCardSkeleton = ProgramCardSkeleton; exports.ProgramCard = ProgramCard; exports.CampaignCardAdmin = CampaignCardAdmin; exports.CampaignCardAdminSkeleton = CampaignCardAdminSkeleton; exports.GenericEntityCard = GenericEntityCard; exports.GenericEntityCardSkeleton = GenericEntityCardSkeleton; exports.useChatCardItem = useChatCardItem; exports.ChatCardLoader = ChatCardLoader; exports.renderChatInlineEntityCard = renderChatInlineEntityCard; exports.CHAT_TYPE = CHAT_TYPE; exports.OWNER_TYPE = OWNER_TYPE; exports.MESSAGE_ROLE = MESSAGE_ROLE; exports.ASSISTANT_TYPE = ASSISTANT_TYPE; exports.AUTHOR_TYPE = AUTHOR_TYPE; exports.APPROVAL_STATUS = APPROVAL_STATUS; exports.CONNECTION_STATUS = CONNECTION_STATUS; exports.buildChatRefKey = buildChatRefKey; exports.isStructuredContent = isStructuredContent; exports.normalizeContent = normalizeContent2; exports.NETWORK_CONFIG = NETWORK_CONFIG; exports.transformEventToProgram = transformEventToProgram; exports.transformPodcastToProgram = transformPodcastToProgram; exports.transformWebinarToProgram = transformWebinarToProgram; exports.useChunkCatchup = useChunkCatchup; exports.useJetStreamDialogSubscription = useJetStreamDialogSubscription; exports.useNatsDialogSubscription = useNatsDialogSubscription; exports.buildNatsWsUrl = buildNatsWsUrl; exports.parseChunkToAction = parseChunkToAction; exports.isControlChunk = isControlChunk; exports.isErrorChunk = isErrorChunk; exports.isMetadataChunk = isMetadataChunk; exports.extractTextFromChunk = extractTextFromChunk; exports.MessageSegmentAccumulator = MessageSegmentAccumulator; exports.createMessageSegmentAccumulator = createMessageSegmentAccumulator; exports.useRealtimeChunkProcessor = useRealtimeChunkProcessor; exports.fetchSlashCommands = fetchSlashCommands; exports.useSlashCommands = useSlashCommands; exports.useSlashCommandRegistry = useSlashCommandRegistry; exports.fetchEmptyStateConfig = fetchEmptyStateConfig; exports.useEmptyStateConfig = useEmptyStateConfig; exports.useChatAttachments = useChatAttachments; exports.useChatAttachmentImageGallery = useChatAttachmentImageGallery; exports.ChatIdentityProvider = ChatIdentityProvider; exports.useChatIdentity = useChatIdentity; exports.useCloseOnNavigation = useCloseOnNavigation; exports.useSSE = useSSE; exports.useChat = useChat; exports.useSseChatAdapter = useSseChatAdapter; exports.processHistoricalMessages = processHistoricalMessages; exports.extractErrorMessages = extractErrorMessages; exports.processHistoricalMessagesWithErrors = processHistoricalMessagesWithErrors; exports.useNatsChatAdapter = useNatsChatAdapter; exports.useUnifiedChat = useUnifiedChat; exports.extractIncompleteMessageState = extractIncompleteMessageState; exports.SYNTHETIC_REALTIME_ID_PREFIXES = SYNTHETIC_REALTIME_ID_PREFIXES; exports.flattenMessagePagesChronological = flattenMessagePagesChronological; exports.maxPersistedStreamSeq = maxPersistedStreamSeq; exports.mergeHistoryWithRealtime = mergeHistoryWithRealtime; exports.computeHistoryPrepend = computeHistoryPrepend; exports.CHIP_ACTION_BUTTON_CLASS = CHIP_ACTION_BUTTON_CLASS; exports.chatChipClass = chatChipClass; exports.EmbeddableChat = EmbeddableChat; exports.FilterCheckboxItem = FilterCheckboxItem; exports.TagKeyValueFilter = TagKeyValueFilter; exports.FilterModal = FilterModal; exports.PageContainer = PageContainer; exports.ListPageContainer = ListPageContainer; exports.DetailPageContainer = DetailPageContainer; exports.FormPageContainer = FormPageContainer; exports.ContentPageContainer = ContentPageContainer; exports.ListPageLayout = ListPageLayout; exports.toggleVariants = toggleVariants; exports.Toggle = Toggle; exports.ToggleGroup = ToggleGroup; exports.ToggleGroupItem = ToggleGroupItem; exports.BenefitCard = BenefitCard; exports.BenefitCardGrid = BenefitCardGrid; exports.BrandAssociationCard = BrandAssociationCard; exports.BrandAssociationGrid = BrandAssociationGrid; exports.BulletList = BulletList; exports.ChevronButton = ChevronButton; exports.CircularProgress = CircularProgress; exports.CheckIcon = CheckIcon2; exports.XIcon = XIcon; exports.MinusIcon = MinusIcon; exports.CheckCircleIcon = CheckCircleIcon2; exports.XCircleIcon = XCircleIcon; exports.FloatingTooltip = FloatingTooltip; exports.DashboardInfoCard = DashboardInfoCard; exports.OSTypeBadge = OSTypeBadge; exports.OSTypeIcon = OSTypeIcon; exports.OSTypeLabel = OSTypeLabel; exports.DeviceCard = DeviceCard; exports.DeviceCardCompact = DeviceCardCompact; exports.FeatureCardGrid = FeatureCardGrid; exports.FeatureList = FeatureList; exports.TruncateText = TruncateText; exports.HighlightCard = HighlightCard; exports.HighlightCardGrid = HighlightCardGrid; exports.IconsBlock = IconsBlock; exports.DropdownButton = DropdownButton; exports.MoreActionsMenu = MoreActionsMenu; exports.OrganizationCard = OrganizationCard; exports.ServiceCard = ServiceCard; exports.Slider = Slider; exports.TabSelector = TabSelector; exports.TitleContentBlock = TitleContentBlock; exports.ContentLoader = ContentLoader; exports.CardLoader = CardLoader; exports.FormLoader = FormLoader; exports.DetailLoader = DetailLoader; exports.ListLoader = ListLoader; exports.Pagination = Pagination; exports.PaginationContent = PaginationContent; exports.PaginationItem = PaginationItem; exports.PaginationLink = PaginationLink; exports.PaginationEllipsis = PaginationEllipsis; exports.PaginationPrevious = PaginationPrevious; exports.PaginationNext = PaginationNext; exports.init_pagination = init_pagination; exports.CursorPagination = CursorPagination; exports.CursorPaginationSimple = CursorPaginationSimple; exports.TableEmptyState = TableEmptyState; exports.DynamicThemeProvider = DynamicThemeProvider; exports.useDynamicTheme = useDynamicTheme; exports.THEME_STORAGE_KEY = THEME_STORAGE_KEY; exports.THEME_ATTRIBUTE = THEME_ATTRIBUTE; exports.DEFAULT_THEME = DEFAULT_THEME; exports.ThemeProvider = ThemeProvider; exports.useTheme = useTheme; exports.useThemeToggle = useThemeToggle; exports.ArrayEntryManager = ArrayEntryManager; exports.ProviderButton = ProviderButton; exports.AuthProvidersList = AuthProvidersList; exports.ChangelogManager = ChangelogManager; exports.ChangelogSectionsManager = ChangelogSectionsManager; exports.ClickUpTasksManager = ClickUpTasksManager; exports.CommandBox = CommandBox; exports.ErrorBoundary = ErrorBoundary; exports.SectionSelector = SectionSelector; exports.FigmaPrototypeViewer = FigmaPrototypeViewer; exports.FiltersDropdown = FiltersDropdown; exports.useFiltersDropdown = useFiltersDropdown; exports.GitHubReleasesManager = GitHubReleasesManager; exports.KnowledgeBaseLinksManager = KnowledgeBaseLinksManager; exports.LoadingProvider = LoadingProvider; exports.useLoading = useLoading; exports.MediaGalleryManager = MediaGalleryManager; exports.MoreAboutButton = MoreAboutButton; exports.OSTypeBadgeGroup = OSTypeBadgeGroup; exports.ParallaxImageShowcase = ParallaxImageShowcase; exports.PathsDisplay = PathsDisplay; exports.OPENFRAME_PATHS = OPENFRAME_PATHS; exports.getOpenFramePaths = getOpenFramePaths; exports.PlatformFilterComponent = PlatformFilterComponent; exports.PushButtonSelector = PushButtonSelector; exports.ReleaseMediaManager = ReleaseMediaManager; exports.SelectButton = SelectButton; exports.SEOEditorPreview = SEOEditorPreview; exports.SocialLinksManager = SocialLinksManager; exports.StartWithOpenFrameButton = StartWithOpenFrameButton; exports.StatusFilterComponent = StatusFilterComponent; exports.TagsSelector = TagsSelector; exports.VideoSourceSelector = VideoSourceSelector; exports.ConfidenceBadge = ConfidenceBadge; exports.TranscriptSummaryEditor = TranscriptSummaryEditor; exports.AIEnrichButton = AIEnrichButton; exports.AIWarningsSection = AIWarningsSection; exports.AIEnrichSection = AIEnrichSection; exports.HighlightVideoSection = HighlightVideoSection; exports.HighlightConfigSection = HighlightConfigSection; exports.EntitySummaryEditor = EntitySummaryEditor; exports.AIStatusIndicator = AIStatusIndicator; exports.AIRequiredBadge = AIRequiredBadge; exports.TranscribeSummarizeSection = TranscribeSummarizeSection; exports.VideoClipsSection = VideoClipsSection; exports.HighlightGenerationSection = HighlightGenerationSection; exports.HighlightVideoPreview = HighlightVideoPreview; exports.TranscribeAndSummarizeCombinedSection = TranscribeAndSummarizeCombinedSection; exports.HighlightVideoCombinedSection = HighlightVideoCombinedSection; exports.ViewToggle = ViewToggle; exports.PolicyConfigurationPanel = PolicyConfigurationPanel; exports.PhoneInput = PhoneInput; exports.WaitlistForm = WaitlistForm; exports.NotificationsProvider = NotificationsProvider; exports.useNotifications = useNotifications; exports.useOptionalNotifications = useOptionalNotifications; exports.NotificationTile = NotificationTile; exports.NotificationDrawer = NotificationDrawer; exports.NotificationPopups = NotificationPopups; exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE = ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE; exports.isApprovalNotification = isApprovalNotification; exports.getApprovalMeta = getApprovalMeta; exports.resolutionToStatus = resolutionToStatus; exports.approvalMetaToBatchData = approvalMetaToBatchData; exports.ApprovalRequestNotificationTile = ApprovalRequestNotificationTile; exports.TimeTrackerProvider = TimeTrackerProvider; exports.useTimeTracker = useTimeTracker; exports.useOptionalTimeTracker = useOptionalTimeTracker; exports.useTrackerClock = useTrackerClock; exports.TimeTrackerPanel = TimeTrackerPanel; exports.HeaderButton = HeaderButton; exports.TimeTrackerHeaderButton = TimeTrackerHeaderButton; exports.BoardColumnHeader = BoardColumnHeader; exports.tintOnDark = tintOnDark; exports.BoardTicketApproval = BoardTicketApproval; exports.TicketCard = TicketCard; exports.TicketCardSkeleton = TicketCardSkeleton; exports.BoardColumn = BoardColumn; exports.useBoardCollapse = useBoardCollapse; exports.Board = Board; exports.columnFromTicketStatus = columnFromTicketStatus; exports.groupTicketsByStatus = groupTicketsByStatus; exports.TicketStatusConfigList = TicketStatusConfigList; exports.TableHeader = TableHeader; exports.TableCell = TableCell; exports.TableCardSkeleton = TableCardSkeleton; exports.TableRow = TableRow; exports.Table = Table; exports.TableDescriptionCell = TableDescriptionCell; exports.TableTimestampCell = TableTimestampCell; exports.QueryReportTableHeader = QueryReportTableHeader; exports.QueryReportTableRow = QueryReportTableRow; exports.QueryReportTableSkeleton = QueryReportTableSkeleton; exports.deriveColumns = deriveColumns; exports.exportToCSV = exportToCSV; exports.QueryReportTable = QueryReportTable; exports.useDataTableContext = useDataTableContext; exports.DataTableRoot = DataTableRoot; exports.getHideClasses = getHideClasses2; exports.alignJustify = alignJustify; exports.multiSelectFilterFn = multiSelectFilterFn; exports.DataTableHeader = DataTableHeader; exports.DataTableEmpty = DataTableEmpty; exports.ROW_HEIGHT_DESKTOP = ROW_HEIGHT_DESKTOP2; exports.ROW_HEIGHT_MOBILE = ROW_HEIGHT_MOBILE2; exports.DataTableSkeleton = DataTableSkeleton; exports.DataTableRow = DataTableRow; exports.DataTableBody = DataTableBody; exports.DataTableInfiniteFooter = DataTableInfiniteFooter; exports.DataTableCursorFooter = DataTableCursorFooter; exports.DataTableRowCount = DataTableRowCount; exports.useDataTable = useDataTable; exports.DataTable = DataTable; exports.flexRender = _reacttable.flexRender; exports.createColumnHelper = _reacttable.createColumnHelper; exports.getCoreRowModel = _reacttable.getCoreRowModel; exports.getExpandedRowModel = _reacttable.getExpandedRowModel; exports.getFacetedRowModel = _reacttable.getFacetedRowModel; exports.getFacetedUniqueValues = _reacttable.getFacetedUniqueValues; exports.getFilteredRowModel = _reacttable.getFilteredRowModel; exports.getGroupedRowModel = _reacttable.getGroupedRowModel; exports.getPaginationRowModel = _reacttable.getPaginationRowModel; exports.getSortedRowModel = _reacttable.getSortedRowModel; exports.FilterListItem = FilterListItem; exports.FilterList = FilterList; exports.TagSearchInput = TagSearchInput; exports.MarkdownEditor = MarkdownEditor; exports.FileUpload = FileUpload; exports.ImageUploader = ImageUploader; exports.TICKET_STATUS_COLOR_PRESETS = TICKET_STATUS_COLOR_PRESETS; exports.CUSTOM_PRESET_KEY = CUSTOM_PRESET_KEY; exports.DEFAULT_CUSTOM_STATUS_COLOR = DEFAULT_CUSTOM_STATUS_COLOR; exports.ColorPresetSelect = ColorPresetSelect; exports.ColorPickerInput = ColorPickerInput; exports.TicketStatusConfigRow = TicketStatusConfigRow; exports.AssigneeDropdown = AssigneeDropdown; exports.TicketDetailSection = TicketDetailSection; exports.TicketAttachmentsList = TicketAttachmentsList; exports.TicketNoteCard = TicketNoteCard; exports.TicketNotesSection = TicketNotesSection; exports.TicketInfoSection = TicketInfoSection; exports.Header = Header2; exports.HeaderSkeleton = HeaderSkeleton; exports.ClientOnlyHeader = ClientOnlyHeader; exports.MobileNavPanel = MobileNavPanel; exports.SlidingSidebar = SlidingSidebar; exports.NavigationSidebar = NavigationSidebar; exports.HeaderGlobalSearch = HeaderGlobalSearch; exports.HeaderMingoButton = HeaderMingoButton; exports.HeaderOrganizationFilter = HeaderOrganizationFilter; exports.AppHeader = AppHeader; exports.MobileBurgerMenu = MobileBurgerMenu; exports.useAppLayoutDrawerContainer = useAppLayoutDrawerContainer; exports.AppLayout = AppLayout; exports.AppLayoutDrawerRoot = AppLayoutDrawerRoot; exports.AppLayoutDrawerTrigger = AppLayoutDrawerTrigger; exports.AppLayoutDrawerClose = AppLayoutDrawerClose; exports.AppLayoutDrawerContent = AppLayoutDrawerContent; exports.AppLayoutDrawerHeader = AppLayoutDrawerHeader; exports.AppLayoutDrawerTitle = AppLayoutDrawerTitle; exports.AppLayoutDrawerDescription = AppLayoutDrawerDescription; exports.AppLayoutDrawerBody = AppLayoutDrawerBody; exports.AppLayoutDrawerFooter = AppLayoutDrawerFooter; exports.SoftwareInfo = SoftwareInfo; exports.SoftwareSourceBadge = SoftwareSourceBadge; exports.CveLink = CveLink; exports.ToolBadge = ToolBadge; exports.ShellTypeBadge = ShellTypeBadge; exports.ScriptInfoSection = ScriptInfoSection; exports.ScriptArguments = ScriptArguments; exports.OnboardingStepCard = OnboardingStepCard; exports.OnboardingWalkthrough = OnboardingWalkthrough; exports.LOG_SEVERITY_COLORS = LOG_SEVERITY_COLORS; exports.LOG_SEVERITY_LABELS = LOG_SEVERITY_LABELS; exports.LogSeverityDot = LogSeverityDot; exports.LogsList = LogsList; exports.assets = assets;
39566
- //# sourceMappingURL=chunk-INDQMNP6.cjs.map
39593
+ //# sourceMappingURL=chunk-QHIXS3W2.cjs.map