@axos-web-dev/shared-components 1.0.84 → 1.0.86
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/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +3 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +5 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +32 -0
- package/dist/assets/IconBillboard/IconBillboard.css +3 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +20 -9
- package/package.json +1 -1
|
@@ -362,6 +362,11 @@ const menuData = {
|
|
|
362
362
|
"{AXOSBANK}/business/savings/business-cds"
|
|
363
363
|
)
|
|
364
364
|
},
|
|
365
|
+
Bundles: {
|
|
366
|
+
"Axos Business Bundle": findMoreAxosDomains(
|
|
367
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
368
|
+
)
|
|
369
|
+
},
|
|
365
370
|
Services: {
|
|
366
371
|
"Services Home": findMoreAxosDomains("{AXOSBANK}/business/services"),
|
|
367
372
|
"Merchant Services": findMoreAxosDomains(
|
|
@@ -2232,6 +2232,38 @@ function SubNavBar() {
|
|
|
2232
2232
|
) })
|
|
2233
2233
|
] })
|
|
2234
2234
|
] }),
|
|
2235
|
+
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2236
|
+
/* @__PURE__ */ jsx(
|
|
2237
|
+
Image,
|
|
2238
|
+
{
|
|
2239
|
+
src: `https://images.axos.com/o9ov1v03uwqk/6bS9epOgzZpJY2jeuepswo/5ee31f624370b44ab1483b537c3fa704/nav-submenu-bundles-icon.svg`,
|
|
2240
|
+
alt: "",
|
|
2241
|
+
width: 20,
|
|
2242
|
+
height: 20
|
|
2243
|
+
}
|
|
2244
|
+
),
|
|
2245
|
+
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
2246
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2247
|
+
Link,
|
|
2248
|
+
{
|
|
2249
|
+
href: findMoreAxosDomains(
|
|
2250
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2251
|
+
),
|
|
2252
|
+
role: "heading",
|
|
2253
|
+
children: "Bundles"
|
|
2254
|
+
}
|
|
2255
|
+
) }),
|
|
2256
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2257
|
+
Link,
|
|
2258
|
+
{
|
|
2259
|
+
href: findMoreAxosDomains(
|
|
2260
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2261
|
+
),
|
|
2262
|
+
children: "Axos Business Bundle"
|
|
2263
|
+
}
|
|
2264
|
+
) })
|
|
2265
|
+
] })
|
|
2266
|
+
] }),
|
|
2235
2267
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2236
2268
|
/* @__PURE__ */ jsx(
|
|
2237
2269
|
Image,
|
|
@@ -48,6 +48,9 @@
|
|
|
48
48
|
._18ygy9m5 .billboard {
|
|
49
49
|
width: 100%;
|
|
50
50
|
}
|
|
51
|
+
._1m7m2a8 {
|
|
52
|
+
display: inline-block;
|
|
53
|
+
}
|
|
51
54
|
._1073cm80 ._1m7m2a9 {
|
|
52
55
|
-webkit-background-clip: text;
|
|
53
56
|
background-image: var(--_1073cm84);
|
|
@@ -268,6 +271,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
268
271
|
.stacked {
|
|
269
272
|
gap: 56px;
|
|
270
273
|
}
|
|
274
|
+
.stacked:first-child {
|
|
275
|
+
padding-top: 56px;
|
|
276
|
+
}
|
|
271
277
|
.stacked > .billboard {
|
|
272
278
|
grid-column: 1;
|
|
273
279
|
}
|
|
@@ -386,6 +392,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
386
392
|
._1m7m2ao {
|
|
387
393
|
max-width: 100%;
|
|
388
394
|
}
|
|
395
|
+
._1m7m2ax._1m7m2a0 {
|
|
396
|
+
flex-direction: column-reverse;
|
|
397
|
+
}
|
|
389
398
|
._1m7m2a1f {
|
|
390
399
|
display: block;
|
|
391
400
|
padding-top: 85px;
|
|
@@ -409,9 +418,7 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
409
418
|
._1m7m2ax ._1m7m2ao {
|
|
410
419
|
text-align: center;
|
|
411
420
|
padding-inline: 14px;
|
|
412
|
-
|
|
413
|
-
._1m7m2ax:not(.reversed) ._1m7m2ao {
|
|
414
|
-
padding-bottom: 0;
|
|
421
|
+
padding-block: 0 1.5rem;
|
|
415
422
|
}
|
|
416
423
|
._1m7m2ax ._1m7m2ao :is(ul,ol) {
|
|
417
424
|
text-align: left;
|
|
@@ -432,7 +439,7 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
432
439
|
margin-bottom: 42px;
|
|
433
440
|
}
|
|
434
441
|
._1m7m2a1e {
|
|
435
|
-
width:
|
|
442
|
+
width: min(475px, 100%);
|
|
436
443
|
}
|
|
437
444
|
._1m7m2a1g {
|
|
438
445
|
width: min(592px, 100%);
|
|
@@ -442,6 +449,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
442
449
|
padding: 32px;
|
|
443
450
|
width: min(33rem, calc(100% - 2rem));
|
|
444
451
|
}
|
|
452
|
+
._1m7m2a1g .billboard:not(.reversed) {
|
|
453
|
+
flex-direction: column-reverse;
|
|
454
|
+
}
|
|
445
455
|
._1m7m2a1g ._1m7m2aj img {
|
|
446
456
|
object-fit: cover;
|
|
447
457
|
}
|
|
@@ -454,6 +464,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
454
464
|
.stacked {
|
|
455
465
|
gap: 42px;
|
|
456
466
|
}
|
|
467
|
+
.stacked:first-child {
|
|
468
|
+
padding-top: 42px;
|
|
469
|
+
}
|
|
457
470
|
.section_spacer:has(> ._1m7m2ax) {
|
|
458
471
|
padding-block: 42px;
|
|
459
472
|
}
|
|
@@ -471,6 +484,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
471
484
|
.stacked {
|
|
472
485
|
gap: 2rem;
|
|
473
486
|
}
|
|
487
|
+
.stacked:first-child {
|
|
488
|
+
padding-top: 2rem;
|
|
489
|
+
}
|
|
474
490
|
.section_spacer:has(> ._1m7m2ax) {
|
|
475
491
|
padding-block: 2rem;
|
|
476
492
|
}
|
|
@@ -544,11 +560,6 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
544
560
|
padding: 48px;
|
|
545
561
|
}
|
|
546
562
|
}
|
|
547
|
-
@media screen and (max-width: 1024px) {
|
|
548
|
-
._1m7m2a1g .billboard:not(.reversed) {
|
|
549
|
-
flex-direction: column-reverse;
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
563
|
@media screen and (max-width: 550px) {
|
|
553
564
|
._1m7m2a1h {
|
|
554
565
|
right: 1.65rem;
|