@cuemath/web-utils 1.0.51 → 1.0.52

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.
@@ -0,0 +1,997 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.COUNTRY_CODE_MAP = void 0;
4
+ const baseImgUrl = `https://d138zd1ktt9iqe.cloudfront.net/static/website_2_0/images/country-flags`;
5
+ exports.COUNTRY_CODE_MAP = [
6
+ {
7
+ id: 'india',
8
+ value: '91',
9
+ label: '+91',
10
+ countryName: 'India',
11
+ icon: `${baseImgUrl}/india.png`,
12
+ url: `${baseImgUrl}/india.png`,
13
+ geoIPCountryCode: 'IN',
14
+ },
15
+ {
16
+ id: 'united-states-of-america',
17
+ value: '1',
18
+ label: '+1',
19
+ countryName: 'USA',
20
+ icon: `${baseImgUrl}/united-states-of-america.png`,
21
+ url: `${baseImgUrl}/united-states-of-america.png`,
22
+ geoIPCountryCode: 'US',
23
+ },
24
+ {
25
+ id: 'afghanistan',
26
+ value: '93',
27
+ label: '+93',
28
+ countryName: 'Afghanistan',
29
+ icon: `${baseImgUrl}/afghanistan.png`,
30
+ url: `${baseImgUrl}/afghanistan.png`,
31
+ geoIPCountryCode: 'AF',
32
+ },
33
+ {
34
+ id: 'albania',
35
+ value: '355',
36
+ label: '+355',
37
+ countryName: 'Albania',
38
+ icon: `${baseImgUrl}/Albania.png`,
39
+ url: `${baseImgUrl}/Albania.png`,
40
+ geoIPCountryCode: 'AL',
41
+ },
42
+ {
43
+ id: 'algeria',
44
+ value: '213',
45
+ label: '+213',
46
+ countryName: 'Algeria',
47
+ icon: `${baseImgUrl}/Algeria.png`,
48
+ url: `${baseImgUrl}/Algeria.png`,
49
+ geoIPCountryCode: 'DZ',
50
+ },
51
+ {
52
+ id: 'american-samoa',
53
+ value: '685',
54
+ label: '+685',
55
+ countryName: 'Samoa',
56
+ icon: `${baseImgUrl}/american-samoa.png`,
57
+ url: `${baseImgUrl}/american-samoa.png`,
58
+ geoIPCountryCode: 'AS',
59
+ },
60
+ {
61
+ id: 'anguilla',
62
+ value: '1',
63
+ label: '+1',
64
+ countryName: 'Anguilla',
65
+ icon: `${baseImgUrl}/Anguilla.png`,
66
+ url: `${baseImgUrl}/Anguilla.png`,
67
+ geoIPCountryCode: 'AI',
68
+ },
69
+ {
70
+ id: 'antigua-and-barbuda',
71
+ value: '1',
72
+ label: '+1',
73
+ countryName: 'Antigua and Barbuda',
74
+ icon: `${baseImgUrl}/Antigua-and-Barbuda.png`,
75
+ url: `${baseImgUrl}/Antigua-and-Barbuda.png`,
76
+ geoIPCountryCode: 'AG',
77
+ },
78
+ {
79
+ id: 'argentina',
80
+ value: '54',
81
+ label: '+54',
82
+ countryName: 'Argentina',
83
+ icon: `${baseImgUrl}/argentina.png`,
84
+ url: `${baseImgUrl}/argentina.png`,
85
+ geoIPCountryCode: 'AR',
86
+ },
87
+ {
88
+ id: 'armenia',
89
+ value: '374',
90
+ label: '+374',
91
+ countryName: 'Armenia',
92
+ icon: `${baseImgUrl}/Armenia.png`,
93
+ url: `${baseImgUrl}/Armenia.png`,
94
+ geoIPCountryCode: 'AM',
95
+ },
96
+ {
97
+ id: 'australia',
98
+ value: '61',
99
+ label: '+61',
100
+ countryName: 'Australia',
101
+ icon: `${baseImgUrl}/australia.png`,
102
+ url: `${baseImgUrl}/australia.png`,
103
+ geoIPCountryCode: 'AU',
104
+ },
105
+ {
106
+ id: 'austria',
107
+ value: '43',
108
+ label: '+43',
109
+ countryName: 'Austria',
110
+ icon: `${baseImgUrl}/austria.png`,
111
+ url: `${baseImgUrl}/austria.png`,
112
+ geoIPCountryCode: 'AT',
113
+ },
114
+ {
115
+ id: 'azerbaijan',
116
+ value: '994',
117
+ label: '+994',
118
+ countryName: 'Azerbaijan',
119
+ icon: `${baseImgUrl}/Azerbaijan.png`,
120
+ url: `${baseImgUrl}/Azerbaijan.png`,
121
+ geoIPCountryCode: 'AZ',
122
+ },
123
+ {
124
+ id: 'bahrain',
125
+ value: '973',
126
+ label: '+973',
127
+ countryName: 'Bahrain',
128
+ icon: `${baseImgUrl}/bahrain.png`,
129
+ url: `${baseImgUrl}/bahrain.png`,
130
+ geoIPCountryCode: 'BH',
131
+ },
132
+ {
133
+ id: 'bangladesh',
134
+ value: '880',
135
+ label: '+880',
136
+ countryName: 'Bangladesh',
137
+ icon: `${baseImgUrl}/bangladesh.png`,
138
+ url: `${baseImgUrl}/bangladesh.png`,
139
+ geoIPCountryCode: 'BD',
140
+ },
141
+ {
142
+ id: 'belarus',
143
+ value: '375',
144
+ label: '+375',
145
+ countryName: 'Belarus',
146
+ icon: `${baseImgUrl}/Belarus.png`,
147
+ url: `${baseImgUrl}/Belarus.png`,
148
+ geoIPCountryCode: 'BY',
149
+ },
150
+ {
151
+ id: 'belgium',
152
+ value: '32',
153
+ label: '+32',
154
+ countryName: 'Belgium',
155
+ icon: `${baseImgUrl}/belgium.png`,
156
+ url: `${baseImgUrl}/belgium.png`,
157
+ geoIPCountryCode: 'BE',
158
+ },
159
+ {
160
+ id: 'bermuda',
161
+ value: '1441',
162
+ label: '+1441',
163
+ countryName: 'Bermuda',
164
+ icon: `${baseImgUrl}/bermuda.png`,
165
+ url: `${baseImgUrl}/bermuda.png`,
166
+ geoIPCountryCode: 'BM',
167
+ },
168
+ {
169
+ id: 'bhutan',
170
+ value: '975',
171
+ label: '+975',
172
+ countryName: 'Bhutan',
173
+ icon: `${baseImgUrl}/bhutan.png`,
174
+ url: `${baseImgUrl}/bhutan.png`,
175
+ geoIPCountryCode: 'BT',
176
+ },
177
+ {
178
+ id: 'bosnia-and-herzegovina',
179
+ value: '387',
180
+ label: '+387',
181
+ countryName: 'Bosnia And Herzegovina',
182
+ icon: `${baseImgUrl}/Bosnia-And-Herzegovina.png`,
183
+ url: `${baseImgUrl}/Bosnia-And-Herzegovina.png`,
184
+ geoIPCountryCode: 'BA',
185
+ },
186
+ {
187
+ id: 'brazil',
188
+ value: '55',
189
+ label: '+55',
190
+ countryName: 'Brazil',
191
+ icon: `${baseImgUrl}/brazil.png`,
192
+ url: `${baseImgUrl}/brazil.png`,
193
+ geoIPCountryCode: 'BR',
194
+ },
195
+ {
196
+ id: 'bulgaria',
197
+ value: '359',
198
+ label: '+359',
199
+ countryName: 'Bulgaria',
200
+ icon: `${baseImgUrl}/bulgaria.png`,
201
+ url: `${baseImgUrl}/bulgaria.png`,
202
+ geoIPCountryCode: 'BG',
203
+ },
204
+ {
205
+ id: 'cambodia',
206
+ value: '855',
207
+ label: '+855',
208
+ countryName: 'Cambodia',
209
+ icon: `${baseImgUrl}/cambodia.png`,
210
+ url: `${baseImgUrl}/cambodia.png`,
211
+ geoIPCountryCode: 'KH',
212
+ },
213
+ {
214
+ id: 'cameroon',
215
+ value: '237',
216
+ label: '+237',
217
+ countryName: 'Cameroon',
218
+ icon: `${baseImgUrl}/Cameroon.png`,
219
+ url: `${baseImgUrl}/Cameroon.png`,
220
+ geoIPCountryCode: 'CM',
221
+ },
222
+ {
223
+ id: 'canada',
224
+ value: '1',
225
+ label: '+1',
226
+ countryName: 'Canada',
227
+ icon: `${baseImgUrl}/canada.png`,
228
+ url: `${baseImgUrl}/canada.png`,
229
+ geoIPCountryCode: 'CA',
230
+ },
231
+ {
232
+ id: 'chile',
233
+ value: '56',
234
+ label: '+56',
235
+ countryName: 'Chile',
236
+ icon: `${baseImgUrl}/chile.png`,
237
+ url: `${baseImgUrl}/chile.png`,
238
+ geoIPCountryCode: 'CL',
239
+ },
240
+ {
241
+ id: 'china',
242
+ value: '86',
243
+ label: '+86',
244
+ countryName: 'China',
245
+ icon: `${baseImgUrl}/china.png`,
246
+ url: `${baseImgUrl}/china.png`,
247
+ geoIPCountryCode: 'CN',
248
+ },
249
+ {
250
+ id: 'colombia',
251
+ value: '57',
252
+ label: '+57',
253
+ countryName: 'Colombia',
254
+ icon: `${baseImgUrl}/colombia.png`,
255
+ url: `${baseImgUrl}/colombia.png`,
256
+ geoIPCountryCode: 'CO',
257
+ },
258
+ {
259
+ id: 'congo',
260
+ value: '243',
261
+ label: '+243',
262
+ countryName: 'Congo',
263
+ icon: `${baseImgUrl}/Congo.png`,
264
+ url: `${baseImgUrl}/Congo.png`,
265
+ geoIPCountryCode: 'CD',
266
+ },
267
+ {
268
+ id: 'cuba',
269
+ value: '53',
270
+ label: '+53',
271
+ countryName: 'Cuba',
272
+ icon: `${baseImgUrl}/cuba.png`,
273
+ url: `${baseImgUrl}/cuba.png`,
274
+ geoIPCountryCode: 'CU',
275
+ },
276
+ {
277
+ id: 'czech-republic',
278
+ value: '420',
279
+ label: '+420',
280
+ countryName: 'Czech Republic',
281
+ icon: `${baseImgUrl}/czech-republic.png`,
282
+ url: `${baseImgUrl}/czech-republic.png`,
283
+ geoIPCountryCode: 'CZ',
284
+ },
285
+ {
286
+ id: 'denmark',
287
+ value: '45',
288
+ label: '+45',
289
+ countryName: 'Denmark',
290
+ icon: `${baseImgUrl}/denmark.png`,
291
+ url: `${baseImgUrl}/denmark.png`,
292
+ geoIPCountryCode: 'DK',
293
+ },
294
+ {
295
+ id: 'ecuador',
296
+ value: '593',
297
+ label: '+593',
298
+ countryName: 'Ecuador',
299
+ icon: `${baseImgUrl}/Ecuador.png`,
300
+ url: `${baseImgUrl}/Ecuador.png`,
301
+ geoIPCountryCode: 'EC',
302
+ },
303
+ {
304
+ id: 'egypt',
305
+ value: '20',
306
+ label: '+20',
307
+ countryName: 'Egypt',
308
+ icon: `${baseImgUrl}/egypt.png`,
309
+ url: `${baseImgUrl}/egypt.png`,
310
+ geoIPCountryCode: 'EG',
311
+ },
312
+ {
313
+ id: 'ethiopia',
314
+ value: '251',
315
+ label: '+251',
316
+ countryName: 'Ethiopia',
317
+ icon: `${baseImgUrl}/ethiopia.png`,
318
+ url: `${baseImgUrl}/ethiopia.png`,
319
+ geoIPCountryCode: 'ET',
320
+ },
321
+ {
322
+ id: 'finland',
323
+ value: '358',
324
+ label: '+358',
325
+ countryName: 'Finland',
326
+ icon: `${baseImgUrl}/finland.png`,
327
+ url: `${baseImgUrl}/finland.png`,
328
+ geoIPCountryCode: 'FI',
329
+ },
330
+ {
331
+ id: 'france',
332
+ value: '33',
333
+ label: '+33',
334
+ countryName: 'France',
335
+ icon: `${baseImgUrl}/france.png`,
336
+ url: `${baseImgUrl}/france.png`,
337
+ geoIPCountryCode: 'FR',
338
+ },
339
+ {
340
+ id: 'gambia',
341
+ value: '220',
342
+ label: '+220',
343
+ countryName: 'Gambia',
344
+ icon: `${baseImgUrl}/Gambia.png`,
345
+ url: `${baseImgUrl}/Gambia.png`,
346
+ geoIPCountryCode: 'GM',
347
+ },
348
+ {
349
+ id: 'germany',
350
+ value: '49',
351
+ label: '+49',
352
+ countryName: 'Germany',
353
+ icon: `${baseImgUrl}/germany.png`,
354
+ url: `${baseImgUrl}/germany.png`,
355
+ geoIPCountryCode: 'DE',
356
+ },
357
+ {
358
+ id: 'ghana',
359
+ value: '233',
360
+ label: '+233',
361
+ countryName: 'Ghana',
362
+ icon: `${baseImgUrl}/ghana.png`,
363
+ url: `${baseImgUrl}/ghana.png`,
364
+ geoIPCountryCode: 'GH',
365
+ },
366
+ {
367
+ id: 'hong-kong',
368
+ value: '852',
369
+ label: '+852',
370
+ countryName: 'Hong Kong',
371
+ icon: `${baseImgUrl}/hong-kong.png`,
372
+ url: `${baseImgUrl}/hong-kong.png`,
373
+ geoIPCountryCode: 'HK',
374
+ },
375
+ {
376
+ id: 'hungary',
377
+ value: '36',
378
+ label: '+36',
379
+ countryName: 'Hungary',
380
+ icon: `${baseImgUrl}/hungary.png`,
381
+ url: `${baseImgUrl}/hungary.png`,
382
+ geoIPCountryCode: 'HU',
383
+ },
384
+ {
385
+ id: 'iceland',
386
+ value: '354',
387
+ label: '+354',
388
+ countryName: 'Iceland',
389
+ icon: `${baseImgUrl}/iceland.png`,
390
+ url: `${baseImgUrl}/iceland.png`,
391
+ geoIPCountryCode: 'IS',
392
+ },
393
+ {
394
+ id: 'indonesia',
395
+ value: '62',
396
+ label: '+62',
397
+ countryName: 'Indonesia',
398
+ icon: `${baseImgUrl}/indonesia.png`,
399
+ url: `${baseImgUrl}/indonesia.png`,
400
+ geoIPCountryCode: 'ID',
401
+ },
402
+ {
403
+ id: 'iran',
404
+ value: '98',
405
+ label: '+98',
406
+ countryName: 'Iran',
407
+ icon: `${baseImgUrl}/Iran.png`,
408
+ url: `${baseImgUrl}/Iran.png`,
409
+ geoIPCountryCode: 'IR',
410
+ },
411
+ {
412
+ id: 'iraq',
413
+ value: '964',
414
+ label: '+964',
415
+ countryName: 'Iraq',
416
+ icon: `${baseImgUrl}/iraq.png`,
417
+ url: `${baseImgUrl}/iraq.png`,
418
+ geoIPCountryCode: 'IQ',
419
+ },
420
+ {
421
+ id: 'ireland',
422
+ value: '353',
423
+ label: '+353',
424
+ countryName: 'Ireland',
425
+ icon: `${baseImgUrl}/ireland.png`,
426
+ url: `${baseImgUrl}/ireland.png`,
427
+ geoIPCountryCode: 'IE',
428
+ },
429
+ {
430
+ id: 'israel',
431
+ value: '972',
432
+ label: '+972',
433
+ countryName: 'Israel',
434
+ icon: `${baseImgUrl}/israel.png`,
435
+ url: `${baseImgUrl}/israel.png`,
436
+ geoIPCountryCode: 'IL',
437
+ },
438
+ {
439
+ id: 'italy',
440
+ value: '39',
441
+ label: '+39',
442
+ countryName: 'Italy',
443
+ icon: `${baseImgUrl}/italy.png`,
444
+ url: `${baseImgUrl}/italy.png`,
445
+ geoIPCountryCode: 'IT',
446
+ },
447
+ {
448
+ id: 'jamaica',
449
+ value: '876',
450
+ label: '+876',
451
+ countryName: 'Jamaica',
452
+ icon: `${baseImgUrl}/jamaica.png`,
453
+ url: `${baseImgUrl}/jamaica.png`,
454
+ geoIPCountryCode: 'JM',
455
+ },
456
+ {
457
+ id: 'japan',
458
+ value: '81',
459
+ label: '+81',
460
+ countryName: 'Japan',
461
+ icon: `${baseImgUrl}/japan.png`,
462
+ url: `${baseImgUrl}/japan.png`,
463
+ geoIPCountryCode: 'JP',
464
+ },
465
+ {
466
+ id: 'jordan',
467
+ value: '962',
468
+ label: '+962',
469
+ countryName: 'Jordan',
470
+ icon: `${baseImgUrl}/jordan.png`,
471
+ url: `${baseImgUrl}/jordan.png`,
472
+ geoIPCountryCode: 'JO',
473
+ },
474
+ {
475
+ id: 'kazakhstan',
476
+ value: '7',
477
+ label: '+7',
478
+ countryName: 'Kazakhstan',
479
+ icon: `${baseImgUrl}/Kazakhstan.png`,
480
+ url: `${baseImgUrl}/Kazakhstan.png`,
481
+ geoIPCountryCode: 'KZ',
482
+ },
483
+ {
484
+ id: 'kenya',
485
+ value: '254',
486
+ label: '+254',
487
+ countryName: 'Kenya',
488
+ icon: `${baseImgUrl}/kenya.png`,
489
+ url: `${baseImgUrl}/kenya.png`,
490
+ geoIPCountryCode: 'KE',
491
+ },
492
+ {
493
+ id: 'kuwait',
494
+ value: '965',
495
+ label: '+965',
496
+ countryName: 'Kuwait',
497
+ icon: `${baseImgUrl}/kuwait.png`,
498
+ url: `${baseImgUrl}/kuwait.png`,
499
+ geoIPCountryCode: 'KW',
500
+ },
501
+ {
502
+ id: 'kyrgyzstan',
503
+ value: '996',
504
+ label: '+996',
505
+ countryName: 'Kyrgyzstan',
506
+ icon: `${baseImgUrl}/Kyrgyzstan.png`,
507
+ url: `${baseImgUrl}/Kyrgyzstan.png`,
508
+ geoIPCountryCode: 'KG',
509
+ },
510
+ {
511
+ id: 'lebanon',
512
+ value: '961',
513
+ label: '+961',
514
+ countryName: 'Lebanon',
515
+ icon: `${baseImgUrl}/lebanon.png`,
516
+ url: `${baseImgUrl}/lebanon.png`,
517
+ geoIPCountryCode: 'LB',
518
+ },
519
+ {
520
+ id: 'lesotho',
521
+ value: '266',
522
+ label: '+266',
523
+ countryName: 'Lesotho',
524
+ icon: `${baseImgUrl}/Lesotho.png`,
525
+ url: `${baseImgUrl}/Lesotho.png`,
526
+ geoIPCountryCode: 'LS',
527
+ },
528
+ {
529
+ id: 'liberia',
530
+ value: '231',
531
+ label: '+231',
532
+ countryName: 'Liberia',
533
+ icon: `${baseImgUrl}/Liberia.png`,
534
+ url: `${baseImgUrl}/Liberia.png`,
535
+ geoIPCountryCode: 'LR',
536
+ },
537
+ {
538
+ id: 'libya',
539
+ value: '218',
540
+ label: '+218',
541
+ countryName: 'Libya',
542
+ icon: `${baseImgUrl}/Libya.png`,
543
+ url: `${baseImgUrl}/Libya.png`,
544
+ geoIPCountryCode: 'LY',
545
+ },
546
+ {
547
+ id: 'lithuania',
548
+ value: '370',
549
+ label: '+370',
550
+ countryName: 'Lithuania',
551
+ icon: `${baseImgUrl}/lithuania.png`,
552
+ url: `${baseImgUrl}/lithuania.png`,
553
+ geoIPCountryCode: 'LT',
554
+ },
555
+ {
556
+ id: 'malawi',
557
+ value: '265',
558
+ label: '+265',
559
+ countryName: 'Malawi',
560
+ icon: `${baseImgUrl}/Malawi.png`,
561
+ url: `${baseImgUrl}/Malawi.png`,
562
+ geoIPCountryCode: 'MW',
563
+ },
564
+ {
565
+ id: 'malaysia',
566
+ value: '60',
567
+ label: '+60',
568
+ countryName: 'Malaysia',
569
+ icon: `${baseImgUrl}/malaysia.png`,
570
+ url: `${baseImgUrl}/malaysia.png`,
571
+ geoIPCountryCode: 'MY',
572
+ },
573
+ {
574
+ id: 'mali',
575
+ value: '223',
576
+ label: '+223',
577
+ countryName: 'Mali',
578
+ icon: `${baseImgUrl}/Mali.png`,
579
+ url: `${baseImgUrl}/Mali.png`,
580
+ geoIPCountryCode: 'ML',
581
+ },
582
+ {
583
+ id: 'mauritius',
584
+ value: '230',
585
+ label: '+230',
586
+ countryName: 'Mauritius',
587
+ icon: `${baseImgUrl}/Mauritius.png`,
588
+ url: `${baseImgUrl}/Mauritius.png`,
589
+ geoIPCountryCode: 'MU',
590
+ },
591
+ {
592
+ id: 'mexico',
593
+ value: '52',
594
+ label: '+52',
595
+ countryName: 'Mexico',
596
+ icon: `${baseImgUrl}/mexico.png`,
597
+ url: `${baseImgUrl}/mexico.png`,
598
+ geoIPCountryCode: 'MX',
599
+ },
600
+ {
601
+ id: 'mongolia',
602
+ value: '976',
603
+ label: '+976',
604
+ countryName: 'Mongolia',
605
+ icon: `${baseImgUrl}/Mongolia.png`,
606
+ url: `${baseImgUrl}/Mongolia.png`,
607
+ geoIPCountryCode: 'MN',
608
+ },
609
+ {
610
+ id: 'morocco',
611
+ value: '212',
612
+ label: '+212',
613
+ countryName: 'Morocco',
614
+ icon: `${baseImgUrl}/morocco.png`,
615
+ url: `${baseImgUrl}/morocco.png`,
616
+ geoIPCountryCode: 'MA',
617
+ },
618
+ {
619
+ id: 'myanmar',
620
+ value: '95',
621
+ label: '+95',
622
+ countryName: 'Myanmar',
623
+ icon: `${baseImgUrl}/myanmar.png`,
624
+ url: `${baseImgUrl}/myanmar.png`,
625
+ geoIPCountryCode: 'MM',
626
+ },
627
+ {
628
+ id: 'namibia',
629
+ value: '264',
630
+ label: '+264',
631
+ countryName: 'Namibia',
632
+ icon: `${baseImgUrl}/Namibia.png`,
633
+ url: `${baseImgUrl}/Namibia.png`,
634
+ geoIPCountryCode: 'NA',
635
+ },
636
+ {
637
+ id: 'nepal',
638
+ value: '977',
639
+ label: '+977',
640
+ countryName: 'Nepal',
641
+ icon: `${baseImgUrl}/nepal.png`,
642
+ url: `${baseImgUrl}/nepal.png`,
643
+ geoIPCountryCode: 'NP',
644
+ },
645
+ {
646
+ id: 'netherlands',
647
+ value: '31',
648
+ label: '+31',
649
+ countryName: 'Netherlands',
650
+ icon: `${baseImgUrl}/netherlands.png`,
651
+ url: `${baseImgUrl}/netherlands.png`,
652
+ geoIPCountryCode: 'NL',
653
+ },
654
+ {
655
+ id: 'new-zealand',
656
+ value: '64',
657
+ label: '+64',
658
+ countryName: 'New Zealand',
659
+ icon: `${baseImgUrl}/new-zealand.png`,
660
+ url: `${baseImgUrl}/new-zealand.png`,
661
+ geoIPCountryCode: 'NZ',
662
+ },
663
+ {
664
+ id: 'niger',
665
+ value: '227',
666
+ label: '+227',
667
+ countryName: 'Niger',
668
+ icon: `${baseImgUrl}/Niger.png`,
669
+ url: `${baseImgUrl}/Niger.png`,
670
+ geoIPCountryCode: 'NE',
671
+ },
672
+ {
673
+ id: 'nigeria',
674
+ value: '234',
675
+ label: '+234',
676
+ countryName: 'Nigeria',
677
+ icon: `${baseImgUrl}/nigeria.png`,
678
+ url: `${baseImgUrl}/nigeria.png`,
679
+ geoIPCountryCode: 'NG',
680
+ },
681
+ {
682
+ id: 'northern-marianas-islands',
683
+ value: '1',
684
+ label: '+1',
685
+ countryName: 'Northern Marianas Islands',
686
+ icon: `${baseImgUrl}/northern-marianas-islands.png`,
687
+ url: `${baseImgUrl}/northern-marianas-islands.png`,
688
+ geoIPCountryCode: 'MP',
689
+ },
690
+ {
691
+ id: 'norway',
692
+ value: '47',
693
+ label: '+47',
694
+ countryName: 'Norway',
695
+ icon: `${baseImgUrl}/norway.png`,
696
+ url: `${baseImgUrl}/norway.png`,
697
+ geoIPCountryCode: 'NO',
698
+ },
699
+ {
700
+ id: 'oman',
701
+ value: '968',
702
+ label: '+968',
703
+ countryName: 'Oman',
704
+ icon: `${baseImgUrl}/oman.png`,
705
+ url: `${baseImgUrl}/oman.png`,
706
+ geoIPCountryCode: 'OM',
707
+ },
708
+ {
709
+ id: 'papua-new-guinea',
710
+ value: '675',
711
+ label: '+675',
712
+ countryName: 'Papua New Guinea',
713
+ icon: `${baseImgUrl}/Papua-New-Guinea.png`,
714
+ url: `${baseImgUrl}/Papua-New-Guinea.png`,
715
+ geoIPCountryCode: 'PG',
716
+ },
717
+ {
718
+ id: 'philippines',
719
+ value: '63',
720
+ label: '+63',
721
+ countryName: 'Philippines',
722
+ icon: `${baseImgUrl}/philippines.png`,
723
+ url: `${baseImgUrl}/philippines.png`,
724
+ geoIPCountryCode: 'PH',
725
+ },
726
+ {
727
+ id: 'poland',
728
+ value: '48',
729
+ label: '+48',
730
+ countryName: 'Poland',
731
+ icon: `${baseImgUrl}/poland.png`,
732
+ url: `${baseImgUrl}/poland.png`,
733
+ geoIPCountryCode: 'PL',
734
+ },
735
+ {
736
+ id: 'portugal',
737
+ value: '351',
738
+ label: '+351',
739
+ countryName: 'Portugal',
740
+ icon: `${baseImgUrl}/portugal.png`,
741
+ url: `${baseImgUrl}/portugal.png`,
742
+ geoIPCountryCode: 'PT',
743
+ },
744
+ {
745
+ id: 'puerto-rico',
746
+ value: '1',
747
+ label: '+1',
748
+ countryName: 'Puerto Rico',
749
+ icon: `${baseImgUrl}/puerto-rico.png`,
750
+ url: `${baseImgUrl}/puerto-rico.png`,
751
+ geoIPCountryCode: 'PR',
752
+ },
753
+ {
754
+ id: 'qatar',
755
+ value: '974',
756
+ label: '+974',
757
+ countryName: 'Qatar',
758
+ icon: `${baseImgUrl}/qatar.png`,
759
+ url: `${baseImgUrl}/qatar.png`,
760
+ geoIPCountryCode: 'QA',
761
+ },
762
+ {
763
+ id: 'romania',
764
+ value: '40',
765
+ label: '+40',
766
+ countryName: 'Romania',
767
+ icon: `${baseImgUrl}/romania.png`,
768
+ url: `${baseImgUrl}/romania.png`,
769
+ geoIPCountryCode: 'RO',
770
+ },
771
+ {
772
+ id: 'rwanda',
773
+ value: '250',
774
+ label: '+250',
775
+ countryName: 'Rwanda',
776
+ icon: `${baseImgUrl}/Rwanda.png`,
777
+ url: `${baseImgUrl}/Rwanda.png`,
778
+ geoIPCountryCode: 'RW',
779
+ },
780
+ {
781
+ id: 'saudi-arabia',
782
+ value: '966',
783
+ label: '+966',
784
+ countryName: 'Saudi Arabia',
785
+ icon: `${baseImgUrl}/saudi-arabia.png`,
786
+ url: `${baseImgUrl}/saudi-arabia.png`,
787
+ geoIPCountryCode: 'SA',
788
+ },
789
+ {
790
+ id: 'senegal',
791
+ value: '221',
792
+ label: '+221',
793
+ countryName: 'Senegal',
794
+ icon: `${baseImgUrl}/Senegal.png`,
795
+ url: `${baseImgUrl}/Senegal.png`,
796
+ geoIPCountryCode: 'SN',
797
+ },
798
+ {
799
+ id: 'sierra-leone',
800
+ value: '232',
801
+ label: '+232',
802
+ countryName: 'Sierra Leone',
803
+ icon: `${baseImgUrl}/Sierra-leone.png`,
804
+ url: `${baseImgUrl}/Sierra-leone.png`,
805
+ geoIPCountryCode: 'SL',
806
+ },
807
+ {
808
+ id: 'singapore',
809
+ value: '65',
810
+ label: '+65',
811
+ countryName: 'Singapore',
812
+ icon: `${baseImgUrl}/singapore.png`,
813
+ url: `${baseImgUrl}/singapore.png`,
814
+ geoIPCountryCode: 'SG',
815
+ },
816
+ {
817
+ id: 'somalia',
818
+ value: '252',
819
+ label: '+252',
820
+ countryName: 'Somalia',
821
+ icon: `${baseImgUrl}/Somalia.png`,
822
+ url: `${baseImgUrl}/Somalia.png`,
823
+ geoIPCountryCode: 'SO',
824
+ },
825
+ {
826
+ id: 'south Korea',
827
+ value: '82',
828
+ label: '+82',
829
+ countryName: 'South Korea',
830
+ icon: `${baseImgUrl}/south-korea.png`,
831
+ url: `${baseImgUrl}/south-korea.png`,
832
+ geoIPCountryCode: 'KR',
833
+ },
834
+ {
835
+ id: 'south-africa',
836
+ value: '27',
837
+ label: '+27',
838
+ countryName: 'South Africa',
839
+ icon: `${baseImgUrl}/south-africa.png`,
840
+ url: `${baseImgUrl}/south-africa.png`,
841
+ geoIPCountryCode: 'ZA',
842
+ },
843
+ {
844
+ id: 'spain',
845
+ value: '34',
846
+ label: '+34',
847
+ countryName: 'Spain',
848
+ icon: `${baseImgUrl}/spain.png`,
849
+ url: `${baseImgUrl}/spain.png`,
850
+ geoIPCountryCode: 'ES',
851
+ },
852
+ {
853
+ id: 'sri-lanka',
854
+ value: '94',
855
+ label: '+94',
856
+ countryName: 'Sri Lanka',
857
+ icon: `${baseImgUrl}/sri-lanka.png`,
858
+ url: `${baseImgUrl}/sri-lanka.png`,
859
+ geoIPCountryCode: 'LK',
860
+ },
861
+ {
862
+ id: 'sweden',
863
+ value: '46',
864
+ label: '+46',
865
+ countryName: 'Sweden',
866
+ icon: `${baseImgUrl}/sweden.png`,
867
+ url: `${baseImgUrl}/sweden.png`,
868
+ geoIPCountryCode: 'SE',
869
+ },
870
+ {
871
+ id: 'switzerland',
872
+ value: '41',
873
+ label: '+41',
874
+ countryName: 'Switzerland',
875
+ icon: `${baseImgUrl}/Switzerland.png`,
876
+ url: `${baseImgUrl}/Switzerland.png`,
877
+ geoIPCountryCode: 'CH',
878
+ },
879
+ {
880
+ id: 'syria',
881
+ value: '963',
882
+ label: '+963',
883
+ countryName: 'Syria',
884
+ icon: `${baseImgUrl}/Syria.png`,
885
+ url: `${baseImgUrl}/Syria.png`,
886
+ geoIPCountryCode: 'SY',
887
+ },
888
+ {
889
+ id: 'tanzania',
890
+ value: '255',
891
+ label: '+255',
892
+ countryName: 'Tanzania',
893
+ icon: `${baseImgUrl}/tanzania.png`,
894
+ url: `${baseImgUrl}/tanzania.png`,
895
+ geoIPCountryCode: 'TZ',
896
+ },
897
+ {
898
+ id: 'thailand',
899
+ value: '66',
900
+ label: '+66',
901
+ countryName: 'Thailand',
902
+ icon: `${baseImgUrl}/thailand.png`,
903
+ url: `${baseImgUrl}/thailand.png`,
904
+ geoIPCountryCode: 'TH',
905
+ },
906
+ {
907
+ id: 'tunisia',
908
+ value: '216',
909
+ label: '+216',
910
+ countryName: 'Tunisia',
911
+ icon: `${baseImgUrl}/Tunisia.png`,
912
+ url: `${baseImgUrl}/Tunisia.png`,
913
+ geoIPCountryCode: 'TN',
914
+ },
915
+ {
916
+ id: 'turkey',
917
+ value: '90',
918
+ label: '+90',
919
+ countryName: 'Turkey',
920
+ icon: `${baseImgUrl}/turkey.png`,
921
+ url: `${baseImgUrl}/turkey.png`,
922
+ geoIPCountryCode: 'TR',
923
+ },
924
+ {
925
+ id: 'uganda',
926
+ value: '256',
927
+ label: '+256',
928
+ countryName: 'Uganda',
929
+ icon: `${baseImgUrl}/Uganda.png`,
930
+ url: `${baseImgUrl}/Uganda.png`,
931
+ geoIPCountryCode: 'UG',
932
+ },
933
+ {
934
+ id: 'ukraine',
935
+ value: '380',
936
+ label: '+380',
937
+ countryName: 'Ukraine',
938
+ icon: `${baseImgUrl}/ukraine.png`,
939
+ url: `${baseImgUrl}/ukraine.png`,
940
+ geoIPCountryCode: 'UA',
941
+ },
942
+ {
943
+ id: 'united-arab-emirates',
944
+ value: '971',
945
+ label: '+971',
946
+ countryName: 'United Arab Emirates',
947
+ icon: `${baseImgUrl}/united-arab-emirates.png`,
948
+ url: `${baseImgUrl}/united-arab-emirates.png`,
949
+ geoIPCountryCode: 'AE',
950
+ },
951
+ {
952
+ id: 'united-kingdom',
953
+ value: '44',
954
+ label: '+44',
955
+ countryName: 'United Kingdom',
956
+ icon: `${baseImgUrl}/united-kingdom.png`,
957
+ url: `${baseImgUrl}/united-kingdom.png`,
958
+ geoIPCountryCode: 'GB',
959
+ },
960
+ {
961
+ id: 'uzbekistan',
962
+ value: '998',
963
+ label: '+998',
964
+ countryName: 'Uzbekistan',
965
+ icon: `${baseImgUrl}/uzbekistan.png`,
966
+ url: `${baseImgUrl}/uzbekistan.png`,
967
+ geoIPCountryCode: 'UZ',
968
+ },
969
+ {
970
+ id: 'vietnam',
971
+ value: '84',
972
+ label: '+84',
973
+ countryName: 'Vietnam',
974
+ icon: `${baseImgUrl}/vietnam.png`,
975
+ url: `${baseImgUrl}/vietnam.png`,
976
+ geoIPCountryCode: 'VN',
977
+ },
978
+ {
979
+ id: 'yemen',
980
+ value: '967',
981
+ label: '+967',
982
+ countryName: 'Yemen',
983
+ icon: `${baseImgUrl}/Yemen.png`,
984
+ url: `${baseImgUrl}/Yemen.png`,
985
+ geoIPCountryCode: 'YE',
986
+ },
987
+ {
988
+ id: 'zambia',
989
+ value: '260',
990
+ label: '+260',
991
+ countryName: 'Zambia',
992
+ icon: `${baseImgUrl}/zambia.png`,
993
+ url: `${baseImgUrl}/zambia.png`,
994
+ geoIPCountryCode: 'ZM',
995
+ },
996
+ ];
997
+ //# sourceMappingURL=country-code-map.js.map