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 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(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
- }), "\xA0 years of experience") : null, data?.teamSlideSpecialisation?.metadata?.value ? /*#__PURE__*/React.createElement("div", {
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