Skip to content

Commit

Permalink
fix(kit): update TUI_COUNTRIES_MASKS (InputPhoneInternational) fo…
Browse files Browse the repository at this point in the history
…r Argentina (#4891)
  • Loading branch information
nsbarsukov authored Jul 17, 2023
1 parent 63ac222 commit 1d931df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kit/tokens/countries-masks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TUI_COUNTRIES_MASKS: InjectionToken<Record<TuiCountryIsoCode, strin
[TuiCountryIsoCode.AL]: `+355(###) ###-###`,
[TuiCountryIsoCode.AM]: `+374##-###-###`,
[TuiCountryIsoCode.AO]: `+244(###) ###-###`,
[TuiCountryIsoCode.AR]: `+54(###) ###-####`,
[TuiCountryIsoCode.AR]: `+54(###) ####-####`,
[TuiCountryIsoCode.AT]: `+43(###) ###-####`,
[TuiCountryIsoCode.AU]: `+61#-####-####`,
[TuiCountryIsoCode.AW]: `+297###-####`,
Expand Down

0 comments on commit 1d931df

Please sign in to comment.