@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,1997 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as a, jsxs as g } from "react/jsx-runtime";
|
|
3
|
+
import { useChatHistory as P } from "../../primitives/providers/chat-history-provider.js";
|
|
4
|
+
import { useInkeepConfig as w } from "../../primitives/providers/config-provider.js";
|
|
5
|
+
import { EmbeddedChatPrimitiveContentScrollAreaCorner as M, EmbeddedChatPrimitiveDisclaimerText as N, EmbeddedChatPrimitiveMessageAttachments as I, EmbeddedChatPrimitiveMessageAttachmentsPreview as B, EmbeddedChatPrimitiveDynamicComponent as S, EmbeddedChatPrimitiveMessageSources as T, EmbeddedChatPrimitiveAttachmentsBarInfoTip as H, EmbeddedChatPrimitiveAttachmentsBarInfoTipArrow as L, EmbeddedChatPrimitiveAttachmentsBarModal as D, EmbeddedChatPrimitiveAttachmentsBarModalHelp as W, EmbeddedChatPrimitiveHelpActions as _, EmbeddedChatPrimitiveFeedbackModal as z, EmbeddedChatPrimitiveFormFieldSelect as j, EmbeddedChatPrimitiveFormFieldSelectValue as Q, EmbeddedChatPrimitiveFormFieldSelectItemText as O, EmbeddedChatPrimitiveFormFieldCombobox as V, EmbeddedChatPrimitiveFormFieldComboboxListItems as R, EmbeddedChatPrimitiveFormFieldComboboxItemText as q, EmbeddedChatPrimitiveFormSuccessMessage as G, EmbeddedChatPrimitiveWrapper as K, EmbeddedChatPrimitiveRoot as $, Header as J, EmbeddedChatPrimitiveHeaderToolbar as U, EmbeddedChatPrimitiveToolbarHeaderWrapper as X, EmbeddedChatPrimitiveToolbarHeader as Y, EmbeddedChatPrimitiveChatHistoryButtonIcon as Z, EmbeddedChatPrimitiveChatHistoryButton as ee, EmbeddedChatPrimitiveContent as te, EmbeddedChatPrimitiveContentScrollArea as ae, EmbeddedChatPrimitiveContentScrollAreaViewport as de, EmbeddedChatPrimitiveContentScrollAreaScrollbar as se, EmbeddedChatPrimitiveContentScrollAreaThumb as re, EmbeddedChatPrimitiveMessages as oe, EmbeddedChatPrimitiveMessageWrapper as me, EmbeddedChatPrimitiveIntroMessageWrapper as ie, EmbeddedChatPrimitiveDisclaimer as ne, EmbeddedChatPrimitiveDisclaimerLabel as le, EmbeddedChatPrimitiveDisclaimerTrigger as ce, EmbeddedChatPrimitiveDisclaimerContent as he, EmbeddedChatPrimitiveDisclaimerArrow as be, EmbeddedChatPrimitiveExampleQuestions as Ce, EmbeddedChatPrimitiveExampleQuestionsLabel as pe, EmbeddedChatPrimitiveExampleQuestionsList as ue, EmbeddedChatPrimitiveExampleQuestion as Ee, EmbeddedChatPrimitiveExampleQuestionButton as xe, EmbeddedChatPrimitiveWorkflows as ge, EmbeddedChatPrimitiveWorkflowsLabel as Fe, EmbeddedChatPrimitiveWorkflowsList as fe, EmbeddedChatPrimitiveWorkflow as ve, EmbeddedChatPrimitiveMessageHeader as ke, EmbeddedChatPrimitiveMessageLoading as Ae, EmbeddedChatPrimitiveMessageAvatar as ye, EmbeddedChatPrimitiveMessageAvatarContent as Pe, EmbeddedChatPrimitiveMessageAvatarFallback as we, EmbeddedChatPrimitiveMessageAvatarImage as Me, EmbeddedChatPrimitiveMessageName as Ne, EmbeddedChatPrimitiveMessageContentWrapper as Ie, EmbeddedChatPrimitiveMessageContent as Be, EmbeddedChatPrimitiveMessageAttachmentsList as Se, EmbeddedChatPrimitiveMessageAttachmentsItem as Te, EmbeddedChatPrimitiveMessageAttachmentsItemIcon as He, EmbeddedChatPrimitiveMessageAttachmentsItemTitle as Le, EmbeddedChatPrimitiveMessageAttachmentsPreviewOverlay as De, EmbeddedChatPrimitiveMessageAttachmentsPreviewContent as We, EmbeddedChatPrimitiveMessageAttachmentsPreviewHeader as _e, EmbeddedChatPrimitiveMessageAttachmentsPreviewClose as ze, EmbeddedChatPrimitiveMessageAttachmentsPreviewBody as je, EmbeddedChatPrimitiveMarkdown as Qe, EmbeddedChatPrimitiveMessageToolbar as Oe, EmbeddedChatPrimitiveMessageCustomActions as Ve, EmbeddedChatPrimitiveMessageCustomAction as Re, EmbeddedChatPrimitiveMessageAction as qe, EmbeddedChatPrimitiveMessageSourcesHeader as Ge, EmbeddedChatPrimitiveMessageSourcesList as Ke, EmbeddedChatPrimitiveMessageSourceItem as $e, EmbeddedChatPrimitiveMessageSourceItemBreadcrumbs as Je, MessageSourceItemBreadcrumbIcon as Ue, EmbeddedChatPrimitiveMessageSourceItemIcon as Xe, EmbeddedChatPrimitiveMessageSourceItemTitle as Ye, EmbeddedChatPrimitiveMessageSourceItemTag as Ze, EmbeddedChatPrimitiveMessageSourceItemDescription as et, EmbeddedChatPrimitiveMessageSourceItemDescriptionPart as tt, EmbeddedChatPrimitiveMessageSourceItemIndicator as at, EmbeddedChatPrimitiveFooter as dt, EmbeddedChatPrimitiveInputFieldset as st, EmbeddedChatPrimitiveInputGroup as rt, EmbeddedChatPrimitiveInput as ot, EmbeddedChatPrimitiveSendButton as mt, EmbeddedChatPrimitiveSendButtonIcon as it, EmbeddedChatPrimitiveAttachmentsBar as nt, EmbeddedChatPrimitiveAttachmentsBarList as lt, EmbeddedChatPrimitiveAttachmentsBarAttachment as ct, EmbeddedChatPrimitiveAttachmentsBarAttachmentIcon as ht, EmbeddedChatPrimitiveAttachmentsBarAttachmentTitle as bt, EmbeddedChatPrimitiveAttachmentsBarAttachmentDelete as Ct, EmbeddedChatPrimitiveAttachmentsBarActions as pt, EmbeddedChatPrimitiveAttachmentsBarInfoTipIcon as ut, EmbeddedChatPrimitiveAttachmentsBarInfoTipText as Et, EmbeddedChatPrimitiveAttachmentsBarInputs as xt, EmbeddedChatPrimitiveAttachmentsBarInput as gt, EmbeddedChatPrimitiveAttachmentsBarModalOverlay as Ft, EmbeddedChatPrimitiveAttachmentsBarModalContent as ft, EmbeddedChatPrimitiveAttachmentsBarModalHeader as vt, EmbeddedChatPrimitiveAttachmentsBarModalHeading as kt, EmbeddedChatPrimitiveAttachmentsBarModalDescription as At, EmbeddedChatPrimitiveAttachmentsBarModalClose as yt, EmbeddedChatPrimitiveAttachmentsBarModalBody as Pt, EmbeddedChatPrimitiveAttachmentsBarForm as wt, EmbeddedChatPrimitiveAttachmentsBarFormTitle as Mt, EmbeddedChatPrimitiveAttachmentsBarFormTitleLabel as Nt, EmbeddedChatPrimitiveAttachmentsBarFormTitleInput as It, EmbeddedChatPrimitiveAttachmentsBarFormTitleError as Bt, EmbeddedChatPrimitiveAttachmentsBarFormContent as St, EmbeddedChatPrimitiveAttachmentsBarFormContentLabel as Tt, EmbeddedChatPrimitiveAttachmentsBarFormContentInput as Ht, EmbeddedChatPrimitiveAttachmentsBarFormContentError as Lt, EmbeddedChatPrimitiveAttachmentsBarFormSubmitButton as Dt, EmbeddedChatPrimitiveActionBar as Wt, EmbeddedChatPrimitiveActions as _t, EmbeddedChatPrimitiveTaglineContainer as zt, EmbeddedChatPrimitiveTaglineText as jt, EmbeddedChatPrimitiveTaglineLogo as Qt, EmbeddedChatPrimitiveTaglineBrandName as Ot, EmbeddedChatPrimitiveChatAction as Vt, EmbeddedChatPrimitiveChatActionLabel as Rt, EmbeddedChatPrimitiveChatActionFeedback as qt, EmbeddedChatPrimitiveChatHelpAction as Gt, EmbeddedChatPrimitiveHelpActionsTrigger as Kt, EmbeddedChatPrimitiveHelpActionsMenu as $t, EmbeddedChatPrimitiveHelpActionsMenuArrow as Jt, EmbeddedChatPrimitiveHelpActionsMenuItem as Ut, EmbeddedChatPrimitiveHelpActionsMenuItemIcon as Xt, EmbeddedChatPrimitiveFeedbackModalOverlay as Yt, EmbeddedChatPrimitiveFeedbackModalContent as Zt, EmbeddedChatPrimitiveFeedbackModalHeader as ea, EmbeddedChatPrimitiveFeedbackModalClose as ta, EmbeddedChatPrimitiveFeedbackModalBody as aa, EmbeddedChatPrimitiveFeedbackForm as da, EmbeddedChatPrimitiveFeedbackItem as sa, EmbeddedChatPrimitiveFeedbackItemCheckbox as ra, EmbeddedChatPrimitiveFeedbackItemCheckboxIndicator as oa, EmbeddedChatPrimitiveFeedbackItemLabel as ma, EmbeddedChatPrimitiveFeedbackItemDescription as ia, EmbeddedChatPrimitiveFeedbackSubmitButton as na, EmbeddedChatPrimitiveFormWrapper as la, EmbeddedChatPrimitiveForm as ca, EmbeddedChatPrimitiveFormClose as ha, EmbeddedChatPrimitiveFormHeader as ba, EmbeddedChatPrimitiveFormHeading as Ca, EmbeddedChatPrimitiveFormDescription as pa, EmbeddedChatPrimitiveFormContent as ua, EmbeddedChatPrimitiveFormField as Ea, EmbeddedChatPrimitiveFormFieldLabel as xa, EmbeddedChatPrimitiveFormFieldText as ga, EmbeddedChatPrimitiveFormFieldEmail as Fa, EmbeddedChatPrimitiveFormFieldFile as fa, EmbeddedChatPrimitiveFormFieldTextArea as va, EmbeddedChatPrimitiveFormFieldCheckbox as ka, EmbeddedChatPrimitiveFormFieldCheckboxIndicator as Aa, EmbeddedChatPrimitiveFormFieldSelectTrigger as ya, EmbeddedChatPrimitiveFormFieldSelectIcon as Pa, EmbeddedChatPrimitiveFormFieldSelectContent as wa, EmbeddedChatPrimitiveFormFieldSelectViewport as Ma, EmbeddedChatPrimitiveFormFieldSelectItem as Na, EmbeddedChatPrimitiveFormFieldSelectItemIndicator as Ia, EmbeddedChatPrimitiveFormFieldComboboxControl as Ba, EmbeddedChatPrimitiveFormFieldComboboxInput as Sa, EmbeddedChatPrimitiveFormFieldComboboxTrigger as Ta, EmbeddedChatPrimitiveFormFieldComboboxSelectedTags as Ha, EmbeddedChatPrimitiveFormFieldComboboxPositioner as La, EmbeddedChatPrimitiveFormFieldComboboxContent as Da, EmbeddedChatPrimitiveFormFieldComboboxList as Wa, EmbeddedChatPrimitiveFormFieldComboboxListEmpty as _a, EmbeddedChatPrimitiveFormFieldComboboxItem as za, EmbeddedChatPrimitiveFormFieldComboboxItemIndicator as ja, EmbeddedChatPrimitiveFormFieldDescription as Qa, EmbeddedChatPrimitiveFormFieldError as Oa, EmbeddedChatPrimitiveFormError as Va, EmbeddedChatPrimitiveFormFooter as Ra, EmbeddedChatPrimitiveFormCancel as qa, EmbeddedChatPrimitiveFormSubmit as Ga, EmbeddedChatPrimitiveFormSuccess as Ka, EmbeddedChatPrimitiveFormSuccessHeading as $a, EmbeddedChatPrimitiveFormSuccessButton as Ja } from "../../primitives/components/embedded-chat.js";
|
|
6
|
+
import { ChatProvider as Ua } from "../../primitives/components/embedded-chat/chat-provider.js";
|
|
7
|
+
import { useResizeObserver as Xa } from "../../primitives/hooks/use-resize-observer.js";
|
|
8
|
+
import { composeRefs as Ya } from "../../primitives/utils/compose-refs.js";
|
|
9
|
+
import { aiChatPageWrapper as Za } from "./ui/recipes/ai-chat-page-wrapper.js";
|
|
10
|
+
import { attachment as n } from "./ui/recipes/attachment.js";
|
|
11
|
+
import { button as s } from "./ui/recipes/button.js";
|
|
12
|
+
import { checkbox as b } from "./ui/recipes/checkbox.js";
|
|
13
|
+
import { citation as m } from "./ui/recipes/citation.js";
|
|
14
|
+
import { combobox as i } from "./ui/recipes/combobox.js";
|
|
15
|
+
import { icon as ed } from "./ui/recipes/icon.js";
|
|
16
|
+
import { input as l } from "./ui/recipes/input.js";
|
|
17
|
+
import { link as td } from "./ui/recipes/link.js";
|
|
18
|
+
import { modal as r } from "./ui/recipes/modal.js";
|
|
19
|
+
import { popover as C } from "./ui/recipes/popover.js";
|
|
20
|
+
import { scrollable as p } from "./ui/recipes/scrollable.js";
|
|
21
|
+
import { select as c } from "./ui/recipes/select.js";
|
|
22
|
+
import { cva as ad } from "class-variance-authority";
|
|
23
|
+
import { merge as dd } from "merge-anything";
|
|
24
|
+
import { forwardRef as u, useRef as sd } from "react";
|
|
25
|
+
import { cn as d } from "../utils.js";
|
|
26
|
+
import { markdownStyles as rd } from "./ui/markdown-styles.js";
|
|
27
|
+
import { LoadingIndicator as od } from "./loading-indicator.js";
|
|
28
|
+
import { MessagesSessionLoading as md } from "./embedded-chat/session-loading.js";
|
|
29
|
+
import { EmbeddedChatMessagePart as im } from "./message.js";
|
|
30
|
+
const Dd = Ua, Wd = u(
|
|
31
|
+
({ className: e, size: t, variant: o, ...E }, h) => /* @__PURE__ */ a(
|
|
32
|
+
K,
|
|
33
|
+
{
|
|
34
|
+
ref: h,
|
|
35
|
+
className: d(
|
|
36
|
+
Za({ size: t, variant: o }),
|
|
37
|
+
"data-[hidden]:hidden rounded-md flex",
|
|
38
|
+
"bg-white dark:bg-gray-dark-950",
|
|
39
|
+
"data-[composite]:w-full",
|
|
40
|
+
"max-h-[min(85vh,850px)]",
|
|
41
|
+
"[[data-sidebar]_&]:m-[unset] [[data-sidebar]_&]:mt-auto",
|
|
42
|
+
"[[data-sidebar]_&]:h-full [[data-sidebar]_&]:w-full",
|
|
43
|
+
"[[data-sidebar]_&]:max-h-[unset]",
|
|
44
|
+
"[[data-chat-bubble]_&]:max-h-[unset]",
|
|
45
|
+
"[[data-chat-bubble]_&]:h-full [[data-chat-bubble]_&]:w-full [[data-chat-bubble]_&]:rounded-[inherit]",
|
|
46
|
+
// Chat history layout: named group avoids conflicts with other groups on page
|
|
47
|
+
"group/chat-history",
|
|
48
|
+
// Sidepane layout: flex row when wide enough
|
|
49
|
+
"data-[chat-history-layout=sidepane]:flex-row",
|
|
50
|
+
e
|
|
51
|
+
),
|
|
52
|
+
...E
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
), _d = ({
|
|
56
|
+
className: e,
|
|
57
|
+
...t
|
|
58
|
+
}) => /* @__PURE__ */ a(
|
|
59
|
+
$,
|
|
60
|
+
{
|
|
61
|
+
className: d(
|
|
62
|
+
p({ section: "wrapper" }),
|
|
63
|
+
"rounded-[inherit] font-body",
|
|
64
|
+
// Sidepane layout: take remaining space
|
|
65
|
+
"group-data-[chat-history-layout=sidepane]/chat-history:flex-1",
|
|
66
|
+
"group-data-[chat-history-layout=sidepane]/chat-history:min-w-0",
|
|
67
|
+
// Stack layout: hide when chat history is open
|
|
68
|
+
"group-data-[stack-history-open]/chat-history:!hidden",
|
|
69
|
+
e
|
|
70
|
+
),
|
|
71
|
+
...t
|
|
72
|
+
}
|
|
73
|
+
), zd = ({
|
|
74
|
+
className: e,
|
|
75
|
+
...t
|
|
76
|
+
}) => /* @__PURE__ */ a(
|
|
77
|
+
J,
|
|
78
|
+
{
|
|
79
|
+
className: d(
|
|
80
|
+
p({ section: "header" }),
|
|
81
|
+
"flex items-center",
|
|
82
|
+
"bg-white dark:bg-gray-dark-950",
|
|
83
|
+
"data-[show-toolbar]:after:absolute",
|
|
84
|
+
"data-[show-toolbar]:after:left-0",
|
|
85
|
+
"data-[show-toolbar]:after:top-full",
|
|
86
|
+
"data-[show-toolbar]:after:h-[1rem]",
|
|
87
|
+
"data-[show-toolbar]:after:w-full",
|
|
88
|
+
"data-[show-toolbar]:after:text-white",
|
|
89
|
+
"data-[show-toolbar]:after:dark:text-gray-dark-950",
|
|
90
|
+
"data-[show-toolbar]:after:bg-[linear-gradient(currentColor,_transparent)]",
|
|
91
|
+
"data-[show-toolbar]:after:z-start",
|
|
92
|
+
e
|
|
93
|
+
),
|
|
94
|
+
...t
|
|
95
|
+
}
|
|
96
|
+
), jd = ({
|
|
97
|
+
className: e,
|
|
98
|
+
...t
|
|
99
|
+
}) => /* @__PURE__ */ a(
|
|
100
|
+
U,
|
|
101
|
+
{
|
|
102
|
+
className: d(
|
|
103
|
+
"flex items-center gap-3 w-full",
|
|
104
|
+
"px-5 py-2 pt-3 justify-between *:m-0",
|
|
105
|
+
'data-[show-widget-toggle=""]:pt-4',
|
|
106
|
+
e
|
|
107
|
+
),
|
|
108
|
+
...t
|
|
109
|
+
}
|
|
110
|
+
), Qd = ({
|
|
111
|
+
className: e,
|
|
112
|
+
...t
|
|
113
|
+
}) => /* @__PURE__ */ a(
|
|
114
|
+
X,
|
|
115
|
+
{
|
|
116
|
+
className: d("flex items-center gap-1.5", e),
|
|
117
|
+
...t
|
|
118
|
+
}
|
|
119
|
+
), Od = ({
|
|
120
|
+
className: e,
|
|
121
|
+
...t
|
|
122
|
+
}) => /* @__PURE__ */ a(
|
|
123
|
+
Y,
|
|
124
|
+
{
|
|
125
|
+
className: d("text-gray-600 dark:text-gray-dark-100 text-sm", e),
|
|
126
|
+
...t
|
|
127
|
+
}
|
|
128
|
+
), F = ({
|
|
129
|
+
className: e,
|
|
130
|
+
...t
|
|
131
|
+
}) => /* @__PURE__ */ a(Z, { className: d("text-sm", e), ...t }), id = ({
|
|
132
|
+
className: e,
|
|
133
|
+
...t
|
|
134
|
+
}) => /* @__PURE__ */ a(
|
|
135
|
+
ee,
|
|
136
|
+
{
|
|
137
|
+
className: d(
|
|
138
|
+
s({ size: "xs", variant: "ghost" }),
|
|
139
|
+
"gap-1.5 text-gray-600 hover:text-gray-800 dark:text-white dark:opacity-60 dark:hover:text-white dark:hover:opacity-95",
|
|
140
|
+
e
|
|
141
|
+
),
|
|
142
|
+
...t
|
|
143
|
+
}
|
|
144
|
+
), Vd = () => {
|
|
145
|
+
const { aiChatSettings: e } = w(), { setIsOpen: t, isOpen: o } = P();
|
|
146
|
+
return e.isChatHistoryButtonVisible ? /* @__PURE__ */ g(id, { onClick: () => t(!o), "aria-label": "Chat history", children: [
|
|
147
|
+
/* @__PURE__ */ a(
|
|
148
|
+
F,
|
|
149
|
+
{
|
|
150
|
+
iconKey: "chatHistoryPanel",
|
|
151
|
+
className: "!hidden group-data-[chat-history-layout=sidepane]/chat-history:!block"
|
|
152
|
+
}
|
|
153
|
+
),
|
|
154
|
+
/* @__PURE__ */ g("span", { className: "flex items-center gap-1.5 group-data-[chat-history-layout=sidepane]/chat-history:hidden", children: [
|
|
155
|
+
/* @__PURE__ */ a(F, { iconKey: "chatHistory" }),
|
|
156
|
+
"Chat history"
|
|
157
|
+
] })
|
|
158
|
+
] }) : null;
|
|
159
|
+
}, Rd = ({
|
|
160
|
+
className: e,
|
|
161
|
+
...t
|
|
162
|
+
}) => /* @__PURE__ */ a(
|
|
163
|
+
te,
|
|
164
|
+
{
|
|
165
|
+
className: d(p({ section: "content" }), "justify-end", e),
|
|
166
|
+
...t
|
|
167
|
+
}
|
|
168
|
+
), qd = ({
|
|
169
|
+
className: e,
|
|
170
|
+
...t
|
|
171
|
+
}) => /* @__PURE__ */ a(
|
|
172
|
+
ae,
|
|
173
|
+
{
|
|
174
|
+
className: d("overflow-hidden", e),
|
|
175
|
+
...t
|
|
176
|
+
}
|
|
177
|
+
), Gd = u(({ className: e, ...t }, o) => /* @__PURE__ */ a(
|
|
178
|
+
de,
|
|
179
|
+
{
|
|
180
|
+
ref: o,
|
|
181
|
+
className: d(
|
|
182
|
+
"h-full w-full rounded-[inherit]",
|
|
183
|
+
"[[data-chat-bubble]_&]:overscroll-contain",
|
|
184
|
+
e
|
|
185
|
+
),
|
|
186
|
+
...t
|
|
187
|
+
}
|
|
188
|
+
)), Kd = ({
|
|
189
|
+
className: e,
|
|
190
|
+
...t
|
|
191
|
+
}) => /* @__PURE__ */ a(
|
|
192
|
+
se,
|
|
193
|
+
{
|
|
194
|
+
className: d(
|
|
195
|
+
"flex select-none touch-none p-0.5",
|
|
196
|
+
"transition-colors duration-[160ms] ease-in-out",
|
|
197
|
+
"w-2.5 border-l border-l-transparent",
|
|
198
|
+
e
|
|
199
|
+
),
|
|
200
|
+
...t
|
|
201
|
+
}
|
|
202
|
+
), $d = ({
|
|
203
|
+
className: e,
|
|
204
|
+
...t
|
|
205
|
+
}) => /* @__PURE__ */ a(
|
|
206
|
+
re,
|
|
207
|
+
{
|
|
208
|
+
className: d("relative flex-1 rounded-full", "bg-gray-300 dark:bg-white-alpha-200", e),
|
|
209
|
+
...t
|
|
210
|
+
}
|
|
211
|
+
), Jd = M, Ud = ({
|
|
212
|
+
className: e,
|
|
213
|
+
...t
|
|
214
|
+
}) => /* @__PURE__ */ a(
|
|
215
|
+
ne,
|
|
216
|
+
{
|
|
217
|
+
className: d("ml-auto text-sm flex items-center gap-1", e),
|
|
218
|
+
...t
|
|
219
|
+
}
|
|
220
|
+
), Xd = ({
|
|
221
|
+
className: e,
|
|
222
|
+
...t
|
|
223
|
+
}) => /* @__PURE__ */ a(
|
|
224
|
+
le,
|
|
225
|
+
{
|
|
226
|
+
className: d("text-gray-700 dark:text-gray-dark-100", e),
|
|
227
|
+
...t
|
|
228
|
+
}
|
|
229
|
+
), Yd = ({
|
|
230
|
+
className: e,
|
|
231
|
+
...t
|
|
232
|
+
}) => /* @__PURE__ */ a(
|
|
233
|
+
ce,
|
|
234
|
+
{
|
|
235
|
+
className: d(
|
|
236
|
+
"cursor-pointer text-gray-700 dark:text-gray-dark-100",
|
|
237
|
+
"focus-visible:ring-gray-500 dark:focus-visible:ring-white-alpha-900 focus-visible:ring-2 focus:outline-none",
|
|
238
|
+
e
|
|
239
|
+
),
|
|
240
|
+
...t
|
|
241
|
+
}
|
|
242
|
+
), Zd = ({
|
|
243
|
+
className: e,
|
|
244
|
+
...t
|
|
245
|
+
}) => /* @__PURE__ */ a(
|
|
246
|
+
he,
|
|
247
|
+
{
|
|
248
|
+
className: d(
|
|
249
|
+
C({ slot: "content" }),
|
|
250
|
+
"px-4 py-2 font-normal text-sm",
|
|
251
|
+
"w-[250px] sm:w-[420px]",
|
|
252
|
+
e
|
|
253
|
+
),
|
|
254
|
+
...t
|
|
255
|
+
}
|
|
256
|
+
), es = N, ts = ({
|
|
257
|
+
className: e,
|
|
258
|
+
...t
|
|
259
|
+
}) => /* @__PURE__ */ a(
|
|
260
|
+
be,
|
|
261
|
+
{
|
|
262
|
+
className: d(C({ slot: "arrow" }), e),
|
|
263
|
+
...t
|
|
264
|
+
}
|
|
265
|
+
), as = ({
|
|
266
|
+
className: e,
|
|
267
|
+
...t
|
|
268
|
+
}) => /* @__PURE__ */ a(
|
|
269
|
+
Ce,
|
|
270
|
+
{
|
|
271
|
+
className: d("mt-4 flex flex-col gap-2", e),
|
|
272
|
+
...t
|
|
273
|
+
}
|
|
274
|
+
), ds = ({
|
|
275
|
+
className: e,
|
|
276
|
+
...t
|
|
277
|
+
}) => /* @__PURE__ */ a(
|
|
278
|
+
pe,
|
|
279
|
+
{
|
|
280
|
+
className: d(
|
|
281
|
+
"text-2xs uppercase font-semibold tracking-widest",
|
|
282
|
+
"text-gray-600 dark:text-white-alpha-500",
|
|
283
|
+
e
|
|
284
|
+
),
|
|
285
|
+
...t
|
|
286
|
+
}
|
|
287
|
+
), ss = ({
|
|
288
|
+
className: e,
|
|
289
|
+
...t
|
|
290
|
+
}) => /* @__PURE__ */ a(
|
|
291
|
+
ue,
|
|
292
|
+
{
|
|
293
|
+
className: d("flex flex-col", "ikp-md:flex-row", "flex-wrap gap-2", e),
|
|
294
|
+
...t
|
|
295
|
+
}
|
|
296
|
+
), rs = u(({ className: e, style: t, ...o }, E) => {
|
|
297
|
+
const h = sd(null), v = Ya(E, h), { width: k = 0, height: A = 0 } = Xa({
|
|
298
|
+
ref: h,
|
|
299
|
+
box: "border-box"
|
|
300
|
+
}), y = Math.max(A, k);
|
|
301
|
+
return /* @__PURE__ */ a(
|
|
302
|
+
Ee,
|
|
303
|
+
{
|
|
304
|
+
ref: v,
|
|
305
|
+
style: {
|
|
306
|
+
"--before-size": `${y + 100}px`,
|
|
307
|
+
...t
|
|
308
|
+
},
|
|
309
|
+
className: d(
|
|
310
|
+
"flex items-center justify-center relative z-base",
|
|
311
|
+
"min-h-9 rounded-md overflow-hidden",
|
|
312
|
+
"before:absolute before:z-hide",
|
|
313
|
+
"before:bg-gray-300 dark:before:bg-gray-dark-950",
|
|
314
|
+
"before:bg-no-repeat before:[background-position:0_0]",
|
|
315
|
+
"before:[background-size:cover] before:m-auto",
|
|
316
|
+
"before:w-[--before-size] before:h-[--before-size]",
|
|
317
|
+
"data-[highlight]:first:before:[background-image:conic-gradient(transparent,theme(colors.inkeep-expanded-primary.600),transparent_30%)]",
|
|
318
|
+
"dark:data-[highlight]:first:before:[background-image:conic-gradient(transparent,theme(colors.inkeep-expanded-primary.300),transparent_30%)]",
|
|
319
|
+
"data-[highlight]:first:before:animate-[spin_4s_linear_infinite]",
|
|
320
|
+
"after:absolute after:z-base after:top-[1px] after:left-[1px]",
|
|
321
|
+
"after:w-[calc(100%-2px)] after:h-[calc(100%-2px)]",
|
|
322
|
+
"after:rounded-[5px] after:bg-white dark:after:bg-gray-dark-950",
|
|
323
|
+
e
|
|
324
|
+
),
|
|
325
|
+
...o
|
|
326
|
+
}
|
|
327
|
+
);
|
|
328
|
+
}), os = ({
|
|
329
|
+
className: e,
|
|
330
|
+
...t
|
|
331
|
+
}) => /* @__PURE__ */ a(
|
|
332
|
+
xe,
|
|
333
|
+
{
|
|
334
|
+
className: d(
|
|
335
|
+
s({ size: "sm" }),
|
|
336
|
+
"text-sm font-normal h-auto w-full py-1.5 z-start",
|
|
337
|
+
"whitespace-normal text-center leading-[unset]",
|
|
338
|
+
"border border-solid",
|
|
339
|
+
"text-gray-800 dark:text-white-alpha-950",
|
|
340
|
+
"border-white-alpha-200",
|
|
341
|
+
"[&:where(:hover,:focus)]:bg-slate-400/5",
|
|
342
|
+
"dark:[&:where(:hover,:focus)]:bg-white-alpha-100 focus:z-start",
|
|
343
|
+
e
|
|
344
|
+
),
|
|
345
|
+
...t
|
|
346
|
+
}
|
|
347
|
+
), ms = ({
|
|
348
|
+
className: e,
|
|
349
|
+
...t
|
|
350
|
+
}) => /* @__PURE__ */ a(
|
|
351
|
+
ge,
|
|
352
|
+
{
|
|
353
|
+
className: d("mt-4 flex flex-col gap-2", e),
|
|
354
|
+
...t
|
|
355
|
+
}
|
|
356
|
+
), is = ({
|
|
357
|
+
className: e,
|
|
358
|
+
...t
|
|
359
|
+
}) => /* @__PURE__ */ a(
|
|
360
|
+
Fe,
|
|
361
|
+
{
|
|
362
|
+
className: d(
|
|
363
|
+
"text-2xs uppercase font-semibold tracking-widest",
|
|
364
|
+
"text-gray-600 dark:text-white-alpha-500",
|
|
365
|
+
e
|
|
366
|
+
),
|
|
367
|
+
...t
|
|
368
|
+
}
|
|
369
|
+
), ns = ({
|
|
370
|
+
className: e,
|
|
371
|
+
...t
|
|
372
|
+
}) => /* @__PURE__ */ a(
|
|
373
|
+
fe,
|
|
374
|
+
{
|
|
375
|
+
className: d("flex flex-wrap gap-2", e),
|
|
376
|
+
...t
|
|
377
|
+
}
|
|
378
|
+
), ls = ({
|
|
379
|
+
className: e,
|
|
380
|
+
...t
|
|
381
|
+
}) => /* @__PURE__ */ a(
|
|
382
|
+
ve,
|
|
383
|
+
{
|
|
384
|
+
className: d(
|
|
385
|
+
s({ size: "sm" }),
|
|
386
|
+
"min-h-9 px-3 py-2 h-auto font-medium",
|
|
387
|
+
"text-sm gap-2 whitespace-normal border ",
|
|
388
|
+
"text-inkeep-primary-strong dark:text-inkeep-expanded-primary-300",
|
|
389
|
+
"border-inkeep-expanded-primary-200",
|
|
390
|
+
"dark:border-inkeep-expanded-primary-200",
|
|
391
|
+
"hover:bg-inkeep-primary-light-subtle",
|
|
392
|
+
"dark:hover:bg-white-alpha-100",
|
|
393
|
+
e
|
|
394
|
+
),
|
|
395
|
+
...t
|
|
396
|
+
}
|
|
397
|
+
), cs = ({
|
|
398
|
+
className: e,
|
|
399
|
+
...t
|
|
400
|
+
}) => /* @__PURE__ */ a(
|
|
401
|
+
oe,
|
|
402
|
+
{
|
|
403
|
+
className: d("flex flex-col w-full min-w-0 min-h-0 text-sm relative", e),
|
|
404
|
+
...t
|
|
405
|
+
}
|
|
406
|
+
), f = ad([
|
|
407
|
+
"flex relative w-full overflow-hidden ikp-md:py-6 py-4",
|
|
408
|
+
"px-5",
|
|
409
|
+
"flex-col ikp-md:flex-row",
|
|
410
|
+
"min-w-0 grow-[2] data-[role=user]:grow-0"
|
|
411
|
+
]), hs = ({
|
|
412
|
+
className: e,
|
|
413
|
+
...t
|
|
414
|
+
}) => /* @__PURE__ */ a(me, { className: d(f(), e), ...t }), bs = ({
|
|
415
|
+
className: e,
|
|
416
|
+
...t
|
|
417
|
+
}) => /* @__PURE__ */ a(
|
|
418
|
+
ie,
|
|
419
|
+
{
|
|
420
|
+
className: d(f(), e),
|
|
421
|
+
...t
|
|
422
|
+
}
|
|
423
|
+
), Cs = ({
|
|
424
|
+
className: e,
|
|
425
|
+
...t
|
|
426
|
+
}) => /* @__PURE__ */ a(
|
|
427
|
+
ke,
|
|
428
|
+
{
|
|
429
|
+
className: d(
|
|
430
|
+
"flex justify-start overflow-hidden shrink-0 select-none",
|
|
431
|
+
"flex-row ikp-md:flex-col",
|
|
432
|
+
"items-center ikp-md:items-start",
|
|
433
|
+
"ikp-md:pl-3",
|
|
434
|
+
"ikp-md:pr-6",
|
|
435
|
+
"mb-4 ikp-md:mb-0",
|
|
436
|
+
"data-[role=user]:hidden",
|
|
437
|
+
e
|
|
438
|
+
),
|
|
439
|
+
...t
|
|
440
|
+
}
|
|
441
|
+
), ps = ({
|
|
442
|
+
className: e,
|
|
443
|
+
...t
|
|
444
|
+
}) => /* @__PURE__ */ a(
|
|
445
|
+
Ae,
|
|
446
|
+
{
|
|
447
|
+
className: d("flex items-center gap-3 h-auto w-full", e),
|
|
448
|
+
children: /* @__PURE__ */ a(od, {}),
|
|
449
|
+
...t
|
|
450
|
+
}
|
|
451
|
+
), us = ({ className: e }) => /* @__PURE__ */ a("div", { className: d("w-full", e), children: /* @__PURE__ */ a(md, {}) }), Es = ({
|
|
452
|
+
className: e,
|
|
453
|
+
...t
|
|
454
|
+
}) => /* @__PURE__ */ a(
|
|
455
|
+
ye,
|
|
456
|
+
{
|
|
457
|
+
className: d("flex items-center justify-center rounded-full", "h-auto", e),
|
|
458
|
+
...t
|
|
459
|
+
}
|
|
460
|
+
), xs = ({
|
|
461
|
+
className: e,
|
|
462
|
+
...t
|
|
463
|
+
}) => /* @__PURE__ */ a(
|
|
464
|
+
Pe,
|
|
465
|
+
{
|
|
466
|
+
className: d(
|
|
467
|
+
"relative flex h-6 w-6 shrink-0 overflow-hidden",
|
|
468
|
+
"data-[username]:bg-inkeep-primary-lighter",
|
|
469
|
+
"dark:data-[username]:bg-inkeep-expanded-primary-300",
|
|
470
|
+
"text-inkeep-primary-stronger font-semibold ",
|
|
471
|
+
"data-[role=user]:hidden",
|
|
472
|
+
"justify-center items-center",
|
|
473
|
+
e
|
|
474
|
+
),
|
|
475
|
+
...t
|
|
476
|
+
}
|
|
477
|
+
), gs = ({
|
|
478
|
+
className: e,
|
|
479
|
+
...t
|
|
480
|
+
}) => /* @__PURE__ */ a(
|
|
481
|
+
we,
|
|
482
|
+
{
|
|
483
|
+
className: d("hidden data-[role=user]:block", e),
|
|
484
|
+
...t
|
|
485
|
+
}
|
|
486
|
+
), Fs = ({
|
|
487
|
+
className: e,
|
|
488
|
+
...t
|
|
489
|
+
}) => /* @__PURE__ */ a(
|
|
490
|
+
Me,
|
|
491
|
+
{
|
|
492
|
+
className: d(
|
|
493
|
+
"data-[type=icon]:data-[role=user]:text-inkeep-primary-medium",
|
|
494
|
+
"dark:data-[type=icon]:data-[role=user]:text-inkeep-expanded-primary-300",
|
|
495
|
+
"data-[type=icon]:data-[role=assistant]:[--start-color:theme(colors.inkeep-expanded-primary.300)]",
|
|
496
|
+
"data-[type=icon]:data-[role=assistant]:[--end-color:theme(colors.inkeep-expanded-primary.700)]",
|
|
497
|
+
"dark:data-[type=icon]:data-[role=assistant]:[--start-color:theme(colors.inkeep-expanded-primary.50)]",
|
|
498
|
+
"dark:data-[type=icon]:data-[role=assistant]:[--end-color:theme(colors.inkeep-expanded-primary.300)]",
|
|
499
|
+
e
|
|
500
|
+
),
|
|
501
|
+
...t
|
|
502
|
+
}
|
|
503
|
+
), fs = ({
|
|
504
|
+
className: e,
|
|
505
|
+
...t
|
|
506
|
+
}) => /* @__PURE__ */ a(
|
|
507
|
+
Ne,
|
|
508
|
+
{
|
|
509
|
+
className: d(
|
|
510
|
+
"py-1 ml-3",
|
|
511
|
+
"text-1sm font-medium",
|
|
512
|
+
"text-gray-600 dark:text-white-alpha-600",
|
|
513
|
+
"data-[role=user]:hidden",
|
|
514
|
+
"ikp-md:hidden",
|
|
515
|
+
e
|
|
516
|
+
),
|
|
517
|
+
...t
|
|
518
|
+
}
|
|
519
|
+
), vs = ({
|
|
520
|
+
className: e,
|
|
521
|
+
...t
|
|
522
|
+
}) => /* @__PURE__ */ a(
|
|
523
|
+
Ie,
|
|
524
|
+
{
|
|
525
|
+
className: d(
|
|
526
|
+
"overflow-hidden flex flex-col",
|
|
527
|
+
"justify-start grow-2 w-full",
|
|
528
|
+
"data-[role=user]:justify-end",
|
|
529
|
+
"data-[role=user]:items-end",
|
|
530
|
+
"data-[role=user]:shrink-2",
|
|
531
|
+
"data-[role=user]:grow-0",
|
|
532
|
+
"ikp-md:pr-3",
|
|
533
|
+
e
|
|
534
|
+
),
|
|
535
|
+
...t
|
|
536
|
+
}
|
|
537
|
+
), ks = ({
|
|
538
|
+
className: e,
|
|
539
|
+
...t
|
|
540
|
+
}) => /* @__PURE__ */ a(
|
|
541
|
+
Be,
|
|
542
|
+
{
|
|
543
|
+
className: d(
|
|
544
|
+
"text-sm flex-wrap break-words min-w-0 shrink-1 max-w-full data-[role=user]:py-2 data-[role=user]:px-4 data-[role=user]:bg-gray-100 data-[role=user]:dark:bg-white-alpha-100 rounded-3xl xs:data-[role=user]:max-w-[75%] rounded-br-sm",
|
|
545
|
+
e
|
|
546
|
+
),
|
|
547
|
+
...t
|
|
548
|
+
}
|
|
549
|
+
), As = I, ys = ({
|
|
550
|
+
className: e,
|
|
551
|
+
...t
|
|
552
|
+
}) => /* @__PURE__ */ a(
|
|
553
|
+
Se,
|
|
554
|
+
{
|
|
555
|
+
className: d("flex flex-wrap gap-2", e),
|
|
556
|
+
...t
|
|
557
|
+
}
|
|
558
|
+
), Ps = ({
|
|
559
|
+
className: e,
|
|
560
|
+
...t
|
|
561
|
+
}) => /* @__PURE__ */ a(
|
|
562
|
+
Te,
|
|
563
|
+
{
|
|
564
|
+
className: d(
|
|
565
|
+
s({ variant: "ghost" }),
|
|
566
|
+
n({ slot: "root" }),
|
|
567
|
+
"font-normal px-2",
|
|
568
|
+
e
|
|
569
|
+
),
|
|
570
|
+
...t
|
|
571
|
+
}
|
|
572
|
+
), ws = ({
|
|
573
|
+
className: e,
|
|
574
|
+
...t
|
|
575
|
+
}) => /* @__PURE__ */ a(
|
|
576
|
+
He,
|
|
577
|
+
{
|
|
578
|
+
className: d(n({ slot: "icon" }), e),
|
|
579
|
+
...t
|
|
580
|
+
}
|
|
581
|
+
), Ms = ({
|
|
582
|
+
className: e,
|
|
583
|
+
...t
|
|
584
|
+
}) => /* @__PURE__ */ a(
|
|
585
|
+
Le,
|
|
586
|
+
{
|
|
587
|
+
className: d(n({ slot: "title" }), e),
|
|
588
|
+
...t
|
|
589
|
+
}
|
|
590
|
+
), Ns = B, Is = ({
|
|
591
|
+
className: e,
|
|
592
|
+
...t
|
|
593
|
+
}) => /* @__PURE__ */ a(
|
|
594
|
+
De,
|
|
595
|
+
{
|
|
596
|
+
className: d(r({ slot: "overlay" }), e),
|
|
597
|
+
...t
|
|
598
|
+
}
|
|
599
|
+
), Bs = ({
|
|
600
|
+
className: e,
|
|
601
|
+
...t
|
|
602
|
+
}) => /* @__PURE__ */ a(
|
|
603
|
+
We,
|
|
604
|
+
{
|
|
605
|
+
className: d(
|
|
606
|
+
r({ slot: "content" }),
|
|
607
|
+
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
608
|
+
"p-8 md:p-10 max-w-2xl",
|
|
609
|
+
e
|
|
610
|
+
),
|
|
611
|
+
...t
|
|
612
|
+
}
|
|
613
|
+
), Ss = ({
|
|
614
|
+
className: e,
|
|
615
|
+
...t
|
|
616
|
+
}) => /* @__PURE__ */ a(
|
|
617
|
+
_e,
|
|
618
|
+
{
|
|
619
|
+
className: d(
|
|
620
|
+
r({ slot: "header" }),
|
|
621
|
+
"px-0 pt-0 pb-8 flex flex-col gap-6",
|
|
622
|
+
"font-semibold",
|
|
623
|
+
e
|
|
624
|
+
),
|
|
625
|
+
...t
|
|
626
|
+
}
|
|
627
|
+
), Ts = ({
|
|
628
|
+
className: e,
|
|
629
|
+
...t
|
|
630
|
+
}) => /* @__PURE__ */ a(
|
|
631
|
+
ze,
|
|
632
|
+
{
|
|
633
|
+
className: d(r({ slot: "close" }), e),
|
|
634
|
+
...t
|
|
635
|
+
}
|
|
636
|
+
), Hs = ({
|
|
637
|
+
className: e,
|
|
638
|
+
...t
|
|
639
|
+
}) => /* @__PURE__ */ a(
|
|
640
|
+
je,
|
|
641
|
+
{
|
|
642
|
+
className: d(r({ slot: "body" }), "p-0", e),
|
|
643
|
+
...t
|
|
644
|
+
}
|
|
645
|
+
), Ls = S, Ds = ({
|
|
646
|
+
componentStyles: e,
|
|
647
|
+
...t
|
|
648
|
+
}) => /* @__PURE__ */ a(
|
|
649
|
+
Qe,
|
|
650
|
+
{
|
|
651
|
+
componentStyles: dd(rd, e ?? {}),
|
|
652
|
+
...t
|
|
653
|
+
}
|
|
654
|
+
), Ws = ({
|
|
655
|
+
className: e,
|
|
656
|
+
...t
|
|
657
|
+
}) => /* @__PURE__ */ a(
|
|
658
|
+
Oe,
|
|
659
|
+
{
|
|
660
|
+
className: d("flex items-center mt-2 mb-3", e),
|
|
661
|
+
...t
|
|
662
|
+
}
|
|
663
|
+
), _s = ({
|
|
664
|
+
className: e,
|
|
665
|
+
...t
|
|
666
|
+
}) => /* @__PURE__ */ a(
|
|
667
|
+
Ve,
|
|
668
|
+
{
|
|
669
|
+
className: d("mr-auto flex items-center gap-2", e),
|
|
670
|
+
...t
|
|
671
|
+
}
|
|
672
|
+
), zs = ({
|
|
673
|
+
className: e,
|
|
674
|
+
...t
|
|
675
|
+
}) => /* @__PURE__ */ a(
|
|
676
|
+
Re,
|
|
677
|
+
{
|
|
678
|
+
className: d(
|
|
679
|
+
s({ size: "xs", variant: "outline" }),
|
|
680
|
+
"text-xs h-[30px] text-gray-700 dark:text-gray-200 gap-1",
|
|
681
|
+
e
|
|
682
|
+
),
|
|
683
|
+
...t
|
|
684
|
+
}
|
|
685
|
+
), js = ({
|
|
686
|
+
className: e,
|
|
687
|
+
...t
|
|
688
|
+
}) => /* @__PURE__ */ a(
|
|
689
|
+
qe,
|
|
690
|
+
{
|
|
691
|
+
className: d(
|
|
692
|
+
s({ variant: "iconButton", size: "sm" }),
|
|
693
|
+
"data-[upvoted]:text-inkeep-primary-medium",
|
|
694
|
+
"data-[downvoted]:text-inkeep-primary-medium",
|
|
695
|
+
"data-[upvoted]:dark:text-inkeep-expanded-primary-300",
|
|
696
|
+
"data-[downvoted]:dark:text-inkeep-expanded-primary-300",
|
|
697
|
+
"dark:hover:text-inkeep-expanded-primary-300 px-2 text-md",
|
|
698
|
+
e
|
|
699
|
+
),
|
|
700
|
+
...t
|
|
701
|
+
}
|
|
702
|
+
), Qs = T, Os = ({
|
|
703
|
+
className: e,
|
|
704
|
+
...t
|
|
705
|
+
}) => /* @__PURE__ */ a(
|
|
706
|
+
Ge,
|
|
707
|
+
{
|
|
708
|
+
className: d(
|
|
709
|
+
"block text-xs font-medium my-2 text-gray-700 dark:text-gray-dark-300",
|
|
710
|
+
e
|
|
711
|
+
),
|
|
712
|
+
...t
|
|
713
|
+
}
|
|
714
|
+
), Vs = ({
|
|
715
|
+
className: e,
|
|
716
|
+
...t
|
|
717
|
+
}) => /* @__PURE__ */ a(
|
|
718
|
+
Ke,
|
|
719
|
+
{
|
|
720
|
+
className: d("w-full relative flex flex-col gap-3 py-[1px]", e),
|
|
721
|
+
...t
|
|
722
|
+
}
|
|
723
|
+
), Rs = ({
|
|
724
|
+
className: e,
|
|
725
|
+
...t
|
|
726
|
+
}) => /* @__PURE__ */ a(
|
|
727
|
+
$e,
|
|
728
|
+
{
|
|
729
|
+
className: d(m({ slot: "root" }), e),
|
|
730
|
+
...t
|
|
731
|
+
}
|
|
732
|
+
), qs = ({
|
|
733
|
+
className: e,
|
|
734
|
+
...t
|
|
735
|
+
}) => /* @__PURE__ */ a(
|
|
736
|
+
Je,
|
|
737
|
+
{
|
|
738
|
+
className: d(m({ slot: "breadcrumbs" }), e),
|
|
739
|
+
...t
|
|
740
|
+
}
|
|
741
|
+
), Gs = ({
|
|
742
|
+
className: e,
|
|
743
|
+
...t
|
|
744
|
+
}) => /* @__PURE__ */ a(
|
|
745
|
+
Ue,
|
|
746
|
+
{
|
|
747
|
+
className: d(m({ slot: "breadcrumbsIcon" }), e),
|
|
748
|
+
...t
|
|
749
|
+
}
|
|
750
|
+
), Ks = ({
|
|
751
|
+
className: e,
|
|
752
|
+
...t
|
|
753
|
+
}) => /* @__PURE__ */ a(
|
|
754
|
+
Xe,
|
|
755
|
+
{
|
|
756
|
+
className: d(m({ slot: "icon" }), e),
|
|
757
|
+
...t
|
|
758
|
+
}
|
|
759
|
+
), $s = ({
|
|
760
|
+
className: e,
|
|
761
|
+
...t
|
|
762
|
+
}) => /* @__PURE__ */ a(
|
|
763
|
+
Ye,
|
|
764
|
+
{
|
|
765
|
+
className: d(m({ slot: "title" }), e),
|
|
766
|
+
...t
|
|
767
|
+
}
|
|
768
|
+
), Js = ({
|
|
769
|
+
className: e,
|
|
770
|
+
...t
|
|
771
|
+
}) => /* @__PURE__ */ a(
|
|
772
|
+
Ze,
|
|
773
|
+
{
|
|
774
|
+
className: d(m({ slot: "tag" }), e),
|
|
775
|
+
...t
|
|
776
|
+
}
|
|
777
|
+
), Us = ({
|
|
778
|
+
className: e,
|
|
779
|
+
...t
|
|
780
|
+
}) => /* @__PURE__ */ a(
|
|
781
|
+
et,
|
|
782
|
+
{
|
|
783
|
+
className: d(m({ slot: "description" }), e),
|
|
784
|
+
...t
|
|
785
|
+
}
|
|
786
|
+
), Xs = ({
|
|
787
|
+
className: e,
|
|
788
|
+
...t
|
|
789
|
+
}) => /* @__PURE__ */ a(
|
|
790
|
+
tt,
|
|
791
|
+
{
|
|
792
|
+
className: d(m({ slot: "descriptionPart" }), e),
|
|
793
|
+
...t
|
|
794
|
+
}
|
|
795
|
+
), Ys = ({
|
|
796
|
+
className: e,
|
|
797
|
+
...t
|
|
798
|
+
}) => /* @__PURE__ */ a(
|
|
799
|
+
at,
|
|
800
|
+
{
|
|
801
|
+
className: d(m({ slot: "indicator" }), e),
|
|
802
|
+
...t
|
|
803
|
+
}
|
|
804
|
+
), Zs = ({
|
|
805
|
+
className: e,
|
|
806
|
+
...t
|
|
807
|
+
}) => /* @__PURE__ */ a(
|
|
808
|
+
dt,
|
|
809
|
+
{
|
|
810
|
+
className: d(
|
|
811
|
+
"bg-white dark:bg-gray-dark-950 pt-6 pb-4",
|
|
812
|
+
"px-5 relative",
|
|
813
|
+
"before:absolute before:block before:top-0 before:left-0",
|
|
814
|
+
"before:pointer-events-none before:w-full before:h-3",
|
|
815
|
+
"before:bg-[linear-gradient(transparent,_white)] dark:before:bg-[linear-gradient(transparent,_var(--ikp-color-gray-dark-950))]",
|
|
816
|
+
"before:-translate-y-full",
|
|
817
|
+
e
|
|
818
|
+
),
|
|
819
|
+
...t
|
|
820
|
+
}
|
|
821
|
+
), er = ({
|
|
822
|
+
className: e,
|
|
823
|
+
...t
|
|
824
|
+
}) => /* @__PURE__ */ a(
|
|
825
|
+
st,
|
|
826
|
+
{
|
|
827
|
+
className: d(
|
|
828
|
+
"relative flex flex-col w-full py-1 px-2",
|
|
829
|
+
"rounded-lg items-stretch shadow-md dark:shadow-none",
|
|
830
|
+
"bg-gray-50 dark:bg-white-alpha-50",
|
|
831
|
+
e
|
|
832
|
+
),
|
|
833
|
+
...t
|
|
834
|
+
}
|
|
835
|
+
), tr = ({
|
|
836
|
+
className: e,
|
|
837
|
+
...t
|
|
838
|
+
}) => /* @__PURE__ */ a(rt, { className: d("flex", e), ...t }), ar = u(({ className: e, ...t }, o) => /* @__PURE__ */ a(
|
|
839
|
+
ot,
|
|
840
|
+
{
|
|
841
|
+
ref: o,
|
|
842
|
+
className: d(
|
|
843
|
+
"min-h-[unset] text-sm overflow-hidden w-full resize-none",
|
|
844
|
+
"placeholder:text-gray-500 dark:placeholder:text-gray-dark-200",
|
|
845
|
+
"border-none outline-none shadow-none bg-transparent",
|
|
846
|
+
"px-3 py-2 mr-2 max-h-[200px] overflow-y-auto disabled:cursor-not-allowed",
|
|
847
|
+
e
|
|
848
|
+
),
|
|
849
|
+
...t
|
|
850
|
+
}
|
|
851
|
+
)), dr = ({
|
|
852
|
+
className: e,
|
|
853
|
+
...t
|
|
854
|
+
}) => /* @__PURE__ */ a(
|
|
855
|
+
mt,
|
|
856
|
+
{
|
|
857
|
+
className: d(
|
|
858
|
+
s({}),
|
|
859
|
+
"group",
|
|
860
|
+
"bg-transparent relative size-9 min-w-[unset] rounded-lg transition-all ease-linear",
|
|
861
|
+
"text-inkeep-primary-medium dark:text-inkeep-expanded-primary-500",
|
|
862
|
+
"active:bg-gray-300 dark:active:bg-white-alpha-100",
|
|
863
|
+
"hover:bg-gray-200 hover:text-inkeep-primary-strong",
|
|
864
|
+
"dark:hover:bg-white-alpha-100 dark:hover:text-inkeep-expanded-primary-300",
|
|
865
|
+
"disabled:text-gray-500 dark:disabled:text-white",
|
|
866
|
+
"disabled:cursor-not-allowed hover:disabled:[background:none] active:disabled:[background:none]",
|
|
867
|
+
e
|
|
868
|
+
),
|
|
869
|
+
...t
|
|
870
|
+
}
|
|
871
|
+
), sr = ({
|
|
872
|
+
className: e,
|
|
873
|
+
...t
|
|
874
|
+
}) => /* @__PURE__ */ a(
|
|
875
|
+
it,
|
|
876
|
+
{
|
|
877
|
+
className: d(ed(), "text-inherit group-disabled:opacity-60 ", e),
|
|
878
|
+
...t
|
|
879
|
+
}
|
|
880
|
+
), rr = ({
|
|
881
|
+
className: e,
|
|
882
|
+
...t
|
|
883
|
+
}) => /* @__PURE__ */ a(
|
|
884
|
+
nt,
|
|
885
|
+
{
|
|
886
|
+
className: d(
|
|
887
|
+
"flex items-center justify-between",
|
|
888
|
+
"flex-wrap gap-2 px-1 pt-2 pb-1",
|
|
889
|
+
e
|
|
890
|
+
),
|
|
891
|
+
...t
|
|
892
|
+
}
|
|
893
|
+
), or = ({
|
|
894
|
+
className: e,
|
|
895
|
+
...t
|
|
896
|
+
}) => /* @__PURE__ */ a(
|
|
897
|
+
lt,
|
|
898
|
+
{
|
|
899
|
+
className: d("flex items-center gap-2 flex-wrap px-3 min-w-0", e),
|
|
900
|
+
...t
|
|
901
|
+
}
|
|
902
|
+
), mr = ({
|
|
903
|
+
className: e,
|
|
904
|
+
...t
|
|
905
|
+
}) => /* @__PURE__ */ a(
|
|
906
|
+
ct,
|
|
907
|
+
{
|
|
908
|
+
className: d(n({ slot: "root" }), e),
|
|
909
|
+
...t
|
|
910
|
+
}
|
|
911
|
+
), ir = ({
|
|
912
|
+
className: e,
|
|
913
|
+
...t
|
|
914
|
+
}) => /* @__PURE__ */ a(
|
|
915
|
+
ht,
|
|
916
|
+
{
|
|
917
|
+
className: d(n({ slot: "icon" }), e),
|
|
918
|
+
...t
|
|
919
|
+
}
|
|
920
|
+
), nr = ({
|
|
921
|
+
className: e,
|
|
922
|
+
...t
|
|
923
|
+
}) => /* @__PURE__ */ a(
|
|
924
|
+
bt,
|
|
925
|
+
{
|
|
926
|
+
className: d(n({ slot: "title" }), e),
|
|
927
|
+
...t
|
|
928
|
+
}
|
|
929
|
+
), lr = ({
|
|
930
|
+
className: e,
|
|
931
|
+
...t
|
|
932
|
+
}) => /* @__PURE__ */ a(
|
|
933
|
+
Ct,
|
|
934
|
+
{
|
|
935
|
+
className: d(n({ slot: "delete" }), e),
|
|
936
|
+
...t
|
|
937
|
+
}
|
|
938
|
+
), cr = ({
|
|
939
|
+
className: e,
|
|
940
|
+
...t
|
|
941
|
+
}) => /* @__PURE__ */ a(
|
|
942
|
+
pt,
|
|
943
|
+
{
|
|
944
|
+
className: d("flex items-center justify-between", "gap-2 flex-wrap px-3", e),
|
|
945
|
+
...t
|
|
946
|
+
}
|
|
947
|
+
), hr = H, br = ({
|
|
948
|
+
className: e,
|
|
949
|
+
...t
|
|
950
|
+
}) => /* @__PURE__ */ a(
|
|
951
|
+
ut,
|
|
952
|
+
{
|
|
953
|
+
className: d("cursor-pointer text-sm text-gray-600", "dark:text-white-alpha-600", e),
|
|
954
|
+
...t
|
|
955
|
+
}
|
|
956
|
+
), Cr = ({
|
|
957
|
+
className: e,
|
|
958
|
+
...t
|
|
959
|
+
}) => /* @__PURE__ */ a(
|
|
960
|
+
Et,
|
|
961
|
+
{
|
|
962
|
+
className: d(
|
|
963
|
+
"bg-white text-gray-800 fill-white",
|
|
964
|
+
"dark:bg-gray-dark-800 dark:text-white-alpha-950 dark:fill-gray-dark-800",
|
|
965
|
+
"shadow-[0_8px_30px_rgba(0,0,0,0.12)] z-dropdown",
|
|
966
|
+
"px-3 py-2 rounded-md text-sm font-normal max-w-[200px]",
|
|
967
|
+
e
|
|
968
|
+
),
|
|
969
|
+
...t
|
|
970
|
+
}
|
|
971
|
+
), pr = L, ur = ({
|
|
972
|
+
className: e,
|
|
973
|
+
...t
|
|
974
|
+
}) => /* @__PURE__ */ a(xt, { className: d("contents", e), ...t }), Er = ({
|
|
975
|
+
className: e,
|
|
976
|
+
...t
|
|
977
|
+
}) => /* @__PURE__ */ a(
|
|
978
|
+
gt,
|
|
979
|
+
{
|
|
980
|
+
className: d(
|
|
981
|
+
s({ variant: "outline", size: "xs" }),
|
|
982
|
+
"light:text-gray-700 gap-1",
|
|
983
|
+
e
|
|
984
|
+
),
|
|
985
|
+
...t
|
|
986
|
+
}
|
|
987
|
+
), xr = D, gr = ({
|
|
988
|
+
className: e,
|
|
989
|
+
...t
|
|
990
|
+
}) => /* @__PURE__ */ a(
|
|
991
|
+
Ft,
|
|
992
|
+
{
|
|
993
|
+
className: d(r({ slot: "overlay" }), e),
|
|
994
|
+
...t
|
|
995
|
+
}
|
|
996
|
+
), Fr = ({
|
|
997
|
+
className: e,
|
|
998
|
+
...t
|
|
999
|
+
}) => /* @__PURE__ */ a(
|
|
1000
|
+
ft,
|
|
1001
|
+
{
|
|
1002
|
+
className: d(
|
|
1003
|
+
r({ slot: "content" }),
|
|
1004
|
+
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
1005
|
+
"p-8 md:p-10 max-w-2xl",
|
|
1006
|
+
e
|
|
1007
|
+
),
|
|
1008
|
+
...t
|
|
1009
|
+
}
|
|
1010
|
+
), fr = ({
|
|
1011
|
+
className: e,
|
|
1012
|
+
...t
|
|
1013
|
+
}) => /* @__PURE__ */ a(
|
|
1014
|
+
vt,
|
|
1015
|
+
{
|
|
1016
|
+
className: d(r({ slot: "header" }), "px-0 pt-0 pb-8 gap-y-2", "font-semibold", e),
|
|
1017
|
+
...t
|
|
1018
|
+
}
|
|
1019
|
+
), vr = ({
|
|
1020
|
+
className: e,
|
|
1021
|
+
...t
|
|
1022
|
+
}) => /* @__PURE__ */ a(
|
|
1023
|
+
kt,
|
|
1024
|
+
{
|
|
1025
|
+
className: d("w-full semibold", e),
|
|
1026
|
+
...t
|
|
1027
|
+
}
|
|
1028
|
+
), kr = ({
|
|
1029
|
+
className: e,
|
|
1030
|
+
...t
|
|
1031
|
+
}) => /* @__PURE__ */ a(
|
|
1032
|
+
At,
|
|
1033
|
+
{
|
|
1034
|
+
className: d(
|
|
1035
|
+
"text-gray-700 dark:text-white-alpha-700",
|
|
1036
|
+
"text-sm font-normal w-full",
|
|
1037
|
+
e
|
|
1038
|
+
),
|
|
1039
|
+
...t
|
|
1040
|
+
}
|
|
1041
|
+
), Ar = W, yr = ({
|
|
1042
|
+
className: e,
|
|
1043
|
+
...t
|
|
1044
|
+
}) => /* @__PURE__ */ a(
|
|
1045
|
+
yt,
|
|
1046
|
+
{
|
|
1047
|
+
className: d(r({ slot: "close" }), e),
|
|
1048
|
+
...t
|
|
1049
|
+
}
|
|
1050
|
+
), Pr = ({
|
|
1051
|
+
className: e,
|
|
1052
|
+
...t
|
|
1053
|
+
}) => /* @__PURE__ */ a(
|
|
1054
|
+
Pt,
|
|
1055
|
+
{
|
|
1056
|
+
className: d(r({ slot: "body" }), "p-0", e),
|
|
1057
|
+
...t
|
|
1058
|
+
}
|
|
1059
|
+
), wr = ({
|
|
1060
|
+
className: e,
|
|
1061
|
+
...t
|
|
1062
|
+
}) => /* @__PURE__ */ a(
|
|
1063
|
+
wt,
|
|
1064
|
+
{
|
|
1065
|
+
className: d("flex flex-col gap-8", e),
|
|
1066
|
+
...t
|
|
1067
|
+
}
|
|
1068
|
+
), Mr = ({
|
|
1069
|
+
className: e,
|
|
1070
|
+
...t
|
|
1071
|
+
}) => /* @__PURE__ */ a(
|
|
1072
|
+
Mt,
|
|
1073
|
+
{
|
|
1074
|
+
className: d("flex flex-col gap-2", e),
|
|
1075
|
+
...t
|
|
1076
|
+
}
|
|
1077
|
+
), Nr = ({
|
|
1078
|
+
className: e,
|
|
1079
|
+
...t
|
|
1080
|
+
}) => /* @__PURE__ */ a(
|
|
1081
|
+
Nt,
|
|
1082
|
+
{
|
|
1083
|
+
className: d("text-sm font-medium text-gray-700 dark:text-white-alpha-700", e),
|
|
1084
|
+
...t
|
|
1085
|
+
}
|
|
1086
|
+
), Ir = ({
|
|
1087
|
+
className: e,
|
|
1088
|
+
...t
|
|
1089
|
+
}) => /* @__PURE__ */ a(
|
|
1090
|
+
It,
|
|
1091
|
+
{
|
|
1092
|
+
className: d(
|
|
1093
|
+
"h-9 px-3 rounded-md border",
|
|
1094
|
+
"focus:outline-none focus:[--shadow-color:theme(colors.blue.500)]",
|
|
1095
|
+
"data-[invalid]:[--shadow-color:theme(colors.red.500)]",
|
|
1096
|
+
"shadow-[0_0_0_2px_var(--shadow-color)]",
|
|
1097
|
+
e
|
|
1098
|
+
),
|
|
1099
|
+
...t
|
|
1100
|
+
}
|
|
1101
|
+
), Br = ({
|
|
1102
|
+
className: e,
|
|
1103
|
+
...t
|
|
1104
|
+
}) => /* @__PURE__ */ a(
|
|
1105
|
+
Bt,
|
|
1106
|
+
{
|
|
1107
|
+
className: d("text-sm text-red-500", e),
|
|
1108
|
+
...t
|
|
1109
|
+
}
|
|
1110
|
+
), Sr = ({
|
|
1111
|
+
className: e,
|
|
1112
|
+
...t
|
|
1113
|
+
}) => /* @__PURE__ */ a(
|
|
1114
|
+
St,
|
|
1115
|
+
{
|
|
1116
|
+
className: d("flex flex-col gap-2", e),
|
|
1117
|
+
...t
|
|
1118
|
+
}
|
|
1119
|
+
), Tr = ({
|
|
1120
|
+
className: e,
|
|
1121
|
+
...t
|
|
1122
|
+
}) => /* @__PURE__ */ a(
|
|
1123
|
+
Tt,
|
|
1124
|
+
{
|
|
1125
|
+
className: d("text-sm font-medium text-gray-700 dark:text-white-alpha-700", e),
|
|
1126
|
+
...t
|
|
1127
|
+
}
|
|
1128
|
+
), Hr = ({
|
|
1129
|
+
className: e,
|
|
1130
|
+
...t
|
|
1131
|
+
}) => /* @__PURE__ */ a(
|
|
1132
|
+
Ht,
|
|
1133
|
+
{
|
|
1134
|
+
className: d(
|
|
1135
|
+
l({ size: "md", variant: "outline" }),
|
|
1136
|
+
"min-h-20 px-3 py-1 text-sm",
|
|
1137
|
+
e
|
|
1138
|
+
),
|
|
1139
|
+
...t
|
|
1140
|
+
}
|
|
1141
|
+
), Lr = ({
|
|
1142
|
+
className: e,
|
|
1143
|
+
...t
|
|
1144
|
+
}) => /* @__PURE__ */ a(
|
|
1145
|
+
Lt,
|
|
1146
|
+
{
|
|
1147
|
+
className: d("text-sm text-red-500", e),
|
|
1148
|
+
...t
|
|
1149
|
+
}
|
|
1150
|
+
), Dr = ({
|
|
1151
|
+
className: e,
|
|
1152
|
+
...t
|
|
1153
|
+
}) => /* @__PURE__ */ a(
|
|
1154
|
+
Dt,
|
|
1155
|
+
{
|
|
1156
|
+
className: d(s({ variant: "primaryFilled" }), "ml-auto", e),
|
|
1157
|
+
...t
|
|
1158
|
+
}
|
|
1159
|
+
), Wr = ({
|
|
1160
|
+
className: e,
|
|
1161
|
+
...t
|
|
1162
|
+
}) => /* @__PURE__ */ a(
|
|
1163
|
+
Wt,
|
|
1164
|
+
{
|
|
1165
|
+
className: d("mt-4 flex items-start justify-between flex-wrap-reverse gap-2.5", e),
|
|
1166
|
+
...t
|
|
1167
|
+
}
|
|
1168
|
+
), _r = ({
|
|
1169
|
+
className: e,
|
|
1170
|
+
...t
|
|
1171
|
+
}) => /* @__PURE__ */ a(
|
|
1172
|
+
_t,
|
|
1173
|
+
{
|
|
1174
|
+
className: d("flex items-center gap-2.5 flex-wrap", e),
|
|
1175
|
+
...t
|
|
1176
|
+
}
|
|
1177
|
+
), zr = ({
|
|
1178
|
+
className: e,
|
|
1179
|
+
...t
|
|
1180
|
+
}) => /* @__PURE__ */ a(
|
|
1181
|
+
zt,
|
|
1182
|
+
{
|
|
1183
|
+
className: d("flex items-center whitespace-nowrap", e),
|
|
1184
|
+
...t
|
|
1185
|
+
}
|
|
1186
|
+
), jr = ({
|
|
1187
|
+
className: e,
|
|
1188
|
+
...t
|
|
1189
|
+
}) => /* @__PURE__ */ a(
|
|
1190
|
+
jt,
|
|
1191
|
+
{
|
|
1192
|
+
className: d("text-xs text-gray-500 dark:text-white-alpha-600", e),
|
|
1193
|
+
...t
|
|
1194
|
+
}
|
|
1195
|
+
), Qr = ({
|
|
1196
|
+
className: e,
|
|
1197
|
+
...t
|
|
1198
|
+
}) => /* @__PURE__ */ a(
|
|
1199
|
+
Qt,
|
|
1200
|
+
{
|
|
1201
|
+
className: d("text-gray-500 dark:text-white dark:opacity-60", "w-5 ml-1 mr-0.5", e),
|
|
1202
|
+
...t
|
|
1203
|
+
}
|
|
1204
|
+
), Or = ({
|
|
1205
|
+
className: e,
|
|
1206
|
+
...t
|
|
1207
|
+
}) => /* @__PURE__ */ a(
|
|
1208
|
+
Ot,
|
|
1209
|
+
{
|
|
1210
|
+
className: d(
|
|
1211
|
+
td(),
|
|
1212
|
+
"inline-flex text-1sm text-gray-500",
|
|
1213
|
+
"dark:text-white-alpha-600 font-medium",
|
|
1214
|
+
e
|
|
1215
|
+
),
|
|
1216
|
+
...t
|
|
1217
|
+
}
|
|
1218
|
+
), x = d(
|
|
1219
|
+
s({ size: "xs", variant: "outline" }),
|
|
1220
|
+
"text-gray-700 dark:text-white-alpha-700"
|
|
1221
|
+
), Vr = ({
|
|
1222
|
+
className: e,
|
|
1223
|
+
...t
|
|
1224
|
+
}) => /* @__PURE__ */ a(Vt, { className: d(x, e), ...t }), Rr = ({
|
|
1225
|
+
className: e,
|
|
1226
|
+
...t
|
|
1227
|
+
}) => /* @__PURE__ */ a(Rt, { className: d("cursor-pointer", e), ...t }), qr = ({
|
|
1228
|
+
className: e,
|
|
1229
|
+
...t
|
|
1230
|
+
}) => /* @__PURE__ */ a(
|
|
1231
|
+
qt,
|
|
1232
|
+
{
|
|
1233
|
+
className: d(
|
|
1234
|
+
"bg-white text-gray-800 fill-white",
|
|
1235
|
+
"dark:bg-gray-dark-800 dark:text-white-alpha-900 dark:fill-gray-dark-800",
|
|
1236
|
+
"shadow-[0_8px_30px_rgba(0,0,0,0.12)]",
|
|
1237
|
+
"px-2 py-3 rounded-md text-sm font-normal",
|
|
1238
|
+
e
|
|
1239
|
+
),
|
|
1240
|
+
...t
|
|
1241
|
+
}
|
|
1242
|
+
), Gr = _, Kr = ({
|
|
1243
|
+
className: e,
|
|
1244
|
+
...t
|
|
1245
|
+
}) => /* @__PURE__ */ a(Gt, { className: d(x, e), ...t }), $r = ({
|
|
1246
|
+
className: e,
|
|
1247
|
+
...t
|
|
1248
|
+
}) => /* @__PURE__ */ a(
|
|
1249
|
+
Kt,
|
|
1250
|
+
{
|
|
1251
|
+
className: d(x, e),
|
|
1252
|
+
...t
|
|
1253
|
+
}
|
|
1254
|
+
), Jr = ({
|
|
1255
|
+
className: e,
|
|
1256
|
+
...t
|
|
1257
|
+
}) => /* @__PURE__ */ a(
|
|
1258
|
+
$t,
|
|
1259
|
+
{
|
|
1260
|
+
className: d(
|
|
1261
|
+
C({ slot: "content" }),
|
|
1262
|
+
"gap-3 px-3 py-4 ",
|
|
1263
|
+
"w-[254px] text-sm font-normal",
|
|
1264
|
+
e
|
|
1265
|
+
),
|
|
1266
|
+
...t
|
|
1267
|
+
}
|
|
1268
|
+
), Ur = ({
|
|
1269
|
+
className: e,
|
|
1270
|
+
...t
|
|
1271
|
+
}) => /* @__PURE__ */ a(
|
|
1272
|
+
Jt,
|
|
1273
|
+
{
|
|
1274
|
+
className: d(C({ slot: "arrow" }), e),
|
|
1275
|
+
...t
|
|
1276
|
+
}
|
|
1277
|
+
), Xr = ({
|
|
1278
|
+
className: e,
|
|
1279
|
+
...t
|
|
1280
|
+
}) => /* @__PURE__ */ a(
|
|
1281
|
+
Ut,
|
|
1282
|
+
{
|
|
1283
|
+
className: d("flex items-center cursor-pointer hover:underline", e),
|
|
1284
|
+
...t
|
|
1285
|
+
}
|
|
1286
|
+
), Yr = ({
|
|
1287
|
+
className: e,
|
|
1288
|
+
...t
|
|
1289
|
+
}) => /* @__PURE__ */ a(
|
|
1290
|
+
Xt,
|
|
1291
|
+
{
|
|
1292
|
+
className: d("mr-2 text-inkeep-primary-medium", e),
|
|
1293
|
+
...t
|
|
1294
|
+
}
|
|
1295
|
+
), Zr = z, eo = ({
|
|
1296
|
+
className: e,
|
|
1297
|
+
...t
|
|
1298
|
+
}) => /* @__PURE__ */ a(
|
|
1299
|
+
Yt,
|
|
1300
|
+
{
|
|
1301
|
+
className: d(r({ slot: "overlay" }), e),
|
|
1302
|
+
...t
|
|
1303
|
+
}
|
|
1304
|
+
), to = ({
|
|
1305
|
+
className: e,
|
|
1306
|
+
...t
|
|
1307
|
+
}) => /* @__PURE__ */ a(
|
|
1308
|
+
Zt,
|
|
1309
|
+
{
|
|
1310
|
+
className: d(
|
|
1311
|
+
r({ slot: "content" }),
|
|
1312
|
+
"my-6 md:my-12 top-0 left-[unset] transform-none relative",
|
|
1313
|
+
"p-8 md:p-10 max-w-[480px]",
|
|
1314
|
+
e
|
|
1315
|
+
),
|
|
1316
|
+
...t
|
|
1317
|
+
}
|
|
1318
|
+
), ao = ({
|
|
1319
|
+
className: e,
|
|
1320
|
+
...t
|
|
1321
|
+
}) => /* @__PURE__ */ a(
|
|
1322
|
+
ea,
|
|
1323
|
+
{
|
|
1324
|
+
className: d(r({ slot: "header" }), "px-0 pt-0 pb-8", "font-semibold", e),
|
|
1325
|
+
...t
|
|
1326
|
+
}
|
|
1327
|
+
), so = ({
|
|
1328
|
+
className: e,
|
|
1329
|
+
...t
|
|
1330
|
+
}) => /* @__PURE__ */ a(
|
|
1331
|
+
ta,
|
|
1332
|
+
{
|
|
1333
|
+
className: d(r({ slot: "close" }), e),
|
|
1334
|
+
...t
|
|
1335
|
+
}
|
|
1336
|
+
), ro = ({
|
|
1337
|
+
className: e,
|
|
1338
|
+
...t
|
|
1339
|
+
}) => /* @__PURE__ */ a(
|
|
1340
|
+
aa,
|
|
1341
|
+
{
|
|
1342
|
+
className: d(r({ slot: "body" }), "p-0", e),
|
|
1343
|
+
...t
|
|
1344
|
+
}
|
|
1345
|
+
), oo = ({
|
|
1346
|
+
className: e,
|
|
1347
|
+
...t
|
|
1348
|
+
}) => /* @__PURE__ */ a(da, { className: d("flex flex-col gap-8", e), ...t }), mo = ({
|
|
1349
|
+
className: e,
|
|
1350
|
+
...t
|
|
1351
|
+
}) => /* @__PURE__ */ a(
|
|
1352
|
+
sa,
|
|
1353
|
+
{
|
|
1354
|
+
className: d("flex flex-wrap items-center", "gap-[.75rem_0.5rem]", e),
|
|
1355
|
+
...t
|
|
1356
|
+
}
|
|
1357
|
+
), io = ({
|
|
1358
|
+
className: e,
|
|
1359
|
+
...t
|
|
1360
|
+
}) => /* @__PURE__ */ a(
|
|
1361
|
+
ra,
|
|
1362
|
+
{
|
|
1363
|
+
className: d(b({ slot: "root" }), e),
|
|
1364
|
+
...t
|
|
1365
|
+
}
|
|
1366
|
+
), no = ({
|
|
1367
|
+
className: e,
|
|
1368
|
+
...t
|
|
1369
|
+
}) => /* @__PURE__ */ a(
|
|
1370
|
+
oa,
|
|
1371
|
+
{
|
|
1372
|
+
className: d(b({ slot: "indicator" }), e),
|
|
1373
|
+
...t
|
|
1374
|
+
}
|
|
1375
|
+
), lo = ({
|
|
1376
|
+
className: e,
|
|
1377
|
+
...t
|
|
1378
|
+
}) => /* @__PURE__ */ a(
|
|
1379
|
+
ma,
|
|
1380
|
+
{
|
|
1381
|
+
className: d(
|
|
1382
|
+
"select-none cursor-pointer font-medium text-sm",
|
|
1383
|
+
"text-gray-700 dark:text-white-alpha-700",
|
|
1384
|
+
e
|
|
1385
|
+
),
|
|
1386
|
+
...t
|
|
1387
|
+
}
|
|
1388
|
+
), co = ({
|
|
1389
|
+
className: e,
|
|
1390
|
+
...t
|
|
1391
|
+
}) => /* @__PURE__ */ a(
|
|
1392
|
+
ia,
|
|
1393
|
+
{
|
|
1394
|
+
className: d("flex-[0_0_100%]", "min-h-20 border rounded-md", "px-3 py-2 text-sm", e),
|
|
1395
|
+
...t
|
|
1396
|
+
}
|
|
1397
|
+
), ho = ({
|
|
1398
|
+
className: e,
|
|
1399
|
+
...t
|
|
1400
|
+
}) => /* @__PURE__ */ a(
|
|
1401
|
+
na,
|
|
1402
|
+
{
|
|
1403
|
+
className: d(s({ variant: "primaryFilled" }), "ml-auto", e),
|
|
1404
|
+
...t
|
|
1405
|
+
}
|
|
1406
|
+
), bo = ({
|
|
1407
|
+
className: e,
|
|
1408
|
+
...t
|
|
1409
|
+
}) => /* @__PURE__ */ a(
|
|
1410
|
+
la,
|
|
1411
|
+
{
|
|
1412
|
+
className: d("w-full overflow-y-auto [scrollbar-width:thin]", e),
|
|
1413
|
+
...t
|
|
1414
|
+
}
|
|
1415
|
+
), Co = ({
|
|
1416
|
+
className: e,
|
|
1417
|
+
...t
|
|
1418
|
+
}) => /* @__PURE__ */ a(
|
|
1419
|
+
ca,
|
|
1420
|
+
{
|
|
1421
|
+
className: d(
|
|
1422
|
+
p({ section: "content" }),
|
|
1423
|
+
"relative pt-4 pb-8 gap-8",
|
|
1424
|
+
"items-start justify-center w-full",
|
|
1425
|
+
"px-6 ikp-md:px-10 ikp-md:pb-12",
|
|
1426
|
+
e
|
|
1427
|
+
),
|
|
1428
|
+
...t
|
|
1429
|
+
}
|
|
1430
|
+
), po = ({
|
|
1431
|
+
className: e,
|
|
1432
|
+
...t
|
|
1433
|
+
}) => /* @__PURE__ */ a(
|
|
1434
|
+
ha,
|
|
1435
|
+
{
|
|
1436
|
+
className: d(
|
|
1437
|
+
s({ variant: "ghost" }),
|
|
1438
|
+
"absolute right-1 top-1",
|
|
1439
|
+
"text-xl text-gray-500 dark:text-white-alpha-500 w-10 h-10 z-modal",
|
|
1440
|
+
e
|
|
1441
|
+
),
|
|
1442
|
+
...t
|
|
1443
|
+
}
|
|
1444
|
+
), uo = ({
|
|
1445
|
+
className: e,
|
|
1446
|
+
...t
|
|
1447
|
+
}) => /* @__PURE__ */ a(
|
|
1448
|
+
ba,
|
|
1449
|
+
{
|
|
1450
|
+
className: d("mt-8 flex flex-col gap-6", e),
|
|
1451
|
+
...t
|
|
1452
|
+
}
|
|
1453
|
+
), Eo = ({
|
|
1454
|
+
className: e,
|
|
1455
|
+
...t
|
|
1456
|
+
}) => /* @__PURE__ */ a(
|
|
1457
|
+
Ca,
|
|
1458
|
+
{
|
|
1459
|
+
className: d("font-semibold text-xl leading-5", e),
|
|
1460
|
+
...t
|
|
1461
|
+
}
|
|
1462
|
+
), xo = ({
|
|
1463
|
+
className: e,
|
|
1464
|
+
...t
|
|
1465
|
+
}) => /* @__PURE__ */ a(
|
|
1466
|
+
pa,
|
|
1467
|
+
{
|
|
1468
|
+
className: d("text-gray-700 dark:text-white-alpha-700 text-sm", e),
|
|
1469
|
+
...t
|
|
1470
|
+
}
|
|
1471
|
+
), go = ({
|
|
1472
|
+
className: e,
|
|
1473
|
+
...t
|
|
1474
|
+
}) => /* @__PURE__ */ a(ua, { className: d("w-full space-y-8", e), ...t }), Fo = ({
|
|
1475
|
+
className: e,
|
|
1476
|
+
...t
|
|
1477
|
+
}) => /* @__PURE__ */ a(
|
|
1478
|
+
Ea,
|
|
1479
|
+
{
|
|
1480
|
+
className: d(
|
|
1481
|
+
"group flex flex-col gap-2 data-[hidden]:hidden",
|
|
1482
|
+
"data-[input-type=checkbox]:flex-row data-[input-type=checkbox]:flex-wrap data-[input-type=checkbox]:items-center",
|
|
1483
|
+
e
|
|
1484
|
+
),
|
|
1485
|
+
...t
|
|
1486
|
+
}
|
|
1487
|
+
), fo = ({
|
|
1488
|
+
className: e,
|
|
1489
|
+
...t
|
|
1490
|
+
}) => /* @__PURE__ */ a(
|
|
1491
|
+
xa,
|
|
1492
|
+
{
|
|
1493
|
+
className: d(
|
|
1494
|
+
"font-medium text-sm text-gray-700",
|
|
1495
|
+
"dark:text-white-alpha-700 ",
|
|
1496
|
+
"font-medium relative",
|
|
1497
|
+
"data-[required]:after:absolute",
|
|
1498
|
+
'data-[required]:after:[content:"*"]',
|
|
1499
|
+
"data-[required]:after:ml-1",
|
|
1500
|
+
"data-[required]:after:mt-0",
|
|
1501
|
+
"data-[required]:after:text-red-500",
|
|
1502
|
+
"dark:data-[required]:after:text-red-300",
|
|
1503
|
+
'dark:data-[required]:after:[content:"*"]',
|
|
1504
|
+
e
|
|
1505
|
+
),
|
|
1506
|
+
...t
|
|
1507
|
+
}
|
|
1508
|
+
), vo = ({
|
|
1509
|
+
className: e,
|
|
1510
|
+
...t
|
|
1511
|
+
}) => /* @__PURE__ */ a(
|
|
1512
|
+
ga,
|
|
1513
|
+
{
|
|
1514
|
+
className: d(l({ size: "md", variant: "outline" }), e),
|
|
1515
|
+
...t
|
|
1516
|
+
}
|
|
1517
|
+
), ko = ({
|
|
1518
|
+
className: e,
|
|
1519
|
+
...t
|
|
1520
|
+
}) => /* @__PURE__ */ a(
|
|
1521
|
+
Fa,
|
|
1522
|
+
{
|
|
1523
|
+
className: d(l({ size: "md", variant: "outline" }), e),
|
|
1524
|
+
...t
|
|
1525
|
+
}
|
|
1526
|
+
), Ao = ({
|
|
1527
|
+
className: e,
|
|
1528
|
+
...t
|
|
1529
|
+
}) => /* @__PURE__ */ a(
|
|
1530
|
+
fa,
|
|
1531
|
+
{
|
|
1532
|
+
className: d(
|
|
1533
|
+
l({ size: "md", variant: "outline" }),
|
|
1534
|
+
"text-sm pl-2 file:h-full file:cursor-pointer py-0",
|
|
1535
|
+
"file:bg-transparent file:border-none file:font-medium",
|
|
1536
|
+
"file:text-sm file:text-gray-700 dark:file:text-white-alpha-700",
|
|
1537
|
+
e
|
|
1538
|
+
),
|
|
1539
|
+
...t
|
|
1540
|
+
}
|
|
1541
|
+
), yo = ({
|
|
1542
|
+
className: e,
|
|
1543
|
+
...t
|
|
1544
|
+
}) => /* @__PURE__ */ a(
|
|
1545
|
+
va,
|
|
1546
|
+
{
|
|
1547
|
+
className: d(
|
|
1548
|
+
l({ size: "md", variant: "outline" }),
|
|
1549
|
+
"min-h-20 px-3 py-2 text-sm",
|
|
1550
|
+
e
|
|
1551
|
+
),
|
|
1552
|
+
...t
|
|
1553
|
+
}
|
|
1554
|
+
), Po = ({
|
|
1555
|
+
className: e,
|
|
1556
|
+
...t
|
|
1557
|
+
}) => /* @__PURE__ */ a(
|
|
1558
|
+
ka,
|
|
1559
|
+
{
|
|
1560
|
+
className: d(b({ slot: "root" }), e),
|
|
1561
|
+
...t
|
|
1562
|
+
}
|
|
1563
|
+
), wo = ({
|
|
1564
|
+
className: e,
|
|
1565
|
+
...t
|
|
1566
|
+
}) => /* @__PURE__ */ a(
|
|
1567
|
+
Aa,
|
|
1568
|
+
{
|
|
1569
|
+
className: d(b({ slot: "indicator" }), e),
|
|
1570
|
+
...t
|
|
1571
|
+
}
|
|
1572
|
+
), Mo = j, No = ({
|
|
1573
|
+
className: e,
|
|
1574
|
+
...t
|
|
1575
|
+
}) => /* @__PURE__ */ a(
|
|
1576
|
+
ya,
|
|
1577
|
+
{
|
|
1578
|
+
className: d(c({ slot: "trigger" }), e),
|
|
1579
|
+
...t
|
|
1580
|
+
}
|
|
1581
|
+
), Io = Q, Bo = ({
|
|
1582
|
+
className: e,
|
|
1583
|
+
...t
|
|
1584
|
+
}) => /* @__PURE__ */ a(
|
|
1585
|
+
Pa,
|
|
1586
|
+
{
|
|
1587
|
+
className: d("h-4 w-4 opacity-45", e),
|
|
1588
|
+
...t
|
|
1589
|
+
}
|
|
1590
|
+
), So = ({
|
|
1591
|
+
className: e,
|
|
1592
|
+
...t
|
|
1593
|
+
}) => /* @__PURE__ */ a(
|
|
1594
|
+
wa,
|
|
1595
|
+
{
|
|
1596
|
+
className: d(c({ slot: "content" }), e),
|
|
1597
|
+
...t
|
|
1598
|
+
}
|
|
1599
|
+
), To = ({
|
|
1600
|
+
className: e,
|
|
1601
|
+
...t
|
|
1602
|
+
}) => /* @__PURE__ */ a(
|
|
1603
|
+
Ma,
|
|
1604
|
+
{
|
|
1605
|
+
className: d(c({ slot: "viewport" }), e),
|
|
1606
|
+
...t
|
|
1607
|
+
}
|
|
1608
|
+
), Ho = ({
|
|
1609
|
+
className: e,
|
|
1610
|
+
...t
|
|
1611
|
+
}) => /* @__PURE__ */ a(
|
|
1612
|
+
Na,
|
|
1613
|
+
{
|
|
1614
|
+
className: d(c({ slot: "item" }), e),
|
|
1615
|
+
...t
|
|
1616
|
+
}
|
|
1617
|
+
), Lo = O, Do = ({
|
|
1618
|
+
className: e,
|
|
1619
|
+
...t
|
|
1620
|
+
}) => /* @__PURE__ */ a(
|
|
1621
|
+
Ia,
|
|
1622
|
+
{
|
|
1623
|
+
className: d(c({ slot: "itemIndicator" }), e),
|
|
1624
|
+
...t
|
|
1625
|
+
}
|
|
1626
|
+
), Wo = V, _o = ({
|
|
1627
|
+
className: e,
|
|
1628
|
+
...t
|
|
1629
|
+
}) => /* @__PURE__ */ a(
|
|
1630
|
+
Ba,
|
|
1631
|
+
{
|
|
1632
|
+
className: d(i({ slot: "control" }), e),
|
|
1633
|
+
...t
|
|
1634
|
+
}
|
|
1635
|
+
), zo = ({
|
|
1636
|
+
className: e,
|
|
1637
|
+
...t
|
|
1638
|
+
}) => /* @__PURE__ */ a(La, { className: e, ...t }), jo = ({
|
|
1639
|
+
className: e,
|
|
1640
|
+
...t
|
|
1641
|
+
}) => /* @__PURE__ */ a(
|
|
1642
|
+
Sa,
|
|
1643
|
+
{
|
|
1644
|
+
className: d(i({ slot: "input" }), e),
|
|
1645
|
+
...t
|
|
1646
|
+
}
|
|
1647
|
+
), Qo = ({
|
|
1648
|
+
className: e,
|
|
1649
|
+
...t
|
|
1650
|
+
}) => /* @__PURE__ */ a(
|
|
1651
|
+
Ta,
|
|
1652
|
+
{
|
|
1653
|
+
className: d(i({ slot: "trigger" }), e),
|
|
1654
|
+
...t
|
|
1655
|
+
}
|
|
1656
|
+
), Oo = ({
|
|
1657
|
+
className: e,
|
|
1658
|
+
...t
|
|
1659
|
+
}) => /* @__PURE__ */ a(
|
|
1660
|
+
Ha,
|
|
1661
|
+
{
|
|
1662
|
+
className: d(i({ slot: "selectedTags" }), e),
|
|
1663
|
+
...t
|
|
1664
|
+
}
|
|
1665
|
+
), Vo = ({
|
|
1666
|
+
className: e,
|
|
1667
|
+
...t
|
|
1668
|
+
}) => /* @__PURE__ */ a(
|
|
1669
|
+
Da,
|
|
1670
|
+
{
|
|
1671
|
+
className: d(i({ slot: "content" }), e),
|
|
1672
|
+
...t
|
|
1673
|
+
}
|
|
1674
|
+
), Ro = ({
|
|
1675
|
+
className: e,
|
|
1676
|
+
...t
|
|
1677
|
+
}) => /* @__PURE__ */ a(
|
|
1678
|
+
Wa,
|
|
1679
|
+
{
|
|
1680
|
+
className: d(i({ slot: "list" }), e),
|
|
1681
|
+
...t
|
|
1682
|
+
}
|
|
1683
|
+
), qo = R, Go = ({
|
|
1684
|
+
className: e,
|
|
1685
|
+
...t
|
|
1686
|
+
}) => /* @__PURE__ */ a(
|
|
1687
|
+
_a,
|
|
1688
|
+
{
|
|
1689
|
+
className: d(i({ slot: "emptyMessage" }), e),
|
|
1690
|
+
...t
|
|
1691
|
+
}
|
|
1692
|
+
), Ko = ({
|
|
1693
|
+
className: e,
|
|
1694
|
+
...t
|
|
1695
|
+
}) => /* @__PURE__ */ a(
|
|
1696
|
+
za,
|
|
1697
|
+
{
|
|
1698
|
+
className: d(i({ slot: "item" }), e),
|
|
1699
|
+
...t
|
|
1700
|
+
}
|
|
1701
|
+
), $o = q, Jo = ({
|
|
1702
|
+
className: e,
|
|
1703
|
+
...t
|
|
1704
|
+
}) => /* @__PURE__ */ a(
|
|
1705
|
+
ja,
|
|
1706
|
+
{
|
|
1707
|
+
className: d(i({ slot: "itemIndicator" }), e),
|
|
1708
|
+
...t
|
|
1709
|
+
}
|
|
1710
|
+
), Uo = ({
|
|
1711
|
+
className: e,
|
|
1712
|
+
...t
|
|
1713
|
+
}) => /* @__PURE__ */ a(
|
|
1714
|
+
Qa,
|
|
1715
|
+
{
|
|
1716
|
+
className: d(
|
|
1717
|
+
"text-sm text-gray-600 dark:text-white-alpha-600",
|
|
1718
|
+
"group-data-[input-type=checkbox]:w-full group-data-[input-type=checkbox]:basis-full",
|
|
1719
|
+
e
|
|
1720
|
+
),
|
|
1721
|
+
...t
|
|
1722
|
+
}
|
|
1723
|
+
), Xo = ({
|
|
1724
|
+
className: e,
|
|
1725
|
+
...t
|
|
1726
|
+
}) => /* @__PURE__ */ a(
|
|
1727
|
+
Oa,
|
|
1728
|
+
{
|
|
1729
|
+
className: d(
|
|
1730
|
+
"text-sm flex items-center text-red-500 dark:text-red-300",
|
|
1731
|
+
"group-data-[input-type=checkbox]:w-full group-data-[input-type=checkbox]:basis-full",
|
|
1732
|
+
e
|
|
1733
|
+
),
|
|
1734
|
+
...t
|
|
1735
|
+
}
|
|
1736
|
+
), Yo = ({
|
|
1737
|
+
className: e,
|
|
1738
|
+
...t
|
|
1739
|
+
}) => /* @__PURE__ */ a(
|
|
1740
|
+
Va,
|
|
1741
|
+
{
|
|
1742
|
+
className: d("text-red-500 dark:text-red-300", e),
|
|
1743
|
+
...t
|
|
1744
|
+
}
|
|
1745
|
+
), Zo = ({
|
|
1746
|
+
className: e,
|
|
1747
|
+
...t
|
|
1748
|
+
}) => /* @__PURE__ */ a(
|
|
1749
|
+
Ra,
|
|
1750
|
+
{
|
|
1751
|
+
className: d("flex items-center justify-end gap-4 w-full", e),
|
|
1752
|
+
...t
|
|
1753
|
+
}
|
|
1754
|
+
), em = ({
|
|
1755
|
+
className: e,
|
|
1756
|
+
...t
|
|
1757
|
+
}) => /* @__PURE__ */ a(
|
|
1758
|
+
qa,
|
|
1759
|
+
{
|
|
1760
|
+
className: d(s({ variant: "outline" }), e),
|
|
1761
|
+
...t
|
|
1762
|
+
}
|
|
1763
|
+
), tm = ({
|
|
1764
|
+
className: e,
|
|
1765
|
+
...t
|
|
1766
|
+
}) => /* @__PURE__ */ a(
|
|
1767
|
+
Ga,
|
|
1768
|
+
{
|
|
1769
|
+
className: d(s({ variant: "primaryFilled" }), e),
|
|
1770
|
+
...t
|
|
1771
|
+
}
|
|
1772
|
+
), am = ({
|
|
1773
|
+
className: e,
|
|
1774
|
+
...t
|
|
1775
|
+
}) => /* @__PURE__ */ a(
|
|
1776
|
+
Ka,
|
|
1777
|
+
{
|
|
1778
|
+
className: d(
|
|
1779
|
+
"flex flex-col items-center justify-center h-auto",
|
|
1780
|
+
"m-auto px-6 py-8 ikp-md:py-14 ikp-md:px-10",
|
|
1781
|
+
e
|
|
1782
|
+
),
|
|
1783
|
+
...t
|
|
1784
|
+
}
|
|
1785
|
+
), dm = ({
|
|
1786
|
+
className: e,
|
|
1787
|
+
...t
|
|
1788
|
+
}) => /* @__PURE__ */ a(
|
|
1789
|
+
$a,
|
|
1790
|
+
{
|
|
1791
|
+
className: d(
|
|
1792
|
+
"mb-6 font-bold tracking-tight",
|
|
1793
|
+
"text-3xl md:text-4xl leading-6 md:leading-5",
|
|
1794
|
+
e
|
|
1795
|
+
),
|
|
1796
|
+
...t
|
|
1797
|
+
}
|
|
1798
|
+
), sm = G, rm = ({
|
|
1799
|
+
className: e,
|
|
1800
|
+
...t
|
|
1801
|
+
}) => /* @__PURE__ */ a(
|
|
1802
|
+
Ja,
|
|
1803
|
+
{
|
|
1804
|
+
className: d(s({ variant: "primaryFilled" }), "w-full mt-12 gap-2 shrink-0", e),
|
|
1805
|
+
...t
|
|
1806
|
+
}
|
|
1807
|
+
);
|
|
1808
|
+
export {
|
|
1809
|
+
Wr as ActionBar,
|
|
1810
|
+
_r as Actions,
|
|
1811
|
+
rr as AttachmentsBar,
|
|
1812
|
+
cr as AttachmentsBarActions,
|
|
1813
|
+
mr as AttachmentsBarAttachment,
|
|
1814
|
+
lr as AttachmentsBarAttachmentDelete,
|
|
1815
|
+
ir as AttachmentsBarAttachmentIcon,
|
|
1816
|
+
nr as AttachmentsBarAttachmentTitle,
|
|
1817
|
+
wr as AttachmentsBarForm,
|
|
1818
|
+
Sr as AttachmentsBarFormContent,
|
|
1819
|
+
Lr as AttachmentsBarFormContentError,
|
|
1820
|
+
Hr as AttachmentsBarFormContentInput,
|
|
1821
|
+
Tr as AttachmentsBarFormContentLabel,
|
|
1822
|
+
Dr as AttachmentsBarFormSubmitButton,
|
|
1823
|
+
Mr as AttachmentsBarFormTitle,
|
|
1824
|
+
Br as AttachmentsBarFormTitleError,
|
|
1825
|
+
Ir as AttachmentsBarFormTitleInput,
|
|
1826
|
+
Nr as AttachmentsBarFormTitleLabel,
|
|
1827
|
+
hr as AttachmentsBarInfoTip,
|
|
1828
|
+
pr as AttachmentsBarInfoTipArrow,
|
|
1829
|
+
br as AttachmentsBarInfoTipIcon,
|
|
1830
|
+
Cr as AttachmentsBarInfoTipText,
|
|
1831
|
+
Er as AttachmentsBarInput,
|
|
1832
|
+
ur as AttachmentsBarInputs,
|
|
1833
|
+
or as AttachmentsBarList,
|
|
1834
|
+
xr as AttachmentsBarModal,
|
|
1835
|
+
Pr as AttachmentsBarModalBody,
|
|
1836
|
+
yr as AttachmentsBarModalClose,
|
|
1837
|
+
Fr as AttachmentsBarModalContent,
|
|
1838
|
+
kr as AttachmentsBarModalDescription,
|
|
1839
|
+
fr as AttachmentsBarModalHeader,
|
|
1840
|
+
vr as AttachmentsBarModalHeading,
|
|
1841
|
+
Ar as AttachmentsBarModalHelp,
|
|
1842
|
+
gr as AttachmentsBarModalOverlay,
|
|
1843
|
+
Vr as ChatAction,
|
|
1844
|
+
qr as ChatActionFeedback,
|
|
1845
|
+
Rr as ChatActionLabel,
|
|
1846
|
+
id as ChatHistoryButton,
|
|
1847
|
+
F as ChatHistoryButtonIcon,
|
|
1848
|
+
Vd as ChatHistoryTrigger,
|
|
1849
|
+
Rd as Content,
|
|
1850
|
+
qd as ContentScrollArea,
|
|
1851
|
+
Jd as ContentScrollAreaCorner,
|
|
1852
|
+
Kd as ContentScrollAreaScrollbar,
|
|
1853
|
+
$d as ContentScrollAreaThumb,
|
|
1854
|
+
Gd as ContentScrollAreaViewport,
|
|
1855
|
+
Ud as Disclaimer,
|
|
1856
|
+
ts as DisclaimerArrow,
|
|
1857
|
+
Zd as DisclaimerContent,
|
|
1858
|
+
Xd as DisclaimerLabel,
|
|
1859
|
+
es as DisclaimerText,
|
|
1860
|
+
Yd as DisclaimerTrigger,
|
|
1861
|
+
Ls as DynamicComponent,
|
|
1862
|
+
rs as ExampleQuestion,
|
|
1863
|
+
os as ExampleQuestionButton,
|
|
1864
|
+
as as ExampleQuestions,
|
|
1865
|
+
ds as ExampleQuestionsLabel,
|
|
1866
|
+
ss as ExampleQuestionsList,
|
|
1867
|
+
oo as FeedbackForm,
|
|
1868
|
+
mo as FeedbackItem,
|
|
1869
|
+
io as FeedbackItemCheckbox,
|
|
1870
|
+
no as FeedbackItemCheckboxIndicator,
|
|
1871
|
+
co as FeedbackItemDescription,
|
|
1872
|
+
lo as FeedbackItemLabel,
|
|
1873
|
+
Zr as FeedbackModal,
|
|
1874
|
+
ro as FeedbackModalBody,
|
|
1875
|
+
so as FeedbackModalClose,
|
|
1876
|
+
to as FeedbackModalContent,
|
|
1877
|
+
ao as FeedbackModalHeader,
|
|
1878
|
+
eo as FeedbackModalOverlay,
|
|
1879
|
+
ho as FeedbackSubmitButton,
|
|
1880
|
+
Zs as Footer,
|
|
1881
|
+
Co as Form,
|
|
1882
|
+
em as FormCancel,
|
|
1883
|
+
po as FormClose,
|
|
1884
|
+
go as FormContent,
|
|
1885
|
+
xo as FormDescription,
|
|
1886
|
+
Yo as FormError,
|
|
1887
|
+
Fo as FormField,
|
|
1888
|
+
Po as FormFieldCheckbox,
|
|
1889
|
+
wo as FormFieldCheckboxIndicator,
|
|
1890
|
+
Wo as FormFieldCombobox,
|
|
1891
|
+
Vo as FormFieldComboboxContent,
|
|
1892
|
+
_o as FormFieldComboboxControl,
|
|
1893
|
+
jo as FormFieldComboboxInput,
|
|
1894
|
+
Ko as FormFieldComboboxItem,
|
|
1895
|
+
Jo as FormFieldComboboxItemIndicator,
|
|
1896
|
+
$o as FormFieldComboboxItemText,
|
|
1897
|
+
Ro as FormFieldComboboxList,
|
|
1898
|
+
Go as FormFieldComboboxListEmpty,
|
|
1899
|
+
qo as FormFieldComboboxListItems,
|
|
1900
|
+
zo as FormFieldComboboxPositioner,
|
|
1901
|
+
Oo as FormFieldComboboxSelectedTags,
|
|
1902
|
+
Qo as FormFieldComboboxTrigger,
|
|
1903
|
+
Uo as FormFieldDescription,
|
|
1904
|
+
ko as FormFieldEmail,
|
|
1905
|
+
Xo as FormFieldError,
|
|
1906
|
+
Ao as FormFieldFile,
|
|
1907
|
+
fo as FormFieldLabel,
|
|
1908
|
+
Mo as FormFieldSelect,
|
|
1909
|
+
So as FormFieldSelectContent,
|
|
1910
|
+
Bo as FormFieldSelectIcon,
|
|
1911
|
+
Ho as FormFieldSelectItem,
|
|
1912
|
+
Do as FormFieldSelectItemIndicator,
|
|
1913
|
+
Lo as FormFieldSelectItemText,
|
|
1914
|
+
No as FormFieldSelectTrigger,
|
|
1915
|
+
Io as FormFieldSelectValue,
|
|
1916
|
+
To as FormFieldSelectViewport,
|
|
1917
|
+
vo as FormFieldText,
|
|
1918
|
+
yo as FormFieldTextArea,
|
|
1919
|
+
Zo as FormFooter,
|
|
1920
|
+
uo as FormHeader,
|
|
1921
|
+
Eo as FormHeading,
|
|
1922
|
+
tm as FormSubmit,
|
|
1923
|
+
am as FormSuccess,
|
|
1924
|
+
rm as FormSuccessButton,
|
|
1925
|
+
dm as FormSuccessHeading,
|
|
1926
|
+
sm as FormSuccessMessage,
|
|
1927
|
+
bo as FormWrapper,
|
|
1928
|
+
zd as Header,
|
|
1929
|
+
jd as HeaderToolbar,
|
|
1930
|
+
Qd as HeaderToolbarWrapper,
|
|
1931
|
+
Kr as HelpAction,
|
|
1932
|
+
Gr as HelpActions,
|
|
1933
|
+
Jr as HelpActionsMenu,
|
|
1934
|
+
Ur as HelpActionsMenuArrow,
|
|
1935
|
+
Xr as HelpActionsMenuItem,
|
|
1936
|
+
Yr as HelpActionsMenuItemIcon,
|
|
1937
|
+
$r as HelpActionsTrigger,
|
|
1938
|
+
ar as Input,
|
|
1939
|
+
er as InputFieldset,
|
|
1940
|
+
tr as InputGroup,
|
|
1941
|
+
bs as IntroMessageWrapper,
|
|
1942
|
+
Ds as Markdown,
|
|
1943
|
+
js as MessageAction,
|
|
1944
|
+
As as MessageAttachments,
|
|
1945
|
+
Ps as MessageAttachmentsItem,
|
|
1946
|
+
ws as MessageAttachmentsItemIcon,
|
|
1947
|
+
Ms as MessageAttachmentsItemTitle,
|
|
1948
|
+
ys as MessageAttachmentsList,
|
|
1949
|
+
Ns as MessageAttachmentsPreview,
|
|
1950
|
+
Hs as MessageAttachmentsPreviewBody,
|
|
1951
|
+
Ts as MessageAttachmentsPreviewClose,
|
|
1952
|
+
Bs as MessageAttachmentsPreviewContent,
|
|
1953
|
+
Ss as MessageAttachmentsPreviewHeader,
|
|
1954
|
+
Is as MessageAttachmentsPreviewOverlay,
|
|
1955
|
+
Es as MessageAvatar,
|
|
1956
|
+
xs as MessageAvatarContent,
|
|
1957
|
+
gs as MessageAvatarFallback,
|
|
1958
|
+
Fs as MessageAvatarImage,
|
|
1959
|
+
ks as MessageContent,
|
|
1960
|
+
vs as MessageContentWrapper,
|
|
1961
|
+
zs as MessageCustomAction,
|
|
1962
|
+
_s as MessageCustomActions,
|
|
1963
|
+
Cs as MessageHeader,
|
|
1964
|
+
ps as MessageLoading,
|
|
1965
|
+
fs as MessageName,
|
|
1966
|
+
im as MessagePart,
|
|
1967
|
+
Rs as MessageSourceItem,
|
|
1968
|
+
Gs as MessageSourceItemBreadcrumbIcon,
|
|
1969
|
+
qs as MessageSourceItemBreadcrumbs,
|
|
1970
|
+
Us as MessageSourceItemDescription,
|
|
1971
|
+
Xs as MessageSourceItemDescriptionPart,
|
|
1972
|
+
Ks as MessageSourceItemIcon,
|
|
1973
|
+
Ys as MessageSourceItemIndicator,
|
|
1974
|
+
Js as MessageSourceItemTag,
|
|
1975
|
+
$s as MessageSourceItemTitle,
|
|
1976
|
+
Qs as MessageSources,
|
|
1977
|
+
Os as MessageSourcesHeader,
|
|
1978
|
+
Vs as MessageSourcesList,
|
|
1979
|
+
Ws as MessageToolbar,
|
|
1980
|
+
hs as MessageWrapper,
|
|
1981
|
+
cs as Messages,
|
|
1982
|
+
us as MessagesSessionLoading,
|
|
1983
|
+
Dd as Provider,
|
|
1984
|
+
_d as Root,
|
|
1985
|
+
dr as SendButton,
|
|
1986
|
+
sr as SendButtonIcon,
|
|
1987
|
+
Or as TaglineBrandName,
|
|
1988
|
+
zr as TaglineContainer,
|
|
1989
|
+
Qr as TaglineLogo,
|
|
1990
|
+
jr as TaglineText,
|
|
1991
|
+
Od as ToolbarHeader,
|
|
1992
|
+
ls as Workflow,
|
|
1993
|
+
ms as Workflows,
|
|
1994
|
+
is as WorkflowsLabel,
|
|
1995
|
+
ns as WorkflowsList,
|
|
1996
|
+
Wd as Wrapper
|
|
1997
|
+
};
|