mui-tel-input 2.0.0 → 2.0.2

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.
@@ -13,4 +13,5 @@ export declare function getOnlyCountries(countries: readonly MuiTelInputCountry[
13
13
  export declare function excludeCountries(countries: readonly MuiTelInputCountry[], excludedCountries?: readonly MuiTelInputCountry[]): readonly MuiTelInputCountry[];
14
14
  export declare function filterCountries(countries: readonly MuiTelInputCountry[], options: FilterCountriesOptions): readonly MuiTelInputCountry[];
15
15
  export declare function matchContinentsIncludeCountry(continents: MuiTelInputContinent[], isoCode: MuiTelInputCountry): boolean;
16
+ export declare function sortAlphabeticallyCountryCodes(countryCodes: readonly MuiTelInputCountry[], displayNames: Intl.DisplayNames): readonly MuiTelInputCountry[];
16
17
  export {};
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/viclafouch/mui-tel-input/issues"
8
8
  },
9
9
  "homepage": "https://viclafouch.github.io/mui-tel-input",
10
- "version": "2.0.0",
10
+ "version": "2.0.2",
11
11
  "files": [
12
12
  "dist"
13
13
  ],