intl-tel-input 25.12.0 → 25.12.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-tel-input",
3
- "version": "25.12.0",
3
+ "version": "25.12.1",
4
4
  "description": "A JavaScript plugin for entering and validating international telephone numbers",
5
5
  "keywords": [
6
6
  "international",
package/react/README.md CHANGED
@@ -28,7 +28,7 @@ import "intl-tel-input/styles";
28
28
 
29
29
  See the [Validation demo](https://github.com/jackocnr/intl-tel-input/blob/master/react/demo/validation/ValidationApp.tsx) for a more fleshed-out example of how to handle validation.
30
30
 
31
- A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize) then you can just import IntlTelInput from `"intl-tel-input/reactWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/react"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@25.12.0/build/js/utils.js"`.
31
+ A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize) then you can just import IntlTelInput from `"intl-tel-input/reactWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/react"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@25.12.1/build/js/utils.js"`.
32
32
 
33
33
  ## Props
34
34
  Here's a list of all of the current props you can pass to the IntlTelInput React component.
@@ -4032,7 +4032,7 @@ var intlTelInput = Object.assign(
4032
4032
  attachUtils,
4033
4033
  startedLoadingUtilsScript: false,
4034
4034
  startedLoadingAutoCountry: false,
4035
- version: "25.12.0"
4035
+ version: "25.12.1"
4036
4036
  }
4037
4037
  );
4038
4038
  var intl_tel_input_default = intlTelInput;
@@ -3996,7 +3996,7 @@ var intlTelInput = Object.assign(
3996
3996
  attachUtils,
3997
3997
  startedLoadingUtilsScript: false,
3998
3998
  startedLoadingAutoCountry: false,
3999
- version: "25.12.0"
3999
+ version: "25.12.1"
4000
4000
  }
4001
4001
  );
4002
4002
  var intl_tel_input_default = intlTelInput;
@@ -4032,7 +4032,7 @@ var intlTelInput = Object.assign(
4032
4032
  attachUtils,
4033
4033
  startedLoadingUtilsScript: false,
4034
4034
  startedLoadingAutoCountry: false,
4035
- version: "25.12.0"
4035
+ version: "25.12.1"
4036
4036
  }
4037
4037
  );
4038
4038
  var intl_tel_input_default = intlTelInput;
@@ -3996,7 +3996,7 @@ var intlTelInput = Object.assign(
3996
3996
  attachUtils,
3997
3997
  startedLoadingUtilsScript: false,
3998
3998
  startedLoadingAutoCountry: false,
3999
- version: "25.12.0"
3999
+ version: "25.12.1"
4000
4000
  }
4001
4001
  );
4002
4002
  var intl_tel_input_default = intlTelInput;
package/vue/README.md CHANGED
@@ -34,7 +34,7 @@ See the [Validation demo](https://github.com/jackocnr/intl-tel-input/blob/master
34
34
  "vue:demo": "vite --config vue/demo/[demo variant]/vite.config.js"
35
35
  ```
36
36
 
37
- A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize) then you can just import IntlTelInput from `"intl-tel-input/vueWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/vue"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@25.12.0/build/js/utils.js"`.
37
+ A note on the utils script (~260KB): if you're lazy loading the IntlTelInput chunk (and so less worried about filesize) then you can just import IntlTelInput from `"intl-tel-input/vueWithUtils"`, to include the utils script. Alternatively, if you use the main `"intl-tel-input/vue"` import, then you should couple this with the `loadUtils` initialisation option - you will need to host the [utils.js](https://github.com/jackocnr/intl-tel-input/blob/master/build/js/utils.js) file, and then set the `loadUtils` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@25.12.1/build/js/utils.js"`.
38
38
 
39
39
  ## Props
40
40
  Here's a list of all of the current props you can pass to the IntlTelInput Vue component.
@@ -3282,7 +3282,7 @@ const Lt = (l) => {
3282
3282
  attachUtils: Lt,
3283
3283
  startedLoadingUtilsScript: !1,
3284
3284
  startedLoadingAutoCountry: !1,
3285
- version: "25.12.0"
3285
+ version: "25.12.1"
3286
3286
  }
3287
3287
  ), vt = {
3288
3288
  __name: "IntlTelInput",
@@ -3282,7 +3282,7 @@ const L2 = (h) => {
3282
3282
  attachUtils: L2,
3283
3283
  startedLoadingUtilsScript: !1,
3284
3284
  startedLoadingAutoCountry: !1,
3285
- version: "25.12.0"
3285
+ version: "25.12.1"
3286
3286
  }
3287
3287
  );
3288
3288
  (function() {