@royaloperahouse/chord 1.7.0-c-chord-development → 1.7.0-d-chord-development

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [1.7.0-b] DEVELOPMENT
4
4
  - SearchBar: Disable input and fix overflow
5
+
6
+ ## [1.6.4]
7
+ - Add imageAltText to Card component
8
+
5
9
  ## [1.6.3]
6
10
  - Add exports for zIndexes
7
11
 
@@ -5207,6 +5207,7 @@ var Cards = function Cards(_ref) {
5207
5207
  }, /*#__PURE__*/React__default.createElement(Card, {
5208
5208
  size: size,
5209
5209
  image: card.image,
5210
+ imageAltText: card.imageAltText,
5210
5211
  progress: card.progress,
5211
5212
  title: card.title,
5212
5213
  subtitle: card.subtitle,