pds-dev-kit-web-test 2.5.637 → 2.5.639
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.
@@ -33,6 +33,7 @@ function CustomSectionBackground(_a) {
|
|
33
33
|
var data = jsonProperties.data;
|
34
34
|
var CB_STYLE_PROP_BGOVERLAY = data.CB_STYLE_PROP_BGOVERLAY, CB_STYLE_PROP_BGMEDIA = data.CB_STYLE_PROP_BGMEDIA;
|
35
35
|
var _c = (0, util_1.parseJsonProperties)(data, isMobile ? 'MOBILE' : 'DESKTOP'), style = _c.style, overlayStyle = _c.overlayStyle, effect = _c.effect;
|
36
|
+
console.log('DATA FROM CUSTOM SECTION BG:', data);
|
36
37
|
var isOverlay = getIsOverlay(isMobile, CB_STYLE_PROP_BGOVERLAY);
|
37
38
|
var isBgMedia = getIsBgMedia(isMobile, CB_STYLE_PROP_BGMEDIA);
|
38
39
|
var mediaType = getMediaType(isMobile, CB_STYLE_PROP_BGMEDIA);
|