@royaloperahouse/harmonic 0.11.0-e → 0.11.0-g

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.
@@ -466,10 +466,10 @@ export interface ITextLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement>
466
466
  textColor?: ThemeColor;
467
467
  }
468
468
  export interface ISectionSplitterProps {
469
- /**
470
- * Set the width of the Section to full
471
- */
469
+ /** Set the width of the Section to full */
472
470
  fullWidth?: boolean;
471
+ /** Custom CSS classes */
472
+ className?: string;
473
473
  }
474
474
  export interface ITypeTagsProps {
475
475
  /**
@@ -493,22 +493,14 @@ export interface IBodyContentProps {
493
493
  }
494
494
  export declare type SectionTitleSize = 'small' | 'large';
495
495
  export interface ISectionTitleProps {
496
- /**
497
- * Title to display.
498
- */
496
+ /** Title to display. */
499
497
  title: string;
500
- /**
501
- * Size of title to display - by default small, which renders as an H2 (and large is an H1).
502
- */
498
+ /** Size of title to display - by default small, which renders as an H2 (and large is an H1). */
503
499
  size?: SectionTitleSize;
504
- /**
505
- * Optional description that can be rendered below the title.
506
- */
500
+ /** Optional description that can be rendered below the title. */
507
501
  description?: string;
508
- /**
509
- * Semantic level of the title.
510
- */
511
- semanticLevel?: TypographyLevel;
502
+ /** Custom CSS classes */
503
+ className?: string;
512
504
  }
513
505
  export interface ILogosProps {
514
506
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.11.0-e",
3
+ "version": "0.11.0-g",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",