@alfalab/core-components-intl-phone-input 11.0.17 → 11.0.18

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.
@@ -9,11 +9,11 @@
9
9
  --gap-3xs: 2px;
10
10
  --gap-2: var(--gap-3xs);
11
11
  }
12
- .intl-phone-input__flagIcon_4ta0s {
12
+ .intl-phone-input__flagIcon_1vc5a {
13
13
  max-width: 24px;
14
14
  max-height: 24px;
15
15
  }
16
- .intl-phone-input__flagPlaceholder_4ta0s {
16
+ .intl-phone-input__flagPlaceholder_1vc5a {
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-input__flagIcon_4ta0s","flagPlaceholder":"intl-phone-input__flagPlaceholder_4ta0s"};
5
+ var styles = {"flagIcon":"intl-phone-input__flagIcon_1vc5a","flagPlaceholder":"intl-phone-input__flagPlaceholder_1vc5a"};
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-input__component_2cg0l {
8
+ .intl-phone-input__component_v6pyx {
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-input__option_2cg0l {
15
+ .intl-phone-input__option_v6pyx {
16
16
  display: flex;
17
17
  align-items: flex-start;
18
18
  }
19
- .intl-phone-input__flag_2cg0l {
19
+ .intl-phone-input__flag_v6pyx {
20
20
  flex-shrink: 0;
21
21
  margin-right: var(--gap-8);
22
22
  }
23
- .intl-phone-input__countryName_2cg0l {
23
+ .intl-phone-input__countryName_v6pyx {
24
24
  margin-right: var(--gap-8);
25
25
  }
26
- .intl-phone-input__dialCode_2cg0l {
26
+ .intl-phone-input__dialCode_v6pyx {
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-input__component_2cg0l","option":"intl-phone-input__option_2cg0l","flag":"intl-phone-input__flag_2cg0l","countryName":"intl-phone-input__countryName_2cg0l","dialCode":"intl-phone-input__dialCode_2cg0l"};
5
+ var styles = {"component":"intl-phone-input__component_v6pyx","option":"intl-phone-input__option_v6pyx","flag":"intl-phone-input__flag_v6pyx","countryName":"intl-phone-input__countryName_v6pyx","dialCode":"intl-phone-input__dialCode_v6pyx"};
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-input__component_ckcrf {
17
+ .intl-phone-input__component_118sr {
18
18
  height: 100%;
19
19
  cursor: pointer;
20
20
  outline: none;
21
21
  position: relative;
22
22
  }
23
- .intl-phone-input__flagIconContainer_ckcrf {
23
+ .intl-phone-input__flagIconContainer_118sr {
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-input__emptyCountryIcon_ckcrf {
31
+ .intl-phone-input__emptyCountryIcon_118sr {
32
32
  color: var(--color-light-neutral-700);
33
33
  }
34
- .intl-phone-input__disabled_ckcrf {
34
+ .intl-phone-input__disabled_118sr {
35
35
  cursor: var(--disabled-cursor);
36
36
  }
37
- .intl-phone-input__inner_ckcrf {
37
+ .intl-phone-input__inner_118sr {
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-input__l_ckcrf .intl-phone-input__inner_ckcrf,
46
- .intl-phone-input__xl_ckcrf .intl-phone-input__inner_ckcrf {
45
+ .intl-phone-input__l_118sr .intl-phone-input__inner_118sr,
46
+ .intl-phone-input__xl_118sr .intl-phone-input__inner_118sr {
47
47
  padding-left: var(--gap-16);
48
48
  }
49
- .intl-phone-input__focusVisible_ckcrf {
49
+ .intl-phone-input__focusVisible_118sr {
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-input__component_ckcrf","flagIconContainer":"intl-phone-input__flagIconContainer_ckcrf","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_ckcrf","disabled":"intl-phone-input__disabled_ckcrf","inner":"intl-phone-input__inner_ckcrf","l":"intl-phone-input__l_ckcrf","xl":"intl-phone-input__xl_ckcrf","focusVisible":"intl-phone-input__focusVisible_ckcrf"};
5
+ var styles = {"component":"intl-phone-input__component_118sr","flagIconContainer":"intl-phone-input__flagIconContainer_118sr","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_118sr","disabled":"intl-phone-input__disabled_118sr","inner":"intl-phone-input__inner_118sr","l":"intl-phone-input__l_118sr","xl":"intl-phone-input__xl_118sr","focusVisible":"intl-phone-input__focusVisible_118sr"};
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-input__flagIcon_4ta0s {
12
+ .intl-phone-input__flagIcon_1vc5a {
13
13
  max-width: 24px;
14
14
  max-height: 24px;
15
15
  }
16
- .intl-phone-input__flagPlaceholder_4ta0s {
16
+ .intl-phone-input__flagPlaceholder_1vc5a {
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-input__flagIcon_4ta0s","flagPlaceholder":"intl-phone-input__flagPlaceholder_4ta0s"};
3
+ var styles = {"flagIcon":"intl-phone-input__flagIcon_1vc5a","flagPlaceholder":"intl-phone-input__flagPlaceholder_1vc5a"};
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-input__component_2cg0l {
8
+ .intl-phone-input__component_v6pyx {
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-input__option_2cg0l {
15
+ .intl-phone-input__option_v6pyx {
16
16
  display: flex;
17
17
  align-items: flex-start;
18
18
  }
19
- .intl-phone-input__flag_2cg0l {
19
+ .intl-phone-input__flag_v6pyx {
20
20
  flex-shrink: 0;
21
21
  margin-right: var(--gap-8);
22
22
  }
23
- .intl-phone-input__countryName_2cg0l {
23
+ .intl-phone-input__countryName_v6pyx {
24
24
  margin-right: var(--gap-8);
25
25
  }
26
- .intl-phone-input__dialCode_2cg0l {
26
+ .intl-phone-input__dialCode_v6pyx {
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-input__component_2cg0l","option":"intl-phone-input__option_2cg0l","flag":"intl-phone-input__flag_2cg0l","countryName":"intl-phone-input__countryName_2cg0l","dialCode":"intl-phone-input__dialCode_2cg0l"};
3
+ var styles = {"component":"intl-phone-input__component_v6pyx","option":"intl-phone-input__option_v6pyx","flag":"intl-phone-input__flag_v6pyx","countryName":"intl-phone-input__countryName_v6pyx","dialCode":"intl-phone-input__dialCode_v6pyx"};
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-input__component_ckcrf {
17
+ .intl-phone-input__component_118sr {
18
18
  height: 100%;
19
19
  cursor: pointer;
20
20
  outline: none;
21
21
  position: relative;
22
22
  }
23
- .intl-phone-input__flagIconContainer_ckcrf {
23
+ .intl-phone-input__flagIconContainer_118sr {
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-input__emptyCountryIcon_ckcrf {
31
+ .intl-phone-input__emptyCountryIcon_118sr {
32
32
  color: var(--color-light-neutral-700);
33
33
  }
34
- .intl-phone-input__disabled_ckcrf {
34
+ .intl-phone-input__disabled_118sr {
35
35
  cursor: var(--disabled-cursor);
36
36
  }
37
- .intl-phone-input__inner_ckcrf {
37
+ .intl-phone-input__inner_118sr {
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-input__l_ckcrf .intl-phone-input__inner_ckcrf,
46
- .intl-phone-input__xl_ckcrf .intl-phone-input__inner_ckcrf {
45
+ .intl-phone-input__l_118sr .intl-phone-input__inner_118sr,
46
+ .intl-phone-input__xl_118sr .intl-phone-input__inner_118sr {
47
47
  padding-left: var(--gap-16);
48
48
  }
49
- .intl-phone-input__focusVisible_ckcrf {
49
+ .intl-phone-input__focusVisible_118sr {
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-input__component_ckcrf","flagIconContainer":"intl-phone-input__flagIconContainer_ckcrf","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_ckcrf","disabled":"intl-phone-input__disabled_ckcrf","inner":"intl-phone-input__inner_ckcrf","l":"intl-phone-input__l_ckcrf","xl":"intl-phone-input__xl_ckcrf","focusVisible":"intl-phone-input__focusVisible_ckcrf"};
3
+ var styles = {"component":"intl-phone-input__component_118sr","flagIconContainer":"intl-phone-input__flagIconContainer_118sr","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_118sr","disabled":"intl-phone-input__disabled_118sr","inner":"intl-phone-input__inner_118sr","l":"intl-phone-input__l_118sr","xl":"intl-phone-input__xl_118sr","focusVisible":"intl-phone-input__focusVisible_118sr"};
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-input__addons_1y5qa {
9
+ .intl-phone-input__addons_25e1y {
10
10
  padding-left: var(--gap-0);
11
11
  }
12
- .intl-phone-input__size-64_1y5qa .intl-phone-input__addons_1y5qa, .intl-phone-input__size-72_1y5qa .intl-phone-input__addons_1y5qa {
12
+ .intl-phone-input__size-64_25e1y .intl-phone-input__addons_25e1y, .intl-phone-input__size-72_25e1y .intl-phone-input__addons_25e1y {
13
13
  padding-left: var(--gap-0);
14
14
  }
15
- .intl-phone-input__flagIconWrapper_1y5qa {
15
+ .intl-phone-input__flagIconWrapper_25e1y {
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-input__emptyCountryIcon_1y5qa {
23
+ .intl-phone-input__emptyCountryIcon_25e1y {
24
24
  color: var(--color-light-neutral-700);
25
25
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"addons":"intl-phone-input__addons_1y5qa","size-64":"intl-phone-input__size-64_1y5qa","size-72":"intl-phone-input__size-72_1y5qa","flagIconWrapper":"intl-phone-input__flagIconWrapper_1y5qa","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1y5qa"};
3
+ var styles = {"addons":"intl-phone-input__addons_25e1y","size-64":"intl-phone-input__size-64_25e1y","size-72":"intl-phone-input__size-72_25e1y","flagIconWrapper":"intl-phone-input__flagIconWrapper_25e1y","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_25e1y"};
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-input__addons_1y5qa {
9
+ .intl-phone-input__addons_25e1y {
10
10
  padding-left: var(--gap-0);
11
11
  }
12
- .intl-phone-input__size-64_1y5qa .intl-phone-input__addons_1y5qa, .intl-phone-input__size-72_1y5qa .intl-phone-input__addons_1y5qa {
12
+ .intl-phone-input__size-64_25e1y .intl-phone-input__addons_25e1y, .intl-phone-input__size-72_25e1y .intl-phone-input__addons_25e1y {
13
13
  padding-left: var(--gap-0);
14
14
  }
15
- .intl-phone-input__flagIconWrapper_1y5qa {
15
+ .intl-phone-input__flagIconWrapper_25e1y {
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-input__emptyCountryIcon_1y5qa {
23
+ .intl-phone-input__emptyCountryIcon_25e1y {
24
24
  color: var(--color-light-neutral-700);
25
25
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"addons":"intl-phone-input__addons_1y5qa","size-64":"intl-phone-input__size-64_1y5qa","size-72":"intl-phone-input__size-72_1y5qa","flagIconWrapper":"intl-phone-input__flagIconWrapper_1y5qa","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1y5qa"};
5
+ var styles = {"addons":"intl-phone-input__addons_25e1y","size-64":"intl-phone-input__size-64_25e1y","size-72":"intl-phone-input__size-72_25e1y","flagIconWrapper":"intl-phone-input__flagIconWrapper_25e1y","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_25e1y"};
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-input__flagIcon_4ta0s {
12
+ .intl-phone-input__flagIcon_1vc5a {
13
13
  max-width: 24px;
14
14
  max-height: 24px;
15
15
  }
16
- .intl-phone-input__flagPlaceholder_4ta0s {
16
+ .intl-phone-input__flagPlaceholder_1vc5a {
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-input__flagIcon_4ta0s","flagPlaceholder":"intl-phone-input__flagPlaceholder_4ta0s"};
3
+ const styles = {"flagIcon":"intl-phone-input__flagIcon_1vc5a","flagPlaceholder":"intl-phone-input__flagPlaceholder_1vc5a"};
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-input__component_2cg0l {
8
+ .intl-phone-input__component_v6pyx {
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-input__option_2cg0l {
15
+ .intl-phone-input__option_v6pyx {
16
16
  display: flex;
17
17
  align-items: flex-start;
18
18
  }
19
- .intl-phone-input__flag_2cg0l {
19
+ .intl-phone-input__flag_v6pyx {
20
20
  flex-shrink: 0;
21
21
  margin-right: var(--gap-8);
22
22
  }
23
- .intl-phone-input__countryName_2cg0l {
23
+ .intl-phone-input__countryName_v6pyx {
24
24
  margin-right: var(--gap-8);
25
25
  }
26
- .intl-phone-input__dialCode_2cg0l {
26
+ .intl-phone-input__dialCode_v6pyx {
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-input__component_2cg0l","option":"intl-phone-input__option_2cg0l","flag":"intl-phone-input__flag_2cg0l","countryName":"intl-phone-input__countryName_2cg0l","dialCode":"intl-phone-input__dialCode_2cg0l"};
3
+ const styles = {"component":"intl-phone-input__component_v6pyx","option":"intl-phone-input__option_v6pyx","flag":"intl-phone-input__flag_v6pyx","countryName":"intl-phone-input__countryName_v6pyx","dialCode":"intl-phone-input__dialCode_v6pyx"};
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-input__component_ckcrf {
17
+ .intl-phone-input__component_118sr {
18
18
  height: 100%;
19
19
  cursor: pointer;
20
20
  outline: none;
21
21
  position: relative;
22
22
  }
23
- .intl-phone-input__flagIconContainer_ckcrf {
23
+ .intl-phone-input__flagIconContainer_118sr {
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-input__emptyCountryIcon_ckcrf {
31
+ .intl-phone-input__emptyCountryIcon_118sr {
32
32
  color: var(--color-light-neutral-700);
33
33
  }
34
- .intl-phone-input__disabled_ckcrf {
34
+ .intl-phone-input__disabled_118sr {
35
35
  cursor: var(--disabled-cursor);
36
36
  }
37
- .intl-phone-input__inner_ckcrf {
37
+ .intl-phone-input__inner_118sr {
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-input__l_ckcrf .intl-phone-input__inner_ckcrf,
46
- .intl-phone-input__xl_ckcrf .intl-phone-input__inner_ckcrf {
45
+ .intl-phone-input__l_118sr .intl-phone-input__inner_118sr,
46
+ .intl-phone-input__xl_118sr .intl-phone-input__inner_118sr {
47
47
  padding-left: var(--gap-16);
48
48
  }
49
- .intl-phone-input__focusVisible_ckcrf {
49
+ .intl-phone-input__focusVisible_118sr {
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-input__component_ckcrf","flagIconContainer":"intl-phone-input__flagIconContainer_ckcrf","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_ckcrf","disabled":"intl-phone-input__disabled_ckcrf","inner":"intl-phone-input__inner_ckcrf","l":"intl-phone-input__l_ckcrf","xl":"intl-phone-input__xl_ckcrf","focusVisible":"intl-phone-input__focusVisible_ckcrf"};
3
+ const styles = {"component":"intl-phone-input__component_118sr","flagIconContainer":"intl-phone-input__flagIconContainer_118sr","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_118sr","disabled":"intl-phone-input__disabled_118sr","inner":"intl-phone-input__inner_118sr","l":"intl-phone-input__l_118sr","xl":"intl-phone-input__xl_118sr","focusVisible":"intl-phone-input__focusVisible_118sr"};
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-input__addons_1y5qa {
9
+ .intl-phone-input__addons_25e1y {
10
10
  padding-left: var(--gap-0);
11
11
  }
12
- .intl-phone-input__size-64_1y5qa .intl-phone-input__addons_1y5qa, .intl-phone-input__size-72_1y5qa .intl-phone-input__addons_1y5qa {
12
+ .intl-phone-input__size-64_25e1y .intl-phone-input__addons_25e1y, .intl-phone-input__size-72_25e1y .intl-phone-input__addons_25e1y {
13
13
  padding-left: var(--gap-0);
14
14
  }
15
- .intl-phone-input__flagIconWrapper_1y5qa {
15
+ .intl-phone-input__flagIconWrapper_25e1y {
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-input__emptyCountryIcon_1y5qa {
23
+ .intl-phone-input__emptyCountryIcon_25e1y {
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-input__addons_1y5qa","size-64":"intl-phone-input__size-64_1y5qa","size-72":"intl-phone-input__size-72_1y5qa","flagIconWrapper":"intl-phone-input__flagIconWrapper_1y5qa","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_1y5qa"};
3
+ const styles = {"addons":"intl-phone-input__addons_25e1y","size-64":"intl-phone-input__size-64_25e1y","size-72":"intl-phone-input__size-72_25e1y","flagIconWrapper":"intl-phone-input__flagIconWrapper_25e1y","emptyCountryIcon":"intl-phone-input__emptyCountryIcon_25e1y"};
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.17",
3
+ "version": "11.0.18",
4
4
  "description": "Phone input for international phones",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,8 +13,8 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-input-autocomplete": "^14.0.17",
17
- "@alfalab/core-components-select": "^19.1.10",
16
+ "@alfalab/core-components-input-autocomplete": "^14.0.18",
17
+ "@alfalab/core-components-select": "^19.2.0",
18
18
  "@alfalab/hooks": "^1.17.0",
19
19
  "@alfalab/icons-glyph": "^2.260.0",
20
20
  "@alfalab/utils": "^1.18.0",
@@ -31,6 +31,6 @@
31
31
  "access": "public",
32
32
  "directory": "dist"
33
33
  },
34
- "themesVersion": "15.1.0",
34
+ "themesVersion": "15.2.0",
35
35
  "varsVersion": "11.1.0"
36
36
  }