@royaloperahouse/harmonic 1.0.6-k → 1.0.6-l
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/components/molecules/Accordion/Accordion.style.d.ts +1 -0
- package/dist/harmonic.cjs.development.js +15 -10
- 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 +15 -10
- 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
|
@@ -702,6 +702,8 @@ 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 left margin styling for cast sheets */
|
|
706
|
+
titleMargin?: string;
|
|
705
707
|
}
|
|
706
708
|
export interface IAccordionsProps {
|
|
707
709
|
/** Array of Accordion component */
|