@symfony/ux-cropperjs 2.33.0 → 2.34.0

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.
@@ -34,4 +34,4 @@ CropperController.values = {
34
34
  publicUrl: String,
35
35
  options: Object
36
36
  };
37
- export { CropperController as default };
37
+ export { CropperController as default };
@@ -1 +1 @@
1
- .cropperjs-image{max-width:100%}
1
+ .cropperjs-image{max-width:100%}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symfony/ux-cropperjs",
3
3
  "description": "Cropper.js integration for Symfony",
4
4
  "license": "MIT",
5
- "version": "2.33.0",
5
+ "version": "2.34.0",
6
6
  "keywords": [
7
7
  "symfony-ux"
8
8
  ],