@wolkabout/commons 0.1.2 → 0.1.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": "@wolkabout/commons",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "21.2.0",
6
6
  "@angular/common": "21.2.0",
@@ -1563,7 +1563,7 @@ declare class ValueInputVectorComponent implements ControlValueAccessor, Validat
1563
1563
  interface LayoutDrawerConfig {
1564
1564
  open: boolean;
1565
1565
  width: string;
1566
- disableClose: boolean;
1566
+ disableClose?: boolean;
1567
1567
  title?: string;
1568
1568
  }
1569
1569
  interface LayoutBackdropConfig {