@botuyo/chat-widget-standalone 1.0.37 → 1.0.39

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.
Files changed (158) hide show
  1. package/dist/ShadowChatWidget.d.ts +25 -0
  2. package/dist/ShadowChatWidget.d.ts.map +1 -0
  3. package/dist/botuyo-chat.es.js +1 -1
  4. package/dist/botuyo-chat.es.js.map +1 -1
  5. package/dist/botuyo-chat.umd.css +1 -0
  6. package/dist/botuyo-chat.umd.js +2 -0
  7. package/dist/botuyo-chat.umd.js.map +1 -0
  8. package/dist/{chunk-audio-DG3X3uze.js → chunk-audio-COeJdzjG.js} +2 -2
  9. package/dist/{chunk-audio-DG3X3uze.js.map → chunk-audio-COeJdzjG.js.map} +1 -1
  10. package/dist/{chunk-chat-ui-C0sPAQ4e.js → chunk-chat-ui-SifgaVaw.js} +33 -32
  11. package/dist/{chunk-chat-ui-C0sPAQ4e.js.map → chunk-chat-ui-SifgaVaw.js.map} +1 -1
  12. package/dist/{chunk-gallery-BDe3OAec.js → chunk-gallery-CvYRVmRl.js} +2 -2
  13. package/dist/{chunk-gallery-BDe3OAec.js.map → chunk-gallery-CvYRVmRl.js.map} +1 -1
  14. package/dist/src/chat-widget/ChatWidget.d.ts +5 -0
  15. package/dist/src/chat-widget/ChatWidget.d.ts.map +1 -0
  16. package/dist/src/chat-widget/ChatWidgetProvider.d.ts +81 -0
  17. package/dist/src/chat-widget/ChatWidgetProvider.d.ts.map +1 -0
  18. package/dist/src/chat-widget/components/AudioPlayer.d.ts +8 -0
  19. package/dist/src/chat-widget/components/AudioPlayer.d.ts.map +1 -0
  20. package/dist/src/chat-widget/components/AudioPlayer.stories.d.ts +37 -0
  21. package/dist/src/chat-widget/components/AudioPlayer.stories.d.ts.map +1 -0
  22. package/dist/src/chat-widget/components/Avatar3D.d.ts +23 -0
  23. package/dist/src/chat-widget/components/Avatar3D.d.ts.map +1 -0
  24. package/dist/src/chat-widget/components/ChatWindow.d.ts +35 -0
  25. package/dist/src/chat-widget/components/ChatWindow.d.ts.map +1 -0
  26. package/dist/src/chat-widget/components/ChatWindow.stories.d.ts +71 -0
  27. package/dist/src/chat-widget/components/ChatWindow.stories.d.ts.map +1 -0
  28. package/dist/src/chat-widget/components/ErrorBoundary.d.ts +36 -0
  29. package/dist/src/chat-widget/components/ErrorBoundary.d.ts.map +1 -0
  30. package/dist/src/chat-widget/components/ErrorBoundary.stories.d.ts +29 -0
  31. package/dist/src/chat-widget/components/ErrorBoundary.stories.d.ts.map +1 -0
  32. package/dist/src/chat-widget/components/Gallery.d.ts +14 -0
  33. package/dist/src/chat-widget/components/Gallery.d.ts.map +1 -0
  34. package/dist/src/chat-widget/components/Gallery.stories.d.ts +33 -0
  35. package/dist/src/chat-widget/components/Gallery.stories.d.ts.map +1 -0
  36. package/dist/src/chat-widget/components/Icons.d.ts +10 -0
  37. package/dist/src/chat-widget/components/Icons.d.ts.map +1 -0
  38. package/dist/src/chat-widget/components/InputArea.d.ts +21 -0
  39. package/dist/src/chat-widget/components/InputArea.d.ts.map +1 -0
  40. package/dist/src/chat-widget/components/InputArea.stories.d.ts +62 -0
  41. package/dist/src/chat-widget/components/InputArea.stories.d.ts.map +1 -0
  42. package/dist/src/chat-widget/components/LanguageSelector.d.ts +25 -0
  43. package/dist/src/chat-widget/components/LanguageSelector.d.ts.map +1 -0
  44. package/dist/src/chat-widget/components/Launcher.d.ts +22 -0
  45. package/dist/src/chat-widget/components/Launcher.d.ts.map +1 -0
  46. package/dist/src/chat-widget/components/Launcher.stories.d.ts +75 -0
  47. package/dist/src/chat-widget/components/Launcher.stories.d.ts.map +1 -0
  48. package/dist/src/chat-widget/components/LiveCallInputArea.d.ts +29 -0
  49. package/dist/src/chat-widget/components/LiveCallInputArea.d.ts.map +1 -0
  50. package/dist/src/chat-widget/components/MessageBubble.d.ts +15 -0
  51. package/dist/src/chat-widget/components/MessageBubble.d.ts.map +1 -0
  52. package/dist/src/chat-widget/components/MessageBubble.stories.d.ts +71 -0
  53. package/dist/src/chat-widget/components/MessageBubble.stories.d.ts.map +1 -0
  54. package/dist/src/chat-widget/components/MessageList.d.ts +15 -0
  55. package/dist/src/chat-widget/components/MessageList.d.ts.map +1 -0
  56. package/dist/src/chat-widget/components/MessageList.stories.d.ts +52 -0
  57. package/dist/src/chat-widget/components/MessageList.stories.d.ts.map +1 -0
  58. package/dist/src/chat-widget/components/TypingIndicator.d.ts +2 -0
  59. package/dist/src/chat-widget/components/TypingIndicator.d.ts.map +1 -0
  60. package/dist/src/chat-widget/components/TypingIndicator.stories.d.ts +39 -0
  61. package/dist/src/chat-widget/components/TypingIndicator.stories.d.ts.map +1 -0
  62. package/dist/src/chat-widget/components/VoiceCallOverlay.d.ts +65 -0
  63. package/dist/src/chat-widget/components/VoiceCallOverlay.d.ts.map +1 -0
  64. package/dist/src/chat-widget/components/VoiceInputArea.d.ts +26 -0
  65. package/dist/src/chat-widget/components/VoiceInputArea.d.ts.map +1 -0
  66. package/dist/src/chat-widget/components/index.d.ts +16 -0
  67. package/dist/src/chat-widget/components/index.d.ts.map +1 -0
  68. package/dist/src/chat-widget/contexts/AnimationContext.d.ts +69 -0
  69. package/dist/src/chat-widget/contexts/AnimationContext.d.ts.map +1 -0
  70. package/dist/src/chat-widget/hooks/useAnalytics.d.ts +19 -0
  71. package/dist/src/chat-widget/hooks/useAnalytics.d.ts.map +1 -0
  72. package/dist/src/chat-widget/hooks/useChatSocket.d.ts +35 -0
  73. package/dist/src/chat-widget/hooks/useChatSocket.d.ts.map +1 -0
  74. package/dist/src/chat-widget/hooks/useChatState.d.ts +23 -0
  75. package/dist/src/chat-widget/hooks/useChatState.d.ts.map +1 -0
  76. package/dist/src/chat-widget/hooks/useChatWidget.d.ts +50 -0
  77. package/dist/src/chat-widget/hooks/useChatWidget.d.ts.map +1 -0
  78. package/dist/src/chat-widget/hooks/useDarkMode.d.ts +6 -0
  79. package/dist/src/chat-widget/hooks/useDarkMode.d.ts.map +1 -0
  80. package/dist/src/chat-widget/hooks/useDynamicHeight.d.ts +10 -0
  81. package/dist/src/chat-widget/hooks/useDynamicHeight.d.ts.map +1 -0
  82. package/dist/src/chat-widget/hooks/useFocusTrap.d.ts +34 -0
  83. package/dist/src/chat-widget/hooks/useFocusTrap.d.ts.map +1 -0
  84. package/dist/src/chat-widget/hooks/useHighContrast.d.ts +6 -0
  85. package/dist/src/chat-widget/hooks/useHighContrast.d.ts.map +1 -0
  86. package/dist/src/chat-widget/hooks/useIsMobile.d.ts +2 -0
  87. package/dist/src/chat-widget/hooks/useIsMobile.d.ts.map +1 -0
  88. package/dist/src/chat-widget/hooks/useNotifications.d.ts +23 -0
  89. package/dist/src/chat-widget/hooks/useNotifications.d.ts.map +1 -0
  90. package/dist/src/chat-widget/hooks/useRateLimit.d.ts +15 -0
  91. package/dist/src/chat-widget/hooks/useRateLimit.d.ts.map +1 -0
  92. package/dist/src/chat-widget/hooks/useSEOMetadata.d.ts +10 -0
  93. package/dist/src/chat-widget/hooks/useSEOMetadata.d.ts.map +1 -0
  94. package/dist/src/chat-widget/hooks/useWidgetTheme.d.ts +12 -0
  95. package/dist/src/chat-widget/hooks/useWidgetTheme.d.ts.map +1 -0
  96. package/dist/src/chat-widget/i18n/LanguageContext.d.ts +33 -0
  97. package/dist/src/chat-widget/i18n/LanguageContext.d.ts.map +1 -0
  98. package/dist/src/chat-widget/i18n/index.d.ts +8 -0
  99. package/dist/src/chat-widget/i18n/index.d.ts.map +1 -0
  100. package/dist/src/chat-widget/i18n/translations.d.ts +177 -0
  101. package/dist/src/chat-widget/i18n/translations.d.ts.map +1 -0
  102. package/dist/src/chat-widget/i18n/useTranslations.d.ts +27 -0
  103. package/dist/src/chat-widget/i18n/useTranslations.d.ts.map +1 -0
  104. package/dist/src/chat-widget/index.d.ts +11 -0
  105. package/dist/src/chat-widget/index.d.ts.map +1 -0
  106. package/dist/src/chat-widget/types/index.d.ts +328 -0
  107. package/dist/src/chat-widget/types/index.d.ts.map +1 -0
  108. package/dist/src/chat-widget/types/socket.d.ts +107 -0
  109. package/dist/src/chat-widget/types/socket.d.ts.map +1 -0
  110. package/dist/src/chat-widget/utils/dateUtils.d.ts +33 -0
  111. package/dist/src/chat-widget/utils/dateUtils.d.ts.map +1 -0
  112. package/dist/src/chat-widget/utils/defaultAssets.d.ts +20 -0
  113. package/dist/src/chat-widget/utils/defaultAssets.d.ts.map +1 -0
  114. package/dist/src/chat-widget/utils/deviceId.d.ts +18 -0
  115. package/dist/src/chat-widget/utils/deviceId.d.ts.map +1 -0
  116. package/dist/src/chat-widget/utils/fileValidation.d.ts +75 -0
  117. package/dist/src/chat-widget/utils/fileValidation.d.ts.map +1 -0
  118. package/dist/src/chat-widget/utils/logger.d.ts +31 -0
  119. package/dist/src/chat-widget/utils/logger.d.ts.map +1 -0
  120. package/dist/src/chat-widget/utils/performance.d.ts +50 -0
  121. package/dist/src/chat-widget/utils/performance.d.ts.map +1 -0
  122. package/dist/src/chat-widget/utils/storage.d.ts +25 -0
  123. package/dist/src/chat-widget/utils/storage.d.ts.map +1 -0
  124. package/dist/src/chat-widget/utils/theme.d.ts +122 -0
  125. package/dist/src/chat-widget/utils/theme.d.ts.map +1 -0
  126. package/dist/src/chat-widget/utils/theme.examples.d.ts +47 -0
  127. package/dist/src/chat-widget/utils/theme.examples.d.ts.map +1 -0
  128. package/dist/src/chat-widget/utils/themes/index.d.ts +12 -0
  129. package/dist/src/chat-widget/utils/themes/index.d.ts.map +1 -0
  130. package/dist/src/chat-widget/voice/components/CallButton.d.ts +12 -0
  131. package/dist/src/chat-widget/voice/components/CallButton.d.ts.map +1 -0
  132. package/dist/src/chat-widget/voice/components/LiveCallOverlay.d.ts +12 -0
  133. package/dist/src/chat-widget/voice/components/LiveCallOverlay.d.ts.map +1 -0
  134. package/dist/src/chat-widget/voice/components/VoiceButton.d.ts +13 -0
  135. package/dist/src/chat-widget/voice/components/VoiceButton.d.ts.map +1 -0
  136. package/dist/src/chat-widget/voice/components/VoiceChatOverlay.d.ts +12 -0
  137. package/dist/src/chat-widget/voice/components/VoiceChatOverlay.d.ts.map +1 -0
  138. package/dist/src/chat-widget/voice/components/WaveformVisualizer.d.ts +12 -0
  139. package/dist/src/chat-widget/voice/components/WaveformVisualizer.d.ts.map +1 -0
  140. package/dist/src/chat-widget/voice/components/index.d.ts +10 -0
  141. package/dist/src/chat-widget/voice/components/index.d.ts.map +1 -0
  142. package/dist/src/chat-widget/voice/index.d.ts +11 -0
  143. package/dist/src/chat-widget/voice/index.d.ts.map +1 -0
  144. package/dist/src/chat-widget/voice/types.d.ts +232 -0
  145. package/dist/src/chat-widget/voice/types.d.ts.map +1 -0
  146. package/dist/src/chat-widget/voice/useLiveCall.d.ts +13 -0
  147. package/dist/src/chat-widget/voice/useLiveCall.d.ts.map +1 -0
  148. package/dist/src/chat-widget/voice/useVoiceChat.d.ts +13 -0
  149. package/dist/src/chat-widget/voice/useVoiceChat.d.ts.map +1 -0
  150. package/dist/src/chat-widget/voice/useVoiceState.d.ts +38 -0
  151. package/dist/src/chat-widget/voice/useVoiceState.d.ts.map +1 -0
  152. package/dist/src/lib/utils.d.ts +3 -0
  153. package/dist/src/lib/utils.d.ts.map +1 -0
  154. package/dist/standalone.d.ts +113 -0
  155. package/dist/standalone.d.ts.map +1 -0
  156. package/dist/stats-umd.html +4949 -0
  157. package/dist/stats.html +1 -1
  158. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.