hds-web 1.18.7 → 1.18.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.18.7",
3
+ "version": "1.18.8",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -246,7 +246,8 @@ export default function IconCard(props) {
246
246
 
247
247
  IconCard.defaultProps = {
248
248
  cardType: 'withoutButton',
249
- iconStrokeClass: 'stroke-neutral-1000'
249
+ iconStrokeClass: 'stroke-neutral-1000',
250
+ linkHover:'true'
250
251
  }
251
252
  Icon.propTypes = {
252
253
  cardType: PropTypes.oneOf(['withoutButton', 'withButton', 'sm']),