@trackunit/react-form-components 1.27.2 → 1.27.3
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/package.json +2 -2
- package/translation.cjs14.js +3 -3
- package/translation.esm14.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-form-components",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.3",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"migrations": "./migrations.json",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"zod": "^3.25.76",
|
|
17
17
|
"tailwind-merge": "^2.0.0",
|
|
18
18
|
"@trackunit/css-class-variance-utilities": "1.13.6",
|
|
19
|
-
"@trackunit/react-components": "1.26.
|
|
19
|
+
"@trackunit/react-components": "1.26.2",
|
|
20
20
|
"@trackunit/ui-icons": "1.13.6",
|
|
21
21
|
"@trackunit/shared-utils": "1.15.6",
|
|
22
22
|
"@trackunit/ui-design-tokens": "1.13.6",
|
package/translation.cjs14.js
CHANGED
|
@@ -22,8 +22,8 @@ var translation = {
|
|
|
22
22
|
"numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
|
|
23
23
|
"numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
|
|
24
24
|
"numberField.error.REQUIRED": "This field is required",
|
|
25
|
-
"passwordField.tooltip.hide": "
|
|
26
|
-
"passwordField.tooltip.show": "
|
|
25
|
+
"passwordField.tooltip.hide": "Ocultar contraseña",
|
|
26
|
+
"passwordField.tooltip.show": "Mostrar contraseña",
|
|
27
27
|
"phoneField.error.INVALID_COUNTRY": "El código de país no es válido",
|
|
28
28
|
"phoneField.error.INVALID_LENGTH": "El número de teléfono no es válido",
|
|
29
29
|
"phoneField.error.INVALID_NUMBER": "El número de teléfono no es válido",
|
|
@@ -43,7 +43,7 @@ var translation = {
|
|
|
43
43
|
"select.noOptionsMessage": "No options found",
|
|
44
44
|
"urlField.error.INVALID_URL": "Please enter a valid URL",
|
|
45
45
|
"urlField.error.REQUIRED": "The URL is required",
|
|
46
|
-
"urlField.url.label": "
|
|
46
|
+
"urlField.url.label": "Dirección web"
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
exports.default = translation;
|
package/translation.esm14.js
CHANGED
|
@@ -20,8 +20,8 @@ var translation = {
|
|
|
20
20
|
"numberField.error.LESS_THAN": "Value must be less than or equal to {{max}}",
|
|
21
21
|
"numberField.error.NOT_IN_BETWEEN": "Must be between {{min}} and {{max}}",
|
|
22
22
|
"numberField.error.REQUIRED": "This field is required",
|
|
23
|
-
"passwordField.tooltip.hide": "
|
|
24
|
-
"passwordField.tooltip.show": "
|
|
23
|
+
"passwordField.tooltip.hide": "Ocultar contraseña",
|
|
24
|
+
"passwordField.tooltip.show": "Mostrar contraseña",
|
|
25
25
|
"phoneField.error.INVALID_COUNTRY": "El código de país no es válido",
|
|
26
26
|
"phoneField.error.INVALID_LENGTH": "El número de teléfono no es válido",
|
|
27
27
|
"phoneField.error.INVALID_NUMBER": "El número de teléfono no es válido",
|
|
@@ -41,7 +41,7 @@ var translation = {
|
|
|
41
41
|
"select.noOptionsMessage": "No options found",
|
|
42
42
|
"urlField.error.INVALID_URL": "Please enter a valid URL",
|
|
43
43
|
"urlField.error.REQUIRED": "The URL is required",
|
|
44
|
-
"urlField.url.label": "
|
|
44
|
+
"urlField.url.label": "Dirección web"
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
export { translation as default };
|