@hashicorp/hashi-callouts
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -80,6 +80,6 @@ 'use strict'; | ||
{ 'class': 'g-callouts' }, | ||
data.items.map(function (item, index) { | ||
data.items.map(function (item) { | ||
return preact.h( | ||
'li', | ||
{ 'class': 'callout-container', key: index }, | ||
{ 'class': 'callout-container', key: item.title }, | ||
item.link && preact.h( | ||
@@ -86,0 +86,0 @@ 'a', |
{ | ||
"name": "@hashicorp/hashi-callouts", | ||
"description": "a set of three horizontally-aligned images paired with a short title and descriptive text.", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"author": "Hashicorp - Jeff Escalante", | ||
@@ -21,3 +21,3 @@ "main": "dist", | ||
}, | ||
"gitHead": "f2beeba3dca4dbebdacb405e93b4c081846bccd3" | ||
"gitHead": "f0edeaaff36e2ca621981a9217aa720e8ed23e06" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10654