@royaloperahouse/harmonic 1.0.6-j → 1.0.6-l

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.
@@ -702,6 +702,8 @@ export interface IAccordionProps {
702
702
  collapsedStateIcon?: IIconProps;
703
703
  /** Allows styling of ChildrenContainer, e.g. margin or padding */
704
704
  childrenContainerStyle?: React.CSSProperties;
705
+ /** Allows left margin styling for cast sheets */
706
+ titleMargin?: string;
705
707
  }
706
708
  export interface IAccordionsProps {
707
709
  /** Array of Accordion component */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "1.0.6-j",
3
+ "version": "1.0.6-l",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",