@veeqo/ui 12.5.1 → 13.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/dist/components/PhoneInput/PhoneInput.cjs +50 -0
  2. package/dist/components/PhoneInput/PhoneInput.cjs.map +1 -0
  3. package/dist/components/PhoneInput/PhoneInput.d.ts +3 -0
  4. package/dist/components/PhoneInput/PhoneInput.js +44 -0
  5. package/dist/components/PhoneInput/PhoneInput.js.map +1 -0
  6. package/dist/components/PhoneInput/PhoneInput.module.scss.cjs +9 -0
  7. package/dist/components/PhoneInput/PhoneInput.module.scss.cjs.map +1 -0
  8. package/dist/components/PhoneInput/PhoneInput.module.scss.js +7 -0
  9. package/dist/components/PhoneInput/PhoneInput.module.scss.js.map +1 -0
  10. package/dist/components/PhoneInput/components/SelectedCountry.cjs +18 -0
  11. package/dist/components/PhoneInput/components/SelectedCountry.cjs.map +1 -0
  12. package/dist/components/PhoneInput/components/SelectedCountry.d.ts +5 -0
  13. package/dist/components/PhoneInput/components/SelectedCountry.js +12 -0
  14. package/dist/components/PhoneInput/components/SelectedCountry.js.map +1 -0
  15. package/dist/components/PhoneInput/constants.cjs +1243 -0
  16. package/dist/components/PhoneInput/constants.cjs.map +1 -0
  17. package/dist/components/PhoneInput/constants.d.ts +4 -0
  18. package/dist/components/PhoneInput/constants.js +1239 -0
  19. package/dist/components/PhoneInput/constants.js.map +1 -0
  20. package/dist/components/PhoneInput/hooks/useApplyCountryCode.cjs +48 -0
  21. package/dist/components/PhoneInput/hooks/useApplyCountryCode.cjs.map +1 -0
  22. package/dist/components/PhoneInput/hooks/useApplyCountryCode.d.ts +11 -0
  23. package/dist/components/PhoneInput/hooks/useApplyCountryCode.js +46 -0
  24. package/dist/components/PhoneInput/hooks/useApplyCountryCode.js.map +1 -0
  25. package/dist/components/PhoneInput/index.cjs +11 -0
  26. package/dist/components/PhoneInput/index.cjs.map +1 -0
  27. package/dist/components/PhoneInput/index.d.ts +308 -0
  28. package/dist/components/PhoneInput/index.js +9 -0
  29. package/dist/components/PhoneInput/index.js.map +1 -0
  30. package/dist/components/PhoneInput/types.d.ts +25 -0
  31. package/dist/components/PhoneInput/utils/utils.cjs +69 -0
  32. package/dist/components/PhoneInput/utils/utils.cjs.map +1 -0
  33. package/dist/components/PhoneInput/utils/utils.d.ts +14 -0
  34. package/dist/components/PhoneInput/utils/utils.js +60 -0
  35. package/dist/components/PhoneInput/utils/utils.js.map +1 -0
  36. package/dist/components/SelectDropdown/SelectDropdown.cjs +2 -3
  37. package/dist/components/SelectDropdown/SelectDropdown.cjs.map +1 -1
  38. package/dist/components/SelectDropdown/SelectDropdown.d.ts +1 -1
  39. package/dist/components/SelectDropdown/SelectDropdown.js +2 -3
  40. package/dist/components/SelectDropdown/SelectDropdown.js.map +1 -1
  41. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.cjs +2 -2
  42. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.cjs.map +1 -1
  43. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.d.ts +1 -1
  44. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.js +2 -2
  45. package/dist/components/SelectDropdown/components/ItemContent/ItemContent.js.map +1 -1
  46. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.cjs +5 -3
  47. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.cjs.map +1 -1
  48. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.d.ts +2 -1
  49. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.js +5 -3
  50. package/dist/components/SelectDropdown/components/ItemContent/SelectionType.js.map +1 -1
  51. package/dist/components/SelectDropdown/components/ListItem/ListItem.cjs +2 -2
  52. package/dist/components/SelectDropdown/components/ListItem/ListItem.cjs.map +1 -1
  53. package/dist/components/SelectDropdown/components/ListItem/ListItem.d.ts +1 -1
  54. package/dist/components/SelectDropdown/components/ListItem/ListItem.js +2 -2
  55. package/dist/components/SelectDropdown/components/ListItem/ListItem.js.map +1 -1
  56. package/dist/components/SelectDropdown/components/types.d.ts +1 -0
  57. package/dist/components/SelectDropdown/types.d.ts +2 -1
  58. package/dist/components/UploadFile/UploadFile.cjs +64 -83
  59. package/dist/components/UploadFile/UploadFile.cjs.map +1 -1
  60. package/dist/components/UploadFile/UploadFile.js +67 -86
  61. package/dist/components/UploadFile/UploadFile.js.map +1 -1
  62. package/dist/components/UploadFile/components/DropCopy/DropCopy.cjs +28 -0
  63. package/dist/components/UploadFile/components/DropCopy/DropCopy.cjs.map +1 -0
  64. package/dist/components/UploadFile/components/DropCopy/DropCopy.d.ts +2 -0
  65. package/dist/components/UploadFile/components/DropCopy/DropCopy.js +22 -0
  66. package/dist/components/UploadFile/components/DropCopy/DropCopy.js.map +1 -0
  67. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.cjs +6 -6
  68. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.cjs.map +1 -1
  69. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.js +6 -6
  70. package/dist/components/UploadFile/components/UploadCopy/UploadCopy.js.map +1 -1
  71. package/dist/components/UploadFile/constants.cjs +71 -8
  72. package/dist/components/UploadFile/constants.cjs.map +1 -1
  73. package/dist/components/UploadFile/constants.d.ts +57 -5
  74. package/dist/components/UploadFile/constants.js +69 -9
  75. package/dist/components/UploadFile/constants.js.map +1 -1
  76. package/dist/components/UploadFile/hooks/useUploadFile/index.d.ts +1 -0
  77. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.cjs +65 -0
  78. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.cjs.map +1 -0
  79. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.d.ts +9 -0
  80. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.js +63 -0
  81. package/dist/components/UploadFile/hooks/useUploadFile/useUploadFile.js.map +1 -0
  82. package/dist/components/UploadFile/hooks/useValidateInput/index.d.ts +1 -0
  83. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.cjs +48 -0
  84. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.cjs.map +1 -0
  85. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.d.ts +11 -0
  86. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.js +46 -0
  87. package/dist/components/UploadFile/hooks/useValidateInput/useValidateInput.js.map +1 -0
  88. package/dist/components/UploadFile/index.d.ts +0 -1
  89. package/dist/components/UploadFile/mocks/files.d.ts +2 -0
  90. package/dist/components/UploadFile/mocks/mockUseUploadFile.d.ts +14 -0
  91. package/dist/components/UploadFile/mocks/utils.d.ts +1 -2
  92. package/dist/components/UploadFile/styled.cjs +40 -1
  93. package/dist/components/UploadFile/styled.cjs.map +1 -1
  94. package/dist/components/UploadFile/styled.d.ts +4 -1
  95. package/dist/components/UploadFile/styled.js +40 -1
  96. package/dist/components/UploadFile/styled.js.map +1 -1
  97. package/dist/components/UploadFile/types.d.ts +15 -1
  98. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.cjs +27 -0
  99. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.cjs.map +1 -0
  100. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.d.ts +8 -0
  101. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.js +25 -0
  102. package/dist/components/UploadFile/utils/getErrorMessage/getErrorMessage.js.map +1 -0
  103. package/dist/components/UploadFile/utils/getErrorMessage/index.d.ts +1 -0
  104. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.cjs +14 -11
  105. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.cjs.map +1 -1
  106. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.d.ts +10 -7
  107. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.js +14 -11
  108. package/dist/components/UploadFile/utils/getFileSizeString/getFileSizeString.js.map +1 -1
  109. package/dist/components/UploadFile/utils/getValidTypesString/getValidTypesString.cjs +16 -30
  110. package/dist/components/UploadFile/utils/getValidTypesString/getValidTypesString.cjs.map +1 -1
  111. package/dist/components/UploadFile/utils/getValidTypesString/getValidTypesString.js +16 -30
  112. package/dist/components/UploadFile/utils/getValidTypesString/getValidTypesString.js.map +1 -1
  113. package/dist/components/UploadFile/utils/index.d.ts +0 -1
  114. package/dist/components/UploadedFile/UploadedFile.cjs +78 -0
  115. package/dist/components/UploadedFile/UploadedFile.cjs.map +1 -0
  116. package/dist/components/UploadedFile/UploadedFile.d.ts +12 -0
  117. package/dist/components/UploadedFile/UploadedFile.js +72 -0
  118. package/dist/components/UploadedFile/UploadedFile.js.map +1 -0
  119. package/dist/components/UploadedFile/UploadedFile.module.scss.cjs +9 -0
  120. package/dist/components/UploadedFile/UploadedFile.module.scss.cjs.map +1 -0
  121. package/dist/components/UploadedFile/UploadedFile.module.scss.js +7 -0
  122. package/dist/components/UploadedFile/UploadedFile.module.scss.js.map +1 -0
  123. package/dist/components/UploadedFile/hooks/useFileErrorMessages/index.d.ts +1 -0
  124. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.cjs +38 -0
  125. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.cjs.map +1 -0
  126. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.d.ts +18 -0
  127. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.js +36 -0
  128. package/dist/components/UploadedFile/hooks/useFileErrorMessages/useFileErrorMessages.js.map +1 -0
  129. package/dist/components/UploadedFile/hooks/usePreviewImage/index.d.ts +1 -0
  130. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.cjs +36 -0
  131. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.cjs.map +1 -0
  132. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.d.ts +8 -0
  133. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.js +34 -0
  134. package/dist/components/UploadedFile/hooks/usePreviewImage/usePreviewImage.js.map +1 -0
  135. package/dist/components/UploadedFile/index.d.ts +1 -0
  136. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.cjs +17 -0
  137. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.cjs.map +1 -0
  138. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.d.ts +1 -0
  139. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.js +15 -0
  140. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/convertFileTypeToAcceptedFileType.js.map +1 -0
  141. package/dist/components/UploadedFile/utils/convertFileTypeToAcceptedFileType/index.d.ts +1 -0
  142. package/dist/components/UploadedFile/utils/isImageType/index.d.ts +1 -0
  143. package/dist/components/UploadedFile/utils/isImageType/isImageType.cjs +14 -0
  144. package/dist/components/UploadedFile/utils/isImageType/isImageType.cjs.map +1 -0
  145. package/dist/components/UploadedFile/utils/isImageType/isImageType.d.ts +1 -0
  146. package/dist/components/UploadedFile/utils/isImageType/isImageType.js +12 -0
  147. package/dist/components/UploadedFile/utils/isImageType/isImageType.js.map +1 -0
  148. package/dist/components/index.d.ts +4 -1
  149. package/dist/index.cjs +6 -2
  150. package/dist/index.cjs.map +1 -1
  151. package/dist/index.js +2 -0
  152. package/dist/index.js.map +1 -1
  153. package/package.json +1 -1
  154. package/dist/components/UploadFile/UploadGraphic.cjs +0 -14
  155. package/dist/components/UploadFile/UploadGraphic.cjs.map +0 -1
  156. package/dist/components/UploadFile/UploadGraphic.d.ts +0 -2
  157. package/dist/components/UploadFile/UploadGraphic.js +0 -8
  158. package/dist/components/UploadFile/UploadGraphic.js.map +0 -1
  159. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.cjs +0 -31
  160. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.cjs.map +0 -1
  161. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.d.ts +0 -7
  162. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.js +0 -25
  163. package/dist/components/UploadFile/components/UploadFileErrors/UploadFileErrors.js.map +0 -1
  164. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.cjs +0 -21
  165. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.cjs.map +0 -1
  166. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.d.ts +0 -8
  167. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.js +0 -15
  168. package/dist/components/UploadFile/components/UploadedFile/UploadedFile.js.map +0 -1
  169. package/dist/components/UploadFile/components/UploadedFile/styled.cjs +0 -20
  170. package/dist/components/UploadFile/components/UploadedFile/styled.cjs.map +0 -1
  171. package/dist/components/UploadFile/components/UploadedFile/styled.d.ts +0 -2
  172. package/dist/components/UploadFile/components/UploadedFile/styled.js +0 -13
  173. package/dist/components/UploadFile/components/UploadedFile/styled.js.map +0 -1
  174. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.cjs +0 -18
  175. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.cjs.map +0 -1
  176. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.d.ts +0 -13
  177. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.js +0 -16
  178. package/dist/components/UploadFile/utils/setInputElFile/setInputElFile.js.map +0 -1
