intl-tel-input 28.0.2 → 28.0.3

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.
@@ -1965,7 +1965,7 @@ var defaults = {
1965
1965
  //* A function to load the utils script.
1966
1966
  loadUtils: null,
1967
1967
  //* National vs international formatting for numbers e.g. placeholders and displaying existing numbers.
1968
- nationalMode: true,
1968
+ nationalMode: false,
1969
1969
  //* Display only these countries.
1970
1970
  onlyCountries: null,
1971
1971
  //* Number type to use for placeholders.
@@ -4633,7 +4633,7 @@ var intlTelInput = Object.assign(
4633
4633
  attachUtils,
4634
4634
  startedLoadingUtils: false,
4635
4635
  startedLoadingAutoCountry: false,
4636
- version: "28.0.2",
4636
+ version: "28.0.3",
4637
4637
  NUMBER_FORMAT,
4638
4638
  NUMBER_TYPE,
4639
4639
  VALIDATION_ERROR
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "intl-tel-input",
3
- "version": "28.0.2",
4
- "description": "A JavaScript plugin for entering and validating international telephone numbers",
3
+ "version": "28.0.3",
4
+ "description": "A JavaScript library for entering, formatting, and validating international telephone numbers",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "Jack O'Connor (http://jackocnr.com)",
@@ -69,7 +69,7 @@
69
69
  "flag",
70
70
  "dropdown",
71
71
  "javascript",
72
- "plugin",
72
+ "library",
73
73
  "css",
74
74
  "html",
75
75
  "validation",