@flamingo-stack/openframe-frontend-core 0.0.199 → 0.0.200-snapshot.20260520171313
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-V2FNIPZJ.cjs → chunk-3B43AHYE.cjs} +2 -2
- package/dist/{chunk-TMD44IKJ.js.map → chunk-3B43AHYE.cjs.map} +1 -1
- package/dist/{chunk-TMD44IKJ.js → chunk-55HF462A.js} +2 -2
- package/dist/chunk-55HF462A.js.map +1 -0
- package/dist/{chunk-5URU5DHE.js → chunk-CSW5GYBU.js} +1005 -793
- package/dist/chunk-CSW5GYBU.js.map +1 -0
- package/dist/{chunk-332L6IO7.cjs → chunk-UCY537V4.cjs} +782 -570
- package/dist/chunk-UCY537V4.cjs.map +1 -0
- package/dist/components/features/index.cjs +3 -5
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.d.ts +0 -1
- package/dist/components/features/index.d.ts.map +1 -1
- package/dist/components/features/index.js +2 -4
- package/dist/components/index.cjs +3 -3
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +4 -4
- package/dist/components/layout/title-block.d.ts.map +1 -1
- package/dist/components/navigation/index.cjs +3 -3
- package/dist/components/navigation/index.js +2 -2
- package/dist/components/shared/product-release/product-release-card-skeleton.d.ts +1 -1
- package/dist/components/shared/product-release/product-release-card-skeleton.d.ts.map +1 -1
- package/dist/components/shared/product-release/product-release-card.d.ts +38 -2
- package/dist/components/shared/product-release/product-release-card.d.ts.map +1 -1
- package/dist/components/shared/product-release/release-detail-page.d.ts.map +1 -1
- package/dist/components/ui/entity-image.d.ts +9 -0
- package/dist/components/ui/entity-image.d.ts.map +1 -0
- package/dist/components/ui/file-manager/index.cjs +50 -50
- package/dist/components/ui/file-manager/index.js +1 -1
- package/dist/components/ui/index.cjs +5 -3
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +4 -2
- package/dist/components/ui/organization-card.d.ts.map +1 -1
- package/dist/components/ui/release-changelog-section.d.ts +7 -1
- package/dist/components/ui/release-changelog-section.d.ts.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/product-release.d.ts +12 -0
- package/dist/types/product-release.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/features/index.ts +0 -1
- package/src/components/layout/title-block.tsx +6 -30
- package/src/components/shared/product-release/product-release-card-skeleton.tsx +69 -1
- package/src/components/shared/product-release/product-release-card.tsx +334 -4
- package/src/components/shared/product-release/release-detail-page.tsx +8 -2
- package/src/components/ui/button/button.tsx +1 -1
- package/src/components/ui/checkbox-block.tsx +13 -13
- package/src/components/ui/entity-image.tsx +56 -0
- package/src/components/ui/index.ts +1 -0
- package/src/components/ui/organization-card.tsx +4 -8
- package/src/components/ui/release-changelog-section.tsx +29 -2
- package/src/stories/CheckboxBlock.stories.tsx +1 -3
- package/src/stories/OrganizationCard.stories.tsx +14 -0
- package/src/types/product-release.ts +12 -0
- package/dist/chunk-332L6IO7.cjs.map +0 -1
- package/dist/chunk-5URU5DHE.js.map +0 -1
- package/dist/chunk-V2FNIPZJ.cjs.map +0 -1
- package/dist/components/features/organization-icon.d.ts +0 -80
- package/dist/components/features/organization-icon.d.ts.map +0 -1
- package/src/components/features/organization-icon.tsx +0 -175
|
@@ -31,7 +31,7 @@ var _chunkOII2IEREcjs = require('./chunk-OII2IERE.cjs');
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunk3B43AHYEcjs = require('./chunk-3B43AHYE.cjs');
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
@@ -153,7 +153,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
|
|
|
153
153
|
"use strict";
|
|
154
154
|
"use client";
|
|
155
155
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
156
|
-
|
|
156
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
157
157
|
Pagination = exports.Pagination = ({ currentPage, totalPages, onPageChange, className }) => {
|
|
158
158
|
const getPageNumbers = () => {
|
|
159
159
|
const pages = [];
|
|
@@ -189,7 +189,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
|
|
|
189
189
|
const pageNumbers = getPageNumbers();
|
|
190
190
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "nav", { role: "navigation", "aria-label": "pagination", className: _chunkUC43NICZcjs.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: [
|
|
191
191
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
192
|
-
|
|
192
|
+
_chunk3B43AHYEcjs.Button,
|
|
193
193
|
{
|
|
194
194
|
variant: "outline",
|
|
195
195
|
size: "icon",
|
|
@@ -208,7 +208,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
|
|
|
208
208
|
] }) }, `ellipsis-${index}`);
|
|
209
209
|
}
|
|
210
210
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
211
|
-
|
|
211
|
+
_chunk3B43AHYEcjs.Button,
|
|
212
212
|
{
|
|
213
213
|
variant: currentPage === page ? "accent" : "outline",
|
|
214
214
|
size: "icon",
|
|
@@ -221,7 +221,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
|
|
|
221
221
|
) }, page);
|
|
222
222
|
}),
|
|
223
223
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
224
|
-
|
|
224
|
+
_chunk3B43AHYEcjs.Button,
|
|
225
225
|
{
|
|
226
226
|
variant: "outline",
|
|
227
227
|
size: "icon",
|
|
@@ -284,7 +284,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
|
|
|
284
284
|
PaginationEllipsis.displayName = "PaginationEllipsis";
|
|
285
285
|
PaginationPrevious = exports.PaginationPrevious = React37.forwardRef(
|
|
286
286
|
({ className, ...props }, ref) => {
|
|
287
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
287
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.Button, { ref, variant: "outline", size: "icon", className: _chunkUC43NICZcjs.cn.call(void 0, "h-10 w-10", className), ...props, children: [
|
|
288
288
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronLeft, { className: "h-4 w-4" }),
|
|
289
289
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "sr-only", children: "Previous page" })
|
|
290
290
|
] });
|
|
@@ -293,7 +293,7 @@ var init_pagination = _chunkVRHGVLSLcjs.__esm.call(void 0, {
|
|
|
293
293
|
PaginationPrevious.displayName = "PaginationPrevious";
|
|
294
294
|
PaginationNext = exports.PaginationNext = React37.forwardRef(
|
|
295
295
|
({ className, ...props }, ref) => {
|
|
296
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
296
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.Button, { ref, variant: "outline", size: "icon", className: _chunkUC43NICZcjs.cn.call(void 0, "h-10 w-10", className), ...props, children: [
|
|
297
297
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronRight, { className: "h-4 w-4" }),
|
|
298
298
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "sr-only", children: "Next page" })
|
|
299
299
|
] });
|
|
@@ -414,7 +414,7 @@ function useDynamicTheme() {
|
|
|
414
414
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
415
415
|
|
|
416
416
|
|
|
417
|
-
|
|
417
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
418
418
|
|
|
419
419
|
// src/components/ui/label.tsx
|
|
420
420
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
@@ -508,7 +508,7 @@ var AllowedDomainsInput = React2.forwardRef(
|
|
|
508
508
|
label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { children: label }),
|
|
509
509
|
value.map((domain, index) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
510
510
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
511
|
-
|
|
511
|
+
_chunk3B43AHYEcjs.Input,
|
|
512
512
|
{
|
|
513
513
|
value: domain,
|
|
514
514
|
disabled: true,
|
|
@@ -516,7 +516,7 @@ var AllowedDomainsInput = React2.forwardRef(
|
|
|
516
516
|
}
|
|
517
517
|
),
|
|
518
518
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
519
|
-
|
|
519
|
+
_chunk3B43AHYEcjs.Button,
|
|
520
520
|
{
|
|
521
521
|
type: "button",
|
|
522
522
|
variant: "transparent",
|
|
@@ -529,7 +529,7 @@ var AllowedDomainsInput = React2.forwardRef(
|
|
|
529
529
|
)
|
|
530
530
|
] }, index)),
|
|
531
531
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center gap-2", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
532
|
-
|
|
532
|
+
_chunk3B43AHYEcjs.Input,
|
|
533
533
|
{
|
|
534
534
|
ref: inputRef,
|
|
535
535
|
value: inputValue,
|
|
@@ -1146,7 +1146,7 @@ function AutocompleteInner(props, ref) {
|
|
|
1146
1146
|
}
|
|
1147
1147
|
)
|
|
1148
1148
|
] });
|
|
1149
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
1149
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label, error, className, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative", ref: containerRef, children: [
|
|
1150
1150
|
popover,
|
|
1151
1151
|
multiple && showHiddenTags && hiddenTagsCount > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
1152
1152
|
HiddenTagsPopup,
|
|
@@ -1199,7 +1199,7 @@ function AutocompleteInner(props, ref) {
|
|
|
1199
1199
|
var Autocomplete = _react.forwardRef.call(void 0, AutocompleteInner);
|
|
1200
1200
|
|
|
1201
1201
|
// src/components/ui/index.ts
|
|
1202
|
-
|
|
1202
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
1203
1203
|
|
|
1204
1204
|
// src/components/ui/card.tsx
|
|
1205
1205
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
@@ -1289,14 +1289,15 @@ var CheckboxBlock = React4.forwardRef(({ id, checked, defaultChecked, onCheckedC
|
|
|
1289
1289
|
{
|
|
1290
1290
|
htmlFor: id,
|
|
1291
1291
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
1292
|
-
"flex items-center gap-[var(--spacing-system-s)] rounded-
|
|
1292
|
+
"flex items-center gap-[var(--spacing-system-s)] rounded-md ring-1 ring-inset w-full",
|
|
1293
1293
|
"p-[var(--spacing-system-sf)]",
|
|
1294
|
-
!description && "h-
|
|
1295
|
-
"
|
|
1294
|
+
!description && "min-h-[44px] md:min-h-[48px]",
|
|
1295
|
+
description && "min-h-[60px] md:min-h-[64px]",
|
|
1296
|
+
"bg-ods-card ring-ods-border",
|
|
1296
1297
|
"cursor-pointer transition-colors duration-200",
|
|
1297
|
-
"hover:
|
|
1298
|
-
disabled && "opacity-50 cursor-not-allowed hover:
|
|
1299
|
-
error && "
|
|
1298
|
+
"hover:ring-ods-accent/30",
|
|
1299
|
+
disabled && "opacity-50 cursor-not-allowed hover:ring-ods-border",
|
|
1300
|
+
error && "ring-ods-error"
|
|
1300
1301
|
),
|
|
1301
1302
|
children: [
|
|
1302
1303
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -1309,7 +1310,7 @@ var CheckboxBlock = React4.forwardRef(({ id, checked, defaultChecked, onCheckedC
|
|
|
1309
1310
|
onCheckedChange,
|
|
1310
1311
|
disabled,
|
|
1311
1312
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
1312
|
-
"h-6 w-6 shrink-0",
|
|
1313
|
+
"h-4 w-4 md:h-6 md:w-6 shrink-0",
|
|
1313
1314
|
"rounded-[6px] border-2",
|
|
1314
1315
|
error ? "border-ods-error" : "border-[var(--color-border-strong)]",
|
|
1315
1316
|
"bg-ods-card",
|
|
@@ -1321,20 +1322,19 @@ var CheckboxBlock = React4.forwardRef(({ id, checked, defaultChecked, onCheckedC
|
|
|
1321
1322
|
CheckboxPrimitive.Indicator,
|
|
1322
1323
|
{
|
|
1323
1324
|
className: "flex items-center justify-center text-ods-text-on-accent",
|
|
1324
|
-
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkWZW7C7TFcjs.CheckboxCheckmarkIcon, {
|
|
1325
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkWZW7C7TFcjs.CheckboxCheckmarkIcon, { className: "w-2 h-2 md:w-2.5 md:h-2.5" })
|
|
1325
1326
|
}
|
|
1326
1327
|
)
|
|
1327
1328
|
}
|
|
1328
1329
|
),
|
|
1329
1330
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-1 flex-col justify-center min-w-0", children: [
|
|
1330
1331
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
1331
|
-
"text-h4",
|
|
1332
|
-
"text-ods-text-primary select-none"
|
|
1333
|
-
!description && "truncate"
|
|
1332
|
+
"text-h4 !leading-5 md:!leading-6",
|
|
1333
|
+
"text-ods-text-primary select-none break-words"
|
|
1334
1334
|
), children: label }),
|
|
1335
1335
|
description && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
1336
|
-
"text-h6",
|
|
1337
|
-
"text-ods-text-secondary select-none"
|
|
1336
|
+
"text-h6 !leading-4",
|
|
1337
|
+
"text-ods-text-secondary select-none break-words"
|
|
1338
1338
|
), children: description })
|
|
1339
1339
|
] })
|
|
1340
1340
|
]
|
|
@@ -1401,7 +1401,7 @@ CheckboxWithDescription.displayName = "CheckboxWithDescription";
|
|
|
1401
1401
|
|
|
1402
1402
|
// src/components/ui/date-picker.tsx
|
|
1403
1403
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
1404
|
-
|
|
1404
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
1405
1405
|
|
|
1406
1406
|
|
|
1407
1407
|
|
|
@@ -1451,7 +1451,7 @@ var SelectTrigger = React6.forwardRef(({ className, children, invalid, label, er
|
|
|
1451
1451
|
]
|
|
1452
1452
|
}
|
|
1453
1453
|
);
|
|
1454
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
1454
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label, error, children: trigger });
|
|
1455
1455
|
});
|
|
1456
1456
|
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
1457
1457
|
var SelectScrollUpButton = React6.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -1561,7 +1561,7 @@ var formatDateRange = (range, formatFn) => {
|
|
|
1561
1561
|
};
|
|
1562
1562
|
function CalendarNavButton({ direction, onClick, "aria-label": ariaLabel }) {
|
|
1563
1563
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
1564
|
-
|
|
1564
|
+
_chunk3B43AHYEcjs.Button,
|
|
1565
1565
|
{
|
|
1566
1566
|
type: "button",
|
|
1567
1567
|
variant: "outline",
|
|
@@ -1914,7 +1914,7 @@ function DatePicker(props) {
|
|
|
1914
1914
|
}
|
|
1915
1915
|
) })
|
|
1916
1916
|
] });
|
|
1917
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
1917
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label, error, children: picker });
|
|
1918
1918
|
}
|
|
1919
1919
|
var generateHourOptions = (use24Hour) => {
|
|
1920
1920
|
if (use24Hour) {
|
|
@@ -2097,7 +2097,7 @@ function DatePickerInput({
|
|
|
2097
2097
|
)
|
|
2098
2098
|
] })
|
|
2099
2099
|
] });
|
|
2100
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
2100
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label, error, className, children: content });
|
|
2101
2101
|
}
|
|
2102
2102
|
var generateTimeOptions = (intervalMinutes, use24Hour) => {
|
|
2103
2103
|
const options = [];
|
|
@@ -2239,7 +2239,7 @@ function DatePickerInputSimple({
|
|
|
2239
2239
|
}
|
|
2240
2240
|
)
|
|
2241
2241
|
] });
|
|
2242
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
2242
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label, error, className, children: content });
|
|
2243
2243
|
}
|
|
2244
2244
|
|
|
2245
2245
|
// src/components/ui/info-card.tsx
|
|
@@ -2980,7 +2980,7 @@ function isGenericWebsiteDomain(website) {
|
|
|
2980
2980
|
|
|
2981
2981
|
// src/components/chat/approval-request-message.tsx
|
|
2982
2982
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
2983
|
-
|
|
2983
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
2984
2984
|
|
|
2985
2985
|
|
|
2986
2986
|
|
|
@@ -3052,7 +3052,7 @@ var ApprovalRequestMessage = _react.forwardRef.call(void 0,
|
|
|
3052
3052
|
] }),
|
|
3053
3053
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-4 items-center", children: [
|
|
3054
3054
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
3055
|
-
|
|
3055
|
+
_chunk3B43AHYEcjs.Button,
|
|
3056
3056
|
{
|
|
3057
3057
|
size: "small-legacy",
|
|
3058
3058
|
variant: "accent",
|
|
@@ -3067,7 +3067,7 @@ var ApprovalRequestMessage = _react.forwardRef.call(void 0,
|
|
|
3067
3067
|
}
|
|
3068
3068
|
),
|
|
3069
3069
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
3070
|
-
|
|
3070
|
+
_chunk3B43AHYEcjs.Button,
|
|
3071
3071
|
{
|
|
3072
3072
|
size: "small-legacy",
|
|
3073
3073
|
variant: "outline",
|
|
@@ -3091,7 +3091,7 @@ ApprovalRequestMessage.displayName = "ApprovalRequestMessage";
|
|
|
3091
3091
|
|
|
3092
3092
|
// src/components/chat/approval-batch-message.tsx
|
|
3093
3093
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
3094
|
-
|
|
3094
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
3095
3095
|
|
|
3096
3096
|
|
|
3097
3097
|
|
|
@@ -3388,7 +3388,7 @@ var ApprovalBatchMessage = _react.forwardRef.call(void 0,
|
|
|
3388
3388
|
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)) }),
|
|
3389
3389
|
status === "pending" ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-2 items-center", children: [
|
|
3390
3390
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
3391
|
-
|
|
3391
|
+
_chunk3B43AHYEcjs.Button,
|
|
3392
3392
|
{
|
|
3393
3393
|
size: "small-legacy",
|
|
3394
3394
|
variant: "accent",
|
|
@@ -3403,7 +3403,7 @@ var ApprovalBatchMessage = _react.forwardRef.call(void 0,
|
|
|
3403
3403
|
}
|
|
3404
3404
|
),
|
|
3405
3405
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
3406
|
-
|
|
3406
|
+
_chunk3B43AHYEcjs.Button,
|
|
3407
3407
|
{
|
|
3408
3408
|
size: "small-legacy",
|
|
3409
3409
|
variant: "outline",
|
|
@@ -4044,7 +4044,7 @@ var getInitials = (name) => {
|
|
|
4044
4044
|
};
|
|
4045
4045
|
var SquareAvatar = React10.memo(React10.forwardRef(
|
|
4046
4046
|
({ className, src, alt, size = "md", fallback, variant = "square", ...props }, ref) => {
|
|
4047
|
-
const
|
|
4047
|
+
const sizeClasses4 = {
|
|
4048
4048
|
sm: "h-8 w-8",
|
|
4049
4049
|
md: "h-10 w-10",
|
|
4050
4050
|
lg: "h-12 w-12",
|
|
@@ -4065,7 +4065,7 @@ var SquareAvatar = React10.memo(React10.forwardRef(
|
|
|
4065
4065
|
{
|
|
4066
4066
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
4067
4067
|
"relative flex items-center justify-center shrink-0 overflow-hidden border border-ods-border bg-ods-bg",
|
|
4068
|
-
|
|
4068
|
+
sizeClasses4[size],
|
|
4069
4069
|
variantClasses[variant],
|
|
4070
4070
|
className
|
|
4071
4071
|
),
|
|
@@ -4099,7 +4099,7 @@ var SquareAvatar = React10.memo(React10.forwardRef(
|
|
|
4099
4099
|
SquareAvatar.displayName = "SquareAvatar";
|
|
4100
4100
|
|
|
4101
4101
|
// src/components/chat/chat-container.tsx
|
|
4102
|
-
|
|
4102
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
4103
4103
|
|
|
4104
4104
|
// src/components/plus-circle-icon.tsx
|
|
4105
4105
|
|
|
@@ -4272,7 +4272,7 @@ var ChatHeader = React11.forwardRef(
|
|
|
4272
4272
|
...props,
|
|
4273
4273
|
children: [
|
|
4274
4274
|
onBack && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4275
|
-
|
|
4275
|
+
_chunk3B43AHYEcjs.Button,
|
|
4276
4276
|
{
|
|
4277
4277
|
onClick: onBack,
|
|
4278
4278
|
variant: "transparent",
|
|
@@ -4309,7 +4309,7 @@ var ChatHeader = React11.forwardRef(
|
|
|
4309
4309
|
] }),
|
|
4310
4310
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-1", children: [
|
|
4311
4311
|
showNewChat && onNewChat && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4312
|
-
|
|
4312
|
+
_chunk3B43AHYEcjs.Button,
|
|
4313
4313
|
{
|
|
4314
4314
|
onClick: onNewChat,
|
|
4315
4315
|
variant: "transparent",
|
|
@@ -4320,7 +4320,7 @@ var ChatHeader = React11.forwardRef(
|
|
|
4320
4320
|
}
|
|
4321
4321
|
),
|
|
4322
4322
|
onClose && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4323
|
-
|
|
4323
|
+
_chunk3B43AHYEcjs.Button,
|
|
4324
4324
|
{
|
|
4325
4325
|
onClick: onClose,
|
|
4326
4326
|
variant: "transparent",
|
|
@@ -4398,7 +4398,7 @@ var Textarea = React12.forwardRef(
|
|
|
4398
4398
|
const isInvalid = invalid || !!error;
|
|
4399
4399
|
const hasEndIcon = !!endIcon;
|
|
4400
4400
|
if (!hasEndIcon) {
|
|
4401
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4401
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label, error, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4402
4402
|
"textarea",
|
|
4403
4403
|
{
|
|
4404
4404
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
@@ -4491,7 +4491,7 @@ var Textarea = React12.forwardRef(
|
|
|
4491
4491
|
]
|
|
4492
4492
|
}
|
|
4493
4493
|
);
|
|
4494
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
4494
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label, error, children: content });
|
|
4495
4495
|
}
|
|
4496
4496
|
);
|
|
4497
4497
|
Textarea.displayName = "Textarea";
|
|
@@ -6749,12 +6749,12 @@ ModelDisplay.displayName = "ModelDisplay";
|
|
|
6749
6749
|
|
|
6750
6750
|
// src/components/chat/chat-sidebar.tsx
|
|
6751
6751
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
6752
|
-
|
|
6752
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
6753
6753
|
|
|
6754
6754
|
|
|
6755
6755
|
// src/components/chat/chat-sidebar-skeleton.tsx
|
|
6756
6756
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
6757
|
-
|
|
6757
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
6758
6758
|
|
|
6759
6759
|
|
|
6760
6760
|
var DialogListItemSkeleton = React23.forwardRef(
|
|
@@ -6798,7 +6798,7 @@ var ChatSidebarSkeleton = React23.forwardRef(
|
|
|
6798
6798
|
...props,
|
|
6799
6799
|
children: [
|
|
6800
6800
|
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,
|
|
6801
|
-
|
|
6801
|
+
_chunk3B43AHYEcjs.Button,
|
|
6802
6802
|
{
|
|
6803
6803
|
variant: "transparent",
|
|
6804
6804
|
disabled: true,
|
|
@@ -6911,7 +6911,7 @@ var ChatSidebar = _react.forwardRef.call(void 0,
|
|
|
6911
6911
|
...props,
|
|
6912
6912
|
children: [
|
|
6913
6913
|
/* @__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,
|
|
6914
|
-
|
|
6914
|
+
_chunk3B43AHYEcjs.Button,
|
|
6915
6915
|
{
|
|
6916
6916
|
onClick: onNewChat,
|
|
6917
6917
|
variant: "transparent",
|
|
@@ -9296,7 +9296,7 @@ function extractIncompleteMessageState(lastMessage) {
|
|
|
9296
9296
|
// src/components/navigation/header.tsx
|
|
9297
9297
|
var _link = require('next/link'); var _link2 = _interopRequireDefault(_link);
|
|
9298
9298
|
|
|
9299
|
-
|
|
9299
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
9300
9300
|
|
|
9301
9301
|
function Header({ config, platform }) {
|
|
9302
9302
|
const [show, setShow] = _react.useState.call(void 0, true);
|
|
@@ -9371,7 +9371,7 @@ function Header({ config, platform }) {
|
|
|
9371
9371
|
const isOpen = openDropdowns[item.id] || false;
|
|
9372
9372
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative", children: [
|
|
9373
9373
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
9374
|
-
|
|
9374
|
+
_chunk3B43AHYEcjs.Button,
|
|
9375
9375
|
{
|
|
9376
9376
|
ref: (el) => {
|
|
9377
9377
|
triggerRefs.current[item.id] = el;
|
|
@@ -9415,7 +9415,7 @@ function Header({ config, platform }) {
|
|
|
9415
9415
|
),
|
|
9416
9416
|
children: [
|
|
9417
9417
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "p-2", children: item.children.map((child, index) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
9418
|
-
|
|
9418
|
+
_chunk3B43AHYEcjs.Button,
|
|
9419
9419
|
{
|
|
9420
9420
|
variant: "transparent",
|
|
9421
9421
|
size: "small-legacy",
|
|
@@ -9453,7 +9453,7 @@ function Header({ config, platform }) {
|
|
|
9453
9453
|
}
|
|
9454
9454
|
if (item.href || item.onClick) {
|
|
9455
9455
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
9456
|
-
|
|
9456
|
+
_chunk3B43AHYEcjs.Button,
|
|
9457
9457
|
{
|
|
9458
9458
|
variant: "transparent",
|
|
9459
9459
|
href: item.href,
|
|
@@ -9478,7 +9478,7 @@ function Header({ config, platform }) {
|
|
|
9478
9478
|
);
|
|
9479
9479
|
}
|
|
9480
9480
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
9481
|
-
|
|
9481
|
+
_chunk3B43AHYEcjs.Button,
|
|
9482
9482
|
{
|
|
9483
9483
|
variant: "transparent",
|
|
9484
9484
|
onClick: item.onClick,
|
|
@@ -9542,7 +9542,7 @@ function Header({ config, platform }) {
|
|
|
9542
9542
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-end gap-4 flex-shrink-0", children: [
|
|
9543
9543
|
_optionalChain([config, 'access', _299 => _299.actions, 'optionalAccess', _300 => _300.right]) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "hidden md:flex items-center gap-4", children: config.actions.right }),
|
|
9544
9544
|
config.mobile && config.mobile.enabled && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
9545
|
-
|
|
9545
|
+
_chunk3B43AHYEcjs.Button,
|
|
9546
9546
|
{
|
|
9547
9547
|
variant: "transparent",
|
|
9548
9548
|
size: "icon",
|
|
@@ -9623,7 +9623,7 @@ function ClientOnlyHeader({ config, skeleton }) {
|
|
|
9623
9623
|
|
|
9624
9624
|
// src/components/navigation/mobile-nav-panel.tsx
|
|
9625
9625
|
|
|
9626
|
-
|
|
9626
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
9627
9627
|
|
|
9628
9628
|
|
|
9629
9629
|
function MobileNavPanel({ isOpen, config }) {
|
|
@@ -9662,7 +9662,7 @@ function MobileNavPanel({ isOpen, config }) {
|
|
|
9662
9662
|
};
|
|
9663
9663
|
if (item.href) {
|
|
9664
9664
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
9665
|
-
|
|
9665
|
+
_chunk3B43AHYEcjs.Button,
|
|
9666
9666
|
{
|
|
9667
9667
|
variant: "outline",
|
|
9668
9668
|
size: "small-legacy",
|
|
@@ -9680,7 +9680,7 @@ function MobileNavPanel({ isOpen, config }) {
|
|
|
9680
9680
|
);
|
|
9681
9681
|
}
|
|
9682
9682
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
9683
|
-
|
|
9683
|
+
_chunk3B43AHYEcjs.Button,
|
|
9684
9684
|
{
|
|
9685
9685
|
variant: "outline",
|
|
9686
9686
|
size: "small-legacy",
|
|
@@ -9724,7 +9724,7 @@ function MobileNavPanel({ isOpen, config }) {
|
|
|
9724
9724
|
onClick: (e) => e.stopPropagation(),
|
|
9725
9725
|
children: [
|
|
9726
9726
|
/* @__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,
|
|
9727
|
-
|
|
9727
|
+
_chunk3B43AHYEcjs.Button,
|
|
9728
9728
|
{
|
|
9729
9729
|
"aria-label": "Close menu",
|
|
9730
9730
|
size: "icon",
|
|
@@ -9748,7 +9748,7 @@ function MobileNavPanel({ isOpen, config }) {
|
|
|
9748
9748
|
// src/components/navigation/sliding-sidebar.tsx
|
|
9749
9749
|
|
|
9750
9750
|
var _framermotion = require('framer-motion');
|
|
9751
|
-
|
|
9751
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
9752
9752
|
|
|
9753
9753
|
function SlidingSidebar({ config }) {
|
|
9754
9754
|
const [expandedItems, setExpandedItems] = _react.useState.call(void 0, /* @__PURE__ */ new Set());
|
|
@@ -9833,7 +9833,7 @@ function SlidingSidebar({ config }) {
|
|
|
9833
9833
|
);
|
|
9834
9834
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-1", children: [
|
|
9835
9835
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
9836
|
-
|
|
9836
|
+
_chunk3B43AHYEcjs.Button,
|
|
9837
9837
|
{
|
|
9838
9838
|
variant: "transparent",
|
|
9839
9839
|
size: "default",
|
|
@@ -9871,7 +9871,7 @@ function SlidingSidebar({ config }) {
|
|
|
9871
9871
|
}
|
|
9872
9872
|
if (item.href) {
|
|
9873
9873
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
9874
|
-
|
|
9874
|
+
_chunk3B43AHYEcjs.Button,
|
|
9875
9875
|
{
|
|
9876
9876
|
variant: "transparent",
|
|
9877
9877
|
size: "default",
|
|
@@ -9894,7 +9894,7 @@ function SlidingSidebar({ config }) {
|
|
|
9894
9894
|
);
|
|
9895
9895
|
}
|
|
9896
9896
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
9897
|
-
|
|
9897
|
+
_chunk3B43AHYEcjs.Button,
|
|
9898
9898
|
{
|
|
9899
9899
|
variant: "transparent",
|
|
9900
9900
|
size: "default",
|
|
@@ -10539,8 +10539,8 @@ function HeaderOrganizationFilter({
|
|
|
10539
10539
|
const selectedOrg = organizations.find((o) => o.id === selectedOrgId);
|
|
10540
10540
|
const displayName = _optionalChain([selectedOrg, 'optionalAccess', _344 => _344.name]) || "All Organizations";
|
|
10541
10541
|
const deviceCount = _nullishCoalesce(_optionalChain([selectedOrg, 'optionalAccess', _345 => _345.deviceCount]), () => ( totalDeviceCount));
|
|
10542
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
10543
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10542
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.DropdownMenu, { children: [
|
|
10543
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
10544
10544
|
"button",
|
|
10545
10545
|
{
|
|
10546
10546
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
@@ -10562,10 +10562,10 @@ function HeaderOrganizationFilter({
|
|
|
10562
10562
|
]
|
|
10563
10563
|
}
|
|
10564
10564
|
) }),
|
|
10565
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
10566
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10565
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.DropdownMenuContent, { align: "end", className: "min-w-[240px]", children: [
|
|
10566
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.DropdownMenuItem, { onClick: () => _optionalChain([onOrgChange, 'optionalCall', _346 => _346("")]), children: "All Organizations" }),
|
|
10567
10567
|
organizations.map((org) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10568
|
-
|
|
10568
|
+
_chunk3B43AHYEcjs.DropdownMenuItem,
|
|
10569
10569
|
{
|
|
10570
10570
|
onClick: () => _optionalChain([onOrgChange, 'optionalCall', _347 => _347(org.id)]),
|
|
10571
10571
|
children: org.name
|
|
@@ -10662,8 +10662,8 @@ var AppHeader = React37.default.memo(function AppHeader2({
|
|
|
10662
10662
|
dimmedClass
|
|
10663
10663
|
}
|
|
10664
10664
|
),
|
|
10665
|
-
isMdUp && showUser && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
10666
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10665
|
+
isMdUp && showUser && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.DropdownMenu, { children: [
|
|
10666
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.DropdownMenuTrigger, { asChild: true, disabled, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10667
10667
|
HeaderButton,
|
|
10668
10668
|
{
|
|
10669
10669
|
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -10682,7 +10682,7 @@ var AppHeader = React37.default.memo(function AppHeader2({
|
|
|
10682
10682
|
}
|
|
10683
10683
|
) }),
|
|
10684
10684
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
10685
|
-
|
|
10685
|
+
_chunk3B43AHYEcjs.DropdownMenuContent,
|
|
10686
10686
|
{
|
|
10687
10687
|
align: "end",
|
|
10688
10688
|
className: "w-[280px] p-0 bg-ods-bg border-ods-border rounded-[6px] overflow-hidden",
|
|
@@ -10704,7 +10704,7 @@ var AppHeader = React37.default.memo(function AppHeader2({
|
|
|
10704
10704
|
] })
|
|
10705
10705
|
] }),
|
|
10706
10706
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10707
|
-
|
|
10707
|
+
_chunk3B43AHYEcjs.DropdownMenuItem,
|
|
10708
10708
|
{
|
|
10709
10709
|
onClick: onProfile,
|
|
10710
10710
|
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",
|
|
@@ -10715,7 +10715,7 @@ var AppHeader = React37.default.memo(function AppHeader2({
|
|
|
10715
10715
|
}
|
|
10716
10716
|
),
|
|
10717
10717
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10718
|
-
|
|
10718
|
+
_chunk3B43AHYEcjs.DropdownMenuItem,
|
|
10719
10719
|
{
|
|
10720
10720
|
onClick: onLogout,
|
|
10721
10721
|
className: "bg-ods-card rounded-none px-3 py-3 hover:bg-ods-bg-card/80 focus:bg-ods-bg-card/80 cursor-pointer",
|
|
@@ -10764,7 +10764,7 @@ function NotificationsHeaderButton({
|
|
|
10764
10764
|
|
|
10765
10765
|
// src/components/features/notifications/notification-drawer.tsx
|
|
10766
10766
|
var _reactdialog = require('@radix-ui/react-dialog'); var DialogPrimitive2 = _interopRequireWildcard(_reactdialog); var DialogPrimitive = _interopRequireWildcard(_reactdialog); var DialogPrimitive3 = _interopRequireWildcard(_reactdialog); var SheetPrimitive = _interopRequireWildcard(_reactdialog);
|
|
10767
|
-
|
|
10767
|
+
_chunk3B43AHYEcjs.init_button.call(void 0, );
|
|
10768
10768
|
|
|
10769
10769
|
// src/components/ui/drawer.tsx
|
|
10770
10770
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
@@ -10951,7 +10951,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
10951
10951
|
|
|
10952
10952
|
// src/components/features/notifications/notification-tile.tsx
|
|
10953
10953
|
|
|
10954
|
-
|
|
10954
|
+
_chunk3B43AHYEcjs.init_button.call(void 0, );
|
|
10955
10955
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
10956
10956
|
|
|
10957
10957
|
function NotificationTile({
|
|
@@ -10987,7 +10987,7 @@ function NotificationTile({
|
|
|
10987
10987
|
description ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h6 line-clamp-2 text-ods-text-secondary", children: description }) : null
|
|
10988
10988
|
] }),
|
|
10989
10989
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
10990
|
-
|
|
10990
|
+
_chunk3B43AHYEcjs.Button,
|
|
10991
10991
|
{
|
|
10992
10992
|
variant: "outline",
|
|
10993
10993
|
size: "small",
|
|
@@ -11127,7 +11127,7 @@ function ShowNotificationsToggleRow({ checked, onChange }) {
|
|
|
11127
11127
|
}
|
|
11128
11128
|
function NotificationsHistoryButton({ onClick }) {
|
|
11129
11129
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
11130
|
-
|
|
11130
|
+
_chunk3B43AHYEcjs.Button,
|
|
11131
11131
|
{
|
|
11132
11132
|
variant: "outline",
|
|
11133
11133
|
fullWidth: true,
|
|
@@ -11290,7 +11290,7 @@ var MobileBurgerMenu = React37.default.memo(function MobileBurgerMenu2({
|
|
|
11290
11290
|
] }),
|
|
11291
11291
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 shrink-0", children: [
|
|
11292
11292
|
onSearchUser && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
11293
|
-
|
|
11293
|
+
_chunk3B43AHYEcjs.Button,
|
|
11294
11294
|
{
|
|
11295
11295
|
size: "icon",
|
|
11296
11296
|
onClick: onSearchUser,
|
|
@@ -11300,7 +11300,7 @@ var MobileBurgerMenu = React37.default.memo(function MobileBurgerMenu2({
|
|
|
11300
11300
|
}
|
|
11301
11301
|
),
|
|
11302
11302
|
onEditProfile && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
11303
|
-
|
|
11303
|
+
_chunk3B43AHYEcjs.Button,
|
|
11304
11304
|
{
|
|
11305
11305
|
size: "icon",
|
|
11306
11306
|
onClick: onEditProfile,
|
|
@@ -11614,7 +11614,7 @@ ScriptInfoSection.displayName = "ScriptInfoSection";
|
|
|
11614
11614
|
|
|
11615
11615
|
// src/components/platform/ScriptArguments.tsx
|
|
11616
11616
|
|
|
11617
|
-
|
|
11617
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
11618
11618
|
|
|
11619
11619
|
var ScriptArguments = ({
|
|
11620
11620
|
arguments: args,
|
|
@@ -11664,7 +11664,7 @@ var ScriptArguments = ({
|
|
|
11664
11664
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-1 flex-col gap-1 min-w-0", children: [
|
|
11665
11665
|
isFirstRow(index) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { spacing: "tight", children: titleLabel }),
|
|
11666
11666
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
11667
|
-
|
|
11667
|
+
_chunk3B43AHYEcjs.Input,
|
|
11668
11668
|
{
|
|
11669
11669
|
value: arg.key,
|
|
11670
11670
|
onChange: (e) => handleKeyChange(arg.id, e.target.value),
|
|
@@ -11675,7 +11675,7 @@ var ScriptArguments = ({
|
|
|
11675
11675
|
] }),
|
|
11676
11676
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-1 gap-2 items-center min-w-0", children: [
|
|
11677
11677
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-1 flex-col gap-1 min-w-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
11678
|
-
|
|
11678
|
+
_chunk3B43AHYEcjs.Input,
|
|
11679
11679
|
{
|
|
11680
11680
|
value: arg.value,
|
|
11681
11681
|
onChange: (e) => handleValueChange(arg.id, e.target.value),
|
|
@@ -11687,7 +11687,7 @@ var ScriptArguments = ({
|
|
|
11687
11687
|
}
|
|
11688
11688
|
) }),
|
|
11689
11689
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
11690
|
-
|
|
11690
|
+
_chunk3B43AHYEcjs.Button,
|
|
11691
11691
|
{
|
|
11692
11692
|
type: "button",
|
|
11693
11693
|
variant: "outline",
|
|
@@ -11704,7 +11704,7 @@ var ScriptArguments = ({
|
|
|
11704
11704
|
arg.id
|
|
11705
11705
|
)),
|
|
11706
11706
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex justify-start", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
11707
|
-
|
|
11707
|
+
_chunk3B43AHYEcjs.Button,
|
|
11708
11708
|
{
|
|
11709
11709
|
type: "button",
|
|
11710
11710
|
variant: "outline",
|
|
@@ -11721,7 +11721,7 @@ var ScriptArguments = ({
|
|
|
11721
11721
|
ScriptArguments.displayName = "ScriptArguments";
|
|
11722
11722
|
|
|
11723
11723
|
// src/components/announcement-bar.tsx
|
|
11724
|
-
|
|
11724
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
11725
11725
|
|
|
11726
11726
|
|
|
11727
11727
|
|
|
@@ -12027,7 +12027,7 @@ function AnnouncementBar() {
|
|
|
12027
12027
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-body text-[12px] md:text-[18px] leading-tight hidden md:block text-[#1A1A1A] truncate", children: announcement.description })
|
|
12028
12028
|
] }),
|
|
12029
12029
|
announcement.cta_enabled && announcement.cta_text && announcement.cta_url && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "hidden md:flex flex-shrink-0 ml-1 md:ml-2", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12030
|
-
|
|
12030
|
+
_chunk3B43AHYEcjs.Button,
|
|
12031
12031
|
{
|
|
12032
12032
|
onClick: handleCtaClick,
|
|
12033
12033
|
variant: "outline",
|
|
@@ -12288,7 +12288,7 @@ function CategoryCard({ name, description, categoryCount, productCount, icons =
|
|
|
12288
12288
|
}
|
|
12289
12289
|
|
|
12290
12290
|
// src/components/comment-card.tsx
|
|
12291
|
-
|
|
12291
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
12292
12292
|
|
|
12293
12293
|
// src/components/vendor-display-button.tsx
|
|
12294
12294
|
|
|
@@ -12576,7 +12576,7 @@ function CommentCard({
|
|
|
12576
12576
|
}
|
|
12577
12577
|
) : null }),
|
|
12578
12578
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex gap-2 justify-start min-[420px]:justify-end", children: showDeleteButton && onDeleteComment && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
12579
|
-
|
|
12579
|
+
_chunk3B43AHYEcjs.Button,
|
|
12580
12580
|
{
|
|
12581
12581
|
onClick: () => onDeleteComment(comment.id),
|
|
12582
12582
|
variant: "outline",
|
|
@@ -12922,7 +12922,7 @@ function ProgressiveSkeleton({
|
|
|
12922
12922
|
}
|
|
12923
12923
|
|
|
12924
12924
|
// src/components/empty-state.tsx
|
|
12925
|
-
|
|
12925
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
12926
12926
|
|
|
12927
12927
|
|
|
12928
12928
|
|
|
@@ -13048,7 +13048,7 @@ function EmptyState2({
|
|
|
13048
13048
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: "mb-2 md:mb-3 text-lg md:text-xl font-semibold font-['DM_Sans'] text-ods-text-primary tracking-[-0.02em]", children: displayTitle }),
|
|
13049
13049
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "mb-4 md:mb-8 max-w-md text-sm font-medium font-['DM_Sans'] text-ods-text-secondary leading-[1.43em]", children: displayDescription }),
|
|
13050
13050
|
showCTA && smartCTA && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-full max-w-xs mb-3", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13051
|
-
|
|
13051
|
+
_chunk3B43AHYEcjs.Button,
|
|
13052
13052
|
{
|
|
13053
13053
|
onClick: smartCTA.action,
|
|
13054
13054
|
className: ctaVariant === "primary" ? "w-full bg-[#FFC008] text-black hover:bg-[#FFC008]/90 transition-all duration-150 font-['DM_Sans'] font-medium" : "w-full bg-transparent border border-ods-border text-ods-text-primary hover:border-[#FFC008] hover:text-ods-accent transition-all duration-150 font-['DM_Sans'] font-medium",
|
|
@@ -13056,7 +13056,7 @@ function EmptyState2({
|
|
|
13056
13056
|
}
|
|
13057
13057
|
) }),
|
|
13058
13058
|
showBackButton && onGoBack && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-full max-w-xs", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13059
|
-
|
|
13059
|
+
_chunk3B43AHYEcjs.Button,
|
|
13060
13060
|
{
|
|
13061
13061
|
onClick: onGoBack,
|
|
13062
13062
|
variant: "outline",
|
|
@@ -13078,7 +13078,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
13078
13078
|
var ChevronButton = React35.forwardRef(
|
|
13079
13079
|
({ className, direction = "down", size = "md", isExpanded, backgroundColor, borderColor, ...props }, ref) => {
|
|
13080
13080
|
const Icon2 = (isExpanded ? _lucidereact.ChevronUp : _lucidereact.ChevronDown) || (direction === "up" ? _lucidereact.ChevronUp : _lucidereact.ChevronDown);
|
|
13081
|
-
const
|
|
13081
|
+
const sizeClasses4 = {
|
|
13082
13082
|
sm: "h-4 w-4",
|
|
13083
13083
|
md: "h-5 w-5",
|
|
13084
13084
|
lg: "h-6 w-6"
|
|
@@ -13097,7 +13097,7 @@ var ChevronButton = React35.forwardRef(
|
|
|
13097
13097
|
},
|
|
13098
13098
|
ref,
|
|
13099
13099
|
...props,
|
|
13100
|
-
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Icon2, { className:
|
|
13100
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Icon2, { className: sizeClasses4[size] })
|
|
13101
13101
|
}
|
|
13102
13102
|
);
|
|
13103
13103
|
}
|
|
@@ -13271,7 +13271,7 @@ function FilterChip({
|
|
|
13271
13271
|
|
|
13272
13272
|
|
|
13273
13273
|
// src/components/social-icon-row.tsx
|
|
13274
|
-
|
|
13274
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
13275
13275
|
|
|
13276
13276
|
var defaultLinks = [
|
|
13277
13277
|
{ platform: "github", href: "https://github.com/flamingo-stack", label: "GitHub" },
|
|
@@ -13319,7 +13319,7 @@ function renderSocialIcon(platform) {
|
|
|
13319
13319
|
}
|
|
13320
13320
|
function SocialIconRow({ className = "", links = defaultLinks, variant = "outline" }) {
|
|
13321
13321
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: `flex flex-row gap-3 w-full ${className}`, children: links.map((link, index) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13322
|
-
|
|
13322
|
+
_chunk3B43AHYEcjs.Button,
|
|
13323
13323
|
{
|
|
13324
13324
|
asChild: true,
|
|
13325
13325
|
variant,
|
|
@@ -13343,7 +13343,7 @@ function SocialIconRow({ className = "", links = defaultLinks, variant = "outlin
|
|
|
13343
13343
|
// src/components/footer.tsx
|
|
13344
13344
|
|
|
13345
13345
|
function NavLinkSkeleton() {
|
|
13346
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13346
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-5 md:h-6 w-20 md:w-24" });
|
|
13347
13347
|
}
|
|
13348
13348
|
function Footer({ config, renderLink }) {
|
|
13349
13349
|
if (!config) {
|
|
@@ -13359,12 +13359,12 @@ function UniversalFooter({ config, renderLink }) {
|
|
|
13359
13359
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "w-full grid grid-cols-2 lg:grid-cols-4 gap-6 md:gap-8 items-start", children: [
|
|
13360
13360
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-4 md:gap-6 items-start text-left col-span-2 md:col-span-1 lg:col-span-1", children: [
|
|
13361
13361
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
13362
|
-
config.logo && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13362
|
+
config.logo && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "w-8 h-8" }), children: config.logo }),
|
|
13363
13363
|
config.nameElement || /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "font-heading text-heading-5 font-bold text-ods-text-primary whitespace-nowrap", children: config.name })
|
|
13364
13364
|
] }),
|
|
13365
13365
|
!config.moveDescriptionToRight && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
13366
13366
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-body font-medium text-sm md:text-sm leading-[1.43] text-ods-text-primary", children: config.description }),
|
|
13367
|
-
config.belowDescriptionContent && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13367
|
+
config.belowDescriptionContent && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-8 w-full" }), children: config.belowDescriptionContent }),
|
|
13368
13368
|
!config.hideSocialRow && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13369
13369
|
SocialIconRow,
|
|
13370
13370
|
{
|
|
@@ -13373,19 +13373,19 @@ function UniversalFooter({ config, renderLink }) {
|
|
|
13373
13373
|
}
|
|
13374
13374
|
)
|
|
13375
13375
|
] }),
|
|
13376
|
-
config.moveDescriptionToRight && config.keepBelowDescriptionLeft && config.belowDescriptionContent && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13376
|
+
config.moveDescriptionToRight && config.keepBelowDescriptionLeft && config.belowDescriptionContent && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-8 w-full" }), children: config.belowDescriptionContent })
|
|
13377
13377
|
] }),
|
|
13378
13378
|
config.sections.map((section, index) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-3 items-start text-left col-span-1", children: [
|
|
13379
13379
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-h5 tracking-[-0.02em] text-ods-text-muted", children: section.title }),
|
|
13380
13380
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-col gap-3", children: section.links.map((link, linkIndex) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, NavLinkSkeleton, {}), children: linkRenderer(link) }, linkIndex)) })
|
|
13381
13381
|
] }, index)),
|
|
13382
|
-
config.customComponent && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-col col-span-2 md:col-span-1 lg:col-span-1 justify-center", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13382
|
+
config.customComponent && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-col col-span-2 md:col-span-1 lg:col-span-1 justify-center", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-32 w-full" }), children: config.customComponent }) }),
|
|
13383
13383
|
(config.rightColumnContent || config.moveDescriptionToRight) && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col col-span-2 md:col-span-1 lg:col-span-1 justify-start gap-4 md:gap-6", children: [
|
|
13384
13384
|
config.moveDescriptionToRight && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
13385
13385
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-body font-medium text-sm md:text-sm leading-[1.43] text-ods-text-primary", children: config.description }),
|
|
13386
|
-
config.belowDescriptionContent && !config.keepBelowDescriptionLeft && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13386
|
+
config.belowDescriptionContent && !config.keepBelowDescriptionLeft && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-8 w-full" }), children: config.belowDescriptionContent })
|
|
13387
13387
|
] }),
|
|
13388
|
-
config.rightColumnContent && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13388
|
+
config.rightColumnContent && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _react.Suspense, { fallback: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-32 w-full" }), children: config.rightColumnContent })
|
|
13389
13389
|
] })
|
|
13390
13390
|
] }),
|
|
13391
13391
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "p", { className: "font-body font-medium text-md md:text-md leading-[1.33] text-center w-full text-ods-text-muted pt-4 md:pt-0", children: [
|
|
@@ -13697,7 +13697,7 @@ init_unified_pagination();
|
|
|
13697
13697
|
// src/components/footer-waitlist-button.tsx
|
|
13698
13698
|
|
|
13699
13699
|
|
|
13700
|
-
|
|
13700
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
13701
13701
|
|
|
13702
13702
|
function FooterWaitlistButton({ className }) {
|
|
13703
13703
|
const router = _navigation.useRouter.call(void 0, );
|
|
@@ -13717,7 +13717,7 @@ function FooterWaitlistButton({ className }) {
|
|
|
13717
13717
|
router.push("/waitlist#waitlist-form");
|
|
13718
13718
|
}, [pathname, router]);
|
|
13719
13719
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13720
|
-
|
|
13720
|
+
_chunk3B43AHYEcjs.Button,
|
|
13721
13721
|
{
|
|
13722
13722
|
onClick: handleClick,
|
|
13723
13723
|
className,
|
|
@@ -13728,7 +13728,7 @@ function FooterWaitlistButton({ className }) {
|
|
|
13728
13728
|
}
|
|
13729
13729
|
|
|
13730
13730
|
// src/components/hero-image-uploader.tsx
|
|
13731
|
-
|
|
13731
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
13732
13732
|
|
|
13733
13733
|
|
|
13734
13734
|
|
|
@@ -13812,7 +13812,7 @@ function HeroImageUploader({ imageUrl, onChange, uploadEndpoint, height = 300, o
|
|
|
13812
13812
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "img", { src: imageUrl, className: `absolute inset-0 w-full h-full object-${objectFit}`, alt: "Cover" }),
|
|
13813
13813
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "absolute inset-0 bg-black/40 opacity-0 group-hover:opacity-100 flex items-center justify-center gap-4 transition-opacity rounded-lg", children: [
|
|
13814
13814
|
showReplaceButton && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13815
|
-
|
|
13815
|
+
_chunk3B43AHYEcjs.Button,
|
|
13816
13816
|
{
|
|
13817
13817
|
variant: "outline",
|
|
13818
13818
|
size: "icon",
|
|
@@ -13822,7 +13822,7 @@ function HeroImageUploader({ imageUrl, onChange, uploadEndpoint, height = 300, o
|
|
|
13822
13822
|
}
|
|
13823
13823
|
),
|
|
13824
13824
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13825
|
-
|
|
13825
|
+
_chunk3B43AHYEcjs.Button,
|
|
13826
13826
|
{
|
|
13827
13827
|
variant: "outline",
|
|
13828
13828
|
size: "icon",
|
|
@@ -14005,7 +14005,7 @@ function ResponsiveIconsBlock({ loading = false }) {
|
|
|
14005
14005
|
}
|
|
14006
14006
|
|
|
14007
14007
|
// src/components/image-cropper.tsx
|
|
14008
|
-
|
|
14008
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
14009
14009
|
|
|
14010
14010
|
var _reacteasycrop = require('react-easy-crop'); var _reacteasycrop2 = _interopRequireDefault(_reacteasycrop);
|
|
14011
14011
|
|
|
@@ -14201,7 +14201,7 @@ var ImageCropper = ({
|
|
|
14201
14201
|
}
|
|
14202
14202
|
),
|
|
14203
14203
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14204
|
-
|
|
14204
|
+
_chunk3B43AHYEcjs.Button,
|
|
14205
14205
|
{
|
|
14206
14206
|
variant: "outline",
|
|
14207
14207
|
size: "icon",
|
|
@@ -14213,9 +14213,9 @@ var ImageCropper = ({
|
|
|
14213
14213
|
] })
|
|
14214
14214
|
] }),
|
|
14215
14215
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex justify-end gap-2 mt-2", children: [
|
|
14216
|
-
onCancel && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14216
|
+
onCancel && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Button, { variant: "outline", onClick: onCancel, "aria-label": "Cancel crop", children: "Cancel" }),
|
|
14217
14217
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
14218
|
-
|
|
14218
|
+
_chunk3B43AHYEcjs.Button,
|
|
14219
14219
|
{
|
|
14220
14220
|
variant: "accent",
|
|
14221
14221
|
onClick: async () => {
|
|
@@ -15261,7 +15261,7 @@ var MediaSkeleton = {
|
|
|
15261
15261
|
* Avatar/profile image skeleton
|
|
15262
15262
|
*/
|
|
15263
15263
|
Avatar: ({ size = "md", className, ...props }) => {
|
|
15264
|
-
const
|
|
15264
|
+
const sizeClasses4 = {
|
|
15265
15265
|
sm: "h-8 w-8",
|
|
15266
15266
|
md: "h-12 w-12",
|
|
15267
15267
|
lg: "h-16 w-16"
|
|
@@ -15270,7 +15270,7 @@ var MediaSkeleton = {
|
|
|
15270
15270
|
UnifiedSkeleton,
|
|
15271
15271
|
{
|
|
15272
15272
|
variant: "circular",
|
|
15273
|
-
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
15273
|
+
className: _chunkUC43NICZcjs.cn.call(void 0, sizeClasses4[size], className),
|
|
15274
15274
|
"aria-label": "Loading profile image",
|
|
15275
15275
|
...props
|
|
15276
15276
|
}
|
|
@@ -15292,7 +15292,7 @@ var MediaSkeleton = {
|
|
|
15292
15292
|
* Icon skeleton
|
|
15293
15293
|
*/
|
|
15294
15294
|
Icon: ({ size = "md", className, ...props }) => {
|
|
15295
|
-
const
|
|
15295
|
+
const sizeClasses4 = {
|
|
15296
15296
|
sm: "h-4 w-4",
|
|
15297
15297
|
md: "h-6 w-6",
|
|
15298
15298
|
lg: "h-8 w-8"
|
|
@@ -15301,7 +15301,7 @@ var MediaSkeleton = {
|
|
|
15301
15301
|
UnifiedSkeleton,
|
|
15302
15302
|
{
|
|
15303
15303
|
variant: "default",
|
|
15304
|
-
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
15304
|
+
className: _chunkUC43NICZcjs.cn.call(void 0, sizeClasses4[size], className),
|
|
15305
15305
|
"aria-label": "Loading icon",
|
|
15306
15306
|
...props
|
|
15307
15307
|
}
|
|
@@ -16887,7 +16887,7 @@ function DateTimePicker({
|
|
|
16887
16887
|
}
|
|
16888
16888
|
|
|
16889
16889
|
// src/components/shared/onboarding/onboarding-walkthrough.tsx
|
|
16890
|
-
|
|
16890
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
16891
16891
|
|
|
16892
16892
|
|
|
16893
16893
|
// src/components/shared/onboarding/onboarding-step-card.tsx
|
|
@@ -16972,7 +16972,7 @@ var InteractiveCard = React37.default.forwardRef(
|
|
|
16972
16972
|
InteractiveCard.displayName = "InteractiveCard";
|
|
16973
16973
|
|
|
16974
16974
|
// src/components/shared/onboarding/onboarding-step-card.tsx
|
|
16975
|
-
|
|
16975
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
16976
16976
|
|
|
16977
16977
|
// src/components/ui/status-badge.tsx
|
|
16978
16978
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
@@ -17091,7 +17091,7 @@ function OnboardingStepCard({
|
|
|
17091
17091
|
}
|
|
17092
17092
|
),
|
|
17093
17093
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17094
|
-
|
|
17094
|
+
_chunk3B43AHYEcjs.Button,
|
|
17095
17095
|
{
|
|
17096
17096
|
variant: "outline",
|
|
17097
17097
|
onClick: handleAction,
|
|
@@ -17109,7 +17109,7 @@ function OnboardingStepCard({
|
|
|
17109
17109
|
}
|
|
17110
17110
|
) }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
17111
17111
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17112
|
-
|
|
17112
|
+
_chunk3B43AHYEcjs.Button,
|
|
17113
17113
|
{
|
|
17114
17114
|
variant: "outline",
|
|
17115
17115
|
onClick: handleSkip,
|
|
@@ -17117,7 +17117,7 @@ function OnboardingStepCard({
|
|
|
17117
17117
|
}
|
|
17118
17118
|
),
|
|
17119
17119
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17120
|
-
|
|
17120
|
+
_chunk3B43AHYEcjs.Button,
|
|
17121
17121
|
{
|
|
17122
17122
|
variant: "accent",
|
|
17123
17123
|
onClick: handleAction,
|
|
@@ -17231,7 +17231,7 @@ function OnboardingWalkthrough({
|
|
|
17231
17231
|
/* @__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: [
|
|
17232
17232
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: "text-h2 tracking-[-0.48px] text-ods-text-primary", children: "Get Started" }),
|
|
17233
17233
|
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,
|
|
17234
|
-
|
|
17234
|
+
_chunk3B43AHYEcjs.Button,
|
|
17235
17235
|
{
|
|
17236
17236
|
variant: "accent",
|
|
17237
17237
|
onClick: handleDismiss,
|
|
@@ -17239,7 +17239,7 @@ function OnboardingWalkthrough({
|
|
|
17239
17239
|
children: "Close Onboarding"
|
|
17240
17240
|
}
|
|
17241
17241
|
) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17242
|
-
|
|
17242
|
+
_chunk3B43AHYEcjs.Button,
|
|
17243
17243
|
{
|
|
17244
17244
|
variant: "outline",
|
|
17245
17245
|
onClick: handleDismiss,
|
|
@@ -17264,9 +17264,19 @@ function OnboardingWalkthrough({
|
|
|
17264
17264
|
}
|
|
17265
17265
|
|
|
17266
17266
|
// src/components/shared/product-release/product-release-card.tsx
|
|
17267
|
+
|
|
17267
17268
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
17268
17269
|
|
|
17269
17270
|
|
|
17271
|
+
|
|
17272
|
+
|
|
17273
|
+
|
|
17274
|
+
|
|
17275
|
+
|
|
17276
|
+
|
|
17277
|
+
|
|
17278
|
+
|
|
17279
|
+
|
|
17270
17280
|
function ProductReleaseCard({
|
|
17271
17281
|
title,
|
|
17272
17282
|
summary,
|
|
@@ -17275,8 +17285,181 @@ function ProductReleaseCard({
|
|
|
17275
17285
|
onClick,
|
|
17276
17286
|
anchorProps,
|
|
17277
17287
|
className,
|
|
17278
|
-
size = "default"
|
|
17288
|
+
size = "default",
|
|
17289
|
+
coverImage,
|
|
17290
|
+
hasVideoCover,
|
|
17291
|
+
releaseType,
|
|
17292
|
+
releaseStatus,
|
|
17293
|
+
releaseTypeBadgeColor,
|
|
17294
|
+
viewCount,
|
|
17295
|
+
author,
|
|
17296
|
+
changelogCounts
|
|
17279
17297
|
}) {
|
|
17298
|
+
if (size === "catalog") {
|
|
17299
|
+
const totalChangelog = (_nullishCoalesce(_optionalChain([changelogCounts, 'optionalAccess', _437 => _437.features]), () => ( 0))) + (_nullishCoalesce(_optionalChain([changelogCounts, 'optionalAccess', _438 => _438.fixes]), () => ( 0))) + (_nullishCoalesce(_optionalChain([changelogCounts, 'optionalAccess', _439 => _439.improvements]), () => ( 0))) + (_nullishCoalesce(_optionalChain([changelogCounts, 'optionalAccess', _440 => _440.breaking]), () => ( 0)));
|
|
17300
|
+
const valueCells = [];
|
|
17301
|
+
if (releaseType && releaseTypeBadgeColor) {
|
|
17302
|
+
valueCells.push({
|
|
17303
|
+
value: releaseType.toUpperCase(),
|
|
17304
|
+
label: "Type",
|
|
17305
|
+
uppercase: true,
|
|
17306
|
+
colorScheme: releaseTypeBadgeColor
|
|
17307
|
+
});
|
|
17308
|
+
}
|
|
17309
|
+
if (releaseStatus) {
|
|
17310
|
+
valueCells.push({
|
|
17311
|
+
value: releaseStatus.toUpperCase(),
|
|
17312
|
+
label: "Status",
|
|
17313
|
+
uppercase: true
|
|
17314
|
+
});
|
|
17315
|
+
}
|
|
17316
|
+
if (formattedDate) {
|
|
17317
|
+
valueCells.push({
|
|
17318
|
+
value: formattedDate,
|
|
17319
|
+
label: "Released",
|
|
17320
|
+
uppercase: false
|
|
17321
|
+
});
|
|
17322
|
+
}
|
|
17323
|
+
const hasAuthorCell = !!_optionalChain([author, 'optionalAccess', _441 => _441.full_name]);
|
|
17324
|
+
const totalCells = valueCells.length + (hasAuthorCell ? 1 : 0);
|
|
17325
|
+
const gridColsClass = totalCells >= 4 ? "md:grid-cols-4" : totalCells === 3 ? "md:grid-cols-3" : totalCells === 2 ? "md:grid-cols-2" : "md:grid-cols-1";
|
|
17326
|
+
const dividerClass = "border-b md:border-b-0 md:border-r border-ods-border";
|
|
17327
|
+
const frameClass = _chunkUC43NICZcjs.cn.call(void 0,
|
|
17328
|
+
"group bg-ods-system-greys-black border border-ods-border rounded-lg overflow-hidden",
|
|
17329
|
+
"flex flex-col p-6 gap-4",
|
|
17330
|
+
"transition-all duration-300 ease-out transform hover:translate-y-[-2px]",
|
|
17331
|
+
"hover:border-ods-accent hover:shadow-lg hover:shadow-ods-accent/[0.08]",
|
|
17332
|
+
"focus:outline-none focus-visible:ring-2 focus-visible:ring-ods-accent focus-visible:ring-offset-2 focus-visible:ring-offset-ods-bg",
|
|
17333
|
+
"no-underline",
|
|
17334
|
+
className
|
|
17335
|
+
);
|
|
17336
|
+
const innerLayout = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
17337
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col md:flex-row gap-4 md:gap-6", children: [
|
|
17338
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-full md:w-[256px] flex-shrink-0", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative rounded-lg overflow-hidden w-full aspect-[16/9] bg-ods-bg", children: [
|
|
17339
|
+
coverImage ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17340
|
+
_image2.default,
|
|
17341
|
+
{
|
|
17342
|
+
src: coverImage,
|
|
17343
|
+
alt: title,
|
|
17344
|
+
fill: true,
|
|
17345
|
+
sizes: "(max-width: 768px) 100vw, 256px",
|
|
17346
|
+
className: "object-cover",
|
|
17347
|
+
unoptimized: true
|
|
17348
|
+
}
|
|
17349
|
+
) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute inset-0 flex items-center justify-center text-ods-text-secondary", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Package, { className: "w-8 h-8" }) }),
|
|
17350
|
+
hasVideoCover && coverImage && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "absolute inset-0 flex items-center justify-center bg-black/30", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Play, { className: "w-10 h-10 text-white", fill: "white" }) })
|
|
17351
|
+
] }) }),
|
|
17352
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex-1 min-w-0 flex flex-col", children: [
|
|
17353
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center gap-3 mb-3", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "font-mono font-semibold text-lg text-ods-text-primary truncate", children: [
|
|
17354
|
+
"v",
|
|
17355
|
+
version
|
|
17356
|
+
] }) }),
|
|
17357
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "font-['Azeret_Mono'] font-semibold text-xl md:text-2xl text-ods-text-primary leading-tight line-clamp-2 mb-3", children: title }),
|
|
17358
|
+
summary && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-['DM_Sans'] text-sm md:text-base text-ods-text-secondary leading-relaxed line-clamp-4 flex-1", children: summary })
|
|
17359
|
+
] })
|
|
17360
|
+
] }),
|
|
17361
|
+
totalChangelog > 0 && changelogCounts && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "border-t border-ods-border pt-3 flex flex-wrap items-center gap-x-4 gap-y-1.5 font-['DM_Sans'] text-sm text-ods-text-secondary", children: [
|
|
17362
|
+
changelogCounts.features > 0 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "inline-flex items-center gap-1.5", children: [
|
|
17363
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Sparkles, { className: "w-3.5 h-3.5" }),
|
|
17364
|
+
changelogCounts.features,
|
|
17365
|
+
" ",
|
|
17366
|
+
changelogCounts.features === 1 ? "feature" : "features"
|
|
17367
|
+
] }),
|
|
17368
|
+
changelogCounts.fixes > 0 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "inline-flex items-center gap-1.5", children: [
|
|
17369
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Wrench, { className: "w-3.5 h-3.5" }),
|
|
17370
|
+
changelogCounts.fixes,
|
|
17371
|
+
" ",
|
|
17372
|
+
changelogCounts.fixes === 1 ? "fix" : "fixes"
|
|
17373
|
+
] }),
|
|
17374
|
+
changelogCounts.improvements > 0 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "inline-flex items-center gap-1.5", children: [
|
|
17375
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.TrendingUp, { className: "w-3.5 h-3.5" }),
|
|
17376
|
+
changelogCounts.improvements,
|
|
17377
|
+
" ",
|
|
17378
|
+
changelogCounts.improvements === 1 ? "improvement" : "improvements"
|
|
17379
|
+
] }),
|
|
17380
|
+
changelogCounts.breaking > 0 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "inline-flex items-center gap-1.5 text-[var(--ods-attention-yellow-warning)]", children: [
|
|
17381
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.AlertTriangle, { className: "w-3.5 h-3.5" }),
|
|
17382
|
+
changelogCounts.breaking,
|
|
17383
|
+
" breaking"
|
|
17384
|
+
] })
|
|
17385
|
+
] }),
|
|
17386
|
+
totalCells > 0 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
17387
|
+
"div",
|
|
17388
|
+
{
|
|
17389
|
+
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
17390
|
+
"grid grid-cols-1",
|
|
17391
|
+
gridColsClass,
|
|
17392
|
+
"border border-ods-border rounded-md overflow-hidden w-full"
|
|
17393
|
+
),
|
|
17394
|
+
children: [
|
|
17395
|
+
valueCells.map((cell, i) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17396
|
+
"div",
|
|
17397
|
+
{
|
|
17398
|
+
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
17399
|
+
"bg-ods-card p-4 flex flex-col gap-3",
|
|
17400
|
+
// Last value cell skips the trailing divider when no
|
|
17401
|
+
// author cell follows; otherwise every value cell gets it.
|
|
17402
|
+
(i < valueCells.length - 1 || hasAuthorCell) && dividerClass
|
|
17403
|
+
),
|
|
17404
|
+
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-0", children: [
|
|
17405
|
+
cell.colorScheme ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17406
|
+
StatusBadge,
|
|
17407
|
+
{
|
|
17408
|
+
text: cell.value,
|
|
17409
|
+
variant: "card",
|
|
17410
|
+
colorScheme: cell.colorScheme,
|
|
17411
|
+
singleLine: true,
|
|
17412
|
+
className: "self-start"
|
|
17413
|
+
}
|
|
17414
|
+
) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h4 text-ods-text-primary", children: cell.uppercase ? cell.value.toLocaleUpperCase() : cell.value }),
|
|
17415
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-['DM_Sans'] font-medium text-[14px] leading-[20px] text-ods-text-secondary", children: cell.label })
|
|
17416
|
+
] })
|
|
17417
|
+
},
|
|
17418
|
+
`${cell.label}-${i}`
|
|
17419
|
+
)),
|
|
17420
|
+
hasAuthorCell && author && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-card p-4 flex items-center gap-3", children: [
|
|
17421
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17422
|
+
SquareAvatar,
|
|
17423
|
+
{
|
|
17424
|
+
src: _nullishCoalesce(author.avatar_url, () => ( void 0)),
|
|
17425
|
+
alt: author.full_name,
|
|
17426
|
+
fallback: author.full_name.charAt(0).toUpperCase(),
|
|
17427
|
+
size: "md",
|
|
17428
|
+
variant: "round"
|
|
17429
|
+
}
|
|
17430
|
+
),
|
|
17431
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-0 flex-1 min-w-0", children: [
|
|
17432
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h3 tracking-[-0.36px] text-ods-text-primary truncate", children: author.full_name }),
|
|
17433
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-['DM_Sans'] font-medium text-[14px] leading-[20px] text-ods-text-secondary", children: author.job_title || "Author" })
|
|
17434
|
+
] })
|
|
17435
|
+
] })
|
|
17436
|
+
]
|
|
17437
|
+
}
|
|
17438
|
+
),
|
|
17439
|
+
typeof viewCount === "number" && viewCount > 0 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-1.5 text-xs text-ods-text-secondary", children: [
|
|
17440
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Eye, { className: "w-3.5 h-3.5" }),
|
|
17441
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { children: [
|
|
17442
|
+
viewCount.toLocaleString(),
|
|
17443
|
+
" views"
|
|
17444
|
+
] })
|
|
17445
|
+
] })
|
|
17446
|
+
] });
|
|
17447
|
+
if (anchorProps) {
|
|
17448
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "a", { ...anchorProps, className: frameClass, "aria-label": `Open ${title}`, children: innerLayout });
|
|
17449
|
+
}
|
|
17450
|
+
if (onClick) {
|
|
17451
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, InteractiveCard, { clickable: true, onClick, className: frameClass, children: innerLayout });
|
|
17452
|
+
}
|
|
17453
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17454
|
+
"div",
|
|
17455
|
+
{
|
|
17456
|
+
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
17457
|
+
frameClass.replace("hover:border-ods-accent", "").replace("hover:translate-y-[-2px]", "")
|
|
17458
|
+
),
|
|
17459
|
+
children: innerLayout
|
|
17460
|
+
}
|
|
17461
|
+
);
|
|
17462
|
+
}
|
|
17280
17463
|
if (size === "sm") {
|
|
17281
17464
|
const handleKey = (e) => {
|
|
17282
17465
|
if (!onClick) return;
|
|
@@ -17303,7 +17486,20 @@ function ProductReleaseCard({
|
|
|
17303
17486
|
className
|
|
17304
17487
|
);
|
|
17305
17488
|
const innerChildren = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
17306
|
-
/* @__PURE__ */ _jsxruntime.
|
|
17489
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "relative flex h-14 w-14 aspect-square shrink-0 self-start items-center justify-center overflow-hidden rounded-md bg-ods-bg text-ods-accent", children: [
|
|
17490
|
+
coverImage ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17491
|
+
_image2.default,
|
|
17492
|
+
{
|
|
17493
|
+
src: coverImage,
|
|
17494
|
+
alt: title,
|
|
17495
|
+
fill: true,
|
|
17496
|
+
sizes: "56px",
|
|
17497
|
+
className: "object-contain",
|
|
17498
|
+
unoptimized: true
|
|
17499
|
+
}
|
|
17500
|
+
) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Package, { className: "h-5 w-5" }),
|
|
17501
|
+
hasVideoCover && coverImage && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "absolute inset-0 flex items-center justify-center bg-black/30", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Play, { className: "h-4 w-4 text-white", fill: "white" }) })
|
|
17502
|
+
] }),
|
|
17307
17503
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex min-w-0 flex-1 flex-col gap-0.5 min-h-14", children: [
|
|
17308
17504
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "flex items-center gap-2 min-w-0 h-5", children: [
|
|
17309
17505
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "truncate text-sm font-semibold leading-5 text-ods-text-primary min-w-0", children: title }),
|
|
@@ -17400,6 +17596,52 @@ function ProductReleaseCard({
|
|
|
17400
17596
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
17401
17597
|
|
|
17402
17598
|
function ProductReleaseCardSkeleton({ className, size = "default" }) {
|
|
17599
|
+
if (size === "catalog") {
|
|
17600
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
17601
|
+
"div",
|
|
17602
|
+
{
|
|
17603
|
+
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
17604
|
+
"bg-ods-system-greys-black border border-ods-border rounded-lg overflow-hidden",
|
|
17605
|
+
"flex flex-col p-6 gap-4",
|
|
17606
|
+
"animate-pulse",
|
|
17607
|
+
className
|
|
17608
|
+
),
|
|
17609
|
+
children: [
|
|
17610
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col md:flex-row gap-4 md:gap-6", children: [
|
|
17611
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-full md:w-[256px] aspect-[16/9] bg-ods-bg rounded-lg flex-shrink-0" }),
|
|
17612
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex-1 min-w-0 flex flex-col", children: [
|
|
17613
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-6 w-20 bg-ods-bg rounded mb-3" }),
|
|
17614
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-7 w-3/4 bg-ods-bg rounded mb-2" }),
|
|
17615
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-7 w-1/2 bg-ods-bg rounded mb-3" }),
|
|
17616
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-3 w-full bg-ods-bg/60 rounded mb-1" }),
|
|
17617
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-3 w-5/6 bg-ods-bg/60 rounded" })
|
|
17618
|
+
] })
|
|
17619
|
+
] }),
|
|
17620
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "border-t border-ods-border pt-3", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-4 w-2/3 bg-ods-bg/60 rounded" }) }),
|
|
17621
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "grid grid-cols-1 md:grid-cols-4 border border-ods-border rounded-md overflow-hidden w-full", children: [
|
|
17622
|
+
[0, 1, 2].map((i) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17623
|
+
"div",
|
|
17624
|
+
{
|
|
17625
|
+
className: "bg-ods-card p-4 flex flex-col gap-3 border-b md:border-b-0 md:border-r border-ods-border",
|
|
17626
|
+
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-2", children: [
|
|
17627
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-6 w-24 bg-ods-bg rounded" }),
|
|
17628
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-3 w-16 bg-ods-bg/60 rounded" })
|
|
17629
|
+
] })
|
|
17630
|
+
},
|
|
17631
|
+
`cell-${i}`
|
|
17632
|
+
)),
|
|
17633
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-card p-4 flex items-center gap-3", children: [
|
|
17634
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-10 w-10 rounded-full bg-ods-bg shrink-0" }),
|
|
17635
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-2 flex-1 min-w-0", children: [
|
|
17636
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-4 w-3/4 bg-ods-bg rounded" }),
|
|
17637
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-3 w-1/2 bg-ods-bg/60 rounded" })
|
|
17638
|
+
] })
|
|
17639
|
+
] })
|
|
17640
|
+
] })
|
|
17641
|
+
]
|
|
17642
|
+
}
|
|
17643
|
+
);
|
|
17644
|
+
}
|
|
17403
17645
|
if (size === "sm") {
|
|
17404
17646
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
17405
17647
|
"span",
|
|
@@ -17517,6 +17759,7 @@ function ReleaseChangelogSection({
|
|
|
17517
17759
|
hideTitle = false,
|
|
17518
17760
|
collapsible = false,
|
|
17519
17761
|
defaultCollapsed = true,
|
|
17762
|
+
icon,
|
|
17520
17763
|
SimpleMarkdownRenderer: SimpleMarkdownRenderer2
|
|
17521
17764
|
}) {
|
|
17522
17765
|
const [collapsed, setCollapsed] = _react.useState.call(void 0, collapsible ? defaultCollapsed : false);
|
|
@@ -17531,6 +17774,7 @@ function ReleaseChangelogSection({
|
|
|
17531
17774
|
className: "flex items-center justify-between w-full cursor-pointer",
|
|
17532
17775
|
children: [
|
|
17533
17776
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "h2", { className: `flex items-center gap-2 text-2xl font-bold ${isBreaking ? "text-red-500" : "text-ods-text-primary"}`, children: [
|
|
17777
|
+
icon,
|
|
17534
17778
|
title,
|
|
17535
17779
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "secondary", className: "ml-2", children: entries.length })
|
|
17536
17780
|
] }),
|
|
@@ -17543,12 +17787,26 @@ function ReleaseChangelogSection({
|
|
|
17543
17787
|
]
|
|
17544
17788
|
}
|
|
17545
17789
|
) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "h2", { className: `flex items-center gap-2 text-2xl font-bold ${isBreaking ? "text-red-500" : "text-ods-text-primary"}`, children: [
|
|
17790
|
+
icon,
|
|
17546
17791
|
title,
|
|
17547
17792
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "secondary", className: "ml-2", children: entries.length })
|
|
17548
17793
|
] })),
|
|
17549
17794
|
showEntries && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "ul", { className: "space-y-6", children: entries.map((entry, index) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "li", { className: "border-l-2 border-ods-border pl-4 ml-0", children: [
|
|
17550
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "
|
|
17551
|
-
entry.description && /*
|
|
17795
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h3 text-ods-text-primary mb-2", children: entry.title }),
|
|
17796
|
+
entry.description && /* Entry description — body text matches the main release
|
|
17797
|
+
summary (release-detail-page.tsx:321) at the SAME 14/18px
|
|
17798
|
+
responsive `text-h4` scale. The `SimpleMarkdownRenderer`
|
|
17799
|
+
forces its own `<p>` typography
|
|
17800
|
+
(`text-[16px] md:text-[18px] lg:text-[20px]`) which
|
|
17801
|
+
overrides the wrapper's `text-h4` on `lg+` viewports and
|
|
17802
|
+
inflates the changelog body to 20px — larger than the
|
|
17803
|
+
main summary AND larger than the entry title.
|
|
17804
|
+
The `[&_p]:!` overrides pin every descendant `<p>` back
|
|
17805
|
+
to the h4 responsive tokens (`var(--font-size-h4-body)`
|
|
17806
|
+
+ `var(--font-line-space-h4-body)`) — same variables
|
|
17807
|
+
`text-h4` itself uses, so the responsive breakpoints
|
|
17808
|
+
stay aligned with the rest of the page. */
|
|
17809
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-h4 text-ods-text-primary [&_p]:!text-[length:var(--font-size-h4-body)] [&_p]:!leading-[var(--font-line-space-h4-body)] [&_p]:!font-medium", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, SimpleMarkdownRenderer2, { content: entry.description }) })
|
|
17552
17810
|
] }, index)) })
|
|
17553
17811
|
] });
|
|
17554
17812
|
}
|
|
@@ -17615,7 +17873,7 @@ function ImageGalleryModal({
|
|
|
17615
17873
|
children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative flex items-center justify-center bg-black rounded-lg", children: [
|
|
17616
17874
|
images.length > 1 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
17617
17875
|
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,
|
|
17618
|
-
|
|
17876
|
+
_chunk3B43AHYEcjs.Button,
|
|
17619
17877
|
{
|
|
17620
17878
|
variant: "transparent",
|
|
17621
17879
|
size: "small-legacy",
|
|
@@ -17625,7 +17883,7 @@ function ImageGalleryModal({
|
|
|
17625
17883
|
}
|
|
17626
17884
|
) }),
|
|
17627
17885
|
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,
|
|
17628
|
-
|
|
17886
|
+
_chunk3B43AHYEcjs.Button,
|
|
17629
17887
|
{
|
|
17630
17888
|
variant: "transparent",
|
|
17631
17889
|
size: "small-legacy",
|
|
@@ -17691,7 +17949,7 @@ var _reactdropdownmenu = require('@radix-ui/react-dropdown-menu'); var DropdownM
|
|
|
17691
17949
|
|
|
17692
17950
|
|
|
17693
17951
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
17694
|
-
|
|
17952
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
17695
17953
|
|
|
17696
17954
|
var ROW_CLASSES = "flex flex-1 min-w-0 items-center gap-2 px-3 py-3 cursor-pointer transition-colors bg-ods-bg outline-none";
|
|
17697
17955
|
var WRAPPER_CLASSES = "relative flex items-stretch border-b border-ods-border last:border-b-0";
|
|
@@ -17704,7 +17962,7 @@ var SecondaryAction = ({ action }) => {
|
|
|
17704
17962
|
e.preventDefault();
|
|
17705
17963
|
return;
|
|
17706
17964
|
}
|
|
17707
|
-
_optionalChain([action, 'access',
|
|
17965
|
+
_optionalChain([action, 'access', _442 => _442.onClick, 'optionalCall', _443 => _443()]);
|
|
17708
17966
|
},
|
|
17709
17967
|
[action]
|
|
17710
17968
|
);
|
|
@@ -17745,13 +18003,13 @@ var MenuItem = ({ item, onItemClick }) => {
|
|
|
17745
18003
|
const activate = _react.useCallback.call(void 0, () => {
|
|
17746
18004
|
if (item.disabled) return;
|
|
17747
18005
|
if (item.type === "checkbox") {
|
|
17748
|
-
_optionalChain([item, 'access',
|
|
17749
|
-
_optionalChain([onItemClick, 'optionalCall',
|
|
18006
|
+
_optionalChain([item, 'access', _444 => _444.onClick, 'optionalCall', _445 => _445()]);
|
|
18007
|
+
_optionalChain([onItemClick, 'optionalCall', _446 => _446(item)]);
|
|
17750
18008
|
return;
|
|
17751
18009
|
}
|
|
17752
18010
|
if (item.type === "submenu") return;
|
|
17753
|
-
_optionalChain([item, 'access',
|
|
17754
|
-
_optionalChain([onItemClick, 'optionalCall',
|
|
18011
|
+
_optionalChain([item, 'access', _447 => _447.onClick, 'optionalCall', _448 => _448()]);
|
|
18012
|
+
_optionalChain([onItemClick, 'optionalCall', _449 => _449(item)]);
|
|
17755
18013
|
}, [item, onItemClick]);
|
|
17756
18014
|
const handleClick = _react.useCallback.call(void 0,
|
|
17757
18015
|
(e) => {
|
|
@@ -17777,8 +18035,8 @@ var MenuItem = ({ item, onItemClick }) => {
|
|
|
17777
18035
|
e.stopPropagation();
|
|
17778
18036
|
return;
|
|
17779
18037
|
}
|
|
17780
|
-
_optionalChain([item, 'access',
|
|
17781
|
-
_optionalChain([onItemClick, 'optionalCall',
|
|
18038
|
+
_optionalChain([item, 'access', _450 => _450.onClick, 'optionalCall', _451 => _451()]);
|
|
18039
|
+
_optionalChain([onItemClick, 'optionalCall', _452 => _452(item)]);
|
|
17782
18040
|
},
|
|
17783
18041
|
[item, onItemClick]
|
|
17784
18042
|
);
|
|
@@ -17933,16 +18191,16 @@ var ActionsMenuDropdown = ({
|
|
|
17933
18191
|
const [open, setOpen] = _react.useState.call(void 0, false);
|
|
17934
18192
|
const handleItemClick = _react.useCallback.call(void 0,
|
|
17935
18193
|
(item) => {
|
|
17936
|
-
_optionalChain([onItemClick, 'optionalCall',
|
|
18194
|
+
_optionalChain([onItemClick, 'optionalCall', _453 => _453(item)]);
|
|
17937
18195
|
if (item.type !== "checkbox" && item.type !== "submenu") {
|
|
17938
18196
|
setOpen(false);
|
|
17939
18197
|
}
|
|
17940
18198
|
},
|
|
17941
18199
|
[onItemClick]
|
|
17942
18200
|
);
|
|
17943
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
17944
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17945
|
-
|
|
18201
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.DropdownMenu, { open, onOpenChange: setOpen, modal: false, children: [
|
|
18202
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.DropdownMenuTrigger, { asChild: true, children: _nullishCoalesce(customTrigger, () => ( /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18203
|
+
_chunk3B43AHYEcjs.Button,
|
|
17946
18204
|
{
|
|
17947
18205
|
variant: "outline",
|
|
17948
18206
|
size: "icon",
|
|
@@ -17952,7 +18210,7 @@ var ActionsMenuDropdown = ({
|
|
|
17952
18210
|
}
|
|
17953
18211
|
))) }),
|
|
17954
18212
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17955
|
-
|
|
18213
|
+
_chunk3B43AHYEcjs.DropdownMenuContent,
|
|
17956
18214
|
{
|
|
17957
18215
|
align,
|
|
17958
18216
|
side,
|
|
@@ -17975,7 +18233,7 @@ var ActionsMenuDropdown = ({
|
|
|
17975
18233
|
};
|
|
17976
18234
|
|
|
17977
18235
|
// src/components/ui/page-actions.tsx
|
|
17978
|
-
|
|
18236
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
17979
18237
|
|
|
17980
18238
|
function actionKey(action, idx) {
|
|
17981
18239
|
return `${_nullishCoalesce(_nullishCoalesce(action.label, () => ( action.ariaLabel)), () => ( "action"))}-${idx}`;
|
|
@@ -18009,7 +18267,7 @@ function actionToMenuItems(action, idx) {
|
|
|
18009
18267
|
function renderActionButton(action, opts = {}) {
|
|
18010
18268
|
if (action.iconAction) {
|
|
18011
18269
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18012
|
-
|
|
18270
|
+
_chunk3B43AHYEcjs.SplitButton,
|
|
18013
18271
|
{
|
|
18014
18272
|
variant: _nullishCoalesce(action.variant, () => ( void 0)),
|
|
18015
18273
|
href: action.href,
|
|
@@ -18031,7 +18289,7 @@ function renderActionButton(action, opts = {}) {
|
|
|
18031
18289
|
{
|
|
18032
18290
|
groups: [{ items: action.submenu }],
|
|
18033
18291
|
customTrigger: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18034
|
-
|
|
18292
|
+
_chunk3B43AHYEcjs.Button,
|
|
18035
18293
|
{
|
|
18036
18294
|
variant: "outline",
|
|
18037
18295
|
disabled: action.disabled,
|
|
@@ -18049,7 +18307,7 @@ function renderActionButton(action, opts = {}) {
|
|
|
18049
18307
|
if (isIconOnly) {
|
|
18050
18308
|
const iconNode = action.iconOnlyOnDesktop ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "inline-flex [&_svg]:!text-ods-text-primary", children: action.icon }) : action.icon;
|
|
18051
18309
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18052
|
-
|
|
18310
|
+
_chunk3B43AHYEcjs.Button,
|
|
18053
18311
|
{
|
|
18054
18312
|
variant: action.variant,
|
|
18055
18313
|
size: "icon",
|
|
@@ -18065,7 +18323,7 @@ function renderActionButton(action, opts = {}) {
|
|
|
18065
18323
|
);
|
|
18066
18324
|
}
|
|
18067
18325
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18068
|
-
|
|
18326
|
+
_chunk3B43AHYEcjs.Button,
|
|
18069
18327
|
{
|
|
18070
18328
|
variant: action.variant,
|
|
18071
18329
|
href: action.href,
|
|
@@ -18104,7 +18362,7 @@ function IconButtonsVariant({
|
|
|
18104
18362
|
}) {
|
|
18105
18363
|
const desktopActions = actions.filter((a) => !a.showOnlyMobile);
|
|
18106
18364
|
const hasMenuActions = !!menuActions && menuActions.some((g) => g.items.length > 0);
|
|
18107
|
-
const isSingleAction = actions.length === 1 && !_optionalChain([actions, 'access',
|
|
18365
|
+
const isSingleAction = actions.length === 1 && !_optionalChain([actions, 'access', _454 => _454[0], 'access', _455 => _455.submenu, 'optionalAccess', _456 => _456.length]);
|
|
18108
18366
|
const singleAction = isSingleAction ? actions[0] : null;
|
|
18109
18367
|
const useSingleActionMobile = isSingleAction && !hasMenuActions;
|
|
18110
18368
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
@@ -18271,7 +18529,7 @@ function renderAdvancedPageContainer({
|
|
|
18271
18529
|
md: "p-6",
|
|
18272
18530
|
lg: "p-8"
|
|
18273
18531
|
};
|
|
18274
|
-
const
|
|
18532
|
+
const backgroundClasses3 = {
|
|
18275
18533
|
default: "bg-ods-bg",
|
|
18276
18534
|
card: "bg-ods-card",
|
|
18277
18535
|
transparent: ""
|
|
@@ -18356,7 +18614,7 @@ function renderAdvancedPageContainer({
|
|
|
18356
18614
|
const getContainerClasses = () => {
|
|
18357
18615
|
const baseClasses = [
|
|
18358
18616
|
"flex flex-col w-full",
|
|
18359
|
-
|
|
18617
|
+
backgroundClasses3[background],
|
|
18360
18618
|
paddingClasses[padding]
|
|
18361
18619
|
];
|
|
18362
18620
|
switch (variant) {
|
|
@@ -18534,14 +18792,14 @@ function ReleaseDetailPage({
|
|
|
18534
18792
|
releaseVersion
|
|
18535
18793
|
] })
|
|
18536
18794
|
] }) }),
|
|
18537
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-wrap gap-2 w-full", children: _optionalChain([blogTags, 'optionalAccess',
|
|
18795
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-wrap gap-2 w-full", children: _optionalChain([blogTags, 'optionalAccess', _457 => _457.map, 'call', _458 => _458((tag) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18538
18796
|
StatusBadge,
|
|
18539
18797
|
{
|
|
18540
|
-
text: (tag.name || _optionalChain([tag, 'access',
|
|
18798
|
+
text: (tag.name || _optionalChain([tag, 'access', _459 => _459.blog_tags, 'optionalAccess', _460 => _460.name]) || "").toUpperCase(),
|
|
18541
18799
|
variant: "card",
|
|
18542
18800
|
className: "bg-ods-card border border-ods-border"
|
|
18543
18801
|
},
|
|
18544
|
-
tag.id || _optionalChain([tag, 'access',
|
|
18802
|
+
tag.id || _optionalChain([tag, 'access', _461 => _461.blog_tags, 'optionalAccess', _462 => _462.id])
|
|
18545
18803
|
))]) }),
|
|
18546
18804
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "grid grid-cols-1 md:grid-cols-4 border border-ods-border rounded-md overflow-hidden w-full", children: [
|
|
18547
18805
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "bg-ods-card border-b md:border-b-0 md:border-r border-ods-border p-4 flex flex-col gap-3", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-0", children: [
|
|
@@ -18560,15 +18818,15 @@ function ReleaseDetailPage({
|
|
|
18560
18818
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
18561
18819
|
SquareAvatar,
|
|
18562
18820
|
{
|
|
18563
|
-
src: _optionalChain([author, 'optionalAccess',
|
|
18564
|
-
alt: _optionalChain([author, 'optionalAccess',
|
|
18565
|
-
fallback: getInitials4(_optionalChain([author, 'optionalAccess',
|
|
18821
|
+
src: _optionalChain([author, 'optionalAccess', _463 => _463.avatar_url]) || "",
|
|
18822
|
+
alt: _optionalChain([author, 'optionalAccess', _464 => _464.full_name]) || "Author",
|
|
18823
|
+
fallback: getInitials4(_optionalChain([author, 'optionalAccess', _465 => _465.full_name]) || "Unknown"),
|
|
18566
18824
|
size: "md",
|
|
18567
18825
|
variant: "round"
|
|
18568
18826
|
}
|
|
18569
18827
|
),
|
|
18570
18828
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-0 flex-1 min-w-0", children: [
|
|
18571
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h3 tracking-[-0.36px] text-ods-text-primary truncate", children: _optionalChain([author, 'optionalAccess',
|
|
18829
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h3 tracking-[-0.36px] text-ods-text-primary truncate", children: _optionalChain([author, 'optionalAccess', _466 => _466.full_name]) || "Unknown Author" }),
|
|
18572
18830
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "font-['DM_Sans'] font-medium text-[14px] leading-[20px] text-ods-text-secondary", children: "Author" })
|
|
18573
18831
|
] })
|
|
18574
18832
|
] })
|
|
@@ -18599,8 +18857,8 @@ function ReleaseDetailPage({
|
|
|
18599
18857
|
videoBites,
|
|
18600
18858
|
bitesTitle: "Video Clips",
|
|
18601
18859
|
filterPublishedBites: true,
|
|
18602
|
-
srtContent: _optionalChain([release, 'optionalAccess',
|
|
18603
|
-
captionsUrl: _optionalChain([release, 'optionalAccess',
|
|
18860
|
+
srtContent: _optionalChain([release, 'optionalAccess', _467 => _467.srt_content]),
|
|
18861
|
+
captionsUrl: _optionalChain([release, 'optionalAccess', _468 => _468.captionsUrl])
|
|
18604
18862
|
}
|
|
18605
18863
|
) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
18606
18864
|
youtubeUrl && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -18616,8 +18874,8 @@ function ReleaseDetailPage({
|
|
|
18616
18874
|
Video2,
|
|
18617
18875
|
{
|
|
18618
18876
|
url: mainVideoUrl,
|
|
18619
|
-
srtContent: _optionalChain([release, 'optionalAccess',
|
|
18620
|
-
captionsUrl: _optionalChain([release, 'optionalAccess',
|
|
18877
|
+
srtContent: _optionalChain([release, 'optionalAccess', _469 => _469.srt_content]),
|
|
18878
|
+
captionsUrl: _optionalChain([release, 'optionalAccess', _470 => _470.captionsUrl]),
|
|
18621
18879
|
layout: "centered"
|
|
18622
18880
|
}
|
|
18623
18881
|
),
|
|
@@ -18645,6 +18903,7 @@ function ReleaseDetailPage({
|
|
|
18645
18903
|
entries: breakingChanges || [],
|
|
18646
18904
|
isBreaking: true,
|
|
18647
18905
|
hideTitle: true,
|
|
18906
|
+
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.AlertTriangle, { className: "h-6 w-6" }),
|
|
18648
18907
|
SimpleMarkdownRenderer: MarkdownRenderer
|
|
18649
18908
|
}
|
|
18650
18909
|
),
|
|
@@ -18653,6 +18912,7 @@ function ReleaseDetailPage({
|
|
|
18653
18912
|
{
|
|
18654
18913
|
title: "Features Added",
|
|
18655
18914
|
entries: featuresAdded || [],
|
|
18915
|
+
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Sparkles, { className: "h-6 w-6" }),
|
|
18656
18916
|
SimpleMarkdownRenderer: MarkdownRenderer
|
|
18657
18917
|
}
|
|
18658
18918
|
),
|
|
@@ -18661,6 +18921,7 @@ function ReleaseDetailPage({
|
|
|
18661
18921
|
{
|
|
18662
18922
|
title: "Bugs Fixed",
|
|
18663
18923
|
entries: bugFixed || [],
|
|
18924
|
+
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Wrench, { className: "h-6 w-6" }),
|
|
18664
18925
|
SimpleMarkdownRenderer: MarkdownRenderer
|
|
18665
18926
|
}
|
|
18666
18927
|
),
|
|
@@ -18669,6 +18930,7 @@ function ReleaseDetailPage({
|
|
|
18669
18930
|
{
|
|
18670
18931
|
title: "Improvements",
|
|
18671
18932
|
entries: improvements || [],
|
|
18933
|
+
icon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.TrendingUp, { className: "h-6 w-6" }),
|
|
18672
18934
|
SimpleMarkdownRenderer: MarkdownRenderer
|
|
18673
18935
|
}
|
|
18674
18936
|
),
|
|
@@ -18707,7 +18969,7 @@ function ReleaseDetailPage({
|
|
|
18707
18969
|
}
|
|
18708
18970
|
)
|
|
18709
18971
|
] }),
|
|
18710
|
-
(_optionalChain([githubReleases, 'optionalAccess',
|
|
18972
|
+
(_optionalChain([githubReleases, 'optionalAccess', _471 => _471.length]) || _optionalChain([knowledgeBaseLinks, 'optionalAccess', _472 => _472.length]) || migrationGuideUrl || documentationUrl) && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-1 w-full", children: [
|
|
18711
18973
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h5 tracking-[-0.28px] text-ods-text-secondary", children: "Related Links" }),
|
|
18712
18974
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Card, { className: "bg-ods-card border-ods-border p-6", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-4", children: [
|
|
18713
18975
|
githubReleases && githubReleases.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _jsxruntime.Fragment, { children: githubReleases.map((ghRelease) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start gap-1", children: [
|
|
@@ -18736,7 +18998,7 @@ function ReleaseDetailPage({
|
|
|
18736
18998
|
{
|
|
18737
18999
|
href: path.startsWith("http") ? path : `/knowledge-base${path.startsWith("/") ? "" : "/"}${path}`,
|
|
18738
19000
|
className: "text-h4 text-[#ffc008] hover:underline",
|
|
18739
|
-
children: _optionalChain([path, 'access',
|
|
19001
|
+
children: _optionalChain([path, 'access', _473 => _473.replace, 'call', _474 => _474(/^\//, ""), 'access', _475 => _475.split, 'call', _476 => _476("/"), 'access', _477 => _477.pop, 'call', _478 => _478(), 'optionalAccess', _479 => _479.replace, 'call', _480 => _480(/-/g, " ")]) || "View Article"
|
|
18740
19002
|
}
|
|
18741
19003
|
),
|
|
18742
19004
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ExternalLink, { className: "h-6 w-6 text-[#ffc008] shrink-0" })
|
|
@@ -19235,7 +19497,7 @@ RadioGroupBlock.displayName = "RadioGroupBlock";
|
|
|
19235
19497
|
// src/components/ui/tags-input.tsx
|
|
19236
19498
|
|
|
19237
19499
|
|
|
19238
|
-
|
|
19500
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
19239
19501
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
19240
19502
|
|
|
19241
19503
|
function TagsInput({
|
|
@@ -19276,7 +19538,7 @@ function TagsInput({
|
|
|
19276
19538
|
label && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "label", { className: "font-['DM_Sans'] text-[16px] font-medium text-ods-text-primary", children: label }),
|
|
19277
19539
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
19278
19540
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19279
|
-
|
|
19541
|
+
_chunk3B43AHYEcjs.Input,
|
|
19280
19542
|
{
|
|
19281
19543
|
value: inputValue,
|
|
19282
19544
|
onChange: (e) => setInputValue(e.target.value),
|
|
@@ -19290,7 +19552,7 @@ function TagsInput({
|
|
|
19290
19552
|
}
|
|
19291
19553
|
),
|
|
19292
19554
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19293
|
-
|
|
19555
|
+
_chunk3B43AHYEcjs.Button,
|
|
19294
19556
|
{
|
|
19295
19557
|
type: "button",
|
|
19296
19558
|
variant: "outline",
|
|
@@ -19338,7 +19600,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
19338
19600
|
|
|
19339
19601
|
|
|
19340
19602
|
|
|
19341
|
-
|
|
19603
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
19342
19604
|
|
|
19343
19605
|
function TagsManager({
|
|
19344
19606
|
tags,
|
|
@@ -19382,7 +19644,7 @@ function TagsManager({
|
|
|
19382
19644
|
const name = search.trim();
|
|
19383
19645
|
if (!name) return;
|
|
19384
19646
|
const result = await onCreateTag(name);
|
|
19385
|
-
if (_optionalChain([result, 'optionalAccess',
|
|
19647
|
+
if (_optionalChain([result, 'optionalAccess', _481 => _481.id])) {
|
|
19386
19648
|
onChange([...selectedIds, result.id]);
|
|
19387
19649
|
setSearch("");
|
|
19388
19650
|
}
|
|
@@ -19390,7 +19652,7 @@ function TagsManager({
|
|
|
19390
19652
|
const startEdit = React55.useCallback((id, name) => {
|
|
19391
19653
|
setEditingId(id);
|
|
19392
19654
|
setEditingName(name);
|
|
19393
|
-
setTimeout(() => _optionalChain([editInputRef, 'access',
|
|
19655
|
+
setTimeout(() => _optionalChain([editInputRef, 'access', _482 => _482.current, 'optionalAccess', _483 => _483.focus, 'call', _484 => _484()]), 0);
|
|
19394
19656
|
}, []);
|
|
19395
19657
|
const confirmEdit = React55.useCallback(async () => {
|
|
19396
19658
|
if (!onUpdateTag || !editingId || !editingName.trim()) return;
|
|
@@ -19417,11 +19679,11 @@ function TagsManager({
|
|
|
19417
19679
|
e.stopPropagation();
|
|
19418
19680
|
onChange([]);
|
|
19419
19681
|
setSearch("");
|
|
19420
|
-
_optionalChain([inputRef, 'access',
|
|
19682
|
+
_optionalChain([inputRef, 'access', _485 => _485.current, 'optionalAccess', _486 => _486.focus, 'call', _487 => _487()]);
|
|
19421
19683
|
},
|
|
19422
19684
|
[onChange]
|
|
19423
19685
|
);
|
|
19424
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19686
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label, className, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "relative", ref: containerRef, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, PopoverPrimitive2.Root, { open, onOpenChange: setOpen, children: [
|
|
19425
19687
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, PopoverPrimitive2.Anchor, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
19426
19688
|
"label",
|
|
19427
19689
|
{
|
|
@@ -19516,10 +19778,10 @@ function TagsManager({
|
|
|
19516
19778
|
align: "start",
|
|
19517
19779
|
onOpenAutoFocus: (e) => {
|
|
19518
19780
|
e.preventDefault();
|
|
19519
|
-
_optionalChain([inputRef, 'access',
|
|
19781
|
+
_optionalChain([inputRef, 'access', _488 => _488.current, 'optionalAccess', _489 => _489.focus, 'call', _490 => _490()]);
|
|
19520
19782
|
},
|
|
19521
19783
|
onInteractOutside: (e) => {
|
|
19522
|
-
if (_optionalChain([containerRef, 'access',
|
|
19784
|
+
if (_optionalChain([containerRef, 'access', _491 => _491.current, 'optionalAccess', _492 => _492.contains, 'call', _493 => _493(e.target)])) {
|
|
19523
19785
|
e.preventDefault();
|
|
19524
19786
|
}
|
|
19525
19787
|
},
|
|
@@ -19535,7 +19797,7 @@ function TagsManager({
|
|
|
19535
19797
|
className: "flex items-center gap-1 px-2 py-1 border-b border-ods-border last:border-b-0",
|
|
19536
19798
|
children: [
|
|
19537
19799
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19538
|
-
|
|
19800
|
+
_chunk3B43AHYEcjs.Input,
|
|
19539
19801
|
{
|
|
19540
19802
|
ref: editInputRef,
|
|
19541
19803
|
value: editingName,
|
|
@@ -19548,7 +19810,7 @@ function TagsManager({
|
|
|
19548
19810
|
}
|
|
19549
19811
|
),
|
|
19550
19812
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19551
|
-
|
|
19813
|
+
_chunk3B43AHYEcjs.Button,
|
|
19552
19814
|
{
|
|
19553
19815
|
type: "button",
|
|
19554
19816
|
variant: "transparent",
|
|
@@ -19559,7 +19821,7 @@ function TagsManager({
|
|
|
19559
19821
|
}
|
|
19560
19822
|
),
|
|
19561
19823
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19562
|
-
|
|
19824
|
+
_chunk3B43AHYEcjs.Button,
|
|
19563
19825
|
{
|
|
19564
19826
|
type: "button",
|
|
19565
19827
|
variant: "transparent",
|
|
@@ -19610,7 +19872,7 @@ function TagsManager({
|
|
|
19610
19872
|
),
|
|
19611
19873
|
(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: [
|
|
19612
19874
|
onUpdateTag && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19613
|
-
|
|
19875
|
+
_chunk3B43AHYEcjs.Button,
|
|
19614
19876
|
{
|
|
19615
19877
|
type: "button",
|
|
19616
19878
|
variant: "transparent",
|
|
@@ -19629,7 +19891,7 @@ function TagsManager({
|
|
|
19629
19891
|
}
|
|
19630
19892
|
),
|
|
19631
19893
|
onDeleteTag && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
19632
|
-
|
|
19894
|
+
_chunk3B43AHYEcjs.Button,
|
|
19633
19895
|
{
|
|
19634
19896
|
type: "button",
|
|
19635
19897
|
variant: "transparent",
|
|
@@ -19706,7 +19968,7 @@ function TagsManager({
|
|
|
19706
19968
|
|
|
19707
19969
|
// src/components/ui/alert-dialog.tsx
|
|
19708
19970
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
19709
|
-
|
|
19971
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
19710
19972
|
|
|
19711
19973
|
var _reactalertdialog = require('@radix-ui/react-alert-dialog'); var AlertDialogPrimitive = _interopRequireWildcard(_reactalertdialog);
|
|
19712
19974
|
|
|
@@ -19790,7 +20052,7 @@ var AlertDialogAction = React56.forwardRef(({ className, ...props }, ref) => /*
|
|
|
19790
20052
|
AlertDialogPrimitive.Action,
|
|
19791
20053
|
{
|
|
19792
20054
|
ref,
|
|
19793
|
-
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
20055
|
+
className: _chunkUC43NICZcjs.cn.call(void 0, _chunk3B43AHYEcjs.buttonVariants.call(void 0, ), className),
|
|
19794
20056
|
...props
|
|
19795
20057
|
}
|
|
19796
20058
|
));
|
|
@@ -19800,7 +20062,7 @@ var AlertDialogCancel = React56.forwardRef(({ className, ...props }, ref) => /*
|
|
|
19800
20062
|
{
|
|
19801
20063
|
ref,
|
|
19802
20064
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
19803
|
-
|
|
20065
|
+
_chunk3B43AHYEcjs.buttonVariants.call(void 0, { variant: "outline" }),
|
|
19804
20066
|
"mt-2 md:mt-0",
|
|
19805
20067
|
className
|
|
19806
20068
|
),
|
|
@@ -20623,19 +20885,19 @@ function TabNavigation({
|
|
|
20623
20885
|
const validTabIds = _react.useMemo.call(void 0, () => new Set(tabs.map((t) => t.id)), [tabs]);
|
|
20624
20886
|
const getInitialTab = () => {
|
|
20625
20887
|
if (isUrlSyncEnabled) {
|
|
20626
|
-
const fromUrl = _optionalChain([searchParams, 'optionalAccess',
|
|
20888
|
+
const fromUrl = _optionalChain([searchParams, 'optionalAccess', _494 => _494.get, 'call', _495 => _495(paramName)]) || "";
|
|
20627
20889
|
if (validTabIds.has(fromUrl)) {
|
|
20628
20890
|
return fromUrl;
|
|
20629
20891
|
}
|
|
20630
20892
|
}
|
|
20631
|
-
return defaultTab || _optionalChain([tabs, 'access',
|
|
20893
|
+
return defaultTab || _optionalChain([tabs, 'access', _496 => _496[0], 'optionalAccess', _497 => _497.id]) || "";
|
|
20632
20894
|
};
|
|
20633
20895
|
const [internalActiveTab, setInternalActiveTab] = _react.useState.call(void 0, getInitialTab);
|
|
20634
20896
|
const activeTab = isUrlSyncEnabled ? internalActiveTab : controlledActiveTab || "";
|
|
20635
20897
|
_react.useEffect.call(void 0, () => {
|
|
20636
20898
|
if (!isUrlSyncEnabled) return;
|
|
20637
|
-
const fromUrl = _optionalChain([searchParams, 'optionalAccess',
|
|
20638
|
-
const nextTab = validTabIds.has(fromUrl) ? fromUrl : defaultTab || _optionalChain([tabs, 'access',
|
|
20899
|
+
const fromUrl = _optionalChain([searchParams, 'optionalAccess', _498 => _498.get, 'call', _499 => _499(paramName)]) || "";
|
|
20900
|
+
const nextTab = validTabIds.has(fromUrl) ? fromUrl : defaultTab || _optionalChain([tabs, 'access', _500 => _500[0], 'optionalAccess', _501 => _501.id]) || "";
|
|
20639
20901
|
if (nextTab !== internalActiveTab) {
|
|
20640
20902
|
setInternalActiveTab(nextTab);
|
|
20641
20903
|
}
|
|
@@ -20643,13 +20905,13 @@ function TabNavigation({
|
|
|
20643
20905
|
const handleTabChange = (tabId) => {
|
|
20644
20906
|
if (isUrlSyncEnabled) {
|
|
20645
20907
|
setInternalActiveTab(tabId);
|
|
20646
|
-
const params = new URLSearchParams(_optionalChain([searchParams, 'optionalAccess',
|
|
20908
|
+
const params = new URLSearchParams(_optionalChain([searchParams, 'optionalAccess', _502 => _502.toString, 'call', _503 => _503()]));
|
|
20647
20909
|
params.set(paramName, tabId);
|
|
20648
20910
|
const method = replaceState ? "replace" : "push";
|
|
20649
20911
|
router[method](`${pathname}?${params.toString()}`);
|
|
20650
|
-
_optionalChain([controlledOnTabChange, 'optionalCall',
|
|
20912
|
+
_optionalChain([controlledOnTabChange, 'optionalCall', _504 => _504(tabId)]);
|
|
20651
20913
|
} else {
|
|
20652
|
-
_optionalChain([controlledOnTabChange, 'optionalCall',
|
|
20914
|
+
_optionalChain([controlledOnTabChange, 'optionalCall', _505 => _505(tabId)]);
|
|
20653
20915
|
}
|
|
20654
20916
|
};
|
|
20655
20917
|
const scrollRef = _react.useRef.call(void 0, null);
|
|
@@ -20737,7 +20999,7 @@ function TabNavigation({
|
|
|
20737
20999
|
var getTabById = (tabs, tabId) => tabs.find((tab) => tab.id === tabId);
|
|
20738
21000
|
var getTabComponent = (tabs, tabId) => {
|
|
20739
21001
|
const tab = getTabById(tabs, tabId);
|
|
20740
|
-
return _optionalChain([tab, 'optionalAccess',
|
|
21002
|
+
return _optionalChain([tab, 'optionalAccess', _506 => _506.component]) || null;
|
|
20741
21003
|
};
|
|
20742
21004
|
|
|
20743
21005
|
// src/components/ui/alert.tsx
|
|
@@ -20855,7 +21117,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
20855
21117
|
// src/components/ui/filter-modal.tsx
|
|
20856
21118
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
20857
21119
|
|
|
20858
|
-
|
|
21120
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
20859
21121
|
|
|
20860
21122
|
// src/components/ui/filter-checkbox-item.tsx
|
|
20861
21123
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
@@ -21074,16 +21336,16 @@ function FilterModal({
|
|
|
21074
21336
|
};
|
|
21075
21337
|
const handleReset = () => {
|
|
21076
21338
|
onFilterChange({});
|
|
21077
|
-
_optionalChain([onTagsChange, 'optionalCall',
|
|
21339
|
+
_optionalChain([onTagsChange, 'optionalCall', _507 => _507([])]);
|
|
21078
21340
|
onClose();
|
|
21079
21341
|
};
|
|
21080
21342
|
const handleApply = () => {
|
|
21081
21343
|
onFilterChange(selectedFilters);
|
|
21082
|
-
_optionalChain([onTagsChange, 'optionalCall',
|
|
21344
|
+
_optionalChain([onTagsChange, 'optionalCall', _508 => _508(pendingTags)]);
|
|
21083
21345
|
onClose();
|
|
21084
21346
|
};
|
|
21085
21347
|
const getColumnDirection = (columnKey) => {
|
|
21086
|
-
return _optionalChain([sortConfig, 'optionalAccess',
|
|
21348
|
+
return _optionalChain([sortConfig, 'optionalAccess', _509 => _509.sortBy]) === columnKey ? sortConfig.sortDirection : void 0;
|
|
21087
21349
|
};
|
|
21088
21350
|
const hasSort = !!sortConfig && sortConfig.columns.length > 0;
|
|
21089
21351
|
const hasFilterGroups = filterGroups.length > 0;
|
|
@@ -21105,15 +21367,15 @@ function FilterModal({
|
|
|
21105
21367
|
!isEmpty && "md:bg-ods-bg md:border md:border-ods-border md:rounded-md md:px-3"
|
|
21106
21368
|
),
|
|
21107
21369
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex-1 min-h-0 overflow-y-auto flex flex-col gap-4 md:py-3", children: isLoading ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _jsxruntime.Fragment, { children: [0, 1].map((group) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-1", children: [
|
|
21108
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21370
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-5 w-24" }),
|
|
21109
21371
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "rounded-md border border-ods-border overflow-hidden", children: [0, 1, 2].map((row) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
21110
21372
|
"div",
|
|
21111
21373
|
{
|
|
21112
21374
|
className: "flex items-center gap-3 px-4 py-3 bg-ods-card border-b border-ods-border last:border-b-0",
|
|
21113
21375
|
children: [
|
|
21114
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21115
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21116
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21376
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-6 w-6 rounded-[6px] shrink-0" }),
|
|
21377
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-4 flex-1 max-w-[60%]" }),
|
|
21378
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-4 w-10 shrink-0" })
|
|
21117
21379
|
]
|
|
21118
21380
|
},
|
|
21119
21381
|
row
|
|
@@ -21132,7 +21394,7 @@ function FilterModal({
|
|
|
21132
21394
|
{
|
|
21133
21395
|
column,
|
|
21134
21396
|
currentDirection: getColumnDirection(column.key),
|
|
21135
|
-
onSort: (direction) => _optionalChain([onSort, 'optionalCall',
|
|
21397
|
+
onSort: (direction) => _optionalChain([onSort, 'optionalCall', _510 => _510(column.key, direction)]),
|
|
21136
21398
|
onClear: onSortClear ? () => onSortClear(column.key) : void 0
|
|
21137
21399
|
},
|
|
21138
21400
|
column.key
|
|
@@ -21167,8 +21429,8 @@ function FilterModal({
|
|
|
21167
21429
|
}
|
|
21168
21430
|
),
|
|
21169
21431
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, ModalFooter2, { children: [
|
|
21170
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21171
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21432
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Button, { variant: "outline", className: "flex-1 h-11", onClick: handleReset, children: resetButtonText }),
|
|
21433
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Button, { variant: "accent", className: "flex-1 h-11", onClick: handleApply, children: applyButtonText })
|
|
21172
21434
|
] })
|
|
21173
21435
|
]
|
|
21174
21436
|
}
|
|
@@ -21228,7 +21490,7 @@ function ListPageLayout({
|
|
|
21228
21490
|
stickyHeader && "sticky top-0 z-20 flex gap-[var(--spacing-system-m)] items-center bg-ods-bg -mx-[var(--spacing-system-l)] p-[var(--spacing-system-l)] -mt-[var(--spacing-system-l)]"
|
|
21229
21491
|
), children: [
|
|
21230
21492
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21231
|
-
|
|
21493
|
+
_chunk3B43AHYEcjs.Input,
|
|
21232
21494
|
{
|
|
21233
21495
|
placeholder: searchPlaceholder,
|
|
21234
21496
|
onChange: (e) => setLocalSearchValue(e.target.value),
|
|
@@ -21238,7 +21500,7 @@ function ListPageLayout({
|
|
|
21238
21500
|
}
|
|
21239
21501
|
),
|
|
21240
21502
|
hasMobileFilter && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21241
|
-
|
|
21503
|
+
_chunk3B43AHYEcjs.Button,
|
|
21242
21504
|
{
|
|
21243
21505
|
variant: "outline",
|
|
21244
21506
|
size: "icon",
|
|
@@ -21275,6 +21537,9 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
21275
21537
|
// src/components/layout/title-block.tsx
|
|
21276
21538
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
21277
21539
|
|
|
21540
|
+
// src/components/ui/entity-image.tsx
|
|
21541
|
+
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
21542
|
+
|
|
21278
21543
|
|
|
21279
21544
|
function getInitials3(name) {
|
|
21280
21545
|
if (!name) return "";
|
|
@@ -21282,6 +21547,42 @@ function getInitials3(name) {
|
|
|
21282
21547
|
if (words.length === 1) return words[0].charAt(0).toUpperCase();
|
|
21283
21548
|
return (words[0].charAt(0) + words[words.length - 1].charAt(0)).toUpperCase();
|
|
21284
21549
|
}
|
|
21550
|
+
function EntityImage({ src, alt, fallbackText, className }) {
|
|
21551
|
+
const [imageFailed, setImageFailed] = React37.default.useState(false);
|
|
21552
|
+
React37.default.useEffect(() => {
|
|
21553
|
+
setImageFailed(false);
|
|
21554
|
+
}, [src]);
|
|
21555
|
+
const showFallback = imageFailed || !src;
|
|
21556
|
+
const initials = getInitials3(_nullishCoalesce(fallbackText, () => ( alt)));
|
|
21557
|
+
if (showFallback) {
|
|
21558
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21559
|
+
"div",
|
|
21560
|
+
{
|
|
21561
|
+
"aria-label": alt,
|
|
21562
|
+
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
21563
|
+
"size-[52px] md:size-[60px] shrink-0 rounded-md border border-ods-border bg-ods-bg flex items-center justify-center text-ods-text-secondary text-h4 select-none",
|
|
21564
|
+
className
|
|
21565
|
+
),
|
|
21566
|
+
children: initials || "?"
|
|
21567
|
+
}
|
|
21568
|
+
);
|
|
21569
|
+
}
|
|
21570
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21571
|
+
"img",
|
|
21572
|
+
{
|
|
21573
|
+
src: _nullishCoalesce(src, () => ( void 0)),
|
|
21574
|
+
alt: _nullishCoalesce(alt, () => ( "")),
|
|
21575
|
+
onError: () => setImageFailed(true),
|
|
21576
|
+
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
21577
|
+
"size-[52px] md:size-[60px] shrink-0 rounded-md border border-ods-border object-cover",
|
|
21578
|
+
className
|
|
21579
|
+
)
|
|
21580
|
+
}
|
|
21581
|
+
);
|
|
21582
|
+
}
|
|
21583
|
+
|
|
21584
|
+
// src/components/layout/title-block.tsx
|
|
21585
|
+
|
|
21285
21586
|
function TitleBlock({
|
|
21286
21587
|
title,
|
|
21287
21588
|
subtitle,
|
|
@@ -21295,12 +21596,6 @@ function TitleBlock({
|
|
|
21295
21596
|
className
|
|
21296
21597
|
}) {
|
|
21297
21598
|
const hasActions = actions && actions.length > 0;
|
|
21298
|
-
const [imageFailed, setImageFailed] = React37.default.useState(false);
|
|
21299
|
-
React37.default.useEffect(() => {
|
|
21300
|
-
setImageFailed(false);
|
|
21301
|
-
}, [_optionalChain([image, 'optionalAccess', _506 => _506.src])]);
|
|
21302
|
-
const showImageFallback = !!image && (imageFailed || !image.src);
|
|
21303
|
-
const initials = getInitials3(_optionalChain([image, 'optionalAccess', _507 => _507.alt]) || title);
|
|
21304
21599
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
21305
21600
|
"div",
|
|
21306
21601
|
{
|
|
@@ -21328,22 +21623,14 @@ function TitleBlock({
|
|
|
21328
21623
|
}
|
|
21329
21624
|
),
|
|
21330
21625
|
image || subtitle ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-[var(--spacing-system-m)] min-w-0 w-full", children: [
|
|
21331
|
-
image &&
|
|
21332
|
-
|
|
21333
|
-
{
|
|
21334
|
-
"aria-label": image.alt,
|
|
21335
|
-
className: "size-[52px] md:size-[60px] shrink-0 rounded-md border border-ods-border bg-ods-bg flex items-center justify-center text-ods-text-secondary text-h4 select-none",
|
|
21336
|
-
children: initials || "?"
|
|
21337
|
-
}
|
|
21338
|
-
) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21339
|
-
"img",
|
|
21626
|
+
image && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21627
|
+
EntityImage,
|
|
21340
21628
|
{
|
|
21341
21629
|
src: image.src,
|
|
21342
|
-
alt:
|
|
21343
|
-
|
|
21344
|
-
className: "size-[52px] md:size-[60px] shrink-0 rounded-md border border-ods-border object-cover"
|
|
21630
|
+
alt: image.alt,
|
|
21631
|
+
fallbackText: image.alt || title
|
|
21345
21632
|
}
|
|
21346
|
-
)
|
|
21633
|
+
),
|
|
21347
21634
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col justify-center min-w-0 flex-1", children: [
|
|
21348
21635
|
title && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h1", { className: "text-h2 text-ods-text-primary truncate", children: title }),
|
|
21349
21636
|
subtitle && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h6 text-ods-text-secondary truncate", children: subtitle })
|
|
@@ -21563,7 +21850,7 @@ var BenefitCardGrid = ({
|
|
|
21563
21850
|
};
|
|
21564
21851
|
|
|
21565
21852
|
// src/components/ui/brand-association-card.tsx
|
|
21566
|
-
|
|
21853
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
21567
21854
|
|
|
21568
21855
|
|
|
21569
21856
|
|
|
@@ -21583,7 +21870,7 @@ function BrandAssociationCard({
|
|
|
21583
21870
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-h2 tracking-[-0.64px] text-ods-text-primary", children: item.title }),
|
|
21584
21871
|
/* @__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 }),
|
|
21585
21872
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
21586
|
-
|
|
21873
|
+
_chunk3B43AHYEcjs.Button,
|
|
21587
21874
|
{
|
|
21588
21875
|
variant: "outline",
|
|
21589
21876
|
href: item.link,
|
|
@@ -22096,26 +22383,26 @@ function DeviceCard({
|
|
|
22096
22383
|
] }),
|
|
22097
22384
|
device.organization && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "font-['DM_Sans'] font-medium text-[14px] leading-[20px] text-ods-text-secondary truncate", children: device.organization })
|
|
22098
22385
|
] }),
|
|
22099
|
-
_optionalChain([actions, 'access',
|
|
22386
|
+
_optionalChain([actions, 'access', _511 => _511.moreButton, 'optionalAccess', _512 => _512.visible]) !== false && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22100
22387
|
"div",
|
|
22101
22388
|
{
|
|
22102
22389
|
className: "flex items-center justify-center p-3 rounded-[6px] shrink-0 border border-ods-border cursor-pointer hover:bg-ods-bg-hover transition-colors",
|
|
22103
22390
|
onClick: (e) => {
|
|
22104
22391
|
e.stopPropagation();
|
|
22105
|
-
_optionalChain([actions, 'access',
|
|
22392
|
+
_optionalChain([actions, 'access', _513 => _513.moreButton, 'optionalAccess', _514 => _514.onClick, 'optionalCall', _515 => _515()]);
|
|
22106
22393
|
},
|
|
22107
22394
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkVJTFBYVGcjs.Ellipsis01Icon, { className: "text-ods-text-primary" })
|
|
22108
22395
|
}
|
|
22109
22396
|
),
|
|
22110
|
-
_optionalChain([actions, 'access',
|
|
22111
|
-
_optionalChain([actions, 'access',
|
|
22397
|
+
_optionalChain([actions, 'access', _516 => _516.detailsButton, 'optionalAccess', _517 => _517.visible]) !== false && _optionalChain([actions, 'access', _518 => _518.detailsButton, 'optionalAccess', _519 => _519.component]) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "shrink-0", onClick: (e) => e.stopPropagation(), children: actions.detailsButton.component }),
|
|
22398
|
+
_optionalChain([actions, 'access', _520 => _520.customActions, 'optionalAccess', _521 => _521.map, 'call', _522 => _522(
|
|
22112
22399
|
(action, index) => action.visible !== false && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22113
22400
|
"div",
|
|
22114
22401
|
{
|
|
22115
22402
|
className: "flex items-center justify-center px-4 py-3 rounded-[6px] shrink-0 border border-ods-border cursor-pointer hover:bg-ods-bg-hover transition-colors",
|
|
22116
22403
|
onClick: (e) => {
|
|
22117
22404
|
e.stopPropagation();
|
|
22118
|
-
_optionalChain([action, 'access',
|
|
22405
|
+
_optionalChain([action, 'access', _523 => _523.onClick, 'optionalCall', _524 => _524()]);
|
|
22119
22406
|
},
|
|
22120
22407
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-h3 text-ods-text-primary text-nowrap tracking-[-0.36px]", children: action.label })
|
|
22121
22408
|
},
|
|
@@ -22397,7 +22684,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
22397
22684
|
|
|
22398
22685
|
var IconsBlock = React76.forwardRef(
|
|
22399
22686
|
({ className, icons = [], size = "md", ...props }, ref) => {
|
|
22400
|
-
const
|
|
22687
|
+
const sizeClasses4 = {
|
|
22401
22688
|
sm: "h-4 w-4",
|
|
22402
22689
|
md: "h-6 w-6",
|
|
22403
22690
|
lg: "h-8 w-8"
|
|
@@ -22416,7 +22703,7 @@ var IconsBlock = React76.forwardRef(
|
|
|
22416
22703
|
{
|
|
22417
22704
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
22418
22705
|
"rounded-md bg-secondary p-1",
|
|
22419
|
-
|
|
22706
|
+
sizeClasses4[size]
|
|
22420
22707
|
),
|
|
22421
22708
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-full w-full bg-primary/20 rounded-sm" })
|
|
22422
22709
|
},
|
|
@@ -22435,7 +22722,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
22435
22722
|
// src/components/ui/more-actions-menu.tsx
|
|
22436
22723
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
22437
22724
|
|
|
22438
|
-
|
|
22725
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
22439
22726
|
|
|
22440
22727
|
function MoreActionsMenu({
|
|
22441
22728
|
items,
|
|
@@ -22448,9 +22735,9 @@ function MoreActionsMenu({
|
|
|
22448
22735
|
open,
|
|
22449
22736
|
onOpenChange
|
|
22450
22737
|
}) {
|
|
22451
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
22452
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22453
|
-
|
|
22738
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.DropdownMenu, { open, onOpenChange, children: [
|
|
22739
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.DropdownMenuTrigger, { asChild: true, children: trigger || /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22740
|
+
_chunk3B43AHYEcjs.Button,
|
|
22454
22741
|
{
|
|
22455
22742
|
variant: "outline",
|
|
22456
22743
|
size: "icon",
|
|
@@ -22460,7 +22747,7 @@ function MoreActionsMenu({
|
|
|
22460
22747
|
}
|
|
22461
22748
|
) }),
|
|
22462
22749
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22463
|
-
|
|
22750
|
+
_chunk3B43AHYEcjs.DropdownMenuContent,
|
|
22464
22751
|
{
|
|
22465
22752
|
align,
|
|
22466
22753
|
side,
|
|
@@ -22474,11 +22761,11 @@ function MoreActionsMenu({
|
|
|
22474
22761
|
] });
|
|
22475
22762
|
const handleActivate = (e) => {
|
|
22476
22763
|
e.stopPropagation();
|
|
22477
|
-
if (!item.disabled) _optionalChain([item, 'access',
|
|
22764
|
+
if (!item.disabled) _optionalChain([item, 'access', _525 => _525.onClick, 'optionalCall', _526 => _526()]);
|
|
22478
22765
|
};
|
|
22479
22766
|
if (item.href) {
|
|
22480
22767
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22481
|
-
|
|
22768
|
+
_chunk3B43AHYEcjs.DropdownMenuItem,
|
|
22482
22769
|
{
|
|
22483
22770
|
asChild: true,
|
|
22484
22771
|
disabled: item.disabled,
|
|
@@ -22507,7 +22794,7 @@ function MoreActionsMenu({
|
|
|
22507
22794
|
);
|
|
22508
22795
|
}
|
|
22509
22796
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22510
|
-
|
|
22797
|
+
_chunk3B43AHYEcjs.DropdownMenuItem,
|
|
22511
22798
|
{
|
|
22512
22799
|
onClick: handleActivate,
|
|
22513
22800
|
disabled: item.disabled,
|
|
@@ -22590,77 +22877,6 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
22590
22877
|
|
|
22591
22878
|
|
|
22592
22879
|
|
|
22593
|
-
// src/components/features/organization-icon.tsx
|
|
22594
|
-
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
22595
|
-
|
|
22596
|
-
|
|
22597
|
-
var sizeClasses3 = {
|
|
22598
|
-
xs: "w-6 h-6",
|
|
22599
|
-
sm: "w-8 h-8",
|
|
22600
|
-
md: "w-10 h-10",
|
|
22601
|
-
lg: "w-12 h-12",
|
|
22602
|
-
l: "w-14 h-14",
|
|
22603
|
-
xl: "w-16 h-16"
|
|
22604
|
-
};
|
|
22605
|
-
var imageSizeMap2 = {
|
|
22606
|
-
xs: { width: 16, height: 16 },
|
|
22607
|
-
sm: { width: 20, height: 20 },
|
|
22608
|
-
md: { width: 32, height: 32 },
|
|
22609
|
-
lg: { width: 40, height: 40 },
|
|
22610
|
-
l: { width: 38, height: 38 },
|
|
22611
|
-
xl: { width: 40, height: 40 }
|
|
22612
|
-
};
|
|
22613
|
-
var backgroundClasses3 = {
|
|
22614
|
-
dark: "bg-[#161616] border border-ods-border",
|
|
22615
|
-
light: "bg-ods-card border border-ods-border",
|
|
22616
|
-
white: "bg-white border border-[#E5E5E5]"
|
|
22617
|
-
};
|
|
22618
|
-
function OrganizationIcon({
|
|
22619
|
-
imageUrl,
|
|
22620
|
-
organizationName,
|
|
22621
|
-
size = "md",
|
|
22622
|
-
className = "",
|
|
22623
|
-
showBackground = true,
|
|
22624
|
-
backgroundStyle = "dark"
|
|
22625
|
-
}) {
|
|
22626
|
-
const { width, height } = imageSizeMap2[size];
|
|
22627
|
-
const initials = _optionalChain([organizationName, 'optionalAccess', _524 => _524.substring, 'call', _525 => _525(0, 2)]) || "??";
|
|
22628
|
-
const containerClasses = _chunkUC43NICZcjs.cn.call(void 0,
|
|
22629
|
-
sizeClasses3[size],
|
|
22630
|
-
"rounded-lg flex items-center justify-center flex-shrink-0 relative",
|
|
22631
|
-
showBackground && backgroundClasses3[backgroundStyle],
|
|
22632
|
-
!showBackground && "overflow-hidden",
|
|
22633
|
-
className
|
|
22634
|
-
);
|
|
22635
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: containerClasses, children: [
|
|
22636
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
22637
|
-
"flex items-center justify-center text-xs font-medium uppercase",
|
|
22638
|
-
imageUrl && "hidden",
|
|
22639
|
-
backgroundStyle === "white" ? "text-ods-text-primary" : "text-ods-text-secondary"
|
|
22640
|
-
), children: initials }),
|
|
22641
|
-
imageUrl && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22642
|
-
_image2.default,
|
|
22643
|
-
{
|
|
22644
|
-
src: imageUrl,
|
|
22645
|
-
alt: `${initials}`,
|
|
22646
|
-
width,
|
|
22647
|
-
height,
|
|
22648
|
-
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
22649
|
-
"absolute object-contain",
|
|
22650
|
-
showBackground ? "p-1" : "w-full h-full"
|
|
22651
|
-
),
|
|
22652
|
-
onError: (e) => {
|
|
22653
|
-
e.currentTarget.style.display = "none";
|
|
22654
|
-
const el = e.currentTarget.previousElementSibling;
|
|
22655
|
-
if (el) el.classList.remove("hidden");
|
|
22656
|
-
}
|
|
22657
|
-
}
|
|
22658
|
-
)
|
|
22659
|
-
] });
|
|
22660
|
-
}
|
|
22661
|
-
|
|
22662
|
-
// src/components/ui/organization-card.tsx
|
|
22663
|
-
|
|
22664
22880
|
function OrganizationCard({
|
|
22665
22881
|
organization,
|
|
22666
22882
|
fetchedImageUrl,
|
|
@@ -22675,7 +22891,7 @@ function OrganizationCard({
|
|
|
22675
22891
|
const handleActionClick = (e) => {
|
|
22676
22892
|
e.preventDefault();
|
|
22677
22893
|
e.stopPropagation();
|
|
22678
|
-
_optionalChain([actionButton, 'optionalAccess',
|
|
22894
|
+
_optionalChain([actionButton, 'optionalAccess', _527 => _527.onClick, 'call', _528 => _528(organization, e)]);
|
|
22679
22895
|
};
|
|
22680
22896
|
const card = /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
22681
22897
|
"div",
|
|
@@ -22709,14 +22925,10 @@ function OrganizationCard({
|
|
|
22709
22925
|
),
|
|
22710
22926
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start gap-3 w-full", children: [
|
|
22711
22927
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
22712
|
-
|
|
22928
|
+
EntityImage,
|
|
22713
22929
|
{
|
|
22714
|
-
|
|
22715
|
-
|
|
22716
|
-
size: "xl",
|
|
22717
|
-
backgroundStyle: "dark",
|
|
22718
|
-
showBackground: true,
|
|
22719
|
-
className: "w-[60px] h-[60px]"
|
|
22930
|
+
src: fetchedImageUrl || organization.imageUrl,
|
|
22931
|
+
alt: organization.name
|
|
22720
22932
|
}
|
|
22721
22933
|
),
|
|
22722
22934
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex-1 flex flex-col justify-center py-2 min-w-0", children: [
|
|
@@ -22771,7 +22983,7 @@ var LOG_SEVERITY_LABELS = {
|
|
|
22771
22983
|
// src/components/log-severity-dot.tsx
|
|
22772
22984
|
|
|
22773
22985
|
var LogSeverityDot = React78.forwardRef(({ severity, size = "md", className }, ref) => {
|
|
22774
|
-
const
|
|
22986
|
+
const sizeClasses4 = {
|
|
22775
22987
|
sm: "w-4 h-4",
|
|
22776
22988
|
md: "w-6 h-6",
|
|
22777
22989
|
lg: "w-8 h-8"
|
|
@@ -22787,7 +22999,7 @@ var LogSeverityDot = React78.forwardRef(({ severity, size = "md", className }, r
|
|
|
22787
22999
|
ref,
|
|
22788
23000
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
22789
23001
|
"relative flex items-center justify-center shrink-0",
|
|
22790
|
-
|
|
23002
|
+
sizeClasses4[size],
|
|
22791
23003
|
className
|
|
22792
23004
|
),
|
|
22793
23005
|
"aria-label": `${LOG_SEVERITY_LABELS[severity]} severity`,
|
|
@@ -22832,7 +23044,7 @@ var LogCard = ({ log, isLast, showConnector, onClick }) => {
|
|
|
22832
23044
|
onKeyDown: (e) => {
|
|
22833
23045
|
if (e.key === "Enter" || e.key === " ") {
|
|
22834
23046
|
e.preventDefault();
|
|
22835
|
-
_optionalChain([onClick, 'optionalCall',
|
|
23047
|
+
_optionalChain([onClick, 'optionalCall', _529 => _529()]);
|
|
22836
23048
|
}
|
|
22837
23049
|
},
|
|
22838
23050
|
children: [
|
|
@@ -22933,7 +23145,7 @@ var LogsList = React79.forwardRef(({
|
|
|
22933
23145
|
log,
|
|
22934
23146
|
isLast: index === logs.length - 1,
|
|
22935
23147
|
showConnector,
|
|
22936
|
-
onClick: () => _optionalChain([onLogClick, 'optionalCall',
|
|
23148
|
+
onClick: () => _optionalChain([onLogClick, 'optionalCall', _530 => _530(log)])
|
|
22937
23149
|
},
|
|
22938
23150
|
log.id
|
|
22939
23151
|
))
|
|
@@ -23189,7 +23401,7 @@ var TooltipContent = React81.forwardRef(({ className, sideOffset = 4, ...props }
|
|
|
23189
23401
|
TooltipContent.displayName = TooltipPrimitive.Content.displayName;
|
|
23190
23402
|
|
|
23191
23403
|
// src/components/ui/error-state.tsx
|
|
23192
|
-
|
|
23404
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
23193
23405
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
23194
23406
|
|
|
23195
23407
|
|
|
@@ -23243,7 +23455,7 @@ function ErrorState({
|
|
|
23243
23455
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: _chunkUC43NICZcjs.cn.call(void 0, "text-sm", styles.text), children: message }),
|
|
23244
23456
|
(showRetry || showHome) && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-2 mt-3", children: [
|
|
23245
23457
|
showRetry && onRetry && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23246
|
-
|
|
23458
|
+
_chunk3B43AHYEcjs.Button,
|
|
23247
23459
|
{
|
|
23248
23460
|
onClick: onRetry,
|
|
23249
23461
|
variant: "outline",
|
|
@@ -23254,7 +23466,7 @@ function ErrorState({
|
|
|
23254
23466
|
}
|
|
23255
23467
|
),
|
|
23256
23468
|
showHome && onHome && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23257
|
-
|
|
23469
|
+
_chunk3B43AHYEcjs.Button,
|
|
23258
23470
|
{
|
|
23259
23471
|
onClick: onHome,
|
|
23260
23472
|
variant: "outline",
|
|
@@ -23382,11 +23594,11 @@ var ListLoader = (props) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Content
|
|
|
23382
23594
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
23383
23595
|
|
|
23384
23596
|
init_pagination();
|
|
23385
|
-
|
|
23597
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
23386
23598
|
|
|
23387
23599
|
// src/components/ui/cursor-pagination.tsx
|
|
23388
23600
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
23389
|
-
|
|
23601
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
23390
23602
|
|
|
23391
23603
|
|
|
23392
23604
|
function CursorPagination({
|
|
@@ -23447,7 +23659,7 @@ function CursorPagination({
|
|
|
23447
23659
|
showInfo && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-sm text-[#888888]", children: displayText || /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: "\xA0" }) }),
|
|
23448
23660
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
23449
23661
|
onReset ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23450
|
-
|
|
23662
|
+
_chunk3B43AHYEcjs.Button,
|
|
23451
23663
|
{
|
|
23452
23664
|
variant: "outline",
|
|
23453
23665
|
size: compact ? "small-legacy" : "default",
|
|
@@ -23461,7 +23673,7 @@ function CursorPagination({
|
|
|
23461
23673
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: compact ? "hidden md:inline" : "", children: resetButtonLabel })
|
|
23462
23674
|
}
|
|
23463
23675
|
) : hasPreviousPage !== void 0 && onPrevious && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23464
|
-
|
|
23676
|
+
_chunk3B43AHYEcjs.Button,
|
|
23465
23677
|
{
|
|
23466
23678
|
variant: "outline",
|
|
23467
23679
|
size: compact ? "small-legacy" : "default",
|
|
@@ -23476,7 +23688,7 @@ function CursorPagination({
|
|
|
23476
23688
|
}
|
|
23477
23689
|
),
|
|
23478
23690
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23479
|
-
|
|
23691
|
+
_chunk3B43AHYEcjs.Button,
|
|
23480
23692
|
{
|
|
23481
23693
|
variant: "outline",
|
|
23482
23694
|
size: compact ? "small-legacy" : "default",
|
|
@@ -23507,7 +23719,7 @@ function CursorPaginationSimple({
|
|
|
23507
23719
|
}) {
|
|
23508
23720
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: _chunkUC43NICZcjs.cn.call(void 0, "flex items-center gap-1", className), children: [
|
|
23509
23721
|
onReset ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23510
|
-
|
|
23722
|
+
_chunk3B43AHYEcjs.Button,
|
|
23511
23723
|
{
|
|
23512
23724
|
variant: "transparent",
|
|
23513
23725
|
size: "icon",
|
|
@@ -23518,11 +23730,11 @@ function CursorPaginationSimple({
|
|
|
23518
23730
|
"aria-label": "First"
|
|
23519
23731
|
}
|
|
23520
23732
|
) : hasPreviousPage !== void 0 && onPrevious && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23521
|
-
|
|
23733
|
+
_chunk3B43AHYEcjs.Button,
|
|
23522
23734
|
{
|
|
23523
23735
|
variant: "transparent",
|
|
23524
23736
|
size: "icon",
|
|
23525
|
-
onClick: () => _optionalChain([onPrevious, 'optionalCall',
|
|
23737
|
+
onClick: () => _optionalChain([onPrevious, 'optionalCall', _531 => _531("")]),
|
|
23526
23738
|
disabled: !hasPreviousPage || loading,
|
|
23527
23739
|
className: "h-8 w-8",
|
|
23528
23740
|
leftIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronLeft, { className: "h-4 w-4" }),
|
|
@@ -23530,11 +23742,11 @@ function CursorPaginationSimple({
|
|
|
23530
23742
|
}
|
|
23531
23743
|
),
|
|
23532
23744
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23533
|
-
|
|
23745
|
+
_chunk3B43AHYEcjs.Button,
|
|
23534
23746
|
{
|
|
23535
23747
|
variant: "transparent",
|
|
23536
23748
|
size: "icon",
|
|
23537
|
-
onClick: () => _optionalChain([onNext, 'optionalCall',
|
|
23749
|
+
onClick: () => _optionalChain([onNext, 'optionalCall', _532 => _532("")]),
|
|
23538
23750
|
disabled: !hasNextPage || loading,
|
|
23539
23751
|
className: "h-8 w-8",
|
|
23540
23752
|
rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronRight, { className: "h-4 w-4" }),
|
|
@@ -23546,7 +23758,7 @@ function CursorPaginationSimple({
|
|
|
23546
23758
|
|
|
23547
23759
|
// src/components/ui/table/table-empty-state.tsx
|
|
23548
23760
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
23549
|
-
|
|
23761
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
23550
23762
|
|
|
23551
23763
|
|
|
23552
23764
|
function TableEmptyState({
|
|
@@ -23566,7 +23778,7 @@ function TableEmptyState({
|
|
|
23566
23778
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "mb-4 text-ods-text-secondary", children: icon || /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.FileX2, { className: "w-12 h-12" }) }),
|
|
23567
23779
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h4 text-ods-text-secondary text-center mb-6", children: message }),
|
|
23568
23780
|
action && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23569
|
-
|
|
23781
|
+
_chunk3B43AHYEcjs.Button,
|
|
23570
23782
|
{
|
|
23571
23783
|
variant: "outline",
|
|
23572
23784
|
onClick: action.onClick,
|
|
@@ -23594,7 +23806,7 @@ function TableColumnFilterDropdown({
|
|
|
23594
23806
|
placement = "bottom-start",
|
|
23595
23807
|
dropdownClassName = "min-w-[240px]"
|
|
23596
23808
|
}) {
|
|
23597
|
-
const activeCount = _optionalChain([filters, 'optionalAccess',
|
|
23809
|
+
const activeCount = _optionalChain([filters, 'optionalAccess', _533 => _533[columnKey], 'optionalAccess', _534 => _534.length]) || 0;
|
|
23598
23810
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23599
23811
|
FiltersDropdown,
|
|
23600
23812
|
{
|
|
@@ -23637,7 +23849,7 @@ function TableColumnFilterDropdown({
|
|
|
23637
23849
|
delete newFilters[columnKey];
|
|
23638
23850
|
onFilterChange(newFilters);
|
|
23639
23851
|
},
|
|
23640
|
-
currentFilters: { [columnKey]: _optionalChain([filters, 'optionalAccess',
|
|
23852
|
+
currentFilters: { [columnKey]: _optionalChain([filters, 'optionalAccess', _535 => _535[columnKey]]) || [] },
|
|
23641
23853
|
placement,
|
|
23642
23854
|
dropdownClassName
|
|
23643
23855
|
}
|
|
@@ -23723,7 +23935,7 @@ function TableHeader({
|
|
|
23723
23935
|
),
|
|
23724
23936
|
children: [
|
|
23725
23937
|
selectable && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center justify-center w-10 shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23726
|
-
|
|
23938
|
+
_chunk3B43AHYEcjs.Checkbox,
|
|
23727
23939
|
{
|
|
23728
23940
|
checked: allSelected || someSelected && !allSelected ? true : false,
|
|
23729
23941
|
onCheckedChange: onSelectAll,
|
|
@@ -23934,7 +24146,7 @@ function TableRow({
|
|
|
23934
24146
|
const keys = column.key.split(".");
|
|
23935
24147
|
let value = item;
|
|
23936
24148
|
for (const key of keys) {
|
|
23937
|
-
value = _optionalChain([value, 'optionalAccess',
|
|
24149
|
+
value = _optionalChain([value, 'optionalAccess', _536 => _536[key]]);
|
|
23938
24150
|
}
|
|
23939
24151
|
if (value === null || value === void 0) {
|
|
23940
24152
|
return "-";
|
|
@@ -23976,7 +24188,7 @@ function TableRow({
|
|
|
23976
24188
|
),
|
|
23977
24189
|
children: [
|
|
23978
24190
|
selectable && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center justify-center w-10 shrink-0 pointer-events-auto", "data-no-row-click": true, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
23979
|
-
|
|
24191
|
+
_chunk3B43AHYEcjs.Checkbox,
|
|
23980
24192
|
{
|
|
23981
24193
|
checked: selected,
|
|
23982
24194
|
onCheckedChange: handleSelect,
|
|
@@ -24004,7 +24216,7 @@ function TableRow({
|
|
|
24004
24216
|
// src/components/ui/table/table.tsx
|
|
24005
24217
|
|
|
24006
24218
|
function injectSyntheticColumns(columns, rowActions, renderRowActions, rowHref) {
|
|
24007
|
-
const hasActions = Boolean(_optionalChain([rowActions, 'optionalAccess',
|
|
24219
|
+
const hasActions = Boolean(_optionalChain([rowActions, 'optionalAccess', _537 => _537.length])) || Boolean(renderRowActions);
|
|
24008
24220
|
const result = [...columns];
|
|
24009
24221
|
if (hasActions) {
|
|
24010
24222
|
const actionsColumn = {
|
|
@@ -24013,7 +24225,7 @@ function injectSyntheticColumns(columns, rowActions, renderRowActions, rowHref)
|
|
|
24013
24225
|
width: "min-w-[100px] w-auto shrink-0 flex-none",
|
|
24014
24226
|
align: "right",
|
|
24015
24227
|
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,
|
|
24016
|
-
|
|
24228
|
+
_chunk3B43AHYEcjs.Button,
|
|
24017
24229
|
{
|
|
24018
24230
|
variant: "outline",
|
|
24019
24231
|
onClick: (e) => {
|
|
@@ -24039,7 +24251,7 @@ function injectSyntheticColumns(columns, rowActions, renderRowActions, rowHref)
|
|
|
24039
24251
|
const href = rowHref(item);
|
|
24040
24252
|
if (!href) return null;
|
|
24041
24253
|
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,
|
|
24042
|
-
|
|
24254
|
+
_chunk3B43AHYEcjs.Button,
|
|
24043
24255
|
{
|
|
24044
24256
|
href,
|
|
24045
24257
|
prefetch: false,
|
|
@@ -24098,7 +24310,7 @@ function Table({
|
|
|
24098
24310
|
return rowKey(item);
|
|
24099
24311
|
}
|
|
24100
24312
|
const key = item[rowKey];
|
|
24101
|
-
return _optionalChain([key, 'optionalAccess',
|
|
24313
|
+
return _optionalChain([key, 'optionalAccess', _538 => _538.toString, 'call', _539 => _539()]) || index.toString();
|
|
24102
24314
|
};
|
|
24103
24315
|
const getRowClassName = (item, index) => {
|
|
24104
24316
|
if (typeof rowClassName === "function") {
|
|
@@ -24132,23 +24344,23 @@ function Table({
|
|
|
24132
24344
|
const allSelected = selectedRows.length > 0 && selectedRows.length === data.length;
|
|
24133
24345
|
const someSelected = selectedRows.length > 0 && selectedRows.length < data.length;
|
|
24134
24346
|
const sentinelRef = _react.useRef.call(void 0, null);
|
|
24135
|
-
const onLoadMoreRef = _react.useRef.call(void 0, _optionalChain([infiniteScroll, 'optionalAccess',
|
|
24136
|
-
onLoadMoreRef.current = _optionalChain([infiniteScroll, 'optionalAccess',
|
|
24347
|
+
const onLoadMoreRef = _react.useRef.call(void 0, _optionalChain([infiniteScroll, 'optionalAccess', _540 => _540.onLoadMore]));
|
|
24348
|
+
onLoadMoreRef.current = _optionalChain([infiniteScroll, 'optionalAccess', _541 => _541.onLoadMore]);
|
|
24137
24349
|
_react.useEffect.call(void 0, () => {
|
|
24138
|
-
if (!_optionalChain([infiniteScroll, 'optionalAccess',
|
|
24350
|
+
if (!_optionalChain([infiniteScroll, 'optionalAccess', _542 => _542.hasNextPage]) || infiniteScroll.isFetchingNextPage) return;
|
|
24139
24351
|
const sentinel = sentinelRef.current;
|
|
24140
24352
|
if (!sentinel) return;
|
|
24141
24353
|
const observer = new IntersectionObserver(
|
|
24142
24354
|
(entries) => {
|
|
24143
|
-
if (_optionalChain([entries, 'access',
|
|
24144
|
-
_optionalChain([onLoadMoreRef, 'access',
|
|
24355
|
+
if (_optionalChain([entries, 'access', _543 => _543[0], 'optionalAccess', _544 => _544.isIntersecting])) {
|
|
24356
|
+
_optionalChain([onLoadMoreRef, 'access', _545 => _545.current, 'optionalCall', _546 => _546()]);
|
|
24145
24357
|
}
|
|
24146
24358
|
},
|
|
24147
24359
|
{ rootMargin: "200px" }
|
|
24148
24360
|
);
|
|
24149
24361
|
observer.observe(sentinel);
|
|
24150
24362
|
return () => observer.disconnect();
|
|
24151
|
-
}, [_optionalChain([infiniteScroll, 'optionalAccess',
|
|
24363
|
+
}, [_optionalChain([infiniteScroll, 'optionalAccess', _547 => _547.hasNextPage]), _optionalChain([infiniteScroll, 'optionalAccess', _548 => _548.isFetchingNextPage])]);
|
|
24152
24364
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: _chunkUC43NICZcjs.cn.call(void 0, "flex flex-col gap-1 w-full", containerClassName), children: [
|
|
24153
24365
|
showToolbar && bulkActions && selectedRows.length > 0 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-between bg-ods-card border border-ods-border rounded-[6px] p-3 mb-2", children: [
|
|
24154
24366
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "text-ods-text-secondary text-sm", children: [
|
|
@@ -24219,7 +24431,7 @@ function Table({
|
|
|
24219
24431
|
},
|
|
24220
24432
|
getRowKey(item, index)
|
|
24221
24433
|
)),
|
|
24222
|
-
_optionalChain([infiniteScroll, 'optionalAccess',
|
|
24434
|
+
_optionalChain([infiniteScroll, 'optionalAccess', _549 => _549.isFetchingNextPage]) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24223
24435
|
TableCardSkeleton,
|
|
24224
24436
|
{
|
|
24225
24437
|
columns,
|
|
@@ -24228,7 +24440,7 @@ function Table({
|
|
|
24228
24440
|
hasChevron: Boolean(rowHref)
|
|
24229
24441
|
}
|
|
24230
24442
|
),
|
|
24231
|
-
_optionalChain([infiniteScroll, 'optionalAccess',
|
|
24443
|
+
_optionalChain([infiniteScroll, 'optionalAccess', _550 => _550.hasNextPage]) && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { ref: sentinelRef, className: "h-1", "aria-hidden": "true" }),
|
|
24232
24444
|
!infiniteScroll && Array.from({ length: Math.max(0, skeletonRows - data.length) }).map((_, index) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
24233
24445
|
"div",
|
|
24234
24446
|
{
|
|
@@ -24341,7 +24553,7 @@ function TableTimestampCell({
|
|
|
24341
24553
|
|
|
24342
24554
|
// src/components/ui/query-report-table/query-report-table.tsx
|
|
24343
24555
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
24344
|
-
|
|
24556
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
24345
24557
|
|
|
24346
24558
|
|
|
24347
24559
|
// src/components/ui/query-report-table/query-report-table-header.tsx
|
|
@@ -24586,7 +24798,7 @@ function QueryReportTable({
|
|
|
24586
24798
|
);
|
|
24587
24799
|
const handleExport = () => {
|
|
24588
24800
|
exportToCSV(data, columns, exportFilename);
|
|
24589
|
-
_optionalChain([onExport, 'optionalCall',
|
|
24801
|
+
_optionalChain([onExport, 'optionalCall', _551 => _551()]);
|
|
24590
24802
|
};
|
|
24591
24803
|
const tableMinWidth = columns.length * (columnWidth + 16);
|
|
24592
24804
|
const {
|
|
@@ -24609,7 +24821,7 @@ function QueryReportTable({
|
|
|
24609
24821
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-3", children: [
|
|
24610
24822
|
headerActions,
|
|
24611
24823
|
showExport && data.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24612
|
-
|
|
24824
|
+
_chunk3B43AHYEcjs.Button,
|
|
24613
24825
|
{
|
|
24614
24826
|
className: "bg-ods-card",
|
|
24615
24827
|
variant: "outline",
|
|
@@ -24759,7 +24971,7 @@ function DataTableColumnFilter({
|
|
|
24759
24971
|
align = "left"
|
|
24760
24972
|
}) {
|
|
24761
24973
|
const currentValue = column.getFilterValue();
|
|
24762
|
-
const activeCount = _nullishCoalesce(_optionalChain([currentValue, 'optionalAccess',
|
|
24974
|
+
const activeCount = _nullishCoalesce(_optionalChain([currentValue, 'optionalAccess', _552 => _552.length]), () => ( 0));
|
|
24763
24975
|
const sections = _react.useMemo.call(void 0,
|
|
24764
24976
|
() => [
|
|
24765
24977
|
{
|
|
@@ -24839,7 +25051,7 @@ function DataTableHeader({
|
|
|
24839
25051
|
const hasVisibleHeaderCell = headerGroup.headers.some((header) => {
|
|
24840
25052
|
if (header.isPlaceholder) return false;
|
|
24841
25053
|
if (isLgUp) return true;
|
|
24842
|
-
return Boolean(_optionalChain([header, 'access',
|
|
25054
|
+
return Boolean(_optionalChain([header, 'access', _553 => _553.column, 'access', _554 => _554.columnDef, 'access', _555 => _555.meta, 'optionalAccess', _556 => _556.filter]));
|
|
24843
25055
|
});
|
|
24844
25056
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24845
25057
|
"div",
|
|
@@ -24869,20 +25081,20 @@ function HeaderCell({ header, isLgUp, sort, onSortChange }) {
|
|
|
24869
25081
|
if (header.isPlaceholder) return null;
|
|
24870
25082
|
const column = header.column;
|
|
24871
25083
|
const meta = column.columnDef.meta;
|
|
24872
|
-
const hasFilter = Boolean(_optionalChain([meta, 'optionalAccess',
|
|
24873
|
-
const align = _nullishCoalesce(_optionalChain([meta, 'optionalAccess',
|
|
24874
|
-
const canSort = _optionalChain([meta, 'optionalAccess',
|
|
24875
|
-
const sortDir = _optionalChain([sort, 'optionalAccess',
|
|
25084
|
+
const hasFilter = Boolean(_optionalChain([meta, 'optionalAccess', _557 => _557.filter]));
|
|
25085
|
+
const align = _nullishCoalesce(_optionalChain([meta, 'optionalAccess', _558 => _558.align]), () => ( "left"));
|
|
25086
|
+
const canSort = _optionalChain([meta, 'optionalAccess', _559 => _559.sortable]) === true;
|
|
25087
|
+
const sortDir = _optionalChain([sort, 'optionalAccess', _560 => _560.id]) === column.id ? sort.desc ? "desc" : "asc" : false;
|
|
24876
25088
|
if (!isLgUp && !hasFilter) return null;
|
|
24877
25089
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24878
25090
|
"div",
|
|
24879
25091
|
{
|
|
24880
25092
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
24881
25093
|
"flex items-stretch",
|
|
24882
|
-
isLgUp && (_optionalChain([meta, 'optionalAccess',
|
|
24883
|
-
_optionalChain([meta, 'optionalAccess',
|
|
25094
|
+
isLgUp && (_optionalChain([meta, 'optionalAccess', _561 => _561.width]) || "flex-1 min-w-0"),
|
|
25095
|
+
_optionalChain([meta, 'optionalAccess', _562 => _562.headerClassName]),
|
|
24884
25096
|
// Don't apply hide classes if column is filterable on tablet (keep filter accessible)
|
|
24885
|
-
!(hasFilter && !isLgUp) && getHideClasses2(_optionalChain([meta, 'optionalAccess',
|
|
25097
|
+
!(hasFilter && !isLgUp) && getHideClasses2(_optionalChain([meta, 'optionalAccess', _563 => _563.hideAt]))
|
|
24886
25098
|
),
|
|
24887
25099
|
children: hasFilter ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24888
25100
|
DataTableColumnFilter,
|
|
@@ -24901,7 +25113,7 @@ function HeaderCell({ header, isLgUp, sort, onSortChange }) {
|
|
|
24901
25113
|
isLgUp && alignJustify(align),
|
|
24902
25114
|
canSort && "group cursor-pointer"
|
|
24903
25115
|
),
|
|
24904
|
-
onClick: canSort ? () => _optionalChain([onSortChange, 'optionalCall',
|
|
25116
|
+
onClick: canSort ? () => _optionalChain([onSortChange, 'optionalCall', _564 => _564(column.id)]) : void 0,
|
|
24905
25117
|
children: [
|
|
24906
25118
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, HeaderLabel, { header }),
|
|
24907
25119
|
canSort && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, SortIcon, { sorted: sortDir })
|
|
@@ -24934,7 +25146,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
24934
25146
|
|
|
24935
25147
|
// src/components/ui/data-table/data-table-empty.tsx
|
|
24936
25148
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
24937
|
-
|
|
25149
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
24938
25150
|
|
|
24939
25151
|
|
|
24940
25152
|
function DataTableEmpty({
|
|
@@ -24954,7 +25166,7 @@ function DataTableEmpty({
|
|
|
24954
25166
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "mb-[var(--spacing-system-mf)] text-ods-text-secondary", children: _nullishCoalesce(icon, () => ( /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.FileX2, { className: "w-12 h-12" }))) }),
|
|
24955
25167
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-h4 text-ods-text-secondary text-center mb-[var(--spacing-system-lf)]", children: message }),
|
|
24956
25168
|
action && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
24957
|
-
|
|
25169
|
+
_chunk3B43AHYEcjs.Button,
|
|
24958
25170
|
{
|
|
24959
25171
|
variant: "outline",
|
|
24960
25172
|
onClick: action.onClick,
|
|
@@ -24985,7 +25197,7 @@ function DataTableSkeleton({
|
|
|
24985
25197
|
}) {
|
|
24986
25198
|
const table = useDataTableContext();
|
|
24987
25199
|
const columns = table.getVisibleFlatColumns();
|
|
24988
|
-
const firstColumnId = _optionalChain([columns, 'access',
|
|
25200
|
+
const firstColumnId = _optionalChain([columns, 'access', _565 => _565[0], 'optionalAccess', _566 => _566.id]);
|
|
24989
25201
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _jsxruntime.Fragment, { children: Array.from({ length: rows }).map((_, index) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
24990
25202
|
"div",
|
|
24991
25203
|
{
|
|
@@ -25009,7 +25221,7 @@ function DataTableSkeleton({
|
|
|
25009
25221
|
{
|
|
25010
25222
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
25011
25223
|
"flex flex-col justify-center shrink-0",
|
|
25012
|
-
_optionalChain([meta, 'optionalAccess',
|
|
25224
|
+
_optionalChain([meta, 'optionalAccess', _567 => _567.width]) || "flex-1"
|
|
25013
25225
|
),
|
|
25014
25226
|
children: [
|
|
25015
25227
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-5 bg-ods-bg-surface rounded-sm w-3/4 mb-[var(--spacing-system-xxs)]" }),
|
|
@@ -25055,7 +25267,7 @@ function DataTableRowImpl({
|
|
|
25055
25267
|
(e) => {
|
|
25056
25268
|
const target = e.target;
|
|
25057
25269
|
if (target.closest("[data-no-row-click]")) return;
|
|
25058
|
-
_optionalChain([onClick, 'optionalCall',
|
|
25270
|
+
_optionalChain([onClick, 'optionalCall', _568 => _568(row.original)]);
|
|
25059
25271
|
},
|
|
25060
25272
|
[onClick, row.original]
|
|
25061
25273
|
);
|
|
@@ -25093,10 +25305,10 @@ function DataTableRowImpl({
|
|
|
25093
25305
|
{
|
|
25094
25306
|
className: _chunkUC43NICZcjs.cn.call(void 0,
|
|
25095
25307
|
"flex flex-col overflow-hidden",
|
|
25096
|
-
alignJustify(_optionalChain([meta, 'optionalAccess',
|
|
25097
|
-
_optionalChain([meta, 'optionalAccess',
|
|
25098
|
-
_optionalChain([meta, 'optionalAccess',
|
|
25099
|
-
getHideClasses2(_optionalChain([meta, 'optionalAccess',
|
|
25308
|
+
alignJustify(_optionalChain([meta, 'optionalAccess', _569 => _569.align])),
|
|
25309
|
+
_optionalChain([meta, 'optionalAccess', _570 => _570.width]) || "flex-1 min-w-0",
|
|
25310
|
+
_optionalChain([meta, 'optionalAccess', _571 => _571.cellClassName]),
|
|
25311
|
+
getHideClasses2(_optionalChain([meta, 'optionalAccess', _572 => _572.hideAt]))
|
|
25100
25312
|
),
|
|
25101
25313
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, CellContent, { children: _reacttable.flexRender.call(void 0, cell.column.columnDef.cell, cell.getContext()) })
|
|
25102
25314
|
},
|
|
@@ -25142,7 +25354,7 @@ function DataTableBody({
|
|
|
25142
25354
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: _chunkUC43NICZcjs.cn.call(void 0, "flex flex-col gap-[var(--spacing-system-xsf)] w-full", className), children: [
|
|
25143
25355
|
rows.map((row, index) => {
|
|
25144
25356
|
const item = row.original;
|
|
25145
|
-
const href = _nullishCoalesce(_optionalChain([rowHref, 'optionalCall',
|
|
25357
|
+
const href = _nullishCoalesce(_optionalChain([rowHref, 'optionalCall', _573 => _573(item)]), () => ( void 0));
|
|
25146
25358
|
const cls = typeof rowClassName === "function" ? rowClassName(item, index) : rowClassName;
|
|
25147
25359
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
25148
25360
|
DataTableRow,
|
|
@@ -25206,7 +25418,7 @@ function DataTableInfiniteFooter({
|
|
|
25206
25418
|
if (!sentinel) return;
|
|
25207
25419
|
const observer = new IntersectionObserver(
|
|
25208
25420
|
(entries) => {
|
|
25209
|
-
if (_optionalChain([entries, 'access',
|
|
25421
|
+
if (_optionalChain([entries, 'access', _574 => _574[0], 'optionalAccess', _575 => _575.isIntersecting])) onLoadMoreRef.current();
|
|
25210
25422
|
},
|
|
25211
25423
|
{ rootMargin }
|
|
25212
25424
|
);
|
|
@@ -25254,7 +25466,7 @@ function DataTableRowCount({
|
|
|
25254
25466
|
const table = useDataTableContext();
|
|
25255
25467
|
const count = _nullishCoalesce(totalCount, () => ( table.getRowModel().rows.length));
|
|
25256
25468
|
if (hideWhenEmpty && count === 0) return null;
|
|
25257
|
-
const label = _nullishCoalesce(_optionalChain([pluralize, 'optionalCall',
|
|
25469
|
+
const label = _nullishCoalesce(_optionalChain([pluralize, 'optionalCall', _576 => _576(count, itemName)]), () => ( (count === 1 ? itemName : `${itemName}s`)));
|
|
25258
25470
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
25259
25471
|
"span",
|
|
25260
25472
|
{
|
|
@@ -25348,12 +25560,12 @@ function PhoneInput({
|
|
|
25348
25560
|
const runValidation = _react.useCallback.call(void 0, (phone) => {
|
|
25349
25561
|
if (!phone || digitCount(phone) === 0) {
|
|
25350
25562
|
setIsInvalid(false);
|
|
25351
|
-
_optionalChain([onValidationChange, 'optionalCall',
|
|
25563
|
+
_optionalChain([onValidationChange, 'optionalCall', _577 => _577(false)]);
|
|
25352
25564
|
return;
|
|
25353
25565
|
}
|
|
25354
25566
|
const invalid = !validatePhoneNumber(phone, countryCode);
|
|
25355
25567
|
setIsInvalid(invalid);
|
|
25356
|
-
_optionalChain([onValidationChange, 'optionalCall',
|
|
25568
|
+
_optionalChain([onValidationChange, 'optionalCall', _578 => _578(invalid)]);
|
|
25357
25569
|
}, [countryCode, digitCount, onValidationChange]);
|
|
25358
25570
|
const debouncedValidation = _react.useCallback.call(void 0, (phone) => {
|
|
25359
25571
|
if (debounceRef.current) clearTimeout(debounceRef.current);
|
|
@@ -25390,7 +25602,7 @@ function PhoneInput({
|
|
|
25390
25602
|
}
|
|
25391
25603
|
),
|
|
25392
25604
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
25393
|
-
|
|
25605
|
+
_chunk3B43AHYEcjs.Input,
|
|
25394
25606
|
{
|
|
25395
25607
|
type: "tel",
|
|
25396
25608
|
value,
|
|
@@ -25402,7 +25614,7 @@ function PhoneInput({
|
|
|
25402
25614
|
debouncedValidation(val);
|
|
25403
25615
|
} else if (digitCount(val) === 0) {
|
|
25404
25616
|
setIsInvalid(false);
|
|
25405
|
-
_optionalChain([onValidationChange, 'optionalCall',
|
|
25617
|
+
_optionalChain([onValidationChange, 'optionalCall', _579 => _579(false)]);
|
|
25406
25618
|
}
|
|
25407
25619
|
}
|
|
25408
25620
|
},
|
|
@@ -25509,7 +25721,7 @@ function SearchInput({
|
|
|
25509
25721
|
if (!showHiddenTags) return;
|
|
25510
25722
|
const handleClick = (e) => {
|
|
25511
25723
|
const target = e.target;
|
|
25512
|
-
if (!_optionalChain([hiddenTagsRef, 'access',
|
|
25724
|
+
if (!_optionalChain([hiddenTagsRef, 'access', _580 => _580.current, 'optionalAccess', _581 => _581.contains, 'call', _582 => _582(target)]) && !_optionalChain([hiddenTagsPopupRef, 'access', _583 => _583.current, 'optionalAccess', _584 => _584.contains, 'call', _585 => _585(target)])) {
|
|
25513
25725
|
setShowHiddenTags(false);
|
|
25514
25726
|
}
|
|
25515
25727
|
};
|
|
@@ -25557,10 +25769,10 @@ function SearchInput({
|
|
|
25557
25769
|
} else {
|
|
25558
25770
|
setInternalValue("");
|
|
25559
25771
|
}
|
|
25560
|
-
_optionalChain([inputRef, 'access',
|
|
25772
|
+
_optionalChain([inputRef, 'access', _586 => _586.current, 'optionalAccess', _587 => _587.focus, 'call', _588 => _588()]);
|
|
25561
25773
|
};
|
|
25562
25774
|
const handleResultClick = (result, e) => {
|
|
25563
|
-
_optionalChain([onResultSelect, 'optionalCall',
|
|
25775
|
+
_optionalChain([onResultSelect, 'optionalCall', _589 => _589(
|
|
25564
25776
|
result,
|
|
25565
25777
|
e ? {
|
|
25566
25778
|
metaKey: e.metaKey,
|
|
@@ -25592,7 +25804,7 @@ function SearchInput({
|
|
|
25592
25804
|
if (highlightedIndex >= 0 && flatResults[highlightedIndex]) {
|
|
25593
25805
|
handleResultClick(flatResults[highlightedIndex]);
|
|
25594
25806
|
} else {
|
|
25595
|
-
_optionalChain([onSubmit, 'optionalCall',
|
|
25807
|
+
_optionalChain([onSubmit, 'optionalCall', _590 => _590(currentValue)]);
|
|
25596
25808
|
}
|
|
25597
25809
|
break;
|
|
25598
25810
|
case "Escape":
|
|
@@ -25670,7 +25882,7 @@ function SearchInput({
|
|
|
25670
25882
|
dropdownVisible && "!border-ods-accent"
|
|
25671
25883
|
),
|
|
25672
25884
|
onClick: () => {
|
|
25673
|
-
_optionalChain([inputRef, 'access',
|
|
25885
|
+
_optionalChain([inputRef, 'access', _591 => _591.current, 'optionalAccess', _592 => _592.focus, 'call', _593 => _593()]);
|
|
25674
25886
|
setIsOpen(true);
|
|
25675
25887
|
},
|
|
25676
25888
|
children: [
|
|
@@ -25754,10 +25966,10 @@ function SearchInput({
|
|
|
25754
25966
|
align: "start",
|
|
25755
25967
|
onOpenAutoFocus: (e) => {
|
|
25756
25968
|
e.preventDefault();
|
|
25757
|
-
_optionalChain([inputRef, 'access',
|
|
25969
|
+
_optionalChain([inputRef, 'access', _594 => _594.current, 'optionalAccess', _595 => _595.focus, 'call', _596 => _596()]);
|
|
25758
25970
|
},
|
|
25759
25971
|
onInteractOutside: (e) => {
|
|
25760
|
-
if (_optionalChain([containerRef, 'access',
|
|
25972
|
+
if (_optionalChain([containerRef, 'access', _597 => _597.current, 'optionalAccess', _598 => _598.contains, 'call', _599 => _599(e.target)])) {
|
|
25761
25973
|
e.preventDefault();
|
|
25762
25974
|
}
|
|
25763
25975
|
},
|
|
@@ -25774,10 +25986,10 @@ function SearchInput({
|
|
|
25774
25986
|
ref: hiddenTagsPopupRef,
|
|
25775
25987
|
items: hiddenChips.map((chip) => ({ label: chip.label, value: chip.id })),
|
|
25776
25988
|
style: {
|
|
25777
|
-
left: badgeRef.current ? badgeRef.current.getBoundingClientRect().left - (_nullishCoalesce(_optionalChain([containerRef, 'access',
|
|
25989
|
+
left: badgeRef.current ? badgeRef.current.getBoundingClientRect().left - (_nullishCoalesce(_optionalChain([containerRef, 'access', _600 => _600.current, 'optionalAccess', _601 => _601.getBoundingClientRect, 'call', _602 => _602(), 'access', _603 => _603.left]), () => ( 0))) : 0
|
|
25778
25990
|
},
|
|
25779
25991
|
onRemove: (value2) => {
|
|
25780
|
-
_optionalChain([onFilterRemove, 'optionalCall',
|
|
25992
|
+
_optionalChain([onFilterRemove, 'optionalCall', _604 => _604(value2)]);
|
|
25781
25993
|
if (hiddenCount <= 1) setShowHiddenTags(false);
|
|
25782
25994
|
}
|
|
25783
25995
|
}
|
|
@@ -25828,7 +26040,7 @@ function FilterListItem({
|
|
|
25828
26040
|
}) {
|
|
25829
26041
|
const handleToggle = () => {
|
|
25830
26042
|
if (disabled) return;
|
|
25831
|
-
_optionalChain([onToggle, 'optionalCall',
|
|
26043
|
+
_optionalChain([onToggle, 'optionalCall', _605 => _605(!selected)]);
|
|
25832
26044
|
};
|
|
25833
26045
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
25834
26046
|
"div",
|
|
@@ -25875,7 +26087,7 @@ function FilterListItem({
|
|
|
25875
26087
|
CheckboxPrimitive4.Root,
|
|
25876
26088
|
{
|
|
25877
26089
|
checked: selected,
|
|
25878
|
-
onCheckedChange: (c) => _optionalChain([onToggle, 'optionalCall',
|
|
26090
|
+
onCheckedChange: (c) => _optionalChain([onToggle, 'optionalCall', _606 => _606(c === true)]),
|
|
25879
26091
|
onClick: (e) => e.stopPropagation(),
|
|
25880
26092
|
disabled,
|
|
25881
26093
|
"aria-label": title,
|
|
@@ -25974,7 +26186,7 @@ function TagSearchInput({
|
|
|
25974
26186
|
if (!showHiddenTags) return;
|
|
25975
26187
|
const handleClick = (e) => {
|
|
25976
26188
|
const target = e.target;
|
|
25977
|
-
if (!_optionalChain([hiddenTagsRef, 'access',
|
|
26189
|
+
if (!_optionalChain([hiddenTagsRef, 'access', _607 => _607.current, 'optionalAccess', _608 => _608.contains, 'call', _609 => _609(target)]) && !_optionalChain([hiddenTagsPopupRef, 'access', _610 => _610.current, 'optionalAccess', _611 => _611.contains, 'call', _612 => _612(target)])) {
|
|
25978
26190
|
setShowHiddenTags(false);
|
|
25979
26191
|
}
|
|
25980
26192
|
};
|
|
@@ -25990,13 +26202,13 @@ function TagSearchInput({
|
|
|
25990
26202
|
e.preventDefault();
|
|
25991
26203
|
onSubmit(searchValue);
|
|
25992
26204
|
}
|
|
25993
|
-
_optionalChain([onKeyDown, 'optionalCall',
|
|
26205
|
+
_optionalChain([onKeyDown, 'optionalCall', _613 => _613(e)]);
|
|
25994
26206
|
};
|
|
25995
26207
|
const handleClearAll = (e) => {
|
|
25996
26208
|
e.stopPropagation();
|
|
25997
26209
|
e.preventDefault();
|
|
25998
|
-
_optionalChain([onClearAll, 'optionalCall',
|
|
25999
|
-
_optionalChain([inputRef, 'access',
|
|
26210
|
+
_optionalChain([onClearAll, 'optionalCall', _614 => _614()]);
|
|
26211
|
+
_optionalChain([inputRef, 'access', _615 => _615.current, 'optionalAccess', _616 => _616.focus, 'call', _617 => _617()]);
|
|
26000
26212
|
};
|
|
26001
26213
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { ref: wrapperRef, className: "relative", children: [
|
|
26002
26214
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
@@ -26013,7 +26225,7 @@ function TagSearchInput({
|
|
|
26013
26225
|
className
|
|
26014
26226
|
),
|
|
26015
26227
|
onClick: () => {
|
|
26016
|
-
if (!disabled) _optionalChain([inputRef, 'access',
|
|
26228
|
+
if (!disabled) _optionalChain([inputRef, 'access', _618 => _618.current, 'optionalAccess', _619 => _619.focus, 'call', _620 => _620()]);
|
|
26017
26229
|
},
|
|
26018
26230
|
children: [
|
|
26019
26231
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "shrink-0 flex items-center pl-3", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkWZW7C7TFcjs.SearchIcon, { className: "text-ods-text-secondary size-4 md:size-6" }) }),
|
|
@@ -26085,7 +26297,7 @@ function TagSearchInput({
|
|
|
26085
26297
|
items: hiddenTags,
|
|
26086
26298
|
disabled,
|
|
26087
26299
|
style: {
|
|
26088
|
-
left: badgeRef.current ? badgeRef.current.getBoundingClientRect().left - (_nullishCoalesce(_optionalChain([wrapperRef, 'access',
|
|
26300
|
+
left: badgeRef.current ? badgeRef.current.getBoundingClientRect().left - (_nullishCoalesce(_optionalChain([wrapperRef, 'access', _621 => _621.current, 'optionalAccess', _622 => _622.getBoundingClientRect, 'call', _623 => _623(), 'access', _624 => _624.left]), () => ( 0))) : 0
|
|
26089
26301
|
},
|
|
26090
26302
|
onRemove: (value) => {
|
|
26091
26303
|
onTagRemove(value);
|
|
@@ -26187,7 +26399,7 @@ function MarkdownEditor({
|
|
|
26187
26399
|
const [defaultExtraCommands, setDefaultExtraCommands] = _react.useState.call(void 0, []);
|
|
26188
26400
|
_react.useEffect.call(void 0, () => {
|
|
26189
26401
|
Promise.resolve().then(() => _interopRequireWildcard(require("@uiw/react-md-editor"))).then((mod) => {
|
|
26190
|
-
if (_optionalChain([mod, 'access',
|
|
26402
|
+
if (_optionalChain([mod, 'access', _625 => _625.commands, 'optionalAccess', _626 => _626.getExtraCommands])) {
|
|
26191
26403
|
setDefaultExtraCommands(mod.commands.getExtraCommands());
|
|
26192
26404
|
}
|
|
26193
26405
|
});
|
|
@@ -26221,7 +26433,7 @@ function MarkdownEditor({
|
|
|
26221
26433
|
const isImage = file.type.startsWith("image/");
|
|
26222
26434
|
const markdown = isImage ? `` : `[${file.name}](${url})`;
|
|
26223
26435
|
insertTextAtCursor(markdown);
|
|
26224
|
-
_optionalChain([onFileUploaded, 'optionalCall',
|
|
26436
|
+
_optionalChain([onFileUploaded, 'optionalCall', _627 => _627(url, file.name)]);
|
|
26225
26437
|
} catch (error) {
|
|
26226
26438
|
console.error("File upload failed:", error);
|
|
26227
26439
|
setUploadProgress("Upload failed. Please try again.");
|
|
@@ -26234,7 +26446,7 @@ function MarkdownEditor({
|
|
|
26234
26446
|
);
|
|
26235
26447
|
const handleFileInputChange = _react.useCallback.call(void 0,
|
|
26236
26448
|
(e) => {
|
|
26237
|
-
const file = _optionalChain([e, 'access',
|
|
26449
|
+
const file = _optionalChain([e, 'access', _628 => _628.target, 'access', _629 => _629.files, 'optionalAccess', _630 => _630[0]]);
|
|
26238
26450
|
if (file) {
|
|
26239
26451
|
handleFileUpload(file);
|
|
26240
26452
|
e.target.value = "";
|
|
@@ -26245,7 +26457,7 @@ function MarkdownEditor({
|
|
|
26245
26457
|
const handlePaste = _react.useCallback.call(void 0,
|
|
26246
26458
|
(e) => {
|
|
26247
26459
|
if (!onUploadFile) return;
|
|
26248
|
-
const items = _optionalChain([e, 'access',
|
|
26460
|
+
const items = _optionalChain([e, 'access', _631 => _631.clipboardData, 'optionalAccess', _632 => _632.items]);
|
|
26249
26461
|
if (!items) return;
|
|
26250
26462
|
for (const item of items) {
|
|
26251
26463
|
if (item.type.startsWith("image/")) {
|
|
@@ -26270,7 +26482,7 @@ function MarkdownEditor({
|
|
|
26270
26482
|
buttonProps: { "aria-label": "Upload file", title: "Upload file" },
|
|
26271
26483
|
icon: isUploading ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Loader2, { className: "w-3 h-3 animate-spin" }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Upload, { className: "w-3 h-3" }),
|
|
26272
26484
|
execute: () => {
|
|
26273
|
-
_optionalChain([fileInputRef, 'access',
|
|
26485
|
+
_optionalChain([fileInputRef, 'access', _633 => _633.current, 'optionalAccess', _634 => _634.click, 'call', _635 => _635()]);
|
|
26274
26486
|
}
|
|
26275
26487
|
} : null;
|
|
26276
26488
|
const extraCommands = uploadCommand ? [...defaultExtraCommands, uploadCommand] : defaultExtraCommands;
|
|
@@ -26282,7 +26494,7 @@ function MarkdownEditor({
|
|
|
26282
26494
|
const EDGE_ZONE = 60;
|
|
26283
26495
|
const MAX_SCROLL_SPEED = 15;
|
|
26284
26496
|
const findScrollParent = _react.useCallback.call(void 0, (el) => {
|
|
26285
|
-
let node = _optionalChain([el, 'optionalAccess',
|
|
26497
|
+
let node = _optionalChain([el, 'optionalAccess', _636 => _636.parentElement]);
|
|
26286
26498
|
while (node && node !== document.documentElement) {
|
|
26287
26499
|
const { overflowY } = window.getComputedStyle(node);
|
|
26288
26500
|
if ((overflowY === "auto" || overflowY === "scroll") && node.scrollHeight > node.clientHeight) {
|
|
@@ -26425,7 +26637,7 @@ function matchesAccept(file, accept) {
|
|
|
26425
26637
|
});
|
|
26426
26638
|
}
|
|
26427
26639
|
function dragHasFiles(e) {
|
|
26428
|
-
const types = _optionalChain([e, 'access',
|
|
26640
|
+
const types = _optionalChain([e, 'access', _637 => _637.dataTransfer, 'optionalAccess', _638 => _638.types]);
|
|
26429
26641
|
if (!types) return false;
|
|
26430
26642
|
for (let i = 0; i < types.length; i++) {
|
|
26431
26643
|
if (types[i] === "Files") return true;
|
|
@@ -26520,7 +26732,7 @@ function FileUpload({
|
|
|
26520
26732
|
e.stopPropagation();
|
|
26521
26733
|
setDragActive(false);
|
|
26522
26734
|
if (disabled) return;
|
|
26523
|
-
if (_optionalChain([e, 'access',
|
|
26735
|
+
if (_optionalChain([e, 'access', _639 => _639.dataTransfer, 'access', _640 => _640.files, 'optionalAccess', _641 => _641.length])) {
|
|
26524
26736
|
handleFiles(e.dataTransfer.files);
|
|
26525
26737
|
}
|
|
26526
26738
|
};
|
|
@@ -26548,7 +26760,7 @@ function FileUpload({
|
|
|
26548
26760
|
e.preventDefault();
|
|
26549
26761
|
dragCounter = 0;
|
|
26550
26762
|
setDragActive(false);
|
|
26551
|
-
if (_optionalChain([e, 'access',
|
|
26763
|
+
if (_optionalChain([e, 'access', _642 => _642.dataTransfer, 'optionalAccess', _643 => _643.files, 'optionalAccess', _644 => _644.length])) {
|
|
26552
26764
|
handleFilesRef.current(e.dataTransfer.files);
|
|
26553
26765
|
}
|
|
26554
26766
|
};
|
|
@@ -26570,7 +26782,7 @@ function FileUpload({
|
|
|
26570
26782
|
};
|
|
26571
26783
|
}, [acceptWindowDrops, disabled]);
|
|
26572
26784
|
const handleFileSelect = (e) => {
|
|
26573
|
-
if (_optionalChain([e, 'access',
|
|
26785
|
+
if (_optionalChain([e, 'access', _645 => _645.target, 'access', _646 => _646.files, 'optionalAccess', _647 => _647.length])) {
|
|
26574
26786
|
handleFiles(e.target.files);
|
|
26575
26787
|
}
|
|
26576
26788
|
};
|
|
@@ -26587,13 +26799,13 @@ function FileUpload({
|
|
|
26587
26799
|
};
|
|
26588
26800
|
const openDialog = async () => {
|
|
26589
26801
|
if (disabled) return;
|
|
26590
|
-
_optionalChain([fileInputRef, 'access',
|
|
26802
|
+
_optionalChain([fileInputRef, 'access', _648 => _648.current, 'optionalAccess', _649 => _649.click, 'call', _650 => _650()]);
|
|
26591
26803
|
};
|
|
26592
26804
|
const displayError = error || validationError || void 0;
|
|
26593
26805
|
const hasFiles = isManaged ? managedFiles.length > 0 : files.length > 0;
|
|
26594
26806
|
const fileCount = currentCount;
|
|
26595
26807
|
const canAddMore = multiple && fileCount < maxFiles;
|
|
26596
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
26808
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label: fieldLabel, error: displayError, className, children: [
|
|
26597
26809
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
26598
26810
|
"input",
|
|
26599
26811
|
{
|
|
@@ -26665,7 +26877,7 @@ function FileUpload({
|
|
|
26665
26877
|
"button",
|
|
26666
26878
|
{
|
|
26667
26879
|
type: "button",
|
|
26668
|
-
onClick: () => _optionalChain([onRemoveManagedFile, 'optionalCall',
|
|
26880
|
+
onClick: () => _optionalChain([onRemoveManagedFile, 'optionalCall', _651 => _651(entry.id)]),
|
|
26669
26881
|
className: "shrink-0 p-1 rounded hover:bg-ods-bg transition-colors",
|
|
26670
26882
|
"aria-label": `Remove ${entry.fileName}`,
|
|
26671
26883
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.X, { className: "size-4 text-ods-text-secondary" })
|
|
@@ -26788,7 +27000,7 @@ function ImageUploader({
|
|
|
26788
27000
|
onChange(file);
|
|
26789
27001
|
};
|
|
26790
27002
|
const handleFileSelect = (e) => {
|
|
26791
|
-
validateAndEmit(_optionalChain([e, 'access',
|
|
27003
|
+
validateAndEmit(_optionalChain([e, 'access', _652 => _652.target, 'access', _653 => _653.files, 'optionalAccess', _654 => _654[0]]));
|
|
26792
27004
|
if (inputRef.current) inputRef.current.value = "";
|
|
26793
27005
|
};
|
|
26794
27006
|
const handleDrag = (e) => {
|
|
@@ -26803,11 +27015,11 @@ function ImageUploader({
|
|
|
26803
27015
|
e.stopPropagation();
|
|
26804
27016
|
setDragActive(false);
|
|
26805
27017
|
if (!interactive) return;
|
|
26806
|
-
validateAndEmit(_optionalChain([e, 'access',
|
|
27018
|
+
validateAndEmit(_optionalChain([e, 'access', _655 => _655.dataTransfer, 'access', _656 => _656.files, 'optionalAccess', _657 => _657[0]]));
|
|
26807
27019
|
};
|
|
26808
27020
|
const openDialog = () => {
|
|
26809
27021
|
if (!interactive) return;
|
|
26810
|
-
_optionalChain([inputRef, 'access',
|
|
27022
|
+
_optionalChain([inputRef, 'access', _658 => _658.current, 'optionalAccess', _659 => _659.click, 'call', _660 => _660()]);
|
|
26811
27023
|
};
|
|
26812
27024
|
const handleRootKeyDown = (e) => {
|
|
26813
27025
|
if (hasImage || !interactive) return;
|
|
@@ -26817,7 +27029,7 @@ function ImageUploader({
|
|
|
26817
27029
|
}
|
|
26818
27030
|
};
|
|
26819
27031
|
const isActionState = dragActive || pressed && !hasImage;
|
|
26820
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
27032
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunk3B43AHYEcjs.FieldWrapper, { label: fieldLabel, error: displayError, className, children: [
|
|
26821
27033
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
26822
27034
|
"input",
|
|
26823
27035
|
{
|
|
@@ -26964,7 +27176,7 @@ function CompactAssigneeDropdown({
|
|
|
26964
27176
|
return [current, ...filtered.filter((o) => o.value !== currentAssignee.id)];
|
|
26965
27177
|
}, [filtered, currentAssignee]);
|
|
26966
27178
|
const handleSelect = (userId) => {
|
|
26967
|
-
const next = _optionalChain([currentAssignee, 'optionalAccess',
|
|
27179
|
+
const next = _optionalChain([currentAssignee, 'optionalAccess', _661 => _661.id]) === userId ? null : userId;
|
|
26968
27180
|
onAssign(next);
|
|
26969
27181
|
setIsOpen(false);
|
|
26970
27182
|
};
|
|
@@ -27018,7 +27230,7 @@ function CompactAssigneeDropdown({
|
|
|
27018
27230
|
),
|
|
27019
27231
|
children: [
|
|
27020
27232
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "border-b border-ods-border", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27021
|
-
|
|
27233
|
+
_chunk3B43AHYEcjs.Input,
|
|
27022
27234
|
{
|
|
27023
27235
|
autoFocus: true,
|
|
27024
27236
|
value: search,
|
|
@@ -27029,7 +27241,7 @@ function CompactAssigneeDropdown({
|
|
|
27029
27241
|
}
|
|
27030
27242
|
) }),
|
|
27031
27243
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "max-h-80 overflow-y-auto py-[var(--spacing-system-xs)]", role: "listbox", children: isLoading ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "px-[var(--spacing-system-sf)] py-[var(--spacing-system-s)] text-h5 text-ods-text-secondary", children: "Loading\u2026" }) : orderedOptions.length === 0 ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "px-[var(--spacing-system-sf)] py-[var(--spacing-system-s)] text-h5 text-ods-text-secondary", children: "No users found" }) : orderedOptions.map((opt) => {
|
|
27032
|
-
const isCurrent = _optionalChain([currentAssignee, 'optionalAccess',
|
|
27244
|
+
const isCurrent = _optionalChain([currentAssignee, 'optionalAccess', _662 => _662.id]) === opt.value;
|
|
27033
27245
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
27034
27246
|
"button",
|
|
27035
27247
|
{
|
|
@@ -27098,7 +27310,7 @@ function DefaultAssigneeDropdown({
|
|
|
27098
27310
|
Autocomplete,
|
|
27099
27311
|
{
|
|
27100
27312
|
options,
|
|
27101
|
-
value: _nullishCoalesce(_optionalChain([currentAssignee, 'optionalAccess',
|
|
27313
|
+
value: _nullishCoalesce(_optionalChain([currentAssignee, 'optionalAccess', _663 => _663.id]), () => ( null)),
|
|
27102
27314
|
onChange: (val) => {
|
|
27103
27315
|
onAssign(val);
|
|
27104
27316
|
setIsEditing(false);
|
|
@@ -27278,7 +27490,7 @@ function TicketNoteCard({ note, onEdit, onDelete, className }) {
|
|
|
27278
27490
|
),
|
|
27279
27491
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex-1 min-w-0 overflow-hidden", children: isEditing ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
27280
27492
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex-1", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27281
|
-
|
|
27493
|
+
_chunk3B43AHYEcjs.Input,
|
|
27282
27494
|
{
|
|
27283
27495
|
value: editText,
|
|
27284
27496
|
onChange: (e) => setEditText(e.target.value),
|
|
@@ -27377,7 +27589,7 @@ function TicketNotesSection({
|
|
|
27377
27589
|
)),
|
|
27378
27590
|
onAddNote && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
27379
27591
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex-1", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27380
|
-
|
|
27592
|
+
_chunk3B43AHYEcjs.Input,
|
|
27381
27593
|
{
|
|
27382
27594
|
value: noteText,
|
|
27383
27595
|
onChange: (e) => setNoteText(e.target.value),
|
|
@@ -27456,14 +27668,14 @@ function TicketInfoSection({
|
|
|
27456
27668
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27457
27669
|
SquareAvatar,
|
|
27458
27670
|
{
|
|
27459
|
-
src: _optionalChain([organization, 'optionalAccess',
|
|
27460
|
-
alt: _optionalChain([organization, 'optionalAccess',
|
|
27461
|
-
fallback: _optionalChain([organization, 'optionalAccess',
|
|
27671
|
+
src: _optionalChain([organization, 'optionalAccess', _664 => _664.imageSrc]),
|
|
27672
|
+
alt: _optionalChain([organization, 'optionalAccess', _665 => _665.name]),
|
|
27673
|
+
fallback: _optionalChain([organization, 'optionalAccess', _666 => _666.name]) || "Org",
|
|
27462
27674
|
size: "md",
|
|
27463
27675
|
className: "shrink-0"
|
|
27464
27676
|
}
|
|
27465
27677
|
),
|
|
27466
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, InfoCell2, { value: _optionalChain([organization, 'optionalAccess',
|
|
27678
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, InfoCell2, { value: _optionalChain([organization, 'optionalAccess', _667 => _667.name]) || "Unassigned", label: "Organization" })
|
|
27467
27679
|
] }),
|
|
27468
27680
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "min-w-0", children: assigned ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27469
27681
|
AssigneeDropdown,
|
|
@@ -27484,10 +27696,10 @@ function TicketInfoSection({
|
|
|
27484
27696
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27485
27697
|
InfoCell2,
|
|
27486
27698
|
{
|
|
27487
|
-
value: _optionalChain([device, 'optionalAccess',
|
|
27699
|
+
value: _optionalChain([device, 'optionalAccess', _668 => _668.name]) || "Unassigned",
|
|
27488
27700
|
label: "Device",
|
|
27489
|
-
icon: _optionalChain([device, 'optionalAccess',
|
|
27490
|
-
onClick: _optionalChain([device, 'optionalAccess',
|
|
27701
|
+
icon: _optionalChain([device, 'optionalAccess', _669 => _669.icon]),
|
|
27702
|
+
onClick: _optionalChain([device, 'optionalAccess', _670 => _670.onClick])
|
|
27491
27703
|
}
|
|
27492
27704
|
),
|
|
27493
27705
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-4 min-w-0", children: [
|
|
@@ -27616,7 +27828,7 @@ function ArrayEntryManager({
|
|
|
27616
27828
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { className: "text-[14px] text-ods-text-primary", children: title }),
|
|
27617
27829
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
27618
27830
|
requireSave && isDirty && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27619
|
-
|
|
27831
|
+
_chunk3B43AHYEcjs.Button,
|
|
27620
27832
|
{
|
|
27621
27833
|
type: "button",
|
|
27622
27834
|
size: "small-legacy",
|
|
@@ -27628,7 +27840,7 @@ function ArrayEntryManager({
|
|
|
27628
27840
|
}
|
|
27629
27841
|
),
|
|
27630
27842
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27631
|
-
|
|
27843
|
+
_chunk3B43AHYEcjs.Button,
|
|
27632
27844
|
{
|
|
27633
27845
|
type: "button",
|
|
27634
27846
|
variant: "outline",
|
|
@@ -27646,7 +27858,7 @@ function ArrayEntryManager({
|
|
|
27646
27858
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex-1 space-y-2", children: [
|
|
27647
27859
|
renderLabel && renderLabel(item, index),
|
|
27648
27860
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27649
|
-
|
|
27861
|
+
_chunk3B43AHYEcjs.Input,
|
|
27650
27862
|
{
|
|
27651
27863
|
placeholder,
|
|
27652
27864
|
value: item[fieldKey],
|
|
@@ -27658,7 +27870,7 @@ function ArrayEntryManager({
|
|
|
27658
27870
|
)
|
|
27659
27871
|
] }),
|
|
27660
27872
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27661
|
-
|
|
27873
|
+
_chunk3B43AHYEcjs.Button,
|
|
27662
27874
|
{
|
|
27663
27875
|
type: "button",
|
|
27664
27876
|
variant: "transparent",
|
|
@@ -27674,7 +27886,7 @@ function ArrayEntryManager({
|
|
|
27674
27886
|
}
|
|
27675
27887
|
|
|
27676
27888
|
// src/components/features/provider-button.tsx
|
|
27677
|
-
|
|
27889
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
27678
27890
|
|
|
27679
27891
|
|
|
27680
27892
|
var PROVIDER_CONFIG = {
|
|
@@ -27720,7 +27932,7 @@ function ProviderButton({ provider, onClick, disabled = false, loading = false }
|
|
|
27720
27932
|
}
|
|
27721
27933
|
};
|
|
27722
27934
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27723
|
-
|
|
27935
|
+
_chunk3B43AHYEcjs.Button,
|
|
27724
27936
|
{
|
|
27725
27937
|
type: "button",
|
|
27726
27938
|
onClick: handleClick,
|
|
@@ -27842,7 +28054,7 @@ function ChangelogManager({
|
|
|
27842
28054
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-between", children: [
|
|
27843
28055
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { className: "text-[14px] text-ods-text-primary", children: title }),
|
|
27844
28056
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27845
|
-
|
|
28057
|
+
_chunk3B43AHYEcjs.Button,
|
|
27846
28058
|
{
|
|
27847
28059
|
type: "button",
|
|
27848
28060
|
variant: "outline",
|
|
@@ -27860,7 +28072,7 @@ function ChangelogManager({
|
|
|
27860
28072
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-bg-secondary rounded-lg border border-ods-border overflow-hidden", children: [
|
|
27861
28073
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-3 p-3", children: [
|
|
27862
28074
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27863
|
-
|
|
28075
|
+
_chunk3B43AHYEcjs.Button,
|
|
27864
28076
|
{
|
|
27865
28077
|
type: "button",
|
|
27866
28078
|
variant: "transparent",
|
|
@@ -27872,7 +28084,7 @@ function ChangelogManager({
|
|
|
27872
28084
|
),
|
|
27873
28085
|
/* @__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)" }) }),
|
|
27874
28086
|
showVisibilityToggle && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27875
|
-
|
|
28087
|
+
_chunk3B43AHYEcjs.Button,
|
|
27876
28088
|
{
|
|
27877
28089
|
type: "button",
|
|
27878
28090
|
variant: "transparent",
|
|
@@ -27884,7 +28096,7 @@ function ChangelogManager({
|
|
|
27884
28096
|
}
|
|
27885
28097
|
),
|
|
27886
28098
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27887
|
-
|
|
28099
|
+
_chunk3B43AHYEcjs.Button,
|
|
27888
28100
|
{
|
|
27889
28101
|
type: "button",
|
|
27890
28102
|
variant: "transparent",
|
|
@@ -27899,7 +28111,7 @@ function ChangelogManager({
|
|
|
27899
28111
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-1", children: [
|
|
27900
28112
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { className: "text-[12px] text-ods-text-secondary", children: "Title *" }),
|
|
27901
28113
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
27902
|
-
|
|
28114
|
+
_chunk3B43AHYEcjs.Input,
|
|
27903
28115
|
{
|
|
27904
28116
|
placeholder: "e.g., New dark mode theme support",
|
|
27905
28117
|
value: entry.title,
|
|
@@ -28015,7 +28227,7 @@ function ClickUpTasksManager({
|
|
|
28015
28227
|
}
|
|
28016
28228
|
|
|
28017
28229
|
// src/components/features/command-box.tsx
|
|
28018
|
-
|
|
28230
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
28019
28231
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
28020
28232
|
|
|
28021
28233
|
var lineClampClasses = {
|
|
@@ -28052,7 +28264,7 @@ function CommandBox({
|
|
|
28052
28264
|
),
|
|
28053
28265
|
(primaryAction || secondaryAction) && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col md:flex-row gap-3 md:justify-end mt-4", children: [
|
|
28054
28266
|
secondaryAction && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28055
|
-
|
|
28267
|
+
_chunk3B43AHYEcjs.Button,
|
|
28056
28268
|
{
|
|
28057
28269
|
variant: secondaryAction.variant || "outline",
|
|
28058
28270
|
leftIcon: secondaryAction.icon,
|
|
@@ -28064,7 +28276,7 @@ function CommandBox({
|
|
|
28064
28276
|
}
|
|
28065
28277
|
),
|
|
28066
28278
|
primaryAction && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28067
|
-
|
|
28279
|
+
_chunk3B43AHYEcjs.Button,
|
|
28068
28280
|
{
|
|
28069
28281
|
variant: primaryAction.variant || "accent",
|
|
28070
28282
|
leftIcon: primaryAction.icon,
|
|
@@ -28107,7 +28319,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
28107
28319
|
|
|
28108
28320
|
// src/components/features/section-selector.tsx
|
|
28109
28321
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
28110
|
-
|
|
28322
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
28111
28323
|
|
|
28112
28324
|
var SectionButton = ({
|
|
28113
28325
|
section,
|
|
@@ -28126,7 +28338,7 @@ var SectionButton = ({
|
|
|
28126
28338
|
const numberClasses = "font-['DM_Sans'] font-bold text-ods-accent";
|
|
28127
28339
|
const isDisabled = section.disabled || disabled;
|
|
28128
28340
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
28129
|
-
|
|
28341
|
+
_chunk3B43AHYEcjs.Button,
|
|
28130
28342
|
{
|
|
28131
28343
|
onClick,
|
|
28132
28344
|
disabled: isDisabled,
|
|
@@ -28246,10 +28458,10 @@ var getContentDimensions = (config) => {
|
|
|
28246
28458
|
const envMobileHeight = process.env.NEXT_PUBLIC_FIGMA_MOBILE_HEIGHT ? parseInt(process.env.NEXT_PUBLIC_FIGMA_MOBILE_HEIGHT) : null;
|
|
28247
28459
|
const envDesktopWidth = process.env.NEXT_PUBLIC_FIGMA_DESKTOP_WIDTH ? parseInt(process.env.NEXT_PUBLIC_FIGMA_DESKTOP_WIDTH) : null;
|
|
28248
28460
|
const envDesktopHeight = process.env.NEXT_PUBLIC_FIGMA_DESKTOP_HEIGHT ? parseInt(process.env.NEXT_PUBLIC_FIGMA_DESKTOP_HEIGHT) : null;
|
|
28249
|
-
const mobileWidth = _nullishCoalesce(_nullishCoalesce(envMobileWidth, () => ( _optionalChain([config, 'optionalAccess',
|
|
28250
|
-
const mobileHeight = _nullishCoalesce(_nullishCoalesce(envMobileHeight, () => ( _optionalChain([config, 'optionalAccess',
|
|
28251
|
-
const desktopWidth = _nullishCoalesce(_nullishCoalesce(envDesktopWidth, () => ( _optionalChain([config, 'optionalAccess',
|
|
28252
|
-
const desktopHeight = _nullishCoalesce(_nullishCoalesce(envDesktopHeight, () => ( _optionalChain([config, 'optionalAccess',
|
|
28461
|
+
const mobileWidth = _nullishCoalesce(_nullishCoalesce(envMobileWidth, () => ( _optionalChain([config, 'optionalAccess', _671 => _671.mobileContentDimensions, 'optionalAccess', _672 => _672.width]))), () => ( defaultMobile.width));
|
|
28462
|
+
const mobileHeight = _nullishCoalesce(_nullishCoalesce(envMobileHeight, () => ( _optionalChain([config, 'optionalAccess', _673 => _673.mobileContentDimensions, 'optionalAccess', _674 => _674.height]))), () => ( defaultMobile.height));
|
|
28463
|
+
const desktopWidth = _nullishCoalesce(_nullishCoalesce(envDesktopWidth, () => ( _optionalChain([config, 'optionalAccess', _675 => _675.desktopContentDimensions, 'optionalAccess', _676 => _676.width]))), () => ( defaultDesktop.width));
|
|
28464
|
+
const desktopHeight = _nullishCoalesce(_nullishCoalesce(envDesktopHeight, () => ( _optionalChain([config, 'optionalAccess', _677 => _677.desktopContentDimensions, 'optionalAccess', _678 => _678.height]))), () => ( defaultDesktop.height));
|
|
28253
28465
|
return {
|
|
28254
28466
|
mobile: { width: mobileWidth, height: mobileHeight },
|
|
28255
28467
|
desktop: { width: desktopWidth, height: desktopHeight }
|
|
@@ -28383,7 +28595,7 @@ function renderUnifiedUI(state, handlers, config, iframeRef) {
|
|
|
28383
28595
|
const contentDimensions = getContentDimensions(config);
|
|
28384
28596
|
const mobileHeight = contentDimensions.mobile.height;
|
|
28385
28597
|
const calculatedHeight = Math.max(mobileHeight + 100, 400);
|
|
28386
|
-
return `${Math.min(calculatedHeight, _optionalChain([window, 'optionalAccess',
|
|
28598
|
+
return `${Math.min(calculatedHeight, _optionalChain([window, 'optionalAccess', _679 => _679.innerHeight]) * 0.85 || 650)}px`;
|
|
28387
28599
|
})(),
|
|
28388
28600
|
minHeight: viewMode === "DESKTOP" ? "auto" : (() => {
|
|
28389
28601
|
const contentDimensions = getContentDimensions(config);
|
|
@@ -28488,7 +28700,7 @@ var FigmaPrototypeViewer = ({
|
|
|
28488
28700
|
const [isInitialized, setIsInitialized] = _react.useState.call(void 0, false);
|
|
28489
28701
|
const [currentNodeId, setCurrentNodeId] = _react.useState.call(void 0, null);
|
|
28490
28702
|
const [internalActiveSection, setInternalActiveSection] = _react.useState.call(void 0,
|
|
28491
|
-
config.defaultSectionId || _optionalChain([config, 'access',
|
|
28703
|
+
config.defaultSectionId || _optionalChain([config, 'access', _680 => _680.sections, 'access', _681 => _681[0], 'optionalAccess', _682 => _682.id]) || ""
|
|
28492
28704
|
);
|
|
28493
28705
|
const activeSection = externalActiveSection || internalActiveSection;
|
|
28494
28706
|
const [isNavigating, setIsNavigating] = _react.useState.call(void 0, false);
|
|
@@ -28578,7 +28790,7 @@ var FigmaPrototypeViewer = ({
|
|
|
28578
28790
|
const handleMessage = (event) => {
|
|
28579
28791
|
if (event.origin !== "https://www.figma.com") return;
|
|
28580
28792
|
const validEvents = ["INITIAL_LOAD", "NEW_STATE", "PRESENTED_NODE_CHANGED"];
|
|
28581
|
-
if (_optionalChain([event, 'access',
|
|
28793
|
+
if (_optionalChain([event, 'access', _683 => _683.data, 'optionalAccess', _684 => _684.type]) && validEvents.includes(event.data.type)) {
|
|
28582
28794
|
const figmaEvent = event.data;
|
|
28583
28795
|
console.log("[Figma Event]", figmaEvent.type, viewMode);
|
|
28584
28796
|
switch (figmaEvent.type) {
|
|
@@ -28588,19 +28800,19 @@ var FigmaPrototypeViewer = ({
|
|
|
28588
28800
|
setIframeState("READY");
|
|
28589
28801
|
break;
|
|
28590
28802
|
case "PRESENTED_NODE_CHANGED":
|
|
28591
|
-
if (_optionalChain([figmaEvent, 'access',
|
|
28803
|
+
if (_optionalChain([figmaEvent, 'access', _685 => _685.data, 'optionalAccess', _686 => _686.presentedNodeId])) {
|
|
28592
28804
|
setCurrentNodeId(figmaEvent.data.presentedNodeId);
|
|
28593
28805
|
if (!isNavigating) {
|
|
28594
28806
|
const matchingSection = config.sections.find((s) => {
|
|
28595
|
-
const desktopMatch = s.startingNodeId === _optionalChain([figmaEvent, 'access',
|
|
28596
|
-
const mobileMatch = s.mobileStartingNodeId === _optionalChain([figmaEvent, 'access',
|
|
28807
|
+
const desktopMatch = s.startingNodeId === _optionalChain([figmaEvent, 'access', _687 => _687.data, 'optionalAccess', _688 => _688.presentedNodeId]) || s.startingNodeId.replace(":", "-") === _optionalChain([figmaEvent, 'access', _689 => _689.data, 'optionalAccess', _690 => _690.presentedNodeId]);
|
|
28808
|
+
const mobileMatch = s.mobileStartingNodeId === _optionalChain([figmaEvent, 'access', _691 => _691.data, 'optionalAccess', _692 => _692.presentedNodeId]) || _optionalChain([s, 'access', _693 => _693.mobileStartingNodeId, 'optionalAccess', _694 => _694.replace, 'call', _695 => _695(":", "-")]) === _optionalChain([figmaEvent, 'access', _696 => _696.data, 'optionalAccess', _697 => _697.presentedNodeId]);
|
|
28597
28809
|
return desktopMatch || mobileMatch;
|
|
28598
28810
|
});
|
|
28599
28811
|
if (matchingSection && matchingSection.id !== activeSection) {
|
|
28600
28812
|
if (!externalActiveSection) {
|
|
28601
28813
|
setInternalActiveSection(matchingSection.id);
|
|
28602
28814
|
}
|
|
28603
|
-
_optionalChain([config, 'access',
|
|
28815
|
+
_optionalChain([config, 'access', _698 => _698.onSectionChange, 'optionalCall', _699 => _699(matchingSection.id)]);
|
|
28604
28816
|
}
|
|
28605
28817
|
}
|
|
28606
28818
|
}
|
|
@@ -28613,7 +28825,7 @@ var FigmaPrototypeViewer = ({
|
|
|
28613
28825
|
}, [config.sections, activeSection, isNavigating, externalActiveSection, config.onSectionChange, viewMode]);
|
|
28614
28826
|
const navigateToSection = _react.useCallback.call(void 0, (sectionId) => {
|
|
28615
28827
|
const section = config.sections.find((s) => s.id === sectionId);
|
|
28616
|
-
if (!section || !_optionalChain([iframeRef, 'access',
|
|
28828
|
+
if (!section || !_optionalChain([iframeRef, 'access', _700 => _700.current, 'optionalAccess', _701 => _701.contentWindow]) || !isInitialized) {
|
|
28617
28829
|
return;
|
|
28618
28830
|
}
|
|
28619
28831
|
setIsNavigating(true);
|
|
@@ -28621,7 +28833,7 @@ var FigmaPrototypeViewer = ({
|
|
|
28621
28833
|
if (!externalActiveSection) {
|
|
28622
28834
|
setInternalActiveSection(sectionId);
|
|
28623
28835
|
}
|
|
28624
|
-
_optionalChain([config, 'access',
|
|
28836
|
+
_optionalChain([config, 'access', _702 => _702.onSectionChange, 'optionalCall', _703 => _703(sectionId)]);
|
|
28625
28837
|
const command = {
|
|
28626
28838
|
type: "NAVIGATE_TO_FRAME_AND_CLOSE_OVERLAYS",
|
|
28627
28839
|
data: { nodeId }
|
|
@@ -28941,7 +29153,7 @@ var FiltersDropdown = ({
|
|
|
28941
29153
|
defaults[section.id] = section.defaultSelected || [];
|
|
28942
29154
|
});
|
|
28943
29155
|
setSelectedFilters(defaults);
|
|
28944
|
-
_optionalChain([onReset, 'optionalCall',
|
|
29156
|
+
_optionalChain([onReset, 'optionalCall', _704 => _704()]);
|
|
28945
29157
|
setIsOpen(false);
|
|
28946
29158
|
};
|
|
28947
29159
|
const handleApply = () => {
|
|
@@ -29054,7 +29266,7 @@ var FiltersDropdown = ({
|
|
|
29054
29266
|
}) }),
|
|
29055
29267
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-3 mt-4 shrink-0", children: [
|
|
29056
29268
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29057
|
-
|
|
29269
|
+
_chunk3B43AHYEcjs.Button,
|
|
29058
29270
|
{
|
|
29059
29271
|
variant: "outline",
|
|
29060
29272
|
onClick: handleReset,
|
|
@@ -29064,7 +29276,7 @@ var FiltersDropdown = ({
|
|
|
29064
29276
|
}
|
|
29065
29277
|
),
|
|
29066
29278
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29067
|
-
|
|
29279
|
+
_chunk3B43AHYEcjs.Button,
|
|
29068
29280
|
{
|
|
29069
29281
|
variant: "accent",
|
|
29070
29282
|
onClick: handleApply,
|
|
@@ -29235,7 +29447,7 @@ function MediaGalleryManager({
|
|
|
29235
29447
|
const [deletingIndex, setDeletingIndex] = _react.useState.call(void 0, null);
|
|
29236
29448
|
const [draggedIndex, setDraggedIndex] = _react.useState.call(void 0, null);
|
|
29237
29449
|
const handleFileSelect = _react.useCallback.call(void 0, async (event) => {
|
|
29238
|
-
const file = _optionalChain([event, 'access',
|
|
29450
|
+
const file = _optionalChain([event, 'access', _705 => _705.target, 'access', _706 => _706.files, 'optionalAccess', _707 => _707[0]]);
|
|
29239
29451
|
if (!file) return;
|
|
29240
29452
|
let mediaType;
|
|
29241
29453
|
if (file.type.startsWith("image/")) {
|
|
@@ -29296,7 +29508,7 @@ function MediaGalleryManager({
|
|
|
29296
29508
|
children: [
|
|
29297
29509
|
/* @__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" }) }),
|
|
29298
29510
|
/* @__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,
|
|
29299
|
-
|
|
29511
|
+
_chunk3B43AHYEcjs.Button,
|
|
29300
29512
|
{
|
|
29301
29513
|
type: "button",
|
|
29302
29514
|
variant: "outline",
|
|
@@ -29346,11 +29558,11 @@ function MediaGalleryManager({
|
|
|
29346
29558
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-xs text-ods-text-secondary mt-1", children: "Maximum file size: 50MB" })
|
|
29347
29559
|
] }),
|
|
29348
29560
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29349
|
-
|
|
29561
|
+
_chunk3B43AHYEcjs.Button,
|
|
29350
29562
|
{
|
|
29351
29563
|
type: "button",
|
|
29352
29564
|
variant: "outline",
|
|
29353
|
-
onClick: () => _optionalChain([fileInputRef, 'access',
|
|
29565
|
+
onClick: () => _optionalChain([fileInputRef, 'access', _708 => _708.current, 'optionalAccess', _709 => _709.click, 'call', _710 => _710()]),
|
|
29354
29566
|
disabled: isUploading,
|
|
29355
29567
|
leftIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Plus, { className: "h-4 w-4" }),
|
|
29356
29568
|
className: "font-['DM_Sans'] text-[16px] font-bold",
|
|
@@ -29389,7 +29601,7 @@ function MediaGalleryManager({
|
|
|
29389
29601
|
}
|
|
29390
29602
|
|
|
29391
29603
|
// src/components/features/more-about-button.tsx
|
|
29392
|
-
|
|
29604
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
29393
29605
|
|
|
29394
29606
|
|
|
29395
29607
|
var MoreAboutButton = ({
|
|
@@ -29397,7 +29609,7 @@ var MoreAboutButton = ({
|
|
|
29397
29609
|
className = ""
|
|
29398
29610
|
}) => {
|
|
29399
29611
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29400
|
-
|
|
29612
|
+
_chunk3B43AHYEcjs.Button,
|
|
29401
29613
|
{
|
|
29402
29614
|
size: "default",
|
|
29403
29615
|
variant: "transparent",
|
|
@@ -29734,7 +29946,7 @@ var ParallaxImageShowcase = ({
|
|
|
29734
29946
|
};
|
|
29735
29947
|
|
|
29736
29948
|
// src/components/features/paths-display.tsx
|
|
29737
|
-
|
|
29949
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
29738
29950
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
29739
29951
|
|
|
29740
29952
|
|
|
@@ -29760,7 +29972,7 @@ function PathsDisplay({
|
|
|
29760
29972
|
children: [
|
|
29761
29973
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-ods-text-primary font-medium text-[14px] md:text-[16px] font-mono break-all", children: path }),
|
|
29762
29974
|
showCopyButtons && onCopyPath && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29763
|
-
|
|
29975
|
+
_chunk3B43AHYEcjs.Button,
|
|
29764
29976
|
{
|
|
29765
29977
|
variant: "transparent",
|
|
29766
29978
|
size: "small-legacy",
|
|
@@ -29802,7 +30014,7 @@ function getOpenFramePaths(platform) {
|
|
|
29802
30014
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
29803
30015
|
|
|
29804
30016
|
|
|
29805
|
-
var
|
|
30017
|
+
var sizeClasses3 = {
|
|
29806
30018
|
xs: {
|
|
29807
30019
|
container: "gap-1 px-1.5 py-0.5",
|
|
29808
30020
|
icon: "h-3 w-3",
|
|
@@ -29908,7 +30120,7 @@ function PlatformBadge({
|
|
|
29908
30120
|
if (!platform) {
|
|
29909
30121
|
return null;
|
|
29910
30122
|
}
|
|
29911
|
-
const sizes =
|
|
30123
|
+
const sizes = sizeClasses3[size];
|
|
29912
30124
|
const colors = platformColors[platform.name] || platformColors.universal;
|
|
29913
30125
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
29914
30126
|
"div",
|
|
@@ -29931,7 +30143,7 @@ function PlatformBadge({
|
|
|
29931
30143
|
}
|
|
29932
30144
|
|
|
29933
30145
|
// src/components/features/platform-filter.tsx
|
|
29934
|
-
|
|
30146
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
29935
30147
|
|
|
29936
30148
|
function PlatformFilterComponent({
|
|
29937
30149
|
selectedPlatform,
|
|
@@ -29943,7 +30155,7 @@ function PlatformFilterComponent({
|
|
|
29943
30155
|
}) {
|
|
29944
30156
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: `flex items-center gap-2 flex-wrap ${className}`, children: [
|
|
29945
30157
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29946
|
-
|
|
30158
|
+
_chunk3B43AHYEcjs.Button,
|
|
29947
30159
|
{
|
|
29948
30160
|
type: "button",
|
|
29949
30161
|
variant: selectedPlatform === "all" ? "accent" : "outline",
|
|
@@ -29954,7 +30166,7 @@ function PlatformFilterComponent({
|
|
|
29954
30166
|
}
|
|
29955
30167
|
),
|
|
29956
30168
|
platforms.map((platform) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
29957
|
-
|
|
30169
|
+
_chunk3B43AHYEcjs.Button,
|
|
29958
30170
|
{
|
|
29959
30171
|
type: "button",
|
|
29960
30172
|
variant: selectedPlatform === platform.value ? "accent" : "outline",
|
|
@@ -30135,7 +30347,7 @@ function ReleaseMediaManager({
|
|
|
30135
30347
|
const fileInputRef = _react.useRef.call(void 0, null);
|
|
30136
30348
|
const [uploadingIndex, setUploadingIndex] = _react.useState.call(void 0, null);
|
|
30137
30349
|
const handleFileSelect = async (event) => {
|
|
30138
|
-
const file = _optionalChain([event, 'access',
|
|
30350
|
+
const file = _optionalChain([event, 'access', _711 => _711.target, 'access', _712 => _712.files, 'optionalAccess', _713 => _713[0]]);
|
|
30139
30351
|
if (!file) return;
|
|
30140
30352
|
let mediaType;
|
|
30141
30353
|
if (file.type.startsWith("image/")) {
|
|
@@ -30211,11 +30423,11 @@ function ReleaseMediaManager({
|
|
|
30211
30423
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-xs text-ods-text-secondary mt-1", children: "Maximum file size: 50MB" })
|
|
30212
30424
|
] }),
|
|
30213
30425
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30214
|
-
|
|
30426
|
+
_chunk3B43AHYEcjs.Button,
|
|
30215
30427
|
{
|
|
30216
30428
|
type: "button",
|
|
30217
30429
|
variant: "outline",
|
|
30218
|
-
onClick: () => _optionalChain([fileInputRef, 'access',
|
|
30430
|
+
onClick: () => _optionalChain([fileInputRef, 'access', _714 => _714.current, 'optionalAccess', _715 => _715.click, 'call', _716 => _716()]),
|
|
30219
30431
|
disabled: uploadingIndex !== null,
|
|
30220
30432
|
leftIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Plus, { className: "h-4 w-4" }),
|
|
30221
30433
|
className: "font-['DM_Sans'] text-[16px] font-bold",
|
|
@@ -30254,7 +30466,7 @@ function ReleaseMediaManager({
|
|
|
30254
30466
|
children: [
|
|
30255
30467
|
/* @__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" }) }),
|
|
30256
30468
|
/* @__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,
|
|
30257
|
-
|
|
30469
|
+
_chunk3B43AHYEcjs.Button,
|
|
30258
30470
|
{
|
|
30259
30471
|
type: "button",
|
|
30260
30472
|
variant: "outline",
|
|
@@ -30309,7 +30521,7 @@ function ReleaseMediaManager({
|
|
|
30309
30521
|
)
|
|
30310
30522
|
] }),
|
|
30311
30523
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30312
|
-
|
|
30524
|
+
_chunk3B43AHYEcjs.Input,
|
|
30313
30525
|
{
|
|
30314
30526
|
placeholder: "Title (optional)",
|
|
30315
30527
|
value: item.title,
|
|
@@ -30428,7 +30640,7 @@ function SEOEditorPreview({
|
|
|
30428
30640
|
const displayImage = hasOgImage || hasFeaturedImage;
|
|
30429
30641
|
const handleImageUpload = async (event) => {
|
|
30430
30642
|
if (!onOgImageUpload) return;
|
|
30431
|
-
const file = _optionalChain([event, 'access',
|
|
30643
|
+
const file = _optionalChain([event, 'access', _717 => _717.target, 'access', _718 => _718.files, 'optionalAccess', _719 => _719[0]]);
|
|
30432
30644
|
if (!file) return;
|
|
30433
30645
|
setIsUploading(true);
|
|
30434
30646
|
try {
|
|
@@ -30463,7 +30675,7 @@ function SEOEditorPreview({
|
|
|
30463
30675
|
] })
|
|
30464
30676
|
] }),
|
|
30465
30677
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30466
|
-
|
|
30678
|
+
_chunk3B43AHYEcjs.Input,
|
|
30467
30679
|
{
|
|
30468
30680
|
value: seoTitle || "",
|
|
30469
30681
|
onChange: (e) => onSeoTitleChange(e.target.value),
|
|
@@ -30494,7 +30706,7 @@ function SEOEditorPreview({
|
|
|
30494
30706
|
] })
|
|
30495
30707
|
] }),
|
|
30496
30708
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30497
|
-
|
|
30709
|
+
_chunk3B43AHYEcjs.Input,
|
|
30498
30710
|
{
|
|
30499
30711
|
value: seoKeywords || "",
|
|
30500
30712
|
onChange: (e) => onSeoKeywordsChange(e.target.value),
|
|
@@ -30554,19 +30766,19 @@ function SEOEditorPreview({
|
|
|
30554
30766
|
),
|
|
30555
30767
|
/* @__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: [
|
|
30556
30768
|
onOgImageUpload && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30557
|
-
|
|
30769
|
+
_chunk3B43AHYEcjs.Button,
|
|
30558
30770
|
{
|
|
30559
30771
|
type: "button",
|
|
30560
30772
|
variant: "outline",
|
|
30561
30773
|
size: "icon",
|
|
30562
|
-
onClick: () => _optionalChain([fileInputRef, 'optionalAccess',
|
|
30774
|
+
onClick: () => _optionalChain([fileInputRef, 'optionalAccess', _720 => _720.click, 'call', _721 => _721()]),
|
|
30563
30775
|
disabled: disabled || isUploading,
|
|
30564
30776
|
className: "bg-white text-black hover:bg-gray-100 rounded-full opacity-0 group-hover:opacity-100",
|
|
30565
30777
|
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Upload, { className: "h-4 w-4" })
|
|
30566
30778
|
}
|
|
30567
30779
|
),
|
|
30568
30780
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30569
|
-
|
|
30781
|
+
_chunk3B43AHYEcjs.Button,
|
|
30570
30782
|
{
|
|
30571
30783
|
type: "button",
|
|
30572
30784
|
variant: "outline",
|
|
@@ -30582,7 +30794,7 @@ function SEOEditorPreview({
|
|
|
30582
30794
|
"div",
|
|
30583
30795
|
{
|
|
30584
30796
|
className: "h-full min-h-[280px] border-2 border-dashed border-ods-border rounded-lg flex flex-col items-center justify-center cursor-pointer hover:border-ods-accent transition-colors bg-ods-bg-hover",
|
|
30585
|
-
onClick: () => onOgImageUpload && _optionalChain([fileInputRef, 'optionalAccess',
|
|
30797
|
+
onClick: () => onOgImageUpload && _optionalChain([fileInputRef, 'optionalAccess', _722 => _722.click, 'call', _723 => _723()]),
|
|
30586
30798
|
children: isUploading ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Loader2, { className: "h-8 w-8 animate-spin text-ods-accent" }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
30587
30799
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.Upload, { className: "h-8 w-8 text-ods-text-secondary mb-2" }),
|
|
30588
30800
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-sm text-ods-text-secondary font-['DM_Sans']", children: onOgImageUpload ? "Click to upload OG image" : "No image" })
|
|
@@ -30667,7 +30879,7 @@ function SocialLinksManager({
|
|
|
30667
30879
|
className = ""
|
|
30668
30880
|
}) {
|
|
30669
30881
|
const addLink = () => {
|
|
30670
|
-
const firstPlatform = _optionalChain([platforms, 'access',
|
|
30882
|
+
const firstPlatform = _optionalChain([platforms, 'access', _724 => _724[0], 'optionalAccess', _725 => _725.name]) || "website";
|
|
30671
30883
|
onChange([...links, { platform: firstPlatform, url: "" }]);
|
|
30672
30884
|
};
|
|
30673
30885
|
const removeLink = (index) => {
|
|
@@ -30679,7 +30891,7 @@ function SocialLinksManager({
|
|
|
30679
30891
|
onChange(updated);
|
|
30680
30892
|
};
|
|
30681
30893
|
const getIcon = (link, platform) => {
|
|
30682
|
-
const iconKey = _optionalChain([platform, 'optionalAccess',
|
|
30894
|
+
const iconKey = _optionalChain([platform, 'optionalAccess', _726 => _726.icon_name]) || link.platform;
|
|
30683
30895
|
const IconComponent = iconMap[iconKey];
|
|
30684
30896
|
return IconComponent ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, IconComponent, { className: "w-5 h-5 text-ods-text-secondary" }) : null;
|
|
30685
30897
|
};
|
|
@@ -30702,9 +30914,9 @@ function SocialLinksManager({
|
|
|
30702
30914
|
}
|
|
30703
30915
|
) }),
|
|
30704
30916
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30705
|
-
|
|
30917
|
+
_chunk3B43AHYEcjs.Input,
|
|
30706
30918
|
{
|
|
30707
|
-
placeholder: _optionalChain([platform, 'optionalAccess',
|
|
30919
|
+
placeholder: _optionalChain([platform, 'optionalAccess', _727 => _727.placeholder]) || "Profile URL",
|
|
30708
30920
|
value: link.url,
|
|
30709
30921
|
onChange: (e) => updateLink(index, "url", e.target.value),
|
|
30710
30922
|
onKeyDown: (e) => {
|
|
@@ -30717,7 +30929,7 @@ function SocialLinksManager({
|
|
|
30717
30929
|
)
|
|
30718
30930
|
] }),
|
|
30719
30931
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30720
|
-
|
|
30932
|
+
_chunk3B43AHYEcjs.Button,
|
|
30721
30933
|
{
|
|
30722
30934
|
type: "button",
|
|
30723
30935
|
variant: "transparent",
|
|
@@ -30731,7 +30943,7 @@ function SocialLinksManager({
|
|
|
30731
30943
|
}),
|
|
30732
30944
|
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." }) }),
|
|
30733
30945
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30734
|
-
|
|
30946
|
+
_chunk3B43AHYEcjs.Button,
|
|
30735
30947
|
{
|
|
30736
30948
|
variant: "outline",
|
|
30737
30949
|
onClick: addLink,
|
|
@@ -30745,7 +30957,7 @@ function SocialLinksManager({
|
|
|
30745
30957
|
}
|
|
30746
30958
|
|
|
30747
30959
|
// src/components/features/start-with-openframe-button.tsx
|
|
30748
|
-
|
|
30960
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
30749
30961
|
|
|
30750
30962
|
|
|
30751
30963
|
var StartWithOpenFrameButton = React95.forwardRef(({ children = "Start Free Trial", mode = "outline", className, buttonSize, loading = false, buttonBackgroundColor, buttonTextColor, ...props }, ref) => {
|
|
@@ -30781,7 +30993,7 @@ var StartWithOpenFrameButton = React95.forwardRef(({ children = "Start Free Tria
|
|
|
30781
30993
|
iconUpperPath = "#1A1A1A";
|
|
30782
30994
|
}
|
|
30783
30995
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30784
|
-
|
|
30996
|
+
_chunk3B43AHYEcjs.Button,
|
|
30785
30997
|
{
|
|
30786
30998
|
ref,
|
|
30787
30999
|
...props,
|
|
@@ -30816,7 +31028,7 @@ var StartWithOpenFrameButton = React95.forwardRef(({ children = "Start Free Tria
|
|
|
30816
31028
|
StartWithOpenFrameButton.displayName = "StartWithOpenFrameButton";
|
|
30817
31029
|
|
|
30818
31030
|
// src/components/features/status-filter-component.tsx
|
|
30819
|
-
|
|
31031
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
30820
31032
|
|
|
30821
31033
|
|
|
30822
31034
|
function StatusFilterComponent({
|
|
@@ -30834,7 +31046,7 @@ function StatusFilterComponent({
|
|
|
30834
31046
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-h5 text-ods-text-secondary", children: "Status" })
|
|
30835
31047
|
] }),
|
|
30836
31048
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30837
|
-
|
|
31049
|
+
_chunk3B43AHYEcjs.Button,
|
|
30838
31050
|
{
|
|
30839
31051
|
type: "button",
|
|
30840
31052
|
variant: selectedStatus === "all" ? "accent" : "outline",
|
|
@@ -30845,7 +31057,7 @@ function StatusFilterComponent({
|
|
|
30845
31057
|
}
|
|
30846
31058
|
),
|
|
30847
31059
|
filteredOptions.map((option) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30848
|
-
|
|
31060
|
+
_chunk3B43AHYEcjs.Button,
|
|
30849
31061
|
{
|
|
30850
31062
|
type: "button",
|
|
30851
31063
|
variant: selectedStatus === option.value ? "accent" : "outline",
|
|
@@ -30935,7 +31147,7 @@ function TagsSelector({
|
|
|
30935
31147
|
children: [
|
|
30936
31148
|
tag.name,
|
|
30937
31149
|
!disabled && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30938
|
-
|
|
31150
|
+
_chunk3B43AHYEcjs.Button,
|
|
30939
31151
|
{
|
|
30940
31152
|
variant: "transparent",
|
|
30941
31153
|
type: "button",
|
|
@@ -30985,7 +31197,7 @@ function TagsSelector({
|
|
|
30985
31197
|
}
|
|
30986
31198
|
),
|
|
30987
31199
|
searchQuery && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
30988
|
-
|
|
31200
|
+
_chunk3B43AHYEcjs.Button,
|
|
30989
31201
|
{
|
|
30990
31202
|
variant: "transparent",
|
|
30991
31203
|
type: "button",
|
|
@@ -31001,7 +31213,7 @@ function TagsSelector({
|
|
|
31001
31213
|
] }),
|
|
31002
31214
|
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: [
|
|
31003
31215
|
canCreateNewTag && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
31004
|
-
|
|
31216
|
+
_chunk3B43AHYEcjs.Button,
|
|
31005
31217
|
{
|
|
31006
31218
|
variant: "outline",
|
|
31007
31219
|
type: "button",
|
|
@@ -31020,7 +31232,7 @@ function TagsSelector({
|
|
|
31020
31232
|
}
|
|
31021
31233
|
),
|
|
31022
31234
|
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,
|
|
31023
|
-
|
|
31235
|
+
_chunk3B43AHYEcjs.Button,
|
|
31024
31236
|
{
|
|
31025
31237
|
variant: "outline",
|
|
31026
31238
|
type: "button",
|
|
@@ -31045,7 +31257,7 @@ function TagsSelector({
|
|
|
31045
31257
|
}
|
|
31046
31258
|
|
|
31047
31259
|
// src/components/features/video-source-selector.tsx
|
|
31048
|
-
|
|
31260
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
31049
31261
|
|
|
31050
31262
|
|
|
31051
31263
|
|
|
@@ -31081,7 +31293,7 @@ function VideoSourceSelector({
|
|
|
31081
31293
|
input.accept = "video/*";
|
|
31082
31294
|
input.onchange = async (e) => {
|
|
31083
31295
|
const target = e.target;
|
|
31084
|
-
const file = _optionalChain([target, 'access',
|
|
31296
|
+
const file = _optionalChain([target, 'access', _728 => _728.files, 'optionalAccess', _729 => _729[0]]);
|
|
31085
31297
|
if (!file) return;
|
|
31086
31298
|
setIsUploading(true);
|
|
31087
31299
|
setUploadProgress(0);
|
|
@@ -31116,7 +31328,7 @@ function VideoSourceSelector({
|
|
|
31116
31328
|
] }),
|
|
31117
31329
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex gap-2", children: [
|
|
31118
31330
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
31119
|
-
|
|
31331
|
+
_chunk3B43AHYEcjs.Button,
|
|
31120
31332
|
{
|
|
31121
31333
|
type: "button",
|
|
31122
31334
|
variant: videoSourceType === "youtube" ? "accent" : "outline",
|
|
@@ -31127,7 +31339,7 @@ function VideoSourceSelector({
|
|
|
31127
31339
|
}
|
|
31128
31340
|
),
|
|
31129
31341
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
31130
|
-
|
|
31342
|
+
_chunk3B43AHYEcjs.Button,
|
|
31131
31343
|
{
|
|
31132
31344
|
type: "button",
|
|
31133
31345
|
variant: videoSourceType === "uploaded" ? "accent" : "outline",
|
|
@@ -31141,7 +31353,7 @@ function VideoSourceSelector({
|
|
|
31141
31353
|
videoSourceType === "youtube" && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-2", children: [
|
|
31142
31354
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { children: youtubeLabel }),
|
|
31143
31355
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
31144
|
-
|
|
31356
|
+
_chunk3B43AHYEcjs.Input,
|
|
31145
31357
|
{
|
|
31146
31358
|
value: youtubeUrl,
|
|
31147
31359
|
onChange: (e) => onYoutubeUrlChange(e.target.value),
|
|
@@ -31162,7 +31374,7 @@ function VideoSourceSelector({
|
|
|
31162
31374
|
] })
|
|
31163
31375
|
] }),
|
|
31164
31376
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
31165
|
-
|
|
31377
|
+
_chunk3B43AHYEcjs.Button,
|
|
31166
31378
|
{
|
|
31167
31379
|
type: "button",
|
|
31168
31380
|
variant: "outline",
|
|
@@ -31411,7 +31623,7 @@ function TranscriptSummaryEditor({
|
|
|
31411
31623
|
{
|
|
31412
31624
|
id: "subtitles",
|
|
31413
31625
|
value: subtitles || "",
|
|
31414
|
-
onChange: (e) => _optionalChain([onSubtitlesChange, 'optionalCall',
|
|
31626
|
+
onChange: (e) => _optionalChain([onSubtitlesChange, 'optionalCall', _730 => _730(e.target.value)]),
|
|
31415
31627
|
placeholder: subtitlesPlaceholder,
|
|
31416
31628
|
disabled: disabled || !onSubtitlesChange,
|
|
31417
31629
|
className: "h-full w-full resize-none border-0 bg-transparent text-ods-text-primary placeholder:text-ods-text-secondary/50 focus:ring-0 focus:outline-none p-4 font-mono text-sm",
|
|
@@ -31427,13 +31639,13 @@ function TranscriptSummaryEditor({
|
|
|
31427
31639
|
// src/components/features/highlight-video-section.tsx
|
|
31428
31640
|
|
|
31429
31641
|
|
|
31430
|
-
|
|
31642
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
31431
31643
|
|
|
31432
31644
|
// src/components/features/ai-enrich/AIEnrichSection.tsx
|
|
31433
31645
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
31434
31646
|
|
|
31435
31647
|
// src/components/features/ai-enrich/AIEnrichButton.tsx
|
|
31436
|
-
|
|
31648
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
31437
31649
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
31438
31650
|
|
|
31439
31651
|
var sizeMap = {
|
|
@@ -31457,7 +31669,7 @@ var AIEnrichButton = ({
|
|
|
31457
31669
|
className
|
|
31458
31670
|
}) => {
|
|
31459
31671
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
31460
|
-
|
|
31672
|
+
_chunk3B43AHYEcjs.Button,
|
|
31461
31673
|
{
|
|
31462
31674
|
type: "button",
|
|
31463
31675
|
onClick,
|
|
@@ -31526,7 +31738,7 @@ var AIWarningsSection = ({
|
|
|
31526
31738
|
};
|
|
31527
31739
|
|
|
31528
31740
|
// src/components/features/ai-enrich/AIEnrichSection.tsx
|
|
31529
|
-
|
|
31741
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
31530
31742
|
|
|
31531
31743
|
|
|
31532
31744
|
var AIEnrichSection = ({
|
|
@@ -31564,7 +31776,7 @@ var AIEnrichSection = ({
|
|
|
31564
31776
|
}) => {
|
|
31565
31777
|
const hasResults = status === "success" || status === "error";
|
|
31566
31778
|
const shouldDisable = disabled || !canEnrich;
|
|
31567
|
-
const unfilledFields = _optionalChain([requiredFields, 'optionalAccess',
|
|
31779
|
+
const unfilledFields = _optionalChain([requiredFields, 'optionalAccess', _731 => _731.filter, 'call', _732 => _732((f) => !f.isFilled)]) || [];
|
|
31568
31780
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
31569
31781
|
"div",
|
|
31570
31782
|
{
|
|
@@ -31602,7 +31814,7 @@ var AIEnrichSection = ({
|
|
|
31602
31814
|
{
|
|
31603
31815
|
id: "ai-enrich-custom-instructions",
|
|
31604
31816
|
value: _nullishCoalesce(customInstructions, () => ( "")),
|
|
31605
|
-
onChange: (e) => _optionalChain([onCustomInstructionsChange, 'optionalCall',
|
|
31817
|
+
onChange: (e) => _optionalChain([onCustomInstructionsChange, 'optionalCall', _733 => _733(e.target.value)]),
|
|
31606
31818
|
placeholder: customInstructionsPlaceholder,
|
|
31607
31819
|
disabled: loading,
|
|
31608
31820
|
maxLength: customInstructionsMaxLength,
|
|
@@ -31632,7 +31844,7 @@ var AIEnrichSection = ({
|
|
|
31632
31844
|
}
|
|
31633
31845
|
),
|
|
31634
31846
|
showCancel && onCancel && loading && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
31635
|
-
|
|
31847
|
+
_chunk3B43AHYEcjs.Button,
|
|
31636
31848
|
{
|
|
31637
31849
|
type: "button",
|
|
31638
31850
|
variant: "outline",
|
|
@@ -31681,7 +31893,7 @@ var AIEnrichSection = ({
|
|
|
31681
31893
|
warnings && warnings.length > 0 && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, AIWarningsSection, { warnings }),
|
|
31682
31894
|
children,
|
|
31683
31895
|
showClearButton && onClear && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
31684
|
-
|
|
31896
|
+
_chunk3B43AHYEcjs.Button,
|
|
31685
31897
|
{
|
|
31686
31898
|
variant: "outline",
|
|
31687
31899
|
size: "small-legacy",
|
|
@@ -31731,7 +31943,7 @@ function HighlightVideoSection({
|
|
|
31731
31943
|
input.accept = "video/*";
|
|
31732
31944
|
input.onchange = async (e) => {
|
|
31733
31945
|
const target = e.target;
|
|
31734
|
-
const file = _optionalChain([target, 'access',
|
|
31946
|
+
const file = _optionalChain([target, 'access', _734 => _734.files, 'optionalAccess', _735 => _735[0]]);
|
|
31735
31947
|
if (!file) return;
|
|
31736
31948
|
setUploadError(null);
|
|
31737
31949
|
try {
|
|
@@ -31816,7 +32028,7 @@ function HighlightVideoSection({
|
|
|
31816
32028
|
highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
|
|
31817
32029
|
] }),
|
|
31818
32030
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
31819
|
-
|
|
32031
|
+
_chunk3B43AHYEcjs.Button,
|
|
31820
32032
|
{
|
|
31821
32033
|
type: "button",
|
|
31822
32034
|
variant: "outline",
|
|
@@ -32212,7 +32424,7 @@ function HighlightGenerationSection({
|
|
|
32212
32424
|
|
|
32213
32425
|
// src/components/features/highlight-video-preview.tsx
|
|
32214
32426
|
|
|
32215
|
-
|
|
32427
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
32216
32428
|
|
|
32217
32429
|
function HighlightVideoPreview({
|
|
32218
32430
|
highlightVideoUrl,
|
|
@@ -32233,7 +32445,7 @@ function HighlightVideoPreview({
|
|
|
32233
32445
|
input.accept = "video/*";
|
|
32234
32446
|
input.onchange = async (e) => {
|
|
32235
32447
|
const target = e.target;
|
|
32236
|
-
const file = _optionalChain([target, 'access',
|
|
32448
|
+
const file = _optionalChain([target, 'access', _736 => _736.files, 'optionalAccess', _737 => _737[0]]);
|
|
32237
32449
|
if (!file) return;
|
|
32238
32450
|
await onUpload(file);
|
|
32239
32451
|
};
|
|
@@ -32255,7 +32467,7 @@ function HighlightVideoPreview({
|
|
|
32255
32467
|
highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
|
|
32256
32468
|
] }),
|
|
32257
32469
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32258
|
-
|
|
32470
|
+
_chunk3B43AHYEcjs.Button,
|
|
32259
32471
|
{
|
|
32260
32472
|
type: "button",
|
|
32261
32473
|
variant: "outline",
|
|
@@ -32367,7 +32579,7 @@ function TranscribeAndSummarizeCombinedSection({
|
|
|
32367
32579
|
|
|
32368
32580
|
// src/components/features/highlight-video-combined-section.tsx
|
|
32369
32581
|
|
|
32370
|
-
|
|
32582
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
32371
32583
|
|
|
32372
32584
|
function HighlightVideoCombinedSection({
|
|
32373
32585
|
// Config props
|
|
@@ -32420,7 +32632,7 @@ function HighlightVideoCombinedSection({
|
|
|
32420
32632
|
input.accept = "video/*";
|
|
32421
32633
|
input.onchange = async (e) => {
|
|
32422
32634
|
const target = e.target;
|
|
32423
|
-
const file = _optionalChain([target, 'access',
|
|
32635
|
+
const file = _optionalChain([target, 'access', _738 => _738.files, 'optionalAccess', _739 => _739[0]]);
|
|
32424
32636
|
if (!file) return;
|
|
32425
32637
|
await onUpload(file);
|
|
32426
32638
|
};
|
|
@@ -32468,7 +32680,7 @@ function HighlightVideoCombinedSection({
|
|
|
32468
32680
|
highlightVideoDurationMs && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "outline", className: "text-xs", children: formatDuration(highlightVideoDurationMs) })
|
|
32469
32681
|
] }),
|
|
32470
32682
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32471
|
-
|
|
32683
|
+
_chunk3B43AHYEcjs.Button,
|
|
32472
32684
|
{
|
|
32473
32685
|
type: "button",
|
|
32474
32686
|
variant: "outline",
|
|
@@ -32570,7 +32782,7 @@ function ViewToggle({
|
|
|
32570
32782
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
32571
32783
|
|
|
32572
32784
|
|
|
32573
|
-
|
|
32785
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
32574
32786
|
|
|
32575
32787
|
// src/components/dropdown-menu.tsx
|
|
32576
32788
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
@@ -32717,7 +32929,7 @@ var getApprovalLevelLabel = (level, editMode = false) => {
|
|
|
32717
32929
|
return editMode ? "Set Global Permission" : "";
|
|
32718
32930
|
}
|
|
32719
32931
|
const option = approvalLevelOptions.find((opt) => opt.value === level);
|
|
32720
|
-
return _optionalChain([option, 'optionalAccess',
|
|
32932
|
+
return _optionalChain([option, 'optionalAccess', _740 => _740.label]) || level;
|
|
32721
32933
|
};
|
|
32722
32934
|
var PolicyRow = ({ policy, categoryId, editMode, onPermissionChange }) => {
|
|
32723
32935
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-bg border-b border-ods-border flex gap-4 items-center px-4 py-3", children: [
|
|
@@ -32728,7 +32940,7 @@ var PolicyRow = ({ policy, categoryId, editMode, onPermissionChange }) => {
|
|
|
32728
32940
|
] }),
|
|
32729
32941
|
editMode ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, DropdownMenu2, { children: [
|
|
32730
32942
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, DropdownMenuTrigger2, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32731
|
-
|
|
32943
|
+
_chunk3B43AHYEcjs.Button,
|
|
32732
32944
|
{
|
|
32733
32945
|
variant: "outline",
|
|
32734
32946
|
rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronDown, { className: "h-6 w-6 text-ods-text-secondary" }),
|
|
@@ -32784,7 +32996,7 @@ var CategorySection = ({
|
|
|
32784
32996
|
] }),
|
|
32785
32997
|
editMode ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { onClick: (e) => e.stopPropagation(), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, DropdownMenu2, { children: [
|
|
32786
32998
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, DropdownMenuTrigger2, { asChild: true, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32787
|
-
|
|
32999
|
+
_chunk3B43AHYEcjs.Button,
|
|
32788
33000
|
{
|
|
32789
33001
|
variant: "outline",
|
|
32790
33002
|
rightIcon: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ChevronDown, { className: "h-6 w-6 text-ods-text-secondary" }),
|
|
@@ -32829,7 +33041,7 @@ var CategorySection = ({
|
|
|
32829
33041
|
}
|
|
32830
33042
|
),
|
|
32831
33043
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
32832
|
-
|
|
33044
|
+
_chunk3B43AHYEcjs.Button,
|
|
32833
33045
|
{
|
|
32834
33046
|
variant: "transparent",
|
|
32835
33047
|
onClick: (e) => {
|
|
@@ -32904,7 +33116,7 @@ var PolicyConfigurationPanel = ({
|
|
|
32904
33116
|
PolicyConfigurationPanel.displayName = "PolicyConfigurationPanel";
|
|
32905
33117
|
|
|
32906
33118
|
// src/components/features/waitlist-form.tsx
|
|
32907
|
-
|
|
33119
|
+
_chunk3B43AHYEcjs.init_button2.call(void 0, );
|
|
32908
33120
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
32909
33121
|
|
|
32910
33122
|
|
|
@@ -33006,7 +33218,7 @@ function WaitlistForm({
|
|
|
33006
33218
|
),
|
|
33007
33219
|
children: [
|
|
33008
33220
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33009
|
-
|
|
33221
|
+
_chunk3B43AHYEcjs.Input,
|
|
33010
33222
|
{
|
|
33011
33223
|
type: "email",
|
|
33012
33224
|
value: email,
|
|
@@ -33081,7 +33293,7 @@ function WaitlistForm({
|
|
|
33081
33293
|
}
|
|
33082
33294
|
),
|
|
33083
33295
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33084
|
-
|
|
33296
|
+
_chunk3B43AHYEcjs.Button,
|
|
33085
33297
|
{
|
|
33086
33298
|
type: "button",
|
|
33087
33299
|
loading: isSubmitting,
|
|
@@ -33121,7 +33333,7 @@ _chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
|
33121
33333
|
_chunkUC43NICZcjs.init_cn.call(void 0, );
|
|
33122
33334
|
|
|
33123
33335
|
// src/components/features/board/board-column-header.tsx
|
|
33124
|
-
|
|
33336
|
+
_chunk3B43AHYEcjs.init_button.call(void 0, );
|
|
33125
33337
|
|
|
33126
33338
|
function BoardColumnHeader({
|
|
33127
33339
|
column,
|
|
@@ -33134,7 +33346,7 @@ function BoardColumnHeader({
|
|
|
33134
33346
|
if (collapsed) {
|
|
33135
33347
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex h-full flex-col items-center gap-[var(--spacing-system-xsf)]", children: [
|
|
33136
33348
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33137
|
-
|
|
33349
|
+
_chunk3B43AHYEcjs.Button,
|
|
33138
33350
|
{
|
|
33139
33351
|
variant: "transparent",
|
|
33140
33352
|
size: "icon",
|
|
@@ -33177,7 +33389,7 @@ function BoardColumnHeader({
|
|
|
33177
33389
|
] }),
|
|
33178
33390
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex shrink-0 items-center gap-[var(--spacing-system-xxs)]", children: [
|
|
33179
33391
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33180
|
-
|
|
33392
|
+
_chunk3B43AHYEcjs.Button,
|
|
33181
33393
|
{
|
|
33182
33394
|
variant: "transparent",
|
|
33183
33395
|
size: "icon",
|
|
@@ -33188,7 +33400,7 @@ function BoardColumnHeader({
|
|
|
33188
33400
|
}
|
|
33189
33401
|
),
|
|
33190
33402
|
onAddTicket && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33191
|
-
|
|
33403
|
+
_chunk3B43AHYEcjs.Button,
|
|
33192
33404
|
{
|
|
33193
33405
|
variant: "transparent",
|
|
33194
33406
|
size: "icon",
|
|
@@ -33249,15 +33461,15 @@ function TicketCard({
|
|
|
33249
33461
|
transform: _utilities.CSS.Transform.toString(sortable.transform),
|
|
33250
33462
|
transition: sortable.transition
|
|
33251
33463
|
};
|
|
33252
|
-
const showDeviceRow = !!(_optionalChain([ticket, 'access',
|
|
33464
|
+
const showDeviceRow = !!(_optionalChain([ticket, 'access', _741 => _741.deviceHostnames, 'optionalAccess', _742 => _742.length]) || ticket.organizationName);
|
|
33253
33465
|
const deviceText = [
|
|
33254
|
-
_optionalChain([ticket, 'access',
|
|
33466
|
+
_optionalChain([ticket, 'access', _743 => _743.deviceHostnames, 'optionalAccess', _744 => _744.join, 'call', _745 => _745(", ")]),
|
|
33255
33467
|
ticket.organizationName
|
|
33256
33468
|
].filter(Boolean).join(", ");
|
|
33257
33469
|
const handleClick = (e) => {
|
|
33258
33470
|
if (sortable.isDragging) e.preventDefault();
|
|
33259
33471
|
};
|
|
33260
|
-
const hasRightSection = !!(ticket.priority || _optionalChain([ticket, 'access',
|
|
33472
|
+
const hasRightSection = !!(ticket.priority || _optionalChain([ticket, 'access', _746 => _746.assignees, 'optionalAccess', _747 => _747.length]) || renderAssignSlot);
|
|
33261
33473
|
const rightSection = hasRightSection ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "pointer-events-auto flex shrink-0 items-center gap-[var(--spacing-system-xsf)]", children: [
|
|
33262
33474
|
ticket.priority && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33263
33475
|
_chunkVJTFBYVGcjs.Flag02Icon,
|
|
@@ -33266,7 +33478,7 @@ function TicketCard({
|
|
|
33266
33478
|
"aria-label": `Priority: ${ticket.priority}`
|
|
33267
33479
|
}
|
|
33268
33480
|
),
|
|
33269
|
-
renderAssignSlot ? renderAssignSlot(ticket) : _optionalChain([ticket, 'access',
|
|
33481
|
+
renderAssignSlot ? renderAssignSlot(ticket) : _optionalChain([ticket, 'access', _748 => _748.assignees, 'optionalAccess', _749 => _749.length]) ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex -space-x-2", children: [
|
|
33270
33482
|
ticket.assignees.slice(0, MAX_VISIBLE_ASSIGNEES).map((a) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33271
33483
|
SquareAvatar,
|
|
33272
33484
|
{
|
|
@@ -33295,7 +33507,7 @@ function TicketCard({
|
|
|
33295
33507
|
] }),
|
|
33296
33508
|
rightSection
|
|
33297
33509
|
] }),
|
|
33298
|
-
_optionalChain([ticket, 'access',
|
|
33510
|
+
_optionalChain([ticket, 'access', _750 => _750.tags, 'optionalAccess', _751 => _751.length]) ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TicketTagRow, { tags: ticket.tags }) : null
|
|
33299
33511
|
] });
|
|
33300
33512
|
const cardClasses = _chunkUC43NICZcjs.cn.call(void 0,
|
|
33301
33513
|
"relative flex flex-col gap-[var(--spacing-system-sf)] rounded-md border border-ods-border bg-ods-bg p-[var(--spacing-system-sf)] select-none text-left",
|
|
@@ -33369,20 +33581,20 @@ var TicketCardSkeleton = React100.forwardRef(
|
|
|
33369
33581
|
children: [
|
|
33370
33582
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-start gap-[var(--spacing-system-sf)]", children: [
|
|
33371
33583
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex min-w-0 flex-1 flex-col gap-[var(--spacing-system-xxs)]", children: [
|
|
33372
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-h3 flex items-center", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33584
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-h3 flex items-center", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-4 w-3/4" }) }),
|
|
33373
33585
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "text-h6 flex items-center gap-[var(--spacing-system-xxs)]", children: [
|
|
33374
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33375
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33586
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "size-4 shrink-0 rounded-sm" }),
|
|
33587
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-3 w-1/2" })
|
|
33376
33588
|
] })
|
|
33377
33589
|
] }),
|
|
33378
33590
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex shrink-0 items-center gap-[var(--spacing-system-xsf)]", children: [
|
|
33379
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33380
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33591
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "size-4 rounded-sm" }),
|
|
33592
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "size-8 rounded-full" })
|
|
33381
33593
|
] })
|
|
33382
33594
|
] }),
|
|
33383
33595
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex h-8 items-center gap-[var(--spacing-system-xxs)]", children: [
|
|
33384
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33385
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
33596
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-8 w-16 rounded-md" }),
|
|
33597
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk3B43AHYEcjs.Skeleton, { className: "h-8 w-12 rounded-md" })
|
|
33386
33598
|
] })
|
|
33387
33599
|
]
|
|
33388
33600
|
}
|
|
@@ -33468,7 +33680,7 @@ function ColumnBody({ column, getTicketHref, renderAssignSlot, onLoadMore, loadM
|
|
|
33468
33680
|
const observer = new IntersectionObserver(
|
|
33469
33681
|
(entries) => {
|
|
33470
33682
|
if (entries.some((e) => e.isIntersecting)) {
|
|
33471
|
-
_optionalChain([loadMoreRef, 'access',
|
|
33683
|
+
_optionalChain([loadMoreRef, 'access', _752 => _752.current, 'optionalCall', _753 => _753(columnIdRef.current)]);
|
|
33472
33684
|
}
|
|
33473
33685
|
},
|
|
33474
33686
|
{ root, rootMargin: loadMoreRootMargin }
|
|
@@ -33497,7 +33709,7 @@ function ColumnBody({ column, getTicketHref, renderAssignSlot, onLoadMore, loadM
|
|
|
33497
33709
|
{
|
|
33498
33710
|
ticket: t,
|
|
33499
33711
|
columnId: column.id,
|
|
33500
|
-
href: _optionalChain([getTicketHref, 'optionalCall',
|
|
33712
|
+
href: _optionalChain([getTicketHref, 'optionalCall', _754 => _754(t.id)]),
|
|
33501
33713
|
renderAssignSlot,
|
|
33502
33714
|
dragDisabled: column.dragDisabled
|
|
33503
33715
|
},
|
|
@@ -33592,17 +33804,17 @@ function Board({
|
|
|
33592
33804
|
const pointer = _core.pointerWithin.call(void 0, args);
|
|
33593
33805
|
const intersections = pointer.length > 0 ? pointer : _core.rectIntersection.call(void 0, args);
|
|
33594
33806
|
const ticketHit = intersections.find(
|
|
33595
|
-
(c) => _optionalChain([c, 'access',
|
|
33807
|
+
(c) => _optionalChain([c, 'access', _755 => _755.data, 'optionalAccess', _756 => _756.droppableContainer, 'optionalAccess', _757 => _757.data, 'optionalAccess', _758 => _758.current, 'optionalAccess', _759 => _759.type]) === "ticket"
|
|
33596
33808
|
);
|
|
33597
33809
|
if (ticketHit) return [ticketHit];
|
|
33598
33810
|
const columnHit = intersections.find(
|
|
33599
|
-
(c) => _optionalChain([c, 'access',
|
|
33811
|
+
(c) => _optionalChain([c, 'access', _760 => _760.data, 'optionalAccess', _761 => _761.droppableContainer, 'optionalAccess', _762 => _762.data, 'optionalAccess', _763 => _763.current, 'optionalAccess', _764 => _764.type]) === "column"
|
|
33600
33812
|
);
|
|
33601
33813
|
if (columnHit) {
|
|
33602
|
-
const columnId = _optionalChain([columnHit, 'access',
|
|
33814
|
+
const columnId = _optionalChain([columnHit, 'access', _765 => _765.data, 'optionalAccess', _766 => _766.droppableContainer, 'optionalAccess', _767 => _767.data, 'optionalAccess', _768 => _768.current, 'optionalAccess', _769 => _769.columnId]);
|
|
33603
33815
|
const ticketsInColumn = args.droppableContainers.filter((c) => {
|
|
33604
33816
|
const d = c.data.current;
|
|
33605
|
-
return _optionalChain([d, 'optionalAccess',
|
|
33817
|
+
return _optionalChain([d, 'optionalAccess', _770 => _770.type]) === "ticket" && d.columnId === columnId;
|
|
33606
33818
|
});
|
|
33607
33819
|
if (ticketsInColumn.length > 0) {
|
|
33608
33820
|
const closest = _core.closestCorners.call(void 0, { ...args, droppableContainers: ticketsInColumn });
|
|
@@ -33627,20 +33839,20 @@ function Board({
|
|
|
33627
33839
|
const overId = String(over.id);
|
|
33628
33840
|
if (activeId === overId) return;
|
|
33629
33841
|
const overData = over.data.current;
|
|
33630
|
-
const fromColumnId = _optionalChain([locate, 'call',
|
|
33631
|
-
const toColumnId = _optionalChain([overData, 'optionalAccess',
|
|
33842
|
+
const fromColumnId = _optionalChain([locate, 'call', _771 => _771(items, activeId), 'optionalAccess', _772 => _772.columnId]);
|
|
33843
|
+
const toColumnId = _optionalChain([overData, 'optionalAccess', _773 => _773.columnId]);
|
|
33632
33844
|
if (!fromColumnId || !toColumnId || fromColumnId === toColumnId) return;
|
|
33633
33845
|
const origin = dragOriginRef.current;
|
|
33634
|
-
const isReturnToOrigin = _optionalChain([origin, 'optionalAccess',
|
|
33846
|
+
const isReturnToOrigin = _optionalChain([origin, 'optionalAccess', _774 => _774.fromColumnId]) === toColumnId;
|
|
33635
33847
|
const targetCol = items.find((c) => c.id === toColumnId);
|
|
33636
|
-
const blockedBySource = !isReturnToOrigin && !!_optionalChain([targetCol, 'optionalAccess',
|
|
33637
|
-
if (_optionalChain([targetCol, 'optionalAccess',
|
|
33848
|
+
const blockedBySource = !isReturnToOrigin && !!_optionalChain([targetCol, 'optionalAccess', _775 => _775.allowedFromColumns]) && !!origin && !targetCol.allowedFromColumns.includes(origin.fromColumnId);
|
|
33849
|
+
if (_optionalChain([targetCol, 'optionalAccess', _776 => _776.dropDisabled]) && !isReturnToOrigin || blockedBySource) return;
|
|
33638
33850
|
setItems((prev) => {
|
|
33639
33851
|
const fromIndex = findIndexInColumn(prev, fromColumnId, activeId);
|
|
33640
33852
|
const toCol = prev.find((c) => c.id === toColumnId);
|
|
33641
33853
|
if (fromIndex < 0 || !toCol) return prev;
|
|
33642
33854
|
let toIndex;
|
|
33643
|
-
if (_optionalChain([overData, 'optionalAccess',
|
|
33855
|
+
if (_optionalChain([overData, 'optionalAccess', _777 => _777.type]) === "column") {
|
|
33644
33856
|
toIndex = toCol.tickets.length;
|
|
33645
33857
|
} else {
|
|
33646
33858
|
const overIndex = toCol.tickets.findIndex((t) => t.id === overId);
|
|
@@ -33682,14 +33894,14 @@ function Board({
|
|
|
33682
33894
|
const toColumnId = located.columnId;
|
|
33683
33895
|
const isCrossColumn = origin.fromColumnId !== toColumnId;
|
|
33684
33896
|
const targetCol = items.find((c) => c.id === toColumnId);
|
|
33685
|
-
if (isCrossColumn && (_optionalChain([targetCol, 'optionalAccess',
|
|
33897
|
+
if (isCrossColumn && (_optionalChain([targetCol, 'optionalAccess', _778 => _778.dropDisabled]) || _optionalChain([targetCol, 'optionalAccess', _779 => _779.allowedFromColumns]) && !targetCol.allowedFromColumns.includes(origin.fromColumnId))) {
|
|
33686
33898
|
setItems(columns);
|
|
33687
33899
|
return;
|
|
33688
33900
|
}
|
|
33689
33901
|
let finalIndex = located.index;
|
|
33690
|
-
let finalColumnTickets = _nullishCoalesce(_optionalChain([items, 'access',
|
|
33902
|
+
let finalColumnTickets = _nullishCoalesce(_optionalChain([items, 'access', _780 => _780.find, 'call', _781 => _781((c) => c.id === toColumnId), 'optionalAccess', _782 => _782.tickets]), () => ( []));
|
|
33691
33903
|
const overData = over.data.current;
|
|
33692
|
-
if (_optionalChain([overData, 'optionalAccess',
|
|
33904
|
+
if (_optionalChain([overData, 'optionalAccess', _783 => _783.type]) === "ticket") {
|
|
33693
33905
|
const overIndex = findIndexInColumn(items, toColumnId, String(over.id));
|
|
33694
33906
|
if (overIndex >= 0 && overIndex !== located.index) {
|
|
33695
33907
|
finalColumnTickets = _sortable.arrayMove.call(void 0, finalColumnTickets, located.index, overIndex);
|
|
@@ -33709,8 +33921,8 @@ function Board({
|
|
|
33709
33921
|
ticketId: origin.ticketId,
|
|
33710
33922
|
fromColumnId: origin.fromColumnId,
|
|
33711
33923
|
toColumnId,
|
|
33712
|
-
afterTicketId: _nullishCoalesce(_optionalChain([finalColumnTickets, 'access',
|
|
33713
|
-
beforeTicketId: _nullishCoalesce(_optionalChain([finalColumnTickets, 'access',
|
|
33924
|
+
afterTicketId: _nullishCoalesce(_optionalChain([finalColumnTickets, 'access', _784 => _784[finalIndex - 1], 'optionalAccess', _785 => _785.id]), () => ( null)),
|
|
33925
|
+
beforeTicketId: _nullishCoalesce(_optionalChain([finalColumnTickets, 'access', _786 => _786[finalIndex + 1], 'optionalAccess', _787 => _787.id]), () => ( null))
|
|
33714
33926
|
});
|
|
33715
33927
|
};
|
|
33716
33928
|
const handleDragCancel = () => {
|
|
@@ -33739,8 +33951,8 @@ function Board({
|
|
|
33739
33951
|
children: items.map((column, i) => {
|
|
33740
33952
|
const prev = items[i - 1];
|
|
33741
33953
|
const next = items[i + 1];
|
|
33742
|
-
const joinLeft = !!(column.system && _optionalChain([prev, 'optionalAccess',
|
|
33743
|
-
const joinRight = !!(column.system && _optionalChain([next, 'optionalAccess',
|
|
33954
|
+
const joinLeft = !!(column.system && _optionalChain([prev, 'optionalAccess', _788 => _788.system]));
|
|
33955
|
+
const joinRight = !!(column.system && _optionalChain([next, 'optionalAccess', _789 => _789.system]));
|
|
33744
33956
|
const showGap = i > 0 && !joinLeft;
|
|
33745
33957
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, React102.Fragment, { children: [
|
|
33746
33958
|
showGap && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { "aria-hidden": true, className: "w-[var(--spacing-system-mf)] shrink-0" }),
|
|
@@ -33798,7 +34010,7 @@ function locate(cols, ticketId) {
|
|
|
33798
34010
|
return null;
|
|
33799
34011
|
}
|
|
33800
34012
|
function findIndexInColumn(cols, columnId, ticketId) {
|
|
33801
|
-
return _nullishCoalesce(_optionalChain([cols, 'access',
|
|
34013
|
+
return _nullishCoalesce(_optionalChain([cols, 'access', _790 => _790.find, 'call', _791 => _791((c) => c.id === columnId), 'optionalAccess', _792 => _792.tickets, 'access', _793 => _793.findIndex, 'call', _794 => _794((t) => t.id === ticketId)]), () => ( -1));
|
|
33802
34014
|
}
|
|
33803
34015
|
|
|
33804
34016
|
// src/components/features/board/types.ts
|
|
@@ -34464,5 +34676,5 @@ function canonicalize(status) {
|
|
|
34464
34676
|
|
|
34465
34677
|
|
|
34466
34678
|
|
|
34467
|
-
exports.Label = Label; exports.AllowedDomainsInput = AllowedDomainsInput; exports.HiddenTagsPopup = HiddenTagsPopup; exports.tagVariants = tagVariants; exports.Tag = Tag; exports.Autocomplete = Autocomplete; exports.Card = Card; exports.CardHeader = CardHeader; exports.CardTitle = CardTitle; exports.CardDescription = CardDescription; exports.CardContent = CardContent; exports.CardFooter = CardFooter; exports.CardHorizontal = CardHorizontal; 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.getPlatformAccentColor = getPlatformAccentColor; exports.getCurrentPlatform = getCurrentPlatform; exports.delay = delay; exports.generateRandomString = generateRandomString; exports.truncateString = truncateString; exports.deepClone = deepClone; exports.getSlackCommunityJoinUrl = getSlackCommunityJoinUrl; exports.OS_PLATFORMS = OS_PLATFORMS; exports.DEFAULT_OS_PLATFORM = DEFAULT_OS_PLATFORM; exports.validateAccessCode = validateAccessCode; exports.consumeAccessCode = consumeAccessCode; exports.validateAndConsumeAccessCode = validateAndConsumeAccessCode; exports.useAccessCodeIntegration = useAccessCodeIntegration; exports.isValidEmailDomain = isValidEmailDomain; exports.validateEmailDomain = validateEmailDomain; exports.validateEmailDomainList = validateEmailDomainList; exports.cleanEmailDomain = cleanEmailDomain; exports.getConfidenceColorClass = getConfidenceColorClass; exports.getConfidenceLevel = getConfidenceLevel; exports.getConfidenceBorderClass = getConfidenceBorderClass; exports.getConfidenceTextClass = getConfidenceTextClass; exports.getConfidenceBgClass = getConfidenceBgClass; exports.getConfidenceLabel = getConfidenceLabel; exports.formatReleaseDate = formatReleaseDate; exports.formatRelativeTime = formatRelativeTime; exports.getDynamicIcon = getDynamicIcon; exports.normalizeToolType = normalizeToolType; exports.normalizeToolTypeWithFallback = normalizeToolTypeWithFallback; exports.toToolLabel = toToolLabel; exports.isValidToolType = isValidToolType; exports.getToolTypeAliases = getToolTypeAliases; exports.getToolLabel = getToolLabel; exports.ShellTypeValues = ShellTypeValues; exports.SHELL_TYPES = SHELL_TYPES; exports.shellLabels = shellLabels; exports.getShellLabel = getShellLabel; exports.getShellIcon = getShellIcon; exports.OSTypeValues = OSTypeValues; exports.OS_TYPES = OS_TYPES; exports.osLabels = osLabels; exports.normalizeOSType = normalizeOSType; exports.getOSLabel = getOSLabel; exports.getOSIcon = getOSIcon; exports.getOSTypeDefinition = getOSTypeDefinition; exports.getOSPlatformId = getOSPlatformId; exports.isOSPlatform = isOSPlatform; exports.getCountryPhoneData = getCountryPhoneData; exports.getCountryByCode = getCountryByCode; exports.validatePhoneNumber = validatePhoneNumber; exports.formatPhoneE164 = formatPhoneE164; exports.GENERIC_EMAIL_DOMAINS = GENERIC_EMAIL_DOMAINS; exports.extractDomainFromEmail = extractDomainFromEmail; exports.normalizeDomain = normalizeDomain; exports.isGenericDomain = isGenericDomain; exports.hasGenericEmailDomain = hasGenericEmailDomain; exports.isGenericWebsiteDomain = isGenericWebsiteDomain; 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.SimpleMarkdownRenderer = SimpleMarkdownRenderer; exports.ThinkingDisplay = ThinkingDisplay; exports.ErrorMessageDisplay = ErrorMessageDisplay; exports.SquareAvatar = SquareAvatar; exports.resolveTicketStatus = resolveTicketStatus; exports.getTicketStatusConfig = getTicketStatusConfig; exports.getTicketStatusTag = getTicketStatusTag; exports.TicketStatusTag = TicketStatusTag; exports.ChatContainer = ChatContainer; exports.ChatHeader = ChatHeader; exports.ChatContent = ChatContent; exports.ChatFooter = ChatFooter; exports.Textarea = Textarea; exports.ChatTypingIndicator = ChatTypingIndicator; exports.SlashCommandSuggestions = SlashCommandSuggestions; exports.ChatInput = ChatInput; exports.ToolExecutionDisplay = ToolExecutionDisplay; exports.remarkCardLinks = remarkCardLinks; exports.BlockCard = BlockCard; exports.MemoizedChatMessageEnhanced = MemoizedChatMessageEnhanced; exports.MESSAGE_TYPE = MESSAGE_TYPE; exports.SCROLL_ANCHOR = SCROLL_ANCHOR; exports.ChatMessageList = ChatMessageList; exports.Tabs = Tabs; exports.TabsList = TabsList; exports.TabsTrigger = TabsTrigger; exports.TabsContent = TabsContent; exports.extractYouTubeId = extractYouTubeId; exports.Video = Video2; exports.RATIO_GRID_CLASS = RATIO_GRID_CLASS; exports.RATIO_DISPLAY_GRID_CLASS = RATIO_DISPLAY_GRID_CLASS; exports.RatioTabs = RatioTabs; exports.detectAspectRatio = detectAspectRatio; exports.ratioToCategory = ratioToCategory; exports.groupByAspectRatio = groupByAspectRatio; exports.VideoBitesDisplay = VideoBitesDisplay; exports.VideoBiteCard = VideoBiteCard; exports.EntityVideoSection = EntityVideoSection; exports.ChatVideoEntityCard = ChatVideoEntityCard; exports.ChatQuickAction = ChatQuickAction; exports.ChatTicketItem = ChatTicketItem; exports.ChatTicketList = ChatTicketList; exports.HoverCard = HoverCard; exports.HoverCardTrigger = HoverCardTrigger; exports.HoverCardContent = HoverCardContent; exports.ModelDisplay = ModelDisplay; exports.DialogListItem = DialogListItem; exports.ChatSidebar = ChatSidebar; 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.NETWORK_CONFIG = NETWORK_CONFIG; 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.processHistoricalMessages = processHistoricalMessages; exports.extractErrorMessages = extractErrorMessages; exports.processHistoricalMessagesWithErrors = processHistoricalMessagesWithErrors; exports.extractIncompleteMessageState = extractIncompleteMessageState; exports.DynamicThemeProvider = DynamicThemeProvider; exports.useDynamicTheme = useDynamicTheme; 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.badgeVariants = badgeVariants; exports.Badge = Badge; exports.statusBadgeVariants = statusBadgeVariants; exports.StatusBadge = StatusBadge; exports.SectionSelector = SectionSelector; exports.FigmaPrototypeViewer = FigmaPrototypeViewer; exports.FiltersDropdown = FiltersDropdown; exports.useFiltersDropdown = useFiltersDropdown; exports.GitHubReleasesManager = GitHubReleasesManager; exports.KnowledgeBaseLinksManager = KnowledgeBaseLinksManager; exports.Progress = Progress; exports.LoadingProvider = LoadingProvider; exports.useLoading = useLoading; exports.MediaGalleryManager = MediaGalleryManager; exports.MoreAboutButton = MoreAboutButton; exports.OrganizationIcon = OrganizationIcon; exports.OSTypeBadge = OSTypeBadge; exports.OSTypeIcon = OSTypeIcon; exports.OSTypeLabel = OSTypeLabel; exports.OSTypeBadgeGroup = OSTypeBadgeGroup; exports.ParallaxImageShowcase = ParallaxImageShowcase; exports.PathsDisplay = PathsDisplay; exports.OPENFRAME_PATHS = OPENFRAME_PATHS; exports.getOpenFramePaths = getOpenFramePaths; exports.PlatformBadge = PlatformBadge; 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.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.Switch = Switch; exports.NotificationTile = NotificationTile; exports.NotificationDrawer = NotificationDrawer; exports.BoardColumnHeader = BoardColumnHeader; exports.tintOnDark = tintOnDark; exports.TicketCard = TicketCard; exports.TicketCardSkeleton = TicketCardSkeleton; exports.BoardColumn = BoardColumn; exports.useBoardCollapse = useBoardCollapse; exports.Board = Board; exports.columnFromTicketStatus = columnFromTicketStatus; exports.groupTicketsByStatus = groupTicketsByStatus; exports.Header = Header; exports.HeaderSkeleton = HeaderSkeleton; exports.ClientOnlyHeader = ClientOnlyHeader; exports.MobileNavPanel = MobileNavPanel; exports.SlidingSidebar = SlidingSidebar; exports.StickySectionNav = StickySectionNav; exports.useSectionNavigation = useSectionNavigation; exports.NavigationSidebar = NavigationSidebar; exports.HeaderButton = HeaderButton; exports.HeaderGlobalSearch = HeaderGlobalSearch; exports.HeaderOrganizationFilter = HeaderOrganizationFilter; exports.AppHeader = AppHeader; exports.MobileBurgerMenu = MobileBurgerMenu; exports.AppLayout = AppLayout; exports.SoftwareInfo = SoftwareInfo; exports.SoftwareSourceBadge = SoftwareSourceBadge; exports.CveLink = CveLink; exports.ToolBadge = ToolBadge; exports.ShellTypeBadge = ShellTypeBadge; exports.ScriptInfoSection = ScriptInfoSection; exports.ScriptArguments = ScriptArguments; exports.AnnouncementBar = AnnouncementBar; exports.VendorIcon = VendorIcon; exports.CategoriesCart = CategoriesCart; exports.CategoryCard = CategoryCard; exports.VendorDisplayButton = VendorDisplayButton; exports.setRealAuthHook = setRealAuthHook; exports.useAuth = useAuth; exports.AuthProvider = AuthProvider; exports.CommentCard = CommentCard; exports.ContentLoadingContainer = ContentLoadingContainer; exports.useContentLoading = useContentLoading; exports.DynamicSkeleton = DynamicSkeleton; exports.SkeletonPresets = SkeletonPresets; exports.PlatformSkeletonContainer = PlatformSkeletonContainer; exports.ProgressiveSkeleton = ProgressiveSkeleton; exports.EmptyState = EmptyState2; exports.ChevronButton = ChevronButton; exports.FaqAccordion = FaqAccordion; exports.FilterChip = FilterChip; exports.SocialIconRow = SocialIconRow; exports.Footer = Footer; exports.useUnifiedFiltering = useUnifiedFiltering; exports.vendorFilterConfig = vendorFilterConfig; exports.blogFilterConfig = blogFilterConfig; exports.Pagination = Pagination; exports.PaginationContent = PaginationContent; exports.PaginationItem = PaginationItem; exports.PaginationLink = PaginationLink; exports.PaginationEllipsis = PaginationEllipsis; exports.PaginationPrevious = PaginationPrevious; exports.PaginationNext = PaginationNext; exports.UnifiedPagination = UnifiedPagination; exports.FooterWaitlistButton = FooterWaitlistButton; exports.HeroImageUploader = HeroImageUploader; exports.ResponsiveIconsBlock = ResponsiveIconsBlock; exports.Slider = Slider; exports.ImageCropper = ImageCropper; exports.MediaCarousel = MediaCarousel; exports.MetricValue = MetricValue; exports.MSPDisplay = MSPDisplay; exports.PersistentFilterControls = PersistentFilterControls; exports.PersistentSearchContainer = PersistentSearchContainer; exports.PersistentSidebar = PersistentSidebar; exports.PersistentMobileDropdown = PersistentMobileDropdown; exports.PersistentPagination = PersistentPagination; exports.usePaginationLoading = usePaginationLoading; exports.PersistentPaginationWrapper = PersistentPaginationWrapper; exports.PRICING_STYLES = PRICING_STYLES; exports.PricingDisplay = PricingDisplay; exports.formatPricingForDisplay = formatPricingForDisplay; exports.ResultsCount = ResultsCount; exports.VendorTag = VendorTag; exports.SelectionSourceBadge = SelectionSourceBadge; exports.UserDisplay = UserDisplay; exports.UnifiedSkeleton = UnifiedSkeleton; exports.TextSkeleton = TextSkeleton; exports.InteractiveSkeleton = InteractiveSkeleton; exports.MediaSkeleton = MediaSkeleton; exports.CardSkeleton = CardSkeleton; exports.CardSkeletonGrid = CardSkeletonGrid; exports.AnnouncementBarSkeleton = AnnouncementBarSkeleton; exports.HeroSkeleton = HeroSkeleton; exports.SearchContainerSkeleton = SearchContainerSkeleton; exports.CategorySidebarSkeleton = CategorySidebarSkeleton; exports.BreadcrumbSkeleton = BreadcrumbSkeleton; exports.ResultsHeaderSkeleton = ResultsHeaderSkeleton; exports.TwoColumnLayoutSkeleton = TwoColumnLayoutSkeleton; exports.ArticleLayoutSkeleton = ArticleLayoutSkeleton; exports.VendorDetailLayoutSkeleton = VendorDetailLayoutSkeleton; exports.StatsSectionSkeleton = StatsSectionSkeleton; exports.BlogCardGridSkeleton = BlogCardGridSkeleton; exports.VendorGridSkeleton = VendorGridSkeleton; exports.SlackCommunitySkeleton = SlackCommunitySkeleton; exports.ParagraphSkeleton = ParagraphSkeleton; exports.ListSkeleton = ListSkeleton; exports.TableSkeleton = TableSkeleton; exports.FormSkeleton = FormSkeleton; exports.NavigationSkeleton = NavigationSkeleton; exports.ProfileSkeleton = ProfileSkeleton; exports.CommentSkeleton = CommentSkeleton; exports.FeatureListSkeleton = FeatureListSkeleton; exports.TimelineSkeleton = TimelineSkeleton; exports.PricingSkeleton = PricingSkeleton; exports.ProfileLoadingSkeleton = ProfileLoadingSkeleton; exports.MspProfileFormSkeleton = MspProfileFormSkeleton; exports.CategoryCardSkeleton = CategoryCardSkeleton; exports.CategoryVendorSelectorSkeleton = CategoryVendorSelectorSkeleton; exports.WizardLayoutSkeleton = WizardLayoutSkeleton; exports.MarginReportSkeleton = MarginReportSkeleton; exports.UsersGridSkeleton = UsersGridSkeleton; exports.OrganizationIconSkeleton = OrganizationIconSkeleton; exports.OrganizationCardSkeleton = OrganizationCardSkeleton; exports.OrganizationCardSkeletonGrid = OrganizationCardSkeletonGrid; exports.DeviceCardSkeleton = DeviceCardSkeleton; exports.DeviceCardSkeletonGrid = DeviceCardSkeletonGrid; exports.VendorPageSkeleton = VendorPageSkeleton; exports.CheckIcon = CheckIcon2; exports.XIcon = XIcon; exports.MinusIcon = MinusIcon; exports.CheckCircleIcon = CheckCircleIcon3; exports.XCircleIcon = XCircleIcon; exports.YesNoDisplay = YesNoDisplay; exports.evaluateFeatureValue = evaluateFeatureValue; exports.MadeWithLove = MadeWithLove; exports.DateTimePicker = DateTimePicker; exports.InteractiveCard = InteractiveCard; exports.OnboardingStepCard = OnboardingStepCard; exports.OnboardingWalkthrough = OnboardingWalkthrough; exports.ProductReleaseCard = ProductReleaseCard; exports.ProductReleaseCardSkeleton = ProductReleaseCardSkeleton; exports.PageShell = PageShell; exports.ArticleDetailLayout = ArticleDetailLayout; exports.ReleaseChangelogSection = ReleaseChangelogSection; exports.ImageGalleryModal = ImageGalleryModal; exports.ActionsMenu = ActionsMenu; exports.ActionsMenuDropdown = ActionsMenuDropdown; exports.PageActions = PageActions; exports.usePageActionsBottomPadding = usePageActionsBottomPadding; exports.PageContainer = PageContainer; exports.ListPageContainer = ListPageContainer; exports.DetailPageContainer = DetailPageContainer; exports.FormPageContainer = FormPageContainer; exports.ContentPageContainer = ContentPageContainer; exports.DetailPageSkeleton = DetailPageSkeleton; exports.ReleaseDetailPage = ReleaseDetailPage; exports.ReleaseDetailSkeleton = ReleaseDetailSkeleton; exports.InfoCard = InfoCard; exports.InfoRow = InfoRow; exports.InputTrigger = InputTrigger; exports.MediaTypeSelector = MediaTypeSelector; exports.PageLoader = PageLoader; exports.CompactPageLoader = CompactPageLoader; exports.ProgressBar = ProgressBar; exports.RadioGroup = RadioGroup; exports.RadioGroupItem = RadioGroupItem; exports.RadioGroupBlock = RadioGroupBlock; exports.TagsInput = TagsInput; exports.TagsManager = TagsManager; 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.Modal = Modal; exports.ModalContent = ModalContent; exports.ModalHeader = ModalHeader; exports.ModalTitle = ModalTitle; exports.ModalFooter = ModalFooter; exports.Modal2 = Modal2; exports.ModalContent2 = ModalContent2; exports.ModalHeader2 = ModalHeader2; exports.ModalTitle2 = ModalTitle2; exports.ModalFooter2 = ModalFooter2; 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.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.StatusIndicator = StatusIndicator; exports.FilterCheckboxItem = FilterCheckboxItem; exports.TagKeyValueFilter = TagKeyValueFilter; exports.FilterModal = FilterModal; exports.ListPageLayout = ListPageLayout; exports.TitleBlock = TitleBlock; exports.PageLayout = PageLayout; 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.CircularProgress = CircularProgress; exports.FloatingTooltip = FloatingTooltip; exports.DashboardInfoCard = DashboardInfoCard; exports.DeviceCard = DeviceCard; exports.DeviceCardCompact = DeviceCardCompact; exports.FeatureCardGrid = FeatureCardGrid; exports.FeatureList = FeatureList; exports.HighlightCard = HighlightCard; exports.HighlightCardGrid = HighlightCardGrid; exports.IconsBlock = IconsBlock; exports.MoreActionsMenu = MoreActionsMenu; exports.DropdownButton = DropdownButton; exports.OrganizationCard = OrganizationCard; exports.ServiceCard = ServiceCard; exports.TabSelector = TabSelector; exports.TitleContentBlock = TitleContentBlock; exports.TooltipProvider = TooltipProvider; exports.Tooltip = Tooltip; exports.TooltipTrigger = TooltipTrigger; exports.TooltipContent = TooltipContent; exports.ErrorState = ErrorState; exports.PageError = PageError; exports.LoadError = LoadError; exports.NotFoundError = NotFoundError; exports.ContentLoader = ContentLoader; exports.CardLoader = CardLoader; exports.FormLoader = FormLoader; exports.DetailLoader = DetailLoader; exports.ListLoader = ListLoader; exports.CursorPagination = CursorPagination; exports.CursorPaginationSimple = CursorPaginationSimple; exports.TableEmptyState = TableEmptyState; 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.SearchInput = SearchInput; exports.FilterListItem = FilterListItem; exports.FilterList = FilterList; exports.TagSearchInput = TagSearchInput; exports.MarkdownEditor = MarkdownEditor; exports.FileUpload = FileUpload; exports.ImageUploader = ImageUploader; exports.AssigneeDropdown = AssigneeDropdown; exports.TicketDetailSection = TicketDetailSection; exports.TicketAttachmentsList = TicketAttachmentsList; exports.TicketNoteCard = TicketNoteCard; exports.TicketNotesSection = TicketNotesSection; exports.TicketInfoSection = TicketInfoSection; exports.LOG_SEVERITY_COLORS = LOG_SEVERITY_COLORS; exports.LOG_SEVERITY_LABELS = LOG_SEVERITY_LABELS; exports.LogSeverityDot = LogSeverityDot; exports.LogsList = LogsList; exports.AVAILABLE_SVG_ICONS = AVAILABLE_SVG_ICONS; exports.releaseTypeOptions = releaseTypeOptions; exports.releaseStatusOptions = releaseStatusOptions; exports.changelogLabels = changelogLabels; exports.SEMVER_REGEX = SEMVER_REGEX; exports.TMCG_ROLES = TMCG_ROLES; exports.TMCG_ROLE_DISPLAY_NAMES = TMCG_ROLE_DISPLAY_NAMES; exports.TMCG_SOCIAL_PLATFORMS = TMCG_SOCIAL_PLATFORMS; exports.assets = assets;
|
|
34468
|
-
//# sourceMappingURL=chunk-
|
|
34679
|
+
exports.Label = Label; exports.AllowedDomainsInput = AllowedDomainsInput; exports.HiddenTagsPopup = HiddenTagsPopup; exports.tagVariants = tagVariants; exports.Tag = Tag; exports.Autocomplete = Autocomplete; exports.Card = Card; exports.CardHeader = CardHeader; exports.CardTitle = CardTitle; exports.CardDescription = CardDescription; exports.CardContent = CardContent; exports.CardFooter = CardFooter; exports.CardHorizontal = CardHorizontal; 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.getPlatformAccentColor = getPlatformAccentColor; exports.getCurrentPlatform = getCurrentPlatform; exports.delay = delay; exports.generateRandomString = generateRandomString; exports.truncateString = truncateString; exports.deepClone = deepClone; exports.getSlackCommunityJoinUrl = getSlackCommunityJoinUrl; exports.OS_PLATFORMS = OS_PLATFORMS; exports.DEFAULT_OS_PLATFORM = DEFAULT_OS_PLATFORM; exports.validateAccessCode = validateAccessCode; exports.consumeAccessCode = consumeAccessCode; exports.validateAndConsumeAccessCode = validateAndConsumeAccessCode; exports.useAccessCodeIntegration = useAccessCodeIntegration; exports.isValidEmailDomain = isValidEmailDomain; exports.validateEmailDomain = validateEmailDomain; exports.validateEmailDomainList = validateEmailDomainList; exports.cleanEmailDomain = cleanEmailDomain; exports.getConfidenceColorClass = getConfidenceColorClass; exports.getConfidenceLevel = getConfidenceLevel; exports.getConfidenceBorderClass = getConfidenceBorderClass; exports.getConfidenceTextClass = getConfidenceTextClass; exports.getConfidenceBgClass = getConfidenceBgClass; exports.getConfidenceLabel = getConfidenceLabel; exports.formatReleaseDate = formatReleaseDate; exports.formatRelativeTime = formatRelativeTime; exports.getDynamicIcon = getDynamicIcon; exports.normalizeToolType = normalizeToolType; exports.normalizeToolTypeWithFallback = normalizeToolTypeWithFallback; exports.toToolLabel = toToolLabel; exports.isValidToolType = isValidToolType; exports.getToolTypeAliases = getToolTypeAliases; exports.getToolLabel = getToolLabel; exports.ShellTypeValues = ShellTypeValues; exports.SHELL_TYPES = SHELL_TYPES; exports.shellLabels = shellLabels; exports.getShellLabel = getShellLabel; exports.getShellIcon = getShellIcon; exports.OSTypeValues = OSTypeValues; exports.OS_TYPES = OS_TYPES; exports.osLabels = osLabels; exports.normalizeOSType = normalizeOSType; exports.getOSLabel = getOSLabel; exports.getOSIcon = getOSIcon; exports.getOSTypeDefinition = getOSTypeDefinition; exports.getOSPlatformId = getOSPlatformId; exports.isOSPlatform = isOSPlatform; exports.getCountryPhoneData = getCountryPhoneData; exports.getCountryByCode = getCountryByCode; exports.validatePhoneNumber = validatePhoneNumber; exports.formatPhoneE164 = formatPhoneE164; exports.GENERIC_EMAIL_DOMAINS = GENERIC_EMAIL_DOMAINS; exports.extractDomainFromEmail = extractDomainFromEmail; exports.normalizeDomain = normalizeDomain; exports.isGenericDomain = isGenericDomain; exports.hasGenericEmailDomain = hasGenericEmailDomain; exports.isGenericWebsiteDomain = isGenericWebsiteDomain; 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.SimpleMarkdownRenderer = SimpleMarkdownRenderer; exports.ThinkingDisplay = ThinkingDisplay; exports.ErrorMessageDisplay = ErrorMessageDisplay; exports.SquareAvatar = SquareAvatar; exports.resolveTicketStatus = resolveTicketStatus; exports.getTicketStatusConfig = getTicketStatusConfig; exports.getTicketStatusTag = getTicketStatusTag; exports.TicketStatusTag = TicketStatusTag; exports.ChatContainer = ChatContainer; exports.ChatHeader = ChatHeader; exports.ChatContent = ChatContent; exports.ChatFooter = ChatFooter; exports.Textarea = Textarea; exports.ChatTypingIndicator = ChatTypingIndicator; exports.SlashCommandSuggestions = SlashCommandSuggestions; exports.ChatInput = ChatInput; exports.ToolExecutionDisplay = ToolExecutionDisplay; exports.remarkCardLinks = remarkCardLinks; exports.BlockCard = BlockCard; exports.MemoizedChatMessageEnhanced = MemoizedChatMessageEnhanced; exports.MESSAGE_TYPE = MESSAGE_TYPE; exports.SCROLL_ANCHOR = SCROLL_ANCHOR; exports.ChatMessageList = ChatMessageList; exports.Tabs = Tabs; exports.TabsList = TabsList; exports.TabsTrigger = TabsTrigger; exports.TabsContent = TabsContent; exports.extractYouTubeId = extractYouTubeId; exports.Video = Video2; exports.RATIO_GRID_CLASS = RATIO_GRID_CLASS; exports.RATIO_DISPLAY_GRID_CLASS = RATIO_DISPLAY_GRID_CLASS; exports.RatioTabs = RatioTabs; exports.detectAspectRatio = detectAspectRatio; exports.ratioToCategory = ratioToCategory; exports.groupByAspectRatio = groupByAspectRatio; exports.VideoBitesDisplay = VideoBitesDisplay; exports.VideoBiteCard = VideoBiteCard; exports.EntityVideoSection = EntityVideoSection; exports.ChatVideoEntityCard = ChatVideoEntityCard; exports.ChatQuickAction = ChatQuickAction; exports.ChatTicketItem = ChatTicketItem; exports.ChatTicketList = ChatTicketList; exports.HoverCard = HoverCard; exports.HoverCardTrigger = HoverCardTrigger; exports.HoverCardContent = HoverCardContent; exports.ModelDisplay = ModelDisplay; exports.DialogListItem = DialogListItem; exports.ChatSidebar = ChatSidebar; 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.NETWORK_CONFIG = NETWORK_CONFIG; 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.processHistoricalMessages = processHistoricalMessages; exports.extractErrorMessages = extractErrorMessages; exports.processHistoricalMessagesWithErrors = processHistoricalMessagesWithErrors; exports.extractIncompleteMessageState = extractIncompleteMessageState; exports.DynamicThemeProvider = DynamicThemeProvider; exports.useDynamicTheme = useDynamicTheme; 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.badgeVariants = badgeVariants; exports.Badge = Badge; exports.statusBadgeVariants = statusBadgeVariants; exports.StatusBadge = StatusBadge; exports.SectionSelector = SectionSelector; exports.FigmaPrototypeViewer = FigmaPrototypeViewer; exports.FiltersDropdown = FiltersDropdown; exports.useFiltersDropdown = useFiltersDropdown; exports.GitHubReleasesManager = GitHubReleasesManager; exports.KnowledgeBaseLinksManager = KnowledgeBaseLinksManager; exports.Progress = Progress; exports.LoadingProvider = LoadingProvider; exports.useLoading = useLoading; exports.MediaGalleryManager = MediaGalleryManager; exports.MoreAboutButton = MoreAboutButton; exports.OSTypeBadge = OSTypeBadge; exports.OSTypeIcon = OSTypeIcon; exports.OSTypeLabel = OSTypeLabel; exports.OSTypeBadgeGroup = OSTypeBadgeGroup; exports.ParallaxImageShowcase = ParallaxImageShowcase; exports.PathsDisplay = PathsDisplay; exports.OPENFRAME_PATHS = OPENFRAME_PATHS; exports.getOpenFramePaths = getOpenFramePaths; exports.PlatformBadge = PlatformBadge; 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.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.Switch = Switch; exports.NotificationTile = NotificationTile; exports.NotificationDrawer = NotificationDrawer; exports.BoardColumnHeader = BoardColumnHeader; exports.tintOnDark = tintOnDark; exports.TicketCard = TicketCard; exports.TicketCardSkeleton = TicketCardSkeleton; exports.BoardColumn = BoardColumn; exports.useBoardCollapse = useBoardCollapse; exports.Board = Board; exports.columnFromTicketStatus = columnFromTicketStatus; exports.groupTicketsByStatus = groupTicketsByStatus; exports.Header = Header; exports.HeaderSkeleton = HeaderSkeleton; exports.ClientOnlyHeader = ClientOnlyHeader; exports.MobileNavPanel = MobileNavPanel; exports.SlidingSidebar = SlidingSidebar; exports.StickySectionNav = StickySectionNav; exports.useSectionNavigation = useSectionNavigation; exports.NavigationSidebar = NavigationSidebar; exports.HeaderButton = HeaderButton; exports.HeaderGlobalSearch = HeaderGlobalSearch; exports.HeaderOrganizationFilter = HeaderOrganizationFilter; exports.AppHeader = AppHeader; exports.MobileBurgerMenu = MobileBurgerMenu; exports.AppLayout = AppLayout; exports.SoftwareInfo = SoftwareInfo; exports.SoftwareSourceBadge = SoftwareSourceBadge; exports.CveLink = CveLink; exports.ToolBadge = ToolBadge; exports.ShellTypeBadge = ShellTypeBadge; exports.ScriptInfoSection = ScriptInfoSection; exports.ScriptArguments = ScriptArguments; exports.AnnouncementBar = AnnouncementBar; exports.VendorIcon = VendorIcon; exports.CategoriesCart = CategoriesCart; exports.CategoryCard = CategoryCard; exports.VendorDisplayButton = VendorDisplayButton; exports.setRealAuthHook = setRealAuthHook; exports.useAuth = useAuth; exports.AuthProvider = AuthProvider; exports.CommentCard = CommentCard; exports.ContentLoadingContainer = ContentLoadingContainer; exports.useContentLoading = useContentLoading; exports.DynamicSkeleton = DynamicSkeleton; exports.SkeletonPresets = SkeletonPresets; exports.PlatformSkeletonContainer = PlatformSkeletonContainer; exports.ProgressiveSkeleton = ProgressiveSkeleton; exports.EmptyState = EmptyState2; exports.ChevronButton = ChevronButton; exports.FaqAccordion = FaqAccordion; exports.FilterChip = FilterChip; exports.SocialIconRow = SocialIconRow; exports.Footer = Footer; exports.useUnifiedFiltering = useUnifiedFiltering; exports.vendorFilterConfig = vendorFilterConfig; exports.blogFilterConfig = blogFilterConfig; exports.Pagination = Pagination; exports.PaginationContent = PaginationContent; exports.PaginationItem = PaginationItem; exports.PaginationLink = PaginationLink; exports.PaginationEllipsis = PaginationEllipsis; exports.PaginationPrevious = PaginationPrevious; exports.PaginationNext = PaginationNext; exports.UnifiedPagination = UnifiedPagination; exports.FooterWaitlistButton = FooterWaitlistButton; exports.HeroImageUploader = HeroImageUploader; exports.ResponsiveIconsBlock = ResponsiveIconsBlock; exports.Slider = Slider; exports.ImageCropper = ImageCropper; exports.MediaCarousel = MediaCarousel; exports.MetricValue = MetricValue; exports.MSPDisplay = MSPDisplay; exports.PersistentFilterControls = PersistentFilterControls; exports.PersistentSearchContainer = PersistentSearchContainer; exports.PersistentSidebar = PersistentSidebar; exports.PersistentMobileDropdown = PersistentMobileDropdown; exports.PersistentPagination = PersistentPagination; exports.usePaginationLoading = usePaginationLoading; exports.PersistentPaginationWrapper = PersistentPaginationWrapper; exports.PRICING_STYLES = PRICING_STYLES; exports.PricingDisplay = PricingDisplay; exports.formatPricingForDisplay = formatPricingForDisplay; exports.ResultsCount = ResultsCount; exports.VendorTag = VendorTag; exports.SelectionSourceBadge = SelectionSourceBadge; exports.UserDisplay = UserDisplay; exports.UnifiedSkeleton = UnifiedSkeleton; exports.TextSkeleton = TextSkeleton; exports.InteractiveSkeleton = InteractiveSkeleton; exports.MediaSkeleton = MediaSkeleton; exports.CardSkeleton = CardSkeleton; exports.CardSkeletonGrid = CardSkeletonGrid; exports.AnnouncementBarSkeleton = AnnouncementBarSkeleton; exports.HeroSkeleton = HeroSkeleton; exports.SearchContainerSkeleton = SearchContainerSkeleton; exports.CategorySidebarSkeleton = CategorySidebarSkeleton; exports.BreadcrumbSkeleton = BreadcrumbSkeleton; exports.ResultsHeaderSkeleton = ResultsHeaderSkeleton; exports.TwoColumnLayoutSkeleton = TwoColumnLayoutSkeleton; exports.ArticleLayoutSkeleton = ArticleLayoutSkeleton; exports.VendorDetailLayoutSkeleton = VendorDetailLayoutSkeleton; exports.StatsSectionSkeleton = StatsSectionSkeleton; exports.BlogCardGridSkeleton = BlogCardGridSkeleton; exports.VendorGridSkeleton = VendorGridSkeleton; exports.SlackCommunitySkeleton = SlackCommunitySkeleton; exports.ParagraphSkeleton = ParagraphSkeleton; exports.ListSkeleton = ListSkeleton; exports.TableSkeleton = TableSkeleton; exports.FormSkeleton = FormSkeleton; exports.NavigationSkeleton = NavigationSkeleton; exports.ProfileSkeleton = ProfileSkeleton; exports.CommentSkeleton = CommentSkeleton; exports.FeatureListSkeleton = FeatureListSkeleton; exports.TimelineSkeleton = TimelineSkeleton; exports.PricingSkeleton = PricingSkeleton; exports.ProfileLoadingSkeleton = ProfileLoadingSkeleton; exports.MspProfileFormSkeleton = MspProfileFormSkeleton; exports.CategoryCardSkeleton = CategoryCardSkeleton; exports.CategoryVendorSelectorSkeleton = CategoryVendorSelectorSkeleton; exports.WizardLayoutSkeleton = WizardLayoutSkeleton; exports.MarginReportSkeleton = MarginReportSkeleton; exports.UsersGridSkeleton = UsersGridSkeleton; exports.OrganizationIconSkeleton = OrganizationIconSkeleton; exports.OrganizationCardSkeleton = OrganizationCardSkeleton; exports.OrganizationCardSkeletonGrid = OrganizationCardSkeletonGrid; exports.DeviceCardSkeleton = DeviceCardSkeleton; exports.DeviceCardSkeletonGrid = DeviceCardSkeletonGrid; exports.VendorPageSkeleton = VendorPageSkeleton; exports.CheckIcon = CheckIcon2; exports.XIcon = XIcon; exports.MinusIcon = MinusIcon; exports.CheckCircleIcon = CheckCircleIcon3; exports.XCircleIcon = XCircleIcon; exports.YesNoDisplay = YesNoDisplay; exports.evaluateFeatureValue = evaluateFeatureValue; exports.MadeWithLove = MadeWithLove; exports.DateTimePicker = DateTimePicker; exports.InteractiveCard = InteractiveCard; exports.OnboardingStepCard = OnboardingStepCard; exports.OnboardingWalkthrough = OnboardingWalkthrough; exports.ProductReleaseCard = ProductReleaseCard; exports.ProductReleaseCardSkeleton = ProductReleaseCardSkeleton; exports.PageShell = PageShell; exports.ArticleDetailLayout = ArticleDetailLayout; exports.ReleaseChangelogSection = ReleaseChangelogSection; exports.ImageGalleryModal = ImageGalleryModal; exports.ActionsMenu = ActionsMenu; exports.ActionsMenuDropdown = ActionsMenuDropdown; exports.PageActions = PageActions; exports.usePageActionsBottomPadding = usePageActionsBottomPadding; exports.PageContainer = PageContainer; exports.ListPageContainer = ListPageContainer; exports.DetailPageContainer = DetailPageContainer; exports.FormPageContainer = FormPageContainer; exports.ContentPageContainer = ContentPageContainer; exports.DetailPageSkeleton = DetailPageSkeleton; exports.ReleaseDetailPage = ReleaseDetailPage; exports.ReleaseDetailSkeleton = ReleaseDetailSkeleton; exports.InfoCard = InfoCard; exports.InfoRow = InfoRow; exports.InputTrigger = InputTrigger; exports.MediaTypeSelector = MediaTypeSelector; exports.PageLoader = PageLoader; exports.CompactPageLoader = CompactPageLoader; exports.ProgressBar = ProgressBar; exports.RadioGroup = RadioGroup; exports.RadioGroupItem = RadioGroupItem; exports.RadioGroupBlock = RadioGroupBlock; exports.TagsInput = TagsInput; exports.TagsManager = TagsManager; 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.Modal = Modal; exports.ModalContent = ModalContent; exports.ModalHeader = ModalHeader; exports.ModalTitle = ModalTitle; exports.ModalFooter = ModalFooter; exports.Modal2 = Modal2; exports.ModalContent2 = ModalContent2; exports.ModalHeader2 = ModalHeader2; exports.ModalTitle2 = ModalTitle2; exports.ModalFooter2 = ModalFooter2; 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.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.StatusIndicator = StatusIndicator; exports.FilterCheckboxItem = FilterCheckboxItem; exports.TagKeyValueFilter = TagKeyValueFilter; exports.FilterModal = FilterModal; exports.ListPageLayout = ListPageLayout; exports.EntityImage = EntityImage; exports.TitleBlock = TitleBlock; exports.PageLayout = PageLayout; 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.CircularProgress = CircularProgress; exports.FloatingTooltip = FloatingTooltip; exports.DashboardInfoCard = DashboardInfoCard; exports.DeviceCard = DeviceCard; exports.DeviceCardCompact = DeviceCardCompact; exports.FeatureCardGrid = FeatureCardGrid; exports.FeatureList = FeatureList; exports.HighlightCard = HighlightCard; exports.HighlightCardGrid = HighlightCardGrid; exports.IconsBlock = IconsBlock; exports.MoreActionsMenu = MoreActionsMenu; exports.DropdownButton = DropdownButton; exports.OrganizationCard = OrganizationCard; exports.ServiceCard = ServiceCard; exports.TabSelector = TabSelector; exports.TitleContentBlock = TitleContentBlock; exports.TooltipProvider = TooltipProvider; exports.Tooltip = Tooltip; exports.TooltipTrigger = TooltipTrigger; exports.TooltipContent = TooltipContent; exports.ErrorState = ErrorState; exports.PageError = PageError; exports.LoadError = LoadError; exports.NotFoundError = NotFoundError; exports.ContentLoader = ContentLoader; exports.CardLoader = CardLoader; exports.FormLoader = FormLoader; exports.DetailLoader = DetailLoader; exports.ListLoader = ListLoader; exports.CursorPagination = CursorPagination; exports.CursorPaginationSimple = CursorPaginationSimple; exports.TableEmptyState = TableEmptyState; 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.SearchInput = SearchInput; exports.FilterListItem = FilterListItem; exports.FilterList = FilterList; exports.TagSearchInput = TagSearchInput; exports.MarkdownEditor = MarkdownEditor; exports.FileUpload = FileUpload; exports.ImageUploader = ImageUploader; exports.AssigneeDropdown = AssigneeDropdown; exports.TicketDetailSection = TicketDetailSection; exports.TicketAttachmentsList = TicketAttachmentsList; exports.TicketNoteCard = TicketNoteCard; exports.TicketNotesSection = TicketNotesSection; exports.TicketInfoSection = TicketInfoSection; exports.LOG_SEVERITY_COLORS = LOG_SEVERITY_COLORS; exports.LOG_SEVERITY_LABELS = LOG_SEVERITY_LABELS; exports.LogSeverityDot = LogSeverityDot; exports.LogsList = LogsList; exports.AVAILABLE_SVG_ICONS = AVAILABLE_SVG_ICONS; exports.releaseTypeOptions = releaseTypeOptions; exports.releaseStatusOptions = releaseStatusOptions; exports.changelogLabels = changelogLabels; exports.SEMVER_REGEX = SEMVER_REGEX; exports.TMCG_ROLES = TMCG_ROLES; exports.TMCG_ROLE_DISPLAY_NAMES = TMCG_ROLE_DISPLAY_NAMES; exports.TMCG_SOCIAL_PLATFORMS = TMCG_SOCIAL_PLATFORMS; exports.assets = assets;
|
|
34680
|
+
//# sourceMappingURL=chunk-UCY537V4.cjs.map
|