@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.
- package/dist/{chunk-PCXI7ZB2.js → chunk-D2BC3NZ2.js} +135 -30
- package/dist/chunk-D2BC3NZ2.js.map +1 -0
- package/dist/{chunk-5ZVPKTXM.js → chunk-DZJ53RX6.js} +2 -2
- package/dist/{chunk-4EED3YEI.cjs → chunk-NCXHTQH2.cjs} +663 -558
- package/dist/chunk-NCXHTQH2.cjs.map +1 -0
- package/dist/{chunk-3DZ7QYNA.cjs → chunk-PDKBCCCD.cjs} +11 -11
- package/dist/{chunk-3DZ7QYNA.cjs.map → chunk-PDKBCCCD.cjs.map} +1 -1
- package/dist/{chunk-LHZYI23D.cjs → chunk-PDYT7T6K.cjs} +32 -29
- package/dist/chunk-PDYT7T6K.cjs.map +1 -0
- package/dist/{chunk-PVAYXHYF.js → chunk-PSG7H4KG.js} +2 -2
- package/dist/{chunk-VAKBNCV6.js → chunk-SGEO3W3F.js} +6 -3
- package/dist/chunk-SGEO3W3F.js.map +1 -0
- package/dist/{chunk-3VTHSACO.cjs → chunk-UMH4RR2F.cjs} +25 -25
- package/dist/{chunk-3VTHSACO.cjs.map → chunk-UMH4RR2F.cjs.map} +1 -1
- package/dist/components/chat/chat-message-list.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +12 -2
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.js +11 -1
- package/dist/components/chat/utils/history-merge.d.ts +92 -0
- package/dist/components/chat/utils/history-merge.d.ts.map +1 -0
- package/dist/components/chat/utils/index.d.ts +1 -0
- package/dist/components/chat/utils/index.d.ts.map +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/features/policy-configuration-panel.d.ts.map +1 -1
- package/dist/components/index.cjs +59 -49
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +13 -3
- 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/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/related-content/related-content-section.d.ts.map +1 -1
- package/dist/components/tickets/index.cjs +55 -55
- package/dist/components/tickets/index.js +3 -3
- package/dist/components/ui/index.cjs +12 -2
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +11 -1
- package/dist/index.cjs +12 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -1
- package/package.json +1 -1
- package/src/components/chat/__tests__/chat-message-list.test.tsx +92 -0
- package/src/components/chat/chat-message-list.tsx +74 -49
- package/src/components/chat/utils/__tests__/history-merge.test.ts +339 -0
- package/src/components/chat/utils/history-merge.ts +255 -0
- package/src/components/chat/utils/index.ts +12 -0
- package/src/components/features/policy-configuration-panel.tsx +1 -0
- package/src/components/related-content/related-content-section.tsx +6 -2
- package/dist/chunk-4EED3YEI.cjs.map +0 -1
- package/dist/chunk-LHZYI23D.cjs.map +0 -1
- package/dist/chunk-PCXI7ZB2.js.map +0 -1
- package/dist/chunk-VAKBNCV6.js.map +0 -1
- /package/dist/{chunk-5ZVPKTXM.js.map → chunk-DZJ53RX6.js.map} +0 -0
- /package/dist/{chunk-PVAYXHYF.js.map → chunk-PSG7H4KG.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
TASK_TYPE_TEXT_COLORS,
|
|
9
9
|
getStatusColorScheme,
|
|
10
10
|
init_pagination
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-D2BC3NZ2.js";
|
|
12
12
|
import {
|
|
13
13
|
PageShell,
|
|
14
14
|
SearchInput,
|
|
@@ -450,4 +450,4 @@ export {
|
|
|
450
450
|
DevCardRowSkeletonList,
|
|
451
451
|
DeliveryRow
|
|
452
452
|
};
|
|
453
|
-
//# sourceMappingURL=chunk-
|
|
453
|
+
//# sourceMappingURL=chunk-DZJ53RX6.js.map
|