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.js
CHANGED
|
@@ -6553,7 +6553,7 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6553
6553
|
singleSlideContainer: {
|
|
6554
6554
|
backgroundColor: theme?.palette?.background?.default,
|
|
6555
6555
|
margin: '20px 0',
|
|
6556
|
-
width: 'calc(100% - 24px)',
|
|
6556
|
+
// width: 'calc(100% - 24px)',
|
|
6557
6557
|
borderRadius: theme?.shape?.borderRadius?.large,
|
|
6558
6558
|
boxShadow: theme?.shadows?.primary,
|
|
6559
6559
|
minHeight: '385px'
|
|
@@ -6717,7 +6717,7 @@ const SingleSlide = ({
|
|
|
6717
6717
|
dangerouslySetInnerHTML: {
|
|
6718
6718
|
__html: data.teamSlideYearOfExperience.metadata.value
|
|
6719
6719
|
}
|
|
6720
|
-
})) : null, data?.teamSlideSpecialisation?.metadata?.value ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6720
|
+
}), "\xA0 years of experience") : null, data?.teamSlideSpecialisation?.metadata?.value ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6721
6721
|
className: classes.subHeadingWrapper
|
|
6722
6722
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
6723
6723
|
src: Book
|
|
@@ -9815,13 +9815,13 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
|
9815
9815
|
infoDetails: {
|
|
9816
9816
|
display: 'flex',
|
|
9817
9817
|
flexDirection: 'Column',
|
|
9818
|
-
gap: '
|
|
9818
|
+
gap: '10px',
|
|
9819
9819
|
lineHeight: 'normal'
|
|
9820
9820
|
},
|
|
9821
9821
|
infoContent: {
|
|
9822
9822
|
display: 'flex',
|
|
9823
9823
|
flexDirection: 'Column',
|
|
9824
|
-
gap: '
|
|
9824
|
+
gap: '8px'
|
|
9825
9825
|
},
|
|
9826
9826
|
instHeading: {
|
|
9827
9827
|
color: 'var(--Black, #0A1629)',
|