@alfalab/core-components-intl-phone-input 11.0.4 → 11.0.5
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 +3 -3
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
--gap-3xs: 2px;
|
|
10
10
|
--gap-2: var(--gap-3xs);
|
|
11
11
|
}
|
|
12
|
-
.intl-phone-
|
|
12
|
+
.intl-phone-input__flagIcon_pyu4b {
|
|
13
13
|
max-width: 24px;
|
|
14
14
|
max-height: 24px;
|
|
15
15
|
}
|
|
16
|
-
.intl-phone-
|
|
16
|
+
.intl-phone-input__flagPlaceholder_pyu4b {
|
|
17
17
|
width: 24px;
|
|
18
18
|
height: 16px;
|
|
19
19
|
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_pyu4b","flagPlaceholder":"intl-phone-input__flagPlaceholder_pyu4b"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
--gap-xs: 8px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
7
|
}
|
|
8
|
-
.intl-phone-
|
|
8
|
+
.intl-phone-input__component_17y63 {
|
|
9
9
|
position: static;
|
|
10
10
|
display: flex;
|
|
11
11
|
min-width: 0;
|
|
12
12
|
min-width: initial;
|
|
13
13
|
height: 100%;
|
|
14
14
|
}
|
|
15
|
-
.intl-phone-
|
|
15
|
+
.intl-phone-input__option_17y63 {
|
|
16
16
|
display: flex;
|
|
17
17
|
align-items: flex-start;
|
|
18
18
|
}
|
|
19
|
-
.intl-phone-
|
|
19
|
+
.intl-phone-input__flag_17y63 {
|
|
20
20
|
flex-shrink: 0;
|
|
21
21
|
margin-right: var(--gap-8);
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__countryName_17y63 {
|
|
24
24
|
margin-right: var(--gap-8);
|
|
25
25
|
}
|
|
26
|
-
.intl-phone-
|
|
26
|
+
.intl-phone-input__dialCode_17y63 {
|
|
27
27
|
color: var(--color-light-text-secondary);
|
|
28
28
|
}
|
|
@@ -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_17y63","option":"intl-phone-input__option_17y63","flag":"intl-phone-input__flag_17y63","countryName":"intl-phone-input__countryName_17y63","dialCode":"intl-phone-input__dialCode_17y63"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
--focus-color: var(--color-light-status-info);
|
|
15
15
|
--disabled-cursor: not-allowed;
|
|
16
16
|
}
|
|
17
|
-
.intl-phone-
|
|
17
|
+
.intl-phone-input__component_kb0lr {
|
|
18
18
|
height: 100%;
|
|
19
19
|
cursor: pointer;
|
|
20
20
|
outline: none;
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__flagIconContainer_kb0lr {
|
|
24
24
|
display: flex;
|
|
25
25
|
justify-content: center;
|
|
26
26
|
align-items: center;
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
height: 24px;
|
|
29
29
|
margin-right: var(--gap-4);
|
|
30
30
|
}
|
|
31
|
-
.intl-phone-
|
|
31
|
+
.intl-phone-input__emptyCountryIcon_kb0lr {
|
|
32
32
|
color: var(--color-light-neutral-700);
|
|
33
33
|
}
|
|
34
|
-
.intl-phone-
|
|
34
|
+
.intl-phone-input__disabled_kb0lr {
|
|
35
35
|
cursor: var(--disabled-cursor);
|
|
36
36
|
}
|
|
37
|
-
.intl-phone-
|
|
37
|
+
.intl-phone-input__inner_kb0lr {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
align-items: center;
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
padding-left: var(--gap-12);
|
|
43
43
|
outline: none;
|
|
44
44
|
}
|
|
45
|
-
.intl-phone-
|
|
46
|
-
.intl-phone-
|
|
45
|
+
.intl-phone-input__l_kb0lr .intl-phone-input__inner_kb0lr,
|
|
46
|
+
.intl-phone-input__xl_kb0lr .intl-phone-input__inner_kb0lr {
|
|
47
47
|
padding-left: var(--gap-16);
|
|
48
48
|
}
|
|
49
|
-
.intl-phone-
|
|
49
|
+
.intl-phone-input__focusVisible_kb0lr {
|
|
50
50
|
outline: 2px solid var(--focus-color);
|
|
51
51
|
outline-offset: 2px;
|
|
52
52
|
}
|
|
@@ -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_kb0lr","flagIconContainer":"intl-phone-input__flagIconContainer_kb0lr","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_kb0lr","disabled":"intl-phone-input__disabled_kb0lr","inner":"intl-phone-input__inner_kb0lr","l":"intl-phone-input__l_kb0lr","xl":"intl-phone-input__xl_kb0lr","focusVisible":"intl-phone-input__focusVisible_kb0lr"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
--gap-3xs: 2px;
|
|
10
10
|
--gap-2: var(--gap-3xs);
|
|
11
11
|
}
|
|
12
|
-
.intl-phone-
|
|
12
|
+
.intl-phone-input__flagIcon_pyu4b {
|
|
13
13
|
max-width: 24px;
|
|
14
14
|
max-height: 24px;
|
|
15
15
|
}
|
|
16
|
-
.intl-phone-
|
|
16
|
+
.intl-phone-input__flagPlaceholder_pyu4b {
|
|
17
17
|
width: 24px;
|
|
18
18
|
height: 16px;
|
|
19
19
|
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_pyu4b","flagPlaceholder":"intl-phone-input__flagPlaceholder_pyu4b"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
--gap-xs: 8px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
7
|
}
|
|
8
|
-
.intl-phone-
|
|
8
|
+
.intl-phone-input__component_17y63 {
|
|
9
9
|
position: static;
|
|
10
10
|
display: flex;
|
|
11
11
|
min-width: 0;
|
|
12
12
|
min-width: initial;
|
|
13
13
|
height: 100%;
|
|
14
14
|
}
|
|
15
|
-
.intl-phone-
|
|
15
|
+
.intl-phone-input__option_17y63 {
|
|
16
16
|
display: flex;
|
|
17
17
|
align-items: flex-start;
|
|
18
18
|
}
|
|
19
|
-
.intl-phone-
|
|
19
|
+
.intl-phone-input__flag_17y63 {
|
|
20
20
|
flex-shrink: 0;
|
|
21
21
|
margin-right: var(--gap-8);
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__countryName_17y63 {
|
|
24
24
|
margin-right: var(--gap-8);
|
|
25
25
|
}
|
|
26
|
-
.intl-phone-
|
|
26
|
+
.intl-phone-input__dialCode_17y63 {
|
|
27
27
|
color: var(--color-light-text-secondary);
|
|
28
28
|
}
|
|
@@ -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_17y63","option":"intl-phone-input__option_17y63","flag":"intl-phone-input__flag_17y63","countryName":"intl-phone-input__countryName_17y63","dialCode":"intl-phone-input__dialCode_17y63"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
--focus-color: var(--color-light-status-info);
|
|
15
15
|
--disabled-cursor: not-allowed;
|
|
16
16
|
}
|
|
17
|
-
.intl-phone-
|
|
17
|
+
.intl-phone-input__component_kb0lr {
|
|
18
18
|
height: 100%;
|
|
19
19
|
cursor: pointer;
|
|
20
20
|
outline: none;
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__flagIconContainer_kb0lr {
|
|
24
24
|
display: flex;
|
|
25
25
|
justify-content: center;
|
|
26
26
|
align-items: center;
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
height: 24px;
|
|
29
29
|
margin-right: var(--gap-4);
|
|
30
30
|
}
|
|
31
|
-
.intl-phone-
|
|
31
|
+
.intl-phone-input__emptyCountryIcon_kb0lr {
|
|
32
32
|
color: var(--color-light-neutral-700);
|
|
33
33
|
}
|
|
34
|
-
.intl-phone-
|
|
34
|
+
.intl-phone-input__disabled_kb0lr {
|
|
35
35
|
cursor: var(--disabled-cursor);
|
|
36
36
|
}
|
|
37
|
-
.intl-phone-
|
|
37
|
+
.intl-phone-input__inner_kb0lr {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
align-items: center;
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
padding-left: var(--gap-12);
|
|
43
43
|
outline: none;
|
|
44
44
|
}
|
|
45
|
-
.intl-phone-
|
|
46
|
-
.intl-phone-
|
|
45
|
+
.intl-phone-input__l_kb0lr .intl-phone-input__inner_kb0lr,
|
|
46
|
+
.intl-phone-input__xl_kb0lr .intl-phone-input__inner_kb0lr {
|
|
47
47
|
padding-left: var(--gap-16);
|
|
48
48
|
}
|
|
49
|
-
.intl-phone-
|
|
49
|
+
.intl-phone-input__focusVisible_kb0lr {
|
|
50
50
|
outline: 2px solid var(--focus-color);
|
|
51
51
|
outline-offset: 2px;
|
|
52
52
|
}
|
|
@@ -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_kb0lr","flagIconContainer":"intl-phone-input__flagIconContainer_kb0lr","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_kb0lr","disabled":"intl-phone-input__disabled_kb0lr","inner":"intl-phone-input__inner_kb0lr","l":"intl-phone-input__l_kb0lr","xl":"intl-phone-input__xl_kb0lr","focusVisible":"intl-phone-input__focusVisible_kb0lr"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
--gap-0: 0px;
|
|
7
7
|
--gap-12: var(--gap-s);
|
|
8
8
|
}
|
|
9
|
-
.intl-phone-
|
|
9
|
+
.intl-phone-input__addons_1dgbq {
|
|
10
10
|
padding-left: var(--gap-0);
|
|
11
11
|
}
|
|
12
|
-
.intl-phone-input__size-
|
|
12
|
+
.intl-phone-input__size-64_1dgbq .intl-phone-input__addons_1dgbq, .intl-phone-input__size-72_1dgbq .intl-phone-input__addons_1dgbq {
|
|
13
13
|
padding-left: var(--gap-0);
|
|
14
14
|
}
|
|
15
|
-
.intl-phone-
|
|
15
|
+
.intl-phone-input__flagIconWrapper_1dgbq {
|
|
16
16
|
display: flex;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
align-items: center;
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
height: 24px;
|
|
21
21
|
margin-left: var(--gap-12);
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__emptyCountryIcon_1dgbq {
|
|
24
24
|
color: var(--color-light-neutral-700);
|
|
25
25
|
}
|
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_1dgbq","size-64":"intl-phone-input__size-64_1dgbq","size-72":"intl-phone-input__size-72_1dgbq","flagIconWrapper":"intl-phone-input__flagIconWrapper_1dgbq","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1dgbq"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
--gap-0: 0px;
|
|
7
7
|
--gap-12: var(--gap-s);
|
|
8
8
|
}
|
|
9
|
-
.intl-phone-
|
|
9
|
+
.intl-phone-input__addons_1dgbq {
|
|
10
10
|
padding-left: var(--gap-0);
|
|
11
11
|
}
|
|
12
|
-
.intl-phone-input__size-
|
|
12
|
+
.intl-phone-input__size-64_1dgbq .intl-phone-input__addons_1dgbq, .intl-phone-input__size-72_1dgbq .intl-phone-input__addons_1dgbq {
|
|
13
13
|
padding-left: var(--gap-0);
|
|
14
14
|
}
|
|
15
|
-
.intl-phone-
|
|
15
|
+
.intl-phone-input__flagIconWrapper_1dgbq {
|
|
16
16
|
display: flex;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
align-items: center;
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
height: 24px;
|
|
21
21
|
margin-left: var(--gap-12);
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__emptyCountryIcon_1dgbq {
|
|
24
24
|
color: var(--color-light-neutral-700);
|
|
25
25
|
}
|
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_1dgbq","size-64":"intl-phone-input__size-64_1dgbq","size-72":"intl-phone-input__size-72_1dgbq","flagIconWrapper":"intl-phone-input__flagIconWrapper_1dgbq","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1dgbq"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
--gap-3xs: 2px;
|
|
10
10
|
--gap-2: var(--gap-3xs);
|
|
11
11
|
}
|
|
12
|
-
.intl-phone-
|
|
12
|
+
.intl-phone-input__flagIcon_pyu4b {
|
|
13
13
|
max-width: 24px;
|
|
14
14
|
max-height: 24px;
|
|
15
15
|
}
|
|
16
|
-
.intl-phone-
|
|
16
|
+
.intl-phone-input__flagPlaceholder_pyu4b {
|
|
17
17
|
width: 24px;
|
|
18
18
|
height: 16px;
|
|
19
19
|
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_pyu4b","flagPlaceholder":"intl-phone-input__flagPlaceholder_pyu4b"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
--gap-xs: 8px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
7
|
}
|
|
8
|
-
.intl-phone-
|
|
8
|
+
.intl-phone-input__component_17y63 {
|
|
9
9
|
position: static;
|
|
10
10
|
display: flex;
|
|
11
11
|
min-width: 0;
|
|
12
12
|
min-width: initial;
|
|
13
13
|
height: 100%;
|
|
14
14
|
}
|
|
15
|
-
.intl-phone-
|
|
15
|
+
.intl-phone-input__option_17y63 {
|
|
16
16
|
display: flex;
|
|
17
17
|
align-items: flex-start;
|
|
18
18
|
}
|
|
19
|
-
.intl-phone-
|
|
19
|
+
.intl-phone-input__flag_17y63 {
|
|
20
20
|
flex-shrink: 0;
|
|
21
21
|
margin-right: var(--gap-8);
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__countryName_17y63 {
|
|
24
24
|
margin-right: var(--gap-8);
|
|
25
25
|
}
|
|
26
|
-
.intl-phone-
|
|
26
|
+
.intl-phone-input__dialCode_17y63 {
|
|
27
27
|
color: var(--color-light-text-secondary);
|
|
28
28
|
}
|
|
@@ -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_17y63","option":"intl-phone-input__option_17y63","flag":"intl-phone-input__flag_17y63","countryName":"intl-phone-input__countryName_17y63","dialCode":"intl-phone-input__dialCode_17y63"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
--focus-color: var(--color-light-status-info);
|
|
15
15
|
--disabled-cursor: not-allowed;
|
|
16
16
|
}
|
|
17
|
-
.intl-phone-
|
|
17
|
+
.intl-phone-input__component_kb0lr {
|
|
18
18
|
height: 100%;
|
|
19
19
|
cursor: pointer;
|
|
20
20
|
outline: none;
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__flagIconContainer_kb0lr {
|
|
24
24
|
display: flex;
|
|
25
25
|
justify-content: center;
|
|
26
26
|
align-items: center;
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
height: 24px;
|
|
29
29
|
margin-right: var(--gap-4);
|
|
30
30
|
}
|
|
31
|
-
.intl-phone-
|
|
31
|
+
.intl-phone-input__emptyCountryIcon_kb0lr {
|
|
32
32
|
color: var(--color-light-neutral-700);
|
|
33
33
|
}
|
|
34
|
-
.intl-phone-
|
|
34
|
+
.intl-phone-input__disabled_kb0lr {
|
|
35
35
|
cursor: var(--disabled-cursor);
|
|
36
36
|
}
|
|
37
|
-
.intl-phone-
|
|
37
|
+
.intl-phone-input__inner_kb0lr {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
align-items: center;
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
padding-left: var(--gap-12);
|
|
43
43
|
outline: none;
|
|
44
44
|
}
|
|
45
|
-
.intl-phone-
|
|
46
|
-
.intl-phone-
|
|
45
|
+
.intl-phone-input__l_kb0lr .intl-phone-input__inner_kb0lr,
|
|
46
|
+
.intl-phone-input__xl_kb0lr .intl-phone-input__inner_kb0lr {
|
|
47
47
|
padding-left: var(--gap-16);
|
|
48
48
|
}
|
|
49
|
-
.intl-phone-
|
|
49
|
+
.intl-phone-input__focusVisible_kb0lr {
|
|
50
50
|
outline: 2px solid var(--focus-color);
|
|
51
51
|
outline-offset: 2px;
|
|
52
52
|
}
|
|
@@ -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_kb0lr","flagIconContainer":"intl-phone-input__flagIconContainer_kb0lr","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_kb0lr","disabled":"intl-phone-input__disabled_kb0lr","inner":"intl-phone-input__inner_kb0lr","l":"intl-phone-input__l_kb0lr","xl":"intl-phone-input__xl_kb0lr","focusVisible":"intl-phone-input__focusVisible_kb0lr"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
--gap-0: 0px;
|
|
7
7
|
--gap-12: var(--gap-s);
|
|
8
8
|
}
|
|
9
|
-
.intl-phone-
|
|
9
|
+
.intl-phone-input__addons_1dgbq {
|
|
10
10
|
padding-left: var(--gap-0);
|
|
11
11
|
}
|
|
12
|
-
.intl-phone-input__size-
|
|
12
|
+
.intl-phone-input__size-64_1dgbq .intl-phone-input__addons_1dgbq, .intl-phone-input__size-72_1dgbq .intl-phone-input__addons_1dgbq {
|
|
13
13
|
padding-left: var(--gap-0);
|
|
14
14
|
}
|
|
15
|
-
.intl-phone-
|
|
15
|
+
.intl-phone-input__flagIconWrapper_1dgbq {
|
|
16
16
|
display: flex;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
align-items: center;
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
height: 24px;
|
|
21
21
|
margin-left: var(--gap-12);
|
|
22
22
|
}
|
|
23
|
-
.intl-phone-
|
|
23
|
+
.intl-phone-input__emptyCountryIcon_1dgbq {
|
|
24
24
|
color: var(--color-light-neutral-700);
|
|
25
25
|
}
|
|
@@ -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_1dgbq","size-64":"intl-phone-input__size-64_1dgbq","size-72":"intl-phone-input__size-72_1dgbq","flagIconWrapper":"intl-phone-input__flagIconWrapper_1dgbq","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1dgbq"};
|
|
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": "11.0.
|
|
3
|
+
"version": "11.0.5",
|
|
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": "^14.0.
|
|
14
|
-
"@alfalab/core-components-select": "^19.0.
|
|
13
|
+
"@alfalab/core-components-input-autocomplete": "^14.0.5",
|
|
14
|
+
"@alfalab/core-components-select": "^19.0.5",
|
|
15
15
|
"@alfalab/hooks": "^1.13.1",
|
|
16
16
|
"@alfalab/icons-glyph": "^2.260.0",
|
|
17
17
|
"@alfalab/utils": "^1.18.0",
|