@royaloperahouse/chord 1.6.1 → 1.6.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.
@@ -39,6 +39,10 @@ export interface CustomSponsorImageData {
39
39
  * Source URL for Sponsorship logo
40
40
  */
41
41
  src: string;
42
+ /**
43
+ * Alt Text for image.
44
+ */
45
+ altText?: string;
42
46
  /**
43
47
  * Used for Analytics.
44
48
  */
@@ -318,6 +318,10 @@ export interface ISponsorshipProps {
318
318
  * Source URL for Sponsorship IFRAME.
319
319
  */
320
320
  src?: string;
321
+ /**
322
+ * Alt Text for image.
323
+ */
324
+ altText?: string;
321
325
  /**
322
326
  * Used for Analytics.
323
327
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "storybook": "start-storybook -s ./external -p 6006",
24
24
  "build-storybook-dev": "build-storybook",
25
25
  "build-storybook": "rm -rf ./storybook-static; build-storybook -s ./src -o ./storybook-static; cp -r ./external/ ./storybook-static/",
26
- "deploy-storybook-dev": "chromatic --build-script-name build-storybook-dev",
26
+ "deploy-storybook-dev": "chromatic --build-script-name build-storybook-dev",
27
27
  "deploy-storybook": "storybook-to-aws-s3 --bucket-path=chord.roh.org.uk --aws-profile=parent --existing-output-dir=storybook-static --s3-sync-options=--acl=public-read",
28
28
  "test-storybook": "tsdx test --json --passWithNoTests --outputFile=./test/jest-test-results.json",
29
29
  "publish-release": "make prepare-release-candidate; make publish-release",