@secondstaxorg/sscomp 1.8.63 → 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}})
@@ -25447,10 +25447,10 @@ const Table = styled.table`
25447
25447
  }
25448
25448
  thead th, thead div{
25449
25449
  color: ${theme.colors.white};
25450
- font-size: 16px;
25450
+ /*font-size: 16px;
25451
25451
  font-weight: 500;
25452
25452
  line-height: 19px;
25453
- font-family: Circular Book Medium, sans-serif;
25453
+ font-family: Circular Book Medium, sans-serif;*/
25454
25454
  }
25455
25455
  tbody tr{
25456
25456
  background: ${theme.colors.white};
@@ -25546,7 +25546,7 @@ const TablePrimary = (props) => {
25546
25546
  , React$1.createElement(TableContainer$1, {__self: undefined, __source: {fileName: _jsxFileName$b, lineNumber: 48}}
25547
25547
  , React$1.createElement(Table, {__self: undefined, __source: {fileName: _jsxFileName$b, lineNumber: 49}}
25548
25548
  , React$1.createElement('thead', {__self: undefined, __source: {fileName: _jsxFileName$b, lineNumber: 50}}
25549
- , React$1.createElement('tr', { className: "rounded-row", __self: undefined, __source: {fileName: _jsxFileName$b, lineNumber: 51}}
25549
+ , React$1.createElement('tr', { className: "rounded-row paragraph2Medium" , __self: undefined, __source: {fileName: _jsxFileName$b, lineNumber: 51}}
25550
25550
  , thead.map((item,index) => (
25551
25551
  React$1.createElement('th', { key: index, onClick: ()=>{
25552
25552
  sortByColumn(item.dataKey);
@@ -25554,7 +25554,7 @@ const TablePrimary = (props) => {
25554
25554
  ))
25555
25555
  )
25556
25556
  )
25557
- , React$1.createElement('tbody', { className: "rounded-row", __self: undefined, __source: {fileName: _jsxFileName$b, lineNumber: 59}}
25557
+ , React$1.createElement('tbody', { className: "rounded-row paragraph2Regular" , __self: undefined, __source: {fileName: _jsxFileName$b, lineNumber: 59}}
25558
25558
  , children
25559
25559
  , !children && tbodyItems && tbodyItems.map((item,index) => (
25560
25560
  React$1.createElement('tr', { key: index, className: clickedRow && 'clickable', onClick: ()=>{