enjanga-components-library 1.0.41 → 1.0.43

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.
package/dist/index.js CHANGED
@@ -1170,7 +1170,7 @@ var AppHeader = ({
1170
1170
  as: default2__default.default,
1171
1171
  href: brandRoute,
1172
1172
  passHref: true,
1173
- isCurrentPage: isHomeRoute,
1173
+ "aria-current": isHomeRoute ? "page" : void 0,
1174
1174
  className: isHomeRoute ? "cds--header__name--current" : "",
1175
1175
  children: brand
1176
1176
  }
package/dist/index.mjs CHANGED
@@ -1143,7 +1143,7 @@ var AppHeader = ({
1143
1143
  as: default2,
1144
1144
  href: brandRoute,
1145
1145
  passHref: true,
1146
- isCurrentPage: isHomeRoute,
1146
+ "aria-current": isHomeRoute ? "page" : void 0,
1147
1147
  className: isHomeRoute ? "cds--header__name--current" : "",
1148
1148
  children: brand
1149
1149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enjanga-components-library",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "description": "Reusable component library for Next.js 13+ projects with Carbon design system.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",