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.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
|
-
|
|
6540
|
+
width: 'calc(25% - 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
|
-
})
|
|
6704
|
+
})) : null, data?.teamSlideSpecialisation?.metadata?.value ? /*#__PURE__*/React.createElement("div", {
|
|
6705
6705
|
className: classes.subHeadingWrapper
|
|
6706
6706
|
}, /*#__PURE__*/React.createElement("img", {
|
|
6707
6707
|
src: Book
|