@royaloperahouse/harmonic 0.12.1-c → 0.13.0-a

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.
@@ -203,6 +203,10 @@ export interface INavigationProps {
203
203
  * Additional CSS class names to apply to the navigation component.
204
204
  */
205
205
  className?: string;
206
+ /**
207
+ * Defines which tag the button should skip to. Default: 'main-content'.
208
+ */
209
+ skipToId?: string;
206
210
  }
207
211
  export interface ISearchBarProps {
208
212
  /**
@@ -722,3 +722,9 @@ export declare enum LinkTarget {
722
722
  */
723
723
  Blank = "_blank"
724
724
  }
725
+ export interface ISkipToMainProps {
726
+ /**
727
+ * Defines which tag the button should skip to.
728
+ */
729
+ skipToId?: string;
730
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.12.1-c",
3
+ "version": "0.13.0-a",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",