@dhis2/ui-forms 8.13.0 → 8.13.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "يجب أن تحتوي كلمة المرور على حرف كبير واحد على الأقل",
20
20
  "Password should contain at least one number": "يجب أن تحتوي كلمة المرور على رقم واحد على الأقل",
21
21
  "Password should have at least one special character": "يجب أن تحتوي كلمة المرور على رمز واحد على الأقل",
22
- "Please provide a username between 4 and 255 characters": "يرجى تزويد اسم مستخدم يتراوح بين 4 و 255 حرفًا",
23
22
  "Please provide a valid email address": "يرجى ادخال صيغة بريد الكتروني سليمة",
24
23
  "Please provide a value": "يرجى إدخال قيمة",
25
24
  "Please provide a round number without decimals": "",
26
25
  "Please provide a valid international phone number.": "يرجى تزويد رقم هاتف دولي صالح.",
27
26
  "Please provide a number": "الرجاء تزويد رقم",
28
27
  "Please provide a string": "يرجى تزويد سلسلة نصية",
29
- "Please provide a valid url": "يرجى ادخال صيغة ارتباط url سليمة"
28
+ "Please provide a valid url": "يرجى ادخال صيغة ارتباط url سليمة",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "Heslo by mělo obsahovat alespoň jedno VELKÉ písmeno",
20
20
  "Password should contain at least one number": "Heslo by mělo obsahovat alespoň jedno číslo",
21
21
  "Password should have at least one special character": "Heslo by mělo mít alespoň jeden speciální znak",
22
- "Please provide a username between 4 and 255 characters": "Zadejte uživatelské jméno o délce 4 až 255 znaků",
23
22
  "Please provide a valid email address": "Uveďte platnou e-mailovou adresu",
24
23
  "Please provide a value": "Zadejte prosím hodnotu",
25
24
  "Please provide a round number without decimals": "Uveďte prosím zaokrouhlené číslo bez desetinných míst",
26
25
  "Please provide a valid international phone number.": "Zadejte platné mezinárodní telefonní číslo.",
27
26
  "Please provide a number": "Uveďte prosím číslo",
28
27
  "Please provide a string": "Zadejte řetězec",
29
- "Please provide a valid url": "Uveďte platnou adresu URL"
28
+ "Please provide a valid url": "Uveďte platnou adresu URL",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -0,0 +1,30 @@
1
+ {
2
+ "Upload file": "",
3
+ "Upload files": "",
4
+ "Remove": "",
5
+ "Please provide an alpha-numeric value": "",
6
+ "Please provide a boolean value": "",
7
+ "Please enter between {{lowerBound}} and {{upperBound}} characters": "",
8
+ "Please make sure the value of this input matches the value in \"{{otherField}}\".": "",
9
+ "Please enter a maximum of {{upperBound}} characters": "",
10
+ "Please enter a number with a maximum of {{upperBound}}": "",
11
+ "Please enter at least {{lowerBound}} characters": "",
12
+ "Please enter a number of at least {{lowerBound}}": "",
13
+ "Number cannot be less than {{lowerBound}} or more than {{upperBound}}": "",
14
+ "Please make sure the value of this input matches the pattern {{patternString}}.": "",
15
+ "Password should be a string": "",
16
+ "Password should be at least 8 characters long": "",
17
+ "Password should be no longer than 34 characters": "",
18
+ "Password should contain at least one lowercase letter": "",
19
+ "Password should contain at least one UPPERCASE letter": "",
20
+ "Password should contain at least one number": "",
21
+ "Password should have at least one special character": "",
22
+ "Please provide a valid email address": "Por favor ingrese una dirección de correo electrónico válida",
23
+ "Please provide a value": "",
24
+ "Please provide a round number without decimals": "",
25
+ "Please provide a valid international phone number.": "",
26
+ "Please provide a number": "",
27
+ "Please provide a string": "",
28
+ "Please provide a valid url": "Proporcione una URL válida",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
+ }
@@ -21,53 +21,55 @@ var _translations6 = _interopRequireDefault(require("./en/translations.json"));
21
21
 
22
22
  var _translations7 = _interopRequireDefault(require("./es/translations.json"));
23
23
 
24
- var _translations8 = _interopRequireDefault(require("./fr/translations.json"));
24
+ var _translations8 = _interopRequireDefault(require("./es_419/translations.json"));
25
25
 
26
- var _translations9 = _interopRequireDefault(require("./id/translations.json"));
26
+ var _translations9 = _interopRequireDefault(require("./fr/translations.json"));
27
27
 
28
- var _translations10 = _interopRequireDefault(require("./km/translations.json"));
28
+ var _translations10 = _interopRequireDefault(require("./id/translations.json"));
29
29
 
30
- var _translations11 = _interopRequireDefault(require("./ko_KR/translations.json"));
30
+ var _translations11 = _interopRequireDefault(require("./km/translations.json"));
31
31
 
32
- var _translations12 = _interopRequireDefault(require("./lo/translations.json"));
32
+ var _translations12 = _interopRequireDefault(require("./ko_KR/translations.json"));
33
33
 
34
- var _translations13 = _interopRequireDefault(require("./my/translations.json"));
34
+ var _translations13 = _interopRequireDefault(require("./lo/translations.json"));
35
35
 
36
- var _translations14 = _interopRequireDefault(require("./nb/translations.json"));
36
+ var _translations14 = _interopRequireDefault(require("./my/translations.json"));
37
37
 
38
- var _translations15 = _interopRequireDefault(require("./nl/translations.json"));
38
+ var _translations15 = _interopRequireDefault(require("./nb/translations.json"));
39
39
 
40
- var _translations16 = _interopRequireDefault(require("./prs/translations.json"));
40
+ var _translations16 = _interopRequireDefault(require("./nl/translations.json"));
41
41
 
42
- var _translations17 = _interopRequireDefault(require("./ps/translations.json"));
42
+ var _translations17 = _interopRequireDefault(require("./prs/translations.json"));
43
43
 
44
- var _translations18 = _interopRequireDefault(require("./pt/translations.json"));
44
+ var _translations18 = _interopRequireDefault(require("./ps/translations.json"));
45
45
 
46
- var _translations19 = _interopRequireDefault(require("./pt_BR/translations.json"));
46
+ var _translations19 = _interopRequireDefault(require("./pt/translations.json"));
47
47
 
48
- var _translations20 = _interopRequireDefault(require("./ro/translations.json"));
48
+ var _translations20 = _interopRequireDefault(require("./pt_BR/translations.json"));
49
49
 
50
- var _translations21 = _interopRequireDefault(require("./ru/translations.json"));
50
+ var _translations21 = _interopRequireDefault(require("./ro/translations.json"));
51
51
 
52
- var _translations22 = _interopRequireDefault(require("./sv/translations.json"));
52
+ var _translations22 = _interopRequireDefault(require("./ru/translations.json"));
53
53
 
54
- var _translations23 = _interopRequireDefault(require("./tet/translations.json"));
54
+ var _translations23 = _interopRequireDefault(require("./sv/translations.json"));
55
55
 
56
- var _translations24 = _interopRequireDefault(require("./tg/translations.json"));
56
+ var _translations24 = _interopRequireDefault(require("./tet/translations.json"));
57
57
 
58
- var _translations25 = _interopRequireDefault(require("./uk/translations.json"));
58
+ var _translations25 = _interopRequireDefault(require("./tg/translations.json"));
59
59
 
60
- var _translations26 = _interopRequireDefault(require("./ur/translations.json"));
60
+ var _translations26 = _interopRequireDefault(require("./uk/translations.json"));
61
61
 
62
- var _translations27 = _interopRequireDefault(require("./uz/translations.json"));
62
+ var _translations27 = _interopRequireDefault(require("./ur/translations.json"));
63
63
 
