intl-tel-input 19.5.0 → 19.5.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/README.md +3 -3
- package/build/js/data.js +1 -1
- package/build/js/data.min.js +1 -1
- package/build/js/intlTelInput-jquery.js +2 -2
- package/build/js/intlTelInput-jquery.min.js +2 -2
- package/build/js/intlTelInput.js +2 -2
- package/build/js/intlTelInput.min.js +2 -2
- package/composer.json +1 -1
- package/demo.html +2 -2
- package/package.json +2 -2
- package/react/build/IntlTelInput.cjs.js +1 -1
- package/react/build/IntlTelInput.cjs.js.map +1 -1
- package/react/build/IntlTelInput.esm.js +1 -1
- package/react/build/IntlTelInput.esm.js.map +1 -1
- package/react/build.js +1 -0
- package/react/demo/simple-bundle.js +1 -1
- package/react/demo/validation-bundle.js +1 -1
package/react/build.js
CHANGED
|
@@ -24903,7 +24903,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
24903
24903
|
K(s);
|
|
24904
24904
|
}
|
|
24905
24905
|
return null;
|
|
24906
|
-
}, k.defaults = R, k.version = "19.5.
|
|
24906
|
+
}, k.defaults = R, k.version = "19.5.1", function(s, n) {
|
|
24907
24907
|
var t = new Z(s, n);
|
|
24908
24908
|
return t._init(), s.setAttribute("data-intl-tel-input-id", t.id), window.intlTelInputGlobals.instances[t.id] = t, t;
|
|
24909
24909
|
};
|
|
@@ -24903,7 +24903,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
24903
24903
|
K(s);
|
|
24904
24904
|
}
|
|
24905
24905
|
return null;
|
|
24906
|
-
}, k.defaults = R, k.version = "19.5.
|
|
24906
|
+
}, k.defaults = R, k.version = "19.5.1", function(s, n) {
|
|
24907
24907
|
var t = new Z(s, n);
|
|
24908
24908
|
return t._init(), s.setAttribute("data-intl-tel-input-id", t.id), window.intlTelInputGlobals.instances[t.id] = t, t;
|
|
24909
24909
|
};
|