barsa-sap-ui 2.3.52 → 2.3.53

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
@@ -3316,6 +3316,7 @@ declare class UiCheckBoxComponent extends DeviceInfoFieldBaseComponent {
3316
3316
  width: number;
3317
3317
  height: number;
3318
3318
  };
3319
+ _justifyContent: string | null;
3319
3320
  showText: boolean;
3320
3321
  helpDescription: string;
3321
3322
  caption: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.52",
3
+ "version": "2.3.53",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"