@royaloperahouse/harmonic 1.0.6-o → 1.0.6-p
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 +1 -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 +1 -1
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/types/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/types.d.ts
CHANGED
|
@@ -702,7 +702,7 @@ export interface IAccordionProps {
|
|
|
702
702
|
collapsedStateIcon?: IIconProps;
|
|
703
703
|
/** Allows styling of ChildrenContainer, e.g. margin or padding */
|
|
704
704
|
childrenContainerStyle?: React.CSSProperties;
|
|
705
|
-
/** Allows
|
|
705
|
+
/** Allows title margin styling for cast sheets */
|
|
706
706
|
titleMargin?: string;
|
|
707
707
|
}
|
|
708
708
|
export interface IAccordionsProps {
|