@data-c/ui 0.0.131-alpha.0 → 0.0.132-alpha.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/dist/index.d.ts CHANGED
@@ -221,6 +221,9 @@ declare function MioAuth(props: MioAuthProps): react_jsx_runtime.JSX.Element;
221
221
 
222
222
  interface AlterarSenhaProps {
223
223
  credentialsConfig: CredentialsConfigsInterface;
224
+ primeiroAcesso?: boolean;
225
+ email?: string;
226
+ senhaAtual?: string;
224
227
  isOpen: boolean;
225
228
  onClose: () => void;
226
229
  onSuccess?: () => void;