@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.
- package/dist/harmonic.cjs.development.js +3 -1
- 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 -1
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/harmonic.esm.js
CHANGED
|
@@ -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
|
};
|