@bbki.ng/components 1.5.45 → 1.5.46
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -893,8 +893,8 @@ var Img = (props) => {
|
|
|
893
893
|
width: "initial",
|
|
894
894
|
height: "initial",
|
|
895
895
|
backgroundSize: "cover",
|
|
896
|
+
backgroundColor: avgColor || "#f1f1f1",
|
|
896
897
|
backgroundPosition: "0% 0%",
|
|
897
|
-
boxShadow: "inset 1px 1px #f1f1f1, inset -1px -1px #f1f1f1",
|
|
898
898
|
backgroundImage: `url(${thumbnailSrc ? thumbnailSrc : addOssWebpProcessStyle(src, "thumbnail" /* THUMBNAIL */)})`
|
|
899
899
|
};
|
|
900
900
|
const dynamicWrapperStyle = loaded && removeBlurBgAfterLoad ? { backgroundImage: "none" } : {};
|
package/dist/index.mjs
CHANGED
|
@@ -835,8 +835,8 @@ var Img = (props) => {
|
|
|
835
835
|
width: "initial",
|
|
836
836
|
height: "initial",
|
|
837
837
|
backgroundSize: "cover",
|
|
838
|
+
backgroundColor: avgColor || "#f1f1f1",
|
|
838
839
|
backgroundPosition: "0% 0%",
|
|
839
|
-
boxShadow: "inset 1px 1px #f1f1f1, inset -1px -1px #f1f1f1",
|
|
840
840
|
backgroundImage: `url(${thumbnailSrc ? thumbnailSrc : addOssWebpProcessStyle(src, "thumbnail" /* THUMBNAIL */)})`
|
|
841
841
|
};
|
|
842
842
|
const dynamicWrapperStyle = loaded && removeBlurBgAfterLoad ? { backgroundImage: "none" } : {};
|