@royaloperahouse/harmonic 0.1.9-a → 0.1.10-a

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.
@@ -91,7 +91,7 @@ export interface IPromoWithTitleProps {
91
91
  /**
92
92
  * Text placed in the editorial component
93
93
  */
94
- titleSize?: 'small' | 'large';
94
+ titleSize?: 'large' | 'medium';
95
95
  /**
96
96
  * Subtitle placed in the editorial component
97
97
  */
@@ -113,9 +113,9 @@ export interface IPromoWithTitleProps {
113
113
  */
114
114
  links?: PromoLinks;
115
115
  /**
116
- * Semantic level of the title. Default is 2.
116
+ * Semantic level of the promo title header - h2 or h3.
117
117
  */
118
- titleSemanticLevel?: TypographyLevel;
118
+ titleHierarchy: 'h2' | 'h3';
119
119
  /**
120
120
  * Additional CSS class names to apply to component.
121
121
  */
@@ -372,10 +372,6 @@ export interface IGridItemProps extends StyledProps<any> {
372
372
  columnSpanSmallDevice?: number;
373
373
  }
374
374
  export interface ISponsorLogoProps {
375
- /**
376
- * The sponsor logo image source
377
- */
378
- children?: ReactNode;
379
375
  /**
380
376
  * Color for the logo
381
377
  */
@@ -388,10 +384,6 @@ export interface ISponsorLogoProps {
388
384
  * Alternative text for the logo (used for accessibility)
389
385
  */
390
386
  alt?: string;
391
- /**
392
- * S3 Image source
393
- */
394
- imageSource?: string;
395
387
  }
396
388
  export interface ISponsorshipProps {
397
389
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.1.9-a",
3
+ "version": "0.1.10-a",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",