@axos-web-dev/shared-components 2.1.0 → 2.2.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.d.ts +1 -1
- package/dist/ATMLocator/ATMLocator.js +5 -11
- package/dist/Accordion/Accordion.d.ts +3 -3
- package/dist/Article/Article.d.ts +1 -1
- package/dist/Auth/ErrorAlert.d.ts +1 -1
- package/dist/Auth/ErrorAlert.js +7 -13
- package/dist/Auth/Logout.d.ts +1 -1
- package/dist/Auth/SignInPassword.d.ts +1 -1
- package/dist/Auth/SignInPassword.js +0 -1
- package/dist/BulletItem/BulletItem.d.ts +1 -1
- package/dist/BulletItem/BulletItem.js +0 -1
- package/dist/Button/Button.d.ts +1 -1
- package/dist/Button/Button.js +6 -13
- package/dist/Button/GoBackButton.d.ts +1 -1
- package/dist/Calculators/AnnualFeeCalculator/index.js +0 -1
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +46 -5
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +72 -19
- package/dist/Calculators/ApyCalculator/index.js +585 -293
- package/dist/Calculators/AxosOneCalculator/index.js +7 -6
- package/dist/Calculators/BalanceAPYCalculator/index.js +0 -1
- package/dist/Calculators/BuyDownCalculator/index.js +0 -1
- package/dist/Calculators/Calculator.d.ts +1 -1
- package/dist/Calculators/Calculator.js +3 -9
- package/dist/Calculators/MarginTradingCalculator/index.js +118 -2
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +0 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +0 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +0 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +0 -1
- package/dist/Calculators/SummitApyCalculator/index.js +3 -2
- package/dist/Carousel/index.d.ts +3 -3
- package/dist/Carousel/index.js +5 -11
- package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +0 -5
- package/dist/Chatbot/AnimatedGradientBorder.css.js +3 -13
- package/dist/Chatbot/Bubble.css.js +1 -2
- package/dist/Chatbot/Bubble.d.ts +1 -1
- package/dist/Chatbot/Bubble.js +12 -3
- package/dist/Chatbot/Chat.d.ts +1 -1
- package/dist/Chatbot/Chat.js +7 -17
- package/dist/Chatbot/ChatWindow.css.d.ts +0 -4
- package/dist/Chatbot/ChatWindow.css.js +31 -39
- package/dist/Chatbot/ChatWindow.js +77 -133
- package/dist/Chatbot/Chatbot.d.ts +1 -1
- package/dist/Chatbot/Chatbot.js +20 -56
- package/dist/Chatbot/ChatbotMessage.js +159 -209
- package/dist/Chatbot/EllipsisAnimation.d.ts +1 -1
- package/dist/Chatbot/EllipsisIcon.d.ts +1 -1
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.js +1 -5
- package/dist/Chatbot/store/chat.d.ts +0 -5
- package/dist/Chatbot/store/chat.js +2 -10
- package/dist/Chatbot/useHeadlessChat.js +2 -1
- package/dist/Chevron/index.js +5 -12
- package/dist/Comparison/Comparison.d.ts +1 -1
- package/dist/Comparison/Comparison.js +5 -11
- package/dist/Comparison/ComparisonSet.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +3 -9
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBioSet.js +0 -1
- package/dist/ExecutiveBio/Overlay.d.ts +1 -1
- package/dist/FaqAccordion/index.d.ts +5 -5
- package/dist/FaqAccordion/index.js +5 -11
- package/dist/FdicCallout/index.d.ts +1 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +4 -4
- package/dist/FooterDisclosure/LVF/LaVictorieFooter.d.ts +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.d.ts +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +108 -208
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +0 -1
- package/dist/Forms/ApplyNow.d.ts +1 -1
- package/dist/Forms/ApplyNow.js +4 -10
- package/dist/Forms/BoatMooringLocation.d.ts +1 -1
- package/dist/Forms/BoatMooringLocation.js +0 -1
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/ClearingForm.js +0 -1
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.js +0 -1
- package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +1 -1
- package/dist/Forms/CommercialDepositsNoLendingOption.js +0 -1
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialLending.js +0 -1
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +0 -1
- package/dist/Forms/ConstructionLendingDynamic.d.ts +1 -1
- package/dist/Forms/ConstructionLendingDynamic.js +0 -1
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompany.js +0 -1
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.js +0 -1
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +0 -1
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.js +0 -1
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +5 -11
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +5 -11
- package/dist/Forms/ContactUsLVF.d.ts +1 -1
- package/dist/Forms/ContactUsLVF.js +0 -1
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +5 -11
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +99 -3
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +5 -11
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +0 -1
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +5 -11
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/EmailUs.js +0 -1
- package/dist/Forms/HoneyPot/index.d.ts +1 -1
- package/dist/Forms/HoneyPot/index.js +0 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +6 -12
- package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +5 -11
- package/dist/Forms/MortgageWarehouseLending.d.ts +1 -1
- package/dist/Forms/MortgageWarehouseLending.js +5 -11
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +0 -1
- package/dist/Forms/QuickPricer/UserInformation.d.ts +1 -1
- package/dist/Forms/ScheduleCall.d.ts +1 -1
- package/dist/Forms/ScheduleCall.js +0 -1
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +0 -1
- package/dist/Forms/SuccesForm.d.ts +1 -1
- package/dist/Forms/SuccesForm.js +7 -13
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/VendorQuestionnaire.js +0 -1
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/index.js +0 -1
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroVideoPoster.d.ts +1 -1
- package/dist/HeroBanner/LargeHeroBanner.d.ts +1 -1
- package/dist/Hyperlink/index.js +7 -13
- package/dist/IconBillboard/IconBillboard.d.ts +1 -1
- package/dist/IconBillboard/IconBillboardSet.d.ts +1 -1
- package/dist/IconBillboard/sections/CallToActionSection.d.ts +1 -1
- package/dist/IconBillboard/sections/CallToActionSection.js +3 -1
- package/dist/IconBillboard/sections/HeaderSection.d.ts +2 -2
- package/dist/IconBillboard/sections/IconSection.d.ts +1 -1
- package/dist/IconBillboard/sections/ItemsSection.d.ts +1 -1
- package/dist/IconBillboard/sections/LayoutSection.d.ts +1 -1
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboard.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageLink/ImageLink.d.ts +1 -1
- package/dist/ImageLink/ImageLink.js +5 -11
- package/dist/ImageLink/ImageLinkSet.d.ts +1 -1
- package/dist/ImageLink/ImageLinkSet.js +5 -11
- package/dist/ImageLink/index.js +4 -10
- package/dist/ImageWrapper/ImageWrapper.d.ts +1 -1
- package/dist/Insight/Featured/CategorySelector.d.ts +2 -2
- package/dist/Insight/Featured/CategorySelector.js +4 -10
- package/dist/Insight/Featured/Featured.d.ts +2 -2
- package/dist/Insight/Featured/Featured.js +5 -11
- package/dist/Insight/Featured/Header.d.ts +1 -1
- package/dist/Insight/Featured/Header.js +5 -11
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +1 -1
- package/dist/LoadingIndicator/index.d.ts +1 -1
- package/dist/LoadingIndicator/index.js +0 -1
- package/dist/MainHTML/index.d.ts +1 -1
- package/dist/Modal/Modal.js +4 -10
- package/dist/Modal/contextApi/store.d.ts +16 -2
- package/dist/Modal/contextApi/store.js +37 -6
- package/dist/NavigationMenu/AxosALTS/NavData.d.ts +7 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +6 -137
- package/dist/NavigationMenu/AxosALTS/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +13 -16
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosAdvisor/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/index.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +127 -4
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +6 -4
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +190 -360
- package/dist/NavigationMenu/AxosBank/NavData.d.ts +39 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +34 -166
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +399 -431
- package/dist/NavigationMenu/AxosBank/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +26 -71
- package/dist/NavigationMenu/AxosClearing/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosClearing/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosClearing/index.js +0 -1
- package/dist/NavigationMenu/AxosFiduciary/index.d.ts +1 -1
- package/dist/NavigationMenu/LaVictoire/NavData.d.ts +13 -2
- package/dist/NavigationMenu/LaVictoire/NavData.js +14 -146
- package/dist/NavigationMenu/LaVictoire/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/LaVictoire/SubNavBar.js +4 -1
- package/dist/NavigationMenu/LaVictoire/index.d.ts +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +18 -44
- package/dist/NavigationMenu/NavItem/index.d.ts +1 -1
- package/dist/NavigationMenu/Navbar.d.ts +1 -1
- package/dist/NavigationMenu/Navbar.js +7 -9
- package/dist/NavigationMenu/SignInNavButton.d.ts +3 -1
- package/dist/NavigationMenu/SignInNavButton.js +18 -27
- package/dist/Pagination/Pagination.d.ts +1 -1
- package/dist/SecondaryFooter/index.d.ts +1 -1
- package/dist/SetContainer/SetContainer.d.ts +1 -1
- package/dist/SetContainer/SetContainer.js +5 -11
- package/dist/SocialMediaBar/iconsRepository.d.ts +44 -14
- package/dist/SocialMediaBar/iconsRepository.js +31 -41
- package/dist/SocialMediaBar/index.d.ts +1 -1
- package/dist/SocialMediaBar/index.js +3 -1
- package/dist/Tab/Tab.d.ts +1 -1
- package/dist/Tab/Tab.js +0 -1
- package/dist/Tab/TabContainer.d.ts +1 -1
- package/dist/Table/Table.d.ts +5 -5
- package/dist/Table/Table.js +0 -1
- package/dist/TextBlock/TextBlock.d.ts +1 -1
- package/dist/Topic/Topic.d.ts +4 -4
- package/dist/VideoTile/VideoInit.d.ts +1 -1
- package/dist/VideoTile/VideoTile.js +3 -9
- package/dist/VideoWrapper/index.js +3 -9
- package/dist/WalnutIframe/index.d.ts +1 -1
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +350 -64
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +12 -99
- package/dist/assets/Chatbot/Bubble.css +6 -21
- package/dist/assets/Chatbot/ChatWindow.css +71 -108
- package/dist/icons/AxosX/Blue.d.ts +1 -1
- package/dist/icons/AxosX/index.d.ts +1 -1
- package/dist/icons/CheckCircle.d.ts +1 -1
- package/dist/icons/CheckCircleLight.d.ts +1 -1
- package/dist/icons/CheckIcon/index.d.ts +1 -1
- package/dist/icons/ChevronDown.d.ts +1 -1
- package/dist/icons/ChevronUp.d.ts +1 -1
- package/dist/icons/Clock/index.d.ts +1 -1
- package/dist/icons/EqualHousingLender.d.ts +1 -1
- package/dist/icons/Logos/AAS.d.ts +1 -1
- package/dist/icons/Logos/AFS.d.ts +1 -1
- package/dist/icons/Logos/AXA.d.ts +1 -1
- package/dist/icons/Logos/AXB.d.ts +1 -1
- package/dist/icons/Logos/AXC.d.ts +1 -1
- package/dist/icons/Logos/AXI.d.ts +1 -1
- package/dist/icons/Logos/AXOS.d.ts +1 -1
- package/dist/icons/Logos/GBLVF.d.ts +1 -1
- package/dist/icons/Logos/LVF.d.ts +1 -1
- package/dist/icons/Logos/LVFText.d.ts +1 -1
- package/dist/icons/Logos/SPB.d.ts +1 -1
- package/dist/icons/MemberFdicLogo.d.ts +1 -1
- package/dist/icons/QuoteIconGrey.d.ts +1 -1
- package/dist/icons/QuoteIconWhite.d.ts +1 -1
- package/dist/icons/QuoteIconYellow.d.ts +1 -1
- package/dist/main.js +3 -6
- package/dist/utils/allowedAxosDomains.d.ts +5 -2
- package/dist/utils/allowedAxosDomains.js +50 -46
- package/dist/utils/index.js +2 -1
- package/dist/utils/validateExternalLinks.d.ts +1 -1
- package/dist/utils/validateExternalLinks.js +2 -2
- package/package.json +2 -2
- package/dist/assets/notification.mp3.js +0 -4
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
2
|
-
from {
|
|
3
|
-
box-shadow: 0 0 16px 4px var(--_1073cm817);
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
box-shadow: none;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
@keyframes _13n1jqkv {
|
|
1
|
+
@keyframes _13n1jqku {
|
|
10
2
|
0% {
|
|
11
3
|
background-position: 200% 0;
|
|
12
4
|
}
|
|
@@ -14,34 +6,31 @@
|
|
|
14
6
|
background-position: -200% 0;
|
|
15
7
|
}
|
|
16
8
|
}
|
|
17
|
-
.
|
|
9
|
+
._13n1jqk0 {
|
|
18
10
|
background: var(--_1073cm818);
|
|
19
|
-
border-radius:
|
|
20
|
-
bottom:
|
|
11
|
+
border-radius: 10px;
|
|
12
|
+
bottom: 16px;
|
|
13
|
+
box-shadow: -4px -4px 60px 5px rgba(0, 0, 0, 0.3);
|
|
21
14
|
display: flex;
|
|
22
|
-
border: 1px solid #E9EBEF;
|
|
23
15
|
flex-direction: column;
|
|
24
16
|
height: min(calc(100vh - 112px), 560px);
|
|
25
17
|
max-width: 100%;
|
|
26
18
|
outline: none;
|
|
27
19
|
overflow: hidden;
|
|
28
20
|
position: fixed;
|
|
29
|
-
right:
|
|
21
|
+
right: 16px;
|
|
30
22
|
transform: translate(calc(0px - 64px / 2), calc(64px / 2 + 24px)) scale(0);
|
|
31
|
-
transition: transform 0.3s, visibility 0.3s
|
|
23
|
+
transition: transform 0.3s, visibility 0.3s;
|
|
32
24
|
transform-origin: bottom right;
|
|
33
25
|
width: min(calc(100vw - 50px), 350px);
|
|
34
26
|
z-index: 10000;
|
|
35
27
|
}
|
|
36
|
-
.
|
|
37
|
-
animation: _13n1jqk0 2s forwards;
|
|
38
|
-
box-shadow: 0 0 16px 4px var(--_1073cm817);
|
|
28
|
+
._13n1jqk1 {
|
|
39
29
|
transform: translate(0px) scale(1);
|
|
40
30
|
transition: transform 0.3s;
|
|
41
31
|
visibility: visible;
|
|
42
|
-
animation-delay: 1s;
|
|
43
32
|
}
|
|
44
|
-
.
|
|
33
|
+
._13n1jqk2 {
|
|
45
34
|
align-items: center;
|
|
46
35
|
background-color: var(--_1073cm818);
|
|
47
36
|
display: grid;
|
|
@@ -51,18 +40,18 @@
|
|
|
51
40
|
padding: 20px 24px;
|
|
52
41
|
gap: 8px;
|
|
53
42
|
}
|
|
54
|
-
.
|
|
43
|
+
._13n1jqk4 {
|
|
55
44
|
color: var(--_1073cm81a);
|
|
56
45
|
font-weight: 700;
|
|
57
46
|
font-size: 18px;
|
|
58
47
|
line-height: 1.5;
|
|
59
48
|
}
|
|
60
|
-
.
|
|
49
|
+
._13n1jqk5 {
|
|
61
50
|
display: flex;
|
|
62
51
|
align-items: center;
|
|
63
|
-
gap:
|
|
52
|
+
gap: 8px;
|
|
64
53
|
}
|
|
65
|
-
.
|
|
54
|
+
._13n1jqk6 {
|
|
66
55
|
width: 32px;
|
|
67
56
|
height: 32px;
|
|
68
57
|
border-radius: 50%;
|
|
@@ -72,75 +61,75 @@
|
|
|
72
61
|
justify-content: center;
|
|
73
62
|
align-items: center;
|
|
74
63
|
}
|
|
75
|
-
.
|
|
64
|
+
._13n1jqk6:hover {
|
|
76
65
|
background: #0000000f;
|
|
77
66
|
cursor: pointer;
|
|
78
67
|
}
|
|
79
|
-
button:has(span:hover) .
|
|
68
|
+
button:has(span:hover) ._13n1jqk6 {
|
|
80
69
|
background: #0000000f;
|
|
81
70
|
cursor: pointer;
|
|
82
71
|
}
|
|
83
|
-
.
|
|
72
|
+
._13n1jqk7 {
|
|
84
73
|
border: none;
|
|
85
74
|
cursor: pointer;
|
|
86
75
|
line-height: 1;
|
|
76
|
+
margin-left: 8px;
|
|
87
77
|
padding: 0;
|
|
88
78
|
}
|
|
89
|
-
.
|
|
79
|
+
._13n1jqk7 >:first-child {
|
|
90
80
|
display: block;
|
|
91
81
|
}
|
|
92
|
-
.
|
|
82
|
+
._13n1jqk7 > :last-child {
|
|
93
83
|
display: none;
|
|
94
84
|
}
|
|
95
|
-
.
|
|
85
|
+
._13n1jqk8 {
|
|
96
86
|
fill: var(--_1073cm81a);
|
|
97
87
|
color: var(--_1073cm81a);
|
|
98
88
|
}
|
|
99
|
-
.
|
|
89
|
+
._13n1jqk9 {
|
|
100
90
|
border: none;
|
|
101
91
|
color: #1F1F1F;
|
|
102
92
|
flex: 1 0 0;
|
|
103
93
|
font-size: 16px;
|
|
94
|
+
opacity: 0.7;
|
|
104
95
|
outline: none;
|
|
105
96
|
background: transparent;
|
|
106
97
|
resize: none;
|
|
107
|
-
margin-right: 8px;
|
|
108
98
|
}
|
|
109
|
-
.
|
|
110
|
-
color:
|
|
99
|
+
._13n1jqk9::placeholder {
|
|
100
|
+
color: rgba(31,31,31,.38);
|
|
111
101
|
}
|
|
112
|
-
._1hpv6vm1 .
|
|
113
|
-
color:
|
|
102
|
+
._1hpv6vm1 ._13n1jqk9::placeholder {
|
|
103
|
+
color: rgba(31,31,31,.58);
|
|
114
104
|
}
|
|
115
|
-
.
|
|
105
|
+
._13n1jqk9:disabled {
|
|
116
106
|
cursor: not-allowed;
|
|
117
107
|
}
|
|
118
|
-
.
|
|
108
|
+
._13n1jqka {
|
|
119
109
|
overflow-y: hidden;
|
|
120
110
|
min-height: 20px;
|
|
121
111
|
}
|
|
122
|
-
.
|
|
123
|
-
|
|
124
|
-
align-items: center;
|
|
112
|
+
._13n1jqkb {
|
|
113
|
+
padding-inline: 20px;
|
|
125
114
|
background: transparent;
|
|
126
115
|
border: none;
|
|
127
116
|
}
|
|
128
|
-
.
|
|
117
|
+
._13n1jqkb:hover {
|
|
129
118
|
cursor: pointer;
|
|
130
119
|
}
|
|
131
|
-
.
|
|
120
|
+
._13n1jqkb:disabled {
|
|
132
121
|
cursor: not-allowed;
|
|
133
122
|
}
|
|
134
|
-
.
|
|
123
|
+
._13n1jqkb svg {
|
|
135
124
|
fill: rgba(31,31,31,.38);
|
|
136
125
|
}
|
|
137
|
-
.
|
|
126
|
+
._13n1jqkb.active svg {
|
|
138
127
|
fill: #1e3860;
|
|
139
128
|
}
|
|
140
|
-
._1hpv6vm1 .
|
|
129
|
+
._1hpv6vm1 ._13n1jqkb.active svg {
|
|
141
130
|
fill: #e18357;
|
|
142
131
|
}
|
|
143
|
-
.
|
|
132
|
+
._13n1jqkc {
|
|
144
133
|
background: #ffffff;
|
|
145
134
|
display: flex;
|
|
146
135
|
flex: 1;
|
|
@@ -151,26 +140,26 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
151
140
|
scrollbar-color: #ccc transparent;
|
|
152
141
|
overflow-x: hidden;
|
|
153
142
|
}
|
|
154
|
-
.
|
|
143
|
+
._13n1jqkc > :first-child {
|
|
155
144
|
margin-top: auto;
|
|
156
145
|
}
|
|
157
|
-
.
|
|
146
|
+
._13n1jqkd {
|
|
158
147
|
color: #888;
|
|
159
148
|
font-size: 10px;
|
|
160
149
|
margin-bottom: 4px;
|
|
161
150
|
text-align: center;
|
|
162
151
|
}
|
|
163
|
-
.
|
|
152
|
+
._13n1jqke {
|
|
164
153
|
border-top-left-radius: 32px;
|
|
165
154
|
border-top-right-radius: 32px;
|
|
166
|
-
margin-bottom:
|
|
155
|
+
margin-bottom: 4px;
|
|
167
156
|
max-width: 93%;
|
|
168
157
|
padding: 12px 24px;
|
|
169
158
|
}
|
|
170
|
-
.
|
|
159
|
+
._13n1jqke ul {
|
|
171
160
|
padding-left: 24px;
|
|
172
161
|
}
|
|
173
|
-
.
|
|
162
|
+
._13n1jqkf {
|
|
174
163
|
border-radius: 8px;
|
|
175
164
|
display: flex;
|
|
176
165
|
flex-direction: column;
|
|
@@ -178,7 +167,7 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
178
167
|
align-items: flex-end;
|
|
179
168
|
gap: 5px;
|
|
180
169
|
}
|
|
181
|
-
.
|
|
170
|
+
._13n1jqkg {
|
|
182
171
|
font-size: 12px;
|
|
183
172
|
text-align: center;
|
|
184
173
|
background: var(--_1073cm818);
|
|
@@ -189,13 +178,13 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
189
178
|
width: min(60%,180px);
|
|
190
179
|
border: 1px solid var(--_1073cm81d);
|
|
191
180
|
}
|
|
192
|
-
.
|
|
181
|
+
._13n1jqkg:hover {
|
|
193
182
|
background: #f0f0f0;
|
|
194
183
|
}
|
|
195
|
-
._1hpv6vm1 .
|
|
184
|
+
._1hpv6vm1 ._13n1jqkg {
|
|
196
185
|
color: #323339;
|
|
197
186
|
}
|
|
198
|
-
.
|
|
187
|
+
._13n1jqkh {
|
|
199
188
|
background: #1e629a;
|
|
200
189
|
border: none;
|
|
201
190
|
color: #fff;
|
|
@@ -206,15 +195,15 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
206
195
|
text-align: center;
|
|
207
196
|
width: 100%;
|
|
208
197
|
}
|
|
209
|
-
.
|
|
198
|
+
._13n1jqkh:hover {
|
|
210
199
|
opacity: 0.8;
|
|
211
200
|
}
|
|
212
|
-
.
|
|
201
|
+
._13n1jqki {
|
|
213
202
|
background: white;
|
|
214
203
|
color: var(--_1073cm81a);
|
|
215
204
|
border: 1px solid var(--_1073cm81f);
|
|
216
205
|
}
|
|
217
|
-
.
|
|
206
|
+
._13n1jqkj {
|
|
218
207
|
position: absolute;
|
|
219
208
|
top: 48px;
|
|
220
209
|
right: 70px;
|
|
@@ -230,7 +219,7 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
230
219
|
color: #323339;
|
|
231
220
|
}
|
|
232
221
|
}
|
|
233
|
-
.
|
|
222
|
+
._13n1jqkk {
|
|
234
223
|
color: #435164;
|
|
235
224
|
border-bottom: 1px solid #1f2d3e;
|
|
236
225
|
padding: 12px;
|
|
@@ -238,26 +227,26 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
238
227
|
font-size: 14px;
|
|
239
228
|
border-radius: 16px;
|
|
240
229
|
}
|
|
241
|
-
.
|
|
230
|
+
._13n1jqkk:last-child {
|
|
242
231
|
border-bottom: none;
|
|
243
232
|
}
|
|
244
|
-
.
|
|
233
|
+
._13n1jqkk button {
|
|
245
234
|
background: transparent;
|
|
246
235
|
border: none;
|
|
247
236
|
color: inherit;
|
|
248
237
|
cursor: pointer;
|
|
249
238
|
}
|
|
250
|
-
.
|
|
239
|
+
._13n1jqkl {
|
|
251
240
|
font-size: 10px;
|
|
252
241
|
text-align: center;
|
|
253
242
|
margin-bottom: 8px;
|
|
254
243
|
margin-top: 8px;
|
|
255
244
|
color: #1e3860;
|
|
256
245
|
}
|
|
257
|
-
._1hpv6vm1 .
|
|
246
|
+
._1hpv6vm1 ._13n1jqkl {
|
|
258
247
|
color: #323339;
|
|
259
248
|
}
|
|
260
|
-
.
|
|
249
|
+
._13n1jqkm {
|
|
261
250
|
align-items: center;
|
|
262
251
|
background-color: var(--_1073cm818);
|
|
263
252
|
bottom: 0;
|
|
@@ -278,7 +267,7 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
278
267
|
margin: auto;
|
|
279
268
|
padding: 24px;
|
|
280
269
|
}
|
|
281
|
-
.
|
|
270
|
+
._13n1jqkn {
|
|
282
271
|
display: flex;
|
|
283
272
|
flex-direction: column;
|
|
284
273
|
align-items: center;
|
|
@@ -287,34 +276,34 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
287
276
|
gap: 16px;
|
|
288
277
|
width: 100%;
|
|
289
278
|
}
|
|
290
|
-
.
|
|
279
|
+
._13n1jqkp {
|
|
291
280
|
gap: 8px;
|
|
292
281
|
}
|
|
293
|
-
.
|
|
282
|
+
._13n1jqkq {
|
|
294
283
|
text-align: center;
|
|
295
284
|
width: 80px;
|
|
296
285
|
height: 80px;
|
|
297
286
|
object-fit: contain;
|
|
298
287
|
}
|
|
299
|
-
.
|
|
288
|
+
._13n1jqkm p {
|
|
300
289
|
margin-bottom: 0;
|
|
301
290
|
}
|
|
302
|
-
.
|
|
291
|
+
._13n1jqkr {
|
|
303
292
|
background-color: #FFF0F3;
|
|
304
293
|
}
|
|
305
|
-
.
|
|
294
|
+
._13n1jqks {
|
|
306
295
|
background-color: var(--_1073cm81c);
|
|
307
296
|
color: var(--_1073cm81a);
|
|
308
297
|
align-self: flex-end;
|
|
309
298
|
border-bottom-left-radius: 32px;
|
|
310
299
|
}
|
|
311
|
-
.
|
|
300
|
+
._13n1jqkt {
|
|
312
301
|
background-color: var(--_1073cm81b);
|
|
313
302
|
color: var(--_1073cm81a);
|
|
314
303
|
align-self: flex-start;
|
|
315
304
|
border-bottom-right-radius: 32px;
|
|
316
305
|
}
|
|
317
|
-
.
|
|
306
|
+
._13n1jqkv {
|
|
318
307
|
background: linear-gradient(
|
|
319
308
|
90deg,
|
|
320
309
|
var(--_1073cm81a) 0%,
|
|
@@ -325,39 +314,13 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
325
314
|
background-clip: text;
|
|
326
315
|
-webkit-background-clip: text;
|
|
327
316
|
color: transparent;
|
|
328
|
-
animation:
|
|
317
|
+
animation: _13n1jqku 2s linear infinite;
|
|
329
318
|
font-weight: bold;
|
|
330
319
|
letter-spacing: 0.22px;
|
|
331
320
|
font-size: 14px;
|
|
332
321
|
}
|
|
333
|
-
._13n1jqkx {
|
|
334
|
-
width: max-content;
|
|
335
|
-
table-layout: fixed;
|
|
336
|
-
}
|
|
337
|
-
._13n1jqky {
|
|
338
|
-
background: var(--_1073cm81a);
|
|
339
|
-
color: var(--_1073cm818);
|
|
340
|
-
padding-inline: 1.5rem;
|
|
341
|
-
padding-top: 1em;
|
|
342
|
-
padding-bottom: 1em;
|
|
343
|
-
}
|
|
344
|
-
._13n1jqkz {
|
|
345
|
-
padding: 1em;
|
|
346
|
-
padding-inline: 1.5rem;
|
|
347
|
-
font-variant-numeric: tabular-nums;
|
|
348
|
-
text-align: center;
|
|
349
|
-
}
|
|
350
|
-
._13n1jqk10 {
|
|
351
|
-
background: var(--_1073cm818);
|
|
352
|
-
}
|
|
353
|
-
._13n1jqk10:nth-child(odd) {
|
|
354
|
-
background: var(--_1073cm818);
|
|
355
|
-
}
|
|
356
|
-
._13n1jqk10:nth-child(even) {
|
|
357
|
-
background: var(--_1073cm81b);
|
|
358
|
-
}
|
|
359
322
|
@media screen and (max-width: 768px) {
|
|
360
|
-
.
|
|
323
|
+
._13n1jqk0 {
|
|
361
324
|
width: 100dvw;
|
|
362
325
|
right: 0;
|
|
363
326
|
bottom: 0;
|
|
@@ -366,30 +329,30 @@ button:has(span:hover) ._13n1jqk7 {
|
|
|
366
329
|
left: 0;
|
|
367
330
|
top: 0;
|
|
368
331
|
}
|
|
369
|
-
.
|
|
332
|
+
._13n1jqkc > :first-child {
|
|
370
333
|
margin-top: 0;
|
|
371
334
|
}
|
|
372
|
-
.
|
|
335
|
+
._13n1jqko {
|
|
373
336
|
width: 100dvw;
|
|
374
337
|
max-width: 100dvw;
|
|
375
338
|
height: 100dvh;
|
|
376
339
|
border-radius: 0;
|
|
377
340
|
}
|
|
378
|
-
.
|
|
341
|
+
._13n1jqkq {
|
|
379
342
|
width: 323px;
|
|
380
343
|
height: 343px;
|
|
381
344
|
}
|
|
382
345
|
}
|
|
383
346
|
@media screen and (max-width:768px) {
|
|
384
|
-
.
|
|
347
|
+
._13n1jqk7 >:first-child {
|
|
385
348
|
display: none;
|
|
386
349
|
}
|
|
387
|
-
.
|
|
350
|
+
._13n1jqk7 > :last-child {
|
|
388
351
|
display: block;
|
|
389
352
|
}
|
|
390
353
|
}
|
|
391
354
|
@media (hover: none) and (pointer: coarse) {
|
|
392
|
-
body:has(._1hpv6vm1 .
|
|
355
|
+
body:has(._1hpv6vm1 ._13n1jqk1), body:has(._1hpv6vm0 ._13n1jqk1) {
|
|
393
356
|
overscroll-behavior: contain;
|
|
394
357
|
overflow: hidden;
|
|
395
358
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
import { CheckColorVariant } from './CheckIcon/CheckIcon.css';
|
|
3
3
|
|
|
4
|
-
declare const SvgCheckCircle: (props: SVGProps<SVGSVGElement> & CheckColorVariant) => import("react
|
|
4
|
+
declare const SvgCheckCircle: (props: SVGProps<SVGSVGElement> & CheckColorVariant) => import("react").JSX.Element;
|
|
5
5
|
export default SvgCheckCircle;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgCheckCircleLight: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgCheckCircleLight: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgCheckCircleLight;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { CheckColorVariant } from './CheckIcon.css';
|
|
2
2
|
|
|
3
|
-
declare const SvgCheckIcon: (props: CheckColorVariant) => import("react
|
|
3
|
+
declare const SvgCheckIcon: (props: CheckColorVariant) => import("react").JSX.Element;
|
|
4
4
|
export default SvgCheckIcon;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgChevronDown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgEqualHousingLender: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgEqualHousingLender: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgEqualHousingLender;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgMemberFdicLogo: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgMemberFdicLogo: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgMemberFdicLogo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgQuoteIconGrey: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgQuoteIconGrey: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgQuoteIconGrey;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgQuoteIconWhite: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgQuoteIconWhite: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgQuoteIconWhite;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgQuoteIconYellow: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgQuoteIconYellow: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgQuoteIconYellow;
|
package/dist/main.js
CHANGED
|
@@ -42,7 +42,7 @@ import { borderHoverGradient, bubbleButton, bubbleText, bubbleWrapper, inner, sv
|
|
|
42
42
|
import { Chatbot } 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, chatEndCircle, chatEndDialogOverlay, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, left_bar_section, messageStyle, messagesContainerStyle, noAnswerButton, notificationStyle, sendButtonStyle, shimmerText,
|
|
45
|
+
import { agent_msg, arrowFill, autoResize, button_bar, button_reset, buttonss_section, chatEndCircle, chatEndDialogOverlay, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, left_bar_section, messageStyle, messagesContainerStyle, noAnswerButton, notificationStyle, sendButtonStyle, shimmerText, thankyou_image, thankyou_message, thankyou_overlay, user_msg, windowBarStyle, 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";
|
|
@@ -207,7 +207,7 @@ import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, trans
|
|
|
207
207
|
import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
208
208
|
import { Tab } from "./Tab/Tab.js";
|
|
209
209
|
import { TabContainer } from "./Tab/TabContainer.js";
|
|
210
|
-
import { findMoreAxosDomains, isAllowedUrl } from "./utils/allowedAxosDomains.js";
|
|
210
|
+
import { findMoreAxosDomains, getMoreDomains, isAllowedUrl } from "./utils/allowedAxosDomains.js";
|
|
211
211
|
import { appendQueryParams } from "./utils/appendQueryParams.js";
|
|
212
212
|
import { createCachedEmailValidator } from "./utils/emailValidation.js";
|
|
213
213
|
import { associatedEmail } from "./utils/EverestValidity.js";
|
|
@@ -599,6 +599,7 @@ export {
|
|
|
599
599
|
fullRowForm,
|
|
600
600
|
fullRowSelect,
|
|
601
601
|
getLink,
|
|
602
|
+
getMoreDomains,
|
|
602
603
|
getVariant,
|
|
603
604
|
getVariantWithRegex,
|
|
604
605
|
header,
|
|
@@ -798,9 +799,6 @@ export {
|
|
|
798
799
|
svg_icon,
|
|
799
800
|
svg_logo,
|
|
800
801
|
table,
|
|
801
|
-
tableCell,
|
|
802
|
-
tableHead,
|
|
803
|
-
tableMsg,
|
|
804
802
|
tableWrapper,
|
|
805
803
|
table_container,
|
|
806
804
|
table_container_text,
|
|
@@ -829,7 +827,6 @@ export {
|
|
|
829
827
|
topic_container,
|
|
830
828
|
topic_header,
|
|
831
829
|
topic_item,
|
|
832
|
-
trMortgageTable,
|
|
833
830
|
transcript_btn,
|
|
834
831
|
transcript_container,
|
|
835
832
|
transcript_content,
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
/** Resolver function: use from useGlobalContext() to resolve template URLs without passing domains. */
|
|
2
|
+
export type UrlResolver = (url: string) => string;
|
|
3
|
+
export declare const getMoreDomains: (domains: Record<string, string>) => Record<string, string>;
|
|
4
|
+
export declare const isAllowedUrl: (url: string, domains: Record<string, string>) => boolean;
|
|
5
|
+
export declare const findMoreAxosDomains: (url: string, domains: Record<string, string>) => string;
|