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