barsa-tiles 2.0.64 → 2.0.67

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.
@@ -11,6 +11,7 @@ export declare class ActionsLinkComponent extends BaseComponent implements OnCha
11
11
  /**
12
12
  *
13
13
  */
14
+ isMobile: boolean;
14
15
  constructor(_cdr: ChangeDetectorRef);
15
16
  ngOnInit(): void;
16
17
  ngOnChanges(changes: SimpleChanges): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.0.64",
3
+ "version": "2.0.67",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"