pds-dev-kit-web-test 2.7.236 → 2.7.237
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/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/elementPositions.js +5 -5
- package/package.json +1 -1
|
@@ -138,7 +138,6 @@ function SlideBanner(props) {
|
|
|
138
138
|
.map(function (item) {
|
|
139
139
|
return compositions.find(function (comp) { return comp.ccbManualItemUuid === item.uuid; });
|
|
140
140
|
});
|
|
141
|
-
console.log(componentGroups);
|
|
142
141
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [Object.entries(componentGroups).map(function (_a) {
|
|
143
142
|
var position = _a[0], groupComponents = _a[1];
|
|
144
143
|
return ((0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-slidebanner-button-group ccb-elements", ref: function (el) {
|
|
@@ -581,15 +581,15 @@ exports.POS_INSET = {
|
|
|
581
581
|
SMALL: { top: GAP, right: GAP }
|
|
582
582
|
},
|
|
583
583
|
INSET4: {
|
|
584
|
-
LARGE: { top: GAP, right: GAP },
|
|
585
|
-
MEDIUM: { top: GAP, right: GAP },
|
|
586
|
-
SMALL: { top: GAP, right: GAP }
|
|
587
|
-
},
|
|
588
|
-
INSET5: {
|
|
589
584
|
LARGE: { top: '50%', right: GAP, transform: 'translateY(-50%)' },
|
|
590
585
|
MEDIUM: { top: '50%', right: GAP, transform: 'translateY(-50%)' },
|
|
591
586
|
SMALL: { top: '50%', right: GAP, transform: 'translateY(-50%)' }
|
|
592
587
|
},
|
|
588
|
+
INSET5: {
|
|
589
|
+
LARGE: { bottom: GAP, right: GAP },
|
|
590
|
+
MEDIUM: { bottom: GAP, right: GAP },
|
|
591
|
+
SMALL: { bottom: GAP, right: GAP }
|
|
592
|
+
},
|
|
593
593
|
INSET6: {
|
|
594
594
|
LARGE: { bottom: GAP, left: '50%', transform: 'translateX(-50%)' },
|
|
595
595
|
MEDIUM: { bottom: GAP, left: '50%', transform: 'translateX(-50%)' },
|