@hortiview/shared-components 2.19.1 → 2.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
@@ -1,3 +1,9 @@
1
+ ## [2.20.0](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v2.19.1...v2.20.0) (2026-03-24)
2
+
3
+ ### Features
4
+
5
+ * add new country keys for Netherlands and Canada in AVAILABLE_COUNTRY_KEYS ([2fdd83d](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/2fdd83dd30c4e72f54b8a3401f98a9ab0ed55ec9))
6
+
1
7
  ## [2.19.1](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v2.19.0...v2.19.1) (2026-03-24)
2
8
 
3
9
  ### Code Refactoring
@@ -92,5 +92,7 @@ export declare const LANGUAGE_CODES_MAPPER: Record<AVAILABLE_LANGUAGE_CODES, LAN
92
92
  * - Spain (esp)
93
93
  * - Mexico (mex)
94
94
  * - Turkey (tur)
95
+ * - Netherlands (nld)
96
+ * - Canada (can)
95
97
  */
96
98
  export declare const AVAILABLE_COUNTRY_KEYS: string[];
@@ -7,17 +7,17 @@ const A = "bb8077e3-ad50-4c1d-8b17-b768b1c9f041", e = "bb8077e3-ad50-4c1d-8b17-b
7
7
  "es",
8
8
  "tr"
9
9
  // 'de' currently not supported
10
- ], t = {
10
+ ], n = {
11
11
  en: "en-US",
12
12
  es: "es-MX",
13
13
  tr: "tr-TR"
14
- }, G = ["esp", "mex", "tur"];
14
+ }, t = ["esp", "mex", "tur", "nld", "can"];
15
15
  export {
16
- G as AVAILABLE_COUNTRY_KEYS,
16
+ t as AVAILABLE_COUNTRY_KEYS,
17
17
  _ as AVAILABLE_LOCALES,
18
18
  A as ENGLISH_LANGUAGE_ID,
19
19
  e as GERMAN_LANGUAGE_ID,
20
- t as LANGUAGE_CODES_MAPPER,
20
+ n as LANGUAGE_CODES_MAPPER,
21
21
  E as LANGUAGE_ID_MAPPER,
22
22
  b as SPANISH_LANGUAGE_ID,
23
23
  c as TURKISH_LANGUAGE_ID
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "2.19.1",
4
+ "version": "2.20.0",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",