@axos-web-dev/shared-components 2.2.8 → 2.2.10
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/ATMLocator/ATMLocator.js +2 -2
- package/dist/Auth/ErrorAlert.js +3 -3
- package/dist/Button/Button.js +2 -2
- package/dist/Calculators/Calculator.js +3 -3
- package/dist/Calculators/MarginTradingCalculator/index.js +2 -2
- package/dist/Carousel/index.js +2 -2
- package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +0 -5
- package/dist/Chatbot/AnimatedGradientBorder.css.js +3 -13
- package/dist/Chatbot/ChatWindow.css.d.ts +0 -6
- package/dist/Chatbot/ChatWindow.css.js +35 -47
- package/dist/Chatbot/ChatWindow.js +68 -130
- package/dist/Chatbot/Chatbot.css.js +1 -1
- package/dist/Chatbot/Chatbot.js +23 -84
- package/dist/Chatbot/ChatbotMessage.js +159 -184
- package/dist/Chatbot/EllipsisAnimation.js +6 -0
- package/dist/Chatbot/index.js +1 -7
- package/dist/Chevron/index.js +2 -2
- package/dist/Comparison/Comparison.js +2 -2
- package/dist/ExecutiveBio/ExecutiveBio.js +2 -2
- package/dist/FaqAccordion/index.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -2
- package/dist/Forms/ApplyNow.js +2 -2
- package/dist/Forms/ContactUsBusiness.js +2 -2
- package/dist/Forms/ContactUsBusinessNameEmail.js +2 -2
- package/dist/Forms/ContactUsNMLSId.js +2 -2
- package/dist/Forms/CpraRequest.js +2 -2
- package/dist/Forms/CraPublicFile.js +2 -2
- package/dist/Forms/EmailOnly.js +2 -2
- package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -2
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -2
- package/dist/Forms/MortgageWarehouseLending.js +2 -2
- package/dist/Forms/SuccesForm.js +3 -3
- package/dist/Hyperlink/index.js +2 -2
- package/dist/ImageLink/ImageLink.js +2 -2
- package/dist/ImageLink/ImageLinkSet.js +2 -2
- package/dist/ImageLink/index.js +2 -2
- package/dist/Insight/Featured/CategorySelector.js +2 -2
- package/dist/Insight/Featured/Featured.js +2 -2
- package/dist/Insight/Featured/Header.js +2 -2
- package/dist/Modal/Modal.js +2 -2
- package/dist/NavigationMenu/AxosALTS/index.js +2 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -2
- package/dist/NavigationMenu/AxosBank/index.js +2 -2
- package/dist/NavigationMenu/LaVictoire/index.js +2 -2
- package/dist/NavigationMenu/Navbar.js +2 -2
- package/dist/NavigationMenu/SignInNavButton.js +2 -2
- package/dist/SetContainer/SetContainer.js +2 -2
- package/dist/SocialMediaBar/iconsRepository.js +2 -2
- package/dist/VideoTile/VideoTile.js +2 -2
- package/dist/VideoWrapper/index.js +2 -2
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +12 -99
- package/dist/assets/Chatbot/Bubble.css +7 -26
- package/dist/assets/Chatbot/ChatWindow.css +74 -155
- package/dist/assets/Chatbot/Chatbot.css +3 -0
- package/dist/main.js +1 -7
- package/package.json +1 -1
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +0 -1
package/dist/main.js
CHANGED
|
@@ -42,7 +42,7 @@ import { borderHoverGradient, bubbleButton, bubbleText, bubbleWrapper, inner, sv
|
|
|
42
42
|
import { Chatbot, audioManager } from "./Chatbot/Chatbot.js";
|
|
43
43
|
import { chatbotAXB, chatbotUFB } from "./Chatbot/Chatbot.css.js";
|
|
44
44
|
import { ChatWindow } from "./Chatbot/ChatWindow.js";
|
|
45
|
-
import { agent_msg, arrowFill, autoResize, button_bar, button_reset, buttonss_section,
|
|
45
|
+
import { agent_msg, arrowFill, autoResize, button_bar, button_reset, buttonss_section, chatEndCircle, chatEndDialogOverlay, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, expandToggleStyle, inline_button, inline_button_wrapper, inputStyle, left_bar_section, messageStyle, messagesContainerStyle, noAnswerButton, notificationStyle, sendButtonStyle, shimmerText, thankyou_image, thankyou_message, thankyou_overlay, user_msg, windowBarStyle, windowExpandedStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
46
|
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
47
|
import { useMessages } from "./Chatbot/store/messages.js";
|
|
48
48
|
import { Chevron } from "./Chevron/index.js";
|
|
@@ -509,7 +509,6 @@ export {
|
|
|
509
509
|
ceo_name,
|
|
510
510
|
ceo_quote,
|
|
511
511
|
ceo_title,
|
|
512
|
-
chatAiDisclaimer,
|
|
513
512
|
chatEndCircle,
|
|
514
513
|
chatEndDialogOverlay,
|
|
515
514
|
chatFinishDialog,
|
|
@@ -591,7 +590,6 @@ export {
|
|
|
591
590
|
form,
|
|
592
591
|
formBtns,
|
|
593
592
|
formContainer,
|
|
594
|
-
formTextButton,
|
|
595
593
|
formWrapper,
|
|
596
594
|
form_input,
|
|
597
595
|
form_input_wrapper,
|
|
@@ -805,9 +803,6 @@ export {
|
|
|
805
803
|
svg_icon,
|
|
806
804
|
svg_logo,
|
|
807
805
|
table,
|
|
808
|
-
tableCell,
|
|
809
|
-
tableHead,
|
|
810
|
-
tableMsg,
|
|
811
806
|
tableWrapper,
|
|
812
807
|
table_container,
|
|
813
808
|
table_container_text,
|
|
@@ -836,7 +831,6 @@ export {
|
|
|
836
831
|
topic_container,
|
|
837
832
|
topic_header,
|
|
838
833
|
topic_item,
|
|
839
|
-
trMortgageTable,
|
|
840
834
|
transcript_btn,
|
|
841
835
|
transcript_container,
|
|
842
836
|
transcript_content,
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|