intl-tel-input 29.2.1 → 29.2.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.
@@ -4660,7 +4660,9 @@ var Iti = class _Iti {
4660
4660
  this.#autoCountryDeferred?.reject();
4661
4661
  return;
4662
4662
  }
4663
- this.#setInitialState(true);
4663
+ if (this.#ui.isLoading()) {
4664
+ this.#setInitialState(true);
4665
+ }
4664
4666
  this.#ui.setLoading(false);
4665
4667
  this.#autoCountryDeferred?.reject();
4666
4668
  }
@@ -4953,7 +4955,7 @@ var intlTelInput = Object.assign(
4953
4955
  attachUtils,
4954
4956
  startedLoadingUtils: false,
4955
4957
  startedLoadingAutoCountry: false,
4956
- version: "29.2.1",
4958
+ version: "29.2.2",
4957
4959
  NUMBER_FORMAT,
4958
4960
  NUMBER_TYPE,
4959
4961
  VALIDATION_ERROR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-tel-input",
3
- "version": "29.2.1",
3
+ "version": "29.2.2",
4
4
  "description": "A JavaScript library for entering, formatting, and validating international telephone numbers",
5
5
  "type": "module",
6
6
  "license": "MIT",