@axos-web-dev/shared-components 0.0.217 → 0.0.218

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.
@@ -512,7 +512,7 @@ function NavBar() {
512
512
  role: "button",
513
513
  className: clsx("flex_row"),
514
514
  children: [
515
- "login",
515
+ "Login",
516
516
  /* @__PURE__ */ jsx(
517
517
  "span",
518
518
  {
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.217",
4
+ "version": "0.0.218",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",