@royaloperahouse/chord 2.7.0-e-development → 2.8.0-a-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
  import { FunctionComponent } from 'react';
2
2
  import { ISignUpFormProps } from '../../../types/signUpForm';
3
- declare const SignUpForm: FunctionComponent<ISignUpFormProps>;
4
- export default SignUpForm;
3
+ declare const SignUpFormComponent: FunctionComponent<ISignUpFormProps>;
4
+ export default SignUpFormComponent;
@@ -12,3 +12,7 @@ export declare const CTALinkWrapper: import("styled-components").StyledComponent
12
12
  export declare const ButtonWrapper: import("styled-components").StyledComponent<"button", any, {}, never>;
13
13
  export declare const FieldsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
14
14
  export declare const MessageWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
15
+ export declare const DropdownAreaWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
16
+ export declare const DropdownWrapper: import("styled-components").StyledComponent<"div", any, {
17
+ isOpen?: boolean | undefined;
18
+ }, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "2.7.0-e-development",
3
+ "version": "2.8.0-a-development",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",