@flamingo-stack/openframe-frontend-core 0.0.237 → 0.0.238
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-LPJPTBRI.cjs → chunk-27VVOBDB.cjs} +4 -4
- package/dist/{chunk-LPJPTBRI.cjs.map → chunk-27VVOBDB.cjs.map} +1 -1
- package/dist/{chunk-LIRVOF26.cjs → chunk-5VU66BD2.cjs} +204 -239
- package/dist/chunk-5VU66BD2.cjs.map +1 -0
- package/dist/{chunk-GXSTRY72.js → chunk-7LLS3TWN.js} +6 -66
- package/dist/chunk-7LLS3TWN.js.map +1 -0
- package/dist/chunk-DOM4KWZ7.cjs +207 -0
- package/dist/chunk-DOM4KWZ7.cjs.map +1 -0
- package/dist/{chunk-RZSXPIEF.cjs → chunk-ELMYRGWG.cjs} +9 -9
- package/dist/{chunk-RZSXPIEF.cjs.map → chunk-ELMYRGWG.cjs.map} +1 -1
- package/dist/chunk-FSS2MIEA.cjs +44 -0
- package/dist/chunk-FSS2MIEA.cjs.map +1 -0
- package/dist/{chunk-THUANWCX.js → chunk-G6YZ7O27.js} +3 -3
- package/dist/{chunk-NZRHLJE2.cjs → chunk-IJOJWBME.cjs} +28 -28
- package/dist/{chunk-NZRHLJE2.cjs.map → chunk-IJOJWBME.cjs.map} +1 -1
- package/dist/chunk-L4LAAA5Q.js +65 -0
- package/dist/chunk-L4LAAA5Q.js.map +1 -0
- package/dist/chunk-LJGBFD52.js +44 -0
- package/dist/chunk-LJGBFD52.js.map +1 -0
- package/dist/chunk-M3I6ZPOM.js +207 -0
- package/dist/chunk-M3I6ZPOM.js.map +1 -0
- package/dist/{chunk-366P5YXP.cjs → chunk-MTROCWO4.cjs} +7 -7
- package/dist/{chunk-366P5YXP.cjs.map → chunk-MTROCWO4.cjs.map} +1 -1
- package/dist/{chunk-QP6NU6OL.js → chunk-PN64LWNT.js} +2 -2
- package/dist/{chunk-THCYW34H.cjs → chunk-SZ3BBI6H.cjs} +15 -75
- package/dist/chunk-SZ3BBI6H.cjs.map +1 -0
- package/dist/chunk-T7AJBKZP.cjs +65 -0
- package/dist/chunk-T7AJBKZP.cjs.map +1 -0
- package/dist/{chunk-Q3GY66ST.js → chunk-UECRKCKH.js} +4 -4
- package/dist/{chunk-L3UM4VMU.js → chunk-Y6463TD6.js} +2 -2
- package/dist/{chunk-H3TM4YY7.js → chunk-Y7DCQUNL.js} +2016 -2051
- package/dist/{chunk-H3TM4YY7.js.map → chunk-Y7DCQUNL.js.map} +1 -1
- package/dist/components/chat/index.cjs +6 -5
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.js +5 -4
- package/dist/components/contact/index.cjs +7 -6
- package/dist/components/contact/index.cjs.map +1 -1
- package/dist/components/contact/index.js +6 -5
- package/dist/components/faq/faq-json-ld.d.ts +39 -0
- package/dist/components/faq/faq-json-ld.d.ts.map +1 -0
- package/dist/components/faq/faq-section.d.ts +40 -0
- package/dist/components/faq/faq-section.d.ts.map +1 -0
- package/dist/components/faq/index.cjs +16 -0
- package/dist/components/faq/index.cjs.map +1 -0
- package/dist/components/faq/index.d.ts +3 -0
- package/dist/components/faq/index.d.ts.map +1 -0
- package/dist/components/faq/index.js +16 -0
- package/dist/components/faq/index.js.map +1 -0
- package/dist/components/features/index.cjs +6 -5
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.js +5 -4
- package/dist/components/index.cjs +97 -167
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1066 -1136
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/index.cjs +6 -5
- package/dist/components/navigation/index.cjs.map +1 -1
- package/dist/components/navigation/index.js +5 -4
- package/dist/components/onboarding-guides/index.cjs +34 -31
- package/dist/components/onboarding-guides/index.cjs.map +1 -1
- package/dist/components/onboarding-guides/index.js +12 -9
- package/dist/components/onboarding-guides/index.js.map +1 -1
- package/dist/components/tickets/index.cjs +70 -69
- package/dist/components/tickets/index.cjs.map +1 -1
- package/dist/components/tickets/index.js +8 -7
- package/dist/components/tickets/index.js.map +1 -1
- package/dist/components/ui/index.cjs +8 -6
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +7 -5
- package/dist/hooks/index.cjs +3 -3
- package/dist/hooks/index.js +2 -2
- package/dist/index.cjs +8 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -5
- package/package.json +7 -1
- package/src/components/faq/faq-json-ld.ts +45 -0
- package/src/components/faq/faq-section.tsx +165 -0
- package/src/components/faq/index.ts +2 -0
- package/src/components/faq-accordion.tsx +1 -1
- package/src/components/index.ts +4 -0
- package/dist/chunk-GXSTRY72.js.map +0 -1
- package/dist/chunk-LIRVOF26.cjs.map +0 -1
- package/dist/chunk-THCYW34H.cjs.map +0 -1
- /package/dist/{chunk-THUANWCX.js.map → chunk-G6YZ7O27.js.map} +0 -0
- /package/dist/{chunk-QP6NU6OL.js.map → chunk-PN64LWNT.js.map} +0 -0
- /package/dist/{chunk-Q3GY66ST.js.map → chunk-UECRKCKH.js.map} +0 -0
- /package/dist/{chunk-L3UM4VMU.js.map → chunk-Y6463TD6.js.map} +0 -0
|
@@ -216,20 +216,21 @@
|
|
|
216
216
|
|
|
217
217
|
|
|
218
218
|
|
|
219
|
-
var
|
|
219
|
+
var _chunk5VU66BD2cjs = require('../../chunk-5VU66BD2.cjs');
|
|
220
|
+
require('../../chunk-MEAR2WHS.cjs');
|
|
220
221
|
require('../../chunk-XL4V2PYG.cjs');
|
|
221
222
|
require('../../chunk-BZFW3FOF.cjs');
|
|
223
|
+
require('../../chunk-FSS2MIEA.cjs');
|
|
222
224
|
require('../../chunk-GRTZ23GL.cjs');
|
|
223
225
|
require('../../chunk-WBR7H6E3.cjs');
|
|
224
|
-
require('../../chunk-
|
|
226
|
+
require('../../chunk-27VVOBDB.cjs');
|
|
227
|
+
require('../../chunk-27APPAJN.cjs');
|
|
225
228
|
require('../../chunk-G7UE6RKV.cjs');
|
|
226
229
|
require('../../chunk-Z4IBEIWD.cjs');
|
|
227
230
|
require('../../chunk-FIG2RKZF.cjs');
|
|
228
231
|
require('../../chunk-C6ASEPZL.cjs');
|
|
229
232
|
require('../../chunk-WZW7C7TF.cjs');
|
|
230
233
|
require('../../chunk-XQFFGR6U.cjs');
|
|
231
|
-
require('../../chunk-MEAR2WHS.cjs');
|
|
232
|
-
require('../../chunk-27APPAJN.cjs');
|
|
233
234
|
require('../../chunk-OZ3GH6OQ.cjs');
|
|
234
235
|
require('../../chunk-VRHGVLSL.cjs');
|
|
235
236
|
|
|
@@ -449,5 +450,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
449
450
|
|
|
450
451
|
|
|
451
452
|
|
|
452
|
-
exports.ANTHROPIC_SUPPORTED_IMAGE_MIME = _chunkLIRVOF26cjs.ANTHROPIC_SUPPORTED_IMAGE_MIME; exports.APPROVAL_STATUS = _chunkLIRVOF26cjs.APPROVAL_STATUS; exports.ASSISTANT_TYPE = _chunkLIRVOF26cjs.ASSISTANT_TYPE; exports.AUTHOR_TYPE = _chunkLIRVOF26cjs.AUTHOR_TYPE; exports.AUTO_CONTINUATION_DIRECTIVE_PREFIX = _chunkLIRVOF26cjs.AUTO_CONTINUATION_DIRECTIVE_PREFIX; exports.AdminContentCard = _chunkLIRVOF26cjs.AdminContentCard; exports.ApprovalBatchMessage = _chunkLIRVOF26cjs.ApprovalBatchMessage; exports.ApprovalRequestMessage = _chunkLIRVOF26cjs.ApprovalRequestMessage; exports.ArchiveChatModal = _chunkLIRVOF26cjs.ArchiveChatModal; exports.ArgRow = _chunkLIRVOF26cjs.ArgRow; exports.BlockCard = _chunkLIRVOF26cjs.BlockCard; exports.BlogCard = _chunkLIRVOF26cjs.BlogCard; exports.BlogCardSkeleton = _chunkLIRVOF26cjs.BlogCardSkeleton; exports.BlogImagePlaceholder = _chunkLIRVOF26cjs.BlogImagePlaceholder; exports.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER = _chunkLIRVOF26cjs.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER; exports.CHAT_ATTACHMENT_MARKDOWN_PATTERN = _chunkLIRVOF26cjs.CHAT_ATTACHMENT_MARKDOWN_PATTERN; exports.CHAT_ATTACHMENT_MIME_TYPES = _chunkLIRVOF26cjs.CHAT_ATTACHMENT_MIME_TYPES; exports.CHAT_ATTACHMENT_VIEW_TOKEN_QUERY_PARAM = _chunkLIRVOF26cjs.CHAT_ATTACHMENT_VIEW_TOKEN_QUERY_PARAM; exports.CHAT_ATTACHMENT_VIEW_URL_PREFIX = _chunkLIRVOF26cjs.CHAT_ATTACHMENT_VIEW_URL_PREFIX; exports.CHAT_ATTACHMENT_VIEW_URL_PREFIX_REGEX_ESCAPED = _chunkLIRVOF26cjs.CHAT_ATTACHMENT_VIEW_URL_PREFIX_REGEX_ESCAPED; exports.CHAT_TYPE = _chunkLIRVOF26cjs.CHAT_TYPE; exports.CHIP_ACTION_BUTTON_CLASS = _chunkLIRVOF26cjs.CHIP_ACTION_BUTTON_CLASS; exports.COMPACT_CARD_ICON_SLOT = _chunkLIRVOF26cjs.COMPACT_CARD_ICON_SLOT; exports.COMPACT_CARD_IMAGE_SLOT = _chunkLIRVOF26cjs.COMPACT_CARD_IMAGE_SLOT; exports.COMPACT_CARD_META_ROW = _chunkLIRVOF26cjs.COMPACT_CARD_META_ROW; exports.COMPACT_CARD_META_ROW_BOX = _chunkLIRVOF26cjs.COMPACT_CARD_META_ROW_BOX; exports.COMPACT_CARD_OUTER = _chunkLIRVOF26cjs.COMPACT_CARD_OUTER; exports.COMPACT_CARD_OUTER_STATIC = _chunkLIRVOF26cjs.COMPACT_CARD_OUTER_STATIC; exports.COMPACT_CARD_ROW_FILLER = _chunkLIRVOF26cjs.COMPACT_CARD_ROW_FILLER; exports.COMPACT_CARD_SKELETON_IMAGE_SLOT = _chunkLIRVOF26cjs.COMPACT_CARD_SKELETON_IMAGE_SLOT; exports.COMPACT_CARD_SKELETON_OUTER = _chunkLIRVOF26cjs.COMPACT_CARD_SKELETON_OUTER; exports.COMPACT_CARD_SUBTITLE = _chunkLIRVOF26cjs.COMPACT_CARD_SUBTITLE; exports.COMPACT_CARD_SUMMARY = _chunkLIRVOF26cjs.COMPACT_CARD_SUMMARY; exports.COMPACT_CARD_TEXT_COL = _chunkLIRVOF26cjs.COMPACT_CARD_TEXT_COL; exports.COMPACT_CARD_TITLE = _chunkLIRVOF26cjs.COMPACT_CARD_TITLE; exports.COMPACT_CARD_TITLE_ROW = _chunkLIRVOF26cjs.COMPACT_CARD_TITLE_ROW; exports.COMPACT_HEADER_BUTTON = _chunkLIRVOF26cjs.COMPACT_HEADER_BUTTON; exports.CONNECTION_STATUS = _chunkLIRVOF26cjs.CONNECTION_STATUS; exports.CUSTOM_ITEM_ID = _chunkLIRVOF26cjs.CUSTOM_ITEM_ID; exports.CampaignCardAdmin = _chunkLIRVOF26cjs.CampaignCardAdmin; exports.CampaignCardAdminSkeleton = _chunkLIRVOF26cjs.CampaignCardAdminSkeleton; exports.CaseStudyCard = _chunkLIRVOF26cjs.CaseStudyCard; exports.CaseStudyCardSkeleton = _chunkLIRVOF26cjs.CaseStudyCardSkeleton; exports.ChatArchivePage = _chunkLIRVOF26cjs.ChatArchivePage; exports.ChatAttachmentAddButton = _chunkLIRVOF26cjs.ChatAttachmentAddButton; exports.ChatAttachmentChipStrip = _chunkLIRVOF26cjs.ChatAttachmentChipStrip; exports.ChatCardLoader = _chunkLIRVOF26cjs.ChatCardLoader; exports.ChatComposer = _chunkLIRVOF26cjs.ChatComposer; exports.ChatContainer = _chunkLIRVOF26cjs.ChatContainer; exports.ChatContent = _chunkLIRVOF26cjs.ChatContent; exports.ChatDialogModals = _chunkLIRVOF26cjs.ChatDialogModals; exports.ChatFooter = _chunkLIRVOF26cjs.ChatFooter; exports.ChatHeader = _chunkLIRVOF26cjs.ChatHeader; exports.ChatHeaderIconButton = _chunkLIRVOF26cjs.ChatHeaderIconButton; exports.ChatIdentityProvider = _chunkLIRVOF26cjs.ChatIdentityProvider; exports.ChatInput = _chunkLIRVOF26cjs.ChatInput; exports.ChatMessageEnhanced = _chunkLIRVOF26cjs.MemoizedChatMessageEnhanced; exports.ChatMessageList = _chunkLIRVOF26cjs.ChatMessageList; exports.ChatMessageListSkeleton = _chunkLIRVOF26cjs.ChatMessageListSkeleton; exports.ChatMessageRow = _chunkLIRVOF26cjs.ChatMessageRow; exports.ChatMessageRowSkeleton = _chunkLIRVOF26cjs.ChatMessageRowSkeleton; exports.ChatMessageSkeleton = _chunkLIRVOF26cjs.ChatMessageSkeleton; exports.ChatPanelHeader = _chunkLIRVOF26cjs.ChatPanelHeader; exports.ChatQuickAction = _chunkLIRVOF26cjs.ChatQuickAction; exports.ChatSidebar = _chunkLIRVOF26cjs.ChatSidebar; exports.ChatTicketItem = _chunkLIRVOF26cjs.ChatTicketItem; exports.ChatTicketList = _chunkLIRVOF26cjs.ChatTicketList; exports.ChatTypingIndicator = _chunkLIRVOF26cjs.ChatTypingIndicator; exports.ChatVideoEntityCard = _chunkLIRVOF26cjs.ChatVideoEntityCard; exports.ContextCompactionDisplay = _chunkLIRVOF26cjs.ContextCompactionDisplay; exports.CustomerInterviewCard = _chunkLIRVOF26cjs.CustomerInterviewCard; exports.CustomerInterviewCardSkeleton = _chunkLIRVOF26cjs.CustomerInterviewCardSkeleton; exports.DEFAULT_DOCUMENT_TYPE_TO_TABLE_ID = _chunkLIRVOF26cjs.DEFAULT_DOCUMENT_TYPE_TO_TABLE_ID; exports.DataRoomDocCard = _chunkLIRVOF26cjs.DataRoomDocCard; exports.DataRoomDocCardSkeleton = _chunkLIRVOF26cjs.DataRoomDocCardSkeleton; exports.DialogListItem = _chunkLIRVOF26cjs.DialogListItem; exports.EMPTY_AUTHOR_PLACEHOLDER = _chunkLIRVOF26cjs.EMPTY_AUTHOR_PLACEHOLDER; exports.EmbeddableChat = _chunkLIRVOF26cjs.EmbeddableChat; exports.EntityAuthorCard = _chunkLIRVOF26cjs.EntityAuthorCard; exports.EntityMetadataAuthorCell = _chunkLIRVOF26cjs.EntityMetadataAuthorCell; exports.EntityMetadataValueCell = _chunkLIRVOF26cjs.EntityMetadataValueCell; exports.ErrorMessageDisplay = _chunkLIRVOF26cjs.ErrorMessageDisplay; exports.ExpandChevron = _chunkLIRVOF26cjs.ExpandChevron; exports.GenericEntityCard = _chunkLIRVOF26cjs.GenericEntityCard; exports.GenericEntityCardSkeleton = _chunkLIRVOF26cjs.GenericEntityCardSkeleton; exports.GitHubActivityCard = _chunkLIRVOF26cjs.GitHubActivityCard; exports.GitHubActivityCardSkeleton = _chunkLIRVOF26cjs.GitHubActivityCardSkeleton; exports.GuideModeBanner = _chunkLIRVOF26cjs.GuideModeBanner; exports.GuideWelcome = _chunkLIRVOF26cjs.GuideWelcome; exports.HubspotTicketCard = _chunkLIRVOF26cjs.HubspotTicketCard; exports.HubspotTicketCardSkeleton = _chunkLIRVOF26cjs.HubspotTicketCardSkeleton; exports.ICON_REGISTRY = _chunkLIRVOF26cjs.ICON_REGISTRY; exports.InvestorUpdateCard = _chunkLIRVOF26cjs.InvestorUpdateCard; exports.InvestorUpdateCardSkeleton = _chunkLIRVOF26cjs.InvestorUpdateCardSkeleton; exports.MESSAGE_ROLE = _chunkLIRVOF26cjs.MESSAGE_ROLE; exports.MESSAGE_TYPE = _chunkLIRVOF26cjs.MESSAGE_TYPE; exports.MessageSegmentAccumulator = _chunkLIRVOF26cjs.MessageSegmentAccumulator; exports.MingoChatHistory = _chunkLIRVOF26cjs.MingoChatHistory; exports.MingoChatHistorySkeleton = _chunkLIRVOF26cjs.MingoChatHistorySkeleton; exports.MingoOnboardingCard = _chunkLIRVOF26cjs.MingoOnboardingCard; exports.MingoOnboardingCardSkeleton = _chunkLIRVOF26cjs.MingoOnboardingCardSkeleton; exports.MingoOnboardingListSkeleton = _chunkLIRVOF26cjs.MingoOnboardingListSkeleton; exports.MingoWelcome = _chunkLIRVOF26cjs.MingoWelcome; exports.ModelDisplay = _chunkLIRVOF26cjs.ModelDisplay; exports.NETWORK_CONFIG = _chunkLIRVOF26cjs.NETWORK_CONFIG; exports.NEW_TAB_FEATURES = _chunkLIRVOF26cjs.NEW_TAB_FEATURES; exports.NavLinkAnchorViaRuntime = _chunkLIRVOF26cjs.NavLinkAnchorViaRuntime; exports.OWNER_TYPE = _chunkLIRVOF26cjs.OWNER_TYPE; exports.OnboardingGuideCard = _chunkLIRVOF26cjs.OnboardingGuideCard; exports.OnboardingGuideCardSkeleton = _chunkLIRVOF26cjs.OnboardingGuideCardSkeleton; exports.ProductReleaseCard = _chunkLIRVOF26cjs.ProductReleaseCard; exports.ProductReleaseCardSkeleton = _chunkLIRVOF26cjs.ProductReleaseCardSkeleton; exports.ProgramCard = _chunkLIRVOF26cjs.ProgramCard; exports.ProgramCardSkeleton = _chunkLIRVOF26cjs.ProgramCardSkeleton; exports.RenameChatModal = _chunkLIRVOF26cjs.RenameChatModal; exports.ResultBlock = _chunkLIRVOF26cjs.ResultBlock; exports.RoadmapCard = _chunkLIRVOF26cjs.RoadmapCard; exports.RoadmapCardSkeleton = _chunkLIRVOF26cjs.RoadmapCardSkeleton; exports.RoadmapVoteButton = _chunkLIRVOF26cjs.RoadmapVoteButton; exports.SCROLL_ANCHOR = _chunkLIRVOF26cjs.SCROLL_ANCHOR; exports.SCROLL_ANCHOR_WIRE_KEY = _chunkLIRVOF26cjs.SCROLL_ANCHOR_WIRE_KEY; exports.SOURCE_ICON_NAMES = _chunkLIRVOF26cjs.SOURCE_ICON_NAMES; exports.SOURCE_LABELS_BY_TABLE = _chunkLIRVOF26cjs.SOURCE_LABELS_BY_TABLE; exports.SlackMessageCard = _chunkLIRVOF26cjs.SlackMessageCard; exports.SlackMessageCardSkeleton = _chunkLIRVOF26cjs.SlackMessageCardSkeleton; exports.SlashCommandSuggestions = _chunkLIRVOF26cjs.SlashCommandSuggestions; exports.SourceActionButton = _chunkLIRVOF26cjs.SourceActionButton; exports.TaskTypeIcon = _chunkLIRVOF26cjs.TaskTypeIcon; exports.ThinkingDisplay = _chunkLIRVOF26cjs.ThinkingDisplay; exports.ToolExecutionDisplay = _chunkLIRVOF26cjs.ToolExecutionDisplay; exports.UnarchiveChatModal = _chunkLIRVOF26cjs.UnarchiveChatModal; exports.applyProxyAuth = _chunkLIRVOF26cjs.applyProxyAuth; exports.buildAnchorProps = _chunkLIRVOF26cjs.buildAnchorProps; exports.buildAutoContinuationDirective = _chunkLIRVOF26cjs.buildAutoContinuationDirective; exports.buildChatAttachmentViewUrl = _chunkLIRVOF26cjs.buildChatAttachmentViewUrl; exports.buildChatRefKey = _chunkLIRVOF26cjs.buildChatRefKey; exports.buildDiscussAddendum = _chunkLIRVOF26cjs.buildDiscussAddendum; exports.buildNatsWsUrl = _chunkLIRVOF26cjs.buildNatsWsUrl; exports.buildProductReleaseCardProps = _chunkLIRVOF26cjs.buildProductReleaseCardProps; exports.chatAuthedFetch = _chunkLIRVOF26cjs.embedAuthedFetch; exports.chatChipClass = _chunkLIRVOF26cjs.chatChipClass; exports.clearChatProxyAuth = _chunkLIRVOF26cjs.clearEmbedProxyAuth; exports.clickupTaskUrl = _chunkLIRVOF26cjs.clickupTaskUrl; exports.computeIsNewTab = _chunkLIRVOF26cjs.computeIsNewTab; exports.createMessageSegmentAccumulator = _chunkLIRVOF26cjs.createMessageSegmentAccumulator; exports.decideNewTab = _chunkLIRVOF26cjs.decideNewTab; exports.defaultBuildProductReleaseCardProps = _chunkLIRVOF26cjs.defaultBuildProductReleaseCardProps; exports.defaultTableIdForDocumentType = _chunkLIRVOF26cjs.defaultTableIdForDocumentType; exports.escapeMarkdownInline = _chunkLIRVOF26cjs.escapeMarkdownInline; exports.executeNavigation = _chunkLIRVOF26cjs.executeNavigation; exports.executeNavigationImperative = _chunkLIRVOF26cjs.executeNavigationImperative; exports.extractEntityIdFilter = _chunkLIRVOF26cjs.extractEntityIdFilter; exports.extractErrorMessages = _chunkLIRVOF26cjs.extractErrorMessages; exports.extractIncompleteMessageState = _chunkLIRVOF26cjs.extractIncompleteMessageState; exports.extractTextFromChunk = _chunkLIRVOF26cjs.extractTextFromChunk; exports.fetchSlashCommands = _chunkLIRVOF26cjs.fetchSlashCommands; exports.flattenAssistantContent = _chunkLIRVOF26cjs.flattenAssistantContent; exports.formatChatAttachmentMarkdownForBubble = _chunkLIRVOF26cjs.formatChatAttachmentMarkdownForBubble; exports.formatInvestorUpdatePeriod = _chunkLIRVOF26cjs.formatInvestorUpdatePeriod; exports.formatSingularLookupInvocation = _chunkLIRVOF26cjs.formatSingularLookupInvocation; exports.getChatProxyAuth = _chunkLIRVOF26cjs.getEmbedProxyAuth; exports.getCommandText = _chunkLIRVOF26cjs.getCommandText; exports.getDynamicIcon = _chunkLIRVOF26cjs.getDynamicIcon; exports.getIconComponent = _chunkLIRVOF26cjs.getIconComponent; exports.getPersistedProxyEmail = _chunkLIRVOF26cjs.getPersistedProxyEmail; exports.getSourceIconName = _chunkLIRVOF26cjs.getSourceIconName; exports.getSourceLabel = _chunkLIRVOF26cjs.getSourceLabel; exports.getStatusColorScheme = _chunkLIRVOF26cjs.getStatusColorScheme; exports.getTaskTypeLabel = _chunkLIRVOF26cjs.getTaskTypeLabel; exports.handleChatNavClick = _chunkLIRVOF26cjs.handleChatNavClick; exports.isControlChunk = _chunkLIRVOF26cjs.isControlChunk; exports.isCrossOriginUrl = _chunkLIRVOF26cjs.isCrossOriginUrl; exports.isErrorChunk = _chunkLIRVOF26cjs.isErrorChunk; exports.isMetadataChunk = _chunkLIRVOF26cjs.isMetadataChunk; exports.isModifierClick = _chunkLIRVOF26cjs.isModifierClick; exports.isStructuredContent = _chunkLIRVOF26cjs.isStructuredContent; exports.newTabAnchorAttrs = _chunkLIRVOF26cjs.newTabAnchorAttrs; exports.normalizeContent = _chunkLIRVOF26cjs.normalizeContent; exports.normalizeIconKey = _chunkLIRVOF26cjs.normalizeIconKey; exports.parseChunkToAction = _chunkLIRVOF26cjs.parseChunkToAction; exports.parseScrollAnchor = _chunkLIRVOF26cjs.parseScrollAnchor; exports.parseWireCommandOverride = _chunkLIRVOF26cjs.parseWireCommandOverride; exports.processHistoricalMessages = _chunkLIRVOF26cjs.processHistoricalMessages; exports.processHistoricalMessagesWithErrors = _chunkLIRVOF26cjs.processHistoricalMessagesWithErrors; exports.remarkCardLinks = _chunkLIRVOF26cjs.remarkCardLinks; exports.renderChatInlineEntityCard = _chunkLIRVOF26cjs.renderChatInlineEntityCard; exports.resolveExternalNavigation = _chunkLIRVOF26cjs.resolveExternalNavigation; exports.resolveSourceIcon = _chunkLIRVOF26cjs.resolveSourceIcon; exports.resolveSourceRowCTA = _chunkLIRVOF26cjs.resolveSourceRowCTA; exports.safeHref = _chunkLIRVOF26cjs.safeHref; exports.sanitizeTitleForChat = _chunkLIRVOF26cjs.sanitizeTitleForChat; exports.setChatProxyAuth = _chunkLIRVOF26cjs.setEmbedProxyAuth; exports.stripChatAttachmentMarkdown = _chunkLIRVOF26cjs.stripChatAttachmentMarkdown; exports.stripSameOriginToPath = _chunkLIRVOF26cjs.stripSameOriginToPath; exports.transformEventToProgram = _chunkLIRVOF26cjs.transformEventToProgram; exports.transformPodcastToProgram = _chunkLIRVOF26cjs.transformPodcastToProgram; exports.transformWebinarToProgram = _chunkLIRVOF26cjs.transformWebinarToProgram; exports.useChat = _chunkLIRVOF26cjs.useChat; exports.useChatAttachmentImageGallery = _chunkLIRVOF26cjs.useChatAttachmentImageGallery; exports.useChatAttachments = _chunkLIRVOF26cjs.useChatAttachments; exports.useChatCardItem = _chunkLIRVOF26cjs.useChatCardItem; exports.useChatIdentity = _chunkLIRVOF26cjs.useChatIdentity; exports.useChunkCatchup = _chunkLIRVOF26cjs.useChunkCatchup; exports.useCloseOnNavigation = _chunkLIRVOF26cjs.useCloseOnNavigation; exports.useCollapsible = _chunkLIRVOF26cjs.useCollapsible; exports.useEmbeddedChat = _chunkLIRVOF26cjs.useSseChatAdapter; exports.useJetStreamDialogSubscription = _chunkLIRVOF26cjs.useJetStreamDialogSubscription; exports.useNatsChatAdapter = _chunkLIRVOF26cjs.useNatsChatAdapter; exports.useNatsDialogSubscription = _chunkLIRVOF26cjs.useNatsDialogSubscription; exports.useProxiedImageUrl = _chunkLIRVOF26cjs.useProxiedImageUrl; exports.useRealtimeChunkProcessor = _chunkLIRVOF26cjs.useRealtimeChunkProcessor; exports.useSSE = _chunkLIRVOF26cjs.useSSE; exports.useSlashCommandRegistry = _chunkLIRVOF26cjs.useSlashCommandRegistry; exports.useSlashCommands = _chunkLIRVOF26cjs.useSlashCommands; exports.useSseChatAdapter = _chunkLIRVOF26cjs.useSseChatAdapter; exports.useUnifiedChat = _chunkLIRVOF26cjs.useUnifiedChat;
|
|
453
|
+
exports.ANTHROPIC_SUPPORTED_IMAGE_MIME = _chunk5VU66BD2cjs.ANTHROPIC_SUPPORTED_IMAGE_MIME; exports.APPROVAL_STATUS = _chunk5VU66BD2cjs.APPROVAL_STATUS; exports.ASSISTANT_TYPE = _chunk5VU66BD2cjs.ASSISTANT_TYPE; exports.AUTHOR_TYPE = _chunk5VU66BD2cjs.AUTHOR_TYPE; exports.AUTO_CONTINUATION_DIRECTIVE_PREFIX = _chunk5VU66BD2cjs.AUTO_CONTINUATION_DIRECTIVE_PREFIX; exports.AdminContentCard = _chunk5VU66BD2cjs.AdminContentCard; exports.ApprovalBatchMessage = _chunk5VU66BD2cjs.ApprovalBatchMessage; exports.ApprovalRequestMessage = _chunk5VU66BD2cjs.ApprovalRequestMessage; exports.ArchiveChatModal = _chunk5VU66BD2cjs.ArchiveChatModal; exports.ArgRow = _chunk5VU66BD2cjs.ArgRow; exports.BlockCard = _chunk5VU66BD2cjs.BlockCard; exports.BlogCard = _chunk5VU66BD2cjs.BlogCard; exports.BlogCardSkeleton = _chunk5VU66BD2cjs.BlogCardSkeleton; exports.BlogImagePlaceholder = _chunk5VU66BD2cjs.BlogImagePlaceholder; exports.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER = _chunk5VU66BD2cjs.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER; exports.CHAT_ATTACHMENT_MARKDOWN_PATTERN = _chunk5VU66BD2cjs.CHAT_ATTACHMENT_MARKDOWN_PATTERN; exports.CHAT_ATTACHMENT_MIME_TYPES = _chunk5VU66BD2cjs.CHAT_ATTACHMENT_MIME_TYPES; exports.CHAT_ATTACHMENT_VIEW_TOKEN_QUERY_PARAM = _chunk5VU66BD2cjs.CHAT_ATTACHMENT_VIEW_TOKEN_QUERY_PARAM; exports.CHAT_ATTACHMENT_VIEW_URL_PREFIX = _chunk5VU66BD2cjs.CHAT_ATTACHMENT_VIEW_URL_PREFIX; exports.CHAT_ATTACHMENT_VIEW_URL_PREFIX_REGEX_ESCAPED = _chunk5VU66BD2cjs.CHAT_ATTACHMENT_VIEW_URL_PREFIX_REGEX_ESCAPED; exports.CHAT_TYPE = _chunk5VU66BD2cjs.CHAT_TYPE; exports.CHIP_ACTION_BUTTON_CLASS = _chunk5VU66BD2cjs.CHIP_ACTION_BUTTON_CLASS; exports.COMPACT_CARD_ICON_SLOT = _chunk5VU66BD2cjs.COMPACT_CARD_ICON_SLOT; exports.COMPACT_CARD_IMAGE_SLOT = _chunk5VU66BD2cjs.COMPACT_CARD_IMAGE_SLOT; exports.COMPACT_CARD_META_ROW = _chunk5VU66BD2cjs.COMPACT_CARD_META_ROW; exports.COMPACT_CARD_META_ROW_BOX = _chunk5VU66BD2cjs.COMPACT_CARD_META_ROW_BOX; exports.COMPACT_CARD_OUTER = _chunk5VU66BD2cjs.COMPACT_CARD_OUTER; exports.COMPACT_CARD_OUTER_STATIC = _chunk5VU66BD2cjs.COMPACT_CARD_OUTER_STATIC; exports.COMPACT_CARD_ROW_FILLER = _chunk5VU66BD2cjs.COMPACT_CARD_ROW_FILLER; exports.COMPACT_CARD_SKELETON_IMAGE_SLOT = _chunk5VU66BD2cjs.COMPACT_CARD_SKELETON_IMAGE_SLOT; exports.COMPACT_CARD_SKELETON_OUTER = _chunk5VU66BD2cjs.COMPACT_CARD_SKELETON_OUTER; exports.COMPACT_CARD_SUBTITLE = _chunk5VU66BD2cjs.COMPACT_CARD_SUBTITLE; exports.COMPACT_CARD_SUMMARY = _chunk5VU66BD2cjs.COMPACT_CARD_SUMMARY; exports.COMPACT_CARD_TEXT_COL = _chunk5VU66BD2cjs.COMPACT_CARD_TEXT_COL; exports.COMPACT_CARD_TITLE = _chunk5VU66BD2cjs.COMPACT_CARD_TITLE; exports.COMPACT_CARD_TITLE_ROW = _chunk5VU66BD2cjs.COMPACT_CARD_TITLE_ROW; exports.COMPACT_HEADER_BUTTON = _chunk5VU66BD2cjs.COMPACT_HEADER_BUTTON; exports.CONNECTION_STATUS = _chunk5VU66BD2cjs.CONNECTION_STATUS; exports.CUSTOM_ITEM_ID = _chunk5VU66BD2cjs.CUSTOM_ITEM_ID; exports.CampaignCardAdmin = _chunk5VU66BD2cjs.CampaignCardAdmin; exports.CampaignCardAdminSkeleton = _chunk5VU66BD2cjs.CampaignCardAdminSkeleton; exports.CaseStudyCard = _chunk5VU66BD2cjs.CaseStudyCard; exports.CaseStudyCardSkeleton = _chunk5VU66BD2cjs.CaseStudyCardSkeleton; exports.ChatArchivePage = _chunk5VU66BD2cjs.ChatArchivePage; exports.ChatAttachmentAddButton = _chunk5VU66BD2cjs.ChatAttachmentAddButton; exports.ChatAttachmentChipStrip = _chunk5VU66BD2cjs.ChatAttachmentChipStrip; exports.ChatCardLoader = _chunk5VU66BD2cjs.ChatCardLoader; exports.ChatComposer = _chunk5VU66BD2cjs.ChatComposer; exports.ChatContainer = _chunk5VU66BD2cjs.ChatContainer; exports.ChatContent = _chunk5VU66BD2cjs.ChatContent; exports.ChatDialogModals = _chunk5VU66BD2cjs.ChatDialogModals; exports.ChatFooter = _chunk5VU66BD2cjs.ChatFooter; exports.ChatHeader = _chunk5VU66BD2cjs.ChatHeader; exports.ChatHeaderIconButton = _chunk5VU66BD2cjs.ChatHeaderIconButton; exports.ChatIdentityProvider = _chunk5VU66BD2cjs.ChatIdentityProvider; exports.ChatInput = _chunk5VU66BD2cjs.ChatInput; exports.ChatMessageEnhanced = _chunk5VU66BD2cjs.MemoizedChatMessageEnhanced; exports.ChatMessageList = _chunk5VU66BD2cjs.ChatMessageList; exports.ChatMessageListSkeleton = _chunk5VU66BD2cjs.ChatMessageListSkeleton; exports.ChatMessageRow = _chunk5VU66BD2cjs.ChatMessageRow; exports.ChatMessageRowSkeleton = _chunk5VU66BD2cjs.ChatMessageRowSkeleton; exports.ChatMessageSkeleton = _chunk5VU66BD2cjs.ChatMessageSkeleton; exports.ChatPanelHeader = _chunk5VU66BD2cjs.ChatPanelHeader; exports.ChatQuickAction = _chunk5VU66BD2cjs.ChatQuickAction; exports.ChatSidebar = _chunk5VU66BD2cjs.ChatSidebar; exports.ChatTicketItem = _chunk5VU66BD2cjs.ChatTicketItem; exports.ChatTicketList = _chunk5VU66BD2cjs.ChatTicketList; exports.ChatTypingIndicator = _chunk5VU66BD2cjs.ChatTypingIndicator; exports.ChatVideoEntityCard = _chunk5VU66BD2cjs.ChatVideoEntityCard; exports.ContextCompactionDisplay = _chunk5VU66BD2cjs.ContextCompactionDisplay; exports.CustomerInterviewCard = _chunk5VU66BD2cjs.CustomerInterviewCard; exports.CustomerInterviewCardSkeleton = _chunk5VU66BD2cjs.CustomerInterviewCardSkeleton; exports.DEFAULT_DOCUMENT_TYPE_TO_TABLE_ID = _chunk5VU66BD2cjs.DEFAULT_DOCUMENT_TYPE_TO_TABLE_ID; exports.DataRoomDocCard = _chunk5VU66BD2cjs.DataRoomDocCard; exports.DataRoomDocCardSkeleton = _chunk5VU66BD2cjs.DataRoomDocCardSkeleton; exports.DialogListItem = _chunk5VU66BD2cjs.DialogListItem; exports.EMPTY_AUTHOR_PLACEHOLDER = _chunk5VU66BD2cjs.EMPTY_AUTHOR_PLACEHOLDER; exports.EmbeddableChat = _chunk5VU66BD2cjs.EmbeddableChat; exports.EntityAuthorCard = _chunk5VU66BD2cjs.EntityAuthorCard; exports.EntityMetadataAuthorCell = _chunk5VU66BD2cjs.EntityMetadataAuthorCell; exports.EntityMetadataValueCell = _chunk5VU66BD2cjs.EntityMetadataValueCell; exports.ErrorMessageDisplay = _chunk5VU66BD2cjs.ErrorMessageDisplay; exports.ExpandChevron = _chunk5VU66BD2cjs.ExpandChevron; exports.GenericEntityCard = _chunk5VU66BD2cjs.GenericEntityCard; exports.GenericEntityCardSkeleton = _chunk5VU66BD2cjs.GenericEntityCardSkeleton; exports.GitHubActivityCard = _chunk5VU66BD2cjs.GitHubActivityCard; exports.GitHubActivityCardSkeleton = _chunk5VU66BD2cjs.GitHubActivityCardSkeleton; exports.GuideModeBanner = _chunk5VU66BD2cjs.GuideModeBanner; exports.GuideWelcome = _chunk5VU66BD2cjs.GuideWelcome; exports.HubspotTicketCard = _chunk5VU66BD2cjs.HubspotTicketCard; exports.HubspotTicketCardSkeleton = _chunk5VU66BD2cjs.HubspotTicketCardSkeleton; exports.ICON_REGISTRY = _chunk5VU66BD2cjs.ICON_REGISTRY; exports.InvestorUpdateCard = _chunk5VU66BD2cjs.InvestorUpdateCard; exports.InvestorUpdateCardSkeleton = _chunk5VU66BD2cjs.InvestorUpdateCardSkeleton; exports.MESSAGE_ROLE = _chunk5VU66BD2cjs.MESSAGE_ROLE; exports.MESSAGE_TYPE = _chunk5VU66BD2cjs.MESSAGE_TYPE; exports.MessageSegmentAccumulator = _chunk5VU66BD2cjs.MessageSegmentAccumulator; exports.MingoChatHistory = _chunk5VU66BD2cjs.MingoChatHistory; exports.MingoChatHistorySkeleton = _chunk5VU66BD2cjs.MingoChatHistorySkeleton; exports.MingoOnboardingCard = _chunk5VU66BD2cjs.MingoOnboardingCard; exports.MingoOnboardingCardSkeleton = _chunk5VU66BD2cjs.MingoOnboardingCardSkeleton; exports.MingoOnboardingListSkeleton = _chunk5VU66BD2cjs.MingoOnboardingListSkeleton; exports.MingoWelcome = _chunk5VU66BD2cjs.MingoWelcome; exports.ModelDisplay = _chunk5VU66BD2cjs.ModelDisplay; exports.NETWORK_CONFIG = _chunk5VU66BD2cjs.NETWORK_CONFIG; exports.NEW_TAB_FEATURES = _chunk5VU66BD2cjs.NEW_TAB_FEATURES; exports.NavLinkAnchorViaRuntime = _chunk5VU66BD2cjs.NavLinkAnchorViaRuntime; exports.OWNER_TYPE = _chunk5VU66BD2cjs.OWNER_TYPE; exports.OnboardingGuideCard = _chunk5VU66BD2cjs.OnboardingGuideCard; exports.OnboardingGuideCardSkeleton = _chunk5VU66BD2cjs.OnboardingGuideCardSkeleton; exports.ProductReleaseCard = _chunk5VU66BD2cjs.ProductReleaseCard; exports.ProductReleaseCardSkeleton = _chunk5VU66BD2cjs.ProductReleaseCardSkeleton; exports.ProgramCard = _chunk5VU66BD2cjs.ProgramCard; exports.ProgramCardSkeleton = _chunk5VU66BD2cjs.ProgramCardSkeleton; exports.RenameChatModal = _chunk5VU66BD2cjs.RenameChatModal; exports.ResultBlock = _chunk5VU66BD2cjs.ResultBlock; exports.RoadmapCard = _chunk5VU66BD2cjs.RoadmapCard; exports.RoadmapCardSkeleton = _chunk5VU66BD2cjs.RoadmapCardSkeleton; exports.RoadmapVoteButton = _chunk5VU66BD2cjs.RoadmapVoteButton; exports.SCROLL_ANCHOR = _chunk5VU66BD2cjs.SCROLL_ANCHOR; exports.SCROLL_ANCHOR_WIRE_KEY = _chunk5VU66BD2cjs.SCROLL_ANCHOR_WIRE_KEY; exports.SOURCE_ICON_NAMES = _chunk5VU66BD2cjs.SOURCE_ICON_NAMES; exports.SOURCE_LABELS_BY_TABLE = _chunk5VU66BD2cjs.SOURCE_LABELS_BY_TABLE; exports.SlackMessageCard = _chunk5VU66BD2cjs.SlackMessageCard; exports.SlackMessageCardSkeleton = _chunk5VU66BD2cjs.SlackMessageCardSkeleton; exports.SlashCommandSuggestions = _chunk5VU66BD2cjs.SlashCommandSuggestions; exports.SourceActionButton = _chunk5VU66BD2cjs.SourceActionButton; exports.TaskTypeIcon = _chunk5VU66BD2cjs.TaskTypeIcon; exports.ThinkingDisplay = _chunk5VU66BD2cjs.ThinkingDisplay; exports.ToolExecutionDisplay = _chunk5VU66BD2cjs.ToolExecutionDisplay; exports.UnarchiveChatModal = _chunk5VU66BD2cjs.UnarchiveChatModal; exports.applyProxyAuth = _chunk5VU66BD2cjs.applyProxyAuth; exports.buildAnchorProps = _chunk5VU66BD2cjs.buildAnchorProps; exports.buildAutoContinuationDirective = _chunk5VU66BD2cjs.buildAutoContinuationDirective; exports.buildChatAttachmentViewUrl = _chunk5VU66BD2cjs.buildChatAttachmentViewUrl; exports.buildChatRefKey = _chunk5VU66BD2cjs.buildChatRefKey; exports.buildDiscussAddendum = _chunk5VU66BD2cjs.buildDiscussAddendum; exports.buildNatsWsUrl = _chunk5VU66BD2cjs.buildNatsWsUrl; exports.buildProductReleaseCardProps = _chunk5VU66BD2cjs.buildProductReleaseCardProps; exports.chatAuthedFetch = _chunk5VU66BD2cjs.embedAuthedFetch; exports.chatChipClass = _chunk5VU66BD2cjs.chatChipClass; exports.clearChatProxyAuth = _chunk5VU66BD2cjs.clearEmbedProxyAuth; exports.clickupTaskUrl = _chunk5VU66BD2cjs.clickupTaskUrl; exports.computeIsNewTab = _chunk5VU66BD2cjs.computeIsNewTab; exports.createMessageSegmentAccumulator = _chunk5VU66BD2cjs.createMessageSegmentAccumulator; exports.decideNewTab = _chunk5VU66BD2cjs.decideNewTab; exports.defaultBuildProductReleaseCardProps = _chunk5VU66BD2cjs.defaultBuildProductReleaseCardProps; exports.defaultTableIdForDocumentType = _chunk5VU66BD2cjs.defaultTableIdForDocumentType; exports.escapeMarkdownInline = _chunk5VU66BD2cjs.escapeMarkdownInline; exports.executeNavigation = _chunk5VU66BD2cjs.executeNavigation; exports.executeNavigationImperative = _chunk5VU66BD2cjs.executeNavigationImperative; exports.extractEntityIdFilter = _chunk5VU66BD2cjs.extractEntityIdFilter; exports.extractErrorMessages = _chunk5VU66BD2cjs.extractErrorMessages; exports.extractIncompleteMessageState = _chunk5VU66BD2cjs.extractIncompleteMessageState; exports.extractTextFromChunk = _chunk5VU66BD2cjs.extractTextFromChunk; exports.fetchSlashCommands = _chunk5VU66BD2cjs.fetchSlashCommands; exports.flattenAssistantContent = _chunk5VU66BD2cjs.flattenAssistantContent; exports.formatChatAttachmentMarkdownForBubble = _chunk5VU66BD2cjs.formatChatAttachmentMarkdownForBubble; exports.formatInvestorUpdatePeriod = _chunk5VU66BD2cjs.formatInvestorUpdatePeriod; exports.formatSingularLookupInvocation = _chunk5VU66BD2cjs.formatSingularLookupInvocation; exports.getChatProxyAuth = _chunk5VU66BD2cjs.getEmbedProxyAuth; exports.getCommandText = _chunk5VU66BD2cjs.getCommandText; exports.getDynamicIcon = _chunk5VU66BD2cjs.getDynamicIcon; exports.getIconComponent = _chunk5VU66BD2cjs.getIconComponent; exports.getPersistedProxyEmail = _chunk5VU66BD2cjs.getPersistedProxyEmail; exports.getSourceIconName = _chunk5VU66BD2cjs.getSourceIconName; exports.getSourceLabel = _chunk5VU66BD2cjs.getSourceLabel; exports.getStatusColorScheme = _chunk5VU66BD2cjs.getStatusColorScheme; exports.getTaskTypeLabel = _chunk5VU66BD2cjs.getTaskTypeLabel; exports.handleChatNavClick = _chunk5VU66BD2cjs.handleChatNavClick; exports.isControlChunk = _chunk5VU66BD2cjs.isControlChunk; exports.isCrossOriginUrl = _chunk5VU66BD2cjs.isCrossOriginUrl; exports.isErrorChunk = _chunk5VU66BD2cjs.isErrorChunk; exports.isMetadataChunk = _chunk5VU66BD2cjs.isMetadataChunk; exports.isModifierClick = _chunk5VU66BD2cjs.isModifierClick; exports.isStructuredContent = _chunk5VU66BD2cjs.isStructuredContent; exports.newTabAnchorAttrs = _chunk5VU66BD2cjs.newTabAnchorAttrs; exports.normalizeContent = _chunk5VU66BD2cjs.normalizeContent; exports.normalizeIconKey = _chunk5VU66BD2cjs.normalizeIconKey; exports.parseChunkToAction = _chunk5VU66BD2cjs.parseChunkToAction; exports.parseScrollAnchor = _chunk5VU66BD2cjs.parseScrollAnchor; exports.parseWireCommandOverride = _chunk5VU66BD2cjs.parseWireCommandOverride; exports.processHistoricalMessages = _chunk5VU66BD2cjs.processHistoricalMessages; exports.processHistoricalMessagesWithErrors = _chunk5VU66BD2cjs.processHistoricalMessagesWithErrors; exports.remarkCardLinks = _chunk5VU66BD2cjs.remarkCardLinks; exports.renderChatInlineEntityCard = _chunk5VU66BD2cjs.renderChatInlineEntityCard; exports.resolveExternalNavigation = _chunk5VU66BD2cjs.resolveExternalNavigation; exports.resolveSourceIcon = _chunk5VU66BD2cjs.resolveSourceIcon; exports.resolveSourceRowCTA = _chunk5VU66BD2cjs.resolveSourceRowCTA; exports.safeHref = _chunk5VU66BD2cjs.safeHref; exports.sanitizeTitleForChat = _chunk5VU66BD2cjs.sanitizeTitleForChat; exports.setChatProxyAuth = _chunk5VU66BD2cjs.setEmbedProxyAuth; exports.stripChatAttachmentMarkdown = _chunk5VU66BD2cjs.stripChatAttachmentMarkdown; exports.stripSameOriginToPath = _chunk5VU66BD2cjs.stripSameOriginToPath; exports.transformEventToProgram = _chunk5VU66BD2cjs.transformEventToProgram; exports.transformPodcastToProgram = _chunk5VU66BD2cjs.transformPodcastToProgram; exports.transformWebinarToProgram = _chunk5VU66BD2cjs.transformWebinarToProgram; exports.useChat = _chunk5VU66BD2cjs.useChat; exports.useChatAttachmentImageGallery = _chunk5VU66BD2cjs.useChatAttachmentImageGallery; exports.useChatAttachments = _chunk5VU66BD2cjs.useChatAttachments; exports.useChatCardItem = _chunk5VU66BD2cjs.useChatCardItem; exports.useChatIdentity = _chunk5VU66BD2cjs.useChatIdentity; exports.useChunkCatchup = _chunk5VU66BD2cjs.useChunkCatchup; exports.useCloseOnNavigation = _chunk5VU66BD2cjs.useCloseOnNavigation; exports.useCollapsible = _chunk5VU66BD2cjs.useCollapsible; exports.useEmbeddedChat = _chunk5VU66BD2cjs.useSseChatAdapter; exports.useJetStreamDialogSubscription = _chunk5VU66BD2cjs.useJetStreamDialogSubscription; exports.useNatsChatAdapter = _chunk5VU66BD2cjs.useNatsChatAdapter; exports.useNatsDialogSubscription = _chunk5VU66BD2cjs.useNatsDialogSubscription; exports.useProxiedImageUrl = _chunk5VU66BD2cjs.useProxiedImageUrl; exports.useRealtimeChunkProcessor = _chunk5VU66BD2cjs.useRealtimeChunkProcessor; exports.useSSE = _chunk5VU66BD2cjs.useSSE; exports.useSlashCommandRegistry = _chunk5VU66BD2cjs.useSlashCommandRegistry; exports.useSlashCommands = _chunk5VU66BD2cjs.useSlashCommands; exports.useSseChatAdapter = _chunk5VU66BD2cjs.useSseChatAdapter; exports.useUnifiedChat = _chunk5VU66BD2cjs.useUnifiedChat;
|
|
453
454
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/chat/index.cjs"],"names":[],"mappings":"AAAA,qFAAY;AACZ,YAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,4DAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,ytdAAC","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/chat/index.cjs"}
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/chat/index.cjs"],"names":[],"mappings":"AAAA,qFAAY;AACZ,YAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,4DAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,ytdAAC","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/chat/index.cjs"}
|
|
@@ -216,20 +216,21 @@ import {
|
|
|
216
216
|
useSlashCommands,
|
|
217
217
|
useSseChatAdapter,
|
|
218
218
|
useUnifiedChat
|
|
219
|
-
} from "../../chunk-
|
|
219
|
+
} from "../../chunk-Y7DCQUNL.js";
|
|
220
|
+
import "../../chunk-4YKGXZ7W.js";
|
|
220
221
|
import "../../chunk-LXC6P2EO.js";
|
|
221
222
|
import "../../chunk-EL5YVPD5.js";
|
|
223
|
+
import "../../chunk-LJGBFD52.js";
|
|
222
224
|
import "../../chunk-AGU44B7B.js";
|
|
223
225
|
import "../../chunk-OHPI2HRK.js";
|
|
224
|
-
import "../../chunk-
|
|
226
|
+
import "../../chunk-UECRKCKH.js";
|
|
227
|
+
import "../../chunk-MJNXIEV2.js";
|
|
225
228
|
import "../../chunk-PLJLE4A4.js";
|
|
226
229
|
import "../../chunk-265KKBV2.js";
|
|
227
230
|
import "../../chunk-XTCBRQN2.js";
|
|
228
231
|
import "../../chunk-4WZOFD46.js";
|
|
229
232
|
import "../../chunk-6U3IUD57.js";
|
|
230
233
|
import "../../chunk-W72U7OU7.js";
|
|
231
|
-
import "../../chunk-4YKGXZ7W.js";
|
|
232
|
-
import "../../chunk-MJNXIEV2.js";
|
|
233
234
|
import "../../chunk-CZR7ARBA.js";
|
|
234
235
|
import "../../chunk-GGWZFCYS.js";
|
|
235
236
|
export {
|
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../chunk-
|
|
4
|
+
var _chunkIJOJWBMEcjs = require('../../chunk-IJOJWBME.cjs');
|
|
5
|
+
require('../../chunk-5VU66BD2.cjs');
|
|
6
|
+
require('../../chunk-MEAR2WHS.cjs');
|
|
6
7
|
require('../../chunk-XL4V2PYG.cjs');
|
|
7
8
|
require('../../chunk-BZFW3FOF.cjs');
|
|
9
|
+
require('../../chunk-FSS2MIEA.cjs');
|
|
8
10
|
require('../../chunk-GRTZ23GL.cjs');
|
|
9
11
|
require('../../chunk-WBR7H6E3.cjs');
|
|
10
|
-
require('../../chunk-
|
|
12
|
+
require('../../chunk-27VVOBDB.cjs');
|
|
13
|
+
require('../../chunk-27APPAJN.cjs');
|
|
11
14
|
require('../../chunk-G7UE6RKV.cjs');
|
|
12
15
|
require('../../chunk-Z4IBEIWD.cjs');
|
|
13
16
|
require('../../chunk-FIG2RKZF.cjs');
|
|
14
17
|
require('../../chunk-C6ASEPZL.cjs');
|
|
15
18
|
require('../../chunk-WZW7C7TF.cjs');
|
|
16
19
|
require('../../chunk-XQFFGR6U.cjs');
|
|
17
|
-
require('../../chunk-MEAR2WHS.cjs');
|
|
18
|
-
require('../../chunk-27APPAJN.cjs');
|
|
19
20
|
require('../../chunk-OZ3GH6OQ.cjs');
|
|
20
21
|
require('../../chunk-VRHGVLSL.cjs');
|
|
21
22
|
|
|
22
23
|
|
|
23
|
-
exports.ContactForm =
|
|
24
|
+
exports.ContactForm = _chunkIJOJWBMEcjs.ContactForm;
|
|
24
25
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/contact/index.cjs"],"names":[],"mappings":"AAAA,qFAAY;AACZ;AACE;AACF,4DAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC;AACE;AACF,oDAAC","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/contact/index.cjs"}
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/contact/index.cjs"],"names":[],"mappings":"AAAA,qFAAY;AACZ;AACE;AACF,4DAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC;AACE;AACF,oDAAC","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/contact/index.cjs"}
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
ContactForm
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-G6YZ7O27.js";
|
|
5
|
+
import "../../chunk-Y7DCQUNL.js";
|
|
6
|
+
import "../../chunk-4YKGXZ7W.js";
|
|
6
7
|
import "../../chunk-LXC6P2EO.js";
|
|
7
8
|
import "../../chunk-EL5YVPD5.js";
|
|
9
|
+
import "../../chunk-LJGBFD52.js";
|
|
8
10
|
import "../../chunk-AGU44B7B.js";
|
|
9
11
|
import "../../chunk-OHPI2HRK.js";
|
|
10
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-UECRKCKH.js";
|
|
13
|
+
import "../../chunk-MJNXIEV2.js";
|
|
11
14
|
import "../../chunk-PLJLE4A4.js";
|
|
12
15
|
import "../../chunk-265KKBV2.js";
|
|
13
16
|
import "../../chunk-XTCBRQN2.js";
|
|
14
17
|
import "../../chunk-4WZOFD46.js";
|
|
15
18
|
import "../../chunk-6U3IUD57.js";
|
|
16
19
|
import "../../chunk-W72U7OU7.js";
|
|
17
|
-
import "../../chunk-4YKGXZ7W.js";
|
|
18
|
-
import "../../chunk-MJNXIEV2.js";
|
|
19
20
|
import "../../chunk-CZR7ARBA.js";
|
|
20
21
|
import "../../chunk-GGWZFCYS.js";
|
|
21
22
|
export {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure FAQ JSON-LD builder. No React, no client-only deps — safe to import from
|
|
3
|
+
* Server Components via the `./components/faq` subpath export. (Do NOT import
|
|
4
|
+
* through the root `./components` barrel — that barrel is `"use client"` and
|
|
5
|
+
* dragging it into a Server Component would force the client graph into the
|
|
6
|
+
* server.)
|
|
7
|
+
*
|
|
8
|
+
* The hub used to harcode `name`/`description` here for OpenMSP; in the lib we
|
|
9
|
+
* accept overrides so every embedder can supply its own platform branding.
|
|
10
|
+
*/
|
|
11
|
+
import type { Faq } from '../../types/faq';
|
|
12
|
+
export interface FaqSchemaOptions {
|
|
13
|
+
name?: string;
|
|
14
|
+
description?: string;
|
|
15
|
+
url?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare function baseFaqSchema(opts?: FaqSchemaOptions): {
|
|
18
|
+
readonly url?: string | undefined;
|
|
19
|
+
readonly '@context': "https://schema.org";
|
|
20
|
+
readonly '@type': "FAQPage";
|
|
21
|
+
readonly name: string;
|
|
22
|
+
readonly description: string;
|
|
23
|
+
};
|
|
24
|
+
export declare function buildFaqJsonLdFromFaqs(faqs: Faq[], opts?: FaqSchemaOptions): {
|
|
25
|
+
readonly mainEntity: {
|
|
26
|
+
'@type': string;
|
|
27
|
+
name: string;
|
|
28
|
+
acceptedAnswer: {
|
|
29
|
+
'@type': string;
|
|
30
|
+
text: string;
|
|
31
|
+
};
|
|
32
|
+
}[];
|
|
33
|
+
readonly url?: string | undefined;
|
|
34
|
+
readonly '@context': "https://schema.org";
|
|
35
|
+
readonly '@type': "FAQPage";
|
|
36
|
+
readonly name: string;
|
|
37
|
+
readonly description: string;
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=faq-json-ld.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"faq-json-ld.d.ts","sourceRoot":"","sources":["../../../src/components/faq/faq-json-ld.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAA;AAE1C,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAMD,wBAAgB,aAAa,CAAC,IAAI,GAAE,gBAAqB;;;;;;EAQxD;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,GAAE,gBAAqB;;;;;;;;;;;;;;EAY9E"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Faq } from '../../types/faq';
|
|
3
|
+
import { type FaqSchemaOptions } from './faq-json-ld';
|
|
4
|
+
export interface FaqSectionProps {
|
|
5
|
+
/**
|
|
6
|
+
* SSR hydrate. When provided, the hook skips the first client fetch (per
|
|
7
|
+
* useSelfFetch contract). The consuming server page resolves FAQs then drills
|
|
8
|
+
* them into this prop — the lib never re-fetches what the host already gated on.
|
|
9
|
+
*/
|
|
10
|
+
initialFaqs?: Faq[];
|
|
11
|
+
/** Both required together for entity-attached FAQs; partial → bare /api/faqs. */
|
|
12
|
+
entityType?: string;
|
|
13
|
+
entityId?: number | string;
|
|
14
|
+
/**
|
|
15
|
+
* Page heading. Pass null to render in embedded mode (no <h1>, error branch
|
|
16
|
+
* suppresses any banner). React node so platforms can drill their local
|
|
17
|
+
* <PageHeading> component without the lib referencing platform state.
|
|
18
|
+
*/
|
|
19
|
+
heading?: React.ReactNode | null;
|
|
20
|
+
/** Inject FAQPage schema.org JSON-LD as a <script>. Off by default so embeds
|
|
21
|
+
* don't emit duplicate schema. */
|
|
22
|
+
emitJsonLd?: boolean;
|
|
23
|
+
/** Overrides for the JSON-LD's name/description/url. */
|
|
24
|
+
jsonLd?: FaqSchemaOptions;
|
|
25
|
+
className?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Generic, embeddable FAQ display surface.
|
|
29
|
+
*
|
|
30
|
+
* - Standalone /faqs page: pass `initialFaqs` from the server + `heading` +
|
|
31
|
+
* `emitJsonLd` with `jsonLd` overrides for SEO.
|
|
32
|
+
* - Per-entity embed: pass `entityType` + `entityId` (no `initialFaqs`); the
|
|
33
|
+
* hook self-fetches and the public /api/faqs endpoint picks override-vs-fallback.
|
|
34
|
+
*
|
|
35
|
+
* CONTRACT: the consuming app MUST implement `GET /api/faqs`. Without it,
|
|
36
|
+
* useSelfFetch reports `error:true` (logged once); in embedded mode (heading
|
|
37
|
+
* === null) this component renders nothing so the host page isn't disfigured.
|
|
38
|
+
*/
|
|
39
|
+
export declare function FaqSection({ initialFaqs, entityType, entityId, heading, emitJsonLd, jsonLd, className, }: FaqSectionProps): React.JSX.Element | null;
|
|
40
|
+
//# sourceMappingURL=faq-section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"faq-section.d.ts","sourceRoot":"","sources":["../../../src/components/faq/faq-section.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAA;AAG1C,OAAO,EAA0B,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAE7E,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,GAAG,EAAE,CAAA;IACnB,iFAAiF;IACjF,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,CAAA;IAChC;uCACmC;IACnC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,wDAAwD;IACxD,MAAM,CAAC,EAAE,gBAAgB,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAiDD;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,UAAU,EACV,QAAQ,EACR,OAAO,EACP,UAAkB,EAClB,MAAM,EACN,SAAS,GACV,EAAE,eAAe,4BAiEjB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkDOM4KWZ7cjs = require('../../chunk-DOM4KWZ7.cjs');
|
|
7
|
+
require('../../chunk-T7AJBKZP.cjs');
|
|
8
|
+
require('../../chunk-FSS2MIEA.cjs');
|
|
9
|
+
require('../../chunk-FIG2RKZF.cjs');
|
|
10
|
+
require('../../chunk-VRHGVLSL.cjs');
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
exports.FaqSection = _chunkDOM4KWZ7cjs.FaqSection; exports.baseFaqSchema = _chunkDOM4KWZ7cjs.baseFaqSchema; exports.buildFaqJsonLdFromFaqs = _chunkDOM4KWZ7cjs.buildFaqJsonLdFromFaqs;
|
|
16
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/faq/index.cjs"],"names":[],"mappings":"AAAA,qFAAY;AACZ;AACE;AACA;AACA;AACF,4DAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC;AACE;AACA;AACA;AACF,sLAAC","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/faq/index.cjs"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/faq/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,eAAe,CAAA;AAChE,OAAO,EAAE,aAAa,EAAE,sBAAsB,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
FaqSection,
|
|
4
|
+
baseFaqSchema,
|
|
5
|
+
buildFaqJsonLdFromFaqs
|
|
6
|
+
} from "../../chunk-M3I6ZPOM.js";
|
|
7
|
+
import "../../chunk-L4LAAA5Q.js";
|
|
8
|
+
import "../../chunk-LJGBFD52.js";
|
|
9
|
+
import "../../chunk-XTCBRQN2.js";
|
|
10
|
+
import "../../chunk-GGWZFCYS.js";
|
|
11
|
+
export {
|
|
12
|
+
FaqSection,
|
|
13
|
+
baseFaqSchema,
|
|
14
|
+
buildFaqJsonLdFromFaqs
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -102,20 +102,21 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
var
|
|
105
|
+
var _chunk5VU66BD2cjs = require('../../chunk-5VU66BD2.cjs');
|
|
106
|
+
require('../../chunk-MEAR2WHS.cjs');
|
|
106
107
|
require('../../chunk-XL4V2PYG.cjs');
|
|
107
108
|
require('../../chunk-BZFW3FOF.cjs');
|
|
109
|
+
require('../../chunk-FSS2MIEA.cjs');
|
|
108
110
|
require('../../chunk-GRTZ23GL.cjs');
|
|
109
111
|
require('../../chunk-WBR7H6E3.cjs');
|
|
110
|
-
require('../../chunk-
|
|
112
|
+
require('../../chunk-27VVOBDB.cjs');
|
|
113
|
+
require('../../chunk-27APPAJN.cjs');
|
|
111
114
|
require('../../chunk-G7UE6RKV.cjs');
|
|
112
115
|
require('../../chunk-Z4IBEIWD.cjs');
|
|
113
116
|
require('../../chunk-FIG2RKZF.cjs');
|
|
114
117
|
require('../../chunk-C6ASEPZL.cjs');
|
|
115
118
|
require('../../chunk-WZW7C7TF.cjs');
|
|
116
119
|
require('../../chunk-XQFFGR6U.cjs');
|
|
117
|
-
require('../../chunk-MEAR2WHS.cjs');
|
|
118
|
-
require('../../chunk-27APPAJN.cjs');
|
|
119
120
|
require('../../chunk-OZ3GH6OQ.cjs');
|
|
120
121
|
require('../../chunk-VRHGVLSL.cjs');
|
|
121
122
|
|
|
@@ -220,5 +221,5 @@ require('../../chunk-VRHGVLSL.cjs');
|
|
|
220
221
|
|
|
221
222
|
|
|
222
223
|
|
|
223
|
-
exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE =
|
|
224
|
+
exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE = _chunk5VU66BD2cjs.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE; exports.AIEnrichButton = _chunk5VU66BD2cjs.AIEnrichButton; exports.AIEnrichSection = _chunk5VU66BD2cjs.AIEnrichSection; exports.AIRequiredBadge = _chunk5VU66BD2cjs.AIRequiredBadge; exports.AIStatusIndicator = _chunk5VU66BD2cjs.AIStatusIndicator; exports.AIWarningsSection = _chunk5VU66BD2cjs.AIWarningsSection; exports.ApprovalRequestNotificationTile = _chunk5VU66BD2cjs.ApprovalRequestNotificationTile; exports.ArrayEntryManager = _chunk5VU66BD2cjs.ArrayEntryManager; exports.AuthProvidersList = _chunk5VU66BD2cjs.AuthProvidersList; exports.Board = _chunk5VU66BD2cjs.Board; exports.BoardColumn = _chunk5VU66BD2cjs.BoardColumn; exports.BoardColumnHeader = _chunk5VU66BD2cjs.BoardColumnHeader; exports.ChangelogManager = _chunk5VU66BD2cjs.ChangelogManager; exports.ChangelogSectionsManager = _chunk5VU66BD2cjs.ChangelogSectionsManager; exports.ClickUpTasksManager = _chunk5VU66BD2cjs.ClickUpTasksManager; exports.CommandBox = _chunk5VU66BD2cjs.CommandBox; exports.ConfidenceBadge = _chunk5VU66BD2cjs.ConfidenceBadge; exports.DEFAULT_THEME = _chunk5VU66BD2cjs.DEFAULT_THEME; exports.DynamicThemeProvider = _chunk5VU66BD2cjs.DynamicThemeProvider; exports.EntitySummaryEditor = _chunk5VU66BD2cjs.EntitySummaryEditor; exports.EntityTagBadges = _chunk5VU66BD2cjs.EntityTagBadges; exports.EntityVideoSection = _chunk5VU66BD2cjs.EntityVideoSection; exports.ErrorBoundary = _chunk5VU66BD2cjs.ErrorBoundary; exports.FigmaPrototypeViewer = _chunk5VU66BD2cjs.FigmaPrototypeViewer; exports.FiltersDropdown = _chunk5VU66BD2cjs.FiltersDropdown; exports.GitHubReleasesManager = _chunk5VU66BD2cjs.GitHubReleasesManager; exports.HighlightConfigSection = _chunk5VU66BD2cjs.HighlightConfigSection; exports.HighlightGenerationSection = _chunk5VU66BD2cjs.HighlightGenerationSection; exports.HighlightVideoCombinedSection = _chunk5VU66BD2cjs.HighlightVideoCombinedSection; exports.HighlightVideoPreview = _chunk5VU66BD2cjs.HighlightVideoPreview; exports.HighlightVideoSection = _chunk5VU66BD2cjs.HighlightVideoSection; exports.KnowledgeBaseLinksManager = _chunk5VU66BD2cjs.KnowledgeBaseLinksManager; exports.LoadingProvider = _chunk5VU66BD2cjs.LoadingProvider; exports.MUX_IMAGE_ORIGIN = _chunk5VU66BD2cjs.MUX_IMAGE_ORIGIN; exports.MUX_STREAM_ORIGIN = _chunk5VU66BD2cjs.MUX_STREAM_ORIGIN; exports.MediaGalleryManager = _chunk5VU66BD2cjs.MediaGalleryManager; exports.MoreAboutButton = _chunk5VU66BD2cjs.MoreAboutButton; exports.NotificationDrawer = _chunk5VU66BD2cjs.NotificationDrawer; exports.NotificationPopups = _chunk5VU66BD2cjs.NotificationPopups; exports.NotificationTile = _chunk5VU66BD2cjs.NotificationTile; exports.NotificationsProvider = _chunk5VU66BD2cjs.NotificationsProvider; exports.OPENFRAME_PATHS = _chunk5VU66BD2cjs.OPENFRAME_PATHS; exports.OSTypeBadge = _chunk5VU66BD2cjs.OSTypeBadge; exports.OSTypeBadgeGroup = _chunk5VU66BD2cjs.OSTypeBadgeGroup; exports.OSTypeIcon = _chunk5VU66BD2cjs.OSTypeIcon; exports.OSTypeLabel = _chunk5VU66BD2cjs.OSTypeLabel; exports.ParallaxImageShowcase = _chunk5VU66BD2cjs.ParallaxImageShowcase; exports.PathsDisplay = _chunk5VU66BD2cjs.PathsDisplay; exports.PlatformBadge = _chunk5VU66BD2cjs.PlatformBadge; exports.PlatformFilterComponent = _chunk5VU66BD2cjs.PlatformFilterComponent; exports.PolicyConfigurationPanel = _chunk5VU66BD2cjs.PolicyConfigurationPanel; exports.ProviderButton = _chunk5VU66BD2cjs.ProviderButton; exports.PushButtonSelector = _chunk5VU66BD2cjs.PushButtonSelector; exports.RATIO_DISPLAY_GRID_CLASS = _chunk5VU66BD2cjs.RATIO_DISPLAY_GRID_CLASS; exports.RATIO_GRID_CLASS = _chunk5VU66BD2cjs.RATIO_GRID_CLASS; exports.RatioTabs = _chunk5VU66BD2cjs.RatioTabs; exports.ReleaseMediaManager = _chunk5VU66BD2cjs.ReleaseMediaManager; exports.SEOEditorPreview = _chunk5VU66BD2cjs.SEOEditorPreview; exports.SectionSelector = _chunk5VU66BD2cjs.SectionSelector; exports.SelectButton = _chunk5VU66BD2cjs.SelectButton; exports.SocialLinksManager = _chunk5VU66BD2cjs.SocialLinksManager; exports.StartWithOpenFrameButton = _chunk5VU66BD2cjs.StartWithOpenFrameButton; exports.StatusFilterComponent = _chunk5VU66BD2cjs.StatusFilterComponent; exports.THEME_ATTRIBUTE = _chunk5VU66BD2cjs.THEME_ATTRIBUTE; exports.THEME_STORAGE_KEY = _chunk5VU66BD2cjs.THEME_STORAGE_KEY; exports.TagsSelector = _chunk5VU66BD2cjs.TagsSelector; exports.ThemeProvider = _chunk5VU66BD2cjs.ThemeProvider; exports.TicketCard = _chunk5VU66BD2cjs.TicketCard; exports.TicketCardSkeleton = _chunk5VU66BD2cjs.TicketCardSkeleton; exports.TicketStatusConfigList = _chunk5VU66BD2cjs.TicketStatusConfigList; exports.TranscribeAndSummarizeCombinedSection = _chunk5VU66BD2cjs.TranscribeAndSummarizeCombinedSection; exports.TranscribeSummarizeSection = _chunk5VU66BD2cjs.TranscribeSummarizeSection; exports.TranscriptSummaryEditor = _chunk5VU66BD2cjs.TranscriptSummaryEditor; exports.Video = _chunk5VU66BD2cjs.Video; exports.VideoBiteCard = _chunk5VU66BD2cjs.VideoBiteCard; exports.VideoBitesDisplay = _chunk5VU66BD2cjs.VideoBitesDisplay; exports.VideoClipsSection = _chunk5VU66BD2cjs.VideoClipsSection; exports.VideoSourceSelector = _chunk5VU66BD2cjs.VideoSourceSelector; exports.ViewToggle = _chunk5VU66BD2cjs.ViewToggle; exports.WaitlistForm = _chunk5VU66BD2cjs.WaitlistForm; exports.columnFromTicketStatus = _chunk5VU66BD2cjs.columnFromTicketStatus; exports.detectAspectRatio = _chunk5VU66BD2cjs.detectAspectRatio; exports.extractYouTubeId = _chunk5VU66BD2cjs.extractYouTubeId; exports.getApprovalMeta = _chunk5VU66BD2cjs.getApprovalMeta; exports.getCaptionsUrl = _chunk5VU66BD2cjs.getCaptionsUrl; exports.getOpenFramePaths = _chunk5VU66BD2cjs.getOpenFramePaths; exports.groupByAspectRatio = _chunk5VU66BD2cjs.groupByAspectRatio; exports.groupTicketsByStatus = _chunk5VU66BD2cjs.groupTicketsByStatus; exports.isApprovalNotification = _chunk5VU66BD2cjs.isApprovalNotification; exports.ratioToCategory = _chunk5VU66BD2cjs.ratioToCategory; exports.tintOnDark = _chunk5VU66BD2cjs.tintOnDark; exports.useBoardCollapse = _chunk5VU66BD2cjs.useBoardCollapse; exports.useDynamicTheme = _chunk5VU66BD2cjs.useDynamicTheme; exports.useFiltersDropdown = _chunk5VU66BD2cjs.useFiltersDropdown; exports.useLoading = _chunk5VU66BD2cjs.useLoading; exports.useNotifications = _chunk5VU66BD2cjs.useNotifications; exports.useOptionalNotifications = _chunk5VU66BD2cjs.useOptionalNotifications; exports.useTheme = _chunk5VU66BD2cjs.useTheme; exports.useThemeToggle = _chunk5VU66BD2cjs.useThemeToggle; exports.useVideoOriginPreconnect = _chunk5VU66BD2cjs.useVideoOriginPreconnect; exports.useVideoWarmup = _chunk5VU66BD2cjs.useVideoWarmup;
|
|
224
225
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/features/index.cjs"],"names":[],"mappings":"AAAA,qFAAY;AACZ,YAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,4DAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,o9MAAC","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/features/index.cjs"}
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/features/index.cjs"],"names":[],"mappings":"AAAA,qFAAY;AACZ,YAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,4DAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC,oCAAiC;AACjC;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,o9MAAC","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/components/features/index.cjs"}
|
|
@@ -102,20 +102,21 @@ import {
|
|
|
102
102
|
useThemeToggle,
|
|
103
103
|
useVideoOriginPreconnect,
|
|
104
104
|
useVideoWarmup
|
|
105
|
-
} from "../../chunk-
|
|
105
|
+
} from "../../chunk-Y7DCQUNL.js";
|
|
106
|
+
import "../../chunk-4YKGXZ7W.js";
|
|
106
107
|
import "../../chunk-LXC6P2EO.js";
|
|
107
108
|
import "../../chunk-EL5YVPD5.js";
|
|
109
|
+
import "../../chunk-LJGBFD52.js";
|
|
108
110
|
import "../../chunk-AGU44B7B.js";
|
|
109
111
|
import "../../chunk-OHPI2HRK.js";
|
|
110
|
-
import "../../chunk-
|
|
112
|
+
import "../../chunk-UECRKCKH.js";
|
|
113
|
+
import "../../chunk-MJNXIEV2.js";
|
|
111
114
|
import "../../chunk-PLJLE4A4.js";
|
|
112
115
|
import "../../chunk-265KKBV2.js";
|
|
113
116
|
import "../../chunk-XTCBRQN2.js";
|
|
114
117
|
import "../../chunk-4WZOFD46.js";
|
|
115
118
|
import "../../chunk-6U3IUD57.js";
|
|
116
119
|
import "../../chunk-W72U7OU7.js";
|
|
117
|
-
import "../../chunk-4YKGXZ7W.js";
|
|
118
|
-
import "../../chunk-MJNXIEV2.js";
|
|
119
120
|
import "../../chunk-CZR7ARBA.js";
|
|
120
121
|
import "../../chunk-GGWZFCYS.js";
|
|
121
122
|
export {
|