@axos-web-dev/shared-components 2.0.0-dev.5 → 2.0.0-dev.7

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.
Files changed (179) hide show
  1. package/README.md +111 -111
  2. package/dist/ATMLocator/ATMLocator.js +3 -3
  3. package/dist/Accordion/Accordion.js +3 -3
  4. package/dist/AlertBanner/index.js +1 -1
  5. package/dist/Article/Article.js +1 -1
  6. package/dist/Auth/ErrorAlert.js +3 -3
  7. package/dist/Avatar/Avatar.module.js +7 -7
  8. package/dist/Blockquote/Blockquote.module.js +3 -3
  9. package/dist/Button/Button.js +3 -3
  10. package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
  11. package/dist/Calculators/ApyCalculator/index.js +1 -1
  12. package/dist/Calculators/BuyDownCalculator/index.js +5 -12
  13. package/dist/Calculators/Calculator.d.ts +0 -1
  14. package/dist/Calculators/Calculator.js +15 -17
  15. package/dist/Calculators/MarginTradingCalculator/index.js +4 -4
  16. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  17. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  18. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  19. package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
  20. package/dist/Carousel/index.js +12 -14
  21. package/dist/Chatbot/ChatWindow.css.d.ts +0 -4
  22. package/dist/Chatbot/ChatWindow.css.js +0 -8
  23. package/dist/Chatbot/ChatWindow.js +2 -8
  24. package/dist/Chatbot/Chatbot.js +9 -29
  25. package/dist/Chatbot/ChatbotMessage.d.ts +0 -1
  26. package/dist/Chatbot/ChatbotMessage.js +4 -47
  27. package/dist/Chatbot/index.js +1 -5
  28. package/dist/Chevron/index.js +3 -3
  29. package/dist/Comparison/Comparison.js +3 -3
  30. package/dist/ContentBanner/index.js +1 -1
  31. package/dist/ExecutiveBio/ExecutiveBio.js +4 -4
  32. package/dist/ExecutiveBio/ExecutiveBioSet.js +1 -1
  33. package/dist/FaqAccordion/index.js +4 -4
  34. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  35. package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
  36. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
  37. package/dist/Forms/ApplicationStart.js +3 -1
  38. package/dist/Forms/ApplyNow.js +3 -3
  39. package/dist/Forms/BoatMooringLocation.d.ts +0 -2
  40. package/dist/Forms/BoatMooringLocation.js +3 -57
  41. package/dist/Forms/ClearingForm.js +3 -1
  42. package/dist/Forms/CommercialDeposits.js +3 -1
  43. package/dist/Forms/CommercialDepositsNoLendingOption.js +3 -1
  44. package/dist/Forms/CommercialLending.js +24 -9
  45. package/dist/Forms/CommercialPremiumFinance.js +11 -3
  46. package/dist/Forms/ConstructionLendingDynamic.js +3 -1
  47. package/dist/Forms/ContactCompany.js +3 -1
  48. package/dist/Forms/ContactCompanyTitle.js +3 -1
  49. package/dist/Forms/ContactUs.js +3 -1
  50. package/dist/Forms/ContactUsAAS.js +7 -1
  51. package/dist/Forms/ContactUsBusiness.js +10 -4
  52. package/dist/Forms/ContactUsBusinessNameEmail.js +10 -4
  53. package/dist/Forms/ContactUsLVF.js +3 -1
  54. package/dist/Forms/ContactUsNMLSId.js +10 -4
  55. package/dist/Forms/CpraRequest.js +6 -4
  56. package/dist/Forms/CraPublicFile.js +10 -4
  57. package/dist/Forms/DealerServices.js +3 -1
  58. package/dist/Forms/EmailOnly.js +3 -3
  59. package/dist/Forms/EmailUs.js +37 -41
  60. package/dist/Forms/Forms.css.d.ts +0 -3
  61. package/dist/Forms/Forms.css.js +39 -39
  62. package/dist/Forms/MortgageRate/MortgageRateForm.js +8 -6
  63. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.d.ts +6 -6
  64. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +10 -7
  65. package/dist/Forms/MortgageRate/MortgageRateWatch.d.ts +2 -2
  66. package/dist/Forms/MortgageRate/MortgageRateWatch.js +10 -7
  67. package/dist/Forms/MortgageWarehouseLending.js +10 -4
  68. package/dist/Forms/QuickPricer/QuickPricerForm.js +8 -4
  69. package/dist/Forms/ScheduleCall.js +3 -1
  70. package/dist/Forms/SuccesForm.js +3 -3
  71. package/dist/Forms/VendorQuestionnaire.js +3 -1
  72. package/dist/Forms/WcplSurvey.js +3 -1
  73. package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
  74. package/dist/HeroBanner/HeroBanner.css.js +19 -16
  75. package/dist/HeroBanner/HeroBanner.d.ts +1 -1
  76. package/dist/HeroBanner/HeroBanner.interface.d.ts +4 -1
  77. package/dist/HeroBanner/HeroBanner.js +26 -160
  78. package/dist/HeroBanner/HeroVideoPoster.d.ts +5 -0
  79. package/dist/HeroBanner/HeroVideoPoster.js +24 -0
  80. package/dist/HeroBanner/LargeBanner.css.d.ts +110 -0
  81. package/dist/HeroBanner/LargeBanner.css.js +22 -8
  82. package/dist/HeroBanner/LargeHeroBanner.d.ts +5 -0
  83. package/dist/HeroBanner/LargeHeroBanner.js +223 -0
  84. package/dist/HeroBanner/index.js +3 -2
  85. package/dist/Hyperlink/index.js +3 -3
  86. package/dist/IconBillboard/IconBillboardSet.js +1 -1
  87. package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.d.ts +1 -1
  88. package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.d.ts +1 -1
  89. package/dist/ImageBillboard/ImageBillboard.js +1 -1
  90. package/dist/ImageLink/ImageLink.js +2 -2
  91. package/dist/ImageLink/ImageLinkSet.js +2 -2
  92. package/dist/ImageLink/index.js +3 -3
  93. package/dist/Input/Checkbox.js +2 -2
  94. package/dist/Input/DownPaymentInput.js +1 -1
  95. package/dist/Input/Dropdown.js +1 -1
  96. package/dist/Input/Input.js +1 -1
  97. package/dist/Input/InputTextArea.js +1 -1
  98. package/dist/Insight/Featured/CategorySelector.js +3 -3
  99. package/dist/Insight/Featured/Featured.js +5 -5
  100. package/dist/Insight/Featured/Header.js +3 -3
  101. package/dist/Interstitial/Interstitial.module.js +10 -10
  102. package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
  103. package/dist/Modal/Modal.js +3 -3
  104. package/dist/Modal/contextApi/store.js +1 -1
  105. package/dist/NavigationMenu/AxosALTS/NavBar.css.js +1 -1
  106. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  107. package/dist/NavigationMenu/AxosALTS/index.js +3 -3
  108. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +1 -1
  109. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  110. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +1 -1
  111. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  112. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +3 -3
  113. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
  114. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -1
  115. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +5 -3
  116. package/dist/NavigationMenu/AxosBank/NavBar.css.js +1 -1
  117. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  118. package/dist/NavigationMenu/AxosBank/SubNavBar.js +4 -4
  119. package/dist/NavigationMenu/AxosBank/index.js +13 -5
  120. package/dist/NavigationMenu/AxosClearing/NavBar.css.js +1 -1
  121. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  122. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  123. package/dist/NavigationMenu/LaVictoire/NavBar.css.js +1 -1
  124. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  125. package/dist/NavigationMenu/LaVictoire/index.js +3 -3
  126. package/dist/NavigationMenu/Navbar.js +3 -3
  127. package/dist/NavigationMenu/SignInNavButton.js +3 -3
  128. package/dist/PageNavItem/PageNavItem.js +1 -1
  129. package/dist/SetContainer/SetContainer.js +3 -3
  130. package/dist/SocialMediaBar/iconsRepository.js +3 -3
  131. package/dist/StepItem/StepItem.js +1 -1
  132. package/dist/StepItemSet/StepItemSet.js +1 -1
  133. package/dist/Table/Table.d.ts +20 -21
  134. package/dist/Table/Table.js +1 -1
  135. package/dist/Topic/Topic.js +1 -1
  136. package/dist/VideoTile/VideoTile.js +3 -3
  137. package/dist/VideoWrapper/index.js +3 -3
  138. package/dist/WalnutIframe/wrapper.module.js +3 -3
  139. package/dist/assets/Avatar/{Avatar.css → Avatar.css.css} +59 -59
  140. package/dist/assets/Blockquote/{Blockquote.css → Blockquote.css.css} +72 -72
  141. package/dist/assets/Chatbot/ChatWindow.css +0 -26
  142. package/dist/assets/ExecutiveBio/ExecutiveBio.css +2 -0
  143. package/dist/assets/FdicCallout/{FdicCallout.css → FdicCallout.css.css} +48 -48
  144. package/dist/assets/Forms/Forms.css +91 -94
  145. package/dist/assets/HeroBanner/HeroBanner.css +82 -65
  146. package/dist/assets/HeroBanner/LargeBanner.css +126 -59
  147. package/dist/assets/Interstitial/{Interstitial.css → Interstitial.css.css} +142 -142
  148. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +3 -264
  149. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -0
  150. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +30 -609
  151. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -0
  152. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +30 -630
  153. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -0
  154. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/{MobileMenu.css → MobileMenu.css.css} +353 -353
  155. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +40 -445
  156. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -0
  157. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +4 -484
  158. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -0
  159. package/dist/assets/NavigationMenu/AxosFiduciary/{NavBar.css → NavBar.css.css} +427 -427
  160. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css +3 -429
  161. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -0
  162. package/dist/assets/WalnutIframe/{wrapper.css → wrapper.css.css} +48 -48
  163. package/dist/assets/globals.css +6 -6
  164. package/dist/assets/utils/optimizeImage/{optimizeImage.css → optimizeImage.css.css} +47 -47
  165. package/dist/main.js +4 -7
  166. package/dist/utils/allowedAxosDomains.js +2 -2
  167. package/dist/utils/getPosition.d.ts +1 -0
  168. package/dist/utils/getPosition.js +17 -0
  169. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  170. package/dist/utils/useCachedValidators.js +2 -2
  171. package/dist/utils/variant.types.d.ts +1 -0
  172. package/package.json +136 -148
  173. package/dist/assets/NavigationMenu/AxosALTS/NavBar2.css +0 -3
  174. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar2.css +0 -30
  175. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar2.css +0 -30
  176. package/dist/assets/NavigationMenu/AxosBank/NavBar2.css +0 -40
  177. package/dist/assets/NavigationMenu/AxosClearing/NavBar2.css +0 -4
  178. package/dist/assets/NavigationMenu/LaVictoire/NavBar2.css +0 -3
  179. package/dist/assets/notification.mp3.js +0 -4
