@byuhbll/components 7.3.0 → 7.3.1

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/index.d.ts CHANGED
@@ -411,34 +411,34 @@ declare const ADVANCED_SEARCH_OPTIONS: {
411
411
  };
412
412
  };
413
413
  readonly languages: {
414
- readonly eng: "English";
415
- readonly ara: "Arabic";
416
- readonly chi: "Chinese";
417
- readonly ces: "Czech";
418
- readonly dan: "Danish";
419
- readonly dut: "Dutch";
420
- readonly fin: "Finnish";
421
- readonly fre: "French";
422
- readonly ger: "German";
423
- readonly gre: "Greek, Modern";
424
- readonly heb: "Hebrew";
425
- readonly hin: "Hindi";
426
- readonly hun: "Hungarian";
427
- readonly ice: "Icelandic";
428
- readonly ita: "Italian";
429
- readonly jpn: "Japanese";
430
- readonly kor: "Korean";
431
- readonly lat: "Latin";
432
- readonly nor: "Norwegian";
433
- readonly pol: "Polish";
434
- readonly por: "Portuguese";
435
- readonly pan: "Punjabi";
436
- readonly rum: "Romanian";
437
- readonly rus: "Russian";
438
- readonly spa: "Spanish";
439
- readonly swe: "Swedish";
440
- readonly wel: "Welsh";
441
- readonly yid: "Yiddish";
414
+ readonly English: "English";
415
+ readonly Arabic: "Arabic";
416
+ readonly Chinese: "Chinese";
417
+ readonly Czech: "Czech";
418
+ readonly Danish: "Danish";
419
+ readonly Dutch: "Dutch";
420
+ readonly Finnish: "Finnish";
421
+ readonly French: "French";
422
+ readonly German: "German";
423
+ readonly Greek: "Greek, Modern";
424
+ readonly Hebrew: "Hebrew";
425
+ readonly Hindi: "Hindi";
426
+ readonly Hungarian: "Hungarian";
427
+ readonly Icelandic: "Icelandic";
428
+ readonly Italian: "Italian";
429
+ readonly Japanese: "Japanese";
430
+ readonly Korean: "Korean";
431
+ readonly Latin: "Latin";
432
+ readonly Norwegian: "Norwegian";
433
+ readonly Polish: "Polish";
434
+ readonly Portuguese: "Portuguese";
435
+ readonly Punjabi: "Punjabi";
436
+ readonly Romanian: "Romanian";
437
+ readonly Russian: "Russian";
438
+ readonly Spanish: "Spanish";
439
+ readonly Swedish: "Swedish";
440
+ readonly Welsh: "Welsh";
441
+ readonly Yiddish: "Yiddish";
442
442
  };
443
443
  };
444
444
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byuhbll/components",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.15",
6
6
  "@angular/core": "^20.3.15"