@botuyo/chat-widget-standalone 1.4.3 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AudioPlayer-gD0bNOyI.js → AudioPlayer-DPt7qBNl.js} +2 -2
- package/dist/{AudioPlayer-gD0bNOyI.js.map → AudioPlayer-DPt7qBNl.js.map} +1 -1
- package/dist/{Gallery-DtFhNfDA.js → Gallery-BZR48TKA.js} +2 -2
- package/dist/{Gallery-DtFhNfDA.js.map → Gallery-BZR48TKA.js.map} +1 -1
- package/dist/botuyo-chat.es.js +1 -1
- package/dist/botuyo-chat.umd.js +1 -1
- package/dist/botuyo-chat.umd.js.map +1 -1
- package/dist/src/chat-widget/ChatWidget.d.ts.map +1 -1
- package/dist/src/chat-widget/components/ChatWindow.d.ts +3 -1
- package/dist/src/chat-widget/components/ChatWindow.d.ts.map +1 -1
- package/dist/src/chat-widget/components/Icons.d.ts +1 -1
- package/dist/src/chat-widget/components/Icons.d.ts.map +1 -1
- package/dist/src/chat-widget/components/MessageBubble.d.ts +2 -0
- package/dist/src/chat-widget/components/MessageBubble.d.ts.map +1 -1
- package/dist/src/chat-widget/components/MessageBubble.stories.d.ts +1 -0
- package/dist/src/chat-widget/components/MessageBubble.stories.d.ts.map +1 -1
- package/dist/src/chat-widget/components/MessageList.d.ts +2 -0
- package/dist/src/chat-widget/components/MessageList.d.ts.map +1 -1
- package/dist/src/chat-widget/components/MessageList.stories.d.ts +1 -0
- package/dist/src/chat-widget/components/MessageList.stories.d.ts.map +1 -1
- package/dist/src/chat-widget/components/ToolProposalCard.d.ts +23 -0
- package/dist/src/chat-widget/components/ToolProposalCard.d.ts.map +1 -0
- package/dist/src/chat-widget/components/ToolProposalCard.stories.d.ts +32 -0
- package/dist/src/chat-widget/components/ToolProposalCard.stories.d.ts.map +1 -0
- package/dist/src/chat-widget/components/VoiceCallOverlay.d.ts.map +1 -1
- package/dist/src/chat-widget/components/index.d.ts +1 -0
- package/dist/src/chat-widget/components/index.d.ts.map +1 -1
- package/dist/src/chat-widget/hooks/useChatSocket.d.ts +11 -1
- package/dist/src/chat-widget/hooks/useChatSocket.d.ts.map +1 -1
- package/dist/src/chat-widget/hooks/useChatState.d.ts +2 -1
- package/dist/src/chat-widget/hooks/useChatState.d.ts.map +1 -1
- package/dist/src/chat-widget/hooks/useChatWidget.d.ts +6 -1
- package/dist/src/chat-widget/hooks/useChatWidget.d.ts.map +1 -1
- package/dist/src/chat-widget/i18n/translations.d.ts +36 -0
- package/dist/src/chat-widget/i18n/translations.d.ts.map +1 -1
- package/dist/src/chat-widget/index.d.ts +3 -1
- package/dist/src/chat-widget/index.d.ts.map +1 -1
- package/dist/src/chat-widget/types/index.d.ts +41 -2
- package/dist/src/chat-widget/types/index.d.ts.map +1 -1
- package/dist/src/chat-widget/types/socket.d.ts +48 -0
- package/dist/src/chat-widget/types/socket.d.ts.map +1 -1
- package/dist/standalone-COoohdwQ.js +210 -0
- package/dist/standalone-COoohdwQ.js.map +1 -0
- package/dist/stats-umd.html +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
- package/dist/standalone-D5d23zxp.js +0 -199
- package/dist/standalone-D5d23zxp.js.map +0 -1
package/package.json
CHANGED