@flamingo-stack/openframe-frontend-core 0.0.221 → 0.0.222-snapshot.20260603194901
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-73YDB6AT.cjs → chunk-5O6B5GZ4.cjs} +10 -10
- package/dist/{chunk-73YDB6AT.cjs.map → chunk-5O6B5GZ4.cjs.map} +1 -1
- package/dist/{chunk-JMGSJHFP.cjs → chunk-AV3TZ4SZ.cjs} +10 -10
- package/dist/{chunk-JMGSJHFP.cjs.map → chunk-AV3TZ4SZ.cjs.map} +1 -1
- package/dist/{chunk-SRCEVQYA.js → chunk-B4H4IQGC.js} +3 -3
- package/dist/chunk-B4H4IQGC.js.map +1 -0
- package/dist/{chunk-E2AWBQEU.js → chunk-BJT75NB5.js} +2 -2
- package/dist/{chunk-4PBV66HQ.cjs → chunk-IMKES2AZ.cjs} +7 -7
- package/dist/{chunk-4PBV66HQ.cjs.map → chunk-IMKES2AZ.cjs.map} +1 -1
- package/dist/{chunk-7TQNW2AM.cjs → chunk-N3X2FQFM.cjs} +24 -24
- package/dist/{chunk-7TQNW2AM.cjs.map → chunk-N3X2FQFM.cjs.map} +1 -1
- package/dist/{chunk-ZAGQXSAP.cjs → chunk-OTM73QAN.cjs} +35 -18
- package/dist/chunk-OTM73QAN.cjs.map +1 -0
- package/dist/{chunk-FOOQFRJR.js → chunk-SKHXAVXG.js} +2 -2
- package/dist/{chunk-IS4IZC7N.js → chunk-ULWGSVQU.js} +35 -18
- package/dist/chunk-ULWGSVQU.js.map +1 -0
- package/dist/{chunk-CPIX5AAR.js → chunk-YYZJH6VZ.js} +2 -2
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/features/board/board-column-header.d.ts +2 -1
- package/dist/components/features/board/board-column-header.d.ts.map +1 -1
- package/dist/components/features/board/board-column.d.ts +2 -1
- package/dist/components/features/board/board-column.d.ts.map +1 -1
- package/dist/components/features/board/board.d.ts +2 -1
- package/dist/components/features/board/board.d.ts.map +1 -1
- package/dist/components/features/board/types.d.ts +1 -0
- package/dist/components/features/board/types.d.ts.map +1 -1
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +102 -102
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +29 -29
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/onboarding-guides/index.cjs +25 -25
- package/dist/components/onboarding-guides/index.js +3 -3
- package/dist/components/tickets/index.cjs +64 -64
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/content-loading-container.tsx +1 -1
- package/src/components/empty-state.tsx +3 -3
- package/src/components/faq-accordion.tsx +2 -2
- package/src/components/features/board/board-column-header.tsx +14 -1
- package/src/components/features/board/board-column.tsx +3 -0
- package/src/components/features/board/board.tsx +3 -0
- package/src/components/features/board/types.ts +2 -0
- package/src/components/features/changelog-manager.tsx +2 -2
- package/src/components/features/highlight-config-section.tsx +2 -2
- package/src/components/features/og-editor-preview.tsx +3 -3
- package/src/components/features/release-media-manager.tsx +2 -2
- package/src/components/loading/card-skeleton.tsx +3 -3
- package/src/components/loading/device-card-skeleton.tsx +1 -1
- package/src/components/loading/margin-report-skeleton.tsx +2 -2
- package/src/components/loading/organization-card-skeleton.tsx +1 -1
- package/src/components/loading/organization-icon-skeleton.tsx +1 -1
- package/src/components/loading/page-layout-skeleton.tsx +9 -9
- package/src/components/loading/users-grid-skeleton.tsx +2 -2
- package/src/components/logs-list.tsx +1 -1
- package/src/components/media-carousel.tsx +1 -1
- package/src/components/open-source-features.tsx +2 -2
- package/src/components/ui/allowed-domains-input.tsx +3 -3
- package/src/components/ui/cursor-pagination.tsx +1 -1
- package/src/components/ui/info-row.tsx +2 -2
- package/src/components/ui/tags-input.tsx +1 -1
- package/src/components/vendor-icon.tsx +1 -1
- package/src/components/vendor-tag.tsx +1 -1
- package/src/components/why-it-matters.tsx +1 -1
- package/dist/chunk-IS4IZC7N.js.map +0 -1
- package/dist/chunk-SRCEVQYA.js.map +0 -1
- package/dist/chunk-ZAGQXSAP.cjs.map +0 -1
- /package/dist/{chunk-E2AWBQEU.js.map → chunk-BJT75NB5.js.map} +0 -0
- /package/dist/{chunk-FOOQFRJR.js.map → chunk-SKHXAVXG.js.map} +0 -0
- /package/dist/{chunk-CPIX5AAR.js.map → chunk-YYZJH6VZ.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
resolveExternalNavigation,
|
|
8
8
|
resolveSourceIcon,
|
|
9
9
|
stripSameOriginToPath
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ULWGSVQU.js";
|
|
11
11
|
import {
|
|
12
12
|
useDebounce
|
|
13
13
|
} from "./chunk-QYRV6MKX.js";
|
|
@@ -446,4 +446,4 @@ export {
|
|
|
446
446
|
useSelfFetch,
|
|
447
447
|
DetailPageSkeleton
|
|
448
448
|
};
|
|
449
|
-
//# sourceMappingURL=chunk-
|
|
449
|
+
//# sourceMappingURL=chunk-SKHXAVXG.js.map
|
|
@@ -9633,7 +9633,7 @@ var AllowedDomainsInput = React30.forwardRef(
|
|
|
9633
9633
|
{
|
|
9634
9634
|
value: domain,
|
|
9635
9635
|
disabled: true,
|
|
9636
|
-
className: "bg-
|
|
9636
|
+
className: "bg-ods-card border-ods-border rounded-[6px] flex-1"
|
|
9637
9637
|
}
|
|
9638
9638
|
),
|
|
9639
9639
|
/* @__PURE__ */ jsx74(
|
|
@@ -9661,7 +9661,7 @@ var AllowedDomainsInput = React30.forwardRef(
|
|
|
9661
9661
|
onKeyDown: handleKeyDown,
|
|
9662
9662
|
placeholder,
|
|
9663
9663
|
disabled,
|
|
9664
|
-
className: "bg-
|
|
9664
|
+
className: "bg-ods-card border-ods-border rounded-[6px] flex-1"
|
|
9665
9665
|
}
|
|
9666
9666
|
) }),
|
|
9667
9667
|
/* @__PURE__ */ jsxs58(
|
|
@@ -9675,7 +9675,7 @@ var AllowedDomainsInput = React30.forwardRef(
|
|
|
9675
9675
|
onClick: addDomain,
|
|
9676
9676
|
disabled,
|
|
9677
9677
|
children: [
|
|
9678
|
-
/* @__PURE__ */ jsx74(PlusCircle, { className: "h-5 w-5 text-
|
|
9678
|
+
/* @__PURE__ */ jsx74(PlusCircle, { className: "h-5 w-5 text-ods-text-secondary" }),
|
|
9679
9679
|
/* @__PURE__ */ jsx74("span", { className: "font-['DM_Sans'] font-bold text-base", children: "Add Domain" })
|
|
9680
9680
|
]
|
|
9681
9681
|
}
|
|
@@ -11334,9 +11334,9 @@ function InfoCardValueRow({ label, value, showLabel, copyable, copyAriaLabel })
|
|
|
11334
11334
|
import { jsx as jsx83, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
11335
11335
|
function InfoRow({ label, value, icon }) {
|
|
11336
11336
|
return /* @__PURE__ */ jsxs66("div", { className: "flex gap-2 items-center w-full", children: [
|
|
11337
|
-
/* @__PURE__ */ jsx83("div", { className: "text-h4 text-
|
|
11337
|
+
/* @__PURE__ */ jsx83("div", { className: "text-h4 text-ods-text-primary overflow-hidden text-ellipsis whitespace-nowrap", children: label }),
|
|
11338
11338
|
/* @__PURE__ */ jsx83("div", { className: "flex-1 bg-[#3a3a3a] h-px min-h-px min-w-px" }),
|
|
11339
|
-
/* @__PURE__ */ jsxs66("div", { className: "text-h4 text-
|
|
11339
|
+
/* @__PURE__ */ jsxs66("div", { className: "text-h4 text-ods-text-primary overflow-hidden text-ellipsis whitespace-nowrap flex items-center gap-1", children: [
|
|
11340
11340
|
value,
|
|
11341
11341
|
icon
|
|
11342
11342
|
] })
|
|
@@ -11759,7 +11759,7 @@ function TagsInput({
|
|
|
11759
11759
|
placeholder,
|
|
11760
11760
|
disabled: disabled || (maxTags ? value.length >= maxTags : false),
|
|
11761
11761
|
className: cn(
|
|
11762
|
-
"flex-1 bg-
|
|
11762
|
+
"flex-1 bg-ods-bg border-ods-border text-ods-text-primary",
|
|
11763
11763
|
inputClassName
|
|
11764
11764
|
)
|
|
11765
11765
|
}
|
|
@@ -18537,7 +18537,7 @@ function ChangelogManager({
|
|
|
18537
18537
|
value: entry.title,
|
|
18538
18538
|
onChange: (e) => updateEntry(index, "title", e.target.value),
|
|
18539
18539
|
onKeyDown: (e) => e.key === "Enter" && e.preventDefault(),
|
|
18540
|
-
className: "bg-
|
|
18540
|
+
className: "bg-ods-bg"
|
|
18541
18541
|
}
|
|
18542
18542
|
)
|
|
18543
18543
|
] }),
|
|
@@ -18550,7 +18550,7 @@ function ChangelogManager({
|
|
|
18550
18550
|
value: entry.description || "",
|
|
18551
18551
|
onChange: (e) => updateEntry(index, "description", e.target.value),
|
|
18552
18552
|
rows: 2,
|
|
18553
|
-
className: "bg-
|
|
18553
|
+
className: "bg-ods-bg"
|
|
18554
18554
|
}
|
|
18555
18555
|
)
|
|
18556
18556
|
] })
|
|
@@ -20794,7 +20794,7 @@ function ReleaseMediaManager({
|
|
|
20794
20794
|
onValueChange: (value) => updateMedia(index, "media_type", value),
|
|
20795
20795
|
disabled: item._uploading,
|
|
20796
20796
|
children: [
|
|
20797
|
-
/* @__PURE__ */ jsx165(SelectTrigger, { className: "bg-
|
|
20797
|
+
/* @__PURE__ */ jsx165(SelectTrigger, { className: "bg-ods-bg h-8 text-xs", children: /* @__PURE__ */ jsx165(SelectValue, {}) }),
|
|
20798
20798
|
/* @__PURE__ */ jsxs129(SelectContent, { className: "bg-ods-card", children: [
|
|
20799
20799
|
/* @__PURE__ */ jsx165(SelectItem, { value: "image", children: "Image" }),
|
|
20800
20800
|
/* @__PURE__ */ jsx165(SelectItem, { value: "video", children: "Video" }),
|
|
@@ -20812,7 +20812,7 @@ function ReleaseMediaManager({
|
|
|
20812
20812
|
value: item.title,
|
|
20813
20813
|
onChange: (e) => updateMedia(index, "title", e.target.value),
|
|
20814
20814
|
onKeyDown: (e) => e.key === "Enter" && e.preventDefault(),
|
|
20815
|
-
className: "bg-
|
|
20815
|
+
className: "bg-ods-bg h-8 text-xs",
|
|
20816
20816
|
disabled: item._uploading
|
|
20817
20817
|
}
|
|
20818
20818
|
)
|
|
@@ -22453,7 +22453,7 @@ function HighlightConfigSection({
|
|
|
22453
22453
|
onValueChange: (value) => onTargetDurationChange(parseInt(value)),
|
|
22454
22454
|
disabled,
|
|
22455
22455
|
children: [
|
|
22456
|
-
/* @__PURE__ */ jsx179(SelectTrigger, { className: "bg-
|
|
22456
|
+
/* @__PURE__ */ jsx179(SelectTrigger, { className: "bg-ods-bg mt-1", children: /* @__PURE__ */ jsx179(SelectValue, {}) }),
|
|
22457
22457
|
/* @__PURE__ */ jsxs141(SelectContent, { className: "bg-ods-card", children: [
|
|
22458
22458
|
/* @__PURE__ */ jsx179(SelectItem, { value: "60", children: "1 minute" }),
|
|
22459
22459
|
/* @__PURE__ */ jsx179(SelectItem, { value: "120", children: "2 minutes" }),
|
|
@@ -22474,7 +22474,7 @@ function HighlightConfigSection({
|
|
|
22474
22474
|
checked: skipSubtitleBurning,
|
|
22475
22475
|
onChange: (e) => onSkipSubtitleBurningChange(e.target.checked),
|
|
22476
22476
|
disabled,
|
|
22477
|
-
className: "h-4 w-4 rounded border-ods-border bg-
|
|
22477
|
+
className: "h-4 w-4 rounded border-ods-border bg-ods-bg text-ods-accent focus:ring-ods-accent"
|
|
22478
22478
|
}
|
|
22479
22479
|
),
|
|
22480
22480
|
/* @__PURE__ */ jsx179(Label, { htmlFor: "skipSubtitleBurning", className: "text-sm cursor-pointer", children: "Skip subtitle burning" })
|
|
@@ -24351,7 +24351,8 @@ function BoardColumnHeader({
|
|
|
24351
24351
|
column,
|
|
24352
24352
|
collapsed = false,
|
|
24353
24353
|
onToggleCollapse,
|
|
24354
|
-
onAddTicket
|
|
24354
|
+
onAddTicket,
|
|
24355
|
+
onArchive
|
|
24355
24356
|
}) {
|
|
24356
24357
|
const count = column.total ?? column.tickets.length;
|
|
24357
24358
|
const tagStatus = column.statusKey ?? column.id;
|
|
@@ -24412,6 +24413,17 @@ function BoardColumnHeader({
|
|
|
24412
24413
|
children: /* @__PURE__ */ jsx198(Arrow02LeftIcon, { className: "h-6 w-6 text-ods-text-secondary" })
|
|
24413
24414
|
}
|
|
24414
24415
|
),
|
|
24416
|
+
onArchive && /* @__PURE__ */ jsx198(
|
|
24417
|
+
Button,
|
|
24418
|
+
{
|
|
24419
|
+
variant: "transparent",
|
|
24420
|
+
size: "icon",
|
|
24421
|
+
className: "h-8 w-8 md:h-8 md:w-8 p-0",
|
|
24422
|
+
onClick: onArchive,
|
|
24423
|
+
"aria-label": "Archive resolved tickets",
|
|
24424
|
+
children: /* @__PURE__ */ jsx198(BoxArchiveIcon, { className: "h-6 w-6 text-ods-text-secondary" })
|
|
24425
|
+
}
|
|
24426
|
+
),
|
|
24415
24427
|
onAddTicket && /* @__PURE__ */ jsx198(
|
|
24416
24428
|
Button,
|
|
24417
24429
|
{
|
|
@@ -24622,6 +24634,7 @@ function BoardColumn({
|
|
|
24622
24634
|
collapsed = false,
|
|
24623
24635
|
onToggleCollapse,
|
|
24624
24636
|
onAddTicket,
|
|
24637
|
+
onArchive,
|
|
24625
24638
|
getTicketHref,
|
|
24626
24639
|
renderAssignSlot,
|
|
24627
24640
|
onLoadMore,
|
|
@@ -24648,7 +24661,8 @@ function BoardColumn({
|
|
|
24648
24661
|
column,
|
|
24649
24662
|
collapsed,
|
|
24650
24663
|
onToggleCollapse,
|
|
24651
|
-
onAddTicket: !collapsed && onAddTicket ? () => onAddTicket(column.id) : void 0
|
|
24664
|
+
onAddTicket: !collapsed && onAddTicket ? () => onAddTicket(column.id) : void 0,
|
|
24665
|
+
onArchive: !collapsed && column.archivable && onArchive ? () => onArchive(column.id) : void 0
|
|
24652
24666
|
}
|
|
24653
24667
|
),
|
|
24654
24668
|
!collapsed && /* @__PURE__ */ jsxs158(Fragment30, { children: [
|
|
@@ -24783,6 +24797,7 @@ function Board({
|
|
|
24783
24797
|
onChange,
|
|
24784
24798
|
onLoadMore,
|
|
24785
24799
|
onAddTicket,
|
|
24800
|
+
onArchiveColumn,
|
|
24786
24801
|
getTicketHref,
|
|
24787
24802
|
renderAssignSlot,
|
|
24788
24803
|
collapseStorageKey,
|
|
@@ -24976,6 +24991,7 @@ function Board({
|
|
|
24976
24991
|
collapsed: !!collapsed[column.id],
|
|
24977
24992
|
onToggleCollapse: () => toggle(column.id),
|
|
24978
24993
|
onAddTicket,
|
|
24994
|
+
onArchive: onArchiveColumn,
|
|
24979
24995
|
getTicketHref,
|
|
24980
24996
|
renderAssignSlot,
|
|
24981
24997
|
onLoadMore,
|
|
@@ -25049,7 +25065,8 @@ function columnFromTicketStatus(status, tickets, overrides = {}) {
|
|
|
25049
25065
|
system: overrides.system,
|
|
25050
25066
|
dropDisabled: overrides.dropDisabled,
|
|
25051
25067
|
dragDisabled: overrides.dragDisabled,
|
|
25052
|
-
allowedFromColumns: overrides.allowedFromColumns
|
|
25068
|
+
allowedFromColumns: overrides.allowedFromColumns,
|
|
25069
|
+
archivable: overrides.archivable
|
|
25053
25070
|
};
|
|
25054
25071
|
}
|
|
25055
25072
|
function groupTicketsByStatus(tickets, statuses) {
|
|
@@ -27954,7 +27971,7 @@ var LogCard = ({ log, isLast, showConnector, onClick }) => {
|
|
|
27954
27971
|
/* @__PURE__ */ jsxs185("div", { className: "flex-1 min-w-0 space-y-1", children: [
|
|
27955
27972
|
/* @__PURE__ */ jsx232("p", { className: "font-['DM_Sans'] font-medium text-[14px] leading-5 text-white", children: log.title }),
|
|
27956
27973
|
/* @__PURE__ */ jsxs185("div", { className: "flex items-center gap-2", children: [
|
|
27957
|
-
/* @__PURE__ */ jsx232("p", { className: "font-['Azeret_Mono'] font-normal text-[13px] leading-4 text-
|
|
27974
|
+
/* @__PURE__ */ jsx232("p", { className: "font-['Azeret_Mono'] font-normal text-[13px] leading-4 text-ods-text-secondary uppercase tracking-wider", children: formatTimestamp(log.timestamp) }),
|
|
27958
27975
|
log.toolType && /* @__PURE__ */ jsx232(ToolIcon, { toolType: log.toolType, size: 16 })
|
|
27959
27976
|
] })
|
|
27960
27977
|
] })
|
|
@@ -28501,7 +28518,7 @@ function CursorPagination({
|
|
|
28501
28518
|
className
|
|
28502
28519
|
),
|
|
28503
28520
|
children: [
|
|
28504
|
-
showInfo && /* @__PURE__ */ jsx240("div", { className: "text-sm text-
|
|
28521
|
+
showInfo && /* @__PURE__ */ jsx240("div", { className: "text-sm text-ods-text-secondary", children: displayText || /* @__PURE__ */ jsx240("span", { children: "\xA0" }) }),
|
|
28505
28522
|
/* @__PURE__ */ jsxs192("div", { className: "flex items-center gap-2", children: [
|
|
28506
28523
|
onReset ? /* @__PURE__ */ jsx240(
|
|
28507
28524
|
Button,
|
|
@@ -42819,4 +42836,4 @@ export {
|
|
|
42819
42836
|
LogsList,
|
|
42820
42837
|
assets
|
|
42821
42838
|
};
|
|
42822
|
-
//# sourceMappingURL=chunk-
|
|
42839
|
+
//# sourceMappingURL=chunk-ULWGSVQU.js.map
|