@widergy/energy-ui 3.66.2 → 3.66.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.66.3](https://github.com/widergy/energy-ui/compare/v3.66.2...v3.66.3) (2025-03-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix message error ([35bfdaa](https://github.com/widergy/energy-ui/commit/35bfdaa436a7fd087beb3fec4d0ba8f6c022ada4))
7
+
1
8
  ## [3.66.2](https://github.com/widergy/energy-ui/compare/v3.66.1...v3.66.2) (2025-03-19)
2
9
 
3
10
 
@@ -140,6 +140,7 @@ const AttachmentContainer = _ref => {
140
140
  validation = await (0, _utils.pdfAspectRatioValidation)(file, allowedPDFUploadSizes);
141
141
  if (!validation) {
142
142
  onFailValidation(fileErrorTexts.aspectRatioError);
143
+ return;
143
144
  }
144
145
  }
145
146
  if (!validation && !disableResize && (0, _utils.isImage)(file) && !(0, _browser.isIE)()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.66.2",
3
+ "version": "3.66.3",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",