@secondstaxorg/sscomp 1.7.35 → 1.7.37

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
@@ -16381,9 +16381,10 @@ const DropdownField$2 = styled.div`
16381
16381
  gap: 4px;
16382
16382
  align-items: center;
16383
16383
  padding-inline: 12px;
16384
- height: 46px;
16384
+ //height: 46px;
16385
16385
  border: 1px solid ${theme.colors["primary-300"]} !important;
16386
16386
  cursor: auto;
16387
+ top: 1px;
16387
16388
  }
16388
16389
  .search-field input{
16389
16390
  width: 100%;
@@ -16611,11 +16612,11 @@ const CountrySelector = (props) => {
16611
16612
 
16612
16613
  , React$1.createElement(DropdownField$2, { className: selStatus, __self: undefined, __source: {fileName: _jsxFileName$R, lineNumber: 80}}
16613
16614
  , React$1.createElement('button', { ref: buttonRef, type: "button", className: "country-selector", onBlur: ()=>{
16614
- /*if (!searchable){
16615
+ if (!searchable){
16615
16616
  setTimeout(()=>{
16616
- setOpened(false)
16617
- },200)
16618
- }*/
16617
+ setOpened(false);
16618
+ },200);
16619
+ }
16619
16620
  }, onMouseUp: ()=>{
16620
16621
  if (opened){
16621
16622
  setTimeout(()=>{
@@ -16669,9 +16670,9 @@ const CountrySelector = (props) => {
16669
16670
  )
16670
16671
  )
16671
16672
  , React$1.createElement('input', { type: "text", placeholder: "Search", value: qryStr, onChange: (e)=>{filterList(e.target.value);}, className: "country-selector search-input" , autoFocus: true, onFocus: ()=>{setOpened(true);}, onBlur: ()=>{
16672
- /*setTimeout(()=>{
16673
- setOpened(false)
16674
- },200)*/
16673
+ setTimeout(()=>{
16674
+ setOpened(false);
16675
+ },200);
16675
16676
  }, __self: undefined, __source: {fileName: _jsxFileName$R, lineNumber: 139}})
16676
16677
  )
16677
16678