intl-tel-input 27.0.1 → 27.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.
@@ -4502,7 +4502,7 @@ var intlTelInput = Object.assign(
4502
4502
  attachUtils,
4503
4503
  startedLoadingUtilsScript: false,
4504
4504
  startedLoadingAutoCountry: false,
4505
- version: "27.0.1"
4505
+ version: "27.0.2"
4506
4506
  }
4507
4507
  );
4508
4508
  var intl_tel_input_default = intlTelInput;
@@ -0,0 +1,6 @@
1
+ // Hand-written type declaration for utils.js, which is compiled by Google
2
+ // Closure Compiler (not TypeScript) so no .d.ts is emitted automatically.
3
+ // Copied to dist/js/utils.d.ts during build (see scripts/build-dts.js).
4
+ import type { ItiUtils } from "intl-tel-input";
5
+ declare const utils: ItiUtils;
6
+ export default utils;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-tel-input",
3
- "version": "27.0.1",
3
+ "version": "27.0.2",
4
4
  "description": "A JavaScript plugin for entering and validating international telephone numbers",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -138,7 +138,7 @@
138
138
  "import": "./dist/js/data.mjs"
139
139
  },
140
140
  "./utils": {
141
- "types": "./src/js/types/utils.d.ts",
141
+ "types": "./dist/js/utils.d.ts",
142
142
  "import": "./dist/js/utils.js"
143
143
  },
144
144
  "./react": {
@@ -4470,7 +4470,7 @@ var intlTelInput = Object.assign(
4470
4470
  attachUtils,
4471
4471
  startedLoadingUtilsScript: false,
4472
4472
  startedLoadingAutoCountry: false,
4473
- version: "27.0.1"
4473
+ version: "27.0.2"
4474
4474
  }
4475
4475
  );
4476
4476
  var intl_tel_input_default = intlTelInput;
@@ -4470,7 +4470,7 @@ var intlTelInput = Object.assign(
4470
4470
  attachUtils,
4471
4471
  startedLoadingUtilsScript: false,
4472
4472
  startedLoadingAutoCountry: false,
4473
- version: "27.0.1"
4473
+ version: "27.0.2"
4474
4474
  }
4475
4475
  );
4476
4476
  var intl_tel_input_default = intlTelInput;
@@ -2464,7 +2464,7 @@ var p = new Set(f.map((e) => e.iso2)), m = (e) => p.has(e), h = f, g = {
2464
2464
  },
2465
2465
  startedLoadingUtilsScript: !1,
2466
2466
  startedLoadingAutoCountry: !1,
2467
- version: "27.0.1"
2467
+ version: "27.0.2"
2468
2468
  }), $ = Q, we = /* @__PURE__ */ n({
2469
2469
  inheritAttrs: !1,
2470
2470
  __name: "IntlTelInput",
@@ -1,4 +1,4 @@
1
- import { n as e, t } from "./IntlTelInput-C4kh0zfZ.js";
1
+ import { n as e, t } from "./IntlTelInput-D7BKnLyx.js";
2
2
  //#region vue/src/index.ts
3
3
  var n = t;
4
4
  //#endregion
@@ -1,4 +1,4 @@
1
- import { n as e, t } from "./IntlTelInput-C4kh0zfZ.js";
1
+ import { n as e, t } from "./IntlTelInput-D7BKnLyx.js";
2
2
  //#region dist/js/utils.js
3
3
  var n = {};
4
4
  //#endregion