@alfalab/core-components-intl-phone-input 10.0.2 → 10.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.
- package/components/flag-icon/index.css +2 -2
- package/components/flag-icon/index.module.css.js +1 -1
- package/components/select/index.css +5 -5
- package/components/select/index.module.css.js +1 -1
- package/components/select-field/index.css +8 -8
- package/components/select-field/index.module.css.js +1 -1
- package/esm/components/flag-icon/index.css +2 -2
- package/esm/components/flag-icon/index.module.css.js +1 -1
- package/esm/components/select/index.css +5 -5
- package/esm/components/select/index.module.css.js +1 -1
- package/esm/components/select-field/index.css +8 -8
- package/esm/components/select-field/index.module.css.js +1 -1
- package/esm/index.css +4 -4
- package/esm/index.module.css.js +1 -1
- package/index.css +4 -4
- package/index.module.css.js +1 -1
- package/modern/components/flag-icon/index.css +2 -2
- package/modern/components/flag-icon/index.module.css.js +1 -1
- package/modern/components/select/index.css +5 -5
- package/modern/components/select/index.module.css.js +1 -1
- package/modern/components/select-field/index.css +8 -8
- package/modern/components/select-field/index.module.css.js +1 -1
- package/modern/index.css +4 -4
- package/modern/index.module.css.js +1 -1
- package/package.json +5 -5
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
} :root {
|
|
7
7
|
--gap-3xs: 2px;
|
|
8
8
|
--gap-2: var(--gap-3xs);
|
|
9
|
-
} .intl-phone-
|
|
9
|
+
} .intl-phone-input__flagIcon_qxy9u {
|
|
10
10
|
max-width: 24px;
|
|
11
11
|
max-height: 24px;
|
|
12
|
-
} .intl-phone-
|
|
12
|
+
} .intl-phone-input__flagPlaceholder_qxy9u {
|
|
13
13
|
width: 24px;
|
|
14
14
|
height: 16px;
|
|
15
15
|
max-height: 16px;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"flagIcon":"intl-phone-
|
|
5
|
+
var styles = {"flagIcon":"intl-phone-input__flagIcon_qxy9u","flagPlaceholder":"intl-phone-input__flagPlaceholder_qxy9u"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
} :root {
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
|
-
} .intl-phone-
|
|
6
|
+
} .intl-phone-input__component_e9ilf {
|
|
7
7
|
position: static;
|
|
8
8
|
display: flex;
|
|
9
9
|
min-width: 0;
|
|
10
10
|
min-width: initial;
|
|
11
11
|
height: 100%;
|
|
12
|
-
} .intl-phone-
|
|
12
|
+
} .intl-phone-input__option_e9ilf {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: flex-start;
|
|
15
|
-
} .intl-phone-
|
|
15
|
+
} .intl-phone-input__flag_e9ilf {
|
|
16
16
|
flex-shrink: 0;
|
|
17
17
|
margin-right: var(--gap-8);
|
|
18
|
-
} .intl-phone-
|
|
18
|
+
} .intl-phone-input__countryName_e9ilf {
|
|
19
19
|
margin-right: var(--gap-8);
|
|
20
|
-
} .intl-phone-
|
|
20
|
+
} .intl-phone-input__dialCode_e9ilf {
|
|
21
21
|
color: var(--color-light-text-secondary);
|
|
22
22
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"intl-phone-
|
|
5
|
+
var styles = {"component":"intl-phone-input__component_e9ilf","option":"intl-phone-input__option_e9ilf","flag":"intl-phone-input__flag_e9ilf","countryName":"intl-phone-input__countryName_e9ilf","dialCode":"intl-phone-input__dialCode_e9ilf"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -11,33 +11,33 @@
|
|
|
11
11
|
} :root {
|
|
12
12
|
--focus-color: var(--color-light-status-info);
|
|
13
13
|
--disabled-cursor: not-allowed;
|
|
14
|
-
} .intl-phone-
|
|
14
|
+
} .intl-phone-input__component_1dzo3 {
|
|
15
15
|
height: 100%;
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
outline: none;
|
|
18
18
|
position: relative;
|
|
19
|
-
} .intl-phone-
|
|
19
|
+
} .intl-phone-input__flagIconContainer_1dzo3 {
|
|
20
20
|
display: flex;
|
|
21
21
|
justify-content: center;
|
|
22
22
|
align-items: center;
|
|
23
23
|
width: 24px;
|
|
24
24
|
height: 24px;
|
|
25
25
|
margin-right: var(--gap-4);
|
|
26
|
-
} .intl-phone-
|
|
26
|
+
} .intl-phone-input__emptyCountryIcon_1dzo3 {
|
|
27
27
|
color: var(--color-light-neutral-700);
|
|
28
|
-
} .intl-phone-
|
|
28
|
+
} .intl-phone-input__disabled_1dzo3 {
|
|
29
29
|
cursor: var(--disabled-cursor);
|
|
30
|
-
} .intl-phone-
|
|
30
|
+
} .intl-phone-input__inner_1dzo3 {
|
|
31
31
|
position: relative;
|
|
32
32
|
display: flex;
|
|
33
33
|
align-items: center;
|
|
34
34
|
height: 100%;
|
|
35
35
|
padding-left: var(--gap-12);
|
|
36
36
|
outline: none;
|
|
37
|
-
} .intl-phone-
|
|
38
|
-
.intl-phone-
|
|
37
|
+
} .intl-phone-input__l_1dzo3 .intl-phone-input__inner_1dzo3,
|
|
38
|
+
.intl-phone-input__xl_1dzo3 .intl-phone-input__inner_1dzo3 {
|
|
39
39
|
padding-left: var(--gap-16);
|
|
40
|
-
} .intl-phone-
|
|
40
|
+
} .intl-phone-input__focusVisible_1dzo3 {
|
|
41
41
|
outline: 2px solid var(--focus-color);
|
|
42
42
|
outline-offset: 2px;
|
|
43
43
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"intl-phone-
|
|
5
|
+
var styles = {"component":"intl-phone-input__component_1dzo3","flagIconContainer":"intl-phone-input__flagIconContainer_1dzo3","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1dzo3","disabled":"intl-phone-input__disabled_1dzo3","inner":"intl-phone-input__inner_1dzo3","l":"intl-phone-input__l_1dzo3","xl":"intl-phone-input__xl_1dzo3","focusVisible":"intl-phone-input__focusVisible_1dzo3"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
} :root {
|
|
7
7
|
--gap-3xs: 2px;
|
|
8
8
|
--gap-2: var(--gap-3xs);
|
|
9
|
-
} .intl-phone-
|
|
9
|
+
} .intl-phone-input__flagIcon_qxy9u {
|
|
10
10
|
max-width: 24px;
|
|
11
11
|
max-height: 24px;
|
|
12
|
-
} .intl-phone-
|
|
12
|
+
} .intl-phone-input__flagPlaceholder_qxy9u {
|
|
13
13
|
width: 24px;
|
|
14
14
|
height: 16px;
|
|
15
15
|
max-height: 16px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"flagIcon":"intl-phone-
|
|
3
|
+
var styles = {"flagIcon":"intl-phone-input__flagIcon_qxy9u","flagPlaceholder":"intl-phone-input__flagPlaceholder_qxy9u"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
} :root {
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
|
-
} .intl-phone-
|
|
6
|
+
} .intl-phone-input__component_e9ilf {
|
|
7
7
|
position: static;
|
|
8
8
|
display: flex;
|
|
9
9
|
min-width: 0;
|
|
10
10
|
min-width: initial;
|
|
11
11
|
height: 100%;
|
|
12
|
-
} .intl-phone-
|
|
12
|
+
} .intl-phone-input__option_e9ilf {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: flex-start;
|
|
15
|
-
} .intl-phone-
|
|
15
|
+
} .intl-phone-input__flag_e9ilf {
|
|
16
16
|
flex-shrink: 0;
|
|
17
17
|
margin-right: var(--gap-8);
|
|
18
|
-
} .intl-phone-
|
|
18
|
+
} .intl-phone-input__countryName_e9ilf {
|
|
19
19
|
margin-right: var(--gap-8);
|
|
20
|
-
} .intl-phone-
|
|
20
|
+
} .intl-phone-input__dialCode_e9ilf {
|
|
21
21
|
color: var(--color-light-text-secondary);
|
|
22
22
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"intl-phone-
|
|
3
|
+
var styles = {"component":"intl-phone-input__component_e9ilf","option":"intl-phone-input__option_e9ilf","flag":"intl-phone-input__flag_e9ilf","countryName":"intl-phone-input__countryName_e9ilf","dialCode":"intl-phone-input__dialCode_e9ilf"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -11,33 +11,33 @@
|
|
|
11
11
|
} :root {
|
|
12
12
|
--focus-color: var(--color-light-status-info);
|
|
13
13
|
--disabled-cursor: not-allowed;
|
|
14
|
-
} .intl-phone-
|
|
14
|
+
} .intl-phone-input__component_1dzo3 {
|
|
15
15
|
height: 100%;
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
outline: none;
|
|
18
18
|
position: relative;
|
|
19
|
-
} .intl-phone-
|
|
19
|
+
} .intl-phone-input__flagIconContainer_1dzo3 {
|
|
20
20
|
display: flex;
|
|
21
21
|
justify-content: center;
|
|
22
22
|
align-items: center;
|
|
23
23
|
width: 24px;
|
|
24
24
|
height: 24px;
|
|
25
25
|
margin-right: var(--gap-4);
|
|
26
|
-
} .intl-phone-
|
|
26
|
+
} .intl-phone-input__emptyCountryIcon_1dzo3 {
|
|
27
27
|
color: var(--color-light-neutral-700);
|
|
28
|
-
} .intl-phone-
|
|
28
|
+
} .intl-phone-input__disabled_1dzo3 {
|
|
29
29
|
cursor: var(--disabled-cursor);
|
|
30
|
-
} .intl-phone-
|
|
30
|
+
} .intl-phone-input__inner_1dzo3 {
|
|
31
31
|
position: relative;
|
|
32
32
|
display: flex;
|
|
33
33
|
align-items: center;
|
|
34
34
|
height: 100%;
|
|
35
35
|
padding-left: var(--gap-12);
|
|
36
36
|
outline: none;
|
|
37
|
-
} .intl-phone-
|
|
38
|
-
.intl-phone-
|
|
37
|
+
} .intl-phone-input__l_1dzo3 .intl-phone-input__inner_1dzo3,
|
|
38
|
+
.intl-phone-input__xl_1dzo3 .intl-phone-input__inner_1dzo3 {
|
|
39
39
|
padding-left: var(--gap-16);
|
|
40
|
-
} .intl-phone-
|
|
40
|
+
} .intl-phone-input__focusVisible_1dzo3 {
|
|
41
41
|
outline: 2px solid var(--focus-color);
|
|
42
42
|
outline-offset: 2px;
|
|
43
43
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"intl-phone-
|
|
3
|
+
var styles = {"component":"intl-phone-input__component_1dzo3","flagIconContainer":"intl-phone-input__flagIconContainer_1dzo3","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1dzo3","disabled":"intl-phone-input__disabled_1dzo3","inner":"intl-phone-input__inner_1dzo3","l":"intl-phone-input__l_1dzo3","xl":"intl-phone-input__xl_1dzo3","focusVisible":"intl-phone-input__focusVisible_1dzo3"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
--gap-s: 12px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
|
-
} .intl-phone-
|
|
7
|
+
} .intl-phone-input__addons_1effv {
|
|
8
8
|
padding-left: var(--gap-0);
|
|
9
|
-
} .intl-phone-
|
|
9
|
+
} .intl-phone-input__l_1effv .intl-phone-input__addons_1effv, .intl-phone-input__xl_1effv .intl-phone-input__addons_1effv {
|
|
10
10
|
padding-left: var(--gap-0);
|
|
11
|
-
} .intl-phone-
|
|
11
|
+
} .intl-phone-input__flagIconWrapper_1effv {
|
|
12
12
|
display: flex;
|
|
13
13
|
justify-content: center;
|
|
14
14
|
align-items: center;
|
|
15
15
|
width: 24px;
|
|
16
16
|
height: 24px;
|
|
17
17
|
margin-left: var(--gap-12);
|
|
18
|
-
} .intl-phone-
|
|
18
|
+
} .intl-phone-input__emptyCountryIcon_1effv {
|
|
19
19
|
color: var(--color-light-neutral-700);
|
|
20
20
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"addons":"intl-phone-
|
|
3
|
+
var styles = {"addons":"intl-phone-input__addons_1effv","l":"intl-phone-input__l_1effv","xl":"intl-phone-input__xl_1effv","flagIconWrapper":"intl-phone-input__flagIconWrapper_1effv","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1effv"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
--gap-s: 12px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
|
-
} .intl-phone-
|
|
7
|
+
} .intl-phone-input__addons_1effv {
|
|
8
8
|
padding-left: var(--gap-0);
|
|
9
|
-
} .intl-phone-
|
|
9
|
+
} .intl-phone-input__l_1effv .intl-phone-input__addons_1effv, .intl-phone-input__xl_1effv .intl-phone-input__addons_1effv {
|
|
10
10
|
padding-left: var(--gap-0);
|
|
11
|
-
} .intl-phone-
|
|
11
|
+
} .intl-phone-input__flagIconWrapper_1effv {
|
|
12
12
|
display: flex;
|
|
13
13
|
justify-content: center;
|
|
14
14
|
align-items: center;
|
|
15
15
|
width: 24px;
|
|
16
16
|
height: 24px;
|
|
17
17
|
margin-left: var(--gap-12);
|
|
18
|
-
} .intl-phone-
|
|
18
|
+
} .intl-phone-input__emptyCountryIcon_1effv {
|
|
19
19
|
color: var(--color-light-neutral-700);
|
|
20
20
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"addons":"intl-phone-
|
|
5
|
+
var styles = {"addons":"intl-phone-input__addons_1effv","l":"intl-phone-input__l_1effv","xl":"intl-phone-input__xl_1effv","flagIconWrapper":"intl-phone-input__flagIconWrapper_1effv","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1effv"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
} :root {
|
|
7
7
|
--gap-3xs: 2px;
|
|
8
8
|
--gap-2: var(--gap-3xs);
|
|
9
|
-
} .intl-phone-
|
|
9
|
+
} .intl-phone-input__flagIcon_qxy9u {
|
|
10
10
|
max-width: 24px;
|
|
11
11
|
max-height: 24px;
|
|
12
|
-
} .intl-phone-
|
|
12
|
+
} .intl-phone-input__flagPlaceholder_qxy9u {
|
|
13
13
|
width: 24px;
|
|
14
14
|
height: 16px;
|
|
15
15
|
max-height: 16px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"flagIcon":"intl-phone-
|
|
3
|
+
const styles = {"flagIcon":"intl-phone-input__flagIcon_qxy9u","flagPlaceholder":"intl-phone-input__flagPlaceholder_qxy9u"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
} :root {
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
|
-
} .intl-phone-
|
|
6
|
+
} .intl-phone-input__component_e9ilf {
|
|
7
7
|
position: static;
|
|
8
8
|
display: flex;
|
|
9
9
|
min-width: 0;
|
|
10
10
|
min-width: initial;
|
|
11
11
|
height: 100%;
|
|
12
|
-
} .intl-phone-
|
|
12
|
+
} .intl-phone-input__option_e9ilf {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: flex-start;
|
|
15
|
-
} .intl-phone-
|
|
15
|
+
} .intl-phone-input__flag_e9ilf {
|
|
16
16
|
flex-shrink: 0;
|
|
17
17
|
margin-right: var(--gap-8);
|
|
18
|
-
} .intl-phone-
|
|
18
|
+
} .intl-phone-input__countryName_e9ilf {
|
|
19
19
|
margin-right: var(--gap-8);
|
|
20
|
-
} .intl-phone-
|
|
20
|
+
} .intl-phone-input__dialCode_e9ilf {
|
|
21
21
|
color: var(--color-light-text-secondary);
|
|
22
22
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"intl-phone-
|
|
3
|
+
const styles = {"component":"intl-phone-input__component_e9ilf","option":"intl-phone-input__option_e9ilf","flag":"intl-phone-input__flag_e9ilf","countryName":"intl-phone-input__countryName_e9ilf","dialCode":"intl-phone-input__dialCode_e9ilf"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -11,33 +11,33 @@
|
|
|
11
11
|
} :root {
|
|
12
12
|
--focus-color: var(--color-light-status-info);
|
|
13
13
|
--disabled-cursor: not-allowed;
|
|
14
|
-
} .intl-phone-
|
|
14
|
+
} .intl-phone-input__component_1dzo3 {
|
|
15
15
|
height: 100%;
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
outline: none;
|
|
18
18
|
position: relative;
|
|
19
|
-
} .intl-phone-
|
|
19
|
+
} .intl-phone-input__flagIconContainer_1dzo3 {
|
|
20
20
|
display: flex;
|
|
21
21
|
justify-content: center;
|
|
22
22
|
align-items: center;
|
|
23
23
|
width: 24px;
|
|
24
24
|
height: 24px;
|
|
25
25
|
margin-right: var(--gap-4);
|
|
26
|
-
} .intl-phone-
|
|
26
|
+
} .intl-phone-input__emptyCountryIcon_1dzo3 {
|
|
27
27
|
color: var(--color-light-neutral-700);
|
|
28
|
-
} .intl-phone-
|
|
28
|
+
} .intl-phone-input__disabled_1dzo3 {
|
|
29
29
|
cursor: var(--disabled-cursor);
|
|
30
|
-
} .intl-phone-
|
|
30
|
+
} .intl-phone-input__inner_1dzo3 {
|
|
31
31
|
position: relative;
|
|
32
32
|
display: flex;
|
|
33
33
|
align-items: center;
|
|
34
34
|
height: 100%;
|
|
35
35
|
padding-left: var(--gap-12);
|
|
36
36
|
outline: none;
|
|
37
|
-
} .intl-phone-
|
|
38
|
-
.intl-phone-
|
|
37
|
+
} .intl-phone-input__l_1dzo3 .intl-phone-input__inner_1dzo3,
|
|
38
|
+
.intl-phone-input__xl_1dzo3 .intl-phone-input__inner_1dzo3 {
|
|
39
39
|
padding-left: var(--gap-16);
|
|
40
|
-
} .intl-phone-
|
|
40
|
+
} .intl-phone-input__focusVisible_1dzo3 {
|
|
41
41
|
outline: 2px solid var(--focus-color);
|
|
42
42
|
outline-offset: 2px;
|
|
43
43
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"intl-phone-
|
|
3
|
+
const styles = {"component":"intl-phone-input__component_1dzo3","flagIconContainer":"intl-phone-input__flagIconContainer_1dzo3","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1dzo3","disabled":"intl-phone-input__disabled_1dzo3","inner":"intl-phone-input__inner_1dzo3","l":"intl-phone-input__l_1dzo3","xl":"intl-phone-input__xl_1dzo3","focusVisible":"intl-phone-input__focusVisible_1dzo3"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
--gap-s: 12px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
|
-
} .intl-phone-
|
|
7
|
+
} .intl-phone-input__addons_1effv {
|
|
8
8
|
padding-left: var(--gap-0);
|
|
9
|
-
} .intl-phone-
|
|
9
|
+
} .intl-phone-input__l_1effv .intl-phone-input__addons_1effv, .intl-phone-input__xl_1effv .intl-phone-input__addons_1effv {
|
|
10
10
|
padding-left: var(--gap-0);
|
|
11
|
-
} .intl-phone-
|
|
11
|
+
} .intl-phone-input__flagIconWrapper_1effv {
|
|
12
12
|
display: flex;
|
|
13
13
|
justify-content: center;
|
|
14
14
|
align-items: center;
|
|
15
15
|
width: 24px;
|
|
16
16
|
height: 24px;
|
|
17
17
|
margin-left: var(--gap-12);
|
|
18
|
-
} .intl-phone-
|
|
18
|
+
} .intl-phone-input__emptyCountryIcon_1effv {
|
|
19
19
|
color: var(--color-light-neutral-700);
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"addons":"intl-phone-
|
|
3
|
+
const styles = {"addons":"intl-phone-input__addons_1effv","l":"intl-phone-input__l_1effv","xl":"intl-phone-input__xl_1effv","flagIconWrapper":"intl-phone-input__flagIconWrapper_1effv","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1effv"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-intl-phone-input",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.4",
|
|
4
4
|
"description": "Phone input for international phones",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-input-autocomplete": "^13.0.
|
|
14
|
-
"@alfalab/core-components-select": "^18.1
|
|
13
|
+
"@alfalab/core-components-input-autocomplete": "^13.0.4",
|
|
14
|
+
"@alfalab/core-components-select": "^18.2.1",
|
|
15
15
|
"@alfalab/hooks": "^1.13.1",
|
|
16
16
|
"@alfalab/icons-glyph": "^2.247.0",
|
|
17
17
|
"@alfalab/utils": "^1.18.0",
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"access": "public",
|
|
29
29
|
"directory": "dist"
|
|
30
30
|
},
|
|
31
|
-
"themesVersion": "14.1.
|
|
32
|
-
"varsVersion": "10.1.
|
|
31
|
+
"themesVersion": "14.1.3",
|
|
32
|
+
"varsVersion": "10.1.1"
|
|
33
33
|
}
|