@secondstaxorg/sscomp 1.9.46 → 1.9.48

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
@@ -24006,8 +24006,6 @@ const InputLabel$4 = styled.div`
24006
24006
  flex-direction: column;
24007
24007
  label{
24008
24008
  color:${theme.colors["primary-900"]};
24009
- font-weight: 500;
24010
- font-family: 'Circular Book Medium', sans-serif;
24011
24009
  }
24012
24010
  span{
24013
24011
  color: ${theme.colors["neutral-600"]};
@@ -31574,7 +31572,7 @@ const FileUpdload = ({label,required,value,onChange,accept,maxFileSize,labelOver
31574
31572
  , React$1.createElement('div', { className: `${selectionState} paragraph2Regular file-name ${consolidateButton && 'consolidated'}`, __self: undefined, __source: {fileName: _jsxFileName$a, lineNumber: 87}}
31575
31573
  , selectedFile ? selectedFile.name : _optionalChain$4([labelOverrides, 'optionalAccess', _9 => _9.noFileSelected]) || 'No file selected'
31576
31574
  , 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')
31575
+ 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
31576
 
31579
31577
  )
31580
31578
  , !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')