@axos-web-dev/shared-components 1.0.77-patch.26 → 1.0.77-patch.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.
@@ -142,7 +142,6 @@ export declare const menuData: {
142
142
  "ATM Locator": string;
143
143
  Calculators: string;
144
144
  };
145
- "Refer-a-Business": string;
146
145
  Insights: string;
147
146
  };
148
147
  "Commercial Banking": {
@@ -412,9 +412,6 @@ 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
- ),
418
415
  Insights: findMoreAxosDomains("{AXOSBANK}/business/insights")
419
416
  },
420
417
  "Commercial Banking": {
@@ -2398,27 +2398,6 @@ 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
- ] }),
2422
2401
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2423
2402
  /* @__PURE__ */ jsx(
2424
2403
  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.26",
4
+ "version": "1.0.77-patch.27",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",