@educarehq/solaris-components 0.6.3 → 0.6.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@educarehq/solaris-components",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.1.0",
6
6
  "intl-tel-input": "^26.0.9",
@@ -816,6 +816,8 @@ interface SolarisCarouselItem<TData = unknown> extends SolarisCarouselTextFields
816
816
  overlayComponent?: Type<unknown>;
817
817
  slideInputs?: Record<string, unknown>;
818
818
  overlayInputs?: Record<string, unknown>;
819
+ passCarouselContext?: boolean;
820
+ passOverlayContext?: boolean;
819
821
  actions?: SolarisCarouselAction[];
820
822
  data?: TData;
821
823
  }