diy-template-components 2.0.43 → 2.0.44

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.js CHANGED
@@ -6642,7 +6642,7 @@ const useTeamStyles = createUseStyles(theme => {
6642
6642
  },
6643
6643
  singleSlideContainer: {
6644
6644
  padding: '24px',
6645
- width: 'calc(100% - 16px)',
6645
+ // width: 'calc(100% - 16px)',
6646
6646
  margin: '12px 4px',
6647
6647
  minHeight: '260px'
6648
6648
  },
@@ -6678,6 +6678,7 @@ const SingleSlide = ({
6678
6678
  isMobile
6679
6679
  }) => {
6680
6680
  const classes = useTeamStyles();
6681
+ console.log("isMobile", isMobile);
6681
6682
  return /*#__PURE__*/React__default["default"].createElement("div", {
6682
6683
  className: classes.singleSlideContainer,
6683
6684
  style: isMobile ? {
@@ -6781,7 +6782,7 @@ function TeamCard({
6781
6782
  data: data,
6782
6783
  sectionIndex: sectionIndex,
6783
6784
  fullWidth: fullWidth,
6784
- isMobile: true
6785
+ isMobile: isMobile
6785
6786
  });
6786
6787
  });
6787
6788
  return /*#__PURE__*/React__default["default"].createElement("section", {