@axos-web-dev/shared-components 0.0.91 → 0.0.93
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 +15 -11
- package/dist/Accordion/Accordion.css.d.ts +9 -9
- package/dist/Button/Button.d.ts +3 -7
- package/dist/Button/Button.js +119 -18
- package/dist/Calculators/Calculator.js +27 -23
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -2
- package/dist/Calculators/MaxLoanCalculator/index.js +6 -5
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +16 -1
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +7 -7
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +9 -8
- package/dist/CallToActionBar/index.js +47 -30
- package/dist/Carousel/index.js +16 -12
- package/dist/Chevron/Chevron.interface.d.ts +2 -0
- package/dist/Chevron/index.js +46 -24
- package/dist/Comparison/Comparison.js +14 -10
- package/dist/Comparison/ComparisonSet.js +18 -14
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +20 -16
- package/dist/Forms/ApplicationStart.js +3 -2
- package/dist/Forms/CommercialLending.js +3 -2
- package/dist/Forms/ContactCompany.js +3 -2
- package/dist/Forms/ContactUs.js +3 -2
- package/dist/Forms/ContactUsAAS.js +3 -2
- package/dist/Forms/ContactUsBusiness.js +13 -9
- package/dist/Forms/ContactUsNMLSId.js +13 -9
- package/dist/Forms/DealerServices.js +3 -2
- package/dist/Forms/EmailOnly.js +13 -9
- package/dist/Forms/SalesforceFieldsForm.d.ts +0 -1
- package/dist/Forms/ScheduleCall.js +7 -3
- package/dist/Forms/ScheduleCallPremier.js +3 -2
- package/dist/Forms/SuccesForm.js +30 -26
- package/dist/Forms/WcplSurvey.js +3 -2
- package/dist/Hyperlink/Hyperlink.css.d.ts +26 -0
- package/dist/Hyperlink/Hyperlink.css.js +6 -0
- package/dist/Hyperlink/Hyperlink.interface.d.ts +1 -0
- package/dist/Hyperlink/index.js +28 -19
- package/dist/IconBillboard/IconBillboard.js +10 -1
- package/dist/ImageLink/ImageLink.js +18 -15
- package/dist/ImageLink/ImageLinkSet.js +10 -6
- package/dist/ImageLink/index.js +19 -15
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/CurrencyInput.js +3 -2
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +3 -0
- package/dist/Input/Datepicker.js +47 -0
- package/dist/Input/InputDate.css.d.ts +6 -0
- package/dist/Input/InputDate.css.js +15 -0
- package/dist/Input/InputDate.d.ts +3 -0
- package/dist/Input/InputDate.js +47 -0
- package/dist/Input/InputPhone.js +3 -2
- package/dist/Input/InputProps.d.ts +6 -0
- package/dist/Input/index.d.ts +3 -0
- package/dist/Input/index.js +6 -0
- package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -0
- package/dist/Interstitial/Interstitial-variants.css.js +6 -2
- package/dist/Interstitial/Interstitial.d.ts +5 -3
- package/dist/Interstitial/Interstitial.js +30 -5
- package/dist/Modal/Modal.js +13 -9
- package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -16
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1931 -1756
- package/dist/NavigationMenu/AxosBank/index.js +8 -15
- package/dist/NavigationMenu/AxosClearing/NavBar.css.d.ts +1 -0
- package/dist/NavigationMenu/AxosClearing/NavBar.css.js +5 -0
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +98 -0
- package/dist/NavigationMenu/AxosClearing/NavData.d.ts +21 -0
- package/dist/NavigationMenu/AxosClearing/NavData.js +63 -0
- package/dist/NavigationMenu/AxosClearing/SubNavBar.d.ts +1 -0
- package/dist/NavigationMenu/AxosClearing/SubNavBar.js +56 -0
- package/dist/NavigationMenu/AxosClearing/index.d.ts +2 -0
- package/dist/NavigationMenu/AxosClearing/index.js +470 -0
- package/dist/NavigationMenu/index.d.ts +1 -0
- package/dist/NavigationMenu/index.js +5 -3
- package/dist/SetContainer/SetContainer.js +20 -16
- package/dist/Table/Table.d.ts +22 -9
- package/dist/TopicalNavSet/TopicalNavSet.js +3 -3
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +19 -6
- package/dist/assets/CallToActionBar/CallToActionBar.css +3 -1
- package/dist/assets/Hyperlink/Hyperlink.css +22 -0
- package/dist/assets/Input/DatePicker.css +95 -0
- package/dist/assets/Input/InputDate.css +39 -0
- package/dist/assets/Interstitial/Interstitial-variants.css +9 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +126 -124
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +4 -0
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +405 -0
- package/dist/assets/globals.css +71 -0
- package/dist/icons/Clock/index.d.ts +4 -0
- package/dist/icons/Clock/index.js +22 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +14 -12
- package/dist/main.d.ts +4 -4
- package/dist/main.js +69 -59
- package/dist/utils/allowedAxosDomains.js +1 -0
- package/package.json +1 -1
- package/dist/Interstitial/index.d.ts +0 -1
- package/dist/Interstitial/index.js +0 -22
|
@@ -5,15 +5,15 @@ const TopicalNavSet = ({
|
|
|
5
5
|
id,
|
|
6
6
|
topicalNavigationItems
|
|
7
7
|
}) => {
|
|
8
|
-
return /* @__PURE__ */ jsx("nav", { className: picker_section, children: /* @__PURE__ */ jsx("div", { className: picker_container, children: /* @__PURE__ */ jsx("div", { className: `${picker_orient} flex`, children: topicalNavigationItems?.map((nav) => /* @__PURE__ */ jsx(
|
|
8
|
+
return /* @__PURE__ */ jsx("nav", { id: `id_${id}`, className: picker_section, children: /* @__PURE__ */ jsx("div", { className: picker_container, children: /* @__PURE__ */ jsx("div", { className: `${picker_orient} flex`, children: topicalNavigationItems?.map((nav) => /* @__PURE__ */ jsx(
|
|
9
9
|
TopicalNavItem,
|
|
10
10
|
{
|
|
11
|
-
id: `id_${id}`,
|
|
11
|
+
id: `id_${nav?.id}`,
|
|
12
12
|
icon: { src: nav?.icon?.src || "" },
|
|
13
13
|
displayText: nav?.displayText,
|
|
14
14
|
targetUrl: nav?.targetUrl
|
|
15
15
|
},
|
|
16
|
-
`id_${id}`
|
|
16
|
+
`id_${nav?.id}`
|
|
17
17
|
)) }) }) });
|
|
18
18
|
};
|
|
19
19
|
export {
|
|
@@ -22,8 +22,21 @@
|
|
|
22
22
|
height: 50px;
|
|
23
23
|
border-radius: 8px;
|
|
24
24
|
margin-top: .5rem;
|
|
25
|
+
text-align-last: center;
|
|
25
26
|
}
|
|
26
27
|
._10pitvc7 {
|
|
28
|
+
color: var(--_1073cm82);
|
|
29
|
+
}
|
|
30
|
+
._10pitvc8 {
|
|
31
|
+
color: var(--_1073cm89);
|
|
32
|
+
}
|
|
33
|
+
._10pitvc9 {
|
|
34
|
+
color: var(--_1073cm8g);
|
|
35
|
+
}
|
|
36
|
+
._10pitvca {
|
|
37
|
+
color: var(--_1073cm8n);
|
|
38
|
+
}
|
|
39
|
+
._10pitvcb {
|
|
27
40
|
background: var(--_1073cm84);
|
|
28
41
|
background-clip: text;
|
|
29
42
|
-webkit-text-fill-color: transparent;
|
|
@@ -31,10 +44,10 @@
|
|
|
31
44
|
font-size: 2.5rem;
|
|
32
45
|
font-weight: 700;
|
|
33
46
|
}
|
|
34
|
-
.
|
|
47
|
+
._10pitvcc {
|
|
35
48
|
padding: 2rem;
|
|
36
49
|
}
|
|
37
|
-
.
|
|
50
|
+
._10pitvcd {
|
|
38
51
|
align-items: flex-start;
|
|
39
52
|
}
|
|
40
53
|
._10pitvc5 input {
|
|
@@ -47,15 +60,15 @@ select {
|
|
|
47
60
|
background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 95%;
|
|
48
61
|
background-color: #fff;
|
|
49
62
|
}
|
|
50
|
-
.
|
|
63
|
+
._10pitvce {
|
|
51
64
|
font-weight: 700;
|
|
52
65
|
font-size: 24px;
|
|
53
66
|
color: #666;
|
|
54
67
|
}
|
|
55
|
-
.
|
|
68
|
+
._10pitvcf {
|
|
56
69
|
color: #d0021b;
|
|
57
70
|
}
|
|
58
|
-
.
|
|
71
|
+
._10pitvcg {
|
|
59
72
|
font-size: 34px!important;
|
|
60
73
|
line-height: 1.25;
|
|
61
74
|
}
|
|
@@ -64,7 +77,7 @@ select {
|
|
|
64
77
|
width: 100%;
|
|
65
78
|
margin-bottom: 1rem;
|
|
66
79
|
}
|
|
67
|
-
.
|
|
80
|
+
._10pitvcd {
|
|
68
81
|
align-items: center;
|
|
69
82
|
flex-direction: column;
|
|
70
83
|
}
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
max-height: 200px;
|
|
43
43
|
}
|
|
44
44
|
._1tdyl74a {
|
|
45
|
-
width: 100%;
|
|
46
45
|
justify-content: space-between;
|
|
47
46
|
}
|
|
48
47
|
._1tdyl74b {
|
|
@@ -75,6 +74,9 @@
|
|
|
75
74
|
._1tdyl74f {
|
|
76
75
|
max-height: 315px;
|
|
77
76
|
}
|
|
77
|
+
._1tdyl740 p {
|
|
78
|
+
margin-bottom: 0;
|
|
79
|
+
}
|
|
78
80
|
@media screen and (max-width:1127px) {
|
|
79
81
|
[class*=cta_section_lg] {
|
|
80
82
|
max-height: 256px;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.hvs5ng0 {
|
|
2
|
+
text-decoration: none;
|
|
3
|
+
cursor: pointer;
|
|
4
|
+
}
|
|
5
|
+
.hvs5ng1 {
|
|
6
|
+
color: #0062B3;
|
|
7
|
+
}
|
|
8
|
+
.hvs5ng1:hover {
|
|
9
|
+
text-decoration: underline;
|
|
10
|
+
text-decoration-color: #0062B3;
|
|
11
|
+
}
|
|
12
|
+
.hvs5ng2 {
|
|
13
|
+
color: #FAA74A;
|
|
14
|
+
}
|
|
15
|
+
.hvs5ng2:hover {
|
|
16
|
+
text-decoration: underline;
|
|
17
|
+
text-decoration-color: #FAA74A;
|
|
18
|
+
}
|
|
19
|
+
.hvs5ng3 {
|
|
20
|
+
color: inherit;
|
|
21
|
+
text-decoration: underline;
|
|
22
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
.react-date-picker {
|
|
2
|
+
width: 100%;
|
|
3
|
+
}
|
|
4
|
+
.react-date-picker__wrapper {
|
|
5
|
+
border: none !important;
|
|
6
|
+
}
|
|
7
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
8
|
+
width: 45px;
|
|
9
|
+
height: 22px;
|
|
10
|
+
margin: 0;
|
|
11
|
+
display: inline-flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
font-family: var(--main-font-family);
|
|
14
|
+
font-weight: 500;
|
|
15
|
+
letter-spacing: 0.2px;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
}
|
|
18
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
19
|
+
font-size: 12px;
|
|
20
|
+
line-height: 16;
|
|
21
|
+
color: #2F5B88;
|
|
22
|
+
}
|
|
23
|
+
.react-calendar__month-view__weekdays__weekday > abbr {
|
|
24
|
+
text-decoration: none;
|
|
25
|
+
}
|
|
26
|
+
.react-calendar__month-view__days__day {
|
|
27
|
+
width: 49px;
|
|
28
|
+
height: 49px;
|
|
29
|
+
margin: 0;
|
|
30
|
+
display: inline-flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
justify-content: center;
|
|
33
|
+
}
|
|
34
|
+
.react-calendar__month-view__days__day > abbr {
|
|
35
|
+
font-family: var(--main-font-family) !important;
|
|
36
|
+
font-weight: 500;
|
|
37
|
+
letter-spacing: 0.2px;
|
|
38
|
+
color: #051A3F;
|
|
39
|
+
}
|
|
40
|
+
.react-date-picker__inputGroup__input, .react-date-picker__inputGroup__divider {
|
|
41
|
+
color: #5E6A74 !important;
|
|
42
|
+
}
|
|
43
|
+
.react-date-picker__clear-button {
|
|
44
|
+
display: none;
|
|
45
|
+
}
|
|
46
|
+
.react-calendar__navigation__label__labelText {
|
|
47
|
+
font-weight: 600;
|
|
48
|
+
font-size: 24px;
|
|
49
|
+
line-height: 36px;
|
|
50
|
+
letter-spacing: 0.2px;
|
|
51
|
+
color: #1E3860;
|
|
52
|
+
font-family: var(--header-font-family);
|
|
53
|
+
}
|
|
54
|
+
.react-datepicker-popper {
|
|
55
|
+
transform: translateY(40px)!important;
|
|
56
|
+
}
|
|
57
|
+
.react-calendar__month-view__days__day--neighboringMonth {
|
|
58
|
+
background-color: #F4F4F4 !important;
|
|
59
|
+
opacity: 50%;
|
|
60
|
+
}
|
|
61
|
+
.react-calendar__month-view__days__day--neighboringMonth > abbr {
|
|
62
|
+
color: #5E6A74;
|
|
63
|
+
}
|
|
64
|
+
.react-calendar__tile--active > abbr {
|
|
65
|
+
color: white;
|
|
66
|
+
}
|
|
67
|
+
.react-calendar {
|
|
68
|
+
border: 12px solid #FFFFFF4D !important;
|
|
69
|
+
border-radius: 4px;
|
|
70
|
+
}
|
|
71
|
+
.react-calendar__navigation__prev2-button, .react-calendar__navigation__next2-button {
|
|
72
|
+
display: none;
|
|
73
|
+
}
|
|
74
|
+
.react-date-picker__calendar {
|
|
75
|
+
max-width: 100% !important;
|
|
76
|
+
}
|
|
77
|
+
.react-date-picker__inputGroup__input:focus-visible {
|
|
78
|
+
outline: none;
|
|
79
|
+
}
|
|
80
|
+
.react-date-picker__inputGroup__input:invalid {
|
|
81
|
+
background: transparent !important;
|
|
82
|
+
}
|
|
83
|
+
@media screen and (max-width:320px) {
|
|
84
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
85
|
+
width: 43.5px;
|
|
86
|
+
}
|
|
87
|
+
.react-calendar__month-view__days__day {
|
|
88
|
+
width: 43.5px;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
@media screen and (max-width:400px) {
|
|
92
|
+
.react-calendar__navigation .react-calendar__navigation__prev-button, .react-calendar__navigation .react-calendar__navigation__next-button {
|
|
93
|
+
min-width: auto;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.skzved0 {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
.skzved1 {
|
|
5
|
+
position: relative;
|
|
6
|
+
top: 5px;
|
|
7
|
+
left: 5px;
|
|
8
|
+
}
|
|
9
|
+
.skzved2 {
|
|
10
|
+
width: 100px;
|
|
11
|
+
padding-left: 5px;
|
|
12
|
+
padding-right: 5px;
|
|
13
|
+
line-height: 28px;
|
|
14
|
+
font-size: 14pt;
|
|
15
|
+
}
|
|
16
|
+
.skzved3 {
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
align-items: center;
|
|
20
|
+
}
|
|
21
|
+
.skzved4 {
|
|
22
|
+
display: block;
|
|
23
|
+
background: #FFFFFF;
|
|
24
|
+
width: 300px;
|
|
25
|
+
border: solid 1px #CCCCCC;
|
|
26
|
+
margin: 10px auto;
|
|
27
|
+
box-shadow: 0 0 15px 0 #C0C0C0;
|
|
28
|
+
font-size: 1.3rem;
|
|
29
|
+
text-align: center;
|
|
30
|
+
z-index: 999;
|
|
31
|
+
}
|
|
32
|
+
.skzved4 .skzved5 {
|
|
33
|
+
display: flex;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
align-items: center;
|
|
36
|
+
color: #FFFFFF;
|
|
37
|
+
cursor: default;
|
|
38
|
+
font-weight: bold;
|
|
39
|
+
}
|