@royaloperahouse/harmonic 1.0.6-r → 1.0.6-s
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 +9 -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 +9 -2
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/types/types.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/types.d.ts
CHANGED
|
@@ -704,6 +704,8 @@ export interface IAccordionProps {
|
|
|
704
704
|
childrenContainerStyle?: React.CSSProperties;
|
|
705
705
|
/** Allows title margin styling for cast sheets */
|
|
706
706
|
titleMargin?: string;
|
|
707
|
+
/** Components wrapped into the accordion that are always visible */
|
|
708
|
+
visibleStandfirst?: ReactNode;
|
|
707
709
|
}
|
|
708
710
|
export interface IAccordionsProps {
|
|
709
711
|
/** Array of Accordion component */
|