@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.
- package/dist/{chunk-7ECI5ZVO.js → chunk-5NL62LIF.js} +2 -2
- package/dist/{chunk-YK6FFIVG.js → chunk-737ZLQ2T.js} +2 -2
- package/dist/{chunk-Z53YSXDD.cjs → chunk-7LTWNUHB.cjs} +133 -149
- package/dist/chunk-7LTWNUHB.cjs.map +1 -0
- package/dist/{chunk-7XVVRE53.cjs → chunk-BBDJCXHW.cjs} +6 -6
- package/dist/{chunk-7XVVRE53.cjs.map → chunk-BBDJCXHW.cjs.map} +1 -1
- package/dist/{chunk-776ZURDZ.cjs → chunk-DO55GWNT.cjs} +10 -10
- package/dist/{chunk-776ZURDZ.cjs.map → chunk-DO55GWNT.cjs.map} +1 -1
- package/dist/{chunk-AVLSICZO.js → chunk-GO45CXT5.js} +33 -49
- package/dist/chunk-GO45CXT5.js.map +1 -0
- package/dist/{chunk-QP4H2JJN.cjs → chunk-L4BJU5CE.cjs} +34 -34
- package/dist/{chunk-QP4H2JJN.cjs.map → chunk-L4BJU5CE.cjs.map} +1 -1
- package/dist/{chunk-SZG56DA3.js → chunk-MDHNLZME.js} +2 -2
- package/dist/{chunk-6ZMD3KBP.js → chunk-MVUN35FH.js} +2 -2
- package/dist/{chunk-XBTQK32O.cjs → chunk-WYQ5VFXA.cjs} +25 -25
- package/dist/{chunk-XBTQK32O.cjs.map → chunk-WYQ5VFXA.cjs.map} +1 -1
- package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-realtime-chunk-processor.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/chat/types/api.types.d.ts +2 -7
- package/dist/components/chat/types/api.types.d.ts.map +1 -1
- package/dist/components/chat/types/message.types.d.ts +0 -10
- package/dist/components/chat/types/message.types.d.ts.map +1 -1
- package/dist/components/chat/types/network.types.d.ts +0 -2
- package/dist/components/chat/types/network.types.d.ts.map +1 -1
- package/dist/components/chat/types/processing.types.d.ts +0 -1
- package/dist/components/chat/types/processing.types.d.ts.map +1 -1
- package/dist/components/chat/utils/chunk-parser.d.ts.map +1 -1
- package/dist/components/chat/utils/history-merge.d.ts +0 -8
- package/dist/components/chat/utils/history-merge.d.ts.map +1 -1
- package/dist/components/chat/utils/message-segment-accumulator.d.ts +3 -5
- package/dist/components/chat/utils/message-segment-accumulator.d.ts.map +1 -1
- package/dist/components/chat/utils/process-historical-messages.d.ts.map +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/faq/index.cjs +3 -3
- package/dist/components/faq/index.js +2 -2
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +53 -53
- package/dist/components/index.js +4 -4
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/tickets/index.cjs +52 -52
- package/dist/components/tickets/index.js +3 -3
- 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/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chat/chat-message-enhanced.tsx +0 -1
- package/src/components/chat/hooks/use-realtime-chunk-processor.ts +21 -34
- package/src/components/chat/types/api.types.ts +2 -7
- package/src/components/chat/types/message.types.ts +0 -10
- package/src/components/chat/types/network.types.ts +0 -2
- package/src/components/chat/types/processing.types.ts +1 -1
- package/src/components/chat/utils/__tests__/history-merge.test.ts +0 -70
- package/src/components/chat/utils/chunk-parser.ts +1 -12
- package/src/components/chat/utils/history-merge.ts +2 -22
- package/src/components/chat/utils/message-segment-accumulator.ts +4 -10
- package/src/components/chat/utils/process-historical-messages.ts +1 -4
- package/dist/chunk-AVLSICZO.js.map +0 -1
- package/dist/chunk-Z53YSXDD.cjs.map +0 -1
- /package/dist/{chunk-7ECI5ZVO.js.map → chunk-5NL62LIF.js.map} +0 -0
- /package/dist/{chunk-YK6FFIVG.js.map → chunk-737ZLQ2T.js.map} +0 -0
- /package/dist/{chunk-SZG56DA3.js.map → chunk-MDHNLZME.js.map} +0 -0
- /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-
|
|
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-
|
|
379
|
+
//# sourceMappingURL=chunk-5NL62LIF.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
buildSuggestionUrl,
|
|
8
8
|
scrollElementIntoView,
|
|
9
9
|
serializeJsonLd
|
|
10
|
-
} from "./chunk-
|
|
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-
|
|
338
|
+
//# sourceMappingURL=chunk-737ZLQ2T.js.map
|