pcm-shared-components 2.0.184 → 2.0.185

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.
@@ -88,8 +88,8 @@ export const DateCalendar = props => {
88
88
  primaryColor: green[300],
89
89
  accessibility: green[300],
90
90
  selectedDay: green[300],
91
- selectedDayHover: green[300],
92
- normalDayHover: 'transparent'
91
+ selectedDayHover: green[300]
92
+ // normalDayHover: 'transparent',
93
93
  }
94
94
  } // Additional theme configuration
95
95
  )
@@ -34,7 +34,7 @@ export const commonCalendarTheme = ({
34
34
  accessibility: orange[400],
35
35
  selectedDay: orange[400],
36
36
  selectedDayHover: orange[900],
37
- normalDayHover: 'transparent',
37
+ // normalDayHover: 'transparent',
38
38
  ...themeConfig.colors // Allows overriding color settings
39
39
  },
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.184",
3
+ "version": "2.0.185",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {