@alfalab/core-components-intl-phone-input 6.2.2 → 6.2.3

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 (47) hide show
  1. package/CHANGELOG.md +100 -100
  2. package/dist/{component-5876d115.d.ts → component-e0f59339.d.ts} +0 -0
  3. package/dist/{component-5876d115.js → component-e0f59339.js} +1 -1
  4. package/dist/component.d.ts +1 -1
  5. package/dist/component.js +3 -3
  6. package/dist/components/flag-icon/component.js +1 -1
  7. package/dist/components/flag-icon/index.css +261 -261
  8. package/dist/components/index.js +1 -1
  9. package/dist/components/select/component.js +2 -2
  10. package/dist/components/select/index.css +6 -6
  11. package/dist/components/select/index.js +1 -1
  12. package/dist/components/select-field/component.js +1 -1
  13. package/dist/components/select-field/index.css +8 -8
  14. package/dist/components/select-field/index.d.ts +1 -1
  15. package/dist/components/select-field/index.js +1 -1
  16. package/dist/esm/{component-8227e821.d.ts → component-6549eb39.d.ts} +0 -0
  17. package/dist/esm/{component-8227e821.js → component-6549eb39.js} +1 -1
  18. package/dist/esm/component.js +3 -3
  19. package/dist/esm/components/flag-icon/component.js +1 -1
  20. package/dist/esm/components/flag-icon/index.css +261 -261
  21. package/dist/esm/components/index.js +1 -1
  22. package/dist/esm/components/select/component.js +2 -2
  23. package/dist/esm/components/select/index.css +6 -6
  24. package/dist/esm/components/select/index.js +1 -1
  25. package/dist/esm/components/select-field/component.js +1 -1
  26. package/dist/esm/components/select-field/index.css +8 -8
  27. package/dist/esm/components/select-field/index.d.ts +1 -1
  28. package/dist/esm/components/select-field/index.js +1 -1
  29. package/dist/esm/index.css +3 -3
  30. package/dist/esm/index.js +1 -1
  31. package/dist/esm/{libphonenumber-js.min-26c4cc91.d.ts → libphonenumber-js.min-10cd81f5.d.ts} +0 -0
  32. package/dist/esm/{libphonenumber-js.min-26c4cc91.js → libphonenumber-js.min-10cd81f5.js} +0 -0
  33. package/dist/index.css +3 -3
  34. package/dist/index.js +1 -1
  35. package/dist/{libphonenumber-js.min-7f592aac.d.ts → libphonenumber-js.min-66f015c7.d.ts} +0 -0
  36. package/dist/{libphonenumber-js.min-7f592aac.js → libphonenumber-js.min-66f015c7.js} +0 -0
  37. package/dist/modern/component.js +2 -2
  38. package/dist/modern/components/flag-icon/component.js +1 -1
  39. package/dist/modern/components/flag-icon/index.css +261 -261
  40. package/dist/modern/components/select/component.js +1 -1
  41. package/dist/modern/components/select/index.css +6 -6
  42. package/dist/modern/components/select-field/component.js +1 -1
  43. package/dist/modern/components/select-field/index.css +8 -8
  44. package/dist/modern/index.css +3 -3
  45. package/dist/modern/{libphonenumber-js.min-26c4cc91.d.ts → libphonenumber-js.min-10cd81f5.d.ts} +0 -0
  46. package/dist/modern/{libphonenumber-js.min-26c4cc91.js → libphonenumber-js.min-10cd81f5.js} +0 -0
  47. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [6.2.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.2.0...@alfalab/core-components-intl-phone-input@6.2.1) (2022-03-29)
6
+ ## [6.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.2.0...@alfalab/core-components-intl-phone-input@6.2.1) (2022-03-29)
7
7
 
8
8
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
9
9
 
@@ -11,18 +11,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [6.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.5...@alfalab/core-components-intl-phone-input@6.2.0) (2022-03-28)
14
+ # [6.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.5...@alfalab/core-components-intl-phone-input@6.2.0) (2022-03-28)
15
15
 
16
16
 
17
17
  ### Features
18
18
 
