ywana-core8 0.1.41 → 0.1.42

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.
@@ -2752,7 +2752,6 @@ var ChangeUserPasswordAction = function ChangeUserPasswordAction(props) {
2752
2752
  }) : /*#__PURE__*/React.createElement(Button, {
2753
2753
  label: label,
2754
2754
  action: execute,
2755
- outlined: true,
2756
2755
  className: ""
2757
2756
  });
2758
2757
  };
@@ -2777,6 +2776,15 @@ var LOGIN_DICTIONARY = (_LOGIN_DICTIONARY = {
2777
2776
  it: 'Conferma la nuova password',
2778
2777
  fr: 'Confirmer le nouveau mot de passe'
2779
2778
  },
2779
+ 'Change Password': {
2780
+ en: 'Change Password',
2781
+ es: 'Cambiar Contraseña',
2782
+ de: 'Passwort ändern',
2783
+ pt: 'Alterar Senha',
2784
+ ca: 'Canviar Contrasenya',
2785
+ it: 'Cambia Password',
2786
+ fr: 'Changer le mot de passe'
2787
+ },
2780
2788
  'Forgot Password': {
2781
2789
  en: 'Forgot Password',
2782
2790
  es: 'Olvidé mi contraseña',