@royaloperahouse/chord 0.7.2 → 0.7.6

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.
@@ -412,6 +412,10 @@ export interface IAccordionProps {
412
412
  * Set if accordions are stacked
413
413
  */
414
414
  showLine?: boolean;
415
+ /**
416
+ * Set init open
417
+ */
418
+ initOpen?: boolean;
415
419
  }
416
420
  export interface IAccordionsProps {
417
421
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "0.7.2",
3
+ "version": "0.7.6",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",