@axos-web-dev/shared-components 2.2.25 → 2.2.27

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 (93) hide show
  1. package/dist/ATMLocator/ATMLocator.js +4 -3
  2. package/dist/Auth/ErrorAlert.js +4 -3
  3. package/dist/AwardsItem/AwardsItem.js +2 -2
  4. package/dist/Button/Button.js +4 -3
  5. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +46 -5
  6. package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +72 -19
  7. package/dist/Calculators/ApyCalculator/index.d.ts +2 -2
  8. package/dist/Calculators/ApyCalculator/index.js +586 -293
  9. package/dist/Calculators/Calculator.js +3 -3
  10. package/dist/Calculators/MarginTradingCalculator/index.js +3 -2
  11. package/dist/Carousel/index.js +5 -4
  12. package/dist/Chatbot/Bubble.css.js +1 -0
  13. package/dist/Chatbot/Chatbot.css.js +0 -1
  14. package/dist/Chatbot/Chatbot.js +74 -20
  15. package/dist/Chevron/index.js +4 -3
  16. package/dist/Comparison/Comparison.js +4 -3
  17. package/dist/ExecutiveBio/ExecutiveBio.js +4 -3
  18. package/dist/FaqAccordion/index.js +4 -3
  19. package/dist/FdicCallout/index.js +2 -1
  20. package/dist/FooterDisclosure/FooterDisclosure.js +1 -0
  21. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +672 -665
  22. package/dist/Forms/ApplyNow.js +5 -4
  23. package/dist/Forms/ContactUsBusiness.js +4 -3
  24. package/dist/Forms/ContactUsBusinessNameEmail.js +4 -3
  25. package/dist/Forms/ContactUsNMLSId.js +4 -3
  26. package/dist/Forms/CpraRequest.js +4 -3
  27. package/dist/Forms/CraPublicFile.js +4 -3
  28. package/dist/Forms/EmailOnly.js +4 -3
  29. package/dist/Forms/MortgageRate/MortgageRateForm.js +5 -4
  30. package/dist/Forms/MortgageRate/MortgageRateWatch.js +5 -4
  31. package/dist/Forms/MortgageWarehouseLending.js +4 -3
  32. package/dist/Forms/SuccesForm.js +5 -4
  33. package/dist/HeroBanner/HeroBanner.d.ts +1 -1
  34. package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -0
  35. package/dist/HeroBanner/HeroBanner.js +33 -28
  36. package/dist/Hyperlink/index.js +4 -3
  37. package/dist/IconBillboard/IconBillboard.css.js +2 -1
  38. package/dist/IconBillboard/IconBillboard.interface.d.ts +2 -0
  39. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +2 -0
  40. package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
  41. package/dist/ImageBillboard/ImageBillboardSet.js +28 -20
  42. package/dist/ImageLink/ImageLink.js +5 -4
  43. package/dist/ImageLink/ImageLinkSet.js +4 -3
  44. package/dist/ImageLink/index.js +4 -3
  45. package/dist/ImageToast/ImageToast.css.d.ts +5 -0
  46. package/dist/ImageToast/ImageToast.css.js +13 -0
  47. package/dist/ImageToast/index.d.ts +9 -0
  48. package/dist/ImageToast/index.js +188 -0
  49. package/dist/Insight/Featured/CategorySelector.js +5 -4
  50. package/dist/Insight/Featured/Featured.js +5 -4
  51. package/dist/Insight/Featured/Header.js +5 -4
  52. package/dist/LandingPageHeader/LandingPageHeader.js +2 -1
  53. package/dist/LandingPageHeader/WithLogin.js +4 -3
  54. package/dist/Modal/Modal.js +4 -3
  55. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  56. package/dist/NavigationMenu/AxosALTS/index.js +39 -24
  57. package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
  58. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  59. package/dist/NavigationMenu/AxosAdvisorServices/index.js +11 -4
  60. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +4 -3
  61. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +0 -7
  62. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +0 -15
  63. package/dist/NavigationMenu/AxosBank/SubNavBar.js +18 -110
  64. package/dist/NavigationMenu/AxosBank/index.js +28 -20
  65. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  66. package/dist/NavigationMenu/AxosClearing/SubNavBar.js +6 -6
  67. package/dist/NavigationMenu/AxosClearing/index.js +31 -16
  68. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
  69. package/dist/NavigationMenu/AxosFiduciary/index.js +5 -2
  70. package/dist/NavigationMenu/LaVictoire/index.js +4 -3
  71. package/dist/NavigationMenu/NavItem/index.js +10 -1
  72. package/dist/NavigationMenu/Navbar.js +6 -5
  73. package/dist/NavigationMenu/SignInNavButton.js +4 -5
  74. package/dist/PageNavSet/PageNavSet.js +16 -8
  75. package/dist/SetContainer/SetContainer.js +5 -4
  76. package/dist/SocialMediaBar/iconsRepository.js +4 -3
  77. package/dist/SocialMediaBar/index.js +1 -1
  78. package/dist/TopicalNavSet/TopicalNavSet.js +17 -9
  79. package/dist/VideoTile/VideoTile.js +4 -3
  80. package/dist/VideoWrapper/index.js +4 -3
  81. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +350 -64
  82. package/dist/assets/HeroBanner/HeroBanner.css +1 -0
  83. package/dist/assets/IconBillboard/IconBillboard.css +33 -0
  84. package/dist/assets/ImageToast/ImageToast.css +39 -0
  85. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +50 -49
  86. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +122 -121
  87. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +93 -92
  88. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +83 -82
  89. package/dist/assets/SocialMediaBar/SocialMediaBar.css +1 -0
  90. package/dist/icons/QuoteIconGrey.js +1 -0
  91. package/dist/icons/QuoteIconWhite.js +1 -0
  92. package/dist/icons/QuoteIconYellow.js +1 -0
  93. package/package.json +1 -1
