pds-dev-kit-web-test 2.4.46 → 2.4.47

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.
@@ -368,7 +368,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
368
368
  var cellWidth_1 = width / MOBILE_GRID_COLS;
369
369
  setRowHeight(cellWidth_1 * 0.56);
370
370
  // baseFontSize !== 16 && setBaseFontSize(width * 0.0133);
371
- responsiveFontMode ? setBaseFontSize(width * 0.0133) : setBaseFontSize(16);
371
+ responsiveFontMode ? setBaseFontSize(width * 0.0421) : setBaseFontSize(16);
372
372
  return;
373
373
  }
374
374
  var cellWidth = width / DESKTOP_GRID_COLS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.4.46",
3
+ "version": "2.4.47",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",