@secondstaxorg/sscomp 2.0.32 → 2.0.33
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.es.js +111 -88
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +115 -92
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +111 -88
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20671,105 +20671,128 @@ const LoadingShimmer = (props) => {
|
|
|
20671
20671
|
};
|
|
20672
20672
|
|
|
20673
20673
|
const TableContainer$7 = styled.div`
|
|
20674
|
-
|
|
20674
|
+
overflow-x: auto;
|
|
20675
20675
|
`;
|
|
20676
20676
|
|
|
20677
20677
|
const Table$7 = styled.table`
|
|
20678
|
-
|
|
20679
|
-
|
|
20680
|
-
|
|
20681
|
-
|
|
20682
|
-
|
|
20683
|
-
|
|
20684
|
-
|
|
20685
|
-
|
|
20686
|
-
|
|
20687
|
-
|
|
20688
|
-
|
|
20689
|
-
|
|
20690
|
-
|
|
20691
|
-
|
|
20692
|
-
|
|
20693
|
-
|
|
20694
|
-
|
|
20695
|
-
|
|
20696
|
-
|
|
20697
|
-
|
|
20698
|
-
|
|
20699
|
-
|
|
20700
|
-
|
|
20701
|
-
|
|
20702
|
-
|
|
20703
|
-
|
|
20704
|
-
|
|
20705
|
-
|
|
20706
|
-
|
|
20707
|
-
|
|
20708
|
-
|
|
20709
|
-
|
|
20710
|
-
|
|
20711
|
-
|
|
20712
|
-
|
|
20713
|
-
|
|
20714
|
-
|
|
20715
|
-
|
|
20716
|
-
|
|
20717
|
-
|
|
20718
|
-
|
|
20719
|
-
|
|
20720
|
-
|
|
20721
|
-
|
|
20722
|
-
|
|
20723
|
-
|
|
20724
|
-
|
|
20725
|
-
|
|
20726
|
-
|
|
20727
|
-
|
|
20728
|
-
|
|
20729
|
-
|
|
20730
|
-
|
|
20731
|
-
|
|
20732
|
-
|
|
20733
|
-
|
|
20734
|
-
|
|
20735
|
-
|
|
20736
|
-
|
|
20737
|
-
|
|
20738
|
-
|
|
20739
|
-
|
|
20740
|
-
|
|
20741
|
-
|
|
20742
|
-
|
|
20743
|
-
|
|
20744
|
-
|
|
20745
|
-
|
|
20746
|
-
|
|
20747
|
-
|
|
20678
|
+
width: 100%;
|
|
20679
|
+
border-collapse: separate;
|
|
20680
|
+
border-spacing: 0 8px;
|
|
20681
|
+
text-align: left;
|
|
20682
|
+
|
|
20683
|
+
.rounded-row td:first-child, .rounded-row th:first-child {
|
|
20684
|
+
border-top-left-radius: 8px;
|
|
20685
|
+
border-bottom-left-radius: 8px;
|
|
20686
|
+
}
|
|
20687
|
+
|
|
20688
|
+
.rounded-row td:last-child, .rounded-row th:last-child {
|
|
20689
|
+
border-top-right-radius: 8px;
|
|
20690
|
+
border-bottom-right-radius: 8px;
|
|
20691
|
+
}
|
|
20692
|
+
|
|
20693
|
+
thead tr {
|
|
20694
|
+
background: ${theme.colors["neutral-900"]};
|
|
20695
|
+
height: 57px;
|
|
20696
|
+
}
|
|
20697
|
+
|
|
20698
|
+
thead th {
|
|
20699
|
+
padding: 11px 16px;
|
|
20700
|
+
}
|
|
20701
|
+
|
|
20702
|
+
thead th, thead div {
|
|
20703
|
+
color: ${theme.colors.white};
|
|
20704
|
+
font-size: 16px;
|
|
20705
|
+
font-weight: 500;
|
|
20706
|
+
line-height: 19px;
|
|
20707
|
+
font-family: Circular Book Medium, sans-serif;
|
|
20708
|
+
}
|
|
20709
|
+
|
|
20710
|
+
tbody tr {
|
|
20711
|
+
background: ${theme.colors.white};
|
|
20712
|
+
cursor: pointer;
|
|
20713
|
+
}
|
|
20714
|
+
|
|
20715
|
+
tbody td {
|
|
20716
|
+
padding: 16px;
|
|
20717
|
+
color: ${theme.colors["neutral-900"]};
|
|
20718
|
+
font-size: 16px;
|
|
20719
|
+
font-weight: 400;
|
|
20720
|
+
line-height: 19px;
|
|
20721
|
+
}
|
|
20722
|
+
|
|
20723
|
+
tbody td div {
|
|
20724
|
+
display: flex;
|
|
20725
|
+
align-items: center;
|
|
20726
|
+
}
|
|
20727
|
+
|
|
20728
|
+
tbody td div.provider {
|
|
20729
|
+
display: flex;
|
|
20730
|
+
align-items: center;
|
|
20731
|
+
gap: 16px;
|
|
20732
|
+
}
|
|
20733
|
+
|
|
20734
|
+
tbody td div.provider p{
|
|
20735
|
+
text-wrap: nowrap;
|
|
20736
|
+
}
|
|
20737
|
+
|
|
20738
|
+
tbody td div.provider img {
|
|
20739
|
+
width: 28px;
|
|
20740
|
+
height: 28px;
|
|
20741
|
+
border-radius: 8px;
|
|
20742
|
+
}
|
|
20743
|
+
|
|
20744
|
+
tbody td div.provider .provider-logo-placeholder {
|
|
20745
|
+
width: 28px;
|
|
20746
|
+
height: 28px;
|
|
20747
|
+
background: ${theme.colors["neutral-100"]};
|
|
20748
|
+
border-radius: 8px;
|
|
20749
|
+
}
|
|
20750
|
+
|
|
20751
|
+
tbody td div.txn-date {
|
|
20752
|
+
display: flex;
|
|
20753
|
+
align-items: center;
|
|
20754
|
+
justify-content: space-between;
|
|
20755
|
+
}
|
|
20756
|
+
|
|
20757
|
+
tbody td div.txn-date p{
|
|
20758
|
+
text-wrap: nowrap;
|
|
20759
|
+
}
|
|
20760
|
+
|
|
20761
|
+
tbody td .txn-amt {
|
|
20762
|
+
gap: 10px;
|
|
20763
|
+
}
|
|
20764
|
+
|
|
20765
|
+
tbody td span.amt {
|
|
20766
|
+
display: flex;
|
|
20767
|
+
gap: 4px;
|
|
20768
|
+
align-items: center;
|
|
20769
|
+
}
|
|
20748
20770
|
`;
|
|
20749
20771
|
|
|
20750
20772
|
const NothingContainer$5 = styled.div`
|
|
20751
|
-
|
|
20752
|
-
|
|
20753
|
-
|
|
20754
|
-
|
|
20755
|
-
|
|
20756
|
-
|
|
20757
|
-
|
|
20773
|
+
display: flex;
|
|
20774
|
+
justify-content: center;
|
|
20775
|
+
align-items: center;
|
|
20776
|
+
width: 100%;
|
|
20777
|
+
height: 581px;
|
|
20778
|
+
background: ${theme.colors.white};
|
|
20779
|
+
border-radius: 8px;
|
|
20758
20780
|
`;
|
|
20759
20781
|
|
|
20760
20782
|
const NothingContent$5 = styled.div`
|
|
20761
|
-
|
|
20762
|
-
|
|
20763
|
-
|
|
20764
|
-
|
|
20765
|
-
|
|
20766
|
-
|
|
20767
|
-
|
|
20768
|
-
|
|
20769
|
-
|
|
20770
|
-
|
|
20771
|
-
|
|
20772
|
-
|
|
20783
|
+
display: flex;
|
|
20784
|
+
align-items: center;
|
|
20785
|
+
flex-direction: column;
|
|
20786
|
+
gap: 20px;
|
|
20787
|
+
width: 333px;
|
|
20788
|
+
text-align: center;
|
|
20789
|
+
|
|
20790
|
+
p {
|
|
20791
|
+
font-size: 16px;
|
|
20792
|
+
font-weight: 400;
|
|
20793
|
+
line-height: 19px;
|
|
20794
|
+
margin: 0;
|
|
20795
|
+
}
|
|
20773
20796
|
`;
|
|
20774
20797
|
|
|
20775
20798
|
function moneyfy$2(number, currency){
|
|
@@ -20873,7 +20896,7 @@ const LPRequestTable = (props) => {
|
|
|
20873
20896
|
, React$1.createElement('td', {__self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 95}}
|
|
20874
20897
|
, React$1.createElement('div', { className: "provider", __self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 96}}
|
|
20875
20898
|
, transaction.providerLogo ? React$1.createElement('img', { src: transaction.providerLogo, alt: "provider logo" , __self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 97}}) : React$1.createElement('div', { className: "provider-logo-placeholder", __self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 97}})
|
|
20876
|
-
, transaction.providerName
|
|
20899
|
+
, React$1.createElement('p', {__self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 98}}, transaction.providerName)
|
|
20877
20900
|
)
|
|
20878
20901
|
)
|
|
20879
20902
|
, showBroker && React$1.createElement('td', {__self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 101}}
|
|
@@ -20911,7 +20934,7 @@ const LPRequestTable = (props) => {
|
|
|
20911
20934
|
)
|
|
20912
20935
|
, React$1.createElement('td', {__self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 134}}
|
|
20913
20936
|
, React$1.createElement('div', { className: "txn-date", __self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 135}}
|
|
20914
|
-
, transaction.date
|
|
20937
|
+
, React$1.createElement('p', {__self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 136}}, transaction.date)
|
|
20915
20938
|
, showDetailsArrow &&
|
|
20916
20939
|
React$1.createElement('svg', { width: "16", height: "16", viewBox: "0 0 16 16" , fill: "none", xmlns: "http://www.w3.org/2000/svg", __self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 138}}
|
|
20917
20940
|
, React$1.createElement('path', { d: "M10.3592 7.52685L6.58584 3.76019C6.52387 3.6977 6.45013 3.64811 6.36889 3.61426C6.28765 3.58041 6.20052 3.56299 6.11251 3.56299C6.0245 3.56299 5.93736 3.58041 5.85612 3.61426C5.77488 3.64811 5.70115 3.6977 5.63917 3.76019C5.51501 3.8851 5.44531 4.05406 5.44531 4.23019C5.44531 4.40631 5.51501 4.57528 5.63917 4.70019L8.93917 8.03352L5.63917 11.3335C5.51501 11.4584 5.44531 11.6274 5.44531 11.8035C5.44531 11.9796 5.51501 12.1486 5.63917 12.2735C5.70092 12.3365 5.77455 12.3866 5.8558 12.421C5.93705 12.4553 6.0243 12.4732 6.11251 12.4735C6.20071 12.4732 6.28797 12.4553 6.36922 12.421C6.45047 12.3866 6.5241 12.3365 6.58584 12.2735L10.3592 8.50685C10.4268 8.44443 10.4808 8.36866 10.5178 8.28432C10.5547 8.19999 10.5738 8.10892 10.5738 8.01685C10.5738 7.92479 10.5547 7.83372 10.5178 7.74938C10.4808 7.66505 10.4268 7.58928 10.3592 7.52685Z" , fill: "#A4BBDD", __self: undefined, __source: {fileName: _jsxFileName$Y, lineNumber: 139}})
|