@pinuts/bsr-uikit-relaunch 0.3.0 → 0.3.2

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.
@@ -107,7 +107,7 @@ const CalendarEventPicker = _ref => {
107
107
  startAccessor: "start",
108
108
  endAccessor: "start",
109
109
  style: {
110
- height: 480
110
+ 'min-height': 480
111
111
  },
112
112
  views: [_reactBigCalendar.Views.MONTH, _reactBigCalendar.Views.DAY],
113
113
  components: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",