@royaloperahouse/harmonic 0.18.3 → 0.18.4

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.
@@ -518,6 +518,10 @@ export interface ITextLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement>
518
518
  * Color of text and icon
519
519
  */
520
520
  textColor?: ThemeColor;
521
+ /**
522
+ * Disable default truncation
523
+ */
524
+ disableTruncation?: boolean;
521
525
  }
522
526
  export interface ISectionSplitterProps {
523
527
  /** Set the width of the Section to full */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",