fansunited-widget-either-or 2.6.2 → 2.8.0
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/constants/constants.d.ts +8 -0
- package/either-or-manager.es.js +13359 -13137
- package/either-or-manager.umd.js +298 -298
- package/package.json +1 -1
package/constants/constants.d.ts
CHANGED
|
@@ -56,6 +56,10 @@ export declare const supportedLanguages: {
|
|
|
56
56
|
key: string;
|
|
57
57
|
name: string;
|
|
58
58
|
};
|
|
59
|
+
hi: {
|
|
60
|
+
key: string;
|
|
61
|
+
name: string;
|
|
62
|
+
};
|
|
59
63
|
hu: {
|
|
60
64
|
key: string;
|
|
61
65
|
name: string;
|
|
@@ -202,6 +206,10 @@ export declare const languagesMap: {
|
|
|
202
206
|
key: string;
|
|
203
207
|
name: string;
|
|
204
208
|
};
|
|
209
|
+
hi: {
|
|
210
|
+
key: string;
|
|
211
|
+
name: string;
|
|
212
|
+
};
|
|
205
213
|
hu: {
|
|
206
214
|
key: string;
|
|
207
215
|
name: string;
|