@platformatic/ui-components 0.1.96 → 0.1.97

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@platformatic/ui-components",
3
3
  "description": "Platformatic UI Components",
4
- "version": "0.1.96",
4
+ "version": "0.1.97",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -77,7 +77,7 @@ ButtonFullRounded.propTypes = {
77
77
  /**
78
78
  * Effect on hover
79
79
  */
80
- hoverEffect: PropTypes.oneOf([BACKGROUND_COLOR_OPAQUE]),
80
+ hoverEffect: PropTypes.oneOf(['', BACKGROUND_COLOR_OPAQUE]),
81
81
  /**
82
82
  * bordered
83
83
  */