@royaloperahouse/chord 1.6.3 → 1.6.4

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,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [1.6.4]
4
+ - Add imageAltText to Card component
5
+
3
6
  ## [1.6.3]
4
7
  - Add exports for zIndexes
5
8
 
@@ -5206,6 +5206,7 @@ var Cards = function Cards(_ref) {
5206
5206
  }, /*#__PURE__*/React__default.createElement(Card, {
5207
5207
  size: size,
5208
5208
  image: card.image,
5209
+ imageAltText: card.imageAltText,
5209
5210
  progress: card.progress,
5210
5211
  title: card.title,
5211
5212
  subtitle: card.subtitle,