@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 +3 -2
- package/dist/harmonic.cjs.development.js +3 -2
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +3 -2
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/types/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/harmonic.esm.js
CHANGED
|
@@ -5750,6 +5750,7 @@ var Accordion = function Accordion(_ref) {
|
|
|
5750
5750
|
};
|
|
5751
5751
|
var Standfirst = function Standfirst() {
|
|
5752
5752
|
return visibleStandfirst ? (/*#__PURE__*/React__default.createElement(ContentContainer, null, /*#__PURE__*/React__default.createElement(ChildrenContainer, {
|
|
5753
|
+
style: childrenContainerStyle,
|
|
5753
5754
|
isVisible: true
|
|
5754
5755
|
}, visibleStandfirst))) : null;
|
|
5755
5756
|
};
|
|
@@ -5801,9 +5802,9 @@ var Accordions = function Accordions(_ref) {
|
|
|
5801
5802
|
showBottomLine: isLastAccordion(index),
|
|
5802
5803
|
expandedStateIcon: accordion.expandedStateIcon,
|
|
5803
5804
|
collapsedStateIcon: accordion.collapsedStateIcon,
|
|
5805
|
+
visibleStandfirst: accordion.visibleStandfirst,
|
|
5804
5806
|
titleMargin: accordion.titleMargin,
|
|
5805
|
-
childrenContainerStyle: accordion.childrenContainerStyle
|
|
5806
|
-
visibleStandfirst: accordion.visibleStandfirst
|
|
5807
|
+
childrenContainerStyle: accordion.childrenContainerStyle
|
|
5807
5808
|
}, accordion.children);
|
|
5808
5809
|
}));
|
|
5809
5810
|
};
|