@trackunit/react-form-components 1.26.4 → 1.27.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "1.26.4",
3
+ "version": "1.27.1",
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.25.4",
19
+ "@trackunit/react-components": "1.26.1",
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",
@@ -14,7 +14,7 @@ var translation = {
14
14
  "dropzone.label.default": "<clickable>Przeglądaj</clickable> lub przeciągnij pliki tutaj...",
15
15
  "emailField.error.INVALID_EMAIL": "Wprowadź poprawny adres e-mail",
16
16
  "emailField.error.REQUIRED": "The email address is required",
17
- "emailField.sendEmailAction.label": "Email",
17
+ "emailField.sendEmailAction.label": "E-mail",
18
18
  "field.notEditable.tooltip": "To pole nie jest edytowalne",
19
19
  "field.required.asterisk.tooltip": "To pole jest wymagane",
20
20
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -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": "To pole jest wymagane",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Ukryj hasło",
26
+ "passwordField.tooltip.show": "Pokaż hasło",
27
27
  "phoneField.error.INVALID_COUNTRY": "Kod kraju jest nieprawidłowy",
28
28
  "phoneField.error.INVALID_LENGTH": "Numer telefonu jest nieprawidłowy",
29
29
  "phoneField.error.INVALID_NUMBER": "Numer telefonu jest nieprawidłowy",
@@ -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": "Web address"
46
+ "urlField.url.label": "Adres WWW"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -14,7 +14,7 @@ var translation = {
14
14
  "dropzone.label.default": "<clickable>Просмотрите</clickable> или перетащите файлы сюда...",
15
15
  "emailField.error.INVALID_EMAIL": "Введите действительный адрес эл. почты",
16
16
  "emailField.error.REQUIRED": "The email address is required",
17
- "emailField.sendEmailAction.label": "Email",
17
+ "emailField.sendEmailAction.label": "Эл. почта",
18
18
  "field.notEditable.tooltip": "Это поле не редактируемое",
19
19
  "field.required.asterisk.tooltip": "Это поле является обязательным",
20
20
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -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": "Это поле является обязательным",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Скрыть пароль",
26
+ "passwordField.tooltip.show": "Показать пароль",
27
27
  "phoneField.error.INVALID_COUNTRY": "Код страны недействителен",
28
28
  "phoneField.error.INVALID_LENGTH": "Номер телефона недействителен",
29
29
  "phoneField.error.INVALID_NUMBER": "Номер телефона недействителен",
@@ -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": "Web address"
46
+ "urlField.url.label": "Веб-адрес"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -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": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Skjul adgangskode",
26
+ "passwordField.tooltip.show": "Vis adgangskode",
27
27
  "phoneField.error.INVALID_COUNTRY": "Landekoden er ikke gyldig.",
28
28
  "phoneField.error.INVALID_LENGTH": "Telefonnummeret er ikke gyldigt.",
29
29
  "phoneField.error.INVALID_NUMBER": "Telefonnummeret er ikke gyldigt",
@@ -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": "Web address"
46
+ "urlField.url.label": "Webadresse"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -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": "Tämä kenttä on pakollinen",
25
- "passwordField.tooltip.hide": "Hide password",
26
- "passwordField.tooltip.show": "Show password",
25
+ "passwordField.tooltip.hide": "Piilota salasana",
26
+ "passwordField.tooltip.show": "Näytä salasana",
27
27
  "phoneField.error.INVALID_COUNTRY": "Maakoodi ei ole kelvollinen",
28
28
  "phoneField.error.INVALID_LENGTH": "Puhelinnumero ei ole kelvollinen",
29
29
  "phoneField.error.INVALID_NUMBER": "Puhelinnumero ei ole kelvollinen",
@@ -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": "Web address"
46
+ "urlField.url.label": "Internet-osoite"
47
47
  };
48
48
 
49
49
  exports.default = translation;
@@ -12,7 +12,7 @@ var translation = {
12
12
  "dropzone.label.default": "<clickable>Przeglądaj</clickable> lub przeciągnij pliki tutaj...",
13
13
  "emailField.error.INVALID_EMAIL": "Wprowadź poprawny adres e-mail",
14
14
  "emailField.error.REQUIRED": "The email address is required",
15
- "emailField.sendEmailAction.label": "Email",
15
+ "emailField.sendEmailAction.label": "E-mail",
16
16
  "field.notEditable.tooltip": "To pole nie jest edytowalne",
17
17
  "field.required.asterisk.tooltip": "To pole jest wymagane",
18
18
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -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": "To pole jest wymagane",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Ukryj hasło",
24
+ "passwordField.tooltip.show": "Pokaż hasło",
25
25
  "phoneField.error.INVALID_COUNTRY": "Kod kraju jest nieprawidłowy",
26
26
  "phoneField.error.INVALID_LENGTH": "Numer telefonu jest nieprawidłowy",
27
27
  "phoneField.error.INVALID_NUMBER": "Numer telefonu jest nieprawidłowy",
@@ -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": "Web address"
44
+ "urlField.url.label": "Adres WWW"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -12,7 +12,7 @@ var translation = {
12
12
  "dropzone.label.default": "<clickable>Просмотрите</clickable> или перетащите файлы сюда...",
13
13
  "emailField.error.INVALID_EMAIL": "Введите действительный адрес эл. почты",
14
14
  "emailField.error.REQUIRED": "The email address is required",
15
- "emailField.sendEmailAction.label": "Email",
15
+ "emailField.sendEmailAction.label": "Эл. почта",
16
16
  "field.notEditable.tooltip": "Это поле не редактируемое",
17
17
  "field.required.asterisk.tooltip": "Это поле является обязательным",
18
18
  "numberField.error.GREATER_THAN": "Value must be greater than or equal to {{min}}",
@@ -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": "Это поле является обязательным",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Скрыть пароль",
24
+ "passwordField.tooltip.show": "Показать пароль",
25
25
  "phoneField.error.INVALID_COUNTRY": "Код страны недействителен",
26
26
  "phoneField.error.INVALID_LENGTH": "Номер телефона недействителен",
27
27
  "phoneField.error.INVALID_NUMBER": "Номер телефона недействителен",
@@ -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": "Web address"
44
+ "urlField.url.label": "Веб-адрес"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -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": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Skjul adgangskode",
24
+ "passwordField.tooltip.show": "Vis adgangskode",
25
25
  "phoneField.error.INVALID_COUNTRY": "Landekoden er ikke gyldig.",
26
26
  "phoneField.error.INVALID_LENGTH": "Telefonnummeret er ikke gyldigt.",
27
27
  "phoneField.error.INVALID_NUMBER": "Telefonnummeret er ikke gyldigt",
@@ -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": "Web address"
44
+ "urlField.url.label": "Webadresse"
45
45
  };
46
46
 
47
47
  export { translation as default };
@@ -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": "Tämä kenttä on pakollinen",
23
- "passwordField.tooltip.hide": "Hide password",
24
- "passwordField.tooltip.show": "Show password",
23
+ "passwordField.tooltip.hide": "Piilota salasana",
24
+ "passwordField.tooltip.show": "Näytä salasana",
25
25
  "phoneField.error.INVALID_COUNTRY": "Maakoodi ei ole kelvollinen",
26
26
  "phoneField.error.INVALID_LENGTH": "Puhelinnumero ei ole kelvollinen",
27
27
  "phoneField.error.INVALID_NUMBER": "Puhelinnumero ei ole kelvollinen",
@@ -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": "Web address"
44
+ "urlField.url.label": "Internet-osoite"
45
45
  };
46
46
 
47
47
  export { translation as default };