@royaloperahouse/harmonic 0.12.0-d → 0.12.0-f

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.
@@ -38,17 +38,13 @@ export interface IImageAspectRatioWrapperProps {
38
38
  alt?: string;
39
39
  }
40
40
  export interface IImageWithCaptionProps {
41
- /**
42
- * Aspect ratio of the contained image
43
- */
41
+ /** Aspect ratio of the contained image */
44
42
  aspectRatio?: AspectRatio;
45
- /**
46
- * Image caption or credit
47
- */
43
+ /** Image caption or credit */
48
44
  caption: string;
49
- /**
50
- * Image element
51
- */
45
+ /** Alternative text describing the image content for accessibility purposes. */
46
+ altText?: string;
47
+ /** Image element */
52
48
  children: ReactElement<HTMLImageElement>;
53
49
  }
54
50
  export interface IImageWithCaptionWrapperProps extends StyledProps<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.12.0-d",
3
+ "version": "0.12.0-f",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",