diy-template-components 2.0.43 → 2.0.45
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
|
@@ -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
|
},
|
|
@@ -6781,7 +6781,7 @@ function TeamCard({
|
|
|
6781
6781
|
data: data,
|
|
6782
6782
|
sectionIndex: sectionIndex,
|
|
6783
6783
|
fullWidth: fullWidth,
|
|
6784
|
-
isMobile:
|
|
6784
|
+
isMobile: isMobile
|
|
6785
6785
|
});
|
|
6786
6786
|
});
|
|
6787
6787
|
return /*#__PURE__*/React__default["default"].createElement("section", {
|