@@ -0,0 +1,429 @@
1
+ ._header_1q2xq_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_1q2xq_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_1q2xq_11,
12
+ ._mobile_header_1q2xq_12 {
13
+ min-height: 80px;
14
+ }
15
+
16
+ ._primary_links_1q2xq_16 {
17
+ margin-left: 30px;
18
+ }
19
+
20
+ ._main_nav_link_1q2xq_20 {
21
+ padding: 10px 8px;
22
+ text-align: center;
23
+ }
24
+
25
+ ._main_nav_link_1q2xq_20 .active {
26
+ border-color: #dd7b50;
27
+ font-weight: 700;
28
+ transition: border-color 0.5s ease;
29
+ }
30
+
31
+ ._main_nav_link_1q2xq_20 > a {
32
+ border-bottom: 4px solid transparent;
33
+ color: #1c3d57;
34
+ display: inline-block;
35
+ font-size: 16px;
36
+ padding: 4px 26px;
37
+ }
38
+
39
+ ._sub_nav_1q2xq_39 {
40
+ background-color: #1c3d57;
41
+ }
42
+
43
+ ._sub_nav_link_1q2xq_43 a,
44
+ ._main_nav_link_1q2xq_20 a,
45
+ ._signin_wrap_1q2xq_45 a,
46
+ ._signin_btn_1q2xq_46 {
47
+ text-decoration: none;
48
+ transition: opacity 0.3s ease;
49
+ }
50
+
51
+ ._sub_nav_link_1q2xq_43:hover,
52
+ ._main_nav_link_1q2xq_20 a:hover,
53
+ ._signin_wrap_1q2xq_45 a:hover {
54
+ opacity: 0.8;
55
+ }
56
+
57
+ ._signin_wrap_1q2xq_45 .link {
58
+ text-decoration: none;
59
+ padding: 8px;
60
+ }
61
+
62
+ ._signin_btn_1q2xq_46 {
63
+ background: #60aecb;
64
+ border-color: transparent;
65
+ border-radius: 8px;
66
+ color: #fff;
67
+ cursor: pointer;
68
+ display: flex;
69
+ font-size: 16px;
70
+ font-weight: 700;
71
+ letter-spacing: 1px;
72
+ line-height: 1.44;
73
+ margin-left: 8px;
74
+ padding: 11px 24px;
75
+ }
76
+
77
+ ._signin_btn_1q2xq_46:hover {
78
+ background-color: transparent;
79
+ border-color: #1c3d57;
80
+ color: #1c3d57;
81
+ opacity: 0.9;
82
+ }
83
+ ._signin_btn_1q2xq_46:active {
84
+ background-color: #60aecb;
85
+ border-color: transparent;
86
+ color: #fff;
87
+ }
88
+
89
+ ._signin_btn_1q2xq_46 > span {
90
+ margin-right: 8px;
91
+ }
92
+
93
+ ._header_sub_row_1q2xq_93 {
94
+ min-height: 48px;
95
+ position: relative;
96
+ }
97
+
98
+ ._sub_nav_link_1q2xq_43 {
99
+ padding-inline: 1rem;
100
+ text-align: center;
101
+ color: #fff;
102
+ }
103
+
104
+ ._sub_nav_link_1q2xq_43 a {
105
+ display: flex;
106
+ align-items: center;
107
+ font-weight: 500;
108
+ line-height: 1.5;
109
+ padding: 12px 9.5px;
110
+ }
111
+
112
+ ._sub_nav_link_1q2xq_43 a:hover {
113
+ background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
114
+ }
115
+
116
+ ._signin_dropdown_1q2xq_116 {
117
+ min-width: 288px;
118
+ padding: 1.5rem 1rem;
119
+ position: absolute;
120
+ right: 0;
121
+ top: 100%;
122
+ z-index: 1204;
123
+ display: none;
124
+ }
125
+
126
+ ._shadow_1q2xq_126 {
127
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
128
+ border: 0.5px solid rgb(255 255 255 / 14%);
129
+ border-top: none;
130
+ }
131
+
132
+ ._signin_dropdown_1q2xq_116 li[role="heading"] {
133
+ margin-top: 1px;
134
+ }
135
+
136
+ ._signin_subheader_1q2xq_136 {
137
+ color: #2f5b88;
138
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
139
+ }
140
+
141
+ ._signin_subheader_1q2xq_136 a {
142
+ line-height: 1.5;
143
+ }
144
+
145
+ @keyframes _fadeInDown_1q2xq_1 {
146
+ from {
147
+ opacity: 0;
148
+ transform: translate3d(0, -1%, 0);
149
+ }
150
+
151
+ to {
152
+ opacity: 1;
153
+ transform: none;
154
+ }
155
+ }
156
+
157
+ ._opacity_1q2xq_157 {
158
+ animation-duration: 0.5s;
159
+ animation-fill-mode: both;
160
+ animation-name: _fadeInDown_1q2xq_1;
161
+ }
162
+
163
+ ._open_1q2xq_163 {
164
+ opacity: 0.8;
165
+ }
166
+
167
+ ._open_1q2xq_163 > svg {
168
+ transform: scaleY(-1);
169
+ }
170
+
171
+ ._open_1q2xq_163 + ._signin_dropdown_1q2xq_116 {
172
+ display: block;
173
+ }
174
+
175
+ ._reversed_row_1q2xq_175 {
176
+ flex-direction: row-reverse;
177
+ }
178
+
179
+ ._sub_nav_link_1q2xq_43:hover,
180
+ ._signin_wrap_1q2xq_45 a:hover,
181
+ ._main_nav_link_1q2xq_20 a:not(.active):hover {
182
+ text-decoration: underline;
183
+ }
184
+
185
+ ._hamburger_1q2xq_185 {
186
+ background: transparent;
187
+ border: none;
188
+ font-size: 0px;
189
+ line-height: 1;
190
+ outline: none;
191
+ }
192
+
193
+ ._hamburger_1q2xq_185:hover,
194
+ ._mobile_header_1q2xq_12 button:hover {
195
+ cursor: pointer;
196
+ opacity: 0.8;
197
+ }
198
+
199
+ ._signin_wrap_1q2xq_45 > ._mobile_only_1q2xq_199 > a {
200
+ color: #4a5560;
201
+ padding: 0;
202
+ line-height: 1;
203
+ }
204
+
205
+ ._mobile_logo_1q2xq_205 {
206
+ flex: 1 1 0%;
207
+ text-align: center;
208
+ }
209
+
210
+ ._highlight_1q2xq_210 > a {
211
+ border-bottom: none;
212
+ font-weight: 700;
213
+ line-height: 1.44;
214
+ color: #28587d !important;
215
+ }
216
+
217
+ ._mobile_header_1q2xq_12 {
218
+ display: grid;
219
+ padding-bottom: 1rem;
220
+ place-items: center;
221
+ }
222
+
223
+ ._mobile_header_1q2xq_12 button {
224
+ background: none;
225
+ border: none;
226
+ position: absolute;
227
+ right: 40px;
228
+ top: 50%;
229
+ transform: translateY(-50%);
230
+ }
231
+
232
+ ._mobile_nav_1q2xq_232 {
233
+ background-color: #60aecb;
234
+ left: -100%;
235
+ min-height: 100vh;
236
+ position: fixed;
237
+ top: 0;
238
+ transition: all 0.4s ease-in-out;
239
+ width: 100%;
240
+ z-index: 1205;
241
+ }
242
+
243
+ ._mobile_opened_1q2xq_243 {
244
+ left: 0%;
245
+ }
246
+
247
+ body:has(._mobile_opened_1q2xq_243) {
248
+ overflow-y: hidden;
249
+ }
250
+
251
+ ._mobile_nav_item_1q2xq_251 > a {
252
+ color: #fff;
253
+ display: flex;
254
+ font-weight: 700;
255
+ line-height: 1.5;
256
+ padding: 16px 40px;
257
+ text-decoration: none;
258
+ width: 100%;
259
+ letter-spacing: 1px;
260
+ }
261
+
262
+ ._mobile_nav_item_1q2xq_251._has_dropdown_1q2xq_262 {
263
+ isolation: isolate;
264
+ position: relative;
265
+ }
266
+
267
+ ._icon_wrap_1q2xq_267 {
268
+ line-height: 1;
269
+ margin-left: 10px;
270
+ }
271
+
272
+ ._mobile_footer_1q2xq_272 {
273
+ position: relative;
274
+ width: 100%;
275
+ }
276
+
277
+ ._mobile_footer_content_1q2xq_277 {
278
+ flex: 1 1 0%;
279
+ padding: 16px 24px 16px 40px;
280
+ }
281
+
282
+ ._footer_cta_1q2xq_282 a {
283
+ background-color: #1c3d57;
284
+ border-radius: 4px;
285
+ border: 2px solid transparent;
286
+ color: #fff;
287
+ display: inline-block;
288
+ font-weight: 700;
289
+ padding: 4px 32px;
290
+ text-align: center;
291
+ text-decoration: none;
292
+ width: 100%;
293
+ }
294
+
295
+ ._footer_cta_1q2xq_282 a:hover {
296
+ background-color: transparent;
297
+ border-color: #1c3d57;
298
+ color: #1c3d57;
299
+ text-decoration: underline;
300
+ }
301
+
302
+ ._footer_cta_1q2xq_282 a:active {
303
+ background-color: #1c3d57;
304
+ border-color: transparent;
305
+ color: #fff;
306
+ }
307
+
308
+ ._inner_wrapper_1q2xq_308 {
309
+ max-height: 100vh;
310
+ overflow-y: scroll;
311
+ }
312
+
313
+ ._btn_1q2xq_313 {
314
+ display: block;
315
+ position: relative;
316
+ }
317
+
318
+ ._sub_menu_1q2xq_318 {
319
+ background: #1f7a96;
320
+ max-height: 0;
321
+ overflow-y: scroll;
322
+ overflow: hidden;
323
+ transition: max-height 0.8s ease-out;
324
+ }
325
+
326
+ ._sub_menu_1q2xq_318 a,
327
+ ._sub_menu_1q2xq_318 span {
328
+ color: #fff;
329
+ display: block;
330
+ padding: 12px 14px 12px 64px;
331
+ position: relative;
332
+ text-decoration: none;
333
+ }
334
+
335
+ ._sub_menu_1q2xq_318 ._main_1q2xq_20 {
336
+ font-weight: 700;
337
+ }
338
+
339
+ ._skip_btn_1q2xq_339 {
340
+ clip: rect(1px 1px 1px 1px);
341
+ margin: -1px;
342
+ overflow: hidden;
343
+ padding: 0;
344
+ position: absolute;
345
+ z-index: 9999;
346
+ }
347
+
348
+ ._skip_btn_1q2xq_339:active,
349
+ ._skip_btn_1q2xq_339:focus {
350
+ background-color: #dd7b50;
351
+ border-radius: 8px;
352
+ clip: auto;
353
+ color: #fff;
354
+ font-size: 14px;
355
+ font-weight: 700;
356
+ margin: 0;
357
+ overflow: visible;
358
+ padding: 9px 24px;
359
+ position: relative;
360
+ text-decoration: none;
361
+ top: 12px;
362
+ }
363
+
364
+ @media (max-width: 1280px) and (min-width: 1024px) {
365
+ ._wrapper_1q2xq_5 {
366
+ width: calc(100% - 28px);
367
+ }
368
+ ._main_nav_link_1q2xq_20 > a {
369
+ padding: 4px 6px;
370
+ font-size: 15px;
371
+ }
372
+ ._desktop_only_1q2xq_372 > a {
373
+ font-size: 15px;
374
+ }
375
+ ._logo_wrap_1q2xq_375 {
376
+ max-width: 185px;
377
+ }
378
+ }
379
+
380
+ @media (max-width: 1023px) {
381
+ ._desktop_only_1q2xq_372 {
382
+ display: none !important;
383
+ }
384
+ ._mobile_logo_1q2xq_205 {
385
+ flex: none;
386
+ left: 50%;
387
+ max-width: 130px;
388
+ position: absolute;
389
+ transform: translateX(-50%);
390
+ }
391
+ }
392
+
393
+ @media (max-width: 768px) {
394
+ ._wrapper_1q2xq_5 {
395
+ width: calc(100% - 48px);
396
+ }
397
+
398
+ ._mobile_header_1q2xq_12 button {
399
+ right: 1.5rem;
400
+ }
401
+
402
+ ._mobile_nav_item_1q2xq_251 > a {
403
+ padding: 16px 24px;
404
+ }
405
+
406
+ ._sub_menu_1q2xq_318 a,
407
+ ._sub_menu_1q2xq_318 span {
408
+ padding-left: 48px;
409
+ }
410
+
411
+ ._mobile_footer_content_1q2xq_277 {
412
+ padding-right: 15px;
413
+ padding-left: 24px;
414
+ }
415
+ }
416
+
417
+ @media (max-width: 450px) {
418
+ ._footer_cta_1q2xq_282 a {
419
+ white-space: break-spaces;
420
+ width: 100%;
421
+ text-align: center;
422
+ }
423
+ }
424
+
425
+ @media (min-width: 1024px) {
426
+ ._mobile_only_1q2xq_199 {
427
+ display: none !important;
428
+ }
429
+ }
@@ -1,48 +1,48 @@
1
- @keyframes _shimmer_1wqdl_1 {
2
- from {
3
- transform: translateX(-100%);
4
- }
5
- to {
6
- transform: translateX(100%);
7
- }
8
- }
9
-
10
- ._wrapper_1wqdl_19 {
11
- background: #1e3860;
12
- border-radius: 8px;
13
- height: 555px;
14
- isolation: isolate;
15
- margin-block: 48px;
16
- }
17
-
18
- section > ._wrapper_1wqdl_19:first-child {
19
- margin-top: 0 !important;
20
- }
21
-
22
- ._wrapper_1wqdl_19::before {
23
- content: "";
24
- position: absolute;
25
- top: 0;
26
- left: 0;
27
- width: 190%;
28
- height: 100%;
29
- background: linear-gradient(
30
- 65deg,
31
- rgba(255, 255, 255, 0) 20%,
32
- rgba(255, 255, 255, 0.5) 50%,
33
- rgba(255, 255, 255, 0) 80%
34
- );
35
- animation: _shimmer_1wqdl_1 1.3s infinite linear;
36
- z-index: -1;
37
- }
38
-
39
- ._wrapper_control_1wqdl_77 {
40
- height: 100%;
41
- width: 100%;
42
- }
43
-
44
- @media (max-width: 1023px) {
45
- ._wrapper_1wqdl_19 {
46
- display: none;
47
- }
48
- }
1
+ @keyframes _shimmer_f1tr5_1 {
2
+ from {
3
+ transform: translateX(-100%);
4
+ }
5
+ to {
6
+ transform: translateX(100%);
7
+ }
8
+ }
9
+
10
+ ._wrapper_f1tr5_10 {
11
+ background: #1e3860;
12
+ border-radius: 8px;
13
+ height: 555px;
14
+ isolation: isolate;
15
+ margin-block: 48px;
16
+ }
17
+
18
+ section > ._wrapper_f1tr5_10:first-child {
19
+ margin-top: 0 !important;
20
+ }
21
+
22
+ ._wrapper_f1tr5_10::before {
23
+ content: "";
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 190%;
28
+ height: 100%;
29
+ background: linear-gradient(
30
+ 65deg,
31
+ rgba(255, 255, 255, 0) 20%,
32
+ rgba(255, 255, 255, 0.5) 50%,
33
+ rgba(255, 255, 255, 0) 80%
34
+ );
35
+ animation: _shimmer_f1tr5_1 1.3s infinite linear;
36
+ z-index: -1;
37
+ }
38
+
39
+ ._wrapper_control_f1tr5_39 {
40
+ height: 100%;
41
+ width: 100%;
42
+ }
43
+
44
+ @media (max-width: 1023px) {
45
+ ._wrapper_f1tr5_10 {
46
+ display: none;
47
+ }
48
+ }
@@ -1,4 +1,4 @@
1
- @layer container;
1
+ @layer globals;
2
2
  * {
3
3
  box-sizing: border-box;
4
4
  margin: 0;
@@ -91,10 +91,6 @@ span#personalized-refi-table:has(*) {
91
91
  .text_center {
92
92
  text-align: center;
93
93
  }
94
- .rounded {
95
- border-radius: 1rem;
96
- overflow: hidden;
97
- }
98
94
  .overflow_hidden {
99
95
  overflow: hidden;
100
96
  }
@@ -249,10 +245,14 @@ p:empty, ul:empty {
249
245
  .margin_block {
250
246
  margin: 1rem 0;
251
247
  }
252
- @layer container {
248
+ @layer globals {
253
249
  .containment {
254
250
  width: min(1200px, calc(100% - 4rem));
255
251
  }
252
+ .rounded {
253
+ border-radius: 1rem;
254
+ overflow: hidden;
255
+ }
256
256
  @media screen and (max-width: 1023px) {
257
257
  .containment {
258
258
  width: min(45rem, calc(100% - 4rem));
@@ -1,47 +1,47 @@
1
- @keyframes _shimmer_1cu2x_1 {
2
- from {
3
- transform: translateX(-100%);
4
- }
5
- to {
6
- transform: translateX(100%);
7
- }
8
- }
9
-
10
- ._loader_1cu2x_19 {
11
- height: 100%;
12
- width: 100%;
13
- inset: 0;
14
- }
15
-
16
- ._loading_1cu2x_31 {
17
- position: relative;
18
- width: 100%;
19
- height: 100%;
20
- overflow: hidden;
21
- background: #1e3860;
22
- }
23
-
24
- ._1es6o1h0 ._loading_1cu2x_31 {
25
- background-color: var(--_1073cm8f);
26
- }
27
-
28
- .fl2fv50 ._loading_1cu2x_31 {
29
- background-color: #28587d;
30
- }
31
-
32
- ._loading_1cu2x_31::before {
33
- content: "";
34
- position: absolute;
35
- top: 0;
36
- left: 0;
37
- width: 190%;
38
- height: 100%;
39
- background: linear-gradient(
40
- 65deg,
41
- rgba(255, 255, 255, 0) 20%,
42
- rgba(255, 255, 255, 0.5) 50%,
43
- rgba(255, 255, 255, 0) 80%
44
- );
45
- animation: _shimmer_1cu2x_1 1.3s infinite linear;
46
- z-index: 1;
47
- }
1
+ @keyframes _shimmer_pwl74_1 {
2
+ from {
3
+ transform: translateX(-100%);
4
+ }
5
+ to {
6
+ transform: translateX(100%);
7
+ }
8
+ }
9
+
10
+ ._loader_pwl74_10 {
11
+ height: 100%;
12
+ width: 100%;
13
+ inset: 0;
14
+ }
15
+
16
+ ._loading_pwl74_16 {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 100%;
20
+ overflow: hidden;
21
+ background: #1e3860;
22
+ }
23
+
24
+ ._1es6o1h0 ._loading_pwl74_16 {
25
+ background-color: var(--_1073cm8f);
26
+ }
27
+
28
+ .fl2fv50 ._loading_pwl74_16 {
29
+ background-color: #28587d;
30
+ }
31
+
32
+ ._loading_pwl74_16::before {
33
+ content: "";
34
+ position: absolute;
35
+ top: 0;
36
+ left: 0;
37
+ width: 190%;
38
+ height: 100%;
39
+ background: linear-gradient(
40
+ 65deg,
41
+ rgba(255, 255, 255, 0) 20%,
42
+ rgba(255, 255, 255, 0.5) 50%,
43
+ rgba(255, 255, 255, 0) 80%
44
+ );
45
+ animation: _shimmer_pwl74_1 1.3s infinite linear;
46
+ z-index: 1;
47
+ }
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, tableCell, tableHead, tableMsg, thankyou_image, thankyou_message, thankyou_overlay, trMortgageTable, user_msg, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.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, 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";
@@ -106,7 +106,7 @@ import { WCPLSurvey } from "./Forms/WcplSurvey.js";
106
106
  import { BoatMooringLocation } from "./Forms/BoatMooringLocation.js";
107
107
  import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
108
108
  import { HeroBanner } from "./HeroBanner/HeroBanner.js";
109
- import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
109
+ import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image, xl } from "./HeroBanner/HeroBanner.css.js";
110
110
  import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
111
111
  import { Hyperlink } from "./Hyperlink/index.js";
112
112
  import { IconBillboard } from "./IconBillboard/IconBillboard.js";
@@ -798,9 +798,6 @@ export {
798
798
  svg_icon,
799
799
  svg_logo,
800
800
  table,
801
- tableCell,
802
- tableHead,
803
- tableMsg,
804
801
  tableWrapper,
805
802
  table_container,
806
803
  table_container_text,
@@ -829,7 +826,6 @@ export {
829
826
  topic_container,
830
827
  topic_header,
831
828
  topic_item,
832
- trMortgageTable,
833
829
  transcript_btn,
834
830
  transcript_container,
835
831
  transcript_content,
@@ -864,5 +860,6 @@ export {
864
860
  windowStyle,
865
861
  wrapper,
866
862
  x_input,
867
- xc_input
863
+ xc_input,
864
+ xl
868
865
  };
@@ -41,8 +41,8 @@ const getMoreDomains = (domains) => ({
41
41
  "{LVFMYSITE}": domains.LVF_MYSITE_URL || "https://lavictoire-finance.my.site.com",
42
42
  "{PERSONALLOANS}": domains.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com",
43
43
  "{MODELSELECTION}": domains.MODEL_SELECTION_URL || "https://modelselection.axos.com",
44
- "{COMMERCIALPORTAL_LOGIN}": domains.COMMERCIALPORTAL_URL ? `${domains.COMMERCIALPORTAL_URL}/login` : "https://portals.axosbank.com/login",
45
- "{COMMERCIALPORTAL_REGISTER}": domains.COMMERCIALPORTAL_URL ? `${domains.COMMERCIALPORTAL_URL}/Register` : "https://portals.axosbank.com/Register",
44
+ "{COMMERCIALPORTAL_LOGIN}": `${domains.COMMERCIALPORTAL_URL}/login` || "https://portals.axosbank.com/login",
45
+ "{COMMERCIALPORTAL_REGISTER}": domains.COMMERCIALPORTAL_URL + "/Register" || "https://portals.axosbank.com/Register",
46
46
  "{SHAREAXB}": domains.SHAREAXB_URL || "https://share.axosbank.com",
47
47
  "{MERIDIAN}": domains.MERIDIAN_URL || "https://www.axosbank.com/"
48
48
  });
@@ -0,0 +1 @@
1
+ export declare const getPosition: (text: string | undefined) => "default" | "top left" | "top right" | "bottom left" | "bottom right";