pds-dev-kit-web-test 2.5.640 → 2.5.641
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.
@@ -128,7 +128,6 @@ function ContentsList(props) {
|
|
128
128
|
return null;
|
129
129
|
}
|
130
130
|
};
|
131
|
-
console.log('overlayStyle', overlayStyle);
|
132
131
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [Object.entries(componentGroups).map(function (_a) {
|
133
132
|
var position = _a[0], groupComponents = _a[1];
|
134
133
|
return ((0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-contentslist-button-group", ref: function (el) {
|
@@ -152,10 +151,11 @@ function ContentsList(props) {
|
|
152
151
|
limit: CB_CONTENT_PROP_CONTENTSLIST_SPEC_ITEMCOUNTS,
|
153
152
|
queryData: queryData,
|
154
153
|
compositions: compositions
|
155
|
-
}).slice(startIndex, endIndex), (0, jsx_runtime_1.jsx)(
|
154
|
+
}).slice(startIndex, endIndex), (0, jsx_runtime_1.jsx)(S_Overlay, { style: overlayStyle })] })) })) })) }))] }));
|
156
155
|
}
|
157
|
-
var
|
158
|
-
var
|
156
|
+
var S_Overlay = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n"], ["\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n"])));
|
157
|
+
var S_ContentsListLayout = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 100%;\n margin: 0 auto;\n position: relative;\n width: 100%;\n"], ["\n height: 100%;\n margin: 0 auto;\n position: relative;\n width: 100%;\n"])));
|
158
|
+
var S_ContentsListWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n bottom: ", ";\n display: grid;\n left: ", ";\n position: absolute;\n right: ", ";\n top: ", ";\n\n ", ";\n ", ";\n"], ["\n bottom: ", ";\n display: grid;\n left: ", ";\n position: absolute;\n right: ", ";\n top: ", ";\n\n ", ";\n ", ";\n"])), function (_a) {
|
159
159
|
var ccbInset = _a.ccbInset;
|
160
160
|
return ccbInset.bottom;
|
161
161
|
}, function (_a) {
|
@@ -221,4 +221,4 @@ function getCompositionMinValue(composition, device) {
|
|
221
221
|
}
|
222
222
|
}
|
223
223
|
exports.default = ContentsList;
|
224
|
-
var templateObject_1, templateObject_2;
|
224
|
+
var templateObject_1, templateObject_2, templateObject_3;
|