waha-shared 1.0.357 → 1.0.358

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