@alfalab/core-components-international-phone-input 2.0.2 → 2.0.4

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 (59) hide show
  1. package/{Component-61e2321e.d.ts → Component-6d57839f.d.ts} +1 -1
  2. package/Component.responsive-8566963f.d.ts +2 -2
  3. package/components/base-international-phone-input/Component.js +1 -1
  4. package/components/base-international-phone-input/index.css +2 -2
  5. package/components/country-select/Component.js +1 -1
  6. package/components/country-select/index.css +8 -8
  7. package/components/flag-icon/component.js +1 -1
  8. package/components/flag-icon/flagSprite.js +10 -0
  9. package/components/flag-icon/index.css +3 -3
  10. package/components/select-field/component.js +1 -1
  11. package/components/select-field/index.css +9 -9
  12. package/cssm/{Component-61e2321e.d.ts → Component-6d57839f.d.ts} +1 -1
  13. package/cssm/Component.responsive-8566963f.d.ts +2 -2
  14. package/cssm/components/flag-icon/flagSprite.js +10 -0
  15. package/cssm/data/country-data.js +225 -211
  16. package/{esm/index-61e2321e.d.ts → cssm/index-6d57839f.d.ts} +1 -1
  17. package/cssm/index-8566963f.d.ts +2 -2
  18. package/{esm/typings-61e2321e.d.ts → cssm/typings-6d57839f.d.ts} +1 -1
  19. package/cssm/typings-70284312.d.ts +1 -1
  20. package/data/country-data.js +225 -211
  21. package/esm/{Component-61e2321e.d.ts → Component-6d57839f.d.ts} +1 -1
  22. package/esm/Component.responsive-8566963f.d.ts +2 -2
  23. package/esm/components/base-international-phone-input/Component.js +1 -1
  24. package/esm/components/base-international-phone-input/index.css +2 -2
  25. package/esm/components/country-select/Component.js +1 -1
  26. package/esm/components/country-select/index.css +8 -8
  27. package/esm/components/flag-icon/component.js +1 -1
  28. package/esm/components/flag-icon/flagSprite.js +10 -0
  29. package/esm/components/flag-icon/index.css +3 -3
  30. package/esm/components/select-field/component.js +1 -1
  31. package/esm/components/select-field/index.css +9 -9
  32. package/esm/data/country-data.js +225 -211
  33. package/{index-61e2321e.d.ts → esm/index-6d57839f.d.ts} +1 -1
  34. package/esm/index-8566963f.d.ts +2 -2
  35. package/{modern/typings-61e2321e.d.ts → esm/typings-6d57839f.d.ts} +1 -1
  36. package/esm/typings-70284312.d.ts +1 -1
  37. package/{cssm/index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  38. package/index-8566963f.d.ts +2 -2
  39. package/modern/{Component-61e2321e.d.ts → Component-6d57839f.d.ts} +1 -1
  40. package/modern/Component.responsive-8566963f.d.ts +2 -2
  41. package/modern/components/base-international-phone-input/Component.js +1 -1
  42. package/modern/components/base-international-phone-input/index.css +2 -2
  43. package/modern/components/country-select/Component.js +1 -1
  44. package/modern/components/country-select/index.css +8 -8
  45. package/modern/components/flag-icon/component.js +1 -1
  46. package/modern/components/flag-icon/flagSprite.js +10 -0
  47. package/modern/components/flag-icon/index.css +3 -3
  48. package/modern/components/select-field/component.js +1 -1
  49. package/modern/components/select-field/index.css +9 -9
  50. package/modern/data/country-data.js +225 -211
  51. package/modern/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  52. package/modern/index-8566963f.d.ts +2 -2
  53. package/{typings-61e2321e.d.ts → modern/typings-6d57839f.d.ts} +1 -1
  54. package/modern/typings-70284312.d.ts +1 -1
  55. package/package.json +4 -4
  56. package/src/components/flag-icon/flagSprite.ts +10 -0
  57. package/src/data/country-data.ts +225 -211
  58. package/{cssm/typings-61e2321e.d.ts → typings-6d57839f.d.ts} +1 -1
  59. package/typings-70284312.d.ts +1 -1
@@ -18,14 +18,14 @@
18
18
  * 'eu-union', 'ex-ussr', 'ex-yugos', 'baltic', 'middle-east', 'north-africa']
19
19
  */
