pds-dev-kit-web-test 2.7.131 → 2.7.132
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/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js
CHANGED
|
@@ -112,12 +112,12 @@ function CustomSectionBackgroundMedia(_a) {
|
|
|
112
112
|
}
|
|
113
113
|
if (!(queryContext === null || queryContext === void 0 ? void 0 : queryContext.queryData)) {
|
|
114
114
|
// eslint-disable-next-line
|
|
115
|
-
console.warn('ERROR: No query data found');
|
|
115
|
+
// console.warn('ERROR: No query data found');
|
|
116
116
|
return 'ERROR';
|
|
117
117
|
}
|
|
118
118
|
if (!queryContext.queryData[String(CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA)]) {
|
|
119
119
|
// eslint-disable-next-line
|
|
120
|
-
console.warn(
|
|
120
|
+
// console.warn(`ERROR: ${CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA} NOT found in query data`);/
|
|
121
121
|
return 'ERROR';
|
|
122
122
|
}
|
|
123
123
|
return queryContext.queryData[String(CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA)];
|
|
@@ -98,7 +98,7 @@ function Image(props) {
|
|
|
98
98
|
}
|
|
99
99
|
if (!(queryContext === null || queryContext === void 0 ? void 0 : queryContext.queryData)) {
|
|
100
100
|
// eslint-disable-next-line
|
|
101
|
-
console.warn('ERROR: No query data found');
|
|
101
|
+
// console.warn('ERROR: No query data found');
|
|
102
102
|
return 'ERROR';
|
|
103
103
|
}
|
|
104
104
|
if (!queryContext.queryData[CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA]) {
|