@axos-web-dev/shared-components 1.0.77-patch.67 → 1.0.77-patch.68

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.
@@ -191,6 +191,7 @@ export declare const menuData: {
191
191
  "Leveraged Finance": string;
192
192
  "Dealer Floorplan Finance": string;
193
193
  "Premium Finance": string;
194
+ "Franchise Finance": string;
194
195
  };
195
196
  "Other Resources": {
196
197
  "Business Support": string;
@@ -526,6 +526,9 @@ const menuData = {
526
526
  ),
527
527
  "Premium Finance": findMoreAxosDomains(
528
528
  "{AXOSBANK}/commercial/lending/premium-finance"
529
+ ),
530
+ "Franchise Finance": findMoreAxosDomains(
531
+ "{AXOSBANK}/commercial/lending/franchise-finance"
529
532
  )
530
533
  },
531
534
  "Other Resources": {
@@ -2953,6 +2953,15 @@ function SubNavBar() {
2953
2953
  ),
2954
2954
  children: "Premium Finance"
2955
2955
  }
2956
+ ) }),
2957
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2958
+ Link,
2959
+ {
2960
+ href: findMoreAxosDomains(
2961
+ "{AXOSBANK}/commercial/lending/franchise-finance"
2962
+ ),
2963
+ children: "Franchise Finance"
2964
+ }
2956
2965
  ) })
2957
2966
  ] })
2958
2967
  ] }),
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.67",
4
+ "version": "1.0.77-patch.68",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",