pds-dev-kit-web-test 2.7.329 → 2.7.330

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.
@@ -220,8 +220,8 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
220
220
  paddingBottom: padding.bottom,
221
221
  paddingRight: padding.right,
222
222
  paddingLeft: padding.left,
223
- width: '100%',
224
- height: '100%'
223
+ width: '100%'
224
+ // height: '100%'
225
225
  } }, { children: (0, jsx_runtime_1.jsx)(GridContainer, __assign({ className: "composition-container", "data-cols": cols, "data-rows": rows, "data-row-height": rowHeight, "data-col-width": "10px", ref: containerRef, cols: cols, rowHeight: rowHeight, sectionRow: rows, "data-wrapper-paddingT": padding.top, "data-wrapper-paddingB": padding.bottom, "data-wrapper-paddingL": padding.left, "data-wrapper-paddingR": padding.right, style: {
226
226
  width: customSectionStyles.width,
227
227
  maxWidth: customSectionStyles.maxWidth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.329",
3
+ "version": "2.7.330",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",