@@ -0,0 +1,1243 @@
1
+ 'use strict';
2
+
3
+ const SVG_BASE_URL = 'https://static.veeqo.com/static_content/country_flags/';
4
+ const DEBOUNCE_TIME = 250;
5
+ // codes gathered from https://en.wikipedia.org/wiki/List_of_country_calling_codes
6
+ // if length == 0, means country does not have a max length
7
+ const InternationalCodesMap = {
8
+ '+1': {
9
+ countryCode: 'US',
10
+ country: 'United States',
11
+ countryFlag: 'United-States-of-America',
12
+ length: 10,
13
+ },
14
+ '+44': {
15
+ countryCode: 'UK',
16
+ country: 'United Kingdom',
17
+ countryFlag: 'United-Kingdom',
18
+ length: 10,
19
+ },
20
+ '+93': {
21
+ countryCode: 'AF',
22
+ country: 'Afghanistan',
23
+ countryFlag: 'Afghanistan',
24
+ length: 0,
25
+ },
26
+ '+355': {
27
+ countryCode: 'AL',
28
+ country: 'Albania',
29
+ countryFlag: 'Albania',
30
+ length: 0,
31
+ },
32
+ '+213': {
33
+ countryCode: 'DZ',
34
+ country: 'Algeria',
35
+ countryFlag: 'Algeria',
36
+ length: 0,
37
+ },
38
+ '+376': {
39
+ countryCode: 'AD',
40
+ country: 'Andorra',
41
+ countryFlag: 'Andorra',
42
+ length: 0,
43
+ },
44
+ '+244': {
45
+ countryCode: 'AO',
46
+ country: 'Angola',
47
+ countryFlag: 'Angola',
48
+ length: 0,
49
+ },
50
+ '+54': {
51
+ countryCode: 'AR',
52
+ country: 'Argentina',
53
+ countryFlag: 'Argentina',
54
+ length: 10,
55
+ },
56
+ '+374': {
57
+ countryCode: 'AM',
58
+ country: 'Armenia',
59
+ countryFlag: 'Armenia',
60
+ length: 8,
61
+ },
62
+ '+297': {
63
+ countryCode: 'AW',
64
+ country: 'Aruba',
65
+ countryFlag: 'Aruba',
66
+ length: 0,
67
+ },
68
+ '+61': {
69
+ countryCode: 'AU',
70
+ country: 'Australia',
71
+ countryFlag: 'Australia',
72
+ length: 9,
73
+ },
74
+ '+43': {
75
+ countryCode: 'AT',
76
+ country: 'Austria',
77
+ countryFlag: 'Austria',
78
+ length: 0,
79
+ },
80
+ '+994': {
81
+ countryCode: 'AZ',
82
+ country: 'Azerbaijan',
83
+ countryFlag: 'Azerbaijan',
84
+ length: 9,
85
+ },
86
+ '+973': {
87
+ countryCode: 'BH',
88
+ country: 'Bahrain',
89
+ countryFlag: 'Bahrain',
90
+ length: 0,
91
+ },
92
+ '+880': {
93
+ countryCode: 'BD',
94
+ country: 'Bangladesh',
95
+ countryFlag: 'Bangladesh',
96
+ length: 0,
97
+ },
98
+ '+375': {
99
+ countryCode: 'BY',
100
+ country: 'Belarus',
101
+ countryFlag: 'Belarus',
102
+ length: 9,
103
+ },
104
+ '+32': {
105
+ countryCode: 'BE',
106
+ country: 'Belgium',
107
+ countryFlag: 'Belgium',
108
+ length: 9,
109
+ },
110
+ '+501': {
111
+ countryCode: 'BZ',
112
+ country: 'Belize',
113
+ countryFlag: 'Belize',
114
+ length: 0,
115
+ },
116
+ '+229': {
117
+ countryCode: 'BJ',
118
+ country: 'Benin',
119
+ countryFlag: 'Benin',
120
+ length: 0,
121
+ },
122
+ '+975': {
123
+ countryCode: 'BT',
124
+ country: 'Bhutan',
125
+ countryFlag: 'Bhutan',
126
+ length: 0,
127
+ },
128
+ '+591': {
129
+ countryCode: 'BO',
130
+ country: 'Bolivia',
131
+ countryFlag: 'Bolivia',
132
+ length: 0,
133
+ },
134
+ '+599': {
135
+ countryCode: 'BQ',
136
+ country: 'Bonaire',
137
+ countryFlag: 'Bonaire',
138
+ length: 0,
139
+ },
140
+ '+387': {
141
+ countryCode: 'BA',
142
+ country: 'Bosnia and Herzegovina',
143
+ countryFlag: 'Bosnia-and-Herzegovina',
144
+ length: 0,
145
+ },
146
+ '+267': {
147
+ countryCode: 'BW',
148
+ country: 'Botswana',
149
+ countryFlag: 'Botswana',
150
+ length: 0,
151
+ },
152
+ '+55': {
153
+ countryCode: 'BR',
154
+ country: 'Brazil',
155
+ countryFlag: 'Brazil',
156
+ length: 11,
157
+ },
158
+ '+246': {
159
+ countryCode: 'IO',
160
+ country: 'British Indian Ocean Territory',
161
+ countryFlag: 'British-Indian-Ocean-Territory',
162
+ length: 0,
163
+ },
164
+ '+673': {
165
+ countryCode: 'BN',
166
+ country: 'Brunei Darussalam',
167
+ countryFlag: 'Brunei',
168
+ length: 0,
169
+ },
170
+ '+359': {
171
+ countryCode: 'BG',
172
+ country: 'Bulgaria',
173
+ countryFlag: 'Bulgaria',
174
+ length: 0,
175
+ },
176
+ '+226': {
177
+ countryCode: 'BF',
178
+ country: 'Burkina Faso',
179
+ countryFlag: 'Burkina-Faso',
180
+ length: 0,
181
+ },
182
+ '+257': {
183
+ countryCode: 'BI',
184
+ country: 'Burundi',
185
+ countryFlag: 'Burundi',
186
+ length: 0,
187
+ },
188
+ '+238': {
189
+ countryCode: 'CV',
190
+ country: 'Cabo Verde',
191
+ countryFlag: 'Cape-Verde',
192
+ length: 0,
193
+ },
194
+ '+855': {
195
+ countryCode: 'KH',
196
+ country: 'Cambodia',
197
+ countryFlag: 'Cambodia',
198
+ length: 0,
199
+ },
200
+ '+237': {
201
+ countryCode: 'CM',
202
+ country: 'Cameroon',
203
+ countryFlag: 'Cameroon',
204
+ length: 0,
205
+ },
206
+ '+236': {
207
+ countryCode: 'CF',
208
+ country: 'Central African Republic',
209
+ countryFlag: 'Central-African-Republic',
210
+ length: 0,
211
+ },
212
+ '+235': {
213
+ countryCode: 'TD',
214
+ country: 'Chad',
215
+ countryFlag: 'Chad',
216
+ length: 0,
217
+ },
218
+ '+56': {
219
+ countryCode: 'CL',
220
+ country: 'Chile',
221
+ countryFlag: 'Chile',
222
+ length: 0,
223
+ },
224
+ '+86': {
225
+ countryCode: 'CN',
226
+ country: 'China',
227
+ countryFlag: 'China',
228
+ length: 11,
229
+ },
230
+ '+57': {
231
+ countryCode: 'CO',
232
+ country: 'Colombia',
233
+ countryFlag: 'Colombia',
234
+ length: 10,
235
+ },
236
+ '+269': {
237
+ countryCode: 'KM',
238
+ country: 'Comoros',
239
+ countryFlag: 'Comoros',
240
+ length: 0,
241
+ },
242
+ '+242': {
243
+ countryCode: 'CG',
244
+ country: 'Congo',
245
+ countryFlag: 'Republic-of-the-Congo',
246
+ length: 0,
247
+ },
248
+ '+682': {
249
+ countryCode: 'CK',
250
+ country: 'Cook Islands',
251
+ countryFlag: 'Cook-Islands',
252
+ length: 0,
253
+ },
254
+ '+506': {
255
+ countryCode: 'CR',
256
+ country: 'Costa Rica',
257
+ countryFlag: 'Costa-Rica',
258
+ length: 8,
259
+ },
260
+ '+385': {
261
+ countryCode: 'HR',
262
+ country: 'Croatia',
263
+ countryFlag: 'Croatia',
264
+ length: 0,
265
+ },
266
+ '+53': {
267
+ countryCode: 'CU',
268
+ country: 'Cuba',
269
+ countryFlag: 'Cuba',
270
+ length: 0,
271
+ },
272
+ '+357': {
273
+ countryCode: 'CY',
274
+ country: 'Cyprus',
275
+ countryFlag: 'Cyprus',
276
+ length: 8,
277
+ },
278
+ '+420': {
279
+ countryCode: 'CZ',
280
+ country: 'Czechia',
281
+ countryFlag: 'Czech-Republic',
282
+ length: 9,
283
+ },
284
+ '+225': {
285
+ countryCode: 'CI',
286
+ country: "Côte d'Ivoire",
287
+ countryFlag: 'Ivory-Coast',
288
+ length: 10,
289
+ },
290
+ '+243': {
291
+ countryCode: 'CD',
292
+ country: 'Democratic Republic of the Congo',
293
+ countryFlag: 'Democratic-Republic-of-Congo',
294
+ length: 0,
295
+ },
296
+ '+45': {
297
+ countryCode: 'DK',
298
+ country: 'Denmark',
299
+ countryFlag: 'Denmark',
300
+ length: 8,
301
+ },
302
+ '+253': {
303
+ countryCode: 'DJ',
304
+ country: 'Djibouti',
305
+ countryFlag: 'Djibouti',
306
+ length: 8,
307
+ },
308
+ '+593': {
309
+ countryCode: 'EC',
310
+ country: 'Ecuador',
311
+ countryFlag: 'Ecuador',
312
+ length: 0,
313
+ },
314
+ '+20': {
315
+ countryCode: 'EG',
316
+ country: 'Egypt',
317
+ countryFlag: 'Egypt',
318
+ length: 0,
319
+ },
320
+ '+503': {
321
+ countryCode: 'SV',
322
+ country: 'El Salvador',
323
+ countryFlag: 'El-Salvador',
324
+ length: 8,
325
+ },
326
+ '+240': {
327
+ countryCode: 'GQ',
328
+ country: 'Equatorial Guinea',
329
+ countryFlag: 'Equatorial-Guinea',
330
+ length: 0,
331
+ },
332
+ '+291': {
333
+ countryCode: 'ER',
334
+ country: 'Eritrea',
335
+ countryFlag: 'Eritrea',
336
+ length: 0,
337
+ },
338
+ '+372': {
339
+ countryCode: 'EE',
340
+ country: 'Estonia',
341
+ countryFlag: 'Estonia',
342
+ length: 10,
343
+ },
344
+ '+268': {
345
+ countryCode: 'SZ',
346
+ country: 'Eswatini',
347
+ countryFlag: 'Swaziland',
348
+ length: 0,
349
+ },
350
+ '+251': {
351
+ countryCode: 'ET',
352
+ country: 'Ethiopia',
353
+ countryFlag: 'Ethiopia',
354
+ length: 9,
355
+ },
356
+ '+500': {
357
+ countryCode: 'FK',
358
+ country: 'Falkland Islands',
359
+ countryFlag: 'Falkland-Islands',
360
+ length: 0,
361
+ },
362
+ '+298': {
363
+ countryCode: 'FO',
364
+ country: 'Faroe Islands',
365
+ countryFlag: 'Faroe-Islands',
366
+ length: 6,
367
+ },
368
+ '+679': {
369
+ countryCode: 'FJ',
370
+ country: 'Fiji',
371
+ countryFlag: 'Fiji',
372
+ length: 0,
373
+ },
374
+ '+358': {
375
+ countryCode: 'FI',
376
+ country: 'Finland',
377
+ countryFlag: 'Finland',
378
+ length: 9,
379
+ },
380
+ '+33': {
381
+ countryCode: 'FR',
382
+ country: 'France',
383
+ countryFlag: 'France',
384
+ length: 9,
385
+ },
386
+ '+594': {
387
+ countryCode: 'GF',
388
+ country: 'French Guiana',
389
+ countryFlag: 'France',
390
+ length: 9,
391
+ },
392
+ '+689': {
393
+ countryCode: 'PF',
394
+ country: 'French Polynesia',
395
+ countryFlag: 'French-Polynesia',
396
+ length: 8,
397
+ },
398
+ '+241': {
399
+ countryCode: 'GA',
400
+ country: 'Gabon',
401
+ countryFlag: 'Gabon',
402
+ length: 0,
403
+ },
404
+ '+220': {
405
+ countryCode: 'GM',
406
+ country: 'Gambia',
407
+ countryFlag: 'Gambia',
408
+ length: 0,
409
+ },
410
+ '+995': {
411
+ countryCode: 'GE',
412
+ country: 'Georgia',
413
+ countryFlag: 'Georgia',
414
+ length: 0,
415
+ },
416
+ '+49': {
417
+ countryCode: 'DE',
418
+ country: 'Germany',
419
+ countryFlag: 'Germany',
420
+ length: 11,
421
+ },
422
+ '+233': {
423
+ countryCode: 'GH',
424
+ country: 'Ghana',
425
+ countryFlag: 'Ghana',
426
+ length: 0,
427
+ },
428
+ '+350': {
429
+ countryCode: 'GI',
430
+ country: 'Gibraltar',
431
+ countryFlag: 'Gibraltar',
432
+ length: 0,
433
+ },
434
+ '+30': {
435
+ countryCode: 'GR',
436
+ country: 'Greece',
437
+ countryFlag: 'Greece',
438
+ length: 0,
439
+ },
440
+ '+299': {
441
+ countryCode: 'GL',
442
+ country: 'Greenland',
443
+ countryFlag: 'Greenland',
444
+ length: 6,
445
+ },
446
+ '+590': {
447
+ countryCode: 'GP',
448
+ country: 'Guadeloupe',
449
+ countryFlag: 'France',
450
+ length: 9,
451
+ },
452
+ '+502': {
453
+ countryCode: 'GT',
454
+ country: 'Guatemala',
455
+ countryFlag: 'Guatemala',
456
+ length: 8,
457
+ },
458
+ '+224': {
459
+ countryCode: 'GN',
460
+ country: 'Guinea',
461
+ countryFlag: 'Guinea',
462
+ length: 0,
463
+ },
464
+ '+245': {
465
+ countryCode: 'GW',
466
+ country: 'Guinea-Bissau',
467
+ countryFlag: 'Guinea-Bissau',
468
+ length: 0,
469
+ },
470
+ '+592': {
471
+ countryCode: 'GY',
472
+ country: 'Guyana',
473
+ countryFlag: 'Guyana',
474
+ length: 0,
475
+ },
476
+ '+509': {
477
+ countryCode: 'HT',
478
+ country: 'Haiti',
479
+ countryFlag: 'Haiti',
480
+ length: 8,
481
+ },
482
+ '+379': {
483
+ countryCode: 'VA',
484
+ country: 'Holy See',
485
+ countryFlag: 'Vatican-City',
486
+ length: 0,
487
+ },
488
+ '+504': {
489
+ countryCode: 'HN',
490
+ country: 'Honduras',
491
+ countryFlag: 'Honduras',
492
+ length: 8,
493
+ },
494
+ '+852': {
495
+ countryCode: 'HK',
496
+ country: 'Hong Kong',
497
+ countryFlag: 'Hong-Kong',
498
+ length: 8,
499
+ },
500
+ '+36': {
501
+ countryCode: 'HU',
502
+ country: 'Hungary',
503
+ countryFlag: 'Hungary',
504
+ length: 0,
505
+ },
506
+ '+354': {
507
+ countryCode: 'IS',
508
+ country: 'Iceland',
509
+ countryFlag: 'Iceland',
510
+ length: 7,
511
+ },
512
+ '+91': {
513
+ countryCode: 'IN',
514
+ country: 'India',
515
+ countryFlag: 'India',
516
+ length: 10,
517
+ },
518
+ '+62': {
519
+ countryCode: 'ID',
520
+ country: 'Indonesia',
521
+ countryFlag: 'Indonesia',
522
+ length: 0,
523
+ },
524
+ '+98': {
525
+ countryCode: 'IR',
526
+ country: 'Iran',
527
+ countryFlag: 'Iran',
528
+ length: 10,
529
+ },
530
+ '+964': {
531
+ countryCode: 'IQ',
532
+ country: 'Iraq',
533
+ countryFlag: 'Iraq',
534
+ length: 0,
535
+ },
536
+ '+353': {
537
+ countryCode: 'IE',
538
+ country: 'Ireland',
539
+ countryFlag: 'Ireland',
540
+ length: 9,
541
+ },
542
+ '+972': {
543
+ countryCode: 'IL',
544
+ country: 'Israel',
545
+ countryFlag: 'Israel',
546
+ length: 9,
547
+ },
548
+ '+39': {
549
+ countryCode: 'IT',
550
+ country: 'Italy',
551
+ countryFlag: 'Italy',
552
+ length: 10,
553
+ },
554
+ '+81': {
555
+ countryCode: 'JP',
556
+ country: 'Japan',
557
+ countryFlag: 'Japan',
558
+ length: 10,
559
+ },
560
+ '+962': {
561
+ countryCode: 'JO',
562
+ country: 'Jordan',
563
+ countryFlag: 'Jordan',
564
+ length: 0,
565
+ },
566
+ '+997': {
567
+ countryCode: 'KZ',
568
+ country: 'Kazakhstan',
569
+ countryFlag: 'Kazakhstan',
570
+ length: 10,
571
+ },
572
+ '+254': {
573
+ countryCode: 'KE',
574
+ country: 'Kenya',
575
+ countryFlag: 'Kenya',
576
+ length: 0,
577
+ },
578
+ '+686': {
579
+ countryCode: 'KI',
580
+ country: 'Kiribati',
581
+ countryFlag: 'Kiribati',
582
+ length: 0,
583
+ },
584
+ '+965': {
585
+ countryCode: 'KW',
586
+ country: 'Kuwait',
587
+ countryFlag: 'Kuwait',
588
+ length: 0,
589
+ },
590
+ '+996': {
591
+ countryCode: 'KG',
592
+ country: 'Kyrgyzstan',
593
+ countryFlag: 'Kyrgyzstan',
594
+ length: 9,
595
+ },
596
+ '+856': {
597
+ countryCode: 'LA',
598
+ country: 'Lao',
599
+ countryFlag: 'Laos',
600
+ length: 0,
601
+ },
602
+ '+371': {
603
+ countryCode: 'LV',
604
+ country: 'Latvia',
605
+ countryFlag: 'Latvia',
606
+ length: 8,
607
+ },
608
+ '+961': {
609
+ countryCode: 'LB',
610
+ country: 'Lebanon',
611
+ countryFlag: 'Lebanon',
612
+ length: 0,
613
+ },
614
+ '+266': {
615
+ countryCode: 'LS',
616
+ country: 'Lesotho',
617
+ countryFlag: 'Lesotho',
618
+ length: 0,
619
+ },
620
+ '+231': {
621
+ countryCode: 'LR',
622
+ country: 'Liberia',
623
+ countryFlag: 'Liberia',
624
+ length: 0,
625
+ },
626
+ '+218': {
627
+ countryCode: 'LY',
628
+ country: 'Libya',
629
+ countryFlag: 'Libya',
630
+ length: 0,
631
+ },
632
+ '+423': {
633
+ countryCode: 'LI',
634
+ country: 'Liechtenstein',
635
+ countryFlag: 'Liechtenstein',
636
+ length: 0,
637
+ },
638
+ '+370': {
639
+ countryCode: 'LT',
640
+ country: 'Lithuania',
641
+ countryFlag: 'Lithuania',
642
+ length: 0,
643
+ },
644
+ '+352': {
645
+ countryCode: 'LU',
646
+ country: 'Luxembourg',
647
+ countryFlag: 'Luxembourg',
648
+ length: 0,
649
+ },
650
+ '+853': {
651
+ countryCode: 'MO',
652
+ country: 'Macao',
653
+ countryFlag: 'Macao',
654
+ length: 0,
655
+ },
656
+ '+389': {
657
+ countryCode: 'MK',
658
+ country: 'Macedonia',
659
+ countryFlag: 'Republic-of-Macedonia',
660
+ length: 0,
661
+ },
662
+ '+261': {
663
+ countryCode: 'MG',
664
+ country: 'Madagascar',
665
+ countryFlag: 'Madagascar',
666
+ length: 0,
667
+ },
668
+ '+265': {
669
+ countryCode: 'MW',
670
+ country: 'Malawi',
671
+ countryFlag: 'Malawi',
672
+ length: 0,
673
+ },
674
+ '+60': {
675
+ countryCode: 'MY',
676
+ country: 'Malaysia',
677
+ countryFlag: 'Malaysia',
678
+ length: 10,
679
+ },
680
+ '+960': {
681
+ countryCode: 'MV',
682
+ country: 'Maldives',
683
+ countryFlag: 'Maldives',
684
+ length: 0,
685
+ },
686
+ '+223': {
687
+ countryCode: 'ML',
688
+ country: 'Mali',
689
+ countryFlag: 'Mali',
690
+ length: 0,
691
+ },
692
+ '+356': {
693
+ countryCode: 'MT',
694
+ country: 'Malta',
695
+ countryFlag: 'Malta',
696
+ length: 0,
697
+ },
698
+ '+692': {
699
+ countryCode: 'MH',
700
+ country: 'Marshall Islands',
701
+ countryFlag: 'Marshall-Island',
702
+ length: 0,
703
+ },
704
+ '+596': {
705
+ countryCode: 'MQ',
706
+ country: 'Martinique',
707
+ countryFlag: 'Martinique',
708
+ length: 9,
709
+ },
710
+ '+222': {
711
+ countryCode: 'MR',
712
+ country: 'Mauritania',
713
+ countryFlag: 'Mauritania',
714
+ length: 0,
715
+ },
716
+ '+230': {
717
+ countryCode: 'MU',
718
+ country: 'Mauritius',
719
+ countryFlag: 'Mauritius',
720
+ length: 0,
721
+ },
722
+ '+52': {
723
+ countryCode: 'MX',
724
+ country: 'Mexico',
725
+ countryFlag: 'Mexico',
726
+ length: 10,
727
+ },
728
+ '+691': {
729
+ countryCode: 'FM',
730
+ country: 'Micronesia',
731
+ countryFlag: 'Micronesia',
732
+ length: 0,
733
+ },
734
+ '+373': {
735
+ countryCode: 'MD',
736
+ country: 'Moldova',
737
+ countryFlag: 'Moldova',
738
+ length: 8,
739
+ },
740
+ '+377': {
741
+ countryCode: 'MC',
742
+ country: 'Monaco',
743
+ countryFlag: 'Monaco',
744
+ length: 0,
745
+ },
746
+ '+976': {
747
+ countryCode: 'MN',
748
+ country: 'Mongolia',
749
+ countryFlag: 'Mongolia',
750
+ length: 0,
751
+ },
752
+ '+382': {
753
+ countryCode: 'ME',
754
+ country: 'Montenegro',
755
+ countryFlag: 'Montenegro',
756
+ length: 0,
757
+ },
758
+ '+212': {
759
+ countryCode: 'MA',
760
+ country: 'Morocco',
761
+ countryFlag: 'Morocco',
762
+ length: 0,
763
+ },
764
+ '+258': {
765
+ countryCode: 'MZ',
766
+ country: 'Mozambique',
767
+ countryFlag: 'Mozambique',
768
+ length: 0,
769
+ },
770
+ '+95': {
771
+ countryCode: 'MM',
772
+ country: 'Myanmar',
773
+ countryFlag: 'Myanmar',
774
+ length: 0,
775
+ },
776
+ '+264': {
777
+ countryCode: 'NA',
778
+ country: 'Namibia',
779
+ countryFlag: 'Namibia',
780
+ length: 0,
781
+ },
782
+ '+674': {
783
+ countryCode: 'NR',
784
+ country: 'Nauru',
785
+ countryFlag: 'Nauru',
786
+ length: 0,
787
+ },
788
+ '+977': {
789
+ countryCode: 'NP',
790
+ country: 'Nepal',
791
+ countryFlag: 'Nepal',
792
+ length: 0,
793
+ },
794
+ '+31': {
795
+ countryCode: 'NL',
796
+ country: 'Netherlands',
797
+ countryFlag: 'Netherlands',
798
+ length: 9,
799
+ },
800
+ '+687': {
801
+ countryCode: 'NC',
802
+ country: 'New Caledonia',
803
+ countryFlag: 'France',
804
+ length: 0,
805
+ },
806
+ '+64': {
807
+ countryCode: 'NZ',
808
+ country: 'New Zealand',
809
+ countryFlag: 'New-Zealand',
810
+ length: 10,
811
+ },
812
+ '+505': {
813
+ countryCode: 'NI',
814
+ country: 'Nicaragua',
815
+ countryFlag: 'Nicaragua',
816
+ length: 0,
817
+ },
818
+ '+227': {
819
+ countryCode: 'NE',
820
+ country: 'Niger',
821
+ countryFlag: 'Niger',
822
+ length: 0,
823
+ },
824
+ '+234': {
825
+ countryCode: 'NG',
826
+ country: 'Nigeria',
827
+ countryFlag: 'Nigeria',
828
+ length: 0,
829
+ },
830
+ '+683': {
831
+ countryCode: 'NU',
832
+ country: 'Niue',
833
+ countryFlag: 'Niue',
834
+ length: 0,
835
+ },
836
+ '+672': {
837
+ countryCode: 'NF',
838
+ country: 'Norfolk Island',
839
+ countryFlag: 'Norfolk-Island',
840
+ length: 0,
841
+ },
842
+ '+850': {
843
+ countryCode: 'KP',
844
+ country: 'North Korea',
845
+ countryFlag: 'North-Korea',
846
+ length: 0,
847
+ },
848
+ '+47': {
849
+ countryCode: 'NO',
850
+ country: 'Norway',
851
+ countryFlag: 'Norway',
852
+ length: 8,
853
+ },
854
+ '+968': {
855
+ countryCode: 'OM',
856
+ country: 'Oman',
857
+ countryFlag: 'Oman',
858
+ length: 0,
859
+ },
860
+ '+92': {
861
+ countryCode: 'PK',
862
+ country: 'Pakistan',
863
+ countryFlag: 'Pakistan',
864
+ length: 10,
865
+ },
866
+ '+680': {
867
+ countryCode: 'PW',
868
+ country: 'Palau',
869
+ countryFlag: 'Palau',
870
+ length: 0,
871
+ },
872
+ '+507': {
873
+ countryCode: 'PA',
874
+ country: 'Panama',
875
+ countryFlag: 'Panama',
876
+ length: 0,
877
+ },
878
+ '+675': {
879
+ countryCode: 'PG',
880
+ country: 'Papua New Guinea',
881
+ countryFlag: 'Papua-New-Guinea',
882
+ length: 0,
883
+ },
884
+ '+595': {
885
+ countryCode: 'PY',
886
+ country: 'Paraguay',
887
+ countryFlag: 'Paraguay',
888
+ length: 0,
889
+ },
890
+ '+51': {
891
+ countryCode: 'PE',
892
+ country: 'Peru',
893
+ countryFlag: 'Peru',
894
+ length: 0,
895
+ },
896
+ '+63': {
897
+ countryCode: 'PH',
898
+ country: 'Philippines',
899
+ countryFlag: 'Philippines',
900
+ length: 10,
901
+ },
902
+ '+48': {
903
+ countryCode: 'PL',
904
+ country: 'Poland',
905
+ countryFlag: 'Poland',
906
+ length: 9,
907
+ },
908
+ '+351': {
909
+ countryCode: 'PT',
910
+ country: 'Portugal',
911
+ countryFlag: 'Portugal',
912
+ length: 0,
913
+ },
914
+ '+974': {
915
+ countryCode: 'QA',
916
+ country: 'Qatar',
917
+ countryFlag: 'Qatar',
918
+ length: 0,
919
+ },
920
+ '+40': {
921
+ countryCode: 'RO',
922
+ country: 'Romania',
923
+ countryFlag: 'Romania',
924
+ length: 0,
925
+ },
926
+ '+7': {
927
+ countryCode: 'RU',
928
+ country: 'Russia',
929
+ countryFlag: 'Russia',
930
+ length: 10,
931
+ },
932
+ '+250': {
933
+ countryCode: 'RW',
934
+ country: 'Rwanda',
935
+ countryFlag: 'Rwanda',
936
+ length: 0,
937
+ },
938
+ '+262': {
939
+ countryCode: 'RE',
940
+ country: 'Réunion',
941
+ countryFlag: 'France',
942
+ length: 0,
943
+ },
944
+ '+290': {
945
+ countryCode: 'SH',
946
+ country: 'Saint Helena',
947
+ countryFlag: '',
948
+ length: 0,
949
+ },
950
+ '+508': {
951
+ countryCode: 'PM',
952
+ country: 'Saint Pierre and Miquelon',
953
+ countryFlag: 'France',
954
+ length: 6,
955
+ },
956
+ '+685': {
957
+ countryCode: 'WS',
958
+ country: 'Samoa',
959
+ countryFlag: 'Samoa',
960
+ length: 0,
961
+ },
962
+ '+378': {
963
+ countryCode: 'SM',
964
+ country: 'San Marino',
965
+ countryFlag: 'San-Marino',
966
+ length: 0,
967
+ },
968
+ '+239': {
969
+ countryCode: 'ST',
970
+ country: 'Sao Tome and Principe',
971
+ countryFlag: 'Sao-Tome-and-Principe',
972
+ length: 0,
973
+ },
974
+ '+966': {
975
+ countryCode: 'SA',
976
+ country: 'Saudi Arabia',
977
+ countryFlag: 'Saudi-Arabia',
978
+ length: 0,
979
+ },
980
+ '+221': {
981
+ countryCode: 'SN',
982
+ country: 'Senegal',
983
+ countryFlag: 'Senegal',
984
+ length: 0,
985
+ },
986
+ '+381': {
987
+ countryCode: 'RS',
988
+ country: 'Serbia',
989
+ countryFlag: 'Serbia',
990
+ length: 0,
991
+ },
992
+ '+248': {
993
+ countryCode: 'SC',
994
+ country: 'Seychelles',
995
+ countryFlag: 'Seychelles',
996
+ length: 0,
997
+ },
998
+ '+232': {
999
+ countryCode: 'SL',
1000
+ country: 'Sierra Leone',
1001
+ countryFlag: 'Sierra-Leone',
1002
+ length: 0,
1003
+ },
1004
+ '+65': {
1005
+ countryCode: 'SG',
1006
+ country: 'Singapore',
1007
+ countryFlag: 'Singapore',
1008
+ length: 8,
1009
+ },
1010
+ '+421': {
1011
+ countryCode: 'SK',
1012
+ country: 'Slovakia',
1013
+ countryFlag: 'Slovakia',
1014
+ length: 0,
1015
+ },
1016
+ '+386': {
1017
+ countryCode: 'SI',
1018
+ country: 'Slovenia',
1019
+ countryFlag: 'Slovenia',
1020
+ length: 0,
1021
+ },
1022
+ '+677': {
1023
+ countryCode: 'SB',
1024
+ country: 'Solomon Islands',
1025
+ countryFlag: 'Solomon-Islands',
1026
+ length: 0,
1027
+ },
1028
+ '+252': {
1029
+ countryCode: 'SO',
1030
+ country: 'Somalia',
1031
+ countryFlag: 'Somalia',
1032
+ length: 0,
1033
+ },
1034
+ '+27': {
1035
+ countryCode: 'ZA',
1036
+ country: 'South Africa',
1037
+ countryFlag: 'South-Africa',
1038
+ length: 0,
1039
+ },
1040
+ '+82': {
1041
+ countryCode: 'KR',
1042
+ country: 'South Korea',
1043
+ countryFlag: 'South-Korea',
1044
+ length: 11,
1045
+ },
1046
+ '+211': {
1047
+ countryCode: 'SS',
1048
+ country: 'South Sudan',
1049
+ countryFlag: 'South-Sudan',
1050
+ length: 0,
1051
+ },
1052
+ '+34': {
1053
+ countryCode: 'ES',
1054
+ country: 'Spain',
1055
+ countryFlag: 'Spain',
1056
+ length: 9,
1057
+ },
1058
+ '+94': {
1059
+ countryCode: 'LK',
1060
+ country: 'Sri Lanka',
1061
+ countryFlag: 'Sri-Lanka',
1062
+ length: 0,
1063
+ },
1064
+ '+249': {
1065
+ countryCode: 'SD',
1066
+ country: 'Sudan',
1067
+ countryFlag: 'Sudan',
1068
+ length: 0,
1069
+ },
1070
+ '+597': {
1071
+ countryCode: 'SR',
1072
+ country: 'Suriname',
1073
+ countryFlag: 'Suriname',
1074
+ length: 0,
1075
+ },
1076
+ '+46': {
1077
+ countryCode: 'SE',
1078
+ country: 'Sweden',
1079
+ countryFlag: 'Sweden',
1080
+ length: 9,
1081
+ },
1082
+ '+41': {
1083
+ countryCode: 'CH',
1084
+ country: 'Switzerland',
1085
+ countryFlag: 'Switzerland',
1086
+ length: 9,
1087
+ },
1088
+ '+963': {
1089
+ countryCode: 'SY',
1090
+ country: 'Syrian Arab Republic',
1091
+ countryFlag: 'Syria',
1092
+ length: 0,
1093
+ },
1094
+ '+886': {
1095
+ countryCode: 'TW',
1096
+ country: 'Taiwan',
1097
+ countryFlag: 'Taiwan',
1098
+ length: 0,
1099
+ },
1100
+ '+992': {
1101
+ countryCode: 'TJ',
1102
+ country: 'Tajikistan',
1103
+ countryFlag: 'Tajikistan',
1104
+ length: 0,
1105
+ },
1106
+ '+255': {
1107
+ countryCode: 'TZ',
1108
+ country: 'Tanzania',
1109
+ countryFlag: 'Tanzania',
1110
+ length: 0,
1111
+ },
1112
+ '+66': {
1113
+ countryCode: 'TH',
1114
+ country: 'Thailand',
1115
+ countryFlag: 'Thailand',
1116
+ length: 0,
1117
+ },
1118
+ '+670': {
1119
+ countryCode: 'TL',
1120
+ country: 'Timor-Leste',
1121
+ countryFlag: 'East-Timor',
1122
+ length: 0,
1123
+ },
1124
+ '+228': {
1125
+ countryCode: 'TG',
1126
+ country: 'Togo',
1127
+ countryFlag: 'Togo',
1128
+ length: 0,
1129
+ },
1130
+ '+690': {
1131
+ countryCode: 'TK',
1132
+ country: 'Tokelau',
1133
+ countryFlag: 'Tokelau',
1134
+ length: 0,
1135
+ },
1136
+ '+676': {
1137
+ countryCode: 'TO',
1138
+ country: 'Tonga',
1139
+ countryFlag: 'Tonga',
1140
+ length: 0,
1141
+ },
1142
+ '+216': {
1143
+ countryCode: 'TN',
1144
+ country: 'Tunisia',
1145
+ countryFlag: 'Tunisia',
1146
+ length: 0,
1147
+ },
1148
+ '+90': {
1149
+ countryCode: 'TR',
1150
+ country: 'Turkey',
1151
+ countryFlag: 'Turkey',
1152
+ length: 10,
1153
+ },
1154
+ '+993': {
1155
+ countryCode: 'TM',
1156
+ country: 'Turkmenistan',
1157
+ countryFlag: 'Turkmenistan',
1158
+ length: 0,
1159
+ },
1160
+ '+688': {
1161
+ countryCode: 'TV',
1162
+ country: 'Tuvalu',
1163
+ countryFlag: 'Tuvalu',
1164
+ length: 0,
1165
+ },
1166
+ '+256': {
1167
+ countryCode: 'UG',
1168
+ country: 'Uganda',
1169
+ countryFlag: 'Uganda',
1170
+ length: 0,
1171
+ },
1172
+ '+380': {
1173
+ countryCode: 'UA',
1174
+ country: 'Ukraine',
1175
+ countryFlag: 'Ukraine',
1176
+ length: 9,
1177
+ },
1178
+ '+971': {
1179
+ countryCode: 'AE',
1180
+ country: 'United Arab Emirates',
1181
+ countryFlag: 'United-Arab-Emirates',
1182
+ length: 0,
1183
+ },
1184
+ '+598': {
1185
+ countryCode: 'UY',
1186
+ country: 'Uruguay',
1187
+ countryFlag: 'Uruguay',
1188
+ length: 0,
1189
+ },
1190
+ '+998': {
1191
+ countryCode: 'UZ',
1192
+ country: 'Uzbekistan',
1193
+ countryFlag: 'Uzbekistan',
1194
+ length: 9,
1195
+ },
1196
+ '+678': {
1197
+ countryCode: 'VU',
1198
+ country: 'Vanuatu',
1199
+ countryFlag: 'Vanuatu',
1200
+ length: 0,
1201
+ },
1202
+ '+58': {
1203
+ countryCode: 'VE',
1204
+ country: 'Venezuela',
1205
+ countryFlag: 'Venezuela',
1206
+ length: 0,
1207
+ },
1208
+ '+84': {
1209
+ countryCode: 'VN',
1210
+ country: 'Vietnam',
1211
+ countryFlag: 'Vietnam',
1212
+ length: 0,
1213
+ },
1214
+ '+681': {
1215
+ countryCode: 'WF',
1216
+ country: 'Wallis',
1217
+ countryFlag: 'France',
1218
+ length: 0,
1219
+ },
1220
+ '+967': {
1221
+ countryCode: 'YE',
1222
+ country: 'Yemen',
1223
+ countryFlag: 'Yemen',
1224
+ length: 0,
1225
+ },
1226
+ '+260': {
1227
+ countryCode: 'ZM',
1228
+ country: 'Zambia',
1229
+ countryFlag: 'Zambia',
1230
+ length: 0,
1231
+ },
1232
+ '+263': {
1233
+ countryCode: 'ZW',
1234
+ country: 'Zimbabwe',
1235
+ countryFlag: 'Zimbabwe',
1236
+ length: 0,
1237
+ },
1238
+ };
1239
+
1240
+ exports.DEBOUNCE_TIME = DEBOUNCE_TIME;
1241
+ exports.InternationalCodesMap = InternationalCodesMap;
1242
+ exports.SVG_BASE_URL = SVG_BASE_URL;
1243
+ //# sourceMappingURL=constants.cjs.map