diy-template-components 2.0.39 → 2.0.40
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 +4 -4
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -6537,7 +6537,7 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6537
6537
|
singleSlideContainer: {
|
|
6538
6538
|
backgroundColor: theme?.palette?.background?.default,
|
|
6539
6539
|
margin: '20px 0',
|
|
6540
|
-
width: 'calc(100% - 24px)',
|
|
6540
|
+
// width: 'calc(100% - 24px)',
|
|
6541
6541
|
borderRadius: theme?.shape?.borderRadius?.large,
|
|
6542
6542
|
boxShadow: theme?.shadows?.primary,
|
|
6543
6543
|
minHeight: '385px'
|
|
@@ -6701,7 +6701,7 @@ const SingleSlide = ({
|
|
|
6701
6701
|
dangerouslySetInnerHTML: {
|
|
6702
6702
|
__html: data.teamSlideYearOfExperience.metadata.value
|
|
6703
6703
|
}
|
|
6704
|
-
})) : null, data?.teamSlideSpecialisation?.metadata?.value ? /*#__PURE__*/React.createElement("div", {
|
|
6704
|
+
}), "\xA0 years of experience") : null, data?.teamSlideSpecialisation?.metadata?.value ? /*#__PURE__*/React.createElement("div", {
|
|
6705
6705
|
className: classes.subHeadingWrapper
|
|
6706
6706
|
}, /*#__PURE__*/React.createElement("img", {
|
|
6707
6707
|
src: Book
|
|
@@ -9799,13 +9799,13 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9799
9799
|
infoDetails: {
|
|
9800
9800
|
display: 'flex',
|
|
9801
9801
|
flexDirection: 'Column',
|
|
9802
|
-
gap: '
|
|
9802
|
+
gap: '10px',
|
|
9803
9803
|
lineHeight: 'normal'
|
|
9804
9804
|
},
|
|
9805
9805
|
infoContent: {
|
|
9806
9806
|
display: 'flex',
|
|
9807
9807
|
flexDirection: 'Column',
|
|
9808
|
-
gap: '
|
|
9808
|
+
gap: '8px'
|
|
9809
9809
|
},
|
|
9810
9810
|
instHeading: {
|
|
9811
9811
|
color: 'var(--Black, #0A1629)',
|