@royaloperahouse/harmonic 1.0.6-p → 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.
@@ -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 */
@@ -57,7 +57,7 @@ export interface IUpsellCardProps {
57
57
  */
58
58
  secondaryTheme?: ThemeType;
59
59
  /**
60
- * change Gray Cll to Victory fonts
60
+ * change Gray Cll to Victor fonts
61
61
  */
62
62
  serif?: boolean;
63
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "1.0.6-p",
3
+ "version": "1.0.6-s",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",