@proximus/lavender-angular 2.0.0-alpha.81 → 2.0.0-alpha.83

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.
@@ -1343,11 +1343,9 @@ export declare class PxAppleseed {
1343
1343
  */
1344
1344
  export declare class PxCarousel {
1345
1345
  private elementRef;
1346
- set visibleItems(value: unknown);
1347
- get visibleItems(): unknown;
1348
1346
  constructor(elementRef: ElementRef);
1349
1347
  static ɵfac: i0.ɵɵFactoryDeclaration<PxCarousel, never>;
1350
- static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarousel, "px-carousel", never, { "visibleItems": { "alias": "visible-items"; "required": false; }; }, {}, never, never, false, never>;
1348
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PxCarousel, "px-carousel", never, {}, {}, never, never, false, never>;
1351
1349
  }
1352
1350
  /**
1353
1351
  * @description Type-only wrapper for <px-carousel-item>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-angular",
3
- "version": "2.0.0-alpha.81",
3
+ "version": "2.0.0-alpha.83",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "sideEffects": false,