19
- * **filter-tag:** new component ([#1035](https://github.com/alfa-laboratory/core-components/issues/1035)) ([f97e9c5](https://github.com/alfa-laboratory/core-components/commit/f97e9c59062e56f3bafa855450a33b5f67497143))
19
+ * **filter-tag:** new component ([#1035](https://github.com/core-ds/core-components/issues/1035)) ([f97e9c5](https://github.com/core-ds/core-components/commit/f97e9c59062e56f3bafa855450a33b5f67497143))
20
20
 
21
21
 
22
22
 
23
23
 
24
24
 
25
- ## [6.1.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.4...@alfalab/core-components-intl-phone-input@6.1.5) (2022-03-24)
25
+ ## [6.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.4...@alfalab/core-components-intl-phone-input@6.1.5) (2022-03-24)
26
26
 
27
27
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
28
28
 
@@ -30,18 +30,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
30
30
 
31
31
 
32
32
 
33
- ## [6.1.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.3...@alfalab/core-components-intl-phone-input@6.1.4) (2022-03-18)
33
+ ## [6.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.3...@alfalab/core-components-intl-phone-input@6.1.4) (2022-03-18)
34
34
 
35
35
 
36
36
  ### Bug Fixes
37
37
 
38
- * **intl-phone-input:** design fixes ([#1030](https://github.com/alfa-laboratory/core-components/issues/1030)) ([27cfb9b](https://github.com/alfa-laboratory/core-components/commit/27cfb9be1cac9f0aac151ae2121c426fb123fb3f))
38
+ * **intl-phone-input:** design fixes ([#1030](https://github.com/core-ds/core-components/issues/1030)) ([27cfb9b](https://github.com/core-ds/core-components/commit/27cfb9be1cac9f0aac151ae2121c426fb123fb3f))
39
39
 
40
40
 
41
41
 
42
42
 
43
43
 
44
- ## [6.1.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.2...@alfalab/core-components-intl-phone-input@6.1.3) (2022-03-04)
44
+ ## [6.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.2...@alfalab/core-components-intl-phone-input@6.1.3) (2022-03-04)
45
45
 
46
46
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
47
47
 
@@ -49,7 +49,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
49
49
 
50
50
 
51
51
 
52
- ## [6.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.1...@alfalab/core-components-intl-phone-input@6.1.2) (2022-03-04)
52
+ ## [6.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.1...@alfalab/core-components-intl-phone-input@6.1.2) (2022-03-04)
53
53
 
54
54
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
55
55
 
@@ -57,7 +57,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
57
57
 
58
58
 
59
59
 
60
- ## [6.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.0...@alfalab/core-components-intl-phone-input@6.1.1) (2022-03-03)
60
+ ## [6.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.1.0...@alfalab/core-components-intl-phone-input@6.1.1) (2022-03-03)
61
61
 
62
62
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
63
63
 
@@ -65,18 +65,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
65
65
 
66
66
 
67
67
 
68
- # [6.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.15...@alfalab/core-components-intl-phone-input@6.1.0) (2022-03-01)
68
+ # [6.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.15...@alfalab/core-components-intl-phone-input@6.1.0) (2022-03-01)
69
69
 
70
70
 
71
71
  ### Features
72
72
 
73
- * Исправить импорты в сторях. ([#998](https://github.com/alfa-laboratory/core-components/issues/998)) ([e6a654a](https://github.com/alfa-laboratory/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
73
+ * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
74
74
 
75
75
 
76
76
 
77
77
 
78
78
 
79
- ## [6.0.15](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.14...@alfalab/core-components-intl-phone-input@6.0.15) (2022-02-17)
79
+ ## [6.0.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.14...@alfalab/core-components-intl-phone-input@6.0.15) (2022-02-17)
80
80
 
81
81
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
82
82
 
@@ -84,7 +84,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
84
84
 
85
85
 
86
86
 
87
- ## [6.0.14](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.13...@alfalab/core-components-intl-phone-input@6.0.14) (2022-02-15)
87
+ ## [6.0.14](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.13...@alfalab/core-components-intl-phone-input@6.0.14) (2022-02-15)
88
88
 
89
89
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
90
90
 
@@ -92,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
92
92
 
93
93
 
94
94
 
95
- ## [6.0.13](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.12...@alfalab/core-components-intl-phone-input@6.0.13) (2022-02-09)
95
+ ## [6.0.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.12...@alfalab/core-components-intl-phone-input@6.0.13) (2022-02-09)
96
96
 
97
97
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
98
98
 
@@ -100,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
100
100
 
101
101
 
102
102
 
103
- ## [6.0.12](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.11...@alfalab/core-components-intl-phone-input@6.0.12) (2022-02-03)
103
+ ## [6.0.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.11...@alfalab/core-components-intl-phone-input@6.0.12) (2022-02-03)
104
104
 
105
105
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
106
106
 
@@ -108,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
108
108
 
109
109
 
110
110
 
111
- ## [6.0.11](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.10...@alfalab/core-components-intl-phone-input@6.0.11) (2022-02-02)
111
+ ## [6.0.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.10...@alfalab/core-components-intl-phone-input@6.0.11) (2022-02-02)
112
112
 
113
113
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
114
114
 
@@ -116,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
116
116
 
117
117
 
118
118
 
119
- ## [6.0.10](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.9...@alfalab/core-components-intl-phone-input@6.0.10) (2022-01-27)
119
+ ## [6.0.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.9...@alfalab/core-components-intl-phone-input@6.0.10) (2022-01-27)
120
120
 
121
121
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
122
122
 
@@ -124,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
124
124
 
125
125
 
126
126
 
127
- ## [6.0.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.8...@alfalab/core-components-intl-phone-input@6.0.9) (2021-12-29)
127
+ ## [6.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.8...@alfalab/core-components-intl-phone-input@6.0.9) (2021-12-29)
128
128
 
129
129
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
130
130
 
@@ -132,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
132
132
 
133
133
 
134
134
 
135
- ## [6.0.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.7...@alfalab/core-components-intl-phone-input@6.0.8) (2021-12-14)
135
+ ## [6.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.7...@alfalab/core-components-intl-phone-input@6.0.8) (2021-12-14)
136
136
 
137
137
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
138
138
 
@@ -140,7 +140,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
140
140
 
141
141
 
142
142
 
143
- ## [6.0.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.6...@alfalab/core-components-intl-phone-input@6.0.7) (2021-12-08)
143
+ ## [6.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.6...@alfalab/core-components-intl-phone-input@6.0.7) (2021-12-08)
144
144
 
145
145
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
146
146
 
@@ -148,7 +148,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
148
148
 
149
149
 
150
150
 
151
- ## [6.0.6](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.5...@alfalab/core-components-intl-phone-input@6.0.6) (2021-12-08)
151
+ ## [6.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.5...@alfalab/core-components-intl-phone-input@6.0.6) (2021-12-08)
152
152
 
153
153
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
154
154
 
@@ -156,18 +156,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
156
156
 
157
157
 
158
158
 
159
- ## [6.0.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.4...@alfalab/core-components-intl-phone-input@6.0.5) (2021-12-08)
159
+ ## [6.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.4...@alfalab/core-components-intl-phone-input@6.0.5) (2021-12-08)
160
160
 
161
161
 
162
162
  ### Bug Fixes
163
163
 
164
- * актуализируем @alfalab/utils ([#897](https://github.com/alfa-laboratory/core-components/issues/897)) ([30fb88e](https://github.com/alfa-laboratory/core-components/commit/30fb88eee36f68cabf80069e5125d911fabde4a5))
164
+ * актуализируем @alfalab/utils ([#897](https://github.com/core-ds/core-components/issues/897)) ([30fb88e](https://github.com/core-ds/core-components/commit/30fb88eee36f68cabf80069e5125d911fabde4a5))
165
165
 
166
166
 
167
167
 
168
168
 
169
169
 
170
- ## [6.0.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.3...@alfalab/core-components-intl-phone-input@6.0.4) (2021-12-01)
170
+ ## [6.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.3...@alfalab/core-components-intl-phone-input@6.0.4) (2021-12-01)
171
171
 
172
172
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
173
173
 
@@ -175,7 +175,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
175
175
 
176
176
 
177
177
 
178
- ## [6.0.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.2...@alfalab/core-components-intl-phone-input@6.0.3) (2021-11-26)
178
+ ## [6.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.2...@alfalab/core-components-intl-phone-input@6.0.3) (2021-11-26)
179
179
 
180
180
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
181
181
 
@@ -183,7 +183,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
183
183
 
184
184
 
185
185
 
186
- ## [6.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.1...@alfalab/core-components-intl-phone-input@6.0.2) (2021-11-16)
186
+ ## [6.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.1...@alfalab/core-components-intl-phone-input@6.0.2) (2021-11-16)
187
187
 
188
188
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
189
189
 
@@ -191,7 +191,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
191
191
 
192
192
 
193
193
 
194
- ## [6.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.0...@alfalab/core-components-intl-phone-input@6.0.1) (2021-11-08)
194
+ ## [6.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@6.0.0...@alfalab/core-components-intl-phone-input@6.0.1) (2021-11-08)
195
195
 
196
196
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
197
197
 
@@ -199,12 +199,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
199
199
 
200
200
 
201
201
 
202
- # [6.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.3.3...@alfalab/core-components-intl-phone-input@6.0.0) (2021-10-15)
202
+ # [6.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.3.3...@alfalab/core-components-intl-phone-input@6.0.0) (2021-10-15)
203
203
 
204
204
 
205
205
  ### Features
206
206
 
207
- * **select:** переход к темизации цвета иконки ([112cd95](https://github.com/alfa-laboratory/core-components/commit/112cd95242e27f5065eb2a8349d3afbddfdee638))
207
+ * **select:** переход к темизации цвета иконки ([112cd95](https://github.com/core-ds/core-components/commit/112cd95242e27f5065eb2a8349d3afbddfdee638))
208
208
 
209
209
 
210
210
  ### BREAKING CHANGES
@@ -215,7 +215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
215
215
 
216
216
 
217
217
 
218
- ## [5.3.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.3.2...@alfalab/core-components-intl-phone-input@5.3.3) (2021-10-15)
218
+ ## [5.3.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.3.2...@alfalab/core-components-intl-phone-input@5.3.3) (2021-10-15)
219
219
 
220
220
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
221
221
 
@@ -223,7 +223,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
223
223
 
224
224
 
225
225
 
226
- ## [5.3.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.3.1...@alfalab/core-components-intl-phone-input@5.3.2) (2021-10-11)
226
+ ## [5.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.3.1...@alfalab/core-components-intl-phone-input@5.3.2) (2021-10-11)
227
227
 
228
228
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
229
229
 
@@ -231,45 +231,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
231
231
 
232
232
 
233
233
 
234
- ## [5.3.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.3.0...@alfalab/core-components-intl-phone-input@5.3.1) (2021-09-30)
234
+ ## [5.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.3.0...@alfalab/core-components-intl-phone-input@5.3.1) (2021-09-30)
235
235
 
236
236
 
237
237
  ### Bug Fixes
238
238
 
239
- * **intl-phone-input:** revert fix carret position on backspace ([772dcf5](https://github.com/alfa-laboratory/core-components/commit/772dcf588ba2d28ab9b02f81d0bf538bf016cae0))
239
+ * **intl-phone-input:** revert fix carret position on backspace ([772dcf5](https://github.com/core-ds/core-components/commit/772dcf588ba2d28ab9b02f81d0bf538bf016cae0))
240
240
 
241
241
 
242
242
 
243
243
 
244
244
 
245
- # [5.3.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.2.0...@alfalab/core-components-intl-phone-input@5.3.0) (2021-09-27)
245
+ # [5.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.2.0...@alfalab/core-components-intl-phone-input@5.3.0) (2021-09-27)
246
246
 
247
247
 
248
248
  ### Bug Fixes
249
249
 
250
- * **intl-phone-input:** fix carret position on backspace ([#840](https://github.com/alfa-laboratory/core-components/issues/840)) ([c786ac1](https://github.com/alfa-laboratory/core-components/commit/c786ac17bd086833f3200570e812028ec4580554)), closes [#806](https://github.com/alfa-laboratory/core-components/issues/806)
250
+ * **intl-phone-input:** fix carret position on backspace ([#840](https://github.com/core-ds/core-components/issues/840)) ([c786ac1](https://github.com/core-ds/core-components/commit/c786ac17bd086833f3200570e812028ec4580554)), closes [#806](https://github.com/core-ds/core-components/issues/806)
251
251
 
252
252
 
253
253
  ### Features
254
254
 
255
- * **select:** controlled open ([#839](https://github.com/alfa-laboratory/core-components/issues/839)) ([95d0470](https://github.com/alfa-laboratory/core-components/commit/95d0470a86e1a54f4cb4b789bb7e3281a1f0a401))
255
+ * **select:** controlled open ([#839](https://github.com/core-ds/core-components/issues/839)) ([95d0470](https://github.com/core-ds/core-components/commit/95d0470a86e1a54f4cb4b789bb7e3281a1f0a401))
256
256
 
257
257
 
258
258
 
259
259
 
260
260
 
261
- # [5.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.1.3...@alfalab/core-components-intl-phone-input@5.2.0) (2021-09-14)
261
+ # [5.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.1.3...@alfalab/core-components-intl-phone-input@5.2.0) (2021-09-14)
262
262
 
263
263
 
264
264
  ### Features
265
265
 
266
- * change error type to ReactNode ([#825](https://github.com/alfa-laboratory/core-components/issues/825)) ([c6d95c1](https://github.com/alfa-laboratory/core-components/commit/c6d95c1c6239f2b2a3bf2c1639554d8500e794f3))
266
+ * change error type to ReactNode ([#825](https://github.com/core-ds/core-components/issues/825)) ([c6d95c1](https://github.com/core-ds/core-components/commit/c6d95c1c6239f2b2a3bf2c1639554d8500e794f3))
267
267
 
268
268
 
269
269
 
270
270
 
271
271
 
272
- ## [5.1.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.1.2...@alfalab/core-components-intl-phone-input@5.1.3) (2021-09-08)
272
+ ## [5.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.1.2...@alfalab/core-components-intl-phone-input@5.1.3) (2021-09-08)
273
273
 
274
274
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
275
275
 
@@ -277,7 +277,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
277
277
 
278
278
 
279
279
 
280
- ## [5.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.1.1...@alfalab/core-components-intl-phone-input@5.1.2) (2021-09-06)
280
+ ## [5.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.1.1...@alfalab/core-components-intl-phone-input@5.1.2) (2021-09-06)
281
281
 
282
282
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
283
283
 
@@ -285,7 +285,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
285
285
 
286
286
 
287
287
 
288
- ## [5.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.1.0...@alfalab/core-components-intl-phone-input@5.1.1) (2021-08-27)
288
+ ## [5.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.1.0...@alfalab/core-components-intl-phone-input@5.1.1) (2021-08-27)
289
289
 
290
290
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
291
291
 
@@ -293,18 +293,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
293
293
 
294
294
 
295
295
 
296
- # [5.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.10...@alfalab/core-components-intl-phone-input@5.1.0) (2021-08-26)
296
+ # [5.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.10...@alfalab/core-components-intl-phone-input@5.1.0) (2021-08-26)
297
297
 
298
298
 
299
299
  ### Features
300
300
 
301
- * **intl-phone-input:** hide select for countries when one country ([#809](https://github.com/alfa-laboratory/core-components/issues/809)) ([bad50af](https://github.com/alfa-laboratory/core-components/commit/bad50aff46ab4af5416510944802451873cd08bc))
301
+ * **intl-phone-input:** hide select for countries when one country ([#809](https://github.com/core-ds/core-components/issues/809)) ([bad50af](https://github.com/core-ds/core-components/commit/bad50aff46ab4af5416510944802451873cd08bc))
302
302
 
303
303
 
304
304
 
305
305
 
306
306
 
307
- ## [5.0.10](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.9...@alfalab/core-components-intl-phone-input@5.0.10) (2021-08-23)
307
+ ## [5.0.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.9...@alfalab/core-components-intl-phone-input@5.0.10) (2021-08-23)
308
308
 
309
309
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
310
310
 
@@ -312,18 +312,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
312
312
 
313
313
 
314
314
 
315
- ## [5.0.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.8...@alfalab/core-components-intl-phone-input@5.0.9) (2021-08-23)
315
+ ## [5.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.8...@alfalab/core-components-intl-phone-input@5.0.9) (2021-08-23)
316
316
 
317
317
 
318
318
  ### Bug Fixes
319
319
 
320
- * **input:** smart error icon ([#746](https://github.com/alfa-laboratory/core-components/issues/746)) ([f1950d6](https://github.com/alfa-laboratory/core-components/commit/f1950d6d516d17d993f0865c10390b6301bb2707)), closes [#782](https://github.com/alfa-laboratory/core-components/issues/782)
320
+ * **input:** smart error icon ([#746](https://github.com/core-ds/core-components/issues/746)) ([f1950d6](https://github.com/core-ds/core-components/commit/f1950d6d516d17d993f0865c10390b6301bb2707)), closes [#782](https://github.com/core-ds/core-components/issues/782)
321
321
 
322
322
 
323
323
 
324
324
 
325
325
 
326
- ## [5.0.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.7...@alfalab/core-components-intl-phone-input@5.0.8) (2021-08-13)
326
+ ## [5.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.7...@alfalab/core-components-intl-phone-input@5.0.8) (2021-08-13)
327
327
 
328
328
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
329
329
 
@@ -331,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
331
331
 
332
332
 
333
333
 
334
- ## [5.0.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.6...@alfalab/core-components-intl-phone-input@5.0.7) (2021-08-11)
334
+ ## [5.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.6...@alfalab/core-components-intl-phone-input@5.0.7) (2021-08-11)
335
335
 
336
336
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
337
337
 
@@ -339,7 +339,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
339
339
 
340
340
 
341
341
 
342
- ## [5.0.6](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.5...@alfalab/core-components-intl-phone-input@5.0.6) (2021-08-09)
342
+ ## [5.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.5...@alfalab/core-components-intl-phone-input@5.0.6) (2021-08-09)
343
343
 
344
344
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
345
345
 
@@ -347,7 +347,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
347
347
 
348
348
 
349
349
 
350
- ## [5.0.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.4...@alfalab/core-components-intl-phone-input@5.0.5) (2021-08-04)
350
+ ## [5.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.4...@alfalab/core-components-intl-phone-input@5.0.5) (2021-08-04)
351
351
 
352
352
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
353
353
 
@@ -355,7 +355,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
355
355
 
356
356
 
357
357
 
358
- ## [5.0.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.3...@alfalab/core-components-intl-phone-input@5.0.4) (2021-08-03)
358
+ ## [5.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.3...@alfalab/core-components-intl-phone-input@5.0.4) (2021-08-03)
359
359
 
360
360
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
361
361
 
@@ -363,7 +363,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
363
363
 
364
364
 
365
365
 
366
- ## [5.0.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.2...@alfalab/core-components-intl-phone-input@5.0.3) (2021-07-23)
366
+ ## [5.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.2...@alfalab/core-components-intl-phone-input@5.0.3) (2021-07-23)
367
367
 
368
368
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
369
369
 
@@ -371,18 +371,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
371
371
 
372
372
 
373
373
 
374
- ## [5.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.1...@alfalab/core-components-intl-phone-input@5.0.2) (2021-07-19)
374
+ ## [5.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.1...@alfalab/core-components-intl-phone-input@5.0.2) (2021-07-19)
375
375
 
376
376
 
377
377
  ### Bug Fixes
378
378
 
379
- * **intl-phone-input:** remove changing unclearable country code ([#730](https://github.com/alfa-laboratory/core-components/issues/730)) ([6d219d6](https://github.com/alfa-laboratory/core-components/commit/6d219d622e4da60aada0e10d3c442510f597b1b9))
379
+ * **intl-phone-input:** remove changing unclearable country code ([#730](https://github.com/core-ds/core-components/issues/730)) ([6d219d6](https://github.com/core-ds/core-components/commit/6d219d622e4da60aada0e10d3c442510f597b1b9))
380
380
 
381
381
 
382
382
 
383
383
 
384
384
 
385
- ## [5.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.0...@alfalab/core-components-intl-phone-input@5.0.1) (2021-07-09)
385
+ ## [5.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@5.0.0...@alfalab/core-components-intl-phone-input@5.0.1) (2021-07-09)
386
386
 
387
387
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
388
388
 
@@ -390,14 +390,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
390
390
 
391
391
 
392
392
 
393
- # [5.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.8...@alfalab/core-components-intl-phone-input@5.0.0) (2021-07-08)
393
+ # [5.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.8...@alfalab/core-components-intl-phone-input@5.0.0) (2021-07-08)
394
394
 
395
395
 
396
396
  ### Features
397
397
 
398
- * upgrade storybook ([#696](https://github.com/alfa-laboratory/core-components/issues/696))
398
+ * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
399
399
 
400
- ## [4.1.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.7...@alfalab/core-components-intl-phone-input@4.1.8) (2021-06-28)
400
+ ## [4.1.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.7...@alfalab/core-components-intl-phone-input@4.1.8) (2021-06-28)
401
401
 
402
402
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
403
403
 
@@ -405,18 +405,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
405
405
 
406
406
 
407
407
 
408
- ## [4.1.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.6...@alfalab/core-components-intl-phone-input@4.1.7) (2021-06-22)
408
+ ## [4.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.6...@alfalab/core-components-intl-phone-input@4.1.7) (2021-06-22)
409
409
 
410
410
 
411
411
  ### Bug Fixes
412
412
 
413
- * **intl-phone-input:** format input value ([#703](https://github.com/alfa-laboratory/core-components/issues/703)) ([b5e91ed](https://github.com/alfa-laboratory/core-components/commit/b5e91edf03867f5dc93fab78425f7c1a128afd9b))
413
+ * **intl-phone-input:** format input value ([#703](https://github.com/core-ds/core-components/issues/703)) ([b5e91ed](https://github.com/core-ds/core-components/commit/b5e91edf03867f5dc93fab78425f7c1a128afd9b))
414
414
 
415
415
 
416
416
 
417
417
 
418
418
 
419
- ## [4.1.6](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.5...@alfalab/core-components-intl-phone-input@4.1.6) (2021-06-08)
419
+ ## [4.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.5...@alfalab/core-components-intl-phone-input@4.1.6) (2021-06-08)
420
420
 
421
421
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
422
422
 
@@ -424,7 +424,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
424
424
 
425
425
 
426
426
 
427
- ## [4.1.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.4...@alfalab/core-components-intl-phone-input@4.1.5) (2021-06-04)
427
+ ## [4.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.4...@alfalab/core-components-intl-phone-input@4.1.5) (2021-06-04)
428
428
 
429
429
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
430
430
 
@@ -432,7 +432,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
432
432
 
433
433
 
434
434
 
435
- ## [4.1.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.3...@alfalab/core-components-intl-phone-input@4.1.4) (2021-05-31)
435
+ ## [4.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.3...@alfalab/core-components-intl-phone-input@4.1.4) (2021-05-31)
436
436
 
437
437
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
438
438
 
@@ -440,7 +440,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
440
440
 
441
441
 
442
442
 
443
- ## [4.1.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.2...@alfalab/core-components-intl-phone-input@4.1.3) (2021-05-25)
443
+ ## [4.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.2...@alfalab/core-components-intl-phone-input@4.1.3) (2021-05-25)
444
444
 
445
445
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
446
446
 
@@ -448,7 +448,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
448
448
 
449
449
 
450
450
 
451
- ## [4.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.1...@alfalab/core-components-intl-phone-input@4.1.2) (2021-05-25)
451
+ ## [4.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.1...@alfalab/core-components-intl-phone-input@4.1.2) (2021-05-25)
452
452
 
453
453
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
454
454
 
@@ -456,7 +456,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
456
456
 
457
457
 
458
458
 
459
- ## [4.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.0...@alfalab/core-components-intl-phone-input@4.1.1) (2021-05-18)
459
+ ## [4.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.1.0...@alfalab/core-components-intl-phone-input@4.1.1) (2021-05-18)
460
460
 
461
461
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
462
462
 
@@ -464,18 +464,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
464
464
 
465
465
 
466
466
 
467
- # [4.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.19...@alfalab/core-components-intl-phone-input@4.1.0) (2021-05-07)
467
+ # [4.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.19...@alfalab/core-components-intl-phone-input@4.1.0) (2021-05-07)
468
468
 
469
469
 
470
470
  ### Features
471
471
 
472
- * **intl-phone-input:** add autocomplete ([#630](https://github.com/alfa-laboratory/core-components/issues/630)) ([18b5714](https://github.com/alfa-laboratory/core-components/commit/18b57143ede6bf5e9fcd7d460b4859c6d86c026b))
472
+ * **intl-phone-input:** add autocomplete ([#630](https://github.com/core-ds/core-components/issues/630)) ([18b5714](https://github.com/core-ds/core-components/commit/18b57143ede6bf5e9fcd7d460b4859c6d86c026b))
473
473
 
474
474
 
475
475
 
476
476
 
477
477
 
478
- ## [4.0.19](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.18...@alfalab/core-components-intl-phone-input@4.0.19) (2021-04-28)
478
+ ## [4.0.19](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.18...@alfalab/core-components-intl-phone-input@4.0.19) (2021-04-28)
479
479
 
480
480
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
481
481
 
@@ -483,7 +483,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
483
483
 
484
484
 
485
485
 
486
- ## [4.0.18](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.17...@alfalab/core-components-intl-phone-input@4.0.18) (2021-04-26)
486
+ ## [4.0.18](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.17...@alfalab/core-components-intl-phone-input@4.0.18) (2021-04-26)
487
487
 
488
488
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
489
489
 
@@ -491,7 +491,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
491
491
 
492
492
 
493
493
 
494
- ## [4.0.17](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.16...@alfalab/core-components-intl-phone-input@4.0.17) (2021-04-26)
494
+ ## [4.0.17](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.16...@alfalab/core-components-intl-phone-input@4.0.17) (2021-04-26)
495
495
 
496
496
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
497
497
 
@@ -499,7 +499,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
499
499
 
500
500
 
501
501
 
502
- ## [4.0.16](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.15...@alfalab/core-components-intl-phone-input@4.0.16) (2021-04-26)
502
+ ## [4.0.16](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.15...@alfalab/core-components-intl-phone-input@4.0.16) (2021-04-26)
503
503
 
504
504
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
505
505
 
@@ -507,7 +507,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
507
507
 
508
508
 
509
509
 
510
- ## [4.0.15](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.14...@alfalab/core-components-intl-phone-input@4.0.15) (2021-04-09)
510
+ ## [4.0.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.14...@alfalab/core-components-intl-phone-input@4.0.15) (2021-04-09)
511
511
 
512
512
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
513
513
 
@@ -515,7 +515,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
515
515
 
516
516
 
517
517
 
518
- ## [4.0.14](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.13...@alfalab/core-components-intl-phone-input@4.0.14) (2021-04-01)
518
+ ## [4.0.14](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.13...@alfalab/core-components-intl-phone-input@4.0.14) (2021-04-01)
519
519
 
520
520
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
521
521
 
@@ -523,7 +523,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
523
523
 
524
524
 
525
525
 
526
- ## [4.0.13](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.12...@alfalab/core-components-intl-phone-input@4.0.13) (2021-03-30)
526
+ ## [4.0.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.12...@alfalab/core-components-intl-phone-input@4.0.13) (2021-03-30)
527
527
 
528
528
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
529
529
 
@@ -531,7 +531,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
531
531
 
532
532
 
533
533
 
534
- ## [4.0.12](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.11...@alfalab/core-components-intl-phone-input@4.0.12) (2021-03-24)
534
+ ## [4.0.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.11...@alfalab/core-components-intl-phone-input@4.0.12) (2021-03-24)
535
535
 
536
536
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
537
537
 
@@ -539,7 +539,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
539
539
 
540
540
 
541
541
 
542
- ## [4.0.11](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.10...@alfalab/core-components-intl-phone-input@4.0.11) (2021-03-24)
542
+ ## [4.0.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.10...@alfalab/core-components-intl-phone-input@4.0.11) (2021-03-24)
543
543
 
544
544
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
545
545
 
@@ -547,7 +547,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
547
547
 
548
548
 
549
549
 
550
- ## [4.0.10](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.9...@alfalab/core-components-intl-phone-input@4.0.10) (2021-03-19)
550
+ ## [4.0.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.9...@alfalab/core-components-intl-phone-input@4.0.10) (2021-03-19)
551
551
 
552
552
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
553
553
 
@@ -555,29 +555,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
555
555
 
556
556
 
557
557
 
558
- ## [4.0.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.7...@alfalab/core-components-intl-phone-input@4.0.9) (2021-03-18)
558
+ ## [4.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.7...@alfalab/core-components-intl-phone-input@4.0.9) (2021-03-18)
559
559
 
560
560
 
561
561
  ### Bug Fixes
562
562
 
563
- * one more sborka bug ([#579](https://github.com/alfa-laboratory/core-components/issues/579)) ([9fbe0be](https://github.com/alfa-laboratory/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
563
+ * one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
564
564
 
565
565
 
566
566
 
567
567
 
568
568
 
569
- ## [4.0.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.5...@alfalab/core-components-intl-phone-input@4.0.7) (2021-03-16)
569
+ ## [4.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.5...@alfalab/core-components-intl-phone-input@4.0.7) (2021-03-16)
570
570
 
571
571
 
572
572
  ### Bug Fixes
573
573
 
574
- * border-radius in packages ([781749e](https://github.com/alfa-laboratory/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
574
+ * border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
575
575
 
576
576
 
577
577
 
578
578
 
579
579
 
580
- ## [4.0.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.4...@alfalab/core-components-intl-phone-input@4.0.5) (2021-03-15)
580
+ ## [4.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.4...@alfalab/core-components-intl-phone-input@4.0.5) (2021-03-15)
581
581
 
582
582
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
583
583
 
@@ -585,7 +585,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
585
585
 
586
586
 
587
587
 
588
- ## [4.0.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.3...@alfalab/core-components-intl-phone-input@4.0.4) (2021-03-14)
588
+ ## [4.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.3...@alfalab/core-components-intl-phone-input@4.0.4) (2021-03-14)
589
589
 
590
590
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
591
591
 
@@ -593,7 +593,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
593
593
 
594
594
 
595
595
 
596
- ## [4.0.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.2...@alfalab/core-components-intl-phone-input@4.0.3) (2021-03-11)
596
+ ## [4.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.2...@alfalab/core-components-intl-phone-input@4.0.3) (2021-03-11)
597
597
 
598
598
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
599
599
 
@@ -601,7 +601,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
601
601
 
602
602
 
603
603
 
604
- ## [4.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.1...@alfalab/core-components-intl-phone-input@4.0.2) (2021-03-10)
604
+ ## [4.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.1...@alfalab/core-components-intl-phone-input@4.0.2) (2021-03-10)
605
605
 
606
606
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
607
607
 
@@ -609,7 +609,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
609
609
 
610
610
 
611
611
 
612
- ## [4.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.0...@alfalab/core-components-intl-phone-input@4.0.1) (2021-03-05)
612
+ ## [4.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@4.0.0...@alfalab/core-components-intl-phone-input@4.0.1) (2021-03-05)
613
613
 
614
614
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
615
615
 
@@ -617,12 +617,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
617
617
 
618
618
 
619
619
 
620
- # [4.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.2.0...@alfalab/core-components-intl-phone-input@4.0.0) (2021-03-04)
620
+ # [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.2.0...@alfalab/core-components-intl-phone-input@4.0.0) (2021-03-04)
621
621
 
622
622
 
623
623
  ### Features
624
624
 
625
- * **intl-phone-input:** changed size L (72 → 64), added size XL (72) ([9077b7f](https://github.com/alfa-laboratory/core-components/commit/9077b7f454035cdc7be611d526a5f9642ae4d76d))
625
+ * **intl-phone-input:** changed size L (72 → 64), added size XL (72) ([9077b7f](https://github.com/core-ds/core-components/commit/9077b7f454035cdc7be611d526a5f9642ae4d76d))
626
626
 
627
627
 
628
628
  ### BREAKING CHANGES
@@ -633,18 +633,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
633
633
 
634
634
 
635
635
 
636
- # [3.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.9...@alfalab/core-components-intl-phone-input@3.2.0) (2021-03-03)
636
+ # [3.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.9...@alfalab/core-components-intl-phone-input@3.2.0) (2021-03-03)
637
637
 
638
638
 
639
639
  ### Features
640
640
 
641
- * **intl-phone-input:** add onCountryChange handler ([#539](https://github.com/alfa-laboratory/core-components/issues/539)) ([f8c0cd6](https://github.com/alfa-laboratory/core-components/commit/f8c0cd618ced23bbb49a81cfee07c1f45ee20427))
641
+ * **intl-phone-input:** add onCountryChange handler ([#539](https://github.com/core-ds/core-components/issues/539)) ([f8c0cd6](https://github.com/core-ds/core-components/commit/f8c0cd618ced23bbb49a81cfee07c1f45ee20427))
642
642
 
643
643
 
644
644
 
645
645
 
646
646
 
647
- ## [3.1.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.8...@alfalab/core-components-intl-phone-input@3.1.9) (2021-03-03)
647
+ ## [3.1.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.8...@alfalab/core-components-intl-phone-input@3.1.9) (2021-03-03)
648
648
 
649
649
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
650
650
 
@@ -652,7 +652,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
652
652
 
653
653
 
654
654
 
655
- ## [3.1.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.7...@alfalab/core-components-intl-phone-input@3.1.8) (2021-03-03)
655
+ ## [3.1.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.7...@alfalab/core-components-intl-phone-input@3.1.8) (2021-03-03)
656
656
 
657
657
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
658
658
 
@@ -660,7 +660,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
660
660
 
661
661
 
662
662
 
663
- ## [3.1.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.6...@alfalab/core-components-intl-phone-input@3.1.7) (2021-02-20)
663
+ ## [3.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.6...@alfalab/core-components-intl-phone-input@3.1.7) (2021-02-20)
664
664
 
665
665
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
666
666
 
@@ -668,7 +668,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
668
668
 
669
669
 
670
670
 
671
- ## [3.1.6](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.5...@alfalab/core-components-intl-phone-input@3.1.6) (2021-02-20)
671
+ ## [3.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.5...@alfalab/core-components-intl-phone-input@3.1.6) (2021-02-20)
672
672
 
673
673
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
674
674
 
@@ -676,7 +676,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
676
676
 
677
677
 
678
678
 
679
- ## [3.1.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.4...@alfalab/core-components-intl-phone-input@3.1.5) (2021-02-19)
679
+ ## [3.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.4...@alfalab/core-components-intl-phone-input@3.1.5) (2021-02-19)
680
680
 
681
681
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
682
682
 
@@ -684,7 +684,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
684
684
 
685
685
 
686
686
 
687
- ## [3.1.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.3...@alfalab/core-components-intl-phone-input@3.1.4) (2021-02-19)
687
+ ## [3.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.3...@alfalab/core-components-intl-phone-input@3.1.4) (2021-02-19)
688
688
 
689
689
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
690
690
 
@@ -692,7 +692,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
692
692
 
693
693
 
694
694
 
695
- ## [3.1.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.2...@alfalab/core-components-intl-phone-input@3.1.3) (2021-02-18)
695
+ ## [3.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.2...@alfalab/core-components-intl-phone-input@3.1.3) (2021-02-18)
696
696
 
697
697
  **Note:** Version bump only for package @alfalab/core-components-intl-phone-input
698
698
 
@@ -700,9 +700,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
700
700
 
701
701
 
702
702
 
703
- ## [3.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.1...@alfalab/core-components-intl-phone-input@3.1.2) (2021-02-18)
703
+ ## [3.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-intl-phone-input@3.1.1...@alfalab/core-components-intl-phone-input@3.1.2) (2021-02-18)
704
704
 
705
705
 
706
706
  ### Bug Fixes
707
707
 
708
- * update versions ([#525](https://github.com/alfa-laboratory/core-components/issues/525)) ([31b2e4c](https://github.com/alfa-laboratory/core-components/commit/31b2e4c92fde6e2b63a3391a4e053cd328e93e70))
708
+ * update versions ([#525](https://github.com/core-ds/core-components/issues/525)) ([31b2e4c](https://github.com/core-ds/core-components/commit/31b2e4c92fde6e2b63a3391a4e053cd328e93e70))