allaw-ui 5.1.6 → 5.1.7

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.
@@ -289,8 +289,8 @@ var FileUploader = function (_a) {
289
289
  var cropAreaWidth = 280; // Dimensions réelles du cadre de crop pour square/circle
290
290
  var cropAreaHeight = 280;
291
291
  if (cropMetadata.shape === "banner") {
292
- cropAreaWidth = 320;
293
- cropAreaHeight = 60;
292
+ cropAreaWidth = 360;
293
+ cropAreaHeight = 120;
294
294
  }
295
295
  // Le zoom dans cropMetadata est le zoom total (baseZoom * zoom relatif)
296
296
  // baseZoom est calculé dans le modal comme Math.max(cropWidth / imgWidth, cropHeight / imgHeight)
@@ -79,8 +79,8 @@
79
79
  }
80
80
 
81
81
  .crop_area_banner {
82
- width: 320px;
83
- height: 60px;
82
+ width: 360px;
83
+ height: 120px;
84
84
  border-radius: 4px;
85
85
  }
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "5.1.6",
3
+ "version": "5.1.7",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",