commons-shared-web-ui 0.0.32 → 0.0.33

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/index.d.ts CHANGED
@@ -2500,6 +2500,7 @@ interface ConfirmationModalConfig {
2500
2500
  show?: boolean;
2501
2501
  };
2502
2502
  customFooter?: boolean;
2503
+ formMode?: boolean;
2503
2504
  closeOnBackdrop?: boolean;
2504
2505
  closeOnEsc?: boolean;
2505
2506
  showCloseButton?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commons-shared-web-ui",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "20.3.15",
6
6
  "@angular/cdk": "20.2.14",