vuchat 1.0.8-next.2 → 1.1.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 (88) hide show
  1. package/dist/index.js +4 -4
  2. package/dist/types/utils/index.d.ts +0 -1
  3. package/dist/types.d.ts +1 -1
  4. package/package.json +5 -2
  5. package/.github/workflows/publish.yaml +0 -23
  6. package/.yarnrc.yml +0 -2
  7. package/custom.d.ts +0 -6
  8. package/dist/types/utils/getRandomColor.d.ts +0 -1
  9. package/postcss.config.ts +0 -6
  10. package/rollup.config.ts +0 -74
  11. package/src/assets/icons/add.svg +0 -1
  12. package/src/assets/icons/arrow-left.svg +0 -1
  13. package/src/assets/icons/bot.svg +0 -35
  14. package/src/assets/icons/bot1.svg +0 -1
  15. package/src/assets/icons/close.svg +0 -1
  16. package/src/assets/icons/copy.svg +0 -1
  17. package/src/assets/icons/delete.svg +0 -1
  18. package/src/assets/icons/download.svg +0 -8
  19. package/src/assets/icons/error.svg +0 -12
  20. package/src/assets/icons/load.svg +0 -5
  21. package/src/assets/icons/message.svg +0 -4
  22. package/src/assets/icons/search.svg +0 -1
  23. package/src/assets/icons/send.svg +0 -14
  24. package/src/assets/icons/thumbs-down.svg +0 -1
  25. package/src/assets/icons/thumbs-up.svg +0 -1
  26. package/src/assets/icons/user.svg +0 -12
  27. package/src/assets/icons/ved.svg +0 -26
  28. package/src/components/Buttons/VuButton.tsx +0 -26
  29. package/src/components/Buttons/VuIconButton.tsx +0 -31
  30. package/src/components/Buttons/index.ts +0 -2
  31. package/src/components/Buttons/styled.ts +0 -87
  32. package/src/components/Buttons/types.ts +0 -17
  33. package/src/components/Charts/BarChart.tsx +0 -157
  34. package/src/components/Charts/LineChart.tsx +0 -103
  35. package/src/components/Charts/PieChart.tsx +0 -117
  36. package/src/components/Charts/theme.ts +0 -218
  37. package/src/components/ErrorComponent/index.tsx +0 -23
  38. package/src/components/ErrorComponent/styled.ts +0 -28
  39. package/src/components/Header/index.tsx +0 -52
  40. package/src/components/Header/styled.ts +0 -16
  41. package/src/components/Icons/VuIcon.tsx +0 -30
  42. package/src/components/Icons/index.ts +0 -1
  43. package/src/components/SearchInput/SearchInput.tsx +0 -23
  44. package/src/components/SearchInput/index.ts +0 -1
  45. package/src/components/SearchInput/styled.ts +0 -27
  46. package/src/components/TextArea/VuTextArea.tsx +0 -39
  47. package/src/components/TextArea/index.ts +0 -1
  48. package/src/components/TextArea/styled.ts +0 -41
  49. package/src/components/api/api.ts +0 -51
  50. package/src/components/api/axiosInstance.ts +0 -5
  51. package/src/components/api/types.ts +0 -31
  52. package/src/components/index.ts +0 -8
  53. package/src/index.css +0 -247
  54. package/src/index.ts +0 -2
  55. package/src/pages/VuChat.tsx +0 -45
  56. package/src/pages/VuIconComponent.tsx +0 -45
  57. package/src/pages/chatbot/Chatbot.tsx +0 -206
  58. package/src/pages/chatbot/components/ChatSection/ChatSection.tsx +0 -201
  59. package/src/pages/chatbot/components/ChatSection/components/ActionButtons/ActionButtons.tsx +0 -30
  60. package/src/pages/chatbot/components/ChatSection/components/ActionButtons/styled.ts +0 -10
  61. package/src/pages/chatbot/components/ChatSection/components/Charts/Charts.tsx +0 -39
  62. package/src/pages/chatbot/components/ChatSection/components/Charts/styled.ts +0 -26
  63. package/src/pages/chatbot/components/ChatSection/components/Charts/type.ts +0 -18
  64. package/src/pages/chatbot/components/ChatSection/components/EmptyState/EmptyState.tsx +0 -26
  65. package/src/pages/chatbot/components/ChatSection/components/EmptyState/styled.ts +0 -29
  66. package/src/pages/chatbot/components/ChatSection/components/QuestionCard/QuestionCard.tsx +0 -21
  67. package/src/pages/chatbot/components/ChatSection/components/QuestionCard/styled.ts +0 -20
  68. package/src/pages/chatbot/components/ChatSection/components/ResponseCard/ResponseCard.tsx +0 -181
  69. package/src/pages/chatbot/components/ChatSection/components/ResponseCard/styled.ts +0 -53
  70. package/src/pages/chatbot/components/ChatSection/components/ResponseLoader/ResponseLoader.tsx +0 -38
  71. package/src/pages/chatbot/components/ChatSection/components/ResponseLoader/styled.ts +0 -24
  72. package/src/pages/chatbot/components/ChatSection/components/SuggestedQuestions/SuggestedQuestions.tsx +0 -18
  73. package/src/pages/chatbot/components/ChatSection/components/SuggestedQuestions/styled.ts +0 -12
  74. package/src/pages/chatbot/components/ChatSection/styled.ts +0 -30
  75. package/src/pages/chatbot/components/RecentConversations/RecentConversations.tsx +0 -128
  76. package/src/pages/chatbot/components/RecentConversations/questions.ts +0 -24
  77. package/src/pages/chatbot/components/RecentConversations/styled.ts +0 -55
  78. package/src/pages/chatbot/index.ts +0 -1
  79. package/src/pages/chatbot/styled.ts +0 -100
  80. package/src/pages/index.ts +0 -2
  81. package/src/pages/styled.ts +0 -27
  82. package/src/utils/getRandomColor.ts +0 -20
  83. package/src/utils/helper.ts +0 -8
  84. package/src/utils/icons.ts +0 -3
  85. package/src/utils/iconsList.tsx +0 -14
  86. package/src/utils/index.ts +0 -3
  87. package/tailwind.config.ts +0 -36
  88. package/tsconfig.json +0 -20

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.