diy-template-components 2.0.76 → 2.0.77
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
|
@@ -1569,7 +1569,7 @@ function DesktopHeader({
|
|
|
1569
1569
|
moreContent: moreContentFn(),
|
|
1570
1570
|
isTutorWebsite: isTutorWebsite,
|
|
1571
1571
|
onDownloadAppTriggered: onDownloadAppTriggered
|
|
1572
|
-
}),
|
|
1572
|
+
}), OfferDetailsJSX())) : /*#__PURE__*/React.createElement("div", {
|
|
1573
1573
|
style: {
|
|
1574
1574
|
paddingTop: '30px'
|
|
1575
1575
|
}
|
|
@@ -1842,7 +1842,7 @@ function MobileHeader({
|
|
|
1842
1842
|
style: {
|
|
1843
1843
|
paddingTop: '30px'
|
|
1844
1844
|
}
|
|
1845
|
-
})),
|
|
1845
|
+
})), /*#__PURE__*/React.createElement(BottomSheetJSX, null));
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
1848
|
function Header({
|