@aslaluroba/help-center-react 3.2.16 → 3.2.18

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 (102) hide show
  1. package/dist/components/shared/Button/button.d.ts +1 -1
  2. package/dist/components/shared/Card/card.d.ts +1 -4
  3. package/dist/components/ui/agent-response/agent-response.d.ts +2 -1
  4. package/dist/index.css +1424 -1
  5. package/dist/index.d.ts +3 -3
  6. package/dist/index.esm.js +19248 -38614
  7. package/dist/index.esm.js.map +1 -1
  8. package/dist/index.js +19269 -38635
  9. package/dist/index.js.map +1 -1
  10. package/dist/lib/LanguageContext.d.ts +1 -1
  11. package/dist/lib/custom-hooks/useAblyConnection.d.ts +25 -0
  12. package/dist/lib/custom-hooks/useActionHandler.d.ts +1 -7
  13. package/dist/lib/custom-hooks/useChatSession.d.ts +37 -0
  14. package/dist/lib/custom-hooks/useMessageQueue.d.ts +16 -0
  15. package/dist/lib/custom-hooks/useReview.d.ts +14 -0
  16. package/dist/lib/index.d.ts +1 -2
  17. package/dist/services.d.ts +9 -6
  18. package/dist/services.esm.js +1 -14195
  19. package/dist/services.esm.js.map +1 -1
  20. package/dist/services.js +19 -14191
  21. package/dist/services.js.map +1 -1
  22. package/dist/ui/chatbot-popup/chat-window-screen/footer.d.ts +1 -1
  23. package/dist/ui/chatbot-popup/chat-window-screen/in-chat-review.d.ts +1 -1
  24. package/dist/ui/chatbot-popup/chat-window-screen/index.d.ts +2 -2
  25. package/dist/ui/chatbot-popup/options-list-screen/helpscreen-list.d.ts +1 -1
  26. package/dist/ui/chatbot-popup/options-list-screen/helpscreen-option.d.ts +1 -1
  27. package/dist/ui/chatbot-popup/options-list-screen/index.d.ts +1 -1
  28. package/dist/ui/help-center.d.ts +1 -1
  29. package/dist/ui/help-popup.d.ts +4 -27
  30. package/dist/ui/review-dialog/index.d.ts +1 -1
  31. package/package.json +31 -45
  32. package/postcss.config.js +5 -0
  33. package/rollup.config.mjs +34 -0
  34. package/tsconfig.json +5 -6
  35. package/dist/core/AblyService.d.ts +0 -16
  36. package/dist/core/ApiService.d.ts +0 -16
  37. package/dist/core/api.d.ts +0 -10
  38. package/dist/core/token-service.d.ts +0 -10
  39. package/dist/i18n.d.ts +0 -3
  40. package/dist/lib/config.d.ts +0 -18
  41. package/dist/lib/theme-utils.d.ts +0 -10
  42. package/dist/lib/types.d.ts +0 -145
  43. package/dist/lib/utils.d.ts +0 -2
  44. package/src/assets/animatedLogo.gif +0 -0
  45. package/src/assets/logo.svg +0 -5
  46. package/src/assets/seperator.svg +0 -5
  47. package/src/components/index.ts +0 -1
  48. package/src/components/shared/Button/button.tsx +0 -38
  49. package/src/components/shared/Button/index.ts +0 -1
  50. package/src/components/shared/Card/card.tsx +0 -44
  51. package/src/components/shared/Card/index.ts +0 -1
  52. package/src/components/shared/index.ts +0 -2
  53. package/src/components/ui/agent-response/agent-response.tsx +0 -57
  54. package/src/components/ui/agent-response/doc.md +0 -88
  55. package/src/components/ui/image-attachment.tsx +0 -119
  56. package/src/components/ui/image-preview-dialog.tsx +0 -400
  57. package/src/components/ui/index.ts +0 -3
  58. package/src/core/AblyService.ts +0 -243
  59. package/src/core/ApiService.ts +0 -116
  60. package/src/core/api.ts +0 -278
  61. package/src/core/token-service.ts +0 -35
  62. package/src/globals.css +0 -268
  63. package/src/i18n.ts +0 -21
  64. package/src/index.ts +0 -19
  65. package/src/lib/LanguageContext.tsx +0 -28
  66. package/src/lib/config.ts +0 -52
  67. package/src/lib/custom-hooks/useActionHandler.ts +0 -102
  68. package/src/lib/custom-hooks/useTypewriter.ts +0 -26
  69. package/src/lib/index.ts +0 -4
  70. package/src/lib/theme-utils.ts +0 -56
  71. package/src/lib/types.ts +0 -158
  72. package/src/lib/utils.ts +0 -6
  73. package/src/locales/ar.json +0 -45
  74. package/src/locales/en.json +0 -45
  75. package/src/services.ts +0 -14
  76. package/src/types/icons.d.ts +0 -6
  77. package/src/types/svg.d.ts +0 -5
  78. package/src/types.d.ts +0 -9
  79. package/src/ui/chatbot-popup/active-chat-actions.tsx +0 -39
  80. package/src/ui/chatbot-popup/chat-window-screen/action-button.tsx +0 -37
  81. package/src/ui/chatbot-popup/chat-window-screen/footer.tsx +0 -313
  82. package/src/ui/chatbot-popup/chat-window-screen/header.tsx +0 -53
  83. package/src/ui/chatbot-popup/chat-window-screen/in-chat-review.tsx +0 -116
  84. package/src/ui/chatbot-popup/chat-window-screen/index.tsx +0 -366
  85. package/src/ui/chatbot-popup/chat-window-screen/typing-indicator.tsx +0 -31
  86. package/src/ui/chatbot-popup/error-screen/index.tsx +0 -22
  87. package/src/ui/chatbot-popup/loading-screen/index.tsx +0 -21
  88. package/src/ui/chatbot-popup/options-list-screen/company-card.tsx +0 -39
  89. package/src/ui/chatbot-popup/options-list-screen/header.tsx +0 -23
  90. package/src/ui/chatbot-popup/options-list-screen/helpscreen-intro.tsx +0 -32
  91. package/src/ui/chatbot-popup/options-list-screen/helpscreen-list.tsx +0 -57
  92. package/src/ui/chatbot-popup/options-list-screen/helpscreen-option.tsx +0 -56
  93. package/src/ui/chatbot-popup/options-list-screen/index.tsx +0 -70
  94. package/src/ui/confirmation-modal/index.tsx +0 -62
  95. package/src/ui/floating-message.tsx +0 -28
  96. package/src/ui/help-button.tsx +0 -24
  97. package/src/ui/help-center.tsx +0 -448
  98. package/src/ui/help-popup.tsx +0 -367
  99. package/src/ui/powered-by.tsx +0 -62
  100. package/src/ui/review-dialog/index.tsx +0 -149
  101. package/src/ui/review-dialog/rating.tsx +0 -79
  102. package/src/useLocalTranslation.ts +0 -15

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.