@inkeep/agents-ui 0.0.0-dev-20260313222128
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/LICENSE +64 -0
- package/README.md +1 -0
- package/dist/_virtual/index.cjs +1 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/_virtual/use-sync-external-store-shim.development.cjs +1 -0
- package/dist/_virtual/use-sync-external-store-shim.development.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.production.cjs +1 -0
- package/dist/_virtual/use-sync-external-store-shim.production.js +5 -0
- package/dist/color-mode/index.cjs +1 -0
- package/dist/color-mode/index.d.ts +20 -0
- package/dist/color-mode/index.js +170 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +238 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs +9 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +68 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs +9 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +56 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/shim/index.cjs +1 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/shim/index.js +8 -0
- package/dist/primitives/atoms/avatars/ai.cjs +1 -0
- package/dist/primitives/atoms/avatars/ai.d.ts +3 -0
- package/dist/primitives/atoms/avatars/ai.js +99 -0
- package/dist/primitives/atoms/avatars/user.cjs +1 -0
- package/dist/primitives/atoms/avatars/user.d.ts +3 -0
- package/dist/primitives/atoms/avatars/user.js +27 -0
- package/dist/primitives/atoms/cmdk/command-score.cjs +1 -0
- package/dist/primitives/atoms/cmdk/command-score.d.ts +1 -0
- package/dist/primitives/atoms/cmdk/command-score.js +46 -0
- package/dist/primitives/atoms/cmdk/index.cjs +1 -0
- package/dist/primitives/atoms/cmdk/index.d.ts +460 -0
- package/dist/primitives/atoms/cmdk/index.js +521 -0
- package/dist/primitives/atoms/codeblock/index.cjs +1 -0
- package/dist/primitives/atoms/codeblock/index.d.ts +10 -0
- package/dist/primitives/atoms/codeblock/index.js +40 -0
- package/dist/primitives/atoms/combobox.cjs +1 -0
- package/dist/primitives/atoms/combobox.js +275 -0
- package/dist/primitives/atoms/custom-styles.cjs +1 -0
- package/dist/primitives/atoms/custom-styles.d.ts +5 -0
- package/dist/primitives/atoms/custom-styles.js +57 -0
- package/dist/primitives/atoms/dialog.cjs +1 -0
- package/dist/primitives/atoms/dialog.d.ts +94 -0
- package/dist/primitives/atoms/dialog.js +227 -0
- package/dist/primitives/atoms/error-boundary.cjs +1 -0
- package/dist/primitives/atoms/error-boundary.d.ts +6 -0
- package/dist/primitives/atoms/error-boundary.js +9 -0
- package/dist/primitives/atoms/icons/built-in-icon-renderer.cjs +1 -0
- package/dist/primitives/atoms/icons/built-in-icon-renderer.d.ts +6 -0
- package/dist/primitives/atoms/icons/built-in-icon-renderer.js +51 -0
- package/dist/primitives/atoms/icons/built-in-icons.cjs +1 -0
- package/dist/primitives/atoms/icons/built-in-icons.d.ts +86 -0
- package/dist/primitives/atoms/icons/built-in-icons.js +89 -0
- package/dist/primitives/atoms/icons/checkbox-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/checkbox-icon.d.ts +1 -0
- package/dist/primitives/atoms/icons/checkbox-icon.js +24 -0
- package/dist/primitives/atoms/icons/collections/bi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/bi.d.ts +4 -0
- package/dist/primitives/atoms/icons/collections/bi.js +49 -0
- package/dist/primitives/atoms/icons/collections/fi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/fi.d.ts +2 -0
- package/dist/primitives/atoms/icons/collections/fi.js +29 -0
- package/dist/primitives/atoms/icons/collections/gr.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/gr.d.ts +2 -0
- package/dist/primitives/atoms/icons/collections/gr.js +21 -0
- package/dist/primitives/atoms/icons/collections/io5.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/io5.d.ts +34 -0
- package/dist/primitives/atoms/icons/collections/io5.js +806 -0
- package/dist/primitives/atoms/icons/collections/pi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/pi.d.ts +4 -0
- package/dist/primitives/atoms/icons/collections/pi.js +49 -0
- package/dist/primitives/atoms/icons/custom-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/custom-icon.d.ts +6 -0
- package/dist/primitives/atoms/icons/custom-icon.js +19 -0
- package/dist/primitives/atoms/icons/generate-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/generate-icon.d.ts +28 -0
- package/dist/primitives/atoms/icons/generate-icon.js +56 -0
- package/dist/primitives/atoms/icons/index.cjs +1 -0
- package/dist/primitives/atoms/icons/index.d.ts +2 -0
- package/dist/primitives/atoms/icons/index.js +6 -0
- package/dist/primitives/atoms/icons/inkeep-default-icons.cjs +1 -0
- package/dist/primitives/atoms/icons/inkeep-default-icons.d.ts +2 -0
- package/dist/primitives/atoms/icons/inkeep-default-icons.js +28 -0
- package/dist/primitives/atoms/link.cjs +1 -0
- package/dist/primitives/atoms/link.d.ts +14 -0
- package/dist/primitives/atoms/link.js +35 -0
- package/dist/primitives/atoms/markdown/components.cjs +1 -0
- package/dist/primitives/atoms/markdown/components.d.ts +31 -0
- package/dist/primitives/atoms/markdown/components.js +76 -0
- package/dist/primitives/atoms/markdown/index.cjs +1 -0
- package/dist/primitives/atoms/markdown/index.d.ts +17 -0
- package/dist/primitives/atoms/markdown/index.js +121 -0
- package/dist/primitives/atoms/markdown/rehype-inline-code-property.cjs +1 -0
- package/dist/primitives/atoms/markdown/rehype-inline-code-property.d.ts +1 -0
- package/dist/primitives/atoms/markdown/rehype-inline-code-property.js +12 -0
- package/dist/primitives/atoms/portal-with-theme.cjs +1 -0
- package/dist/primitives/atoms/portal-with-theme.d.ts +2 -0
- package/dist/primitives/atoms/portal-with-theme.js +12 -0
- package/dist/primitives/atoms/portal.cjs +1 -0
- package/dist/primitives/atoms/portal.d.ts +8 -0
- package/dist/primitives/atoms/portal.js +19 -0
- package/dist/primitives/atoms/select.cjs +1 -0
- package/dist/primitives/atoms/select.d.ts +136 -0
- package/dist/primitives/atoms/select.js +785 -0
- package/dist/primitives/atoms/shadow/context.cjs +1 -0
- package/dist/primitives/atoms/shadow/context.d.ts +14 -0
- package/dist/primitives/atoms/shadow/context.js +54 -0
- package/dist/primitives/atoms/shadow/create.cjs +1 -0
- package/dist/primitives/atoms/shadow/create.d.ts +8 -0
- package/dist/primitives/atoms/shadow/create.js +56 -0
- package/dist/primitives/atoms/shadow/index.d.ts +1 -0
- package/dist/primitives/atoms/shadow/root.cjs +1 -0
- package/dist/primitives/atoms/shadow/root.d.ts +5 -0
- package/dist/primitives/atoms/shadow/root.js +22 -0
- package/dist/primitives/atoms/shadow/use-ensured-forwarded-ref.cjs +1 -0
- package/dist/primitives/atoms/shadow/use-ensured-forwarded-ref.d.ts +2 -0
- package/dist/primitives/atoms/shadow/use-ensured-forwarded-ref.js +11 -0
- package/dist/primitives/atoms/shadow/utils.cjs +1 -0
- package/dist/primitives/atoms/shadow/utils.d.ts +9 -0
- package/dist/primitives/atoms/shadow/utils.js +16 -0
- package/dist/primitives/components/chat-bubble/index.cjs +1 -0
- package/dist/primitives/components/chat-bubble/index.d.ts +10 -0
- package/dist/primitives/components/chat-bubble/index.js +38 -0
- package/dist/primitives/components/chat-button.cjs +1 -0
- package/dist/primitives/components/chat-button.d.ts +20 -0
- package/dist/primitives/components/chat-button.js +51 -0
- package/dist/primitives/components/chat-history/index.cjs +1 -0
- package/dist/primitives/components/chat-history/index.d.ts +27 -0
- package/dist/primitives/components/chat-history/index.js +105 -0
- package/dist/primitives/components/data-summaries.cjs +1 -0
- package/dist/primitives/components/data-summaries.d.ts +14 -0
- package/dist/primitives/components/data-summaries.js +38 -0
- package/dist/primitives/components/embedded-chat/chat-provider.cjs +1 -0
- package/dist/primitives/components/embedded-chat/chat-provider.d.ts +19 -0
- package/dist/primitives/components/embedded-chat/chat-provider.js +20 -0
- package/dist/primitives/components/embedded-chat/use-captcha.cjs +1 -0
- package/dist/primitives/components/embedded-chat/use-captcha.d.ts +30 -0
- package/dist/primitives/components/embedded-chat/use-captcha.js +67 -0
- package/dist/primitives/components/embedded-chat/use-chat-action.cjs +1 -0
- package/dist/primitives/components/embedded-chat/use-chat-action.d.ts +9 -0
- package/dist/primitives/components/embedded-chat/use-chat-action.js +41 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.cjs +3 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.d.ts +57 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.js +312 -0
- package/dist/primitives/components/embedded-chat/use-stream-processor.cjs +1 -0
- package/dist/primitives/components/embedded-chat/use-stream-processor.d.ts +30 -0
- package/dist/primitives/components/embedded-chat/use-stream-processor.js +159 -0
- package/dist/primitives/components/embedded-chat.cjs +11 -0
- package/dist/primitives/components/embedded-chat.d.ts +461 -0
- package/dist/primitives/components/embedded-chat.js +2051 -0
- package/dist/primitives/components/embedded-search/search-provider.cjs +1 -0
- package/dist/primitives/components/embedded-search/search-provider.d.ts +21 -0
- package/dist/primitives/components/embedded-search/search-provider.js +26 -0
- package/dist/primitives/components/embedded-search/transform-results.cjs +1 -0
- package/dist/primitives/components/embedded-search/transform-results.d.ts +3 -0
- package/dist/primitives/components/embedded-search/transform-results.js +47 -0
- package/dist/primitives/components/embedded-search/url-query.cjs +1 -0
- package/dist/primitives/components/embedded-search/url-query.d.ts +4 -0
- package/dist/primitives/components/embedded-search/url-query.js +12 -0
- package/dist/primitives/components/embedded-search/use-inkeep-search.cjs +1 -0
- package/dist/primitives/components/embedded-search/use-inkeep-search.d.ts +19 -0
- package/dist/primitives/components/embedded-search/use-inkeep-search.js +35 -0
- package/dist/primitives/components/embedded-search/use-search-filter.cjs +1 -0
- package/dist/primitives/components/embedded-search/use-search-filter.d.ts +1 -0
- package/dist/primitives/components/embedded-search/use-search-filter.js +77 -0
- package/dist/primitives/components/embedded-search.cjs +1 -0
- package/dist/primitives/components/embedded-search.d.ts +249 -0
- package/dist/primitives/components/embedded-search.js +628 -0
- package/dist/primitives/components/factory.cjs +1 -0
- package/dist/primitives/components/factory.d.ts +19 -0
- package/dist/primitives/components/factory.js +39 -0
- package/dist/primitives/components/index.cjs +1 -0
- package/dist/primitives/components/index.d.ts +13 -0
- package/dist/primitives/components/index.js +33 -0
- package/dist/primitives/components/modal/modal-provider.cjs +1 -0
- package/dist/primitives/components/modal/modal-provider.d.ts +12 -0
- package/dist/primitives/components/modal/modal-provider.js +8 -0
- package/dist/primitives/components/modal/use-inkeep-modal.cjs +1 -0
- package/dist/primitives/components/modal/use-inkeep-modal.d.ts +7 -0
- package/dist/primitives/components/modal/use-inkeep-modal.js +9 -0
- package/dist/primitives/components/modal/widget-auto-focus.cjs +1 -0
- package/dist/primitives/components/modal/widget-auto-focus.d.ts +2 -0
- package/dist/primitives/components/modal/widget-auto-focus.js +25 -0
- package/dist/primitives/components/modal.cjs +1 -0
- package/dist/primitives/components/modal.d.ts +18 -0
- package/dist/primitives/components/modal.js +40 -0
- package/dist/primitives/components/presence.cjs +1 -0
- package/dist/primitives/components/presence.d.ts +8 -0
- package/dist/primitives/components/presence.js +26 -0
- package/dist/primitives/components/searchbar.cjs +1 -0
- package/dist/primitives/components/searchbar.d.ts +23 -0
- package/dist/primitives/components/searchbar.js +54 -0
- package/dist/primitives/components/sidebar-chat/index.cjs +1 -0
- package/dist/primitives/components/sidebar-chat/index.d.ts +9 -0
- package/dist/primitives/components/sidebar-chat/index.js +67 -0
- package/dist/primitives/components/sidebar-chat/use-sidebar-chat-resizer.cjs +1 -0
- package/dist/primitives/components/sidebar-chat/use-sidebar-chat-resizer.d.ts +5 -0
- package/dist/primitives/components/sidebar-chat/use-sidebar-chat-resizer.js +34 -0
- package/dist/primitives/components/tagline-logo-icon.cjs +1 -0
- package/dist/primitives/components/tagline-logo-icon.d.ts +1 -0
- package/dist/primitives/components/tagline-logo-icon.js +26 -0
- package/dist/primitives/components/use-component-trigger.cjs +1 -0
- package/dist/primitives/components/use-component-trigger.d.ts +5 -0
- package/dist/primitives/components/use-component-trigger.js +17 -0
- package/dist/primitives/constants/search.cjs +1 -0
- package/dist/primitives/constants/search.d.ts +1 -0
- package/dist/primitives/constants/search.js +5 -0
- package/dist/primitives/hooks/index.cjs +1 -0
- package/dist/primitives/hooks/index.d.ts +12 -0
- package/dist/primitives/hooks/index.js +26 -0
- package/dist/primitives/hooks/use-anonymous-session.cjs +1 -0
- package/dist/primitives/hooks/use-anonymous-session.d.ts +12 -0
- package/dist/primitives/hooks/use-anonymous-session.js +82 -0
- package/dist/primitives/hooks/use-boolean.cjs +1 -0
- package/dist/primitives/hooks/use-boolean.d.ts +10 -0
- package/dist/primitives/hooks/use-boolean.js +17 -0
- package/dist/primitives/hooks/use-component-classnames.cjs +1 -0
- package/dist/primitives/hooks/use-component-classnames.d.ts +6 -0
- package/dist/primitives/hooks/use-component-classnames.js +14 -0
- package/dist/primitives/hooks/use-container-size.cjs +1 -0
- package/dist/primitives/hooks/use-container-size.d.ts +5 -0
- package/dist/primitives/hooks/use-container-size.js +18 -0
- package/dist/primitives/hooks/use-conversation-loader.cjs +1 -0
- package/dist/primitives/hooks/use-conversation-loader.d.ts +13 -0
- package/dist/primitives/hooks/use-conversation-loader.js +36 -0
- package/dist/primitives/hooks/use-copy-to-clipboard.cjs +1 -0
- package/dist/primitives/hooks/use-copy-to-clipboard.d.ts +3 -0
- package/dist/primitives/hooks/use-copy-to-clipboard.js +24 -0
- package/dist/primitives/hooks/use-debounce.cjs +1 -0
- package/dist/primitives/hooks/use-debounce.d.ts +1 -0
- package/dist/primitives/hooks/use-debounce.js +16 -0
- package/dist/primitives/hooks/use-inkeep-api-client.cjs +1 -0
- package/dist/primitives/hooks/use-inkeep-api-client.d.ts +33 -0
- package/dist/primitives/hooks/use-inkeep-api-client.js +87 -0
- package/dist/primitives/hooks/use-inkeep-open-state.cjs +1 -0
- package/dist/primitives/hooks/use-inkeep-open-state.d.ts +18 -0
- package/dist/primitives/hooks/use-inkeep-open-state.js +47 -0
- package/dist/primitives/hooks/use-instant-update.cjs +1 -0
- package/dist/primitives/hooks/use-instant-update.d.ts +16 -0
- package/dist/primitives/hooks/use-instant-update.js +16 -0
- package/dist/primitives/hooks/use-is-mounted.cjs +1 -0
- package/dist/primitives/hooks/use-is-mounted.d.ts +1 -0
- package/dist/primitives/hooks/use-is-mounted.js +11 -0
- package/dist/primitives/hooks/use-local-storage.cjs +1 -0
- package/dist/primitives/hooks/use-local-storage.d.ts +8 -0
- package/dist/primitives/hooks/use-local-storage.js +26 -0
- package/dist/primitives/hooks/use-media-query.cjs +1 -0
- package/dist/primitives/hooks/use-media-query.d.ts +1 -0
- package/dist/primitives/hooks/use-media-query.js +14 -0
- package/dist/primitives/hooks/use-resize-observer.cjs +1 -0
- package/dist/primitives/hooks/use-resize-observer.d.ts +12 -0
- package/dist/primitives/hooks/use-resize-observer.js +32 -0
- package/dist/primitives/hooks/use-scrolling-fades.cjs +1 -0
- package/dist/primitives/hooks/use-scrolling-fades.d.ts +2 -0
- package/dist/primitives/hooks/use-scrolling-fades.js +18 -0
- package/dist/primitives/hooks/use-settle-action.cjs +1 -0
- package/dist/primitives/hooks/use-settle-action.d.ts +3 -0
- package/dist/primitives/hooks/use-settle-action.js +11 -0
- package/dist/primitives/hooks/use-simple-scroll.cjs +1 -0
- package/dist/primitives/hooks/use-simple-scroll.d.ts +16 -0
- package/dist/primitives/hooks/use-simple-scroll.js +51 -0
- package/dist/primitives/hooks/use-streaming-events.cjs +1 -0
- package/dist/primitives/hooks/use-streaming-events.d.ts +8 -0
- package/dist/primitives/hooks/use-streaming-events.js +33 -0
- package/dist/primitives/index.cjs +1 -0
- package/dist/primitives/index.d.ts +13 -0
- package/dist/primitives/index.js +174 -0
- package/dist/primitives/providers/attachment-item-provider.cjs +1 -0
- package/dist/primitives/providers/attachment-item-provider.d.ts +9 -0
- package/dist/primitives/providers/attachment-item-provider.js +13 -0
- package/dist/primitives/providers/attachments-bar-provider.cjs +1 -0
- package/dist/primitives/providers/attachments-bar-provider.d.ts +30 -0
- package/dist/primitives/providers/attachments-bar-provider.js +57 -0
- package/dist/primitives/providers/base-events-provider.cjs +1 -0
- package/dist/primitives/providers/base-events-provider.d.ts +8 -0
- package/dist/primitives/providers/base-events-provider.js +37 -0
- package/dist/primitives/providers/chat-bubble-provider.cjs +1 -0
- package/dist/primitives/providers/chat-bubble-provider.d.ts +22 -0
- package/dist/primitives/providers/chat-bubble-provider.js +19 -0
- package/dist/primitives/providers/chat-form-provider.cjs +1 -0
- package/dist/primitives/providers/chat-form-provider.d.ts +26 -0
- package/dist/primitives/providers/chat-form-provider.js +109 -0
- package/dist/primitives/providers/chat-history-provider.cjs +1 -0
- package/dist/primitives/providers/chat-history-provider.d.ts +32 -0
- package/dist/primitives/providers/chat-history-provider.js +105 -0
- package/dist/primitives/providers/config-provider.cjs +1 -0
- package/dist/primitives/providers/config-provider.d.ts +24 -0
- package/dist/primitives/providers/config-provider.js +40 -0
- package/dist/primitives/providers/feedback-item-provider.cjs +1 -0
- package/dist/primitives/providers/feedback-item-provider.d.ts +10 -0
- package/dist/primitives/providers/feedback-item-provider.js +16 -0
- package/dist/primitives/providers/feedback-provider.cjs +1 -0
- package/dist/primitives/providers/feedback-provider.d.ts +16 -0
- package/dist/primitives/providers/feedback-provider.js +83 -0
- package/dist/primitives/providers/form-field-provider.cjs +1 -0
- package/dist/primitives/providers/form-field-provider.d.ts +15 -0
- package/dist/primitives/providers/form-field-provider.js +17 -0
- package/dist/primitives/providers/help-menu-provider.cjs +1 -0
- package/dist/primitives/providers/help-menu-provider.d.ts +11 -0
- package/dist/primitives/providers/help-menu-provider.js +19 -0
- package/dist/primitives/providers/hover-popover-provider.cjs +1 -0
- package/dist/primitives/providers/hover-popover-provider.d.ts +10 -0
- package/dist/primitives/providers/hover-popover-provider.js +13 -0
- package/dist/primitives/providers/index.cjs +1 -0
- package/dist/primitives/providers/index.d.ts +19 -0
- package/dist/primitives/providers/index.js +65 -0
- package/dist/primitives/providers/markdown-provider.cjs +1 -0
- package/dist/primitives/providers/markdown-provider.d.ts +9 -0
- package/dist/primitives/providers/markdown-provider.js +8 -0
- package/dist/primitives/providers/message-attachments-provider.cjs +1 -0
- package/dist/primitives/providers/message-attachments-provider.d.ts +13 -0
- package/dist/primitives/providers/message-attachments-provider.js +27 -0
- package/dist/primitives/providers/message-provider.cjs +1 -0
- package/dist/primitives/providers/message-provider.d.ts +10 -0
- package/dist/primitives/providers/message-provider.js +14 -0
- package/dist/primitives/providers/root-provider.cjs +1 -0
- package/dist/primitives/providers/root-provider.d.ts +8 -0
- package/dist/primitives/providers/root-provider.js +21 -0
- package/dist/primitives/providers/search-events-provider.cjs +1 -0
- package/dist/primitives/providers/search-events-provider.d.ts +8 -0
- package/dist/primitives/providers/search-events-provider.js +17 -0
- package/dist/primitives/providers/sidebar-chat-provider.cjs +1 -0
- package/dist/primitives/providers/sidebar-chat-provider.d.ts +61 -0
- package/dist/primitives/providers/sidebar-chat-provider.js +37 -0
- package/dist/primitives/providers/source-item-provider.cjs +1 -0
- package/dist/primitives/providers/source-item-provider.d.ts +12 -0
- package/dist/primitives/providers/source-item-provider.js +13 -0
- package/dist/primitives/providers/theme-provider.cjs +3 -0
- package/dist/primitives/providers/theme-provider.d.ts +3 -0
- package/dist/primitives/providers/theme-provider.js +79 -0
- package/dist/primitives/providers/widget-provider.cjs +1 -0
- package/dist/primitives/providers/widget-provider.d.ts +10 -0
- package/dist/primitives/providers/widget-provider.js +8 -0
- package/dist/primitives/utils/component-ids.cjs +1 -0
- package/dist/primitives/utils/component-ids.d.ts +662 -0
- package/dist/primitives/utils/component-ids.js +361 -0
- package/dist/primitives/utils/compose-event-handlers.cjs +1 -0
- package/dist/primitives/utils/compose-event-handlers.d.ts +3 -0
- package/dist/primitives/utils/compose-event-handlers.js +10 -0
- package/dist/primitives/utils/compose-refs.cjs +1 -0
- package/dist/primitives/utils/compose-refs.d.ts +5 -0
- package/dist/primitives/utils/compose-refs.js +30 -0
- package/dist/primitives/utils/default-settings.cjs +1 -0
- package/dist/primitives/utils/default-settings.d.ts +169 -0
- package/dist/primitives/utils/default-settings.js +52 -0
- package/dist/primitives/utils/form.cjs +1 -0
- package/dist/primitives/utils/form.d.ts +3 -0
- package/dist/primitives/utils/form.js +19 -0
- package/dist/primitives/utils/generate-uid.cjs +1 -0
- package/dist/primitives/utils/generate-uid.d.ts +2 -0
- package/dist/primitives/utils/generate-uid.js +14 -0
- package/dist/primitives/utils/get-message-metadata.d.ts +8 -0
- package/dist/primitives/utils/get-source-icon.cjs +1 -0
- package/dist/primitives/utils/get-source-icon.d.ts +2 -0
- package/dist/primitives/utils/get-source-icon.js +11 -0
- package/dist/primitives/utils/highlight-emphasis.cjs +1 -0
- package/dist/primitives/utils/highlight-emphasis.d.ts +4 -0
- package/dist/primitives/utils/highlight-emphasis.js +15 -0
- package/dist/primitives/utils/merge-props.cjs +1 -0
- package/dist/primitives/utils/merge-props.d.ts +7 -0
- package/dist/primitives/utils/merge-props.js +41 -0
- package/dist/primitives/utils/misc.cjs +1 -0
- package/dist/primitives/utils/misc.d.ts +12 -0
- package/dist/primitives/utils/misc.js +31 -0
- package/dist/primitives/utils/split-props.cjs +1 -0
- package/dist/primitives/utils/split-props.d.ts +14 -0
- package/dist/primitives/utils/split-props.js +10 -0
- package/dist/react/chat-button-modal.cjs +1 -0
- package/dist/react/chat-button-modal.d.ts +22 -0
- package/dist/react/chat-button-modal.js +41 -0
- package/dist/react/chat-button.cjs +1 -0
- package/dist/react/chat-button.d.ts +28 -0
- package/dist/react/chat-button.js +73 -0
- package/dist/react/embedded-chat.cjs +1 -0
- package/dist/react/embedded-chat.d.ts +15 -0
- package/dist/react/embedded-chat.js +431 -0
- package/dist/react/embedded-search-and-chat.cjs +1 -0
- package/dist/react/embedded-search-and-chat.d.ts +40 -0
- package/dist/react/embedded-search-and-chat.impl.cjs +1 -0
- package/dist/react/embedded-search-and-chat.impl.d.ts +9 -0
- package/dist/react/embedded-search-and-chat.impl.js +43 -0
- package/dist/react/embedded-search-and-chat.js +66 -0
- package/dist/react/embedded-search.cjs +1 -0
- package/dist/react/embedded-search.d.ts +17 -0
- package/dist/react/embedded-search.js +181 -0
- package/dist/react/index.cjs +1 -0
- package/dist/react/index.d.ts +13 -0
- package/dist/react/index.js +238 -0
- package/dist/react/modal.chat.cjs +1 -0
- package/dist/react/modal.chat.d.ts +9 -0
- package/dist/react/modal.chat.js +21 -0
- package/dist/react/modal.cjs +1 -0
- package/dist/react/modal.d.ts +23 -0
- package/dist/react/modal.js +27 -0
- package/dist/react/modal.search-and-chat.cjs +1 -0
- package/dist/react/modal.search-and-chat.d.ts +6 -0
- package/dist/react/modal.search-and-chat.js +27 -0
- package/dist/react/modal.search.cjs +1 -0
- package/dist/react/modal.search.d.ts +6 -0
- package/dist/react/modal.search.js +21 -0
- package/dist/react/searchbar.cjs +1 -0
- package/dist/react/searchbar.d.ts +13 -0
- package/dist/react/searchbar.js +68 -0
- package/dist/react/sidebar-chat.cjs +1 -0
- package/dist/react/sidebar-chat.d.ts +4 -0
- package/dist/react/sidebar-chat.js +53 -0
- package/dist/react/utils.cjs +1 -0
- package/dist/react/utils.d.ts +6 -0
- package/dist/react/utils.js +20 -0
- package/dist/react/widget-toggle.cjs +1 -0
- package/dist/react/widget-toggle.d.ts +14 -0
- package/dist/react/widget-toggle.js +65 -0
- package/dist/styled/components/chat-bubble.cjs +1 -0
- package/dist/styled/components/chat-bubble.d.ts +5 -0
- package/dist/styled/components/chat-bubble.js +70 -0
- package/dist/styled/components/chat-button.cjs +1 -0
- package/dist/styled/components/chat-button.d.ts +9 -0
- package/dist/styled/components/chat-button.js +60 -0
- package/dist/styled/components/chat-history.cjs +1 -0
- package/dist/styled/components/chat-history.d.ts +15 -0
- package/dist/styled/components/chat-history.js +197 -0
- package/dist/styled/components/data-summary-group.cjs +1 -0
- package/dist/styled/components/data-summary-group.d.ts +11 -0
- package/dist/styled/components/data-summary-group.js +96 -0
- package/dist/styled/components/embedded-chat/session-loading.cjs +1 -0
- package/dist/styled/components/embedded-chat/session-loading.d.ts +1 -0
- package/dist/styled/components/embedded-chat/session-loading.js +23 -0
- package/dist/styled/components/embedded-chat.cjs +1 -0
- package/dist/styled/components/embedded-chat.d.ts +211 -0
- package/dist/styled/components/embedded-chat.js +1997 -0
- package/dist/styled/components/embedded-search/results-loading.cjs +1 -0
- package/dist/styled/components/embedded-search/results-loading.d.ts +1 -0
- package/dist/styled/components/embedded-search/results-loading.js +39 -0
- package/dist/styled/components/embedded-search.cjs +1 -0
- package/dist/styled/components/embedded-search.d.ts +73 -0
- package/dist/styled/components/embedded-search.js +680 -0
- package/dist/styled/components/index.cjs +1 -0
- package/dist/styled/components/index.d.ts +13 -0
- package/dist/styled/components/index.js +28 -0
- package/dist/styled/components/loading-indicator.cjs +1 -0
- package/dist/styled/components/loading-indicator.d.ts +1 -0
- package/dist/styled/components/loading-indicator.js +36 -0
- package/dist/styled/components/message.cjs +1 -0
- package/dist/styled/components/message.d.ts +4 -0
- package/dist/styled/components/message.js +333 -0
- package/dist/styled/components/modal.cjs +1 -0
- package/dist/styled/components/modal.d.ts +6 -0
- package/dist/styled/components/modal.js +46 -0
- package/dist/styled/components/searchbar.cjs +1 -0
- package/dist/styled/components/searchbar.d.ts +11 -0
- package/dist/styled/components/searchbar.js +81 -0
- package/dist/styled/components/shadow.cjs +1 -0
- package/dist/styled/components/shadow.d.ts +3 -0
- package/dist/styled/components/shadow.js +8 -0
- package/dist/styled/components/sidebar-chat.cjs +1 -0
- package/dist/styled/components/sidebar-chat.d.ts +6 -0
- package/dist/styled/components/sidebar-chat.js +90 -0
- package/dist/styled/components/ui/markdown-styles.cjs +1 -0
- package/dist/styled/components/ui/markdown-styles.d.ts +23 -0
- package/dist/styled/components/ui/markdown-styles.js +39 -0
- package/dist/styled/components/ui/recipes/ai-chat-page-wrapper.cjs +1 -0
- package/dist/styled/components/ui/recipes/ai-chat-page-wrapper.d.ts +7 -0
- package/dist/styled/components/ui/recipes/ai-chat-page-wrapper.js +33 -0
- package/dist/styled/components/ui/recipes/attachment.cjs +1 -0
- package/dist/styled/components/ui/recipes/attachment.d.ts +4 -0
- package/dist/styled/components/ui/recipes/attachment.js +28 -0
- package/dist/styled/components/ui/recipes/button.cjs +1 -0
- package/dist/styled/components/ui/recipes/button.d.ts +6 -0
- package/dist/styled/components/ui/recipes/button.js +87 -0
- package/dist/styled/components/ui/recipes/checkbox.cjs +1 -0
- package/dist/styled/components/ui/recipes/checkbox.d.ts +4 -0
- package/dist/styled/components/ui/recipes/checkbox.js +23 -0
- package/dist/styled/components/ui/recipes/citation.cjs +1 -0
- package/dist/styled/components/ui/recipes/citation.d.ts +4 -0
- package/dist/styled/components/ui/recipes/citation.js +75 -0
- package/dist/styled/components/ui/recipes/combobox.cjs +1 -0
- package/dist/styled/components/ui/recipes/combobox.d.ts +4 -0
- package/dist/styled/components/ui/recipes/combobox.js +57 -0
- package/dist/styled/components/ui/recipes/icon.cjs +1 -0
- package/dist/styled/components/ui/recipes/icon.d.ts +2 -0
- package/dist/styled/components/ui/recipes/icon.js +6 -0
- package/dist/styled/components/ui/recipes/index.cjs +1 -0
- package/dist/styled/components/ui/recipes/index.d.ts +16 -0
- package/dist/styled/components/ui/recipes/index.js +39 -0
- package/dist/styled/components/ui/recipes/input.cjs +1 -0
- package/dist/styled/components/ui/recipes/input.d.ts +5 -0
- package/dist/styled/components/ui/recipes/input.js +34 -0
- package/dist/styled/components/ui/recipes/link.cjs +1 -0
- package/dist/styled/components/ui/recipes/link.d.ts +2 -0
- package/dist/styled/components/ui/recipes/link.js +13 -0
- package/dist/styled/components/ui/recipes/markdown.cjs +1 -0
- package/dist/styled/components/ui/recipes/markdown.d.ts +16 -0
- package/dist/styled/components/ui/recipes/markdown.js +103 -0
- package/dist/styled/components/ui/recipes/modal.cjs +1 -0
- package/dist/styled/components/ui/recipes/modal.d.ts +4 -0
- package/dist/styled/components/ui/recipes/modal.js +59 -0
- package/dist/styled/components/ui/recipes/popover.cjs +1 -0
- package/dist/styled/components/ui/recipes/popover.d.ts +4 -0
- package/dist/styled/components/ui/recipes/popover.js +20 -0
- package/dist/styled/components/ui/recipes/scrollable.cjs +1 -0
- package/dist/styled/components/ui/recipes/scrollable.d.ts +4 -0
- package/dist/styled/components/ui/recipes/scrollable.js +15 -0
- package/dist/styled/components/ui/recipes/select.cjs +1 -0
- package/dist/styled/components/ui/recipes/select.d.ts +4 -0
- package/dist/styled/components/ui/recipes/select.js +38 -0
- package/dist/styled/components/ui/recipes/skeleton.cjs +1 -0
- package/dist/styled/components/ui/recipes/skeleton.d.ts +2 -0
- package/dist/styled/components/ui/recipes/skeleton.js +16 -0
- package/dist/styled/components/ui/recipes/widget-toggle.cjs +1 -0
- package/dist/styled/components/ui/recipes/widget-toggle.d.ts +4 -0
- package/dist/styled/components/ui/recipes/widget-toggle.js +35 -0
- package/dist/styled/index.cjs +1 -0
- package/dist/styled/index.d.ts +2 -0
- package/dist/styled/index.js +200 -0
- package/dist/styled/inkeep.css.cjs +4567 -0
- package/dist/styled/inkeep.css.js +4571 -0
- package/dist/styled/utils.cjs +1 -0
- package/dist/styled/utils.d.ts +4 -0
- package/dist/styled/utils.js +11 -0
- package/dist/theme/color-utils.cjs +1 -0
- package/dist/theme/color-utils.d.ts +1 -0
- package/dist/theme/color-utils.js +21 -0
- package/dist/theme/colors.cjs +1 -0
- package/dist/theme/colors.d.ts +104 -0
- package/dist/theme/colors.js +143 -0
- package/dist/theme/index.cjs +1 -0
- package/dist/theme/index.d.ts +125 -0
- package/dist/theme/index.js +58 -0
- package/dist/theme/utils/create-css-variables.cjs +1 -0
- package/dist/theme/utils/create-css-variables.d.ts +2 -0
- package/dist/theme/utils/create-css-variables.js +24 -0
- package/dist/theme/utils/generate-theme-variables.cjs +1 -0
- package/dist/theme/utils/generate-theme-variables.d.ts +3 -0
- package/dist/theme/utils/generate-theme-variables.js +34 -0
- package/dist/types/color-mode.d.ts +44 -0
- package/dist/types/config/ai.d.ts +269 -0
- package/dist/types/config/base.d.ts +358 -0
- package/dist/types/config/components.d.ts +16 -0
- package/dist/types/config/filters.d.ts +17 -0
- package/dist/types/config/index.d.ts +36 -0
- package/dist/types/config/open-settings.d.ts +70 -0
- package/dist/types/config/search.d.ts +95 -0
- package/dist/types/config/settings/actions.d.ts +112 -0
- package/dist/types/config/settings/form.d.ts +83 -0
- package/dist/types/config/settings/jsonschema.d.ts +105 -0
- package/dist/types/config/settings/workflow.d.ts +86 -0
- package/dist/types/events.d.ts +188 -0
- package/dist/types/icons/built-in.d.ts +1 -0
- package/dist/types/icons/custom.d.ts +33 -0
- package/dist/types/icons/index.d.ts +2 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/js/index.d.ts +55 -0
- package/dist/types/message.d.ts +43 -0
- package/dist/types/shadow.d.ts +15 -0
- package/dist/types/sources.d.ts +100 -0
- package/dist/types/theme.d.ts +25 -0
- package/dist/types/widget.d.ts +27 -0
- package/package.json +140 -0
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
const a = {
|
|
3
|
+
icon: "icon",
|
|
4
|
+
// Only in styled
|
|
5
|
+
loadingIndicator__Text: "loadingIndicator__Text",
|
|
6
|
+
loadingIndicator__Dots: "loadingIndicator__Dots",
|
|
7
|
+
loadingIndicator__Dot: "loadingIndicator__Dot",
|
|
8
|
+
view_toggle: "view_toggle",
|
|
9
|
+
view_toggle_button: "view_toggle_button",
|
|
10
|
+
view_toggle_icon: "view_toggle_icon"
|
|
11
|
+
}, t = {
|
|
12
|
+
codeblockContainer: "codeblockContainer",
|
|
13
|
+
codeblockHeader: "codeblockHeader",
|
|
14
|
+
codeblockHeaderLanguage: "codeblockHeaderLanguage",
|
|
15
|
+
codeblockCopyButton: "codeblockCopyButton",
|
|
16
|
+
codeblockHighlighterWrapper: "codeblockHighlighterWrapper",
|
|
17
|
+
codeblockHighlighter: "codeblockHighlighter",
|
|
18
|
+
codeblockCode: "codeblockCode",
|
|
19
|
+
markdownH1: "markdownH1",
|
|
20
|
+
markdownH2: "markdownH2",
|
|
21
|
+
markdownP: "markdownP",
|
|
22
|
+
markdownLi: "markdownLi",
|
|
23
|
+
markdownUl: "markdownUl",
|
|
24
|
+
markdownOl: "markdownOl",
|
|
25
|
+
markdownLink: "markdownLink",
|
|
26
|
+
markdownSourceLink: "markdownSourceLink",
|
|
27
|
+
markdownTable: "markdownTable",
|
|
28
|
+
markdownTh: "markdownTh",
|
|
29
|
+
markdownTd: "markdownTd",
|
|
30
|
+
markdownCode: "markdownCode",
|
|
31
|
+
markdownInput: "markdownInput",
|
|
32
|
+
markdownSup: "markdownSup",
|
|
33
|
+
markdownImg: "markdownImg",
|
|
34
|
+
markdownHr: "markdownHr"
|
|
35
|
+
}, e = {
|
|
36
|
+
aiChatWrapper: "aiChatWrapper",
|
|
37
|
+
aiChatRoot: "aiChatRoot",
|
|
38
|
+
aiChatHeader: "aiChatHeader",
|
|
39
|
+
aiChatHeader__Toolbar: "aiChatHeader__Toolbar",
|
|
40
|
+
aiChatHeader__ToolbarHeader: "aiChatHeader__ToolbarHeader",
|
|
41
|
+
aiChatHeader__ToolbarHeaderWrapper: "aiChatHeader__ToolbarHeaderWrapper",
|
|
42
|
+
aiChatHeader__ChatHistoryButtonIcon: "aiChatHeader__ChatHistoryButtonIcon",
|
|
43
|
+
aiChatHeader__ChatHistoryButton: "aiChatHeader__ChatHistoryButton",
|
|
44
|
+
aiChatContent: "aiChatContent",
|
|
45
|
+
aiChatContentScrollArea: "aiChatContentScrollArea",
|
|
46
|
+
aiChatContentScrollArea__Viewport: "aiChatContentScrollArea__Viewport",
|
|
47
|
+
aiChatContentScrollArea__Scrollbar: "aiChatContentScrollArea__Scrollbar",
|
|
48
|
+
aiChatContentScrollArea__Thumb: "aiChatContentScrollArea__Thumb",
|
|
49
|
+
aiChatContentScrollArea__Corner: "aiChatContentScrollArea__Corner",
|
|
50
|
+
aiChatDisclaimer: "aiChatDisclaimer",
|
|
51
|
+
aiChatDisclaimerLabel: "aiChatDisclaimerLabel",
|
|
52
|
+
aiChatDisclaimerTrigger: "aiChatDisclaimerTrigger",
|
|
53
|
+
aiChatDisclaimerContent: "aiChatDisclaimerContent",
|
|
54
|
+
aiChatDisclaimerText: "aiChatDisclaimerText",
|
|
55
|
+
aiChatDisclaimerArrow: "aiChatDisclaimerArrow",
|
|
56
|
+
aiChatExampleQuestions: "aiChatExampleQuestions",
|
|
57
|
+
aiChatExampleQuestionsLabel: "aiChatExampleQuestionsLabel",
|
|
58
|
+
aiChatExampleQuestionsList: "aiChatExampleQuestionsList",
|
|
59
|
+
aiChatExampleQuestion: "aiChatExampleQuestion",
|
|
60
|
+
aiChatExampleQuestionButton: "aiChatExampleQuestionButton",
|
|
61
|
+
aiChatWorkflows: "aiChatWorkflows",
|
|
62
|
+
aiChatWorkflowsLabel: "aiChatWorkflowsLabel",
|
|
63
|
+
aiChatWorkflowsList: "aiChatWorkflowsList",
|
|
64
|
+
aiChatWorkflow: "aiChatWorkflow",
|
|
65
|
+
aiChatWorkflow__Icon: "aiChatWorkflow__Icon",
|
|
66
|
+
aiChatMessages: "aiChatMessages",
|
|
67
|
+
aiChatMessageWrapper: "aiChatMessageWrapper",
|
|
68
|
+
aiChatMessageHeader: "aiChatMessageHeader",
|
|
69
|
+
aiChatMessageLoading: "aiChatMessageLoading",
|
|
70
|
+
aiChatMessageAvatar: "aiChatMessageAvatar",
|
|
71
|
+
aiChatMessageAvatarFallback: "aiChatMessageAvatarFallback",
|
|
72
|
+
aiChatMessageAvatarImage: "aiChatMessageAvatarImage",
|
|
73
|
+
aiChatMessageAvatarContent: "aiChatMessageAvatarContent",
|
|
74
|
+
aiChatMessageName: "aiChatMessageName",
|
|
75
|
+
aiChatMessageContentWrapper: "aiChatMessageContentWrapper",
|
|
76
|
+
aiChatMessageContent: "aiChatMessageContent",
|
|
77
|
+
aiChatMessageAttachments: "aiChatMessageAttachments",
|
|
78
|
+
aiChatMessageAttachments__List: "aiChatMessageAttachments__List",
|
|
79
|
+
aiChatMessageAttachments__Item: "aiChatMessageAttachments__Item",
|
|
80
|
+
aiChatMessageAttachments__ItemIcon: "aiChatMessageAttachments__ItemIcon",
|
|
81
|
+
aiChatMessageAttachments__ItemTitle: "aiChatMessageAttachments__ItemTitle",
|
|
82
|
+
aiChatMessageAttachmentsPreview: "aiChatMessageAttachmentsPreview",
|
|
83
|
+
aiChatMessageAttachmentsPreview__Overlay: "aiChatMessageAttachmentsPreview__Overlay",
|
|
84
|
+
aiChatMessageAttachmentsPreview__Content: "aiChatMessageAttachmentsPreview__Content",
|
|
85
|
+
aiChatMessageAttachmentsPreview__Header: "aiChatMessageAttachmentsPreview__Header",
|
|
86
|
+
aiChatMessageAttachmentsPreview__Close: "aiChatMessageAttachmentsPreview__Close",
|
|
87
|
+
aiChatMessageAttachmentsPreview__Body: "aiChatMessageAttachmentsPreview__Body",
|
|
88
|
+
aiChatMessagePart: "aiChatMessagePart",
|
|
89
|
+
aiChatMessageToolbar: "aiChatMessageToolbar",
|
|
90
|
+
aiChatMessageCustomActions: "aiChatMessageCustomActions",
|
|
91
|
+
aiChatMessageCustomAction: "aiChatMessageCustomAction",
|
|
92
|
+
aiChatMessageAction: "aiChatMessageAction",
|
|
93
|
+
aiChatMessageSources: "aiChatMessageSources",
|
|
94
|
+
aiChatMessageSources__Header: "aiChatMessageSources__Header",
|
|
95
|
+
aiChatMessageSources__List: "aiChatMessageSources__List",
|
|
96
|
+
aiChatMessageSourceItem: "aiChatMessageSourceItem",
|
|
97
|
+
aiChatMessageSourceItem__Icon: "aiChatMessageSourceItem__Icon",
|
|
98
|
+
aiChatMessageSourceItem__Breadcrumbs: "aiChatMessageSourceItem__Breadcrumbs",
|
|
99
|
+
aiChatMessageSourceItem__Breadcrumb: "aiChatMessageSourceItem__Breadcrumb",
|
|
100
|
+
aiChatMessageSourceItem__BreadcrumbIcon: "aiChatMessageSourceItem__BreadcrumbIcon",
|
|
101
|
+
aiChatMessageSourceItem__Title: "aiChatMessageSourceItem__Title",
|
|
102
|
+
aiChatMessageSourceItem__Tag: "aiChatMessageSourceItem__Tag",
|
|
103
|
+
aiChatMessageSourceItem__Description: "aiChatMessageSourceItem__Description",
|
|
104
|
+
aiChatMessageSourceItem__DescriptionPart: "aiChatMessageSourceItem__DescriptionPart",
|
|
105
|
+
aiChatMessageSourceItem__Indicator: "aiChatMessageSourceItem__Indicator",
|
|
106
|
+
aiChatFooter: "aiChatFooter",
|
|
107
|
+
aiChatInput__Fieldset: "aiChatInput__Fieldset",
|
|
108
|
+
aiChatInput__Group: "aiChatInput__Group",
|
|
109
|
+
aiChatInput: "aiChatInput",
|
|
110
|
+
aiChatInput__SendButton: "aiChatInput__SendButton",
|
|
111
|
+
aiChatInput__SendButtonIcon: "aiChatInput__SendButtonIcon",
|
|
112
|
+
aiChatAttachmentsBar: "aiChatAttachmentsBar",
|
|
113
|
+
aiChatAttachmentsBar__List: "aiChatAttachmentsBar__List",
|
|
114
|
+
aiChatAttachmentsBar__Attachment: "aiChatAttachmentsBar__Attachment",
|
|
115
|
+
aiChatAttachmentsBar__AttachmentIcon: "aiChatAttachmentsBar__AttachmentIcon",
|
|
116
|
+
aiChatAttachmentsBar__AttachmentTitle: "aiChatAttachmentsBar__AttachmentTitle",
|
|
117
|
+
aiChatAttachmentsBar__AttachmentDelete: "aiChatAttachmentsBar__AttachmentDelete",
|
|
118
|
+
aiChatAttachmentsBar__Actions: "aiChatAttachmentsBar__Actions",
|
|
119
|
+
aiChatAttachmentsBar__InfoTip: "aiChatAttachmentsBar__InfoTip",
|
|
120
|
+
aiChatAttachmentsBar__InfoTipIcon: "aiChatAttachmentsBar__InfoTipIcon",
|
|
121
|
+
aiChatAttachmentsBar__InfoTipArrow: "aiChatAttachmentsBar__InfoTipArrow",
|
|
122
|
+
aiChatAttachmentsBar__InfoTipText: "aiChatAttachmentsBar__InfoTipText",
|
|
123
|
+
aiChatAttachmentsBar__Inputs: "aiChatAttachmentsBar__Inputs",
|
|
124
|
+
aiChatAttachmentsBar__Input: "aiChatAttachmentsBar__Input",
|
|
125
|
+
aiChatAttachmentsBar__InputIcon: "aiChatAttachmentsBar__InputIcon",
|
|
126
|
+
aiChatAttachmentsBar__Modal: "aiChatAttachmentsBar__Modal",
|
|
127
|
+
aiChatAttachmentsBar__ModalOverlay: "aiChatAttachmentsBar__ModalOverlay",
|
|
128
|
+
aiChatAttachmentsBar__ModalContent: "aiChatAttachmentsBar__ModalContent",
|
|
129
|
+
aiChatAttachmentsBar__ModalHeader: "aiChatAttachmentsBar__ModalHeader",
|
|
130
|
+
aiChatAttachmentsBar__ModalClose: "aiChatAttachmentsBar__ModalClose",
|
|
131
|
+
aiChatAttachmentsBar__ModalBody: "aiChatAttachmentsBar__ModalBody",
|
|
132
|
+
aiChatAttachmentsBar__ModalHeading: "aiChatAttachmentsBar__ModalHeading",
|
|
133
|
+
aiChatAttachmentsBar__ModalDescription: "aiChatAttachmentsBar__ModalDescription",
|
|
134
|
+
aiChatAttachmentsBar__ModalHelp: "aiChatAttachmentsBar__ModalHelp",
|
|
135
|
+
aiChatAttachmentsBar__Form: "aiChatAttachmentsBar__Form",
|
|
136
|
+
aiChatAttachmentsBar__FormTitle: "aiChatAttachmentsBar__FormTitle",
|
|
137
|
+
aiChatAttachmentsBar__FormTitleLabel: "aiChatAttachmentsBar__FormTitleLabel",
|
|
138
|
+
aiChatAttachmentsBar__FormTitleInput: "aiChatAttachmentsBar__FormTitleInput",
|
|
139
|
+
aiChatAttachmentsBar__FormTitleError: "aiChatAttachmentsBar__FormTitleError",
|
|
140
|
+
aiChatAttachmentsBar__FormContent: "aiChatAttachmentsBar__FormContent",
|
|
141
|
+
aiChatAttachmentsBar__FormContentLabel: "aiChatAttachmentsBar__FormContentLabel",
|
|
142
|
+
aiChatAttachmentsBar__FormContentInput: "aiChatAttachmentsBar__FormContentInput",
|
|
143
|
+
aiChatAttachmentsBar__FormContentError: "aiChatAttachmentsBar__FormContentError",
|
|
144
|
+
aiChatAttachmentsBar__FormSubmitButton: "aiChatAttachmentsBar__FormSubmitButton",
|
|
145
|
+
aiChatActionBar: "aiChatActionBar",
|
|
146
|
+
aiChat__ChatActions: "aiChat__ChatActions",
|
|
147
|
+
aiChat__ChatAction: "aiChat__ChatAction",
|
|
148
|
+
aiChat__ChatActionLabel: "aiChat__ChatActionLabel",
|
|
149
|
+
aiChat__ChatActionFeeback: "aiChat__ChatActionFeeback",
|
|
150
|
+
aiChatHelpActions: "aiChatHelpActions",
|
|
151
|
+
aiChatHelpAction: "aiChatHelpAction",
|
|
152
|
+
aiChatHelpActions__Trigger: "aiChatHelpActions__Trigger",
|
|
153
|
+
aiChatHelpActions__Menu: "aiChatHelpActions__Menu",
|
|
154
|
+
aiChatHelpActions__MenuArrow: "aiChatHelpActions__MenuArrow",
|
|
155
|
+
aiChatHelpActions__MenuItem: "aiChatHelpActions__MenuItem",
|
|
156
|
+
aiChatHelpActions_MenuItemIcon: "aiChatHelpActions_MenuItemIcon",
|
|
157
|
+
aiChatTagline__Container: "aiChatTagline__Container",
|
|
158
|
+
aiChatTagline__Text: "aiChatTagline__Text",
|
|
159
|
+
aiChatTagline__Logo: "aiChatTagline__Logo",
|
|
160
|
+
aiChatTagline__BrandName: "aiChatTagline__BrandName",
|
|
161
|
+
aiChatFeedbackModal: "aiChatFeedbackModal",
|
|
162
|
+
aiChatFeedbackModal__Overlay: "aiChatFeedbackModal__Overlay",
|
|
163
|
+
aiChatFeedbackModal__Content: "aiChatFeedbackModal__Content",
|
|
164
|
+
aiChatFeedbackModal__Header: "aiChatFeedbackModal__Header",
|
|
165
|
+
aiChatFeedbackModal__Close: "aiChatFeedbackModal__Close",
|
|
166
|
+
aiChatFeedbackModal__Body: "aiChatFeedbackModal__Body",
|
|
167
|
+
aiChatFeedbackForm: "aiChatFeedbackForm",
|
|
168
|
+
aiChatFeedbackItem: "aiChatFeedbackItem",
|
|
169
|
+
aiChatFeedbackItem__Checkbox: "aiChatFeedbackItem__Checkbox",
|
|
170
|
+
aiChatFeedbackItem__CheckboxIndicator: "aiChatFeedbackItem__CheckboxIndicator",
|
|
171
|
+
aiChatFeedbackItem__Label: "aiChatFeedbackItem__Label",
|
|
172
|
+
aiChatFeedbackItem__Description: "aiChatFeedbackItem__Description",
|
|
173
|
+
aiChatFeedbackForm__SubmitButton: "aiChatFeedbackForm__SubmitButton",
|
|
174
|
+
aiChatForm__Wrapper: "aiChatForm__Wrapper",
|
|
175
|
+
aiChatForm: "aiChatForm",
|
|
176
|
+
aiChatForm__Close: "aiChatForm__Close",
|
|
177
|
+
aiChatForm__Header: "aiChatForm__Header",
|
|
178
|
+
aiChatForm__Heading: "aiChatForm__Heading",
|
|
179
|
+
aiChatForm__Description: "aiChatForm__Description",
|
|
180
|
+
aiChatForm__Content: "aiChatForm__Content",
|
|
181
|
+
aiChatForm__Field: "aiChatForm__Field",
|
|
182
|
+
aiChatForm__FieldLabel: "aiChatForm__FieldLabel",
|
|
183
|
+
aiChatForm__FieldText: "aiChatForm__FieldText",
|
|
184
|
+
aiChatForm__FieldEmail: "aiChatForm__FieldEmail",
|
|
185
|
+
aiChatForm__FieldFile: "aiChatForm__FieldFile",
|
|
186
|
+
aiChatForm__FieldTextArea: "aiChatForm__FieldTextArea",
|
|
187
|
+
aiChatForm__FieldCheckbox: "aiChatForm__FieldCheckbox",
|
|
188
|
+
aiChatForm__FieldCheckboxIndicator: "aiChatForm__FieldCheckboxIndicator",
|
|
189
|
+
aiChatForm__FieldSelect: "aiChatForm__FieldSelect",
|
|
190
|
+
aiChatForm__FieldSelect__Trigger: "aiChatForm__FieldSelect__Trigger",
|
|
191
|
+
aiChatForm__FieldSelect__Value: "aiChatForm__FieldSelect__Value",
|
|
192
|
+
aiChatForm__FieldSelect__Icon: "aiChatForm__FieldSelect__Icon",
|
|
193
|
+
aiChatForm__FieldSelect__Content: "aiChatForm__FieldSelect__Content",
|
|
194
|
+
aiChatForm__FieldSelect__Viewport: "aiChatForm__FieldSelect__Viewport",
|
|
195
|
+
aiChatForm__FieldSelect__Item: "aiChatForm__FieldSelect__Item",
|
|
196
|
+
aiChatForm__FieldSelect__ItemIndicator: "aiChatForm__FieldSelect__ItemIndicator",
|
|
197
|
+
aiChatForm__FieldSelect__ItemText: "aiChatForm__FieldSelect__ItemText",
|
|
198
|
+
aiChatForm__FieldCombobox__Control: "aiChatForm__FieldCombobox__Control",
|
|
199
|
+
aiChatForm__FieldCombobox__Positioner: "aiChatForm__FieldCombobox__Positioner",
|
|
200
|
+
aiChatForm__FieldCombobox__Input: "aiChatForm__FieldCombobox__Input",
|
|
201
|
+
aiChatForm__FieldCombobox__Trigger: "aiChatForm__FieldCombobox__Trigger",
|
|
202
|
+
aiChatForm__FieldCombobox__SelectedTags: "aiChatForm__FieldCombobox__SelectedTags",
|
|
203
|
+
aiChatForm__FieldCombobox__Content: "aiChatForm__FieldCombobox__Content",
|
|
204
|
+
aiChatForm__FieldCombobox__List: "aiChatForm__FieldCombobox__List",
|
|
205
|
+
aiChatForm__FieldCombobox__ListEmpty: "aiChatForm__FieldCombobox__ListEmpty",
|
|
206
|
+
aiChatForm__FieldCombobox__Item: "aiChatForm__FieldCombobox__Item",
|
|
207
|
+
aiChatForm__FieldCombobox__ItemText: "aiChatForm__FieldCombobox__ItemText",
|
|
208
|
+
aiChatForm__FieldCombobox__ItemIndicator: "aiChatForm__FieldCombobox__ItemIndicator",
|
|
209
|
+
aiChatForm__FieldDescription: "aiChatForm__FieldDescription",
|
|
210
|
+
aiChatForm__FieldError: "aiChatForm__FieldError",
|
|
211
|
+
aiChatForm__Error: "aiChatForm__Error",
|
|
212
|
+
aiChatForm__Footer: "aiChatForm__Footer",
|
|
213
|
+
aiChatForm__Cancel: "aiChatForm__Cancel",
|
|
214
|
+
aiChatForm__Submit: "aiChatForm__Submit",
|
|
215
|
+
aiChatForm__Success: "aiChatForm__Success",
|
|
216
|
+
aiChatForm__SuccessHeading: "aiChatForm__SuccessHeading",
|
|
217
|
+
aiChatForm__SuccessMessage: "aiChatForm__SuccessMessage",
|
|
218
|
+
aiChatForm__SuccessButton: "aiChatForm__SuccessButton",
|
|
219
|
+
//
|
|
220
|
+
aiChatLink: "aiChatLink"
|
|
221
|
+
}, _ = {
|
|
222
|
+
aiSearchWrapper: "aiSearchWrapper",
|
|
223
|
+
aiSearchRoot: "aiSearchRoot",
|
|
224
|
+
aiSearchContent: "aiSearchContent",
|
|
225
|
+
aiSearchInputGroup: "aiSearchInputGroup",
|
|
226
|
+
aiSearchInputIcon: "aiSearchInputIcon",
|
|
227
|
+
aiSearchInput: "aiSearchInput",
|
|
228
|
+
aiSearchLoading: "aiSearchLoading",
|
|
229
|
+
aiAskAITrigger: "aiAskAITrigger",
|
|
230
|
+
aiAskAITrigger__Icon: "aiAskAITrigger__Icon",
|
|
231
|
+
aiAskAITrigger__Label: "aiAskAITrigger__Label",
|
|
232
|
+
aiAskAITrigger__Query: "aiAskAITrigger__Query",
|
|
233
|
+
aiAskAITrigger__Indicator: "aiAskAITrigger__Indicator",
|
|
234
|
+
aiAskAITrigger__IndicatorText: "aiAskAITrigger__IndicatorText",
|
|
235
|
+
aiSearchResults: "aiSearchResults",
|
|
236
|
+
aiSearchResults__Loading: "aiSearchResults__Loading",
|
|
237
|
+
aiSearchResults__Empty: "aiSearchResults__Empty",
|
|
238
|
+
aiSearchResults__TabList: "aiSearchResults__TabList",
|
|
239
|
+
aiSearchResults__Tab: "aiSearchResults__Tab",
|
|
240
|
+
aiSearchResults__Content: "aiSearchResults__Content",
|
|
241
|
+
aiSearchResults__ScrollArea: "aiSearchResults__ScrollArea",
|
|
242
|
+
aiSearchResults__ScrollAreaViewport: "aiSearchResults__ScrollAreaViewport",
|
|
243
|
+
aiSearchResults__List: "aiSearchResults__List",
|
|
244
|
+
aiSearchResults__Item: "aiSearchResults__Item",
|
|
245
|
+
aiSearchResults__ItemIcon: "aiSearchResults__ItemIcon",
|
|
246
|
+
aiSearchResults__ItemBreadcrumbs: "aiSearchResults__ItemBreadcrumbs",
|
|
247
|
+
aiSearchResults__ItemBreadcrumbIcon: "aiSearchResults__ItemBreadcrumbIcon",
|
|
248
|
+
aiSearchResults__ItemTitle: "aiSearchResults__ItemTitle",
|
|
249
|
+
aiSearchResults__ItemTag: "aiSearchResults__ItemTag",
|
|
250
|
+
aiSearchResults__ItemDescription: "aiSearchResults__ItemDescription",
|
|
251
|
+
aiSearchResults__ItemDescriptionPart: "aiSearchResults__ItemDescriptionPart",
|
|
252
|
+
aiSearchResults__ItemIndicator: "aiSearchResults__ItemIndicator",
|
|
253
|
+
aiSearchResults__ItemPreview: "aiSearchResults__ItemPreview",
|
|
254
|
+
aiSearchResults__ItemPreview__Header: "aiSearchResults__ItemPreview__Header",
|
|
255
|
+
aiSearchResults__ItemPreview__Heading: "aiSearchResults__ItemPreview__Heading",
|
|
256
|
+
aiSearchResults__ItemPreview__Title: "aiSearchResults__ItemPreview__Title",
|
|
257
|
+
aiSearchResults__ItemPreview__Title__LinkIcon: "aiSearchResults__ItemPreview__Title__LinkIcon",
|
|
258
|
+
aiSearchResults__ItemPreview__Breadcrumbs: "aiSearchResults__ItemPreview__Breadcrumbs",
|
|
259
|
+
aiSearchResults__ItemPreview__BreadcrumbIcon: "aiSearchResults__ItemPreview__BreadcrumbIcon",
|
|
260
|
+
aiSearchResults__ItemPreview__Body: "aiSearchResults__ItemPreview__Body",
|
|
261
|
+
aiSearchResults__ItemPreview__Outline: "aiSearchResults__ItemPreview__Outline",
|
|
262
|
+
aiSearchResults__ItemPreview__Outline__Title: "aiSearchResults__ItemPreview__Outline__Title",
|
|
263
|
+
aiSearchResults__ItemPreview__Outline__List: "aiSearchResults__ItemPreview__Outline__List",
|
|
264
|
+
aiSearchResults__ItemPreview__Outline__Item: "aiSearchResults__ItemPreview__Outline__Item",
|
|
265
|
+
aiSearchResults__ItemPreview__Outline__ItemIcon: "aiSearchResults__ItemPreview__Outline__ItemIcon",
|
|
266
|
+
aiSearchResults__ItemPreview__Outline__ItemText: "aiSearchResults__ItemPreview__Outline__ItemText",
|
|
267
|
+
aiSearchResults__ItemPreview__Outline__ItemLinkIcon: "aiSearchResults__ItemPreview__Outline__ItemLinkIcon",
|
|
268
|
+
aiSearchResults__ScrollAreaScrollbar: "aiSearchResults__ScrollAreaScrollbar",
|
|
269
|
+
aiSearchResults__ScrollAreaThumb: "aiSearchResults__ScrollAreaThumb",
|
|
270
|
+
aiSearchResults__ScrollAreaCorner: "aiSearchResults__ScrollAreaCorner",
|
|
271
|
+
aiSearchFooter: "aiSearchFooter",
|
|
272
|
+
aiSearchTagline__Container: "aiSearchTagline__Container",
|
|
273
|
+
aiSearchTagline__Text: "aiSearchTagline__Text",
|
|
274
|
+
aiSearchTagline__Logo: "aiSearchTagline__Logo",
|
|
275
|
+
aiSearchTagline__BrandName: "aiSearchTagline__BrandName"
|
|
276
|
+
}, i = {
|
|
277
|
+
modal: "modal",
|
|
278
|
+
modal__Overlay: "modal__Overlay",
|
|
279
|
+
modal__Content: "modal__Content",
|
|
280
|
+
modal__Close: "modal__Close"
|
|
281
|
+
}, r = {
|
|
282
|
+
chatButton__Text: "chatButton__Text",
|
|
283
|
+
chatButton__Button: "chatButton__Button",
|
|
284
|
+
chatButton__Container: "chatButton__Container",
|
|
285
|
+
chatButton__AvatarImage: "chatButton__AvatarImage",
|
|
286
|
+
chatButton__AvatarContent: "chatButton__AvatarContent",
|
|
287
|
+
chatButton__CloseIcon: "chatButton__CloseIcon"
|
|
288
|
+
}, o = {
|
|
289
|
+
searchBar__Container: "searchBar__Container",
|
|
290
|
+
searchBar__Button: "searchBar__Button",
|
|
291
|
+
searchBar__ContentWrapper: "searchBar__ContentWrapper",
|
|
292
|
+
searchBar__Text: "searchBar__Text",
|
|
293
|
+
searchBar__Icon: "searchBar__Icon",
|
|
294
|
+
searchBar__KbdWrapper: "searchBar__KbdWrapper",
|
|
295
|
+
searchBar__CmdIcon: "searchBar__CmdIcon",
|
|
296
|
+
searchBar__Ctrl: "searchBar__Ctrl",
|
|
297
|
+
searchBar__KbdShortcutKey: "searchBar__KbdShortcutKey"
|
|
298
|
+
}, h = {
|
|
299
|
+
sidebarChat__Root: "sidebarChat__Root",
|
|
300
|
+
sidebarChat__Resizer: "sidebarChat__Resizer",
|
|
301
|
+
sidebarChat__CloseButton: "sidebarChat__CloseButton",
|
|
302
|
+
sidebarChat__Header: "sidebarChat__Header"
|
|
303
|
+
}, s = {
|
|
304
|
+
chatBubble__Root: "chatBubble__Root",
|
|
305
|
+
chatBubble__CloseButton: "chatBubble__CloseButton",
|
|
306
|
+
chatBubble__Header: "chatBubble__Header"
|
|
307
|
+
}, n = {
|
|
308
|
+
dataSummary__Group: "dataSummary__Group",
|
|
309
|
+
dataSummary__Toggle: "dataSummary__Toggle",
|
|
310
|
+
dataSummary__ToggleText: "dataSummary__ToggleText",
|
|
311
|
+
dataSummary__Collapsible: "dataSummary__Collapsible",
|
|
312
|
+
dataSummary__List: "dataSummary__List",
|
|
313
|
+
dataSummary__Item: "dataSummary__Item",
|
|
314
|
+
dataSummary__Connector: "dataSummary__Connector",
|
|
315
|
+
dataSummary__IconContainer: "dataSummary__IconContainer",
|
|
316
|
+
dataSummary__Content: "dataSummary__Content",
|
|
317
|
+
dataSummary__Details: "dataSummary__Details",
|
|
318
|
+
dataSummary__Label: "dataSummary__Label"
|
|
319
|
+
}, C = {
|
|
320
|
+
aiChatHistory: "aiChatHistory",
|
|
321
|
+
aiChatHistory__Header: "aiChatHistory__Header",
|
|
322
|
+
aiChatHistory__BackButton: "aiChatHistory__BackButton",
|
|
323
|
+
aiChatHistory__BackButtonIcon: "aiChatHistory__BackButtonIcon",
|
|
324
|
+
aiChatHistory__Title: "aiChatHistory__Title",
|
|
325
|
+
aiChatHistory__List: "aiChatHistory__List",
|
|
326
|
+
aiChatHistory__Item: "aiChatHistory__Item",
|
|
327
|
+
aiChatHistory__ItemTitle: "aiChatHistory__ItemTitle",
|
|
328
|
+
aiChatHistory__ItemDate: "aiChatHistory__ItemDate",
|
|
329
|
+
aiChatHistory__EmptyState: "aiChatHistory__EmptyState",
|
|
330
|
+
aiChatHistory__LoadingState: "aiChatHistory__LoadingState",
|
|
331
|
+
aiChatHistory__Footer: "aiChatHistory__Footer",
|
|
332
|
+
aiChatHistory__NewConversationButton: "aiChatHistory__NewConversationButton"
|
|
333
|
+
}, c = {
|
|
334
|
+
//
|
|
335
|
+
//
|
|
336
|
+
...t,
|
|
337
|
+
...e,
|
|
338
|
+
..._,
|
|
339
|
+
...i,
|
|
340
|
+
...r,
|
|
341
|
+
...o,
|
|
342
|
+
...a,
|
|
343
|
+
...h,
|
|
344
|
+
...s,
|
|
345
|
+
...n,
|
|
346
|
+
...C
|
|
347
|
+
};
|
|
348
|
+
export {
|
|
349
|
+
s as ChatBubbleComponentIds,
|
|
350
|
+
n as DataSummaryComponentIds,
|
|
351
|
+
o as SearchBarComponentIds,
|
|
352
|
+
h as SidebarChatComponentIds,
|
|
353
|
+
e as aiChatComponentIds,
|
|
354
|
+
C as aiChatHistoryComponentIds,
|
|
355
|
+
_ as aiSearchComponentIds,
|
|
356
|
+
r as chatButtonComponentIds,
|
|
357
|
+
c as componentIDs,
|
|
358
|
+
t as markDownComponentIds,
|
|
359
|
+
a as miscellanousComponentIds,
|
|
360
|
+
i as modalComponentIds
|
|
361
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function o(t,n,{checkForDefaultPrevented:r=!0}={}){return function(e){if(t?.(e),r===!1||!e.defaultPrevented)return n?.(e)}}exports.composeEventHandlers=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react");function i(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const u=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,u.get?u:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const f=i(l);function r(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function s(...e){return t=>{let n=!1;const u=e.map(o=>{const c=r(o,t);return!n&&typeof c=="function"&&(n=!0),c});if(n)return()=>{for(let o=0;o<u.length;o++){const c=u[o];typeof c=="function"?c():r(e[o],null)}}}}function a(...e){return f.useCallback(s(...e),e)}exports.composeRefs=s;exports.useComposedRefs=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type PossibleRef<T> = React.Ref<T | null> | undefined;
|
|
3
|
+
declare function composeRefs<T>(...refs: PossibleRef<T>[]): (node: T | null) => void;
|
|
4
|
+
declare function useComposedRefs<T>(...refs: any): React.RefCallback<T>;
|
|
5
|
+
export { composeRefs, useComposedRefs };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as l from "react";
|
|
3
|
+
function i(n, o) {
|
|
4
|
+
if (typeof n == "function")
|
|
5
|
+
return n(o);
|
|
6
|
+
n != null && (n.current = o);
|
|
7
|
+
}
|
|
8
|
+
function f(...n) {
|
|
9
|
+
return (o) => {
|
|
10
|
+
let u = !1;
|
|
11
|
+
const c = n.map((t) => {
|
|
12
|
+
const e = i(t, o);
|
|
13
|
+
return !u && typeof e == "function" && (u = !0), e;
|
|
14
|
+
});
|
|
15
|
+
if (u)
|
|
16
|
+
return () => {
|
|
17
|
+
for (let t = 0; t < c.length; t++) {
|
|
18
|
+
const e = c[t];
|
|
19
|
+
typeof e == "function" ? e() : i(n[t], null);
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
function s(...n) {
|
|
25
|
+
return l.useCallback(f(...n), n);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
f as composeRefs,
|
|
29
|
+
s as useComposedRefs
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../theme/index.cjs"),t=require("../../theme/colors.cjs"),s={baseUrl:"https://api.agents.inkeep.com",placeholder:"How do I get started?",aiAssistantName:void 0,shouldOpenLinksInNewTab:!0,disclaimerSettings:{isEnabled:!1,label:"Usage policy"},isShareButtonVisible:!1,isViewOnly:!1,isChatHistoryButtonVisible:!0,exampleQuestionsLabel:"Example questions",exampleQuestions:[],isFirstExampleQuestionHighlighted:!0,isCopyChatButtonVisible:!1,getHelpOptions:[],workflowsHeader:"Workflows",workflows:[],toolbarButtonLabels:{clear:"Clear",share:"Share",getHelp:"Get help",stop:"Stop",copyChat:"Copy"},context:{}},a={shouldBypassCaptcha:!1,tags:[],userProperties:{},primaryBrandColor:t.DEFAULT_PRIMARY_BRAND_COLOR,theme:{varsClassName:"inkeep-widget-vars",...e.theme}},l={shouldOpenLinksInNewTab:!1,defaultQuery:"",debounceTimeMs:0,tabs:["All","Publications","PDFs","GitHub","Forums","Discord","Slack","StackOverflow"],placeholder:"Search for anything...",view:"single-pane"};exports.defaultInkeepAIChatSettings=s;exports.defaultInkeepBaseSettings=a;exports.defaultInkeepSearchSettings=l;
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import { InkeepSearchSettings } from '../../types/index.ts';
|
|
2
|
+
export declare const defaultInkeepAIChatSettings: {
|
|
3
|
+
baseUrl: string;
|
|
4
|
+
placeholder: string;
|
|
5
|
+
aiAssistantName: undefined;
|
|
6
|
+
shouldOpenLinksInNewTab: true;
|
|
7
|
+
disclaimerSettings: {
|
|
8
|
+
isEnabled: false;
|
|
9
|
+
label: string;
|
|
10
|
+
};
|
|
11
|
+
isShareButtonVisible: false;
|
|
12
|
+
isViewOnly: false;
|
|
13
|
+
isChatHistoryButtonVisible: true;
|
|
14
|
+
exampleQuestionsLabel: string;
|
|
15
|
+
exampleQuestions: never[];
|
|
16
|
+
isFirstExampleQuestionHighlighted: true;
|
|
17
|
+
isCopyChatButtonVisible: false;
|
|
18
|
+
getHelpOptions: never[];
|
|
19
|
+
workflowsHeader: string;
|
|
20
|
+
workflows: never[];
|
|
21
|
+
toolbarButtonLabels: {
|
|
22
|
+
clear: string;
|
|
23
|
+
share: string;
|
|
24
|
+
getHelp: string;
|
|
25
|
+
stop: string;
|
|
26
|
+
copyChat: string;
|
|
27
|
+
};
|
|
28
|
+
context: {};
|
|
29
|
+
};
|
|
30
|
+
export declare const defaultInkeepBaseSettings: {
|
|
31
|
+
shouldBypassCaptcha: false;
|
|
32
|
+
tags: never[];
|
|
33
|
+
userProperties: {};
|
|
34
|
+
primaryBrandColor: string;
|
|
35
|
+
theme: {
|
|
36
|
+
colors: {
|
|
37
|
+
whiteAlpha: {
|
|
38
|
+
50: string;
|
|
39
|
+
100: string;
|
|
40
|
+
200: string;
|
|
41
|
+
300: string;
|
|
42
|
+
400: string;
|
|
43
|
+
500: string;
|
|
44
|
+
600: string;
|
|
45
|
+
700: string;
|
|
46
|
+
800: string;
|
|
47
|
+
900: string;
|
|
48
|
+
950: string;
|
|
49
|
+
1000: string;
|
|
50
|
+
};
|
|
51
|
+
blackAlpha: {
|
|
52
|
+
50: string;
|
|
53
|
+
100: string;
|
|
54
|
+
200: string;
|
|
55
|
+
300: string;
|
|
56
|
+
400: string;
|
|
57
|
+
500: string;
|
|
58
|
+
600: string;
|
|
59
|
+
700: string;
|
|
60
|
+
800: string;
|
|
61
|
+
900: string;
|
|
62
|
+
950: string;
|
|
63
|
+
1000: string;
|
|
64
|
+
};
|
|
65
|
+
gray: {
|
|
66
|
+
50: string;
|
|
67
|
+
100: string;
|
|
68
|
+
200: string;
|
|
69
|
+
300: string;
|
|
70
|
+
400: string;
|
|
71
|
+
500: string;
|
|
72
|
+
600: string;
|
|
73
|
+
700: string;
|
|
74
|
+
800: string;
|
|
75
|
+
900: string;
|
|
76
|
+
950: string;
|
|
77
|
+
1000: string;
|
|
78
|
+
};
|
|
79
|
+
grayDark: {
|
|
80
|
+
1000: string;
|
|
81
|
+
950: string;
|
|
82
|
+
900: string;
|
|
83
|
+
800: string;
|
|
84
|
+
700: string;
|
|
85
|
+
600: string;
|
|
86
|
+
500: string;
|
|
87
|
+
400: string;
|
|
88
|
+
300: string;
|
|
89
|
+
200: string;
|
|
90
|
+
100: string;
|
|
91
|
+
50: string;
|
|
92
|
+
};
|
|
93
|
+
overlay: {
|
|
94
|
+
light: string;
|
|
95
|
+
dark: string;
|
|
96
|
+
};
|
|
97
|
+
inkeepPrimary: {
|
|
98
|
+
textColorOnPrimary: string;
|
|
99
|
+
};
|
|
100
|
+
inkeepExpandedPrimary: {
|
|
101
|
+
"50": string;
|
|
102
|
+
"100": string;
|
|
103
|
+
"200": string;
|
|
104
|
+
"300": string;
|
|
105
|
+
"400": string;
|
|
106
|
+
"500": string;
|
|
107
|
+
"600": string;
|
|
108
|
+
"700": string;
|
|
109
|
+
"800": string;
|
|
110
|
+
"900": string;
|
|
111
|
+
"950": string;
|
|
112
|
+
"1000": string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
fontFamily: {
|
|
116
|
+
heading: string;
|
|
117
|
+
body: string;
|
|
118
|
+
mono: string;
|
|
119
|
+
};
|
|
120
|
+
fontSize: {
|
|
121
|
+
'3xs': string;
|
|
122
|
+
'2xs': string;
|
|
123
|
+
'1xs': string;
|
|
124
|
+
xs: string;
|
|
125
|
+
'1sm': string;
|
|
126
|
+
sm: string;
|
|
127
|
+
'2sm': string;
|
|
128
|
+
md: string;
|
|
129
|
+
lg: string;
|
|
130
|
+
xl: string;
|
|
131
|
+
'2xl': string;
|
|
132
|
+
'3xl': string;
|
|
133
|
+
'4xl': string;
|
|
134
|
+
'5xl': string;
|
|
135
|
+
'6xl': string;
|
|
136
|
+
'7xl': string;
|
|
137
|
+
'8xl': string;
|
|
138
|
+
'9xl': string;
|
|
139
|
+
};
|
|
140
|
+
zIndex: {
|
|
141
|
+
hide: number;
|
|
142
|
+
auto: string;
|
|
143
|
+
base: number;
|
|
144
|
+
start: number;
|
|
145
|
+
docked: number;
|
|
146
|
+
dropdown: number;
|
|
147
|
+
sticky: number;
|
|
148
|
+
banner: number;
|
|
149
|
+
overlay: number;
|
|
150
|
+
modal: number;
|
|
151
|
+
popover: number;
|
|
152
|
+
skipLink: number;
|
|
153
|
+
toast: number;
|
|
154
|
+
tooltip: number;
|
|
155
|
+
};
|
|
156
|
+
varsClassName: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
export declare const defaultInkeepSearchSettings: {
|
|
160
|
+
shouldOpenLinksInNewTab: false;
|
|
161
|
+
defaultQuery: string;
|
|
162
|
+
debounceTimeMs: number;
|
|
163
|
+
tabs: string[];
|
|
164
|
+
placeholder: string;
|
|
165
|
+
view: InkeepSearchSettings["view"];
|
|
166
|
+
};
|
|
167
|
+
export type DefaultInkeepAIChatSettings = typeof defaultInkeepAIChatSettings;
|
|
168
|
+
export type DefaultInkeepBaseSettings = typeof defaultInkeepBaseSettings;
|
|
169
|
+
export type DefaultInkeepSearchSettings = typeof defaultInkeepSearchSettings;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { theme as e } from "../../theme/index.js";
|
|
3
|
+
import { DEFAULT_PRIMARY_BRAND_COLOR as s } from "../../theme/colors.js";
|
|
4
|
+
const l = {
|
|
5
|
+
baseUrl: "https://api.agents.inkeep.com",
|
|
6
|
+
placeholder: "How do I get started?",
|
|
7
|
+
aiAssistantName: void 0,
|
|
8
|
+
shouldOpenLinksInNewTab: !0,
|
|
9
|
+
disclaimerSettings: {
|
|
10
|
+
isEnabled: !1,
|
|
11
|
+
label: "Usage policy"
|
|
12
|
+
},
|
|
13
|
+
isShareButtonVisible: !1,
|
|
14
|
+
isViewOnly: !1,
|
|
15
|
+
isChatHistoryButtonVisible: !0,
|
|
16
|
+
exampleQuestionsLabel: "Example questions",
|
|
17
|
+
exampleQuestions: [],
|
|
18
|
+
isFirstExampleQuestionHighlighted: !0,
|
|
19
|
+
isCopyChatButtonVisible: !1,
|
|
20
|
+
getHelpOptions: [],
|
|
21
|
+
workflowsHeader: "Workflows",
|
|
22
|
+
workflows: [],
|
|
23
|
+
toolbarButtonLabels: {
|
|
24
|
+
clear: "Clear",
|
|
25
|
+
share: "Share",
|
|
26
|
+
getHelp: "Get help",
|
|
27
|
+
stop: "Stop",
|
|
28
|
+
copyChat: "Copy"
|
|
29
|
+
},
|
|
30
|
+
context: {}
|
|
31
|
+
}, i = {
|
|
32
|
+
shouldBypassCaptcha: !1,
|
|
33
|
+
tags: [],
|
|
34
|
+
userProperties: {},
|
|
35
|
+
primaryBrandColor: s,
|
|
36
|
+
theme: {
|
|
37
|
+
varsClassName: "inkeep-widget-vars",
|
|
38
|
+
...e
|
|
39
|
+
}
|
|
40
|
+
}, o = {
|
|
41
|
+
shouldOpenLinksInNewTab: !1,
|
|
42
|
+
defaultQuery: "",
|
|
43
|
+
debounceTimeMs: 0,
|
|
44
|
+
tabs: ["All", "Publications", "PDFs", "GitHub", "Forums", "Discord", "Slack", "StackOverflow"],
|
|
45
|
+
placeholder: "Search for anything...",
|
|
46
|
+
view: "single-pane"
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
l as defaultInkeepAIChatSettings,
|
|
50
|
+
i as defaultInkeepBaseSettings,
|
|
51
|
+
o as defaultInkeepSearchSettings
|
|
52
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a={text:"",email:"",checkbox:!1,textarea:"",file:void 0,select:"",combobox:[]};function l(u){return u?u?.reduce((t,e)=>("defaultValue"in e&&e.defaultValue?t[e.name]=e.defaultValue:e.inputType&&(t[e.name]=a[e.inputType]),t),{}):{}}exports.defaultInputValues=a;exports.getFormDefaultValues=l;
|