@royaloperahouse/chord 2.4.1 → 2.4.2

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.
@@ -1,3 +1,3 @@
1
1
  import { ILogoProps } from '../../../types/types';
2
- declare const Logo: ({ id, dataRoh, urlLink, desktopImage, devicesImage, title, }: ILogoProps) => JSX.Element;
2
+ declare const Logo: ({ id, dataRoh, urlLink, desktopImage, devicesImage, title, altText, }: ILogoProps) => JSX.Element;
3
3
  export default Logo;
@@ -55,6 +55,10 @@ export interface ILogoProps {
55
55
  * The title of the image
56
56
  */
57
57
  title?: string;
58
+ /**
59
+ * The title of the image
60
+ */
61
+ altText?: string;
58
62
  }
59
63
  export interface IOptionItem {
60
64
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",