@royaloperahouse/chord 2.9.0-c-development → 2.9.0-d-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,6 @@
1
- export declare const AnchorBarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ export declare const AnchorBarContainer: import("styled-components").StyledComponent<"div", any, {
2
+ hideTopBorder: boolean;
3
+ }, never>;
2
4
  export declare const CTAWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
5
  export declare const CTALink: import("styled-components").StyledComponent<"a", any, {}, never>;
4
6
  export declare const CloseButtonWrapper: import("styled-components").StyledComponent<"a", any, {}, never>;
@@ -9,6 +9,10 @@ export interface IAnchorBarProps {
9
9
  * Flag indicating whether the anchor bar should be rendered
10
10
  */
11
11
  showAnchorBar?: boolean;
12
+ /**
13
+ * Flag indicating whether the top border should be hidden
14
+ */
15
+ hideTopBorder?: boolean;
12
16
  /**
13
17
  * CTA click handler. Required if CTA link is missed
14
18
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "2.9.0-c-development",
3
+ "version": "2.9.0-d-development",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",