@navservice/usuario 1.40.0 → 1.41.0

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/build/es/index.js CHANGED
@@ -7389,7 +7389,7 @@ const Breadcrumb = ()=>{
7389
7389
  /*#__PURE__*/ jsxs(motion.button, {
7390
7390
  type: "button",
7391
7391
  "aria-label": "Ir para p\xe1gina inicial",
7392
- onClick: ()=>navigate("/"),
7392
+ onClick: ()=>navigate("/app"),
7393
7393
  className: "group inline-flex items-center gap-1.5 rounded-lg px-2.5 py-1.5 text-sm font-medium text-gray-600 transition-all hover:bg-black/5 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/10 dark:hover:text-gray-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-theme-primary focus-visible:ring-offset-2",
7394
7394
  initial: {
7395
7395
  opacity: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/usuario",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
4
4
  "description": "Service de autenticação de usuários unificado",
5
5
  "type": "module",
6
6
  "main": "./build/lib/index.js",