@axos-web-dev/shared-components 0.0.96 → 0.0.97

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.
@@ -481,7 +481,7 @@ function NavBar() {
481
481
  {
482
482
  className: clsx(
483
483
  styles.icon_wrap,
484
- isOpenProducts3 && styles.open
484
+ isOpenProducts4 && styles.open
485
485
  ),
486
486
  children: /* @__PURE__ */ jsx(
487
487
  "svg",
@@ -508,7 +508,7 @@ function NavBar() {
508
508
  /* @__PURE__ */ jsxs(
509
509
  "div",
510
510
  {
511
- className: clsx(styles.sub_menu, isOpenProducts3 && expand),
511
+ className: clsx(styles.sub_menu, isOpenProducts4 && expand),
512
512
  children: [
513
513
  /* @__PURE__ */ jsx(
514
514
  "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.96",
4
+ "version": "0.0.97",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",