@secondstaxorg/sscomp 1.9.49 → 1.9.52

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
@@ -16706,7 +16706,7 @@ const CountrySelector = (props) => {
16706
16706
  )
16707
16707
  )
16708
16708
  )
16709
- , React$1.createElement('input', { type: "text", placeholder: _optionalChain$z([labelOverrides, 'optionalAccess', _10 => _10.search]) || 'Search', value: qryStr, onChange: (e)=>{filterList(e.target.value);}, className: "country-selector search-input" , autoFocus: true, onFocus: ()=>{
16709
+ , React$1.createElement('input', { type: "text", placeholder: _optionalChain$z([labelOverrides, 'optionalAccess', _10 => _10.search]) || 'Search', value: qryStr, onChange: (e)=>{filterList(e.target.value);}, className: "country-selector search-input" , onFocus: ()=>{
16710
16710
  if (readonly) return
16711
16711
  setOpened(true);},
16712
16712
  onBlur: ()=>{
@@ -33032,7 +33032,7 @@ const DetailField = (props) => {
33032
33032
  React$1.createElement(FieldContainer, {__self: undefined, __source: {fileName: _jsxFileName, lineNumber: 13}}
33033
33033
  , React$1.createElement('label', { className: "paragraph1Medium", __self: undefined, __source: {fileName: _jsxFileName, lineNumber: 14}}, label)
33034
33034
  , React$1.createElement(Field, { className: "paragraph2Regular", __self: undefined, __source: {fileName: _jsxFileName, lineNumber: 15}}
33035
- , !children && React$1.createElement(React$1.Fragment, null, "value")
33035
+ , !children && React$1.createElement(React$1.Fragment, null, value)
33036
33036
  , children
33037
33037
  )
33038
33038
  )