cozy-ui 68.2.0 → 68.3.0

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [68.3.0](https://github.com/cozy/cozy-ui/compare/v68.2.0...v68.3.0) (2022-06-03)
2
+
3
+
4
+ ### Features
5
+
6
+ * **ListItem:** Active ripple effect ([cd7e169](https://github.com/cozy/cozy-ui/commit/cd7e169))
7
+
1
8
  # [68.2.0](https://github.com/cozy/cozy-ui/compare/v68.1.1...v68.2.0) (2022-05-30)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "68.2.0",
3
+ "version": "68.3.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -35,9 +35,6 @@ const themesCommonConfig = {
35
35
  textColor: 'primary',
36
36
  TabIndicatorProps: { color: 'primary' }
37
37
  },
38
- MuiListItem: {
39
- disableRipple: true
40
- },
41
38
  MuiTooltip: {
42
39
  arrow: true
43
40
  },
@@ -40,9 +40,6 @@ var themesCommonConfig = _objectSpread({
40
40
  color: 'primary'
41
41
  }
42
42
  },
43
- MuiListItem: {
44
- disableRipple: true
45
- },
46
43
  MuiTooltip: {
47
44
  arrow: true
48
45
  },