@pepperi-addons/ngx-composite-lib 0.4.2-beta.93 → 0.4.2-beta.95

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.
@@ -49,6 +49,7 @@ export declare class SectionComponent extends BaseDestroyerDirective implements
49
49
  protected draggingBlockKey: string;
50
50
  protected draggingSectionKey: string;
51
51
  protected hoverState: boolean;
52
+ protected isHorizontalView: boolean;
52
53
  constructor(renderer: Renderer2, layoutBuilderInternalService: LayoutBuilderInternalService);
53
54
  private calculateIfSectionContainsBlocks;
54
55
  private setScreenType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-composite-lib",
3
- "version": "0.4.2-beta.93",
3
+ "version": "0.4.2-beta.95",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 14.0.2",
6
6
  "@angular/cdk": ">= 14.0.2",