@flamingo-stack/openframe-frontend-core 0.0.219 → 0.0.220-snapshot.20260602171504

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 (146) hide show
  1. package/dist/{chunk-EDW2NVRV.js → chunk-4WZOFD46.js} +37 -37
  2. package/dist/{chunk-EDW2NVRV.js.map → chunk-4WZOFD46.js.map} +1 -1
  3. package/dist/{chunk-ZGBXHK26.cjs → chunk-5GN7TXHY.cjs} +12 -12
  4. package/dist/{chunk-ZGBXHK26.cjs.map → chunk-5GN7TXHY.cjs.map} +1 -1
  5. package/dist/{chunk-F3FO2ZZZ.cjs → chunk-BAKZF4GU.cjs} +7 -7
  6. package/dist/{chunk-F3FO2ZZZ.cjs.map → chunk-BAKZF4GU.cjs.map} +1 -1
  7. package/dist/{chunk-MPHDM2VZ.cjs → chunk-BCL24DFU.cjs} +30 -30
  8. package/dist/{chunk-MPHDM2VZ.cjs.map → chunk-BCL24DFU.cjs.map} +1 -1
  9. package/dist/{chunk-65CPJ4SX.cjs → chunk-C6ASEPZL.cjs} +30 -30
  10. package/dist/{chunk-65CPJ4SX.cjs.map → chunk-C6ASEPZL.cjs.map} +1 -1
  11. package/dist/{chunk-SZXKKEUH.cjs → chunk-E6B4B7GM.cjs} +46 -30
  12. package/dist/chunk-E6B4B7GM.cjs.map +1 -0
  13. package/dist/{chunk-SRA2QYK6.js → chunk-HUA4XG4S.js} +4 -4
  14. package/dist/{chunk-A3PL6ZCF.js → chunk-KXF3WCPH.js} +6397 -5128
  15. package/dist/chunk-KXF3WCPH.js.map +1 -0
  16. package/dist/{chunk-SL3RGBPX.cjs → chunk-QNYH3WUU.cjs} +9 -9
  17. package/dist/{chunk-SL3RGBPX.cjs.map → chunk-QNYH3WUU.cjs.map} +1 -1
  18. package/dist/{chunk-24Q2WLIU.js → chunk-QYRV6MKX.js} +2 -2
  19. package/dist/{chunk-XG7DFRJL.js → chunk-RCECOGMI.js} +3 -3
  20. package/dist/{chunk-7UZLRI7W.cjs → chunk-SEECETJY.cjs} +3301 -2032
  21. package/dist/chunk-SEECETJY.cjs.map +1 -0
  22. package/dist/{chunk-ZII7TNVA.js → chunk-T5MEXJD5.js} +3 -3
  23. package/dist/{chunk-YX3YQNC4.cjs → chunk-W23DRJAA.cjs} +13 -13
  24. package/dist/{chunk-YX3YQNC4.cjs.map → chunk-W23DRJAA.cjs.map} +1 -1
  25. package/dist/{chunk-DRPECAXO.js → chunk-WR32ZE63.js} +2 -2
  26. package/dist/{chunk-Y3MXGCOW.js → chunk-YZDUOUMB.js} +46 -30
  27. package/dist/chunk-YZDUOUMB.js.map +1 -0
  28. package/dist/components/chat/chat-archive-page.d.ts +25 -0
  29. package/dist/components/chat/chat-archive-page.d.ts.map +1 -0
  30. package/dist/components/chat/chat-composer.d.ts +29 -0
  31. package/dist/components/chat/chat-composer.d.ts.map +1 -0
  32. package/dist/components/chat/chat-header-icon-button.d.ts +14 -0
  33. package/dist/components/chat/chat-header-icon-button.d.ts.map +1 -0
  34. package/dist/components/chat/chat-panel-header.d.ts +32 -0
  35. package/dist/components/chat/chat-panel-header.d.ts.map +1 -0
  36. package/dist/components/chat/embeddable-chat.d.ts +18 -0
  37. package/dist/components/chat/embeddable-chat.d.ts.map +1 -1
  38. package/dist/components/chat/guide-mode-banner.d.ts +16 -0
  39. package/dist/components/chat/guide-mode-banner.d.ts.map +1 -0
  40. package/dist/components/chat/guide-welcome.d.ts +40 -0
  41. package/dist/components/chat/guide-welcome.d.ts.map +1 -0
  42. package/dist/components/chat/hooks/use-chat-dialog-manager.d.ts +58 -0
  43. package/dist/components/chat/hooks/use-chat-dialog-manager.d.ts.map +1 -0
  44. package/dist/components/chat/hooks/use-nats-chat-adapter.d.ts +26 -1
  45. package/dist/components/chat/hooks/use-nats-chat-adapter.d.ts.map +1 -1
  46. package/dist/components/chat/hooks/use-sse-chat-adapter.d.ts.map +1 -1
  47. package/dist/components/chat/hooks/use-unified-chat.d.ts.map +1 -1
  48. package/dist/components/chat/index.cjs +29 -5
  49. package/dist/components/chat/index.cjs.map +1 -1
  50. package/dist/components/chat/index.d.ts +9 -0
  51. package/dist/components/chat/index.d.ts.map +1 -1
  52. package/dist/components/chat/index.js +28 -4
  53. package/dist/components/chat/mingo-chat-history.d.ts +37 -0
  54. package/dist/components/chat/mingo-chat-history.d.ts.map +1 -0
  55. package/dist/components/chat/mingo-chat-modals.d.ts +50 -0
  56. package/dist/components/chat/mingo-chat-modals.d.ts.map +1 -0
  57. package/dist/components/chat/mingo-onboarding-card.d.ts.map +1 -1
  58. package/dist/components/chat/mingo-welcome.d.ts +78 -0
  59. package/dist/components/chat/mingo-welcome.d.ts.map +1 -0
  60. package/dist/components/chat/types/unified-chat-state.types.d.ts +6 -0
  61. package/dist/components/chat/types/unified-chat-state.types.d.ts.map +1 -1
  62. package/dist/components/contact/index.cjs +6 -6
  63. package/dist/components/contact/index.js +5 -5
  64. package/dist/components/features/index.cjs +5 -5
  65. package/dist/components/features/index.js +4 -4
  66. package/dist/components/icons-v2-generated/brand-logos/fleet-mdm-logo-grey-icon.d.ts.map +1 -1
  67. package/dist/components/icons-v2-generated/brand-logos/fleet-mdm-logo-icon.d.ts.map +1 -1
  68. package/dist/components/icons-v2-generated/index.cjs +2 -2
  69. package/dist/components/icons-v2-generated/index.js +1 -1
  70. package/dist/components/index.cjs +128 -104
  71. package/dist/components/index.cjs.map +1 -1
  72. package/dist/components/index.js +31 -7
  73. package/dist/components/index.js.map +1 -1
  74. package/dist/components/layout/page-heading.d.ts +7 -6
  75. package/dist/components/layout/page-heading.d.ts.map +1 -1
  76. package/dist/components/navigation/app-layout-drawer.d.ts.map +1 -1
  77. package/dist/components/navigation/header-mingo-button.d.ts +4 -2
  78. package/dist/components/navigation/header-mingo-button.d.ts.map +1 -1
  79. package/dist/components/navigation/index.cjs +5 -5
  80. package/dist/components/navigation/index.js +4 -4
  81. package/dist/components/onboarding-guides/index.cjs +28 -28
  82. package/dist/components/onboarding-guides/index.js +6 -6
  83. package/dist/components/tickets/index.cjs +88 -88
  84. package/dist/components/tickets/index.js +7 -7
  85. package/dist/components/ui/dropdown-menu.d.ts.map +1 -1
  86. package/dist/components/ui/file-manager/index.cjs +50 -50
  87. package/dist/components/ui/file-manager/index.js +1 -1
  88. package/dist/components/ui/index.cjs +29 -5
  89. package/dist/components/ui/index.cjs.map +1 -1
  90. package/dist/components/ui/index.js +28 -4
  91. package/dist/components/ui/modal-v2.d.ts.map +1 -1
  92. package/dist/components/ui/more-actions-menu.d.ts +8 -1
  93. package/dist/components/ui/more-actions-menu.d.ts.map +1 -1
  94. package/dist/components/ui/portal-container.d.ts +21 -0
  95. package/dist/components/ui/portal-container.d.ts.map +1 -0
  96. package/dist/components/ui/tooltip.d.ts.map +1 -1
  97. package/dist/hooks/index.cjs +3 -3
  98. package/dist/hooks/index.js +2 -2
  99. package/dist/index.cjs +29 -5
  100. package/dist/index.cjs.map +1 -1
  101. package/dist/index.js +28 -4
  102. package/package.json +1 -1
  103. package/src/components/chat/chat-archive-page.tsx +93 -0
  104. package/src/components/chat/chat-composer.tsx +99 -0
  105. package/src/components/chat/chat-header-icon-button.tsx +36 -0
  106. package/src/components/chat/chat-panel-header.tsx +114 -0
  107. package/src/components/chat/embeddable-chat.tsx +386 -311
  108. package/src/components/chat/guide-mode-banner.tsx +75 -0
  109. package/src/components/chat/guide-welcome.tsx +207 -0
  110. package/src/components/chat/hooks/use-chat-dialog-manager.ts +227 -0
  111. package/src/components/chat/hooks/use-nats-chat-adapter.ts +85 -0
  112. package/src/components/chat/hooks/use-sse-chat-adapter.ts +8 -0
  113. package/src/components/chat/hooks/use-unified-chat.ts +12 -0
  114. package/src/components/chat/index.ts +9 -0
  115. package/src/components/chat/mingo-chat-history.tsx +308 -0
  116. package/src/components/chat/mingo-chat-modals.tsx +223 -0
  117. package/src/components/chat/mingo-onboarding-card.tsx +5 -8
  118. package/src/components/chat/mingo-welcome.tsx +396 -0
  119. package/src/components/chat/types/unified-chat-state.types.ts +8 -0
  120. package/src/components/icons-v2/brand-logos/fleet-mdm-logo-grey.svg +6 -6
  121. package/src/components/icons-v2/brand-logos/fleet-mdm-logo.svg +6 -6
  122. package/src/components/icons-v2-generated/brand-logos/fleet-mdm-logo-grey-icon.tsx +2 -22
  123. package/src/components/icons-v2-generated/brand-logos/fleet-mdm-logo-icon.tsx +22 -2
  124. package/src/components/layout/page-heading.tsx +13 -7
  125. package/src/components/navigation/app-header.tsx +12 -12
  126. package/src/components/navigation/app-layout-drawer.tsx +25 -15
  127. package/src/components/navigation/header-mingo-button.tsx +22 -7
  128. package/src/components/ui/dropdown-menu.tsx +9 -3
  129. package/src/components/ui/modal-v2.tsx +33 -3
  130. package/src/components/ui/more-actions-menu.tsx +15 -2
  131. package/src/components/ui/portal-container.tsx +28 -0
  132. package/src/components/ui/tooltip.tsx +9 -3
  133. package/src/stories/AppLayoutSidebar.stories.tsx +184 -0
  134. package/src/stories/EmbeddableChat.stories.tsx +114 -0
  135. package/src/stories/GuideWelcome.stories.tsx +102 -0
  136. package/src/stories/MingoChatModals.stories.tsx +82 -0
  137. package/src/stories/MingoWelcome.stories.tsx +119 -0
  138. package/dist/chunk-7UZLRI7W.cjs.map +0 -1
  139. package/dist/chunk-A3PL6ZCF.js.map +0 -1
  140. package/dist/chunk-SZXKKEUH.cjs.map +0 -1
  141. package/dist/chunk-Y3MXGCOW.js.map +0 -1
  142. /package/dist/{chunk-SRA2QYK6.js.map → chunk-HUA4XG4S.js.map} +0 -0
  143. /package/dist/{chunk-24Q2WLIU.js.map → chunk-QYRV6MKX.js.map} +0 -0
  144. /package/dist/{chunk-XG7DFRJL.js.map → chunk-RCECOGMI.js.map} +0 -0
  145. /package/dist/{chunk-ZII7TNVA.js.map → chunk-T5MEXJD5.js.map} +0 -0
  146. /package/dist/{chunk-DRPECAXO.js.map → chunk-WR32ZE63.js.map} +0 -0
