waha-shared 1.0.356 → 1.0.357

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 (34) hide show
  1. package/assets/fonts/AnekBangla-Bold.woff2 +0 -0
  2. package/assets/fonts/AnekBangla-Regular.woff2 +0 -0
  3. package/assets/fonts/AnekTelugu-Bold.woff2 +0 -0
  4. package/assets/fonts/AnekTelugu-Regular.woff2 +0 -0
  5. package/assets/fonts/EudoxusSans-Bold.woff2 +0 -0
  6. package/assets/fonts/EudoxusSans-Regular.woff2 +0 -0
  7. package/assets/fonts/IBMPlexSansArabic-Bold.woff2 +0 -0
  8. package/assets/fonts/IBMPlexSansArabic-Regular.woff2 +0 -0
  9. package/assets/fonts/IBMPlexSansHebrew-Bold.woff2 +0 -0
  10. package/assets/fonts/IBMPlexSansHebrew-Regular.woff2 +0 -0
  11. package/assets/fonts/KhmerOSContent-Bold.woff2 +0 -0
  12. package/assets/fonts/KhmerOSContent-Regular.woff2 +0 -0
  13. package/assets/fonts/NotoSans-Bold.woff2 +0 -0
  14. package/assets/fonts/NotoSans-Regular.woff2 +0 -0
  15. package/assets/fonts/NotoSansDevanagari-Bold.woff2 +0 -0
  16. package/assets/fonts/NotoSansDevanagari-Regular.woff2 +0 -0
  17. package/assets/fonts/NotoSansGeorgian-Bold.woff2 +0 -0
  18. package/assets/fonts/NotoSansGeorgian-Regular.woff2 +0 -0
  19. package/assets/fonts/NotoSansJP-Bold.woff2 +0 -0
  20. package/assets/fonts/NotoSansJP-Regular.woff2 +0 -0
  21. package/assets/fonts/NotoSansKR-Bold.woff2 +0 -0
  22. package/assets/fonts/NotoSansKR-Regular.woff2 +0 -0
  23. package/assets/fonts/NotoSansSC-Bold.woff2 +0 -0
  24. package/assets/fonts/NotoSansSC-Regular.woff2 +0 -0
  25. package/assets/fonts/NotoSansTamil-Bold.woff2 +0 -0
  26. package/assets/fonts/NotoSansTamil-Regular.woff2 +0 -0
  27. package/assets/fonts/NotoSansThai-Bold.woff2 +0 -0
  28. package/assets/fonts/NotoSansThai-Regular.woff2 +0 -0
  29. package/assets/fonts/Padauk-Bold.woff2 +0 -0
  30. package/assets/fonts/Padauk-Regular.woff2 +0 -0
  31. package/assets/fonts/UKIJTuz-Bold.woff2 +0 -0
  32. package/assets/fonts/UKIJTuz-Regular.woff2 +0 -0
  33. package/assets/fonts/fonts.css +64 -32
  34. package/package.json +3 -3
Binary file
Binary file
Binary file
@@ -3,224 +3,256 @@
3
3
 
4
4
  @font-face {
5
5
  font-family: 'AnekBangla';
6
- src: url('./AnekBangla-Regular.ttf');
6
+ src: url('./AnekBangla-Regular.woff2') format('woff2');
7
7
  font-weight: normal;
8
8
  font-style: normal;
9
+ font-display: swap;
9
10
  }
10
11
 
11
12
  @font-face {
12
13
  font-family: 'AnekBangla';
13
- src: url('./AnekBangla-Bold.ttf');
14
+ src: url('./AnekBangla-Bold.woff2') format('woff2');
14
15
  font-weight: bold;
15
16
  font-style: normal;
17
+ font-display: swap;
16
18
  }
17
19
 
18
20
  @font-face {
19
21
  font-family: 'AnekTelugu';
20
- src: url('./AnekTelugu-Regular.ttf');
22
+ src: url('./AnekTelugu-Regular.woff2') format('woff2');
21
23
  font-weight: normal;
22
24
  font-style: normal;
25
+ font-display: swap;
23
26
  }
