@sunggang/ui-lib 0.4.13 → 0.4.14

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/DropImage.cjs.js CHANGED
@@ -16811,7 +16811,7 @@ var DropImage = function(param) {
16811
16811
  imageUrls: previewFiles,
16812
16812
  handleRemove: handleRemove,
16813
16813
  maxTotalImages: maxTotalImages,
16814
- showLimitWarning: showLimitWarning
16814
+ showLimitWarning: showLimitWarning && !canUploadMore
16815
16815
  })
16816
16816
  ]
16817
16817
  })
package/DropImage.esm.js CHANGED
@@ -16801,7 +16801,7 @@ var DropImage = function(param) {
16801
16801
  imageUrls: previewFiles,
16802
16802
  handleRemove: handleRemove,
16803
16803
  maxTotalImages: maxTotalImages,
16804
- showLimitWarning: showLimitWarning
16804
+ showLimitWarning: showLimitWarning && !canUploadMore
16805
16805
  })
16806
16806
  ]
16807
16807
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.esm.js",
6
6
  "types": "./dist/src/index.d.ts",