@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 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" } : {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/components",
3
- "version": "1.5.45",
3
+ "version": "1.5.46",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",