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.es.js
CHANGED
|
@@ -6626,7 +6626,7 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6626
6626
|
},
|
|
6627
6627
|
singleSlideContainer: {
|
|
6628
6628
|
padding: '24px',
|
|
6629
|
-
width: 'calc(100% - 16px)',
|
|
6629
|
+
// width: 'calc(100% - 16px)',
|
|
6630
6630
|
margin: '12px 4px',
|
|
6631
6631
|
minHeight: '260px'
|
|
6632
6632
|
},
|
|
@@ -6765,7 +6765,7 @@ function TeamCard({
|
|
|
6765
6765
|
data: data,
|
|
6766
6766
|
sectionIndex: sectionIndex,
|
|
6767
6767
|
fullWidth: fullWidth,
|
|
6768
|
-
isMobile:
|
|
6768
|
+
isMobile: isMobile
|
|
6769
6769
|
});
|
|
6770
6770
|
});
|
|
6771
6771
|
return /*#__PURE__*/React.createElement("section", {
|