@royaloperahouse/harmonic 0.11.0-n → 0.11.0-p

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.
@@ -287,8 +287,6 @@ export interface IAnchorBarProps {
287
287
  bottomBorder?: boolean;
288
288
  /** Flag indicating whether the bar should have a shadow */
289
289
  withShadow?: boolean;
290
- /** Additional offset height for the tab bar */
291
- offsetHeight?: number;
292
290
  /** Custom CSS classes */
293
291
  className?: string;
294
292
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.11.0-n",
3
+ "version": "0.11.0-p",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",