@snack-uikit/locale 0.6.0 → 0.6.1-preview-0a44b2fc.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.
@@ -36,4 +36,7 @@ export declare const en_GB: {
36
36
  min: string;
37
37
  };
38
38
  };
39
+ SearchPrivate: {
40
+ placeholder: string;
41
+ };
39
42
  };
@@ -36,4 +36,7 @@ export const en_GB = {
36
36
  min: 'Value should be greater or equal ',
37
37
  },
38
38
  },
39
+ SearchPrivate: {
40
+ placeholder: 'Search',
41
+ },
39
42
  };
@@ -37,6 +37,9 @@ export declare const LOCALES: {
37
37
  min: string;
38
38
  };
39
39
  };
40
+ SearchPrivate: {
41
+ placeholder: string;
42
+ };
40
43
  };
41
44
  readonly ru_RU: {
42
45
  Table: {
@@ -76,5 +79,8 @@ export declare const LOCALES: {
76
79
  min: string;
77
80
  };
78
81
  };
82
+ SearchPrivate: {
83
+ placeholder: string;
84
+ };
79
85
  };
80
86
  };
@@ -36,4 +36,7 @@ export const ru_RU = {
36
36
  min: 'Значение должно быть больше либо равно ',
37
37
  },
38
38
  },
39
+ SearchPrivate: {
40
+ placeholder: 'Поиск',
41
+ },
39
42
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Locale",
7
- "version": "0.6.0",
7
+ "version": "0.6.1-preview-0a44b2fc.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": "eca9622fe5915bb18e60c4eb7a195ebc04f19f9c"
40
+ "gitHead": "318167bcb09619d0d40263ec844b38b1014838f4"
41
41
  }
@@ -36,4 +36,7 @@ export const en_GB = {
36
36
  min: 'Value should be greater or equal ',
37
37
  },
38
38
  },
39
+ SearchPrivate: {
40
+ placeholder: 'Search',
41
+ },
39
42
  };
@@ -38,4 +38,7 @@ export const ru_RU: typeof en_GB = {
38
38
  min: 'Значение должно быть больше либо равно ',
39
39
  },
40
40
  },
41
+ SearchPrivate: {
42
+ placeholder: 'Поиск',
43
+ },
41
44
  };