@cuemath/leap 3.1.9 → 3.1.10-j1

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