@cloud-ru/uikit-product-locale 0.19.0 → 0.20.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,28 @@
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.20.0 (2025-11-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **PDS-2935:** add new locales ([52ff081](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/52ff081c8a887c558da4c5a0ac3fca6b6626f973))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.19.1 (2025-11-19)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **FF-7605:** up snack locale dependency ([392b023](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/392b023b5ed165ee66a0478114c768dc33f72931))
23
+
24
+
25
+
26
+
27
+
6
28
  # 0.19.0 (2025-11-13)
7
29
 
8
30
 
@@ -328,6 +328,12 @@ export declare const en_GB: {
328
328
  closeSearch: string;
329
329
  openSearch: string;
330
330
  };
331
+ TreeNavigation: {
332
+ collapseAll: string;
333
+ expandAll: string;
334
+ openMenu: string;
335
+ closeMenu: string;
336
+ };
331
337
  };
332
338
  PriceSummary: {
333
339
  total: string;
@@ -334,6 +334,12 @@ exports.en_GB = {
334
334
  closeSearch: 'Close search',
335
335
  openSearch: 'Open search',
336
336
  },
337
+ TreeNavigation: {
338
+ collapseAll: 'Collapse all',
339
+ expandAll: 'Expand all',
340
+ openMenu: 'Open menu',
341
+ closeMenu: 'Close menu',
342
+ },
337
343
  },
338
344
  PriceSummary: {
339
345
  total: 'Total',
@@ -334,6 +334,12 @@ exports.ru_RU = {
334
334
  closeSearch: 'Закрыть поиск',
335
335
  openSearch: 'Открыть поиск',
336
336
  },
337
+ TreeNavigation: {
338
+ collapseAll: 'Свернуть все',
339
+ expandAll: 'Развернуть все',
340
+ openMenu: 'Открыть меню',
341
+ closeMenu: 'Закрыть меню',
342
+ },
337
343
  },
338
344
  PriceSummary: {
339
345
  total: 'Итого',
@@ -328,6 +328,12 @@ export declare const en_GB: {
328
328
  closeSearch: string;
329
329
  openSearch: string;
330
330
  };
331
+ TreeNavigation: {
332
+ collapseAll: string;
333
+ expandAll: string;
334
+ openMenu: string;
335
+ closeMenu: string;
336
+ };
331
337
  };
332
338
  PriceSummary: {
333
339
  total: string;
@@ -331,6 +331,12 @@ export const en_GB = {
331
331
  closeSearch: 'Close search',
332
332
  openSearch: 'Open search',
333
333
  },
334
+ TreeNavigation: {
335
+ collapseAll: 'Collapse all',
336
+ expandAll: 'Expand all',
337
+ openMenu: 'Open menu',
338
+ closeMenu: 'Close menu',
339
+ },
334
340
  },
335
341
  PriceSummary: {
336
342
  total: 'Total',
@@ -331,6 +331,12 @@ export const ru_RU = {
331
331
  closeSearch: 'Закрыть поиск',
332
332
  openSearch: 'Открыть поиск',
333
333
  },
334
+ TreeNavigation: {
335
+ collapseAll: 'Свернуть все',
336
+ expandAll: 'Развернуть все',
337
+ openMenu: 'Открыть меню',
338
+ closeMenu: 'Закрыть меню',
339
+ },
334
340
  },
335
341
  PriceSummary: {
336
342
  total: 'Итого',
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.19.0",
4
+ "version": "0.20.0",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -37,7 +37,7 @@
37
37
  "scripts": {},
38
38
  "dependencies": {
39
39
  "@cloud-ru/common-translations": "1.3.2",
40
- "@snack-uikit/locale": "0.15.2",
40
+ "@snack-uikit/locale": "0.15.3",
41
41
  "lodash.get": "4.4.2",
42
42
  "lodash.merge": "4.6.2",
43
43
  "lodash.set": "4.3.2"
@@ -47,5 +47,5 @@
47
47
  "@types/lodash.merge": "4.6.9",
48
48
  "@types/lodash.set": "4.3.9"
49
49
  },
50
- "gitHead": "871be56e967b2421b96a5a0135b509d6ff29b7b7"
50
+ "gitHead": "0c7a2375e56560d287c95b9ef47c5b424cb004d6"
51
51
  }
@@ -338,6 +338,12 @@ export const en_GB = {
338
338
  closeSearch: 'Close search',
339
339
  openSearch: 'Open search',
340
340
  },
341
+ TreeNavigation: {
342
+ collapseAll: 'Collapse all',
343
+ expandAll: 'Expand all',
344
+ openMenu: 'Open menu',
345
+ closeMenu: 'Close menu',
346
+ },
341
347
  },
342
348
  PriceSummary: {
343
349
  total: 'Total',
@@ -338,6 +338,12 @@ export const ru_RU: typeof en_GB = {
338
338
  closeSearch: 'Закрыть поиск',
339
339
  openSearch: 'Открыть поиск',
340
340
  },
341
+ TreeNavigation: {
342
+ collapseAll: 'Свернуть все',
343
+ expandAll: 'Развернуть все',
344
+ openMenu: 'Открыть меню',
345
+ closeMenu: 'Закрыть меню',
346
+ },
341
347
  },
342
348
  PriceSummary: {
343
349
  total: 'Итого',