@cobre-npm/library-onboarding-core 0.7.7 → 0.7.8

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
@@ -2425,6 +2425,8 @@ export declare const locales: {
2425
2425
  numericRange: string;
2426
2426
  numericRangeExclusiveMin: string;
2427
2427
  alphanumericOnly: string;
2428
+ minAge: string;
2429
+ futureDate: string;
2428
2430
  minLength: string;
2429
2431
  maxLength: string;
2430
2432
  emailFormat: string;
@@ -2508,6 +2510,8 @@ export declare const locales: {
2508
2510
  numericRange: string;
2509
2511
  numericRangeExclusiveMin: string;
2510
2512
  alphanumericOnly: string;
2513
+ minAge: string;
2514
+ futureDate: string;
2511
2515
  minLength: string;
2512
2516
  maxLength: string;
2513
2517
  emailFormat: string;
@@ -74,6 +74,8 @@
74
74
  "numericRange": "Enter a value between {min} and {max}",
75
75
  "numericRangeExclusiveMin": "Enter a value greater than {min} and up to {max}",
76
76
  "alphanumericOnly": "Use letters and numbers only",
77
+ "minAge": "The person must be at least {min} years old",
78
+ "futureDate": "The date cannot be in the future",
77
79
  "minLength": "Must be at least {min} characters",
78
80
  "maxLength": "Cannot exceed {max} characters",
79
81
  "emailFormat": "Enter a valid email (e.g. name@company.com)",
@@ -74,6 +74,8 @@
74
74
  "numericRange": "Ingresa un valor entre {min} y {max}",
75
75
  "numericRangeExclusiveMin": "Ingresa un valor mayor a {min} y hasta {max}",
76
76
  "alphanumericOnly": "Usa solo letras y números",
77
+ "minAge": "La persona debe tener al menos {min} años",
78
+ "futureDate": "La fecha no puede ser futura",
77
79
  "minLength": "Debe tener al menos {min} caracteres",
78
80
  "maxLength": "No puede tener más de {max} caracteres",
79
81
  "emailFormat": "Ingresa un correo válido (ej. nombre@empresa.com)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/library-onboarding-core",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Shared configurations and resources for onboarding MFEs",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",