@robylon/web-react-sdk 1.1.28-staging.13 → 1.1.28-staging.15

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 (37) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/index.js +471 -4307
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/legacy.js +1 -1
  5. package/dist/cjs/legacy.js.map +1 -1
  6. package/dist/cjs/react.js +1 -1
  7. package/dist/cjs/react.js.map +1 -1
  8. package/dist/cjs/types/index.vanilla.d.ts +2 -2
  9. package/dist/cjs/types/react/components/ChatbotFloatingButton.d.ts +12 -0
  10. package/dist/cjs/types/react/components/ChatbotIframe.d.ts +12 -0
  11. package/dist/cjs/types/react/components/ErrorBoundary.d.ts +6 -5
  12. package/dist/cjs/types/react/hooks/useChatbotEvents.d.ts +16 -0
  13. package/dist/cjs/types/react/hooks/useChatbotState.d.ts +17 -0
  14. package/dist/esm/index.js +471 -4307
  15. package/dist/esm/index.js.map +1 -1
  16. package/dist/esm/legacy.js +1 -1
  17. package/dist/esm/legacy.js.map +1 -1
  18. package/dist/esm/react.js +1 -1
  19. package/dist/esm/react.js.map +1 -1
  20. package/dist/esm/types/index.vanilla.d.ts +2 -2
  21. package/dist/esm/types/react/components/ChatbotFloatingButton.d.ts +12 -0
  22. package/dist/esm/types/react/components/ChatbotIframe.d.ts +12 -0
  23. package/dist/esm/types/react/components/ErrorBoundary.d.ts +6 -5
  24. package/dist/esm/types/react/hooks/useChatbotEvents.d.ts +16 -0
  25. package/dist/esm/types/react/hooks/useChatbotState.d.ts +17 -0
  26. package/dist/index.d.ts +1 -1
  27. package/dist/umd/robylon.js +457 -4296
  28. package/dist/umd/robylon.js.map +1 -1
  29. package/dist/umd/robylon.min.js +1 -19
  30. package/dist/umd/robylon.min.js.map +1 -1
  31. package/dist/umd/types/index.vanilla.d.ts +2 -2
  32. package/dist/umd/types/react/components/ChatbotFloatingButton.d.ts +12 -0
  33. package/dist/umd/types/react/components/ChatbotIframe.d.ts +12 -0
  34. package/dist/umd/types/react/components/ErrorBoundary.d.ts +6 -5
  35. package/dist/umd/types/react/hooks/useChatbotEvents.d.ts +16 -0
  36. package/dist/umd/types/react/hooks/useChatbotState.d.ts +17 -0
  37. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm install @robylon/web-react-sdk
13
13
  ### Vanilla JavaScript
14
14
 
15
15
  ```html
16
- <script src="https://staging-cdn.robylon.com/1.1.28-staging.12/robylon.min.js"></script>
16
+ <script src="https://staging-cdn.robylon.com/1.1.28-staging.14/robylon.min.js"></script>
17
17
  ```
18
18
 
19
19
  Or via npm: