@royaloperahouse/chord 2.9.1-b-development → 2.9.1-c-development

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.
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { IButtonProps } from '../../../../types/buttonTypes';
3
- declare const PrimaryButtonWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<IButtonProps>, any, IButtonProps, never>;
4
- export default PrimaryButtonWrapper;
3
+ declare const SecondaryButtonWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<IButtonProps>, any, IButtonProps, never>;
4
+ export default SecondaryButtonWrapper;
@@ -50,9 +50,13 @@ export interface IUpsellCardProps {
50
50
  */
51
51
  stackCtasEarly?: boolean;
52
52
  /**
53
- * Theme: Core, Stream, or Cinema
53
+ * Theme for primary CTA: Core, Stream, or Cinema
54
54
  */
55
55
  theme?: ThemeType;
56
+ /**
57
+ * Theme for secondary CTA: Core, Stream, or Cinema
58
+ */
59
+ secondaryTheme?: ThemeType;
56
60
  }
57
61
  export interface IUpsellCardsProps {
58
62
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "2.9.1-b-development",
3
+ "version": "2.9.1-c-development",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",