@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.js CHANGED
@@ -27212,9 +27212,9 @@ const PhoneInput = (props) => {
27212
27212
  onFocus: () => {
27213
27213
  setOpened(true);
27214
27214
  }, onBlur: () => {
27215
- /*setTimeout(() => {
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) => (