@royaloperahouse/harmonic 0.17.2 → 0.17.3

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,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { EditorialLink } from './editorial';
3
+ import { IGridItemProps } from './types';
3
4
  export interface IAnchorBarProps {
4
5
  /** CTA for anchor bar */
5
6
  cta: EditorialLink;
@@ -13,4 +14,6 @@ export interface IAnchorBarProps {
13
14
  className?: string;
14
15
  /** Flag indicating whether the anchor bar should have a shadow */
15
16
  withShadow?: boolean;
17
+ /** Optional grid item props to allow for different page alignments */
18
+ grid?: IGridItemProps;
16
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.17.2",
3
+ "version": "0.17.3",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",