@indigina/ui-kit 1.1.592 → 1.1.593

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.592",
10
+ "version": "1.1.593",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=22.0.0 <23.0.0",
13
13
  "@angular/core": ">=22.0.0 <23.0.0",
@@ -4628,11 +4628,11 @@ declare const KIT_ALL_PERMISSIONS_PATH: InjectionToken<string>;
4628
4628
  declare const KIT_USER_APPLICATIONS_PATH: InjectionToken<string>;
4629
4629
 
4630
4630
  declare enum KitLanguage {
4631
- ENGLISH = "en-GB",
4632
- FRENCH = "fr-FR",
4633
- GERMAN = "de-DE",
4631
+ ENGLISH = "en",
4632
+ FRENCH = "fr",
4633
+ GERMAN = "de",
4634
4634
  CHINESE = "zh-CN",
4635
- RUSSIAN = "ru-RU"
4635
+ RUSSIAN = "ru"
4636
4636
  }
4637
4637
  declare const KIT_SUPPORTED_LANGUAGES: readonly string[];
4638
4638
  declare function isKitLanguageSupported(languageCode: string | null | undefined): boolean;