@xelto.npm/xc2-lib 1.0.42 → 1.0.43
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.cjs.js +39 -17
- package/dist/index.esm.js +39 -17
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -75188,10 +75188,10 @@ var CustomButton = styled$1(Button$2, {
|
|
|
75188
75188
|
borderRadius: "49px"
|
|
75189
75189
|
},
|
|
75190
75190
|
"@media(min-width: 1024px)": {
|
|
75191
|
-
padding: "
|
|
75192
|
-
fontSize: "
|
|
75193
|
-
lineHeight: "
|
|
75194
|
-
borderRadius: "
|
|
75191
|
+
padding: "34px 30px",
|
|
75192
|
+
fontSize: "32px",
|
|
75193
|
+
lineHeight: "32px",
|
|
75194
|
+
borderRadius: "49px"
|
|
75195
75195
|
}
|
|
75196
75196
|
},
|
|
75197
75197
|
"&.small": {
|
|
@@ -75213,10 +75213,10 @@ var CustomButton = styled$1(Button$2, {
|
|
|
75213
75213
|
borderRadius: "34px"
|
|
75214
75214
|
},
|
|
75215
75215
|
"@media(min-width: 1024px)": {
|
|
75216
|
-
padding: "
|
|
75217
|
-
fontSize: "
|
|
75218
|
-
lineHeight: "
|
|
75219
|
-
borderRadius: "
|
|
75216
|
+
padding: "19px 30px",
|
|
75217
|
+
fontSize: "32px",
|
|
75218
|
+
lineHeight: "32px",
|
|
75219
|
+
borderRadius: "34px"
|
|
75220
75220
|
}
|
|
75221
75221
|
}
|
|
75222
75222
|
};
|
|
@@ -99738,7 +99738,15 @@ var RowCountBar = styled$1('div')({
|
|
|
99738
99738
|
fontSize: 13,
|
|
99739
99739
|
lineHeight: '17px',
|
|
99740
99740
|
justifyContent: 'end',
|
|
99741
|
-
alignItems: 'center'
|
|
99741
|
+
alignItems: 'center',
|
|
99742
|
+
'@media(min-width: 720px)': {
|
|
99743
|
+
fontSize: '16px',
|
|
99744
|
+
lineHeight: '32px'
|
|
99745
|
+
},
|
|
99746
|
+
'@media(min-width: 1024px)': {
|
|
99747
|
+
fontSize: '24px',
|
|
99748
|
+
lineHeight: '43px'
|
|
99749
|
+
}
|
|
99742
99750
|
});
|
|
99743
99751
|
var StyledCustomTable = styled$1(Box$1, {
|
|
99744
99752
|
shouldForwardProp: function shouldForwardProp(prop) {
|
|
@@ -99793,7 +99801,13 @@ var StyledCustomTable = styled$1(Box$1, {
|
|
|
99793
99801
|
}
|
|
99794
99802
|
},
|
|
99795
99803
|
'.search-bar-custom': {
|
|
99796
|
-
width: '100%'
|
|
99804
|
+
width: '100%',
|
|
99805
|
+
'@media(min-width: 720px)': {
|
|
99806
|
+
padding: '8px 0 8px 10px'
|
|
99807
|
+
},
|
|
99808
|
+
'@media(min-width: 1024px)': {
|
|
99809
|
+
padding: '12px 0 12px 10px'
|
|
99810
|
+
}
|
|
99797
99811
|
},
|
|
99798
99812
|
'.MuiTableBody-root': {
|
|
99799
99813
|
'tr td div': {
|
|
@@ -99892,6 +99906,14 @@ var StyledCustomTable = styled$1(Box$1, {
|
|
|
99892
99906
|
fontSize: '16px',
|
|
99893
99907
|
lineHeight: '21px'
|
|
99894
99908
|
},
|
|
99909
|
+
'@media(min-width:720px)': {
|
|
99910
|
+
fontSize: '24px',
|
|
99911
|
+
lineHeight: '32px'
|
|
99912
|
+
},
|
|
99913
|
+
'@media(min-width:1024px)': {
|
|
99914
|
+
fontSize: '32px',
|
|
99915
|
+
lineHeight: '43px'
|
|
99916
|
+
},
|
|
99895
99917
|
'&:first-child': {
|
|
99896
99918
|
borderRadius: '15px 0 0 0',
|
|
99897
99919
|
whiteSpace: noLeftWrap ? 'nowrap!important' : 'normal!important',
|
|
@@ -99956,10 +99978,10 @@ var TableRow = styled$1('tr')(function () {
|
|
|
99956
99978
|
borderWidth: '0 0 1.5px 0',
|
|
99957
99979
|
borderColor: '#DBE0F2',
|
|
99958
99980
|
borderStyle: 'solid',
|
|
99959
|
-
'@media(min-width: 480px)': {
|
|
99960
|
-
|
|
99961
|
-
|
|
99962
|
-
},
|
|
99981
|
+
// '@media(min-width: 480px)': {
|
|
99982
|
+
// padding: '25px 10px',
|
|
99983
|
+
// verticalAlign: 'top',
|
|
99984
|
+
// },
|
|
99963
99985
|
'div.MuiTextField-root': {
|
|
99964
99986
|
borderWidth: '0px',
|
|
99965
99987
|
'input': {
|
|
@@ -100025,8 +100047,7 @@ var TableRow = styled$1('tr')(function () {
|
|
|
100025
100047
|
lineHeight: '25px'
|
|
100026
100048
|
},
|
|
100027
100049
|
'@media(min-width: 1024px)': {
|
|
100028
|
-
|
|
100029
|
-
fontSize: '12px',
|
|
100050
|
+
fontSize: '32px',
|
|
100030
100051
|
lineHeight: '16px'
|
|
100031
100052
|
}
|
|
100032
100053
|
}
|
|
@@ -100058,7 +100079,8 @@ var RenderTextField = /*#__PURE__*/React.memo(function (_ref2) {
|
|
|
100058
100079
|
small: true,
|
|
100059
100080
|
id: id,
|
|
100060
100081
|
style: {
|
|
100061
|
-
display: 'block'
|
|
100082
|
+
display: 'block',
|
|
100083
|
+
width: '100%'
|
|
100062
100084
|
},
|
|
100063
100085
|
onChange: function onChange(e) {
|
|
100064
100086
|
var nextArray = _toConsumableArray(tableData);
|
package/dist/index.esm.js
CHANGED
|
@@ -75168,10 +75168,10 @@ var CustomButton = styled$1(Button$2, {
|
|
|
75168
75168
|
borderRadius: "49px"
|
|
75169
75169
|
},
|
|
75170
75170
|
"@media(min-width: 1024px)": {
|
|
75171
|
-
padding: "
|
|
75172
|
-
fontSize: "
|
|
75173
|
-
lineHeight: "
|
|
75174
|
-
borderRadius: "
|
|
75171
|
+
padding: "34px 30px",
|
|
75172
|
+
fontSize: "32px",
|
|
75173
|
+
lineHeight: "32px",
|
|
75174
|
+
borderRadius: "49px"
|
|
75175
75175
|
}
|
|
75176
75176
|
},
|
|
75177
75177
|
"&.small": {
|
|
@@ -75193,10 +75193,10 @@ var CustomButton = styled$1(Button$2, {
|
|
|
75193
75193
|
borderRadius: "34px"
|
|
75194
75194
|
},
|
|
75195
75195
|
"@media(min-width: 1024px)": {
|
|
75196
|
-
padding: "
|
|
75197
|
-
fontSize: "
|
|
75198
|
-
lineHeight: "
|
|
75199
|
-
borderRadius: "
|
|
75196
|
+
padding: "19px 30px",
|
|
75197
|
+
fontSize: "32px",
|
|
75198
|
+
lineHeight: "32px",
|
|
75199
|
+
borderRadius: "34px"
|
|
75200
75200
|
}
|
|
75201
75201
|
}
|
|
75202
75202
|
};
|
|
@@ -99718,7 +99718,15 @@ var RowCountBar = styled$1('div')({
|
|
|
99718
99718
|
fontSize: 13,
|
|
99719
99719
|
lineHeight: '17px',
|
|
99720
99720
|
justifyContent: 'end',
|
|
99721
|
-
alignItems: 'center'
|
|
99721
|
+
alignItems: 'center',
|
|
99722
|
+
'@media(min-width: 720px)': {
|
|
99723
|
+
fontSize: '16px',
|
|
99724
|
+
lineHeight: '32px'
|
|
99725
|
+
},
|
|
99726
|
+
'@media(min-width: 1024px)': {
|
|
99727
|
+
fontSize: '24px',
|
|
99728
|
+
lineHeight: '43px'
|
|
99729
|
+
}
|
|
99722
99730
|
});
|
|
99723
99731
|
var StyledCustomTable = styled$1(Box$1, {
|
|
99724
99732
|
shouldForwardProp: function shouldForwardProp(prop) {
|
|
@@ -99773,7 +99781,13 @@ var StyledCustomTable = styled$1(Box$1, {
|
|
|
99773
99781
|
}
|
|
99774
99782
|
},
|
|
99775
99783
|
'.search-bar-custom': {
|
|
99776
|
-
width: '100%'
|
|
99784
|
+
width: '100%',
|
|
99785
|
+
'@media(min-width: 720px)': {
|
|
99786
|
+
padding: '8px 0 8px 10px'
|
|
99787
|
+
},
|
|
99788
|
+
'@media(min-width: 1024px)': {
|
|
99789
|
+
padding: '12px 0 12px 10px'
|
|
99790
|
+
}
|
|
99777
99791
|
},
|
|
99778
99792
|
'.MuiTableBody-root': {
|
|
99779
99793
|
'tr td div': {
|
|
@@ -99872,6 +99886,14 @@ var StyledCustomTable = styled$1(Box$1, {
|
|
|
99872
99886
|
fontSize: '16px',
|
|
99873
99887
|
lineHeight: '21px'
|
|
99874
99888
|
},
|
|
99889
|
+
'@media(min-width:720px)': {
|
|
99890
|
+
fontSize: '24px',
|
|
99891
|
+
lineHeight: '32px'
|
|
99892
|
+
},
|
|
99893
|
+
'@media(min-width:1024px)': {
|
|
99894
|
+
fontSize: '32px',
|
|
99895
|
+
lineHeight: '43px'
|
|
99896
|
+
},
|
|
99875
99897
|
'&:first-child': {
|
|
99876
99898
|
borderRadius: '15px 0 0 0',
|
|
99877
99899
|
whiteSpace: noLeftWrap ? 'nowrap!important' : 'normal!important',
|
|
@@ -99936,10 +99958,10 @@ var TableRow = styled$1('tr')(function () {
|
|
|
99936
99958
|
borderWidth: '0 0 1.5px 0',
|
|
99937
99959
|
borderColor: '#DBE0F2',
|
|
99938
99960
|
borderStyle: 'solid',
|
|
99939
|
-
'@media(min-width: 480px)': {
|
|
99940
|
-
|
|
99941
|
-
|
|
99942
|
-
},
|
|
99961
|
+
// '@media(min-width: 480px)': {
|
|
99962
|
+
// padding: '25px 10px',
|
|
99963
|
+
// verticalAlign: 'top',
|
|
99964
|
+
// },
|
|
99943
99965
|
'div.MuiTextField-root': {
|
|
99944
99966
|
borderWidth: '0px',
|
|
99945
99967
|
'input': {
|
|
@@ -100005,8 +100027,7 @@ var TableRow = styled$1('tr')(function () {
|
|
|
100005
100027
|
lineHeight: '25px'
|
|
100006
100028
|
},
|
|
100007
100029
|
'@media(min-width: 1024px)': {
|
|
100008
|
-
|
|
100009
|
-
fontSize: '12px',
|
|
100030
|
+
fontSize: '32px',
|
|
100010
100031
|
lineHeight: '16px'
|
|
100011
100032
|
}
|
|
100012
100033
|
}
|
|
@@ -100038,7 +100059,8 @@ var RenderTextField = /*#__PURE__*/React__default.memo(function (_ref2) {
|
|
|
100038
100059
|
small: true,
|
|
100039
100060
|
id: id,
|
|
100040
100061
|
style: {
|
|
100041
|
-
display: 'block'
|
|
100062
|
+
display: 'block',
|
|
100063
|
+
width: '100%'
|
|
100042
100064
|
},
|
|
100043
100065
|
onChange: function onChange(e) {
|
|
100044
100066
|
var nextArray = _toConsumableArray(tableData);
|