pds-dev-kit-web-test 2.7.241 → 2.7.242

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.
@@ -147,7 +147,7 @@ function SlideBanner(props) {
147
147
  else {
148
148
  delete positionRefs.current[position];
149
149
  }
150
- }, style: __assign(__assign({}, getPositionStyle(position, ccbInset, 'GROUP', 'GROUP', 'GROUP')), { zIndex: 3 }) }, { children: (0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-slidebanner-button-layout-box", style: getComponentGroupLayout(groupComponents, position) }, { children: groupComponents.map(function (component) {
150
+ }, style: __assign(__assign({}, getPositionStyle(position, ccbInset, 'GROUP', 'GROUP', 'GROUP')), { zIndex: 3, position: 'absolute' }) }, { children: (0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-slidebanner-button-layout-box", style: getComponentGroupLayout(groupComponents, position) }, { children: groupComponents.map(function (component) {
151
151
  return renderElements(component,
152
152
  // getPosition(position, component.designType, component.size, component.type)
153
153
  getPositionStyle(position, ccbInset, component.designType, component.size, component.type));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.241",
3
+ "version": "2.7.242",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -24,8 +24,9 @@
24
24
  "i18next-intervalplural-postprocessor": "^3.0.0",
25
25
  "lottie-react": "^2.3.1",
26
26
  "nuka-carousel": "^4.8.4",
27
- "publ-echo-test": "^0.0.342",
27
+ "pds-dev-kit-web-test": "^2.7.241",
28
28
  "publ-echo": "^0.0.120",
29
+ "publ-echo-test": "^0.0.342",
29
30
  "react-hook-form": "^7.28.1",
30
31
  "react-i18next": "^11.12.0",
31
32
  "react-router-dom": "^5.2.0",