pds-dev-kit-web-test 2.7.283 → 2.7.284

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.
@@ -246,7 +246,7 @@ var GridAutoRowEditor = (0, react_1.forwardRef)(function CustomSection(props, re
246
246
  paddingBottom: padding.bottom,
247
247
  paddingRight: padding.right,
248
248
  paddingLeft: padding.left
249
- } }, { children: (0, jsx_runtime_1.jsxs)(GridContainer, __assign({ ref: containerRef, cols: isMobile ? 8 : 24, rowHeight: rowHeight, sectionRow: sectionRow !== null && sectionRow !== void 0 ? sectionRow : 0, selectedRows: selectedRows, style: {
249
+ } }, { children: (0, jsx_runtime_1.jsxs)(GridContainer, __assign({ ref: containerRef, cols: cols, rowHeight: rowHeight, sectionRow: sectionRow !== null && sectionRow !== void 0 ? sectionRow : 0, selectedRows: selectedRows, style: {
250
250
  width: customSectionStyles.width,
251
251
  maxWidth: customSectionStyles.maxWidth
252
252
  } }, { children: [Array.from({ length: sectionRow !== null && sectionRow !== void 0 ? sectionRow : 0 }).map(function (_, rIdx) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.283",
3
+ "version": "2.7.284",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",