@royaloperahouse/chord 0.7.30 → 0.7.31

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.
@@ -33,6 +33,11 @@ export interface ICardProps {
33
33
  * Image to render
34
34
  */
35
35
  image?: string;
36
+ /**
37
+ /**
38
+ * Image alt text
39
+ */
40
+ imageAltText?: string;
36
41
  /**
37
42
  * Set the size of the Card component
38
43
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "0.7.30",
3
+ "version": "0.7.31",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",