24
27
 
25
28
  @font-face {
26
29
  font-family: 'AnekTelugu';
27
- src: url('./AnekTelugu-Bold.ttf');
30
+ src: url('./AnekTelugu-Bold.woff2') format('woff2');
28
31
  font-weight: bold;
29
32
  font-style: normal;
33
+ font-display: swap;
30
34
  }
31
35
 
32
36
  @font-face {
33
37
  font-family: 'EudoxusSans';
34
- src: url('./EudoxusSans-Regular.ttf');
38
+ src: url('./EudoxusSans-Regular.woff2') format('woff2');
35
39
  font-weight: normal;
36
40
  font-style: normal;
41
+ font-display: swap;
37
42
  }
38
43
 
39
44
  @font-face {
40
45
  font-family: 'EudoxusSans';
41
- src: url('./EudoxusSans-Bold.ttf');
46
+ src: url('./EudoxusSans-Bold.woff2') format('woff2');
42
47
  font-weight: bold;
43
48
  font-style: normal;
49
+ font-display: swap;
44
50
  }
45
51
 
46
52
  @font-face {
47
53
  font-family: 'IBMPlexSansArabic';
48
- src: url('./IBMPlexSansArabic-Regular.ttf');
54
+ src: url('./IBMPlexSansArabic-Regular.woff2') format('woff2');
49
55
  font-weight: normal;
50
56
  font-style: normal;
57
+ font-display: swap;
51
58
  }
52
59
 
53
60
  @font-face {
54
61
  font-family: 'IBMPlexSansArabic';
55
- src: url('./IBMPlexSansArabic-Bold.ttf');
62
+ src: url('./IBMPlexSansArabic-Bold.woff2') format('woff2');
56
63
  font-weight: bold;
57
64
  font-style: normal;
65
+ font-display: swap;
58
66
  }
59
67
 
60
68
  @font-face {
61
69
  font-family: 'IBMPlexSansHebrew';
62
- src: url('./IBMPlexSansHebrew-Regular.ttf');
70
+ src: url('./IBMPlexSansHebrew-Regular.woff2') format('woff2');
63
71
  font-weight: normal;
64
72
  font-style: normal;
73
+ font-display: swap;
65
74
  }
66
75
 
67
76
  @font-face {
68
77
  font-family: 'IBMPlexSansHebrew';
69
- src: url('./IBMPlexSansHebrew-Bold.ttf');
78
+ src: url('./IBMPlexSansHebrew-Bold.woff2') format('woff2');
70
79
  font-weight: bold;
71
80
  font-style: normal;
81
+ font-display: swap;
72
82
  }
73
83
 
74
84
  @font-face {
75
85
  font-family: 'KhmerOSContent';
76
- src: url('./KhmerOSContent-Regular.ttf');
86
+ src: url('./KhmerOSContent-Regular.woff2') format('woff2');
77
87
  font-weight: normal;
78
88
  font-style: normal;
89
+ font-display: swap;
79
90
  }
80
91
 
81
92
  @font-face {
82
93
  font-family: 'KhmerOSContent';
83
- src: url('./KhmerOSContent-Bold.ttf');
94
+ src: url('./KhmerOSContent-Bold.woff2') format('woff2');
84
95
  font-weight: bold;
85
96
  font-style: normal;
97
+ font-display: swap;
86
98
  }
87
99
 
88
100
  @font-face {
89
101
  font-family: 'NotoSans';
90
- src: url('./NotoSans-Regular.ttf');
102
+ src: url('./NotoSans-Regular.woff2') format('woff2');
91
103
  font-weight: normal;
92
104
  font-style: normal;
105
+ font-display: swap;
93
106
  }
94
107
 