64
- var _translations28 = _interopRequireDefault(require("./uz_Latn/translations.json"));
64
+ var _translations28 = _interopRequireDefault(require("./uz/translations.json"));
65
65
 
66
- var _translations29 = _interopRequireDefault(require("./vi/translations.json"));
66
+ var _translations29 = _interopRequireDefault(require("./uz_Latn/translations.json"));
67
67
 
68
- var _translations30 = _interopRequireDefault(require("./zh/translations.json"));
68
+ var _translations30 = _interopRequireDefault(require("./vi/translations.json"));
69
69
 
70
- var _translations31 = _interopRequireDefault(require("./zh_CN/translations.json"));
70
+ var _translations31 = _interopRequireDefault(require("./zh/translations.json"));
71
+
72
+ var _translations32 = _interopRequireDefault(require("./zh_CN/translations.json"));
71
73
 
72
74
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
73
75
 
@@ -95,53 +97,55 @@ _d2I18n.default.addResources('en', namespace, _translations6.default);
95
97
 
96
98
  _d2I18n.default.addResources('es', namespace, _translations7.default);
97
99
 
98
- _d2I18n.default.addResources('fr', namespace, _translations8.default);
100
+ _d2I18n.default.addResources('es_419', namespace, _translations8.default);
101
+
102
+ _d2I18n.default.addResources('fr', namespace, _translations9.default);
99
103
 
100
- _d2I18n.default.addResources('id', namespace, _translations9.default);
104
+ _d2I18n.default.addResources('id', namespace, _translations10.default);
101
105
 
102
- _d2I18n.default.addResources('km', namespace, _translations10.default);
106
+ _d2I18n.default.addResources('km', namespace, _translations11.default);
103
107
 
104
- _d2I18n.default.addResources('ko_KR', namespace, _translations11.default);
108
+ _d2I18n.default.addResources('ko_KR', namespace, _translations12.default);
105
109
 
106
- _d2I18n.default.addResources('lo', namespace, _translations12.default);
110
+ _d2I18n.default.addResources('lo', namespace, _translations13.default);
107
111
 
108
- _d2I18n.default.addResources('my', namespace, _translations13.default);
112
+ _d2I18n.default.addResources('my', namespace, _translations14.default);
109
113
 
110
- _d2I18n.default.addResources('nb', namespace, _translations14.default);
114
+ _d2I18n.default.addResources('nb', namespace, _translations15.default);
111
115
 
112
- _d2I18n.default.addResources('nl', namespace, _translations15.default);
116
+ _d2I18n.default.addResources('nl', namespace, _translations16.default);
113
117
 
114
- _d2I18n.default.addResources('prs', namespace, _translations16.default);
118
+ _d2I18n.default.addResources('prs', namespace, _translations17.default);
115
119
 
116
- _d2I18n.default.addResources('ps', namespace, _translations17.default);
120
+ _d2I18n.default.addResources('ps', namespace, _translations18.default);
117
121
 
118
- _d2I18n.default.addResources('pt', namespace, _translations18.default);
122
+ _d2I18n.default.addResources('pt', namespace, _translations19.default);
119
123
 
120
- _d2I18n.default.addResources('pt_BR', namespace, _translations19.default);
124
+ _d2I18n.default.addResources('pt_BR', namespace, _translations20.default);
121
125
 
122
- _d2I18n.default.addResources('ro', namespace, _translations20.default);
126
+ _d2I18n.default.addResources('ro', namespace, _translations21.default);
123
127
 
124
- _d2I18n.default.addResources('ru', namespace, _translations21.default);
128
+ _d2I18n.default.addResources('ru', namespace, _translations22.default);
125
129
 
126
- _d2I18n.default.addResources('sv', namespace, _translations22.default);
130
+ _d2I18n.default.addResources('sv', namespace, _translations23.default);
127
131
 
128
- _d2I18n.default.addResources('tet', namespace, _translations23.default);
132
+ _d2I18n.default.addResources('tet', namespace, _translations24.default);
129
133
 
130
- _d2I18n.default.addResources('tg', namespace, _translations24.default);
134
+ _d2I18n.default.addResources('tg', namespace, _translations25.default);
131
135
 
132
- _d2I18n.default.addResources('uk', namespace, _translations25.default);
136
+ _d2I18n.default.addResources('uk', namespace, _translations26.default);
133
137
 
134
- _d2I18n.default.addResources('ur', namespace, _translations26.default);
138
+ _d2I18n.default.addResources('ur', namespace, _translations27.default);
135
139
 
136
- _d2I18n.default.addResources('uz', namespace, _translations27.default);
140
+ _d2I18n.default.addResources('uz', namespace, _translations28.default);
137
141
 
138
- _d2I18n.default.addResources('uz_Latn', namespace, _translations28.default);
142
+ _d2I18n.default.addResources('uz_Latn', namespace, _translations29.default);
139
143
 
140
- _d2I18n.default.addResources('vi', namespace, _translations29.default);
144
+ _d2I18n.default.addResources('vi', namespace, _translations30.default);
141
145
 
142
- _d2I18n.default.addResources('zh', namespace, _translations30.default);
146
+ _d2I18n.default.addResources('zh', namespace, _translations31.default);
143
147
 
144
- _d2I18n.default.addResources('zh_CN', namespace, _translations31.default);
148
+ _d2I18n.default.addResources('zh_CN', namespace, _translations32.default);
145
149
 
146
150
  var _default = _d2I18n.default;
147
151
  exports.default = _default;
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "Пароль має містити принаймні одну ВЕЛИКУ літеру",
20
20
  "Password should contain at least one number": "Пароль має містити принаймні одну цифру",
21
21
  "Password should have at least one special character": "Пароль має містити принаймні один спеціальний символ",
22
- "Please provide a username between 4 and 255 characters": "Вкажіть ім'я користувача від 4 до 255 символів",
23
22
  "Please provide a valid email address": "Вкажіть дійсну адресу електронної пошти",
24
23
  "Please provide a value": "Вкажіть значення",
25
24
  "Please provide a round number without decimals": "Вкажіть ціле число без десяткових знаків",
26
25
  "Please provide a valid international phone number.": "Вкажіть дійсний міжнародний номер телефону.",
27
26
  "Please provide a number": "Вкажіть число",
28
27
  "Please provide a string": "Вкажіть рядок",
29
- "Please provide a valid url": "Вкажіть дійсну URL-адресу"
28
+ "Please provide a valid url": "Вкажіть дійсну URL-адресу",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "口令至少包括一个大写字母",
20
20
  "Password should contain at least one number": "口令至少包括应该数字",
21
21
  "Password should have at least one special character": "口令至少包括一个特殊字符",
22
- "Please provide a username between 4 and 255 characters": "请提供 4 到 255 个字符之间的用户名",
23
22
  "Please provide a valid email address": "有效的邮箱",
24
23
  "Please provide a value": "请提供值",
25
24
  "Please provide a round number without decimals": "请提供一个没有小数的整数",
26
25
  "Please provide a valid international phone number.": "请提供有效的国际电话号码。",
27
26
  "Please provide a number": "请提供号码",
28
27
  "Please provide a string": "请提供字符串",
29
- "Please provide a valid url": "有效的URL"
28
+ "Please provide a valid url": "有效的URL",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "يجب أن تحتوي كلمة المرور على حرف كبير واحد على الأقل",
20
20
  "Password should contain at least one number": "يجب أن تحتوي كلمة المرور على رقم واحد على الأقل",
21
21
  "Password should have at least one special character": "يجب أن تحتوي كلمة المرور على رمز واحد على الأقل",
22
- "Please provide a username between 4 and 255 characters": "يرجى تزويد اسم مستخدم يتراوح بين 4 و 255 حرفًا",
23
22
  "Please provide a valid email address": "يرجى ادخال صيغة بريد الكتروني سليمة",
24
23
  "Please provide a value": "يرجى إدخال قيمة",
25
24
  "Please provide a round number without decimals": "",
26
25
  "Please provide a valid international phone number.": "يرجى تزويد رقم هاتف دولي صالح.",
27
26
  "Please provide a number": "الرجاء تزويد رقم",
28
27
  "Please provide a string": "يرجى تزويد سلسلة نصية",
29
- "Please provide a valid url": "يرجى ادخال صيغة ارتباط url سليمة"
28
+ "Please provide a valid url": "يرجى ادخال صيغة ارتباط url سليمة",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "Heslo by mělo obsahovat alespoň jedno VELKÉ písmeno",
20
20
  "Password should contain at least one number": "Heslo by mělo obsahovat alespoň jedno číslo",
21
21
  "Password should have at least one special character": "Heslo by mělo mít alespoň jeden speciální znak",
22
- "Please provide a username between 4 and 255 characters": "Zadejte uživatelské jméno o délce 4 až 255 znaků",
23
22
  "Please provide a valid email address": "Uveďte platnou e-mailovou adresu",
24
23
  "Please provide a value": "Zadejte prosím hodnotu",
25
24
  "Please provide a round number without decimals": "Uveďte prosím zaokrouhlené číslo bez desetinných míst",
26
25
  "Please provide a valid international phone number.": "Zadejte platné mezinárodní telefonní číslo.",
27
26
  "Please provide a number": "Uveďte prosím číslo",
28
27
  "Please provide a string": "Zadejte řetězec",
29
- "Please provide a valid url": "Uveďte platnou adresu URL"
28
+ "Please provide a valid url": "Uveďte platnou adresu URL",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -0,0 +1,30 @@
1
+ {
2
+ "Upload file": "",
3
+ "Upload files": "",
4
+ "Remove": "",
5
+ "Please provide an alpha-numeric value": "",
6
+ "Please provide a boolean value": "",
7
+ "Please enter between {{lowerBound}} and {{upperBound}} characters": "",
8
+ "Please make sure the value of this input matches the value in \"{{otherField}}\".": "",
9
+ "Please enter a maximum of {{upperBound}} characters": "",
10
+ "Please enter a number with a maximum of {{upperBound}}": "",
11
+ "Please enter at least {{lowerBound}} characters": "",
12
+ "Please enter a number of at least {{lowerBound}}": "",
13
+ "Number cannot be less than {{lowerBound}} or more than {{upperBound}}": "",
14
+ "Please make sure the value of this input matches the pattern {{patternString}}.": "",
15
+ "Password should be a string": "",
16
+ "Password should be at least 8 characters long": "",
17
+ "Password should be no longer than 34 characters": "",
18
+ "Password should contain at least one lowercase letter": "",
19
+ "Password should contain at least one UPPERCASE letter": "",
20
+ "Password should contain at least one number": "",
21
+ "Password should have at least one special character": "",
22
+ "Please provide a valid email address": "Por favor ingrese una dirección de correo electrónico válida",
23
+ "Please provide a value": "",
24
+ "Please provide a round number without decimals": "",
25
+ "Please provide a valid international phone number.": "",
26
+ "Please provide a number": "",
27
+ "Please provide a string": "",
28
+ "Please provide a valid url": "Proporcione una URL válida",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
+ }
@@ -14,6 +14,7 @@ import csTranslations from './cs/translations.json';
14
14
  import daTranslations from './da/translations.json';
15
15
  import enTranslations from './en/translations.json';
16
16
  import esTranslations from './es/translations.json';
17
+ import es_419Translations from './es_419/translations.json';
17
18
  import frTranslations from './fr/translations.json';
18
19
  import idTranslations from './id/translations.json';
