@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 +1 -1
- package/package.json +1 -1
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 =
|
|
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(()=>{
|