pcm-shared-components 2.0.88 → 2.0.89

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.
@@ -145,7 +145,7 @@ https://stackoverflow.com/questions/54170313/how-to-make-the-react-day-picker-wi
145
145
  }
146
146
  .rdp-row{
147
147
 
148
- height: 130px !important;
148
+ height: 100px !important;
149
149
  border-top: solid #ededed 1px;
150
150
 
151
151
  }
@@ -21,7 +21,6 @@ export const PricingCalendar = props => {
21
21
  priceObject,
22
22
  RenderDay
23
23
  } = props;
24
- console.log('debug props', props);
25
24
  const [month, setMonth] = useState(moment().toDate());
26
25
  useEffect(() => {
27
26
  setMonth(moment(startDate).toDate());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.88",
3
+ "version": "2.0.89",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {