@axos-web-dev/shared-components 1.0.42 → 1.0.43
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 +1 -0
- package/dist/Button/Button.js +1 -0
- package/dist/Calculators/Calculator.js +1 -0
- package/dist/Carousel/index.js +1 -0
- package/dist/Chevron/index.js +1 -0
- package/dist/Comparison/Comparison.js +1 -0
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -0
- package/dist/FaqAccordion/index.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -0
- package/dist/Forms/ApplyNow.js +1 -0
- package/dist/Forms/ContactUsBusiness.js +1 -0
- package/dist/Forms/ContactUsNMLSId.js +1 -0
- package/dist/Forms/CraPublicFile.js +1 -0
- package/dist/Forms/EmailOnly.js +1 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -0
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -0
- package/dist/Forms/SuccesForm.js +1 -0
- package/dist/Hyperlink/index.js +1 -0
- package/dist/ImageLink/ImageLink.js +1 -0
- package/dist/ImageLink/ImageLinkSet.js +1 -0
- package/dist/ImageLink/index.js +1 -0
- package/dist/Insight/Featured/CategorySelector.js +1 -0
- package/dist/Insight/Featured/Featured.js +1 -0
- package/dist/Insight/Featured/Header.js +1 -0
- package/dist/Modal/Modal.js +1 -0
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -0
- package/dist/NavigationMenu/AxosALTS/index.js +1 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +51 -2
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -81
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -1
- package/dist/NavigationMenu/AxosBank/index.js +80 -521
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -0
- package/dist/NavigationMenu/LaVictoire/index.js +1 -0
- package/dist/SetContainer/SetContainer.js +1 -0
- package/dist/SocialMediaBar/iconsRepository.js +1 -0
- package/dist/VideoWrapper/index.js +1 -0
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +24 -24
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +91 -307
- package/package.json +1 -1
|
@@ -99,6 +99,7 @@ import "next/navigation.js";
|
|
|
99
99
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
100
100
|
import "next/link.js";
|
|
101
101
|
/* empty css */
|
|
102
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
102
103
|
/* empty css */
|
|
103
104
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
104
105
|
/* empty css */
|
|
@@ -97,6 +97,7 @@ import "next/navigation.js";
|
|
|
97
97
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
98
98
|
import "next/link.js";
|
|
99
99
|
/* empty css */
|
|
100
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
100
101
|
/* empty css */
|
|
101
102
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
102
103
|
/* empty css */
|
|
@@ -98,6 +98,7 @@ import "next/navigation.js";
|
|
|
98
98
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
99
99
|
import "next/link.js";
|
|
100
100
|
/* empty css */
|
|
101
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
101
102
|
/* empty css */
|
|
102
103
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
103
104
|
/* empty css */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
._overlay_5prlm_1 {
|
|
2
2
|
position: fixed;
|
|
3
3
|
inset: 0;
|
|
4
4
|
height: 100vh;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
z-index: 10000;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
._drawer_5prlm_17 {
|
|
10
10
|
position: fixed;
|
|
11
11
|
top: 0;
|
|
12
12
|
right: 0;
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
z-index: 10001;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
23
|
+
._hamburger_5prlm_45 {
|
|
24
24
|
background: transparent;
|
|
25
25
|
border: none;
|
|
26
26
|
cursor: pointer;
|
|
27
27
|
transition: opacity 0.3s ease;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.
|
|
30
|
+
._hamburger_5prlm_45:hover {
|
|
31
31
|
opacity: 0.8;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
._header_5prlm_67 {
|
|
35
35
|
display: flex;
|
|
36
36
|
align-items: center;
|
|
37
37
|
background: #f4f4f4;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
padding: 0.9rem 1.2rem 0.9rem 1rem;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.
|
|
42
|
+
._back_5prlm_83 {
|
|
43
43
|
background: none;
|
|
44
44
|
border: none;
|
|
45
45
|
color: var(--_1073cm86);
|
|
@@ -50,20 +50,20 @@
|
|
|
50
50
|
padding: 0;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
._close_5prlm_105 {
|
|
54
54
|
background: none;
|
|
55
55
|
border: none;
|
|
56
56
|
cursor: pointer;
|
|
57
57
|
font-size: 1.3rem;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.
|
|
60
|
+
._levelContainer_5prlm_119 {
|
|
61
61
|
height: 100%;
|
|
62
62
|
overflow: hidden;
|
|
63
63
|
position: relative;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
66
|
+
._level_5prlm_119 {
|
|
67
67
|
background: var(--_1073cm86);
|
|
68
68
|
color: var(--_1073cm85);
|
|
69
69
|
font-size: 0.9rem;
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
width: 100%;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
._levelTitle_5prlm_147 {
|
|
75
75
|
font: 700 0.9rem / 1.39 var(--main-font-family);
|
|
76
76
|
letter-spacing: 0.4px;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
._menu_5prlm_157 {
|
|
80
80
|
background-color: transparent;
|
|
81
81
|
list-style: none;
|
|
82
82
|
margin: 0;
|
|
@@ -85,18 +85,18 @@
|
|
|
85
85
|
position: relative;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
._menu_5prlm_157 li {
|
|
89
89
|
color: var(--_1073cm83);
|
|
90
90
|
font-family: var(--header-font-family);
|
|
91
91
|
font-weight: 500;
|
|
92
92
|
border-top: 1px solid #e9e9e9;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
._menu_5prlm_157 li + li {
|
|
96
96
|
margin-top: 0.5rem;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.
|
|
99
|
+
._menuItem_5prlm_197 {
|
|
100
100
|
display: flex;
|
|
101
101
|
align-items: center;
|
|
102
102
|
background: none;
|
|
@@ -112,23 +112,23 @@
|
|
|
112
112
|
width: 100%;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
._chevron_5prlm_229 {
|
|
116
116
|
font-size: 1.2rem;
|
|
117
117
|
margin-left: auto;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
.
|
|
120
|
+
._chevronIcon_5prlm_239 {
|
|
121
121
|
margin-right: 10px;
|
|
122
122
|
max-width: 8px;
|
|
123
123
|
height: auto;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
body:has(.
|
|
126
|
+
body:has(._drawer_5prlm_17) {
|
|
127
127
|
overflow-y: hidden;
|
|
128
128
|
position: relative;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
._quickLinks_5prlm_261 {
|
|
132
132
|
padding: 1rem;
|
|
133
133
|
background-color: #f4f4f4;
|
|
134
134
|
box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
|
|
@@ -136,7 +136,7 @@ body:has(.drawer) {
|
|
|
136
136
|
gap: 8px;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.
|
|
139
|
+
._quickLink_5prlm_261 {
|
|
140
140
|
display: flex;
|
|
141
141
|
align-items: center;
|
|
142
142
|
color: var(--_1073cm86);
|
|
@@ -150,7 +150,7 @@ body:has(.drawer) {
|
|
|
150
150
|
text-transform: uppercase;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.
|
|
153
|
+
._sr_only_5prlm_305 {
|
|
154
154
|
position: absolute;
|
|
155
155
|
width: 1px;
|
|
156
156
|
height: 1px;
|
|
@@ -163,16 +163,16 @@ body:has(.drawer) {
|
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
@media (max-width: 540px) {
|
|
166
|
-
.
|
|
166
|
+
._drawer_5prlm_17 {
|
|
167
167
|
border-radius: 0;
|
|
168
168
|
max-width: none;
|
|
169
169
|
width: 100%;
|
|
170
170
|
}
|
|
171
|
-
.
|
|
171
|
+
._menu_5prlm_157 li + li {
|
|
172
172
|
margin-top: 3px;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
._menuItem_5prlm_197 {
|
|
175
175
|
font-size: 0.9rem;
|
|
176
176
|
padding: 0.65rem 0;
|
|
177
177
|
}
|
|
178
|
-
}
|
|
178
|
+
}
|