@flamingo-stack/openframe-frontend-core 0.0.249 → 0.0.250

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/{chunk-PCXI7ZB2.js → chunk-D2BC3NZ2.js} +135 -30
  2. package/dist/chunk-D2BC3NZ2.js.map +1 -0
  3. package/dist/{chunk-5ZVPKTXM.js → chunk-DZJ53RX6.js} +2 -2
  4. package/dist/{chunk-4EED3YEI.cjs → chunk-NCXHTQH2.cjs} +663 -558
  5. package/dist/chunk-NCXHTQH2.cjs.map +1 -0
  6. package/dist/{chunk-3DZ7QYNA.cjs → chunk-PDKBCCCD.cjs} +11 -11
  7. package/dist/{chunk-3DZ7QYNA.cjs.map → chunk-PDKBCCCD.cjs.map} +1 -1
  8. package/dist/{chunk-LHZYI23D.cjs → chunk-PDYT7T6K.cjs} +32 -29
  9. package/dist/chunk-PDYT7T6K.cjs.map +1 -0
  10. package/dist/{chunk-PVAYXHYF.js → chunk-PSG7H4KG.js} +2 -2
  11. package/dist/{chunk-VAKBNCV6.js → chunk-SGEO3W3F.js} +6 -3
  12. package/dist/chunk-SGEO3W3F.js.map +1 -0
  13. package/dist/{chunk-3VTHSACO.cjs → chunk-UMH4RR2F.cjs} +25 -25
  14. package/dist/{chunk-3VTHSACO.cjs.map → chunk-UMH4RR2F.cjs.map} +1 -1
  15. package/dist/components/chat/chat-message-list.d.ts.map +1 -1
  16. package/dist/components/chat/index.cjs +12 -2
  17. package/dist/components/chat/index.cjs.map +1 -1
  18. package/dist/components/chat/index.js +11 -1
  19. package/dist/components/chat/utils/history-merge.d.ts +92 -0
  20. package/dist/components/chat/utils/history-merge.d.ts.map +1 -0
  21. package/dist/components/chat/utils/index.d.ts +1 -0
  22. package/dist/components/chat/utils/index.d.ts.map +1 -1
  23. package/dist/components/contact/index.cjs +3 -3
  24. package/dist/components/contact/index.js +2 -2
  25. package/dist/components/features/index.cjs +2 -2
  26. package/dist/components/features/index.js +1 -1
  27. package/dist/components/features/policy-configuration-panel.d.ts.map +1 -1
  28. package/dist/components/index.cjs +59 -49
  29. package/dist/components/index.cjs.map +1 -1
  30. package/dist/components/index.js +13 -3
  31. package/dist/components/index.js.map +1 -1
  32. package/dist/components/navigation/index.cjs +2 -2
  33. package/dist/components/navigation/index.js +1 -1
  34. package/dist/components/related-content/index.cjs +3 -3
  35. package/dist/components/related-content/index.js +2 -2
  36. package/dist/components/related-content/related-content-section.d.ts.map +1 -1
  37. package/dist/components/tickets/index.cjs +55 -55
  38. package/dist/components/tickets/index.js +3 -3
  39. package/dist/components/ui/index.cjs +12 -2
  40. package/dist/components/ui/index.cjs.map +1 -1
  41. package/dist/components/ui/index.js +11 -1
  42. package/dist/index.cjs +12 -2
  43. package/dist/index.cjs.map +1 -1
  44. package/dist/index.js +11 -1
  45. package/package.json +1 -1
  46. package/src/components/chat/__tests__/chat-message-list.test.tsx +92 -0
  47. package/src/components/chat/chat-message-list.tsx +74 -49
  48. package/src/components/chat/utils/__tests__/history-merge.test.ts +339 -0
  49. package/src/components/chat/utils/history-merge.ts +255 -0
  50. package/src/components/chat/utils/index.ts +12 -0
  51. package/src/components/features/policy-configuration-panel.tsx +1 -0
  52. package/src/components/related-content/related-content-section.tsx +6 -2
  53. package/dist/chunk-4EED3YEI.cjs.map +0 -1
  54. package/dist/chunk-LHZYI23D.cjs.map +0 -1
  55. package/dist/chunk-PCXI7ZB2.js.map +0 -1
  56. package/dist/chunk-VAKBNCV6.js.map +0 -1
  57. /package/dist/{chunk-5ZVPKTXM.js.map → chunk-DZJ53RX6.js.map} +0 -0
  58. /package/dist/{chunk-PVAYXHYF.js.map → chunk-PSG7H4KG.js.map} +0 -0
