pcm-shared-components 2.0.174 → 2.0.180

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.
@@ -167,7 +167,7 @@ DateCalendar.propTypes = {
167
167
  /** i18next localization to use for the component. Don't use the library localization or else it won't load properly on the consuming application */
168
168
  i18next: PropTypes.any,
169
169
  /** Controls the size of the day in the calendar */
170
- daySize: PropTypes.oneOf([PropTypes.instanceOf(Number), PropTypes.instanceOf(Array)]),
170
+ daySize: PropTypes.number,
171
171
  /** Controls the padding of the datepicker */
172
172
  datepickerPadding: PropTypes.number
173
173
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.174",
3
+ "version": "2.0.180",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {