@cloud-ru/uikit-product-locale 0.24.0 → 0.25.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.25.0 (2026-01-20)
7
+
8
+
9
+ ### Features
10
+
11
+ * **AINFR-4337:** alert for secure password field ([b44c4dc](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b44c4dc95160f4758070c33380581a1103c530a5))
12
+
13
+
14
+
15
+
16
+
6
17
  # 0.24.0 (2025-12-17)
7
18
 
8
19
 
@@ -216,6 +216,10 @@ export declare const en_GB: {
216
216
  hasSymbol: string;
217
217
  noSpaces: string;
218
218
  };
219
+ alert: {
220
+ text: string;
221
+ button: string;
222
+ };
219
223
  error: string;
220
224
  };
221
225
  hint: {
@@ -218,6 +218,10 @@ exports.en_GB = {
218
218
  hasSymbol: 'Minimum 1 special character: !, @, #, % etc.',
219
219
  noSpaces: 'No spaces',
220
220
  },
221
+ alert: {
222
+ text: 'You have switched to password entry mode',
223
+ button: 'Cancel',
224
+ },
221
225
  error: 'Password does not meet the requirements',
222
226
  },
223
227
  hint: {
@@ -218,6 +218,10 @@ exports.ru_RU = {
218
218
  hasSymbol: 'Минимум 1 спецсимвол: !, @, #, % и т.д.',
219
219
  noSpaces: 'Без пробелов',
220
220
  },
221
+ alert: {
222
+ text: 'Вы перешли в режим ввода пароля',
223
+ button: 'Отменить',
224
+ },
221
225
  error: 'Пароль не соответствует требованиям',
222
226
  },
223
227
  hint: {
@@ -216,6 +216,10 @@ export declare const en_GB: {
216
216
  hasSymbol: string;
217
217
  noSpaces: string;
218
218
  };
219
+ alert: {
220
+ text: string;
221
+ button: string;
222
+ };
219
223
  error: string;
220
224
  };
221
225
  hint: {
@@ -215,6 +215,10 @@ export const en_GB = {
215
215
  hasSymbol: 'Minimum 1 special character: !, @, #, % etc.',
216
216
  noSpaces: 'No spaces',
217
217
  },
218
+ alert: {
219
+ text: 'You have switched to password entry mode',
220
+ button: 'Cancel',
221
+ },
218
222
  error: 'Password does not meet the requirements',
219
223
  },
220
224
  hint: {
@@ -215,6 +215,10 @@ export const ru_RU = {
215
215
  hasSymbol: 'Минимум 1 спецсимвол: !, @, #, % и т.д.',
216
216
  noSpaces: 'Без пробелов',
217
217
  },
218
+ alert: {
219
+ text: 'Вы перешли в режим ввода пароля',
220
+ button: 'Отменить',
221
+ },
218
222
  error: 'Пароль не соответствует требованиям',
219
223
  },
220
224
  hint: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-locale",
3
3
  "title": "Locale",
4
- "version": "0.24.0",
4
+ "version": "0.25.0",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -47,5 +47,5 @@
47
47
  "@types/lodash.merge": "4.6.9",
48
48
  "@types/lodash.set": "4.3.9"
49
49
  },
50
- "gitHead": "77987340e4904dec7ce4ba5ae8da7e3e8a75dd1d"
50
+ "gitHead": "f0d31e819998afe109833b200e61860543bcf54b"
51
51
  }
@@ -218,6 +218,10 @@ export const en_GB = {
218
218
  hasSymbol: 'Minimum 1 special character: !, @, #, % etc.',
219
219
  noSpaces: 'No spaces',
220
220
  },
221
+ alert: {
222
+ text: 'You have switched to password entry mode',
223
+ button: 'Cancel',
224
+ },
221
225
  error: 'Password does not meet the requirements',
222
226
  },
223
227
  hint: {
@@ -218,6 +218,10 @@ export const ru_RU: typeof en_GB = {
218
218
  hasSymbol: 'Минимум 1 спецсимвол: !, @, #, % и т.д.',
219
219
  noSpaces: 'Без пробелов',
220
220
  },
221
+ alert: {
222
+ text: 'Вы перешли в режим ввода пароля',
223
+ button: 'Отменить',
224
+ },
221
225
  error: 'Пароль не соответствует требованиям',
222
226
  },
223
227
  hint: {