@@ -6,7 +6,7 @@ import {
6
6
  UnifiedPagination,
7
7
  init_unified_pagination,
8
8
  unified_pagination_exports
9
- } from "../chunk-ZII7TNVA.js";
9
+ } from "../chunk-T5MEXJD5.js";
10
10
  import {
11
11
  DetailPageSkeleton,
12
12
  DocSearchBar,
@@ -16,14 +16,14 @@ import {
16
16
  resolveSearchResultAction,
17
17
  useDocSearch,
18
18
  useSelfFetch
19
- } from "../chunk-XG7DFRJL.js";
19
+ } from "../chunk-RCECOGMI.js";
20
20
  import {
21
21
  DevCardRowContent,
22
22
  DevCardRowSkeleton,
23
23
  DevCardRowSkeletonList,
24
24
  DevSectionPage,
25
25
  DevSectionView
26
- } from "../chunk-DRPECAXO.js";
26
+ } from "../chunk-WR32ZE63.js";
27
27
  import "../chunk-ORJREQ2W.js";
28
28
  import {
29
29
  AIEnrichButton,
@@ -71,6 +71,7 @@ import {
71
71
  AppLayoutDrawerTrigger,
72
72
  ApprovalBatchMessage,
73
73
  ApprovalRequestMessage,
74
+ ArchiveChatModal,
74
75
  ArgRow,
75
76
  ArrayEntryManager,
76
77
  ArticleDetailLayout,
@@ -138,18 +139,23 @@ import {
138
139
  CaseStudyCardSkeleton,
139
140
  ChangelogManager,
140
141
  ChangelogSectionsManager,
142
+ ChatArchivePage,
141
143
  ChatAttachmentAddButton,
142
144
  ChatAttachmentChipStrip,
143
145
  ChatCardLoader,
146
+ ChatComposer,
144
147
  ChatContainer,
145
148
  ChatContent,
149
+ ChatDialogModals,
146
150
  ChatFooter,
147
151
  ChatHeader,
152
+ ChatHeaderIconButton,
148
153
  ChatIdentityProvider,
149
154
  ChatInput,
150
155
  ChatMessageList,
151
156
  ChatMessageRow,
152
157
  ChatMessageRowSkeleton,
158
+ ChatPanelHeader,
153
159
  ChatQuickAction,
154
160
  ChatSidebar,
155
161
  ChatTicketItem,
@@ -256,6 +262,8 @@ import {
256
262
  GitHubActivityCard,
257
263
  GitHubActivityCardSkeleton,
258
264
  GitHubReleasesManager,
265
+ GuideModeBanner,
266
+ GuideWelcome,
259
267
  Header,
260
268
  HeaderButton,
261
269
  HeaderGlobalSearch,
@@ -318,9 +326,11 @@ import {
318
326
  MenubarSubTrigger,
319
327
  MenubarTrigger,
320
328
  MessageSegmentAccumulator,
329
+ MingoChatHistory,
321
330
  MingoOnboardingCard,
322
331
  MingoOnboardingCardSkeleton,
323
332
  MingoOnboardingListSkeleton,
333
+ MingoWelcome,
324
334
  MinusIcon,
325
335
  MobileBurgerMenu,
326
336
  MobileNavPanel,
@@ -409,6 +419,7 @@ import {
409
419
  RatioTabs,
410
420
  ReleaseChangelogSection,
411
421
  ReleaseMediaManager,
422
+ RenameChatModal,
412
423
  ResultBlock,
413
424
  RoadmapCard,
414
425
  RoadmapCardSkeleton,
@@ -516,6 +527,7 @@ import {
516
527
  TranscribeSummarizeSection,
517
528
  TranscriptSummaryEditor,
518
529
  TruncateText,
530
+ UnarchiveChatModal,
519
531
  Video,
520
532
  VideoBiteCard,
521
533
  VideoBitesDisplay,
@@ -669,7 +681,7 @@ import {
669
681
  useVideoOriginPreconnect,
670
682
  useVideoWarmup,
671
683
  usesCanonicalStatusStyle
672
- } from "../chunk-A3PL6ZCF.js";
684
+ } from "../chunk-KXF3WCPH.js";
673
685
  import {
674
686
  next_image_default
675
687
  } from "../chunk-LXC6P2EO.js";
@@ -705,7 +717,7 @@ import {
705
717
  SplitButton,
706
718
  buttonVariants,
707
719
  init_button2 as init_button
708
- } from "../chunk-Y3MXGCOW.js";
720
+ } from "../chunk-YZDUOUMB.js";
709
721
  import {
710
722
  init_next_link,
711
723
  next_link_default
@@ -720,7 +732,7 @@ import {
720
732
  showToast,
721
733
  useOnboardingState,
722
734
  useToast
723
- } from "../chunk-24Q2WLIU.js";
735
+ } from "../chunk-QYRV6MKX.js";
724
736
  import {
725
737
  init_next_navigation,
726
738
  usePathname,
@@ -886,7 +898,7 @@ import {
886
898
  } from "../chunk-YICWWZ3Z.js";
887
899
  import {
888
900
  PlayIcon
889
- } from "../chunk-EDW2NVRV.js";
901
+ } from "../chunk-4WZOFD46.js";
890
902
  import "../chunk-6U3IUD57.js";
891
903
  import "../chunk-W72U7OU7.js";
892
904
  import {
@@ -6973,6 +6985,7 @@ export {
6973
6985
  AppLayoutDrawerTrigger,
6974
6986
  ApprovalBatchMessage,
6975
6987
  ApprovalRequestMessage,
6988
+ ArchiveChatModal,
6976
6989
  ArchiveIcon,
6977
6990
  ArgRow,
6978
6991
  ArrayEntryManager,
@@ -7061,19 +7074,24 @@ export {
7061
7074
  CategoryVendorSelectorSkeleton,
7062
7075
  ChangelogManager,
7063
7076
  ChangelogSectionsManager,
7077
+ ChatArchivePage,
7064
7078
  ChatAttachmentAddButton,
7065
7079
  ChatAttachmentChipStrip,
7066
7080
  ChatCardLoader,
7081
+ ChatComposer,
7067
7082
  ChatContainer,
7068
7083
  ChatContent,
7084
+ ChatDialogModals,
7069
7085
  ChatFooter,
7070
7086
  ChatHeader,
7087
+ ChatHeaderIconButton,
7071
7088
  ChatIdentityProvider,
7072
7089
  ChatInput,
7073
7090
  MemoizedChatMessageEnhanced as ChatMessageEnhanced,
7074
7091
  ChatMessageList,
7075
7092
  ChatMessageRow,
7076
7093
  ChatMessageRowSkeleton,
7094
+ ChatPanelHeader,
7077
7095
  ChatQuickAction,
7078
7096
  ChatSidebar,
7079
7097
  ChatTicketItem,
@@ -7265,6 +7283,8 @@ export {
7265
7283
  GoogleGeminiIcon,
7266
7284
  GoogleLogo,
7267
7285
  GridViewIcon,
7286
+ GuideModeBanner,
7287
+ GuideWelcome,
7268
7288
  HamburgerIcon,
7269
7289
  HandDollarIcon,
7270
7290
  Header,
@@ -7366,10 +7386,12 @@ export {
7366
7386
  MiamiCyberGangLogo,
7367
7387
  MiamiCyberGangLogoFaceOnly,
7368
7388
  MicrosoftIcon,
7389
+ MingoChatHistory,
7369
7390
  MingoIcon,
7370
7391
  MingoOnboardingCard,
7371
7392
  MingoOnboardingCardSkeleton,
7372
7393
  MingoOnboardingListSkeleton,
7394
+ MingoWelcome,
7373
7395
  MinusCircleIcon,
7374
7396
  MinusIcon,
7375
7397
  MlgLogo,
@@ -7507,6 +7529,7 @@ export {
7507
7529
  ReleaseDetailSkeleton,
7508
7530
  ReleaseMediaManager,
7509
7531
  RemoteControlIcon,
7532
+ RenameChatModal,
7510
7533
  ResponsiveIconsBlock,
7511
7534
  ResultBlock,
7512
7535
  ResultsCount,
@@ -7667,6 +7690,7 @@ export {
7667
7690
  TruncateText,
7668
7691
  TrustpilotIcon,
7669
7692
  TwoColumnLayoutSkeleton,
7693
+ UnarchiveChatModal,
7670
7694
  UnifiedPagination,
7671
7695
  UnifiedSkeleton,
7672
7696
  UserDisplay,