Skip to content

Commit

Permalink
Remove Aland Islands area code, as they share number ranges with Finland
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Dec 7, 2024
1 parent 1139404 commit ad6c5f5
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 30 deletions.
3 changes: 1 addition & 2 deletions build/js/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ var factoryOutput = (() => {
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
2 changes: 1 addition & 1 deletion build/js/data.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions build/js/intlTelInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ var factoryOutput = (() => {
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
2 changes: 1 addition & 1 deletion build/js/intlTelInput.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions build/js/intlTelInputWithUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ var factoryOutput = (() => {
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
2 changes: 1 addition & 1 deletion build/js/intlTelInputWithUtils.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions react/build/IntlTelInput.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ var rawCountryData = [
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
3 changes: 1 addition & 2 deletions react/build/IntlTelInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ var rawCountryData = [
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
3 changes: 1 addition & 2 deletions react/build/IntlTelInputWithUtils.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ var rawCountryData = [
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
3 changes: 1 addition & 2 deletions react/build/IntlTelInputWithUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ var rawCountryData = [
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
3 changes: 1 addition & 2 deletions react/demo/set-number/set-number-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23596,8 +23596,7 @@
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
3 changes: 1 addition & 2 deletions react/demo/simple/simple-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23596,8 +23596,7 @@
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
3 changes: 1 addition & 2 deletions react/demo/toggle-disabled/toggle-disabled-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23596,8 +23596,7 @@
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
3 changes: 1 addition & 2 deletions react/demo/validation/validation-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23596,8 +23596,7 @@
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
1 change: 0 additions & 1 deletion src/js/intl-tel-input/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const rawCountryData: RawCountry[] = [
"ax", // Åland Islands
"358",
1,
["18"],
],
[
"al", // Albania
Expand Down
3 changes: 1 addition & 2 deletions vue/build/IntlTelInput.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const A = [
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down
3 changes: 1 addition & 2 deletions vue/build/IntlTelInputWithUtils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const r2 = [
"ax",
// Åland Islands
"358",
1,
["18"]
1
],
[
"al",
Expand Down

0 comments on commit ad6c5f5

Please sign in to comment.