@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.
@@ -5794,7 +5794,9 @@ var Accordions = function Accordions(_ref) {
5794
5794
  title: accordion.title,
5795
5795
  showBottomLine: isLastAccordion(index),
5796
5796
  expandedStateIcon: accordion.expandedStateIcon,
5797
- collapsedStateIcon: accordion.collapsedStateIcon
5797
+ collapsedStateIcon: accordion.collapsedStateIcon,
5798
+ titleMargin: accordion.titleMargin,
5799
+ childrenContainerStyle: accordion.childrenContainerStyle
5798
5800
  }, accordion.children);
5799
5801
  }));
5800
5802
  };