@@ -1,50 +1,50 @@
1
- ._header_1f8vh_1 {
1
+ ._header_51dh3_1 {
2
2
  border-bottom: 1px solid #ebebeb;
3
3
  }
4
4
 
5
- ._wrapper_1f8vh_5 {
5
+ ._wrapper_51dh3_5 {
6
6
  width: calc(100% - 80px);
7
7
  margin-left: auto;
8
8
  margin-right: auto;
9
9
  }
10
10
 
11
- ._header_main_row_1f8vh_11,
12
- ._mobile_header_1f8vh_12 {
11
+ ._header_main_row_51dh3_11,
12
+ ._mobile_header_51dh3_12 {
13
13
  min-height: 80px;
14
14
  padding-top: 1rem;
15
15
  padding-bottom: 0.5rem;
16
16
  }
17
17
 
18
- ._logo_wrap_1f8vh_18 {
18
+ ._logo_wrap_51dh3_18 {
19
19
  padding: 9px 6px;
20
20
  }
21
21
 
22
- ._primary_links_1f8vh_22 {
22
+ ._primary_links_51dh3_22 {
23
23
  margin-left: 30px;
24
24
  }
25
25
 
26
- ._main_nav_1f8vh_26 {
26
+ ._main_nav_51dh3_26 {
27
27
  margin: 0 auto;
28
28
  width: 94%;
29
29
  max-width: 1640px;
30
30
  justify-content: space-between;
31
31
  }
32
32
 
33
- ._main_nav_link_1f8vh_33 {
33
+ ._main_nav_link_51dh3_33 {
34
34
  padding: 10px 8px;
35
35
  text-align: center;
36
36
  }
37
37
 
38
- ._main_nav_link_1f8vh_33 .active {
38
+ ._main_nav_link_51dh3_33 .active {
39
39
  border-color: currentColor;
40
40
  transition: border-color 0.5s ease;
41
41
  }
42
42
 
43
- ._main_nav_link_1f8vh_33 .active {
43
+ ._main_nav_link_51dh3_33 .active {
44
44
  font-weight: 700;
45
45
  }
46
46
 
47
- ._main_nav_link_1f8vh_33 > a {
47
+ ._main_nav_link_51dh3_33 > a {
48
48
  color: #1e3860;
49
49
  display: inline-block;
50
50
  font-size: 18px;
@@ -52,26 +52,26 @@
52
52
  border-bottom: 4px solid transparent;
53
53
  }
54
54
 
55
- ._sub_nav_link_1f8vh_55 a,
56
- ._main_nav_link_1f8vh_33 a,
57
- ._signin_wrap_1f8vh_57 a,
58
- ._signin_btn_1f8vh_58 {
55
+ ._sub_nav_link_51dh3_55 a,
56
+ ._main_nav_link_51dh3_33 a,
57
+ ._signin_wrap_51dh3_57 a,
58
+ ._signin_btn_51dh3_58 {
59
59
  text-decoration: none;
60
60
  transition: opacity 0.3s ease;
61
61
  }
62
62
 
63
- ._sub_nav_link_1f8vh_55:hover,
64
- ._main_nav_link_1f8vh_33 a:hover,
65
- ._signin_wrap_1f8vh_57 a:hover {
63
+ ._sub_nav_link_51dh3_55:hover,
64
+ ._main_nav_link_51dh3_33 a:hover,
65
+ ._signin_wrap_51dh3_57 a:hover {
66
66
  opacity: 0.8;
67
67
  }
68
68
 
69
- ._signin_wrap_1f8vh_57 .link {
69
+ ._signin_wrap_51dh3_57 .link {
70
70
  text-decoration: none;
71
71
  padding: 8px;
72
72
  }
73
73
 
74
- ._signin_btn_1f8vh_58 {
74
+ ._signin_btn_51dh3_58 {
75
75
  background-color: #2f5b88;
76
76
  border: none;
77
77
  color: #fff;
@@ -84,39 +84,39 @@
84
84
  cursor: pointer;
85
85
  }
86
86
 
87
- ._signin_btn_1f8vh_58:hover {
87
+ ._signin_btn_51dh3_58:hover {
88
88
  opacity: 0.9;
89
89
  }
90
90
 
91
- ._signin_btn_1f8vh_58 > span {
91
+ ._signin_btn_51dh3_58 > span {
92
92
  margin-right: 8px;
93
93
  }
94
94
 
95
- ._sub_nav_1f8vh_55 {
95
+ ._sub_nav_51dh3_55 {
96
96
  background-color: #1e3860;
97
97
  }
98
98
 
99
- ._header_sub_row_1f8vh_99 {
99
+ ._header_sub_row_51dh3_99 {
100
100
  padding-block: 12px;
101
101
  min-height: 48px;
102
102
  }
103
103
 
104
- ._sub_nav_link_1f8vh_55 {
104
+ ._sub_nav_link_51dh3_55 {
105
105
  padding-inline: 1rem;
106
106
  text-align: center;
107
107
  color: #fff;
108
108
  }
109
109
 
110
- ._sub_nav_link_1f8vh_55 a {
110
+ ._sub_nav_link_51dh3_55 a {
111
111
  font-weight: 500;
112
112
  line-height: 1.5;
113
113
  }
114
114
 
115
- ._shadow_1f8vh_115 {
115
+ ._shadow_51dh3_115 {
116
116
  box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
117
117
  }
118
118
 
119
- @keyframes _fadeInDown_1f8vh_1 {
119
+ @keyframes _fadeInDown_51dh3_1 {
120
120
  from {
121
121
  opacity: 0;
122
122
  transform: translate3d(0, -1%, 0);
@@ -128,18 +128,18 @@
128
128
  }
129
129
  }
130
130
 
131
- ._opacity_1f8vh_131 {
131
+ ._opacity_51dh3_131 {
132
132
  animation-duration: 0.5s;
133
133
  animation-fill-mode: both;
134
- animation-name: _fadeInDown_1f8vh_1;
134
+ animation-name: _fadeInDown_51dh3_1;
135
135
  }
136
136
 
137
- ._footer_1f8vh_137 {
137
+ ._footer_51dh3_137 {
138
138
  margin-top: 0.5rem;
139
139
  padding-top: 1rem;
140
140
  }
141
141
 
142
- ._footer_1f8vh_137::before {
142
+ ._footer_51dh3_137::before {
143
143
  content: "";
144
144
  background-color: #8f8f8f;
145
145
  height: 2px;
@@ -150,31 +150,31 @@
150
150
  width: 94%;
151
151
  }
152
152
 
153
- ._open_1f8vh_153 {
153
+ ._open_51dh3_153 {
154
154
  opacity: 0.8;
155
155
  }
156
156
 
157
- ._open_1f8vh_153 > img {
157
+ ._open_51dh3_153 > img {
158
158
  transform: scaleY(-1);
159
159
  }
160
160
 
161
- ._mt_8_1f8vh_161 {
161
+ ._mt_8_51dh3_161 {
162
162
  margin-top: 8px;
163
163
  }
164
164
 
165
- ._mt_16_1f8vh_165 {
165
+ ._mt_16_51dh3_165 {
166
166
  margin-top: 1rem;
167
167
  }
168
168
 
169
- ._ml_8_1f8vh_169 {
169
+ ._ml_8_51dh3_169 {
170
170
  margin-left: 8px;
171
171
  }
172
172
 
173
- ._reversed_row_1f8vh_173 {
173
+ ._reversed_row_51dh3_173 {
174
174
  flex-direction: row-reverse;
175
175
  }
176
176
 
177
- ._nav_anchor_1f8vh_177 {
177
+ ._nav_anchor_51dh3_177 {
178
178
  width: 1.5rem;
179
179
  height: 1.5rem;
180
180
  aspect-ratio: 1;
@@ -182,14 +182,14 @@
182
182
  border-radius: 8px;
183
183
  }
184
184
 
185
- ._sub_nav_link_1f8vh_55:hover,
186
- ._signin_wrap_1f8vh_57 a:hover,
187
- ._main_nav_link_1f8vh_33 a:not(.active):hover,
188
- ._site_lists_1f8vh_188 a:hover {
185
+ ._sub_nav_link_51dh3_55:hover,
186
+ ._signin_wrap_51dh3_57 a:hover,
187
+ ._main_nav_link_51dh3_33 a:not(.active):hover,
188
+ ._site_lists_51dh3_188 a:hover {
189
189
  text-decoration: underline;
190
190
  }
191
191
 
192
- ._hamburger_1f8vh_192 {
192
+ ._hamburger_51dh3_192 {
193
193
  background: transparent;
194
194
  border: none;
195
195
  font-size: 0px;
@@ -197,29 +197,30 @@
197
197
  outline: none;
198
198
  }
199
199
 
200
- ._hamburger_1f8vh_192:hover,
201
- ._mobile_header_1f8vh_12 button:hover {
200
+ ._hamburger_51dh3_192:hover,
201
+ ._mobile_header_51dh3_12 button:hover {
202
202
  cursor: pointer;
203
203
  opacity: 0.8;
204
204
  }
205
205
 
206
- ._mobile_logo_1f8vh_206 {
206
+ ._mobile_logo_51dh3_206 {
207
207
  flex: 1 1 0%;
208
208
  text-align: center;
209
209
  }
210
210
 
211
- ._mobile_header_1f8vh_12 {
211
+ ._mobile_header_51dh3_12 {
212
212
  padding-bottom: 1rem;
213
213
  display: grid;
214
214
  place-items: center;
215
215
  border-bottom: 1px solid #ebebeb;
216
216
  }
217
217
 
218
- ._mobile_header_1f8vh_12 p {
218
+ ._mobile_header_51dh3_12 p {
219
219
  font: 400 20px / 1.3 var(--header-font-family);
220
+ margin-bottom: 0;
220
221
  }
221
222
 
222
- ._mobile_header_1f8vh_12 button {
223
+ ._mobile_header_51dh3_12 button {
223
224
  position: absolute;
224
225
  top: 50%;
225
226
  transform: translateY(-50%);
@@ -228,7 +229,7 @@
228
229
  border: none;
229
230
  }
230
231
 
231
- ._mobile_nav_1f8vh_231 {
232
+ ._mobile_nav_51dh3_232 {
232
233
  border-right: 1px solid #ebebeb;
233
234
  left: -100%;
234
235
  min-height: 100vh;
@@ -239,20 +240,20 @@
239
240
  z-index: 9999999;
240
241
  }
241
242
 
242
- ._mobile_opened_1f8vh_242 {
243
+ ._mobile_opened_51dh3_243 {
243
244
  left: 0%;
244
245
  }
245
246
 
246
- body:has(._mobile_opened_1f8vh_242) {
247
+ body:has(._mobile_opened_51dh3_243) {
247
248
  overflow-y: hidden;
248
249
  }
249
250
 
250
- ._mobile_nav_item_1f8vh_250 {
251
+ ._mobile_nav_item_51dh3_251 {
251
252
  background-color: #f4f4f4;
252
253
  border-bottom: 1px solid #ebebeb;
253
254
  }
254
255
 
255
- ._mobile_nav_item_1f8vh_250 > a {
256
+ ._mobile_nav_item_51dh3_251 > a {
256
257
  color: #333d46;
257
258
  display: flex;
258
259
  font-weight: 700;
@@ -262,23 +263,23 @@ body:has(._mobile_opened_1f8vh_242) {
262
263
  width: 100%;
263
264
  }
264
265
 
265
- ._icon_wrap_1f8vh_265 {
266
+ ._icon_wrap_51dh3_266 {
266
267
  line-height: 1;
267
268
  height: 24px;
268
269
  }
269
270
 
270
- ._mobile_footer_1f8vh_270 {
271
+ ._mobile_footer_51dh3_271 {
271
272
  position: relative;
272
273
  width: 100%;
273
274
  }
274
275
 
275
- ._mobile_footer_content_1f8vh_275 {
276
+ ._mobile_footer_content_51dh3_276 {
276
277
  background-color: #f4f4f4;
277
278
  flex: 1 1 0%;
278
279
  padding: 16px 24px 16px 40px;
279
280
  }
280
281
 
281
- ._mobile_footer_content_1f8vh_275 p {
282
+ ._mobile_footer_content_51dh3_276 p {
282
283
  line-height: 1.5;
283
284
  text-overflow: ellipsis;
284
285
  display: -webkit-box;
@@ -287,18 +288,18 @@ body:has(._mobile_opened_1f8vh_242) {
287
288
  line-clamp: 2;
288
289
  }
289
290
 
290
- ._mobile_footer_media_1f8vh_290 {
291
+ ._mobile_footer_media_51dh3_291 {
291
292
  flex-basis: 42%;
292
293
  background: url("https://www.axos.com/images/7bX71xagL9g8Bc0gqlHLR/afs-nav-footer.jpg")
293
294
  no-repeat right center / cover;
294
295
  background-color: #f4f4f4;
295
296
  }
296
297
 
297
- ._footer_cta_1f8vh_297 {
298
+ ._footer_cta_51dh3_298 {
298
299
  margin-top: 3px;
299
300
  }
300
301
 
301
- ._footer_cta_1f8vh_297 a {
302
+ ._footer_cta_51dh3_298 a {
302
303
  background-color: #2f5b88;
303
304
  border-radius: 4px;
304
305
  border: 2px solid transparent;
@@ -309,41 +310,41 @@ body:has(._mobile_opened_1f8vh_242) {
309
310
  text-decoration: none;
310
311
  }
311
312
 
312
- ._footer_cta_1f8vh_297 a:hover {
313
+ ._footer_cta_51dh3_298 a:hover {
313
314
  background-color: transparent;
314
315
  border-color: #2f5b88;
315
316
  color: #2f5b88;
316
317
  text-decoration: underline;
317
318
  }
318
319
 
319
- ._footer_cta_1f8vh_297 a:active {
320
+ ._footer_cta_51dh3_298 a:active {
320
321
  background-color: #2f5b88;
321
322
  border-color: transparent;
322
323
  color: #fff;
323
324
  }
324
325
 
325
- ._mobile_footer_1f8vh_270 > .flex_row {
326
+ ._mobile_footer_51dh3_271 > .flex_row {
326
327
  min-height: 112px;
327
328
  }
328
329
 
329
- ._inner_wrapper_1f8vh_329 {
330
+ ._inner_wrapper_51dh3_330 {
330
331
  max-height: 100vh;
331
332
  overflow-y: scroll;
332
333
  }
333
334
 
334
- ._btn_1f8vh_334 {
335
+ ._btn_51dh3_335 {
335
336
  display: block;
336
337
  position: relative;
337
338
  }
338
339
 
339
- ._sub_menu_1f8vh_339 {
340
+ ._sub_menu_51dh3_340 {
340
341
  overflow: hidden;
341
342
  max-height: 0;
342
343
  transition: max-height 0.8s ease-out;
343
344
  background: #fff;
344
345
  }
345
346
 
346
- ._sub_menu_1f8vh_339 a {
347
+ ._sub_menu_51dh3_340 a {
347
348
  display: block;
348
349
  padding: 12px 14px 12px 64px;
349
350
  position: relative;
@@ -351,28 +352,28 @@ body:has(._mobile_opened_1f8vh_242) {
351
352
  text-decoration: none;
352
353
  }
353
354
 
354
- ._sub_menu_1f8vh_339 a._main_1f8vh_26 {
355
+ ._sub_menu_51dh3_340 a._main_51dh3_26 {
355
356
  font-weight: 700;
356
357
  }
357
358
 
358
- ._sub_menu_1f8vh_339 a + a {
359
+ ._sub_menu_51dh3_340 a + a {
359
360
  border-top: 1px solid #ebebeb;
360
361
  }
361
362
 
362
363
  @media (max-width: 1280px) and (min-width: 1024px) {
363
- ._wrapper_1f8vh_5 {
364
+ ._wrapper_51dh3_5 {
364
365
  width: calc(100% - 28px);
365
366
  }
366
367
  }
367
368
 
368
- ._desktop_only_1f8vh_368 {
369
+ ._desktop_only_51dh3_369 {
369
370
  margin: 0 auto;
370
371
  width: 94%;
371
372
  max-width: 1640px;
372
373
  }
373
374
 
374
375
  @media (max-width: 1075px) {
375
- ._desktop_only_1f8vh_368 {
376
+ ._desktop_only_51dh3_369 {
376
377
  display: none !important;
377
378
  margin: 0 auto;
378
379
  width: 94%;
@@ -381,30 +382,30 @@ body:has(._mobile_opened_1f8vh_242) {
381
382
  }
382
383
 
383
384
  @media (max-width: 768px) {
384
- ._wrapper_1f8vh_5 {
385
+ ._wrapper_51dh3_5 {
385
386
  width: calc(100% - 48px);
386
387
  }
387
388
 
388
- ._mobile_header_1f8vh_12 button {
389
+ ._mobile_header_51dh3_12 button {
389
390
  right: 1.5rem;
390
391
  }
391
392
 
392
- ._mobile_nav_item_1f8vh_250 > a {
393
+ ._mobile_nav_item_51dh3_251 > a {
393
394
  padding: 16px 24px;
394
395
  }
395
396
 
396
- ._sub_menu_1f8vh_339 a {
397
+ ._sub_menu_51dh3_340 a {
397
398
  padding-left: 48px;
398
399
  }
399
400
 
400
- ._mobile_footer_content_1f8vh_275 {
401
+ ._mobile_footer_content_51dh3_276 {
401
402
  padding-right: 15px;
402
403
  padding-left: 24px;
403
404
  }
404
405
  }
405
406
 
406
407
  @media (max-width: 450px) {
407
- ._footer_cta_1f8vh_297 a {
408
+ ._footer_cta_51dh3_298 a {
408
409
  white-space: break-spaces;
409
410
  width: 100%;
410
411
  text-align: center;
@@ -412,13 +413,13 @@ body:has(._mobile_opened_1f8vh_242) {
412
413
  }
413
414
 
414
415
  @media (min-width: 1076px) {
415
- ._mobile_only_1f8vh_415 {
416
+ ._mobile_only_51dh3_416 {
416
417
  display: none !important;
417
418
  }
418
419
  }
419
420
 
420
421
  @media (max-width: 1076px) {
421
- ._mobile_logo_1f8vh_206 {
422
+ ._mobile_logo_51dh3_206 {
422
423
  position: absolute;
423
424
  transform: translateX(-50%);
424
425
  left: 50%;
@@ -15,6 +15,7 @@
15
15
  max-width: 100%;
16
16
  }
17
17
  .nkpt491 a {
18
+ display: flex;
18
19
  transition: opacity 0.25s ease;
19
20
  }
20
21
  .nkpt491 a:hover {
@@ -8,6 +8,7 @@ const SvgQuoteIconGrey = (props) => /* @__PURE__ */ jsxs(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  ...props,
11
+ "aria-hidden": true,
11
12
  children: [
12
13
  /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5424_27387)", children: [
13
14
  /* @__PURE__ */ jsx(
@@ -8,6 +8,7 @@ const SvgQuoteIconWhite = (props) => /* @__PURE__ */ jsxs(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  ...props,
11
+ "aria-hidden": true,
11
12
  children: [
12
13
  /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5527_22620)", children: [
13
14
  /* @__PURE__ */ jsx(
@@ -8,6 +8,7 @@ const SvgQuoteIconYellow = (props) => /* @__PURE__ */ jsxs(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  ...props,
11
+ "aria-hidden": true,
11
12
  children: [
12
13
  /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5266_22200)", children: [
13
14
  /* @__PURE__ */ jsx(
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": "2.2.25",
4
+ "version": "2.2.27",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.js",