diy-template-components 0.2.28 → 0.2.30
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 +3 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -1534,6 +1534,7 @@ function Footer({
|
|
|
1534
1534
|
}) {
|
|
1535
1535
|
const theme = useTheme();
|
|
1536
1536
|
const classes = useSectionStyles$9();
|
|
1537
|
+
console.log(data, 'this is data');
|
|
1537
1538
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
1538
1539
|
className: data.metadata.isCpBranding ? `${classes.section}` : `${classes.section} ${classes.sectionNoBranding}`
|
|
1539
1540
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -6618,10 +6619,11 @@ const useWebinarPromotionPage = createUseStyles(theme => {
|
|
|
6618
6619
|
},
|
|
6619
6620
|
courseViewContainer: {
|
|
6620
6621
|
width: '645px',
|
|
6622
|
+
height: 'fit-content',
|
|
6621
6623
|
backgroundColor: '#f4f9ff',
|
|
6622
6624
|
display: 'flex',
|
|
6623
6625
|
flexDirection: 'column',
|
|
6624
|
-
justifyContent: '
|
|
6626
|
+
justifyContent: 'start',
|
|
6625
6627
|
paddingTop: '20px',
|
|
6626
6628
|
borderRadius: '10px'
|
|
6627
6629
|
},
|