pds-dev-kit-web-test 2.2.78 → 2.2.79

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.
@@ -357,7 +357,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
357
357
  if (device === 'MOBILE') {
358
358
  var cellWidth_1 = width / MOBILE_GRID_COLS;
359
359
  setRowHeight(cellWidth_1 * 0.56);
360
- var mobileBaseFontSize = Math.min(cellWidth_1 / 2.35, 16);
360
+ var mobileBaseFontSize = Math.min(cellWidth_1 * 0.59, 16);
361
361
  setBaseFontSize(mobileBaseFontSize);
362
362
  return;
363
363
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.2.78",
3
+ "version": "2.2.79",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",