@royaloperahouse/harmonic 1.0.6-l → 1.0.6-m

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.
@@ -5769,7 +5769,9 @@ var Accordions = function Accordions(_ref) {
5769
5769
  title: accordion.title,
5770
5770
  showBottomLine: isLastAccordion(index),
5771
5771
  expandedStateIcon: accordion.expandedStateIcon,
5772
- collapsedStateIcon: accordion.collapsedStateIcon
5772
+ collapsedStateIcon: accordion.collapsedStateIcon,
5773
+ titleMargin: accordion.titleMargin,
5774
+ childrenContainerStyle: accordion.childrenContainerStyle
5773
5775
  }, accordion.children);
5774
5776
  }));
5775
5777
  };