Skip to content

Commit ad6c5f5

Browse files
committed
Remove Aland Islands area code, as they share number ranges with Finland
1 parent 1139404 commit ad6c5f5

17 files changed

+16
-30
lines changed

build/js/data.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ var factoryOutput = (() => {
4747
"ax",
4848
// Åland Islands
4949
"358",
50-
1,
51-
["18"]
50+
1
5251
],
5352
[
5453
"al",

build/js/data.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/js/intlTelInput.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ var factoryOutput = (() => {
5050
"ax",
5151
// Åland Islands
5252
"358",
53-
1,
54-
["18"]
53+
1
5554
],
5655
[
5756
"al",

build/js/intlTelInput.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/js/intlTelInputWithUtils.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ var factoryOutput = (() => {
4949
"ax",
5050
// Åland Islands
5151
"358",
52-
1,
53-
["18"]
52+
1
5453
],
5554
[
5655
"al",

build/js/intlTelInputWithUtils.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react/build/IntlTelInput.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ var rawCountryData = [
4545
"ax",
4646
// Åland Islands
4747
"358",
48-
1,
49-
["18"]
48+
1
5049
],
5150
[
5251
"al",

react/build/IntlTelInput.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ var rawCountryData = [
99
"ax",
1010
// Åland Islands
1111
"358",
12-
1,
13-
["18"]
12+
1
1413
],
1514
[
1615
"al",

react/build/IntlTelInputWithUtils.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ var rawCountryData = [
4545
"ax",
4646
// Åland Islands
4747
"358",
48-
1,
49-
["18"]
48+
1
5049
],
5150
[
5251
"al",

react/build/IntlTelInputWithUtils.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ var rawCountryData = [
99
"ax",
1010
// Åland Islands
1111
"358",
12-
1,
13-
["18"]
12+
1
1413
],
1514
[
1615
"al",

react/demo/set-number/set-number-bundle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23596,8 +23596,7 @@
2359623596
"ax",
2359723597
// Åland Islands
2359823598
"358",
23599-
1,
23600-
["18"]
23599+
1
2360123600
],
2360223601
[
2360323602
"al",

react/demo/simple/simple-bundle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23596,8 +23596,7 @@
2359623596
"ax",
2359723597
// Åland Islands
2359823598
"358",
23599-
1,
23600-
["18"]
23599+
1
2360123600
],
2360223601
[
2360323602
"al",

react/demo/toggle-disabled/toggle-disabled-bundle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23596,8 +23596,7 @@
2359623596
"ax",
2359723597
// Åland Islands
2359823598
"358",
23599-
1,
23600-
["18"]
23599+
1
2360123600
],
2360223601
[
2360323602
"al",

react/demo/validation/validation-bundle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23596,8 +23596,7 @@
2359623596
"ax",
2359723597
// Åland Islands
2359823598
"358",
23599-
1,
23600-
["18"]
23599+
1
2360123600
],
2360223601
[
2360323602
"al",

src/js/intl-tel-input/data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const rawCountryData: RawCountry[] = [
2323
"ax", // Åland Islands
2424
"358",
2525
1,
26-
["18"],
2726
],
2827
[
2928
"al", // Albania

vue/build/IntlTelInput.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const A = [
99
"ax",
1010
// Åland Islands
1111
"358",
12-
1,
13-
["18"]
12+
1
1413
],
1514
[
1615
"al",

vue/build/IntlTelInputWithUtils.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const r2 = [
99
"ax",
1010
// Åland Islands
1111
"358",
12-
1,
13-
["18"]
12+
1
1413
],
1514
[
1615
"al",

0 commit comments

Comments
 (0)