@flamingo-stack/openframe-frontend-core 0.0.287 → 0.0.288-snapshot.20260618172839
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-6CSW5TMS.cjs → chunk-6NL7TTDR.cjs} +23 -23
- package/dist/{chunk-6CSW5TMS.cjs.map → chunk-6NL7TTDR.cjs.map} +1 -1
- package/dist/{chunk-TY2EB7VK.js → chunk-7YLTJXMQ.js} +2 -2
- package/dist/{chunk-ZYLQMCHW.js → chunk-BZR546EB.js} +2 -2
- package/dist/{chunk-JQ4I743L.cjs → chunk-DFAMTCC4.cjs} +5 -5
- package/dist/{chunk-JQ4I743L.cjs.map → chunk-DFAMTCC4.cjs.map} +1 -1
- package/dist/{chunk-RG6FNZUA.cjs → chunk-HIABEYRE.cjs} +3 -3
- package/dist/{chunk-RG6FNZUA.cjs.map → chunk-HIABEYRE.cjs.map} +1 -1
- package/dist/{chunk-OXC72UIP.cjs → chunk-KLXCXNLW.cjs} +7 -5
- package/dist/chunk-KLXCXNLW.cjs.map +1 -0
- package/dist/{chunk-6AW25OS6.cjs → chunk-LZQ4HSOR.cjs} +25 -25
- package/dist/{chunk-6AW25OS6.cjs.map → chunk-LZQ4HSOR.cjs.map} +1 -1
- package/dist/chunk-OV3ZCU6X.cjs +619 -0
- package/dist/chunk-OV3ZCU6X.cjs.map +1 -0
- package/dist/{chunk-EFYXPR43.js → chunk-P2SO7ADJ.js} +7 -5
- package/dist/{chunk-EFYXPR43.js.map → chunk-P2SO7ADJ.js.map} +1 -1
- package/dist/{chunk-GJDXIVEQ.js → chunk-PYHCHGM5.js} +2 -2
- package/dist/{chunk-RWCA2ZQK.js → chunk-Q6S6DCVP.js} +2 -2
- package/dist/chunk-UBFYGWFP.js +619 -0
- package/dist/chunk-UBFYGWFP.js.map +1 -0
- 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 +11 -4
- package/dist/components/chat/types/api.types.d.ts.map +1 -1
- package/dist/components/chat/utils/history-merge.d.ts +5 -1
- package/dist/components/chat/utils/history-merge.d.ts.map +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/embeds/index.cjs +7 -3
- package/dist/components/embeds/index.cjs.map +1 -1
- package/dist/components/embeds/index.d.ts +2 -0
- package/dist/components/embeds/index.d.ts.map +1 -1
- package/dist/components/embeds/index.js +6 -2
- package/dist/components/embeds/og-link-preview.d.ts +114 -0
- package/dist/components/embeds/og-link-preview.d.ts.map +1 -0
- 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 +50 -46
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +9 -5
- 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/tickets/index.cjs +45 -45
- 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/package.json +1 -1
- package/src/components/chat/hooks/use-realtime-chunk-processor.ts +3 -1
- package/src/components/chat/types/api.types.ts +9 -6
- package/src/components/chat/utils/__tests__/history-merge.test.ts +62 -0
- package/src/components/chat/utils/history-merge.ts +5 -1
- package/src/components/embeds/index.ts +7 -0
- package/src/components/embeds/og-link-preview.tsx +446 -0
- package/dist/chunk-MV67MBV3.js +0 -290
- package/dist/chunk-MV67MBV3.js.map +0 -1
- package/dist/chunk-MWS25U4U.cjs +0 -290
- package/dist/chunk-MWS25U4U.cjs.map +0 -1
- package/dist/chunk-OXC72UIP.cjs.map +0 -1
- /package/dist/{chunk-TY2EB7VK.js.map → chunk-7YLTJXMQ.js.map} +0 -0
- /package/dist/{chunk-ZYLQMCHW.js.map → chunk-BZR546EB.js.map} +0 -0
- /package/dist/{chunk-GJDXIVEQ.js.map → chunk-PYHCHGM5.js.map} +0 -0
- /package/dist/{chunk-RWCA2ZQK.js.map → chunk-Q6S6DCVP.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -34,17 +34,19 @@ import {
|
|
|
34
34
|
EmbedIframe,
|
|
35
35
|
FigmaEmbed,
|
|
36
36
|
GoogleSheetsViewer,
|
|
37
|
+
OGLinkErrorBoundary,
|
|
38
|
+
OGLinkPreview,
|
|
37
39
|
PdfViewer
|
|
38
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-UBFYGWFP.js";
|
|
39
41
|
import {
|
|
40
42
|
FaqAccordion,
|
|
41
43
|
FaqDocumentPage,
|
|
42
44
|
FaqSection
|
|
43
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-7YLTJXMQ.js";
|
|
44
46
|
import {
|
|
45
47
|
GROUP_PAGE_SIZE,
|
|
46
48
|
RelatedContentSection
|
|
47
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-BZR546EB.js";
|
|
48
50
|
import {
|
|
49
51
|
DeliveryRow,
|
|
50
52
|
DevCardRowContent,
|
|
@@ -56,7 +58,7 @@ import {
|
|
|
56
58
|
UnifiedPagination,
|
|
57
59
|
init_unified_pagination,
|
|
58
60
|
unified_pagination_exports
|
|
59
|
-
} from "../chunk-
|
|
61
|
+
} from "../chunk-PYHCHGM5.js";
|
|
60
62
|
import {
|
|
61
63
|
ArticleAuthorByline,
|
|
62
64
|
DetailPageSkeleton
|
|
@@ -647,7 +649,7 @@ import {
|
|
|
647
649
|
useTrackerClock,
|
|
648
650
|
useUnifiedChat,
|
|
649
651
|
usesCanonicalStatusStyle
|
|
650
|
-
} from "../chunk-
|
|
652
|
+
} from "../chunk-P2SO7ADJ.js";
|
|
651
653
|
import {
|
|
652
654
|
ANTHROPIC_SUPPORTED_IMAGE_MIME,
|
|
653
655
|
AUTO_CONTINUATION_DIRECTIVE_PREFIX,
|
|
@@ -6639,6 +6641,8 @@ export {
|
|
|
6639
6641
|
NotificationTile,
|
|
6640
6642
|
NotificationsProvider,
|
|
6641
6643
|
NushellIcon,
|
|
6644
|
+
OGLinkErrorBoundary,
|
|
6645
|
+
OGLinkPreview,
|
|
6642
6646
|
ONBOARDING_ICONS,
|
|
6643
6647
|
ONBOARDING_ICON_OPTIONS,
|
|
6644
6648
|
OPENFRAME_PATHS,
|