20
20
  var countriesData = [
21
- ['Afghanistan', ['asia'], 'af', '93'],
22
- ['Albania', ['europe'], 'al', '355'],
23
- ['Algeria', ['africa', 'north-africa'], 'dz', '213'],
24
- ['Andorra', ['europe'], 'ad', '376'],
25
- ['Angola', ['africa'], 'ao', '244'],
26
- ['Antigua and Barbuda', ['america', 'carribean'], 'ag', '1268'],
21
+ ['Афганистан', ['asia'], 'af', '93'],
22
+ ['Албания', ['europe'], 'al', '355'],
23
+ ['Алжир', ['africa', 'north-africa'], 'dz', '213'],
24
+ ['Андорра', ['europe'], 'ad', '376'],
25
+ ['Ангола', ['africa'], 'ao', '244'],
26
+ ['Антигуа и Барбуда', ['america', 'carribean'], 'ag', '1268'],
27
27
  [
28
- 'Argentina',
28
+ 'Аргентина',
29
29
  ['america', 'south-america'],
30
30
  'ar',
31
31
  '54',
@@ -57,10 +57,10 @@ var countriesData = [
57
57
  '388',
58
58
  ],
59
59
  ],
60
- ['Armenia', ['asia', 'ex-ussr'], 'am', '374', '.. ......'],
61
- ['Aruba', ['america', 'carribean'], 'aw', '297'],
60
+ ['Армения', ['asia', 'ex-ussr'], 'am', '374', '.. ......'],
61
+ ['Аруба', ['america', 'carribean'], 'aw', '297'],
62
62
  [
63
- 'Australia',
63
+ 'Австралия',
64
64
  ['oceania'],
65
65
  'au',
66
66
  '61',
@@ -68,30 +68,30 @@ var countriesData = [
68
68
  0,
69
69
  ['2', '3', '4', '7', '8', '02', '03', '04', '07', '08'],
70
70
  ],
71
- ['Austria', ['europe', 'eu-union'], 'at', '43'],
72
- ['Azerbaijan', ['asia', 'ex-ussr'], 'az', '994', '.. ... .. ..'],
73
- ['Bahamas', ['america', 'carribean'], 'bs', '1242'],
74
- ['Bahrain', ['middle-east'], 'bh', '973'],
75
- ['Bangladesh', ['asia'], 'bd', '880'],
76
- ['Barbados', ['america', 'carribean'], 'bb', '1246'],
77
- ['Belarus', ['europe', 'ex-ussr'], 'by', '375', '.. ... .. ..'],
78
- ['Belgium', ['europe', 'eu-union'], 'be', '32', '... .. .. ..'],
79
- ['Belize', ['america', 'central-america'], 'bz', '501'],
80
- ['Benin', ['africa'], 'bj', '229'],
81
- ['Bhutan', ['asia'], 'bt', '975'],
82
- ['Bolivia', ['america', 'south-america'], 'bo', '591'],
83
- ['Bosnia and Herzegovina', ['europe', 'ex-yugos'], 'ba', '387'],
84
- ['Botswana', ['africa'], 'bw', '267'],
85
- ['Brazil', ['america', 'south-america'], 'br', '55', '.. .........'],
86
- ['British Indian Ocean Territory', ['asia'], 'io', '246'],
87
- ['Brunei', ['asia'], 'bn', '673'],
88
- ['Bulgaria', ['europe', 'eu-union'], 'bg', '359'],
89
- ['Burkina Faso', ['africa'], 'bf', '226'],
90
- ['Burundi', ['africa'], 'bi', '257'],
91
- ['Cambodia', ['asia'], 'kh', '855'],
92
- ['Cameroon', ['africa'], 'cm', '237'],
71
+ ['Австрия', ['europe', 'eu-union'], 'at', '43'],
72
+ ['Азербайджан', ['asia', 'ex-ussr'], 'az', '994', '.. ... .. ..'],
73
+ ['Багамы', ['america', 'carribean'], 'bs', '1242'],
74
+ ['Бахрейн', ['middle-east'], 'bh', '973'],
75
+ ['Бангладеш', ['asia'], 'bd', '880'],
76
+ ['Барбадос', ['america', 'carribean'], 'bb', '1246'],
77
+ ['Беларусь', ['europe', 'ex-ussr'], 'by', '375', '.. ... .. ..'],
78
+ ['Бельгия', ['europe', 'eu-union'], 'be', '32', '... .. .. ..'],
79
+ ['Белиз', ['america', 'central-america'], 'bz', '501'],
80
+ ['Бенин', ['africa'], 'bj', '229'],
81
+ ['Бутан', ['asia'], 'bt', '975'],
82
+ ['Боливия', ['america', 'south-america'], 'bo', '591'],
83
+ ['Босния и Герцеговина', ['europe', 'ex-yugos'], 'ba', '387'],
84
+ ['Ботсвана', ['africa'], 'bw', '267'],
85
+ ['Бразилия', ['america', 'south-america'], 'br', '55', '.. .........'],
86
+ ['Британская территория в Индийском океане', ['asia'], 'io', '246'],
87
+ ['Бруней', ['asia'], 'bn', '673'],
88
+ ['Болгария', ['europe', 'eu-union'], 'bg', '359'],
89
+ ['Буркина-Фасо', ['africa'], 'bf', '226'],
90
+ ['Бурунди', ['africa'], 'bi', '257'],
91
+ ['Камбоджа', ['asia'], 'kh', '855'],
92
+ ['Камерун', ['africa'], 'cm', '237'],
93
93
  [
94
- 'Canada',
94
+ 'Канада',
95
95
  ['america', 'north-america'],
96
96
  'ca',
97
97
  '1',
@@ -142,96 +142,96 @@ var countriesData = [
142
142
  '905',
143
143
  ],
144
144
  ],
145
- ['Cape Verde', ['africa'], 'cv', '238'],
146
- ['Caribbean Netherlands', ['america', 'carribean'], 'bq', '599', '', 1],
147
- ['Central African Republic', ['africa'], 'cf', '236'],
148
- ['Chad', ['africa'], 'td', '235'],
149
- ['Chile', ['america', 'south-america'], 'cl', '56'],
150
- ['China', ['asia'], 'cn', '86', '.. .........'],
151
- ['Colombia', ['america', 'south-america'], 'co', '57', '... ... ....'],
152
- ['Comoros', ['africa'], 'km', '269'],
153
- ['Congo', ['africa'], 'cd', '243'],
154
- ['Congo', ['africa'], 'cg', '242'],
155
- ['Costa Rica', ['america', 'central-america'], 'cr', '506', '.... ....'],
156
- ['Côte d’Ivoire', ['africa'], 'ci', '225', '.. .. .. ..'],
157
- ['Croatia', ['europe', 'eu-union', 'ex-yugos'], 'hr', '385'],
158
- ['Cuba', ['america', 'carribean'], 'cu', '53'],
159
- ['Curaçao', ['america', 'carribean'], 'cw', '599', '', 0],
160
- ['Cyprus', ['europe', 'eu-union'], 'cy', '357', '.. ......'],
161
- ['Czech Republic', ['europe', 'eu-union'], 'cz', '420', '... ... ...'],
162
- ['Denmark', ['europe', 'eu-union', 'baltic'], 'dk', '45', '.. .. .. ..'],
163
- ['Djibouti', ['africa'], 'dj', '253'],
164
- ['Dominica', ['america', 'carribean'], 'dm', '1767'],
165
- ['Dominican Republic', ['america', 'carribean'], 'do', '1', '', 2, ['809', '829', '849']],
166
- ['Ecuador', ['america', 'south-america'], 'ec', '593'],
167
- ['Egypt', ['africa', 'north-africa'], 'eg', '20'],
168
- ['El Salvador', ['america', 'central-america'], 'sv', '503', '.... ....'],
169
- ['Equatorial Guinea', ['africa'], 'gq', '240'],
170
- ['Eritrea', ['africa'], 'er', '291'],
171
- ['Estonia', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'ee', '372', '.... ......'],
172
- ['Ethiopia', ['africa'], 'et', '251'],
173
- ['Fiji', ['oceania'], 'fj', '679'],
174
- ['Finland', ['europe', 'eu-union', 'baltic'], 'fi', '358', '.. ... .. ..'],
175
- ['France', ['europe', 'eu-union'], 'fr', '33', '. .. .. .. ..'],
176
- ['French Guiana', ['america', 'south-america'], 'gf', '594'],
177
- ['French Polynesia', ['oceania'], 'pf', '689'],
178
- ['Gabon', ['africa'], 'ga', '241'],
179
- ['Gambia', ['africa'], 'gm', '220'],
180
- ['Georgia', ['asia', 'ex-ussr'], 'ge', '995'],
181
- ['Germany', ['europe', 'eu-union', 'baltic'], 'de', '49', '.... ........'],
182
- ['Ghana', ['africa'], 'gh', '233'],
183
- ['Greece', ['europe', 'eu-union'], 'gr', '30'],
184
- ['Grenada', ['america', 'carribean'], 'gd', '1473'],
185
- ['Guadeloupe', ['america', 'carribean'], 'gp', '590', '', 0],
186
- ['Guam', ['oceania'], 'gu', '1671'],
187
- ['Guatemala', ['america', 'central-america'], 'gt', '502', '.... ....'],
188
- ['Guinea', ['africa'], 'gn', '224'],
189
- ['Guinea-Bissau', ['africa'], 'gw', '245'],
190
- ['Guyana', ['america', 'south-america'], 'gy', '592'],
191
- ['Haiti', ['america', 'carribean'], 'ht', '509', '.... ....'],
192
- ['Honduras', ['america', 'central-america'], 'hn', '504'],
193
- ['Hong Kong', ['asia'], 'hk', '852', '.... ....'],
194
- ['Hungary', ['europe', 'eu-union'], 'hu', '36'],
195
- ['Iceland', ['europe'], 'is', '354', '... ....'],
196
- ['India', ['asia'], 'in', '91', '..... .....'],
197
- ['Indonesia', ['asia'], 'id', '62'],
198
- ['Iran', ['middle-east'], 'ir', '98', '... ... ....'],
199
- ['Iraq', ['middle-east'], 'iq', '964'],
200
- ['Ireland', ['europe', 'eu-union'], 'ie', '353', '.. .......'],
201
- ['Israel', ['middle-east'], 'il', '972', '... ... ....'],
202
- ['Italy', ['europe', 'eu-union'], 'it', '39', '... .......', 0],
203
- ['Jamaica', ['america', 'carribean'], 'jm', '1876'],
204
- ['Japan', ['asia'], 'jp', '81', '.. .... ....'],
205
- ['Jordan', ['middle-east'], 'jo', '962'],
206
- ['Kazakhstan', ['asia', 'ex-ussr'], 'kz', '7', '... ... .. ..', 1, ['6', '7']],
207
- ['Kenya', ['africa'], 'ke', '254'],
208
- ['Kiribati', ['oceania'], 'ki', '686'],
209
- ['Kosovo', ['europe', 'ex-yugos'], 'xk', '383'],
210
- ['Kuwait', ['middle-east'], 'kw', '965'],
211
- ['Kyrgyzstan', ['asia', 'ex-ussr'], 'kg', '996', '... ... ...'],
212
- ['Laos', ['asia'], 'la', '856'],
213
- ['Latvia', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lv', '371', '.. ... ...'],
214
- ['Lebanon', ['middle-east'], 'lb', '961'],
215
- ['Lesotho', ['africa'], 'ls', '266'],
216
- ['Liberia', ['africa'], 'lr', '231'],
217
- ['Libya', ['africa', 'north-africa'], 'ly', '218'],
218
- ['Liechtenstein', ['europe'], 'li', '423'],
219
- ['Lithuania', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lt', '370'],
220
- ['Luxembourg', ['europe', 'eu-union'], 'lu', '352'],
221
- ['Macau', ['asia'], 'mo', '853'],
222
- ['Macedonia', ['europe', 'ex-yugos'], 'mk', '389'],
223
- ['Madagascar', ['africa'], 'mg', '261'],
224
- ['Malawi', ['africa'], 'mw', '265'],
225
- ['Malaysia', ['asia'], 'my', '60', '.. .... ....'],
226
- ['Maldives', ['asia'], 'mv', '960'],
227
- ['Mali', ['africa'], 'ml', '223'],
228
- ['Malta', ['europe', 'eu-union'], 'mt', '356'],
229
- ['Marshall Islands', ['oceania'], 'mh', '692'],
230
- ['Martinique', ['america', 'carribean'], 'mq', '596'],
231
- ['Mauritania', ['africa'], 'mr', '222'],
232
- ['Mauritius', ['africa'], 'mu', '230'],
145
+ ['Кабо-Верде', ['africa'], 'cv', '238'],
146
+ ['Карибские Нидерланды', ['america', 'carribean'], 'bq', '599', '', 1],
147
+ ['Центральноафриканская Республика', ['africa'], 'cf', '236'],
148
+ ['Чад', ['africa'], 'td', '235'],
149
+ ['Чили', ['america', 'south-america'], 'cl', '56'],
150
+ ['Китай', ['asia'], 'cn', '86', '.. .........'],
151
+ ['Колумбия', ['america', 'south-america'], 'co', '57', '... ... ....'],
152
+ ['Коморы', ['africa'], 'km', '269'],
153
+ ['Конго', ['africa'], 'cd', '243'],
154
+ ['Конго', ['africa'], 'cg', '242'],
155
+ ['Коста-Рика', ['america', 'central-america'], 'cr', '506', '.... ....'],
156
+ ['Кот-д’Ивуар', ['africa'], 'ci', '225', '.. .. .. ..'],
157
+ ['Хорватия', ['europe', 'eu-union', 'ex-yugos'], 'hr', '385'],
158
+ ['Куба', ['america', 'carribean'], 'cu', '53'],
159
+ ['Кюрасао', ['america', 'carribean'], 'cw', '599', '', 0],
160
+ ['Кипр', ['europe', 'eu-union'], 'cy', '357', '.. ......'],
161
+ ['Чехия', ['europe', 'eu-union'], 'cz', '420', '... ... ...'],
162
+ ['Дания', ['europe', 'eu-union', 'baltic'], 'dk', '45', '.. .. .. ..'],
163
+ ['Джибути', ['africa'], 'dj', '253'],
164
+ ['Доминика', ['america', 'carribean'], 'dm', '1767'],
165
+ ['Доминиканская Республика', ['america', 'carribean'], 'do', '1', '', 2, ['809', '829', '849']],
166
+ ['Эквадор', ['america', 'south-america'], 'ec', '593'],
167
+ ['Египет', ['africa', 'north-africa'], 'eg', '20'],
168
+ ['Сальвадор', ['america', 'central-america'], 'sv', '503', '.... ....'],
169
+ ['Экваториальная Гвинея', ['africa'], 'gq', '240'],
170
+ ['Эритрея', ['africa'], 'er', '291'],
171
+ ['Эстония', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'ee', '372', '.... ......'],
172
+ ['Эфиопия', ['africa'], 'et', '251'],
173
+ ['Фиджи', ['oceania'], 'fj', '679'],
174
+ ['Финляндия', ['europe', 'eu-union', 'baltic'], 'fi', '358', '.. ... .. ..'],
175
+ ['Франция', ['europe', 'eu-union'], 'fr', '33', '. .. .. .. ..'],
176
+ ['Французская Гвиана', ['america', 'south-america'], 'gf', '594'],
177
+ ['Французская Полинезия', ['oceania'], 'pf', '689'],
178
+ ['Габон', ['africa'], 'ga', '241'],
179
+ ['Гамбия', ['africa'], 'gm', '220'],
180
+ ['Грузия', ['asia', 'ex-ussr'], 'ge', '995'],
181
+ ['Германия', ['europe', 'eu-union', 'baltic'], 'de', '49', '.... ........'],
182
+ ['Гана', ['africa'], 'gh', '233'],
183
+ ['Греция', ['europe', 'eu-union'], 'gr', '30'],
184
+ ['Гренада', ['america', 'carribean'], 'gd', '1473'],
185
+ ['Гваделупа', ['america', 'carribean'], 'gp', '590', '', 0],
186
+ ['Гуам', ['oceania'], 'gu', '1671'],
187
+ ['Гватемала', ['america', 'central-america'], 'gt', '502', '.... ....'],
188
+ ['Гвинея', ['africa'], 'gn', '224'],
189
+ ['Гвинея-Бисау', ['africa'], 'gw', '245'],
190
+ ['Гайана', ['america', 'south-america'], 'gy', '592'],
191
+ ['Гаити', ['america', 'carribean'], 'ht', '509', '.... ....'],
192
+ ['Гондурас', ['america', 'central-america'], 'hn', '504'],
193
+ ['Гонконг', ['asia'], 'hk', '852', '.... ....'],
194
+ ['Венгрия', ['europe', 'eu-union'], 'hu', '36'],
195
+ ['Исландия', ['europe'], 'is', '354', '... ....'],
196
+ ['Индия', ['asia'], 'in', '91', '..... .....'],
197
+ ['Индонезия', ['asia'], 'id', '62'],
198
+ ['Иран', ['middle-east'], 'ir', '98', '... ... ....'],
199
+ ['Ирак', ['middle-east'], 'iq', '964'],
200
+ ['Ирландия', ['europe', 'eu-union'], 'ie', '353', '.. .......'],
201
+ ['Израиль', ['middle-east'], 'il', '972', '... ... ....'],
202
+ ['Италия', ['europe', 'eu-union'], 'it', '39', '... .......', 0],
203
+ ['Ямайка', ['america', 'carribean'], 'jm', '1876'],
204
+ ['Япония', ['asia'], 'jp', '81', '.. .... ....'],
205
+ ['Иордания', ['middle-east'], 'jo', '962'],
206
+ ['Казахстан', ['asia', 'ex-ussr'], 'kz', '7', '... ... .. ..', 1, ['6', '7']],
207
+ ['Кения', ['africa'], 'ke', '254'],
208
+ ['Кирибати', ['oceania'], 'ki', '686'],
209
+ ['Република Косово', ['europe', 'ex-yugos'], 'xk', '383'],
210
+ ['Кувейт', ['middle-east'], 'kw', '965'],
211
+ ['Киргизия', ['asia', 'ex-ussr'], 'kg', '996', '... ... ...'],
212
+ ['Лаос', ['asia'], 'la', '856'],
213
+ ['Латвия', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lv', '371', '.. ... ...'],
214
+ ['Ливан', ['middle-east'], 'lb', '961'],
215
+ ['Лесото', ['africa'], 'ls', '266'],
216
+ ['Либерия', ['africa'], 'lr', '231'],
217
+ ['Ливия', ['africa', 'north-africa'], 'ly', '218'],
218
+ ['Лихтенштейн', ['europe'], 'li', '423'],
219
+ ['Литва', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lt', '370'],
220
+ ['Люксембург', ['europe', 'eu-union'], 'lu', '352'],
221
+ ['Макао', ['asia'], 'mo', '853'],
222
+ ['Македония', ['europe', 'ex-yugos'], 'mk', '389'],
223
+ ['Мадагаскар', ['africa'], 'mg', '261'],
224
+ ['Малави', ['africa'], 'mw', '265'],
225
+ ['Малайзия', ['asia'], 'my', '60', '.. .... ....'],
226
+ ['Мальдивы', ['asia'], 'mv', '960'],
227
+ ['Мали', ['africa'], 'ml', '223'],
228
+ ['Мальта', ['europe', 'eu-union'], 'mt', '356'],
229
+ ['Маршалловы Острова', ['oceania'], 'mh', '692'],
230
+ ['Мартиника', ['america', 'carribean'], 'mq', '596'],
231
+ ['Мавритания', ['africa'], 'mr', '222'],
232
+ ['Маврикий', ['africa'], 'mu', '230'],
233
233
  [
234
- 'Mexico',
234
+ 'Мексика',
235
235
  ['america', 'central-america'],
236
236
  'mx',
237
237
  '52',
@@ -239,87 +239,93 @@ var countriesData = [
239
239
  0,
240
240
  ['55', '81', '33', '656', '664', '998', '774', '229'],
241
241
  ],
242
- ['Micronesia', ['oceania'], 'fm', '691'],
243
- ['Moldova', ['europe'], 'md', '373', '.. .. .. ..'],
244
- ['Monaco', ['europe'], 'mc', '377'],
245
- ['Mongolia', ['asia'], 'mn', '976'],
246
- ['Montenegro', ['europe', 'ex-yugos'], 'me', '382'],
247
- ['Morocco', ['africa', 'north-africa'], 'ma', '212'],
248
- ['Mozambique', ['africa'], 'mz', '258'],
249
- ['Myanmar', ['asia'], 'mm', '95'],
250
- ['Namibia', ['africa'], 'na', '264'],
251
- ['Nauru', ['africa'], 'nr', '674'],
252
- ['Nepal', ['asia'], 'np', '977'],
253
- ['Netherlands', ['europe', 'eu-union'], 'nl', '31', '.. ........'],
254
- ['New Caledonia', ['oceania'], 'nc', '687'],
255
- ['New Zealand', ['oceania'], 'nz', '64', '... ... ....'],
256
- ['Nicaragua', ['america', 'central-america'], 'ni', '505'],
257
- ['Niger', ['africa'], 'ne', '227'],
258
- ['Nigeria', ['africa'], 'ng', '234'],
259
- ['North Korea', ['asia'], 'kp', '850'],
260
- ['Norway', ['europe', 'baltic'], 'no', '47', '... .. ...'],
261
- ['Oman', ['middle-east'], 'om', '968'],
262
- ['Pakistan', ['asia'], 'pk', '92', '... .......'],
263
- ['Palau', ['oceania'], 'pw', '680'],
264
- ['Palestine', ['middle-east'], 'ps', '970'],
265
- ['Panama', ['america', 'central-america'], 'pa', '507'],
266
- ['Papua New Guinea', ['oceania'], 'pg', '675'],
267
- ['Paraguay', ['america', 'south-america'], 'py', '595'],
268
- ['Peru', ['america', 'south-america'], 'pe', '51'],
269
- ['Philippines', ['asia'], 'ph', '63', '.... .......'],
270
- ['Poland', ['europe', 'eu-union', 'baltic'], 'pl', '48', '... ... ...'],
271
- ['Portugal', ['europe', 'eu-union'], 'pt', '351'],
272
- ['Puerto Rico', ['america', 'carribean'], 'pr', '1', '', 3, ['787', '939']],
273
- ['Qatar', ['middle-east'], 'qa', '974'],
274
- ['Réunion', ['africa'], 're', '262'],
275
- ['Romania', ['europe', 'eu-union'], 'ro', '40'],
276
- ['Russia', ['europe', 'asia', 'ex-ussr', 'baltic'], 'ru', '7', '... ... .. ..', 0],
277
- ['Rwanda', ['africa'], 'rw', '250'],
278
- ['Saint Kitts and Nevis', ['america', 'carribean'], 'kn', '1869'],
279
- ['Saint Lucia', ['america', 'carribean'], 'lc', '1758'],
280
- ['Saint Vincent and the Grenadines', ['america', 'carribean'], 'vc', '1784'],
281
- ['Samoa', ['oceania'], 'ws', '685'],
282
- ['San Marino', ['europe'], 'sm', '378'],
283
- ['São Tomé and Príncipe', ['africa'], 'st', '239'],
284
- ['Saudi Arabia', ['middle-east'], 'sa', '966'],
285
- ['Senegal', ['africa'], 'sn', '221'],
286
- ['Serbia', ['europe', 'ex-yugos'], 'rs', '381'],
287
- ['Seychelles', ['africa'], 'sc', '248'],
288
- ['Sierra Leone', ['africa'], 'sl', '232'],
289
- ['Singapore', ['asia'], 'sg', '65', '.... ....'],
290
- ['Slovakia', ['europe', 'eu-union'], 'sk', '421'],
291
- ['Slovenia', ['europe', 'eu-union', 'ex-yugos'], 'si', '386'],
292
- ['Solomon Islands', ['oceania'], 'sb', '677'],
293
- ['Somalia', ['africa'], 'so', '252'],
294
- ['South Africa', ['africa'], 'za', '27'],
295
- ['South Korea', ['asia'], 'kr', '82', '... .... ....'],
296
- ['South Sudan', ['africa', 'north-africa'], 'ss', '211'],
297
- ['Spain', ['europe', 'eu-union'], 'es', '34', '... ... ...'],
298
- ['Sri Lanka', ['asia'], 'lk', '94'],
299
- ['Sudan', ['africa'], 'sd', '249'],
300
- ['Suriname', ['america', 'south-america'], 'sr', '597'],
301
- ['Swaziland', ['africa'], 'sz', '268'],
302
- ['Sweden', ['europe', 'eu-union', 'baltic'], 'se', '46', '... ... ...'],
303
- ['Switzerland', ['europe'], 'ch', '41', '.. ... .. ..'],
304
- ['Syria', ['middle-east'], 'sy', '963'],
305
- ['Taiwan', ['asia'], 'tw', '886'],
306
- ['Tajikistan', ['asia', 'ex-ussr'], 'tj', '992'],
307
- ['Tanzania', ['africa'], 'tz', '255'],
308
- ['Thailand', ['asia'], 'th', '66'],
309
- ['Timor-Leste', ['asia'], 'tl', '670'],
310
- ['Togo', ['africa'], 'tg', '228'],
311
- ['Tonga', ['oceania'], 'to', '676'],
312
- ['Trinidad and Tobago', ['america', 'carribean'], 'tt', '1868'],
313
- ['Tunisia', ['africa', 'north-africa'], 'tn', '216'],
314
- ['Turkey', ['europe'], 'tr', '90', '... ... .. ..'],
315
- ['Turkmenistan', ['asia', 'ex-ussr'], 'tm', '993'],
316
- ['Tuvalu', ['asia'], 'tv', '688'],
317
- ['Uganda', ['africa'], 'ug', '256'],
318
- ['Ukraine', ['europe', 'ex-ussr'], 'ua', '380', '.. ... .. ..'],
319
- ['United Arab Emirates', ['middle-east'], 'ae', '971'],
320
- ['United Kingdom', ['europe', 'eu-union'], 'gb', '44', '.... ......'],
242
+ ['Федеративные Штаты Микронезии', ['oceania'], 'fm', '691'],
243
+ ['Молдавия', ['europe'], 'md', '373', '.. .. .. ..'],
244
+ ['Монако', ['europe'], 'mc', '377'],
245
+ ['Монголия', ['asia'], 'mn', '976'],
246
+ ['Черногория', ['europe', 'ex-yugos'], 'me', '382'],
247
+ ['Морокко', ['africa', 'north-africa'], 'ma', '212'],
248
+ ['Мозамбик', ['africa'], 'mz', '258'],
249
+ ['Мьянма', ['asia'], 'mm', '95'],
250
+ ['Намибия', ['africa'], 'na', '264'],
251
+ ['Науру', ['africa'], 'nr', '674'],
252
+ ['Непал', ['asia'], 'np', '977'],
253
+ ['Нидерланды', ['europe', 'eu-union'], 'nl', '31', '.. ........'],
254
+ ['Новая Каледония', ['oceania'], 'nc', '687'],
255
+ ['Новая Зеландия', ['oceania'], 'nz', '64', '... ... ....'],
256
+ ['Никарагуа', ['america', 'central-america'], 'ni', '505'],
257
+ ['Нигер', ['africa'], 'ne', '227'],
258
+ ['Нигерия', ['africa'], 'ng', '234'],
259
+ ['Корейская Народно-Демократическая Республика', ['asia'], 'kp', '850'],
260
+ ['Норвегия', ['europe', 'baltic'], 'no', '47', '... .. ...'],
261
+ ['Оман', ['middle-east'], 'om', '968'],
262
+ ['Пакистан', ['asia'], 'pk', '92', '... .......'],
263
+ ['Палау', ['oceania'], 'pw', '680'],
264
+ ['Палестина', ['middle-east'], 'ps', '970'],
265
+ ['Панама', ['america', 'central-america'], 'pa', '507'],
266
+ ['Папуа Новая Гвинея', ['oceania'], 'pg', '675'],
267
+ ['Парагвай', ['america', 'south-america'], 'py', '595'],
268
+ ['Перу', ['america', 'south-america'], 'pe', '51'],
269
+ ['Филиппины', ['asia'], 'ph', '63', '.... .......'],
270
+ ['Польша', ['europe', 'eu-union', 'baltic'], 'pl', '48', '... ... ...'],
271
+ ['Португалия', ['europe', 'eu-union'], 'pt', '351'],
272
+ ['Пуэрто-Рико', ['america', 'carribean'], 'pr', '1', '', 3, ['787', '939']],
273
+ ['Катар', ['middle-east'], 'qa', '974'],
274
+ ['Реюньон', ['africa'], 're', '262'],
275
+ ['Румыния', ['europe', 'eu-union'], 'ro', '40'],
276
+ ['Россия', ['europe', 'asia', 'ex-ussr', 'baltic'], 'ru', '7', '... ... .. ..', 0],
277
+ ['Руанда', ['africa'], 'rw', '250'],
278
+ ['Сент-Китс и Невис', ['america', 'carribean'], 'kn', '1869'],
279
+ ['Сент-Люсия', ['america', 'carribean'], 'lc', '1758'],
280
+ ['Сент-Винсент и Гренадины', ['america', 'carribean'], 'vc', '1784'],
281
+ ['Самоа', ['oceania'], 'ws', '685'],
282
+ ['Сан-Марино', ['europe'], 'sm', '378'],
283
+ ['Сан-Томе и Принсипи', ['africa'], 'st', '239'],
284
+ ['Саудовская Аравия', ['middle-east'], 'sa', '966'],
285
+ ['Сенегал', ['africa'], 'sn', '221'],
286
+ ['Сербия', ['europe', 'ex-yugos'], 'rs', '381'],
287
+ ['Сейшельские Острова', ['africa'], 'sc', '248'],
288
+ ['Сьерра-Леоне', ['africa'], 'sl', '232'],
289
+ ['Сингапур', ['asia'], 'sg', '65', '.... ....'],
290
+ ['Словакия', ['europe', 'eu-union'], 'sk', '421'],
291
+ ['Словения', ['europe', 'eu-union', 'ex-yugos'], 'si', '386'],
292
+ ['Соломоновы Острова', ['oceania'], 'sb', '677'],
293
+ ['Сомали', ['africa'], 'so', '252'],
294
+ ['Южно-Африканская Республика', ['africa'], 'za', '27'],
295
+ ['Южная Корея', ['asia'], 'kr', '82', '... .... ....'],
296
+ ['Южный Судан', ['africa', 'north-africa'], 'ss', '211'],
297
+ ['Испания', ['europe', 'eu-union'], 'es', '34', '... ... ...'],
298
+ ['Шри-Ланка', ['asia'], 'lk', '94'],
299
+ ['Судан', ['africa'], 'sd', '249'],
300
+ ['Суринам', ['america', 'south-america'], 'sr', '597'],
301
+ ['Эсватини', ['africa'], 'sz', '268'],
302
+ ['Швеция', ['europe', 'eu-union', 'baltic'], 'se', '46', '... ... ...'],
303
+ ['Швейцария', ['europe'], 'ch', '41', '.. ... .. ..'],
304
+ ['Сирия', ['middle-east'], 'sy', '963'],
305
+ ['Тайвань', ['asia'], 'tw', '886'],
306
+ ['Таджикистан', ['asia', 'ex-ussr'], 'tj', '992'],
307
+ ['Танзания', ['africa'], 'tz', '255'],
308
+ ['Таиланд', ['asia'], 'th', '66'],
309
+ ['Тимор-Лесте', ['asia'], 'tl', '670'],
310
+ ['Того', ['africa'], 'tg', '228'],
311
+ ['Тонга', ['oceania'], 'to', '676'],
312
+ ['Тринидад и Тобаго', ['america', 'carribean'], 'tt', '1868'],
313
+ ['Тунис', ['africa', 'north-africa'], 'tn', '216'],
314
+ ['Турция', ['europe'], 'tr', '90', '... ... .. ..'],
315
+ ['Туркменистан', ['asia', 'ex-ussr'], 'tm', '993'],
316
+ ['Тувалу', ['asia'], 'tv', '688'],
317
+ ['Уганда', ['africa'], 'ug', '256'],
318
+ ['Украина', ['europe', 'ex-ussr'], 'ua', '380', '.. ... .. ..'],
319
+ ['ОАЭ', ['middle-east'], 'ae', '971'],
321
320
  [
322
- 'United States',
321
+ 'Соединенное Королевство Великобритании и Северной Ирландии',
322
+ ['europe', 'eu-union'],
323
+ 'gb',
324
+ '44',
325
+ '.... ......',
326
+ ],
327
+ [
328
+ 'США',
323
329
  ['america', 'north-america'],
324
330
  'us',
325
331
  '1',
@@ -569,15 +575,23 @@ var countriesData = [
569
575
  '307',
570
576
  ],
571
577
  ],
572
- ['Uruguay', ['america', 'south-america'], 'uy', '598'],
573
- ['Uzbekistan', ['asia', 'ex-ussr'], 'uz', '998', '.. ... .. ..'],
574
- ['Vanuatu', ['oceania'], 'vu', '678'],
575
- ['Vatican City', ['europe'], 'va', '39', '.. .... ....', 1],
576
- ['Venezuela', ['america', 'south-america'], 've', '58'],
577
- ['Vietnam', ['asia'], 'vn', '84'],
578
- ['Yemen', ['middle-east'], 'ye', '967'],
579
- ['Zambia', ['africa'], 'zm', '260'],
580
- ['Zimbabwe', ['africa'], 'zw', '263'],
578
+ ['Уругвай', ['america', 'south-america'], 'uy', '598'],
579
+ ['Узбекистан', ['asia', 'ex-ussr'], 'uz', '998', '.. ... .. ..'],
580
+ ['Вануату', ['oceania'], 'vu', '678'],
581
+ ['Ватикан', ['europe'], 'va', '39', '.. .... ....', 1],
582
+ ['Венесуэла', ['america', 'south-america'], 've', '58'],
583
+ ['Вьетнам', ['asia'], 'vn', '84'],
584
+ ['Йемен', ['middle-east'], 'ye', '967'],
585
+ ['Замбия', ['africa'], 'zm', '260'],
586
+ ['Зимбабве', ['africa'], 'zw', '263'],
587
+ ['Гибралтар', ['europe'], 'gi', '350'],
588
+ ['Гренландия', ['america', 'north-america'], 'gl', '299'],
589
+ ['Монсеррат', ['america', 'carribean'], 'ms', '1664'],
590
+ ['Сент-Пьер и Микелон', ['america'], 'pm', '508'],
591
+ ['Теркс и Кайкос', ['america', 'carribean'], 'tc', '1649'],
592
+ ['Виргинские острова (Британские)', ['america', 'carribean'], 'vg', '1284'],
593
+ ['Виргинские острова (США)', ['america', 'carribean'], 'vi', '1340'],
594
+ ['Уоллис и Футуна', ['oceania'], 'wf', '681'],
581
595
  ];
582
596
 
583
597
  export { countriesData };
@@ -1,2 +1,2 @@
1
1
  export { Button } from "./Component.responsive-8566963f";
2
- export type { ButtonProps } from "./typings-61e2321e";
2
+ export type { ButtonProps } from "./typings-6d57839f";
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
- import { CommonButtonProps } from "./typings-61e2321e";
3
+ import { CommonButtonProps } from "./typings-6d57839f";
4
4
  declare const ButtonDesktop: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
5
5
  export { ButtonDesktop };
6
- export type { CommonButtonProps as ButtonDesktopProps } from "./typings-61e2321e";
6
+ export type { CommonButtonProps as ButtonDesktopProps } from "./typings-6d57839f";
@@ -12,7 +12,7 @@ type ComponentProps = {
12
12
  * Тип кнопки
13
13
  * @default secondary
14
14
  */
15
- view?: 'accent' | 'primary' | 'secondary' | 'tertiary' | 'outlined' | 'filled' | 'transparent' | 'link' | 'ghost';
15
+ view?: 'accent' | 'primary' | 'secondary' | 'outlined' | 'transparent' | 'text' | 'tertiary' | 'filled' | 'link' | 'ghost';
16
16
  /**
17
17
  * Форма кнопки
18
18
  * @default rectangular
@@ -10,7 +10,7 @@ import { CSSTransitionProps } from "react-transition-group/CSSTransition";
10
10
  import { BasePlacement, VariationPlacement } from "@popperjs/core";
11
11
  import { SwipeableHandlers } from "react-swipeable";
12
12
  import { TextElementType, TextSkeletonProps } from "./types-1328ead9";
13
- import { ButtonProps } from "./index-61e2321e";
13
+ import { ButtonProps } from "./index-6d57839f";
14
14
  import { ContentProps } from "./typings-88b743b5";
15
15
  import { ModalResponsiveProps as ModalProps } from "./typings-88b743b5";
16
16
  import { InputProps } from "@alfalab/core-components-input";
@@ -1,2 +1,2 @@
1
1
  export { Button } from "./Component.responsive-8566963f";
2
- export type { ButtonProps } from "./typings-61e2321e";
2
+ export type { ButtonProps } from "./typings-6d57839f";
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
- import { CommonButtonProps } from "./typings-61e2321e";
3
+ import { CommonButtonProps } from "./typings-6d57839f";
4
4
  declare const ButtonDesktop: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
5
5
  export { ButtonDesktop };
6
- export type { CommonButtonProps as ButtonDesktopProps } from "./typings-61e2321e";
6
+ export type { CommonButtonProps as ButtonDesktopProps } from "./typings-6d57839f";
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
3
  import { FC } from "react";
4
- import { CommonButtonProps, PrivateButtonProps } from "./typings-61e2321e";
4
+ import { CommonButtonProps, PrivateButtonProps } from "./typings-6d57839f";
5
5
  type SpinnerProps = {
6
6
  /**
7
7
  * Управление видимостью компонента
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
- import { CommonButtonProps, ButtonProps } from "./typings-61e2321e";
3
+ import { CommonButtonProps, ButtonProps } from "./typings-6d57839f";
4
4
  declare const ButtonMobile: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
5
5
  declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
6
6
  export { ButtonMobile, Button };
7
- export type { CommonButtonProps as ButtonMobileProps } from "./typings-61e2321e";
7
+ export type { CommonButtonProps as ButtonMobileProps } from "./typings-6d57839f";
@@ -6,7 +6,7 @@ import { BaseOption } from '@alfalab/core-components-select/modern/shared';
6
6
  import { initCountries, findCountry, filterPhones, createMaskOptions, getClear, getPhoneData } from '../../utils/index.js';
7
7
  import { CountrySelect } from '../country-select/Component.js';
8
8
 
9
- const styles = {"component":"international-phone-input__component_1x67s","addons":"international-phone-input__addons_1x67s"};
9
+ const styles = {"component":"international-phone-input__component_1druh","addons":"international-phone-input__addons_1druh"};
10
10
  require('./index.css')
11
11
 
12
12
  const BaseInternationalPhoneInput = forwardRef(({ clearableCountryCode, value, country: countryProp, filterFn, onChange, onCountryChange, countrySelectProps, countries, defaultIso2, disabled, options, size = 56, Input, InputAutocomplete, SelectComponent, view, clear: clearProp, ...restProps }, ref) => {
@@ -1,5 +1,5 @@
1
- /* hash: 1h0lf */
1
+ /* hash: 5t2j9 */
2
2
 
3
- .international-phone-input__component_1x67s .international-phone-input__addons_1x67s {
3
+ .international-phone-input__component_1druh .international-phone-input__addons_1druh {
4
4
  padding-left: 0;
5
5
  }