aquasis-fe-components 3.2.5 → 3.2.6

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.
@@ -52775,7 +52775,30 @@ var h7 = /* @__PURE__ */ function(e) {
52775
52775
  });
52776
52776
  });
52777
52777
  }, y7 = "USERS", b7 = () => {
52778
- let { t: e } = Bq(), { requiredField: t } = hX();
52778
+ let { t: e } = Bq(), { requiredField: t } = hX(), { token: n } = BH.useToken(), r = _(() => {
52779
+ let e = n.colorBgElevated, t = n.colorBgLayout === zW.ColorBgLayout;
52780
+ return {
52781
+ root: {
52782
+ opacity: 1,
52783
+ "--ant-tooltip-arrow-background-color": e
52784
+ },
52785
+ container: {
52786
+ opacity: 1,
52787
+ backgroundColor: e,
52788
+ color: n.colorText,
52789
+ padding: "12px 16px",
52790
+ border: `1px solid ${n.colorBorderSecondary}`,
52791
+ boxShadow: t ? "0 10px 28px rgba(0, 0, 0, 0.55)" : "0 10px 28px rgba(0, 0, 0, 0.12)",
52792
+ backdropFilter: "none",
52793
+ WebkitBackdropFilter: "none"
52794
+ }
52795
+ };
52796
+ }, [
52797
+ n.colorBgElevated,
52798
+ n.colorBgLayout,
52799
+ n.colorBorderSecondary,
52800
+ n.colorText
52801
+ ]);
52779
52802
  return /* @__PURE__ */ C(yL, {
52780
52803
  gutter: 8,
52781
52804
  children: [
@@ -52829,14 +52852,17 @@ var h7 = /* @__PURE__ */ function(e) {
52829
52852
  placeholder: e(`${y7}.PASSWORD_PLACEHOLDER`),
52830
52853
  isPassword: !0,
52831
52854
  allowClear: !0,
52832
- tooltip: /* @__PURE__ */ S(Nq, {
52833
- i18nKey: `${y7}.PASSWORD_HINT`,
52834
- components: {
52835
- b: /* @__PURE__ */ S("b", {}),
52836
- ul: /* @__PURE__ */ S("ul", {}),
52837
- li: /* @__PURE__ */ S("li", {})
52838
- }
52839
- })
52855
+ tooltip: {
52856
+ title: /* @__PURE__ */ S(Nq, {
52857
+ i18nKey: `${y7}.PASSWORD_HINT`,
52858
+ components: {
52859
+ ul: /* @__PURE__ */ S("ul", { className: "user-modal__password-hint-list" }),
52860
+ li: /* @__PURE__ */ S("li", {})
52861
+ }
52862
+ }),
52863
+ rootClassName: "user-modal__password-tooltip",
52864
+ styles: r
52865
+ }
52840
52866
  })
52841
52867
  }),
52842
52868
  /* @__PURE__ */ S(jj, {
@@ -53722,7 +53748,7 @@ c9.type = "languageDetector", BK.use(c9).use(Aq).init({
53722
53748
  LAST_NAME: "Last name",
53723
53749
  LAST_NAME_PLACEHOLDER: "Please insert the last name...",
53724
53750
  PASSWORD: "Password",
53725
- PASSWORD_HINT: "Requirements: <ul><li>Minimum 7 characters</li><li>At least one number between 0 to 9</li><li>At least one uppercase letter </li><li>At least one lowercase letter </li><li>At least one special character: <b>!@#$%^&*</b></li></ul>",
53751
+ PASSWORD_HINT: "Requirements: <ul><li>Minimum 12 characters</li><li>At least one number between 0 to 9</li><li>At least one uppercase letter</li><li>At least one lowercase letter</li><li>At least one special character: !@#$%^&*</li></ul>",
53726
53752
  PASSWORD_PLACEHOLDER: "Please insert the password...",
53727
53753
  "PASSWORD-CONFIRM": "Confirm password",
53728
53754
  "PASSWORD-CONFIRM_PLACEHOLDER": "Please confirm the password...",
@@ -53872,7 +53898,7 @@ c9.type = "languageDetector", BK.use(c9).use(Aq).init({
53872
53898
  LAST_NAME: "Apellido",
53873
53899
  LAST_NAME_PLACEHOLDER: "Por favor, ingrese el apellido…",
53874
53900
  PASSWORD: "Contraseña",
53875
- PASSWORD_HINT: "Requisitos: <ul><li>Mínimo 7 caracteres</li><li>Al menos un número entre 0 y 9</li><li>Al menos una letra mayúscula</li><li>Al menos una letra minúscula</li><li>Al menos un carácter especial: <b>!@#$%^&*</b> </li></ul>",
53901
+ PASSWORD_HINT: "Requisitos: <ul><li>Mínimo 12 caracteres</li><li>Al menos un número entre 0 y 9</li><li>Al menos una letra mayúscula</li><li>Al menos una letra minúscula</li><li>Al menos un carácter especial: !@#$%^&*</li></ul>",
53876
53902
  PASSWORD_PLACEHOLDER: "Por favor, ingrese la contraseña...",
53877
53903
  "PASSWORD-CONFIRM": "Confirmar contraseña",
53878
53904
  "PASSWORD-CONFIRM_PLACEHOLDER": "Por favor, confirme la contraseña...",
@@ -54022,7 +54048,7 @@ c9.type = "languageDetector", BK.use(c9).use(Aq).init({
54022
54048
  LAST_NAME: "Last name",
54023
54049
  LAST_NAME_PLACEHOLDER: "Please insert the last name...",
54024
54050
  PASSWORD: "Password",
54025
- PASSWORD_HINT: "Requirements: <ul><li>Minimum 7 characters</li><li>At least one number between 0 to 9</li><li>At least one uppercase letter </li><li>At least one special character: <b>!@#$%^&*</b></li></ul>",
54051
+ PASSWORD_HINT: "Requirements: <ul><li>Minimum 12 characters</li><li>At least one number between 0 to 9</li><li>At least one uppercase letter</li><li>At least one lowercase letter</li><li>At least one special character: !@#$%^&*</li></ul>",
54026
54052
  PASSWORD_PLACEHOLDER: "Please insert the password...",
54027
54053
  "PASSWORD-CONFIRM": "Confirm password",
54028
54054
  "PASSWORD-CONFIRM_PLACEHOLDER": "Please confirm the password...",
@@ -54172,7 +54198,7 @@ c9.type = "languageDetector", BK.use(c9).use(Aq).init({
54172
54198
  LAST_NAME: "Apelido",
54173
54199
  LAST_NAME_PLACEHOLDER: "Por favor, insira o seu apelido...",
54174
54200
  PASSWORD: "Palavra-passe",
54175
- PASSWORD_HINT: "Requisitos: <ul><li>Mínimo 7 caracteres</li><li>Pelo menos um número entre 0 e 9</li><li>Pelo menos uma letra maiúscula</li><li>Pelo menos uma letra minúscula</li><li>Pelo menos um caracter especial: <b>!@#$%^&*</b></li></ul>",
54201
+ PASSWORD_HINT: "Requisitos: <ul><li>Mínimo 12 caracteres</li><li>Pelo menos um número entre 0 e 9</li><li>Pelo menos uma letra maiúscula</li><li>Pelo menos uma letra minúscula</li><li>Pelo menos um caracter especial: !@#$%^&*</li></ul>",
54176
54202
  PASSWORD_PLACEHOLDER: "Introduza a sua palavra-passe...",
54177
54203
  "PASSWORD-CONFIRM": "Confirmar palavra-passe",
54178
54204
  "PASSWORD-CONFIRM_PLACEHOLDER": "Confirme a sua palavra-passe...",
@@ -54322,7 +54348,7 @@ c9.type = "languageDetector", BK.use(c9).use(Aq).init({
54322
54348
  LAST_NAME: "Nume de familie",
54323
54349
  LAST_NAME_PLACEHOLDER: "Vă rugăm să introduceți numele de familie...",
54324
54350
  PASSWORD: "Parolă",
54325
- PASSWORD_HINT: "Cerințe: <ul><li>Minimum 7 caractere</li><li>Cel puțin o cifră între 0 și 9</li><li>Cel puțin o literă mare</li><li>Cel puțin o literă mică</li><li>Cel puțin un caracter special: <b>!@#$%^&*</b></li></ul>",
54351
+ PASSWORD_HINT: "Cerințe: <ul><li>Minimum 12 caractere</li><li>Cel puțin o cifră între 0 și 9</li><li>Cel puțin o literă mare</li><li>Cel puțin o literă mică</li><li>Cel puțin un caracter special: !@#$%^&*</li></ul>",
54326
54352
  PASSWORD_PLACEHOLDER: "Vă rugăm să introduceți parola...",
54327
54353
  "PASSWORD-CONFIRM": "Confirmare parolă",
54328
54354
  "PASSWORD-CONFIRM_PLACEHOLDER": "Vă rugăm să confirmați parola...",
@@ -54472,7 +54498,7 @@ c9.type = "languageDetector", BK.use(c9).use(Aq).init({
54472
54498
  LAST_NAME: "Último nome",
54473
54499
  LAST_NAME_PLACEHOLDER: "Por favor, digite seu último nome...",
54474
54500
  PASSWORD: "Senha",
54475
- PASSWORD_HINT: "Requisitos: <ul><li>Mínimo 7 caracteres</li><li>Pelo menos um número entre 0 e 9</li><li>Pelo menos uma letra maiúscula</li><li>Pelo menos uma letra minúscula</li><li>Pelo menos um caracter especial: <b>!@#$%^&*</b></li></ul>",
54501
+ PASSWORD_HINT: "Requisitos: <ul><li>Mínimo 12 caracteres</li><li>Pelo menos um número entre 0 e 9</li><li>Pelo menos uma letra maiúscula</li><li>Pelo menos uma letra minúscula</li><li>Pelo menos um caracter especial: !@#$%^&*</li></ul>",
54476
54502
  PASSWORD_PLACEHOLDER: "Digite sua senha...",
54477
54503
  "PASSWORD-CONFIRM": "Confirmar senha",
54478
54504
  "PASSWORD-CONFIRM_PLACEHOLDER": "Confirme sua senha...",