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.es.js
CHANGED
|
@@ -1519,6 +1519,7 @@ function Footer({
|
|
|
1519
1519
|
}) {
|
|
1520
1520
|
const theme = useTheme();
|
|
1521
1521
|
const classes = useSectionStyles$9();
|
|
1522
|
+
console.log(data, 'this is data');
|
|
1522
1523
|
return /*#__PURE__*/React.createElement("footer", {
|
|
1523
1524
|
className: data.metadata.isCpBranding ? `${classes.section}` : `${classes.section} ${classes.sectionNoBranding}`
|
|
1524
1525
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -6603,10 +6604,11 @@ const useWebinarPromotionPage = createUseStyles(theme => {
|
|
|
6603
6604
|
},
|
|
6604
6605
|
courseViewContainer: {
|
|
6605
6606
|
width: '645px',
|
|
6607
|
+
height: 'fit-content',
|
|
6606
6608
|
backgroundColor: '#f4f9ff',
|
|
6607
6609
|
display: 'flex',
|
|
6608
6610
|
flexDirection: 'column',
|
|
6609
|
-
justifyContent: '
|
|
6611
|
+
justifyContent: 'start',
|
|
6610
6612
|
paddingTop: '20px',
|
|
6611
6613
|
borderRadius: '10px'
|
|
6612
6614
|
},
|