@flamingo-stack/openframe-frontend-core 0.0.278-snapshot.20260617162149 → 0.0.278

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 (72) hide show
  1. package/dist/{chunk-7ECI5ZVO.js → chunk-5NL62LIF.js} +2 -2
  2. package/dist/{chunk-YK6FFIVG.js → chunk-737ZLQ2T.js} +2 -2
  3. package/dist/{chunk-Z53YSXDD.cjs → chunk-7LTWNUHB.cjs} +133 -149
  4. package/dist/chunk-7LTWNUHB.cjs.map +1 -0
  5. package/dist/{chunk-7XVVRE53.cjs → chunk-BBDJCXHW.cjs} +6 -6
  6. package/dist/{chunk-7XVVRE53.cjs.map → chunk-BBDJCXHW.cjs.map} +1 -1
  7. package/dist/{chunk-776ZURDZ.cjs → chunk-DO55GWNT.cjs} +10 -10
  8. package/dist/{chunk-776ZURDZ.cjs.map → chunk-DO55GWNT.cjs.map} +1 -1
  9. package/dist/{chunk-AVLSICZO.js → chunk-GO45CXT5.js} +33 -49
  10. package/dist/chunk-GO45CXT5.js.map +1 -0
  11. package/dist/{chunk-QP4H2JJN.cjs → chunk-L4BJU5CE.cjs} +34 -34
  12. package/dist/{chunk-QP4H2JJN.cjs.map → chunk-L4BJU5CE.cjs.map} +1 -1
  13. package/dist/{chunk-SZG56DA3.js → chunk-MDHNLZME.js} +2 -2
  14. package/dist/{chunk-6ZMD3KBP.js → chunk-MVUN35FH.js} +2 -2
  15. package/dist/{chunk-XBTQK32O.cjs → chunk-WYQ5VFXA.cjs} +25 -25
  16. package/dist/{chunk-XBTQK32O.cjs.map → chunk-WYQ5VFXA.cjs.map} +1 -1
  17. package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
  18. package/dist/components/chat/hooks/use-realtime-chunk-processor.d.ts.map +1 -1
  19. package/dist/components/chat/index.cjs +2 -2
  20. package/dist/components/chat/index.js +1 -1
  21. package/dist/components/chat/types/api.types.d.ts +2 -7
  22. package/dist/components/chat/types/api.types.d.ts.map +1 -1
  23. package/dist/components/chat/types/message.types.d.ts +0 -10
  24. package/dist/components/chat/types/message.types.d.ts.map +1 -1
  25. package/dist/components/chat/types/network.types.d.ts +0 -2
  26. package/dist/components/chat/types/network.types.d.ts.map +1 -1
  27. package/dist/components/chat/types/processing.types.d.ts +0 -1
  28. package/dist/components/chat/types/processing.types.d.ts.map +1 -1
  29. package/dist/components/chat/utils/chunk-parser.d.ts.map +1 -1
  30. package/dist/components/chat/utils/history-merge.d.ts +0 -8
  31. package/dist/components/chat/utils/history-merge.d.ts.map +1 -1
  32. package/dist/components/chat/utils/message-segment-accumulator.d.ts +3 -5
  33. package/dist/components/chat/utils/message-segment-accumulator.d.ts.map +1 -1
  34. package/dist/components/chat/utils/process-historical-messages.d.ts.map +1 -1
  35. package/dist/components/contact/index.cjs +3 -3
  36. package/dist/components/contact/index.js +2 -2
  37. package/dist/components/faq/index.cjs +3 -3
  38. package/dist/components/faq/index.js +2 -2
  39. package/dist/components/features/index.cjs +2 -2
  40. package/dist/components/features/index.js +1 -1
  41. package/dist/components/index.cjs +53 -53
  42. package/dist/components/index.js +4 -4
  43. package/dist/components/navigation/index.cjs +2 -2
  44. package/dist/components/navigation/index.js +1 -1
  45. package/dist/components/related-content/index.cjs +3 -3
  46. package/dist/components/related-content/index.js +2 -2
  47. package/dist/components/tickets/index.cjs +52 -52
  48. package/dist/components/tickets/index.js +3 -3
  49. package/dist/components/ui/index.cjs +2 -2
  50. package/dist/components/ui/index.js +1 -1
  51. package/dist/index.cjs +2 -2
  52. package/dist/index.js +1 -1
  53. package/dist/utils/index.cjs.map +1 -1
  54. package/dist/utils/index.js.map +1 -1
  55. package/package.json +1 -1
  56. package/src/components/chat/chat-message-enhanced.tsx +0 -1
  57. package/src/components/chat/hooks/use-realtime-chunk-processor.ts +21 -34
  58. package/src/components/chat/types/api.types.ts +2 -7
  59. package/src/components/chat/types/message.types.ts +0 -10
  60. package/src/components/chat/types/network.types.ts +0 -2
  61. package/src/components/chat/types/processing.types.ts +1 -1
  62. package/src/components/chat/utils/__tests__/history-merge.test.ts +0 -70
  63. package/src/components/chat/utils/chunk-parser.ts +1 -12
  64. package/src/components/chat/utils/history-merge.ts +2 -22
  65. package/src/components/chat/utils/message-segment-accumulator.ts +4 -10
  66. package/src/components/chat/utils/process-historical-messages.ts +1 -4
  67. package/dist/chunk-AVLSICZO.js.map +0 -1
  68. package/dist/chunk-Z53YSXDD.cjs.map +0 -1
  69. /package/dist/{chunk-7ECI5ZVO.js.map → chunk-5NL62LIF.js.map} +0 -0
  70. /package/dist/{chunk-YK6FFIVG.js.map → chunk-737ZLQ2T.js.map} +0 -0
  71. /package/dist/{chunk-SZG56DA3.js.map → chunk-MDHNLZME.js.map} +0 -0
  72. /package/dist/{chunk-6ZMD3KBP.js.map → chunk-MVUN35FH.js.map} +0 -0
@@ -11,7 +11,7 @@ import {
11
11
  SelectValue,
12
12
  Textarea,
13
13
  useChatAttachments
14
- } from "./chunk-AVLSICZO.js";
14
+ } from "./chunk-GO45CXT5.js";
15
15
  import {
16
16
  useContactSubmission,
17
17
  useHumanitySignals
@@ -376,4 +376,4 @@ function ContactForm({
376
376
  export {
377
377
  ContactForm
378
378
  };
379
- //# sourceMappingURL=chunk-7ECI5ZVO.js.map
379
+ //# sourceMappingURL=chunk-5NL62LIF.js.map
@@ -7,7 +7,7 @@ import {
7
7
  buildSuggestionUrl,
8
8
  scrollElementIntoView,
9
9
  serializeJsonLd
10
- } from "./chunk-AVLSICZO.js";
10
+ } from "./chunk-GO45CXT5.js";
11
11
  import {
12
12
  PageLayout,
13
13
  PageShell,
@@ -335,4 +335,4 @@ export {
335
335
  FaqSection,
336
336
  FaqDocumentPage
337
337
  };
338
- //# sourceMappingURL=chunk-YK6FFIVG.js.map
338
+ //# sourceMappingURL=chunk-737ZLQ2T.js.map