@axos-web-dev/shared-components 0.0.78 → 0.0.80

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.
@@ -98,10 +98,16 @@ const calculators = /* @__PURE__ */ new Map([
98
98
  { src: "https://www.fintactix.com/bofi/tools/mortgage/m02" }
99
99
  ],
100
100
  [
101
- "401(k) Calculator",
101
+ "401(k)",
102
102
  {
103
103
  src: "https://www.fintactix.com/bofi/tools/retirement/r02"
104
104
  }
105
+ ],
106
+ [
107
+ "Traditional 401(k) or Roth 401(k)?",
108
+ {
109
+ src: "https://www.fintactix.com/bofi/tools/retirement/r03"
110
+ }
105
111
  ]
106
112
  ]);
107
113
  export {
@@ -445,6 +445,7 @@ function SubNavBar() {
445
445
  href: `/partners/strategic-partnerships`,
446
446
  id: "partNav6",
447
447
  role: "menuitem",
448
+ onMouseEnter: handleMouseLeave,
448
449
  children: "Strategic Partnerships"
449
450
  }
450
451
  ) })
@@ -69,9 +69,9 @@ const StepItemSet = ({
69
69
  counter: index + 1,
70
70
  title: step?.title,
71
71
  description: step?.description,
72
- variant: step?.variant
72
+ variant
73
73
  },
74
- index
74
+ step?.id
75
75
  )) }) })
76
76
  ] }),
77
77
  Array.isArray(callToActionRow) && callToActionRow?.length > 0 && /* @__PURE__ */ jsx(
@@ -1,5 +1,5 @@
1
1
  ._18ygy9m0 {
2
- padding: 3.5rem 0;
2
+ padding: 3rem 0;
3
3
  }
4
4
  ._18ygy9m1 {
5
5
  background: var(--_1073cm81);
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.78",
4
+ "version": "0.0.80",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",