@secondstaxorg/sscomp 1.8.64 → 1.8.65

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
@@ -22278,7 +22278,7 @@ const TextField = (props) => {
22278
22278
  )
22279
22279
 
22280
22280
  , React$1.createElement(InputContainer$3, { className: `${borderColor} ${disabled ? 'disabled' : ''}`, style: {width:width ? width : '100%',border:disabled ? `1px solid ${theme.colors["neutral-100"]}` : ''}, __self: undefined, __source: {fileName: _jsxFileName$v, lineNumber: 55}}
22281
- , React$1.createElement(InputField$2, { ref: textFieldRef, onBlur: validate, onInvalid: validate, value: inputVal, onChange: (e)=>{
22281
+ , React$1.createElement(InputField$2, { className: "paragraph2Book", ref: textFieldRef, onBlur: validate, onInvalid: validate, value: inputVal, onChange: (e)=>{
22282
22282
  if (readonly) return
22283
22283
  setInputVal(e.target.value);
22284
22284
  }, ...props, __self: undefined, __source: {fileName: _jsxFileName$v, lineNumber: 56}})