@royaloperahouse/harmonic 0.1.8-j → 0.1.8-l

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.
@@ -73,6 +73,10 @@ export interface ICarouselWrapperProps {
73
73
  * Sets overflow to swiper when specified
74
74
  */
75
75
  overflow?: string;
76
+ /**
77
+ * Carousel activation indicator
78
+ */
79
+ isActive?: boolean;
76
80
  }
77
81
  export declare type HighlightsCarouselSlideImage = ImgHTMLAttributes<HTMLImageElement> & {
78
82
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.1.8-j",
3
+ "version": "0.1.8-l",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",