@royaloperahouse/chord 0.7.25 → 0.7.26

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.
@@ -255,8 +255,8 @@ export declare type ListingPerson = {
255
255
  */
256
256
  separator?: string;
257
257
  /**
258
- * Use headshot or not
259
- */
258
+ * Use headshot or not
259
+ */
260
260
  useHeadshot: boolean;
261
261
  };
262
262
  export declare type ListingRole = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "0.7.25",
3
+ "version": "0.7.26",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -22,6 +22,7 @@
22
22
  "analyze": "size-limit --why",
23
23
  "storybook": "start-storybook -s ./external -p 6006",
24
24
  "build-storybook": "rm -rf ./storybook-static; build-storybook -s ./src -o ./storybook-static; cp -r ./external/ ./storybook-static/",
25
+ "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",
25
26
  "test-storybook": "tsdx test --json --passWithNoTests --outputFile=./test/jest-test-results.json",
26
27
  "publish-release": "make prepare-release-candidate; make publish-release",
27
28
  "publish-snapshot": "make prepare-release-candidate; make publish-npm-snapshot"
@@ -79,6 +80,7 @@
79
80
  "@storybook/addon-links": "^6.3.12",
80
81
  "@storybook/addons": "^6.3.12",
81
82
  "@storybook/react": "^6.3.12",
83
+ "@storybook/storybook-deployer": "^2.8.11",
82
84
  "@testing-library/jest-dom": "^5.15.0",
83
85
  "@testing-library/react": "^12.1.2",
84
86
  "@testing-library/user-event": "^13.5.0",