95
108
  @font-face {
96
109
  font-family: 'NotoSans';
97
- src: url('./NotoSans-Bold.ttf');
110
+ src: url('./NotoSans-Bold.woff2') format('woff2');
98
111
  font-weight: bold;
99
112
  font-style: normal;
113
+ font-display: swap;
100
114
  }
101
115
 
102
116
  @font-face {
103
117
  font-family: 'NotoSansDevanagari';
104
- src: url('./NotoSansDevanagari-Regular.ttf');
118
+ src: url('./NotoSansDevanagari-Regular.woff2') format('woff2');
105
119
  font-weight: normal;
106
120
  font-style: normal;
121
+ font-display: swap;
107
122
  }
108
123
 
109
124
  @font-face {
110
125
  font-family: 'NotoSansDevanagari';
111
- src: url('./NotoSansDevanagari-Bold.ttf');
126
+ src: url('./NotoSansDevanagari-Bold.woff2') format('woff2');
112
127
  font-weight: bold;
113
128
  font-style: normal;
129
+ font-display: swap;
114
130
  }
115
131
 
116
132
  @font-face {
117
133
  font-family: 'NotoSansGeorgian';
118
- src: url('./NotoSansGeorgian-Regular.ttf');
134
+ src: url('./NotoSansGeorgian-Regular.woff2') format('woff2');
119
135
  font-weight: normal;
120
136
  font-style: normal;
137
+ font-display: swap;
121
138
  }
122
139
 
123
140
  @font-face {
124
141
  font-family: 'NotoSansGeorgian';
125
- src: url('./NotoSansGeorgian-Bold.ttf');
142
+ src: url('./NotoSansGeorgian-Bold.woff2') format('woff2');
126
143
  font-weight: bold;
127
144
  font-style: normal;
145
+ font-display: swap;
128
146
  }
129
147
 
130
148
  @font-face {
131
149
  font-family: 'NotoSansJP';
132
- src: url('./NotoSansJP-Regular.ttf');
150
+ src: url('./NotoSansJP-Regular.woff2') format('woff2');
133
151
  font-weight: normal;
134
152
  font-style: normal;
153
+ font-display: swap;
135
154
  }
136
155
 
137
156
  @font-face {
138
157
  font-family: 'NotoSansJP';
139
- src: url('./NotoSansJP-Bold.ttf');
158
+ src: url('./NotoSansJP-Bold.woff2') format('woff2');
140
159
  font-weight: bold;
141
160
  font-style: normal;
161
+ font-display: swap;
142
162
  }
143
163
 
144
164
  @font-face {
145
165
  font-family: 'NotoSansKR';
146
- src: url('./NotoSansKR-Regular.ttf');
166
+ src: url('./NotoSansKR-Regular.woff2') format('woff2');
147
167
  font-weight: normal;
148
168
  font-style: normal;
169
+ font-display: swap;
149
170
  }
150
171
 
151
172
  @font-face {
152
173
  font-family: 'NotoSansKR';
153
- src: url('./NotoSansKR-Bold.ttf');
174
+ src: url('./NotoSansKR-Bold.woff2') format('woff2');
154
175
  font-weight: bold;
155
176
  font-style: normal;
177
+ font-display: swap;
156
178
  }
157
179
 
158
180
  @font-face {
159
181
  font-family: 'NotoSansSC';
160
- src: url('./NotoSansSC-Regular.ttf');
182
+ src: url('./NotoSansSC-Regular.woff2') format('woff2');
161
183
  font-weight: normal;
162
184
  font-style: normal;
185
+ font-display: swap;
163
186
  }
164
187
 
165
188
  @font-face {
166
189
  font-family: 'NotoSansSC';
167
- src: url('./NotoSansSC-Bold.ttf');
190
+ src: url('./NotoSansSC-Bold.woff2') format('woff2');
168
191
  font-weight: bold;
169
192
  font-style: normal;
193
+ font-display: swap;
170
194
  }
171
195
 
