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