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
@@ -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']),
|