@royaloperahouse/harmonic 1.0.7-a → 1.0.7-b

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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  ## [1.0.6]
2
- - fixed Hot filter accessibility as well as aligning
3
- ## [1.0.5]
4
2
  - Harmonic :
5
3
  - Added new CustomStrategy filter
6
4
  - Fixed alignment between title and sponsor logo upon Header
7
5
  - extended HighlightsCarousel to change infinit from false to true
8
6
  - PrimaryButton hover only for device detected hover functionality
9
7
 
8
+ ## [1.0.5]
9
+ - fixed Hot filter accessibility as well as aligning
10
+
10
11
  ## [1.0.4]
11
12
  - Castfilter: fix NDVA issues
12
13
 
@@ -5725,6 +5725,7 @@ var Accordion = function Accordion(_ref) {
5725
5725
  };
5726
5726
  var Standfirst = function Standfirst() {
5727
5727
  return visibleStandfirst ? (/*#__PURE__*/React__default.createElement(ContentContainer, null, /*#__PURE__*/React__default.createElement(ChildrenContainer, {
5728
+ style: childrenContainerStyle,
5728
5729
  isVisible: true
5729
5730
  }, visibleStandfirst))) : null;
5730
5731
  };
@@ -5776,9 +5777,9 @@ var Accordions = function Accordions(_ref) {
5776
5777
  showBottomLine: isLastAccordion(index),
5777
5778
  expandedStateIcon: accordion.expandedStateIcon,
5778
5779
  collapsedStateIcon: accordion.collapsedStateIcon,
5780
+ visibleStandfirst: accordion.visibleStandfirst,
5779
5781
  titleMargin: accordion.titleMargin,
5780
- childrenContainerStyle: accordion.childrenContainerStyle,
5781
- visibleStandfirst: accordion.visibleStandfirst
5782
+ childrenContainerStyle: accordion.childrenContainerStyle
5782
5783
  }, accordion.children);
5783
5784
  }));
5784
5785
  };