@royaloperahouse/harmonic 1.0.6-o → 1.0.6-r

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.
@@ -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 left margin styling for cast sheets */
705
+ /** Allows title margin styling for cast sheets */
706
706
  titleMargin?: string;
707
707
  }
708
708
  export interface IAccordionsProps {
@@ -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-o",
3
+ "version": "1.0.6-r",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",