19
20
  import kmTranslations from './km/translations.json';
@@ -46,6 +47,7 @@ i18n.addResources('cs', namespace, csTranslations);
46
47
  i18n.addResources('da', namespace, daTranslations);
47
48
  i18n.addResources('en', namespace, enTranslations);
48
49
  i18n.addResources('es', namespace, esTranslations);
50
+ i18n.addResources('es_419', namespace, es_419Translations);
49
51
  i18n.addResources('fr', namespace, frTranslations);
50
52
  i18n.addResources('id', namespace, idTranslations);
51
53
  i18n.addResources('km', namespace, kmTranslations);
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "Пароль має містити принаймні одну ВЕЛИКУ літеру",
20
20
  "Password should contain at least one number": "Пароль має містити принаймні одну цифру",
21
21
  "Password should have at least one special character": "Пароль має містити принаймні один спеціальний символ",
22
- "Please provide a username between 4 and 255 characters": "Вкажіть ім'я користувача від 4 до 255 символів",
23
22
  "Please provide a valid email address": "Вкажіть дійсну адресу електронної пошти",
24
23
  "Please provide a value": "Вкажіть значення",
25
24
  "Please provide a round number without decimals": "Вкажіть ціле число без десяткових знаків",
26
25
  "Please provide a valid international phone number.": "Вкажіть дійсний міжнародний номер телефону.",
27
26
  "Please provide a number": "Вкажіть число",
28
27
  "Please provide a string": "Вкажіть рядок",
29
- "Please provide a valid url": "Вкажіть дійсну URL-адресу"
28
+ "Please provide a valid url": "Вкажіть дійсну URL-адресу",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "口令至少包括一个大写字母",
20
20
  "Password should contain at least one number": "口令至少包括应该数字",
21
21
  "Password should have at least one special character": "口令至少包括一个特殊字符",
22
- "Please provide a username between 4 and 255 characters": "请提供 4 到 255 个字符之间的用户名",
23
22
  "Please provide a valid email address": "有效的邮箱",
24
23
  "Please provide a value": "请提供值",
25
24
  "Please provide a round number without decimals": "请提供一个没有小数的整数",
26
25
  "Please provide a valid international phone number.": "请提供有效的国际电话号码。",
27
26
  "Please provide a number": "请提供号码",
28
27
  "Please provide a string": "请提供字符串",
29
- "Please provide a valid url": "有效的URL"
28
+ "Please provide a valid url": "有效的URL",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-forms",
3
- "version": "8.13.0",
3
+ "version": "8.13.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "sideEffects": [
@@ -34,15 +34,15 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@dhis2/prop-types": "^3.1.2",
37
- "@dhis2-ui/button": "8.13.0",
38
- "@dhis2-ui/checkbox": "8.13.0",
39
- "@dhis2-ui/field": "8.13.0",
40
- "@dhis2-ui/file-input": "8.13.0",
41
- "@dhis2-ui/input": "8.13.0",
42
- "@dhis2-ui/radio": "8.13.0",
43
- "@dhis2-ui/select": "8.13.0",
44
- "@dhis2-ui/switch": "8.13.0",
45
- "@dhis2-ui/text-area": "8.13.0",
37
+ "@dhis2-ui/button": "8.13.1",
38
+ "@dhis2-ui/checkbox": "8.13.1",
39
+ "@dhis2-ui/field": "8.13.1",
40
+ "@dhis2-ui/file-input": "8.13.1",
41
+ "@dhis2-ui/input": "8.13.1",
42
+ "@dhis2-ui/radio": "8.13.1",
43
+ "@dhis2-ui/select": "8.13.1",
44
+ "@dhis2-ui/switch": "8.13.1",
45
+ "@dhis2-ui/text-area": "8.13.1",
46
46
  "classnames": "^2.3.1",
47
47
  "final-form": "^4.20.2",
48
48
  "prop-types": "^15.7.2",