@secondstaxorg/sscomp 1.9.46 → 1.9.47

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
@@ -31574,7 +31574,7 @@ const FileUpdload = ({label,required,value,onChange,accept,maxFileSize,labelOver
31574
31574
  , React$1.createElement('div', { className: `${selectionState} paragraph2Regular file-name ${consolidateButton && 'consolidated'}`, __self: undefined, __source: {fileName: _jsxFileName$a, lineNumber: 87}}
31575
31575
  , selectedFile ? selectedFile.name : _optionalChain$4([labelOverrides, 'optionalAccess', _9 => _9.noFileSelected]) || 'No file selected'
31576
31576
  , consolidateButton &&
31577
- React$1.createElement('button', { className: "paragraph1Medium", onClick: ()=>{fileInputRef.current.click();}, __self: undefined, __source: {fileName: _jsxFileName$a, lineNumber: 90}}, _optionalChain$4([labelOverrides, 'optionalAccess', _10 => _10.selectFile]) || 'Select File')
31577
+ React$1.createElement('button', { type: "button", className: "paragraph1Medium", onClick: ()=>{fileInputRef.current.click();}, __self: undefined, __source: {fileName: _jsxFileName$a, lineNumber: 90}}, _optionalChain$4([labelOverrides, 'optionalAccess', _10 => _10.selectFile]) || 'Select File')
31578
31578
 
31579
31579
  )
31580
31580
  , !consolidateButton && React$1.createElement(Button$1, { type: "button", variant: "primary", size: "lg", width: "fit-content", onClick: ()=>{fileInputRef.current.click();}, __self: undefined, __source: {fileName: _jsxFileName$a, lineNumber: 93}}, _optionalChain$4([labelOverrides, 'optionalAccess', _11 => _11.selectFile]) || 'Select File')