pds-dev-kit-web-test 2.5.368 → 2.5.369

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.
@@ -180,7 +180,7 @@ var FlexGridCustomSection = (0, react_1.forwardRef)(function CustomSection(props
180
180
  return size.width * 0.0133;
181
181
  }
182
182
  if (size.width < 1200) {
183
- return Math.max(getDefensiveFontSize(device, size.width), 14);
183
+ return Math.max(getDefensiveFontSize(device, size.width), 16);
184
184
  }
185
185
  return 16;
186
186
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.368",
3
+ "version": "2.5.369",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",