intl-tel-input 24.3.5 → 24.3.6

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": "24.3.5",
3
+ "version": "24.3.6",
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 `utilsScript` 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 `utilsScript` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@24.3.5/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 `utilsScript` 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 `utilsScript` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@24.3.6/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.
@@ -3098,7 +3098,7 @@ var intlTelInput = Object.assign(
3098
3098
  //* A map from instance ID to instance object.
3099
3099
  instances: {},
3100
3100
  loadUtils,
3101
- version: "24.3.5"
3101
+ version: "24.3.6"
3102
3102
  }
3103
3103
  );
3104
3104
  var intl_tel_input_default = intlTelInput;
@@ -3062,7 +3062,7 @@ var intlTelInput = Object.assign(
3062
3062
  //* A map from instance ID to instance object.
3063
3063
  instances: {},
3064
3064
  loadUtils,
3065
- version: "24.3.5"
3065
+ version: "24.3.6"
3066
3066
  }
3067
3067
  );
3068
3068
  var intl_tel_input_default = intlTelInput;
@@ -3098,7 +3098,7 @@ var intlTelInput = Object.assign(
3098
3098
  //* A map from instance ID to instance object.
3099
3099
  instances: {},
3100
3100
  loadUtils,
3101
- version: "24.3.5"
3101
+ version: "24.3.6"
3102
3102
  }
3103
3103
  );
3104
3104
  var intl_tel_input_default = intlTelInput;
@@ -3062,7 +3062,7 @@ var intlTelInput = Object.assign(
3062
3062
  //* A map from instance ID to instance object.
3063
3063
  instances: {},
3064
3064
  loadUtils,
3065
- version: "24.3.5"
3065
+ version: "24.3.6"
3066
3066
  }
3067
3067
  );
3068
3068
  var intl_tel_input_default = intlTelInput;
package/vue/README.md CHANGED
@@ -27,7 +27,7 @@ Try it for yourself by downloading the project and running `npm install` and the
27
27
 
28
28
  See the [Validation demo](https://github.com/jackocnr/intl-tel-input/blob/master/vue/demo/validation/App.vue) for a more fleshed-out example of how to handle validation [COMING SOON].
29
29
 
30
- 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 `utilsScript` 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 `utilsScript` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@24.3.5/build/js/utils.js"`.
30
+ 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 `utilsScript` 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 `utilsScript` option to that URL, or alternatively just point it to a CDN hosted version e.g. `"https://cdn.jsdelivr.net/npm/intl-tel-input@24.3.6/build/js/utils.js"`.
31
31
 
32
32
  ## Props
33
33
  Here's a list of all of the current props you can pass to the IntlTelInput Vue component.
@@ -2471,7 +2471,7 @@ const U = (u) => !l.utils && !l.startedLoadingUtilsScript ? (l.startedLoadingUti
2471
2471
  //* A map from instance ID to instance object.
2472
2472
  instances: {},
2473
2473
  loadUtils: U,
2474
- version: "24.3.5"
2474
+ version: "24.3.6"
2475
2475
  }
2476
2476
  ), G = {
2477
2477
  __name: "IntlTelInput",
@@ -2471,7 +2471,7 @@ const F2 = (y) => !C.utils && !C.startedLoadingUtilsScript ? (C.startedLoadingUt
2471
2471
  //* A map from instance ID to instance object.
2472
2472
  instances: {},
2473
2473
  loadUtils: F2,
2474
- version: "24.3.5"
2474
+ version: "24.3.6"
2475
2475
  }
2476
2476
  );
2477
2477
  (function() {