@alfalab/core-components-intl-phone-input 6.3.1 → 6.3.2
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.
- package/dist/{component-67f1f7fd.d.ts → component-3582cc61.d.ts} +0 -0
- package/dist/{component-67f1f7fd.js → component-3582cc61.js} +1 -1
- package/dist/component.js +3 -3
- package/dist/components/flag-icon/component.js +1 -1
- package/dist/components/flag-icon/index.css +261 -261
- package/dist/components/index.js +1 -1
- package/dist/components/select/component.js +2 -2
- package/dist/components/select/index.css +6 -6
- package/dist/components/select/index.js +1 -1
- package/dist/components/select-field/component.js +1 -1
- package/dist/components/select-field/index.css +8 -8
- package/dist/components/select-field/index.d.ts +1 -1
- package/dist/components/select-field/index.js +1 -1
- package/dist/cssm/component.d.ts +1 -1
- package/dist/esm/{component-d819350a.d.ts → component-fffe1a38.d.ts} +0 -0
- package/dist/esm/{component-d819350a.js → component-fffe1a38.js} +1 -1
- package/dist/esm/component.d.ts +1 -1
- package/dist/esm/component.js +3 -3
- package/dist/esm/components/flag-icon/component.js +1 -1
- package/dist/esm/components/flag-icon/index.css +261 -261
- package/dist/esm/components/index.js +1 -1
- package/dist/esm/components/select/component.js +2 -2
- package/dist/esm/components/select/index.css +6 -6
- package/dist/esm/components/select/index.js +1 -1
- package/dist/esm/components/select-field/component.js +1 -1
- package/dist/esm/components/select-field/index.css +8 -8
- package/dist/esm/components/select-field/index.d.ts +1 -1
- package/dist/esm/components/select-field/index.js +1 -1
- package/dist/esm/index.css +3 -3
- package/dist/esm/index.js +1 -1
- package/dist/esm/{libphonenumber-js.min-391dabad.d.ts → libphonenumber-js.min-76150680.d.ts} +0 -0
- package/dist/esm/{libphonenumber-js.min-391dabad.js → libphonenumber-js.min-76150680.js} +0 -0
- package/dist/index.css +3 -3
- package/dist/index.js +1 -1
- package/dist/{libphonenumber-js.min-02513a03.d.ts → libphonenumber-js.min-f6ed1a49.d.ts} +0 -0
- package/dist/{libphonenumber-js.min-02513a03.js → libphonenumber-js.min-f6ed1a49.js} +0 -0
- package/dist/modern/component.js +2 -2
- package/dist/modern/components/flag-icon/component.js +1 -1
- package/dist/modern/components/flag-icon/index.css +261 -261
- package/dist/modern/components/select/component.js +1 -1
- package/dist/modern/components/select/index.css +6 -6
- package/dist/modern/components/select-field/component.js +1 -1
- package/dist/modern/components/select-field/index.css +8 -8
- package/dist/modern/index.css +3 -3
- package/dist/modern/{libphonenumber-js.min-391dabad.d.ts → libphonenumber-js.min-76150680.d.ts} +0 -0
- package/dist/modern/{libphonenumber-js.min-391dabad.js → libphonenumber-js.min-76150680.js} +0 -0
- package/package.json +4 -4
package/dist/components/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_selectField_component = require('../component-
|
|
5
|
+
var components_selectField_component = require('../component-3582cc61.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('react-merge-refs');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_selectField_component = require('../../component-
|
|
5
|
+
var components_selectField_component = require('../../component-3582cc61.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('react-merge-refs');
|
|
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
14
14
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
16
16
|
|
|
17
|
-
var styles = {"component":"intl-phone-
|
|
17
|
+
var styles = {"component":"intl-phone-input__component_1xdum","option":"intl-phone-input__option_1xdum","flag":"intl-phone-input__flag_1xdum","countryName":"intl-phone-input__countryName_1xdum","dialCode":"intl-phone-input__dialCode_1xdum"};
|
|
18
18
|
require('./index.css')
|
|
19
19
|
|
|
20
20
|
var CountriesSelect = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1rl89 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-secondary: #546272;
|
|
4
4
|
}
|
|
@@ -17,24 +17,24 @@
|
|
|
17
17
|
:root {
|
|
18
18
|
--text-secondary-color: var(--color-light-text-secondary);
|
|
19
19
|
}
|
|
20
|
-
.intl-phone-
|
|
20
|
+
.intl-phone-input__component_1xdum {
|
|
21
21
|
position: static;
|
|
22
22
|
display: flex;
|
|
23
23
|
min-width: initial;
|
|
24
24
|
height: 100%;
|
|
25
25
|
}
|
|
26
|
-
.intl-phone-
|
|
26
|
+
.intl-phone-input__option_1xdum {
|
|
27
27
|
display: flex;
|
|
28
28
|
align-items: flex-start;
|
|
29
29
|
}
|
|
30
|
-
.intl-phone-
|
|
30
|
+
.intl-phone-input__flag_1xdum {
|
|
31
31
|
flex-shrink: 0;
|
|
32
32
|
margin-top: var(--gap-2xs);
|
|
33
33
|
margin-right: var(--gap-xs);
|
|
34
34
|
}
|
|
35
|
-
.intl-phone-
|
|
35
|
+
.intl-phone-input__countryName_1xdum {
|
|
36
36
|
margin-right: var(--gap-xs);
|
|
37
37
|
}
|
|
38
|
-
.intl-phone-
|
|
38
|
+
.intl-phone-input__dialCode_1xdum {
|
|
39
39
|
color: var(--text-secondary-color);
|
|
40
40
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_selectField_component = require('../../component-
|
|
5
|
+
var components_selectField_component = require('../../component-3582cc61.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('react-merge-refs');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 4a0k4 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-link: #007aff;
|
|
4
4
|
}
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
--focus-color: var(--color-light-border-link);
|
|
20
20
|
--disabled-cursor: not-allowed;
|
|
21
21
|
}
|
|
22
|
-
.intl-phone-
|
|
22
|
+
.intl-phone-input__component_433rn {
|
|
23
23
|
height: 100%;
|
|
24
24
|
cursor: pointer;
|
|
25
25
|
outline: none;
|
|
26
26
|
position: relative;
|
|
27
27
|
}
|
|
28
|
-
.intl-phone-
|
|
28
|
+
.intl-phone-input__flagIconContainer_433rn {
|
|
29
29
|
display: flex;
|
|
30
30
|
justify-content: center;
|
|
31
31
|
align-items: center;
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
height: 24px;
|
|
34
34
|
margin-right: var(--gap-2xs);
|
|
35
35
|
}
|
|
36
|
-
.intl-phone-
|
|
36
|
+
.intl-phone-input__disabled_433rn {
|
|
37
37
|
cursor: var(--disabled-cursor);
|
|
38
38
|
}
|
|
39
|
-
.intl-phone-
|
|
39
|
+
.intl-phone-input__inner_433rn {
|
|
40
40
|
position: relative;
|
|
41
41
|
display: flex;
|
|
42
42
|
align-items: center;
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
padding-left: var(--gap-s);
|
|
45
45
|
outline: none;
|
|
46
46
|
}
|
|
47
|
-
.intl-phone-
|
|
48
|
-
.intl-phone-
|
|
47
|
+
.intl-phone-input__l_433rn .intl-phone-input__inner_433rn,
|
|
48
|
+
.intl-phone-input__xl_433rn .intl-phone-input__inner_433rn {
|
|
49
49
|
padding-left: var(--gap-m);
|
|
50
50
|
}
|
|
51
|
-
.intl-phone-
|
|
51
|
+
.intl-phone-input__focusVisible_433rn {
|
|
52
52
|
outline: 2px solid var(--focus-color);
|
|
53
53
|
outline-offset: 2px;
|
|
54
54
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-3582cc61";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var components_selectField_component = require('../../component-
|
|
5
|
+
var components_selectField_component = require('../../component-3582cc61.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('react-merge-refs');
|
package/dist/cssm/component.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ type IntlPhoneInputProps = Partial<Omit<InputAutocompleteProps, 'onChange'>> & P
|
|
|
34
34
|
*/
|
|
35
35
|
clearableCountryCode?: boolean;
|
|
36
36
|
};
|
|
37
|
-
declare const IntlPhoneInput: React.ForwardRefExoticComponent<Partial<Pick<InputAutocompleteProps, "
|
|
37
|
+
declare const IntlPhoneInput: React.ForwardRefExoticComponent<Partial<Pick<InputAutocompleteProps, "selected" | "valueRenderer" | "Optgroup" | "size" | "value" | "disabled" | "multiple" | "name" | "placeholder" | "readOnly" | "className" | "id" | "onFocus" | "onBlur" | "onInput" | "onScroll" | "options" | "visibleOptions" | "open" | "label" | "error" | "hint" | "Arrow" | "dataTestId" | "fieldClassName" | "success" | "block" | "optionGroupClassName" | "Option" | "inputProps" | "optionsListClassName" | "optionClassName" | "popperClassName" | "autocomplete" | "allowUnselect" | "closeOnSelect" | "circularNavigation" | "defaultOpen" | "popoverPosition" | "preventFlip" | "optionsListWidth" | "optionsSize" | "fieldProps" | "optionsListProps" | "optionProps" | "onOpen" | "OptionsList" | "updatePopover" | "zIndexPopover" | "showEmptyOptionsList" | "Input">> & Pick<SelectProps, "preventFlip"> & {
|
|
38
38
|
/**
|
|
39
39
|
* Значение
|
|
40
40
|
*/
|
|
File without changes
|
|
@@ -43,7 +43,7 @@ function __rest(s, e) {
|
|
|
43
43
|
return t;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var styles = {"component":"intl-phone-
|
|
46
|
+
var styles = {"component":"intl-phone-input__component_433rn","flagIconContainer":"intl-phone-input__flagIconContainer_433rn","disabled":"intl-phone-input__disabled_433rn","inner":"intl-phone-input__inner_433rn","l":"intl-phone-input__l_433rn","xl":"intl-phone-input__xl_433rn","focusVisible":"intl-phone-input__focusVisible_433rn"};
|
|
47
47
|
require('./components/select-field/index.css')
|
|
48
48
|
|
|
49
49
|
var SelectField = function (_a) {
|
package/dist/esm/component.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ type IntlPhoneInputProps = Partial<Omit<InputAutocompleteProps, 'onChange'>> & P
|
|
|
34
34
|
*/
|
|
35
35
|
clearableCountryCode?: boolean;
|
|
36
36
|
};
|
|
37
|
-
declare const IntlPhoneInput: React.ForwardRefExoticComponent<Partial<Pick<InputAutocompleteProps, "
|
|
37
|
+
declare const IntlPhoneInput: React.ForwardRefExoticComponent<Partial<Pick<InputAutocompleteProps, "selected" | "valueRenderer" | "Optgroup" | "size" | "value" | "disabled" | "multiple" | "name" | "placeholder" | "readOnly" | "className" | "id" | "onFocus" | "onBlur" | "onInput" | "onScroll" | "options" | "visibleOptions" | "open" | "label" | "error" | "hint" | "Arrow" | "dataTestId" | "fieldClassName" | "success" | "block" | "optionGroupClassName" | "Option" | "inputProps" | "optionsListClassName" | "optionClassName" | "popperClassName" | "autocomplete" | "allowUnselect" | "closeOnSelect" | "circularNavigation" | "defaultOpen" | "popoverPosition" | "preventFlip" | "optionsListWidth" | "optionsSize" | "fieldProps" | "optionsListProps" | "optionProps" | "onOpen" | "OptionsList" | "updatePopover" | "zIndexPopover" | "showEmptyOptionsList" | "Input">> & Pick<SelectProps, "preventFlip"> & {
|
|
38
38
|
/**
|
|
39
39
|
* Значение
|
|
40
40
|
*/
|
package/dist/esm/component.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from './component-
|
|
1
|
+
import { _ as __rest, a as __assign } from './component-fffe1a38.js';
|
|
2
2
|
import React, { forwardRef, useState, useRef, useCallback, useEffect } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { getCountriesHash, getCountries } from '@alfalab/utils';
|
|
@@ -12,7 +12,7 @@ import { formatPhoneWithUnclearableCountryCode } from './utils/format-phone-with
|
|
|
12
12
|
import { useCaretAvoidCountryCode } from './useCaretAvoidCountryCode.js';
|
|
13
13
|
import { usePreventCaretReset } from './usePreventCaretReset.js';
|
|
14
14
|
|
|
15
|
-
var styles = {"addons":"intl-phone-
|
|
15
|
+
var styles = {"addons":"intl-phone-input__addons_1n0xg","l":"intl-phone-input__l_1n0xg","xl":"intl-phone-input__xl_1n0xg"};
|
|
16
16
|
require('./index.css')
|
|
17
17
|
|
|
18
18
|
var countriesHash = getCountriesHash();
|
|
@@ -74,7 +74,7 @@ var IntlPhoneInput = forwardRef(function (_a, ref) {
|
|
|
74
74
|
}, [countries, countryIso2, setValue, handleCountryChange]);
|
|
75
75
|
var loadPhoneUtils = useCallback(function () {
|
|
76
76
|
// prettier-ignore
|
|
77
|
-
return import(/* webpackChunkName: "libphonenumber" */ './libphonenumber-js.min-
|
|
77
|
+
return import(/* webpackChunkName: "libphonenumber" */ './libphonenumber-js.min-76150680.js')
|
|
78
78
|
.then(function (utils) {
|
|
79
79
|
phoneLibUtils.current = utils.AsYouType;
|
|
80
80
|
})
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
var styles = {"flagIcon":"intl-phone-
|
|
4
|
+
var styles = {"flagIcon":"intl-phone-input__flagIcon_unn95","ac":"intl-phone-input__ac_unn95","ad":"intl-phone-input__ad_unn95","ae":"intl-phone-input__ae_unn95","af":"intl-phone-input__af_unn95","ag":"intl-phone-input__ag_unn95","ai":"intl-phone-input__ai_unn95","al":"intl-phone-input__al_unn95","am":"intl-phone-input__am_unn95","ao":"intl-phone-input__ao_unn95","aq":"intl-phone-input__aq_unn95","ar":"intl-phone-input__ar_unn95","as":"intl-phone-input__as_unn95","at":"intl-phone-input__at_unn95","au":"intl-phone-input__au_unn95","aw":"intl-phone-input__aw_unn95","ax":"intl-phone-input__ax_unn95","az":"intl-phone-input__az_unn95","ba":"intl-phone-input__ba_unn95","bb":"intl-phone-input__bb_unn95","bd":"intl-phone-input__bd_unn95","be":"intl-phone-input__be_unn95","bf":"intl-phone-input__bf_unn95","bg":"intl-phone-input__bg_unn95","bh":"intl-phone-input__bh_unn95","bi":"intl-phone-input__bi_unn95","bj":"intl-phone-input__bj_unn95","bl":"intl-phone-input__bl_unn95","bm":"intl-phone-input__bm_unn95","bn":"intl-phone-input__bn_unn95","bo":"intl-phone-input__bo_unn95","bq":"intl-phone-input__bq_unn95","br":"intl-phone-input__br_unn95","bs":"intl-phone-input__bs_unn95","bt":"intl-phone-input__bt_unn95","bv":"intl-phone-input__bv_unn95","bw":"intl-phone-input__bw_unn95","by":"intl-phone-input__by_unn95","bz":"intl-phone-input__bz_unn95","ca":"intl-phone-input__ca_unn95","cc":"intl-phone-input__cc_unn95","cd":"intl-phone-input__cd_unn95","cf":"intl-phone-input__cf_unn95","cg":"intl-phone-input__cg_unn95","ch":"intl-phone-input__ch_unn95","ci":"intl-phone-input__ci_unn95","ck":"intl-phone-input__ck_unn95","cl":"intl-phone-input__cl_unn95","cm":"intl-phone-input__cm_unn95","cn":"intl-phone-input__cn_unn95","co":"intl-phone-input__co_unn95","cp":"intl-phone-input__cp_unn95","cr":"intl-phone-input__cr_unn95","cu":"intl-phone-input__cu_unn95","cv":"intl-phone-input__cv_unn95","cw":"intl-phone-input__cw_unn95","cx":"intl-phone-input__cx_unn95","cy":"intl-phone-input__cy_unn95","cz":"intl-phone-input__cz_unn95","de":"intl-phone-input__de_unn95","dg":"intl-phone-input__dg_unn95","dj":"intl-phone-input__dj_unn95","dk":"intl-phone-input__dk_unn95","dm":"intl-phone-input__dm_unn95","do":"intl-phone-input__do_unn95","dz":"intl-phone-input__dz_unn95","ea":"intl-phone-input__ea_unn95","ec":"intl-phone-input__ec_unn95","ee":"intl-phone-input__ee_unn95","eg":"intl-phone-input__eg_unn95","eh":"intl-phone-input__eh_unn95","er":"intl-phone-input__er_unn95","es":"intl-phone-input__es_unn95","et":"intl-phone-input__et_unn95","eu":"intl-phone-input__eu_unn95","fi":"intl-phone-input__fi_unn95","fj":"intl-phone-input__fj_unn95","fk":"intl-phone-input__fk_unn95","fm":"intl-phone-input__fm_unn95","fo":"intl-phone-input__fo_unn95","fr":"intl-phone-input__fr_unn95","ga":"intl-phone-input__ga_unn95","gb":"intl-phone-input__gb_unn95","gd":"intl-phone-input__gd_unn95","ge":"intl-phone-input__ge_unn95","gf":"intl-phone-input__gf_unn95","gg":"intl-phone-input__gg_unn95","gh":"intl-phone-input__gh_unn95","gi":"intl-phone-input__gi_unn95","gl":"intl-phone-input__gl_unn95","gm":"intl-phone-input__gm_unn95","gn":"intl-phone-input__gn_unn95","gp":"intl-phone-input__gp_unn95","gq":"intl-phone-input__gq_unn95","gr":"intl-phone-input__gr_unn95","gs":"intl-phone-input__gs_unn95","gt":"intl-phone-input__gt_unn95","gu":"intl-phone-input__gu_unn95","gw":"intl-phone-input__gw_unn95","gy":"intl-phone-input__gy_unn95","hk":"intl-phone-input__hk_unn95","hm":"intl-phone-input__hm_unn95","hn":"intl-phone-input__hn_unn95","hr":"intl-phone-input__hr_unn95","ht":"intl-phone-input__ht_unn95","hu":"intl-phone-input__hu_unn95","ic":"intl-phone-input__ic_unn95","id":"intl-phone-input__id_unn95","ie":"intl-phone-input__ie_unn95","il":"intl-phone-input__il_unn95","im":"intl-phone-input__im_unn95","in":"intl-phone-input__in_unn95","io":"intl-phone-input__io_unn95","iq":"intl-phone-input__iq_unn95","ir":"intl-phone-input__ir_unn95","is":"intl-phone-input__is_unn95","it":"intl-phone-input__it_unn95","je":"intl-phone-input__je_unn95","jm":"intl-phone-input__jm_unn95","jo":"intl-phone-input__jo_unn95","jp":"intl-phone-input__jp_unn95","ke":"intl-phone-input__ke_unn95","kg":"intl-phone-input__kg_unn95","kh":"intl-phone-input__kh_unn95","ki":"intl-phone-input__ki_unn95","km":"intl-phone-input__km_unn95","kn":"intl-phone-input__kn_unn95","kp":"intl-phone-input__kp_unn95","kr":"intl-phone-input__kr_unn95","kw":"intl-phone-input__kw_unn95","ky":"intl-phone-input__ky_unn95","kz":"intl-phone-input__kz_unn95","la":"intl-phone-input__la_unn95","lb":"intl-phone-input__lb_unn95","lc":"intl-phone-input__lc_unn95","li":"intl-phone-input__li_unn95","lk":"intl-phone-input__lk_unn95","lr":"intl-phone-input__lr_unn95","ls":"intl-phone-input__ls_unn95","lt":"intl-phone-input__lt_unn95","lu":"intl-phone-input__lu_unn95","lv":"intl-phone-input__lv_unn95","ly":"intl-phone-input__ly_unn95","ma":"intl-phone-input__ma_unn95","mc":"intl-phone-input__mc_unn95","md":"intl-phone-input__md_unn95","me":"intl-phone-input__me_unn95","mf":"intl-phone-input__mf_unn95","mg":"intl-phone-input__mg_unn95","mh":"intl-phone-input__mh_unn95","mk":"intl-phone-input__mk_unn95","ml":"intl-phone-input__ml_unn95","mm":"intl-phone-input__mm_unn95","mn":"intl-phone-input__mn_unn95","mo":"intl-phone-input__mo_unn95","mp":"intl-phone-input__mp_unn95","mq":"intl-phone-input__mq_unn95","mr":"intl-phone-input__mr_unn95","ms":"intl-phone-input__ms_unn95","mt":"intl-phone-input__mt_unn95","mu":"intl-phone-input__mu_unn95","mv":"intl-phone-input__mv_unn95","mw":"intl-phone-input__mw_unn95","mx":"intl-phone-input__mx_unn95","my":"intl-phone-input__my_unn95","mz":"intl-phone-input__mz_unn95","na":"intl-phone-input__na_unn95","nc":"intl-phone-input__nc_unn95","ne":"intl-phone-input__ne_unn95","nf":"intl-phone-input__nf_unn95","ng":"intl-phone-input__ng_unn95","ni":"intl-phone-input__ni_unn95","nl":"intl-phone-input__nl_unn95","no":"intl-phone-input__no_unn95","np":"intl-phone-input__np_unn95","nr":"intl-phone-input__nr_unn95","nu":"intl-phone-input__nu_unn95","nz":"intl-phone-input__nz_unn95","om":"intl-phone-input__om_unn95","pa":"intl-phone-input__pa_unn95","pe":"intl-phone-input__pe_unn95","pf":"intl-phone-input__pf_unn95","pg":"intl-phone-input__pg_unn95","ph":"intl-phone-input__ph_unn95","pk":"intl-phone-input__pk_unn95","pl":"intl-phone-input__pl_unn95","pm":"intl-phone-input__pm_unn95","pn":"intl-phone-input__pn_unn95","pr":"intl-phone-input__pr_unn95","ps":"intl-phone-input__ps_unn95","pt":"intl-phone-input__pt_unn95","pw":"intl-phone-input__pw_unn95","py":"intl-phone-input__py_unn95","qa":"intl-phone-input__qa_unn95","re":"intl-phone-input__re_unn95","ro":"intl-phone-input__ro_unn95","rs":"intl-phone-input__rs_unn95","ru":"intl-phone-input__ru_unn95","rw":"intl-phone-input__rw_unn95","sa":"intl-phone-input__sa_unn95","sb":"intl-phone-input__sb_unn95","sc":"intl-phone-input__sc_unn95","sd":"intl-phone-input__sd_unn95","se":"intl-phone-input__se_unn95","sg":"intl-phone-input__sg_unn95","sh":"intl-phone-input__sh_unn95","si":"intl-phone-input__si_unn95","sj":"intl-phone-input__sj_unn95","sk":"intl-phone-input__sk_unn95","sl":"intl-phone-input__sl_unn95","sm":"intl-phone-input__sm_unn95","sn":"intl-phone-input__sn_unn95","so":"intl-phone-input__so_unn95","sr":"intl-phone-input__sr_unn95","ss":"intl-phone-input__ss_unn95","st":"intl-phone-input__st_unn95","sv":"intl-phone-input__sv_unn95","sx":"intl-phone-input__sx_unn95","sy":"intl-phone-input__sy_unn95","sz":"intl-phone-input__sz_unn95","ta":"intl-phone-input__ta_unn95","tc":"intl-phone-input__tc_unn95","td":"intl-phone-input__td_unn95","tf":"intl-phone-input__tf_unn95","tg":"intl-phone-input__tg_unn95","th":"intl-phone-input__th_unn95","tj":"intl-phone-input__tj_unn95","tk":"intl-phone-input__tk_unn95","tl":"intl-phone-input__tl_unn95","tm":"intl-phone-input__tm_unn95","tn":"intl-phone-input__tn_unn95","to":"intl-phone-input__to_unn95","tr":"intl-phone-input__tr_unn95","tt":"intl-phone-input__tt_unn95","tv":"intl-phone-input__tv_unn95","tw":"intl-phone-input__tw_unn95","tz":"intl-phone-input__tz_unn95","ua":"intl-phone-input__ua_unn95","ug":"intl-phone-input__ug_unn95","um":"intl-phone-input__um_unn95","un":"intl-phone-input__un_unn95","us":"intl-phone-input__us_unn95","uy":"intl-phone-input__uy_unn95","uz":"intl-phone-input__uz_unn95","va":"intl-phone-input__va_unn95","vc":"intl-phone-input__vc_unn95","ve":"intl-phone-input__ve_unn95","vg":"intl-phone-input__vg_unn95","vi":"intl-phone-input__vi_unn95","vn":"intl-phone-input__vn_unn95","vu":"intl-phone-input__vu_unn95","wf":"intl-phone-input__wf_unn95","ws":"intl-phone-input__ws_unn95","xk":"intl-phone-input__xk_unn95","ye":"intl-phone-input__ye_unn95","yt":"intl-phone-input__yt_unn95","za":"intl-phone-input__za_unn95","zm":"intl-phone-input__zm_unn95","zw":"intl-phone-input__zw_unn95"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
/**
|