@royaloperahouse/harmonic 1.0.6-e → 1.0.6-g

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.
@@ -689,7 +689,9 @@ export interface IAccordionProps {
689
689
  /** The component to be wrapped into the accordion */
690
690
  children?: ReactNode;
691
691
  /** Set if accordions are stacked */
692
- showLine?: boolean;
692
+ showTopLine?: boolean;
693
+ /** Set if accordions are stacked */
694
+ showBottomLine?: boolean;
693
695
  /** Set init open */
694
696
  initOpen?: boolean;
695
697
  /** Custom CSS classes */
@@ -698,6 +700,8 @@ export interface IAccordionProps {
698
700
  expandedStateIcon?: IIconProps;
699
701
  /** Harmonic icon name and direction for collapsed state. Default is 'Expand' */
700
702
  collapsedStateIcon?: IIconProps;
703
+ /** Allows styling of ChildrenContainer, e.g. margin or padding */
704
+ childrenContainerStyle?: React.CSSProperties;
701
705
  }
702
706
  export interface IAccordionsProps {
703
707
  /** Array of Accordion component */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "1.0.6-e",
3
+ "version": "1.0.6-g",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",