@@ -6,7 +6,7 @@ import {
6
6
  } from "../chunk-MKVKVJQQ.js";
7
7
  import {
8
8
  RelatedContentSection
9
- } from "../chunk-VAKBNCV6.js";
9
+ } from "../chunk-SGEO3W3F.js";
10
10
  import {
11
11
  DeliveryRow,
12
12
  DevCardRowContent,
@@ -18,7 +18,7 @@ import {
18
18
  UnifiedPagination,
19
19
  init_unified_pagination,
20
20
  unified_pagination_exports
21
- } from "../chunk-5ZVPKTXM.js";
21
+ } from "../chunk-DZJ53RX6.js";
22
22
  import {
23
23
  DetailPageSkeleton,
24
24
  DocSearchBar,
@@ -387,6 +387,7 @@ import {
387
387
  SCROLL_ANCHOR,
388
388
  SCROLL_ANCHOR_WIRE_KEY,
389
389
  SEOEditorPreview,
390
+ SYNTHETIC_REALTIME_ID_PREFIXES,
390
391
  ScriptArguments,
391
392
  ScriptInfoSection,
392
393
  SectionSelector,
@@ -496,6 +497,7 @@ import {
496
497
  clearEmbedProxyAuth,
497
498
  clickupTaskUrl,
498
499
  columnFromTicketStatus,
500
+ computeHistoryPrepend,
499
501
  createColumnHelper,
500
502
  createMessageSegmentAccumulator,
501
503
  defaultBuildProductReleaseCardProps,
@@ -511,6 +513,7 @@ import {
511
513
  extractTextFromChunk,
512
514
  fetchSlashCommands,
513
515
  flattenAssistantContent,
516
+ flattenMessagePagesChronological,
514
517
  flexRender,
515
518
  formatChatAttachmentMarkdownForBubble,
516
519
  formatInvestorUpdatePeriod,
@@ -548,6 +551,8 @@ import {
548
551
  isMetadataChunk,
549
552
  isStructuredContent,
550
553
  kindToCanonicalStatus,
554
+ maxPersistedStreamSeq,
555
+ mergeHistoryWithRealtime,
551
556
  multiSelectFilterFn,
552
557
  navigationMenuTriggerStyle,
553
558
  normalizeContent,
@@ -599,7 +604,7 @@ import {
599
604
  useThemeToggle,
600
605
  useUnifiedChat,
601
606
  usesCanonicalStatusStyle
602
- } from "../chunk-PCXI7ZB2.js";
607
+ } from "../chunk-D2BC3NZ2.js";
603
608
  import {
604
609
  CommandApprovalToast,
605
610
  ToastCard,
@@ -7491,6 +7496,7 @@ export {
7491
7496
  SOURCE_ICON_NAMES,
7492
7497
  SOURCE_LABELS_BY_TABLE,
7493
7498
  SSOConfigurationIcon,
7499
+ SYNTHETIC_REALTIME_ID_PREFIXES,
7494
7500
  ScriptArguments,
7495
7501
  ScriptGenerationIcon,
7496
7502
  ScriptIcon,
@@ -7682,6 +7688,7 @@ export {
7682
7688
  clearEmbedProxyAuth as clearChatProxyAuth,
7683
7689
  clickupTaskUrl,
7684
7690
  columnFromTicketStatus,
7691
+ computeHistoryPrepend,
7685
7692
  computeIsNewTab,
7686
7693
  createColumnHelper,
7687
7694
  createMessageSegmentAccumulator,
@@ -7703,6 +7710,7 @@ export {
7703
7710
  extractYouTubeId,
7704
7711
  fetchSlashCommands,
7705
7712
  flattenAssistantContent,
7713
+ flattenMessagePagesChronological,
7706
7714
  flexRender,
7707
7715
  formatChatAttachmentMarkdownForBubble,
7708
7716
  formatInvestorUpdatePeriod,
@@ -7747,6 +7755,8 @@ export {
7747
7755
  isStructuredContent,
7748
7756
  kindToCanonicalStatus,
7749
7757
  mapDocSearchResults,
7758
+ maxPersistedStreamSeq,
7759
+ mergeHistoryWithRealtime,
7750
7760
  multiSelectFilterFn,
7751
7761
  navigationMenuTriggerStyle,
7752
7762
  newTabAnchorAttrs,