@axos-web-dev/shared-components 0.0.102 → 0.0.104

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.
@@ -56,7 +56,7 @@ const IconBillboard = (props) => {
56
56
  size: "medium",
57
57
  rounded: "medium",
58
58
  marketingIntersitial,
59
- newTab: true,
59
+ newTab,
60
60
  children: displayText
61
61
  },
62
62
  id
@@ -102,7 +102,7 @@ const ImageBillboardSet = ({
102
102
  color: getVariant(variant2),
103
103
  size: "medium",
104
104
  rounded: "medium",
105
- newTab: true,
105
+ newTab,
106
106
  children: displayText
107
107
  },
108
108
  id3
@@ -284,6 +284,7 @@ function NavBar() {
284
284
  {
285
285
  className: clsx(styles.sub_menu, isOpenProducts2 && expand),
286
286
  children: [
287
+ /* @__PURE__ */ jsx("a", { href: "/serve-your-clients", role: "menuitem", children: "Serve Your Clients" }),
287
288
  /* @__PURE__ */ jsx("a", { href: "/cash-management-solutions", role: "menuitem", children: "Cash Management Solutions" }),
288
289
  /* @__PURE__ */ jsx(
289
290
  "a",
@@ -356,6 +357,7 @@ function NavBar() {
356
357
  {
357
358
  className: clsx(styles.sub_menu, isOpenProducts3 && expand),
358
359
  children: [
360
+ /* @__PURE__ */ jsx("a", { href: "/optimize-operations", role: "menuitem", children: "Optimize Operations" }),
359
361
  /* @__PURE__ */ jsx(
360
362
  "a",
361
363
  {
@@ -427,6 +429,7 @@ function NavBar() {
427
429
  {
428
430
  className: clsx(styles.sub_menu, isOpenProducts4 && expand),
429
431
  children: [
432
+ /* @__PURE__ */ jsx("a", { href: "/axos-advantage", role: "menuitem", children: "Axos Advantage" }),
430
433
  /* @__PURE__ */ jsx("a", { href: "/axos-advantage/about-axos", role: "menuitem", children: "About AXOS" }),
431
434
  /* @__PURE__ */ jsx(
432
435
  "a",
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": "0.0.102",
4
+ "version": "0.0.104",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",