@flamingo-stack/openframe-frontend-core 0.0.428 → 0.0.429-snapshot.20260715222543
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-43KGFHI3.js → chunk-2ELINEWQ.js} +2 -2
- package/dist/{chunk-OZTPC6VW.cjs → chunk-374KFDET.cjs} +31 -31
- package/dist/{chunk-OZTPC6VW.cjs.map → chunk-374KFDET.cjs.map} +1 -1
- package/dist/{chunk-55EIHSOQ.js → chunk-3AWPRVFM.js} +2 -2
- package/dist/{chunk-SLCANQN3.js → chunk-3OKVH6FW.js} +4 -4
- package/dist/{chunk-UXXCNZXC.js → chunk-3XWBE3SM.js} +4 -4
- package/dist/{chunk-7JUUQAAH.js → chunk-67LZDLIO.js} +2 -2
- package/dist/{chunk-YP3DO4BM.js → chunk-A6JKKKIF.js} +4 -4
- package/dist/{chunk-RR77Z27A.js → chunk-AY5TBDWZ.js} +2 -2
- package/dist/{chunk-LZYKGEN3.cjs → chunk-CJOFXDTK.cjs} +26 -26
- package/dist/{chunk-LZYKGEN3.cjs.map → chunk-CJOFXDTK.cjs.map} +1 -1
- package/dist/{chunk-I7YFFSDS.cjs → chunk-CTY37UUO.cjs} +59 -59
- package/dist/{chunk-I7YFFSDS.cjs.map → chunk-CTY37UUO.cjs.map} +1 -1
- package/dist/{chunk-NXCFIPEY.cjs → chunk-D4K53CES.cjs} +26 -26
- package/dist/{chunk-NXCFIPEY.cjs.map → chunk-D4K53CES.cjs.map} +1 -1
- package/dist/{chunk-FFDGTMZX.cjs → chunk-FL4IOCYH.cjs} +5 -5
- package/dist/{chunk-FFDGTMZX.cjs.map → chunk-FL4IOCYH.cjs.map} +1 -1
- package/dist/{chunk-7ELFQWYF.cjs → chunk-FYMD7CCA.cjs} +7 -7
- package/dist/{chunk-7ELFQWYF.cjs.map → chunk-FYMD7CCA.cjs.map} +1 -1
- package/dist/{chunk-CVYVCBMM.js → chunk-IMOJWQDR.js} +4 -4
- package/dist/{chunk-N2CTZ3Q2.cjs → chunk-KDVGC6EG.cjs} +37 -37
- package/dist/{chunk-N2CTZ3Q2.cjs.map → chunk-KDVGC6EG.cjs.map} +1 -1
- package/dist/{chunk-DA2VSDAX.js → chunk-NZBQGODM.js} +2 -2
- package/dist/{chunk-SJTNVETH.cjs → chunk-PP5KNHMK.cjs} +408 -233
- package/dist/chunk-PP5KNHMK.cjs.map +1 -0
- package/dist/{chunk-MJH4VS4L.cjs → chunk-Q7SYPXUX.cjs} +11 -11
- package/dist/{chunk-MJH4VS4L.cjs.map → chunk-Q7SYPXUX.cjs.map} +1 -1
- package/dist/{chunk-DQ5NRLCG.js → chunk-S7UXICHB.js} +2 -2
- package/dist/{chunk-KMXHSL6M.js → chunk-TDITU4KW.js} +2 -2
- package/dist/{chunk-OBDDE4WV.js → chunk-TYANQCZA.js} +3034 -2859
- package/dist/chunk-TYANQCZA.js.map +1 -0
- package/dist/{chunk-F4WTCWOY.cjs → chunk-WQN4B6CM.cjs} +15 -15
- package/dist/{chunk-F4WTCWOY.cjs.map → chunk-WQN4B6CM.cjs.map} +1 -1
- package/dist/{chunk-533XR4JK.cjs → chunk-WQR7H56P.cjs} +62 -62
- package/dist/{chunk-533XR4JK.cjs.map → chunk-WQR7H56P.cjs.map} +1 -1
- package/dist/{chunk-MO4QIPT7.cjs → chunk-ZUP2ZKS6.cjs} +9 -9
- package/dist/{chunk-MO4QIPT7.cjs.map → chunk-ZUP2ZKS6.cjs.map} +1 -1
- package/dist/components/case-studies/index.cjs +8 -8
- package/dist/components/case-studies/index.js +2 -2
- package/dist/components/chat/chat-message-skeleton.d.ts +17 -2
- package/dist/components/chat/chat-message-skeleton.d.ts.map +1 -1
- package/dist/components/chat/chat-panel-header.d.ts +6 -1
- package/dist/components/chat/chat-panel-header.d.ts.map +1 -1
- package/dist/components/chat/chat-quick-action-row.d.ts +12 -2
- package/dist/components/chat/chat-quick-action-row.d.ts.map +1 -1
- package/dist/components/chat/hooks/index.d.ts +1 -0
- package/dist/components/chat/hooks/index.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-nats-chat-adapter.d.ts +31 -2
- package/dist/components/chat/hooks/use-nats-chat-adapter.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-scripted-stream.d.ts +3 -0
- package/dist/components/chat/hooks/use-scripted-stream.d.ts.map +1 -0
- package/dist/components/chat/index.cjs +14 -2
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.js +13 -1
- package/dist/components/chat/quick-action-chip.d.ts +5 -1
- package/dist/components/chat/quick-action-chip.d.ts.map +1 -1
- package/dist/components/chat/utils/index.d.ts +1 -0
- package/dist/components/chat/utils/index.d.ts.map +1 -1
- package/dist/components/chat/utils/scripted-stream.d.ts +38 -0
- package/dist/components/chat/utils/scripted-stream.d.ts.map +1 -0
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/docs/index.cjs +5 -5
- package/dist/components/docs/index.js +4 -4
- package/dist/components/embeds/index.cjs +3 -3
- package/dist/components/embeds/index.js +2 -2
- package/dist/components/faq/index.cjs +3 -3
- package/dist/components/faq/index.js +2 -2
- package/dist/components/features/board/index.d.ts +2 -2
- package/dist/components/features/board/index.d.ts.map +1 -1
- package/dist/components/features/board/ticket-card.d.ts +22 -2
- package/dist/components/features/board/ticket-card.d.ts.map +1 -1
- package/dist/components/features/index.cjs +6 -2
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.js +5 -1
- package/dist/components/help-center-pages/index.cjs +20 -20
- package/dist/components/help-center-pages/index.js +11 -11
- package/dist/components/index.cjs +146 -128
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +27 -9
- 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 +5 -5
- package/dist/components/onboarding-guides/index.js +4 -4
- package/dist/components/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/tickets/index.cjs +5 -5
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +16 -2
- 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 +15 -1
- package/dist/components/ui/info-card-row.d.ts +13 -0
- package/dist/components/ui/info-card-row.d.ts.map +1 -0
- package/dist/components/ui/tag.d.ts +1 -1
- package/dist/components/ui/tag.d.ts.map +1 -1
- package/dist/index.cjs +20 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -1
- package/package.json +1 -1
- package/src/components/chat/chat-message-skeleton.tsx +40 -9
- package/src/components/chat/chat-panel-header.tsx +28 -16
- package/src/components/chat/chat-quick-action-row.tsx +33 -0
- package/src/components/chat/embeddable-chat.tsx +11 -1
- package/src/components/chat/hooks/index.ts +1 -0
- package/src/components/chat/hooks/use-nats-chat-adapter.ts +30 -1
- package/src/components/chat/hooks/use-scripted-stream.ts +69 -0
- package/src/components/chat/quick-action-chip.tsx +6 -1
- package/src/components/chat/utils/index.ts +2 -0
- package/src/components/chat/utils/scripted-stream.ts +111 -0
- package/src/components/features/board/index.ts +2 -2
- package/src/components/features/board/ticket-card.tsx +108 -64
- package/src/components/ui/index.ts +1 -0
- package/src/components/ui/info-card-row.tsx +70 -0
- package/src/components/ui/tag.tsx +7 -0
- package/src/stories/InfoCardRow.stories.tsx +68 -0
- package/dist/chunk-OBDDE4WV.js.map +0 -1
- package/dist/chunk-SJTNVETH.cjs.map +0 -1
- /package/dist/{chunk-43KGFHI3.js.map → chunk-2ELINEWQ.js.map} +0 -0
- /package/dist/{chunk-55EIHSOQ.js.map → chunk-3AWPRVFM.js.map} +0 -0
- /package/dist/{chunk-SLCANQN3.js.map → chunk-3OKVH6FW.js.map} +0 -0
- /package/dist/{chunk-UXXCNZXC.js.map → chunk-3XWBE3SM.js.map} +0 -0
- /package/dist/{chunk-7JUUQAAH.js.map → chunk-67LZDLIO.js.map} +0 -0
- /package/dist/{chunk-YP3DO4BM.js.map → chunk-A6JKKKIF.js.map} +0 -0
- /package/dist/{chunk-RR77Z27A.js.map → chunk-AY5TBDWZ.js.map} +0 -0
- /package/dist/{chunk-CVYVCBMM.js.map → chunk-IMOJWQDR.js.map} +0 -0
- /package/dist/{chunk-DA2VSDAX.js.map → chunk-NZBQGODM.js.map} +0 -0
- /package/dist/{chunk-DQ5NRLCG.js.map → chunk-S7UXICHB.js.map} +0 -0
- /package/dist/{chunk-KMXHSL6M.js.map → chunk-TDITU4KW.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import "../chunk-GZ4C3XW6.js";
|
|
|
4
4
|
import {
|
|
5
5
|
GROUP_PAGE_SIZE,
|
|
6
6
|
RelatedContentSection
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-NZBQGODM.js";
|
|
8
8
|
import {
|
|
9
9
|
DeliveryLists,
|
|
10
10
|
DeliveryTable,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
useLegalDocs,
|
|
22
22
|
usePaginationLoading,
|
|
23
23
|
useRoadmapVoting
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-3OKVH6FW.js";
|
|
25
25
|
import {
|
|
26
26
|
AnnouncementBarSkeleton,
|
|
27
27
|
ArticleLayoutSkeleton,
|
|
@@ -54,17 +54,17 @@ import {
|
|
|
54
54
|
useDocNavigation,
|
|
55
55
|
useDocumentTree,
|
|
56
56
|
useScrollSpy
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-3XWBE3SM.js";
|
|
58
58
|
import {
|
|
59
59
|
FileDownloadCard,
|
|
60
60
|
GoogleSheetsViewer,
|
|
61
61
|
PdfViewer
|
|
62
|
-
} from "../chunk-
|
|
62
|
+
} from "../chunk-67LZDLIO.js";
|
|
63
63
|
import {
|
|
64
64
|
FaqAccordion,
|
|
65
65
|
FaqDocumentPage,
|
|
66
66
|
FaqSection
|
|
67
|
-
} from "../chunk-
|
|
67
|
+
} from "../chunk-TDITU4KW.js";
|
|
68
68
|
import {
|
|
69
69
|
DeliveryRow,
|
|
70
70
|
DevCardRowContent,
|
|
@@ -75,11 +75,11 @@ import {
|
|
|
75
75
|
EmptyState,
|
|
76
76
|
UnifiedPagination,
|
|
77
77
|
init_unified_pagination
|
|
78
|
-
} from "../chunk-
|
|
78
|
+
} from "../chunk-AY5TBDWZ.js";
|
|
79
79
|
import {
|
|
80
80
|
ArticleAuthorByline,
|
|
81
81
|
DetailPageSkeleton
|
|
82
|
-
} from "../chunk-
|
|
82
|
+
} from "../chunk-2ELINEWQ.js";
|
|
83
83
|
import {
|
|
84
84
|
DocSearchBar,
|
|
85
85
|
DocSearchResultRow,
|
|
@@ -87,7 +87,7 @@ import {
|
|
|
87
87
|
mapDocSearchResults,
|
|
88
88
|
resolveSearchResultAction,
|
|
89
89
|
useDocSearch
|
|
90
|
-
} from "../chunk-
|
|
90
|
+
} from "../chunk-S7UXICHB.js";
|
|
91
91
|
import {
|
|
92
92
|
useSelfFetch
|
|
93
93
|
} from "../chunk-QXYOGJQJ.js";
|
|
@@ -403,6 +403,7 @@ import {
|
|
|
403
403
|
ImageGalleryModal,
|
|
404
404
|
ImageUploader,
|
|
405
405
|
InfoCard,
|
|
406
|
+
InfoCardRow,
|
|
406
407
|
InfoRow,
|
|
407
408
|
InfoSection,
|
|
408
409
|
InputTrigger,
|
|
@@ -668,7 +669,9 @@ import {
|
|
|
668
669
|
ThinkingDisplay,
|
|
669
670
|
TicketAttachmentsList,
|
|
670
671
|
TicketCard,
|
|
672
|
+
TicketCardBody,
|
|
671
673
|
TicketCardSkeleton,
|
|
674
|
+
TicketCardView,
|
|
672
675
|
TicketDetailSection,
|
|
673
676
|
TicketInfoSection,
|
|
674
677
|
TicketNoteCard,
|
|
@@ -725,6 +728,7 @@ import {
|
|
|
725
728
|
buildDiscussAddendum,
|
|
726
729
|
buildNatsWsUrl,
|
|
727
730
|
buildProductReleaseCardProps,
|
|
731
|
+
buildStreamFrames,
|
|
728
732
|
chatChipClass,
|
|
729
733
|
clearLegacyAnnouncementCache,
|
|
730
734
|
clickupTaskUrl,
|
|
@@ -791,16 +795,19 @@ import {
|
|
|
791
795
|
groupTicketsByStatus,
|
|
792
796
|
handleChatNavClick,
|
|
793
797
|
hideOnError,
|
|
798
|
+
historicalToUnified,
|
|
794
799
|
init_pagination,
|
|
795
800
|
isAnnouncementDismissed,
|
|
796
801
|
isApprovalNotification,
|
|
797
802
|
isControlChunk,
|
|
798
803
|
isCrossOriginUrl,
|
|
799
804
|
isErrorChunk,
|
|
805
|
+
isHistoricalUserTurn,
|
|
800
806
|
isMetadataChunk,
|
|
801
807
|
isModifierClick,
|
|
802
808
|
isStructuredContent,
|
|
803
809
|
kindToCanonicalStatus,
|
|
810
|
+
mapProcessedToUnified,
|
|
804
811
|
maxPersistedStreamSeq,
|
|
805
812
|
mergeHistoryWithRealtime,
|
|
806
813
|
multiSelectFilterFn,
|
|
@@ -809,6 +816,7 @@ import {
|
|
|
809
816
|
noDataActionsVariants,
|
|
810
817
|
noDataIconClasses,
|
|
811
818
|
normalizeContent,
|
|
819
|
+
normalizeHistoricalMessageData,
|
|
812
820
|
normalizeIconKey,
|
|
813
821
|
parseChunkToAction,
|
|
814
822
|
parseScrollAnchor,
|
|
@@ -870,6 +878,7 @@ import {
|
|
|
870
878
|
useRealtimeChunkProcessor,
|
|
871
879
|
useRichMarkdownRuntime,
|
|
872
880
|
useSSE,
|
|
881
|
+
useScriptedStream,
|
|
873
882
|
useScrollFade,
|
|
874
883
|
useSectionNavigation,
|
|
875
884
|
useSlashCommandRegistry,
|
|
@@ -883,7 +892,7 @@ import {
|
|
|
883
892
|
useVideoOriginPreconnect,
|
|
884
893
|
useVideoWarmup,
|
|
885
894
|
usesCanonicalStatusStyle
|
|
886
|
-
} from "../chunk-
|
|
895
|
+
} from "../chunk-TYANQCZA.js";
|
|
887
896
|
import {
|
|
888
897
|
CommandApprovalToast,
|
|
889
898
|
ToastCard,
|
|
@@ -4975,6 +4984,7 @@ export {
|
|
|
4975
4984
|
ImageIcon,
|
|
4976
4985
|
ImageUploader,
|
|
4977
4986
|
InfoCard,
|
|
4987
|
+
InfoCardRow,
|
|
4978
4988
|
InfoCircleIcon,
|
|
4979
4989
|
InfoRow,
|
|
4980
4990
|
InfoSection,
|
|
@@ -5370,7 +5380,9 @@ export {
|
|
|
5370
5380
|
ThumbsUpIcon,
|
|
5371
5381
|
TicketAttachmentsList,
|
|
5372
5382
|
TicketCard,
|
|
5383
|
+
TicketCardBody,
|
|
5373
5384
|
TicketCardSkeleton,
|
|
5385
|
+
TicketCardView,
|
|
5374
5386
|
TicketDetailSection,
|
|
5375
5387
|
TicketInfoSection,
|
|
5376
5388
|
TicketNoteCard,
|
|
@@ -5456,6 +5468,7 @@ export {
|
|
|
5456
5468
|
buildDiscussAddendum,
|
|
5457
5469
|
buildNatsWsUrl,
|
|
5458
5470
|
buildProductReleaseCardProps,
|
|
5471
|
+
buildStreamFrames,
|
|
5459
5472
|
buttonVariants,
|
|
5460
5473
|
embedAuthedFetch as chatAuthedFetch,
|
|
5461
5474
|
chatChipClass,
|
|
@@ -5526,15 +5539,18 @@ export {
|
|
|
5526
5539
|
groupTicketsByStatus,
|
|
5527
5540
|
handleChatNavClick,
|
|
5528
5541
|
hideOnError,
|
|
5542
|
+
historicalToUnified,
|
|
5529
5543
|
isApprovalNotification,
|
|
5530
5544
|
isControlChunk,
|
|
5531
5545
|
isCrossOriginUrl,
|
|
5532
5546
|
isErrorChunk,
|
|
5547
|
+
isHistoricalUserTurn,
|
|
5533
5548
|
isMetadataChunk,
|
|
5534
5549
|
isModifierClick,
|
|
5535
5550
|
isStructuredContent,
|
|
5536
5551
|
kindToCanonicalStatus,
|
|
5537
5552
|
mapDocSearchResults,
|
|
5553
|
+
mapProcessedToUnified,
|
|
5538
5554
|
maxPersistedStreamSeq,
|
|
5539
5555
|
mergeHistoryWithRealtime,
|
|
5540
5556
|
multiSelectFilterFn,
|
|
@@ -5543,6 +5559,7 @@ export {
|
|
|
5543
5559
|
noDataActionsVariants,
|
|
5544
5560
|
noDataIconClasses,
|
|
5545
5561
|
normalizeContent,
|
|
5562
|
+
normalizeHistoricalMessageData,
|
|
5546
5563
|
normalizeIconKey,
|
|
5547
5564
|
parseChunkToAction,
|
|
5548
5565
|
parseScrollAnchor,
|
|
@@ -5620,6 +5637,7 @@ export {
|
|
|
5620
5637
|
useRichMarkdownRuntime,
|
|
5621
5638
|
useRoadmapVoting,
|
|
5622
5639
|
useSSE,
|
|
5640
|
+
useScriptedStream,
|
|
5623
5641
|
useScrollFade,
|
|
5624
5642
|
useScrollSpy,
|
|
5625
5643
|
useSectionNavigation,
|