diy-template-components 2.0.40 → 2.0.41
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 +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- 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
|
-
|
|
6556
|
+
width: 'calc(25% - 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
|
-
})
|
|
6720
|
+
})) : 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
|