@axos-web-dev/shared-components 1.0.77-patch.27 → 1.0.77-patch.29

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.
@@ -142,6 +142,7 @@ export declare const menuData: {
142
142
  "ATM Locator": string;
143
143
  Calculators: string;
144
144
  };
145
+ "Refer-a-Business": string;
145
146
  Insights: string;
146
147
  };
147
148
  "Commercial Banking": {
@@ -412,6 +412,9 @@ const menuData = {
412
412
  "{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
413
413
  )
414
414
  },
415
+ "Refer-a-Business": findMoreAxosDomains(
416
+ "{AXOSBANK}/business/refer-a-business"
417
+ ),
415
418
  Insights: findMoreAxosDomains("{AXOSBANK}/business/insights")
416
419
  },
417
420
  "Commercial Banking": {
@@ -2398,6 +2398,27 @@ function SubNavBar() {
2398
2398
  ) })
2399
2399
  ] })
2400
2400
  ] }),
2401
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2402
+ /* @__PURE__ */ jsx(
2403
+ Image,
2404
+ {
2405
+ src: `https://images.axos.com/o9ov1v03uwqk/6ninSDVeSycXICNX8zF4J3/75ccf4194f0b3e7209f4095457bce00d/nav-submenu-raf-icon.svg`,
2406
+ alt: "",
2407
+ width: 20,
2408
+ height: 20
2409
+ }
2410
+ ),
2411
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2412
+ Link,
2413
+ {
2414
+ href: findMoreAxosDomains(
2415
+ "{AXOSBANK}/business/refer-a-business"
2416
+ ),
2417
+ role: "heading",
2418
+ children: "Refer-a-Business"
2419
+ }
2420
+ ) }) })
2421
+ ] }),
2401
2422
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2402
2423
  /* @__PURE__ */ jsx(
2403
2424
  Image,
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": "1.0.77-patch.27",
4
+ "version": "1.0.77-patch.29",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",