@royaloperahouse/harmonic 0.11.0-n → 0.11.0-o
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.
- package/dist/harmonic.cjs.development.js +5 -7
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +5 -7
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/types/navigation.d.ts +0 -2
- package/package.json +1 -1
|
@@ -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
|
}
|