diy-template-components 2.0.36 → 2.0.38
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/build/index.es.js +17 -8
- package/build/index.es.js.map +1 -1
- package/build/index.js +17 -8
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6592,7 +6592,7 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6592
6592
|
fontSize: '14px',
|
|
6593
6593
|
lineHeight: '18px',
|
|
6594
6594
|
color: theme?.palette?.font?.primary,
|
|
6595
|
-
fontWeight: '
|
|
6595
|
+
fontWeight: '400',
|
|
6596
6596
|
textOverflow: 'ellipsis',
|
|
6597
6597
|
overflow: 'hidden',
|
|
6598
6598
|
display: '-webkit-box',
|
|
@@ -9710,19 +9710,22 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9710
9710
|
alignSelf: 'center',
|
|
9711
9711
|
color: 'var(--Black, #0A1629)',
|
|
9712
9712
|
fontSize: '24px',
|
|
9713
|
-
fontWeight: '400'
|
|
9713
|
+
fontWeight: '400',
|
|
9714
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9714
9715
|
},
|
|
9715
9716
|
metaChild: {
|
|
9716
9717
|
fontSize: '16px',
|
|
9717
9718
|
fontStyle: 'normal',
|
|
9718
|
-
fontWeight: '400'
|
|
9719
|
+
fontWeight: '400',
|
|
9720
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9719
9721
|
},
|
|
9720
9722
|
aboutInstWrapper: {
|
|
9721
9723
|
padding: '64px 128px',
|
|
9722
9724
|
display: 'flex',
|
|
9723
9725
|
justifyContent: 'center',
|
|
9724
9726
|
flexDirection: 'column',
|
|
9725
|
-
background: '#FFF'
|
|
9727
|
+
background: '#FFF',
|
|
9728
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9726
9729
|
},
|
|
9727
9730
|
abtoutInstText: {
|
|
9728
9731
|
color: theme?.palette?.font?.secondary,
|
|
@@ -9785,7 +9788,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9785
9788
|
// gap: '24px'
|
|
9786
9789
|
display: 'flex',
|
|
9787
9790
|
gap: '24px',
|
|
9788
|
-
flex: 1
|
|
9791
|
+
flex: 1,
|
|
9792
|
+
lineHeight: 'normal'
|
|
9789
9793
|
},
|
|
9790
9794
|
card: {
|
|
9791
9795
|
padding: '24px',
|
|
@@ -9803,7 +9807,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9803
9807
|
infoDetails: {
|
|
9804
9808
|
display: 'flex',
|
|
9805
9809
|
flexDirection: 'Column',
|
|
9806
|
-
gap: '4px'
|
|
9810
|
+
gap: '4px',
|
|
9811
|
+
lineHeight: 'normal'
|
|
9807
9812
|
},
|
|
9808
9813
|
infoContent: {
|
|
9809
9814
|
display: 'flex',
|
|
@@ -9822,6 +9827,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9822
9827
|
fontWeight: '600'
|
|
9823
9828
|
},
|
|
9824
9829
|
instAbout: {
|
|
9830
|
+
fontFamily: theme?.typography?.fontFamily,
|
|
9831
|
+
lineHeight: '22px',
|
|
9825
9832
|
fontSize: '14px',
|
|
9826
9833
|
fontStyle: 'normal',
|
|
9827
9834
|
fontWeight: '400',
|
|
@@ -9860,7 +9867,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9860
9867
|
},
|
|
9861
9868
|
cardWrapper: {
|
|
9862
9869
|
flexDirection: 'column',
|
|
9863
|
-
gap: '8px'
|
|
9870
|
+
gap: '8px',
|
|
9871
|
+
lineHeight: 'normal'
|
|
9864
9872
|
},
|
|
9865
9873
|
aboutInstWrapper: {
|
|
9866
9874
|
padding: '16px'
|
|
@@ -9878,7 +9886,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9878
9886
|
padding: '16px'
|
|
9879
9887
|
},
|
|
9880
9888
|
infoDetails: {
|
|
9881
|
-
gap: '8px'
|
|
9889
|
+
gap: '8px',
|
|
9890
|
+
lineHeight: 'normal'
|
|
9882
9891
|
},
|
|
9883
9892
|
metaInfo: {
|
|
9884
9893
|
gap: '8px'
|