waha-shared 1.0.67 → 1.0.68

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 (47) hide show
  1. package/assets/fonts/README.md +3 -0
  2. package/assets/fonts/fonts.css +24 -24
  3. package/dist/data/bibleStatuses/bibleStatuses.json +1288 -0
  4. package/dist/data/languages/languages.json +1 -1
  5. package/dist/data/mediaDurations/mediaDurations.json +1081 -2
  6. package/dist/data/releaseNotes/releaseNotes.json +78 -2
  7. package/dist/data/releaseNotes/releaseNotes.zod.js +4 -2
  8. package/dist/data/screenshots/index.d.ts +0 -1
  9. package/dist/data/screenshots/screenshots.json +0 -14
  10. package/dist/data/screenshots/screenshots.zod.d.ts +0 -3
  11. package/dist/data/screenshots/screenshots.zod.js +0 -38
  12. package/dist/data/scripts/index.d.ts +4 -0
  13. package/dist/data/scripts/index.js +9 -0
  14. package/dist/data/scripts/scripts.json +16 -0
  15. package/dist/data/scripts/scripts.zod.d.ts +12 -0
  16. package/dist/data/scripts/scripts.zod.js +5 -0
  17. package/dist/data/translationsApp/index.d.ts +1 -1
  18. package/dist/data/translationsApp/translationsApp.json +14046 -41
  19. package/dist/data/translationsApp/translationsApp.zod.d.ts +3 -3
  20. package/dist/data/translationsApp/translationsApp.zod.js +1 -1
  21. package/dist/data/translationsSet/translationsSet.json +12 -12
  22. package/dist/functions/languages.d.ts +0 -9
  23. package/dist/functions/languages.js +8 -39
  24. package/dist/types/languages.d.ts +4 -3
  25. package/package.json +1 -1
  26. /package/assets/fonts/{telugu/Bold.ttf → AnekTelugu-Bold.ttf} +0 -0
  27. /package/assets/fonts/{telugu/Regular.ttf → AnekTelugu-Regular.ttf} +0 -0
  28. /package/assets/fonts/{latin/Bold.ttf → EudoxusSans-Bold.ttf} +0 -0
  29. /package/assets/fonts/{latin/Regular.ttf → EudoxusSans-Regular.ttf} +0 -0
  30. /package/assets/fonts/{arabic/Bold.ttf → IBMPlexSansArabic-Bold.ttf} +0 -0
  31. /package/assets/fonts/{arabic/Regular.ttf → IBMPlexSansArabic-Regular.ttf} +0 -0
  32. /package/assets/fonts/{khmer/Bold.ttf → KhmerOSContent-Bold.ttf} +0 -0
  33. /package/assets/fonts/{khmer/Regular.ttf → KhmerOSContent-Regular.ttf} +0 -0
  34. /package/assets/fonts/{cyrillic/Bold.ttf → NotoSans-Bold.ttf} +0 -0
  35. /package/assets/fonts/{cyrillic/Regular.ttf → NotoSans-Regular.ttf} +0 -0
  36. /package/assets/fonts/{devanagari/Bold.ttf → NotoSansDevanagari-Bold.ttf} +0 -0
  37. /package/assets/fonts/{devanagari/Regular.ttf → NotoSansDevanagari-Regular.ttf} +0 -0
  38. /package/assets/fonts/{japanese/Bold.ttf → NotoSansJP-Bold.ttf} +0 -0
  39. /package/assets/fonts/{japanese/Regular.ttf → NotoSansJP-Regular.ttf} +0 -0
  40. /package/assets/fonts/{chinese/Bold.ttf → NotoSansSC-Bold.ttf} +0 -0
  41. /package/assets/fonts/{chinese/Regular.ttf → NotoSansSC-Regular.ttf} +0 -0
  42. /package/assets/fonts/{thai/Bold.ttf → NotoSansThai-Bold.ttf} +0 -0
  43. /package/assets/fonts/{thai/Regular.ttf → NotoSansThai-Regular.ttf} +0 -0
  44. /package/assets/fonts/{burmese/Bold.ttf → Padauk-Bold.ttf} +0 -0
  45. /package/assets/fonts/{burmese/Regular.ttf → Padauk-Regular.ttf} +0 -0
  46. /package/assets/fonts/{uyghur/Bold.ttf → UKIJTuz-Bold.ttf} +0 -0
  47. /package/assets/fonts/{uyghur/Regular.ttf → UKIJTuz-Regular.ttf} +0 -0
