@axos-web-dev/shared-components 1.0.26 → 1.0.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.
@@ -744,7 +744,7 @@ function SubNavBar() {
744
744
  AXOS_ONE_APY,
745
745
  "% APY",
746
746
  /* @__PURE__ */ jsx("sup", { children: "*" }),
747
- " on Savings, up to ",
747
+ " on Savings and ",
748
748
  AXOS_ONE_APY_CHECKING,
749
749
  "% APY",
750
750
  /* @__PURE__ */ jsx("sup", { children: "*" }),
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.26",
4
+ "version": "1.0.27",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",