@asgard-js/react 0.0.43-canary.9 → 0.0.44-canary.1

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 (139) hide show
  1. package/README.md +45 -1
  2. package/dist/components/chatbot/api-key-input/api-key-input.d.ts.map +1 -1
  3. package/dist/components/chatbot/chatbot.d.ts +2 -3
  4. package/dist/components/chatbot/chatbot.d.ts.map +1 -1
  5. package/dist/context/asgard-service-context.d.ts +1 -1
  6. package/dist/context/asgard-service-context.d.ts.map +1 -1
  7. package/dist/context/asgard-theme-context.d.ts +2 -0
  8. package/dist/context/asgard-theme-context.d.ts.map +1 -1
  9. package/dist/hooks/use-channel.d.ts +1 -1
  10. package/dist/hooks/use-channel.d.ts.map +1 -1
  11. package/dist/hooks/use-on-screen-keyboard-scroll-fix.d.ts +1 -1
  12. package/dist/hooks/use-on-screen-keyboard-scroll-fix.d.ts.map +1 -1
  13. package/dist/{style.css → index.css} +1 -1
  14. package/dist/index.js +21396 -21771
  15. package/package.json +3 -3
  16. package/.babelrc +0 -12
  17. package/eslint.config.cjs +0 -12
  18. package/src/components/.DS_Store +0 -0
  19. package/src/components/chatbot/api-key-input/api-key-input.module.scss +0 -184
  20. package/src/components/chatbot/api-key-input/api-key-input.tsx +0 -129
  21. package/src/components/chatbot/api-key-input/index.ts +0 -1
  22. package/src/components/chatbot/chatbot-body/chatbot-body.module.scss +0 -13
  23. package/src/components/chatbot/chatbot-body/chatbot-body.tsx +0 -45
  24. package/src/components/chatbot/chatbot-body/conversation-message-renderer.tsx +0 -55
  25. package/src/components/chatbot/chatbot-body/index.ts +0 -1
  26. package/src/components/chatbot/chatbot-container/chatbot-container.module.scss +0 -41
  27. package/src/components/chatbot/chatbot-container/chatbot-container.tsx +0 -49
  28. package/src/components/chatbot/chatbot-container/chatbot-full-screen-container.tsx +0 -54
  29. package/src/components/chatbot/chatbot-footer/chatbot-footer.module.scss +0 -67
  30. package/src/components/chatbot/chatbot-footer/chatbot-footer.tsx +0 -140
  31. package/src/components/chatbot/chatbot-footer/index.ts +0 -1
  32. package/src/components/chatbot/chatbot-footer/speech-input-button.tsx +0 -132
  33. package/src/components/chatbot/chatbot-header/chatbot-header.module.scss +0 -48
  34. package/src/components/chatbot/chatbot-header/chatbot-header.tsx +0 -98
  35. package/src/components/chatbot/chatbot-header/index.ts +0 -1
  36. package/src/components/chatbot/chatbot.spec.tsx +0 -8
  37. package/src/components/chatbot/chatbot.tsx +0 -233
  38. package/src/components/chatbot/profile-icon.tsx +0 -26
  39. package/src/components/index.ts +0 -2
  40. package/src/components/templates/avatar/avatar.module.scss +0 -6
  41. package/src/components/templates/avatar/avatar.tsx +0 -28
  42. package/src/components/templates/avatar/index.ts +0 -1
  43. package/src/components/templates/button-template/button-template.module.scss +0 -0
  44. package/src/components/templates/button-template/button-template.tsx +0 -45
  45. package/src/components/templates/button-template/card.module.scss +0 -58
  46. package/src/components/templates/button-template/card.spec.tsx +0 -213
  47. package/src/components/templates/button-template/card.tsx +0 -123
  48. package/src/components/templates/button-template/index.ts +0 -1
  49. package/src/components/templates/carousel-template/carousel-template.module.scss +0 -15
  50. package/src/components/templates/carousel-template/carousel-template.tsx +0 -49
  51. package/src/components/templates/carousel-template/index.ts +0 -1
  52. package/src/components/templates/chart-template/chart-template.module.scss +0 -52
  53. package/src/components/templates/chart-template/chart-template.tsx +0 -75
  54. package/src/components/templates/chart-template/index.ts +0 -1
  55. package/src/components/templates/hint-template/hint-template.module.scss +0 -43
  56. package/src/components/templates/hint-template/hint-template.tsx +0 -76
  57. package/src/components/templates/hint-template/index.ts +0 -1
  58. package/src/components/templates/image-template/image-template.module.scss +0 -67
  59. package/src/components/templates/image-template/image-template.tsx +0 -58
  60. package/src/components/templates/image-template/index.ts +0 -1
  61. package/src/components/templates/index.ts +0 -10
  62. package/src/components/templates/quick-replies/index.ts +0 -1
  63. package/src/components/templates/quick-replies/quick-replies.module.scss +0 -16
  64. package/src/components/templates/quick-replies/quick-replies.tsx +0 -47
  65. package/src/components/templates/template-box/index.ts +0 -2
  66. package/src/components/templates/template-box/template-box-content.module.scss +0 -13
  67. package/src/components/templates/template-box/template-box-content.tsx +0 -30
  68. package/src/components/templates/template-box/template-box.module.scss +0 -19
  69. package/src/components/templates/template-box/template-box.tsx +0 -48
  70. package/src/components/templates/text-template/bot-typing-box.tsx +0 -81
  71. package/src/components/templates/text-template/bot-typing-placeholder.tsx +0 -28
  72. package/src/components/templates/text-template/index.ts +0 -3
  73. package/src/components/templates/text-template/text-template.module.scss +0 -131
  74. package/src/components/templates/text-template/text-template.tsx +0 -94
  75. package/src/components/templates/text-template/use-react-markdown-renderer.spec.tsx +0 -758
  76. package/src/components/templates/time/index.ts +0 -1
  77. package/src/components/templates/time/time.module.scss +0 -6
  78. package/src/components/templates/time/time.tsx +0 -34
  79. package/src/context/asgard-app-initialization-context.tsx +0 -154
  80. package/src/context/asgard-service-context.tsx +0 -148
  81. package/src/context/asgard-template-context.tsx +0 -83
  82. package/src/context/asgard-theme-context.tsx +0 -546
  83. package/src/context/index.ts +0 -4
  84. package/src/hooks/index.ts +0 -11
  85. package/src/hooks/use-asgard-service-client.ts +0 -68
  86. package/src/hooks/use-channel.ts +0 -160
  87. package/src/hooks/use-debounce.ts +0 -18
  88. package/src/hooks/use-deep-compare-memo.ts +0 -19
  89. package/src/hooks/use-is-on-screen-keyboard-open.ts +0 -43
  90. package/src/hooks/use-on-screen-keyboard-scroll-fix.ts +0 -15
  91. package/src/hooks/use-prevent-over-scrolling.ts +0 -77
  92. package/src/hooks/use-react-markdown-renderer.tsx +0 -278
  93. package/src/hooks/use-resize-observer.tsx +0 -27
  94. package/src/hooks/use-update-vh.ts +0 -30
  95. package/src/hooks/use-viewport-size.ts +0 -51
  96. package/src/icons/add_a_photo.svg +0 -3
  97. package/src/icons/bot.svg +0 -14
  98. package/src/icons/close.svg +0 -3
  99. package/src/icons/distance.svg +0 -3
  100. package/src/icons/mic.svg +0 -3
  101. package/src/icons/photo_library.svg +0 -3
  102. package/src/icons/profile.svg +0 -28
  103. package/src/icons/refresh.svg +0 -3
  104. package/src/icons/send.svg +0 -3
  105. package/src/icons/stop.svg +0 -22
  106. package/src/icons/volume_up.svg +0 -3
  107. package/src/index.ts +0 -4
  108. package/src/models/bot-provider.ts +0 -108
  109. package/src/styles/_index.scss +0 -1
  110. package/src/styles/_styles.scss +0 -11
  111. package/src/styles/colors/_colors.scss +0 -10
  112. package/src/styles/colors/_index.scss +0 -1
  113. package/src/styles/colors/_variables.scss +0 -72
  114. package/src/styles/palette/_index.scss +0 -1
  115. package/src/styles/palette/_palette.scss +0 -42
  116. package/src/styles/palette/_variables.scss +0 -40
  117. package/src/styles/radius/_index.scss +0 -1
  118. package/src/styles/radius/_radius.scss +0 -8
  119. package/src/styles/radius/_variables.scss +0 -12
  120. package/src/styles/spacing/_index.scss +0 -1
  121. package/src/styles/spacing/_spacing.scss +0 -8
  122. package/src/styles/spacing/_variables.scss +0 -13
  123. package/src/styles/utils/_index.scss +0 -1
  124. package/src/styles/utils/_map.scss +0 -22
  125. package/src/test-setup.ts +0 -1
  126. package/src/utils/color-utils.ts +0 -52
  127. package/src/utils/deep-merge.ts +0 -26
  128. package/src/utils/extractors.ts +0 -20
  129. package/src/utils/format-time.ts +0 -8
  130. package/src/utils/index.ts +0 -1
  131. package/src/utils/is.ts +0 -72
  132. package/src/utils/selectors.ts +0 -7
  133. package/src/utils/uri-validation.spec.ts +0 -208
  134. package/src/utils/uri-validation.ts +0 -103
  135. package/tsconfig.json +0 -16
  136. package/tsconfig.lib.json +0 -63
  137. package/tsconfig.spec.json +0 -36
  138. package/tsconfig.tsbuildinfo +0 -1
  139. package/vite.config.ts +0 -63

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.