@secondstaxorg/sscomp 1.7.58 → 1.7.59
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27212,9 +27212,9 @@ const PhoneInput = (props) => {
|
|
|
27212
27212
|
onFocus: () => {
|
|
27213
27213
|
setOpened(true);
|
|
27214
27214
|
}, onBlur: () => {
|
|
27215
|
-
|
|
27215
|
+
setTimeout(() => {
|
|
27216
27216
|
setOpened(false);
|
|
27217
|
-
}, 200)
|
|
27217
|
+
}, 200);
|
|
27218
27218
|
}, placeholder: "Search by country" , autoFocus: true, __self: undefined, __source: {fileName: _jsxFileName$5, lineNumber: 211}})
|
|
27219
27219
|
)
|
|
27220
27220
|
, countryCodesRec.map((option, index) => (
|