@flamingo-stack/openframe-frontend-core 0.0.212 → 0.0.213-snapshot.20260528174436
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-QKFBZLIR.js → chunk-5OWDOFKK.js} +2 -2
- package/dist/chunk-CZR7ARBA.js +698 -0
- package/dist/chunk-CZR7ARBA.js.map +1 -0
- package/dist/{chunk-UYQOPC57.js → chunk-HICZPTRR.js} +4 -351
- package/dist/chunk-HICZPTRR.js.map +1 -0
- package/dist/{chunk-5BNWGK6D.js → chunk-HWY35EAK.js} +3 -3
- package/dist/{chunk-VTUIMMHO.cjs → chunk-IZL2KEH6.cjs} +26 -26
- package/dist/{chunk-VTUIMMHO.cjs.map → chunk-IZL2KEH6.cjs.map} +1 -1
- package/dist/{chunk-ZFBLC5GV.cjs → chunk-KDNGUYZM.cjs} +17 -17
- package/dist/{chunk-ZFBLC5GV.cjs.map → chunk-KDNGUYZM.cjs.map} +1 -1
- package/dist/chunk-OZ3GH6OQ.cjs +698 -0
- package/dist/chunk-OZ3GH6OQ.cjs.map +1 -0
- package/dist/{chunk-3E5ANY55.js → chunk-UKND27XC.js} +410 -544
- package/dist/chunk-UKND27XC.js.map +1 -0
- package/dist/{chunk-EH3RWVF3.cjs → chunk-WT5JV2GS.cjs} +8 -355
- package/dist/chunk-WT5JV2GS.cjs.map +1 -0
- package/dist/{chunk-WI76ZUBE.cjs → chunk-YZUUFTIK.cjs} +545 -679
- package/dist/chunk-YZUUFTIK.cjs.map +1 -0
- package/dist/components/chat/hooks/use-jetstream-dialog-subscription.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-nats-dialog-subscription.d.ts +0 -9
- package/dist/components/chat/hooks/use-nats-dialog-subscription.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +5 -4
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.js +4 -3
- package/dist/components/contact/index.cjs +6 -5
- package/dist/components/contact/index.cjs.map +1 -1
- package/dist/components/contact/index.js +5 -4
- package/dist/components/features/index.cjs +5 -4
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.js +4 -3
- package/dist/components/features/notifications/index.d.ts +2 -2
- package/dist/components/features/notifications/index.d.ts.map +1 -1
- package/dist/components/features/notifications/notifications-context.d.ts +16 -1
- package/dist/components/features/notifications/notifications-context.d.ts.map +1 -1
- package/dist/components/features/notifications/types.d.ts +4 -0
- package/dist/components/features/notifications/types.d.ts.map +1 -1
- package/dist/components/index.cjs +55 -54
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +7 -6
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/app-header.d.ts.map +1 -1
- package/dist/components/navigation/index.cjs +5 -4
- package/dist/components/navigation/index.cjs.map +1 -1
- package/dist/components/navigation/index.js +4 -3
- package/dist/components/tickets/index.cjs +66 -65
- package/dist/components/tickets/index.cjs.map +1 -1
- package/dist/components/tickets/index.js +6 -5
- package/dist/components/tickets/index.js.map +1 -1
- package/dist/components/ui/index.cjs +5 -4
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +4 -3
- package/dist/embed-shims/index.cjs +3 -3
- package/dist/embed-shims/index.cjs.map +1 -1
- package/dist/embed-shims/index.js +4 -4
- package/dist/hooks/index.cjs +3 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.js +2 -1
- package/dist/index.cjs +5 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -3
- package/dist/nats/index.cjs +28 -346
- package/dist/nats/index.cjs.map +1 -1
- package/dist/nats/index.d.ts +3 -0
- package/dist/nats/index.d.ts.map +1 -1
- package/dist/nats/index.js +30 -346
- package/dist/nats/index.js.map +1 -1
- package/dist/nats/nats-provider.d.ts +28 -0
- package/dist/nats/nats-provider.d.ts.map +1 -0
- package/dist/nats/nats.d.ts +1 -0
- package/dist/nats/nats.d.ts.map +1 -1
- package/dist/nats/shared-connection.d.ts +73 -0
- package/dist/nats/shared-connection.d.ts.map +1 -0
- package/dist/nats/use-nats-subscription.d.ts +18 -0
- package/dist/nats/use-nats-subscription.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/.index.md +36 -34
- package/src/components/.alert-dialog.md +27 -23
- package/src/components/.announcement-bar.md +26 -21
- package/src/components/.breadcrumb.md +19 -15
- package/src/components/.calendar.md +24 -19
- package/src/components/.categories-cart.md +29 -24
- package/src/components/.checkbox.md +23 -25
- package/src/components/.chevron-button.md +37 -32
- package/src/components/.comment-card.md +32 -62
- package/src/components/.dialog.md +26 -26
- package/src/components/.dynamic-skeleton.md +54 -57
- package/src/components/.empty-state.md +42 -51
- package/src/components/.faq-accordion.md +27 -21
- package/src/components/.filter-chip.md +41 -24
- package/src/components/.flamingo-logo.md +20 -23
- package/src/components/.footer-waitlist-button.md +29 -22
- package/src/components/.footer.md +32 -32
- package/src/components/.icons-block.md +27 -17
- package/src/components/.image-cropper.md +41 -32
- package/src/components/.index.md +33 -39
- package/src/components/.input.md +31 -35
- package/src/components/.logs-list.md +31 -20
- package/src/components/.media-carousel.md +35 -36
- package/src/components/.open-source-features.md +33 -16
- package/src/components/.pagination.md +52 -51
- package/src/components/.provider-button.md +21 -23
- package/src/components/.select.md +31 -20
- package/src/components/.sidebar.md +34 -24
- package/src/components/.smooth-accordion.md +29 -24
- package/src/components/.social-icon-row.md +36 -32
- package/src/components/.textarea.md +25 -31
- package/src/components/.tool-icon.md +24 -26
- package/src/components/.unified-filter-logic.md +37 -30
- package/src/components/.unified-pagination.md +23 -22
- package/src/components/.user-summary-stub.md +38 -22
- package/src/components/.vendor-display-button.md +25 -25
- package/src/components/.vendor-icon.md +33 -25
- package/src/components/.why-it-matters.md +28 -25
- package/src/components/chat/.approval-batch-message.md +51 -0
- package/src/components/chat/.approval-request-message.md +35 -34
- package/src/components/chat/.chat-attachment-bar.md +64 -0
- package/src/components/chat/.chat-container.md +36 -18
- package/src/components/chat/.chat-input.md +37 -20
- package/src/components/chat/.chat-message-enhanced.md +30 -49
- package/src/components/chat/.chat-message-list.md +45 -32
- package/src/components/chat/.chat-message-skeleton.md +26 -22
- package/src/components/chat/.chat-panel-context.md +52 -0
- package/src/components/chat/.chat-ref.types.md +42 -0
- package/src/components/chat/.chat-sidebar-skeleton.md +34 -25
- package/src/components/chat/.chat-sidebar.md +31 -26
- package/src/components/chat/.chat-ticket-list.md +39 -0
- package/src/components/chat/.context-compaction-display.md +36 -0
- package/src/components/chat/.cycling-phrase.md +52 -0
- package/src/components/chat/.embeddable-chat.md +48 -0
- package/src/components/chat/.expand-chevron.md +24 -0
- package/src/components/chat/.index.md +31 -35
- package/src/components/chat/.mingo-onboarding-card-skeleton.md +44 -0
- package/src/components/chat/.mingo-onboarding-card.md +62 -0
- package/src/components/chat/.model-display.md +32 -30
- package/src/components/chat/.nav-link-anchor-via-runtime.md +40 -0
- package/src/components/chat/.remark-card-links.md +38 -0
- package/src/components/chat/.slash-command-suggestions.md +47 -0
- package/src/components/chat/.source-action-button.md +48 -0
- package/src/components/chat/.thinking-display.md +42 -0
- package/src/components/chat/.tool-call-blocks.md +45 -0
- package/src/components/chat/.tool-execution-display.md +44 -36
- package/src/components/chat/chat-container.tsx +1 -1
- package/src/components/chat/entity-cards/.admin-content-card.md +43 -0
- package/src/components/chat/entity-cards/.block-card.md +47 -0
- package/src/components/chat/entity-cards/.blog-card.md +52 -0
- package/src/components/chat/entity-cards/.blog-image-placeholder.md +39 -0
- package/src/components/chat/entity-cards/.campaign-card-admin.md +47 -0
- package/src/components/chat/entity-cards/.case-study-card.md +58 -0
- package/src/components/chat/entity-cards/.chat-ticket-item.md +40 -0
- package/src/components/chat/entity-cards/.chat-video-entity-card.md +43 -0
- package/src/components/chat/entity-cards/.customer-interview-card.md +53 -0
- package/src/components/chat/entity-cards/.data-room-doc-card.md +47 -0
- package/src/components/chat/entity-cards/.dispatch.md +39 -0
- package/src/components/chat/entity-cards/.entity-author-card.md +51 -0
- package/src/components/chat/entity-cards/.generic-entity-card.md +62 -0
- package/src/components/chat/entity-cards/.github-activity-card.md +61 -0
- package/src/components/chat/entity-cards/.hubspot-ticket-card.md +53 -0
- package/src/components/chat/entity-cards/.index.md +66 -0
- package/src/components/chat/entity-cards/.investor-update-card.md +47 -0
- package/src/components/chat/entity-cards/.onboarding-guide-card.md +58 -0
- package/src/components/chat/entity-cards/.product-release-card-defaults.md +31 -0
- package/src/components/chat/entity-cards/.product-release-card.md +29 -0
- package/src/components/chat/entity-cards/.program-card-defaults.md +41 -0
- package/src/components/chat/entity-cards/.program-card.md +59 -0
- package/src/components/chat/entity-cards/.roadmap-card.md +46 -0
- package/src/components/chat/entity-cards/.roadmap-vote-button.md +52 -0
- package/src/components/chat/entity-cards/.slack-message-card.md +48 -0
- package/src/components/chat/entity-cards/.task-type-icon.md +47 -0
- package/src/components/chat/hooks/.index.md +36 -21
- package/src/components/chat/hooks/.use-chat-attachment-image-gallery.md +51 -0
- package/src/components/chat/hooks/.use-chat-attachments.md +48 -0
- package/src/components/chat/hooks/.use-chat-card-item.md +39 -0
- package/src/components/chat/hooks/.use-chat-identity.md +45 -0
- package/src/components/chat/hooks/.use-chat.md +58 -0
- package/src/components/chat/hooks/.use-chunk-catchup.md +46 -48
- package/src/components/chat/hooks/.use-close-on-navigation.md +44 -0
- package/src/components/chat/hooks/.use-collapsible.md +48 -0
- package/src/components/chat/hooks/.use-embedded-chat.md +32 -0
- package/src/components/chat/hooks/.use-jetstream-dialog-subscription.md +40 -0
- package/src/components/chat/hooks/.use-nats-chat-adapter.md +52 -0
- package/src/components/chat/hooks/.use-nats-dialog-subscription.md +49 -30
- package/src/components/chat/hooks/.use-proxied-image-url.md +40 -0
- package/src/components/chat/hooks/.use-realtime-chunk-processor.md +43 -40
- package/src/components/chat/hooks/.use-slash-commands.md +46 -0
- package/src/components/chat/hooks/.use-sse-chat-adapter.md +34 -0
- package/src/components/chat/hooks/.use-sse.md +60 -0
- package/src/components/chat/hooks/.use-unified-chat.md +57 -0
- package/src/components/chat/hooks/use-jetstream-dialog-subscription.ts +60 -207
- package/src/components/chat/hooks/use-nats-dialog-subscription.ts +71 -214
- package/src/components/chat/types/.api.types.md +52 -38
- package/src/components/chat/types/.chat.types.md +43 -34
- package/src/components/chat/types/.component.types.md +47 -48
- package/src/components/chat/types/.index.md +20 -27
- package/src/components/chat/types/.message.types.md +58 -48
- package/src/components/chat/types/.network.types.md +57 -31
- package/src/components/chat/types/.processing.types.md +49 -31
- package/src/components/chat/types/.unified-chat-state.types.md +41 -0
- package/src/components/chat/types/entities/.blog.md +43 -0
- package/src/components/chat/types/entities/.case-study.md +26 -0
- package/src/components/chat/types/entities/.content-ref.md +41 -0
- package/src/components/chat/types/entities/.customer-interview.md +28 -0
- package/src/components/chat/types/entities/.data-room-doc.md +36 -0
- package/src/components/chat/types/entities/.github-activity.md +43 -0
- package/src/components/chat/types/entities/.hubspot-ticket.md +53 -0
- package/src/components/chat/types/entities/.index.md +42 -0
- package/src/components/chat/types/entities/.investor-update.md +45 -0
- package/src/components/chat/types/entities/.onboarding-guide.md +50 -0
- package/src/components/chat/types/entities/.program-types.md +57 -0
- package/src/components/chat/types/entities/.roadmap-item.md +58 -0
- package/src/components/chat/types/entities/.slack-message.md +35 -0
- package/src/components/chat/utils/.agent-status-message.md +45 -0
- package/src/components/chat/utils/.auto-continuation-directive.md +58 -0
- package/src/components/chat/utils/.chat-attachment-markdown.md +54 -0
- package/src/components/chat/utils/.chat-authed-fetch.md +25 -0
- package/src/components/chat/utils/.chat-nav-resolution.md +46 -0
- package/src/components/chat/utils/.chat-proxy-auth-storage.md +38 -0
- package/src/components/chat/utils/.chip-action-class.md +34 -0
- package/src/components/chat/utils/.chip-styles.md +46 -0
- package/src/components/chat/utils/.chunk-parser.md +38 -28
- package/src/components/chat/utils/.clickup-task-type-utils.md +48 -0
- package/src/components/chat/utils/.compact-card-classes.md +62 -0
- package/src/components/chat/utils/.decide-new-tab.md +51 -0
- package/src/components/chat/utils/.external-app-urls.md +29 -0
- package/src/components/chat/utils/.extract-incomplete-message-state.md +25 -29
- package/src/components/chat/utils/.flatten-assistant-content.md +34 -0
- package/src/components/chat/utils/.icon-registry.md +46 -0
- package/src/components/chat/utils/.index.md +37 -32
- package/src/components/chat/utils/.is-cross-origin-url.md +35 -0
- package/src/components/chat/utils/.message-segment-accumulator.md +25 -34
- package/src/components/chat/utils/.nav-anchor-props.md +44 -0
- package/src/components/chat/utils/.nav-click-handler.md +47 -0
- package/src/components/chat/utils/.onboarding-icons.md +28 -0
- package/src/components/chat/utils/.process-historical-messages.md +46 -35
- package/src/components/chat/utils/.scroll-anchor.md +40 -0
- package/src/components/chat/utils/.slash-dispatch-utils.md +44 -0
- package/src/components/chat/utils/.source-icons.md +35 -0
- package/src/components/chat/utils/.source-row-cta.md +54 -0
- package/src/components/chat/utils/.tool-call-helpers.md +42 -0
- package/src/components/contact/.contact-form.md +43 -0
- package/src/components/contact/.index.md +27 -0
- package/src/components/features/.array-entry-manager.md +36 -45
- package/src/components/features/.changelog-manager.md +47 -21
- package/src/components/features/.changelog-sections-manager.md +21 -26
- package/src/components/features/.command-box.md +31 -28
- package/src/components/features/.entity-summary-editor.md +46 -0
- package/src/components/features/.entity-video-section.md +51 -0
- package/src/components/features/.figma-prototype-viewer.md +48 -29
- package/src/components/features/.filters-dropdown.md +33 -46
- package/src/components/features/.highlight-config-section.md +42 -0
- package/src/components/features/.highlight-generation-section.md +46 -0
- package/src/components/features/.highlight-video-combined-section.md +47 -0
- package/src/components/features/.highlight-video-preview.md +44 -0
- package/src/components/features/.highlight-video-section.md +47 -0
- package/src/components/features/.index.md +40 -66
- package/src/components/features/.media-gallery-manager.md +48 -38
- package/src/components/features/.more-about-button.md +22 -19
- package/src/components/features/.og-editor-preview.md +40 -36
- package/src/components/features/.parallax-image-showcase.md +33 -26
- package/src/components/features/.paths-display.md +42 -43
- package/src/components/features/.platform-badge.md +37 -36
- package/src/components/features/.platform-filter.md +23 -16
- package/src/components/features/.policy-configuration-panel.md +48 -56
- package/src/components/features/.provider-button.md +33 -36
- package/src/components/features/.push-button-selector.md +40 -29
- package/src/components/features/.release-media-manager.md +46 -31
- package/src/components/features/.section-selector.md +26 -31
- package/src/components/features/.select-button.md +35 -25
- package/src/components/features/.seo-editor-preview.md +41 -44
- package/src/components/features/.social-links-manager.md +25 -19
- package/src/components/features/.start-with-openframe-button.md +37 -29
- package/src/components/features/.status-filter-component.md +36 -20
- package/src/components/features/.tags-selector.md +40 -24
- package/src/components/features/.transcribe-and-summarize-combined-section.md +45 -0
- package/src/components/features/.transcribe-summarize-section.md +48 -0
- package/src/components/features/.transcript-summary-editor.md +53 -0
- package/src/components/features/.video-bites-display.md +46 -0
- package/src/components/features/.video-clips-section.md +41 -0
- package/src/components/features/.video-ratio-tabs.md +56 -0
- package/src/components/features/.video-source-selector.md +60 -0
- package/src/components/features/.video.md +44 -0
- package/src/components/features/.waitlist-form.md +60 -0
- package/src/components/features/ai-enrich/.AIEnrichButton.md +30 -27
- package/src/components/features/ai-enrich/.AIEnrichSection.md +46 -42
- package/src/components/features/board/.board-column-header.md +38 -0
- package/src/components/features/board/.board-column.md +43 -0
- package/src/components/features/board/.board.md +51 -0
- package/src/components/features/board/.color-utils.md +26 -0
- package/src/components/features/board/.index.md +56 -0
- package/src/components/features/board/.ticket-card-skeleton.md +38 -0
- package/src/components/features/board/.ticket-card.md +47 -0
- package/src/components/features/board/.types.md +45 -0
- package/src/components/features/board/.use-board-collapse.md +34 -0
- package/src/components/features/notifications/.index.md +57 -0
- package/src/components/features/notifications/.notification-drawer.md +34 -0
- package/src/components/features/notifications/.notification-tile.md +39 -0
- package/src/components/features/notifications/.notifications-context.md +73 -0
- package/src/components/features/notifications/.types.md +45 -0
- package/src/components/features/notifications/index.ts +2 -1
- package/src/components/features/notifications/notifications-context.tsx +104 -6
- package/src/components/features/notifications/types.ts +5 -0
- package/src/components/icons/.about-icon.md +20 -28
- package/src/components/icons/.ai-robot-icon.md +15 -17
- package/src/components/icons/.bash-icon.md +16 -23
- package/src/components/icons/.buildings-icon.md +10 -24
- package/src/components/icons/.capterra-icon.md +30 -26
- package/src/components/icons/.carta-icon.md +29 -0
- package/src/components/icons/.clickup-icon.md +26 -0
- package/src/components/icons/.cmd-icon.md +15 -22
- package/src/components/icons/.coins-icon.md +17 -25
- package/src/components/icons/.community-hub-icon.md +19 -25
- package/src/components/icons/.community-icon.md +24 -21
- package/src/components/icons/.compare-icon.md +32 -19
- package/src/components/icons/.copy-icon.md +29 -15
- package/src/components/icons/.custom-external-link-icon.md +19 -17
- package/src/components/icons/.custom-fork-icon.md +32 -21
- package/src/components/icons/.custom-license-icon.md +29 -25
- package/src/components/icons/.custom-star-icon.md +20 -28
- package/src/components/icons/.custom-time-icon.md +21 -22
- package/src/components/icons/.cut-vendor-costs-icon.md +6 -19
- package/src/components/icons/.dashboard-icon.md +13 -18
- package/src/components/icons/.deno-icon.md +16 -23
- package/src/components/icons/.donut-icon.md +12 -23
- package/src/components/icons/.double-chevron-icon.md +28 -36
- package/src/components/icons/.elestio-logo.md +13 -23
- package/src/components/icons/.empty-vendor-icon.md +16 -18
- package/src/components/icons/.explore-categories-icon.md +18 -29
- package/src/components/icons/.eye-icon.md +16 -26
- package/src/components/icons/.facebook-icon.md +9 -20
- package/src/components/icons/.figma-icon.md +8 -17
- package/src/components/icons/.filter-icon.md +15 -17
- package/src/components/icons/.flamingo-logo.md +28 -27
- package/src/components/icons/.folder-shield-icon.md +28 -19
- package/src/components/icons/.g2-icon.md +22 -21
- package/src/components/icons/.getapp-icon.md +25 -21
- package/src/components/icons/.github-icon.md +13 -25
- package/src/components/icons/.globe-icon.md +14 -19
- package/src/components/icons/.google-gemini-icon.md +16 -19
- package/src/components/icons/.google-logo.md +15 -21
- package/src/components/icons/.grid-view-icon.md +30 -19
- package/src/components/icons/.hamburger-icon.md +22 -20
- package/src/components/icons/.hand-dollar-icon.md +24 -34
- package/src/components/icons/.hotel-icon.md +27 -21
- package/src/components/icons/.icon-utils.md +28 -29
- package/src/components/icons/.image-icon.md +15 -22
- package/src/components/icons/.index.md +25 -28
- package/src/components/icons/.info-circle-icon.md +29 -30
- package/src/components/icons/.instagram-icon.md +10 -24
- package/src/components/icons/.jump-in-icon.md +18 -18
- package/src/components/icons/.linux-icon.md +18 -18
- package/src/components/icons/.log-out-icon.md +15 -23
- package/src/components/icons/.logs-icon.md +14 -23
- package/src/components/icons/.margin-crisis-icon.md +21 -20
- package/src/components/icons/.menu-icon.md +18 -19
- package/src/components/icons/.miami-cyber-gang-logo-face-only.md +18 -21
- package/src/components/icons/.miami-cyber-gang-logo.md +22 -14
- package/src/components/icons/.mlg-logo.md +18 -16
- package/src/components/icons/.moon-icon.md +32 -22
- package/src/components/icons/.ms-icon.md +30 -19
- package/src/components/icons/.nushell-icon.md +7 -21
- package/src/components/icons/.open-source-icon.md +19 -23
- package/src/components/icons/.openai-icon.md +9 -24
- package/src/components/icons/.openframe-ai-icons.md +25 -26
- package/src/components/icons/.openframe-logo.md +28 -22
- package/src/components/icons/.openframe-text.md +24 -27
- package/src/components/icons/.openmsp-logo.md +26 -23
- package/src/components/icons/.pilot-icon.md +23 -0
- package/src/components/icons/.powershell-icon.md +17 -22
- package/src/components/icons/.python-icon.md +16 -23
- package/src/components/icons/.queries-icon.md +13 -21
- package/src/components/icons/.reddit-icon.md +28 -24
- package/src/components/icons/.remote-control-icon.md +13 -17
- package/src/components/icons/.script-icon.md +27 -19
- package/src/components/icons/.search-icon.md +21 -21
- package/src/components/icons/.send-icon.md +14 -16
- package/src/components/icons/.settings-icon.md +30 -19
- package/src/components/icons/.shape-circle-dash-icon.md +16 -21
- package/src/components/icons/.shell-icon.md +15 -19
- package/src/components/icons/.shield-check-icon.md +18 -31
- package/src/components/icons/.shield-key-icon.md +25 -25
- package/src/components/icons/.shield-lock-icon.md +8 -18
- package/src/components/icons/.slack-icon.md +28 -32
- package/src/components/icons/.sparkles-icon.md +18 -23
- package/src/components/icons/.sso-configuration-icon.md +29 -16
- package/src/components/icons/.sun-icon.md +20 -18
- package/src/components/icons/.table-view-icon.md +17 -19
- package/src/components/icons/.telegram-icon.md +8 -22
- package/src/components/icons/.thumbs-down-icon.md +10 -19
- package/src/components/icons/.thumbs-up-icon.md +8 -17
- package/src/components/icons/.tool-directory-icons.md +24 -28
- package/src/components/icons/.trustpilot-icon.md +25 -22
- package/src/components/icons/.user-icon.md +26 -28
- package/src/components/icons/.users-group-icon.md +28 -24
- package/src/components/icons/.vendor-showcase-icons.md +21 -29
- package/src/components/icons/.vendors-icon.md +18 -22
- package/src/components/icons/.whatsapp-icon.md +30 -14
- package/src/components/icons/.x-icon.md +18 -23
- package/src/components/icons/.x-logo.md +13 -38
- package/src/components/icons/.youtube-icon.md +8 -19
- package/src/components/icons/device-type-icons/.get-device-type-icon.md +26 -34
- package/src/components/icons-v2-generated/.index.md +52 -0
- package/src/components/icons-v2-generated/alphabet/.index.md +33 -0
- package/src/components/icons-v2-generated/arrows/.index.md +39 -0
- package/src/components/icons-v2-generated/audio-and-visual/.index.md +40 -0
- package/src/components/icons-v2-generated/brand-logos/.elestio-logo-icon.md +40 -0
- package/src/components/icons-v2-generated/brand-logos/.gemini-logo-icon.md +37 -0
- package/src/components/icons-v2-generated/brand-logos/.google-gemini-logo-icon.md +33 -0
- package/src/components/icons-v2-generated/brand-logos/.index.md +38 -0
- package/src/components/icons-v2-generated/brand-logos/.meshcentral-logo-grey-icon.md +35 -0
- package/src/components/icons-v2-generated/brand-logos/.meshcentral-logo-icon.md +36 -0
- package/src/components/icons-v2-generated/buildings/.index.md +48 -0
- package/src/components/icons-v2-generated/charts/.index.md +40 -0
- package/src/components/icons-v2-generated/clothes/.index.md +48 -0
- package/src/components/icons-v2-generated/coding/.index.md +42 -0
- package/src/components/icons-v2-generated/communication/.index.md +39 -0
- package/src/components/icons-v2-generated/date-and-time/.index.md +29 -0
- package/src/components/icons-v2-generated/design/.index.md +39 -0
- package/src/components/icons-v2-generated/devices/.index.md +38 -0
- package/src/components/icons-v2-generated/documents/.index.md +38 -0
- package/src/components/icons-v2-generated/finance/.index.md +34 -0
- package/src/components/icons-v2-generated/food-and-drinks/.index.md +34 -0
- package/src/components/icons-v2-generated/food-and-drinks/.leafy-green-icon.md +36 -0
- package/src/components/icons-v2-generated/food-and-drinks/.strawberry-icon.md +39 -0
- package/src/components/icons-v2-generated/health/.index.md +40 -0
- package/src/components/icons-v2-generated/household/.index.md +45 -0
- package/src/components/icons-v2-generated/interface/.index.md +36 -0
- package/src/components/icons-v2-generated/map-and-travel/.index.md +41 -0
- package/src/components/icons-v2-generated/media-playback/.index.md +51 -0
- package/src/components/icons-v2-generated/number/.index.md +41 -0
- package/src/components/icons-v2-generated/school/.index.md +37 -0
- package/src/components/icons-v2-generated/security/.fingerprint-icon.md +38 -0
- package/src/components/icons-v2-generated/security/.index.md +39 -0
- package/src/components/icons-v2-generated/shopping/.index.md +42 -0
- package/src/components/icons-v2-generated/signs-and-symbols/.index.md +32 -0
- package/src/components/icons-v2-generated/sort-and-filter/.index.md +35 -0
- package/src/components/icons-v2-generated/sport/.index.md +41 -0
- package/src/components/icons-v2-generated/text-editor/.index.md +44 -0
- package/src/components/icons-v2-generated/users/.index.md +45 -0
- package/src/components/icons-v2-generated/vehicles-and-delivery/.index.md +36 -0
- package/src/components/icons-v2-generated/weather-and-nature/.flower-sakura-icon.md +36 -0
- package/src/components/icons-v2-generated/weather-and-nature/.index.md +34 -0
- package/src/components/layout/.article-detail-layout.md +43 -0
- package/src/components/layout/.back-button.md +40 -0
- package/src/components/layout/.list-page-layout.md +35 -26
- package/src/components/layout/.page-container.md +27 -38
- package/src/components/layout/.page-layout.md +50 -0
- package/src/components/layout/.title-block.md +42 -0
- package/src/components/loading/.card-skeleton.md +38 -29
- package/src/components/loading/.device-card-skeleton.md +29 -25
- package/src/components/loading/.index.md +39 -46
- package/src/components/loading/.margin-report-skeleton.md +45 -34
- package/src/components/loading/.organization-card-skeleton.md +39 -44
- package/src/components/loading/.page-layout-skeleton.md +34 -45
- package/src/components/loading/.unified-skeleton.md +62 -36
- package/src/components/navigation/.app-header.md +40 -29
- package/src/components/navigation/.app-layout.md +25 -26
- package/src/components/navigation/.header-global-search.md +34 -37
- package/src/components/navigation/.header-organization-filter.md +23 -22
- package/src/components/navigation/.header.md +31 -35
- package/src/components/navigation/.mobile-burger-menu.md +39 -47
- package/src/components/navigation/.mobile-nav-panel.md +51 -32
- package/src/components/navigation/.navigation-sidebar-header.md +36 -0
- package/src/components/navigation/.navigation-sidebar-item.md +45 -0
- package/src/components/navigation/.navigation-sidebar-toggle.md +38 -0
- package/src/components/navigation/.navigation-sidebar.md +33 -34
- package/src/components/navigation/.sliding-sidebar.md +52 -41
- package/src/components/navigation/.sticky-section-nav.md +56 -48
- package/src/components/navigation/app-header.tsx +7 -9
- package/src/components/platform/.ScriptArguments.md +39 -25
- package/src/components/platform/.ScriptInfoSection.md +30 -26
- package/src/components/platform/.ShellTypeBadge.md +18 -13
- package/src/components/platform/.SoftwareInfo.md +23 -27
- package/src/components/platform/.SoftwareSourceBadge.md +28 -19
- package/src/components/platform/.ToolBadge.md +25 -26
- package/src/components/providers/.theme-provider.md +52 -0
- package/src/components/shared/delivery/.delivery-lists.md +39 -0
- package/src/components/shared/delivery/.delivery-row.md +41 -0
- package/src/components/shared/delivery/.delivery-table.md +41 -0
- package/src/components/shared/delivery/.index.md +38 -0
- package/src/components/shared/dev-section/.dev-card-row.md +60 -0
- package/src/components/shared/dev-section/.dev-section-page.md +48 -0
- package/src/components/shared/dev-section/.dev-section-view.md +43 -0
- package/src/components/shared/dev-section/.index.md +38 -0
- package/src/components/shared/legal-document/.index.md +40 -0
- package/src/components/shared/legal-document/.legal-document-page.md +50 -0
- package/src/components/shared/legal-document/.use-legal-docs.md +42 -0
- package/src/components/shared/onboarding/.onboarding-step-card.md +32 -31
- package/src/components/shared/onboarding/.onboarding-walkthrough.md +39 -43
- package/src/components/shared/product-release/.index.md +28 -30
- package/src/components/shared/product-release/.product-release-card-skeleton.md +28 -28
- package/src/components/shared/product-release/.product-release-card.md +45 -27
- package/src/components/shared/product-release/.release-detail-page.md +23 -24
- package/src/components/shared/roadmap/.index.md +37 -0
- package/src/components/shared/roadmap/.roadmap-grid-skeleton.md +39 -0
- package/src/components/shared/roadmap/.roadmap-grid.md +66 -0
- package/src/components/shared/roadmap/.use-roadmap-voting.md +68 -0
- package/src/components/tickets/.help-center-card.md +51 -0
- package/src/components/tickets/.help-center-create-form.md +38 -0
- package/src/components/tickets/.help-center-list.md +40 -0
- package/src/components/tickets/.index.md +65 -0
- package/src/components/tickets/.ticket-center.md +51 -0
- package/src/components/tickets/.ticket-detail-drawer.md +48 -0
- package/src/components/tickets/.ticket-linked-delivery-card.md +36 -0
- package/src/components/tickets/.ticket-open-form.md +50 -0
- package/src/components/tickets/.ticket-row.md +30 -0
- package/src/components/tickets/.types.md +57 -0
- package/src/components/tickets/hooks/.use-ticket-actions.md +77 -0
- package/src/components/tickets/hooks/.use-ticket-engagements.md +42 -0
- package/src/components/tickets/hooks/.use-tickets-list.md +54 -0
- package/src/components/ui/.actions-menu.md +66 -41
- package/src/components/ui/.alert-dialog.md +29 -26
- package/src/components/ui/.allowed-domains-input.md +29 -21
- package/src/components/ui/.assignee-dropdown.md +45 -0
- package/src/components/ui/.autocomplete.md +47 -41
- package/src/components/ui/.benefit-card.md +51 -36
- package/src/components/ui/.brand-association-card.md +30 -27
- package/src/components/ui/.breadcrumb.md +17 -15
- package/src/components/ui/.checkbox-block.md +39 -35
- package/src/components/ui/.checkbox-with-description.md +23 -16
- package/src/components/ui/.checkbox.md +31 -23
- package/src/components/ui/.circular-progress.md +49 -19
- package/src/components/ui/.content-loader.md +32 -20
- package/src/components/ui/.cursor-pagination.md +41 -52
- package/src/components/ui/.dashboard-info-card.md +33 -26
- package/src/components/ui/.date-picker.md +27 -25
- package/src/components/ui/.device-card-compact.md +28 -29
- package/src/components/ui/.device-card.md +27 -27
- package/src/components/ui/.dialog.md +25 -16
- package/src/components/ui/.drawer.md +86 -0
- package/src/components/ui/.dropdown-button.md +45 -0
- package/src/components/ui/.entity-image.md +46 -0
- package/src/components/ui/.error-state.md +41 -28
- package/src/components/ui/.feature-card.md +35 -31
- package/src/components/ui/.feature-list.md +48 -0
- package/src/components/ui/.field-wrapper.md +47 -0
- package/src/components/ui/.file-upload.md +42 -0
- package/src/components/ui/.filter-checkbox-item.md +43 -0
- package/src/components/ui/.filter-list.md +57 -0
- package/src/components/ui/.filter-modal.md +59 -0
- package/src/components/ui/.floating-tooltip.md +43 -26
- package/src/components/ui/.hidden-tags-popup.md +49 -0
- package/src/components/ui/.hover-dropdown.md +54 -0
- package/src/components/ui/.image-gallery-modal.md +41 -34
- package/src/components/ui/.image-uploader.md +53 -0
- package/src/components/ui/.index.md +40 -34
- package/src/components/ui/.info-card.md +31 -31
- package/src/components/ui/.info-row.md +31 -27
- package/src/components/ui/.input-trigger.md +44 -0
- package/src/components/ui/.input.md +37 -31
- package/src/components/ui/.markdown-editor.md +57 -0
- package/src/components/ui/.modal-v2.md +51 -0
- package/src/components/ui/.modal.md +32 -31
- package/src/components/ui/.more-actions-menu.md +45 -38
- package/src/components/ui/.organization-card.md +31 -37
- package/src/components/ui/.page-actions.md +44 -54
- package/src/components/ui/.phone-input.md +54 -0
- package/src/components/ui/.progress-bar.md +35 -27
- package/src/components/ui/.radio-group.md +39 -27
- package/src/components/ui/.release-changelog-section.md +34 -34
- package/src/components/ui/.search-input.md +48 -0
- package/src/components/ui/.select.md +54 -34
- package/src/components/ui/.service-card.md +42 -40
- package/src/components/ui/.sheet.md +27 -18
- package/src/components/ui/.simple-markdown-renderer.md +29 -31
- package/src/components/ui/.sort-column-item.md +42 -0
- package/src/components/ui/.square-avatar.md +34 -24
- package/src/components/ui/.status-badge.md +26 -38
- package/src/components/ui/.switch.md +22 -35
- package/src/components/ui/.tab-navigation.md +56 -53
- package/src/components/ui/.tab-selector.md +40 -0
- package/src/components/ui/.tag-key-value-filter.md +56 -0
- package/src/components/ui/.tag-search-input.md +53 -0
- package/src/components/ui/.tag.md +49 -31
- package/src/components/ui/.tags-manager.md +60 -0
- package/src/components/ui/.textarea.md +44 -34
- package/src/components/ui/.ticket-attachments-list.md +45 -0
- package/src/components/ui/.ticket-detail-section.md +29 -0
- package/src/components/ui/.ticket-info-section.md +56 -0
- package/src/components/ui/.ticket-note-card.md +53 -0
- package/src/components/ui/.ticket-notes-section.md +54 -0
- package/src/components/ui/.ticket-status-tag.md +49 -0
- package/src/components/ui/.title-content-block.md +25 -26
- package/src/components/ui/.toaster.md +40 -28
- package/src/components/ui/.tooltip.md +22 -11
- package/src/components/ui/.truncate-text.md +39 -0
- package/src/components/ui/button/.button-styles.md +35 -0
- package/src/components/ui/button/.button.md +53 -0
- package/src/components/ui/button/.split-button.md +48 -0
- package/src/components/ui/data-table/.data-table-body.md +48 -0
- package/src/components/ui/data-table/.data-table-column-filter.md +45 -0
- package/src/components/ui/data-table/.data-table-cursor-footer.md +45 -0
- package/src/components/ui/data-table/.data-table-empty.md +43 -0
- package/src/components/ui/data-table/.data-table-header.md +55 -0
- package/src/components/ui/data-table/.data-table-infinite-footer.md +44 -0
- package/src/components/ui/data-table/.data-table-row-count.md +43 -0
- package/src/components/ui/data-table/.data-table-row.md +47 -0
- package/src/components/ui/data-table/.data-table-skeleton.md +42 -0
- package/src/components/ui/data-table/.data-table.md +47 -0
- package/src/components/ui/data-table/.index.md +55 -0
- package/src/components/ui/data-table/.types.md +54 -0
- package/src/components/ui/data-table/.use-data-table.md +45 -0
- package/src/components/ui/data-table/.utils.md +38 -0
- package/src/components/ui/file-manager/.file-manager-action-bar.md +39 -30
- package/src/components/ui/file-manager/.file-manager-breadcrumb.md +29 -27
- package/src/components/ui/file-manager/.file-manager-context-menu.md +38 -42
- package/src/components/ui/file-manager/.file-manager-empty.md +26 -39
- package/src/components/ui/file-manager/.file-manager-table-row.md +33 -41
- package/src/components/ui/file-manager/.file-manager.md +35 -31
- package/src/components/ui/query-report-table/.index.md +43 -0
- package/src/components/ui/query-report-table/.query-report-table-header.md +36 -0
- package/src/components/ui/query-report-table/.query-report-table-row.md +40 -0
- package/src/components/ui/query-report-table/.query-report-table-skeleton.md +44 -0
- package/src/components/ui/query-report-table/.query-report-table.md +47 -0
- package/src/components/ui/query-report-table/.types.md +41 -0
- package/src/components/ui/query-report-table/.utils.md +35 -0
- package/src/components/ui/table/.index.md +27 -48
- package/src/components/ui/table/.table-cell.md +18 -27
- package/src/components/ui/table/.table-column-filter-dropdown.md +40 -0
- package/src/components/ui/table/.table-description-cell.md +24 -14
- package/src/components/ui/table/.table-empty-state.md +21 -22
- package/src/components/ui/table/.table-header.md +25 -40
- package/src/components/ui/table/.table-row.md +22 -40
- package/src/components/ui/table/.table-skeleton.md +33 -26
- package/src/components/ui/table/.table-timestamp-cell.md +26 -16
- package/src/components/ui/table/.table.md +39 -59
- package/src/components/ui/table/.types.md +44 -36
- package/src/components/ui/table/.utils.md +18 -20
- package/src/contexts/.chat-runtime-context.md +54 -0
- package/src/contexts/.endpoints-runtime-context.md +58 -0
- package/src/contexts/.index.md +53 -0
- package/src/contexts/.use-outer-or-default.md +36 -0
- package/src/embed-shims/.index.md +45 -0
- package/src/embed-shims/.next-dynamic.md +43 -0
- package/src/embed-shims/.next-image.md +45 -0
- package/src/embed-shims/.next-link.md +59 -0
- package/src/embed-shims/.next-navigation.md +59 -0
- package/src/hooks/.index.md +34 -29
- package/src/hooks/.use-access-code-integration.md +49 -0
- package/src/hooks/.use-contact-submission.md +37 -26
- package/src/hooks/.use-copy-to-clipboard.md +42 -0
- package/src/hooks/.use-near-viewport.md +44 -0
- package/src/hooks/.use-og-placeholder.md +51 -0
- package/src/hooks/.use-toast.md +36 -35
- package/src/hooks/state/.use-api-params.md +29 -46
- package/src/hooks/state/.use-query-params.md +37 -33
- package/src/hooks/ui/.index.md +33 -32
- package/src/hooks/ui/.use-auto-limit-tags.md +54 -0
- package/src/hooks/ui/.use-horizontal-scrollbar.md +74 -0
- package/src/hooks/ui/.use-image-edge-color.md +42 -0
- package/src/hooks/ui/.use-media-query.md +33 -25
- package/src/hooks/ui/.use-search.md +51 -0
- package/src/nats/.nats.md +49 -28
- package/src/nats/index.ts +3 -0
- package/src/nats/nats-provider.tsx +146 -0
- package/src/nats/nats.ts +2 -0
- package/src/nats/shared-connection.ts +285 -0
- package/src/nats/use-nats-subscription.ts +99 -0
- package/src/schemas/.contact-schema.md +45 -0
- package/src/stories/.AnnouncementBar.stories.md +45 -0
- package/src/stories/.AppLayout.stories.md +20 -21
- package/src/stories/.Autocomplete.stories.md +48 -34
- package/src/stories/.Board.stories.md +35 -0
- package/src/stories/.Button.stories.md +36 -33
- package/src/stories/.ChatTicketList.stories.md +33 -0
- package/src/stories/.CheckboxBlock.stories.md +40 -28
- package/src/stories/.ContentLoader.stories.md +47 -0
- package/src/stories/.DashboardInfoCard.stories.md +57 -0
- package/src/stories/.DataTable.stories.md +41 -0
- package/src/stories/.DatePicker.stories.md +66 -52
- package/src/stories/.DeviceCard.stories.md +41 -40
- package/src/stories/.DeviceCardCompact.stories.md +41 -0
- package/src/stories/.DotsLoaderIcon.stories.md +36 -0
- package/src/stories/.Drawer.stories.md +58 -0
- package/src/stories/.EmbeddableChat.stories.md +41 -0
- package/src/stories/.FileManager.stories.md +41 -0
- package/src/stories/.FileManagerActionBar.stories.md +38 -0
- package/src/stories/.FileUpload.stories.md +53 -0
- package/src/stories/.FilterList.stories.md +54 -0
- package/src/stories/.FilterModal.stories.md +72 -0
- package/src/stories/.FiltersDropdown.stories.md +57 -0
- package/src/stories/.Header.stories.md +48 -0
- package/src/stories/.ImageUploader.stories.md +49 -0
- package/src/stories/.InfoCard.stories.md +54 -0
- package/src/stories/.Input.stories.md +48 -30
- package/src/stories/.ListPageLayout.stories.md +56 -43
- package/src/stories/.MingoOnboardingCard.stories.md +42 -0
- package/src/stories/.MingoOnboardingCardSkeleton.stories.md +35 -0
- package/src/stories/.Modal.stories.md +40 -31
- package/src/stories/.NotificationDrawer.stories.md +55 -0
- package/src/stories/.OnboardingStepCard.stories.md +41 -0
- package/src/stories/.OrganizationCard.stories.md +61 -0
- package/src/stories/.PageActions.stories.md +52 -49
- package/src/stories/.PageContainer.stories.md +41 -35
- package/src/stories/.PageLayout.stories.md +60 -0
- package/src/stories/.ParallaxImageShowcase.stories.md +49 -0
- package/src/stories/.PhoneInput.stories.md +53 -0
- package/src/stories/.QueryReportTable.stories.md +44 -0
- package/src/stories/.RadioGroup.stories.md +46 -0
- package/src/stories/.RadioGroupBlock.stories.md +45 -0
- package/src/stories/.Select.stories.md +29 -15
- package/src/stories/.SlashCommandSuggestions.stories.md +41 -0
- package/src/stories/.SplitButton.stories.md +62 -0
- package/src/stories/.TabNavigation.stories.md +47 -38
- package/src/stories/.TabSelector.stories.md +65 -0
- package/src/stories/.Table.stories.md +38 -46
- package/src/stories/.TableColumnFilterDropdown.stories.md +46 -0
- package/src/stories/.Tag.stories.md +43 -32
- package/src/stories/.TagKeyValueFilter.stories.md +44 -0
- package/src/stories/.TagSearchInput.stories.md +61 -0
- package/src/stories/.Textarea.stories.md +49 -26
- package/src/stories/.Theme.stories.md +41 -0
- package/src/stories/.TicketAttachmentsList.stories.md +39 -0
- package/src/stories/.TicketDescriptionViewer.stories.md +39 -0
- package/src/stories/.TicketInfoSection.stories.md +40 -0
- package/src/stories/.TicketKnowledgeBaseList.stories.md +36 -0
- package/src/stories/.TicketNotesSection.stories.md +50 -0
- package/src/stories/.Toaster.stories.md +40 -0
- package/src/stories/.ToolExecutionDisplay.stories.md +41 -0
- package/src/stories/.Tooltip.stories.md +41 -0
- package/src/stories/.UserSummary.stories.md +41 -0
- package/src/stories/.WaitlistForm.stories.md +42 -0
- package/src/stories/BlogCard.stories.tsx +61 -0
- package/src/stories/CampaignCardAdmin.stories.tsx +52 -0
- package/src/stories/CaseStudyCard.stories.tsx +42 -0
- package/src/stories/ChatContainer.stories.tsx +186 -0
- package/src/stories/ChatInlineVideoPill.stories.tsx +63 -0
- package/src/stories/CustomerInterviewCard.stories.tsx +42 -0
- package/src/stories/DataRoomDocCard.stories.tsx +52 -0
- package/src/stories/GenericEntityCard.stories.tsx +66 -0
- package/src/stories/GitHubActivityCard.stories.tsx +61 -0
- package/src/stories/HubspotTicketCard.stories.tsx +98 -0
- package/src/stories/InvestorUpdateCard.stories.tsx +42 -0
- package/src/stories/OnboardingGuideCard.stories.tsx +52 -0
- package/src/stories/ProductReleaseCard.stories.tsx +61 -0
- package/src/stories/ProgramCard.stories.tsx +79 -0
- package/src/stories/RoadmapCard.stories.tsx +75 -0
- package/src/stories/SlackMessageCard.stories.tsx +41 -0
- package/src/stories/__fixtures__/chat-cards.ts +604 -0
- package/src/types/.blog.md +53 -29
- package/src/types/.case-study.md +44 -27
- package/src/types/.customer-interview.md +66 -44
- package/src/types/.delivery.md +40 -0
- package/src/types/.employee.md +24 -30
- package/src/types/.index.md +33 -47
- package/src/types/.marketing.md +49 -44
- package/src/types/.navigation.md +33 -25
- package/src/types/.os.types.md +32 -27
- package/src/types/.platform.md +31 -28
- package/src/types/.product-release.md +65 -38
- package/src/types/.supabase.md +37 -29
- package/src/types/.team.md +41 -33
- package/src/types/.video-processing.md +54 -0
- package/src/types/.waitlist.md +40 -36
- package/src/utils/.access-code-client.md +37 -36
- package/src/utils/.cn.md +31 -23
- package/src/utils/.color-analysis.md +35 -0
- package/src/utils/.country-phone-utils.md +39 -0
- package/src/utils/.date-formatters.md +19 -18
- package/src/utils/.embed-authed-fetch.md +39 -0
- package/src/utils/.embed-proxy-auth-storage.md +38 -0
- package/src/utils/.fetch-priority.md +41 -0
- package/src/utils/.format.md +74 -25
- package/src/utils/.generic-domain-utils.md +42 -0
- package/src/utils/.image-proxy.md +59 -23
- package/src/utils/.index.md +42 -49
- package/src/utils/.local-storage-adapter.md +50 -0
- package/src/utils/.ods-color-utils.md +55 -38
- package/src/utils/.platform-config.md +45 -25
- package/src/utils/.scroll-into-view.md +40 -0
- package/src/utils/.source-icons.md +53 -0
- package/src/utils/.sse-decision-frame.md +46 -0
- package/src/utils/dev-sections/.index.md +34 -0
- package/src/utils/dev-sections/.openframe-dev-sections.md +49 -0
- package/dist/chunk-3E5ANY55.js.map +0 -1
- package/dist/chunk-EH3RWVF3.cjs.map +0 -1
- package/dist/chunk-UYQOPC57.js.map +0 -1
- package/dist/chunk-WI76ZUBE.cjs.map +0 -1
- package/src/components/.card.md +0 -42
- package/src/components/.contact-button.md +0 -30
- package/src/components/.drawer.md +0 -46
- package/src/components/.fixed-layout-container.md +0 -47
- package/src/components/.footer-waitlist-card.md +0 -29
- package/src/components/.join-waitlist-cta.md +0 -29
- package/src/components/.sheet.md +0 -47
- package/src/components/.sliding-panel.md +0 -48
- package/src/components/.tooltip.md +0 -48
- package/src/components/.use-mobile.md +0 -42
- package/src/components/.vendor-compact-card.md +0 -66
- package/src/components/.x-button.md +0 -42
- package/src/components/features/.github-repo-button.md +0 -40
- package/src/components/features/.organization-icon.md +0 -47
- package/src/components/features/.organization-selector.md +0 -45
- package/src/components/icons/.fleet-icon.md +0 -39
- package/src/components/icons/.meshcentral-icon.md +0 -35
- package/src/components/icons/.refresh-icon.md +0 -34
- package/src/components/icons/.tactical-icon.md +0 -35
- package/src/components/ui/.button.md +0 -69
- package/src/components/ui/.log-table-row.md +0 -47
- package/src/components/ui/.selectable-device-card.md +0 -46
- package/src/hooks/.api-hooks-stub.md +0 -45
- package/src/hooks/api/.use-product-releases.md +0 -53
- package/src/stories/.OrganizationSelector.stories.md +0 -42
- package/src/stories/.SelectableDeviceCard.stories.md +0 -30
- package/src/utils/.lite-youtube-embed-stub.md +0 -37
- package/src/utils/.lite-youtube-embed.md +0 -33
- /package/dist/{chunk-QKFBZLIR.js.map → chunk-5OWDOFKK.js.map} +0 -0
- /package/dist/{chunk-5BNWGK6D.js.map → chunk-HWY35EAK.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
formatRelativeTime,
|
|
15
15
|
getStatusColorScheme,
|
|
16
16
|
init_pagination
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-UKND27XC.js";
|
|
18
18
|
import {
|
|
19
19
|
init_next_navigation,
|
|
20
20
|
usePathname,
|
|
@@ -518,4 +518,4 @@ export {
|
|
|
518
518
|
DevCardRowSkeletonList,
|
|
519
519
|
DeliveryRow
|
|
520
520
|
};
|
|
521
|
-
//# sourceMappingURL=chunk-
|
|
521
|
+
//# sourceMappingURL=chunk-5OWDOFKK.js.map
|
|
@@ -0,0 +1,698 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/nats/nats.ts
|
|
4
|
+
function assertClientSide() {
|
|
5
|
+
if (typeof window === "undefined") {
|
|
6
|
+
throw new Error("NATS client can only connect from the browser/runtime with WebSocket support (window is undefined).");
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
async function importNats() {
|
|
10
|
+
return await import("nats.ws");
|
|
11
|
+
}
|
|
12
|
+
function toNatsHeaders(nats, init) {
|
|
13
|
+
if (!init) return void 0;
|
|
14
|
+
if (typeof init.get === "function") return init;
|
|
15
|
+
const h = nats.headers();
|
|
16
|
+
for (const [k, v] of Object.entries(init)) {
|
|
17
|
+
if (v !== void 0 && v !== null) h.set(k, String(v));
|
|
18
|
+
}
|
|
19
|
+
return h;
|
|
20
|
+
}
|
|
21
|
+
function cryptoRandom() {
|
|
22
|
+
const buf = new Uint32Array(1);
|
|
23
|
+
crypto.getRandomValues(buf);
|
|
24
|
+
return buf[0] / (4294967295 + 1);
|
|
25
|
+
}
|
|
26
|
+
function createExponentialBackoffHandler(opts) {
|
|
27
|
+
const initialDelay = opts.initialDelayMs ?? 1e3;
|
|
28
|
+
const maxDelay = opts.maxDelayMs ?? 3e4;
|
|
29
|
+
const multiplier = opts.multiplier ?? 2;
|
|
30
|
+
const jitter = opts.jitter ?? true;
|
|
31
|
+
let attempt = 0;
|
|
32
|
+
return {
|
|
33
|
+
handler: () => {
|
|
34
|
+
const delay = Math.min(initialDelay * multiplier ** attempt, maxDelay);
|
|
35
|
+
attempt++;
|
|
36
|
+
return jitter ? delay * (0.5 + cryptoRandom() * 0.5) : delay;
|
|
37
|
+
},
|
|
38
|
+
reset: () => {
|
|
39
|
+
attempt = 0;
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function mapOptionsToConnectionOptions(opts, backoff) {
|
|
44
|
+
return {
|
|
45
|
+
servers: opts.servers,
|
|
46
|
+
name: opts.name,
|
|
47
|
+
token: opts.token,
|
|
48
|
+
user: opts.user,
|
|
49
|
+
pass: opts.pass,
|
|
50
|
+
timeout: opts.connectTimeoutMs ?? 15e3,
|
|
51
|
+
reconnect: opts.reconnect ?? true,
|
|
52
|
+
maxReconnectAttempts: opts.maxReconnectAttempts,
|
|
53
|
+
reconnectTimeWait: opts.reconnectTimeWaitMs,
|
|
54
|
+
reconnectDelayHandler: backoff?.handler,
|
|
55
|
+
pingInterval: opts.pingIntervalMs,
|
|
56
|
+
maxPingOut: opts.maxPingOut,
|
|
57
|
+
inboxPrefix: opts.inboxPrefix
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
function mapNatsTypeToStatus(type) {
|
|
61
|
+
const t = String(type).toLowerCase();
|
|
62
|
+
if (t.includes("disconnect")) return "disconnected";
|
|
63
|
+
if (t === "reconnecting") return "reconnecting";
|
|
64
|
+
if (t === "reconnect" || t.includes("connect")) return "connected";
|
|
65
|
+
if (t.includes("error")) return "error";
|
|
66
|
+
if (t.includes("close")) return "closed";
|
|
67
|
+
return null;
|
|
68
|
+
}
|
|
69
|
+
function createNatsClient(options) {
|
|
70
|
+
let nc = null;
|
|
71
|
+
let statusLoopAbort = null;
|
|
72
|
+
let connectInFlight = null;
|
|
73
|
+
const backoff = options.exponentialBackoff ? createExponentialBackoffHandler(options.exponentialBackoff) : void 0;
|
|
74
|
+
const statusListeners = /* @__PURE__ */ new Set();
|
|
75
|
+
function emitStatus(event) {
|
|
76
|
+
for (const listener of statusListeners) {
|
|
77
|
+
try {
|
|
78
|
+
listener(event);
|
|
79
|
+
} catch {
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
async function connect() {
|
|
84
|
+
if (nc && !nc.isClosed()) return;
|
|
85
|
+
if (connectInFlight) return connectInFlight;
|
|
86
|
+
assertClientSide();
|
|
87
|
+
connectInFlight = (async () => {
|
|
88
|
+
try {
|
|
89
|
+
emitStatus({ status: "connecting" });
|
|
90
|
+
const nats = await importNats();
|
|
91
|
+
const conn = await nats.connect(mapOptionsToConnectionOptions(options, backoff));
|
|
92
|
+
nc = conn;
|
|
93
|
+
emitStatus({ status: "connected" });
|
|
94
|
+
statusLoopAbort = new AbortController();
|
|
95
|
+
const signal = statusLoopAbort.signal;
|
|
96
|
+
(async () => {
|
|
97
|
+
try {
|
|
98
|
+
for await (const s of conn.status()) {
|
|
99
|
+
if (signal.aborted) return;
|
|
100
|
+
const mapped = mapNatsTypeToStatus(s?.type);
|
|
101
|
+
if (mapped) {
|
|
102
|
+
if (mapped === "connected" && backoff) {
|
|
103
|
+
backoff.reset();
|
|
104
|
+
}
|
|
105
|
+
emitStatus({ status: mapped, data: s?.data });
|
|
106
|
+
if (mapped === "closed") {
|
|
107
|
+
nc = null;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
} catch (e) {
|
|
112
|
+
if (!signal.aborted) {
|
|
113
|
+
emitStatus({ status: "error", data: e });
|
|
114
|
+
nc = null;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
})().catch(() => {
|
|
118
|
+
});
|
|
119
|
+
} finally {
|
|
120
|
+
connectInFlight = null;
|
|
121
|
+
}
|
|
122
|
+
})();
|
|
123
|
+
return connectInFlight;
|
|
124
|
+
}
|
|
125
|
+
async function close() {
|
|
126
|
+
const conn = nc;
|
|
127
|
+
nc = null;
|
|
128
|
+
if (statusLoopAbort) {
|
|
129
|
+
try {
|
|
130
|
+
statusLoopAbort.abort();
|
|
131
|
+
} catch {
|
|
132
|
+
}
|
|
133
|
+
statusLoopAbort = null;
|
|
134
|
+
}
|
|
135
|
+
if (!conn) return;
|
|
136
|
+
try {
|
|
137
|
+
await conn.drain();
|
|
138
|
+
} finally {
|
|
139
|
+
try {
|
|
140
|
+
await conn.close();
|
|
141
|
+
} finally {
|
|
142
|
+
emitStatus({ status: "closed" });
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
function requireConnection() {
|
|
147
|
+
if (!nc) throw new Error("NATS is not connected. Call client.connect() first.");
|
|
148
|
+
return nc;
|
|
149
|
+
}
|
|
150
|
+
function isConnected() {
|
|
151
|
+
return Boolean(nc) && !nc.isClosed();
|
|
152
|
+
}
|
|
153
|
+
function publishBytes(subject, payload, opts) {
|
|
154
|
+
const conn = requireConnection();
|
|
155
|
+
(async () => {
|
|
156
|
+
const nats = await importNats();
|
|
157
|
+
conn.publish(subject, payload, { headers: toNatsHeaders(nats, opts?.headers) });
|
|
158
|
+
})().catch((e) => emitStatus({ status: "error", data: e }));
|
|
159
|
+
}
|
|
160
|
+
function publishString(subject, payload, opts) {
|
|
161
|
+
;
|
|
162
|
+
(async () => {
|
|
163
|
+
const nats = await importNats();
|
|
164
|
+
const sc = nats.StringCodec();
|
|
165
|
+
publishBytes(subject, sc.encode(payload), opts);
|
|
166
|
+
})().catch((e) => emitStatus({ status: "error", data: e }));
|
|
167
|
+
}
|
|
168
|
+
function publishJson(subject, payload, opts) {
|
|
169
|
+
;
|
|
170
|
+
(async () => {
|
|
171
|
+
const nats = await importNats();
|
|
172
|
+
const jc = nats.JSONCodec();
|
|
173
|
+
publishBytes(subject, jc.encode(payload), opts);
|
|
174
|
+
})().catch((e) => emitStatus({ status: "error", data: e }));
|
|
175
|
+
}
|
|
176
|
+
async function requestBytes(subject, payload, opts) {
|
|
177
|
+
const conn = requireConnection();
|
|
178
|
+
const nats = await importNats();
|
|
179
|
+
const msg = await conn.request(subject, payload, {
|
|
180
|
+
timeout: opts?.timeoutMs ?? 2e3,
|
|
181
|
+
headers: toNatsHeaders(nats, opts?.headers)
|
|
182
|
+
});
|
|
183
|
+
return msg;
|
|
184
|
+
}
|
|
185
|
+
async function requestString(subject, payload, opts) {
|
|
186
|
+
const nats = await importNats();
|
|
187
|
+
const sc = nats.StringCodec();
|
|
188
|
+
const msg = await requestBytes(subject, sc.encode(payload), opts);
|
|
189
|
+
return sc.decode(msg.data);
|
|
190
|
+
}
|
|
191
|
+
async function requestJson(subject, payload, opts) {
|
|
192
|
+
const nats = await importNats();
|
|
193
|
+
const reqCodec = nats.JSONCodec();
|
|
194
|
+
const resCodec = nats.JSONCodec();
|
|
195
|
+
const msg = await requestBytes(subject, reqCodec.encode(payload), opts);
|
|
196
|
+
return resCodec.decode(msg.data);
|
|
197
|
+
}
|
|
198
|
+
function subscribeBytes(subject, onMessage, opts) {
|
|
199
|
+
const conn = requireConnection();
|
|
200
|
+
const sub = conn.subscribe(subject, { queue: opts?.queue });
|
|
201
|
+
if (typeof opts?.max === "number") sub.unsubscribe(opts.max);
|
|
202
|
+
const abortController = new AbortController();
|
|
203
|
+
const signal = opts?.signal ?? abortController.signal;
|
|
204
|
+
(async () => {
|
|
205
|
+
try {
|
|
206
|
+
for await (const msg of sub) {
|
|
207
|
+
if (signal.aborted) break;
|
|
208
|
+
await onMessage(msg);
|
|
209
|
+
}
|
|
210
|
+
} catch (e) {
|
|
211
|
+
emitStatus({ status: "error", data: e });
|
|
212
|
+
} finally {
|
|
213
|
+
try {
|
|
214
|
+
sub.unsubscribe();
|
|
215
|
+
} catch {
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
})().catch((e) => emitStatus({ status: "error", data: e }));
|
|
219
|
+
return {
|
|
220
|
+
subscription: sub,
|
|
221
|
+
unsubscribe() {
|
|
222
|
+
try {
|
|
223
|
+
abortController.abort();
|
|
224
|
+
} catch {
|
|
225
|
+
}
|
|
226
|
+
try {
|
|
227
|
+
sub.unsubscribe();
|
|
228
|
+
} catch {
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
}
|
|
233
|
+
function subscribeString(subject, onMessage, opts) {
|
|
234
|
+
return subscribeBytes(
|
|
235
|
+
subject,
|
|
236
|
+
async (msg) => {
|
|
237
|
+
const nats = await importNats();
|
|
238
|
+
const sc = nats.StringCodec();
|
|
239
|
+
await onMessage(sc.decode(msg.data), msg);
|
|
240
|
+
},
|
|
241
|
+
opts
|
|
242
|
+
);
|
|
243
|
+
}
|
|
244
|
+
function subscribeJson(subject, onMessage, opts) {
|
|
245
|
+
return subscribeBytes(
|
|
246
|
+
subject,
|
|
247
|
+
async (msg) => {
|
|
248
|
+
const nats = await importNats();
|
|
249
|
+
const jc = nats.JSONCodec();
|
|
250
|
+
await onMessage(jc.decode(msg.data), msg);
|
|
251
|
+
},
|
|
252
|
+
opts
|
|
253
|
+
);
|
|
254
|
+
}
|
|
255
|
+
async function subscribeJetStreamOrdered(onMessage, opts) {
|
|
256
|
+
const conn = requireConnection();
|
|
257
|
+
if (opts.signal?.aborted) {
|
|
258
|
+
return { unsubscribe() {
|
|
259
|
+
} };
|
|
260
|
+
}
|
|
261
|
+
const nats = await importNats();
|
|
262
|
+
if (opts.signal?.aborted) {
|
|
263
|
+
return { unsubscribe() {
|
|
264
|
+
} };
|
|
265
|
+
}
|
|
266
|
+
const inactiveThresholdNs = (opts.inactiveThresholdMs ?? 5 * 6e4) * 1e6;
|
|
267
|
+
const js = conn.jetstream();
|
|
268
|
+
const consumer = await js.consumers.get(opts.streamName, {
|
|
269
|
+
filterSubjects: opts.filterSubject,
|
|
270
|
+
deliver_policy: nats.DeliverPolicy.StartSequence,
|
|
271
|
+
opt_start_seq: opts.optStartSeq ?? 0,
|
|
272
|
+
inactive_threshold: inactiveThresholdNs
|
|
273
|
+
});
|
|
274
|
+
const iterRef = { current: null };
|
|
275
|
+
let closed = false;
|
|
276
|
+
const onAbort = () => {
|
|
277
|
+
void teardown();
|
|
278
|
+
};
|
|
279
|
+
opts.signal?.addEventListener("abort", onAbort, { once: true });
|
|
280
|
+
async function teardown() {
|
|
281
|
+
if (closed) return;
|
|
282
|
+
closed = true;
|
|
283
|
+
opts.signal?.removeEventListener("abort", onAbort);
|
|
284
|
+
const iter = iterRef.current;
|
|
285
|
+
iterRef.current = null;
|
|
286
|
+
if (iter) {
|
|
287
|
+
try {
|
|
288
|
+
await iter.close();
|
|
289
|
+
} catch {
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
if (opts.signal?.aborted) {
|
|
294
|
+
void teardown();
|
|
295
|
+
return { unsubscribe() {
|
|
296
|
+
} };
|
|
297
|
+
}
|
|
298
|
+
;
|
|
299
|
+
(async () => {
|
|
300
|
+
try {
|
|
301
|
+
const iter = await consumer.consume();
|
|
302
|
+
if (closed) {
|
|
303
|
+
try {
|
|
304
|
+
await iter.close();
|
|
305
|
+
} catch {
|
|
306
|
+
}
|
|
307
|
+
return;
|
|
308
|
+
}
|
|
309
|
+
iterRef.current = iter;
|
|
310
|
+
for await (const msg of iter) {
|
|
311
|
+
if (closed) break;
|
|
312
|
+
try {
|
|
313
|
+
await onMessage(msg);
|
|
314
|
+
} catch (e) {
|
|
315
|
+
emitStatus({ status: "error", data: e });
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
} catch (e) {
|
|
319
|
+
if (!closed) emitStatus({ status: "error", data: e });
|
|
320
|
+
}
|
|
321
|
+
})().catch((e) => emitStatus({ status: "error", data: e }));
|
|
322
|
+
return {
|
|
323
|
+
unsubscribe() {
|
|
324
|
+
void teardown();
|
|
325
|
+
}
|
|
326
|
+
};
|
|
327
|
+
}
|
|
328
|
+
function onStatus(listener) {
|
|
329
|
+
statusListeners.add(listener);
|
|
330
|
+
return () => statusListeners.delete(listener);
|
|
331
|
+
}
|
|
332
|
+
return {
|
|
333
|
+
connect,
|
|
334
|
+
close,
|
|
335
|
+
isConnected,
|
|
336
|
+
publishBytes,
|
|
337
|
+
publishString,
|
|
338
|
+
publishJson,
|
|
339
|
+
requestBytes,
|
|
340
|
+
requestString,
|
|
341
|
+
requestJson,
|
|
342
|
+
subscribeBytes,
|
|
343
|
+
subscribeString,
|
|
344
|
+
subscribeJson,
|
|
345
|
+
subscribeJetStreamOrdered,
|
|
346
|
+
onStatus
|
|
347
|
+
};
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
// src/nats/shared-connection.ts
|
|
351
|
+
var NATS_DEFAULTS = {
|
|
352
|
+
SHARED_CLOSE_DELAY_MS: 3e3,
|
|
353
|
+
CONNECT_TIMEOUT_MS: 1e4,
|
|
354
|
+
PING_INTERVAL_MS: 3e4,
|
|
355
|
+
MAX_PING_OUT: 3,
|
|
356
|
+
RETRY_INITIAL_DELAY_MS: 1e3,
|
|
357
|
+
RETRY_MAX_DELAY_MS: 3e4,
|
|
358
|
+
RETRY_MULTIPLIER: 2
|
|
359
|
+
};
|
|
360
|
+
var shared = null;
|
|
361
|
+
function getSharedConnection() {
|
|
362
|
+
return shared;
|
|
363
|
+
}
|
|
364
|
+
function acquireClient(url, opts) {
|
|
365
|
+
if (shared?.wsUrl !== url) {
|
|
366
|
+
if (shared) {
|
|
367
|
+
if (shared.closeTimer) clearTimeout(shared.closeTimer);
|
|
368
|
+
const old = shared;
|
|
369
|
+
shared = null;
|
|
370
|
+
void old.client.close().catch(() => {
|
|
371
|
+
});
|
|
372
|
+
}
|
|
373
|
+
const {
|
|
374
|
+
name = "openframe-frontend",
|
|
375
|
+
user = "machine",
|
|
376
|
+
pass = "",
|
|
377
|
+
connectTimeoutMs = NATS_DEFAULTS.CONNECT_TIMEOUT_MS,
|
|
378
|
+
pingIntervalMs = NATS_DEFAULTS.PING_INTERVAL_MS,
|
|
379
|
+
maxPingOut = NATS_DEFAULTS.MAX_PING_OUT
|
|
380
|
+
} = opts ?? {};
|
|
381
|
+
const client = createNatsClient({
|
|
382
|
+
servers: url,
|
|
383
|
+
name,
|
|
384
|
+
user,
|
|
385
|
+
pass,
|
|
386
|
+
connectTimeoutMs,
|
|
387
|
+
reconnect: false,
|
|
388
|
+
pingIntervalMs,
|
|
389
|
+
maxPingOut
|
|
390
|
+
});
|
|
391
|
+
shared = {
|
|
392
|
+
wsUrl: url,
|
|
393
|
+
client,
|
|
394
|
+
connectPromise: null,
|
|
395
|
+
refCount: 0,
|
|
396
|
+
closeTimer: null,
|
|
397
|
+
retryTimer: null,
|
|
398
|
+
retryOwner: null
|
|
399
|
+
};
|
|
400
|
+
}
|
|
401
|
+
shared.refCount += 1;
|
|
402
|
+
if (shared.closeTimer) {
|
|
403
|
+
clearTimeout(shared.closeTimer);
|
|
404
|
+
shared.closeTimer = null;
|
|
405
|
+
}
|
|
406
|
+
return shared;
|
|
407
|
+
}
|
|
408
|
+
function releaseClient(url, opts) {
|
|
409
|
+
if (!shared || shared.wsUrl !== url) return;
|
|
410
|
+
shared.refCount = Math.max(0, shared.refCount - 1);
|
|
411
|
+
if (shared.refCount > 0) return;
|
|
412
|
+
const delay = opts?.delayMs ?? NATS_DEFAULTS.SHARED_CLOSE_DELAY_MS;
|
|
413
|
+
shared.closeTimer = setTimeout(() => {
|
|
414
|
+
const s = shared;
|
|
415
|
+
shared = null;
|
|
416
|
+
if (s) {
|
|
417
|
+
if (s.retryTimer) {
|
|
418
|
+
clearTimeout(s.retryTimer);
|
|
419
|
+
s.retryTimer = null;
|
|
420
|
+
}
|
|
421
|
+
void s.client.close().catch(() => {
|
|
422
|
+
});
|
|
423
|
+
}
|
|
424
|
+
}, delay);
|
|
425
|
+
}
|
|
426
|
+
function getSharedConnectionFor(url) {
|
|
427
|
+
if (!url) return null;
|
|
428
|
+
return shared && shared.wsUrl === url ? shared : null;
|
|
429
|
+
}
|
|
430
|
+
var defaultShouldRetryOn = (status) => status === "closed" || status === "disconnected";
|
|
431
|
+
function startConnectionLifecycle(options) {
|
|
432
|
+
const { conn, wsUrl } = options;
|
|
433
|
+
const ownerToken = {};
|
|
434
|
+
if (!conn.retryOwner) conn.retryOwner = ownerToken;
|
|
435
|
+
let closed = false;
|
|
436
|
+
let retryAttempt = 0;
|
|
437
|
+
function emitSynthetic(status) {
|
|
438
|
+
if (closed) return;
|
|
439
|
+
options.onStatusChange?.(status, { status });
|
|
440
|
+
if (status === "connected") {
|
|
441
|
+
retryAttempt = 0;
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
function scheduleRetry() {
|
|
445
|
+
if (closed) return;
|
|
446
|
+
if (getSharedConnectionFor(wsUrl) !== conn) return;
|
|
447
|
+
if (!conn.retryOwner) conn.retryOwner = ownerToken;
|
|
448
|
+
if (conn.retryOwner !== ownerToken) return;
|
|
449
|
+
if (conn.retryTimer) {
|
|
450
|
+
clearTimeout(conn.retryTimer);
|
|
451
|
+
conn.retryTimer = null;
|
|
452
|
+
}
|
|
453
|
+
const cfg = options.backoff ?? {};
|
|
454
|
+
const fastRetries = cfg.fastRetries ?? 0;
|
|
455
|
+
const fastDelay = cfg.fastRetryDelayMs ?? NATS_DEFAULTS.RETRY_INITIAL_DELAY_MS;
|
|
456
|
+
const baseDelay = cfg.initialDelayMs ?? NATS_DEFAULTS.RETRY_INITIAL_DELAY_MS;
|
|
457
|
+
const maxDelay = cfg.maxDelayMs ?? NATS_DEFAULTS.RETRY_MAX_DELAY_MS;
|
|
458
|
+
const multiplier = cfg.multiplier ?? NATS_DEFAULTS.RETRY_MULTIPLIER;
|
|
459
|
+
const delay = retryAttempt < fastRetries ? fastDelay : Math.min(baseDelay * multiplier ** (retryAttempt - fastRetries), maxDelay);
|
|
460
|
+
const jitteredDelay = delay * (0.5 + Math.random() * 0.5);
|
|
461
|
+
retryAttempt++;
|
|
462
|
+
conn.retryTimer = setTimeout(async () => {
|
|
463
|
+
conn.retryTimer = null;
|
|
464
|
+
if (closed) return;
|
|
465
|
+
if (getSharedConnectionFor(wsUrl) !== conn) return;
|
|
466
|
+
try {
|
|
467
|
+
await options.onBeforeReconnect?.();
|
|
468
|
+
} catch {
|
|
469
|
+
}
|
|
470
|
+
if (closed) return;
|
|
471
|
+
if (getSharedConnectionFor(wsUrl) !== conn) return;
|
|
472
|
+
const freshUrl = options.getFreshUrl();
|
|
473
|
+
if (freshUrl !== wsUrl) return;
|
|
474
|
+
try {
|
|
475
|
+
conn.connectPromise = null;
|
|
476
|
+
conn.connectPromise = conn.client.connect();
|
|
477
|
+
await conn.connectPromise;
|
|
478
|
+
if (!closed && getSharedConnectionFor(wsUrl) === conn) {
|
|
479
|
+
retryAttempt = 0;
|
|
480
|
+
}
|
|
481
|
+
} catch {
|
|
482
|
+
conn.connectPromise = null;
|
|
483
|
+
if (!closed && getSharedConnectionFor(wsUrl) === conn) {
|
|
484
|
+
scheduleRetry();
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}, jitteredDelay);
|
|
488
|
+
}
|
|
489
|
+
const shouldRetryOn = options.shouldRetryOn ?? defaultShouldRetryOn;
|
|
490
|
+
const unsubStatus = conn.client.onStatus((evt) => {
|
|
491
|
+
if (closed) return;
|
|
492
|
+
options.onStatusChange?.(evt.status, evt);
|
|
493
|
+
if (evt.status === "connected") {
|
|
494
|
+
retryAttempt = 0;
|
|
495
|
+
}
|
|
496
|
+
if (shouldRetryOn(evt.status)) {
|
|
497
|
+
scheduleRetry();
|
|
498
|
+
}
|
|
499
|
+
});
|
|
500
|
+
if (conn.client.isConnected()) {
|
|
501
|
+
emitSynthetic("connected");
|
|
502
|
+
}
|
|
503
|
+
void (async () => {
|
|
504
|
+
try {
|
|
505
|
+
conn.connectPromise || (conn.connectPromise = conn.client.connect());
|
|
506
|
+
await conn.connectPromise;
|
|
507
|
+
} catch {
|
|
508
|
+
conn.connectPromise = null;
|
|
509
|
+
if (closed) return;
|
|
510
|
+
emitSynthetic("disconnected");
|
|
511
|
+
scheduleRetry();
|
|
512
|
+
}
|
|
513
|
+
})();
|
|
514
|
+
return {
|
|
515
|
+
stop() {
|
|
516
|
+
closed = true;
|
|
517
|
+
unsubStatus();
|
|
518
|
+
if (conn.retryTimer) {
|
|
519
|
+
clearTimeout(conn.retryTimer);
|
|
520
|
+
conn.retryTimer = null;
|
|
521
|
+
}
|
|
522
|
+
if (conn.retryOwner === ownerToken) {
|
|
523
|
+
conn.retryOwner = null;
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
};
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// src/nats/nats-provider.tsx
|
|
530
|
+
import * as React from "react";
|
|
531
|
+
import { jsx } from "react/jsx-runtime";
|
|
532
|
+
var NatsContext = React.createContext(null);
|
|
533
|
+
function NatsProvider({
|
|
534
|
+
children,
|
|
535
|
+
getWsUrl,
|
|
536
|
+
onBeforeReconnect,
|
|
537
|
+
clientConfig,
|
|
538
|
+
reconnectionBackoff,
|
|
539
|
+
urlRevision
|
|
540
|
+
}) {
|
|
541
|
+
const [client, setClient] = React.useState(null);
|
|
542
|
+
const [status, setStatus] = React.useState("closed");
|
|
543
|
+
const [reconnectionCount, setReconnectionCount] = React.useState(0);
|
|
544
|
+
const getWsUrlRef = React.useRef(getWsUrl);
|
|
545
|
+
React.useEffect(() => {
|
|
546
|
+
getWsUrlRef.current = getWsUrl;
|
|
547
|
+
}, [getWsUrl]);
|
|
548
|
+
const onBeforeReconnectRef = React.useRef(onBeforeReconnect);
|
|
549
|
+
React.useEffect(() => {
|
|
550
|
+
onBeforeReconnectRef.current = onBeforeReconnect;
|
|
551
|
+
}, [onBeforeReconnect]);
|
|
552
|
+
const reconnectionBackoffRef = React.useRef(reconnectionBackoff);
|
|
553
|
+
React.useEffect(() => {
|
|
554
|
+
reconnectionBackoffRef.current = reconnectionBackoff;
|
|
555
|
+
}, [reconnectionBackoff]);
|
|
556
|
+
const clientConfigRef = React.useRef(clientConfig);
|
|
557
|
+
React.useEffect(() => {
|
|
558
|
+
clientConfigRef.current = clientConfig;
|
|
559
|
+
}, [clientConfig]);
|
|
560
|
+
const heldUrlRef = React.useRef(null);
|
|
561
|
+
const hadConnectionBeforeRef = React.useRef(false);
|
|
562
|
+
React.useEffect(() => {
|
|
563
|
+
const wsUrl = getWsUrlRef.current();
|
|
564
|
+
if (!wsUrl) {
|
|
565
|
+
if (heldUrlRef.current) {
|
|
566
|
+
releaseClient(heldUrlRef.current);
|
|
567
|
+
heldUrlRef.current = null;
|
|
568
|
+
setClient(null);
|
|
569
|
+
setStatus("closed");
|
|
570
|
+
}
|
|
571
|
+
return;
|
|
572
|
+
}
|
|
573
|
+
if (heldUrlRef.current && heldUrlRef.current !== wsUrl) {
|
|
574
|
+
releaseClient(heldUrlRef.current);
|
|
575
|
+
heldUrlRef.current = null;
|
|
576
|
+
}
|
|
577
|
+
const conn = acquireClient(wsUrl, clientConfigRef.current);
|
|
578
|
+
heldUrlRef.current = wsUrl;
|
|
579
|
+
setClient(conn.client);
|
|
580
|
+
setStatus(conn.client.isConnected() ? "connected" : "connecting");
|
|
581
|
+
const lifecycle = startConnectionLifecycle({
|
|
582
|
+
conn,
|
|
583
|
+
wsUrl,
|
|
584
|
+
onBeforeReconnect: () => onBeforeReconnectRef.current?.(),
|
|
585
|
+
backoff: reconnectionBackoffRef.current,
|
|
586
|
+
getFreshUrl: () => getWsUrlRef.current(),
|
|
587
|
+
onStatusChange: (newStatus) => {
|
|
588
|
+
setStatus(newStatus);
|
|
589
|
+
if (newStatus === "connected") {
|
|
590
|
+
if (hadConnectionBeforeRef.current) {
|
|
591
|
+
setReconnectionCount((c) => c + 1);
|
|
592
|
+
}
|
|
593
|
+
hadConnectionBeforeRef.current = true;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
});
|
|
597
|
+
return () => {
|
|
598
|
+
lifecycle.stop();
|
|
599
|
+
if (heldUrlRef.current) {
|
|
600
|
+
releaseClient(heldUrlRef.current);
|
|
601
|
+
heldUrlRef.current = null;
|
|
602
|
+
}
|
|
603
|
+
setClient(null);
|
|
604
|
+
setStatus("closed");
|
|
605
|
+
};
|
|
606
|
+
}, [urlRevision]);
|
|
607
|
+
const value = React.useMemo(
|
|
608
|
+
() => ({
|
|
609
|
+
client,
|
|
610
|
+
status,
|
|
611
|
+
isReady: status === "connected" && client !== null,
|
|
612
|
+
reconnectionCount
|
|
613
|
+
}),
|
|
614
|
+
[client, status, reconnectionCount]
|
|
615
|
+
);
|
|
616
|
+
return /* @__PURE__ */ jsx(NatsContext.Provider, { value, children });
|
|
617
|
+
}
|
|
618
|
+
function useNats() {
|
|
619
|
+
const ctx = React.useContext(NatsContext);
|
|
620
|
+
if (!ctx) throw new Error("useNats must be used inside <NatsProvider>");
|
|
621
|
+
return ctx;
|
|
622
|
+
}
|
|
623
|
+
function useOptionalNats() {
|
|
624
|
+
return React.useContext(NatsContext);
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
// src/nats/use-nats-subscription.ts
|
|
628
|
+
import * as React2 from "react";
|
|
629
|
+
function useNatsSubscription(subject, onMessage, options) {
|
|
630
|
+
const nats = useOptionalNats();
|
|
631
|
+
const handlerRef = React2.useRef(onMessage);
|
|
632
|
+
React2.useEffect(() => {
|
|
633
|
+
handlerRef.current = onMessage;
|
|
634
|
+
}, [onMessage]);
|
|
635
|
+
const [isSubscribed, setIsSubscribed] = React2.useState(false);
|
|
636
|
+
const enabled = options?.enabled !== false;
|
|
637
|
+
const queue = options?.queue;
|
|
638
|
+
const max = options?.max;
|
|
639
|
+
const reconnectionCount = nats?.reconnectionCount ?? 0;
|
|
640
|
+
const isReady = !!nats?.isReady;
|
|
641
|
+
const client = nats?.client ?? null;
|
|
642
|
+
React2.useEffect(() => {
|
|
643
|
+
if (!client || !isReady || !subject || !enabled) {
|
|
644
|
+
setIsSubscribed(false);
|
|
645
|
+
return;
|
|
646
|
+
}
|
|
647
|
+
const sub = client.subscribeBytes(
|
|
648
|
+
subject,
|
|
649
|
+
(msg) => handlerRef.current(msg),
|
|
650
|
+
{ queue, max }
|
|
651
|
+
);
|
|
652
|
+
setIsSubscribed(true);
|
|
653
|
+
return () => {
|
|
654
|
+
setIsSubscribed(false);
|
|
655
|
+
try {
|
|
656
|
+
sub.unsubscribe();
|
|
657
|
+
} catch {
|
|
658
|
+
}
|
|
659
|
+
};
|
|
660
|
+
}, [client, isReady, subject, enabled, queue, max, reconnectionCount]);
|
|
661
|
+
return { isSubscribed, isReady };
|
|
662
|
+
}
|
|
663
|
+
function useNatsJsonSubscription(subject, onPayload, options) {
|
|
664
|
+
const handlerRef = React2.useRef(onPayload);
|
|
665
|
+
React2.useEffect(() => {
|
|
666
|
+
handlerRef.current = onPayload;
|
|
667
|
+
}, [onPayload]);
|
|
668
|
+
const decoderRef = React2.useRef(null);
|
|
669
|
+
if (!decoderRef.current && typeof TextDecoder !== "undefined") {
|
|
670
|
+
decoderRef.current = new TextDecoder();
|
|
671
|
+
}
|
|
672
|
+
const wrapped = React2.useCallback(async (msg) => {
|
|
673
|
+
const decoder = decoderRef.current;
|
|
674
|
+
if (!decoder) return;
|
|
675
|
+
try {
|
|
676
|
+
const parsed = JSON.parse(decoder.decode(msg.data));
|
|
677
|
+
await handlerRef.current(parsed, msg);
|
|
678
|
+
} catch {
|
|
679
|
+
}
|
|
680
|
+
}, []);
|
|
681
|
+
return useNatsSubscription(subject, wrapped, options);
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export {
|
|
685
|
+
createNatsClient,
|
|
686
|
+
NATS_DEFAULTS,
|
|
687
|
+
getSharedConnection,
|
|
688
|
+
acquireClient,
|
|
689
|
+
releaseClient,
|
|
690
|
+
getSharedConnectionFor,
|
|
691
|
+
startConnectionLifecycle,
|
|
692
|
+
NatsProvider,
|
|
693
|
+
useNats,
|
|
694
|
+
useOptionalNats,
|
|
695
|
+
useNatsSubscription,
|
|
696
|
+
useNatsJsonSubscription
|
|
697
|
+
};
|
|
698
|
+
//# sourceMappingURL=chunk-CZR7ARBA.js.map
|