@navservice/usuario 1.39.0 → 1.40.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
@@ -3912,7 +3912,7 @@ const DrawerPadrao = /*#__PURE__*/ forwardRef(({ title, children, onClose }, ref
3912
3912
  ]
3913
3913
  }), document.body);
3914
3914
  });
3915
- const PessimisticReveal = /*#__PURE__*/ memo(({ open, children, delay = 2000 })=>{
3915
+ const PessimisticReveal = /*#__PURE__*/ memo(({ open, children, delay = 500 })=>{
3916
3916
  const [loading, setLoading] = useState(false);
3917
3917
  const [show, setShow] = useState(false);
3918
3918
  useEffect(()=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/usuario",
3
- "version": "1.39.0",
3
+ "version": "1.40.0",
4
4
  "description": "Service de autenticação de usuários unificado",
5
5
  "type": "module",
6
6
  "main": "./build/lib/index.js",