@royaloperahouse/harmonic 0.17.0-j → 0.17.0-l

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.
@@ -754,10 +754,14 @@ export declare type PaywallProps = {
754
754
  intro?: string;
755
755
  /** Body HTML */
756
756
  description: string;
757
+ /** Function called when CTA clicked */
758
+ buttonOnClick?: MouseEventHandler<HTMLAnchorElement>;
757
759
  /** CTA text */
758
760
  buttonText: string;
759
761
  /** CTA URL */
760
762
  buttonUrl: string;
763
+ /** Function called when sign-in link clicked */
764
+ signInLinkOnClick?: MouseEventHandler<HTMLAnchorElement>;
761
765
  /** Text before sign-in link (required to show sign-in link) */
762
766
  signInPromptText?: string;
763
767
  /** Sign-in link URL (required to show sign-in link) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.17.0-j",
3
+ "version": "0.17.0-l",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",