172
196
  @font-face {
173
197
  font-family: 'NotoSansTamil';
174
- src: url('./NotoSansTamil-Regular.ttf');
198
+ src: url('./NotoSansTamil-Regular.woff2') format('woff2');
175
199
  font-weight: normal;
176
200
  font-style: normal;
201
+ font-display: swap;
177
202
  }
178
203
 
179
204
  @font-face {
180
205
  font-family: 'NotoSansTamil';
181
- src: url('./NotoSansTamil-Bold.ttf');
206
+ src: url('./NotoSansTamil-Bold.woff2') format('woff2');
182
207
  font-weight: bold;
183
208
  font-style: normal;
209
+ font-display: swap;
184
210
  }
185
211
 
186
212
  @font-face {
187
213
  font-family: 'NotoSansThai';
188
- src: url('./NotoSansThai-Regular.ttf');
214
+ src: url('./NotoSansThai-Regular.woff2') format('woff2');
189
215
  font-weight: normal;
190
216
  font-style: normal;
217
+ font-display: swap;
191
218
  }
192
219
 
193
220
  @font-face {
194
221
  font-family: 'NotoSansThai';
195
- src: url('./NotoSansThai-Bold.ttf');
222
+ src: url('./NotoSansThai-Bold.woff2') format('woff2');
196
223
  font-weight: bold;
197
224
  font-style: normal;
225
+ font-display: swap;
198
226
  }
199
227
 
200
228
  @font-face {
201
229
  font-family: 'Padauk';
202
- src: url('./Padauk-Regular.ttf');
230
+ src: url('./Padauk-Regular.woff2') format('woff2');
203
231
  font-weight: normal;
204
232
  font-style: normal;
233
+ font-display: swap;
205
234
  }
206
235
 
207
236
  @font-face {
208
237
  font-family: 'Padauk';
209
- src: url('./Padauk-Bold.ttf');
238
+ src: url('./Padauk-Bold.woff2') format('woff2');
210
239
  font-weight: bold;
211
240
  font-style: normal;
241
+ font-display: swap;
212
242
  }
213
243
 
214
244
  @font-face {
215
245
  font-family: 'UKIJTuz';
216
- src: url('./UKIJTuz-Regular.ttf');
246
+ src: url('./UKIJTuz-Regular.woff2') format('woff2');
217
247
  font-weight: normal;
218
248
  font-style: normal;
249
+ font-display: swap;
219
250
  }
220
251
 
221
252
  @font-face {
222
253
  font-family: 'UKIJTuz';
223
- src: url('./UKIJTuz-Bold.ttf');
254
+ src: url('./UKIJTuz-Bold.woff2') format('woff2');
224
255
  font-weight: bold;
225
256
  font-style: normal;
257
+ font-display: swap;
226
258
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waha-shared",
3
- "version": "1.0.356",
3
+ "version": "1.0.357",
4
4
  "author": "Waha",
5
5
  "dependencies": {
6
6
  "@types/signale": "^1.4.7",
@@ -27,7 +27,7 @@
27
27
  "license": "MIT",
28
28
  "scripts": {
29
29
  "build": "npx tsc && copyfiles \"data/**/*.json\" dist",
30
- "update": "yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch && git add . && git commit -m 'chore: update shared types' && bash -c 'npm publish --access public --registry https://registry.npmjs.org --//registry.npmjs.org/:_authToken=$(grep NPM_TOKEN= ../.env | cut -d \"=\" -f2-)'",
31
- "updateManual": "(npm whoami || npm login) && yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && git add dist package.json && git commit -m 'chore: update shared types' && npm publish"
30
+ "update": "yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add . && (git commit -m 'chore: update shared types' || true) && bash -c 'npm publish --access public --registry https://registry.npmjs.org --//registry.npmjs.org/:_authToken=$(grep NPM_TOKEN= ../.env | cut -d \"=\" -f2-)'",
31
+ "updateManual": "(npm whoami || npm login) && yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add dist package.json && (git commit -m 'chore: update shared types' || true) && npm publish"
32
32
  }
33
33
  }