Skip to content

Commit

Permalink
fix: updated country and US state codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Jul 31, 2023
1 parent beb1154 commit 6715cae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1290,12 +1290,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="co
>
country:gs
</option>
<option
class="_option_bb73c6"
value="ss"
>
country:ss
</option>
<option
class="_option_bb73c6"
value="es"
Expand Down Expand Up @@ -1664,12 +1658,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
>
us_state:ak
</option>
<option
class="_option_bb73c6"
value="as"
>
us_state:as
</option>
<option
class="_option_bb73c6"
value="az"
Expand Down Expand Up @@ -1712,12 +1700,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
>
us_state:dc
</option>
<option
class="_option_bb73c6"
value="fm"
>
us_state:fm
</option>
<option
class="_option_bb73c6"
value="fl"
Expand All @@ -1730,12 +1712,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
>
us_state:ga
</option>
<option
class="_option_bb73c6"
value="gu"
>
us_state:gu
</option>
<option
class="_option_bb73c6"
value="hi"
Expand Down Expand Up @@ -1790,12 +1766,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
>
us_state:me
</option>
<option
class="_option_bb73c6"
value="mh"
>
us_state:mh
</option>
<option
class="_option_bb73c6"
value="md"
Expand Down Expand Up @@ -1886,12 +1856,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
>
us_state:nd
</option>
<option
class="_option_bb73c6"
value="mp"
>
us_state:mp
</option>
<option
class="_option_bb73c6"
value="oh"
Expand All @@ -1910,24 +1874,12 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
>
us_state:or
</option>
<option
class="_option_bb73c6"
value="pw"
>
us_state:pw
</option>
<option
class="_option_bb73c6"
value="pa"
>
us_state:pa
</option>
<option
class="_option_bb73c6"
value="pr"
>
us_state:pr
</option>
<option
class="_option_bb73c6"
value="ri"
Expand Down Expand Up @@ -1970,12 +1922,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
>
us_state:vt
</option>
<option
class="_option_bb73c6"
value="vi"
>
us_state:vi
</option>
<option
class="_option_bb73c6"
value="va"
Expand Down
3 changes: 1 addition & 2 deletions src/static/countries-codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
"so",
"za",
"gs",
"ss",
"es",
"lk",
"sd",
Expand Down Expand Up @@ -248,4 +247,4 @@
"ye",
"zm",
"zw"
]
]
8 changes: 0 additions & 8 deletions src/static/us-states-codes.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
[
"al",
"ak",
"as",
"az",
"ar",
"ca",
"co",
"ct",
"de",
"dc",
"fm",
"fl",
"ga",
"gu",
"hi",
"id",
"il",
Expand All @@ -22,7 +19,6 @@
"ky",
"la",
"me",
"mh",
"md",
"ma",
"mi",
Expand All @@ -38,21 +34,17 @@
"ny",
"nc",
"nd",
"mp",
"oh",
"ok",
"or",
"pw",
"pa",
"pr",
"ri",
"sc",
"sd",
"tn",
"tx",
"ut",
"vt",
"vi",
"va",
"wa",
"wv",
Expand Down

0 comments on commit 6715cae

Please sign in to comment.