pds-dev-kit-web-test 2.4.21 → 2.4.22

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.
@@ -157,7 +157,7 @@ exports.sampleCustomsection1 = {
157
157
  CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
158
158
  },
159
159
  CB_CONTENT_PROP_TEXT: {
160
- CB_CONTENT_PROP_TEXT_SPEC_TEXT: '{"scrollId": "airpods", "totalImages": 64, "baseURL": "https://www.apple.com/105/media/us/airpods-pro/2022/d2deeb8e-83eb-48ea-9721-f567cf0fffa8/anim/hero/medium", "type": "png", "startShowingImages": 0,"endShowingImages": 1000}'
160
+ CB_CONTENT_PROP_TEXT_SPEC_TEXT: '{"scrollId": "airpods", "totalImages": 64, "baseURL": "https://www.apple.com/105/media/us/airpods-pro/2022/d2deeb8e-83eb-48ea-9721-f567cf0fffa8/anim/hero/medium", "type": "png", "startShowingImages": 0,"endShowingImages": 1000, "bodySelector": ".sc-bdfBQB"}'
161
161
  },
162
162
  CB_CONTENT_PROP_VISIBILITY: {
163
163
  CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
@@ -427,7 +427,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
427
427
  maxWidth: customSectionStyles.maxWidth,
428
428
  minWidth: isMobile ? GLE_MIN_WIDTH_MOBILE_PX : GLE_MIN_WIDTH_DESKTOP_PX,
429
429
  fontSize: "".concat(baseFontSize, "px")
430
- }, onLayoutChange: onLayoutChange, onDragStop: onDragStop, onResizeStop: onResizeStop, onWidthChange: onWidthChange, minNbRow: rows, isDraggable: isEditMode, isResizable: isEditMode }, { children: keepSimilarOrderToPreventRerender(layouts[layoutByDevice]).map(function (each, index) {
430
+ }, onLayoutChange: onLayoutChange, onDragStop: onDragStop, onResizeStop: onResizeStop, onWidthChange: onWidthChange, minNbRow: rows, isDraggable: isEditMode, isResizable: isEditMode, useCSSTransforms: mode === 'EDIT' ? true : false }, { children: keepSimilarOrderToPreventRerender(layouts[layoutByDevice]).map(function (each, index) {
431
431
  var _a;
432
432
  if (each === null) {
433
433
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
@@ -179,7 +179,8 @@ var AirpodsAnimation = function (_a) {
179
179
  };
180
180
  return ((0, jsx_runtime_1.jsxs)("div", __assign({ id: "main", style: {
181
181
  width: '100vw',
182
- position: 'fixed'
182
+ position: 'fixed',
183
+ pointerEvents: 'none'
183
184
  /* height: 500vh; */
184
185
  } }, { children: [(0, jsx_runtime_1.jsx)("h1", __assign({ style: {
185
186
  position: 'fixed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.4.21",
3
+ "version": "2.4.22",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",