@axos-web-dev/shared-components 1.0.59-patch.3 → 1.0.59-patch.4

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.
@@ -118,7 +118,6 @@ export declare const menuData: {
118
118
  "Business Premium Savings": string;
119
119
  "Business Savings": string;
120
120
  "Non-Profit Money Market": string;
121
- "Business CD": string;
122
121
  };
123
122
  Services: {
124
123
  "Services Home": string;
@@ -354,9 +354,6 @@ const menuData = {
354
354
  ),
355
355
  "Non-Profit Money Market": findMoreAxosDomains(
356
356
  "{AXOSBANK}/business/savings/business-money-market-accounts/non-profit-money-market"
357
- ),
358
- "Business CD": findMoreAxosDomains(
359
- "{AXOSBANK}/business/savings/business-cds"
360
357
  )
361
358
  },
362
359
  Services: {
@@ -2202,15 +2202,6 @@ function SubNavBar() {
2202
2202
  ),
2203
2203
  children: "Non-Profit Money Market"
2204
2204
  }
2205
- ) }),
2206
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2207
- Link,
2208
- {
2209
- href: findMoreAxosDomains(
2210
- "{AXOSBANK}/business/savings/business-cds"
2211
- ),
2212
- children: "Business CDs"
2213
- }
2214
2205
  ) })
2215
2206
  ] })
2216
2207
  ] }),
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.59-patch.3",
4
+ "version": "1.0.59-patch.4",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",