@bbki.ng/components 1.5.36 → 1.5.37
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -933,7 +933,8 @@ var Img = (props) => {
|
|
|
933
933
|
})
|
|
934
934
|
}), /* @__PURE__ */ import_react19.default.createElement("img", {
|
|
935
935
|
src: emptyDataURL,
|
|
936
|
-
className: (0, import_classnames10.default)("lqip-blur", "absolute", "h-full", "w-full", "transition-opacity",
|
|
936
|
+
className: (0, import_classnames10.default)("lqip-blur", "absolute", "h-full", "w-full", "transition-opacity", {
|
|
937
|
+
"opacity-100": !decoded,
|
|
937
938
|
"opacity-0": decoded
|
|
938
939
|
}),
|
|
939
940
|
style: { top: 0, left: 0 }
|
package/dist/index.mjs
CHANGED
|
@@ -875,7 +875,8 @@ var Img = (props) => {
|
|
|
875
875
|
})
|
|
876
876
|
}), /* @__PURE__ */ React18.createElement("img", {
|
|
877
877
|
src: emptyDataURL,
|
|
878
|
-
className: classnames("lqip-blur", "absolute", "h-full", "w-full", "transition-opacity",
|
|
878
|
+
className: classnames("lqip-blur", "absolute", "h-full", "w-full", "transition-opacity", {
|
|
879
|
+
"opacity-100": !decoded,
|
|
879
880
|
"opacity-0": decoded
|
|
880
881
|
}),
|
|
881
882
|
style: { top: 0, left: 0 }
|