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.
- package/dist/index.js +4 -4
- package/dist/types/utils/index.d.ts +0 -1
- package/dist/types.d.ts +1 -1
- package/package.json +5 -2
- package/.github/workflows/publish.yaml +0 -23
- package/.yarnrc.yml +0 -2
- package/custom.d.ts +0 -6
- package/dist/types/utils/getRandomColor.d.ts +0 -1
- package/postcss.config.ts +0 -6
- package/rollup.config.ts +0 -74
- package/src/assets/icons/add.svg +0 -1
- package/src/assets/icons/arrow-left.svg +0 -1
- package/src/assets/icons/bot.svg +0 -35
- package/src/assets/icons/bot1.svg +0 -1
- package/src/assets/icons/close.svg +0 -1
- package/src/assets/icons/copy.svg +0 -1
- package/src/assets/icons/delete.svg +0 -1
- package/src/assets/icons/download.svg +0 -8
- package/src/assets/icons/error.svg +0 -12
- package/src/assets/icons/load.svg +0 -5
- package/src/assets/icons/message.svg +0 -4
- package/src/assets/icons/search.svg +0 -1
- package/src/assets/icons/send.svg +0 -14
- package/src/assets/icons/thumbs-down.svg +0 -1
- package/src/assets/icons/thumbs-up.svg +0 -1
- package/src/assets/icons/user.svg +0 -12
- package/src/assets/icons/ved.svg +0 -26
- package/src/components/Buttons/VuButton.tsx +0 -26
- package/src/components/Buttons/VuIconButton.tsx +0 -31
- package/src/components/Buttons/index.ts +0 -2
- package/src/components/Buttons/styled.ts +0 -87
- package/src/components/Buttons/types.ts +0 -17
- package/src/components/Charts/BarChart.tsx +0 -157
- package/src/components/Charts/LineChart.tsx +0 -103
- package/src/components/Charts/PieChart.tsx +0 -117
- package/src/components/Charts/theme.ts +0 -218
- package/src/components/ErrorComponent/index.tsx +0 -23
- package/src/components/ErrorComponent/styled.ts +0 -28
- package/src/components/Header/index.tsx +0 -52
- package/src/components/Header/styled.ts +0 -16
- package/src/components/Icons/VuIcon.tsx +0 -30
- package/src/components/Icons/index.ts +0 -1
- package/src/components/SearchInput/SearchInput.tsx +0 -23
- package/src/components/SearchInput/index.ts +0 -1
- package/src/components/SearchInput/styled.ts +0 -27
- package/src/components/TextArea/VuTextArea.tsx +0 -39
- package/src/components/TextArea/index.ts +0 -1
- package/src/components/TextArea/styled.ts +0 -41
- package/src/components/api/api.ts +0 -51
- package/src/components/api/axiosInstance.ts +0 -5
- package/src/components/api/types.ts +0 -31
- package/src/components/index.ts +0 -8
- package/src/index.css +0 -247
- package/src/index.ts +0 -2
- package/src/pages/VuChat.tsx +0 -45
- package/src/pages/VuIconComponent.tsx +0 -45
- package/src/pages/chatbot/Chatbot.tsx +0 -206
- package/src/pages/chatbot/components/ChatSection/ChatSection.tsx +0 -201
- package/src/pages/chatbot/components/ChatSection/components/ActionButtons/ActionButtons.tsx +0 -30
- package/src/pages/chatbot/components/ChatSection/components/ActionButtons/styled.ts +0 -10
- package/src/pages/chatbot/components/ChatSection/components/Charts/Charts.tsx +0 -39
- package/src/pages/chatbot/components/ChatSection/components/Charts/styled.ts +0 -26
- package/src/pages/chatbot/components/ChatSection/components/Charts/type.ts +0 -18
- package/src/pages/chatbot/components/ChatSection/components/EmptyState/EmptyState.tsx +0 -26
- package/src/pages/chatbot/components/ChatSection/components/EmptyState/styled.ts +0 -29
- package/src/pages/chatbot/components/ChatSection/components/QuestionCard/QuestionCard.tsx +0 -21
- package/src/pages/chatbot/components/ChatSection/components/QuestionCard/styled.ts +0 -20
- package/src/pages/chatbot/components/ChatSection/components/ResponseCard/ResponseCard.tsx +0 -181
- package/src/pages/chatbot/components/ChatSection/components/ResponseCard/styled.ts +0 -53
- package/src/pages/chatbot/components/ChatSection/components/ResponseLoader/ResponseLoader.tsx +0 -38
- package/src/pages/chatbot/components/ChatSection/components/ResponseLoader/styled.ts +0 -24
- package/src/pages/chatbot/components/ChatSection/components/SuggestedQuestions/SuggestedQuestions.tsx +0 -18
- package/src/pages/chatbot/components/ChatSection/components/SuggestedQuestions/styled.ts +0 -12
- package/src/pages/chatbot/components/ChatSection/styled.ts +0 -30
- package/src/pages/chatbot/components/RecentConversations/RecentConversations.tsx +0 -128
- package/src/pages/chatbot/components/RecentConversations/questions.ts +0 -24
- package/src/pages/chatbot/components/RecentConversations/styled.ts +0 -55
- package/src/pages/chatbot/index.ts +0 -1
- package/src/pages/chatbot/styled.ts +0 -100
- package/src/pages/index.ts +0 -2
- package/src/pages/styled.ts +0 -27
- package/src/utils/getRandomColor.ts +0 -20
- package/src/utils/helper.ts +0 -8
- package/src/utils/icons.ts +0 -3
- package/src/utils/iconsList.tsx +0 -14
- package/src/utils/index.ts +0 -3
- package/tailwind.config.ts +0 -36
- 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.