@snack-uikit/locale 0.2.2-preview-3e9a33fa.0 → 0.2.2-preview-48e84a60.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.
@@ -17,6 +17,7 @@ export declare const en_GB: {
17
17
  };
18
18
  Chips: {
19
19
  clearAllButton: string;
20
+ all: string;
20
21
  };
21
22
  Fields: {
22
23
  limitTooltip: {
@@ -17,6 +17,7 @@ export const en_GB = {
17
17
  },
18
18
  Chips: {
19
19
  clearAllButton: 'Clear all',
20
+ all: 'All',
20
21
  },
21
22
  Fields: {
22
23
  limitTooltip: {
@@ -18,6 +18,7 @@ export declare const LOCALES: {
18
18
  };
19
19
  Chips: {
20
20
  clearAllButton: string;
21
+ all: string;
21
22
  };
22
23
  Fields: {
23
24
  limitTooltip: {
@@ -45,6 +46,7 @@ export declare const LOCALES: {
45
46
  };
46
47
  Chips: {
47
48
  clearAllButton: string;
49
+ all: string;
48
50
  };
49
51
  Fields: {
50
52
  limitTooltip: {
@@ -17,6 +17,7 @@ export declare const ru_RU: {
17
17
  };
18
18
  Chips: {
19
19
  clearAllButton: string;
20
+ all: string;
20
21
  };
21
22
  Fields: {
22
23
  limitTooltip: {
@@ -17,6 +17,7 @@ export const ru_RU = {
17
17
  },
18
18
  Chips: {
19
19
  clearAllButton: 'Удалить все',
20
+ all: 'Все',
20
21
  },
21
22
  Fields: {
22
23
  limitTooltip: {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Locale",
7
- "version": "0.2.2-preview-3e9a33fa.0",
7
+ "version": "0.2.2-preview-48e84a60.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": "9b4c7f1e424970a764d16e946ca24dd59d8fabc4"
40
+ "gitHead": "00bfac49ae3e07e459cfd291549df7763e4b0da1"
41
41
  }
@@ -17,6 +17,7 @@ export const en_GB = {
17
17
  },
18
18
  Chips: {
19
19
  clearAllButton: 'Clear all',
20
+ all: 'All',
20
21
  },
21
22
  Fields: {
22
23
  limitTooltip: {
@@ -17,6 +17,7 @@ export const ru_RU = {
17
17
  },
18
18
  Chips: {
19
19
  clearAllButton: 'Удалить все',
20
+ all: 'Все',
20
21
  },
21
22
  Fields: {
22
23
  limitTooltip: {