@axos-web-dev/shared-components 1.0.99-sectionSpacerRemoved.2 → 1.0.100-chat.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/ATMLocator/ATMLocator.js +7 -1
- package/dist/ArticlesSet/ArticlesSet.js +2 -2
- package/dist/Auth/ErrorAlert.js +7 -1
- package/dist/Button/Button.js +7 -1
- package/dist/Calculators/Calculator.js +8 -2
- package/dist/Calculators/MaxLoanCalculator/index.js +22 -5
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +15 -5
- package/dist/Carousel/index.js +7 -1
- package/dist/Chatbot/Bubble.css.d.ts +2 -0
- package/dist/Chatbot/Bubble.css.js +8 -0
- package/dist/Chatbot/Bubble.d.ts +3 -0
- package/dist/Chatbot/Bubble.js +100 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +16 -0
- package/dist/Chatbot/ChatWindow.css.js +35 -0
- package/dist/Chatbot/ChatWindow.d.ts +29 -0
- package/dist/Chatbot/ChatWindow.js +329 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +6 -0
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +5 -0
- package/dist/Chatbot/Chatbot.js +42 -0
- package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
- package/dist/Chatbot/EllipsisIcon.js +19 -0
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.d.ts +9 -0
- package/dist/Chatbot/index.js +38 -0
- package/dist/Chatbot/store/chat.d.ts +9 -0
- package/dist/Chatbot/store/chat.js +11 -0
- package/dist/Chatbot/store/messages.d.ts +15 -0
- package/dist/Chatbot/store/messages.js +13 -0
- package/dist/Chatbot/useHeadlessChat.d.ts +26 -0
- package/dist/Chatbot/useHeadlessChat.js +193 -0
- package/dist/Chevron/index.js +7 -1
- package/dist/Comparison/Comparison.js +7 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +7 -1
- package/dist/FaqAccordion/index.js +7 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -1
- package/dist/Forms/ApplicationStart.js +1 -1
- package/dist/Forms/ApplyNow.js +7 -1
- package/dist/Forms/ClearingForm.js +1 -1
- package/dist/Forms/CommercialDeposits.js +1 -1
- package/dist/Forms/CommercialLending.js +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +1 -1
- package/dist/Forms/ContactCompany.js +1 -1
- package/dist/Forms/ContactCompanyTitle.js +1 -1
- package/dist/Forms/ContactUs.js +1 -1
- package/dist/Forms/ContactUsAAS.js +1 -1
- package/dist/Forms/ContactUsBusiness.js +8 -2
- package/dist/Forms/ContactUsBusinessNameEmail.js +8 -2
- package/dist/Forms/ContactUsLVF.js +1 -1
- package/dist/Forms/ContactUsNMLSId.js +8 -2
- package/dist/Forms/CpraRequest.js +1 -1
- package/dist/Forms/CraPublicFile.js +8 -2
- package/dist/Forms/DealerServices.js +1 -1
- package/dist/Forms/EmailOnly.js +8 -2
- package/dist/Forms/EmailUs.js +1 -1
- package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -1
- package/dist/Forms/HoneyPot/HoneyPot.css.js +2 -2
- package/dist/Forms/HoneyPot/index.d.ts +10 -11
- package/dist/Forms/HoneyPot/index.js +21 -23
- package/dist/Forms/MortgageRate/MortgageRateForm.js +18 -11
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +7 -1
- package/dist/Forms/MortgageWarehouseLending.js +8 -3
- package/dist/Forms/QuickPricer/QuickPricerForm.js +1 -1
- package/dist/Forms/ScheduleCall.js +1 -1
- package/dist/Forms/ScheduleCallPremier.js +1 -1
- package/dist/Forms/SuccesForm.js +8 -2
- package/dist/Forms/VendorQuestionnaire.js +1 -1
- package/dist/Forms/WcplSurvey.js +1 -1
- package/dist/HeroBanner/HeroBanner.js +42 -1
- package/dist/Hyperlink/index.js +7 -1
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
- package/dist/ImageLink/ImageLink.js +7 -1
- package/dist/ImageLink/ImageLinkSet.js +7 -1
- package/dist/ImageLink/index.js +7 -1
- package/dist/Insight/Featured/CategorySelector.js +7 -1
- package/dist/Insight/Featured/Featured.js +7 -1
- package/dist/Insight/Featured/Header.js +7 -1
- package/dist/Modal/Modal.js +7 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +7 -1
- package/dist/NavigationMenu/AxosALTS/index.js +7 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +7 -1
- package/dist/NavigationMenu/AxosBank/NavData.js +7 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +7 -1
- package/dist/NavigationMenu/AxosBank/index.js +7 -1
- package/dist/NavigationMenu/LaVictoire/NavData.js +7 -1
- package/dist/NavigationMenu/LaVictoire/index.js +7 -1
- package/dist/NavigationMenu/NavDataJson.js +7 -1
- package/dist/NavigationMenu/Navbar.js +7 -1
- package/dist/NavigationMenu/SignInNavButton.js +7 -1
- package/dist/SetContainer/SetContainer.js +7 -1
- package/dist/SocialMediaBar/iconsRepository.js +7 -1
- package/dist/Table/Table.d.ts +1 -1
- package/dist/VideoTile/VideoTile.js +7 -1
- package/dist/VideoWrapper/index.js +7 -1
- package/dist/assets/AwardsBanner/AwardsBanner.css +3 -0
- package/dist/assets/Chatbot/Bubble.css +51 -0
- package/dist/assets/Chatbot/ChatWindow.css +196 -0
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +4 -0
- package/dist/assets/SetContainer/SetContainer.css +0 -3
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +0 -3
- package/dist/assets/globals.css +0 -11
- package/dist/main.d.ts +1 -0
- package/dist/main.js +35 -0
- package/package.json +5 -2
package/dist/assets/globals.css
CHANGED
|
@@ -32,17 +32,6 @@ li p, p:last-child, p:only-child {
|
|
|
32
32
|
.section_spacer {
|
|
33
33
|
margin-top: 3.5rem;
|
|
34
34
|
}
|
|
35
|
-
.page_body_contents {
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: column;
|
|
38
|
-
gap: 3.5rem;
|
|
39
|
-
}
|
|
40
|
-
span#personalized-refi-table:has(*) {
|
|
41
|
-
margin-bottom: 3.5rem;
|
|
42
|
-
}
|
|
43
|
-
.page_body_contents > div:first-child > .billboard {
|
|
44
|
-
margin-top: 3.5rem;
|
|
45
|
-
}
|
|
46
35
|
.flex, [class*='flex_'] {
|
|
47
36
|
display: flex;
|
|
48
37
|
}
|
package/dist/main.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from './Calculators/MarginTradingCalculator';
|
|
|
20
20
|
export * from './Calculators/MonthlyPaymentCalculator';
|
|
21
21
|
export * from './CallToActionBar';
|
|
22
22
|
export * from './Carousel';
|
|
23
|
+
export * from './Chatbot';
|
|
23
24
|
export * from './Chevron';
|
|
24
25
|
export * from './CollectInformationAlert';
|
|
25
26
|
export * from './Comparison';
|
package/dist/main.js
CHANGED
|
@@ -37,6 +37,15 @@ import { MonthlyPaymentLVFCalculator } from "./Calculators/MonthlyPaymentLVFCalc
|
|
|
37
37
|
import { SummitApyCalculator } from "./Calculators/SummitApyCalculator/index.js";
|
|
38
38
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
39
39
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
40
|
+
import { Bubble } from "./Chatbot/Bubble.js";
|
|
41
|
+
import { bubbleWrapper, svgFill } from "./Chatbot/Bubble.css.js";
|
|
42
|
+
import { Chatbot } from "./Chatbot/Chatbot.js";
|
|
43
|
+
import { chatbotAXB, chatbotUFB } from "./Chatbot/Chatbot.css.js";
|
|
44
|
+
import { ChatWindow } from "./Chatbot/ChatWindow.js";
|
|
45
|
+
import { arrowFill, button_reset, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, messageStyle, messagesContainerStyle, notificationStyle, sendButtonStyle, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
|
+
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
|
+
import { useMessages } from "./Chatbot/store/messages.js";
|
|
48
|
+
import { useHeadlessChat } from "./Chatbot/useHeadlessChat.js";
|
|
40
49
|
import { Chevron } from "./Chevron/index.js";
|
|
41
50
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
42
51
|
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
@@ -235,6 +244,7 @@ export {
|
|
|
235
244
|
BalanceAPYCalculator,
|
|
236
245
|
Blockquote,
|
|
237
246
|
BreadcumbHeader,
|
|
247
|
+
Bubble,
|
|
238
248
|
BulletItem,
|
|
239
249
|
Button,
|
|
240
250
|
BuyDownCalculator,
|
|
@@ -243,6 +253,8 @@ export {
|
|
|
243
253
|
Carousel,
|
|
244
254
|
CarouselSlide,
|
|
245
255
|
CategorySelector,
|
|
256
|
+
ChatWindow,
|
|
257
|
+
Chatbot,
|
|
246
258
|
default5 as CheckCircle,
|
|
247
259
|
default6 as CheckCircleLight,
|
|
248
260
|
default7 as CheckIcon,
|
|
@@ -399,6 +411,7 @@ export {
|
|
|
399
411
|
apply_now_form,
|
|
400
412
|
apy_billboard,
|
|
401
413
|
apy_table,
|
|
414
|
+
arrowFill,
|
|
402
415
|
associatedEmail,
|
|
403
416
|
award_company,
|
|
404
417
|
award_item,
|
|
@@ -432,8 +445,10 @@ export {
|
|
|
432
445
|
bs_section,
|
|
433
446
|
bs_topic,
|
|
434
447
|
bs_wrapper,
|
|
448
|
+
bubbleWrapper,
|
|
435
449
|
bullet_details,
|
|
436
450
|
button,
|
|
451
|
+
button_reset,
|
|
437
452
|
buttons,
|
|
438
453
|
calculator,
|
|
439
454
|
calculator_description,
|
|
@@ -442,6 +457,11 @@ export {
|
|
|
442
457
|
center_center,
|
|
443
458
|
center_left,
|
|
444
459
|
center_right,
|
|
460
|
+
chat_title,
|
|
461
|
+
chatbotAXB,
|
|
462
|
+
chatbotMenu,
|
|
463
|
+
chatbotMenuItem,
|
|
464
|
+
chatbotUFB,
|
|
445
465
|
checkbox_group,
|
|
446
466
|
columnValues,
|
|
447
467
|
comparison,
|
|
@@ -468,6 +488,7 @@ export {
|
|
|
468
488
|
dp_input,
|
|
469
489
|
dropdown,
|
|
470
490
|
dynPH,
|
|
491
|
+
endChatButtonStyle,
|
|
471
492
|
error_alert,
|
|
472
493
|
error_alert_content,
|
|
473
494
|
error_close_button,
|
|
@@ -569,8 +590,11 @@ export {
|
|
|
569
590
|
image_inner_wrapper,
|
|
570
591
|
img_area,
|
|
571
592
|
img_contents,
|
|
593
|
+
inline_button,
|
|
594
|
+
inline_button_wrapper,
|
|
572
595
|
inline_container,
|
|
573
596
|
input,
|
|
597
|
+
inputStyle,
|
|
574
598
|
insight_header,
|
|
575
599
|
insight_header_2,
|
|
576
600
|
insight_header_3,
|
|
@@ -607,6 +631,8 @@ export {
|
|
|
607
631
|
mb_8,
|
|
608
632
|
mb_form,
|
|
609
633
|
media,
|
|
634
|
+
messageStyle,
|
|
635
|
+
messagesContainerStyle,
|
|
610
636
|
mh_330,
|
|
611
637
|
modalCheckboxContainer,
|
|
612
638
|
modalMobile,
|
|
@@ -617,6 +643,7 @@ export {
|
|
|
617
643
|
mw24,
|
|
618
644
|
na_cursor,
|
|
619
645
|
nested_grid,
|
|
646
|
+
notificationStyle,
|
|
620
647
|
ol,
|
|
621
648
|
one_row,
|
|
622
649
|
padding,
|
|
@@ -661,6 +688,7 @@ export {
|
|
|
661
688
|
selection_section_content,
|
|
662
689
|
selection_section_icon,
|
|
663
690
|
selection_section_icon_img,
|
|
691
|
+
sendButtonStyle,
|
|
664
692
|
separator,
|
|
665
693
|
set_container,
|
|
666
694
|
set_container_cols,
|
|
@@ -684,6 +712,7 @@ export {
|
|
|
684
712
|
success_icon,
|
|
685
713
|
success_wrap,
|
|
686
714
|
supertag,
|
|
715
|
+
svgFill,
|
|
687
716
|
svg_fill,
|
|
688
717
|
svg_icon,
|
|
689
718
|
svg_logo,
|
|
@@ -719,6 +748,9 @@ export {
|
|
|
719
748
|
up_to,
|
|
720
749
|
url_row,
|
|
721
750
|
useGlobalContext,
|
|
751
|
+
useHeadlessChat,
|
|
752
|
+
useMessages,
|
|
753
|
+
useOpenChat,
|
|
722
754
|
user_buttons,
|
|
723
755
|
user_card,
|
|
724
756
|
user_container,
|
|
@@ -734,6 +766,9 @@ export {
|
|
|
734
766
|
video_title,
|
|
735
767
|
vidyard_height,
|
|
736
768
|
w_100,
|
|
769
|
+
windowBarStyle,
|
|
770
|
+
windowOpenStyle,
|
|
771
|
+
windowStyle,
|
|
737
772
|
wrapper,
|
|
738
773
|
x_input,
|
|
739
774
|
xc_input
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.100-chat.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -35,7 +35,9 @@
|
|
|
35
35
|
"@react-input/number-format": "^1.1.3",
|
|
36
36
|
"@storybook/icons": "^1.3.0",
|
|
37
37
|
"@storybook/preview-api": "^8.4.7",
|
|
38
|
+
"@ts-stack/markdown": "^1.5.0",
|
|
38
39
|
"@types/iframe-resizer": "3.5.13",
|
|
40
|
+
"@ujet/websdk-headless": "^3.41.4",
|
|
39
41
|
"@vanilla-extract/css": "^1.16.1",
|
|
40
42
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
41
43
|
"antd": "^5.22.5",
|
|
@@ -48,11 +50,12 @@
|
|
|
48
50
|
"react-date-picker": "^11.0.0",
|
|
49
51
|
"react-date-range": "^2.0.1",
|
|
50
52
|
"react-hook-form": "^7.54.2",
|
|
51
|
-
"react-markdown": "^9.0
|
|
53
|
+
"react-markdown": "^9.1.0",
|
|
52
54
|
"react-popper": "^2.3.0",
|
|
53
55
|
"react-slick": "^0.30.2",
|
|
54
56
|
"react-use": "^17.6.0",
|
|
55
57
|
"react-wrap-balancer": "^1.1.1",
|
|
58
|
+
"remark-gfm": "^4.0.1",
|
|
56
59
|
"rsuite": "^5.75.0",
|
|
57
60
|
"slick-carousel": "^1.8.1",
|
|
58
61
|
"typed-css-modules": "^0.9.1",
|