waha-shared 1.0.226 → 1.0.228

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.
Files changed (35) hide show
  1. package/assets/fonts/AnekBangla-Bold.ttf +0 -0
  2. package/assets/fonts/AnekBangla-Regular.ttf +0 -0
  3. package/assets/fonts/IBMPlexSansHebrew-Bold.ttf +0 -0
  4. package/assets/fonts/IBMPlexSansHebrew-Regular.ttf +0 -0
  5. package/assets/fonts/fonts.css +26 -12
  6. package/dist/data/bibleStatuses/bibleStatuses.json +2056 -3297
  7. package/dist/data/bibleTexts/bibleTexts.json +2 -2
  8. package/dist/data/curriculumTopics/curriculumTopics.json +1 -1
  9. package/dist/data/dblTextLicenses/dblTextLicenses.json +39 -9
  10. package/dist/data/languageAssets/languageAssets.json +1031 -37784
  11. package/dist/data/languages/languages.json +1 -1
  12. package/dist/data/mediaDurations/mediaDurations.json +32 -0
  13. package/dist/data/releaseNotes/releaseNotes.json +86 -2
  14. package/dist/data/scripts/index.d.ts +1 -0
  15. package/dist/data/scripts/scripts.json +4 -3
  16. package/dist/data/scripts/scripts.schema.json +3 -0
  17. package/dist/data/scripts/scripts.zod.d.ts +1 -0
  18. package/dist/data/scripts/scripts.zod.js +7 -1
  19. package/dist/data/translationsApp/translationsApp.json +458 -0
  20. package/dist/data/translationsFtb/translationsFtb.json +68 -0
  21. package/dist/data/translationsQuestion/translationsQuestion.json +44 -12
  22. package/dist/data/translationsSet/translationsSet.json +789 -0
  23. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +44 -12
  24. package/dist/data/youtubePlaylists/youtubePlaylists.json +3 -2
  25. package/dist/data/youtubeVideos/youtubeVideos.json +11 -2
  26. package/dist/functions/languages.d.ts +1 -1
  27. package/dist/functions/languages.js +2 -2
  28. package/dist/functions/scripturePassages.js +1 -1
  29. package/dist/types/analytics.d.ts +8 -8
  30. package/dist/types/languages.d.ts +3 -2
  31. package/dist/types/users.d.ts +31 -41
  32. package/dist/types/users.js +2 -19
  33. package/package.json +1 -1
  34. package/assets/fonts/NotoSansBengali-Bold.ttf +0 -0
  35. package/assets/fonts/NotoSansBengali-Regular.ttf +0 -0
Binary file
@@ -1,6 +1,20 @@
1
1
  /* This file is auto-generated by scripts/prebuild/generateFonts.ts */
2
2
  /* Do not edit manually - your changes will be overwritten */
3
3
 
4
+ @font-face {
5
+ font-family: 'AnekBangla';
6
+ src: url('./AnekBangla-Regular.ttf');
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ }
10
+
11
+ @font-face {
12
+ font-family: 'AnekBangla';
13
+ src: url('./AnekBangla-Bold.ttf');
14
+ font-weight: bold;
15
+ font-style: normal;
16
+ }
17
+
4
18
  @font-face {
5
19
  font-family: 'AnekTelugu';
6
20
  src: url('./AnekTelugu-Regular.ttf');
@@ -44,43 +58,43 @@
44
58
  }
45
59
 
46
60
  @font-face {
47
- font-family: 'KhmerOSContent';
48
- src: url('./KhmerOSContent-Regular.ttf');
61
+ font-family: 'IBMPlexSansHebrew';
62
+ src: url('./IBMPlexSansHebrew-Regular.ttf');
49
63
  font-weight: normal;
50
64
  font-style: normal;
51
65
  }
52
66
 
53
67
  @font-face {
54
- font-family: 'KhmerOSContent';
55
- src: url('./KhmerOSContent-Bold.ttf');
68
+ font-family: 'IBMPlexSansHebrew';
69
+ src: url('./IBMPlexSansHebrew-Bold.ttf');
56
70
  font-weight: bold;
57
71
  font-style: normal;
58
72
  }
59
73
 
60
74
  @font-face {
61
- font-family: 'NotoSans';
62
- src: url('./NotoSans-Regular.ttf');
75
+ font-family: 'KhmerOSContent';
76
+ src: url('./KhmerOSContent-Regular.ttf');
63
77
  font-weight: normal;
64
78
  font-style: normal;
65
79
  }
66
80
 
67
81
  @font-face {
68
- font-family: 'NotoSans';
69
- src: url('./NotoSans-Bold.ttf');
82
+ font-family: 'KhmerOSContent';
83
+ src: url('./KhmerOSContent-Bold.ttf');
70
84
  font-weight: bold;
71
85
  font-style: normal;
72
86
  }
73
87
 
74
88
  @font-face {
75
- font-family: 'NotoSansBengali';
76
- src: url('./NotoSansBengali-Regular.ttf');
89
+ font-family: 'NotoSans';
90
+ src: url('./NotoSans-Regular.ttf');
77
91
  font-weight: normal;
78
92
  font-style: normal;
79
93
  }
80
94
 
81
95
  @font-face {
82
- font-family: 'NotoSansBengali';
83
- src: url('./NotoSansBengali-Bold.ttf');
96
+ font-family: 'NotoSans';
97
+ src: url('./NotoSans-Bold.ttf');
84
98
  font-weight: bold;
85
99
  font-style: normal;
86
100
  }