@royaloperahouse/harmonic 0.9.3-c → 0.9.3-d

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.
@@ -25,6 +25,10 @@ export interface IGenericTypographyProps<T extends HTMLElement = HTMLParagraphEl
25
25
  export interface IHarmonicHeaderProps extends IGenericTypographyProps {
26
26
  hierarchy: HeaderHierarchy;
27
27
  }
28
+ export interface IBodyCopyHarmonicProps extends IGenericTypographyProps {
29
+ /** HTML tag to use to render BodyCopy, by default p. */
30
+ tag?: React.ElementType;
31
+ }
28
32
  export declare type TypographyLevel = 1 | 2 | 3 | 4 | 5 | 6;
29
33
  export declare type AltHeaderLevel = 3 | 4 | 5 | 6;
30
34
  export declare type BodyLevel = 1 | 2 | 3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.9.3-c",
3
+ "version": "0.9.3-d",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",