@snack-uikit/locale 0.5.0 → 0.6.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.6.0 (2024-02-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * **FF-4324:** add translations Chips allLabel ([d2c296e](https://github.com/cloud-ru-tech/snack-uikit/commit/d2c296e0bdcc677ea50b11ed920720ab27d83760))
12
+
13
+
14
+
15
+
16
+
6
17
  # 0.5.0 (2024-02-23)
7
18
 
8
19
 
@@ -28,6 +28,7 @@ export declare const en_GB: {
28
28
  };
29
29
  Chips: {
30
30
  clearAllButton: string;
31
+ allLabel: string;
31
32
  };
32
33
  Fields: {
33
34
  limitTooltip: {
@@ -28,6 +28,7 @@ export const en_GB = {
28
28
  },
29
29
  Chips: {
30
30
  clearAllButton: 'Clear all',
31
+ allLabel: 'All',
31
32
  },
32
33
  Fields: {
33
34
  limitTooltip: {
@@ -29,6 +29,7 @@ export declare const LOCALES: {
29
29
  };
30
30
  Chips: {
31
31
  clearAllButton: string;
32
+ allLabel: string;
32
33
  };
33
34
  Fields: {
34
35
  limitTooltip: {
@@ -67,6 +68,7 @@ export declare const LOCALES: {
67
68
  };
68
69
  Chips: {
69
70
  clearAllButton: string;
71
+ allLabel: string;
70
72
  };
71
73
  Fields: {
72
74
  limitTooltip: {
@@ -17,6 +17,7 @@ export const ru_RU = {
17
17
  },
18
18
  Chips: {
19
19
  clearAllButton: 'Удалить все',
20
+ allLabel: 'Все',
20
21
  },
21
22
  List: {
22
23
  noData: {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Locale",
7
- "version": "0.5.0",
7
+ "version": "0.6.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -37,5 +37,5 @@
37
37
  "devDependencies": {
38
38
  "@types/lodash.merge": "4.6.9"
39
39
  },
40
- "gitHead": "ee199e2cdca1d24db821533512263dfe06365159"
40
+ "gitHead": "eca9622fe5915bb18e60c4eb7a195ebc04f19f9c"
41
41
  }
@@ -28,6 +28,7 @@ export const en_GB = {
28
28
  },
29
29
  Chips: {
30
30
  clearAllButton: 'Clear all',
31
+ allLabel: 'All',
31
32
  },
32
33
  Fields: {
33
34
  limitTooltip: {
@@ -19,6 +19,7 @@ export const ru_RU: typeof en_GB = {
19
19
  },
20
20
  Chips: {
21
21
  clearAllButton: 'Удалить все',
22
+ allLabel: 'Все',
22
23
  },
23
24
  List: {
24
25
  noData: {