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.es.js
CHANGED
|
@@ -6576,7 +6576,7 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6576
6576
|
fontSize: '14px',
|
|
6577
6577
|
lineHeight: '18px',
|
|
6578
6578
|
color: theme?.palette?.font?.primary,
|
|
6579
|
-
fontWeight: '
|
|
6579
|
+
fontWeight: '400',
|
|
6580
6580
|
textOverflow: 'ellipsis',
|
|
6581
6581
|
overflow: 'hidden',
|
|
6582
6582
|
display: '-webkit-box',
|
|
@@ -9694,19 +9694,22 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9694
9694
|
alignSelf: 'center',
|
|
9695
9695
|
color: 'var(--Black, #0A1629)',
|
|
9696
9696
|
fontSize: '24px',
|
|
9697
|
-
fontWeight: '400'
|
|
9697
|
+
fontWeight: '400',
|
|
9698
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9698
9699
|
},
|
|
9699
9700
|
metaChild: {
|
|
9700
9701
|
fontSize: '16px',
|
|
9701
9702
|
fontStyle: 'normal',
|
|
9702
|
-
fontWeight: '400'
|
|
9703
|
+
fontWeight: '400',
|
|
9704
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9703
9705
|
},
|
|
9704
9706
|
aboutInstWrapper: {
|
|
9705
9707
|
padding: '64px 128px',
|
|
9706
9708
|
display: 'flex',
|
|
9707
9709
|
justifyContent: 'center',
|
|
9708
9710
|
flexDirection: 'column',
|
|
9709
|
-
background: '#FFF'
|
|
9711
|
+
background: '#FFF',
|
|
9712
|
+
fontFamily: theme?.typography?.fontFamily
|
|
9710
9713
|
},
|
|
9711
9714
|
abtoutInstText: {
|
|
9712
9715
|
color: theme?.palette?.font?.secondary,
|
|
@@ -9769,7 +9772,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9769
9772
|
// gap: '24px'
|
|
9770
9773
|
display: 'flex',
|
|
9771
9774
|
gap: '24px',
|
|
9772
|
-
flex: 1
|
|
9775
|
+
flex: 1,
|
|
9776
|
+
lineHeight: 'normal'
|
|
9773
9777
|
},
|
|
9774
9778
|
card: {
|
|
9775
9779
|
padding: '24px',
|
|
@@ -9787,7 +9791,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9787
9791
|
infoDetails: {
|
|
9788
9792
|
display: 'flex',
|
|
9789
9793
|
flexDirection: 'Column',
|
|
9790
|
-
gap: '4px'
|
|
9794
|
+
gap: '4px',
|
|
9795
|
+
lineHeight: 'normal'
|
|
9791
9796
|
},
|
|
9792
9797
|
infoContent: {
|
|
9793
9798
|
display: 'flex',
|
|
@@ -9806,6 +9811,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9806
9811
|
fontWeight: '600'
|
|
9807
9812
|
},
|
|
9808
9813
|
instAbout: {
|
|
9814
|
+
fontFamily: theme?.typography?.fontFamily,
|
|
9815
|
+
lineHeight: '22px',
|
|
9809
9816
|
fontSize: '14px',
|
|
9810
9817
|
fontStyle: 'normal',
|
|
9811
9818
|
fontWeight: '400',
|
|
@@ -9844,7 +9851,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9844
9851
|
},
|
|
9845
9852
|
cardWrapper: {
|
|
9846
9853
|
flexDirection: 'column',
|
|
9847
|
-
gap: '8px'
|
|
9854
|
+
gap: '8px',
|
|
9855
|
+
lineHeight: 'normal'
|
|
9848
9856
|
},
|
|
9849
9857
|
aboutInstWrapper: {
|
|
9850
9858
|
padding: '16px'
|
|
@@ -9862,7 +9870,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9862
9870
|
padding: '16px'
|
|
9863
9871
|
},
|
|
9864
9872
|
infoDetails: {
|
|
9865
|
-
gap: '8px'
|
|
9873
|
+
gap: '8px',
|
|
9874
|
+
lineHeight: 'normal'
|
|
9866
9875
|
},
|
|
9867
9876
|
metaInfo: {
|
|
9868
9877
|
gap: '8px'
|