@@ -0,0 +1,3 @@
1
+ Don't rename these files! [According to Expo](https://docs.expo.dev/develop/user-interface/fonts/#how-to-determine-which-font-family-name-to-use):
2
+
3
+ > If you provide fonts as an array of file paths (as described above), on Android, the file name (without the extension) becomes the font family name. On iOS, the font family name is read from the font file itself. We recommend naming the font file same as its PostScript name so the font family name is consistent on both platforms.
@@ -1,6 +1,6 @@
1
1
  @font-face {
2
2
  font-family: 'EudoxusSans';
3
- src: url('./latin/Regular.ttf');
3
+ src: url('./EudoxusSans-Regular.ttf');
4
4
  font-weight: normal;
5
5
  font-style: normal;
6
6
  unicode-range:
@@ -10,7 +10,7 @@
10
10
 
11
11
  @font-face {
12
12
  font-family: 'EudoxusSans';
13
- src: url('./latin/Bold.ttf');
13
+ src: url('./EudoxusSans-Bold.ttf');
14
14
  font-weight: bold;
15
15
  font-style: normal;
16
16
  unicode-range:
@@ -20,7 +20,7 @@
20
20
 
21
21
  @font-face {
22
22
  font-family: 'IBMPlexSansArabic';
23
- src: url('./arabic/Regular.ttf');
23
+ src: url('./IBMPlexSansArabic-Regular.ttf');
24
24
  font-weight: normal;
25
25
  font-style: normal;
26
26
  unicode-range: U+0600-06FF;
@@ -28,23 +28,23 @@
28
28
 
29
29
  @font-face {
30
30
  font-family: 'IBMPlexSansArabic';
31
- src: url('./arabic/Bold.ttf');
31
+ src: url('./IBMPlexSansArabic-Bold.ttf');
32
32
  font-weight: bold;
33
33
  font-style: normal;
34
34
  unicode-range: U+0600-06FF;
35
35
  }
36
36
 
37
37
  @font-face {
38
- font-family: 'Roboto';
39
- src: url('./cyrillic/Regular.ttf');
38
+ font-family: 'NotoSans';
39
+ src: url('./NotoSans-Regular.ttf');
40
40
  font-weight: normal;
41
41
  font-style: normal;
42
42
  unicode-range: U+0400-04FF;
43
43
  }
44
44
 
45
45
  @font-face {
46
- font-family: 'Roboto';
47
- src: url('./cyrillic/Bold.ttf');
46
+ font-family: 'NotoSans';
47
+ src: url('./NotoSans-Bold.ttf');
48
48
  font-weight: bold;
49
49
  font-style: normal;
50
50
  unicode-range: U+0400-04FF;
@@ -52,7 +52,7 @@
52
52
 
53
53
  @font-face {
54
54
  font-family: 'KhmerOSContent';
55
- src: url('./khmer/Regular.ttf');
55
+ src: url('./KhmerOSContent-Regular.ttf');
56
56
  font-weight: normal;
57
57
  font-style: normal;
58
58
  unicode-range: U+1780-17FF;
@@ -60,7 +60,7 @@
60
60
 
61
61
  @font-face {
62
62
  font-family: 'KhmerOSContent';
63
- src: url('./khmer/Bold.ttf');
63
+ src: url('./KhmerOSContent-Bold.ttf');
64
64
  font-weight: bold;
65
65
  font-style: normal;
66
66
  unicode-range: U+1780-17FF;
@@ -68,7 +68,7 @@
68
68
 
69
69
  @font-face {
70
70
  font-family: 'AnekTelugu';
71
- src: url('./telugu/Regular.ttf');
71
+ src: url('./AnekTelugu-Regular.ttf');
72
72
  font-weight: normal;
73
73
  font-style: normal;
74
74
  unicode-range: U+0C00-0C7F;
@@ -76,7 +76,7 @@
76
76
 
77
77
  @font-face {
78
78
  font-family: 'AnekTelugu';
79
- src: url('./telugu/Bold.ttf');
79
+ src: url('./AnekTelugu-Bold.ttf');
80
80
  font-weight: bold;
81
81
  font-style: normal;
82
82
  unicode-range: U+0C00-0C7F;
@@ -84,7 +84,7 @@
84
84
 
85
85
  @font-face {
86
86
  font-family: 'Padauk';
87
- src: url('./burmese/Regular.ttf');
87
+ src: url('./Padauk-Regular.ttf');
88
88
  font-weight: normal;
89
89
  font-style: normal;
90
90
  unicode-range: U+1000-109F;
@@ -92,7 +92,7 @@
92
92
 
93
93
  @font-face {
94
94
  font-family: 'Padauk';
95
- src: url('./burmese/Bold.ttf');
95
+ src: url('./Padauk-Bold.ttf');
96
96
  font-weight: bold;
97
97
  font-style: normal;
98
98
  unicode-range: U+1000-109F;
@@ -100,14 +100,14 @@
100
100
 
101
101
  @font-face {
102
102
  font-family: 'UKIJTuz';
103
- src: url('./uyghur/Regular.ttf');
103
+ src: url('./UKIJTuz-Regular.ttf');
104
104
  font-weight: normal;
105
105
  font-style: normal;
106
106
  unicode-range: U+0600-06FF;
107
107
  }
108
108
  @font-face {
109
109
  font-family: 'UKIJTuz';
110
- src: url('./uyghur/Bold.ttf');
110
+ src: url('./UKIJTuz-Bold.ttf');
111
111
  font-weight: bold;
112
112
  font-style: normal;
113
113
  unicode-range: U+0600-06FF;
@@ -115,7 +115,7 @@
115
115
 
116
116
  @font-face {
117
117
  font-family: 'NotoSansSC';
118
- src: url('./chinese/Regular.ttf');
118
+ src: url('./NotoSansSC-Regular.ttf');
119
119
  font-weight: normal;
120
120
  font-style: normal;
121
121
  unicode-range: U+4E00-9FFF;
@@ -123,7 +123,7 @@
123
123
 
124
124
  @font-face {
125
125
  font-family: 'NotoSansSC';
126
- src: url('./chinese/Bold.ttf');
126
+ src: url('./NotoSansSC-Bold.ttf');
127
127
  font-weight: bold;
128
128
  font-style: normal;
129
129
  unicode-range: U+4E00-9FFF;
@@ -131,7 +131,7 @@
131
131
 
132
132
  @font-face {
133
133
  font-family: 'NotoSansDevanagari';
134
- src: url('./devanagari/Regular.ttf');
134
+ src: url('./NotoSansDevanagari-Regular.ttf');
135
135
  font-weight: normal;
136
136
  font-style: normal;
137
137
  unicode-range: U+0900-097F;
@@ -139,7 +139,7 @@
139
139
 
140
140
  @font-face {
141
141
  font-family: 'NotoSansDevanagari';
142
- src: url('./devanagari/Bold.ttf');
142
+ src: url('./NotoSansDevanagari-Bold.ttf');
143
143
  font-weight: bold;
144
144
  font-style: normal;
145
145
  unicode-range: U+0900-097F;
@@ -147,7 +147,7 @@
147
147
 
148
148
  @font-face {
149
149
  font-family: 'NotoSansJP';
150
- src: url('./japanese/Regular.ttf');
150
+ src: url('./NotoSansJP-Regular.ttf');
151
151
  font-weight: normal;
152
152
  font-style: normal;
153
153
  unicode-range:
@@ -156,7 +156,7 @@
156
156
 
157
157
  @font-face {
158
158
  font-family: 'NotoSansJP';
159
- src: url('./japanese/Bold.ttf');
159
+ src: url('./NotoSansJP-Bold.ttf');
160
160
  font-weight: bold;
161
161
  font-style: normal;
162
162
  unicode-range:
@@ -165,7 +165,7 @@
165
165
 
166
166
  @font-face {
167
167
  font-family: 'NotoSansThai';
168
- src: url('./thai/Regular.ttf');
168
+ src: url('./NotoSansThai-Regular.ttf');
169
169
  font-weight: normal;
170
170
  font-style: normal;
171
171
  unicode-range: U+0E00-0E7F;
@@ -173,7 +173,7 @@
173
173
 
174
174
  @font-face {
175
175
  font-family: 'NotoSansThai';
176
- src: url('./thai/Bold.ttf');
176
+ src: url('./NotoSansThai-Bold.ttf');
177
177
  font-weight: bold;
178
178
  font-style: normal;
179
179
  unicode-range: U+0E00-0E7F;