react-gldn-kit 0.1.15 → 0.1.17

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/dist/index.js +1 -1
  2. package/dist/lib/components/Layouts/ModalLayout/index.js +2 -2
  3. package/dist/lib/components/Layouts/ModalLayout/types.d.ts +1 -0
  4. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/CountrySelector/index.js +1 -1
  5. package/dist/lib/components/Modals/Alert/components/LostPassword/components/LostPasswordEmailForm/index.d.ts +6 -0
  6. package/dist/lib/components/Modals/Alert/components/LostPassword/components/LostPasswordEmailForm/index.js +96 -0
  7. package/dist/lib/components/Modals/Alert/components/LostPassword/components/LostPasswordPhoneForm/index.d.ts +6 -0
  8. package/dist/lib/components/Modals/Alert/components/LostPassword/components/LostPasswordPhoneForm/index.js +74 -0
  9. package/dist/lib/components/Modals/Alert/components/LostPassword/constants.d.ts +5 -0
  10. package/dist/lib/components/Modals/Alert/components/LostPassword/constants.js +14 -0
  11. package/dist/lib/components/Modals/Alert/components/LostPassword/index.d.ts +6 -0
  12. package/dist/lib/components/Modals/Alert/components/LostPassword/index.js +53 -0
  13. package/dist/lib/components/Modals/Alert/components/LostPassword/types.d.ts +4 -0
  14. package/dist/lib/components/Modals/Alert/components/LostPassword/types.js +8 -0
  15. package/dist/lib/components/Modals/Alert/components/SetNewPassword/index.d.ts +6 -0
  16. package/dist/lib/components/Modals/Alert/components/SetNewPassword/index.js +56 -0
  17. package/dist/lib/components/Modals/Alert/index.js +20 -4
  18. package/dist/lib/components/Wheel/index.js +4 -4
  19. package/dist/lib/components/ui/Buttons/BaseButton/index.js +2 -2
  20. package/dist/lib/components/ui/Docs/index.js +1 -3
  21. package/dist/lib/components/ui/Footer/index.js +7 -2
  22. package/dist/lib/components/ui/Footer/types.d.ts +1 -0
  23. package/dist/lib/components/ui/Inputs/PhoneInput/index.js +1 -1
  24. package/dist/lib/components/ui/Timer/index.js +1 -1
  25. package/dist/lib/constants/mock.d.ts +0 -0
  26. package/dist/lib/constants/mock.js +0 -0
  27. package/dist/lib/constants/translates.d.ts +53 -0
  28. package/dist/lib/constants/translates.js +56 -0
  29. package/dist/lib/utils/shared.d.ts +2 -0
  30. package/dist/lib/utils/shared.js +48 -5
  31. package/dist/main.css +111 -85
  32. package/package.json +1 -1
  33. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/CountrySelector/constants.d.ts +0 -7
  34. package/dist/lib/components/Modals/Alert/components/Auth/SignUp/components/CountrySelector/constants.js +0 -815
@@ -1,815 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.COUNTRY_MOCK = void 0;
4
- exports.COUNTRY_MOCK = [
5
- { id: 643, code: 'RU', name: 'Russia', dialCode: '+7', imageCode: 'ru' },
6
- { id: 4, code: 'AFG', name: 'Afghanistan', dialCode: '+93', imageCode: 'af' },
7
- { id: 8, code: 'ALB', name: 'Albania', dialCode: '+355', imageCode: 'al' },
8
- { id: 12, code: 'DZA', name: 'Algeria', dialCode: '+213', imageCode: 'dz' },
9
- {
10
- id: 16,
11
- code: 'ASM',
12
- name: 'American Samoa',
13
- dialCode: '+1',
14
- imageCode: 'as',
15
- },
16
- { id: 20, code: 'AND', name: 'Andorra', dialCode: '+376', imageCode: 'ad' },
17
- { id: 24, code: 'AGO', name: 'Angola', dialCode: '+244', imageCode: 'ao' },
18
- {
19
- id: 660,
20
- code: 'AIA',
21
- name: 'Anguilla',
22
- dialCode: '+1264',
23
- imageCode: 'ai',
24
- },
25
- {
26
- id: 10,
27
- code: 'ATA',
28
- name: 'Antarctica',
29
- dialCode: '+672',
30
- imageCode: 'aq',
31
- },
32
- {
33
- id: 28,
34
- code: 'ATG',
35
- name: 'Antigua and Barbuda',
36
- dialCode: '+1268',
37
- imageCode: 'ag',
38
- },
39
- { id: 32, code: 'ARG', name: 'Argentina', dialCode: '+54', imageCode: 'ar' },
40
- { id: 51, code: 'ARM', name: 'Armenia', dialCode: '+374', imageCode: 'am' },
41
- { id: 40, code: 'AUT', name: 'Austria', dialCode: '+43', imageCode: 'at' },
42
- {
43
- id: 31,
44
- code: 'AZE',
45
- name: 'Azerbaijan',
46
- dialCode: '+994',
47
- imageCode: 'az',
48
- },
49
- { id: 44, code: 'BHS', name: 'Bahamas', dialCode: '+1242', imageCode: 'bs' },
50
- { id: 48, code: 'BHR', name: 'Bahrain', dialCode: '+973', imageCode: 'bh' },
51
- {
52
- id: 50,
53
- code: 'BGD',
54
- name: 'Bangladesh',
55
- dialCode: '+880',
56
- imageCode: 'bd',
57
- },
58
- { id: 52, code: 'BRB', name: 'Barbados', dialCode: '+1246', imageCode: 'bb' },
59
- { id: 56, code: 'BEL', name: 'Belgium', dialCode: '+32', imageCode: 'be' },
60
- { id: 84, code: 'BLZ', name: 'Belize', dialCode: '+501', imageCode: 'bz' },
61
- { id: 204, code: 'BEN', name: 'Benin', dialCode: '+229', imageCode: 'bj' },
62
- { id: 60, code: 'BMU', name: 'Bermuda', dialCode: '+1441', imageCode: 'bm' },
63
- { id: 64, code: 'BTN', name: 'Bhutan', dialCode: '+975', imageCode: 'bt' },
64
- {
65
- id: 68,
66
- code: 'BOL',
67
- name: 'Bolivia, Plurinational State of',
68
- dialCode: '+591',
69
- imageCode: 'bo',
70
- },
71
- {
72
- id: 70,
73
- code: 'BIH',
74
- name: 'Bosnia and Herzegovina',
75
- dialCode: '+387',
76
- imageCode: 'ba',
77
- },
78
- { id: 72, code: 'BWA', name: 'Botswana', dialCode: '+267', imageCode: 'bw' },
79
- {
80
- id: 74,
81
- code: 'BVT',
82
- name: 'Bouvet Island',
83
- dialCode: '+47',
84
- imageCode: 'bv',
85
- },
86
- { id: 76, code: 'BRA', name: 'Brazil', dialCode: '+55', imageCode: 'br' },
87
- {
88
- id: 86,
89
- code: 'IOT',
90
- name: 'British Indian Ocean Territory',
91
- dialCode: '+246',
92
- imageCode: 'io',
93
- },
94
- {
95
- id: 96,
96
- code: 'BRN',
97
- name: 'Brunei Darussalam',
98
- dialCode: '+673',
99
- imageCode: 'bn',
100
- },
101
- { id: 100, code: 'BGR', name: 'Bulgaria', dialCode: '+359', imageCode: 'bg' },
102
- {
103
- id: 854,
104
- code: 'BFA',
105
- name: 'Burkina Faso',
106
- dialCode: '+226',
107
- imageCode: 'bf',
108
- },
109
- { id: 108, code: 'BDI', name: 'Burundi', dialCode: '+257', imageCode: 'bi' },
110
- { id: 116, code: 'KHM', name: 'Cambodia', dialCode: '+855', imageCode: 'kh' },
111
- { id: 120, code: 'CMR', name: 'Cameroon', dialCode: '+237', imageCode: 'cm' },
112
- { id: 124, code: 'CAN', name: 'Canada', dialCode: '+1', imageCode: 'ca' },
113
- {
114
- id: 132,
115
- code: 'CPV',
116
- name: 'Cape Verde',
117
- dialCode: '+238',
118
- imageCode: 'cv',
119
- },
120
- {
121
- id: 136,
122
- code: 'CYM',
123
- name: 'Cayman Islands',
124
- dialCode: '+345',
125
- imageCode: 'ky',
126
- },
127
- {
128
- id: 140,
129
- code: 'CAF',
130
- name: 'Central African Republic',
131
- dialCode: '+236',
132
- imageCode: 'cf',
133
- },
134
- { id: 148, code: 'TCD', name: 'Chad', dialCode: '+235', imageCode: 'td' },
135
- { id: 152, code: 'CHL', name: 'Chile', dialCode: '+56', imageCode: 'cl' },
136
- { id: 156, code: 'CHN', name: 'China', dialCode: '+86', imageCode: 'cn' },
137
- {
138
- id: 162,
139
- code: 'CXR',
140
- name: 'Christmas Island',
141
- dialCode: '+61',
142
- imageCode: 'cx',
143
- },
144
- {
145
- id: 166,
146
- code: 'CCK',
147
- name: 'Cocos (Keeling) Islands',
148
- dialCode: '+61',
149
- imageCode: 'cc',
150
- },
151
- { id: 170, code: 'COL', name: 'Colombia', dialCode: '+57', imageCode: 'co' },
152
- { id: 174, code: 'COM', name: 'Comoros', dialCode: '+269', imageCode: 'km' },
153
- { id: 178, code: 'COG', name: 'Congo', dialCode: '+242', imageCode: 'cg' },
154
- {
155
- id: 180,
156
- code: 'COD',
157
- name: 'Congo, the Democratic Republic of the',
158
- dialCode: '+243',
159
- imageCode: 'cd',
160
- },
161
- {
162
- id: 184,
163
- code: 'COK',
164
- name: 'Cook Islands',
165
- dialCode: '+682',
166
- imageCode: 'ck',
167
- },
168
- {
169
- id: 188,
170
- code: 'CRI',
171
- name: 'Costa Rica',
172
- dialCode: '+506',
173
- imageCode: 'cr',
174
- },
175
- {
176
- id: 384,
177
- code: 'CIV',
178
- name: 'Cote ',
179
- dialCode: '+225',
180
- imageCode: 'ci',
181
- },
182
- { id: 191, code: 'HRV', name: 'Croatia', dialCode: '+385', imageCode: 'hr' },
183
- { id: 192, code: 'CUB', name: 'Cuba', dialCode: '+53', imageCode: 'cu' },
184
- {
185
- id: 203,
186
- code: 'CZE',
187
- name: 'Czech Republic',
188
- dialCode: '+420',
189
- imageCode: 'cz',
190
- },
191
- { id: 208, code: 'DNK', name: 'Denmark', dialCode: '+45', imageCode: 'dk' },
192
- { id: 262, code: 'DJI', name: 'Djibouti', dialCode: '+253', imageCode: 'dj' },
193
- {
194
- id: 212,
195
- code: 'DMA',
196
- name: 'Dominica',
197
- dialCode: '+1767',
198
- imageCode: 'dm',
199
- },
200
- {
201
- id: 214,
202
- code: 'DOM',
203
- name: 'Dominican Republic',
204
- dialCode: '+1849',
205
- imageCode: 'do',
206
- },
207
- { id: 218, code: 'ECU', name: 'Ecuador', dialCode: '+593', imageCode: 'ec' },
208
- { id: 818, code: 'EGY', name: 'Egypt', dialCode: '+20', imageCode: 'eg' },
209
- {
210
- id: 222,
211
- code: 'SLV',
212
- name: 'El Salvador',
213
- dialCode: '+503',
214
- imageCode: 'sv',
215
- },
216
- {
217
- id: 226,
218
- code: 'GNQ',
219
- name: 'Equatorial Guinea',
220
- dialCode: '+240',
221
- imageCode: 'gq',
222
- },
223
- { id: 232, code: 'ERI', name: 'Eritrea', dialCode: '+291', imageCode: 'er' },
224
- { id: 233, code: 'EST', name: 'Estonia', dialCode: '+372', imageCode: 'ee' },
225
- { id: 231, code: 'ETH', name: 'Ethiopia', dialCode: '+251', imageCode: 'et' },
226
- {
227
- id: 238,
228
- code: 'FLK',
229
- name: 'Falkland Islands (Malvinas)',
230
- dialCode: '+500',
231
- imageCode: 'fk',
232
- },
233
- {
234
- id: 234,
235
- code: 'FRO',
236
- name: 'Faroe Islands',
237
- dialCode: '+298',
238
- imageCode: 'fo',
239
- },
240
- { id: 242, code: 'FJI', name: 'Fiji', dialCode: '+679', imageCode: 'fj' },
241
- { id: 246, code: 'FIN', name: 'Finland', dialCode: '+358', imageCode: 'fi' },
242
- { id: 266, code: 'GAB', name: 'Gabon', dialCode: '+241', imageCode: 'ga' },
243
- { id: 270, code: 'GMB', name: 'Gambia', dialCode: '+220', imageCode: 'gm' },
244
- { id: 268, code: 'GEO', name: 'Georgia', dialCode: '+995', imageCode: 'ge' },
245
- { id: 276, code: 'DEU', name: 'Germany', dialCode: '+49', imageCode: 'de' },
246
- { id: 288, code: 'GHA', name: 'Ghana', dialCode: '+233', imageCode: 'gh' },
247
- {
248
- id: 292,
249
- code: 'GIB',
250
- name: 'Gibraltar',
251
- dialCode: '+350',
252
- imageCode: 'gi',
253
- },
254
- { id: 300, code: 'GRC', name: 'Greece', dialCode: '+30', imageCode: 'gr' },
255
- {
256
- id: 304,
257
- code: 'GRL',
258
- name: 'Greenland',
259
- dialCode: '+299',
260
- imageCode: 'gl',
261
- },
262
- { id: 308, code: 'GRD', name: 'Grenada', dialCode: '+1473', imageCode: 'gd' },
263
- {
264
- id: 312,
265
- code: 'GLP',
266
- name: 'Guadeloupe',
267
- dialCode: '+590',
268
- imageCode: 'gp',
269
- },
270
- { id: 316, code: 'GUM', name: 'Guam', dialCode: '+1671', imageCode: 'gu' },
271
- {
272
- id: 320,
273
- code: 'GTM',
274
- name: 'Guatemala',
275
- dialCode: '+502',
276
- imageCode: 'gt',
277
- },
278
- { id: 831, code: 'GGY', name: 'Guernsey', dialCode: '+44', imageCode: 'gg' },
279
- { id: 324, code: 'GIN', name: 'Guinea', dialCode: '+224', imageCode: 'gn' },
280
- {
281
- id: 624,
282
- code: 'GNB',
283
- name: 'Guinea-Bissau',
284
- dialCode: '+245',
285
- imageCode: 'gw',
286
- },
287
- { id: 328, code: 'GUY', name: 'Guyana', dialCode: '+595', imageCode: 'gy' },
288
- { id: 332, code: 'HTI', name: 'Haiti', dialCode: '+509', imageCode: 'ht' },
289
- {
290
- id: 334,
291
- code: 'HMD',
292
- name: 'Heard Island and McDonald Islands',
293
- dialCode: '+672',
294
- imageCode: 'hm',
295
- },
296
- {
297
- id: 336,
298
- code: 'VAT',
299
- name: 'Holy See (Vatican City State)',
300
- dialCode: '+379',
301
- imageCode: 'va',
302
- },
303
- { id: 340, code: 'HND', name: 'Honduras', dialCode: '+504', imageCode: 'hn' },
304
- {
305
- id: 344,
306
- code: 'HKG',
307
- name: 'Hong Kong',
308
- dialCode: '+852',
309
- imageCode: 'hk',
310
- },
311
- { id: 348, code: 'HUN', name: 'Hungary', dialCode: '+36', imageCode: 'hu' },
312
- { id: 352, code: 'ISL', name: 'Iceland', dialCode: '+354', imageCode: 'is' },
313
- { id: 356, code: 'IND', name: 'India', dialCode: '+91', imageCode: 'in' },
314
- { id: 360, code: 'IDN', name: 'Indonesia', dialCode: '+62', imageCode: 'id' },
315
- {
316
- id: 364,
317
- code: 'IRN',
318
- name: 'Iran, Islamic Republic of',
319
- dialCode: '+98',
320
- imageCode: 'ir',
321
- },
322
- { id: 368, code: 'IRQ', name: 'Iraq', dialCode: '+964', imageCode: 'iq' },
323
- { id: 372, code: 'IRL', name: 'Ireland', dialCode: '+353', imageCode: 'ie' },
324
- {
325
- id: 833,
326
- code: 'IMN',
327
- name: 'Isle of Man',
328
- dialCode: '+44',
329
- imageCode: 'im',
330
- },
331
- { id: 376, code: 'ISR', name: 'Israel', dialCode: '+972', imageCode: 'il' },
332
- { id: 380, code: 'ITA', name: 'Italy', dialCode: '+39', imageCode: 'it' },
333
- { id: 388, code: 'JAM', name: 'Jamaica', dialCode: '+1876', imageCode: 'jm' },
334
- { id: 392, code: 'JPN', name: 'Japan', dialCode: '+81', imageCode: 'jp' },
335
- { id: 832, code: 'JEY', name: 'Jersey', dialCode: '+44', imageCode: 'je' },
336
- { id: 400, code: 'JOR', name: 'Jordan', dialCode: '+962', imageCode: 'jo' },
337
- {
338
- id: 398,
339
- code: 'KAZ',
340
- name: 'Kazakhstan',
341
- dialCode: '+77',
342
- imageCode: 'kz',
343
- },
344
- { id: 404, code: 'KEN', name: 'Kenya', dialCode: '+254', imageCode: 'ke' },
345
- { id: 296, code: 'KIR', name: 'Kiribati', dialCode: '+686', imageCode: 'ki' },
346
- {
347
- id: 408,
348
- code: 'PRK',
349
- name: 'Korea',
350
- dialCode: '+850',
351
- imageCode: 'kp',
352
- },
353
- {
354
- id: 410,
355
- code: 'KOR',
356
- name: 'Korea, Republic of',
357
- dialCode: '+82',
358
- imageCode: 'kr',
359
- },
360
- { id: 414, code: 'KWT', name: 'Kuwait', dialCode: '+965', imageCode: 'kw' },
361
- {
362
- id: 417,
363
- code: 'KGZ',
364
- name: 'Kyrgyzstan',
365
- dialCode: '+996',
366
- imageCode: 'kg',
367
- },
368
- {
369
- id: 248,
370
- code: 'ALA',
371
- name: 'Åland Islands',
372
- dialCode: '+358',
373
- imageCode: 'ax',
374
- },
375
- {
376
- id: 418,
377
- code: 'LAO',
378
- name: 'Lao',
379
- dialCode: '+856',
380
- imageCode: 'la',
381
- },
382
- { id: 428, code: 'LVA', name: 'Latvia', dialCode: '+371', imageCode: 'lv' },
383
- { id: 422, code: 'LBN', name: 'Lebanon', dialCode: '+961', imageCode: 'lb' },
384
- { id: 426, code: 'LSO', name: 'Lesotho', dialCode: '+266', imageCode: 'ls' },
385
- { id: 430, code: 'LBR', name: 'Liberia', dialCode: '+231', imageCode: 'lr' },
386
- {
387
- id: 434,
388
- code: 'LBY',
389
- name: 'Libyan Arab Jamahiriya',
390
- dialCode: '+218',
391
- imageCode: 'ly',
392
- },
393
- {
394
- id: 438,
395
- code: 'LIE',
396
- name: 'Liechtenstein',
397
- dialCode: '+423',
398
- imageCode: 'li',
399
- },
400
- {
401
- id: 440,
402
- code: 'LTU',
403
- name: 'Lithuania',
404
- dialCode: '+370',
405
- imageCode: 'lt',
406
- },
407
- {
408
- id: 442,
409
- code: 'LUX',
410
- name: 'Luxembourg',
411
- dialCode: '+352',
412
- imageCode: 'lu',
413
- },
414
- { id: 446, code: 'MAC', name: 'Macao', dialCode: '+853', imageCode: 'mo' },
415
- {
416
- id: 807,
417
- code: 'MKD',
418
- name: 'Macedonia, the former Yugoslav Republic of',
419
- dialCode: '+389',
420
- imageCode: 'mk',
421
- },
422
- {
423
- id: 450,
424
- code: 'MDG',
425
- name: 'Madagascar',
426
- dialCode: '+261',
427
- imageCode: 'mg',
428
- },
429
- { id: 454, code: 'MWI', name: 'Malawi', dialCode: '+265', imageCode: 'mw' },
430
- { id: 458, code: 'MYS', name: 'Malaysia', dialCode: '+60', imageCode: 'my' },
431
- { id: 462, code: 'MDV', name: 'Maldives', dialCode: '+960', imageCode: 'mv' },
432
- { id: 466, code: 'MLI', name: 'Mali', dialCode: '+223', imageCode: 'ml' },
433
- { id: 470, code: 'MLT', name: 'Malta', dialCode: '+356', imageCode: 'mt' },
434
- {
435
- id: 584,
436
- code: 'MHL',
437
- name: 'Marshall Islands',
438
- dialCode: '+692',
439
- imageCode: 'mh',
440
- },
441
- {
442
- id: 474,
443
- code: 'MTQ',
444
- name: 'Martinique',
445
- dialCode: '+596',
446
- imageCode: 'mq',
447
- },
448
- {
449
- id: 478,
450
- code: 'MRT',
451
- name: 'Mauritania',
452
- dialCode: '+222',
453
- imageCode: 'mr',
454
- },
455
- {
456
- id: 480,
457
- code: 'MUS',
458
- name: 'Mauritius',
459
- dialCode: '+230',
460
- imageCode: 'mu',
461
- },
462
- { id: 175, code: 'MYT', name: 'Mayotte', dialCode: '+262', imageCode: 'yt' },
463
- { id: 484, code: 'MEX', name: 'Mexico', dialCode: '+52', imageCode: 'mx' },
464
- {
465
- id: 583,
466
- code: 'FSM',
467
- name: 'Micronesia, Federated States of',
468
- dialCode: '+691',
469
- imageCode: 'fm',
470
- },
471
- {
472
- id: 498,
473
- code: 'MDA',
474
- name: 'Moldova, Republic of',
475
- dialCode: '+373',
476
- imageCode: 'md',
477
- },
478
- { id: 492, code: 'MCO', name: 'Monaco', dialCode: '+377', imageCode: 'mc' },
479
- { id: 496, code: 'MNG', name: 'Mongolia', dialCode: '+976', imageCode: 'mn' },
480
- {
481
- id: 499,
482
- code: 'MNE',
483
- name: 'Montenegro',
484
- dialCode: '+382',
485
- imageCode: 'me',
486
- },
487
- {
488
- id: 500,
489
- code: 'MSR',
490
- name: 'Montserrat',
491
- dialCode: '+1664',
492
- imageCode: 'ms',
493
- },
494
- { id: 504, code: 'MAR', name: 'Morocco', dialCode: '+212', imageCode: 'ma' },
495
- {
496
- id: 508,
497
- code: 'MOZ',
498
- name: 'Mozambique',
499
- dialCode: '+258',
500
- imageCode: 'mz',
501
- },
502
- { id: 104, code: 'MMR', name: 'Myanmar', dialCode: '+95', imageCode: 'mm' },
503
- { id: 516, code: 'NAM', name: 'Namibia', dialCode: '+264', imageCode: 'na' },
504
- { id: 520, code: 'NRU', name: 'Nauru', dialCode: '+674', imageCode: 'nr' },
505
- { id: 524, code: 'NPL', name: 'Nepal', dialCode: '+977', imageCode: 'np' },
506
- {
507
- id: 540,
508
- code: 'NCL',
509
- name: 'New Caledonia',
510
- dialCode: '+687',
511
- imageCode: 'nc',
512
- },
513
- {
514
- id: 554,
515
- code: 'NZL',
516
- name: 'New Zealand',
517
- dialCode: '+64',
518
- imageCode: 'nz',
519
- },
520
- {
521
- id: 558,
522
- code: 'NIC',
523
- name: 'Nicaragua',
524
- dialCode: '+505',
525
- imageCode: 'ni',
526
- },
527
- { id: 562, code: 'NER', name: 'Niger', dialCode: '+227', imageCode: 'ne' },
528
- { id: 566, code: 'NGA', name: 'Nigeria', dialCode: '+234', imageCode: 'ng' },
529
- { id: 570, code: 'NIU', name: 'Niue', dialCode: '+683', imageCode: 'nu' },
530
- { id: 578, code: 'NOR', name: 'Norway', dialCode: '+47', imageCode: 'no' },
531
- { id: 512, code: 'OMN', name: 'Oman', dialCode: '+968', imageCode: 'om' },
532
- { id: 586, code: 'PAK', name: 'Pakistan', dialCode: '+92', imageCode: 'pk' },
533
- { id: 585, code: 'PLW', name: 'Palau', dialCode: '+680', imageCode: 'pw' },
534
- {
535
- id: 275,
536
- code: 'PSE',
537
- name: 'Palestinian Territory, Occupied',
538
- dialCode: '+970',
539
- imageCode: 'ps',
540
- },
541
- { id: 591, code: 'PAN', name: 'Panama', dialCode: '+507', imageCode: 'pa' },
542
- {
543
- id: 598,
544
- code: 'PNG',
545
- name: 'Papua New Guinea',
546
- dialCode: '+675',
547
- imageCode: 'pg',
548
- },
549
- { id: 600, code: 'PRY', name: 'Paraguay', dialCode: '+595', imageCode: 'py' },
550
- { id: 604, code: 'PER', name: 'Peru', dialCode: '+51', imageCode: 'pe' },
551
- {
552
- id: 608,
553
- code: 'PHL',
554
- name: 'Philippines',
555
- dialCode: '+63',
556
- imageCode: 'ph',
557
- },
558
- { id: 612, code: 'PCN', name: 'Pitcairn', dialCode: '+872', imageCode: 'pn' },
559
- { id: 616, code: 'POL', name: 'Poland', dialCode: '+48', imageCode: 'pl' },
560
- { id: 620, code: 'PRT', name: 'Portugal', dialCode: '+351', imageCode: 'pt' },
561
- {
562
- id: 630,
563
- code: 'PRI',
564
- name: 'Puerto Rico',
565
- dialCode: '+1939',
566
- imageCode: 'pr',
567
- },
568
- { id: 634, code: 'QAT', name: 'Qatar', dialCode: '+974', imageCode: 'qa' },
569
- { id: 638, code: 'REU', name: 'Reunion', dialCode: '+262', imageCode: 're' },
570
- { id: 642, code: 'ROU', name: 'Romania', dialCode: '+40', imageCode: 'ro' },
571
- { id: 646, code: 'RWA', name: 'Rwanda', dialCode: '+250', imageCode: 'rw' },
572
- {
573
- id: 652,
574
- code: 'BLM',
575
- name: 'Saint Barthelemy',
576
- dialCode: '+590',
577
- imageCode: 'bl',
578
- },
579
- {
580
- id: 654,
581
- code: 'SHN',
582
- name: 'Saint Helena, Ascension and Tristan da Cunha',
583
- dialCode: '+290',
584
- imageCode: 'sh',
585
- },
586
- {
587
- id: 659,
588
- code: 'KNA',
589
- name: 'Saint Kitts and Nevis',
590
- dialCode: '+1869',
591
- imageCode: 'kn',
592
- },
593
- {
594
- id: 666,
595
- code: 'SPM',
596
- name: 'Saint Pierre and Miquelon',
597
- dialCode: '+508',
598
- imageCode: 'pm',
599
- },
600
- {
601
- id: 670,
602
- code: 'VCT',
603
- name: 'Saint Vincent and the Grenadines',
604
- dialCode: '+1784',
605
- imageCode: 'vc',
606
- },
607
- { id: 882, code: 'WSM', name: 'Samoa', dialCode: '+685', imageCode: 'ws' },
608
- {
609
- id: 674,
610
- code: 'SMR',
611
- name: 'San Marino',
612
- dialCode: '+378',
613
- imageCode: 'sm',
614
- },
615
- {
616
- id: 678,
617
- code: 'STP',
618
- name: 'Sao Tome and Principe',
619
- dialCode: '+239',
620
- imageCode: 'st',
621
- },
622
- {
623
- id: 682,
624
- code: 'SAU',
625
- name: 'Saudi Arabia',
626
- dialCode: '+966',
627
- imageCode: 'sa',
628
- },
629
- { id: 686, code: 'SEN', name: 'Senegal', dialCode: '+221', imageCode: 'sn' },
630
- { id: 688, code: 'SRB', name: 'Serbia', dialCode: '+381', imageCode: 'rs' },
631
- {
632
- id: 690,
633
- code: 'SYC',
634
- name: 'Seychelles',
635
- dialCode: '+248',
636
- imageCode: 'sc',
637
- },
638
- {
639
- id: 694,
640
- code: 'SLE',
641
- name: 'Sierra Leone',
642
- dialCode: '+232',
643
- imageCode: 'sl',
644
- },
645
- { id: 702, code: 'SGP', name: 'Singapore', dialCode: '+65', imageCode: 'sg' },
646
- { id: 703, code: 'SVK', name: 'Slovakia', dialCode: '+421', imageCode: 'sk' },
647
- { id: 705, code: 'SVN', name: 'Slovenia', dialCode: '+386', imageCode: 'si' },
648
- {
649
- id: 90,
650
- code: 'SLB',
651
- name: 'Solomon Islands',
652
- dialCode: '+677',
653
- imageCode: 'sb',
654
- },
655
- { id: 706, code: 'SOM', name: 'Somalia', dialCode: '+252', imageCode: 'so' },
656
- {
657
- id: 710,
658
- code: 'ZAF',
659
- name: 'South Africa',
660
- dialCode: '+27',
661
- imageCode: 'za',
662
- },
663
- {
664
- id: 239,
665
- code: 'SGS',
666
- name: 'South Georgia and the South Sandwich Islands',
667
- dialCode: '+500',
668
- imageCode: 'gs',
669
- },
670
- { id: 144, code: 'LKA', name: 'Sri Lanka', dialCode: '+94', imageCode: 'lk' },
671
- { id: 736, code: 'SDN', name: 'Sudan', dialCode: '+249', imageCode: 'sd' },
672
- { id: 740, code: 'SUR', name: 'Suriname', dialCode: '+597', imageCode: 'sr' },
673
- {
674
- id: 744,
675
- code: 'SJM',
676
- name: 'Svalbard and Jan Mayen',
677
- dialCode: '+47',
678
- imageCode: 'sj',
679
- },
680
- {
681
- id: 748,
682
- code: 'SWZ',
683
- name: 'Swaziland',
684
- dialCode: '+268',
685
- imageCode: 'sz',
686
- },
687
- { id: 752, code: 'SWE', name: 'Sweden', dialCode: '+46', imageCode: 'se' },
688
- {
689
- id: 756,
690
- code: 'CHE',
691
- name: 'Switzerland',
692
- dialCode: '+41',
693
- imageCode: 'ch',
694
- },
695
- {
696
- id: 760,
697
- code: 'SYR',
698
- name: 'Syrian Arab Republic',
699
- dialCode: '+963',
700
- imageCode: 'sy',
701
- },
702
- {
703
- id: 158,
704
- code: 'TWN',
705
- name: 'Taiwan, Province of China',
706
- dialCode: '+886',
707
- imageCode: 'tw',
708
- },
709
- {
710
- id: 762,
711
- code: 'TJK',
712
- name: 'Tajikistan',
713
- dialCode: '+992',
714
- imageCode: 'tj',
715
- },
716
- {
717
- id: 834,
718
- code: 'TZA',
719
- name: 'Tanzania, United Republic of',
720
- dialCode: '+255',
721
- imageCode: 'tz',
722
- },
723
- { id: 764, code: 'THA', name: 'Thailand', dialCode: '+66', imageCode: 'th' },
724
- {
725
- id: 626,
726
- code: 'TLS',
727
- name: 'Timor-Leste',
728
- dialCode: '+670',
729
- imageCode: 'tl',
730
- },
731
- { id: 768, code: 'TGO', name: 'Togo', dialCode: '+228', imageCode: 'tg' },
732
- { id: 772, code: 'TKL', name: 'Tokelau', dialCode: '+690', imageCode: 'tk' },
733
- { id: 776, code: 'TON', name: 'Tonga', dialCode: '+676', imageCode: 'to' },
734
- {
735
- id: 780,
736
- code: 'TTO',
737
- name: 'Trinidad and Tobago',
738
- dialCode: '+1868',
739
- imageCode: 'tt',
740
- },
741
- { id: 788, code: 'TUN', name: 'Tunisia', dialCode: '+216', imageCode: 'tn' },
742
- { id: 792, code: 'TUR', name: 'Turkey', dialCode: '+90', imageCode: 'tr' },
743
- {
744
- id: 795,
745
- code: 'TKM',
746
- name: 'Turkmenistan',
747
- dialCode: '+993',
748
- imageCode: 'tm',
749
- },
750
- {
751
- id: 796,
752
- code: 'TCA',
753
- name: 'Turks and Caicos Islands',
754
- dialCode: '+1649',
755
- imageCode: 'tc',
756
- },
757
- { id: 798, code: 'TUV', name: 'Tuvalu', dialCode: '+688', imageCode: 'tv' },
758
- { id: 800, code: 'UGA', name: 'Uganda', dialCode: '+256', imageCode: 'ug' },
759
- { id: 804, code: 'UKR', name: 'Ukraine', dialCode: '+380', imageCode: 'ua' },
760
- {
761
- id: 784,
762
- code: 'ARE',
763
- name: 'United Arab Emirates',
764
- dialCode: '+971',
765
- imageCode: 'ae',
766
- },
767
- { id: 858, code: 'URY', name: 'Uruguay', dialCode: '+598', imageCode: 'uy' },
768
- {
769
- id: 860,
770
- code: 'UZB',
771
- name: 'Uzbekistan',
772
- dialCode: '+998',
773
- imageCode: 'uz',
774
- },
775
- { id: 548, code: 'VUT', name: 'Vanuatu', dialCode: '+678', imageCode: 'vu' },
776
- {
777
- id: 862,
778
- code: 'VEN',
779
- name: 'Venezuela, Bolivarian Republic of',
780
- dialCode: '+58',
781
- imageCode: 've',
782
- },
783
- { id: 704, code: 'VNM', name: 'Viet Nam', dialCode: '+84', imageCode: 'vn' },
784
- {
785
- id: 92,
786
- code: 'VGB',
787
- name: 'Virgin Islands, British',
788
- dialCode: '+1284',
789
- imageCode: 'vg',
790
- },
791
- {
792
- id: 850,
793
- code: 'VIR',
794
- name: 'Virgin Islands, U.S.',
795
- dialCode: '+1340',
796
- imageCode: 'vi',
797
- },
798
- {
799
- id: 876,
800
- code: 'WLF',
801
- name: 'Wallis and Futuna',
802
- dialCode: '+681',
803
- imageCode: 'wf',
804
- },
805
- {
806
- id: 732,
807
- code: 'ESH',
808
- name: 'Western Sahara',
809
- dialCode: '+212',
810
- imageCode: 'eh',
811
- },
812
- { id: 887, code: 'YEM', name: 'Yemen', dialCode: '+967', imageCode: 'ye' },
813
- { id: 894, code: 'ZMB', name: 'Zambia', dialCode: '+260', imageCode: 'zm' },
814
- { id: 716, code: 'ZWE', name: 'Zimbabwe', dialCode: '+263', imageCode: 'zw' },
815
- ];