kui-crm 0.0.285 → 0.0.286
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/cjs/index.js +1 -2
- package/cjs/index.js.map +1 -1
- package/index.d.ts +93 -93
- package/index.js +1 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -3856,8 +3856,7 @@ var AdaptiveImagesBlock = React.forwardRef(function (props) {
|
|
|
3856
3856
|
var displayedImagesCount = displayedCardsCount - staticCards - blurImage.length;
|
|
3857
3857
|
var displayedImages = images.slice(0, displayedImagesCount);
|
|
3858
3858
|
var notDisplayedImagesCount = images.slice(displayedImagesCount).length;
|
|
3859
|
-
var withFlatWidth = displayedImages.length
|
|
3860
|
-
displayedCardsCount;
|
|
3859
|
+
var withFlatWidth = displayedImages.length < displayedImagesCount;
|
|
3861
3860
|
var realImageWidth = imageWidth || defaultImageWidth;
|
|
3862
3861
|
var handleClick = function (index) {
|
|
3863
3862
|
setSelectedImage(index);
|