react-native-srschat 0.1.47 → 0.1.48

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 (61) hide show
  1. package/README.md +9 -2
  2. package/lib/commonjs/components/LoadingTips.js +2 -2
  3. package/lib/commonjs/components/LoadingTips.js.map +1 -1
  4. package/lib/commonjs/components/email.js +6 -3
  5. package/lib/commonjs/components/email.js.map +1 -1
  6. package/lib/commonjs/components/input.js +1 -1
  7. package/lib/commonjs/components/input.js.map +1 -1
  8. package/lib/commonjs/components/productCard.js +120 -29
  9. package/lib/commonjs/components/productCard.js.map +1 -1
  10. package/lib/commonjs/components/progressCircle.js +1 -1
  11. package/lib/commonjs/components/progressCircle.js.map +1 -1
  12. package/lib/commonjs/contexts/AppContext.js +12 -6
  13. package/lib/commonjs/contexts/AppContext.js.map +1 -1
  14. package/lib/commonjs/hooks/Stream.js +2 -1
  15. package/lib/commonjs/hooks/Stream.js.map +1 -1
  16. package/lib/commonjs/layout/icon.js +2 -1
  17. package/lib/commonjs/layout/icon.js.map +1 -1
  18. package/lib/commonjs/layout/welcome.js +6 -5
  19. package/lib/commonjs/layout/welcome.js.map +1 -1
  20. package/lib/commonjs/layout/window.js +1 -4
  21. package/lib/commonjs/layout/window.js.map +1 -1
  22. package/lib/commonjs/utils/storage.js +1 -1
  23. package/lib/module/components/LoadingTips.js +2 -2
  24. package/lib/module/components/LoadingTips.js.map +1 -1
  25. package/lib/module/components/email.js +7 -4
  26. package/lib/module/components/email.js.map +1 -1
  27. package/lib/module/components/input.js +1 -1
  28. package/lib/module/components/input.js.map +1 -1
  29. package/lib/module/components/productCard.js +120 -29
  30. package/lib/module/components/productCard.js.map +1 -1
  31. package/lib/module/components/progressCircle.js +1 -1
  32. package/lib/module/components/progressCircle.js.map +1 -1
  33. package/lib/module/contexts/AppContext.js +12 -6
  34. package/lib/module/contexts/AppContext.js.map +1 -1
  35. package/lib/module/hooks/Stream.js +2 -1
  36. package/lib/module/hooks/Stream.js.map +1 -1
  37. package/lib/module/layout/icon.js +2 -1
  38. package/lib/module/layout/icon.js.map +1 -1
  39. package/lib/module/layout/welcome.js +6 -5
  40. package/lib/module/layout/welcome.js.map +1 -1
  41. package/lib/module/layout/window.js +1 -4
  42. package/lib/module/layout/window.js.map +1 -1
  43. package/lib/module/utils/storage.js +1 -1
  44. package/lib/typescript/components/email.d.ts.map +1 -1
  45. package/lib/typescript/components/productCard.d.ts.map +1 -1
  46. package/lib/typescript/contexts/AppContext.d.ts.map +1 -1
  47. package/lib/typescript/hooks/Stream.d.ts.map +1 -1
  48. package/lib/typescript/layout/icon.d.ts.map +1 -1
  49. package/lib/typescript/layout/window.d.ts.map +1 -1
  50. package/package.json +1 -1
  51. package/src/components/LoadingTips.js +2 -2
  52. package/src/components/email.js +7 -4
  53. package/src/components/input.js +1 -1
  54. package/src/components/productCard.js +128 -30
  55. package/src/components/progressCircle.js +1 -1
  56. package/src/contexts/AppContext.js +13 -6
  57. package/src/hooks/Stream.js +1 -0
  58. package/src/layout/icon.js +2 -1
  59. package/src/layout/welcome.js +5 -5
  60. package/src/layout/window.js +3 -5
  61. package/src/utils/storage.ts +1 -1
@@ -33,7 +33,7 @@ export const defaultState: ChatState = {
33
33
  startStreaming: false,
34
34
  messages: [{
35
35
  type: "ai",
36
- text: "Hi there 👋 I'm Poseidon, your Heritage Pool+ AI Agent. I can help you during your online visit with Product and Account information. How can I help you today?"
36
+ text: "Hi there 👋 Hi there 👋 I'm your Heritage Pool+ AI Assistant. I'm here to help you with Product and Account information during your online visit. I'm still learning and growing - the more we interact and the more feedback you share, the better I can assist you. How can I help you today?"
37
37
  }],
38
38
  showIcon: true,
39
39
  toggleChat: false,