pds-dev-kit-web-test 2.7.150 → 2.7.152
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.
|
@@ -136,6 +136,8 @@ function ContentsCarousel(props) {
|
|
|
136
136
|
.map(function (item) {
|
|
137
137
|
return compositions.find(function (comp) { return comp.ccbManualItemUuid === item.uuid; });
|
|
138
138
|
});
|
|
139
|
+
console.log('manualItems', CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_MANUALITEMS);
|
|
140
|
+
console.log('compositons', compositions);
|
|
139
141
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [Object.entries(componentGroups).map(function (_a) {
|
|
140
142
|
var position = _a[0], groupComponents = _a[1];
|
|
141
143
|
return ((0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-contentscarousel-button-group ccb-elements", ref: function (el) {
|