pds-dev-kit-web-test 2.5.664 → 2.5.666

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.
@@ -195,7 +195,7 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
195
195
  })();
196
196
  return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(dynamicLayoutContext_1.dynamicLayoutContext.Provider, __assign({ value: {
197
197
  device: device
198
- } }, { children: (0, jsx_runtime_1.jsx)(gleStyles_1.S_gleStyles, __assign({ style: __assign(__assign({ width: '100%', height: '100%' }, shadowStyles.style), borderStyles.style) }, { children: (0, jsx_runtime_1.jsx)(S_COMPOSITIONWrapper, __assign({ ref: gleRef, "x-dlayout-section-type": "NO_NAME", onClick: onClickSection, style: {
198
+ } }, { children: (0, jsx_runtime_1.jsx)(gleStyles_1.S_gleStyles, __assign({ style: __assign(__assign(__assign({ width: '100%', height: '100%' }, shadowStyles.style), borderStyles.style), { overflow: 'hidden' }) }, { children: (0, jsx_runtime_1.jsx)(S_COMPOSITIONWrapper, __assign({ ref: gleRef, "x-dlayout-section-type": "NO_NAME", onClick: onClickSection, style: {
199
199
  width: '100%',
200
200
  height: '100%'
201
201
  } }, { children: (0, jsx_runtime_1.jsx)(CompositionBackground_1.default, __assign({}, props, { isMobile: isMobile, overrideStyles: {
@@ -180,7 +180,7 @@ function getMediaType(isMobile, specs) {
180
180
  var S_CustomBackgroundWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n bottom: 0;\n display: flex;\n justify-content: center;\n left: 0;\n overflow: hidden;\n position: absolute;\n right: 0;\n top: 0;\n z-index: -2;\n"], ["\n align-items: center;\n bottom: 0;\n display: flex;\n justify-content: center;\n left: 0;\n overflow: hidden;\n position: absolute;\n right: 0;\n top: 0;\n z-index: -2;\n"])));
181
181
  var S_Overlay = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __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"])));
182
182
  var S_ContentsListLayout = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __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"])));
183
- var S_ContentsListWrapper = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n bottom: ", ";\n display: grid;\n left: ", ";\n /* position: absolute; */\n position: relative;\n right: ", ";\n top: ", ";\n\n ", ";\n ", ";\n"], ["\n bottom: ", ";\n display: grid;\n left: ", ";\n /* position: absolute; */\n position: relative;\n right: ", ";\n top: ", ";\n\n ", ";\n ", ";\n"])), function (_a) {
183
+ var S_ContentsListWrapper = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n bottom: ", ";\n display: grid;\n left: ", ";\n /* position: absolute; */\n overflow: visible;\n position: relative;\n right: ", ";\n\n ", ";\n ", ";\n top: ", ";\n"], ["\n bottom: ", ";\n display: grid;\n left: ", ";\n /* position: absolute; */\n overflow: visible;\n position: relative;\n right: ", ";\n\n ", ";\n ", ";\n top: ", ";\n"])), function (_a) {
184
184
  var ccbInset = _a.ccbInset;
185
185
  return ccbInset.bottom;
186
186
  }, function (_a) {
@@ -189,15 +189,15 @@ var S_ContentsListWrapper = styled_components_1.default.div(templateObject_4 ||
189
189
  }, function (_a) {
190
190
  var ccbInset = _a.ccbInset;
191
191
  return ccbInset.right;
192
- }, function (_a) {
193
- var ccbInset = _a.ccbInset;
194
- return ccbInset.top;
195
192
  }, function (_a) {
196
193
  var contentPropCss = _a.contentPropCss;
197
194
  return contentPropCss;
198
195
  }, function (_a) {
199
196
  var stylePropCss = _a.stylePropCss;
200
197
  return stylePropCss;
198
+ }, function (_a) {
199
+ var ccbInset = _a.ccbInset;
200
+ return ccbInset.top;
201
201
  });
202
202
  function removeFirstSegment(path) {
203
203
  var segments = path.split('/');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.664",
3
+ "version": "2.5.666",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",