@flamingo-stack/openframe-frontend-core 0.0.294 → 0.0.295-snapshot.20260619154913
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-6SG25O2N.js → chunk-5P3B2LZW.js} +3 -3
- package/dist/{chunk-AFKRDSRS.cjs → chunk-66AANIOC.cjs} +9 -9
- package/dist/{chunk-AFKRDSRS.cjs.map → chunk-66AANIOC.cjs.map} +1 -1
- package/dist/{chunk-4W7NYJ3B.cjs → chunk-BOCFIKYS.cjs} +17 -17
- package/dist/{chunk-4W7NYJ3B.cjs.map → chunk-BOCFIKYS.cjs.map} +1 -1
- package/dist/{chunk-NSPOYUBH.js → chunk-D652TJBQ.js} +2 -2
- package/dist/{chunk-5IJ46KAV.js → chunk-EL6QLAWX.js} +4 -3
- package/dist/chunk-EL6QLAWX.js.map +1 -0
- package/dist/{chunk-FT4FCV7L.cjs → chunk-GLLDTKZK.cjs} +3 -3
- package/dist/{chunk-FT4FCV7L.cjs.map → chunk-GLLDTKZK.cjs.map} +1 -1
- package/dist/{chunk-XXI7BNB6.cjs → chunk-IE6OU3WQ.cjs} +4 -3
- package/dist/chunk-IE6OU3WQ.cjs.map +1 -0
- package/dist/{chunk-ZYZWD7LS.js → chunk-K2PFPBMF.js} +127 -92
- package/dist/chunk-K2PFPBMF.js.map +1 -0
- package/dist/{chunk-RT6DJB3C.js → chunk-MBFWU2EM.js} +3 -3
- package/dist/{chunk-QFG4G62D.js → chunk-ME4EVDFP.js} +3 -3
- package/dist/{chunk-DEBURY5R.js → chunk-OY7OF7E7.js} +4 -4
- package/dist/{chunk-V6YZGLHZ.cjs → chunk-QHIXS3W2.cjs} +392 -357
- package/dist/chunk-QHIXS3W2.cjs.map +1 -0
- package/dist/{chunk-CLWQ7MHW.cjs → chunk-W6M2FLLT.cjs} +26 -26
- package/dist/{chunk-CLWQ7MHW.cjs.map → chunk-W6M2FLLT.cjs.map} +1 -1
- package/dist/{chunk-E24HKKIE.js → chunk-WHMATDVP.js} +3 -3
- package/dist/{chunk-6LUVYHKD.cjs → chunk-X647HY3F.cjs} +27 -27
- package/dist/{chunk-6LUVYHKD.cjs.map → chunk-X647HY3F.cjs.map} +1 -1
- package/dist/{chunk-73QT66LJ.cjs → chunk-X6BV7MB7.cjs} +13 -13
- package/dist/{chunk-73QT66LJ.cjs.map → chunk-X6BV7MB7.cjs.map} +1 -1
- package/dist/{chunk-B4T3RTFX.cjs → chunk-XREEV72C.cjs} +5 -5
- package/dist/{chunk-B4T3RTFX.cjs.map → chunk-XREEV72C.cjs.map} +1 -1
- package/dist/{chunk-EJXHZX2E.js → chunk-ZP4AVIZP.js} +2 -2
- package/dist/components/chat/chat-container.d.ts.map +1 -1
- package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
- package/dist/components/chat/chat-ticket-list.d.ts.map +1 -1
- package/dist/components/chat/error-message-display.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +4 -4
- package/dist/components/chat/index.js +3 -3
- package/dist/components/chat/types/component.types.d.ts +2 -0
- package/dist/components/chat/types/component.types.d.ts.map +1 -1
- package/dist/components/contact/index.cjs +5 -5
- package/dist/components/contact/index.js +4 -4
- package/dist/components/embeds/index.cjs +5 -5
- package/dist/components/embeds/index.js +4 -4
- package/dist/components/faq/index.cjs +5 -5
- package/dist/components/faq/index.js +4 -4
- package/dist/components/features/index.cjs +4 -4
- package/dist/components/features/index.js +3 -3
- package/dist/components/features/notifications/notification-drawer.d.ts.map +1 -1
- package/dist/components/features/notifications/notifications-context.d.ts +5 -1
- package/dist/components/features/notifications/notifications-context.d.ts.map +1 -1
- package/dist/components/index.cjs +88 -88
- package/dist/components/index.js +8 -8
- package/dist/components/navigation/index.cjs +4 -4
- package/dist/components/navigation/index.js +3 -3
- package/dist/components/onboarding-guides/index.cjs +19 -19
- package/dist/components/onboarding-guides/index.js +3 -3
- package/dist/components/related-content/index.cjs +5 -5
- package/dist/components/related-content/index.js +4 -4
- package/dist/components/tickets/index.cjs +65 -65
- package/dist/components/tickets/index.js +5 -5
- package/dist/components/ui/button/split-button.d.ts.map +1 -1
- package/dist/components/ui/file-manager/index.cjs +20 -20
- package/dist/components/ui/file-manager/index.js +1 -1
- package/dist/components/ui/index.cjs +4 -4
- package/dist/components/ui/index.js +3 -3
- package/dist/index.cjs +4 -4
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/src/components/chat/chat-container.tsx +5 -7
- package/src/components/chat/chat-message-enhanced.tsx +8 -5
- package/src/components/chat/chat-ticket-list.tsx +25 -16
- package/src/components/chat/error-message-display.tsx +49 -31
- package/src/components/chat/types/component.types.ts +2 -0
- package/src/components/features/notifications/notification-drawer.tsx +18 -7
- package/src/components/features/notifications/notifications-context.tsx +7 -0
- package/src/components/ui/button/split-button.tsx +5 -2
- package/src/stories/NotificationDrawer.stories.tsx +2 -0
- package/dist/chunk-5IJ46KAV.js.map +0 -1
- package/dist/chunk-V6YZGLHZ.cjs.map +0 -1
- package/dist/chunk-XXI7BNB6.cjs.map +0 -1
- package/dist/chunk-ZYZWD7LS.js.map +0 -1
- /package/dist/{chunk-6SG25O2N.js.map → chunk-5P3B2LZW.js.map} +0 -0
- /package/dist/{chunk-NSPOYUBH.js.map → chunk-D652TJBQ.js.map} +0 -0
- /package/dist/{chunk-RT6DJB3C.js.map → chunk-MBFWU2EM.js.map} +0 -0
- /package/dist/{chunk-QFG4G62D.js.map → chunk-ME4EVDFP.js.map} +0 -0
- /package/dist/{chunk-DEBURY5R.js.map → chunk-OY7OF7E7.js.map} +0 -0
- /package/dist/{chunk-E24HKKIE.js.map → chunk-WHMATDVP.js.map} +0 -0
- /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
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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,
|
|
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,
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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,
|
|
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 [
|
|
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(--
|
|
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.
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
1359
|
-
//
|
|
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-
|
|
1377
|
+
return "bg-ods-success";
|
|
1364
1378
|
case "connecting":
|
|
1365
|
-
return "bg-ods-
|
|
1379
|
+
return "bg-ods-warning animate-pulse";
|
|
1366
1380
|
case "disconnected":
|
|
1367
|
-
return "bg-ods-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1842
|
+
_chunkIE6OU3WQcjs.Button,
|
|
1829
1843
|
{
|
|
1830
1844
|
type: "button",
|
|
1831
1845
|
variant: "outline",
|
|
@@ -3277,11 +3291,11 @@ var ChatMessageEnhanced = _react.forwardRef.call(void 0,
|
|
|
3277
3291
|
...props,
|
|
3278
3292
|
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-[var(--spacing-system-xxs)] min-w-0", children: [
|
|
3279
3293
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-[var(--spacing-system-xs)]", children: [
|
|
3280
|
-
showAvatar && !isSystem && (!isUser && assistantIcon && !avatar ? (
|
|
3294
|
+
showAvatar && !isSystem && !(isUser && !avatar) && (!isUser && assistantIcon && !avatar ? (
|
|
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,
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4056
|
+
_chunkBOCFIKYScjs.ActionsMenuDropdown,
|
|
4043
4057
|
{
|
|
4044
4058
|
triggerAriaLabel: "More quick actions",
|
|
4045
4059
|
onCloseAutoFocus: (e) => e.preventDefault(),
|
|
@@ -4196,12 +4210,6 @@ ChatTicketItem.displayName = "ChatTicketItem";
|
|
|
4196
4210
|
|
|
4197
4211
|
// src/components/chat/chat-ticket-list.tsx
|
|
4198
4212
|
|
|
4199
|
-
function getMask(top, bottom) {
|
|
4200
|
-
if (top && bottom) return "linear-gradient(to bottom, transparent, black 64px, black calc(100% - 64px), transparent)";
|
|
4201
|
-
if (top) return "linear-gradient(to bottom, transparent, black 64px)";
|
|
4202
|
-
if (bottom) return "linear-gradient(to bottom, black calc(100% - 64px), transparent)";
|
|
4203
|
-
return "none";
|
|
4204
|
-
}
|
|
4205
4213
|
var ChatTicketList = React8.forwardRef(
|
|
4206
4214
|
({ className, tickets, onTicketClick, isLoading = false, skeletonCount = 5, ...props }, ref) => {
|
|
4207
4215
|
const scrollRef = React8.useRef(null);
|
|
@@ -4227,34 +4235,48 @@ var ChatTicketList = React8.forwardRef(
|
|
|
4227
4235
|
] });
|
|
4228
4236
|
}
|
|
4229
4237
|
if (tickets.length === 0) return null;
|
|
4230
|
-
const mask = getMask(fadeTop, fadeBottom);
|
|
4231
4238
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { ref, className: _chunkFIG2RKZFcjs.cn.call(void 0, "flex flex-col gap-2 min-h-0", className), ...props, children: [
|
|
4232
4239
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h5 text-ods-text-secondary shrink-0", children: "Your Chats:" }),
|
|
4233
|
-
/* @__PURE__ */ _jsxruntime.
|
|
4240
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
4234
4241
|
"div",
|
|
4235
4242
|
{
|
|
4236
4243
|
className: _chunkFIG2RKZFcjs.cn.call(void 0,
|
|
4237
|
-
"border-x border-ods-border flex-1 min-h-0 overflow-hidden",
|
|
4244
|
+
"relative border-x border-ods-border flex-1 min-h-0 overflow-hidden",
|
|
4238
4245
|
!fadeTop && "border-t rounded-t-md",
|
|
4239
4246
|
!fadeBottom && "border-b rounded-b-md"
|
|
4240
4247
|
),
|
|
4241
|
-
children:
|
|
4242
|
-
"div",
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4248
|
+
children: [
|
|
4249
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { ref: scrollRef, className: "overflow-y-auto h-full", onScroll: updateFade, children: tickets.map((ticket) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4250
|
+
ChatTicketItem,
|
|
4251
|
+
{
|
|
4252
|
+
ticket,
|
|
4253
|
+
onClick: onTicketClick
|
|
4254
|
+
},
|
|
4255
|
+
ticket.id
|
|
4256
|
+
)) }),
|
|
4257
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4258
|
+
"div",
|
|
4259
|
+
{
|
|
4260
|
+
"aria-hidden": true,
|
|
4261
|
+
className: _chunkFIG2RKZFcjs.cn.call(void 0,
|
|
4262
|
+
"pointer-events-none absolute inset-x-0 top-0 h-16 transition-opacity duration-150",
|
|
4263
|
+
fadeTop ? "opacity-100" : "opacity-0"
|
|
4264
|
+
),
|
|
4265
|
+
style: { background: "linear-gradient(0deg, transparent 0%, var(--color-bg) 100%)" }
|
|
4266
|
+
}
|
|
4267
|
+
),
|
|
4268
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4269
|
+
"div",
|
|
4270
|
+
{
|
|
4271
|
+
"aria-hidden": true,
|
|
4272
|
+
className: _chunkFIG2RKZFcjs.cn.call(void 0,
|
|
4273
|
+
"pointer-events-none absolute inset-x-0 bottom-0 h-16 transition-opacity duration-150",
|
|
4274
|
+
fadeBottom ? "opacity-100" : "opacity-0"
|
|
4275
|
+
),
|
|
4276
|
+
style: { background: "linear-gradient(180deg, transparent 0%, var(--color-bg) 100%)" }
|
|
4277
|
+
}
|
|
4278
|
+
)
|
|
4279
|
+
]
|
|
4258
4280
|
}
|
|
4259
4281
|
)
|
|
4260
4282
|
] });
|
|
@@ -4341,7 +4363,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
|
4341
4363
|
// src/components/chat/mingo-chat-history.tsx
|
|
4342
4364
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
4343
4365
|
|
|
4344
|
-
|
|
4366
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
4345
4367
|
|
|
4346
4368
|
function dialogTime(d) {
|
|
4347
4369
|
if (!d.timestamp) return null;
|
|
@@ -4447,7 +4469,7 @@ function MingoChatHistoryRow({
|
|
|
4447
4469
|
menuOpen ? "opacity-100" : "opacity-0 group-hover/row:opacity-100 focus-within:opacity-100"
|
|
4448
4470
|
),
|
|
4449
4471
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4450
|
-
|
|
4472
|
+
_chunkBOCFIKYScjs.ActionsMenuDropdown,
|
|
4451
4473
|
{
|
|
4452
4474
|
triggerAriaLabel: "Chat actions",
|
|
4453
4475
|
groups: [{ items: menuItems }],
|
|
@@ -4455,7 +4477,7 @@ function MingoChatHistoryRow({
|
|
|
4455
4477
|
onOpenChange: setMenuOpen,
|
|
4456
4478
|
onCloseAutoFocus: (e) => e.preventDefault(),
|
|
4457
4479
|
customTrigger: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4458
|
-
|
|
4480
|
+
_chunkIE6OU3WQcjs.Button,
|
|
4459
4481
|
{
|
|
4460
4482
|
variant: "transparent",
|
|
4461
4483
|
size: "icon",
|
|
@@ -4616,7 +4638,7 @@ function MingoChatHistory({
|
|
|
4616
4638
|
}
|
|
4617
4639
|
|
|
4618
4640
|
// src/components/chat/mingo-welcome.tsx
|
|
4619
|
-
|
|
4641
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
4620
4642
|
|
|
4621
4643
|
var DEFAULT_SUBTITLE = "Ready to help with your technical tasks. What can I do for you?";
|
|
4622
4644
|
var DEFAULT_FEATURE_CARDS = [
|
|
@@ -4722,7 +4744,7 @@ function MingoWelcome({
|
|
|
4722
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." })
|
|
4723
4745
|
] }),
|
|
4724
4746
|
onRetry && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4725
|
-
|
|
4747
|
+
_chunkIE6OU3WQcjs.Button,
|
|
4726
4748
|
{
|
|
4727
4749
|
variant: "outline",
|
|
4728
4750
|
size: "small",
|
|
@@ -4972,7 +4994,7 @@ var TooltipProvider = TooltipPrimitive.Provider;
|
|
|
4972
4994
|
var Tooltip = TooltipPrimitive.Root;
|
|
4973
4995
|
var TooltipTrigger = TooltipPrimitive.Trigger;
|
|
4974
4996
|
var TooltipContent = React12.forwardRef(({ className, sideOffset = 4, ...props }, ref) => {
|
|
4975
|
-
const container =
|
|
4997
|
+
const container = _chunkIE6OU3WQcjs.usePortalContainer.call(void 0, );
|
|
4976
4998
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TooltipPrimitive.Portal, { container: _nullishCoalesce(container, () => ( void 0)), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4977
4999
|
TooltipPrimitive.Content,
|
|
4978
5000
|
{
|
|
@@ -5316,7 +5338,7 @@ var ChatHeaderIconButton = React15.forwardRef(({ className, children, type = "bu
|
|
|
5316
5338
|
ChatHeaderIconButton.displayName = "ChatHeaderIconButton";
|
|
5317
5339
|
|
|
5318
5340
|
// src/components/chat/chat-panel-header-mobile.tsx
|
|
5319
|
-
|
|
5341
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
5320
5342
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
5321
5343
|
|
|
5322
5344
|
function ChatPanelHeaderMobile({
|
|
@@ -5347,7 +5369,7 @@ function ChatPanelHeaderMobile({
|
|
|
5347
5369
|
),
|
|
5348
5370
|
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex w-full items-end gap-[var(--spacing-system-sf)]", children: [
|
|
5349
5371
|
showBack && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
5350
|
-
|
|
5372
|
+
_chunkIE6OU3WQcjs.Button,
|
|
5351
5373
|
{
|
|
5352
5374
|
variant: "outline",
|
|
5353
5375
|
size: "icon",
|
|
@@ -5360,7 +5382,7 @@ function ChatPanelHeaderMobile({
|
|
|
5360
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: [
|
|
5361
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 }) }),
|
|
5362
5384
|
menuItems.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
5363
|
-
|
|
5385
|
+
_chunkBOCFIKYScjs.ActionsMenuDropdown,
|
|
5364
5386
|
{
|
|
5365
5387
|
groups: [{ items: menuItems }],
|
|
5366
5388
|
triggerAriaLabel: "Chat actions",
|
|
@@ -5425,7 +5447,7 @@ function ChatPanelHeader({
|
|
|
5425
5447
|
] }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "truncate text-h3 text-ods-text-primary", children: title }) }),
|
|
5426
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 }) }),
|
|
5427
5449
|
showBack && !isArchivedView && menuItems.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
5428
|
-
|
|
5450
|
+
_chunkBOCFIKYScjs.ActionsMenuDropdown,
|
|
5429
5451
|
{
|
|
5430
5452
|
triggerAriaLabel: "Chat actions",
|
|
5431
5453
|
onCloseAutoFocus: (e) => e.preventDefault(),
|
|
@@ -5444,7 +5466,7 @@ function ChatPanelHeader({
|
|
|
5444
5466
|
|
|
5445
5467
|
// src/components/chat/chat-attachment-bar.tsx
|
|
5446
5468
|
|
|
5447
|
-
|
|
5469
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
5448
5470
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
5449
5471
|
|
|
5450
5472
|
var CHAT_ATTACHMENT_MIME_TYPES = [
|
|
@@ -5498,7 +5520,7 @@ function ChatAttachmentAddButton({
|
|
|
5498
5520
|
}
|
|
5499
5521
|
),
|
|
5500
5522
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
5501
|
-
|
|
5523
|
+
_chunkIE6OU3WQcjs.Button,
|
|
5502
5524
|
{
|
|
5503
5525
|
type: "button",
|
|
5504
5526
|
variant: "transparent",
|
|
@@ -5581,7 +5603,7 @@ function AttachmentChip({ attachment, onRemove, disabled, size = "default" }) {
|
|
|
5581
5603
|
] })
|
|
5582
5604
|
] }),
|
|
5583
5605
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
5584
|
-
|
|
5606
|
+
_chunkIE6OU3WQcjs.Button,
|
|
5585
5607
|
{
|
|
5586
5608
|
type: "button",
|
|
5587
5609
|
variant: "transparent",
|
|
@@ -6016,12 +6038,12 @@ function ChatArchivePage({
|
|
|
6016
6038
|
|
|
6017
6039
|
// src/components/chat/chat-sidebar.tsx
|
|
6018
6040
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
6019
|
-
|
|
6041
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
6020
6042
|
|
|
6021
6043
|
|
|
6022
6044
|
// src/components/chat/chat-sidebar-skeleton.tsx
|
|
6023
6045
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
6024
|
-
|
|
6046
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
6025
6047
|
|
|
6026
6048
|
|
|
6027
6049
|
var DialogListItemSkeleton = React19.forwardRef(
|
|
@@ -6065,7 +6087,7 @@ var ChatSidebarSkeleton = React19.forwardRef(
|
|
|
6065
6087
|
...props,
|
|
6066
6088
|
children: [
|
|
6067
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,
|
|
6068
|
-
|
|
6090
|
+
_chunkIE6OU3WQcjs.Button,
|
|
6069
6091
|
{
|
|
6070
6092
|
variant: "transparent",
|
|
6071
6093
|
disabled: true,
|
|
@@ -6178,7 +6200,7 @@ var ChatSidebar = _react.forwardRef.call(void 0,
|
|
|
6178
6200
|
...props,
|
|
6179
6201
|
children: [
|
|
6180
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,
|
|
6181
|
-
|
|
6203
|
+
_chunkIE6OU3WQcjs.Button,
|
|
6182
6204
|
{
|
|
6183
6205
|
onClick: onNewChat,
|
|
6184
6206
|
variant: "transparent",
|
|
@@ -6231,7 +6253,7 @@ _chunkG7UE6RKVcjs.init_next_navigation.call(void 0, );
|
|
|
6231
6253
|
|
|
6232
6254
|
// src/components/chat/utils/execute-navigation.ts
|
|
6233
6255
|
function runNavigation(runtime, href, path, targetPlatform, fallbackNavigate) {
|
|
6234
|
-
const isNewTab = runtime ?
|
|
6256
|
+
const isNewTab = runtime ? _chunkBOCFIKYScjs.computeIsNewTab.call(void 0, runtime, href, _nullishCoalesce(targetPlatform, () => ( null))) : false;
|
|
6235
6257
|
if (isNewTab) {
|
|
6236
6258
|
if (_optionalChain([runtime, 'optionalAccess', _76 => _76.navigation, 'access', _77 => _77.openExternal])) runtime.navigation.openExternal(href);
|
|
6237
6259
|
else window.open(href, "_blank", _chunkJ54Z3OCRcjs.NEW_TAB_FEATURES);
|
|
@@ -6296,7 +6318,7 @@ function NavLinkAnchorViaRuntime({
|
|
|
6296
6318
|
const router = _chunkG7UE6RKVcjs.useRouter.call(void 0, );
|
|
6297
6319
|
const panel = useChatPanel();
|
|
6298
6320
|
const resolvedHref = _chunkJ54Z3OCRcjs.resolveHrefForRuntime.call(void 0, href, runtime);
|
|
6299
|
-
const isNewTab =
|
|
6321
|
+
const isNewTab = _chunkBOCFIKYScjs.computeIsNewTab.call(void 0, runtime, resolvedHref, _nullishCoalesce(targetPlatform, () => ( null)));
|
|
6300
6322
|
const onClick = (e) => {
|
|
6301
6323
|
const handled = handleChatNavClick(e, runtime, {
|
|
6302
6324
|
href: resolvedHref,
|
|
@@ -6309,7 +6331,7 @@ function NavLinkAnchorViaRuntime({
|
|
|
6309
6331
|
"a",
|
|
6310
6332
|
{
|
|
6311
6333
|
href: resolvedHref,
|
|
6312
|
-
...
|
|
6334
|
+
..._chunkBOCFIKYScjs.newTabAnchorAttrs.call(void 0, isNewTab),
|
|
6313
6335
|
onClick,
|
|
6314
6336
|
className,
|
|
6315
6337
|
children
|
|
@@ -6318,7 +6340,7 @@ function NavLinkAnchorViaRuntime({
|
|
|
6318
6340
|
}
|
|
6319
6341
|
|
|
6320
6342
|
// src/components/chat/source-action-button.tsx
|
|
6321
|
-
|
|
6343
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
6322
6344
|
|
|
6323
6345
|
|
|
6324
6346
|
var DENSITY_STYLES = {
|
|
@@ -6360,7 +6382,7 @@ function SourceActionButton({
|
|
|
6360
6382
|
const IconComponent = isDisplay ? _lucidereact.FileText : _lucidereact.MessageSquare;
|
|
6361
6383
|
const icon = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, IconComponent, { className: styles.iconSize });
|
|
6362
6384
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
6363
|
-
|
|
6385
|
+
_chunkIE6OU3WQcjs.Button,
|
|
6364
6386
|
{
|
|
6365
6387
|
variant: "transparent",
|
|
6366
6388
|
size: styles.size,
|
|
@@ -6746,7 +6768,7 @@ function ChatVideoEntityCard({
|
|
|
6746
6768
|
const highlightUrl = readString(m.highlightVideoUrl);
|
|
6747
6769
|
const highlightPoster = readString(m.highlightVideoPoster);
|
|
6748
6770
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
6749
|
-
|
|
6771
|
+
_chunkBOCFIKYScjs.EntityVideoSection,
|
|
6750
6772
|
{
|
|
6751
6773
|
mainVideoUrl: videoUrl,
|
|
6752
6774
|
youtubeUrl,
|
|
@@ -6963,7 +6985,7 @@ function ProductReleaseCard({
|
|
|
6963
6985
|
className: _chunkFIG2RKZFcjs.cn.call(void 0, "bg-ods-card p-4 flex flex-col gap-3", dividerClass),
|
|
6964
6986
|
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-0", children: [
|
|
6965
6987
|
cell.colorScheme ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
6966
|
-
|
|
6988
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
6967
6989
|
{
|
|
6968
6990
|
text: cell.value,
|
|
6969
6991
|
variant: "card",
|
|
@@ -6990,7 +7012,7 @@ function ProductReleaseCard({
|
|
|
6990
7012
|
)),
|
|
6991
7013
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-card p-4 flex items-center gap-3", children: [
|
|
6992
7014
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
6993
|
-
|
|
7015
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
6994
7016
|
{
|
|
6995
7017
|
src: _nullishCoalesce(effectiveAuthor.avatar_url, () => ( void 0)),
|
|
6996
7018
|
alt: effectiveAuthor.full_name,
|
|
@@ -7271,13 +7293,13 @@ function BlogCard({
|
|
|
7271
7293
|
hasEmbeddedVideo = false,
|
|
7272
7294
|
priority = false
|
|
7273
7295
|
}) {
|
|
7274
|
-
const { target, rel } =
|
|
7296
|
+
const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
|
|
7275
7297
|
href,
|
|
7276
7298
|
targetPlatform,
|
|
7277
7299
|
target: targetProp,
|
|
7278
7300
|
rel: relProp
|
|
7279
7301
|
});
|
|
7280
|
-
const placeholderUrl =
|
|
7302
|
+
const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
|
|
7281
7303
|
title: post.title,
|
|
7282
7304
|
placeholderUrl: placeholderUrlProp,
|
|
7283
7305
|
aspect: size === "sm" ? "square" : "wide"
|
|
@@ -7311,7 +7333,7 @@ function BlogCard({
|
|
|
7311
7333
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: _chunkJ54Z3OCRcjs.COMPACT_CARD_TEXT_COL, children: [
|
|
7312
7334
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: _chunkFIG2RKZFcjs.cn.call(void 0, _chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE_ROW, "gap-1.5"), children: [
|
|
7313
7335
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: _chunkFIG2RKZFcjs.cn.call(void 0, _chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE, "font-['DM_Sans']"), children: post.title }),
|
|
7314
|
-
hasEmbeddedVideo ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
7336
|
+
hasEmbeddedVideo ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.StatusBadge, { text: "Video", variant: "button", colorScheme: "cyan", className: "shrink-0" }) : null
|
|
7315
7337
|
] }),
|
|
7316
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: [
|
|
7317
7339
|
dateStr2,
|
|
@@ -7474,13 +7496,13 @@ function CaseStudyCard({
|
|
|
7474
7496
|
size = "default",
|
|
7475
7497
|
className
|
|
7476
7498
|
}) {
|
|
7477
|
-
const { target, rel } =
|
|
7499
|
+
const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
|
|
7478
7500
|
href,
|
|
7479
7501
|
targetPlatform,
|
|
7480
7502
|
target: targetProp,
|
|
7481
7503
|
rel: relProp
|
|
7482
7504
|
});
|
|
7483
|
-
const placeholderUrl =
|
|
7505
|
+
const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
|
|
7484
7506
|
title: study.title,
|
|
7485
7507
|
placeholderUrl: placeholderUrlProp,
|
|
7486
7508
|
aspect: size === "sm" ? "square" : "wide"
|
|
@@ -7504,7 +7526,7 @@ function CaseStudyCard({
|
|
|
7504
7526
|
] })
|
|
7505
7527
|
] });
|
|
7506
7528
|
}
|
|
7507
|
-
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,
|
|
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: [
|
|
7508
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,
|
|
7509
7531
|
_chunkXL4V2PYGcjs.next_image_default,
|
|
7510
7532
|
{
|
|
@@ -7606,13 +7628,13 @@ function CustomerInterviewCard({
|
|
|
7606
7628
|
size = "default",
|
|
7607
7629
|
className
|
|
7608
7630
|
}) {
|
|
7609
|
-
const { target, rel } =
|
|
7631
|
+
const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
|
|
7610
7632
|
href,
|
|
7611
7633
|
targetPlatform,
|
|
7612
7634
|
target: targetProp,
|
|
7613
7635
|
rel: relProp
|
|
7614
7636
|
});
|
|
7615
|
-
const placeholderUrl =
|
|
7637
|
+
const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
|
|
7616
7638
|
title: interview.title,
|
|
7617
7639
|
placeholderUrl: placeholderUrlProp,
|
|
7618
7640
|
aspect: size === "sm" ? "square" : "wide"
|
|
@@ -7639,7 +7661,7 @@ function CustomerInterviewCard({
|
|
|
7639
7661
|
] })
|
|
7640
7662
|
] });
|
|
7641
7663
|
}
|
|
7642
|
-
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,
|
|
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: [
|
|
7643
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: [
|
|
7644
7666
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
7645
7667
|
"img",
|
|
@@ -7738,13 +7760,13 @@ function InvestorUpdateCard({
|
|
|
7738
7760
|
size = "default",
|
|
7739
7761
|
className
|
|
7740
7762
|
}) {
|
|
7741
|
-
const { target, rel } =
|
|
7763
|
+
const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
|
|
7742
7764
|
href,
|
|
7743
7765
|
targetPlatform,
|
|
7744
7766
|
target: targetProp,
|
|
7745
7767
|
rel: relProp
|
|
7746
7768
|
});
|
|
7747
|
-
const placeholderUrl =
|
|
7769
|
+
const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
|
|
7748
7770
|
title: _nullishCoalesce(update.title, () => ( `Update #${_nullishCoalesce(update.update_number, () => ( ""))}`)),
|
|
7749
7771
|
placeholderUrl: placeholderUrlProp,
|
|
7750
7772
|
aspect: size === "sm" ? "square" : "wide"
|
|
@@ -7802,7 +7824,7 @@ function InvestorUpdateCard({
|
|
|
7802
7824
|
|
|
7803
7825
|
|
|
7804
7826
|
// src/components/chat/entity-cards/roadmap-vote-button.tsx
|
|
7805
|
-
|
|
7827
|
+
_chunkIE6OU3WQcjs.init_button.call(void 0, );
|
|
7806
7828
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
7807
7829
|
|
|
7808
7830
|
function RoadmapVoteButton({
|
|
@@ -7817,7 +7839,7 @@ function RoadmapVoteButton({
|
|
|
7817
7839
|
}) {
|
|
7818
7840
|
const Icon2 = voteType === "up" ? _chunkLGLPNWS6cjs.ThumbsUpIcon : _chunkLGLPNWS6cjs.ThumbsDownIcon;
|
|
7819
7841
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
7820
|
-
|
|
7842
|
+
_chunkIE6OU3WQcjs.Button,
|
|
7821
7843
|
{
|
|
7822
7844
|
variant: "outline",
|
|
7823
7845
|
onClick,
|
|
@@ -7836,7 +7858,7 @@ function RoadmapVoteButton({
|
|
|
7836
7858
|
}
|
|
7837
7859
|
|
|
7838
7860
|
// src/components/chat/entity-cards/roadmap-card.tsx
|
|
7839
|
-
|
|
7861
|
+
_chunkIE6OU3WQcjs.init_button.call(void 0, );
|
|
7840
7862
|
|
|
7841
7863
|
// src/components/ui/image-gallery-modal.tsx
|
|
7842
7864
|
|
|
@@ -7845,7 +7867,7 @@ _chunkXXI7BNB6cjs.init_button.call(void 0, );
|
|
|
7845
7867
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
7846
7868
|
|
|
7847
7869
|
|
|
7848
|
-
|
|
7870
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
7849
7871
|
|
|
7850
7872
|
// src/components/ui/label.tsx
|
|
7851
7873
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
@@ -7947,7 +7969,7 @@ var AllowedDomainsInput = React24.forwardRef(
|
|
|
7947
7969
|
}
|
|
7948
7970
|
),
|
|
7949
7971
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
7950
|
-
|
|
7972
|
+
_chunkIE6OU3WQcjs.Button,
|
|
7951
7973
|
{
|
|
7952
7974
|
type: "button",
|
|
7953
7975
|
variant: "transparent",
|
|
@@ -8481,7 +8503,7 @@ function AutocompleteInner(props, ref) {
|
|
|
8481
8503
|
var Autocomplete = _react.forwardRef.call(void 0, AutocompleteInner);
|
|
8482
8504
|
|
|
8483
8505
|
// src/components/ui/index.ts
|
|
8484
|
-
|
|
8506
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
8485
8507
|
|
|
8486
8508
|
// src/components/ui/checkbox-block.tsx
|
|
8487
8509
|
var _reactcheckbox = require('@radix-ui/react-checkbox'); var CheckboxPrimitive = _interopRequireWildcard(_reactcheckbox); var CheckboxPrimitive2 = _interopRequireWildcard(_reactcheckbox); var CheckboxPrimitive3 = _interopRequireWildcard(_reactcheckbox); var CheckboxPrimitive4 = _interopRequireWildcard(_reactcheckbox);
|
|
@@ -8606,7 +8628,7 @@ CheckboxWithDescription.displayName = "CheckboxWithDescription";
|
|
|
8606
8628
|
|
|
8607
8629
|
// src/components/ui/date-picker.tsx
|
|
8608
8630
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
8609
|
-
|
|
8631
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
8610
8632
|
|
|
8611
8633
|
|
|
8612
8634
|
|
|
@@ -8766,7 +8788,7 @@ var formatDateRange = (range, formatFn) => {
|
|
|
8766
8788
|
};
|
|
8767
8789
|
function CalendarNavButton({ direction, onClick, "aria-label": ariaLabel }) {
|
|
8768
8790
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
8769
|
-
|
|
8791
|
+
_chunkIE6OU3WQcjs.Button,
|
|
8770
8792
|
{
|
|
8771
8793
|
type: "button",
|
|
8772
8794
|
variant: "outline",
|
|
@@ -9737,7 +9759,7 @@ function MediaTypeSelector({
|
|
|
9737
9759
|
|
|
9738
9760
|
// src/components/ui/no-data/no-data.tsx
|
|
9739
9761
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
9740
|
-
|
|
9762
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
9741
9763
|
|
|
9742
9764
|
|
|
9743
9765
|
// src/components/ui/no-data/no-data-message.tsx
|
|
@@ -9847,7 +9869,7 @@ var NoData = React95.default.forwardRef(function NoData2({
|
|
|
9847
9869
|
const hasMessage = !!(icon || title || description);
|
|
9848
9870
|
const hasActions = !!_optionalChain([actions, 'optionalAccess', _193 => _193.length]);
|
|
9849
9871
|
const footerButton = _nullishCoalesce(button, () => ( (buttonLabel != null ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
9850
|
-
|
|
9872
|
+
_chunkIE6OU3WQcjs.Button,
|
|
9851
9873
|
{
|
|
9852
9874
|
variant: "outline",
|
|
9853
9875
|
leftIcon: buttonIcon,
|
|
@@ -10122,7 +10144,7 @@ Switch.displayName = SwitchPrimitives.Root.displayName;
|
|
|
10122
10144
|
// src/components/ui/tags-input.tsx
|
|
10123
10145
|
|
|
10124
10146
|
|
|
10125
|
-
|
|
10147
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
10126
10148
|
|
|
10127
10149
|
// src/components/ui/badge.tsx
|
|
10128
10150
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
@@ -10205,7 +10227,7 @@ function TagsInput({
|
|
|
10205
10227
|
}
|
|
10206
10228
|
),
|
|
10207
10229
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10208
|
-
|
|
10230
|
+
_chunkIE6OU3WQcjs.Button,
|
|
10209
10231
|
{
|
|
10210
10232
|
type: "button",
|
|
10211
10233
|
variant: "outline",
|
|
@@ -10253,7 +10275,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
|
10253
10275
|
|
|
10254
10276
|
|
|
10255
10277
|
|
|
10256
|
-
|
|
10278
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
10257
10279
|
|
|
10258
10280
|
function TagsManager({
|
|
10259
10281
|
tags,
|
|
@@ -10463,7 +10485,7 @@ function TagsManager({
|
|
|
10463
10485
|
}
|
|
10464
10486
|
),
|
|
10465
10487
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10466
|
-
|
|
10488
|
+
_chunkIE6OU3WQcjs.Button,
|
|
10467
10489
|
{
|
|
10468
10490
|
type: "button",
|
|
10469
10491
|
variant: "transparent",
|
|
@@ -10474,7 +10496,7 @@ function TagsManager({
|
|
|
10474
10496
|
}
|
|
10475
10497
|
),
|
|
10476
10498
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10477
|
-
|
|
10499
|
+
_chunkIE6OU3WQcjs.Button,
|
|
10478
10500
|
{
|
|
10479
10501
|
type: "button",
|
|
10480
10502
|
variant: "transparent",
|
|
@@ -10525,7 +10547,7 @@ function TagsManager({
|
|
|
10525
10547
|
),
|
|
10526
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: [
|
|
10527
10549
|
onUpdateTag && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10528
|
-
|
|
10550
|
+
_chunkIE6OU3WQcjs.Button,
|
|
10529
10551
|
{
|
|
10530
10552
|
type: "button",
|
|
10531
10553
|
variant: "transparent",
|
|
@@ -10544,7 +10566,7 @@ function TagsManager({
|
|
|
10544
10566
|
}
|
|
10545
10567
|
),
|
|
10546
10568
|
onDeleteTag && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10547
|
-
|
|
10569
|
+
_chunkIE6OU3WQcjs.Button,
|
|
10548
10570
|
{
|
|
10549
10571
|
type: "button",
|
|
10550
10572
|
variant: "transparent",
|
|
@@ -10621,7 +10643,7 @@ function TagsManager({
|
|
|
10621
10643
|
|
|
10622
10644
|
// src/components/ui/alert-dialog.tsx
|
|
10623
10645
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
10624
|
-
|
|
10646
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
10625
10647
|
|
|
10626
10648
|
var _reactalertdialog = require('@radix-ui/react-alert-dialog'); var AlertDialogPrimitive = _interopRequireWildcard(_reactalertdialog);
|
|
10627
10649
|
|
|
@@ -10705,7 +10727,7 @@ var AlertDialogAction = React40.forwardRef(({ className, ...props }, ref) => /*
|
|
|
10705
10727
|
AlertDialogPrimitive.Action,
|
|
10706
10728
|
{
|
|
10707
10729
|
ref,
|
|
10708
|
-
className: _chunkFIG2RKZFcjs.cn.call(void 0,
|
|
10730
|
+
className: _chunkFIG2RKZFcjs.cn.call(void 0, _chunkIE6OU3WQcjs.buttonVariants.call(void 0, ), className),
|
|
10709
10731
|
...props
|
|
10710
10732
|
}
|
|
10711
10733
|
));
|
|
@@ -10715,7 +10737,7 @@ var AlertDialogCancel = React40.forwardRef(({ className, ...props }, ref) => /*
|
|
|
10715
10737
|
{
|
|
10716
10738
|
ref,
|
|
10717
10739
|
className: _chunkFIG2RKZFcjs.cn.call(void 0,
|
|
10718
|
-
|
|
10740
|
+
_chunkIE6OU3WQcjs.buttonVariants.call(void 0, { variant: "outline" }),
|
|
10719
10741
|
"mt-2 md:mt-0",
|
|
10720
10742
|
className
|
|
10721
10743
|
),
|
|
@@ -12304,7 +12326,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
|
12304
12326
|
// src/components/ui/filter-modal.tsx
|
|
12305
12327
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
12306
12328
|
|
|
12307
|
-
|
|
12329
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
12308
12330
|
|
|
12309
12331
|
// src/components/ui/filter-checkbox-item.tsx
|
|
12310
12332
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
@@ -12616,8 +12638,8 @@ function FilterModal({
|
|
|
12616
12638
|
}
|
|
12617
12639
|
),
|
|
12618
12640
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, ModalFooter, { children: [
|
|
12619
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12620
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
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 })
|
|
12621
12643
|
] })
|
|
12622
12644
|
]
|
|
12623
12645
|
}
|
|
@@ -12686,7 +12708,7 @@ function renderAdvancedPageContainer({
|
|
|
12686
12708
|
};
|
|
12687
12709
|
const renderActions = () => {
|
|
12688
12710
|
if (!actions || actions.length === 0) return null;
|
|
12689
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12711
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.PageActions, { variant: getActionsVariant(), actions, menuActions });
|
|
12690
12712
|
};
|
|
12691
12713
|
const needsBottomPadding = actions && actions.length > 0 && getActionsVariant() === "primary-buttons";
|
|
12692
12714
|
const paddingClasses = {
|
|
@@ -12711,7 +12733,7 @@ function renderAdvancedPageContainer({
|
|
|
12711
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: [
|
|
12712
12734
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-2 flex-1 min-w-0", children: [
|
|
12713
12735
|
backButton && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12714
|
-
|
|
12736
|
+
_chunkBOCFIKYScjs.BackButton,
|
|
12715
12737
|
{
|
|
12716
12738
|
onClick: backButton.onClick,
|
|
12717
12739
|
label: backButton.label,
|
|
@@ -12731,7 +12753,7 @@ function renderAdvancedPageContainer({
|
|
|
12731
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: [
|
|
12732
12754
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-1 flex-1 min-w-0", children: [
|
|
12733
12755
|
backButton && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12734
|
-
|
|
12756
|
+
_chunkBOCFIKYScjs.BackButton,
|
|
12735
12757
|
{
|
|
12736
12758
|
onClick: backButton.onClick,
|
|
12737
12759
|
label: backButton.label,
|
|
@@ -12751,7 +12773,7 @@ function renderAdvancedPageContainer({
|
|
|
12751
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: [
|
|
12752
12774
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-2 flex-1 min-w-0", children: [
|
|
12753
12775
|
backButton && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12754
|
-
|
|
12776
|
+
_chunkBOCFIKYScjs.BackButton,
|
|
12755
12777
|
{
|
|
12756
12778
|
onClick: backButton.onClick,
|
|
12757
12779
|
label: backButton.label,
|
|
@@ -12854,7 +12876,7 @@ function ListPageLayout({
|
|
|
12854
12876
|
}, [debouncedSearchValue, onSearch, searchValue]);
|
|
12855
12877
|
const hasMobileFilter = mobileFilterGroups && mobileFilterGroups.length > 0 || mobileSortConfig && mobileSortConfig.columns.length > 0;
|
|
12856
12878
|
if (error) {
|
|
12857
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12879
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.PageError, { message: error });
|
|
12858
12880
|
}
|
|
12859
12881
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12860
12882
|
ListPageContainer,
|
|
@@ -12882,7 +12904,7 @@ function ListPageLayout({
|
|
|
12882
12904
|
}
|
|
12883
12905
|
),
|
|
12884
12906
|
hasMobileFilter && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12885
|
-
|
|
12907
|
+
_chunkIE6OU3WQcjs.Button,
|
|
12886
12908
|
{
|
|
12887
12909
|
variant: "outline",
|
|
12888
12910
|
size: "icon",
|
|
@@ -13073,7 +13095,7 @@ var BenefitCardGrid = ({
|
|
|
13073
13095
|
};
|
|
13074
13096
|
|
|
13075
13097
|
// src/components/ui/brand-association-card.tsx
|
|
13076
|
-
|
|
13098
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
13077
13099
|
|
|
13078
13100
|
|
|
13079
13101
|
|
|
@@ -13093,7 +13115,7 @@ function BrandAssociationCard({
|
|
|
13093
13115
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-h2 tracking-[-0.64px] text-ods-text-primary", children: item.title }),
|
|
13094
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 }),
|
|
13095
13117
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
13096
|
-
|
|
13118
|
+
_chunkIE6OU3WQcjs.Button,
|
|
13097
13119
|
{
|
|
13098
13120
|
variant: "outline",
|
|
13099
13121
|
href: item.link,
|
|
@@ -13780,7 +13802,7 @@ function FeatureCardGrid({
|
|
|
13780
13802
|
if (allCardsHaveNoBorders) {
|
|
13781
13803
|
finalCardClassName = "bg-transparent p-0 overflow-visible border-0 shadow-none rounded-none";
|
|
13782
13804
|
}
|
|
13783
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13805
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.Card, { className: `${finalCardClassName} ${className}`, children: Array.from({ length: rows }, (_, rowIndex) => {
|
|
13784
13806
|
const startIndex = rowIndex * itemsPerRow;
|
|
13785
13807
|
const rowItems = items.slice(startIndex, startIndex + itemsPerRow);
|
|
13786
13808
|
const isLastRow = rowIndex === rows - 1;
|
|
@@ -13810,7 +13832,7 @@ function FeatureCardGrid({
|
|
|
13810
13832
|
item.icon && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start justify-between", children: [
|
|
13811
13833
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, item.icon, { size: 80, color: item.iconColor }),
|
|
13812
13834
|
item.badge && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13813
|
-
|
|
13835
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
13814
13836
|
{
|
|
13815
13837
|
text: item.badge.text,
|
|
13816
13838
|
variant: item.badge.variant || "card",
|
|
@@ -13819,7 +13841,7 @@ function FeatureCardGrid({
|
|
|
13819
13841
|
)
|
|
13820
13842
|
] }),
|
|
13821
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,
|
|
13822
|
-
|
|
13844
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
13823
13845
|
{
|
|
13824
13846
|
text: item.badge.text,
|
|
13825
13847
|
variant: item.badge.variant || "card",
|
|
@@ -14089,7 +14111,7 @@ function DropdownButton({
|
|
|
14089
14111
|
[disabled]
|
|
14090
14112
|
);
|
|
14091
14113
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14092
|
-
|
|
14114
|
+
_chunkBOCFIKYScjs.ActionsMenuDropdown,
|
|
14093
14115
|
{
|
|
14094
14116
|
groups: [{ items }],
|
|
14095
14117
|
open,
|
|
@@ -14134,7 +14156,7 @@ function DropdownButton({
|
|
|
14134
14156
|
// src/components/ui/more-actions-menu.tsx
|
|
14135
14157
|
_chunkWBR7H6E3cjs.init_next_link.call(void 0, );
|
|
14136
14158
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
14137
|
-
|
|
14159
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
14138
14160
|
|
|
14139
14161
|
function MoreActionsMenu({
|
|
14140
14162
|
items,
|
|
@@ -14149,9 +14171,9 @@ function MoreActionsMenu({
|
|
|
14149
14171
|
onOpenChange,
|
|
14150
14172
|
onCloseAutoFocus
|
|
14151
14173
|
}) {
|
|
14152
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
14153
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14154
|
-
|
|
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,
|
|
14155
14177
|
{
|
|
14156
14178
|
variant: "outline",
|
|
14157
14179
|
size: "icon",
|
|
@@ -14161,7 +14183,7 @@ function MoreActionsMenu({
|
|
|
14161
14183
|
}
|
|
14162
14184
|
) }),
|
|
14163
14185
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14164
|
-
|
|
14186
|
+
_chunkIE6OU3WQcjs.DropdownMenuContent,
|
|
14165
14187
|
{
|
|
14166
14188
|
align,
|
|
14167
14189
|
side,
|
|
@@ -14183,7 +14205,7 @@ function MoreActionsMenu({
|
|
|
14183
14205
|
};
|
|
14184
14206
|
if (item.href) {
|
|
14185
14207
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14186
|
-
|
|
14208
|
+
_chunkIE6OU3WQcjs.DropdownMenuItem,
|
|
14187
14209
|
{
|
|
14188
14210
|
asChild: true,
|
|
14189
14211
|
disabled: item.disabled,
|
|
@@ -14212,7 +14234,7 @@ function MoreActionsMenu({
|
|
|
14212
14234
|
);
|
|
14213
14235
|
}
|
|
14214
14236
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14215
|
-
|
|
14237
|
+
_chunkIE6OU3WQcjs.DropdownMenuItem,
|
|
14216
14238
|
{
|
|
14217
14239
|
onClick: handleActivate,
|
|
14218
14240
|
disabled: item.disabled,
|
|
@@ -14280,7 +14302,7 @@ function OrganizationCard({
|
|
|
14280
14302
|
),
|
|
14281
14303
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start gap-3 w-full", children: [
|
|
14282
14304
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14283
|
-
|
|
14305
|
+
_chunkBOCFIKYScjs.EntityImage,
|
|
14284
14306
|
{
|
|
14285
14307
|
src: fetchedImageUrl || organization.imageUrl,
|
|
14286
14308
|
alt: organization.name
|
|
@@ -14491,7 +14513,7 @@ function ArrayEntryManager({
|
|
|
14491
14513
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { className: "text-[14px] text-ods-text-primary", children: title }),
|
|
14492
14514
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
14493
14515
|
requireSave && isDirty && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14494
|
-
|
|
14516
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14495
14517
|
{
|
|
14496
14518
|
type: "button",
|
|
14497
14519
|
size: "small-legacy",
|
|
@@ -14503,7 +14525,7 @@ function ArrayEntryManager({
|
|
|
14503
14525
|
}
|
|
14504
14526
|
),
|
|
14505
14527
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14506
|
-
|
|
14528
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14507
14529
|
{
|
|
14508
14530
|
type: "button",
|
|
14509
14531
|
variant: "outline",
|
|
@@ -14533,7 +14555,7 @@ function ArrayEntryManager({
|
|
|
14533
14555
|
)
|
|
14534
14556
|
] }),
|
|
14535
14557
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14536
|
-
|
|
14558
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14537
14559
|
{
|
|
14538
14560
|
type: "button",
|
|
14539
14561
|
variant: "transparent",
|
|
@@ -14549,7 +14571,7 @@ function ArrayEntryManager({
|
|
|
14549
14571
|
}
|
|
14550
14572
|
|
|
14551
14573
|
// src/components/features/provider-button.tsx
|
|
14552
|
-
|
|
14574
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
14553
14575
|
|
|
14554
14576
|
|
|
14555
14577
|
var PROVIDER_CONFIG = {
|
|
@@ -14595,7 +14617,7 @@ function ProviderButton({ provider, onClick, disabled = false, loading = false }
|
|
|
14595
14617
|
}
|
|
14596
14618
|
};
|
|
14597
14619
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14598
|
-
|
|
14620
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14599
14621
|
{
|
|
14600
14622
|
type: "button",
|
|
14601
14623
|
onClick: handleClick,
|
|
@@ -14717,7 +14739,7 @@ function ChangelogManager({
|
|
|
14717
14739
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-between", children: [
|
|
14718
14740
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { className: "text-[14px] text-ods-text-primary", children: title }),
|
|
14719
14741
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14720
|
-
|
|
14742
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14721
14743
|
{
|
|
14722
14744
|
type: "button",
|
|
14723
14745
|
variant: "outline",
|
|
@@ -14735,7 +14757,7 @@ function ChangelogManager({
|
|
|
14735
14757
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-bg-secondary rounded-lg border border-ods-border overflow-hidden", children: [
|
|
14736
14758
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-3 p-3", children: [
|
|
14737
14759
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14738
|
-
|
|
14760
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14739
14761
|
{
|
|
14740
14762
|
type: "button",
|
|
14741
14763
|
variant: "transparent",
|
|
@@ -14747,7 +14769,7 @@ function ChangelogManager({
|
|
|
14747
14769
|
),
|
|
14748
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)" }) }),
|
|
14749
14771
|
showVisibilityToggle && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14750
|
-
|
|
14772
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14751
14773
|
{
|
|
14752
14774
|
type: "button",
|
|
14753
14775
|
variant: "transparent",
|
|
@@ -14759,7 +14781,7 @@ function ChangelogManager({
|
|
|
14759
14781
|
}
|
|
14760
14782
|
),
|
|
14761
14783
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14762
|
-
|
|
14784
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14763
14785
|
{
|
|
14764
14786
|
type: "button",
|
|
14765
14787
|
variant: "transparent",
|
|
@@ -14890,7 +14912,7 @@ function ClickUpTasksManager({
|
|
|
14890
14912
|
}
|
|
14891
14913
|
|
|
14892
14914
|
// src/components/features/command-box.tsx
|
|
14893
|
-
|
|
14915
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
14894
14916
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
14895
14917
|
|
|
14896
14918
|
var lineClampClasses = {
|
|
@@ -14927,7 +14949,7 @@ function CommandBox({
|
|
|
14927
14949
|
),
|
|
14928
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: [
|
|
14929
14951
|
secondaryAction && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14930
|
-
|
|
14952
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14931
14953
|
{
|
|
14932
14954
|
variant: secondaryAction.variant || "outline",
|
|
14933
14955
|
leftIcon: secondaryAction.icon,
|
|
@@ -14939,7 +14961,7 @@ function CommandBox({
|
|
|
14939
14961
|
}
|
|
14940
14962
|
),
|
|
14941
14963
|
primaryAction && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14942
|
-
|
|
14964
|
+
_chunkIE6OU3WQcjs.Button,
|
|
14943
14965
|
{
|
|
14944
14966
|
variant: primaryAction.variant || "accent",
|
|
14945
14967
|
leftIcon: primaryAction.icon,
|
|
@@ -14982,7 +15004,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
|
14982
15004
|
|
|
14983
15005
|
// src/components/features/section-selector.tsx
|
|
14984
15006
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
14985
|
-
|
|
15007
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
14986
15008
|
|
|
14987
15009
|
var SectionButton = ({
|
|
14988
15010
|
section,
|
|
@@ -15001,7 +15023,7 @@ var SectionButton = ({
|
|
|
15001
15023
|
const numberClasses = "font-['DM_Sans'] font-bold text-ods-accent";
|
|
15002
15024
|
const isDisabled = section.disabled || disabled;
|
|
15003
15025
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
15004
|
-
|
|
15026
|
+
_chunkIE6OU3WQcjs.Button,
|
|
15005
15027
|
{
|
|
15006
15028
|
onClick,
|
|
15007
15029
|
disabled: isDisabled,
|
|
@@ -15031,7 +15053,7 @@ var SectionButton = ({
|
|
|
15031
15053
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 flex-wrap", children: [
|
|
15032
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 }),
|
|
15033
15055
|
section.badge && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
15034
|
-
|
|
15056
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
15035
15057
|
{
|
|
15036
15058
|
text: section.badge.text,
|
|
15037
15059
|
variant: section.badge.variant || "button",
|
|
@@ -15050,7 +15072,7 @@ var SectionButton = ({
|
|
|
15050
15072
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start gap-2 flex-wrap w-full", children: [
|
|
15051
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 }),
|
|
15052
15074
|
section.badge && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
15053
|
-
|
|
15075
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
15054
15076
|
{
|
|
15055
15077
|
text: section.badge.text,
|
|
15056
15078
|
variant: section.badge.variant || "button",
|
|
@@ -15929,7 +15951,7 @@ var FiltersDropdown = ({
|
|
|
15929
15951
|
}) }),
|
|
15930
15952
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-3 mt-4 shrink-0", children: [
|
|
15931
15953
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
15932
|
-
|
|
15954
|
+
_chunkIE6OU3WQcjs.Button,
|
|
15933
15955
|
{
|
|
15934
15956
|
variant: "outline",
|
|
15935
15957
|
onClick: handleReset,
|
|
@@ -15939,7 +15961,7 @@ var FiltersDropdown = ({
|
|
|
15939
15961
|
}
|
|
15940
15962
|
),
|
|
15941
15963
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
15942
|
-
|
|
15964
|
+
_chunkIE6OU3WQcjs.Button,
|
|
15943
15965
|
{
|
|
15944
15966
|
variant: "accent",
|
|
15945
15967
|
onClick: handleApply,
|
|
@@ -16160,7 +16182,7 @@ function MediaGalleryManager({
|
|
|
16160
16182
|
const renderMediaItem = _react.useCallback.call(void 0, (mediaItem, index) => {
|
|
16161
16183
|
const isDeleting = deletingIndex === index;
|
|
16162
16184
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
16163
|
-
|
|
16185
|
+
_chunkBOCFIKYScjs.Card,
|
|
16164
16186
|
{
|
|
16165
16187
|
className: "relative group border-ods-border hover:border-ods-accent/30 transition-colors",
|
|
16166
16188
|
draggable: true,
|
|
@@ -16170,7 +16192,7 @@ function MediaGalleryManager({
|
|
|
16170
16192
|
children: [
|
|
16171
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" }) }),
|
|
16172
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,
|
|
16173
|
-
|
|
16195
|
+
_chunkIE6OU3WQcjs.Button,
|
|
16174
16196
|
{
|
|
16175
16197
|
type: "button",
|
|
16176
16198
|
variant: "outline",
|
|
@@ -16220,7 +16242,7 @@ function MediaGalleryManager({
|
|
|
16220
16242
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-xs text-ods-text-secondary mt-1", children: "Maximum file size: 50MB" })
|
|
16221
16243
|
] }),
|
|
16222
16244
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
16223
|
-
|
|
16245
|
+
_chunkIE6OU3WQcjs.Button,
|
|
16224
16246
|
{
|
|
16225
16247
|
type: "button",
|
|
16226
16248
|
variant: "outline",
|
|
@@ -16263,7 +16285,7 @@ function MediaGalleryManager({
|
|
|
16263
16285
|
}
|
|
16264
16286
|
|
|
16265
16287
|
// src/components/features/more-about-button.tsx
|
|
16266
|
-
|
|
16288
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
16267
16289
|
|
|
16268
16290
|
|
|
16269
16291
|
var MoreAboutButton = ({
|
|
@@ -16271,7 +16293,7 @@ var MoreAboutButton = ({
|
|
|
16271
16293
|
className = ""
|
|
16272
16294
|
}) => {
|
|
16273
16295
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
16274
|
-
|
|
16296
|
+
_chunkIE6OU3WQcjs.Button,
|
|
16275
16297
|
{
|
|
16276
16298
|
size: "default",
|
|
16277
16299
|
variant: "transparent",
|
|
@@ -16670,7 +16692,7 @@ function getOpenFramePaths(platform) {
|
|
|
16670
16692
|
}
|
|
16671
16693
|
|
|
16672
16694
|
// src/components/features/platform-filter.tsx
|
|
16673
|
-
|
|
16695
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
16674
16696
|
|
|
16675
16697
|
function PlatformFilterComponent({
|
|
16676
16698
|
selectedPlatform,
|
|
@@ -16682,7 +16704,7 @@ function PlatformFilterComponent({
|
|
|
16682
16704
|
}) {
|
|
16683
16705
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: `flex items-center gap-2 flex-wrap ${className}`, children: [
|
|
16684
16706
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
16685
|
-
|
|
16707
|
+
_chunkIE6OU3WQcjs.Button,
|
|
16686
16708
|
{
|
|
16687
16709
|
type: "button",
|
|
16688
16710
|
variant: selectedPlatform === "all" ? "accent" : "outline",
|
|
@@ -16693,7 +16715,7 @@ function PlatformFilterComponent({
|
|
|
16693
16715
|
}
|
|
16694
16716
|
),
|
|
16695
16717
|
platforms.map((platform) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
16696
|
-
|
|
16718
|
+
_chunkIE6OU3WQcjs.Button,
|
|
16697
16719
|
{
|
|
16698
16720
|
type: "button",
|
|
16699
16721
|
variant: selectedPlatform === platform.value ? "accent" : "outline",
|
|
@@ -16949,7 +16971,7 @@ function ReleaseMediaManager({
|
|
|
16949
16971
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-xs text-ods-text-secondary mt-1", children: "Maximum file size: 50MB" })
|
|
16950
16972
|
] }),
|
|
16951
16973
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
16952
|
-
|
|
16974
|
+
_chunkIE6OU3WQcjs.Button,
|
|
16953
16975
|
{
|
|
16954
16976
|
type: "button",
|
|
16955
16977
|
variant: "outline",
|
|
@@ -16992,7 +17014,7 @@ function ReleaseMediaManager({
|
|
|
16992
17014
|
children: [
|
|
16993
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" }) }),
|
|
16994
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,
|
|
16995
|
-
|
|
17017
|
+
_chunkIE6OU3WQcjs.Button,
|
|
16996
17018
|
{
|
|
16997
17019
|
type: "button",
|
|
16998
17020
|
variant: "outline",
|
|
@@ -17292,7 +17314,7 @@ function SEOEditorPreview({
|
|
|
17292
17314
|
),
|
|
17293
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: [
|
|
17294
17316
|
onOgImageUpload && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17295
|
-
|
|
17317
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17296
17318
|
{
|
|
17297
17319
|
type: "button",
|
|
17298
17320
|
variant: "outline",
|
|
@@ -17304,7 +17326,7 @@ function SEOEditorPreview({
|
|
|
17304
17326
|
}
|
|
17305
17327
|
),
|
|
17306
17328
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17307
|
-
|
|
17329
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17308
17330
|
{
|
|
17309
17331
|
type: "button",
|
|
17310
17332
|
variant: "outline",
|
|
@@ -17455,7 +17477,7 @@ function SocialLinksManager({
|
|
|
17455
17477
|
)
|
|
17456
17478
|
] }),
|
|
17457
17479
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17458
|
-
|
|
17480
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17459
17481
|
{
|
|
17460
17482
|
type: "button",
|
|
17461
17483
|
variant: "transparent",
|
|
@@ -17469,7 +17491,7 @@ function SocialLinksManager({
|
|
|
17469
17491
|
}),
|
|
17470
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." }) }),
|
|
17471
17493
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17472
|
-
|
|
17494
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17473
17495
|
{
|
|
17474
17496
|
variant: "outline",
|
|
17475
17497
|
onClick: addLink,
|
|
@@ -17483,7 +17505,7 @@ function SocialLinksManager({
|
|
|
17483
17505
|
}
|
|
17484
17506
|
|
|
17485
17507
|
// src/components/features/start-with-openframe-button.tsx
|
|
17486
|
-
|
|
17508
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
17487
17509
|
|
|
17488
17510
|
|
|
17489
17511
|
var StartWithOpenFrameButton = React70.forwardRef(({ children = "Start Free Trial", mode = "outline", className, buttonSize, loading = false, buttonBackgroundColor, buttonTextColor, ...props }, ref) => {
|
|
@@ -17519,7 +17541,7 @@ var StartWithOpenFrameButton = React70.forwardRef(({ children = "Start Free Tria
|
|
|
17519
17541
|
iconUpperPath = "#1A1A1A";
|
|
17520
17542
|
}
|
|
17521
17543
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17522
|
-
|
|
17544
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17523
17545
|
{
|
|
17524
17546
|
ref,
|
|
17525
17547
|
...props,
|
|
@@ -17540,7 +17562,7 @@ var StartWithOpenFrameButton = React70.forwardRef(({ children = "Start Free Tria
|
|
|
17540
17562
|
}
|
|
17541
17563
|
) : void 0,
|
|
17542
17564
|
rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17543
|
-
|
|
17565
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
17544
17566
|
{
|
|
17545
17567
|
text: "Beta",
|
|
17546
17568
|
variant: "button",
|
|
@@ -17554,7 +17576,7 @@ var StartWithOpenFrameButton = React70.forwardRef(({ children = "Start Free Tria
|
|
|
17554
17576
|
StartWithOpenFrameButton.displayName = "StartWithOpenFrameButton";
|
|
17555
17577
|
|
|
17556
17578
|
// src/components/features/status-filter-component.tsx
|
|
17557
|
-
|
|
17579
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
17558
17580
|
|
|
17559
17581
|
|
|
17560
17582
|
function StatusFilterComponent({
|
|
@@ -17573,7 +17595,7 @@ function StatusFilterComponent({
|
|
|
17573
17595
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-h5 text-ods-text-secondary", children: "Status" })
|
|
17574
17596
|
] }),
|
|
17575
17597
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17576
|
-
|
|
17598
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17577
17599
|
{
|
|
17578
17600
|
type: "button",
|
|
17579
17601
|
variant: selectedStatus === "all" ? "accent" : "outline",
|
|
@@ -17585,7 +17607,7 @@ function StatusFilterComponent({
|
|
|
17585
17607
|
}
|
|
17586
17608
|
),
|
|
17587
17609
|
filteredOptions.map((option) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17588
|
-
|
|
17610
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17589
17611
|
{
|
|
17590
17612
|
type: "button",
|
|
17591
17613
|
variant: selectedStatus === option.value ? "accent" : "outline",
|
|
@@ -17725,7 +17747,7 @@ function TagsSelector({
|
|
|
17725
17747
|
}
|
|
17726
17748
|
),
|
|
17727
17749
|
searchQuery && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17728
|
-
|
|
17750
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17729
17751
|
{
|
|
17730
17752
|
variant: "transparent",
|
|
17731
17753
|
type: "button",
|
|
@@ -17741,7 +17763,7 @@ function TagsSelector({
|
|
|
17741
17763
|
] }),
|
|
17742
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: [
|
|
17743
17765
|
canCreateNewTag && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
17744
|
-
|
|
17766
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17745
17767
|
{
|
|
17746
17768
|
variant: "outline",
|
|
17747
17769
|
type: "button",
|
|
@@ -17760,7 +17782,7 @@ function TagsSelector({
|
|
|
17760
17782
|
}
|
|
17761
17783
|
),
|
|
17762
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,
|
|
17763
|
-
|
|
17785
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17764
17786
|
{
|
|
17765
17787
|
variant: "outline",
|
|
17766
17788
|
type: "button",
|
|
@@ -17785,7 +17807,7 @@ function TagsSelector({
|
|
|
17785
17807
|
}
|
|
17786
17808
|
|
|
17787
17809
|
// src/components/features/video-source-selector.tsx
|
|
17788
|
-
|
|
17810
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
17789
17811
|
|
|
17790
17812
|
|
|
17791
17813
|
|
|
@@ -17857,7 +17879,7 @@ function VideoSourceSelector({
|
|
|
17857
17879
|
] }),
|
|
17858
17880
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-2", children: [
|
|
17859
17881
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17860
|
-
|
|
17882
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17861
17883
|
{
|
|
17862
17884
|
type: "button",
|
|
17863
17885
|
variant: videoSourceType === "youtube" ? "accent" : "outline",
|
|
@@ -17868,7 +17890,7 @@ function VideoSourceSelector({
|
|
|
17868
17890
|
}
|
|
17869
17891
|
),
|
|
17870
17892
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17871
|
-
|
|
17893
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17872
17894
|
{
|
|
17873
17895
|
type: "button",
|
|
17874
17896
|
variant: videoSourceType === "uploaded" ? "accent" : "outline",
|
|
@@ -17903,7 +17925,7 @@ function VideoSourceSelector({
|
|
|
17903
17925
|
] })
|
|
17904
17926
|
] }),
|
|
17905
17927
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17906
|
-
|
|
17928
|
+
_chunkIE6OU3WQcjs.Button,
|
|
17907
17929
|
{
|
|
17908
17930
|
type: "button",
|
|
17909
17931
|
variant: "outline",
|
|
@@ -18199,13 +18221,13 @@ function TranscriptSummaryEditor({
|
|
|
18199
18221
|
// src/components/features/highlight-video-section.tsx
|
|
18200
18222
|
|
|
18201
18223
|
|
|
18202
|
-
|
|
18224
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
18203
18225
|
|
|
18204
18226
|
// src/components/features/ai-enrich/AIEnrichSection.tsx
|
|
18205
18227
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
18206
18228
|
|
|
18207
18229
|
// src/components/features/ai-enrich/AIEnrichButton.tsx
|
|
18208
|
-
|
|
18230
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
18209
18231
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
18210
18232
|
|
|
18211
18233
|
var sizeMap = {
|
|
@@ -18229,7 +18251,7 @@ var AIEnrichButton = ({
|
|
|
18229
18251
|
className
|
|
18230
18252
|
}) => {
|
|
18231
18253
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18232
|
-
|
|
18254
|
+
_chunkIE6OU3WQcjs.Button,
|
|
18233
18255
|
{
|
|
18234
18256
|
type: "button",
|
|
18235
18257
|
onClick,
|
|
@@ -18298,7 +18320,7 @@ var AIWarningsSection = ({
|
|
|
18298
18320
|
};
|
|
18299
18321
|
|
|
18300
18322
|
// src/components/features/ai-enrich/AIEnrichSection.tsx
|
|
18301
|
-
|
|
18323
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
18302
18324
|
|
|
18303
18325
|
|
|
18304
18326
|
var AIEnrichSection = ({
|
|
@@ -18404,7 +18426,7 @@ var AIEnrichSection = ({
|
|
|
18404
18426
|
}
|
|
18405
18427
|
),
|
|
18406
18428
|
showCancel && onCancel && loading && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18407
|
-
|
|
18429
|
+
_chunkIE6OU3WQcjs.Button,
|
|
18408
18430
|
{
|
|
18409
18431
|
type: "button",
|
|
18410
18432
|
variant: "outline",
|
|
@@ -18453,7 +18475,7 @@ var AIEnrichSection = ({
|
|
|
18453
18475
|
warnings && warnings.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, AIWarningsSection, { warnings }),
|
|
18454
18476
|
children,
|
|
18455
18477
|
showClearButton && onClear && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18456
|
-
|
|
18478
|
+
_chunkIE6OU3WQcjs.Button,
|
|
18457
18479
|
{
|
|
18458
18480
|
variant: "outline",
|
|
18459
18481
|
size: "small-legacy",
|
|
@@ -18588,7 +18610,7 @@ function HighlightVideoSection({
|
|
|
18588
18610
|
highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
|
|
18589
18611
|
] }),
|
|
18590
18612
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18591
|
-
|
|
18613
|
+
_chunkIE6OU3WQcjs.Button,
|
|
18592
18614
|
{
|
|
18593
18615
|
type: "button",
|
|
18594
18616
|
variant: "outline",
|
|
@@ -18984,7 +19006,7 @@ function HighlightGenerationSection({
|
|
|
18984
19006
|
|
|
18985
19007
|
// src/components/features/highlight-video-preview.tsx
|
|
18986
19008
|
|
|
18987
|
-
|
|
19009
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
18988
19010
|
|
|
18989
19011
|
function HighlightVideoPreview({
|
|
18990
19012
|
highlightVideoUrl,
|
|
@@ -19027,7 +19049,7 @@ function HighlightVideoPreview({
|
|
|
19027
19049
|
highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
|
|
19028
19050
|
] }),
|
|
19029
19051
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19030
|
-
|
|
19052
|
+
_chunkIE6OU3WQcjs.Button,
|
|
19031
19053
|
{
|
|
19032
19054
|
type: "button",
|
|
19033
19055
|
variant: "outline",
|
|
@@ -19139,7 +19161,7 @@ function TranscribeAndSummarizeCombinedSection({
|
|
|
19139
19161
|
|
|
19140
19162
|
// src/components/features/highlight-video-combined-section.tsx
|
|
19141
19163
|
|
|
19142
|
-
|
|
19164
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
19143
19165
|
|
|
19144
19166
|
function HighlightVideoCombinedSection({
|
|
19145
19167
|
// Config props
|
|
@@ -19240,7 +19262,7 @@ function HighlightVideoCombinedSection({
|
|
|
19240
19262
|
highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
|
|
19241
19263
|
] }),
|
|
19242
19264
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19243
|
-
|
|
19265
|
+
_chunkIE6OU3WQcjs.Button,
|
|
19244
19266
|
{
|
|
19245
19267
|
type: "button",
|
|
19246
19268
|
variant: "outline",
|
|
@@ -19342,7 +19364,7 @@ function ViewToggle({
|
|
|
19342
19364
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
19343
19365
|
|
|
19344
19366
|
|
|
19345
|
-
|
|
19367
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
19346
19368
|
|
|
19347
19369
|
// src/components/dropdown-menu.tsx
|
|
19348
19370
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
@@ -19500,7 +19522,7 @@ var PolicyRow = ({ policy, categoryId, editMode, onPermissionChange }) => {
|
|
|
19500
19522
|
] }),
|
|
19501
19523
|
editMode ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, DropdownMenu2, { children: [
|
|
19502
19524
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, DropdownMenuTrigger2, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19503
|
-
|
|
19525
|
+
_chunkIE6OU3WQcjs.Button,
|
|
19504
19526
|
{
|
|
19505
19527
|
variant: "outline",
|
|
19506
19528
|
rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronDown, { className: "h-6 w-6 text-ods-text-secondary" }),
|
|
@@ -19556,7 +19578,7 @@ var CategorySection = ({
|
|
|
19556
19578
|
] }),
|
|
19557
19579
|
editMode ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { onClick: (e) => e.stopPropagation(), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, DropdownMenu2, { children: [
|
|
19558
19580
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, DropdownMenuTrigger2, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19559
|
-
|
|
19581
|
+
_chunkIE6OU3WQcjs.Button,
|
|
19560
19582
|
{
|
|
19561
19583
|
variant: "outline",
|
|
19562
19584
|
rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronDown, { className: "h-6 w-6 text-ods-text-secondary" }),
|
|
@@ -19601,7 +19623,7 @@ var CategorySection = ({
|
|
|
19601
19623
|
}
|
|
19602
19624
|
),
|
|
19603
19625
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19604
|
-
|
|
19626
|
+
_chunkIE6OU3WQcjs.Button,
|
|
19605
19627
|
{
|
|
19606
19628
|
type: "button",
|
|
19607
19629
|
variant: "transparent",
|
|
@@ -19677,7 +19699,7 @@ var PolicyConfigurationPanel = ({
|
|
|
19677
19699
|
PolicyConfigurationPanel.displayName = "PolicyConfigurationPanel";
|
|
19678
19700
|
|
|
19679
19701
|
// src/components/features/waitlist-form.tsx
|
|
19680
|
-
|
|
19702
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
19681
19703
|
|
|
19682
19704
|
// src/components/ui/phone-input.tsx
|
|
19683
19705
|
|
|
@@ -19958,7 +19980,7 @@ function WaitlistForm({
|
|
|
19958
19980
|
}
|
|
19959
19981
|
),
|
|
19960
19982
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19961
|
-
|
|
19983
|
+
_chunkIE6OU3WQcjs.Button,
|
|
19962
19984
|
{
|
|
19963
19985
|
type: "button",
|
|
19964
19986
|
loading: isSubmitting,
|
|
@@ -20050,6 +20072,7 @@ function NotificationsProvider({
|
|
|
20050
20072
|
defaultShowDesktopPopups = false,
|
|
20051
20073
|
onShowDesktopPopupsChange,
|
|
20052
20074
|
onHistoryClick,
|
|
20075
|
+
historyHref,
|
|
20053
20076
|
actions,
|
|
20054
20077
|
hasMore = false,
|
|
20055
20078
|
isLoadingMore = false,
|
|
@@ -20155,6 +20178,7 @@ function NotificationsProvider({
|
|
|
20155
20178
|
setShowDesktopPopups,
|
|
20156
20179
|
desktopPopupsConfigured,
|
|
20157
20180
|
onHistoryClick,
|
|
20181
|
+
historyHref,
|
|
20158
20182
|
hasMore,
|
|
20159
20183
|
isLoadingMore,
|
|
20160
20184
|
loadMore: onLoadMore,
|
|
@@ -20181,6 +20205,7 @@ function NotificationsProvider({
|
|
|
20181
20205
|
toggle,
|
|
20182
20206
|
setShowPopups,
|
|
20183
20207
|
onHistoryClick,
|
|
20208
|
+
historyHref,
|
|
20184
20209
|
hasMore,
|
|
20185
20210
|
isLoadingMore,
|
|
20186
20211
|
onLoadMore,
|
|
@@ -20202,12 +20227,12 @@ function useOptionalNotifications() {
|
|
|
20202
20227
|
|
|
20203
20228
|
// src/components/features/notifications/notification-drawer.tsx
|
|
20204
20229
|
|
|
20205
|
-
|
|
20230
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
20206
20231
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
20207
20232
|
|
|
20208
20233
|
// src/components/features/notifications/notification-tile.tsx
|
|
20209
20234
|
|
|
20210
|
-
|
|
20235
|
+
_chunkIE6OU3WQcjs.init_button.call(void 0, );
|
|
20211
20236
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
20212
20237
|
|
|
20213
20238
|
function NotificationTile({
|
|
@@ -20253,7 +20278,7 @@ function NotificationTile({
|
|
|
20253
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
|
|
20254
20279
|
] }),
|
|
20255
20280
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
20256
|
-
|
|
20281
|
+
_chunkIE6OU3WQcjs.Button,
|
|
20257
20282
|
{
|
|
20258
20283
|
variant: "outline",
|
|
20259
20284
|
size: "small",
|
|
@@ -20329,6 +20354,7 @@ function NotificationDrawer({
|
|
|
20329
20354
|
setShowDesktopPopups,
|
|
20330
20355
|
desktopPopupsConfigured,
|
|
20331
20356
|
onHistoryClick,
|
|
20357
|
+
historyHref,
|
|
20332
20358
|
hasMore,
|
|
20333
20359
|
isLoadingMore,
|
|
20334
20360
|
loadMore,
|
|
@@ -20390,7 +20416,8 @@ function NotificationDrawer({
|
|
|
20390
20416
|
onClick: onHistoryClick ? () => {
|
|
20391
20417
|
onHistoryClick();
|
|
20392
20418
|
close();
|
|
20393
|
-
} : void 0
|
|
20419
|
+
} : void 0,
|
|
20420
|
+
historyHref
|
|
20394
20421
|
}
|
|
20395
20422
|
)
|
|
20396
20423
|
] })
|
|
@@ -20521,15 +20548,23 @@ function DesktopNotificationsToggleRow({ checked, onChange }) {
|
|
|
20521
20548
|
] })
|
|
20522
20549
|
] });
|
|
20523
20550
|
}
|
|
20524
|
-
function NotificationsHistoryButton({ onClick }) {
|
|
20551
|
+
function NotificationsHistoryButton({ onClick, historyHref }) {
|
|
20525
20552
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
20526
|
-
|
|
20553
|
+
_chunkIE6OU3WQcjs.SplitButton,
|
|
20527
20554
|
{
|
|
20528
20555
|
variant: "outline",
|
|
20529
20556
|
fullWidth: true,
|
|
20530
|
-
disabled: !onClick,
|
|
20531
20557
|
onClick,
|
|
20532
|
-
|
|
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
|
+
},
|
|
20533
20568
|
children: "Notifications History"
|
|
20534
20569
|
}
|
|
20535
20570
|
);
|
|
@@ -20932,8 +20967,8 @@ function useOptionalTimeTracker() {
|
|
|
20932
20967
|
// src/components/features/time-tracker/time-tracker-panel.tsx
|
|
20933
20968
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
20934
20969
|
|
|
20935
|
-
|
|
20936
|
-
|
|
20970
|
+
_chunkIE6OU3WQcjs.init_button.call(void 0, );
|
|
20971
|
+
_chunkIE6OU3WQcjs.init_split_button.call(void 0, );
|
|
20937
20972
|
|
|
20938
20973
|
// src/components/features/time-tracker/use-tracker-clock.ts
|
|
20939
20974
|
|
|
@@ -21015,7 +21050,7 @@ function TimeTrackerPanel({
|
|
|
21015
21050
|
),
|
|
21016
21051
|
children: [
|
|
21017
21052
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21018
|
-
|
|
21053
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21019
21054
|
{
|
|
21020
21055
|
variant: "transparent",
|
|
21021
21056
|
size: "icon-sm",
|
|
@@ -21029,7 +21064,7 @@ function TimeTrackerPanel({
|
|
|
21029
21064
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-[var(--spacing-system-s)]", children: [
|
|
21030
21065
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, StatusTag, { status }),
|
|
21031
21066
|
isActive && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21032
|
-
|
|
21067
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21033
21068
|
{
|
|
21034
21069
|
variant: "transparent",
|
|
21035
21070
|
onClick: onCancel,
|
|
@@ -21050,7 +21085,7 @@ function TimeTrackerPanel({
|
|
|
21050
21085
|
}
|
|
21051
21086
|
) }),
|
|
21052
21087
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21053
|
-
|
|
21088
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21054
21089
|
{
|
|
21055
21090
|
size: "icon",
|
|
21056
21091
|
variant: isActive ? "transparent" : "accent",
|
|
@@ -21062,7 +21097,7 @@ function TimeTrackerPanel({
|
|
|
21062
21097
|
}
|
|
21063
21098
|
),
|
|
21064
21099
|
isActive && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21065
|
-
|
|
21100
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21066
21101
|
{
|
|
21067
21102
|
size: "icon",
|
|
21068
21103
|
variant: "accent",
|
|
@@ -21109,7 +21144,7 @@ function TimeTrackerPanel({
|
|
|
21109
21144
|
] }),
|
|
21110
21145
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex w-full flex-wrap gap-[var(--spacing-system-m)]", children: [
|
|
21111
21146
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21112
|
-
|
|
21147
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21113
21148
|
{
|
|
21114
21149
|
variant: "outline",
|
|
21115
21150
|
className: "min-w-0 flex-1",
|
|
@@ -21120,7 +21155,7 @@ function TimeTrackerPanel({
|
|
|
21120
21155
|
}
|
|
21121
21156
|
),
|
|
21122
21157
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21123
|
-
|
|
21158
|
+
_chunkIE6OU3WQcjs.SplitButton,
|
|
21124
21159
|
{
|
|
21125
21160
|
variant: "outline",
|
|
21126
21161
|
onClick: onOpenMyTime,
|
|
@@ -21163,7 +21198,7 @@ function LastEntryRow({ entry, onClick }) {
|
|
|
21163
21198
|
entry.description && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "truncate text-h6 text-ods-text-secondary", children: entry.description })
|
|
21164
21199
|
] }),
|
|
21165
21200
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21166
|
-
|
|
21201
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21167
21202
|
{
|
|
21168
21203
|
variant: "outline",
|
|
21169
21204
|
size: "icon",
|
|
@@ -21294,7 +21329,7 @@ _chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
|
21294
21329
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
21295
21330
|
|
|
21296
21331
|
// src/components/features/board/board-column-header.tsx
|
|
21297
|
-
|
|
21332
|
+
_chunkIE6OU3WQcjs.init_button.call(void 0, );
|
|
21298
21333
|
|
|
21299
21334
|
function BoardColumnHeader({
|
|
21300
21335
|
column,
|
|
@@ -21309,7 +21344,7 @@ function BoardColumnHeader({
|
|
|
21309
21344
|
if (collapsed) {
|
|
21310
21345
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex h-full flex-col items-center gap-[var(--spacing-system-xsf)]", children: [
|
|
21311
21346
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21312
|
-
|
|
21347
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21313
21348
|
{
|
|
21314
21349
|
variant: "transparent",
|
|
21315
21350
|
size: "icon",
|
|
@@ -21352,7 +21387,7 @@ function BoardColumnHeader({
|
|
|
21352
21387
|
] }),
|
|
21353
21388
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex shrink-0 items-center gap-[var(--spacing-system-xxs)]", children: [
|
|
21354
21389
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21355
|
-
|
|
21390
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21356
21391
|
{
|
|
21357
21392
|
variant: "transparent",
|
|
21358
21393
|
size: "icon",
|
|
@@ -21363,7 +21398,7 @@ function BoardColumnHeader({
|
|
|
21363
21398
|
}
|
|
21364
21399
|
),
|
|
21365
21400
|
onArchive && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21366
|
-
|
|
21401
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21367
21402
|
{
|
|
21368
21403
|
variant: "transparent",
|
|
21369
21404
|
size: "icon",
|
|
@@ -21374,7 +21409,7 @@ function BoardColumnHeader({
|
|
|
21374
21409
|
}
|
|
21375
21410
|
),
|
|
21376
21411
|
onAddTicket && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21377
|
-
|
|
21412
|
+
_chunkIE6OU3WQcjs.Button,
|
|
21378
21413
|
{
|
|
21379
21414
|
variant: "transparent",
|
|
21380
21415
|
size: "icon",
|
|
@@ -21514,7 +21549,7 @@ function TicketCard({
|
|
|
21514
21549
|
),
|
|
21515
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: [
|
|
21516
21551
|
ticket.assignees.slice(0, MAX_VISIBLE_ASSIGNEES).map((a) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21517
|
-
|
|
21552
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
21518
21553
|
{
|
|
21519
21554
|
src: a.avatarUrl,
|
|
21520
21555
|
alt: _nullishCoalesce(_nullishCoalesce(a.name, () => ( a.initials)), () => ( a.id)),
|
|
@@ -22203,7 +22238,7 @@ function SortableRow({
|
|
|
22203
22238
|
// src/components/navigation/header.tsx
|
|
22204
22239
|
_chunkWBR7H6E3cjs.init_next_link.call(void 0, );
|
|
22205
22240
|
|
|
22206
|
-
|
|
22241
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
22207
22242
|
|
|
22208
22243
|
function Header2({ config, platform }) {
|
|
22209
22244
|
const [show, setShow] = _react.useState.call(void 0, true);
|
|
@@ -22278,7 +22313,7 @@ function Header2({ config, platform }) {
|
|
|
22278
22313
|
const isOpen = openDropdowns[item.id] || false;
|
|
22279
22314
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative", children: [
|
|
22280
22315
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22281
|
-
|
|
22316
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22282
22317
|
{
|
|
22283
22318
|
ref: (el) => {
|
|
22284
22319
|
triggerRefs.current[item.id] = el;
|
|
@@ -22322,7 +22357,7 @@ function Header2({ config, platform }) {
|
|
|
22322
22357
|
),
|
|
22323
22358
|
children: [
|
|
22324
22359
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "p-2", children: item.children.map((child, index) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22325
|
-
|
|
22360
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22326
22361
|
{
|
|
22327
22362
|
variant: "transparent",
|
|
22328
22363
|
size: "small-legacy",
|
|
@@ -22360,7 +22395,7 @@ function Header2({ config, platform }) {
|
|
|
22360
22395
|
}
|
|
22361
22396
|
if (item.href || item.onClick) {
|
|
22362
22397
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22363
|
-
|
|
22398
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22364
22399
|
{
|
|
22365
22400
|
variant: "transparent",
|
|
22366
22401
|
href: item.href,
|
|
@@ -22385,7 +22420,7 @@ function Header2({ config, platform }) {
|
|
|
22385
22420
|
);
|
|
22386
22421
|
}
|
|
22387
22422
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22388
|
-
|
|
22423
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22389
22424
|
{
|
|
22390
22425
|
variant: "transparent",
|
|
22391
22426
|
onClick: item.onClick,
|
|
@@ -22449,7 +22484,7 @@ function Header2({ config, platform }) {
|
|
|
22449
22484
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-end gap-4 flex-shrink-0", children: [
|
|
22450
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 }),
|
|
22451
22486
|
config.mobile && config.mobile.enabled && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22452
|
-
|
|
22487
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22453
22488
|
{
|
|
22454
22489
|
variant: "transparent",
|
|
22455
22490
|
size: "icon",
|
|
@@ -22530,7 +22565,7 @@ function ClientOnlyHeader({ config, skeleton }) {
|
|
|
22530
22565
|
|
|
22531
22566
|
// src/components/navigation/mobile-nav-panel.tsx
|
|
22532
22567
|
|
|
22533
|
-
|
|
22568
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
22534
22569
|
|
|
22535
22570
|
|
|
22536
22571
|
function MobileNavPanel({ isOpen, config }) {
|
|
@@ -22569,7 +22604,7 @@ function MobileNavPanel({ isOpen, config }) {
|
|
|
22569
22604
|
};
|
|
22570
22605
|
if (item.href) {
|
|
22571
22606
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22572
|
-
|
|
22607
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22573
22608
|
{
|
|
22574
22609
|
variant: "outline",
|
|
22575
22610
|
size: "small-legacy",
|
|
@@ -22587,7 +22622,7 @@ function MobileNavPanel({ isOpen, config }) {
|
|
|
22587
22622
|
);
|
|
22588
22623
|
}
|
|
22589
22624
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
22590
|
-
|
|
22625
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22591
22626
|
{
|
|
22592
22627
|
variant: "outline",
|
|
22593
22628
|
size: "small-legacy",
|
|
@@ -22631,7 +22666,7 @@ function MobileNavPanel({ isOpen, config }) {
|
|
|
22631
22666
|
onClick: (e) => e.stopPropagation(),
|
|
22632
22667
|
children: [
|
|
22633
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,
|
|
22634
|
-
|
|
22669
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22635
22670
|
{
|
|
22636
22671
|
"aria-label": "Close menu",
|
|
22637
22672
|
size: "icon",
|
|
@@ -22655,7 +22690,7 @@ function MobileNavPanel({ isOpen, config }) {
|
|
|
22655
22690
|
// src/components/navigation/sliding-sidebar.tsx
|
|
22656
22691
|
|
|
22657
22692
|
|
|
22658
|
-
|
|
22693
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
22659
22694
|
|
|
22660
22695
|
function SlidingSidebar({ config }) {
|
|
22661
22696
|
const [expandedItems, setExpandedItems] = _react.useState.call(void 0, /* @__PURE__ */ new Set());
|
|
@@ -22692,7 +22727,7 @@ function SlidingSidebar({ config }) {
|
|
|
22692
22727
|
);
|
|
22693
22728
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-1", children: [
|
|
22694
22729
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
22695
|
-
|
|
22730
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22696
22731
|
{
|
|
22697
22732
|
variant: "transparent",
|
|
22698
22733
|
size: "default",
|
|
@@ -22730,7 +22765,7 @@ function SlidingSidebar({ config }) {
|
|
|
22730
22765
|
}
|
|
22731
22766
|
if (item.href) {
|
|
22732
22767
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
22733
|
-
|
|
22768
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22734
22769
|
{
|
|
22735
22770
|
variant: "transparent",
|
|
22736
22771
|
size: "default",
|
|
@@ -22753,7 +22788,7 @@ function SlidingSidebar({ config }) {
|
|
|
22753
22788
|
);
|
|
22754
22789
|
}
|
|
22755
22790
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
22756
|
-
|
|
22791
|
+
_chunkIE6OU3WQcjs.Button,
|
|
22757
22792
|
{
|
|
22758
22793
|
variant: "transparent",
|
|
22759
22794
|
size: "default",
|
|
@@ -23234,8 +23269,8 @@ function HeaderOrganizationFilter({
|
|
|
23234
23269
|
const selectedOrg = organizations.find((o) => o.id === selectedOrgId);
|
|
23235
23270
|
const displayName = _optionalChain([selectedOrg, 'optionalAccess', _457 => _457.name]) || "All Organizations";
|
|
23236
23271
|
const deviceCount = _nullishCoalesce(_optionalChain([selectedOrg, 'optionalAccess', _458 => _458.deviceCount]), () => ( totalDeviceCount));
|
|
23237
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
23238
|
-
/* @__PURE__ */ _jsxruntime.jsx.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,
|
|
23239
23274
|
"button",
|
|
23240
23275
|
{
|
|
23241
23276
|
className: _chunkFIG2RKZFcjs.cn.call(void 0,
|
|
@@ -23257,10 +23292,10 @@ function HeaderOrganizationFilter({
|
|
|
23257
23292
|
]
|
|
23258
23293
|
}
|
|
23259
23294
|
) }),
|
|
23260
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
23261
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
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" }),
|
|
23262
23297
|
organizations.map((org) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23263
|
-
|
|
23298
|
+
_chunkIE6OU3WQcjs.DropdownMenuItem,
|
|
23264
23299
|
{
|
|
23265
23300
|
onClick: () => _optionalChain([onOrgChange, 'optionalCall', _460 => _460(org.id)]),
|
|
23266
23301
|
children: org.name
|
|
@@ -23362,12 +23397,12 @@ var AppHeader = React95.default.memo(function AppHeader2({
|
|
|
23362
23397
|
dimmedClass
|
|
23363
23398
|
}
|
|
23364
23399
|
),
|
|
23365
|
-
isMdUp && showUser && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
23366
|
-
/* @__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,
|
|
23367
23402
|
HeaderButton,
|
|
23368
23403
|
{
|
|
23369
23404
|
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23370
|
-
|
|
23405
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
23371
23406
|
{
|
|
23372
23407
|
src: userAvatarUrl || void 0,
|
|
23373
23408
|
alt: userName || "User",
|
|
@@ -23382,14 +23417,14 @@ var AppHeader = React95.default.memo(function AppHeader2({
|
|
|
23382
23417
|
}
|
|
23383
23418
|
) }),
|
|
23384
23419
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
23385
|
-
|
|
23420
|
+
_chunkIE6OU3WQcjs.DropdownMenuContent,
|
|
23386
23421
|
{
|
|
23387
23422
|
align: "end",
|
|
23388
23423
|
className: "w-[280px] p-0 bg-ods-bg border-ods-border rounded-[6px] overflow-hidden",
|
|
23389
23424
|
children: [
|
|
23390
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: [
|
|
23391
23426
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23392
|
-
|
|
23427
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
23393
23428
|
{
|
|
23394
23429
|
src: userAvatarUrl || void 0,
|
|
23395
23430
|
alt: userName || "User",
|
|
@@ -23404,7 +23439,7 @@ var AppHeader = React95.default.memo(function AppHeader2({
|
|
|
23404
23439
|
] })
|
|
23405
23440
|
] }),
|
|
23406
23441
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23407
|
-
|
|
23442
|
+
_chunkIE6OU3WQcjs.DropdownMenuItem,
|
|
23408
23443
|
{
|
|
23409
23444
|
onClick: onProfile,
|
|
23410
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",
|
|
@@ -23415,7 +23450,7 @@ var AppHeader = React95.default.memo(function AppHeader2({
|
|
|
23415
23450
|
}
|
|
23416
23451
|
),
|
|
23417
23452
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23418
|
-
|
|
23453
|
+
_chunkIE6OU3WQcjs.DropdownMenuItem,
|
|
23419
23454
|
{
|
|
23420
23455
|
onClick: onLogout,
|
|
23421
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",
|
|
@@ -23608,7 +23643,7 @@ var MobileBurgerMenu = React95.default.memo(function MobileBurgerMenu2({
|
|
|
23608
23643
|
"aria-disabled": disabled || void 0,
|
|
23609
23644
|
children: [
|
|
23610
23645
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23611
|
-
|
|
23646
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
23612
23647
|
{
|
|
23613
23648
|
src: user.userAvatarUrl || void 0,
|
|
23614
23649
|
alt: user.userName || "User",
|
|
@@ -23627,7 +23662,7 @@ var MobileBurgerMenu = React95.default.memo(function MobileBurgerMenu2({
|
|
|
23627
23662
|
] }),
|
|
23628
23663
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 shrink-0", children: [
|
|
23629
23664
|
onSearchUser && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23630
|
-
|
|
23665
|
+
_chunkIE6OU3WQcjs.Button,
|
|
23631
23666
|
{
|
|
23632
23667
|
size: "icon",
|
|
23633
23668
|
onClick: onSearchUser,
|
|
@@ -23637,7 +23672,7 @@ var MobileBurgerMenu = React95.default.memo(function MobileBurgerMenu2({
|
|
|
23637
23672
|
}
|
|
23638
23673
|
),
|
|
23639
23674
|
onEditProfile && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23640
|
-
|
|
23675
|
+
_chunkIE6OU3WQcjs.Button,
|
|
23641
23676
|
{
|
|
23642
23677
|
size: "icon",
|
|
23643
23678
|
onClick: onEditProfile,
|
|
@@ -24423,7 +24458,7 @@ ScriptInfoSection.displayName = "ScriptInfoSection";
|
|
|
24423
24458
|
|
|
24424
24459
|
// src/components/platform/ScriptArguments.tsx
|
|
24425
24460
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
24426
|
-
|
|
24461
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
24427
24462
|
|
|
24428
24463
|
|
|
24429
24464
|
var ScriptArguments = ({
|
|
@@ -24497,7 +24532,7 @@ var ScriptArguments = ({
|
|
|
24497
24532
|
}
|
|
24498
24533
|
) }),
|
|
24499
24534
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24500
|
-
|
|
24535
|
+
_chunkIE6OU3WQcjs.Button,
|
|
24501
24536
|
{
|
|
24502
24537
|
type: "button",
|
|
24503
24538
|
variant: "outline",
|
|
@@ -24514,7 +24549,7 @@ var ScriptArguments = ({
|
|
|
24514
24549
|
arg.id
|
|
24515
24550
|
)),
|
|
24516
24551
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex justify-start", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24517
|
-
|
|
24552
|
+
_chunkIE6OU3WQcjs.Button,
|
|
24518
24553
|
{
|
|
24519
24554
|
type: "button",
|
|
24520
24555
|
variant: "outline",
|
|
@@ -24531,12 +24566,12 @@ var ScriptArguments = ({
|
|
|
24531
24566
|
ScriptArguments.displayName = "ScriptArguments";
|
|
24532
24567
|
|
|
24533
24568
|
// src/components/shared/onboarding/onboarding-walkthrough.tsx
|
|
24534
|
-
|
|
24569
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
24535
24570
|
|
|
24536
24571
|
|
|
24537
24572
|
// src/components/shared/onboarding/onboarding-step-card.tsx
|
|
24538
24573
|
|
|
24539
|
-
|
|
24574
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
24540
24575
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
24541
24576
|
|
|
24542
24577
|
function OnboardingStepCard({
|
|
@@ -24585,7 +24620,7 @@ function OnboardingStepCard({
|
|
|
24585
24620
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-[32px] w-[120px] bg-ods-border rounded-[6px] animate-pulse" })
|
|
24586
24621
|
] }) : isCompleted ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
24587
24622
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24588
|
-
|
|
24623
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
24589
24624
|
{
|
|
24590
24625
|
text: "COMPLETED",
|
|
24591
24626
|
variant: "card",
|
|
@@ -24593,7 +24628,7 @@ function OnboardingStepCard({
|
|
|
24593
24628
|
}
|
|
24594
24629
|
),
|
|
24595
24630
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24596
|
-
|
|
24631
|
+
_chunkIE6OU3WQcjs.Button,
|
|
24597
24632
|
{
|
|
24598
24633
|
variant: "outline",
|
|
24599
24634
|
onClick: handleAction,
|
|
@@ -24603,7 +24638,7 @@ function OnboardingStepCard({
|
|
|
24603
24638
|
}
|
|
24604
24639
|
)
|
|
24605
24640
|
] }) : isSkipped ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _jsxruntime.Fragment, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24606
|
-
|
|
24641
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
24607
24642
|
{
|
|
24608
24643
|
text: "SKIPPED",
|
|
24609
24644
|
variant: "card",
|
|
@@ -24611,7 +24646,7 @@ function OnboardingStepCard({
|
|
|
24611
24646
|
}
|
|
24612
24647
|
) }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
24613
24648
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24614
|
-
|
|
24649
|
+
_chunkIE6OU3WQcjs.Button,
|
|
24615
24650
|
{
|
|
24616
24651
|
variant: "outline",
|
|
24617
24652
|
onClick: handleSkip,
|
|
@@ -24619,7 +24654,7 @@ function OnboardingStepCard({
|
|
|
24619
24654
|
}
|
|
24620
24655
|
),
|
|
24621
24656
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24622
|
-
|
|
24657
|
+
_chunkIE6OU3WQcjs.Button,
|
|
24623
24658
|
{
|
|
24624
24659
|
variant: "accent",
|
|
24625
24660
|
onClick: handleAction,
|
|
@@ -24733,7 +24768,7 @@ function OnboardingWalkthrough({
|
|
|
24733
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: [
|
|
24734
24769
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: _chunkJ54Z3OCRcjs.SECTION_HEADING_CLASS, children: "Get Started" }),
|
|
24735
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,
|
|
24736
|
-
|
|
24771
|
+
_chunkIE6OU3WQcjs.Button,
|
|
24737
24772
|
{
|
|
24738
24773
|
variant: "accent",
|
|
24739
24774
|
onClick: handleDismiss,
|
|
@@ -24741,7 +24776,7 @@ function OnboardingWalkthrough({
|
|
|
24741
24776
|
children: "Close Onboarding"
|
|
24742
24777
|
}
|
|
24743
24778
|
) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24744
|
-
|
|
24779
|
+
_chunkIE6OU3WQcjs.Button,
|
|
24745
24780
|
{
|
|
24746
24781
|
variant: "outline",
|
|
24747
24782
|
onClick: handleDismiss,
|
|
@@ -25227,11 +25262,11 @@ var ListLoader = (props) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Content
|
|
|
25227
25262
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
25228
25263
|
|
|
25229
25264
|
init_pagination();
|
|
25230
|
-
|
|
25265
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
25231
25266
|
|
|
25232
25267
|
// src/components/ui/cursor-pagination.tsx
|
|
25233
25268
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
25234
|
-
|
|
25269
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
25235
25270
|
|
|
25236
25271
|
|
|
25237
25272
|
function CursorPagination({
|
|
@@ -25292,7 +25327,7 @@ function CursorPagination({
|
|
|
25292
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" }) }),
|
|
25293
25328
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
25294
25329
|
onReset ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
25295
|
-
|
|
25330
|
+
_chunkIE6OU3WQcjs.Button,
|
|
25296
25331
|
{
|
|
25297
25332
|
variant: "outline",
|
|
25298
25333
|
size: compact ? "small-legacy" : "default",
|
|
@@ -25306,7 +25341,7 @@ function CursorPagination({
|
|
|
25306
25341
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: compact ? "hidden md:inline" : "", children: resetButtonLabel })
|
|
25307
25342
|
}
|
|
25308
25343
|
) : hasPreviousPage !== void 0 && onPrevious && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
25309
|
-
|
|
25344
|
+
_chunkIE6OU3WQcjs.Button,
|
|
25310
25345
|
{
|
|
25311
25346
|
variant: "outline",
|
|
25312
25347
|
size: compact ? "small-legacy" : "default",
|
|
@@ -25321,7 +25356,7 @@ function CursorPagination({
|
|
|
25321
25356
|
}
|
|
25322
25357
|
),
|
|
25323
25358
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
25324
|
-
|
|
25359
|
+
_chunkIE6OU3WQcjs.Button,
|
|
25325
25360
|
{
|
|
25326
25361
|
variant: "outline",
|
|
25327
25362
|
size: compact ? "small-legacy" : "default",
|
|
@@ -25352,7 +25387,7 @@ function CursorPaginationSimple({
|
|
|
25352
25387
|
}) {
|
|
25353
25388
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: _chunkFIG2RKZFcjs.cn.call(void 0, "flex items-center gap-1", className), children: [
|
|
25354
25389
|
onReset ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
25355
|
-
|
|
25390
|
+
_chunkIE6OU3WQcjs.Button,
|
|
25356
25391
|
{
|
|
25357
25392
|
variant: "transparent",
|
|
25358
25393
|
size: "icon",
|
|
@@ -25363,7 +25398,7 @@ function CursorPaginationSimple({
|
|
|
25363
25398
|
"aria-label": "First"
|
|
25364
25399
|
}
|
|
25365
25400
|
) : hasPreviousPage !== void 0 && onPrevious && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
25366
|
-
|
|
25401
|
+
_chunkIE6OU3WQcjs.Button,
|
|
25367
25402
|
{
|
|
25368
25403
|
variant: "transparent",
|
|
25369
25404
|
size: "icon",
|
|
@@ -25375,7 +25410,7 @@ function CursorPaginationSimple({
|
|
|
25375
25410
|
}
|
|
25376
25411
|
),
|
|
25377
25412
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
25378
|
-
|
|
25413
|
+
_chunkIE6OU3WQcjs.Button,
|
|
25379
25414
|
{
|
|
25380
25415
|
variant: "transparent",
|
|
25381
25416
|
size: "icon",
|
|
@@ -25840,7 +25875,7 @@ function injectSyntheticColumns(columns, rowActions, renderRowActions, rowHref)
|
|
|
25840
25875
|
width: "min-w-[100px] w-auto shrink-0 flex-none",
|
|
25841
25876
|
align: "right",
|
|
25842
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,
|
|
25843
|
-
|
|
25878
|
+
_chunkIE6OU3WQcjs.Button,
|
|
25844
25879
|
{
|
|
25845
25880
|
variant: "outline",
|
|
25846
25881
|
onClick: (e) => {
|
|
@@ -25866,7 +25901,7 @@ function injectSyntheticColumns(columns, rowActions, renderRowActions, rowHref)
|
|
|
25866
25901
|
const href = rowHref(item);
|
|
25867
25902
|
if (!href) return null;
|
|
25868
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,
|
|
25869
|
-
|
|
25904
|
+
_chunkIE6OU3WQcjs.Button,
|
|
25870
25905
|
{
|
|
25871
25906
|
href,
|
|
25872
25907
|
prefetch: false,
|
|
@@ -26168,7 +26203,7 @@ function TableTimestampCell({
|
|
|
26168
26203
|
|
|
26169
26204
|
// src/components/ui/query-report-table/query-report-table.tsx
|
|
26170
26205
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
26171
|
-
|
|
26206
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
26172
26207
|
|
|
26173
26208
|
|
|
26174
26209
|
// src/components/ui/query-report-table/query-report-table-header.tsx
|
|
@@ -26436,7 +26471,7 @@ function QueryReportTable({
|
|
|
26436
26471
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-3", children: [
|
|
26437
26472
|
headerActions,
|
|
26438
26473
|
showExport && data.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
26439
|
-
|
|
26474
|
+
_chunkIE6OU3WQcjs.Button,
|
|
26440
26475
|
{
|
|
26441
26476
|
className: "bg-ods-card",
|
|
26442
26477
|
variant: "outline",
|
|
@@ -28281,7 +28316,7 @@ function ActionIconButton({ onClick, disabled, ariaLabel, children }) {
|
|
|
28281
28316
|
// src/components/ui/ticket-status-config-row.tsx
|
|
28282
28317
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
28283
28318
|
|
|
28284
|
-
|
|
28319
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
28285
28320
|
|
|
28286
28321
|
// src/components/ui/color-preset-select.tsx
|
|
28287
28322
|
|
|
@@ -28368,7 +28403,7 @@ function ColorPresetSelect({
|
|
|
28368
28403
|
}
|
|
28369
28404
|
];
|
|
28370
28405
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28371
|
-
|
|
28406
|
+
_chunkBOCFIKYScjs.ActionsMenuDropdown,
|
|
28372
28407
|
{
|
|
28373
28408
|
groups,
|
|
28374
28409
|
align: "start",
|
|
@@ -28518,7 +28553,7 @@ function ColorPickerInput({ value, onChange, disabled, className }) {
|
|
|
28518
28553
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _reactcolorful.HexColorPicker, { color: value, onChange }),
|
|
28519
28554
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-[var(--spacing-system-xs)]", children: [
|
|
28520
28555
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28521
|
-
|
|
28556
|
+
_chunkBOCFIKYScjs.ActionsMenuDropdown,
|
|
28522
28557
|
{
|
|
28523
28558
|
groups: formatGroups,
|
|
28524
28559
|
align: "start",
|
|
@@ -28668,7 +28703,7 @@ function TicketStatusConfigRow({
|
|
|
28668
28703
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.InfoCircleIcon, { size: 24 })
|
|
28669
28704
|
}
|
|
28670
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,
|
|
28671
|
-
|
|
28706
|
+
_chunkIE6OU3WQcjs.Button,
|
|
28672
28707
|
{
|
|
28673
28708
|
type: "button",
|
|
28674
28709
|
variant: "outline",
|
|
@@ -28735,7 +28770,7 @@ function CompactAssigneeDropdown({
|
|
|
28735
28770
|
className
|
|
28736
28771
|
),
|
|
28737
28772
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28738
|
-
|
|
28773
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
28739
28774
|
{
|
|
28740
28775
|
src: currentAssignee.avatarSrc,
|
|
28741
28776
|
alt: currentAssignee.name,
|
|
@@ -28801,7 +28836,7 @@ function CompactAssigneeDropdown({
|
|
|
28801
28836
|
),
|
|
28802
28837
|
children: [
|
|
28803
28838
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28804
|
-
|
|
28839
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
28805
28840
|
{
|
|
28806
28841
|
src: opt.imageUrl,
|
|
28807
28842
|
alt: opt.label,
|
|
@@ -28836,7 +28871,7 @@ function DefaultAssigneeDropdown({
|
|
|
28836
28871
|
const opt = option;
|
|
28837
28872
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-[var(--spacing-system-sf)] w-full min-w-0", children: [
|
|
28838
28873
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28839
|
-
|
|
28874
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
28840
28875
|
{
|
|
28841
28876
|
src: opt.imageUrl,
|
|
28842
28877
|
alt: opt.label,
|
|
@@ -28864,7 +28899,7 @@ function DefaultAssigneeDropdown({
|
|
|
28864
28899
|
loading: isLoading,
|
|
28865
28900
|
showChevron: false,
|
|
28866
28901
|
startAdornment: hasAssignee ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28867
|
-
|
|
28902
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
28868
28903
|
{
|
|
28869
28904
|
src: currentAssignee.avatarSrc,
|
|
28870
28905
|
alt: currentAssignee.name,
|
|
@@ -28883,7 +28918,7 @@ function DefaultAssigneeDropdown({
|
|
|
28883
28918
|
if (hasAssignee) {
|
|
28884
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: [
|
|
28885
28920
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28886
|
-
|
|
28921
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
28887
28922
|
{
|
|
28888
28923
|
src: currentAssignee.avatarSrc,
|
|
28889
28924
|
alt: currentAssignee.name,
|
|
@@ -28957,7 +28992,7 @@ function TicketAttachmentsList({ attachments, className, size = "default" }) {
|
|
|
28957
28992
|
),
|
|
28958
28993
|
children: [
|
|
28959
28994
|
attachment.thumbnailSrc ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28960
|
-
|
|
28995
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
28961
28996
|
{
|
|
28962
28997
|
src: attachment.thumbnailSrc,
|
|
28963
28998
|
alt: attachment.fileName,
|
|
@@ -29041,7 +29076,7 @@ function TicketNoteCard({ note, onEdit, onDelete, className }) {
|
|
|
29041
29076
|
),
|
|
29042
29077
|
children: [
|
|
29043
29078
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29044
|
-
|
|
29079
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
29045
29080
|
{
|
|
29046
29081
|
src: note.authorAvatar,
|
|
29047
29082
|
alt: note.authorName,
|
|
@@ -29242,7 +29277,7 @@ function TicketInfoSection({
|
|
|
29242
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: [
|
|
29243
29278
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 min-w-0", children: [
|
|
29244
29279
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29245
|
-
|
|
29280
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
29246
29281
|
{
|
|
29247
29282
|
src: _optionalChain([organization, 'optionalAccess', _592 => _592.imageSrc]),
|
|
29248
29283
|
alt: _optionalChain([organization, 'optionalAccess', _593 => _593.name]),
|
|
@@ -29317,7 +29352,7 @@ function TicketInfoSection({
|
|
|
29317
29352
|
expanded && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
29318
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" }) }),
|
|
29319
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: [
|
|
29320
|
-
description && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29355
|
+
description && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.SimpleMarkdownRenderer, { content: description }),
|
|
29321
29356
|
attachments && attachments.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TicketDetailSection, { label: "Attachments", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TicketAttachmentsList, { attachments }) }),
|
|
29322
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)) }) }),
|
|
29323
29358
|
(notes || onAddNote) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TicketDetailSection, { label: "Notes", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -29397,7 +29432,7 @@ function ImageGalleryModal({
|
|
|
29397
29432
|
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative flex items-center justify-center bg-black rounded-lg", children: [
|
|
29398
29433
|
images.length > 1 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
29399
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,
|
|
29400
|
-
|
|
29435
|
+
_chunkIE6OU3WQcjs.Button,
|
|
29401
29436
|
{
|
|
29402
29437
|
variant: "transparent",
|
|
29403
29438
|
size: "small-legacy",
|
|
@@ -29407,7 +29442,7 @@ function ImageGalleryModal({
|
|
|
29407
29442
|
}
|
|
29408
29443
|
) }),
|
|
29409
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,
|
|
29410
|
-
|
|
29445
|
+
_chunkIE6OU3WQcjs.Button,
|
|
29411
29446
|
{
|
|
29412
29447
|
variant: "transparent",
|
|
29413
29448
|
size: "small-legacy",
|
|
@@ -29598,7 +29633,7 @@ function RoadmapCard({
|
|
|
29598
29633
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE_ROW} gap-2`, children: [
|
|
29599
29634
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE} min-w-0`, children: item.title }),
|
|
29600
29635
|
item.status && item.status.trim().length > 0 ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29601
|
-
|
|
29636
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
29602
29637
|
{
|
|
29603
29638
|
text: item.status.toUpperCase(),
|
|
29604
29639
|
colorScheme: _chunkKXCRGTRNcjs.getStatusColorScheme.call(void 0, item.status),
|
|
@@ -29676,7 +29711,7 @@ function RoadmapCard({
|
|
|
29676
29711
|
] }) })
|
|
29677
29712
|
] }),
|
|
29678
29713
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "hidden md:block", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29679
|
-
|
|
29714
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
29680
29715
|
{
|
|
29681
29716
|
text: item.status.toUpperCase(),
|
|
29682
29717
|
colorScheme: _chunkKXCRGTRNcjs.getStatusColorScheme.call(void 0, item.status),
|
|
@@ -29685,7 +29720,7 @@ function RoadmapCard({
|
|
|
29685
29720
|
) })
|
|
29686
29721
|
] }),
|
|
29687
29722
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "md:hidden", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29688
|
-
|
|
29723
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
29689
29724
|
{
|
|
29690
29725
|
text: item.status.toUpperCase(),
|
|
29691
29726
|
colorScheme: _chunkKXCRGTRNcjs.getStatusColorScheme.call(void 0, item.status),
|
|
@@ -29723,7 +29758,7 @@ function RoadmapCard({
|
|
|
29723
29758
|
] }),
|
|
29724
29759
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
29725
29760
|
item.screenshots && item.screenshots.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29726
|
-
|
|
29761
|
+
_chunkIE6OU3WQcjs.Button,
|
|
29727
29762
|
{
|
|
29728
29763
|
variant: "outline",
|
|
29729
29764
|
size: "small-legacy",
|
|
@@ -29734,7 +29769,7 @@ function RoadmapCard({
|
|
|
29734
29769
|
(() => {
|
|
29735
29770
|
const figmaSafe = _chunkJ54Z3OCRcjs.safeHref.call(void 0, item.figmaUrl);
|
|
29736
29771
|
return figmaSafe ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29737
|
-
|
|
29772
|
+
_chunkIE6OU3WQcjs.Button,
|
|
29738
29773
|
{
|
|
29739
29774
|
variant: "outline",
|
|
29740
29775
|
size: "small-legacy",
|
|
@@ -29745,7 +29780,7 @@ function RoadmapCard({
|
|
|
29745
29780
|
) : null;
|
|
29746
29781
|
})(),
|
|
29747
29782
|
item.targetVersion && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29748
|
-
|
|
29783
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
29749
29784
|
{
|
|
29750
29785
|
text: `${item.targetVersion} VERSION`,
|
|
29751
29786
|
className: "border border-ods-border"
|
|
@@ -30070,7 +30105,7 @@ function HubspotTicketCard({ item, variant = "compact", className, anchorProps }
|
|
|
30070
30105
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: `flex items-center gap-3 min-w-0 ${_nullishCoalesce(className, () => ( ""))}`, children: [
|
|
30071
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 }),
|
|
30072
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,
|
|
30073
|
-
statusText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30108
|
+
statusText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.StatusBadge, { text: statusText, variant: "button", colorScheme: statusScheme(item.status) }) : null,
|
|
30074
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
|
|
30075
30110
|
] });
|
|
30076
30111
|
}
|
|
@@ -30087,7 +30122,7 @@ function HubspotTicketCard({ item, variant = "compact", className, anchorProps }
|
|
|
30087
30122
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex flex-wrap items-center gap-1.5 min-w-0", children: [
|
|
30088
30123
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE} shrink min-w-0`, children: item.title }),
|
|
30089
30124
|
priorityText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30090
|
-
|
|
30125
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
30091
30126
|
{
|
|
30092
30127
|
text: priorityText,
|
|
30093
30128
|
variant: "button",
|
|
@@ -30096,7 +30131,7 @@ function HubspotTicketCard({ item, variant = "compact", className, anchorProps }
|
|
|
30096
30131
|
}
|
|
30097
30132
|
) : null,
|
|
30098
30133
|
statusText ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30099
|
-
|
|
30134
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
30100
30135
|
{
|
|
30101
30136
|
text: statusText,
|
|
30102
30137
|
variant: "button",
|
|
@@ -30168,7 +30203,7 @@ function DataRoomDocCard({ item, className, badgeText, anchorProps }) {
|
|
|
30168
30203
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: _chunkJ54Z3OCRcjs.COMPACT_CARD_TEXT_COL, children: [
|
|
30169
30204
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex flex-wrap items-center gap-1.5 min-w-0", children: [
|
|
30170
30205
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE} shrink min-w-0`, children: item.title }),
|
|
30171
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30206
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.StatusBadge, { text: badgeText, variant: "button", colorScheme: "cyan", className: "shrink-0" })
|
|
30172
30207
|
] }),
|
|
30173
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: [
|
|
30174
30209
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "shrink-0 text-ods-text-secondary/70", children: "Path:" }),
|
|
@@ -31771,7 +31806,7 @@ function cleanEscapedString(input) {
|
|
|
31771
31806
|
}
|
|
31772
31807
|
|
|
31773
31808
|
// src/components/chat/entity-cards/program-card.tsx
|
|
31774
|
-
|
|
31809
|
+
_chunkIE6OU3WQcjs.init_button.call(void 0, );
|
|
31775
31810
|
|
|
31776
31811
|
_chunkFIG2RKZFcjs.init_cn.call(void 0, );
|
|
31777
31812
|
|
|
@@ -31895,13 +31930,13 @@ function ProgramCard({
|
|
|
31895
31930
|
wholeCardClickable = false,
|
|
31896
31931
|
className
|
|
31897
31932
|
}) {
|
|
31898
|
-
const { target, rel } =
|
|
31933
|
+
const { target, rel } = _chunkBOCFIKYScjs.useEntityCardLink.call(void 0, {
|
|
31899
31934
|
href,
|
|
31900
31935
|
targetPlatform,
|
|
31901
31936
|
target: targetProp,
|
|
31902
31937
|
rel: relProp
|
|
31903
31938
|
});
|
|
31904
|
-
const placeholderUrl =
|
|
31939
|
+
const placeholderUrl = _chunkBOCFIKYScjs.useEntityCardPlaceholder.call(void 0, {
|
|
31905
31940
|
title: item.title,
|
|
31906
31941
|
placeholderUrl: placeholderUrlProp,
|
|
31907
31942
|
aspect: size === "sm" ? "square" : "wide"
|
|
@@ -32019,7 +32054,7 @@ function ProgramCard({
|
|
|
32019
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 }) })
|
|
32020
32055
|
] }),
|
|
32021
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,
|
|
32022
|
-
|
|
32057
|
+
_chunkBOCFIKYScjs.SquareAvatar,
|
|
32023
32058
|
{
|
|
32024
32059
|
variant: "round",
|
|
32025
32060
|
src: host.avatar || void 0,
|
|
@@ -32069,7 +32104,7 @@ function ProgramCard({
|
|
|
32069
32104
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "a", { href, target, rel, className: "block", "aria-label": `Open ${item.title}`, children: cardHeader }),
|
|
32070
32105
|
images.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, MediaGallery, { images, title: item.title }),
|
|
32071
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,
|
|
32072
|
-
|
|
32107
|
+
_chunkIE6OU3WQcjs.Button,
|
|
32073
32108
|
{
|
|
32074
32109
|
variant: "outline",
|
|
32075
32110
|
size: "small-legacy",
|
|
@@ -32130,7 +32165,7 @@ function GenericEntityCard({ item, className, anchorProps }) {
|
|
|
32130
32165
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex flex-wrap items-center gap-1.5 min-w-0", children: [
|
|
32131
32166
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: `${_chunkJ54Z3OCRcjs.COMPACT_CARD_TITLE} shrink min-w-0`, children: item.title }),
|
|
32132
32167
|
item.badge ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32133
|
-
|
|
32168
|
+
_chunkBOCFIKYScjs.StatusBadge,
|
|
32134
32169
|
{
|
|
32135
32170
|
text: item.badge.text,
|
|
32136
32171
|
variant: "button",
|
|
@@ -32291,7 +32326,7 @@ function MingoInfoCard({
|
|
|
32291
32326
|
children: [
|
|
32292
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 }),
|
|
32293
32328
|
hasMenu && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32294
|
-
|
|
32329
|
+
_chunkBOCFIKYScjs.ActionsMenuDropdown,
|
|
32295
32330
|
{
|
|
32296
32331
|
groups: menuGroups,
|
|
32297
32332
|
triggerAriaLabel: menuAriaLabel,
|
|
@@ -32358,7 +32393,7 @@ function GitHubChatCard({
|
|
|
32358
32393
|
description,
|
|
32359
32394
|
icon: githubKindIcon(kind),
|
|
32360
32395
|
status,
|
|
32361
|
-
anchorProps:
|
|
32396
|
+
anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
|
|
32362
32397
|
menuGroups: cardMenuGroups(chatRef.url, discuss),
|
|
32363
32398
|
menuAriaLabel: "Activity actions"
|
|
32364
32399
|
}
|
|
@@ -32418,7 +32453,7 @@ function HubspotTicketChatCard({
|
|
|
32418
32453
|
description: _nullishCoalesce(chatRef.preview, () => ( void 0)),
|
|
32419
32454
|
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.TagIcon, { size: 24 }),
|
|
32420
32455
|
status: statusText ? { label: statusText, variant: hubspotStatusToVariant(status) } : void 0,
|
|
32421
|
-
anchorProps:
|
|
32456
|
+
anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
|
|
32422
32457
|
menuGroups: cardMenuGroups(chatRef.url, discuss, {
|
|
32423
32458
|
label: "Open Ticket Details",
|
|
32424
32459
|
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.TagIcon, { size: 20 })
|
|
@@ -32441,7 +32476,7 @@ function FaqChatCard({
|
|
|
32441
32476
|
description: _nullishCoalesce(chatRef.preview, () => ( void 0)),
|
|
32442
32477
|
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.QuestionCircleIcon, { size: 24 }),
|
|
32443
32478
|
status: { label: statusLabel, variant: "grey" },
|
|
32444
|
-
anchorProps:
|
|
32479
|
+
anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
|
|
32445
32480
|
menuGroups: cardMenuGroups(chatRef.url, discuss),
|
|
32446
32481
|
menuAriaLabel: "FAQ actions"
|
|
32447
32482
|
}
|
|
@@ -32461,7 +32496,7 @@ function SlackChatCard({
|
|
|
32461
32496
|
title,
|
|
32462
32497
|
description: _nullishCoalesce(chatRef.preview, () => ( void 0)),
|
|
32463
32498
|
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.SlackLogoGreyIcon, { size: 24 }),
|
|
32464
|
-
anchorProps:
|
|
32499
|
+
anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
|
|
32465
32500
|
menuGroups: cardMenuGroups(chatRef.url, discuss),
|
|
32466
32501
|
menuAriaLabel: "Message actions"
|
|
32467
32502
|
}
|
|
@@ -32480,7 +32515,7 @@ function DataRoomDocChatCard({
|
|
|
32480
32515
|
description: _nullishCoalesce(chatRef.preview, () => ( void 0)),
|
|
32481
32516
|
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkZS2SBWBRcjs.FileContentIcon, { size: 24 }),
|
|
32482
32517
|
status: { label: badgeText, variant: "grey" },
|
|
32483
|
-
anchorProps:
|
|
32518
|
+
anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
|
|
32484
32519
|
menuGroups: cardMenuGroups(chatRef.url, discuss),
|
|
32485
32520
|
menuAriaLabel: "Document actions"
|
|
32486
32521
|
}
|
|
@@ -32499,7 +32534,7 @@ function GenericFinancialChatCard({
|
|
|
32499
32534
|
title: chatRef.title,
|
|
32500
32535
|
description: subtitle,
|
|
32501
32536
|
icon,
|
|
32502
|
-
anchorProps:
|
|
32537
|
+
anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
|
|
32503
32538
|
menuGroups: cardMenuGroups(chatRef.url, discuss),
|
|
32504
32539
|
menuAriaLabel: "Document actions"
|
|
32505
32540
|
}
|
|
@@ -32622,7 +32657,7 @@ function EntityMingoCard({
|
|
|
32622
32657
|
imageAlt: typeof title === "string" ? title : void 0,
|
|
32623
32658
|
icon: fallbackIcon,
|
|
32624
32659
|
status,
|
|
32625
|
-
anchorProps:
|
|
32660
|
+
anchorProps: _chunkBOCFIKYScjs.buildAnchorProps.call(void 0, chatRef.url, isNewTab),
|
|
32626
32661
|
menuGroups: cardMenuGroups(chatRef.url, discuss),
|
|
32627
32662
|
menuAriaLabel
|
|
32628
32663
|
}
|
|
@@ -33136,7 +33171,7 @@ var CHAT_CARD_REGISTRY = {
|
|
|
33136
33171
|
bareInline: true,
|
|
33137
33172
|
// "Display" affordance (verbatim guide body) instead of "Ask".
|
|
33138
33173
|
displayAction: true,
|
|
33139
|
-
skeleton: () => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33174
|
+
skeleton: () => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkBOCFIKYScjs.OnboardingGuideCardSkeleton, { size: "sm" }),
|
|
33140
33175
|
render: (item, chatRef, opts) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33141
33176
|
OnboardingGuideChatCard,
|
|
33142
33177
|
{
|
|
@@ -33231,7 +33266,7 @@ function ChatCardLoader({
|
|
|
33231
33266
|
...resolvedChatRef,
|
|
33232
33267
|
url: _chunkJ54Z3OCRcjs.safeHref.call(void 0, fetchEntry.fallbackHref(item))
|
|
33233
33268
|
} : resolvedChatRef;
|
|
33234
|
-
const isNewTab =
|
|
33269
|
+
const isNewTab = _chunkBOCFIKYScjs.computeIsNewTab.call(void 0, runtime, finalChatRef.url, _nullishCoalesce(finalChatRef.targetPlatform, () => ( null)));
|
|
33235
33270
|
const useDisplay = !!entry.displayAction && !!onDisplay;
|
|
33236
33271
|
const discussFn = useDisplay ? onDisplay : onDiscuss;
|
|
33237
33272
|
const discuss = discussFn ? {
|
|
@@ -37803,7 +37838,7 @@ var VisuallyHidden = React114.forwardRef(
|
|
|
37803
37838
|
VisuallyHidden.displayName = NAME;
|
|
37804
37839
|
|
|
37805
37840
|
// src/components/chat/embeddable-chat.tsx
|
|
37806
|
-
|
|
37841
|
+
_chunkIE6OU3WQcjs.init_button2.call(void 0, );
|
|
37807
37842
|
|
|
37808
37843
|
|
|
37809
37844
|
// src/components/chat/hooks/use-chat-dialog-manager.ts
|
|
@@ -38018,7 +38053,7 @@ function SourceChip({
|
|
|
38018
38053
|
const Icon2 = cta.icon;
|
|
38019
38054
|
const icon = /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Icon2, { className: "h-3.5 w-3.5" });
|
|
38020
38055
|
const chipClass = chatChipClass({ tone: "secondary" });
|
|
38021
|
-
const decideTab = (href, targetPlatform) =>
|
|
38056
|
+
const decideTab = (href, targetPlatform) => _chunkBOCFIKYScjs.computeIsNewTab.call(void 0, runtime, href, targetPlatform);
|
|
38022
38057
|
if (src.items && src.items.length > 0) {
|
|
38023
38058
|
const dropdownItems = src.items.map((item) => {
|
|
38024
38059
|
const itemCta = _chunkJ54Z3OCRcjs.resolveSourceRowCTA.call(void 0,
|
|
@@ -38107,7 +38142,7 @@ function SourceChip({
|
|
|
38107
38142
|
"a",
|
|
38108
38143
|
{
|
|
38109
38144
|
href: resolvedHref,
|
|
38110
|
-
...
|
|
38145
|
+
..._chunkBOCFIKYScjs.newTabAnchorAttrs.call(void 0, isNewTab),
|
|
38111
38146
|
onClick: buildClickHandler(resolvedHref, null, _nullishCoalesce(cta.targetPlatform, () => ( null)), isNewTab),
|
|
38112
38147
|
className: chipClass,
|
|
38113
38148
|
children: chipBody(src.name)
|
|
@@ -38123,7 +38158,7 @@ function SourceChip({
|
|
|
38123
38158
|
"a",
|
|
38124
38159
|
{
|
|
38125
38160
|
href: resolvedHref,
|
|
38126
|
-
...
|
|
38161
|
+
..._chunkBOCFIKYScjs.newTabAnchorAttrs.call(void 0, isNewTab),
|
|
38127
38162
|
onClick: buildClickHandler(resolvedHref, src.path, _nullishCoalesce(cta.targetPlatform, () => ( null)), isNewTab),
|
|
38128
38163
|
className: chipClass,
|
|
38129
38164
|
title: displayName,
|
|
@@ -38253,7 +38288,7 @@ function EmbeddableChatInner({
|
|
|
38253
38288
|
}
|
|
38254
38289
|
}
|
|
38255
38290
|
}, [open, onOpenChange]);
|
|
38256
|
-
const [isOpen = false, setIsOpen] =
|
|
38291
|
+
const [isOpen = false, setIsOpen] = _chunkBOCFIKYScjs.useControllableState.call(void 0, {
|
|
38257
38292
|
prop: open,
|
|
38258
38293
|
defaultProp: _nullishCoalesce(defaultOpen, () => ( false)),
|
|
38259
38294
|
onChange: onOpenChange
|
|
@@ -38665,7 +38700,7 @@ function EmbeddableChatInner({
|
|
|
38665
38700
|
return { cited, uncited };
|
|
38666
38701
|
}, [lastAssistantMsg, chatLoading]);
|
|
38667
38702
|
const [portalHost, setPortalHost] = _react.useState.call(void 0, null);
|
|
38668
|
-
const body = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
38703
|
+
const body = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkIE6OU3WQcjs.PortalContainerContext.Provider, { value: portalHost, children: [
|
|
38669
38704
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
38670
38705
|
"div",
|
|
38671
38706
|
{
|
|
@@ -38959,7 +38994,7 @@ function EmbeddableChatInner({
|
|
|
38959
38994
|
"aria-hidden": isOpen,
|
|
38960
38995
|
className: `sticky bottom-0 h-0 z-[9990] pointer-events-none ${isOpen ? "opacity-0" : "opacity-100"}`,
|
|
38961
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,
|
|
38962
|
-
|
|
38997
|
+
_chunkIE6OU3WQcjs.Button,
|
|
38963
38998
|
{
|
|
38964
38999
|
onClick: handleOpen,
|
|
38965
39000
|
leftIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkLGLPNWS6cjs.MingoIcon, { className: "h-5 w-5", color: "currentColor" }),
|
|
@@ -39555,4 +39590,4 @@ function EmbeddableChatInner({
|
|
|
39555
39590
|
|
|
39556
39591
|
|
|
39557
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;
|
|
39558
|
-
//# sourceMappingURL=chunk-
|
|
39593
|
+
//# sourceMappingURL=chunk-QHIXS3W2.cjs.map
|